diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-10 23:48:03 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-10 23:48:03 +0000 |
commit | d8c9779c3658ecb212f3fc8ec66b43028bab10db (patch) | |
tree | a7172a6e33e902401e82daf343d887ad9029d032 /gcc/ch | |
parent | 324ad05502e82d6aca8bbdde8e279e8724f08533 (diff) | |
download | gcc-d8c9779c3658ecb212f3fc8ec66b43028bab10db.tar.gz |
* Makefile.in (optabs.o): Depend on real.h
(resource.o): Depend on insn-attr.h
* builtins.c (result_vector): Wrap prototype in macro conditions
governing definition and use.
* c-common.c: Include tm_p.h.
* c-lex.c: Likewise.
* elfos.h: Constify a char*.
* final.c (align_fuzz): Wrap prototype in macro HAVE_ATTR_length.
(get_attr_length, shorten_branches, profile_after_prologue): Mark
parameter with ATTRIBUTE_UNUSED.
* fold-const.c (exact_real_inverse): Wrap variable `i' in
CHECK_FLOAT_VALUE.
* haifa-sched.c (schedule_insns): Mark parameter with
ATTRIBUTE_UNUSED.
* optabs.c: Include real.h.
* real.h (ereal_atof): Add prototype arguments.
* resource.c: Include insn-attr.h.
* sdbout.c (sdbout_queue_anonymous_type,
sdbout_dequeue_anonymous_types): Wrap in macro
SDB_ALLOW_FORWARD_REFERENCES.
(sdbout_init, sdbout_start_new_source_file): Mark parameter with
ATTRIBUTE_UNUSED.
* stmt.c (expand_return): Wrap variable `op0' in macro HAVE_return.
* stupid.c: Include tm_p.h.
* tree.c (real_value_from_int_cst): Mark parameter with
ATTRIBUTE_UNUSED.
cp:
* lex.c: Include tm_p.h.
ch:
* lex.c: Include tm_p.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31308 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ch/lex.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 0a073e3b1c1..b88227f5456 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,7 @@ +2000-01-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * lex.c: Include tm_p.h. + 2000-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * actions.c (update_else_range_for_int_const): Initialize diff --git a/gcc/ch/lex.c b/gcc/ch/lex.c index 44029b99d20..c48e1856e8e 100644 --- a/gcc/ch/lex.c +++ b/gcc/ch/lex.c @@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA. */ #include "parse.h" #include "obstack.h" #include "toplev.h" +#include "tm_p.h" #ifdef DWARF_DEBUGGING_INFO #include "dwarfout.h" |