aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-10-07 18:33:20 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-10-07 18:33:20 +0000
commitdfc8b031068927d78186ae898196c70149630315 (patch)
tree351c77414e9870f5969a4e139b438ce0a2ddcfc5 /ld
parentf86eefa10956c5d46217c28a989dfe6238f10ce7 (diff)
downloadgdb-dfc8b031068927d78186ae898196c70149630315.zip
gdb-dfc8b031068927d78186ae898196c70149630315.tar.gz
gdb-dfc8b031068927d78186ae898196c70149630315.tar.bz2
Checked in the missing testcases.
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ld-elf/local1.d7
-rw-r--r--ld/testsuite/ld-elf/local1.map6
-rw-r--r--ld/testsuite/ld-elf/local1.s6
-rw-r--r--ld/testsuite/ld-ia64/local1.d9
-rw-r--r--ld/testsuite/ld-ia64/local1.map6
-rw-r--r--ld/testsuite/ld-ia64/local1.s21
6 files changed, 55 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/local1.d b/ld/testsuite/ld-elf/local1.d
new file mode 100644
index 0000000..5957d8f
--- /dev/null
+++ b/ld/testsuite/ld-elf/local1.d
@@ -0,0 +1,7 @@
+#ld: -shared --version-script local1.map
+#readelf: -s --wide
+#target: *-*-linux*
+
+#...
+ .*: [0-9a-f]* +[0-9a-f]+ +OBJECT +LOCAL +DEFAULT +[0-9] +foo
+#...
diff --git a/ld/testsuite/ld-elf/local1.map b/ld/testsuite/ld-elf/local1.map
new file mode 100644
index 0000000..1e2aa8c
--- /dev/null
+++ b/ld/testsuite/ld-elf/local1.map
@@ -0,0 +1,6 @@
+{
+global:
+ *;
+local:
+ foo;
+};
diff --git a/ld/testsuite/ld-elf/local1.s b/ld/testsuite/ld-elf/local1.s
new file mode 100644
index 0000000..0122efa
--- /dev/null
+++ b/ld/testsuite/ld-elf/local1.s
@@ -0,0 +1,6 @@
+ .globl foo
+ .protected foo
+ .type foo,%object
+ .data
+foo:
+ .long 0
diff --git a/ld/testsuite/ld-ia64/local1.d b/ld/testsuite/ld-ia64/local1.d
new file mode 100644
index 0000000..728faa2
--- /dev/null
+++ b/ld/testsuite/ld-ia64/local1.d
@@ -0,0 +1,9 @@
+#as: -x
+#ld: -shared --version-script local1.map
+#readelf: -s --wide
+
+#...
+ .*: [0-9a-f]* +[0-9a-f]+ +FUNC +LOCAL +DEFAULT +[0-9] +hidden
+#...
+ .*: [0-9a-f]* +[0-9a-f]+ +FUNC +LOCAL +DEFAULT +[0-9] +hidden
+#...
diff --git a/ld/testsuite/ld-ia64/local1.map b/ld/testsuite/ld-ia64/local1.map
new file mode 100644
index 0000000..904d025
--- /dev/null
+++ b/ld/testsuite/ld-ia64/local1.map
@@ -0,0 +1,6 @@
+{
+global:
+ *;
+local:
+ hidden;
+};
diff --git a/ld/testsuite/ld-ia64/local1.s b/ld/testsuite/ld-ia64/local1.s
new file mode 100644
index 0000000..2eacae1
--- /dev/null
+++ b/ld/testsuite/ld-ia64/local1.s
@@ -0,0 +1,21 @@
+ .pred.safe_across_calls p1-p5,p16-p63
+ .global foo#
+ .section .sdata,"aw",@progbits
+ .align 8
+ .type foo#, @object
+ .size foo#, 8
+foo:
+ data8 @fptr(hidden#)
+ .text
+ .align 16
+ .global hidden#
+ .hidden hidden#
+ .proc hidden#
+hidden:
+ .prologue
+ .body
+ .bbb
+ nop 0
+ nop 0
+ br.ret.sptk.many b0
+ .endp hidden#