mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-04 15:37:54 +00:00
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>
This commit is contained in:
parent
08759e0fc8
commit
b9316f5985
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user