From 1db7c629bcdfdadf2e718a44626985ee8fe14453 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 24 Mar 2011 16:29:11 +0000 Subject: * xstormy16/crt0.s (_hwint): Fix .size directive. --- libgloss/xstormy16/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgloss/xstormy16/crt0.s') 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. -- cgit v1.2.3