Hi! The following patch adds the Ada specific files to gdb. These files build completely and allow to have a support of Ada in gdb. Tested by configuring on i686 linux with ./configure --enable-tui Tested the resulting i686 gdb on an Ada program compiled by gcc 3.3 (I had to 'set language ada' and the result was reasonable when comparing to the C++ support). Can someone approve this patch? Ok... it breaks the -Werror because some of the Ada support files produce compilation warnings. But, it ensures that those files are kept up-to-date which was not the case. This will also allow people to improve and fix Ada support as well :-) Thanks, Stephane 2003-06-17 Stephane Carrez * Makefile.in (COMMON_OBS): Build the ada support files.