diff options
author | James Clarke <jrtc27@jrtc27.com> | 2017-08-03 22:44:21 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-08-03 22:44:44 -0700 |
commit | 223b97ba9d9d1aa61bf22058f637c779c7621e6f (patch) | |
tree | 3af745fa58b4561cab85b74d849c58dc873056f6 /gold/ChangeLog | |
parent | a30d3a7990e73c54e0bab9933e48989376770162 (diff) | |
download | gdb-223b97ba9d9d1aa61bf22058f637c779c7621e6f.zip gdb-223b97ba9d9d1aa61bf22058f637c779c7621e6f.tar.gz gdb-223b97ba9d9d1aa61bf22058f637c779c7621e6f.tar.bz2 |
Add --no-relax option.
gold/
* options.h (General_options): Set a non-NULL second help string
argument for relax to allow --no-relax.
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 c886cc1..950be70 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2017-08-03 James Clarke <jrtc27@jrtc27.com> + + * options.h (General_options): Set a non-NULL second help string + argument for relax to allow --no-relax. + 2017-08-01 Alan Modra <amodra@gmail.com> * ehframe.cc (Fde::operator==): New. |