svn commit: r275337 - head/contrib/gcc/config/arm
Andrew Turner
andrew at FreeBSD.org
Sun Nov 30 17:29:50 UTC 2014
Author: andrew
Date: Sun Nov 30 17:29:49 2014
New Revision: 275337
URL: https://svnweb.freebsd.org/changeset/base/275337
Log:
There is no need to use FUNC_END with aeabi_ldiv0 or aeabi_idiv0 as they
are aliases.
Sponsored by: ABT Systems Ltd
Modified:
head/contrib/gcc/config/arm/lib1funcs.asm
Modified: head/contrib/gcc/config/arm/lib1funcs.asm
==============================================================================
--- head/contrib/gcc/config/arm/lib1funcs.asm Sun Nov 30 17:27:24 2014 (r275336)
+++ head/contrib/gcc/config/arm/lib1funcs.asm Sun Nov 30 17:29:49 2014 (r275337)
@@ -980,8 +980,6 @@ LSYM(Lover12):
RET
- FUNC_END aeabi_ldiv0
- FUNC_END aeabi_idiv0
FUNC_END div0
#endif /* L_divmodsi_tools */
More information about the svn-src-head
mailing list