From 4977bab6ed59f01c73f9c8b9e92298706df9b6d5 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Mon, 16 Dec 2002 18:23:00 +0000 Subject: Merge basic-improvements-branch to trunk From-SVN: r60174 --- gcc/dwarfout.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gcc/dwarfout.c') diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index bbbfcfc..e9a35bb 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -563,9 +563,11 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #include "config.h" +#include "system.h" +#include "coretypes.h" +#include "tm.h" #ifdef DWARF_DEBUGGING_INFO -#include "system.h" #include "dwarf.h" #include "tree.h" #include "flags.h" @@ -1015,7 +1017,7 @@ static void retry_incomplete_types PARAMS ((void)); stock m88k/svr4 assembler, both of which need to see .L at the start of a label in order to prevent that label from going into the linker symbol table). When I get time, I'll have to fix this the right way so that we - will use ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_INTERNAL_LABEL herein, + will use ASM_GENERATE_INTERNAL_LABEL and (*targetm.asm_out.internal_label) herein, but that will require a rather massive set of changes. For the moment, the following definitions out to produce the right results for all svr4 and svr3 assemblers. -- rfg -- cgit v1.1