diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-03 08:09:26 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-03 08:09:26 +0000 |
commit | c3349cde6459983e3379922fad12b726cd79b1de (patch) | |
tree | 871390ec03756f9a450801e1db225398b2acecb8 /gcc/config/arm/semi.h | |
parent | 31abb1319cf0935759fb2303cfb704ec1b54c2cf (diff) | |
download | gcc-c3349cde6459983e3379922fad12b726cd79b1de.tar.gz |
Fix typo in ASM_SEPC
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100534 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/semi.h')
-rw-r--r-- | gcc/config/arm/semi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/semi.h b/gcc/config/arm/semi.h index 8a3587c91dd..840195f48a7 100644 --- a/gcc/config/arm/semi.h +++ b/gcc/config/arm/semi.h @@ -69,7 +69,7 @@ %{mcpu=*:-mcpu=%*} \ %{march=*:-march=%*} \ %{mapcs-float:-mfloat} \ -%{msoft-float:-mfloat-abi=soft} %{mhard-float:mfloat-abi=hard} \ +%{msoft-float:-mfloat-abi=soft} %{mhard-float:-mfloat-abi=hard} \ %{mfloat-abi=*} %{mfpu=*} \ %{mthumb-interwork:-mthumb-interwork} \ %(subtarget_extra_asm_spec)" |