diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-17 22:03:09 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-10-17 22:03:09 +0000 |
commit | 51bdfd9b22594abd73b2435efc7e534f82ef00b7 (patch) | |
tree | 0714b2f24efe54d7bbe3fdc18dd01c57b679c9b9 /ld | |
parent | ace354ea053a07b568b81645ee7560a4532feacc (diff) | |
download | gdb-51bdfd9b22594abd73b2435efc7e534f82ef00b7.zip gdb-51bdfd9b22594abd73b2435efc7e534f82ef00b7.tar.gz gdb-51bdfd9b22594abd73b2435efc7e534f82ef00b7.tar.bz2 |
* scripttempl/nw.sc: Gather constructors and destructors and
define __CTOR__LIST__ and __DTOR_LIST__ appropriately.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 61bafad..52d63c6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,10 +1,15 @@ +Mon Oct 17 14:53:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com) + + * scripttempl/nw.sc: Gather constructors and destructors and + define __CTOR__LIST__ and __DTOR_LIST__ appropriately. + Fri Oct 14 14:35:38 1994 J.T. Conklin (jtc@rtl.cygnus.com) * Makefile.in (ALL_EMULATIONS): Add ei386nw.o and eppcnw.o. (ei386nw.c, eppcnw.c): New targets. * config/{i386,ppc}-nw.mt, emulparams/{i386,ppc}nw.sh, - scripttmpl/nw.sc: New files, for i386 and powerpc netware. + scripttempl/nw.sc: New files, for i386 and powerpc netware. * configure.in: Changed netware ld_target name to be {i386,ppc}-nw instead of {i386,ppc}-elf. |