diff options
author | Sriraman Tallam <tmsriram@google.com> | 2014-09-29 17:30:54 -0700 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2014-09-29 17:30:54 -0700 |
commit | 5f77241211f17f37cd9b5795e6b7e1e65fd54ee3 (patch) | |
tree | 0f4f2212fbc93fa7e752e73d0ec91e4985b0e8da /gold/ChangeLog | |
parent | 9666e6e63c24c4a124ef93e914d7893c9b2d3875 (diff) | |
download | gdb-5f77241211f17f37cd9b5795e6b7e1e65fd54ee3.zip gdb-5f77241211f17f37cd9b5795e6b7e1e65fd54ee3.tar.gz gdb-5f77241211f17f37cd9b5795e6b7e1e65fd54ee3.tar.bz2 |
2014-09-29 Sriraman Tallam <tmsriram@google.com>
* options.h (--pic-executable): Add negative to alias to -no-pie.
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 f71db09..884feb8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2014-09-29 Sriraman Tallam <tmsriram@google.com> + + * options.h (--pic-executable): Add negative to alias to -no-pie. + 2014-09-26 Cary Coutant <ccoutant@google.com> PR gold/16773 |