Flag error if absolute constant is too large for an immediate field.
[deliverable/binutils-gdb.git] / gas / config / obj-aout.c
index 7b7b59db08978f55198fa5026d197735ea111a4a..db3c3ec529643fa0bf4dafab8d4b745abdcf2ebc 100644 (file)
@@ -1,5 +1,5 @@
 /* a.out object file format
-   Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
    
    This file is part of GAS, the GNU Assembler.
    
@@ -57,15 +57,15 @@ const segT N_TYPE_seg [N_TYPE+2] = {        /* N_TYPE == 0x1E = 32-2 */
        SEG_GOOF,
 };
 
-#ifdef __STDC__
+#if __STDC__ == 1
 static void obj_aout_stab(int what);
 static void obj_aout_line(void);
 static void obj_aout_desc(void);
-#else /* __STDC__ */
+#else /* not __STDC__ */
 static void obj_aout_desc();
 static void obj_aout_stab();
 static void obj_aout_line();
-#endif /* __STDC__ */
+#endif /* not __STDC__ */
 
 const pseudo_typeS obj_pseudo_table[] = {
 #ifndef IGNORE_DEBUG
This page took 0.023403 seconds and 4 git commands to generate.