diff options
author | Cupertino Miranda <cmiranda@synopsys.com> | 2016-06-23 11:38:30 +0200 |
---|---|---|
committer | Claudiu Zissulescu <claziss@synopsys.com> | 2016-07-11 15:24:38 +0200 |
commit | b9316f59852ff821cf621aca1e6ab8e7674a5615 (patch) | |
tree | d7cecaf9f7f7ed317ed320342873725ab2e22aa1 /bfd/elf32-arc.c | |
parent | 08759e0fc8b0de1c56ad388212a104f3a6d61c25 (diff) | |
download | gdb-b9316f59852ff821cf621aca1e6ab8e7674a5615.zip gdb-b9316f59852ff821cf621aca1e6ab8e7674a5615.tar.gz gdb-b9316f59852ff821cf621aca1e6ab8e7674a5615.tar.bz2 |
Enable relocation overflow messages by default.
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>
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 |