dwarfout.c (getpwd): Add prototype.
authorJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 22:35:23 +0000 (16:35 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Jun 1998 22:35:23 +0000 (16:35 -0600)

* 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

index 376f35a899c5fbf759daefc146ca2254c26194b5..04c25d15a5fcca955ccdddb9c98e7e06e8fe81e2 100644 (file)
@@ -10,12 +10,22 @@ Fri Jun 19 23:06:33 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
 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.