2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 19:48:25 +00:00

@B fix #ifdef DEBUGPRINT

This commit is contained in:
bebbo
2017-02-06 15:10:05 +01:00
parent bb6ad09703
commit f474743b90

View File

@ -49,6 +49,7 @@ SECTION
#define DBGPRINT(a) printf a
#else
#define DBGPRINT(a)
#endif
/* IMPORT from targets.c. */
extern const size_t _bfd_target_vector_entries;