diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-06-21 14:49:30 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-06-21 14:49:30 -0700 |
commit | 127d08c03f8bdb515389359ab605b6ee548996fd (patch) | |
tree | f7435f22b5c7ea03efa2ebf991aced7de7172f02 /ld | |
parent | 68193357e8d0fb53a229114713db9f0385f60ed8 (diff) | |
download | gdb-127d08c03f8bdb515389359ab605b6ee548996fd.zip gdb-127d08c03f8bdb515389359ab605b6ee548996fd.tar.gz gdb-127d08c03f8bdb515389359ab605b6ee548996fd.tar.bz2 |
Add missing ChangeLog entries
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0885cd9..6aaa49c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -3,6 +3,16 @@ PR ld/21090 * testsuite/ld-size/size.exp: Pass $NOPIE_LDFLAGS to size-4a, size-4b, size-5a, size-5b, size-6 and size-8 tests. + * testsuite/ld-srec/srec.exp (NOPIE_CFLAGS): New. + (NOPIE_LDFLAGS): Likewise. + (CC): Add $NOPIE_CFLAGS $NOPIE_LDFLAGS. + (CXX): Likewise. + * testsuite/ld-x86-64/no-plt.exp (NOPIE_CFLAGS): New. + (NOPIE_LDFLAGS): Likewise. + Pass $NOPIE_LDFLAGS to "No PLT (dynamic 1a)", + "No PLT (dynamic 1c)" and "Run pr20253-2f". + * testsuite/ld-x86-64/x86-64.exp: Pass $NOPIE_LDFLAGS to + "Build gotpcrel1" and "Run pr19031". 2017-06-21 Alan Modra <amodra@gmail.com> |