diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-06-19 16:35:23 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-19 16:35:23 -0600 |
commit | 90bf9bc4b9df1478c97124cf1505cbe8c02815f0 (patch) | |
tree | 7c11c0032fbf5692f9ec15e8894c53a190197c6d | |
parent | c54ce0451c722e54a189a09b18e2bb261bdb0542 (diff) | |
download | gcc-90bf9bc4b9df1478c97124cf1505cbe8c02815f0.zip gcc-90bf9bc4b9df1478c97124cf1505cbe8c02815f0.tar.gz gcc-90bf9bc4b9df1478c97124cf1505cbe8c02815f0.tar.bz2 |
dwarfout.c (getpwd): Add prototype.
�
* 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
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 376f35a..04c25d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. |