mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
powerpc32: Fix syntax error in __GLRO macro
This commit is contained in:
parent
768c83b7f6
commit
be5c5315b9
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user