]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-cris/weakhid.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-cris / weakhid.s
diff --git a/ld/testsuite/ld-cris/weakhid.s b/ld/testsuite/ld-cris/weakhid.s
new file mode 100644 (file)
index 0000000..e4c419f
--- /dev/null
@@ -0,0 +1,13 @@
+ .weak xweakobj
+ .weak xweakhidobj
+ .hidden xweakhidobj
+
+ .data
+ .global x
+ .type x,@object
+x:
+ .dword xweakhidobj
+ .dword xweakobj
+ .dword xregobj
+.Lfe1:
+ .size x,.Lfe1-x