From ee80d1cd86d126eeb5abfe04cae3a5d0dfbbabe8 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 17 Oct 1993 19:37:34 -0600 Subject: [PATCH] * pa.h (READONLY_DATA_SECTION): Disable. From-SVN: r5791 --- gcc/config/pa/pa.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 74aca477984..49adae1f955 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1576,7 +1576,20 @@ do { fprintf (FILE, "\t.SPACE $PRIVATE$\n\ /* Supposedly the assembler rejects the command if there is no tab! */ #define READONLY_DATA_ASM_OP "\t.SPACE $TEXT$\n\t.SUBSPA $LIT$\n" + +#if 0 +/* This has apparently triggered a latent GAS bug which manifests itself + as numerous warnings from the debugger of the form: + + During symbol reading, inner block not inside outer block in ... + inner block not inside outer block in ... + + Or as local variables not being accessable from the debugger. + + Disable $LIT$ for now. Try it with GAS-2 when it is functional (I + am not even going to try to fix this in GAS-1). */ #define READONLY_DATA_SECTION readonly_data +#endif /* Output before writable data. */ -- 2.30.2