Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgloss/ChangeLog6
-rw-r--r--libgloss/frv/crt0.S2
2 files changed, 6 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 7493274cc..40f06491f 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,4 +1,8 @@
-2011-03-21 Kevin Buettner <kevinb@redhat.com>
+2011-03-24 Nick Clifton <nickc@redhat.com>
+
+ * frv/crt0.S (__frv_fix_usrptrs): Fix .size directive.
+
+2011-03-21 Kevin Buettner <kevinb@redhat.com>
* v850/sys/syscall.h (SYS_rename): Define.
diff --git a/libgloss/frv/crt0.S b/libgloss/frv/crt0.S
index 86d5a5003..9aa47f7b2 100644
--- a/libgloss/frv/crt0.S
+++ b/libgloss/frv/crt0.S
@@ -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