This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: gas 2.8.1 CPU32 bug (Was: as: unrecognized option `-c68020')


   Date: Wed, 22 Oct 1997 17:41:31 +0100 (BST)
   From: Mark Phillips <M.S.Phillips@nortel.co.uk>

   Does anyone know what the offical patch is that made it into the beta
   binutils?

This is the patch which was checked in.

Ian Taylor
ian@cygnus.com

Index: m68k-opc.c
===================================================================
RCS file: /cvs/cvsfiles/devo/opcodes/m68k-opc.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- m68k-opc.c	1997/09/24 17:09:48	1.36
+++ m68k-opc.c	1997/09/24 17:41:04	1.37
@@ -1858,11 +1858,11 @@
 
 {"trapv",	one(0047166),	one(0177777), "", m68000up },
 
-{"tstb",	one(0045000),	one(0177700), ";b", m68020up | mcf5200 },
+{"tstb",	one(0045000),	one(0177700), ";b", m68020up|cpu32|mcf5200 },
 {"tstb",	one(0045000),	one(0177700), "@b", m68000up },
-{"tstw",	one(0045100),	one(0177700), "*w", m68020up | mcf5200 },
+{"tstw",	one(0045100),	one(0177700), "*w", m68020up|cpu32|mcf5200 },
 {"tstw",	one(0045100),	one(0177700), "@w", m68000up },
-{"tstl",	one(0045200),	one(0177700), "*l", m68020up | mcf5200 },
+{"tstl",	one(0045200),	one(0177700), "*l", m68020up|cpu32|mcf5200 },
 {"tstl",	one(0045200),	one(0177700), "@l", m68000up },
 
 {"unlk",	one(0047130),	one(0177770), "As", m68000up | mcf5200 },