Commit a21d14e9 by Klaus Kaempf Committed by Jeff Law

vms.h (ASM_OUTPUT_ADDR_VEC_ELT): Add an L for the local label to correspond with the change to...

        * 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
parent 1b8b89f1
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> Thu Nov 20 14:42:15 1997 Jason Merrill <jason@yorick.cygnus.com>
* Makefile.in (LIB2FUNCS): Remove C++ memory management support. * Makefile.in (LIB2FUNCS): Remove C++ memory management support.
......
...@@ -326,7 +326,7 @@ literals_section () \ ...@@ -326,7 +326,7 @@ literals_section () \
#undef ASM_OUTPUT_ADDR_VEC_ELT #undef ASM_OUTPUT_ADDR_VEC_ELT
#define ASM_OUTPUT_ADDR_VEC_ELT(FILE, VALUE) \ #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 #undef READONLY_DATA_SECTION
#define READONLY_DATA_SECTION readonly_section #define READONLY_DATA_SECTION readonly_section
......
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