diff options
author | Nick Clifton <nickc@redhat.com> | 2010-11-23 13:39:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-11-23 13:39:57 +0000 |
commit | c77912127fd71c822df5b03a3190cddd19b1dd4f (patch) | |
tree | 41bb4118ae77e8f2b79d8b2870ecf911014a4a2a /gold/ChangeLog | |
parent | ea976c60e229b7d4ccfbf4a735a09c407f104a20 (diff) | |
download | gdb-c77912127fd71c822df5b03a3190cddd19b1dd4f.zip gdb-c77912127fd71c822df5b03a3190cddd19b1dd4f.tar.gz gdb-c77912127fd71c822df5b03a3190cddd19b1dd4f.tar.bz2 |
* configure.ac: For --enable-gold, handle value `default' instead of
`both*'. New configure option --{en,dis}able-ld.
ld, gold/
* configure.ac: For --enable-gold, handle value `default' instead of
`both*'. Always install ld as ld.gold, install as ld if gold is
the default.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 29a3438..ab9ed3c 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2010-11-23 Matthias Klose <doko@ubuntu.com> + + * configure.in: For --enable-gold, handle value `default' instead of + `both*'. Always install ld as ld.bfd, install as ld if gold is + not the default. + * configure: Regenerate. + 2010-11-18 Doug Kwan <dougkwan@google.com> * expression.cc (BINARY_EXPRESSION): Initialize left_alignment |