diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 14:48:46 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-09-12 14:48:46 +0000 |
commit | 62531eff7138b73da2a6d2b382959964d67d4269 (patch) | |
tree | 176edf1a30027217d6fcff6f9f1c049d990d75cf /gnu/usr.bin/binutils/gas/itbl-parse.h | |
parent | 9ba342053c015a9be4f7f1ad1efdf21220329946 (diff) |
Import binutils-2.10
- only the binutils package (no gdb here)
- don't import libiberty and texinfo, they are elsewhere
- remove all .info* generated files
Diffstat (limited to 'gnu/usr.bin/binutils/gas/itbl-parse.h')
-rw-r--r-- | gnu/usr.bin/binutils/gas/itbl-parse.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/binutils/gas/itbl-parse.h b/gnu/usr.bin/binutils/gas/itbl-parse.h index 4c05839448c..bede63a19f6 100644 --- a/gnu/usr.bin/binutils/gas/itbl-parse.h +++ b/gnu/usr.bin/binutils/gas/itbl-parse.h @@ -5,16 +5,16 @@ typedef union int processor; unsigned long val; } YYSTYPE; -#define DREG 258 -#define CREG 259 -#define GREG 260 -#define IMMED 261 -#define ADDR 262 -#define INSN 263 -#define NUM 264 -#define ID 265 -#define NL 266 -#define PNUM 267 +#define DREG 257 +#define CREG 258 +#define GREG 259 +#define IMMED 260 +#define ADDR 261 +#define INSN 262 +#define NUM 263 +#define ID 264 +#define NL 265 +#define PNUM 266 extern YYSTYPE yylval; |