diff options
author | Doug Kwan <dougkwan@google.com> | 2010-02-25 05:11:26 +0000 |
---|---|---|
committer | Doug Kwan <dougkwan@google.com> | 2010-02-25 05:11:26 +0000 |
commit | 67ec7d0b4d224add89ee66128777748f3f4eacb3 (patch) | |
tree | b53fc97e38d9cb0f02b0ec2f7224df0bd73ff982 /gold/testsuite | |
parent | dfa7b0b81709461db624556e4826b98994533f05 (diff) | |
download | binutils-67ec7d0b4d224add89ee66128777748f3f4eacb3.zip binutils-67ec7d0b4d224add89ee66128777748f3f4eacb3.tar.gz binutils-67ec7d0b4d224add89ee66128777748f3f4eacb3.tar.bz2 |
2010-02-24 Doug Kwan <dougkwan@google.com>
* arm.cc (Target_arm::got_section): Make the .got section the first
non RELRO section in the data segment.
* testsuite/script_test_5.sh: Fix match patterns to avoid matching
suffixes of section names.
Diffstat (limited to 'gold/testsuite')
-rwxr-xr-x | gold/testsuite/script_test_5.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/testsuite/script_test_5.sh b/gold/testsuite/script_test_5.sh index 9415483..76e2e31 100755 --- a/gold/testsuite/script_test_5.sh +++ b/gold/testsuite/script_test_5.sh @@ -39,5 +39,5 @@ check_count() fi } -check_count script_test_5.stdout ".text " 1 -check_count script_test_5.stdout ".text.foo " 1 +check_count script_test_5.stdout " .text " 1 +check_count script_test_5.stdout " .text.foo " 1 |