Add support for a MIPS specific .MIPS.xhash section.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / hash1.s
index 4e7fe2f0a49411d0f9fb85ec72b230436e74b051..587cef1d761a49599be2195986ab24e4920660a9 100644 (file)
@@ -1 +1,7 @@
-       nop
+.globl foo
+
+.text
+
+foo:
+    jr $ra
+    nop
This page took 0.024825 seconds and 4 git commands to generate.