aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-05-09 19:15:54 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-05-09 19:15:54 +0000
commitb872164ecbc88fad6dc4e9d11db5db9230653075 (patch)
treef37f414c9e43cd1d2062d7d3df1f513652935fcf /gcc
parentd940798813cdab349a9dde7fb5e3e57433158c5e (diff)
downloadgcc-b872164ecbc88fad6dc4e9d11db5db9230653075.zip
gcc-b872164ecbc88fad6dc4e9d11db5db9230653075.tar.gz
gcc-b872164ecbc88fad6dc4e9d11db5db9230653075.tar.bz2
Fix typo in last change.
From-SVN: r11960
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/sysv4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h
index 4531d0f..b521a77 100644
--- a/gcc/config/rs6000/sysv4.h
+++ b/gcc/config/rs6000/sysv4.h
@@ -840,7 +840,7 @@ do { \
#define ASM_SPEC "-u %(asm_cpu) %{mregnames} \
%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \
%{mrelocatable} %{mrelocatable-lib} \
-%{memb} %{!memb: %{msdata: -memb} %{msdata=eabi: -memb} \
+%{memb} %{!memb: %{msdata: -memb} %{msdata=eabi: -memb}} \
%{mlittle} %{mlittle-endian} %{mbig} %{mbig-endian} \
%{!mlittle: %{!mlittle-endian: %{!mbig: %{!mbig-endian: \
%{mcall-solaris: -mlittle} %{mcall-linux: -mbig} }}}}"