diff options
author | Steve Chamberlain <sac@cygnus> | 1994-11-24 03:33:48 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-11-24 03:33:48 +0000 |
commit | 7a1d45675ede253f71a197f50d88de0cb57a19cd (patch) | |
tree | ce6b058ecb36178cafc040826ccb3a15f9c28dca /bfd/ChangeLog | |
parent | 3585593df6ce8767051e17220e6d03f697053dc5 (diff) | |
download | gdb-7a1d45675ede253f71a197f50d88de0cb57a19cd.zip gdb-7a1d45675ede253f71a197f50d88de0cb57a19cd.tar.gz gdb-7a1d45675ede253f71a197f50d88de0cb57a19cd.tar.bz2 |
* coff-sh.c (shlcoff_vec): New target vector.
(no_archive): New function.
* coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Handle
little endian SH.
* configure.in: Handle shl.
* targets.c (bfd_target_vector): Add shlcoff_vec.
* config/sh-coff.mt (SELECT_VECS): Handle shl_coff_vec.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9328f6d..2370cc1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,20 @@ +Wed Nov 23 19:21:41 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * coff-sh.c (shlcoff_vec): New target vector. + (no_archive): New function. + * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Handle + little endian SH. + * configure.in: Handle shl. + * targets.c (bfd_target_vector): Add shlcoff_vec. + * config/sh-coff.mt (SELECT_VECS): Handle shl_coff_vec. + +Wed Nov 23 10:50:13 1994 Jeff Law (law@snake.cs.utah.edu) + + * elfcode.h (write_relocs): Do not subtract the section's vma from + the reloc's offset when writing .o's. Instead add the section's + vma to the reloc's offset when writing an executable or shared + library. + Tue Nov 22 23:34:37 1994 Jeff Law (law@snake.cs.utah.edu) * elf32-hppa.c (elf32_hppa_bfd_final_link_relocate): Do not add |