This commit was generated by cvs2svn to track changes on a CVS vendor
[external/binutils.git] / gas / testsuite / gas / mips / jal-svr4pic.s
1 # Source file used to test the jal macro with -KPIC code.
2         
3 .weak weak_text_label
4
5 text_label:     
6         .set    noreorder
7         .cpload $25
8         .set    reorder
9         .cprestore      0
10         jal     $25
11         jal     $4,$25
12         jal     text_label
13         jal     weak_text_label
14         jal     external_text_label
15
16 # Test j as well        
17         j       text_label
18
19 # Round to a 16 byte boundary, for ease in testing multiple targets.
20         nop
21         nop