* 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
This commit is contained in:
parent
24ce2fe6cd
commit
720b7001a6
@ -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>
|
Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
* cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
|
* 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.
|
-feliminate-unused-debug-symbols.
|
||||||
* doc/invoke.texi (Debugging Options): Document
|
* doc/invoke.texi (Debugging Options): Document
|
||||||
-feliminate-unused-debug-symbols.
|
-feliminate-unused-debug-symbols.
|
||||||
|
|
||||||
2003-06-26 Roger Sayle <roger@eyesopen.com>
|
2003-06-26 Roger Sayle <roger@eyesopen.com>
|
||||||
Jakub Jelinek <jakub@redhat.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.
|
current_function_is_leaf to restore ar.pfs.
|
||||||
|
|
||||||
2003-06-26 Richard Henderson <rth@redhat.com>
|
2003-06-26 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
|
* emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
|
||||||
instead of replacing it.
|
instead of replacing it.
|
||||||
|
|
||||||
2003-06-26 Richard Henderson <rth@redhat.com>
|
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.
|
registers across tail calls.
|
||||||
|
|
||||||
* flow.c (propagate_one_insn): Preserve live-at-end registers
|
* 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
|
* config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
|
||||||
of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
|
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.
|
mistaken for trigraphs.
|
||||||
(THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
|
(THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
|
||||||
does not have a register for the first operand.
|
does not have a register for the first operand.
|
||||||
|
|
||||||
2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
|
2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
|
||||||
|
|
||||||
* config/sh/sh.c (sh_register_move_cost):
|
* config/sh/sh.c (sh_register_move_cost):
|
||||||
|
@ -326,8 +326,8 @@ do { text_section (); \
|
|||||||
|
|
||||||
/* Don't output a .file directive. That is only used by the assembler for
|
/* Don't output a .file directive. That is only used by the assembler for
|
||||||
error reporting. */
|
error reporting. */
|
||||||
#undef ASM_FILE_START_FILE_DIRECTIVE
|
#undef TARGET_ASM_FILE_START_FILE_DIRECTIVE
|
||||||
#define ASM_FILE_START_FILE_DIRECTIVE false
|
#define TARGET_ASM_FILE_START_FILE_DIRECTIVE false
|
||||||
|
|
||||||
#undef TARGET_ASM_FILE_END
|
#undef TARGET_ASM_FILE_END
|
||||||
#define TARGET_ASM_FILE_END darwin_file_end
|
#define TARGET_ASM_FILE_END darwin_file_end
|
||||||
|
@ -98,7 +98,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
/* Most svr4 assemblers want a .file directive at the beginning of
|
/* Most svr4 assemblers want a .file directive at the beginning of
|
||||||
their input file. */
|
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
|
/* This is how to allocate empty space in some section. The .zero
|
||||||
pseudo-op is used for this on most svr4 assemblers. */
|
pseudo-op is used for this on most svr4 assemblers. */
|
||||||
|
@ -33,7 +33,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
#undef LIB_SPEC
|
#undef LIB_SPEC
|
||||||
|
|
||||||
/* Emit a .file directive. */
|
/* 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++. */
|
/* Support the ctors and dtors sections for g++. */
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
"%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%a6", "%sp", \
|
"%a0", "%a1", "%a2", "%a3", "%a4", "%a5", "%a6", "%sp", \
|
||||||
"%fp0", "%fp1", "%fp2", "%fp3", "%fp4", "%fp5", "%fp6", "%fp7" }
|
"%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
|
/* If defined, a C expression whose value is a string containing the
|
||||||
assembler operation to identify the following data as uninitialized global
|
assembler operation to identify the following data as uninitialized global
|
||||||
|
Loading…
Reference in New Issue
Block a user