]> gcc.gnu.org Git - gcc.git/commitdiff
* config/darwin.h, config/elfos.h, config/i960/i960-coff.h
authorZack Weinberg <zack@gcc.gnu.org>
Fri, 27 Jun 2003 16:08:43 +0000 (16:08 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
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.

From-SVN: r68578

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

index 01bb8feb87d3f7730ab17e43280097793bd4239d..fbc113e17befb67ff6ea70d583527bdb08a2a572 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 7d26c26718b4a4b299aa1acdf1bb6ea44a42a51a..8a959090c56f270437afea6922671906db30d7b5 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 ed9efc657cc21346783600862764f87030294422..880d7a7bca78165fe9b4fed309b8a7cfc96d83b1 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 1a8ab46e5446dffa8b1ba6b0f34e456883cc802e..aaae56d566fc984940b11739830c74d7c02ca0af 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 824805df45621498165f02b06e39424fca4bd053..77be8b9743cf34e8fc15555931e90b04abba1f75 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
This page took 0.10298 seconds and 5 git commands to generate.