diff options
author | Anatoly Sokolov <aesok@post.ru> | 2010-08-01 12:29:20 +0400 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2010-08-01 12:29:20 +0400 |
commit | 501d087d62c9d44a9cef91f7c110c0dc2b5cb9a3 (patch) | |
tree | 9a9db280188573707834e4d01bd32b78e9b51870 /gcc/config/mmix/mmix-protos.h | |
parent | 140c268460b2f4658f056719251417ecda330521 (diff) | |
download | gcc-501d087d62c9d44a9cef91f7c110c0dc2b5cb9a3.tar.gz |
mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
* config/mmix/mmix.h (ASM_OUTPUT_SOURCE_FILENAME): Remove macro.
* config/mmix/mmix-protos.h (mmix_asm_output_source_filename): Remove.
* config/mmix/mmix.c (mmix_asm_output_source_filename): Make static.
(TARGET_ASM_OUTPUT_SOURCE_FILENAME): Define.
From-SVN: r162793
Diffstat (limited to 'gcc/config/mmix/mmix-protos.h')
-rw-r--r-- | gcc/config/mmix/mmix-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix-protos.h b/gcc/config/mmix/mmix-protos.h index 18d21f1650e..9918fa8094d 100644 --- a/gcc/config/mmix/mmix-protos.h +++ b/gcc/config/mmix/mmix-protos.h @@ -31,7 +31,6 @@ extern int mmix_register_move_cost (enum machine_mode, enum reg_class, enum reg_class); extern const char *mmix_text_section_asm_op (void); extern const char *mmix_data_section_asm_op (void); -extern void mmix_asm_output_source_filename (FILE *, const char *); extern void mmix_output_quoted_string (FILE *, const char *, int); extern void mmix_asm_output_source_line (FILE *, int); extern void mmix_asm_output_ascii (FILE *, const char *, int); |