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]: Recognize Sparc sun4v %gl privileged register


2006-02-05  David S. Miller  <davem@sunset.davemloft.net>

	* config/tc-sparc.c (priv_reg_table): Add "gl".

*** config/tc-sparc.c.~1~	Tue Nov  8 10:27:40 2005
--- config/tc-sparc.c	Sun Feb  5 20:52:00 2006
***************
*** 750,755 ****
--- 750,756 ----
    {"otherwin", 13},
    {"wstate", 14},
    {"fq", 15},
+   {"gl", 16},
    {"ver", 31},
    {"", -1},			/* End marker.  */
  };


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