diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-25 20:49:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-25 20:49:31 +0000 |
commit | 6717fb0de0753a88caf6ddb11b81134f754337d2 (patch) | |
tree | f07e90efa105968c837152d9419bc161e99e77ad /bfd/ChangeLog | |
parent | 3cd5cf3d40d837d6b42c31f488a36b56e01b2a2a (diff) | |
download | gdb-6717fb0de0753a88caf6ddb11b81134f754337d2.zip gdb-6717fb0de0753a88caf6ddb11b81134f754337d2.tar.gz gdb-6717fb0de0753a88caf6ddb11b81134f754337d2.tar.bz2 |
* stabs.c (_bfd_stab_section_offset): New function.
* libbfd-in.h (_bfd_stab_section_offset): Declare.
* libbfd.h: Rebuild.
* elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a
stab reloc.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mips.c (mips_elf_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1846bad..c218975 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,16 @@ Tue Mar 25 14:35:37 1997 Ian Lance Taylor <ian@cygnus.com> + * stabs.c (_bfd_stab_section_offset): New function. + * libbfd-in.h (_bfd_stab_section_offset): Declare. + * libbfd.h: Rebuild. + * elf32-i386.c (elf_i386_relocate_section): Adjust the offset of a + stab reloc. + * elf32-m68k.c (elf_m68k_relocate_section): Likewise. + * elf32-mips.c (mips_elf_relocate_section): Likewise. + * elf32-ppc.c (ppc_elf_relocate_section): Likewise. + * elf32-sparc.c (elf32_sparc_relocate_section): Likewise. + * elf64-alpha.c (elf64_alpha_relocate_section): Likewise. + * stabs.c (_bfd_link_section_stabs): Copy over the first header symbol. Check for memory allocation failure of *psinfo. (_bfd_write_section_stabs): Add psinfo parameter. Change all |