vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label to correspond with...
authorKlaus Kaempf <kkaempf@progis.de>
Thu, 20 Nov 1997 23:36:55 +0000 (23:36 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 20 Nov 1997 23:36:55 +0000 (16:36 -0700)
        * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
        to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.

From-SVN: r16622

gcc/ChangeLog
gcc/config/alpha/vms.h

index 407814f1643b1cb6f4a6a886e73f11f2725b9a84..47734de0db21817f12136c025785b8f07b7069d6 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov 20 16:11:50 1997  Klaus Kaempf  <kkaempf@progis.de>
+
+       * alpha/vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label
+       to correspond with the change to ASM_GENERATE_INTERNAL_LABEL.
+
 Thu Nov 20 14:42:15 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
        * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
index 241ef0bb8580870b86c75d446c870af6b4bbaa08..8a48a1b17e3cca83d46d5f53e66786a76bb98683 100644 (file)
@@ -326,7 +326,7 @@ literals_section ()                                         \
 
 #undef ASM_OUTPUT_ADDR_VEC_ELT
 #define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \
-  fprintf (FILE, "\t.quad $%d\n", (VALUE) + 32)
+  fprintf (FILE, "\t.quad $L%d\n", (VALUE))
 
 #undef READONLY_DATA_SECTION
 #define READONLY_DATA_SECTION readonly_section