--- dietlibc/dietuglyweaks.h 2004/04/29 14:37:25 1.6 +++ dietlibc/dietuglyweaks.h 2014/03/15 12:22:19 1.7 @@ -6,12 +6,12 @@ .macro DEF_G name .global \name -.type \name,function +.type \name,@function \name: .endm .macro DEF_W name .weak \name -.type \name,function +.type \name,@function \name: .endm