diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2014-06-11 17:20:48 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2014-06-11 17:20:48 +0000 |
commit | 37251385bf1e4d1704f23a5ef0a99a77596b10f0 (patch) | |
tree | 096383016c744d45560b45aed9f10a5e845ebfed | |
parent | 8677664e02258772068ad1fe4672943c998bace8 (diff) | |
download | gcc-37251385bf1e4d1704f23a5ef0a99a77596b10f0.zip gcc-37251385bf1e4d1704f23a5ef0a99a77596b10f0.tar.gz gcc-37251385bf1e4d1704f23a5ef0a99a77596b10f0.tar.bz2 |
mmix-protos.h (mmix_asm_output_source_line): Remove prototype.
* config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove
prototype.
From-SVN: r211478
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mmix/mmix-protos.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b07492d..a0305e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-11 Maciej W. Rozycki <macro@codesourcery.com> + + * config/mmix/mmix-protos.h (mmix_asm_output_source_line): Remove + prototype. + 2014-06-11 Richard Sandiford <rdsandiford@googlemail.com> * common.md: New file. diff --git a/gcc/config/mmix/mmix-protos.h b/gcc/config/mmix/mmix-protos.h index 32d53f5..62604df 100644 --- a/gcc/config/mmix/mmix-protos.h +++ b/gcc/config/mmix/mmix-protos.h @@ -28,7 +28,6 @@ extern int mmix_reversible_cc_mode (enum machine_mode); extern const char *mmix_text_section_asm_op (void); extern const char *mmix_data_section_asm_op (void); 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); extern void mmix_asm_output_label (FILE *, const char *); extern void mmix_asm_output_internal_label (FILE *, const char *); |