summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/config/alpha/elf.h
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-06-17 21:12:58 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-06-17 21:12:58 +0000
commit081e30a13c9397b8d8c3dac5fc55196eb985ff67 (patch)
treea7cb46c17651fab78a328fbb09de0b1e1c073487 /gnu/egcs/gcc/config/alpha/elf.h
parent94facf520a7352fcca192b8a9e4e3edf677768ca (diff)
Update to 990608 snapshot.
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++.
Diffstat (limited to 'gnu/egcs/gcc/config/alpha/elf.h')
-rw-r--r--gnu/egcs/gcc/config/alpha/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/alpha/elf.h b/gnu/egcs/gcc/config/alpha/elf.h
index b90ce9fa914..0e647ef534c 100644
--- a/gnu/egcs/gcc/config/alpha/elf.h
+++ b/gnu/egcs/gcc/config/alpha/elf.h
@@ -58,7 +58,7 @@ do { \
} \
fprintf (FILE, "\t.set noat\n"); \
fprintf (FILE, "\t.set noreorder\n"); \
- if (TARGET_BWX | TARGET_MAX | TARGET_CIX) \
+ if (TARGET_BWX | TARGET_MAX | TARGET_FIX | TARGET_CIX) \
{ \
fprintf (FILE, "\t.arch %s\n", \
(alpha_cpu == PROCESSOR_EV6 ? "ev6" \