Home | History | Annotate | Download | only in ld-mips-elf
      1 # Create a .word reference for every function under test.
      2 
      3 	.abicalls
      4 	.option pic2
      5 
      6 	.include "compressed-plt-1.s"
      7 
      8 	.macro	test_one, name, types
      9 	.word	\name
     10 	.endm
     11 
     12 	.data
     13 	test_all
     14