From: Jan-Benedict G. <jb...@us...> - 2006-01-15 11:46:33
|
Update of /cvsroot/linux-vax/toolchain/patches In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20288 Modified Files: uclibc-000030-disable_linktime_warning.patch Log Message: - Redo this, the upstream sources changed. Index: uclibc-000030-disable_linktime_warning.patch =================================================================== RCS file: /cvsroot/linux-vax/toolchain/patches/uclibc-000030-disable_linktime_warning.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- uclibc-000030-disable_linktime_warning.patch 16 Dec 2005 11:35:30 -0000 1.1 +++ uclibc-000030-disable_linktime_warning.patch 15 Jan 2006 11:46:07 -0000 1.2 @@ -1,15 +1,13 @@ -diff -Nurp src-uclibc-fresh/include/libc-internal.h src-uclibc-hacked/include/libc-internal.h ---- src-uclibc-fresh/include/libc-internal.h 2005-12-16 10:26:47.000000000 +0100 -+++ src-uclibc-hacked/include/libc-internal.h 2005-12-16 10:27:25.000000000 +0100 -@@ -73,6 +73,11 @@ - /* Tacking on "\n\t#" to the section name makes gcc put it's bogus +--- src-uclibc-fresh/include/libc-internal.h 2006-01-12 07:34:37.000000000 +0100 ++++ src-uclibc-hacked/include/libc-internal.h 2006-01-12 07:37:54.000000000 +0100 +@@ -78,6 +78,10 @@ section attributes on what looks like a comment to the assembler. */ - # define __sec_comment "\n\t#" -+# ifdef __vax__ + # ifdef __sparc__ //HAVE_SECTION_QUOTES + # define __sec_comment "\"\n\t#\"" ++# elif __vax__ +# warning "__sec_comment commented out..." +# undef __sec_comment +# define __sec_comment "" -+# endif - # ifdef __cris__ - # define link_warning(symbol, msg) # else + # define __sec_comment "\n\t#" + # endif |