* gdb.base/langs.exp, gdb.base/langs*: New test.

* gdb.base/Makefile.in: Build it.
	* TODO: Remove item about checking that C names don't get C++
	demangling applied; this test tests it.
This commit is contained in:
Jim Kingdon
1995-02-12 17:55:09 +00:00
parent 21af55c92d
commit c44c67b5ae
7 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
c I am not sure whether there is a way to have a fortran program without
c a MAIN, but it does not really harm us to have one.
end
subroutine fsub
integer*4 cppsub
return (cppsub (10000))
end