From 5556231db2301917cd14a7450de4eba2368c9763 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 5 Jun 2013 20:26:40 +0000 Subject: Remove trailing whitespace in ports. --- ports/sysdeps/mips/mips64/bsd-_setjmp.S | 2 +- ports/sysdeps/mips/mips64/bsd-setjmp.S | 2 +- ports/sysdeps/mips/mips64/memset.S | 2 +- ports/sysdeps/mips/mips64/setjmp.S | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ports/sysdeps/mips/mips64') diff --git a/ports/sysdeps/mips/mips64/bsd-_setjmp.S b/ports/sysdeps/mips/mips64/bsd-_setjmp.S index 5d0f76c..d0416a7 100644 --- a/ports/sysdeps/mips/mips64/bsd-_setjmp.S +++ b/ports/sysdeps/mips/mips64/bsd-_setjmp.S @@ -35,7 +35,7 @@ ENTRY (_setjmp) PTR_LA t9, C_SYMBOL_NAME (__sigsetjmp) #if _MIPS_SIM == _ABIO32 nop -#endif +#endif RESTORE_GP64_REG move a1, zero /* Pass a second argument of zero. */ #ifdef __PIC__ diff --git a/ports/sysdeps/mips/mips64/bsd-setjmp.S b/ports/sysdeps/mips/mips64/bsd-setjmp.S index 784e16e..7203540 100644 --- a/ports/sysdeps/mips/mips64/bsd-setjmp.S +++ b/ports/sysdeps/mips/mips64/bsd-setjmp.S @@ -35,7 +35,7 @@ ENTRY (setjmp) PTR_LA t9, C_SYMBOL_NAME (__sigsetjmp) #if _MIPS_SIM == _ABIO32 nop -#endif +#endif RESTORE_GP64_REG dli a1, 1 /* Pass a second argument of one. */ #ifdef __PIC__ diff --git a/ports/sysdeps/mips/mips64/memset.S b/ports/sysdeps/mips/mips64/memset.S index 382b0f4..6453335 100644 --- a/ports/sysdeps/mips/mips64/memset.S +++ b/ports/sysdeps/mips/mips64/memset.S @@ -22,7 +22,7 @@ /* void *memset(void *s, int c, size_t n); - + This could probably be optimized further. */ #if __MIPSEB diff --git a/ports/sysdeps/mips/mips64/setjmp.S b/ports/sysdeps/mips/mips64/setjmp.S index 5afbbe7..f0aa814 100644 --- a/ports/sysdeps/mips/mips64/setjmp.S +++ b/ports/sysdeps/mips/mips64/setjmp.S @@ -35,7 +35,7 @@ ENTRY (__sigsetjmp) PTR_LA t9, __sigsetjmp_aux #if _MIPS_SIM == _ABIO32 nop -#endif +#endif RESTORE_GP64_REG #if _MIPS_SIM != _ABIO32 move a4, gp -- cgit v1.1