Commit: Fix .size directive in FRV's crt0.S
Nick Clifton
nickc@redhat.com
Fri Mar 25 06:10:00 GMT 2011
Hi Guys,
I am applying this patch as an obvious fix to the FRV's crt0.S
file. It was referring to the symbol Lend2 which does not exist. It
is just a simple typo though, as the patch shows.
Cheers
Nick
libgloss/ChangeLog
2011-03-24 Nick Clifton <nickc@redhat.com>
* frv/crt0.S (__frv_fix_usrptrs): Fix .size directive.
Index: libgloss/frv/crt0.S
===================================================================
RCS file: /cvs/src/src/libgloss/frv/crt0.S,v
retrieving revision 1.4
diff -u -3 -p -r1.4 crt0.S
--- libgloss/frv/crt0.S 21 May 2008 07:44:32 -0000 1.4
+++ libgloss/frv/crt0.S 24 Mar 2011 16:20:01 -0000
@@ -267,7 +267,7 @@ EXT(__frv_fix_usrptrs):
.Lret3: ret
.Lend3:
- .size EXT(__frv_fix_usrptrs),.Lend2-EXT(__frv_fix_usrptrs)
+ .size EXT(__frv_fix_usrptrs),.Lend3-EXT(__frv_fix_usrptrs)
.section .data
.global __dso_handle
More information about the Newlib
mailing list