diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-24 19:14:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-24 19:14:09 +0000 |
commit | 67d9b7c888af135f0d112a83e416a78b286743fa (patch) | |
tree | 344ec88d3bdf3715c061c2780b1080371734cb57 /gnu | |
parent | b9d6d2d907baad57baed79a846ad2ceae3cf9e3a (diff) |
Update mvme88k MID value here too.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gas/config/tc-mvme88k.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gas/config/tc-mvme88k.h b/gnu/usr.bin/gas/config/tc-mvme88k.h index 92770041ac7..a794e457f2a 100644 --- a/gnu/usr.bin/gas/config/tc-mvme88k.h +++ b/gnu/usr.bin/gas/config/tc-mvme88k.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tc-mvme88k.h,v 1.2 1998/02/15 18:49:41 niklas Exp $ */ +/* $OpenBSD: tc-mvme88k.h,v 1.3 2001/11/24 19:14:08 miod Exp $ */ /* m88k.h -- Assembler for the Motorola 88000 Contributed by Devon Bowen of Buffalo University @@ -23,7 +23,7 @@ #define TC_M88K 1 -#define MID_M88K 151 +#define MID_M88K 153 #define AOUT_MACHTYPE MID_M88K #define LOCAL_LABELS_FB |