diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-20 22:43:59 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-20 22:43:59 +0000 |
commit | cd1fbf440bda724d84cd30d4ca71ceaff76f5fe3 (patch) | |
tree | 08cb32166631a746c08540bc52e20a56ed340060 /gcc/output.h | |
parent | 71f3141ea3655f883f513de994691bd1d049ea70 (diff) | |
download | gcc-cd1fbf440bda724d84cd30d4ca71ceaff76f5fe3.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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65865 138bc75d-0d04-0410-961f-82ee72b054a4
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)); |