summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/gp-hidden.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/gp-hidden.s')
-rw-r--r--ld/testsuite/ld-mips-elf/gp-hidden.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/gp-hidden.s b/ld/testsuite/ld-mips-elf/gp-hidden.s
new file mode 100644
index 0000000..154dcdd
--- /dev/null
+++ b/ld/testsuite/ld-mips-elf/gp-hidden.s
@@ -0,0 +1,7 @@
+ .data
+ .globl blah
+ .type blah, @object
+blah:
+ .dc.a foo
+ .dc.a _gp
+ .size blah, . - blah