mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00: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>
|
||||
|
||||
* sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <sysdeps/unix/sysv/linux/m68k/sysdep.h>
|
||||
|
||||
#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
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user