patches/binutils/2.14/110-i386-no-divide-comment.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 03 21:11:41 2009 +0000 (2009-01-03)
changeset 1112 c72aecd1a9ef
permissions -rw-r--r--
Get rid of all stuff related to building a /delivery' traball:
- building a delivery tarball has long been broken (since crostool-Ng is installable)
- get rid of implied do_print_filename, that can be mis-leading now tarballs can not be built

/trunk/scripts/build/kernel/bare-metal.sh | 4 0 4 0 ----
/trunk/scripts/build/kernel/linux.sh | 4 0 4 0 ----
/trunk/scripts/build/tools/000-template.sh | 11 0 11 0 -----------
/trunk/scripts/build/tools/100-libelf.sh | 4 0 4 0 ----
/trunk/scripts/build/tools/200-sstrip.sh | 11 1 10 0 +----------
/trunk/scripts/build/binutils.sh | 4 0 4 0 ----
/trunk/scripts/build/cc/gcc.sh | 5 0 5 0 -----
/trunk/scripts/build/debug/000-template.sh | 11 0 11 0 -----------
/trunk/scripts/build/debug/100-dmalloc.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/400-ltrace.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/300-gdb.sh | 7 0 7 0 -------
/trunk/scripts/build/debug/500-strace.sh | 4 0 4 0 ----
/trunk/scripts/build/debug/200-duma.sh | 4 0 4 0 ----
/trunk/scripts/build/libc/none.sh | 5 0 5 0 -----
/trunk/scripts/build/libc/glibc.sh | 10 0 10 0 ----------
/trunk/scripts/build/libc/uClibc.sh | 6 0 6 0 ------
/trunk/scripts/build/libc/eglibc.sh | 10 0 10 0 ----------
/trunk/scripts/build/gmp.sh | 6 0 6 0 ------
/trunk/scripts/build/mpfr.sh | 6 0 6 0 ------
/trunk/docs/overview.txt | 9 0 9 0 ---------
20 files changed, 1 insertion(+), 128 deletions(-)
     1 diff -durN binutils-2.14.orig/gas/config/tc-i386.c binutils-2.14/gas/config/tc-i386.c
     2 --- binutils-2.14.orig/gas/config/tc-i386.c	2003-01-29 11:05:52.000000000 +0100
     3 +++ binutils-2.14/gas/config/tc-i386.c	2008-09-22 08:54:50.000000000 +0200
     4 @@ -189,15 +189,10 @@
     5  const char extra_symbol_chars[] = "*%-([";
     6  #endif
     7  
     8 -#if (defined (TE_I386AIX)				\
     9 -     || ((defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF))	\
    10 -	 && !defined (TE_LINUX)				\
    11 -	 && !defined (TE_FreeBSD)			\
    12 -	 && !defined (TE_NetBSD)))
    13  /* This array holds the chars that always start a comment.  If the
    14     pre-processor is disabled, these aren't very useful.  */
    15 -const char comment_chars[] = "#/";
    16 -#define PREFIX_SEPARATOR '\\'
    17 +const char comment_chars[] = "#";
    18 +#define PREFIX_SEPARATOR '/'
    19  
    20  /* This array holds the chars that only start a comment at the beginning of
    21     a line.  If the line seems to have the form '# 123 filename'
    22 @@ -207,16 +202,7 @@
    23     #NO_APP at the beginning of its output.
    24     Also note that comments started like this one will always work if
    25     '/' isn't otherwise defined.  */
    26 -const char line_comment_chars[] = "#";
    27 -
    28 -#else
    29 -/* Putting '/' here makes it impossible to use the divide operator.
    30 -   However, we need it for compatibility with SVR4 systems.  */
    31 -const char comment_chars[] = "#";
    32 -#define PREFIX_SEPARATOR '/'
    33 -
    34  const char line_comment_chars[] = "/#";
    35 -#endif
    36  
    37  const char line_separator_chars[] = ";";
    38