diff options
author | tomo <tomo@cvs.openbsd.org> | 2000-11-20 21:52:51 +0000 |
---|---|---|
committer | tomo <tomo@cvs.openbsd.org> | 2000-11-20 21:52:51 +0000 |
commit | 8d4f850ec5a02411225f9f0fb990b6e8665ddf8e (patch) | |
tree | e8a81f6dd4877b222abe36c60ac5d5b57da83e25 /gnu/usr.bin/binutils/gas | |
parent | bede946dcb6b0398878dd8ba5187ce821a4c5763 (diff) |
Make new binutils compile on Alpha again; ok espie@
Diffstat (limited to 'gnu/usr.bin/binutils/gas')
-rw-r--r-- | gnu/usr.bin/binutils/gas/config/tc-alpha.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gas/config/tc-alpha.h b/gnu/usr.bin/binutils/gas/config/tc-alpha.h index 632b04ebc3c..9a8ed4ed861 100644 --- a/gnu/usr.bin/binutils/gas/config/tc-alpha.h +++ b/gnu/usr.bin/binutils/gas/config/tc-alpha.h @@ -106,7 +106,7 @@ extern void alpha_frob_file_before_adjust PARAMS ((void)); /* Whether to add support for explict !relocation_op!sequence_number. At the moment, only do this for ELF, though ECOFF could use it as well. */ -#ifdef OBJ_ELF +#if defined(OBJ_ELF) || defined(OBJ_ECOFF) #define RELOC_OP_P #endif |