i386-aout.h: define INT_ASM_OP.
authorMichael Chastain <chastain@redhat.com>
Wed, 18 Oct 2000 02:23:58 +0000 (02:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 18 Oct 2000 02:23:58 +0000 (20:23 -0600)
2000-09-26  Michael Chastain  <chastain@redhat.com>

* config/i386/i386-aout.h: define INT_ASM_OP.

From-SVN: r36922

gcc/ChangeLog
gcc/config/i386/i386-aout.h

index 88745d9bc8460c3fe268f50cb0747854fd103071..e613ec6308467d70097efa0e9c89a8bf6c958962 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-17  Michael Chastain  <chastain@redhat.com>
+
+       * config/i386/i386-aout.h: define INT_ASM_OP.
+
 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
 
        * pa.c (print_operand): Handle case 'c' for .vtable_inherit
index 7385bec6d7c86d6a36d5981c495cbd16a69a174f..68393c77ac9d2acd4a2a20e4fbadcb24b7b8dbc1 100644 (file)
@@ -31,4 +31,6 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES ""
 
+#define INT_ASM_OP "\t.long\t"
+
 /* end of i386-aout.h */