forked from Imagelibrary/binutils-gdb
* 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:
7
gdb/testsuite/gdb.base/langs1.f
Normal file
7
gdb/testsuite/gdb.base/langs1.f
Normal 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
|
||||
Reference in New Issue
Block a user