From 415f579bf39f20ba904fb983edca8dd960fc0f32 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Wed, 9 Nov 2011 19:20:33 +0000 Subject: Fix assembler .size directives. Currently used binutils don't complain, but 2.21.1 treats these as errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30945 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/grey_sh.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib/grey_sh.S') diff --git a/apps/plugins/lib/grey_sh.S b/apps/plugins/lib/grey_sh.S index 5bc003c2b3..5714f95f8c 100644 --- a/apps/plugins/lib/grey_sh.S +++ b/apps/plugins/lib/grey_sh.S @@ -132,6 +132,6 @@ __grey_line1: rts nop - .size _grey_line1, . - _grey_line1 + .size __grey_line1, . - __grey_line1 #endif -- cgit v1.2.3