OSDN Git Service

* config/darwin.h, config/elfos.h, config/i960/i960-coff.h
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jun 2003 16:08:43 +0000 (16:08 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 Jun 2003 16:08:43 +0000 (16:08 +0000)
* config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
be TARGET_ASM_FILE_START_FILE_DIRECTIVE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68578 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/darwin.h
gcc/config/elfos.h
gcc/config/i960/i960-coff.h
gcc/config/m68k/coff.h

index 01bb8fe..fbc113e 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-27  Zack Weinberg  <zack@codesourcery.com>
+
+       * 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  <jh@suse.cz>
 
        * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
@@ -105,7 +111,7 @@ Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
        -feliminate-unused-debug-symbols.
        * doc/invoke.texi (Debugging Options): Document
        -feliminate-unused-debug-symbols.
-       
+
 2003-06-26  Roger Sayle  <roger@eyesopen.com>
            Jakub Jelinek  <jakub@redhat.com>
 
@@ -126,13 +132,13 @@ Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
        current_function_is_leaf to restore ar.pfs.
 
 2003-06-26  Richard Henderson  <rth@redhat.com>
-       
+
        * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
        instead of replacing it.
-       
+
 2003-06-26  Richard Henderson  <rth@redhat.com>
 
-       * 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  <jh@suse.cz>
 
        * 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 <dhananjayd@kpitcummins.com>
 
        * config/sh/sh.c (sh_register_move_cost):
index 7d26c26..8a95909 100644 (file)
@@ -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
index ed9efc6..880d7a7 100644 (file)
@@ -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.  */
index 1a8ab46..aaae56d 100644 (file)
@@ -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++.  */
 
index 824805d..77be8b9 100644 (file)
@@ -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