aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Chastain <chastain@redhat.com>2000-10-18 02:23:58 +0000
committerJeff Law <law@gcc.gnu.org>2000-10-17 20:23:58 -0600
commit2ddb1ca16110937641707c3180cc5394b853d2be (patch)
treeb45df18b79ab65c84dce3364a2b95220ccaa2c25 /gcc
parent8fef2e474b651c589d816d38cbcd35a205d2a296 (diff)
downloadgcc-2ddb1ca16110937641707c3180cc5394b853d2be.zip
gcc-2ddb1ca16110937641707c3180cc5394b853d2be.tar.gz
gcc-2ddb1ca16110937641707c3180cc5394b853d2be.tar.bz2
i386-aout.h: define INT_ASM_OP.
2000-09-26 Michael Chastain <chastain@redhat.com> * config/i386/i386-aout.h: define INT_ASM_OP. From-SVN: r36922
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386-aout.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 88745d9..e613ec6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i386/i386-aout.h b/gcc/config/i386/i386-aout.h
index 7385bec..68393c7 100644
--- a/gcc/config/i386/i386-aout.h
+++ b/gcc/config/i386/i386-aout.h
@@ -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 */