diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-03-16 22:22:39 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-03-16 22:22:39 +0000 |
commit | 86d0248d410b735833a330c6d0741431e29708d2 (patch) | |
tree | 8b4b53f68564434be672a67570be5e845af59965 /ld/ChangeLog | |
parent | 4350753eb976d7f67f31eeab1ba3c9256af57b46 (diff) | |
download | gdb-86d0248d410b735833a330c6d0741431e29708d2.zip gdb-86d0248d410b735833a330c6d0741431e29708d2.tar.gz gdb-86d0248d410b735833a330c6d0741431e29708d2.tar.bz2 |
Provide eabi C++ static constructor/destructor support.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b4ba5ab..ed55c61 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +Thu Mar 16 17:17:33 1995 Michael Meissner <meissner@cygnus.com> + + * scripttempl/elfppc.sc: Move _GOT2_END_ after the .ctors and + .dtors sections, so that these pointers get relocated also. + Define the symbols __{C,D}TOR_{LIST,END}__ to mark the beginning + and end of the constructors/destructors. + Thu Mar 16 13:59:14 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * ldlang.c (load_symbols): If whole_archive is true and ENTRY |