1 # Test DT_RELR with references in discarded sections.
21 .global sym_global_abs
22 .set sym_global_abs, 42
24 .global sym_weak_undef
27 .section .discard.got_local,"ax"
30 .section .discard.got_global,"ax"
31 la.got $a0
, sym_global
33 .section .discard.local,"a"
38 .section .discard.hidden,"a"
43 .section .discard.global,"a"
48 .section .discard.global_abs,"a"
53 .section .discard.weak_undef,"a"
58 .section .discard._DYNAMIC,"a"