diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2006-04-07 07:03:51 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2006-04-07 07:03:51 +0000 |
commit | f2e349f91a7063d6a09630bce740696a7bd38fea (patch) | |
tree | c80c0800da501675d401811491e6e8d607ea2f35 /ld/ChangeLog | |
parent | 45aa61fe2eaaa8c5ce5a56f159a9d70ea282616b (diff) | |
download | gdb-f2e349f91a7063d6a09630bce740696a7bd38fea.zip gdb-f2e349f91a7063d6a09630bce740696a7bd38fea.tar.gz gdb-f2e349f91a7063d6a09630bce740696a7bd38fea.tar.bz2 |
* ldlang.c (load_symbols): Set as_needed and add_needed according
to the corresponding script's fields while processing it.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e8098d8..0adf6a8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * ldlang.c (load_symbols): Set as_needed and add_needed according + to the corresponding script's fields while processing it. + 2006-04-06 Carlos O'Donell <carlos@codesourcery.com> * Makefile.am: Add install-html, install-html-am, and |