diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2013-01-31 00:35:24 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2013-01-31 00:35:24 +0000 |
commit | 0d358fd5c73f6b8d97f23e030fb130b4de73c573 (patch) | |
tree | 30d1c588371498855a6ad4b0d4ea4592d047b635 /ld | |
parent | aeb92217aa830961b410ef33ae68bcda69a9c983 (diff) | |
download | fsf-binutils-gdb-0d358fd5c73f6b8d97f23e030fb130b4de73c573.zip fsf-binutils-gdb-0d358fd5c73f6b8d97f23e030fb130b4de73c573.tar.gz fsf-binutils-gdb-0d358fd5c73f6b8d97f23e030fb130b4de73c573.tar.bz2 |
* ld-cris/libdso-13.d: Adjust for --enable-new-dtags now default.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-cris/libdso-13.d | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 0df22ac..3f4019c 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-01-31 Hans-Peter Nilsson <hp@axis.com> + + * ld-cris/libdso-13.d: Adjust for --enable-new-dtags now default. + 2013-01-21 Alan Modra <amodra@gmail.com> * ld-size/size.exp (build_tests <size-7, size-8>): Pass diff --git a/ld/testsuite/ld-cris/libdso-13.d b/ld/testsuite/ld-cris/libdso-13.d index 4e66a5f..7c7cb16 100644 --- a/ld/testsuite/ld-cris/libdso-13.d +++ b/ld/testsuite/ld-cris/libdso-13.d @@ -12,7 +12,7 @@ # generally disabled.) Split out the expected readelf output # into a separate test using that option. -Dynamic section at offset 0x[0-9a-f][0-9a-f][0-9a-f] contains 10 entries: +Dynamic section at offset 0x[0-9a-f][0-9a-f][0-9a-f] contains 11 entries: Tag[ ]+Type[ ]+Name/Value 0x0+4 \(HASH\)[ ]+0x94 0x0+5 \(STRTAB\)[ ]+0x[12][0-9a-f][0-9a-f] @@ -23,6 +23,7 @@ Dynamic section at offset 0x[0-9a-f][0-9a-f][0-9a-f] contains 10 entries: 0x0+8 \(RELASZ\)[ ]+12 \(bytes\) 0x0+9 \(RELAENT\)[ ]+12 \(bytes\) 0x0+16 \(TEXTREL\)[ ]+0x0 + 0x0+1e \(FLAGS\)[ ]+TEXTREL 0x0+ \(NULL\)[ ]+0x0 Relocation section '\.rela\.text' at offset 0x[12][0-9a-f][0-9a-f] contains 1 entries: |