Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/gcc/4.2
Date: Mon, 22 Jan 2007 11:22:56 -0800 (PST)	[thread overview]
Message-ID: <20070122192256.AF0184855D@busybox.net> (raw)

Author: aldot
Date: 2007-01-22 11:22:55 -0800 (Mon, 22 Jan 2007)
New Revision: 17474

Log:
- remove accidentally checked in debugging cruft


Removed:
   trunk/buildroot/toolchain/gcc/4.2/900-gengtype-verbose-error.patch


Changeset:
Deleted: trunk/buildroot/toolchain/gcc/4.2/900-gengtype-verbose-error.patch
===================================================================
--- trunk/buildroot/toolchain/gcc/4.2/900-gengtype-verbose-error.patch	2007-01-22 19:17:23 UTC (rev 17473)
+++ trunk/buildroot/toolchain/gcc/4.2/900-gengtype-verbose-error.patch	2007-01-22 19:22:55 UTC (rev 17474)
@@ -1,27 +0,0 @@
-Index: gcc-4.2/gcc/gengtype-lex.l
-===================================================================
---- gcc-4.2/gcc/gengtype-lex.l	(revision 121000)
-+++ gcc-4.2/gcc/gengtype-lex.l	(working copy)
-@@ -535,13 +535,19 @@
- macro_input (char *buffer, unsigned size)
- {
-   unsigned result;
-+  int old_errno;
- 
-   result = fread (buffer, 1, size, yyin);
-+  old_errno = errno;
-   if (result)
-     /*NOP*/;
--  else if (ferror (yyin))
--    YY_FATAL_ERROR ("read of source file failed");
--  else if (macro_expns)
-+  else if (ferror (yyin)) {
-+    char *err_msg;
-+    err_msg = xasprintf ("read of source file '%s:%d' failed",
-+    			lexer_line.file,
-+    			lexer_line.line);
-+    YY_FATAL_ERROR (err_msg);
-+  } else if (macro_expns)
-     {
-       const char *expn;
-       unsigned len;

             reply	other threads:[~2007-01-22 19:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-22 19:22 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-02-10 19:36 [Buildroot] svn commit: trunk/buildroot/toolchain/gcc/4.2 aldot at uclibc.org
2007-01-08 18:35 aldot at uclibc.org
2007-01-06 19:39 aldot at uclibc.org
2007-01-04 20:24 aldot at uclibc.org
2006-12-28  8:47 aldot at uclibc.org
2006-12-28  8:46 aldot at uclibc.org
2006-12-13 23:25 aldot at uclibc.org
2006-09-28 10:35 aldot at uclibc.org
2006-09-28 10:30 aldot at uclibc.org
2006-09-11 18:12 aldot at uclibc.org
2006-08-28 11:39 aldot at uclibc.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070122192256.AF0184855D@busybox.net \
    --to=aldot@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox