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:
authorNick Clifton <nickc@redhat.com>2011-03-24 19:29:11 +0300
committerNick Clifton <nickc@redhat.com>2011-03-24 19:29:11 +0300
commit1db7c629bcdfdadf2e718a44626985ee8fe14453 (patch)
tree3f3f100651bdd7e94c64afbea0ae558fe7fb6230 /libgloss/xstormy16
parent1e71af509bbcd51835a61c49cd7f84c7b9cd148d (diff)
* xstormy16/crt0.s (_hwint): Fix .size directive.
Diffstat (limited to 'libgloss/xstormy16')
-rw-r--r--libgloss/xstormy16/crt0.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/xstormy16/crt0.s b/libgloss/xstormy16/crt0.s
index 39e00d236..f8adb98cd 100644
--- a/libgloss/xstormy16/crt0.s
+++ b/libgloss/xstormy16/crt0.s
@@ -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.