diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 14:01:20 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 14:01:20 +0000 |
commit | bdb2fc627067f78881820f2479c3998f5dc11592 (patch) | |
tree | 8e6c763f01766485b8f1736442aa8b0649daf118 /gcc/toplev.c | |
parent | 8ef587dc8d203cde86403cf7140f0b06c859d00c (diff) | |
download | gcc-bdb2fc627067f78881820f2479c3998f5dc11592.tar.gz |
* Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h
* i386/osfrose.h (SUBTARGET_SWITCHES): Add missing comma.
(FUNCTION_PROFILER): Const-ify.
* halfpic.c: Include "expr.h", "output.h" and "halfpic.h".
(eliminate_constant_term, assemble_name, output_addr_const):
Remove declarations.
(ptr_half_pic_address_p, half_pic_hash): Prototype.
(all_refs, half_pic_prefix, half_pic_hash, half_pic_declare,
half_pic_external, half_pic_address_p, half_pic_ptr): Const-ify.
* halfpic.h (ptr_half_pic_address_p, half_pic_finish): Prototype.
(half_pic_declare, half_pic_external): Const-ify.
* toplev.c: Include "halfpic.h".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index c68a446ba29..62dabc74438 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -85,6 +85,10 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "xcoffout.h" /* Needed for external data declarations for e.g. AIX 4.x. */ #endif + +#ifdef HALF_PIC_DEBUG +#include "halfpic.h" +#endif #ifdef VMS /* The extra parameters substantially improve the I/O performance. */ |