Enable relocation overflow messages by default.
authorCupertino Miranda <cmiranda@synopsys.com>
Thu, 23 Jun 2016 09:38:30 +0000 (11:38 +0200)
committerClaudiu Zissulescu <claziss@synopsys.com>
Mon, 11 Jul 2016 13:24:38 +0000 (15:24 +0200)
bfd/ChangeLog:

2016-06-23  Cupertino Miranda  <cmiranda@synopsys.com>
        elf32-arc.c: made PR_DEBUG always defined.

Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
bfd/ChangeLog
bfd/elf32-arc.c

index 8b1b9c7c42e5c0d3d655d06765f1ffaaa91126b1..562d963bc36682f1c92d1aedf5e28eb6edbe4c06 100644 (file)
@@ -1,3 +1,7 @@
+2016-07-11  Cupertino Miranda  <cmiranda@synopsys.com>
+
+       * elf32-arc.c: made PR_DEBUG always defined.
+
 2016-07-11  Cupertino Miranda  <cmiranda@synopsys.com>
 
        * arc-got.h: Moved got related structures from elf32-arc.c to
index b1b5efd9ef78f06b499ac458ee46ff69e0834ba6..ab27d4aca82884ac8ef64fcffdce17e98debbdb5 100644 (file)
 #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
This page took 0.028223 seconds and 4 git commands to generate.