about summary refs log tree commit diff
path: root/ports/sysdeps/mips/add_n.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/add_n.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/add_n.S')
-rw-r--r--ports/sysdeps/mips/add_n.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/add_n.S b/ports/sysdeps/mips/add_n.S
index 7a3848f600..e83fc81707 100644
--- a/ports/sysdeps/mips/add_n.S
+++ b/ports/sysdeps/mips/add_n.S
@@ -118,4 +118,4 @@ L(end):	addu	$11,$11,$2
 	sw	$11,0($4)
 	j	$31
 	or	$2,$2,$8
-	.end __mpn_add_n
+END (__mpn_add_n)