diff options
Diffstat (limited to 'bfd/elf32-arc.c')
-rw-r--r-- | bfd/elf32-arc.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bfd/elf32-arc.c b/bfd/elf32-arc.c index b1b5efd..ab27d4a 100644 --- a/bfd/elf32-arc.c +++ b/bfd/elf32-arc.c @@ -29,11 +29,7 @@ #include "opcode/arc.h" #include "arc-plt.h" -#ifdef DEBUG -# define PR_DEBUG(fmt, args...) fprintf (stderr, fmt, ##args) -#else -# define PR_DEBUG(fmt, args...) -#endif +#define PR_DEBUG(fmt, args...) fprintf (stderr, fmt, ##args) /* #define ARC_ENABLE_DEBUG 1 */ #ifndef ARC_ENABLE_DEBUG |