Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 28 Oct 2001 14:01:20 +0000 (14:01 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 28 Oct 2001 14:01:20 +0000 (14:01 +0000)
commitd506f6496fa87dcfafb6c4b5fc41d00e8ba24d37
tree8e6c763f01766485b8f1736442aa8b0649daf118
parentf710504c07e3c301cc21d88a60d3844ea99920e5
Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h

* 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".

From-SVN: r46583
gcc/ChangeLog
gcc/Makefile.in
gcc/config/i386/osfrose.h
gcc/halfpic.c
gcc/halfpic.h
gcc/toplev.c