about summary refs log tree commit diff
path: root/ports/sysdeps/mips/bsd-_setjmp.S
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-02-08 02:03:10 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-02-08 02:03:10 +0000
commita6ee1783327acdaae31cc4ce700e2983f0175e5d (patch)
treed34ef7b159b4cc0257b74872f39779726ff48c62 /ports/sysdeps/mips/bsd-_setjmp.S
parentf3aae3f3eb4e4345413dc238e941cdb52f747d16 (diff)
downloadglibc-a6ee1783327acdaae31cc4ce700e2983f0175e5d.tar.gz
glibc-a6ee1783327acdaae31cc4ce700e2983f0175e5d.tar.xz
glibc-a6ee1783327acdaae31cc4ce700e2983f0175e5d.zip
Use ENTRY and END in more MIPS .S files.
Diffstat (limited to 'ports/sysdeps/mips/bsd-_setjmp.S')
-rw-r--r--ports/sysdeps/mips/bsd-_setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/bsd-_setjmp.S b/ports/sysdeps/mips/bsd-_setjmp.S
index a932096a0a..1974e4b393 100644
--- a/ports/sysdeps/mips/bsd-_setjmp.S
+++ b/ports/sysdeps/mips/bsd-_setjmp.S
@@ -38,5 +38,5 @@ ENTRY (_setjmp)
 #else
 	j	C_SYMBOL_NAME (__sigsetjmp)
 #endif
-	.end	_setjmp
+END (_setjmp)
 libc_hidden_def (_setjmp)