diff options
author | 2009-12-29 22:49:13 +0000 | |
---|---|---|
committer | 2009-12-29 22:49:13 +0000 | |
commit | 084e2665e2f76ce0106595e62bd31bd33d9c6190 (patch) | |
tree | 10d6dc3117e59974bfb0d89189b86452f4cc3483 /gold/ChangeLog | |
parent | 2009-12-28 Chris Demetriou <cgd@google.com> (diff) | |
download | binutils-gdb-084e2665e2f76ce0106595e62bd31bd33d9c6190.tar.gz binutils-gdb-084e2665e2f76ce0106595e62bd31bd33d9c6190.tar.bz2 binutils-gdb-084e2665e2f76ce0106595e62bd31bd33d9c6190.zip |
* configure.ac: Set the MCMODEL_MEDIUM conditional to false if
using a version of gcc before 4.1.
* configure: Rebuild.
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 345ec626695..4e396485dcb 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2009-12-29 Ian Lance Taylor <iant@google.com> + + * configure.ac: Set the MCMODEL_MEDIUM conditional to false if + using a version of gcc before 4.1. + * configure: Rebuild. + 2009-12-28 Chris Demetriou <cgd@google.com> * attributes.cc (Output_attributes_section_data::do_write): Use |