* 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
|
||||||
|
@ -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