[PATCH]: More GAS sparc improvements.

David Miller davem@davemloft.net
Wed Apr 30 06:04:00 GMT 2008


From: Jakub Jelinek <jakub@redhat.com>
Date: Tue, 29 Apr 2008 14:09:45 +0200

> I'd say the "softint_clear" and "softint_set" entries should
> preceede "softint" entry.  See also "stick_cmpr" coming before "stick"
> and "sys_tick_cmpr" before "sys_tick".

Good catch.

I've checked in a fix for this, as follows:

2008-04-29  David S. Miller  <davem@davemloft.net>

	* config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.

Index: gas/config/tc-sparc.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sparc.c,v
retrieving revision 1.73
diff -u -r1.73 tc-sparc.c
--- gas/config/tc-sparc.c	25 Apr 2008 19:58:03 -0000	1.73
+++ gas/config/tc-sparc.c	30 Apr 2008 03:49:09 -0000
@@ -778,9 +778,9 @@
   {"sys_tick", 24},
   {"stick_cmpr", 25},
   {"stick", 24},
-  {"softint", 22},
   {"softint_clear", 21},
   {"softint_set", 20},
+  {"softint", 22},
   {"set_softint", 20},
   {"pic", 17},
   {"pcr", 16},



More information about the Binutils mailing list