summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-06-03 07:36:15 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-06-03 07:36:15 +0000
commit1fe48e5883bfdcf88c1791bb57dfe57bcff42156 (patch)
tree02357683a70304dd8b96364c226ac4b0a9c33c5b
parent54ce5969275c104e3a8ff5eef628252d81ea09b4 (diff)
Enable assembly listings.
-rw-r--r--gnu/usr.bin/gas/config/tc-m88k.h3
-rw-r--r--gnu/usr.bin/gas/config/tc-vax.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/gas/config/tc-m88k.h b/gnu/usr.bin/gas/config/tc-m88k.h
index 024c16a77ab..6406e4ccb50 100644
--- a/gnu/usr.bin/gas/config/tc-m88k.h
+++ b/gnu/usr.bin/gas/config/tc-m88k.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tc-m88k.h,v 1.4 2003/08/01 07:40:19 miod Exp $ */
+/* $OpenBSD: tc-m88k.h,v 1.5 2004/06/03 07:36:14 miod Exp $ */
/* m88k.h -- Assembler for the Motorola 88000
Contributed by Devon Bowen of Buffalo University
@@ -27,7 +27,6 @@
#define AOUT_MACHTYPE MID_M88K
-#define NO_LISTING
#define NO_DOT_PSEUDOS
#define ALLOW_ATSIGN
diff --git a/gnu/usr.bin/gas/config/tc-vax.h b/gnu/usr.bin/gas/config/tc-vax.h
index 126e24e86a2..36d1c2dfe64 100644
--- a/gnu/usr.bin/gas/config/tc-vax.h
+++ b/gnu/usr.bin/gas/config/tc-vax.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tc-vax.h,v 1.4 2001/11/14 16:21:02 hugh Exp $ */
+/* $OpenBSD: tc-vax.h,v 1.5 2004/06/03 07:36:14 miod Exp $ */
/*
* This file is tc-vax.h.
@@ -9,7 +9,6 @@
#define AOUT_MACHTYPE 150
#define LOCAL_LABELS_FB
-#define NO_LISTING
/* use this to compare against gas-1.38 */
#ifdef OLD_GAS