diff options
author | Steve Chamberlain <sac@cygnus> | 1995-05-24 18:14:23 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-05-24 18:14:23 +0000 |
commit | a3444c49265832545462e75c90e0477515987dc8 (patch) | |
tree | aeae6d4c13751ed9725b71a227d87b6648d4e6a5 | |
parent | eea578da54c29f0ac79eedc6cca13d2856c0456d (diff) | |
download | gdb-a3444c49265832545462e75c90e0477515987dc8.zip gdb-a3444c49265832545462e75c90e0477515987dc8.tar.gz gdb-a3444c49265832545462e75c90e0477515987dc8.tar.bz2 |
Wed May 24 10:52:01 1995 Steve Chamberlain <sac@slash.cygnus.com>
pr ld/6997
* elf32-i386.c (elf_i386_relocate_section): Give error
message when linking to a shared reloc which isn't there.
Wed May 24 10:40:00 1995 Steve Chamberlain <sac@slash.cygnus.com>
Support for ARM-PE.
* Makefile.in, coffcode.h, config.bfd, configure.in, pe-arm.c,
pei-arm.c, reloc.c, targets.c, config/arm-pe.mt:
Support for ARM COFF/PE.
-rw-r--r-- | bfd/.Sanitize | 3 | ||||
-rw-r--r-- | bfd/ChangeLog | 33 |
2 files changed, 36 insertions, 0 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 8cdb2e5..6482542 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -70,6 +70,7 @@ cf-m68klynx.c cf-sparclynx.c cisco-core.c coff-a29k.c +coff-arm.c coff-alpha.c coff-apollo.c coff-go32.c @@ -203,6 +204,8 @@ oasys.c opncls.c osf-core.c pc532-mach.c +pe-arm.c +pei-arm.c pe-i386.c pei-i386.c ptrace-core.c diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 525a8f3..9643f59 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,36 @@ +Wed May 24 10:52:01 1995 Steve Chamberlain <sac@slash.cygnus.com> + + pr ld/6997 + + * elf32-i386.c (elf_i386_relocate_section): Give error + message when linking to a shared reloc which isn't there. + +Wed May 24 10:40:00 1995 Steve Chamberlain <sac@slash.cygnus.com> + + Support for ARM-PE. + + * Makefile.in, coffcode.h, config.bfd, configure.in, pe-arm.c, + pei-arm.c, reloc.c, targets.c, config/arm-pe.mt: + Support for ARM COFF/PE. + +Tue May 23 19:24:58 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * bfd.c (bfd_get_relocated_section_contents): Now a function, + tries calling routine from input bfd target vector for + bfd_indirect_link_order. Put a declaration into the header file. + * bfd-in2.h: Regenerated. + * elf32-mips.c (gprel16_with_gp): New function, split out from + mips_elf_gprel16_reloc. + (mips_elf_gprel16_reloc): Call it. If output bfd target vector + isn't elf flavoured, abort, since it's assumed to be elf in some + of this code, including the code that looks up the gp value. + (elf32_mips_get_relocated_section_contents): New function, + modified from bfd_generic_get_relocated_section_contents to deal + with passing gp to gprel16_with_gp. + (bfd_elf32_bfd_get_relocated_section_contents): New macro. + * elf32-target.h (bfd_elf32_bfd_get_relocated_section_contents): + Don't define if already defined. + Tue May 23 15:58:15 1995 Jeff Law (law@snake.cs.utah.edu) * Makefile.in: Install bfdlink.h too. |