diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2002-12-16 18:23:00 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2002-12-16 18:23:00 +0000 |
commit | 4977bab6ed59f01c73f9c8b9e92298706df9b6d5 (patch) | |
tree | c259697c448b0c6f548f153c48c46a8d7a75970f /gcc/output.h | |
parent | b51dc045004ee7eb8d2bf4358ddf22a6cc6c1d00 (diff) | |
download | gcc-4977bab6ed59f01c73f9c8b9e92298706df9b6d5.tar.gz |
Merge basic-improvements-branch to trunk
From-SVN: r60174
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gcc/output.h b/gcc/output.h index 0f089719082..d6c0a050d68 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -26,10 +26,6 @@ extern void compute_alignments PARAMS ((void)); /* Initialize data in final at the beginning of a compilation. */ extern void init_final PARAMS ((const char *)); -/* Called at end of source file, - to output the block-profiling table for this entire compilation. */ -extern void end_final PARAMS ((const char *)); - /* Enable APP processing of subsequent output. Used before the output from an `asm' statement. */ extern void app_enable PARAMS ((void)); @@ -155,9 +151,6 @@ extern void text_section PARAMS ((void)); /* Tell assembler to switch to data section. */ extern void data_section PARAMS ((void)); -/* Tell assembler to make sure its in the data section. */ -extern void force_data_section PARAMS ((void)); - /* Tell assembler to switch to read-only data section. This is normally the text section. */ extern void readonly_data_section PARAMS ((void)); @@ -248,9 +241,6 @@ extern int decode_reg_name PARAMS ((const char *)); Use this only for static variables. */ extern void make_var_volatile PARAMS ((tree)); -/* Output alignment directive to align for constant expression EXP. */ -extern void assemble_constant_align PARAMS ((tree)); - extern void assemble_alias PARAMS ((tree, tree)); extern void default_assemble_visibility PARAMS ((tree, int)); @@ -533,6 +523,8 @@ extern const char *default_strip_name_encoding PARAMS ((const char *)); extern bool default_binds_local_p PARAMS ((tree)); extern bool default_binds_local_p_1 PARAMS ((tree, int)); extern void default_globalize_label PARAMS ((FILE *, const char *)); +extern void default_internal_label PARAMS ((FILE *, const char *, unsigned long)); +extern bool default_valid_pointer_mode PARAMS ((enum machine_mode)); /* Emit data for vtable gc for GNU binutils. */ extern void assemble_vtable_entry PARAMS ((struct rtx_def *, HOST_WIDE_INT)); |