diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-24 16:29:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-03-24 16:29:11 +0000 |
commit | 1db7c629bcdfdadf2e718a44626985ee8fe14453 (patch) | |
tree | 3f3f100651bdd7e94c64afbea0ae558fe7fb6230 /libgloss | |
parent | 1e71af509bbcd51835a61c49cd7f84c7b9cd148d (diff) | |
download | newlib-1db7c629bcdfdadf2e718a44626985ee8fe14453.zip newlib-1db7c629bcdfdadf2e718a44626985ee8fe14453.tar.gz newlib-1db7c629bcdfdadf2e718a44626985ee8fe14453.tar.bz2 |
* xstormy16/crt0.s (_hwint): Fix .size directive.
Diffstat (limited to 'libgloss')
-rw-r--r-- | libgloss/ChangeLog | 2 | ||||
-rw-r--r-- | libgloss/xstormy16/crt0.s | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 40f0649..ef03663 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -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> diff --git a/libgloss/xstormy16/crt0.s b/libgloss/xstormy16/crt0.s index 39e00d2..f8adb98 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. |