aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2006-05-22 08:45:18 +0000
committerNick Clifton <nickc@redhat.com>2006-05-22 08:45:18 +0000
commit761d8d914df2162e5b347d185846ae01b8dcc33a (patch)
treefbddf936b9479c0bfa3bad587f5fb0bf3fc20051 /ld/testsuite
parenta854efa328f6271438186f83b052e6b739b73a8a (diff)
downloadgdb-761d8d914df2162e5b347d185846ae01b8dcc33a.zip
gdb-761d8d914df2162e5b347d185846ae01b8dcc33a.tar.gz
gdb-761d8d914df2162e5b347d185846ae01b8dcc33a.tar.bz2
* ld-eld/start.s (start): Add this symbol for SH targets.
(main): Add this symbol for HPPA targets.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-elf/start.s4
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 0c9ec2e..8c20bd6 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-22 Nick Clifton <nickc@redhat.com>
+
+ * ld-eld/start.s (start): Add this symbol for SH targets.
+ (main): Add this symbol for HPPA targets.
+
2006-05-19 Alan Modra <amodra@bigpond.net.au>
* ld-scripts/empty-orphan.d: Update again.
diff --git a/ld/testsuite/ld-elf/start.s b/ld/testsuite/ld-elf/start.s
index 86fc17c..9cbf231 100644
--- a/ld/testsuite/ld-elf/start.s
+++ b/ld/testsuite/ld-elf/start.s
@@ -3,4 +3,8 @@
_start:
.global __start
__start:
+ .global start /* Used by SH targets. */
+start:
+ .global main /* Used by HPPA targets. */
+main:
.long 0