diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-19 15:23:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-19 15:23:21 +0000 |
commit | 4838929ec7e1874e66954f7ee0150f73c639396a (patch) | |
tree | 553dad89d23e37b76562bff3f3d282a06e99e337 | |
parent | 9deb9485347339e6d3f292a75a2a6b27a5ea0e4d (diff) | |
download | gdb-4838929ec7e1874e66954f7ee0150f73c639396a.zip gdb-4838929ec7e1874e66954f7ee0150f73c639396a.tar.gz gdb-4838929ec7e1874e66954f7ee0150f73c639396a.tar.bz2 |
Wed Jun 19 11:19:25 1996 Manfred Hollstein KS/EIC5 60/3/142 #40283 <manfred@lts.sel.alcatel.de>
* linker.c (_bfd_generic_link_output_symbols): Don't output any
symbols if info->strip == strip_all.
-rw-r--r-- | bfd/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c09c545..e517232 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,27 @@ +Wed Jun 19 11:19:25 1996 Manfred Hollstein KS/EIC5 60/3/142 #40283 <manfred@lts.sel.alcatel.de> + + * linker.c (_bfd_generic_link_output_symbols): Don't output any + symbols if info->strip == strip_all. + +Tue Jun 18 15:17:36 1996 Jeffrey A. Law <law@rtl.cygnus.com> + + * coff-h8300.c: Remove #if 0 code. + (compatable): Don't allow mixing/matching of different architectures. + +start-sanitize-h8s + * archures.c (bfd_mach_h8300s): Add. + * bfd-in2.h: Rebuilt. + * coff-h8300.c (funcvec_hash_newfunc): Handle H8/S too. + (BADMAG): Likewise. + (h8300_reloc16_estimate): Likewise. + (h8300_reloc16_extra_cases): Likewise. + (h8300_bfd_link_add_symbols): Likewise. + * coffcode.h (coff_set_arch_mach_hook): Likewise. + (coff_set_flags): Likewise. + * cpu-h8300.c (h8300_scan): Likewise. + Add H8/S to bfd_h8300_arch list. + +end-sanitize-h8s Tue Jun 18 14:42:58 1996 Klaus Kaempf <kkaempf@progis.de> Added support for Alpha OpenVMS: |