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]

testsuite/ld-checks/asm.s is incorrect for ia64.


testsuite/ld-checks/asm.s is incorrect for ia64 since it uses

.lcomm dummy, 0x12

On ia64, you have to add aligment, like

.lcomm dummy, 0x12,4

Should we mark it expected to fail on ia64 or change it to
use something else?


-- 
H.J. Lu (hjl@valinux.com)

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