diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-14 23:52:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-14 23:52:34 +0000 |
commit | d0d491b17e7ebfb5ff3815c520a5655a9774d54e (patch) | |
tree | bd8c3036c6d88d9247f56a75f50932d7a7206a6a /bfd | |
parent | 5f10790049e628902a4cbb189ab107cf1b9ca486 (diff) | |
download | gdb-d0d491b17e7ebfb5ff3815c520a5655a9774d54e.zip gdb-d0d491b17e7ebfb5ff3815c520a5655a9774d54e.tar.gz gdb-d0d491b17e7ebfb5ff3815c520a5655a9774d54e.tar.bz2 |
* aoutx.h (KEEPIT): Change definition to udata.i.
(KEEPITTYPE): Remove.
(NAME(aout,reloc_type_lookup)): Add cases to the
extended reloc type switch: SPARC_GOT10, SPARC_GOT13, SPARC_GOT22,
SPARC_PC10, SPARC_PC22, SPARC_WPLT30.
(NAME(aout,swap_std_reloc_out)): Don't bother to use stoi when
retrieving KEEPIT value.
(NAME(aout,swap_ext_reloc_out)): Likewise. Also, only add in
output section VMA for section symbols, and check BSF_SECTION_SYM
to control whether to set r_extern to 1.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2e23d2c..042cca9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,16 @@ Fri Jul 14 13:13:55 1995 Ian Lance Taylor <ian@cygnus.com> + * aoutx.h (KEEPIT): Change definition to udata.i. + (KEEPITTYPE): Remove. + (NAME(aout,reloc_type_lookup)): Add cases to the + extended reloc type switch: SPARC_GOT10, SPARC_GOT13, SPARC_GOT22, + SPARC_PC10, SPARC_PC22, SPARC_WPLT30. + (NAME(aout,swap_std_reloc_out)): Don't bother to use stoi when + retrieving KEEPIT value. + (NAME(aout,swap_ext_reloc_out)): Likewise. Also, only add in + output section VMA for section symbols, and check BSF_SECTION_SYM + to control whether to set r_extern to 1. + * syms.c: Fix comments so that `make info' works. * elf32-mips.c (mips_elf_find_nearest_line): Set SEC_HAS_CONTENTS |