[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1964 - glibc-package/branches/glibc-2.5/debian/patches/m68k



Author: aurel32
Date: 2007-02-08 22:36:18 +0100 (Thu, 08 Feb 2007)
New Revision: 1964

Modified:
   glibc-package/branches/glibc-2.5/debian/patches/m68k/submitted-gcc34-seccomment.diff
Log:
Fix m68k/submitted-gcc34-seccomment.diff


Modified: glibc-package/branches/glibc-2.5/debian/patches/m68k/submitted-gcc34-seccomment.diff
===================================================================
--- glibc-package/branches/glibc-2.5/debian/patches/m68k/submitted-gcc34-seccomment.diff	2007-02-08 20:33:06 UTC (rev 1963)
+++ glibc-package/branches/glibc-2.5/debian/patches/m68k/submitted-gcc34-seccomment.diff	2007-02-08 21:36:18 UTC (rev 1964)
@@ -18,14 +18,14 @@
  # endif
  
 -/* Tacking on "\n\t#" to the section name makes gcc put it's bogus
-+/* Tacking on "\nAPP\t#" to the section name makes gcc put it's bogus
++/* Tacking on "\n#APP\n\t#" to the section name makes gcc put it's bogus
     section attributes on what looks like a comment to the assembler.  */
  # ifdef HAVE_SECTION_QUOTES
 -#  define __sec_comment "\"\n\t#\""
-+#  define __sec_comment "\"\n#APP\t#\""
++#  define __sec_comment "\"\n#APP\n\t#\""
  # else
 -#  define __sec_comment "\n\t#"
-+#  define __sec_comment "\n#APP\t#"
++#  define __sec_comment "\n#APP\n\t#"
  # endif
  # define link_warning(symbol, msg) \
    __make_section_unallocated (".gnu.warning." #symbol) \



Reply to: