From: Michael Meissner Date: Wed, 10 Dec 1997 19:30:15 +0000 (+0000) Subject: Add .rel/.rela sections; Setup constructors/destructors; Delete sections not linked in X-Git-Tag: gdb-4_18~4079 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70a810424d0220bff7fd76b70ab0fa29a18a1576;p=external%2Fbinutils.git Add .rel/.rela sections; Setup constructors/destructors; Delete sections not linked in --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 2682cda..aebfe69 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-d30v +Wed Dec 10 14:10:44 1997 Michael Meissner + + * scripttempl/elfd30v.sc: Add .rel and .rela sections for all + defined sections. Set up __{D,C}TOR_{LIST,END}__. Add onchip and + external memory sections for rodata. Delete .string, .rodata1, + and .data1 sections. + +end-sanitize-d30v Tue Dec 9 15:28:17 1997 Michael Meissner * Makefile.am: Add Oct 23 changes to Makefile.in here.