* ada-lang.c: Fix typos.
	* amd64-tdep.c: Likewise.
	* breakpoint.c: Likewise.
	* cli/cli-decode.c: Likewise.
	* findcmd.c: Likewise.
	* inline-frame.c: Likewise.
	* mi/mi-main.c: Likewise.
	* minsyms.c: Likewise.
	* monitor.c: Likewise.
	* monitor.h: Likewise.
	* prologue-value.c: Likewise.
	* reverse.c: Likewise.
	* s390-tdep.c: Likewise.

gdb/testsuite/
	* gdb.base/call-sc.c: Likewise.
	* gdb.base/ifelse.exp: Likewise.
	* gdb.base/structs.c: Likewise.

gdb/doc/
	* gdb.texinfo: Likewise.
This commit is contained in:
Thiago Jung Bauermann 2011-07-05 04:35:00 +00:00
parent 4035a145a4
commit 177b42fefa
20 changed files with 43 additions and 17 deletions

View file

@ -8321,7 +8321,7 @@ ada_enum_name (const char *name)
/* First, unqualify the enumeration name:
1. Search for the last '.' character. If we find one, then skip
all the preceeding characters, the unqualified name starts
all the preceding characters, the unqualified name starts
right after that dot.
2. Otherwise, we may be debugging on a target where the compiler
translates dots into "__". Search forward for double underscores,