This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

IA64 linker is broken


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]