Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2014 17:29:49 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275337 - head/contrib/gcc/config/arm
Message-ID:  <201411301729.sAUHTndV081530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411301729.sAUHTndV081530>