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 /gas | |
parent | ef10c3ace00674e8c3599c3bf95f06c87d68898b (diff) | |
download | binutils-gdb-4a677ba7249d61afc58b761c997cf1a743279e02.tar.gz |
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 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/loc-3.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mmix/loc-5.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9db75353de9..9430469cd4e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2015-06-25 H.J. Lu <hongjiu.lu@intel.com> + * gas/mmix/loc-3.d: Updated. + * gas/mmix/loc-5.d: Likewise. + +2015-06-25 H.J. Lu <hongjiu.lu@intel.com> + PR gas/18451 * gas/elf/elf.exp: Run strtab. * gas/elf/strtab.d: New file. diff --git a/gas/testsuite/gas/mmix/loc-3.d b/gas/testsuite/gas/mmix/loc-3.d index 1191084f0dd..2c477dbb732 100644 --- a/gas/testsuite/gas/mmix/loc-3.d +++ b/gas/testsuite/gas/mmix/loc-3.d @@ -17,7 +17,7 @@ Section Headers: +\[ 5\] \.symtab +SYMTAB +0000000000000000 .* +00000000000000c0 +0000000000000018 +6 +5 +8 +\[ 6\] \.strtab +STRTAB +0000000000000000 .* - +0000000000000030 +0000000000000000 +0 +0 +1 + +000000000000002e +0000000000000000 +0 +0 +1 Key to Flags: #... diff --git a/gas/testsuite/gas/mmix/loc-5.d b/gas/testsuite/gas/mmix/loc-5.d index eec81ad2591..fa80a86e27f 100644 --- a/gas/testsuite/gas/mmix/loc-5.d +++ b/gas/testsuite/gas/mmix/loc-5.d @@ -17,7 +17,7 @@ Section Headers: +\[ 5\] \.symtab +SYMTAB +0+ .* +0+c0 +0+18 +6 +6 +8 +\[ 6\] \.strtab +STRTAB +0+ .* - +0+29 +0+ +0 +0 +1 + +0+27 +0+ +0 +0 +1 Key to Flags: #... |