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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to