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.
This commit is contained in:
Doug Kwan
2010-02-25 05:11:26 +00:00
parent dfa7b0b817
commit 67ec7d0b4d
3 changed files with 12 additions and 6 deletions

View File

@@ -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