diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-31 00:31:23 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-10-31 00:31:23 +0000 |
commit | 9921a571984b5697e69ad39bb7714e8694832e8e (patch) | |
tree | 7b3012331d3a9fc8ddcb678bf4e8a2ac5ddb9925 /gnu/usr.bin/binutils/include | |
parent | 1f1645aa660e75ed2879ea3e7a83b16771b37e90 (diff) |
Alpha support based on Chris Demetriou's <cgd@cs.cmu.edu> work
Diffstat (limited to 'gnu/usr.bin/binutils/include')
-rw-r--r-- | gnu/usr.bin/binutils/include/coff/alpha.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/include/coff/alpha.h b/gnu/usr.bin/binutils/include/coff/alpha.h index 438a8fca81d..742bdf916fd 100644 --- a/gnu/usr.bin/binutils/include/coff/alpha.h +++ b/gnu/usr.bin/binutils/include/coff/alpha.h @@ -122,6 +122,7 @@ struct external_reloc { #define ALPHA_R_OP_PRSHIFT 15 #define ALPHA_R_GPVALUE 16 #define ALPHA_R_GPRELHIGH 17 +#define ALPHA_R_LITERALSLEAZY 17 /* The *BSD ELF uses this */ #define ALPHA_R_GPRELLOW 18 #define ALPHA_R_IMMED 19 |