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
This commit is contained in:
parent
1b8b89f158
commit
a21d14e991
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user