Commit 0f32bcbd by David Edelsohn Committed by David Edelsohn

re PR debug/2714 (Stabs truncated on AIX)

        PR debug/2714
        PR bootstrap/64256
        * xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
        (DBX_CONTIN_CHAR): Define.

From-SVN: r220501
parent 11aa81cc
2015-02-06 David Edelsohn <dje.gcc@gmail.com>
PR debug/2714
PR bootstrap/64256
* xcoffout.h (DBX_CONTIN_LENGTH): Define as 16384.
(DBX_CONTIN_CHAR): Define.
2015-02-06 Sebastian Pop <s.pop@samsung.com>
Brian Rzycki <b.rzycki@samsung.com>
......
......@@ -161,8 +161,11 @@ do { \
/* Do not emit any marker for XCOFF until assembler allows XFT_CV. */
#define NO_DBX_GCC_MARKER
/* Do not break .stabs pseudos into continuations. */
#define DBX_CONTIN_LENGTH 0
/* XCOFF32 maximum length is 64K; XLC limits to 16K. */
#define DBX_CONTIN_LENGTH 16384
/* XLC uses '?' as continuation character. */
#define DBX_CONTIN_CHAR '?'
/* Don't try to use the `x' type-cross-reference character in DBX data.
Also has the consequence of putting each struct, union or enum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment