Fix problem reported by Thomas Quinot.
authorJim Wilson <wilson@cygnus.com>
Mon, 30 Mar 1998 11:08:05 +0000 (11:08 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 30 Mar 1998 11:08:05 +0000 (03:08 -0800)
* README.gnat: Add lang_print_xnode definition.

From-SVN: r18910

gcc/ChangeLog
gcc/README.gnat

index e0f2242..d5dd0cc 100644 (file)
@@ -1,3 +1,7 @@
+Mon Mar 30 11:06:45 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * README.gnat: Add lang_print_xnode definition.
+
 Mon Mar 30 11:12:24 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
 
        * config/m68k/m68k.c (standard_68881_constant_p): Don't use
index de25809..d6c075d 100644 (file)
@@ -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.  */
+