* [ARM] Missing underscore in LIB1ASMFUNCS
@ 2008-08-28 12:57 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2008-08-28 12:57 UTC (permalink / raw)
To: gcc-patches
[-- Attachment #1: Type: text/plain, Size: 349 bytes --]
The attached patch adds a missing underscore to some of the ARM target clzsi2
LIB1ASMFUNCS entries. This only effects crufty old targets, so didn't show
up in testing.
Paul
2008-08-27 Paul Brook <paul@codesourcery.com>
* config/arm/t-arm-coff (LIB1ASMFUNCS): Add missing undescrore on
_clzsi2.
* config/arm/t-linux (LIB1ASMFUNCS): Ditto.
[-- Attachment #2: patch --]
[-- Type: text/x-diff, Size: 1133 bytes --]
Index: gcc/config/arm/t-arm-coff
===================================================================
--- gcc/config/arm/t-arm-coff (revision 139623)
+++ gcc/config/arm/t-arm-coff (working copy)
@@ -1,5 +1,5 @@
LIB1ASMSRC = arm/lib1funcs.asm
-LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX clzsi2 _clzdi2
+LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX _clzsi2 _clzdi2
# We want fine grained libraries, so use the new code to build the
# floating point emulation libraries.
Index: gcc/config/arm/t-linux
===================================================================
--- gcc/config/arm/t-linux (revision 139623)
+++ gcc/config/arm/t-linux (working copy)
@@ -3,7 +3,7 @@
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer -fPIC
LIB1ASMSRC = arm/lib1funcs.asm
-LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx clzsi2 _clzdi2
+LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2
# MULTILIB_OPTIONS = mhard-float/msoft-float
# MULTILIB_DIRNAMES = hard-float soft-float
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-27 12:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-28 12:57 [ARM] Missing underscore in LIB1ASMFUNCS Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).