diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-08 19:13:35 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-08 19:13:35 +0000 |
commit | e9f08e8237de6bd0d8e86beb76a722bde1ad5f45 (patch) | |
tree | d6fa6db393ca0978490c8abd03a55eb4749830d9 /gcc/config/h8300/h8300.h | |
parent | 050ecc41f80af0d1719bab230a2afc85f95bb236 (diff) | |
download | gcc-e9f08e8237de6bd0d8e86beb76a722bde1ad5f45.tar.gz |
PR 17982
* varasm.c (pending_assemble_externals): New static.
(assemble_external_real): Meat of assemble_external split out
to this new function.
(process_pending_assemble_externals): New function.
(assemble_external): Use gcc_assert. If flag_unit_at_a_time
is true and the basic test passes, merely cons the decl onto
the pending list to be handled later.
* tree.h: Declare process_pending_assemble_externals.
* cgraphunit.c (cgraph_optimize): Call it.
* config/h8300/h8300.h: Do not define ASM_OUTPUT_EXTERNAL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91914 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/h8300.h')
-rw-r--r-- | gcc/config/h8300/h8300.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/h8300/h8300.h b/gcc/config/h8300/h8300.h index d7b73e8f3a0..85886dd066f 100644 --- a/gcc/config/h8300/h8300.h +++ b/gcc/config/h8300/h8300.h @@ -1160,8 +1160,6 @@ struct cum_arg { {"er0", 0}, {"er1", 1}, {"er2", 2}, {"er3", 3}, {"er4", 4}, \ {"er5", 5}, {"er6", 6}, {"er7", 7}, {"r7", 7} } -#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME) - /* Globalizing directive for a label. */ #define GLOBAL_ASM_OP "\t.global " |