Ping? This is definitely a bug. The LIB1ASMFUNCS defined in t-bpabi should not be overridden by t-arm.
OK for 4.8 and trunk Thanks! -Zhenqiang > -----Original Message----- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Zhenqiang Chen > Sent: Monday, March 04, 2013 4:26 PM > To: gcc-patches@gcc.gnu.org > Subject: RE: [PATCH libgcc] Fix ARM uclinux libgcc config order issue > > Ping? > > Thanks! > -Zhenqiang > > > -----Original Message----- > > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > > ow...@gcc.gnu.org] On Behalf Of Zhenqiang Chen > > Sent: Friday, January 11, 2013 5:21 PM > > To: gcc-patches@gcc.gnu.org > > Subject: [PATCH libgcc] Fix ARM uclinux libgcc config order issue > > > > Hi, > > > > The patch is to adjust ARM uclinux libgcc config order of arm/t-bpabi > > and > t- > > arm since LIB1ASMFUNCS defined in t-bpabi is overridden in t-arm. > > > > Is it OK for trunk, 4.8 and 4.7? > > > > Thanks! > > -Zhenqiang > > > > 2012-03-11 Zhenqiang Chen <zhenqiang.c...@arm.com> > > > > * config.host (arm*-*-uclinux*): Move arm/t-arm before arm/t- > > bpabi. > > > > diff --git a/libgcc/config.host b/libgcc/config.host index > ffd047f..eb65941 > > 100644 > > --- a/libgcc/config.host > > +++ b/libgcc/config.host > > @@ -332,10 +332,10 @@ arm*-*-linux*) # ARM > > GNU/Linux with > > ELF > > ;; > > arm*-*-uclinux*) # ARM ucLinux > > tmake_file="${tmake_file} t-fixedpoint-gnu-prefix" > > + tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf > > t-softfp-excl arm/t-softfp t-softfp" > > tmake_file="${tmake_file} arm/t-bpabi" > > tm_file="$tm_file arm/bpabi-lib.h" > > unwind_header=config/arm/unwind-arm.h > > - tmake_file="$tmake_file arm/t-arm arm/t-elf t-softfp-sfdf > > t-softfp-excl arm/t-softfp t-softfp" > > extra_parts="$extra_parts crti.o crtn.o" > > ;; > > arm*-*-eabi* | arm*-*-symbianelf* | arm*-*-rtems*) > > > > > > > > > >