powerpc32: Fix syntax error in __GLRO macro
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 17 Jan 2020 23:17:05 +0000 (00:17 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 17 Jan 2020 23:43:12 +0000 (00:43 +0100)
sysdeps/powerpc/powerpc32/sysdep.h

index 0dee5f2..2ba009e 100644 (file)
@@ -179,7 +179,7 @@ GOT_LABEL:                  ;                                             \
 #else
 /* Position-dependent code does not require access to the GOT.  */
 # define __GLRO(rOUT, rGOT, member, offset)                            \
-       lis     rOUT,(member+LOWORD)@ha                                 \
+       lis     rOUT,(member+LOWORD)@ha;                                        \
        lwz     rOUT,(member+LOWORD)@l(rOUT)
 #endif /* PIC */