From: Jim Wilson Date: Mon, 30 Mar 1998 11:08:05 +0000 (+0000) Subject: Fix problem reported by Thomas Quinot. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aa5d112c8397e861eea2cbfba02c7e8f1ffae97;p=gcc.git Fix problem reported by Thomas Quinot. * README.gnat: Add lang_print_xnode definition. From-SVN: r18910 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0f224210af..d5dd0cce2d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 30 11:06:45 1998 Jim Wilson + + * README.gnat: Add lang_print_xnode definition. + Mon Mar 30 11:12:24 1998 Andreas Schwab * config/m68k/m68k.c (standard_68881_constant_p): Don't use diff --git a/gcc/README.gnat b/gcc/README.gnat index de25809a54f..d6c075d7180 100644 --- a/gcc/README.gnat +++ b/gcc/README.gnat @@ -191,3 +191,22 @@ diff -pr gnat-3.10p-src/src/ada/a-tree.def egcs-980308/gcc/ada/a-tree.def involved. */ ! DEFTREECODE (GNAT_NOP_EXPR, "gnat_nop_expr", '1', 1) +*** ada/a-misc.c.dist Mon Mar 23 00:09:16 1998 +--- ada/a-misc.c Sat Mar 28 00:19:01 1998 +*************** +*** 254,259 **** +--- 254,267 ---- + print_lang_statistics () + {} + ++ void ++ lang_print_xnode (file, node, indent) ++ FILE *file; ++ tree node; ++ int indent; ++ { ++ } ++ + /* integrate_decl_tree calls this function, but since we don't use the + DECL_LANG_SPECIFIC field, this is a no-op. */ +