This is the mail archive of the binutils@sourceware.org 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]

Patch "Remove o(b) MIPS macros and use A(b) instead" breaks compressed linux build


Hello Richard,

your patch "Remove o(b) MIPS macros and use A(b) instead" makes gas choke
on the following code in linux/arch/mips/boot/compressed/head.S:

arch/mips/boot/compressed/head.S: Assembler messages:
arch/mips/boot/compressed/head.S:35: Error: Illegal operands `la $4,(.heap)'
arch/mips/boot/compressed/head.S:36: Error: Illegal operands `la
$29,(.stack+8192)'

A simple revert fixes it for me.

Thanks,
        Manuel


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