diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-05-02 22:29:38 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-05-02 22:29:38 +0000 |
commit | f1687b6f99682b6100057c949fcb89bf0f003a8e (patch) | |
tree | 6bcf916f31ce0632c0986383ddec45531cf56b73 /ld/ChangeLog | |
parent | df184f82b24ab6b5b866a2e53cf608eff7d10682 (diff) | |
download | gdb-f1687b6f99682b6100057c949fcb89bf0f003a8e.zip gdb-f1687b6f99682b6100057c949fcb89bf0f003a8e.tar.gz gdb-f1687b6f99682b6100057c949fcb89bf0f003a8e.tar.bz2 |
Rework static constructors and destructors
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 82b4f3e..10e9660 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -3,7 +3,8 @@ Fri May 2 15:54:28 1997 Mike Meissner <meissner@cygnus.com> * scripttempl/tic80coff.sc (.text): Add a leading underscore to __{D,C}TOR_{LIST,END}__ definations. Rearrange the order of items - in the .text section. + in the .text section. Move .const, .ctors, .dtors into separate + sections. end-sanitize-tic80 Wed Apr 30 12:23:21 1997 Manfred Hollstein <manfred@s-direktnet.de> |