diff options
author | Nick Clifton <nickc@redhat.com> | 2016-07-15 12:00:03 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-07-15 12:00:03 +0100 |
commit | f7e8b360fe6dd93aae7cb4af554dc66364da4fe0 (patch) | |
tree | b7ff85a7816a3b3de75e6a64112a418fe2c527c4 /ld/ChangeLog | |
parent | 003c15c9fdfc1ef7038ed3306ae166e60663e7ca (diff) | |
download | gdb-f7e8b360fe6dd93aae7cb4af554dc66364da4fe0.zip gdb-f7e8b360fe6dd93aae7cb4af554dc66364da4fe0.tar.gz gdb-f7e8b360fe6dd93aae7cb4af554dc66364da4fe0.tar.bz2 |
Tidy up debugging in the ARC port of the BFD library.
bfd * elf32-arc.c (PR_DEBUG): Delete.
Fix printing of debug information. Fix formatting of debug
statements.
(debug_arc_reloc): Handle symbols that are not from an input file.
(arc_do_relocation): Remove excessive exclamation points.
(elf_arc_relocate_section): Print an informative message if the
relocation fails, even if debugging is not enabled.
* arc-got.h: Fix formatting. Fix printing of debug information.
(new_got_entry_to_list): Use xmalloc.
* config.bfd: use the big-endian arc vector as the default vector
for big-endian arc targets.
ld * testsuite/ld-arc/arc.exp: Always run the sda-relocs test in
little endian mode.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 250d076..ea44948 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2016-07-15 Nick Clifton <nickc@redhat.com> + + * testsuite/ld-arc/arc.exp: Always run the sda-relocs test in + little endian mode. + 2016-07-14 Maciej W. Rozycki <macro@imgtec.com> * testsuite/ld-mips-elf/mips-elf.exp: Run |