Flag error if absolute constant is too large for an immediate field.
[deliverable/binutils-gdb.git] / gas / config / tc-ns32k.h
index b96b6504dcba0063272dd827fccb2ee0fc7930d4..e37236f362da1215c004611b68e4ad4c4774886b 100644 (file)
@@ -1,21 +1,21 @@
-/* ns32k-opcode.h -- Opcode table for National Semi 32k processor
-   Copyright (C) 1987 Free Software Foundation, Inc.
-
-This file is part of GAS, the GNU Assembler.
-
-GAS is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
-any later version.
-
-GAS is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GAS; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+/* tc-ns32k.h -- Opcode table for National Semi 32k processor
+   Copyright (C) 1987, 1992 Free Software Foundation, Inc.
+   
+   This file is part of GAS, the GNU Assembler.
+   
+   GAS is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+   
+   GAS is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+   
+   You should have received a copy of the GNU General Public License
+   along with GAS; see the file COPYING.  If not, write to
+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
 #ifdef SEQUENT_COMPATABILITY
@@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define MAX_ARGS 4
 #define ARG_LEN 50
 
-#ifdef __STDC__
+#if __STDC__ == 1
 
 void fix_new_ns32k(fragS *frag,
                   int where,
@@ -47,11 +47,11 @@ void fix_new_ns32k(fragS *frag,
                   void *bit_fixP, /* really bit_fixS */
                   int bsr);
 
-#else /* __STDC__ */
+#else /* not __STDC__ */
 
 void fix_new_ns32k();
 
-#endif /* __STDC__ */
+#endif /* not __STDC__ */
 
 
 /* end of tc-ns32k.h */
This page took 0.023513 seconds and 4 git commands to generate.