summaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-06-21 03:32:59 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-06-21 03:32:59 +0000
commit0c55ba9c4e1988ad15175a208c234119e2de4593 (patch)
tree47d49b81bdfdeef66d81ca69998c4f1859e07da1 /ld/testsuite
parent36cdec0c1d3a952115190dc69903a1d797190740 (diff)
downloadbinutils-redhat-0c55ba9c4e1988ad15175a208c234119e2de4593.tar.gz
ld/
* ldlang.c (lang_insert_orphan): Don't make __start_<sec> symbol absolute, and remove unnecessary alignment. ld/testsuite/ * ld-gc/start.d: Update.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-gc/start.d2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 4f463b5dc4..57996a7ffe 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-21 Alan Modra <amodra@gmail.com>
+
+ * ld-gc/start.d: Update.
+
2012-06-18 Hans-Peter Nilsson <hp@axis.com>
* ld-cris/dso-pltdis1.d, ld-cris/dso-pltdis2.d, dsofng.s
diff --git a/ld/testsuite/ld-gc/start.d b/ld/testsuite/ld-gc/start.d
index a655bea3b5..d7e47b2d59 100644
--- a/ld/testsuite/ld-gc/start.d
+++ b/ld/testsuite/ld-gc/start.d
@@ -5,5 +5,5 @@
#notarget: *-*-*aout *-*-*oldld frv-*-linux*
#...
-[0-9a-f]+ A +__start__foo
+[0-9a-f]+ D +__start__foo
#...