diff options
author | Jeff Law <law@redhat.com> | 1995-06-21 19:14:39 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-06-21 19:14:39 +0000 |
commit | 775d12552eca97b1deec2009f2f91394a7843725 (patch) | |
tree | d7dc62389a9fbef4bfac685f2dfb461188a7c3a7 /bfd | |
parent | 9eacc5c4947e9e11c61a9b5733646776204dd971 (diff) | |
download | gdb-775d12552eca97b1deec2009f2f91394a7843725.zip gdb-775d12552eca97b1deec2009f2f91394a7843725.tar.gz gdb-775d12552eca97b1deec2009f2f91394a7843725.tar.bz2 |
* elf32-hppa.c (elf32_hppa_relocate_section): Don't try to apply a
relocation against an undefined symbols.
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 634f270..fce8eaf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 21 13:13:49 1995 Jeff Law (law@snake.cs.utah.edu) + + * elf32-hppa.c (elf32_hppa_relocate_section): Don't try to apply a + relocation against an undefined symbols. + Wed Jun 21 10:16:10 1995 Steve Chamberlain <sac@slash.cygnus.com> * versados.c: Second pass/rewrite. |