diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h b/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h index 730332f367..003c0483a8 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h @@ -25,7 +25,7 @@ #undef SYS_ify #define SYS_ify(syscall_name) __NR_##syscall_name -#ifdef ASSEMBLER +#ifdef __ASSEMBLER__ #ifdef DONT_LOAD_G1 # define LOADSYSCALL(x) @@ -82,6 +82,6 @@ SYSCALL_ERROR_HANDLER; \ 9000:; -#endif /* ASSEMBLER */ +#endif /* __ASSEMBLER__ */ #endif /* linux/sparc/sysdep.h */ diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h b/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h index 1a3736201c..2cc8547c1a 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h @@ -25,7 +25,7 @@ #undef SYS_ify #define SYS_ify(syscall_name) __NR_##syscall_name -#ifdef ASSEMBLER +#ifdef __ASSEMBLER__ #ifdef DONT_LOAD_G1 # define LOADSYSCALL(x) @@ -116,7 +116,7 @@ #define r1 %o1 #define MOVE(x,y) mov x, y -#endif /* ASSEMBLER */ +#endif /* __ASSEMBLER__ */ /* This is the offset from the %sp to the backing store above the register windows. So if you poke stack memory directly you add this. */ |