summaryrefslogtreecommitdiff
path: root/gcc/config/mmix/mmix.h
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-03 22:49:00 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-03 22:49:00 +0000
commitc5d0242cca67057be71316456a96c164eb50ad85 (patch)
tree2ee796686f1cb4d08bb16c86fb9abba850b2a421 /gcc/config/mmix/mmix.h
parentdc8dc4ce65ba92de64101197ef231a5cdc768eee (diff)
downloadgcc-c5d0242cca67057be71316456a96c164eb50ad85.tar.gz
Fix typo s/abi=/mabi=/ in CPP_SPEC
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46749 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mmix/mmix.h')
-rw-r--r--gcc/config/mmix/mmix.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mmix/mmix.h b/gcc/config/mmix/mmix.h
index d8a10a86081..b96fda143f9 100644
--- a/gcc/config/mmix/mmix.h
+++ b/gcc/config/mmix/mmix.h
@@ -108,10 +108,10 @@ struct machine_function
/* When both ABI:s work, this is how we tell them apart in code. The
GNU abi is implied the default. Also implied in TARGET_DEFAULT. */
#define CPP_SPEC \
- "%{abi=gnu:-D__MMIX_ABI_GNU__\
- %{abi=mmixware:\
+ "%{mabi=gnu:-D__MMIX_ABI_GNU__\
+ %{mabi=mmixware:\
%eoptions -mabi=mmixware and -mabi=gnu are mutually exclusive}}\
- %{!abi=gnu:-D__MMIX_ABI_MMIXWARE__}"
+ %{!mabi=gnu:-D__MMIX_ABI_MMIXWARE__}"
/* User symbols are in the same name-space as built-in symbols, but we
don't need the built-in symbols, so remove those and instead apply
@@ -945,7 +945,7 @@ const_section () \
#define UNIQUE_SECTION(DECL, RELOC) \
mmix_unique_section (decl, reloc)
-
+
/* Node: PIC */
/* (empty) */