RE: [Patch,AVR]: Cleanup libgcc.S

2011-08-04 Thread Weddington, Eric
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Wednesday, August 03, 2011 4:42 AM > To: Weddington, Eric > Cc: gcc-patches@gcc.gnu.org; Anatoly Sokolov; Denis Chertykov; Joerg > Wunsch > Subject: Re: [Patch,AVR]: Cleanup libgcc.S &

Re: [Patch,AVR]: Cleanup libgcc.S

2011-08-03 Thread Georg-Johann Lay
http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00140.html Weddington, Eric wrote: >> >> This patch fixes RCALL/RJMP instructions to other modules by replacing >> them >> with XCALL resp. XJMP. >> > > Hi Johann, > > Do we want to add a binutils bug report for the FIXME that you just added in > th

RE: [Patch,AVR]: Cleanup libgcc.S

2011-08-02 Thread Weddington, Eric
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: Tuesday, August 02, 2011 4:24 AM > To: gcc-patches@gcc.gnu.org > Cc: Anatoly Sokolov; Denis Chertykov; Weddington, Eric > Subject: [Patch,AVR]: Cleanup libgcc.S > > This patch fixes RCALL/RJMP instructions to ot

Re: [Patch,AVR]: Cleanup libgcc.S

2011-08-02 Thread Denis Chertykov
2011/8/2 Georg-Johann Lay : > This patch fixes RCALL/RJMP instructions to other modules by replacing them > with XCALL resp. XJMP. > > Moreover, now each function (except _cleanup) is enclosed in DEFUN/ENDF pairs > so that size information is available for each function. > > Ok? Approved. Denis.