]> sourceware.org Git - newlib-cygwin.git/commitdiff
* xstormy16/crt0.s (_hwint): Fix .size directive.
authorNick Clifton <nickc@redhat.com>
Thu, 24 Mar 2011 16:29:11 +0000 (16:29 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 24 Mar 2011 16:29:11 +0000 (16:29 +0000)
libgloss/ChangeLog
libgloss/xstormy16/crt0.s

index 40f06491f3a6a4f4973f8839ac8f1e6872185b74..ef036632fcc94b3f5cfd55a49c456f1f22f05c87 100644 (file)
@@ -1,5 +1,7 @@
 2011-03-24  Nick Clifton  <nickc@redhat.com>
 
+       * xstormy16/crt0.s (_hwint): Fix .size directive.
+
        * frv/crt0.S (__frv_fix_usrptrs): Fix .size directive.
 
 2011-03-21  Kevin Buettner  <kevinb@redhat.com>
index 39e00d236cdc171c94b9b01b8ec447433a4d2cd7..f8adb98cd84bf46d04503b3b53c66055e658b580 100644 (file)
@@ -104,7 +104,7 @@ _int_basetimer:
        .weak _hwinit
 _hwinit:
        ret
-1:     .size _int_hwinit,1b-_int_hwinit
+1:     .size _hwinit,1b-_hwinit
 
 # The first word in .data has address 0, so it's not a good
 # idea to use it as its address conflicts with NULL.
This page took 0.03911 seconds and 5 git commands to generate.