]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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:34:57 +0000 (23:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 20 Nov 1997 23:34:57 +0000 (16:34 -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: r16621

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

index dc54a6c8e2407025703643e214a7ef69805b062e..94a7767975a7c7a0f64739f0782988822f2a5d14 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 857accd2f0ee56ddce52b667d5d34f68842d307d..dc4a25b8e773e06adc87d576536cd569479a01ef 100644 (file)
@@ -238,7 +238,7 @@ link_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