diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-02-13 20:32:19 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-02-13 20:32:19 -0800 |
commit | 85f2093ddc13e96585e9a44ee03b52f848ffbf75 (patch) | |
tree | 732caacfbca1d4145fea759b146a53d97e250ed6 /ld/ChangeLog | |
parent | 60f763ee16fca2cd1ec9fa6960f765de9b26ef70 (diff) | |
download | gdb-85f2093ddc13e96585e9a44ee03b52f848ffbf75.zip gdb-85f2093ddc13e96585e9a44ee03b52f848ffbf75.tar.gz gdb-85f2093ddc13e96585e9a44ee03b52f848ffbf75.tar.bz2 |
x86-64: Use pr22393-3a.so and pr22393-3a-now.so
They should be pr22393-3a.so and pr22393-3a-now.so, not pr22393-2a.so
and pr22393-2a-now.so. Since ld-elf/shared.exp creates pr22393-2a.so
and pr22393-2a-now.so, we won't notice the problem if x86-64.exp runs
after ld-elf/shared.exp.
* testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and
pr22393-2a-now.so with pr22393-3a.so and pr22393-3a-now.so.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index fae7ca5..01c90ef 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2018-02-13 H.J. Lu <hongjiu.lu@intel.com> + + * testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and + pr22393-2a-now.so with pr22393-3a.so and pr22393-3a-now.so. + 2018-02-14 H.J. Lu <hongjiu.lu@intel.com> PR 22836 |