mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
m68k: fix SYSCALL_ERROR_LOAD_GOT for Coldfire
This commit is contained in:
parent
9ed28e47dc
commit
cf64098fc4
@ -1,3 +1,8 @@
|
|||||||
|
2010-08-25 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/m68k/coldfire/sysdep.h
|
||||||
|
(SYSCALL_ERROR_LOAD_GOT): Use & instead of #.
|
||||||
|
|
||||||
2010-08-17 Andreas Schwab <schwab@linux-m68k.org>
|
2010-08-17 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove
|
* sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <sysdeps/unix/sysv/linux/m68k/sysdep.h>
|
#include <sysdeps/unix/sysv/linux/m68k/sysdep.h>
|
||||||
|
|
||||||
#define SYSCALL_ERROR_LOAD_GOT(reg) \
|
#define SYSCALL_ERROR_LOAD_GOT(reg) \
|
||||||
move.l #_GLOBAL_OFFSET_TABLE_@GOTPC, reg; \
|
move.l &_GLOBAL_OFFSET_TABLE_@GOTPC, reg; \
|
||||||
lea (-6, %pc, reg), reg
|
lea (-6, %pc, reg), reg
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user