diff options
author | Zack Weinberg <zack@codesourcery.com> | 2003-04-20 22:43:59 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2003-04-20 22:43:59 +0000 |
commit | b20cbca237158906c7d24b32a4e77babbebf9a1c (patch) | |
tree | 08cb32166631a746c08540bc52e20a56ed340060 /gcc/output.h | |
parent | 6f9106c2ec710be644919df873af73e52a14959f (diff) | |
download | gcc-b20cbca237158906c7d24b32a4e77babbebf9a1c.tar.gz |
* varasm.c (struct deferred_constant, defer_addressed_constants_flag)
(defer_addressed_constants, output_deferred_addressed_constants): Kill.
(output_constant_def): Remove code predicated on
defer_addressed_constants_flag.
* output.h: Remove prototypes of deleted functions.
* c-typeck.c (constructor_subconstants_deferred): Kill.
(struct initializer_stack): Remove 'deferred' field.
(start_init): Remove all references to the above.
(finish_init): Likewise. Also remove never-executed call to
output_deferred_addressed_constants. Pull assignment to
defstr out of if expression.
From-SVN: r65865
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/output.h b/gcc/output.h index 7fd9ec9cfe6..389b95f3962 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -334,13 +334,6 @@ extern void assemble_real PARAMS ((REAL_VALUE_TYPE, unsigned)); #endif -/* Start deferring output of subconstants. */ -extern void defer_addressed_constants PARAMS ((void)); - -/* Stop deferring output of subconstants, - and output now all those that have been deferred. */ -extern void output_deferred_addressed_constants PARAMS ((void)); - /* Return the size of the constant pool. */ extern int get_pool_size PARAMS ((void)); |