binutils-gdb/gdb/testsuite
Jan Kratochvil 32019081a7 gdb/
Fix non-only rename list for Fortran modules import.
	* cp-namespace.c (cp_scan_for_anonymous_namespaces): Adjust the
	cp_add_using_directive caller.
	(cp_add_using_directive): New parameter excludes, describe it.  New
	variables ix and param.  Compare if also excludes match.  Allocate NEW
	with variable size, initialize EXCLUDES there.
	(cp_lookup_symbol_imports): New variable excludep, test
	current->EXCLUDES with it.
	* cp-support.h: Include vec.h.
	(struct using_direct): New field excludes, describe it.
	(DEF_VEC_P (const_char_ptr)): New.
	(cp_add_using_directive): New parameter excludes.
	* defs.h (const_char_ptr): New typedef.
	* dwarf2read.c (read_import_statement): New variables child_die,
	excludes and cleanups, read in excludes.
	(read_namespace): Adjust the cp_add_using_directive caller.

gdb/testsuite/
	Fix non-only rename list for Fortran modules import.
	* gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
	tests.
	* gdb.fortran/module.f90 (module moduse): New.
	(program module): use moduse, test var_x, var_y and var_z.
2011-06-29 22:05:16 +00:00
..
config
gdb.ada
gdb.arch
gdb.asm
gdb.base gdb/testsuite/ 2011-06-23 07:46:13 +00:00
gdb.cell
gdb.cp 2011-06-28 Yao Qi <yao@codesourcery.com> 2011-06-28 08:36:18 +00:00
gdb.disasm
gdb.dwarf2 gdb/ 2011-06-10 21:50:55 +00:00
gdb.fortran gdb/ 2011-06-29 22:05:16 +00:00
gdb.gdb
gdb.hp
gdb.java
gdb.mi Fix races in mi2-var-display.exp. 2011-06-23 09:51:11 +00:00
gdb.modula2
gdb.multi
gdb.objc
gdb.opencl
gdb.opt
gdb.pascal
gdb.python py-inferior.exp: Make sure local var is allocated on the stack. 2011-06-08 16:56:11 +00:00
gdb.reverse
gdb.server
gdb.stabs
gdb.threads 2011-06-23 Yao Qi <yao@codesourcery.com> 2011-06-23 06:26:28 +00:00
gdb.trace
gdb.xml
lib PR testsuite/12040: 2011-06-29 14:44:45 +00:00
.gdbinit
aclocal.m4
ChangeLog gdb/ 2011-06-29 22:05:16 +00:00
configure
configure.ac
dg-extract-results.sh
Makefile.in
TODO