From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: Jakub Jelinek Cc: binutils@sourceware.cygnus.com, "David S. Miller" Subject: Re: [PATCH] Important gas fixes on sparc Date: Thu, 01 Jul 1999 00:00:00 -0000 Message-id: <19990607125624.E13793@cygnus.com> References: <19990607193515.J949@mff.cuni.cz> <19990607193515.J949@mff.cuni.cz> X-SW-Source: 1999-q2/msg00168.html On Mon, Jun 07, 1999 at 07:35:15PM +0200, Jakub Jelinek wrote: > 1999-06-07 Jakub Jelinek > > * gas/config/tc-sparc.c (md_assemble): > Fix up setx, support setsw. Optimize set if > sizeof(bfd_vma) == 64. > (sparc_ip): Fix sethi - without %hi() it > should generate R_SPARC_32 reloc, not R_SPARC_HI22. > * opcodes/sparc-opc.c: Fix up set, setsw, setuw > operand kinds. Support signx %reg, clruw %reg. Applied. It wouldn't bother me at all if next time you're in to tweek this code you were to break up some of these over-large functions. And clean up the special_case global variable thing -- blech. r~