diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-03 07:36:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-06-03 07:36:15 +0000 |
commit | 1fe48e5883bfdcf88c1791bb57dfe57bcff42156 (patch) | |
tree | 02357683a70304dd8b96364c226ac4b0a9c33c5b /gnu/usr.bin/gas/config/tc-vax.h | |
parent | 54ce5969275c104e3a8ff5eef628252d81ea09b4 (diff) |
Enable assembly listings.
Diffstat (limited to 'gnu/usr.bin/gas/config/tc-vax.h')
-rw-r--r-- | gnu/usr.bin/gas/config/tc-vax.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |