Re: [PATCH 1/1] sparc leon: add -Aleon architecture to GAS

2011-11-01 Thread Konrad Eisele
David Miller wrote: > From: Konrad Eisele > Date: Tue, 01 Nov 2011 10:19:04 +0100 > >> David Miller wrote: >>> >>> Please post binutils patches with the binutils development list CC:'d. >>> >>> >> >> Is the binutils development list bug-binut...@gnu.org ? > > No, it's binut...@sourceware.org >

Re: [PATCH 1/1] sparc leon: add -Aleon architecture to GAS

2011-11-01 Thread David Miller
From: Konrad Eisele Date: Tue, 01 Nov 2011 10:19:04 +0100 > David Miller wrote: >> >> Please post binutils patches with the binutils development list CC:'d. >> >> > > Is the binutils development list bug-binut...@gnu.org ? No, it's binut...@sourceware.org

Re: [PATCH 1/1] sparc leon: add -Aleon architecture to GAS

2011-11-01 Thread Konrad Eisele
David Miller wrote: > > Please post binutils patches with the binutils development list CC:'d. > > Is the binutils development list bug-binut...@gnu.org ?

Re: [PATCH 1/1] sparc leon: add -Aleon architecture to GAS

2011-11-01 Thread David Miller
Please post binutils patches with the binutils development list CC:'d.

[PATCH 1/1] sparc leon: add -Aleon architecture to GAS

2011-11-01 Thread Konrad Eisele
Add -Aleon architecture selection to GAS. -Aleon supports [umul,smul] and [casa,casl]. Signed-off-by: Konrad Eisele --- gas/config/tc-sparc.c |3 ++- include/opcode/sparc.h |1 + opcodes/sparc-opc.c| 16 +--- 3 files changed, 12 insertions(+), 8 deletions(-) diff --gi