yann@1: Fix build on architectures (like arm) where gas accepts @ as comment. yann@1: yann@1: First reported here: yann@1: http://sources.redhat.com/ml/libc-alpha/2003-04/msg00265.html yann@1: yann@1: In use here: yann@1: http://www.netwinder.org/autobuild/nw-9/patches/glibc-2.3.2-nobits.patch yann@1: yann@1: Committed to cvs: yann@1: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/include/libc-symbols.h.diff?r1=1.52&r2=1.53&cvsroot=glibc yann@1: yann@1: =================================================================== yann@1: RCS file: /cvs/glibc/libc/include/libc-symbols.h,v yann@1: retrieving revision 1.52 yann@1: retrieving revision 1.53 yann@1: diff -u -r1.52 -r1.53 yann@1: --- libc/include/libc-symbols.h 2003/04/30 04:18:03 1.52 yann@1: +++ libc/include/libc-symbols.h 2003/05/02 02:20:48 1.53 yann@1: @@ -247,7 +247,7 @@ yann@1: __attribute__ ((unused, section (".gnu.warning." #symbol __sec_comment))) \ yann@1: = msg; yann@1: # define libc_freeres_ptr(decl) \ yann@1: - __make_section_unallocated ("__libc_freeres_ptrs, \"aw\", @nobits") \ yann@1: + __make_section_unallocated ("__libc_freeres_ptrs, \"aw\", %nobits") \ yann@1: decl __attribute__ ((section ("__libc_freeres_ptrs" __sec_comment))) yann@1: # define __libc_freeres_fn_section \ yann@1: __attribute__ ((section ("__libc_freeres_fn")))