1# Create dummy DSO functions for everything that these tests call. 2 3 .abicalls 4 .option pic2 5 6 .set filter, -1 7 8 .macro test_one, name, mask 9 .globl \name 10 .ent \name 11\name: 12 jr $31 13 .end \name 14 .endm 15 16 .include "compressed-plt-1.s" 17 18 test_all 19