]> git.ipfire.org Git - thirdparty/gcc.git/commit
* target.def (output_source_filename): New hook.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jul 2010 18:00:17 +0000 (18:00 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jul 2010 18:00:17 +0000 (18:00 +0000)
commite2823fde14be30b99b0483e574980be0bddb7cfa
treed56be18415909b5f90b4a54679d77846826cda08
parente8da5f64ee86f83b0b9e296f0d2feac7d83b0e72
* target.def (output_source_filename): New hook.
* doc/tm.texi.in (TARGET_ASM_OUTPUT_SOURCE_FILENAME): Document.
* doc/tm.texi: Regenerate.
* toplev.c (output_file_directive) Remove function.
* toplev.h (output_file_directive) Remove.
* output.h (default_asm_output_source_filename,
output_file_directive): Declare.
* varasm.h (default_asm_output_source_filename,
output_file_directive): New functions.

* config/mips/mips.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
* config/mips/mips-protos.h (mips_output_filename): Remove.
* config/mips/mips.c (mips_output_filename): Make Static.
(TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162542 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mips/mips-protos.h
gcc/config/mips/mips.c
gcc/config/mips/mips.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/output.h
gcc/target.def
gcc/toplev.c
gcc/toplev.h
gcc/varasm.c