OSDN Git Service

Fix typo in last change.
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 1996 19:15:54 +0000 (19:15 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 1996 19:15:54 +0000 (19:15 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11960 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/sysv4.h

index 4531d0f..b521a77 100644 (file)
@@ -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} }}}}"