From 720b7001a630529f3762407d42fb2e811b1da973 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Fri, 27 Jun 2003 16:08:43 +0000 Subject: [PATCH] * config/darwin.h, config/elfos.h, config/i960/i960-coff.h * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should be TARGET_ASM_FILE_START_FILE_DIRECTIVE. From-SVN: r68578 --- gcc/ChangeLog | 18 ++++++++++++------ gcc/config/darwin.h | 4 ++-- gcc/config/elfos.h | 2 +- gcc/config/i960/i960-coff.h | 2 +- gcc/config/m68k/coff.h | 2 +- 5 files changed, 17 insertions(+), 11 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01bb8feb87d..fbc113e17be 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-06-27 Zack Weinberg + + * config/darwin.h, config/elfos.h, config/i960/i960-coff.h + * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should + be TARGET_ASM_FILE_START_FILE_DIRECTIVE. + Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing @@ -105,7 +111,7 @@ Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka -feliminate-unused-debug-symbols. * doc/invoke.texi (Debugging Options): Document -feliminate-unused-debug-symbols. - + 2003-06-26 Roger Sayle Jakub Jelinek @@ -126,13 +132,13 @@ Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka current_function_is_leaf to restore ar.pfs. 2003-06-26 Richard Henderson - + * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE instead of replacing it. - + 2003-06-26 Richard Henderson - * flow.c (propagate_one_insn): Kill function return value + * flow.c (propagate_one_insn): Kill function return value registers across tail calls. * flow.c (propagate_one_insn): Preserve live-at-end registers @@ -379,11 +385,11 @@ Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS. - Replace occurances of '???' with 'XXX' incase they are + Replace occurances of '???' with 'XXX' incase they are mistaken for trigraphs. (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address does not have a register for the first operand. - + 2003-06-25 Dhananjay Deshpande * config/sh/sh.c (sh_register_move_cost): diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 7d26c26718b..8a959090c56 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -326,8 +326,8 @@ do { text_section (); \ /* Don't output a .file directive. That is only used by the assembler for error reporting. */ -#undef ASM_FILE_START_FILE_DIRECTIVE -#define ASM_FILE_START_FILE_DIRECTIVE false +#undef TARGET_ASM_FILE_START_FILE_DIRECTIVE +#define TARGET_ASM_FILE_START_FILE_DIRECTIVE false #undef TARGET_ASM_FILE_END #define TARGET_ASM_FILE_END darwin_file_end diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index ed9efc657cc..880d7a7bca7 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -98,7 +98,7 @@ Boston, MA 02111-1307, USA. */ /* Most svr4 assemblers want a .file directive at the beginning of their input file. */ -#define ASM_FILE_START_FILE_DIRECTIVE true +#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true /* This is how to allocate empty space in some section. The .zero pseudo-op is used for this on most svr4 assemblers. */ diff --git a/gcc/config/i960/i960-coff.h b/gcc/config/i960/i960-coff.h index 1a8ab46e544..aaae56d566f 100644 --- a/gcc/config/i960/i960-coff.h +++ b/gcc/config/i960/i960-coff.h @@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */ #undef LIB_SPEC /* Emit a .file directive. */ -#define ASM_FILE_START_FILE_DIRECTIVE true +#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true /* Support the ctors and dtors sections for g++. */ diff --git a/gcc/config/m68k/coff.h b/gcc/config/m68k/coff.h index 824805df456..77be8b9743c 100644 --- a/gcc/config/m68k/coff.h +++ b/gcc/config/m68k/coff.h @@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */ "%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%a6", "%sp", \ "%fp0", "%fp1", "%fp2", "%fp3", "%fp4", "%fp5", "%fp6", "%fp7" } -#define ASM_FILE_START_FILE_DIRECTIVE true +#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true /* If defined, a C expression whose value is a string containing the assembler operation to identify the following data as uninitialized global