diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-08-03 16:40:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-08-03 16:40:25 +0000 |
commit | 2d14625061ad9955fdd49aeb0ff47cd62d7bcdca (patch) | |
tree | 826ccf1bed0c560bbb39c0f0fe0c3eba7feda31f /bfd/ChangeLog | |
parent | cb94091feb21bf1115a389e2864ed484e951a0d7 (diff) | |
download | gdb-2d14625061ad9955fdd49aeb0ff47cd62d7bcdca.zip gdb-2d14625061ad9955fdd49aeb0ff47cd62d7bcdca.tar.gz gdb-2d14625061ad9955fdd49aeb0ff47cd62d7bcdca.tar.bz2 |
* elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocation
value of a symbol in a SEC_DEBUGGING section. Warn when doing a
relocation against a symbol in an input section with no output
section. From Daniel Jacobowitz <drow@false.org>.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e17368a..487589a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 1999-08-03 Ian Lance Taylor <ian@zembu.com> + * elf32-ppc.c (ppc_elf_relocate_section): Don't use the relocation + value of a symbol in a SEC_DEBUGGING section. Warn when doing a + relocation against a symbol in an input section with no output + section. From Daniel Jacobowitz <drow@false.org>. + * coff-stgo32.c (go32_stubbed_coff_object_p): Remove; not used. * acinclude.m4 (BFD_CC_FOR_BUILD): Change to use conftest, and to |