diff options
author | Alan Modra <amodra@gmail.com> | 2016-06-29 18:37:27 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-06-30 12:40:36 +0930 |
commit | 068e05badb9c3802961d67bc90e39c12798e8488 (patch) | |
tree | 81d1480e58fdce8d1758ada18f98f483630b7d7d /gold/ChangeLog | |
parent | 1a8da38cff4fdede3a1865d1b4ff9cb5ad194b3e (diff) | |
download | gdb-068e05badb9c3802961d67bc90e39c12798e8488.zip gdb-068e05badb9c3802961d67bc90e39c12798e8488.tar.gz gdb-068e05badb9c3802961d67bc90e39c12798e8488.tar.bz2 |
[GOLD] Pass -Wl,-z to gcc, not plain -z
* testsuite/Makefile.am (memory_test, memory_test_2): Pass
-Wl,-z to gcc, not plain -z.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index f21121c..6880b75 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2016-06-30 Alan Modra <amodra@gmail.com> + + * testsuite/Makefile.am (memory_test, memory_test_2): Pass + -Wl,-z to gcc, not plain -z. + * testsuite/Makefile.in: Regenerate. + 2016-06-29 H.J. Lu <hongjiu.lu@intel.com> PR gold/20308 |