diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-12-29 22:49:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-12-29 22:49:13 +0000 |
commit | 084e2665e2f76ce0106595e62bd31bd33d9c6190 (patch) | |
tree | 10d6dc3117e59974bfb0d89189b86452f4cc3483 /gold/ChangeLog | |
parent | 250acde31a8008cfcbd969d25fb5b91ad9eaff34 (diff) | |
download | gdb-084e2665e2f76ce0106595e62bd31bd33d9c6190.zip gdb-084e2665e2f76ce0106595e62bd31bd33d9c6190.tar.gz gdb-084e2665e2f76ce0106595e62bd31bd33d9c6190.tar.bz2 |
* 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 345ec62..4e39648 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 |