From 90bf9bc4b9df1478c97124cf1505cbe8c02815f0 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 19 Jun 1998 16:35:23 -0600 Subject: [PATCH] dwarfout.c (getpwd): Add prototype. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * dwarfout.c (getpwd): Add prototype. (is_pseudo_reg, type_main_variant, is_tagged_type, is_redundant_typedef): New declaration. (output_decl): Add prototype for FUNC. (type_main_variant): Make it static. (is_tagged_type): Likewise. (is_redundant_typedef): Likewise. From-SVN: r20617 --- gcc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 376f35a899c..04c25d15a5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -10,12 +10,22 @@ Fri Jun 19 23:06:33 1998 Jason Merrill Fri Jun 19 22:55:14 1998 Jeffrey A Law (law@cygnus.com) + * README.gnat: Add a build patch from Fred Fish. + * c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted. * Makefile.in (c-iterate.o): Depend on expr.h. Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org) + * dwarfout.c (getpwd): Add prototype. + (is_pseudo_reg, type_main_variant, is_tagged_type, + is_redundant_typedef): New declaration. + (output_decl): Add prototype for FUNC. + (type_main_variant): Make it static. + (is_tagged_type): Likewise. + (is_redundant_typedef): Likewise. + * expr.c (do_jump_by_parts_greater_rtx): Removed. (truthvalue_conversion): Likewise. -- 2.30.2