diff options
author | Cary Coutant <ccoutant@google.com> | 2010-10-11 23:15:25 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2010-10-11 23:15:25 +0000 |
commit | 6a9da32a2fbdc4eebe6640c72d193d0dc94aa26b (patch) | |
tree | 8463495263fc5b0255ad88d24030ed14163c845c /gold/ChangeLog | |
parent | 77582464449d1ac03a71d9dcf70ab320b997ad6d (diff) | |
download | gdb-6a9da32a2fbdc4eebe6640c72d193d0dc94aa26b.zip gdb-6a9da32a2fbdc4eebe6640c72d193d0dc94aa26b.tar.gz gdb-6a9da32a2fbdc4eebe6640c72d193d0dc94aa26b.tar.bz2 |
* options.h (class General_options): Redefine -z lazy as an alias for
the negation of -z now.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 71a0fd5..c57ed06 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2010-10-11 Cary Coutant <ccoutant@google.com> + + * options.h (class General_options): Redefine -z lazy as an alias for + the negation of -z now. + 2010-10-11 Ian Lance Taylor <iant@google.com> * resolve.cc (symbol_to_bits): Report the value of the unsupported |