diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-06-25 10:05:10 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-06-25 10:07:53 -0700 |
commit | 4a677ba7249d61afc58b761c997cf1a743279e02 (patch) | |
tree | 458b91624ca387af6f855380d772f70ca3c58cdf /ld | |
parent | ef10c3ace00674e8c3599c3bf95f06c87d68898b (diff) | |
download | gdb-4a677ba7249d61afc58b761c997cf1a743279e02.zip gdb-4a677ba7249d61afc58b761c997cf1a743279e02.tar.gz gdb-4a677ba7249d61afc58b761c997cf1a743279e02.tar.bz2 |
Update .strtab section sizes in mmix tests
Since commit ef10c3ace00674e8c3599c3bf95f06c87d68898b may reduce .strtab
section size, we need to adjust expected .strtab section sizes in mmix
tests.
gas/testsuite/
* gas/mmix/loc-3.d: Updated.
* gas/mmix/loc-5.d: Likewise.
ld/testsuite/
* ld-mmix/bspec1.d: Updated.
* ld-mmix/bspec2.d: Likewise.
* ld-mmix/undef-3.d: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/bspec1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/bspec2.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-mmix/undef-3.d | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index abc431e..9beb418 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2015-06-25 H.J. Lu <hongjiu.lu@intel.com> + * ld-mmix/bspec1.d: Updated. + * ld-mmix/bspec2.d: Likewise. + * ld-mmix/undef-3.d: Likewise. + +2015-06-25 H.J. Lu <hongjiu.lu@intel.com> + PR gas/18451 * ld-elf/strtab.d: New file. * ld-elf/strtab.s: Likewise. diff --git a/ld/testsuite/ld-mmix/bspec1.d b/ld/testsuite/ld-mmix/bspec1.d index 784ed55..6440bbe 100644 --- a/ld/testsuite/ld-mmix/bspec1.d +++ b/ld/testsuite/ld-mmix/bspec1.d @@ -19,7 +19,7 @@ Section Headers: +\[ 4\] \.symtab +SYMTAB +0+ .* +0+d8 +0+18 +5 +3 +8 +\[ 5\] \.strtab +STRTAB +0+ .* - +0+2d +0+ +0 +0 +1 + +0+26 +0+ +0 +0 +1 Key to Flags: #... diff --git a/ld/testsuite/ld-mmix/bspec2.d b/ld/testsuite/ld-mmix/bspec2.d index 85d847d..e881b08 100644 --- a/ld/testsuite/ld-mmix/bspec2.d +++ b/ld/testsuite/ld-mmix/bspec2.d @@ -24,7 +24,7 @@ Section Headers: +\[ 5\] \.symtab +SYMTAB +0+ .* +0+108 +0+18 +6 +4 +8 +\[ 6\] \.strtab +STRTAB +0+ .* - +0+32 +0+ +0 +0 +1 + +0+2b +0+ +0 +0 +1 Key to Flags: #... diff --git a/ld/testsuite/ld-mmix/undef-3.d b/ld/testsuite/ld-mmix/undef-3.d index c0352a6..94eeeaa 100644 --- a/ld/testsuite/ld-mmix/undef-3.d +++ b/ld/testsuite/ld-mmix/undef-3.d @@ -16,7 +16,7 @@ Section Headers: +\[ 3\] \.symtab +SYMTAB +0+ .* +0+a8 +0+18 +4 +2 +8 +\[ 4\] \.strtab +STRTAB +0+ .* - +0+28 +0+ +0 +0 +1 + +0+21 +0+ +0 +0 +1 Key to Flags: #... |