diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-26 19:51:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-26 19:51:12 +0000 |
commit | 537327bc62e04ad573b4082b8a5c15f44e3417f2 (patch) | |
tree | 0747917040f406cd46ac54c204147ffc0abf7024 /bfd | |
parent | 734a9064b6ec321f87f3deff588ee631c28da464 (diff) | |
download | gdb-537327bc62e04ad573b4082b8a5c15f44e3417f2.zip gdb-537327bc62e04ad573b4082b8a5c15f44e3417f2.tar.gz gdb-537327bc62e04ad573b4082b8a5c15f44e3417f2.tar.bz2 |
* elf32-ppc.c (ppc_elf_check_relocs): Only create the got section
if it is needed.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 16ab4f8..859d33e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 26 14:50:20 1997 Ian Lance Taylor <ian@cygnus.com> + + * elf32-ppc.c (ppc_elf_check_relocs): Only create the got section + if it is needed. + Tue Mar 25 22:26:56 1997 Stu Grossman (grossman@critters.cygnus.com) * aoutx.h (some_aout_object_p): Change executable test to fix |