diff options
author | Alan Modra <amodra@gmail.com> | 2015-08-11 21:54:48 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-08-11 23:29:36 +0930 |
commit | c8373ebb4ed77c361d95aa806cfbe1b4062b5be5 (patch) | |
tree | be3dc737011f27a22153c76bb0956fd8b5fb19e5 /binutils/testsuite/binutils-all/strip-12.d | |
parent | 4b0e8a5f80441fad8eddaf68e7af70bd6991aa37 (diff) | |
download | gdb-c8373ebb4ed77c361d95aa806cfbe1b4062b5be5.zip gdb-c8373ebb4ed77c361d95aa806cfbe1b4062b5be5.tar.gz gdb-c8373ebb4ed77c361d95aa806cfbe1b4062b5be5.tar.bz2 |
Tweak binutils testsuite
Some targets provide aligned .bss sections, so explicitly align.
msp430 and rl78 emit "magic" symbols when assembling symbol.s, and
mips targets emit STT_OBJECT rather than STT_NOTYPE syms.
* binutils-all/strip-12.s: Align .bss section.
* binutils-all/strip-12.d: Adjust.
* binutils-all/symbols-1.d: Allow extraneous symbols.
* binutils-all/symbols-2.d: Likewise, and V for weakened syms.
* binutils-all/symbols-3.d: Likewise.
* binutils-all/symbols-4.d: Likewise.
Diffstat (limited to 'binutils/testsuite/binutils-all/strip-12.d')
-rw-r--r-- | binutils/testsuite/binutils-all/strip-12.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/strip-12.d b/binutils/testsuite/binutils-all/strip-12.d index a33faab..e2ce4dc 100644 --- a/binutils/testsuite/binutils-all/strip-12.d +++ b/binutils/testsuite/binutils-all/strip-12.d @@ -3,5 +3,5 @@ #readelf: -S --wide #... - \[[ 0-9]+\] \.bss[ \t]+NOBITS[ \t0-9a-f]+WA[ \t]+0[ \t]+0[ \t]+1 + \[[ 0-9]+\] \.bss[ \t]+NOBITS[ \t0-9a-f]+WA[ \t]+0[ \t]+0[ \t]+16 #pass |