diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-12 21:42:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-12 21:42:20 +0000 |
commit | bb511e8a1e774a0c3cce4178b78822ddce53355e (patch) | |
tree | 2a9bdc9a65c535a242755d5793a0649914f6a884 /bfd | |
parent | 377f53d2a9d159b573325be51cecb9534807d741 (diff) | |
download | gdb-bb511e8a1e774a0c3cce4178b78822ddce53355e.zip gdb-bb511e8a1e774a0c3cce4178b78822ddce53355e.tar.gz gdb-bb511e8a1e774a0c3cce4178b78822ddce53355e.tar.bz2 |
* coff-mips.c: Include libaout.h and aout/aout64.h to get
definitions for N_SET[ATDB].
(ecoff_howto_table): Moved near top of file.
(ecoff_set_symbol_info): If a STABS symbol of type N_SET[ATDB] is
seen, cook up a constructor section of the same name and put in a
reloc pointing to the symbol. This lets the GNU linker build
global constructors and destructors without using collect.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f0da3c0..fe21228 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Wed May 12 14:39:59 1993 Ian Lance Taylor (ian@cygnus.com) + + * coff-mips.c: Include libaout.h and aout/aout64.h to get + definitions for N_SET[ATDB]. + (ecoff_howto_table): Moved near top of file. + (ecoff_set_symbol_info): If a STABS symbol of type N_SET[ATDB] is + seen, cook up a constructor section of the same name and put in a + reloc pointing to the symbol. This lets the GNU linker build + global constructors and destructors without using collect. + +Tue May 11 00:33:31 1993 John Gilmore (gnu@cygnus.com) + + * coff-m88k.c (m88kbcs_vec): Symbols have underbars. + Sun May 9 16:36:59 1993 Fred Fish (fnf@cygnus.com) * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd* |