IA64 linker is broken

H. J. Lu hjl@lucon.org
Tue Mar 4 20:13:00 GMT 2003


Hi Richard,

You added a call to get_dyn_sym_info in your last change without checking
relocation type. Now

--foo.s--
        .section .text
 {   .mib
        nop.m   0
        nop.i   0
        br.cond.dpnt.many       .b1_1 ;;
 }
        .section .text1
 .b1_1:
 {   .mii
        nop.m   0
        nop.i   0
        nop.i   0
 }
----

No longer works. You may want to check the relocation type first.


H.J.



More information about the Binutils mailing list