This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Patch "Remove o(b) MIPS macros and use A(b) instead" breaks compressed linux build
- From: Manuel Lauss <manuel dot lauss at gmail dot com>
- To: Richard Sandiford <rdsandiford at googlemail dot com>, binutils at sourceware dot org
- Date: Mon, 8 Jul 2013 09:01:13 +0200
- Subject: 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