]> gcc.gnu.org Git - gcc.git/commitdiff
* pa.h (READONLY_DATA_SECTION): Disable.
authorJeff Law <law@gcc.gnu.org>
Mon, 18 Oct 1993 01:37:34 +0000 (19:37 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 18 Oct 1993 01:37:34 +0000 (19:37 -0600)
From-SVN: r5791

gcc/config/pa/pa.h

index 74aca47798473d988c0b908a22cad9d5cc6aa643..49adae1f955cfe8dbcc705bfe1ddd61977dd6064 100644 (file)
@@ -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.  */
 
This page took 0.06773 seconds and 5 git commands to generate.