OSDN Git Service

2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
authorhilfingr <hilfingr>
Tue, 8 Jun 2004 08:41:44 +0000 (08:41 +0000)
committerhilfingr <hilfingr>
Tue, 8 Jun 2004 08:41:44 +0000 (08:41 +0000)
* ada-lang.c (lookup_symbol_in_language): New function to allow
re-use of another language's symbol lookup code.  (Placed here
temporarily while Ada support is being integrated into the public
tree).
(restore_language): New auxiliary function for
lookup_symbol_in_language.
* ada-lang.h (lookup_symbol_in_language): Declare (Placed here
temporarily while Ada support is being integrated into the public
tree).

gdb/ChangeLog

index 501ec4b..370a5d9 100644 (file)
@@ -1,3 +1,15 @@
+2004-06-08  Paul N. Hilfinger  <Hilfinger@gnat.com>
+
+       * ada-lang.c (lookup_symbol_in_language): New function to allow
+       re-use of another language's symbol lookup code.  (Placed here
+       temporarily while Ada support is being integrated into the public
+       tree).  
+       (restore_language): New auxiliary function for 
+       lookup_symbol_in_language.
+       * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
+       temporarily while Ada support is being integrated into the public
+       tree).
+       
 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
 
        * Makefile.in (check//%): New.