diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-10-19 15:05:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-10-19 15:05:58 +0000 |
commit | ea0d8c4740b09bb4d919a3e6b53d7a141f76a2bd (patch) | |
tree | 50897e96b062747ac46fa0ea1c2817548acfb13e /gold/ChangeLog | |
parent | 1d5316ab67e12d6fb58c29728eb72fa937521e94 (diff) | |
download | gdb-ea0d8c4740b09bb4d919a3e6b53d7a141f76a2bd.zip gdb-ea0d8c4740b09bb4d919a3e6b53d7a141f76a2bd.tar.gz gdb-ea0d8c4740b09bb4d919a3e6b53d7a141f76a2bd.tar.bz2 |
PR gold/13204
* layout.cc (Layout::segment_precedes): Don't assert failure if a
--section-start option was seen.
* options.h (General_options::any_section_start): New function.
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 153eead..6857244 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2011-10-19 Ian Lance Taylor <iant@google.com> + + PR gold/13204 + * layout.cc (Layout::segment_precedes): Don't assert failure if a + --section-start option was seen. + * options.h (General_options::any_section_start): New function. + 2011-10-18 David S. Miller <davem@davemloft.net> PR binutils/13301 |