Re: [PING][PATCH] libgcc: Fix typos in comments for ARM FP emulation routines

2016-04-20 Thread Martin Galvan
On Wed, Apr 20, 2016 at 1:44 AM, Sandra Loosemore wrote: > Or, do you need someone to check this in for you because you don't have > write access to the repository? Hi! Yeah, I don't have write access. If you could commit this for me it would be great. Thanks!

[PING][PATCH] libgcc: Fix typos in comments for ARM FP emulation routines

2016-04-19 Thread Martin Galvan
e too long. This patch simply removes those extra chars, as well as fixing a couple other cosmetic issues. libgcc/ChangeLog: 2016-04-19 Martin Galvan * config/arm/ieee754-df.S: Fix typos in comments. Index: libgcc/config/arm/ie

libgcc: Fix typos in comments for ARM FP emulation routines

2016-04-13 Thread Martin Galvan
e too long. This patch simply removes those extra chars, as well as fixing a couple other cosmetic issues. libgcc/ChangeLog: 2016-04-13 Martin Galvan * config/arm/ieee754-df.S: Fix typos in comments. Index: libgcc/config/arm/ie

Re: Fwd: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-15 Thread Martin Galvan
I've tested it on arm-rtems411. I'm not sure why it didn't throw me any errors, though, but I'm glad it's finally commited and working. Again, thanks a lot and sorry for the inconvenience. -- Martin Galvan Software Engineer Taller Technologies Argentina San Lorenzo 47, 3rd Floor, Office 5 Córdoba, Argentina Phone: 54 351 4217888 / +54 351 4218211

Re: Fwd: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-13 Thread Martin Galvan
Forgot to mention: I first did a --dry-run of the patch and then applied it to the gcc sources. On Wed, May 13, 2015 at 3:11 PM, Martin Galvan wrote: > Here's the new patch. I downloaded the gcc sources from the SVN > repository, removed the extra semicolon from my version of the fil

Re: Fwd: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-13 Thread Martin Galvan
Here's the new patch. I downloaded the gcc sources from the SVN repository, removed the extra semicolon from my version of the files and re-generated the patch using svn diff, making sure the context info had all the tabs from the original. I then e-mailed the patch to myself as an attachment, appl

Re: Fwd: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-13 Thread Martin Galvan
On Wed, May 13, 2015 at 1:58 PM, Ramana Radhakrishnan wrote: > On 13/05/15 17:37, Ramana Radhakrishnan wrote: >> I'm not sure what's going on here and couldn't figure out what was going >> wrong in the 20 minutes I spent on it just now. >> > Bah, I must be going blind. > >> >> @@ -53,11 +57,13 @@

Re: Fwd: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-12 Thread Martin Galvan
On Tue, May 12, 2015 at 5:49 AM, Ramana Radhakrishnan wrote: > That's what I mean when I say email clients "munged it" : email clients and > / or some popular email servers appear to end up munging white spaces and > patches don't apply cleanly. > > So, no it doesn't work - once you've sent it thr

Re: Re: Fwd: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-11 Thread Martin Galvan
On Mon, May 11, 2015 at 4:45 AM, Ramana Radhakrishnan wrote: > sorry about the slow response, I was travelling for a bit and missed your > emails. Trying your patch out gives me failures possibly because my mail > client munged it when it received this inline. > > Can you please rebase if necessa

Fwd: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-10 Thread Martin Galvan
Hi Ramana! Sorry to bother, but I looked at the repository and didn't see this committed. As I don't have write access could you please commit this for me? Thanks a lot! On Tue, Apr 28, 2015 at 2:07 PM, Martin Galvan wrote: > Thanks a lot. I don't have write access to the rep

Re: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-05-04 Thread Martin Galvan
Hi Ramana! Sorry to bother, but I looked at the repository and didn't see this committed. As I don't have write access could you please commit this for me? Thanks a lot! On Tue, Apr 28, 2015 at 2:07 PM, Martin Galvan wrote: > Thanks a lot. I don't have write access to the rep

Re: [PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-04-28 Thread Martin Galvan
Thanks a lot. I don't have write access to the repository, could you commit this for me? On Tue, Apr 28, 2015 at 1:21 PM, Ramana Radhakrishnan wrote: > On Tue, Apr 28, 2015 at 4:19 PM, Martin Galvan > wrote: >> This patch adds CFI directives to the soft floating point support

[PING 2][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-04-28 Thread Martin Galvan
ignment. I don't have commit access, though, so it would be great if anyone could commit this for me. Thanks a lot! libgcc/ChangeLog: 2015-04-23 Martin Galvan * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION): New macros. * config/arm/ieee754-df.S: Add

[PING][PATCH] libgcc: Add CFI directives to the soft floating point support code for ARM

2015-04-23 Thread Martin Galvan
ignment. I don't have commit access, though, so it would be great if anyone could commit this for me. Thanks a lot! libgcc/ChangeLog: 2015-04-23 Martin Galvan * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION): New macros. * config/arm/ieee754-df.S: Add

[PATCH] libgcc: Add CFI directives to the floating point support code for ARM.

2014-11-25 Thread Martin Galvan
d be nice if someone could commit this one for me after reviewing. Thanks a lot! libgcc/ChangeLog: 2014-11-25 Martin Galvan * config/arm/lib1funcs.S (CFI_START_FUNCTION, CFI_END_FUNCTION): New macros. * config/arm/ieee754-df.S: Add CFI directives. * con