]> gcc.gnu.org Git - gcc.git/commitdiff
* pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes.
authorJeffrey A Law <law@cygnus.com>
Tue, 12 May 1998 13:04:18 +0000 (13:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 12 May 1998 13:04:18 +0000 (07:04 -0600)
From-SVN: r19701

gcc/ChangeLog
gcc/config/pa/pa.h

index 1895a0b2acd9ea743fb62ea756da79867bf3b394..4c0d9603ac4bd24290b2e296a90743ea09ee84f6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 12 14:04:49 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * pa.h (DBX_CONTIN_LENGTH): Reduce to 3000 bytes. 
+
 Tue May 12 15:16:02 1998  Michael Meissner  <meissner@cygnus.com>
 
        * haifa-sched.c (HAIFA_INLINE): Define to be __inline unless
index 73e7962bef50b5eaa225ddafcd10af3a29e6c940..a4b4974b3d12f67f2d027d91325e75d1365755f8 100644 (file)
@@ -1824,8 +1824,14 @@ while (0)
 /* Nonzero if access to memory by bytes is slow and undesirable.  */
 #define SLOW_BYTE_ACCESS 1
 
-/* Do not break .stabs pseudos into continuations.  */
-#define DBX_CONTIN_LENGTH 4000
+/* Do not break .stabs pseudos into continuations.
+
+   This used to be zero (no max length), but big enums and such can
+   cause huge strings which killed gas.
+
+   We also have to avoid lossage in dbxout.c -- it does not compute the
+   string size accurately, so we are real conservative here.  */
+#define DBX_CONTIN_LENGTH 3000
 
 /* Value is 1 if truncating an integer of INPREC bits to OUTPREC bits
    is done just by pretending it is already truncated.  */
This page took 0.07542 seconds and 5 git commands to generate.