diff options
author | Jeff Law <law@redhat.com> | 1994-09-12 08:07:13 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-09-12 08:07:13 +0000 |
commit | 27ebd9525d04f20ca65fefe4cfc9fc759bc44ca3 (patch) | |
tree | 8379a16b91afa27c0f0f84c9cbb620e6eb518665 /bfd | |
parent | cb2af5cfecd7026e6f5557daa870dd8c3397e640 (diff) | |
download | gdb-27ebd9525d04f20ca65fefe4cfc9fc759bc44ca3.zip gdb-27ebd9525d04f20ca65fefe4cfc9fc759bc44ca3.tar.gz gdb-27ebd9525d04f20ca65fefe4cfc9fc759bc44ca3.tar.bz2 |
* elf32-hppa.c (elf32_hppa_relocate_section): If there was a link
error of some sort (for example, undefined symbols), then do not
apply any relocs, just notify the user of the errors.
(elf32_hppa_backend_begin_write_processing): Do not build a symbol
extension section for an executable (it's useless).
(elf32_hppa_link_output_symbol_hook): Do nothing if there was a
link error of some sort (for example, undefined symbols).
(elf32_hppa_read_symext_info): Kludge. Turn off SEC_HAS_CONTENTS
for all the input symbol extension sections to keep the generic
BFD code happy. Temporarily turn it on to read the contents of
the symbol extension section.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9eb5d54..a5d8fc7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Mon Sep 12 01:58:47 1994 Jeff Law (law@snake.cs.utah.edu) + + * elf32-hppa.c (elf32_hppa_relocate_section): If there was a link + error of some sort (for example, undefined symbols), then do not + apply any relocs, just notify the user of the errors. + (elf32_hppa_backend_begin_write_processing): Do not build a symbol + extension section for an executable (it's useless). + (elf32_hppa_link_output_symbol_hook): Do nothing if there was a + link error of some sort (for example, undefined symbols). + (elf32_hppa_read_symext_info): Kludge. Turn off SEC_HAS_CONTENTS + for all the input symbol extension sections to keep the generic + BFD code happy. Temporarily turn it on to read the contents of + the symbol extension section. + Sun Sep 11 21:58:59 1994 Jeff Law (law@snake.cs.utah.edu) * config/hppaosf.mh (RANLIB): Do not set. |