diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-10-13 21:23:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-10-13 21:23:00 +0000 |
commit | c658516291815dcfa19290644b366d8261c3fab9 (patch) | |
tree | a66b4d6debe1fc45789995366d26434bd07bf1c3 /gold/ChangeLog | |
parent | 032ce4e9e37bd92e928352fca78b1eee3bb41fdd (diff) | |
download | gdb-c658516291815dcfa19290644b366d8261c3fab9.zip gdb-c658516291815dcfa19290644b366d8261c3fab9.tar.gz gdb-c658516291815dcfa19290644b366d8261c3fab9.tar.bz2 |
* options.h (class General_options): Add -init and -fini.
* layout.cc (Layout::finish_dynamic_section): Emit
given init and fini functions.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 6c53383..c39e44f 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> + + * options.h (class General_options): Add -init and -fini. + * layout.cc (Layout::finish_dynamic_section): Emit + given init and fini functions. + 2009-10-13 Sriraman Tallam <tmsriram@google.com> * gc.h (gc_process_relocs): Check if icf is enabled using new |