diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-07-22 23:55:24 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-07-22 23:55:24 +0000 |
commit | 3481085102449795e77ce56d628a10e931bde4be (patch) | |
tree | f6510cf30a08cd3a890974e609b85960ce03ac24 /gold/ChangeLog | |
parent | af6156ef8ded31c7b8e19fa7995e4de14a5b9639 (diff) | |
download | gdb-3481085102449795e77ce56d628a10e931bde4be.zip gdb-3481085102449795e77ce56d628a10e931bde4be.tar.gz gdb-3481085102449795e77ce56d628a10e931bde4be.tar.bz2 |
* options.h (class General_options): Define --check-sections.
* layout.cc (Layout::set_segment_offsets): Handle
--check-sections.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 372c8d9..6fb10a1 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,9 @@ 2008-07-22 Ian Lance Taylor <iant@google.com> + * options.h (class General_options): Define --check-sections. + * layout.cc (Layout::set_segment_offsets): Handle + --check-sections. + * options.h (class General_options): Define -n/--nmagic and -N/--omagic. * options.cc (General_options::finalize): For -n/--nmagic or |