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

H . J . Lu hjl@valinux.com
Mon Feb 5 14:08:00 GMT 2001


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)


More information about the Binutils mailing list