diff options
author | Alan Modra <amodra@gmail.com> | 2022-05-31 11:07:37 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-05-31 11:25:09 +0930 |
commit | 99f647e200a9a329e80fe813bc708e89927ea5ad (patch) | |
tree | 99e69231ebeb09ee48b8d1b780d0dfe0f78ba97f /ld/testsuite/ld-pru | |
parent | 8b294b1fc74e0cd46a0462dfc2f68cffd9728cc3 (diff) | |
download | fsf-binutils-gdb-99f647e200a9a329e80fe813bc708e89927ea5ad.zip fsf-binutils-gdb-99f647e200a9a329e80fe813bc708e89927ea5ad.tar.gz fsf-binutils-gdb-99f647e200a9a329e80fe813bc708e89927ea5ad.tar.bz2 |
Trailing spaces in objdump -r header
git commit 202be274a4 went a little wild in removing trailing spaces
in gas/testsuite/gas/i386/{secidx.d,secrel.d}, causing
x86_64-w64-mingw32 +FAIL: i386 secrel reloc
x86_64-w64-mingw32 +FAIL: i386 secidx reloc
I could have just replaced the trailing space, but let's fix the
objdump output instead. Touches lots of testsuite files.
Diffstat (limited to 'ld/testsuite/ld-pru')
-rw-r--r-- | ld/testsuite/ld-pru/emit-relocs-1.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-pru/emit-relocs-1.d b/ld/testsuite/ld-pru/emit-relocs-1.d index 414234f..1d9d069 100644 --- a/ld/testsuite/ld-pru/emit-relocs-1.d +++ b/ld/testsuite/ld-pru/emit-relocs-1.d @@ -7,7 +7,7 @@ .*: file format .* RELOCATION RECORDS FOR \[\.data\]: -OFFSET TYPE VALUE * +OFFSET +TYPE +VALUE 00000000 R_PRU_BFD_RELOC32 \.data 00000004 R_PRU_BFD_RELOC32 \.data\+0x00001000 00000008 R_PRU_BFD_RELOC32 \.merge1\+0x00000002 |