* xstormy16/crt0.s (_hwint): Fix .size directive.

This commit is contained in:
Nick Clifton 2011-03-24 16:29:11 +00:00
parent 1e71af509b
commit 1db7c629bc
2 changed files with 3 additions and 1 deletions

View 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>

View 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.