]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
authorHans-Peter Nilsson <hp@axis.se>
Fri, 22 May 1998 00:39:52 +0000 (02:39 +0200)
committerJeff Law <law@gcc.gnu.org>
Fri, 22 May 1998 00:39:52 +0000 (18:39 -0600)

        * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.

From-SVN: r19945

gcc/ChangeLog
libiberty/cplus-dem.c

index ec031b94d30cd13f01f94efc630598b5fa8c3cef..d37a2152a6d8f9bc5d186de5cf32eb4630880974 100644 (file)
@@ -1,3 +1,7 @@
+Fri May 22 01:38:07 1998  Hans-Peter Nilsson  <hp@axis.se>
+
+       * cplus-dem.c (MBUF_SIZE): Bumped from 512 to 32767.
+
 Fri May 22 00:57:00 1998  Bernd Schmidt (crux@pool.informatik.rwth-aachen.de>
 
        * final.c (JUMP_TABLES_IN_TEXT_SECTION): Provide a default value.
index ba3700c6db36d00b7ef2df0321dda8074d03fec3..f1ac763984af8fc6655518a5386eb4df999fd661 100644 (file)
@@ -3599,7 +3599,7 @@ Usage: %s [-_] [-n] [-s {gnu,lucid,arm}] [--strip-underscores]\n\
   exit (status);
 }
 
-#define MBUF_SIZE 512
+#define MBUF_SIZE 32767
 char mbuffer[MBUF_SIZE];
 
 /* Defined in the automatically-generated underscore.c.  */