From 889bf7c5fa7d88f952ee740ca544193541ad00b1 Mon Sep 17 00:00:00 2001
From: Pedro Alves <palves@redhat.com>
Date: Fri, 27 Aug 2010 12:02:20 +0000
Subject: [PATCH] Fix whitespace, tabs/spaces.

---
 gdb/ChangeLog           |  27 +-
 gdb/doc/ChangeLog       | 176 ++++-----
 gdb/gdbserver/ChangeLog | 136 +++----
 gdb/testsuite/ChangeLog | 770 ++++++++++++++++++++--------------------
 4 files changed, 555 insertions(+), 554 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d1f1320196e..3813d5b79bb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -154,7 +154,7 @@
 2010-08-20  Keith Seitz  <keiths@redhat.com>
 
 	PR symtab/11465:
- 	* dwarf2read.c (struct delayed_method_info): New struct.
+	* dwarf2read.c (struct delayed_method_info): New struct.
 	(struct dwarf2_cu): Add vector method_list.
 	(scan_partial_symbols): Count methods for union, class, structure,
 	and interface types.
@@ -170,6 +170,7 @@
 	* dwarf2read.c (read_structure_type): Check if the current
 	DIE's type was already completed after dwarf2_full_name
 	was called.
+
 2010-08-19  Stan Shebs  <stan@codesourcery.com>
 
 	* NEWS: Mention some additional changes.
@@ -454,7 +455,7 @@
 	* dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
 
 2010-08-11  Tom Tromey  <tromey@redhat.com>
-            Phil Muldoon  <pmuldoon@redhat.com>
+	    Phil Muldoon  <pmuldoon@redhat.com>
 
 	* python/python.c (gdbpy_run_events): New function.
 	(gdbpy_post_event): Likewise.
@@ -509,7 +510,7 @@
 	frame_unwind_find_by_frame.
 
 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
-            Thiago Jung Bauermann  <bauerman@br.ibm.com>
+	    Thiago Jung Bauermann  <bauerman@br.ibm.com>
 	    Tom Tromey  <tromey@redhat.com>
 
 	* python/python.c (gdbpy_solib_address):  New function.
@@ -651,10 +652,10 @@
 	linux-tdep.o to gdb_target_obs.
 
 2010-08-05  Marc Khouzam  <marc.khouzam@ericsson.com>
- 
-	* mi/mi-main.c (mi_cmd_remove_inferior): Properly access first 
+
+	* mi/mi-main.c (mi_cmd_remove_inferior): Properly access first
 	argument.
-	
+
 2010-08-05  Hui Zhu  <teawater@gmail.com>
 
 	* mips-linux-tdep.c(regset.h): New include.
@@ -939,7 +940,7 @@
 
 2010-07-27  Ken Werner  <ken.werner@de.ibm.com>
 
-	* dwarf2read.c (dwarf2_read_index): Initialize the types_list and 
+	* dwarf2read.c (dwarf2_read_index): Initialize the types_list and
 	types_list_elements variables.
 
 2010-07-26  Tom Tromey  <tromey@redhat.com>
@@ -1615,7 +1616,7 @@
 	to_static_tracepoint_markers_by_strid.
 	* target.h (static_tracepoint_marker): Forward declare.
 	(enum target_object): New object TARGET_OBJECT_STATIC_TRACE_DATA.
-	(static_tracepoint_marker_p): New typedef. 
+	(static_tracepoint_marker_p): New typedef.
 	(DEF_VEC_P(static_tracepoint_marker_p)): New VEC type.
 	(struct target_ops): New fields to_static_tracepoint_marker_at and
 	to_static_tracepoint_markers_by_strid.
@@ -1697,8 +1698,8 @@
 	ALLOCATE_CPLUS_STRUCT_TYPE.
 
 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
-            Tom Tromey  <tromey@redhat.com>
-            Thiago Jung Bauermann  <bauerman@br.ibm.com>
+	    Tom Tromey  <tromey@redhat.com>
+	    Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
 	* value.c (pack_unsigned_long): New function.
 	(value_from_ulongest): New function.
@@ -2006,7 +2007,7 @@
 
 2010-06-21  Michael Snyder  <msnyder@vmware.com>
 
-	* breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd, 
+	* breakpoint.c (_initialize_breakpoint): Use add_prefix_cmd,
 	not add_abbrev_prefix_cmd, for "enable breakpoints".
 
 2010-06-21  Ulrich Weigand  <uweigand@de.ibm.com>
@@ -2511,7 +2512,7 @@
 
 2010-06-03  Sami Wagiaalla  <swagiaal@redhat.com>
 
-    	* dwarf2read.c (new_symbol): Remove redundant naming of symbol.
+	* dwarf2read.c (new_symbol): Remove redundant naming of symbol.
 
 2010-06-03  Pierre Muller  <muller@ics.u-strasbg.fr>
 
@@ -3260,7 +3261,7 @@
 
 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
 
- 	PR python/11482
+	PR python/11482
 
 	* python/py-value.c (valpy_hash): New function.
 	(value_object_type): Register valpy_hash.
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index d66b613e569..634cc9dae01 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -32,14 +32,14 @@
 	-data-read-memory-raw and -data-write-memory-raw.
 
 2010-08-11  Tom Tromey  <tromey@redhat.com>
-            Phil Muldoon <pmuldoon@redhat.com>
+	    Phil Muldoon <pmuldoon@redhat.com>
 
 	* gdb.texinfo (Basic Python): Describe post_event API.
 
 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
 
 	* gdb.texinfo (Basic Python): Describe solib_address and
-          decode_line Python APIs
+	decode_line Python APIs
 
 2010-08-10  Tom Tromey  <tromey@redhat.com>
 
@@ -199,7 +199,7 @@
 
 	* gdb.texinfo (Observer Mode): New section.
 	(General Query Packets): Document QAllow.
-	 
+
 2010-06-04  Doug Evans  <dje@google.com>
 
 	* gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
@@ -290,9 +290,9 @@
 2010-04-21  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
- 	and commands.
+	and commands.
 	(Listing Tracepoints): Update to reflect current behavior.
-	
+
 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
 
 	* gdb.texinfo (Examining memory): Update for change in string
@@ -409,7 +409,7 @@
 	$pc.
 
 2010-03-29  Stan Shebs  <stan@codesourcery.com>
-	
+
 	* gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
 	(General Query Packets): Describe TracepointSource.
 
@@ -670,11 +670,11 @@
 2009-12-31  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.texinfo (Tracepoint Actions): Describe teval.
-	
+
 2009-12-29  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.texinfo (Tracepoint Actions): Describe default-collect.
-	
+
 2009-12-28  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.texinfo (Trace State Variables): New section.
@@ -736,7 +736,7 @@
 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* gdb.texinfo (Machine Code): Adjust.
-	
+
 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
 
 	* agentexpr.texi (Tracing On Symmetrix): Delete section.
@@ -769,11 +769,11 @@
 
 	* gdb.texinfo (Machine Code): Mention function name in disasssembly
 	and adjust example.
-	
+
 2009-10-22  Michael Snyder  <msnyder@vmware.com>
 
 	* gdb.texinfo (Process Record and Replay): Document new form of
-	info record command.  Also document the new save and restore 
+	info record command.  Also document the new save and restore
 	commands.
 
 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
@@ -805,7 +805,7 @@
 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* gdb.texinfo (Server): Document libthread-db-search-path.
-	
+
 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	* gdbint.texinfo (i386_stopped_by_hwbp): Remove.
@@ -916,7 +916,7 @@
 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
 
 	* gdb.texinfo (Server Prefix): Explain that server prefix suppresses
-	confirmation request. 
+	confirmation request.
 
 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
 
@@ -926,7 +926,7 @@
 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
 
 	* gdb.texinfo (GDB/MI Breakpoint Commands): Document
-    	-break-commands.
+	-break-commands.
 
 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
 
@@ -1006,7 +1006,7 @@
 	Update example code extrated from breakpoint.c.
 
 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
-	
+
 	* gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
 	MI commands.
 	(GDB/MI Symbol Query): Likewise.
@@ -1014,7 +1014,7 @@
 	(GDB/MI File Transfer Commands): Likewise.
 	(GDB/MI Target Manipulation): Likewise.
 	(GDB/MI Miscellaneous Commands): Likewise.
-	
+
 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* gdb.texinfo (Debugging Optimized Code): New chapter.
@@ -1086,7 +1086,7 @@
 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* gdb.texinfo (Threads): Document libthread-db-search-path.
-	
+
 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
 
 	* gdb.texinfo (GDB/MI General Design): Break up into four nodes.
@@ -1542,7 +1542,7 @@
 	* gdb.texinfo (Symbols): Mention printing containing
 	image name in "info symbol".
 	(Maint translate-address): Likewise.
-	
+
 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
 
 	* gdb.texinfo (Set Catchpoints): Remove the documentation of
@@ -1552,7 +1552,7 @@
 
 	* gdb.texinfo (GDB/MI Async Records): Document
 	=thread-selected.
-	
+
 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
 
 	* observer.texi (new_inferior, inferior_exit): New observers.
@@ -2083,7 +2083,7 @@
 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
 
 	* gdb.texinfo (Processes): Mention process command.
- 	detach-on-follow -> detach-on-fork.
+	detach-on-follow -> detach-on-fork.
 
 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
 
@@ -4297,8 +4297,8 @@
 
 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
 
- 	* gdb.texinfo (Breakpoint related warnings): New node.
- 	* gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
+	* gdb.texinfo (Breakpoint related warnings): New node.
+	* gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
 
 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
 
@@ -5474,7 +5474,7 @@ Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
 
 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
 
-	* gdb.texinfo 	(Maintenance Commands): Add appendix.
+	* gdb.texinfo (Maintenance Commands): Add appendix.
 	(Set Breaks): Copy ``maint info breakpoint'' doco to
 	``Maintenance Commands'' appendix.  Add reference.
 
@@ -5603,8 +5603,8 @@ Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
 2001-11-21  Jim Blandy  <jimb@redhat.com>
 
 	* gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
- 	Delete documentation; this macro has been removed from the
- 	sources.
+	Delete documentation; this macro has been removed from the
+	sources.
 
 2001-11-13  Jim Blandy  <jimb@redhat.com>
 
@@ -5875,12 +5875,12 @@ Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
- 	DWARF2_REG_TO_REGNUM): Document.
+	DWARF2_REG_TO_REGNUM): Document.
 
 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (Coding): Update current value of
- 	--enable-build-warnings.  Mention --enable-gdb-build-warnings.
+	--enable-build-warnings.  Mention --enable-gdb-build-warnings.
 
 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
 
@@ -5939,11 +5939,11 @@ Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
-  	Generate using pdftex.
+	Generate using pdftex.
 	(PDFTEX): Define.
- 	(STAGESTUFF, maintainer-clean realclean): Add *.pdf.
+	(STAGESTUFF, maintainer-clean realclean): Add *.pdf.
 	(gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
- 	@contents at the start.
+	@contents at the start.
 
 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
 
@@ -5958,7 +5958,7 @@ Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
- 	loop.
+	loop.
 
 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
 
@@ -5972,7 +5972,7 @@ Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
- 	Andrew Cagney.
+	Andrew Cagney.
 
 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
 
@@ -6014,7 +6014,7 @@ Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* gdb.texinfo (Files): Update description of add-symbol-file
- 	command.
+	command.
 
 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
 
@@ -6058,18 +6058,18 @@ Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 	* gdbint.texinfo (Using Different Register and Memory Data
 	Representations): New section.
 	(REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
- 	REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
- 	REGISTER_CONVERT_TO_RAW): Document.
+	REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
+	REGISTER_CONVERT_TO_RAW): Document.
 
 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
- 	for acknowledgments.
+	for acknowledgments.
 
 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
- 	qThreadExtraInfo.
+	qThreadExtraInfo.
 
 2000-03-28  J.T. Conklin  <jtc@redback.com>
 
@@ -6079,8 +6079,8 @@ Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
- 	Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
- 	back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
+	Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
+	back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
 	* annotate.texi: Update.
 
 2000-03-28  Stan Shebs  <shebs@apple.com>
@@ -6103,18 +6103,18 @@ Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* annotate.texi (Annotations): When GDBN omit @chapter and @node
- 	entry.
+	entry.
 
 	* gdb.texinfo: Check for @ifinfo instead of @ifnottex.
 	(rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
- 	@chapter and @node entries.
+	@chapter and @node entries.
 
 	* gdb.texinfo: Link all top-level nodes.
 
 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* Makefile.in (install-info): Create $(infodir) before installing
- 	files.
+	files.
 
 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
@@ -6180,7 +6180,7 @@ Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
- 	valid functions.
+	valid functions.
 
 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -6194,7 +6194,7 @@ Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
- 	offset re-using the DATA offset instead.
+	offset re-using the DATA offset instead.
 
 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
 
@@ -6231,7 +6231,7 @@ Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	From Eli Zaretskii  <eliz@gnu.org>:
 	* gdb.texinfo: Include details specific to DOS host, clarify
- 	some confusing language, fix @ref/@xref/@pxref usages, add
+	some confusing language, fix @ref/@xref/@pxref usages, add
 	comments about using with optimization, add more indexing,
 	fix info about disassembly-flavor.
 
@@ -6243,13 +6243,13 @@ Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
- 	``g'' packets.
+	``g'' packets.
 
 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.texinfo: Create a new "Configurations" chapter with
- 	platform-specific info, inline remote.texi and move sections of it
- 	into the new chapter, move bits about info proc, heuristic search,
+	platform-specific info, inline remote.texi and move sections of it
+	into the new chapter, move bits about info proc, heuristic search,
 	and register stack into the new chapter.
 	* remote.texi: Remove, now part of gdb.texinfo.
 	* Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
@@ -6262,7 +6262,7 @@ Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (Target Architecture Definition): Mention
- 	TDEPLIBS.
+	TDEPLIBS.
 
 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -6276,7 +6276,7 @@ Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	From Dmitry Sivachenko <dima@Chg.RU>:
 	* gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
- 	in description of `set environment'.
+	in description of `set environment'.
 
 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -6289,15 +6289,15 @@ Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
 
 	* gdb.texinfo (Set Watchpoints): Explain some subtleties about
- 	watch, awatch, and rwatch.  Explain why the latter two cannot be
- 	set as software watchpoints.  Document that watchpoints for local
- 	variables are deleted when the debuggee terminates.
+	watch, awatch, and rwatch.  Explain why the latter two cannot be
+	set as software watchpoints.  Document that watchpoints for local
+	variables are deleted when the debuggee terminates.
 
 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
 
 	* remote.texi (Protocol): Further clarification of the "qRcmd"
- 	packet.  Allow E.. response packet.  "qRcmd" packet is no longer
- 	reserved.
+	packet.  Allow E.. response packet.  "qRcmd" packet is no longer
+	reserved.
 
 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
@@ -6315,7 +6315,7 @@ Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
- 	packets.
+	packets.
 
 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
 
@@ -6329,10 +6329,10 @@ Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* remote.texi (Communication Protocol): ``v'' is in use. Fix
- 	numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
- 	``z'' and ``qRcmd'' as draft instead of reserved.  Identify
- 	packets that are not supported on all hosts. Expand examples.
-  	Spell check.
+	numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
+	``z'' and ``qRcmd'' as draft instead of reserved.  Identify
+	packets that are not supported on all hosts. Expand examples.
+	Spell check.
 
 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
 
@@ -6342,7 +6342,7 @@ Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdbint.texinfo (Testsuite): New chapter, information about the
- 	testsuite.
+	testsuite.
 
 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -6365,14 +6365,14 @@ Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
- 	to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
-  	Document that the value should be greater-than or equal-to zero.
-  	(NO_STD_REGS): Document. Deprecate.
+	to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
+	Document that the value should be greater-than or equal-to zero.
+	(NO_STD_REGS): Document. Deprecate.
 
 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
- 	Document that these are not used.
+	Document that these are not used.
 
 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -6381,7 +6381,7 @@ Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
- 	numargs was dropped.
+	numargs was dropped.
 
 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -6390,7 +6390,7 @@ Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
- 	Update.
+	Update.
 
 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -6404,19 +6404,19 @@ Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
- 	LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
- 	BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
- 	BREAKPOINT_FROM_PC.
+	LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
+	BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
+	BREAKPOINT_FROM_PC.
 
 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
- 	CALL_DUMMY_STACK_ADJUST): Document.
+	CALL_DUMMY_STACK_ADJUST): Document.
 
 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
- 	SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
+	SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
 
 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -6426,8 +6426,8 @@ Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
- 	nearly all @ifset/@ifclear conditionals; nobody uses them, and
- 	they make the manual source incomprehensible.
+	nearly all @ifset/@ifclear conditionals; nobody uses them, and
+	they make the manual source incomprehensible.
 	* h8-cfg.texi: Remove, hasn't been used in years.
 
 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
@@ -6442,10 +6442,10 @@ Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.texinfo, remote.texi: Many changes; update to Seventh
- 	Edition, merge some HP changes into mainline, describe some
- 	previously undocumented features, describe more of the target
- 	commands available, eliminate obsolete section on renamed
- 	commands.
+	Edition, merge some HP changes into mainline, describe some
+	previously undocumented features, describe more of the target
+	commands available, eliminate obsolete section on renamed
+	commands.
 	* all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
 
 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
@@ -6467,7 +6467,7 @@ Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
 	  changes made by HP. Documentation makes extensive use of
 	  @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
 	  on remote debugging. There are differences in documentation
- 	  (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
+	  (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
 	  the HP manual discusses catchpoints, hardware watchpoints, and
 	  some HPUX specific limitations for shared library support.
 
@@ -6481,8 +6481,8 @@ Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
 
 	The following changes were made by Edith Epstein
- 	<eepstein@cygnus.com> as part of a project to merge in changes
- 	made by HP.
+	<eepstein@cygnus.com> as part of a project to merge in changes
+	made by HP.
 
 	* HPPA-cfg.texi: new file.
 
@@ -6503,7 +6503,7 @@ Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
- 	TARGET_BYTE_ORDER_SELECTABLE_P.
+	TARGET_BYTE_ORDER_SELECTABLE_P.
 
 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -6541,7 +6541,7 @@ Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
 
 	* gdbint.texinfo (NO_SINGLE_STEP): Replace with
- 	SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
+	SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
 
 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -6583,8 +6583,8 @@ Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
- 	files, finish sorting of host vs target vs native macros, describe
- 	some more of them.
+	files, finish sorting of host vs target vs native macros, describe
+	some more of them.
 
 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
 
@@ -6594,7 +6594,7 @@ Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdbint.texinfo (Host Conditionals): Document
- 	PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
+	PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
 
 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
 
@@ -6652,8 +6652,8 @@ Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
 
 	* gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
-  	Also document that some systems can use mmalloc but must define
- 	this if their C runtime allocates memory that is later freed.
+	Also document that some systems can use mmalloc but must define
+	this if their C runtime allocates memory that is later freed.
 	(MMCHECK_FORCE): Document new macro.
 
 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 98fc17898da..2bc42e7852c 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1062,7 +1062,7 @@
 	(register_cache_size): New.
 	(supply_regblock): New.
 	(regcache_read_pc, regcache_write_pc): New.
-	
+
 	* tracepoint.c: New.
 
 	* Makefile.in (OBS): Add tracepoint.o.
@@ -1800,7 +1800,7 @@
 	* m68k-tdep.c (m68k_gdbarch_init): Reuse previous initialization.
 
 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
-            Vladimir Prus  <vladimir@codesourcery.com>
+	    Vladimir Prus  <vladimir@codesourcery.com>
 
 	* Makefile.in (reg-cf.o, reg-cf.c): New targets.
 	* configure.ac: Check for __mcoldfire__ and set
@@ -1852,15 +1852,15 @@
 	(thread_db_free): Adjust.
 	* config.in: Regenerate.
 	* configure: Likewise.
-	
+
 2009-10-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	PR gdb/10757
 	* thread-db.c (attach_thread): New function.
 	(maybe_attach_thread): Return success/failure.
 	(find_new_threads_callback): Adjust.
-	(thread_db_find_new_threads): Loop until no new threads.	
-	
+	(thread_db_find_new_threads): Loop until no new threads.
+
 2009-10-13  Pedro Alves  <pedro@codesourcery.com>
 
 	* proc-service.c (ps_lgetregs): Formatting.
@@ -1889,7 +1889,7 @@
 	(thread_db_handle_monitor_command): Likewise.
 	* config.in: Regenerate.
 	* configure: Regenerate.
-	
+
 2009-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
 
 	* spu-low.c (spu_kill): Wait for inferior to terminate.
@@ -2799,19 +2799,19 @@
 
 2008-12-02  Pedro Alves  <pedro@codesourcery.com>
 
-        * target.h (struct target_ops): Add qxfer_osdata member.
-        * linux-low.c: Include ctype.h and pwd.h and sys/types.h
-        and dirent.h.
-        (linux_qxfer_osdata): New functions.
-        (linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
-        callback.
-        * server.c (handle_query): Handle "qXfer:osdata:read:".
-        * remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
-        (buffer_xml_printf): New functions.
-        * server.h (struct buffer): New.
-        (buffer_grow_str, buffer_grow_str0): New macros.
-        (buffer_grow, buffer_free, buffer_init, buffer_finish)
-        (buffer_xml_printf): Declare.
+	* target.h (struct target_ops): Add qxfer_osdata member.
+	* linux-low.c: Include ctype.h and pwd.h and sys/types.h
+	and dirent.h.
+	(linux_qxfer_osdata): New functions.
+	(linux_target_ops): Register linux_qxfer_osdata as qxfer_osdata
+	callback.
+	* server.c (handle_query): Handle "qXfer:osdata:read:".
+	* remote-utils.c (buffer_grow, buffer_free, buffer_init, buffer_finish)
+	(buffer_xml_printf): New functions.
+	* server.h (struct buffer): New.
+	(buffer_grow_str, buffer_grow_str0): New macros.
+	(buffer_grow, buffer_free, buffer_init, buffer_finish)
+	(buffer_xml_printf): Declare.
 
 2008-11-24  Doug Evans  <dje@google.com>
 
@@ -2822,10 +2822,10 @@
 	* server.c (handle_v_run): Always use the supplied argument list.
 
 2008-11-19  Bob Wilson  <bob.wilson@acm.org>
-	
+
 	* xtensa-xtregs.c (XTENSA_ELF_XTREG_SIZE): Change to 4.
 	(xtensa_regmap_table): Add entry for scompare1.
-	
+
 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
 	* Makefile.in (powerpc-isa205-32l.o, powerpc-isa205-32l.c,
@@ -2970,8 +2970,8 @@
 	message, not gdbserver.
 
 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
-            Nathan Sidwell  <nathan@codesourcery.com>
-            Joseph Myers  <joseph@codesourcery.com>
+	    Nathan Sidwell  <nathan@codesourcery.com>
+	    Joseph Myers  <joseph@codesourcery.com>
 
 	* acinclude.m4: Include ../../config/acx.m4.
 	* configure.ac: Use ACX_PKGVERSION and ACX_BUGURL.
@@ -3055,8 +3055,8 @@
 
 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
 
-        * acinclude.m4: Add override.m4.
-        * configure: Regenerate.
+	* acinclude.m4: Add override.m4.
+	* configure: Regenerate.
 
 2008-04-21  Ulrich Weigand  <uweigand@de.ibm.com>
 
@@ -3072,7 +3072,7 @@
 2008-04-17  Ulrich Weigand  <uweigand@de.ibm.com>
 
 	* configure.srv [powerpc64-*-linux*]: Remove powerpc-e500.o from
-	srv_regobj.  Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml	
+	srv_regobj.  Remove rs6000/powerpc-e500.xml and rs6000/power-spe.xml
 	from reg_xmlfiles.
 	* linux-ppc-low.c: Include <elf.h>.
 	(PPC_FEATURE_HAS_ALTIVEC, PPC_FEATURE_HAS_SPE): Define.
@@ -3135,7 +3135,7 @@
 	(ppc_arch_setup): New function.
 	(ppc_fill_gregset): Call ppc_collect_ptrace_register instead
 	of collect_register.
-	(the_low_target): Use ppc_arch_setup as arch_setup initializer.	
+	(the_low_target): Use ppc_arch_setup as arch_setup initializer.
 
 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
 
@@ -3155,7 +3155,7 @@
 	(ppc_breakpoint): Change type to "unsigned int".
 	(ppc_breakpoint_at): Change type of "insn" to "unsigned int".
 	(the_low_target): Conditionally provide initializers for the
-	arch_setup member depending on __powerpc64__.  Install 
+	arch_setup member depending on __powerpc64__.  Install
 	collect_ptrace_register and supply_ptrace_register members.
 
 2008-02-28  Ulrich Weigand  <uweigand@de.ibm.com>
@@ -3341,7 +3341,7 @@
 	* target.h (target_ops): Add hostio_last_error member.
 	* linux-low.c (linux_target_op): Register hostio_last_error_from_errno
 	as hostio_last_error handler.
-	* spu-low.c (spu_target_ops): Likewise. 
+	* spu-low.c (spu_target_ops): Likewise.
 	* win32-low.c [_WIN32_WCE] (win32_error_to_fileio_error)
 	(wince_hostio_last_error): New functions.
 	(win32_target_ops) [_WIN32_WCE]: Register wince_hostio_last_error
@@ -3782,7 +3782,7 @@
 
 2007-05-16  Markus Deuling  <deuling@de.ibm.com>
 
-	* server.c (handle_query): Add reply for qC packet. 
+	* server.c (handle_query): Add reply for qC packet.
 
 2007-05-10  Pedro Alves  <pedro_alves@portugalmail.pt>
 	    Leo Zayas  <lerele@champenstudios@com>
@@ -3825,7 +3825,7 @@
 	(handle_exception): Change return type to void.  Don't record
 	context here.  Set status to TARGET_WAITKIND_SPURIOUS on a
 	first chance exception.
-	(get_child_debug_event): Change return type to void.  Remove 
+	(get_child_debug_event): Change return type to void.  Remove
 	goto loop.  Always return after waiting for debug event.
 	(win32_wait): Convert to switch statement.  Handle spurious
 	events.
@@ -3975,7 +3975,7 @@
 	(do_child_fetch_inferior_registers): Move to ...
 	* win32-i386-low.c: ... here, and rename to ...
 	(do_fetch_inferior_registers): ... this.
-	* win32-low.c (child_fetch_inferior_registers): 
+	* win32-low.c (child_fetch_inferior_registers):
 	Go through the low target.
 	(do_child_store_inferior_registers): Use regptr.
 	(strwinerror): New function.
@@ -4383,40 +4383,40 @@
 
 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
 
-	* linux-arm-low.c: 
-	* linux-arm-low.c: 
-	* inferiors.c: 
-	* i387-fp.h: 
-	* i387-fp.c: 
-	* gdbreplay.c: 
-	* regcache.c: 
-	* proc-service.c: 
-	* mem-break.h: 
-	* mem-break.c: 
-	* linux-x86-64-low.c: 
-	* linux-sh-low.c: 
-	* linux-s390-low.c: 
-	* linux-ppc64-low.c: 
-	* linux-ppc-low.c: 
-	* linux-mips-low.c: 
-	* linux-m68k-low.c: 
-	* linux-m32r-low.c: 
-	* linux-low.h: 
-	* linux-low.c: 
-	* linux-ia64-low.c: 
-	* linux-i386-low.c: 
-	* linux-crisv32-low.c: 
-	* thread-db.c: 
-	* terminal.h: 
-	* target.h: 
-	* target.c: 
-	* server.h: 
-	* server.c: 
-	* remote-utils.c: 
-	* regcache.h: 
-	* utils.c: 
-	* Makefile.in: 
-	* configure.ac: 
+	* linux-arm-low.c:
+	* linux-arm-low.c:
+	* inferiors.c:
+	* i387-fp.h:
+	* i387-fp.c:
+	* gdbreplay.c:
+	* regcache.c:
+	* proc-service.c:
+	* mem-break.h:
+	* mem-break.c:
+	* linux-x86-64-low.c:
+	* linux-sh-low.c:
+	* linux-s390-low.c:
+	* linux-ppc64-low.c:
+	* linux-ppc-low.c:
+	* linux-mips-low.c:
+	* linux-m68k-low.c:
+	* linux-m32r-low.c:
+	* linux-low.h:
+	* linux-low.c:
+	* linux-ia64-low.c:
+	* linux-i386-low.c:
+	* linux-crisv32-low.c:
+	* thread-db.c:
+	* terminal.h:
+	* target.h:
+	* target.c:
+	* server.h:
+	* server.c:
+	* remote-utils.c:
+	* regcache.h:
+	* utils.c:
+	* Makefile.in:
+	* configure.ac:
 	* gdbserver.1: Add (C) after Copyright.  Update the FSF
 	address.
 
@@ -4563,7 +4563,7 @@
 	* linux-crisv32-low.c: Ditto for CRISv32.
 	* Makefile.in (SFILES): Add linux-cris-low.c, linux-crisv32-low.c.
 	(clean): Add reg-cris.c and reg-crisv32.c.
-	Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c, 
+	Add linux-cris-low.o, linux-crisv32-low.o, reg-cris.o, reg-cris.c,
 	reg-crisv32.o, and reg-crisv32.c to make rules.
 	* configure.srv: Add cris-*-linux* and crisv32-*-linux* to list of
 	recognized targets.
@@ -4576,7 +4576,7 @@
 
 2005-05-12  Orjan Friberg  <orjanf@axis.com>
 
-	* target.h (struct target_ops): Add insert_watchpoint, 
+	* target.h (struct target_ops): Add insert_watchpoint,
 	remove_watchpoint, stopped_by_watchpoint, stopped_data_address function
 	pointers for hardware watchpoint support.
 	* linux-low.h (struct linux_target_ops): Ditto.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a031053c5f0..bcfb01ee1ce 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -360,7 +360,7 @@
 	* gdb.arch/amd64-dword.exp: Likewise.
 	* gdb.arch/amd64-i386-address.exp: Likewise.
 	* gdb.arch/amd64-word.exp: Likewise.
-	
+
 	* gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
 	target.
 	* gdb.arch/i386-bp_permanent.exp: Likewise.
@@ -488,8 +488,8 @@
 	* gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
 
 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
-            Tom Tromey  <tromey@redhat.com>
-            Thiago Jung Bauermann  <bauerman@br.ibm.com>
+	    Tom Tromey  <tromey@redhat.com>
+	    Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
 	* gdb.python/py-inferior.c: New File.
 	* gdb.python/py-infthread.c: New File.
@@ -557,8 +557,8 @@
 
 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
 
-        * gdb.gdb/selftest.exp: Adjust expected message for
-        capturing start-up runtime.
+	* gdb.gdb/selftest.exp: Adjust expected message for
+	capturing start-up runtime.
 
 2010-06-25  Tom Tromey  <tromey@redhat.com>
 
@@ -738,7 +738,7 @@
 2010-06-08  Michael Snyder  <msnyder@vmware.com>
 
 	* gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
-	* gdb.ada/boolean_expr.exp: 
+	* gdb.ada/boolean_expr.exp:
 	* gdb.ada/frame_args.exp: Ditto.
 	* gdb.ada/lang_switch.exp: Ditto.
 	* gdb.ada/ptype_arith_binop.exp: Ditto.
@@ -797,7 +797,7 @@
 
 2010-06-08  Michael Snyder  <msnyder@vmware.com>
 
-	* gdb.ada/exec_changed.exp: 
+	* gdb.ada/exec_changed.exp:
 	Use ".*" instead of "" as wildcard regexp.
 
 	* gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
@@ -897,10 +897,10 @@
 
 	* gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
 
-	* gdb.reverse/watch-precsave.exp: 
+	* gdb.reverse/watch-precsave.exp:
 	Replace gdb_test with gdb_test_no_output.
 
-	* gdb.threads/attach-into-signal.exp: 
+	* gdb.threads/attach-into-signal.exp:
 	Replace gdb_test with gdb_test_no_output.
 	* gdb.threads/local-watch-wrong-thread.exp: Ditto.
 	* gdb.threads/watchthreads.exp: Ditto.
@@ -1010,16 +1010,16 @@
 	* gdb.cp/templates.exp: Ditto.
 	* gdb.cp/virtbase.exp: Ditto.
 
-	* gdb.threads/attach-stopped.exp: 
+	* gdb.threads/attach-stopped.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.threads/attachstop-mt.exp: 
+	* gdb.threads/attachstop-mt.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.threads/gcore-thread.exp: 
+	* gdb.threads/gcore-thread.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.threads/hand-call-in-threads.exp: 
+	* gdb.threads/hand-call-in-threads.exp:
 	Replace uses of send_gdb / gdb_expect.
 	* gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
-	* gdb.threads/print-threads.exp: 
+	* gdb.threads/print-threads.exp:
 	Replace uses of send_gdb / gdb_expect.
 	* gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
 	* gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
@@ -1174,51 +1174,51 @@
 
 2010-05-28  Michael Snyder  <msnyder@vmware.com>
 
-	* gdb.reverse/break-precsave.exp: 
+	* gdb.reverse/break-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/break-reverse.exp: 
+	* gdb.reverse/break-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/consecutive-precsave.exp: 
+	* gdb.reverse/consecutive-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/consecutive-reverse.exp: 
+	* gdb.reverse/consecutive-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/finish-precsave.exp: 
+	* gdb.reverse/finish-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/finish-reverse.exp: 
+	* gdb.reverse/finish-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/i386-precsave.exp: 
+	* gdb.reverse/i386-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/i386-reverse.exp: 
+	* gdb.reverse/i386-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/i386-sse-reverse.exp: 
+	* gdb.reverse/i386-sse-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/i387-env-reverse.exp: 
+	* gdb.reverse/i387-env-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/i387-stack-reverse.exp: 
+	* gdb.reverse/i387-stack-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/machinestate-precsave.exp: 
+	* gdb.reverse/machinestate-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/machinestate.exp: 
+	* gdb.reverse/machinestate.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/sigall-precsave.exp: 
+	* gdb.reverse/sigall-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/sigall-reverse.exp: 
+	* gdb.reverse/sigall-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/solib-precsave.exp: 
+	* gdb.reverse/solib-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/solib-reverse.exp: 
+	* gdb.reverse/solib-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/step-precsave.exp: 
+	* gdb.reverse/step-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/step-reverse.exp: 
+	* gdb.reverse/step-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/until-precsave.exp: 
+	* gdb.reverse/until-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/until-reverse.exp: 
+	* gdb.reverse/until-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/watch-precsave.exp: 
+	* gdb.reverse/watch-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/watch-reverse.exp: 
+	* gdb.reverse/watch-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
 
 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
@@ -1257,15 +1257,15 @@
 	* gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
 	* gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
 
-	* gdb.reverse/consecutive-reverse.exp: 
+	* gdb.reverse/consecutive-reverse.exp:
 	Replace uses of send_gdb / gdb_expect.
-	* gdb.reverse/consecutive-precsave.exp: 
+	* gdb.reverse/consecutive-precsave.exp:
 	Replace uses of send_gdb / gdb_expect.
 
 	* gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
 	* gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
 	* gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
-	* gdb.mi/mi-ns-stale-regcache.exp: 
+	* gdb.mi/mi-ns-stale-regcache.exp:
 	Replace uses of send_gdb / gdb_expect.
 	* gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
 	* gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
@@ -1412,7 +1412,7 @@
 	* gdb.dwarf2.pieces.c: New file.
 
 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
-            Joel Brobecker  <brobecker@adacore.com>
+	    Joel Brobecker  <brobecker@adacore.com>
 
 	* lib/gdb.exp (gdb_test_no_output): New function.
 	* lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
@@ -1441,7 +1441,7 @@
 
 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
 
- 	PR python/11482
+	PR python/11482
 
 	* gdb.python/py-value.exp (test_value_hash): New function.
 
@@ -1490,7 +1490,7 @@
 
 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
 
-        * gdb.python/py-param.exp: New File.
+	* gdb.python/py-param.exp: New File.
 
 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
 
@@ -1584,7 +1584,7 @@
 2010-04-20  Chris Moller  <cmoller@redhat.com>
 
 	PR 10867
-	
+
 	* gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
 	* gdb.cp/pr10687.cc: New file.
 	* gdb.cp/pr10687.exp: New file.
@@ -1681,8 +1681,8 @@
 	within one line, unless it is followed by a double quote.
 	* gdb.stabs/hppa.sed: Idem.
 	* gdb.stabs/weird.def: Add char and String constants
-	* gdb.stabs/weird.exp: Check for correct parsing of 
-	chhar and string constants.
+	* gdb.stabs/weird.exp: Check for correct parsing of
+	char and string constants.
 	* gdb.stabs/xcoff.sed: Ignore escaped quote quotes
 	in .stabs to .stabx substitution.
 
@@ -1699,7 +1699,7 @@
 	* gdb.base/help.exp: Ditto.
 	* gdb.base/watchpoint.exp: Ditto.
 	* gdb.trace/infotrace.exp: Update "info tracpoints" output.
-	
+
 2010-04-04  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.trace/tfile.exp: Sharpen tfind test.
@@ -1709,7 +1709,7 @@
 	* gdb.base/break-entry.exp: New.
 
 2010-04-02  Hui Zhu  <teawater@gmail.com>
-            Michael Snyder <msnyder@vmware.com>
+	    Michael Snyder <msnyder@vmware.com>
 
 	* gdb.reverse/i386-sse-reverse.exp: New file.
 	* gdb.reverse/i386-sse-reverse.c: New file.
@@ -2006,7 +2006,7 @@
 	* gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
 
 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
- 
+
 	* gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
 	* gdb.trace/report.exp: Adjust for x86 and x86_64.
 	Issue a tfind end before looking for a tracepoint frame.
@@ -2043,33 +2043,33 @@
 
 2010-03-08  Keith Seitz  <keiths@redhat.com>
 
-        * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
-        * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
-        (dm_type_long): New function.
-        (dm_type_unsigned_short): New function.
-        (dm_type_unsigned_long): New function.
-        (myint): New typedef.
-        * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
-        long, unsigned shor and long, operator char*, and typedef.
-        (test_lookup_operator_functions): Add operator char* test.
-        (test_paddr_operator_functions): Likewise.
-        (test_paddr_overloaded_functions): Use probe values for
-        short, long, and unsigned short and long.
-        (test_paddr_hairy_functions): If the demangler probe detected
-        gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
-        demangler.
-        * gdb.cp/expand-sals.exp: Backtrace may contain class names.
-        * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
-        and "print null_pmf".
-        Add test "ptype a.*pmf".
-        * gdb.cp/overload.exp: Allow optional "int" to appear with
-        "short" and "long".
-        * gdb.cp/ovldbreak.exp: Use append to construct super-duper
-        long expect value for men_overload1arg.
-        Allow "int" to appear with "short" and "long".
-        When testing "info break", add argument for main (void).
-        Also allow "int" to appear with "short" and "long".
-        Ditto with "unsigned" and "long long".
+	* gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
+	* gdb.cp/cplusfuncs.cc (dm_type_short): New function.
+	(dm_type_long): New function.
+	(dm_type_unsigned_short): New function.
+	(dm_type_unsigned_long): New function.
+	(myint): New typedef.
+	* gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
+	long, unsigned shor and long, operator char*, and typedef.
+	(test_lookup_operator_functions): Add operator char* test.
+	(test_paddr_operator_functions): Likewise.
+	(test_paddr_overloaded_functions): Use probe values for
+	short, long, and unsigned short and long.
+	(test_paddr_hairy_functions): If the demangler probe detected
+	gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
+	demangler.
+	* gdb.cp/expand-sals.exp: Backtrace may contain class names.
+	* gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
+	and "print null_pmf".
+	Add test "ptype a.*pmf".
+	* gdb.cp/overload.exp: Allow optional "int" to appear with
+	"short" and "long".
+	* gdb.cp/ovldbreak.exp: Use append to construct super-duper
+	long expect value for men_overload1arg.
+	Allow "int" to appear with "short" and "long".
+	When testing "info break", add argument for main (void).
+	Also allow "int" to appear with "short" and "long".
+	Ditto with "unsigned" and "long long".
 	* gdb.java/jmain.exp: Do not enclose methods names in single
 	quotes.
 	* gdb.java/jmisc.exp: Likewise.
@@ -2294,12 +2294,12 @@
 
 	* gdb.base/prelink.exp (set verbose on): New.
 
-2010-02-12  Tomas Holmberg <th@virtutech.com>
+2010-02-12  Tomas Holmberg  <th@virtutech.com>
 
 	* mi-reverse.exp: New file. Test for reverse option to the
 	following MI commands: exec-continue, exec-finish, exec-next,
 	exec-step, exec-next-instruction, exec-step-instruction.
-	
+
 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
 
 	* gdb.ada/ptype_tagged_param: New testcase.
@@ -2313,7 +2313,7 @@
 	(main): Call new functions.
 	(K::staticoverload): Define.
 
-Mon Feb  8 13:18:22 2010  Chris Moller  <moller@mollerware.com>
+2010-02-08  Chris Moller  <moller@mollerware.com>
 
 	PR gdb/10728
 	* gdb.cp/pr10728-x.h: New file.
@@ -2322,7 +2322,7 @@ Mon Feb  8 13:18:22 2010  Chris Moller  <moller@mollerware.com>
 	* gdb.cp/pr10728.exp: New file.
 	* gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
 
-Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
+2010-02-08  Chris Moller  <moller@mollerware.com>
 
 	PR gdb/9067
 	* gdb.cp/pr9067.exp:  New
@@ -2427,10 +2427,10 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
 
-    * gdb.cp/nsusing.exp: Added more tests.
-    * gdb.cp/nsrecurs.exp: Ditto.
-    * gdb.cp/nsusing.cc: Added test functions.
-    * gdb.cp/nsrecurs.cc: Ditto.
+	* gdb.cp/nsusing.exp: Added more tests.
+	* gdb.cp/nsrecurs.exp: Ditto.
+	* gdb.cp/nsusing.cc: Added test functions.
+	* gdb.cp/nsrecurs.cc: Ditto.
 
 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
@@ -2554,7 +2554,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 	* gdb.trace/tfile.c: New file.
 	* gdb.trace/tfile.exp: New file.
-	
+
 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	* gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
@@ -2710,7 +2710,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 2009-12-31  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.trace/actions.exp: Test teval action.
-	
+
 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
 	* gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
@@ -2722,12 +2722,12 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 2009-12-29  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.trace/actions.exp: Test default-collect.
-	
+
 2009-12-28  Stan Shebs  <stan@codesourcery.com>
 
 	* gdb.trace/tsv.exp: New file.
 	* gdb.base/completion.exp: Update ambiguous info output.
-	
+
 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* gdb.base/find.c (main): Reference search buffers.
@@ -2842,8 +2842,8 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
        PR gdb/11022
 
        * gdb.base/pr11022.exp: New test.
-       * gdb.base/pr11022.c: New test.	
-	
+       * gdb.base/pr11022.c: New test.
+
 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
 	Fix spurious false FAILs.
@@ -2891,7 +2891,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 	* gdb.asm/asm-source.exp: Adjust.
 	* gdb.base/help.exp: Adjust.
-	
+
 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
 
 	* gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
@@ -2971,7 +2971,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* gdb.python/py-prettyprint.exp: Adjust.
-	
+
 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* lib/cell.exp (skip_cell_tests): Clean up test files before
@@ -3161,7 +3161,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	* gdb.asm/asm-source.exp: Adjust.
-	
+
 2009-10-22  Michael Snyder  <msnyder@vmware.com>
 
 	* gdb.reverse/break-precsave.exp: New test.
@@ -3193,7 +3193,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 	* gdb.base/display.exp: Likewise.
 	* gdb.base/pc-fp.exp: Likewise.
 	* gdb.base/sigbpt.exp: Likewise.
-	
+
 2009-10-19  Michael Snyder  <msnyder@vmware.com>
 
 	* gdb.reverse/consecutive-reverse.c: Add comment at end of main.
@@ -3251,18 +3251,18 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
 
-	* lib/gdb.exp (default_gdb_init): Set current value of match_max 
+	* lib/gdb.exp (default_gdb_init): Set current value of match_max
 	to default.
 
 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
 
-	* lib/gdb.exp (gdb_compile): Add --enable-auto-import option for 
+	* lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
 	mingw and cygwin targets.
 
 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
 	    Pedro Alves  <pedro@codesourcery.com>
 
-	* lib/gdb.exp (gdb_compile): Avoid adding 
+	* lib/gdb.exp (gdb_compile): Avoid adding
 	gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
 
 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
@@ -3319,7 +3319,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 	* gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
 
 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
-	
+
 	New test for two watchpoints, with disabling of
 	the first inserted.
 	* testsuite/gdb.base/watchpoints.c: New file.
@@ -3522,7 +3522,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 	* gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
 	Add two new C++ completer tests which limit the output to a
-	given class. 
+	given class.
 
 2009-08-24  Michael Snyder  <msnyder@vmware.com>
 
@@ -3572,7 +3572,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 	* lib/mi-support.exp (mi_list_breakpoints): Make it work.
 	* gdb.mi/mi-break.exp (test_breakpoint_commands): New.
-    	Call it.
+	Call it.
 
 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
 
@@ -3794,8 +3794,8 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
 	gdb/10275
-	* gdb.dwarf2/dw2-restore.{S,exp}: New test.	
-	
+	* gdb.dwarf2/dw2-restore.{S,exp}: New test.
+
 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
@@ -4052,9 +4052,9 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 	* gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
 	* gdb.dwarf2/dw2-strp.S (a_string2): New.
 
-2009-05-18  Jon Beniston <jon@beniston.com>
+2009-05-18  Jon Beniston  <jon@beniston.com>
 
-        * gdb.asm/asm-source.exp: Add lm32 target.
+	* gdb.asm/asm-source.exp: Add lm32 target.
 
 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
 
@@ -4154,11 +4154,11 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 	Eliminate some sleep usage.
 
-        * gdb.mi/basics.c (do_nothing): New.
-        (main): Use do_nothing instead of printf, so that
-        not to introduce race condition between output of
-        inferiour and output of gdb. Do not use sleep as it
-        is not generally available on embedded targets.
+	* gdb.mi/basics.c (do_nothing): New.
+	(main): Use do_nothing instead of printf, so that
+	not to introduce race condition between output of
+	inferiour and output of gdb. Do not use sleep as it
+	is not generally available on embedded targets.
 
 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
 
@@ -4540,8 +4540,8 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
 
-    	* gdb.mi/mi-break.exp (test_disabled_creation): New.
-    	Call it.
+	* gdb.mi/mi-break.exp (test_disabled_creation): New.
+	Call it.
 
 2009-01-28  Doug Evans  <dje@google.com>
 
@@ -7832,7 +7832,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
 
 	* gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
- 	check for one file.
+	check for one file.
 
 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
 
@@ -8635,7 +8635,7 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 	Checked in by Elena Zannoni  <ezannoni@redhat.com>
 
- 	* gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
+	* gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
 
 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
 
@@ -8739,10 +8739,10 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 
 2005-09-11  Bob Rossi  <bob@brasko.net>
 
- 	* lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
- 	* gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
- 	commands that return an MI output command and an asyncronous MI output
- 	command.
+	* lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
+	* gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
+	commands that return an MI output command and an asyncronous MI output
+	command.
 	* gdb.mi/mi-console.exp: Ditto.
 
 2005-09-11  Bob Rossi  <bob@brasko.net>
@@ -12960,9 +12960,9 @@ Mon Feb  8 12:54:54 2010  Chris Moller  <moller@mollerware.com>
 	* gdb.base/annota1.exp (info break): Make directory components of
 	path optional since not all compilers emit this debug information.
 
- 	* gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
- 	step ends up stepping out of the function instead of stopping on
- 	the epilogue.
+	* gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
+	step ends up stepping out of the function instead of stopping on
+	the epilogue.
 
 2002-09-26  Keith Seitz  <keiths@redhat.com>
 
@@ -13882,13 +13882,13 @@ From Jim Blandy  <jimb@redhat.com>
 	* gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
 	g_instance.bfoo, and g_instance.cfoo.
 
-Mon Jan  7 12:22:18 2002  Jeffrey A Law  (law@redhat.com)
+2002-01-07  Jeffrey A Law  <law@redhat.com>
 
- 	* gdb.base/break.c (multi_line_if_conditional): New function.
- 	(multi_ilne_while_conditional): Likewise.
- 	* gdb.base/break.exp: Verify that a breakpoint on a multi-line
- 	IF or WHILE condition puts the breakpoint at the start of
- 	the condition.
+	* gdb.base/break.c (multi_line_if_conditional): New function.
+	(multi_ilne_while_conditional): Likewise.
+	* gdb.base/break.exp: Verify that a breakpoint on a multi-line
+	IF or WHILE condition puts the breakpoint at the start of
+	the condition.
 
 	* gdb.base/selftest.exp (backtrace through signal handler): Remove
 	hppa*-*-hpux* expected failure.
@@ -14014,7 +14014,7 @@ Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
 	instead of `b'.
 
 	* gdb.base/corefile.exp: Recognize the message saying that GDB
- 	can't find the core file's registers as a failure.
+	can't find the core file's registers as a failure.
 
 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
 
@@ -14035,8 +14035,8 @@ Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
 2001-12-10  Jim Blandy  <jimb@redhat.com>
 
 	* gdb.asm/asm-source.exp (info symbol): Anchor the pattern
- 	matching the entry point symbol's name at the beginning of the
- 	line.
+	matching the entry point symbol's name at the beginning of the
+	line.
 
 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
 
@@ -14752,14 +14752,14 @@ Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
 
 	* gdb.base/annota1.exp: Move test of isnative to earlier in the
- 	file -- to prevent failing when the compile fails but we have no
- 	intention of running the tests anyway.
+	file -- to prevent failing when the compile fails but we have no
+	intention of running the tests anyway.
 
 	* gdb.base/long_long.exp: Test target_info for no_long_long, skip
 	tests if set.
 
 	* gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
- 	integers.
+	integers.
 
 	* gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
 	* gdb.c++/namespace.exp: Ditto.
@@ -14881,8 +14881,8 @@ Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
 
 	* gdb.threads/pthreads.exp: Unify pass/fail messages for
- 	``continue to bkpt at common_routine in thread 2'' and ``stopped
- 	before calling common_routine 15 times'' tests.
+	``continue to bkpt at common_routine in thread 2'' and ``stopped
+	before calling common_routine 15 times'' tests.
 
 2001-02-11  Michael Chastain  <chastain@redhat.com>
 
@@ -15160,12 +15160,12 @@ Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/exprs.exp: Test casts to a pointer including over and
- 	underflow.
+	underflow.
 
 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
- 	and the compilers sizes.
+	and the compilers sizes.
 
 2000-07-09  Nick Duffek  <nsd@redhat.com>
 
@@ -15189,7 +15189,7 @@ Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
- 	compile/link program.  Update line numbers.
+	compile/link program.  Update line numbers.
 	* gdb.asm/d10v.inc: Define ``startup''.
 	* gdb.asm/asmsrc1.s: Add definition of _start.
 
@@ -15200,18 +15200,18 @@ Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* gdb.base/maint.exp: Add 'maint print architecture' item to output
- 	of 'help maint print' command.
+	of 'help maint print' command.
 
 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
- 	they use gdb_expect_list.
+	they use gdb_expect_list.
 
 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/commands.exp: Use ``set remote
- 	memory-read-packet-size'' instead of ``set endian big'' to test
- 	long commands.
+	memory-read-packet-size'' instead of ``set endian big'' to test
+	long commands.
 
 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
 
@@ -15310,7 +15310,7 @@ Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
 
 	* gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
- 	values that can be represented exactly.
+	values that can be represented exactly.
 	* gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
 	above change, and to not check against the directory part of the source
 	file name.
@@ -15360,7 +15360,7 @@ Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 	* gdb.base/printcmds.c: Add typedeffed arrays.
 
 	* gdb.base/printcmds.exp (test_print_typedef_arrays): New
- 	procedure to test arrays that are typedef'd.
+	procedure to test arrays that are typedef'd.
 
 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
 
@@ -15377,7 +15377,7 @@ Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-02-25  Scott Bambrough <scottb@netwinder.org>
 
 	* gdb.base/long_long.exp: Correct test suite failure when printing
- 	a long long value as a double on ARM platforms.
+	a long long value as a double on ARM platforms.
 
 2000-02-16  Jim Blandy  <jimb@redhat.com>
 
@@ -15387,7 +15387,7 @@ Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* lib/gdb.exp: Tell the testsuite that now gdbtk is in the
- 	gdbtk/library directory, not in gdbtcl2.
+	gdbtk/library directory, not in gdbtcl2.
 
 2000-02-04  Jim Blandy  <jimb@redhat.com>
 
@@ -15433,10 +15433,10 @@ Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
-  	Don't use xfail's because that affects only the following test.
+	Don't use xfail's because that affects only the following test.
 
 	* gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
- 	solaris or linux.
+	solaris or linux.
 
 	* gdb.base/selftest.exp: Update to reflect changes to main.c.
 
@@ -15456,8 +15456,8 @@ Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 	From Jim Kingdon <kingdon@redhat.com>:
 
 	* gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
- 	prompt (cleanup rather than necessity, but still might keep output
- 	from spilling to next test).
+	prompt (cleanup rather than necessity, but still might keep output
+	from spilling to next test).
 
 2000-01-02  Fred Fish  <fnf@cygnus.com>
 
@@ -15467,7 +15467,7 @@ Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/default.exp: Match arm* etc instead of arm in "info
- 	float" test.
+	float" test.
 
 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
@@ -15497,12 +15497,12 @@ Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/remote.c: Fill the buffer with truely random data.
-  	Change the buffer type to ``unsigned char'' to simplify size
- 	arithmetic.
+	Change the buffer type to ``unsigned char'' to simplify size
+	arithmetic.
 
 	* gdb.base/remote.exp: Reduce download numbers by one.  Typical
- 	stub only handles 400-1 byte packets.  Verify that the download
- 	worked.
+	stub only handles 400-1 byte packets.  Verify that the download
+	worked.
 
 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
@@ -15517,7 +15517,7 @@ Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* gdb.base/watchpoint.exp: Add tests cases for the hit count of
- 	watchpoints.
+	watchpoints.
 
 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
 
@@ -15563,9 +15563,9 @@ Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
 
 	* gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
- 	from $srcdir/lib/.
+	from $srcdir/lib/.
 	* lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
- 	and gdb.c++/.
+	and gdb.c++/.
 
 	* gdb.c++/derivation.exp: remove redundant get compiler info code.
 
@@ -15581,12 +15581,12 @@ Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
 
 	* gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
- 	{limit,fixed}''.  Test ``set download-write-size''.
+	{limit,fixed}''.  Test ``set download-write-size''.
 
 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/funcargs.exp: Rewrite stack traceback checks using
- 	gdb_expect_list.
+	gdb_expect_list.
 
 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
@@ -15609,7 +15609,7 @@ Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 	fail.
 
 	* gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
- 	breakpoint hit messages include an address.
+	breakpoint hit messages include an address.
 
 	* gdb.base/display.exp: Don't forget to escape parens in regular
 	expressions.  Unix regexp notatation sucks.
@@ -15617,7 +15617,7 @@ Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* gdb.base/annota1.exp: Test for annotate-signalled: change output
- 	order for 'signalled' message.
+	order for 'signalled' message.
 
 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -15638,14 +15638,14 @@ Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
 
 	* lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
- 	containing exp_continue into a while within an expect.  Don't
- 	attempt a start more than three times.  Check return value from
- 	gdb_load.
+	containing exp_continue into a while within an expect.  Don't
+	attempt a start more than three times.  Check return value from
+	gdb_load.
 
 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
- 	a pass case.
+	a pass case.
 
 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
 
@@ -15672,7 +15672,7 @@ Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* config/monitor.exp (gdb_target_monitor): Disable X- and
- 	Z-packets if the target needs it.
+	Z-packets if the target needs it.
 
 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
 
@@ -15697,13 +15697,13 @@ Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* lib/gdb.exp (skip_cplus_tests): New proc.
 	* gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
- 	gdb.c++/anon-union.exp, gdb.c++/classes.exp,
- 	gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
- 	gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
- 	gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
- 	gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
- 	gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
- 	gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
+	gdb.c++/anon-union.exp, gdb.c++/classes.exp,
+	gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
+	gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
+	gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
+	gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
+	gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
+	gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
 
 	* gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
 
@@ -15734,13 +15734,13 @@ Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/ending-run.exp: Add Solaris case for what happens when
- 	stepping out of main.
+	stepping out of main.
 
 	* gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
 	G++ used.
 
 	* gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
- 	always, expect ptype InnerLocal::NestedInnerLocal to fail always.
+	always, expect ptype InnerLocal::NestedInnerLocal to fail always.
 
 	* gdb.c++/ovldbreak.exp: Update match string in test that
 	includes a warning of multiple breakpoints.
@@ -15751,7 +15751,7 @@ Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
 	added yesterday.
 
 	* gdb.base/signals.exp: Add extra wildcard to "handle all print"
- 	test.
+	test.
 
 	* gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
 	configs when using G++, not just hppa*.
@@ -15781,7 +15781,7 @@ Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
 1999-08-19  J.T. Conklin  <jtc@redback.com>
 
 	* gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
- 	characters in 'continue to 1241' test.
+	characters in 'continue to 1241' test.
 
 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -15805,7 +15805,7 @@ Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/maint.exp: Add test of ``maintenance internal-error''
- 	command.
+	command.
 
 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -15822,13 +15822,13 @@ Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/display.exp: Help expect by putting a newline in the
- 	funky printf, remove a bogus p/a test.
+	funky printf, remove a bogus p/a test.
 
 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* gdb.base/display.exp: Make sure that when we say 'run', we are
- 	connected to the target. This is necessary when running not
- 	natively.
+	connected to the target. This is necessary when running not
+	natively.
 
 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -15844,7 +15844,7 @@ Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 	until somebody decides to fix GDB.
 
 	* gdb.base/long_long.c: Stop compiler complaint by specifying long
- 	constant as "ULL".
+	constant as "ULL".
 	* gdb.base/long_long.exp: Loosen x/c test, add partial result
 	matches for a couple x/2 commands.
 
@@ -15866,15 +15866,15 @@ Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 	expect matches to handle output variations.
 	* gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
 	* gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
- 	output, add HP alternatives for new and delete prints.
+	output, add HP alternatives for new and delete prints.
 	* gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
- 	gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
+	gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
 	* gdb.c++/demangle.exp: Use $style when reporting failure.
 	* gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
 	* gdb.c++/inherit.exp: Run if HP compiler used, add some
 	match alternatives.
 	* gdb.c++/local.exp: Add match alternatives or xfails for HP
- 	compilers.
+	compilers.
 	* gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
 	* gdb.c++/method.exp: Add match alternatives.
 	* gdb.c++/misc.cc: Add bool types.
@@ -15906,23 +15906,23 @@ Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 	(gdb_test): Use -notransfer option.
 	(get_compiler_info): Add f77 case.
 	(get_compiler): New proc, split out from gdb_preprocess, add f77
- 	case.
+	case.
 	(gdb_preprocess): Call get_compiler.
 
 	* gdb.base/Makefile.in (EXECUTABLES): Update the list.
 	* gdb.base/attach.exp, gdb.base/display.exp,
- 	gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
- 	gdb.base/long_long.exp, gdb.base/printcmds.exp,
- 	gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
- 	third arg to gdb_test.
+	gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
+	gdb.base/long_long.exp, gdb.base/printcmds.exp,
+	gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
+	third arg to gdb_test.
 	* gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
 	* gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
- 	HP-UX xfails, add others.
+	HP-UX xfails, add others.
 	* gdb.base/completion.exp: Reflect name change of self-test.
 	* gdb.base/condbreak.exp, gdb.base/corefile.exp,
- 	gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
- 	gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
- 	HP failure number.
+	gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
+	gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
+	HP failure number.
 	* gdb.base/foll-vfork.exp: Loosen matches slightly, remove
 	useless HP-UX 10.30 references.
 	* gdb.base/maint.exp: Loosen matches.
@@ -15935,7 +15935,7 @@ Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 	* gdb.base/list.exp: Add tests for repeating 'list <linenum>'
- 	command.
+	command.
 
 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
@@ -15951,12 +15951,12 @@ Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
- 	gdb.base/foll-vfork.exp: Don't run for crosses.
+	gdb.base/foll-vfork.exp: Don't run for crosses.
 
 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/configure.in: Check for gdbvars.exp instead of
- 	a1-selftest.exp.
+	a1-selftest.exp.
 	* gdb.base/configure: Re-generate.
 
 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
@@ -15980,10 +15980,10 @@ Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
 
 	* gdb.base/setvar.exp: Increase the time-out on tests indirectly
- 	calling malloc.
+	calling malloc.
 	* nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
 	* ptype.exp: Move test for get_debug_format to before its first
- 	use.
+	use.
 
 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
@@ -15995,7 +15995,7 @@ Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* lib/gdb.exp (gdb_expect_list): Output one message per pattern in
- 	a consistent format.
+	a consistent format.
 
 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -16004,25 +16004,25 @@ Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 	HP compilers, also set the globals $true and $false.
 
 	* gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
- 	call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
- 	coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
- 	jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
- 	long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
- 	printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
- 	scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
- 	sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
- 	solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
- 	whatis.c} Add C++ compatible function definitions and return
- 	types, add includes for library functions.
+	call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
+	coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
+	jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
+	long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
+	printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
+	scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
+	sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
+	solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
+	whatis.c} Add C++ compatible function definitions and return
+	types, add includes for library functions.
 	* gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
 	* gdb.base/step-test.c (myglob): Rename from glob.
 	* gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
- 	foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
- 	files, move here from gdb.hp.
+	foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
+	files, move here from gdb.hp.
 	* gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
- 	commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
- 	ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
- 	Adjust line numbers in regexps.
+	commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
+	ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
+	Adjust line numbers in regexps.
 
 	* gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
 	miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
@@ -16037,12 +16037,12 @@ Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 	* gdb.base/watchpoint.exp: Add more test cases for watchpoints.
 
 	* gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
- 	gdb.base/solib.exp: Fix compiler invocation process.
+	gdb.base/solib.exp: Fix compiler invocation process.
 
 	* gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
- 	HP-UX 11, turn off overload resolution explicitly.
+	HP-UX 11, turn off overload resolution explicitly.
 	* gdb.base/commands.exp: Set argument list explicitly, add
- 	watchpoint test.
+	watchpoint test.
 	* gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
 	them work.
 	* gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
@@ -16074,16 +16074,16 @@ Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 	* gdb.base/whatis.exp: Allow more ways to pass tests.
 
 	* gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
- 	no longer useful.
+	no longer useful.
 
 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
- 	list of patterns.
+	list of patterns.
 	* gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
- 	print_double_array(double_array)", "continuing to breakpoint
- 	1018", "print print_double_array(array_d)" and "continuing to
- 	1034" tests.
+	print_double_array(double_array)", "continuing to breakpoint
+	1018", "print print_double_array(array_d)" and "continuing to
+	1034" tests.
 
 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
 
@@ -16096,7 +16096,7 @@ Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/call-strs.c, gdb.base/ending-run.c,
- 	gdb.base/step-test.c: Include stdlib.h and string.h as needed.
+	gdb.base/step-test.c: Include stdlib.h and string.h as needed.
 	* gdb.c++/member-ptr.exp: Skip over these tests if using G++.
 
 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
@@ -16123,7 +16123,7 @@ Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/call-strs.c (link_malloc): New function.  Ensure that
- 	malloc() is linked in.
+	malloc() is linked in.
 
 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
 
@@ -16187,11 +16187,11 @@ Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
 	since BFD stopped including all targets, and cross-GDB gets
 	plenty of testing anyway.
 	* gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
- 	gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
- 	gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
+	gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
+	gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
 	* gdb.base/README: Remove, was doc for this.
 	* gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
- 	needed.
+	needed.
 
 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
@@ -16213,9 +16213,9 @@ Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
 	Marcus Daniel's and Dale Hawkins's demangler crashes.
 
 	* gdb.c++/demangle.exp (test_gnu_style_demangling,
- 	test_lucid_style_demangling, test_arm_style_demangling,
- 	test_hp_style_demangling): Try Tom Tromey's core-dumping
- 	identifier under each demangling style.
+	test_lucid_style_demangling, test_arm_style_demangling,
+	test_hp_style_demangling): Try Tom Tromey's core-dumping
+	identifier under each demangling style.
 
 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
 
@@ -16234,10 +16234,10 @@ Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
 
 	* gdb.base/signals.exp (test_handle_all_print): Use () for
- 	grouping in expressions, not {}.
+	grouping in expressions, not {}.
 
 	* gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
- 	initialized yet.
+	initialized yet.
 
 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
 
@@ -16255,7 +16255,7 @@ Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
 	* gdb.base/miscexprs.exp: Allow "short" and "long" as well as
 	"short int" and "long int".
 	* gdb.c++/overload.cc: Cast the string added in the previous
- 	change, to mollify finicky HP compiler.
+	change, to mollify finicky HP compiler.
 	* gdb.hp/reg-test.exp (testfile): Fix file name.
 	* gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
 
@@ -16267,8 +16267,8 @@ Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
 	* gdb.hp/*.exp: Change all to run compiler probe only after
- 	passing skip_hp_tests, so as not to waste time on guaranteed
- 	failure.
+	passing skip_hp_tests, so as not to waste time on guaranteed
+	failure.
 
 	* gdb.c++/overload.cc: Pass string instead of char addr, always
 	init ccpfoo.
@@ -16334,12 +16334,12 @@ Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
 
- 	* gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
+	* gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
 
 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
- 	descriptions of types (short unsigned int vs unsigned short, etc).
+	descriptions of types (short unsigned int vs unsigned short, etc).
 
 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
 
@@ -16349,16 +16349,16 @@ Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
 
 	* gdb.base/call-ar-st.c (main): Terminate char_array with a null
- 	character, so GDB won't print garbage after its end.
+	character, so GDB won't print garbage after its end.
 
 	* gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
 	breakpoint there instead.  Sometimes GCC emits memcpy to handle
 	the large structures being passed by value, so we step into that
 	instead of sum_array_print, which obscures what we're really testing.
 	* gdb.base/step-test.exp: However, we do want a test that notices
- 	the bizarre steps into memcpy, so do that here.  Add check for
- 	stepping into function calls that pass large structures by value.
-  	("Is that a noun clause, or are you just happy to see me?")
+	the bizarre steps into memcpy, so do that here.	 Add check for
+	stepping into function calls that pass large structures by value.
+	("Is that a noun clause, or are you just happy to see me?")
 	Remove all references to specific line numbers.
 	* gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
 	New type and function.
@@ -16379,8 +16379,8 @@ Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
 
 	* gdb.base/display.exp: Don't exercise the "detach" and "kill"
- 	commands.  They're not germane to this test, and they don't work
- 	that way on remote targets.
+	commands.  They're not germane to this test, and they don't work
+	that way on remote targets.
 
 1999-03-01  James Ingham  <jingham@cygnus.com>
 
@@ -16417,7 +16417,7 @@ Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
- 	compilation.
+	compilation.
 
 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
 
@@ -16463,9 +16463,9 @@ Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 	* gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
 
 	* gdb.base/maint.exp ("maint info breakpoints"): Split into two
- 	tests: one which doesn't expect shlib events to be reported, and
- 	another which does, but is XFAIL for all platforms other than
- 	HP/UX.
+	tests: one which doesn't expect shlib events to be reported, and
+	another which does, but is XFAIL for all platforms other than
+	HP/UX.
 
 	* gdb.base/break.exp: Teach the test suite that the `catch
 	fork', `catch vfork', and `catch exec' commands produce error
@@ -16474,16 +16474,16 @@ Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
- 	so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
- 	(shortening names from solib_threshold.exp etc), won't run on
- 	anything but HP-UX for the foreseeable future.
+	so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
+	(shortening names from solib_threshold.exp etc), won't run on
+	anything but HP-UX for the foreseeable future.
 	* gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
- 	reflect move.
+	reflect move.
 
 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/Makefile.in, gdb.c++/Makefile.in,
- 	gdb.trace/Makefile.in (clean): Remove all test executables.
+	gdb.trace/Makefile.in (clean): Remove all test executables.
 
 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
 
@@ -16510,7 +16510,7 @@ Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* constvars.c: Remove C++-isms.
 	* constvars.exp: Use gdb_test everywhere, add xfails if compiled
- 	with GCC.
+	with GCC.
 
 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
 
@@ -16650,9 +16650,9 @@ Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
 	* gdb.c++/anon-union.exp: new file.
 
 	The following changes were made by David Taylor
- 	<taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
- 	Edith Epstein <eepstein@cygnus.com> as part of a project to merge
- 	in changes by HP.
+	<taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
+	Edith Epstein <eepstein@cygnus.com> as part of a project to merge
+	in changes by HP.
 
 	* gdb.base/bitops.exp: new file.
 	* gdb.base/default.exp: change expected messages for catch and
@@ -16680,9 +16680,9 @@ Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
 
 	The following changes were made by David Taylor
- 	<taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
- 	Edith Epstein <eepstein@cygnus.com> as part of a project to merge
- 	in changes by HP.
+	<taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
+	Edith Epstein <eepstein@cygnus.com> as part of a project to merge
+	in changes by HP.
 
 	* gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
 	skip tests.  When compiling pass c++ flag to gdb_compile.
@@ -16788,18 +16788,18 @@ Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
 
 	The following change was made by Edith Epstein
- 	<eepstein@cygnus.com> as part of a project to merge in changes
- 	originally made by HP; HP did not create ChangeLog entries.
+	<eepstein@cygnus.com> as part of a project to merge in changes
+	originally made by HP; HP did not create ChangeLog entries.
 
 	* gdb.c++/demangle.exp: changed the expected output for some
 	ARM-style mangling -- removed second reference to datatype.
- 	For example, maint demangle __dt__11T1__pt__2_cFv
+	For example, maint demangle __dt__11T1__pt__2_cFv
 		     T1<char>::~T1<char>(void)
 	becomes,
 		     maint demangle __dt__11T1__pt__2_cFv
 		     T1<char>::~T1(void)
 
- 	(test_hp_style_demangling): new hp specific demangling test cases.
+	(test_hp_style_demangling): new hp specific demangling test cases.
 
 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
 
@@ -16833,7 +16833,7 @@ Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
 
 	* config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
- 	remote dos host testing right.
+	remote dos host testing right.
 
 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
 
@@ -16842,17 +16842,17 @@ Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/reread.exp: Sleep 1 - ensures that the two executables
- 	have different timestamps.
+	have different timestamps.
 
 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
- 	gdb.base/default.exp: Replace "exec" with "executable".
+	gdb.base/default.exp: Replace "exec" with "executable".
 
 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/default.exp: Change else if to elseif from previous
- 	delta.
+	delta.
 
 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
 
@@ -17014,9 +17014,9 @@ Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
 
 	*  callfuncs.c (t_enum_value1) : Cleanup return value warnings
- 	(t_enum_value2): ditto
- 	(t_enum_value3): ditto
- 	(main): ditto
+	(t_enum_value2): ditto
+	(t_enum_value3): ditto
+	(main): ditto
 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
 	* gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
@@ -17032,8 +17032,8 @@ Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
 
 	* gdb.base/branches.c: Code with lots of loops and
- 	subroutines. Used to test gdbs ability to single step through PC
- 	changes, especially to test mips-tdep.c:mips_next_pc
+	subroutines. Used to test gdbs ability to single step through PC
+	changes, especially to test mips-tdep.c:mips_next_pc
 
 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
 
@@ -17070,7 +17070,7 @@ Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
 
 	* gdb.base/list.exp: Fix problem with "list default lines around
- 	main" test on remote targets.
+	main" test on remote targets.
 
 	* gdb.base/scope.exp: Fix problem with filelocal_bss before
 	run test on remote targets.
@@ -17096,20 +17096,20 @@ Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
- 	on-chip insn memory and IMAP1 to upper 128k.
+	on-chip insn memory and IMAP1 to upper 128k.
 	(D10VCopy): Handle memory regions crossing 16k boundaries.
 	(D10VCopy): Transfer data in 32 bit chunks.
 
 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/overlays.c (main): Exit normally when result is
- 	correct.
+	correct.
 
 	* gdb.base/d10v.ld: Update LMAs to reflect current d10v address
- 	map.  Include space for printf in .text segment.
+	map.  Include space for printf in .text segment.
 
 	* gdb.base/d10vovly.c (D10VTranslate): New function, handle
- 	updated d10v memory VMA/LMA map.
+	updated d10v memory VMA/LMA map.
 	(D10VCopy): Call D10VTranslate.
 
 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
@@ -17117,14 +17117,14 @@ Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
 	* gdb.base/m32rovly.c: Force variable _novlys into .data section.
 
 	* gdb.base/bar.c (barx, bar): Change variable to small array so
- 	that it won't be put into the .sdata - small data -
- 	section. Update reference.
+	that it won't be put into the .sdata - small data -
+	section. Update reference.
 	* gdb.base/baz.c (bazx, baz): Ditto.
 	* gdb.base/foo.c (foox, foo): Ditto.
 	* gdb.base/grbx.c (grbxx, grbx): Ditto.
 
 	* gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
- 	to be arrays.
+	to be arrays.
 
 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
 
@@ -17139,7 +17139,7 @@ Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.base/break.exp (test_next_with_recursion): Remove
- 	gdb_suppress_tests for d10v-*-*.
+	gdb_suppress_tests for d10v-*-*.
 	* lib/gdb.exp (gdb_suppress_tests): Disable this function
 	pending review of whether it is useful or not.
 
@@ -17155,7 +17155,7 @@ Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/interrupt.exp: Document problem of simulators, signals,
- 	reads and BSD.
+	reads and BSD.
 
 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
 
@@ -17167,22 +17167,22 @@ Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
- 	test.
+	test.
 
 	* gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
- 	target_sizeof_long and target_bigendian_p.
+	target_sizeof_long and target_bigendian_p.
 	(structs_by_value, structs_by_reference): Check values according
- 	to targets word size and endianess.
+	to targets word size and endianess.
 
 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
 	* gdb.base/langs.exp: For "continue to exit" ignore any trailing
- 	output.
+	output.
 
 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
 
 	* gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
- 	Update test of set args help to match source change.
+	Update test of set args help to match source change.
 
 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
 
@@ -17198,7 +17198,7 @@ Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
 	* gdb.base/corefile.exp: Ditto.
 
 	* lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
- 	define vxworks when building the testcase.
+	define vxworks when building the testcase.
 
 	* gdb.base/ptype.exp: Fix testnames to be unique.
 	* gdb.base/radix.exp: Ditto.
@@ -17221,7 +17221,7 @@ Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
 	the testcase.
 
 	* gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
- 	set_debug_traps() and breakpoint().
+	set_debug_traps() and breakpoint().
 	* gdb.c++/misc.cc (main): Ditto.
 	* gdb.c++/templates.cc (main): Ditto.
 	* gdb.c++/virtfunc.cc (main): Ditto.
@@ -17235,7 +17235,7 @@ Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
 	(runto_main): Use gdb_step_for_stub.
 
 	* gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
- 	tests to have unique names.
+	tests to have unique names.
 	* gdb.base/callfuncs.exp: Ditto.
 	* gdb.base/commands.exp: Ditto.
 	* gdb.base/default.exp: Ditto.
@@ -17257,21 +17257,21 @@ Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* config/sparclet.exp: Detect gratuitous change to sparclet gdb
- 	target mode.
+	target mode.
 
 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
 
 	From Bob Manson:
 	* config/monitor.exp (gdb_target_monitor): Look for "Connected to"
- 	string from GDB when it connects.
+	string from GDB when it connects.
 
 	* lib/gdb.exp: Look for $TOOL_EXECUTABLE.
 
 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
- 	if we can't get a debug format from GDB (we may be testing an
- 	older GDB). Use a 10 second timeout when checking for the format.
+	if we can't get a debug format from GDB (we may be testing an
+	older GDB). Use a 10 second timeout when checking for the format.
 
 	* gdb.stabs/weird.exp: Fix quoting.
 
@@ -17284,11 +17284,11 @@ Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
- 	until it has been modified to work with the new testsuite.
+	until it has been modified to work with the new testsuite.
 
 	* gdb.*/*.exp: Instead of causing 1 unresolved test when the
- 	testcase won't compile, cause all of the testcases in the file to
- 	fail instead.
+	testcase won't compile, cause all of the testcases in the file to
+	fail instead.
 
 	* lib/gdb.exp(gdb_suppress_entire_file): New procedure.
 	(gdb_clear_suppressed): New procedure.
@@ -17308,7 +17308,7 @@ Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
 	(debug_format): New global variable to hold last value set
 	by get_debug_format.
 	* gdb.base/list.exp: Call get_debug_format and expect some
- 	tests to fail for DWARF 1 and COFF formats.
+	tests to fail for DWARF 1 and COFF formats.
 	* gdb.c++/ptype.exp: Ditto.
 	* gdb.c++/classes.exp: Ditto.
 	* gdb.c++/cplusfuncs.exp: Ditto.
@@ -17322,16 +17322,16 @@ Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
 	host doesn't have a currently-open connection.
 
 	* config/sparclet.exp: Cleanups and fixes to make it generic for
- 	any gdb stub target. Handle cases where gdb doesn't respond when
- 	interrupted in a sane fashion.
+	any gdb stub target. Handle cases where gdb doesn't respond when
+	interrupted in a sane fashion.
 
 	* config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
- 	same thing in a totally different way.
+	same thing in a totally different way.
 
 	* config/monitor.exp: Pass in timeouts to gdb_expect instead of
- 	setting "timeout".
+	setting "timeout".
 	(gdb_start): We set the global gdb_prompt variable in
- 	default_gdb_init now.
+	default_gdb_init now.
 
 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
 
@@ -17342,7 +17342,7 @@ Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
- 	properly.
+	properly.
 	(gdb_expect): Add optional timeout parameter, and add timeout
 	value to various calls.
 	(gdb_suppress_tests): Only give one warning message per group.
@@ -17350,15 +17350,15 @@ Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
- 	global variables. Handle getting a value for $timeout more
- 	gracefully.
+	global variables. Handle getting a value for $timeout more
+	gracefully.
 
 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* lib/gdb.exp: Close connection to remote host if gdb doesn't
- 	initialize.
+	initialize.
 	(default_gdb_init): New procedure; allow gdb_init to be overridden
- 	by a target configuration file.
+	by a target configuration file.
 	(gdb_expect): Pass the timeout to remote_expect.
 
 	* config/monitor.exp(gdb_load): Fix typo in regexp.
@@ -17370,15 +17370,15 @@ Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
- 	here. Call gdb_target_exec before rebooting the target, to make
- 	sure the connection to the target is closed.
+	here. Call gdb_target_exec before rebooting the target, to make
+	sure the connection to the target is closed.
 	(gdb_load): Pass the name of the executable to gdb_target_monitor.
 	Don't call gdb_file_cmd here; let gdb_target_monitor do it.
 	Also detect "Timeout reading from remote" error.
 
 	* config/gdbserver.exp: Pass the executable being loaded to
- 	gdb_target_monitor. Don't call gdb_file_cmd here; let
- 	gdb_target_monitor do it.
+	gdb_target_monitor. Don't call gdb_file_cmd here; let
+	gdb_target_monitor do it.
 
 	* gdb.disasm/hppa.exp: Don't use exec_output.
 
@@ -17389,22 +17389,22 @@ Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
 	program before doing the first list command.
 
 	* gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
- 	test_calls after restarting.
+	test_calls after restarting.
 
 	* lib/gdb.exp(gdb_run_cmd): Send jump command again after
- 	reloading.
+	reloading.
 
 	* gdb.base/watchpoint.exp: Fix typo.
 
 	* gdb.base/setshow.exp: Check for use_gdb_stub.
 
 	* gdb.base/break.exp: Fix continue until exit test for the gdb
- 	stub case.
+	stub case.
 	* gdb.base/langs.exp: Ditto.
 
 	* config/monitor.exp(gdb_load): Handle gdb_sect_offset and
- 	gdb_load_offset. If we weren't given a file to load, figure out
- 	what the current file is and use it.
+	gdb_load_offset. If we weren't given a file to load, figure out
+	what the current file is and use it.
 
 	* config/i386-bozo.exp: New file.
 
@@ -17481,10 +17481,10 @@ Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
- 	Don't call gdb_test when the command doesn't return to a gdb prompt.
+	Don't call gdb_test when the command doesn't return to a gdb prompt.
 
 	* lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
- 	"Tests restarted" messages.
+	"Tests restarted" messages.
 
 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
 
@@ -17528,12 +17528,12 @@ Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
 	or netport.
 
 	* lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
- 	and it's not already set.
+	and it's not already set.
 
 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* gdb.base/setshow.exp: Only test the run command if the target
- 	isn't using a stub and if it supports argument passing.
+	isn't using a stub and if it supports argument passing.
 
 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
 
@@ -17549,7 +17549,7 @@ Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
- 	specialized code to reboot the board, use remote_reboot instead.
+	specialized code to reboot the board, use remote_reboot instead.
 
 	* config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
 
@@ -17583,7 +17583,7 @@ Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
 	target feature.
 
 	* config/monitor.exp(gdb_load): Check for a failure when loading,
- 	and reboot the board if necessary.
+	and reboot the board if necessary.
 
 	* gdb.base/setvar.exp(test_set): Handle multiple prints within
 	a set of tests. Remove print.* from the patterns being checked.
@@ -17627,10 +17627,10 @@ Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
- 	fails. If suppress_flag is set, skip perror message about not
- 	being able to send to GDB.
+	fails. If suppress_flag is set, skip perror message about not
+	being able to send to GDB.
 	(send_gdb): If suppress_flag is set, don't try to send commands to
- 	GDB.
+	GDB.
 	(gdb_expect): If suppress_flag is set, always fail immediately.
 	(gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
 	(gdb_init): Call gdb_stop_suppressing_tests.
@@ -17638,15 +17638,15 @@ Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
 	(default_gdb_start): Ditto.
 
 	* gdb.base/bitfields.exp: Call gdb_suppress_tests and
- 	gdb_stop_suppressing_tests as appropriate.
+	gdb_stop_suppressing_tests as appropriate.
 	* gdb.base/break.exp: Ditto.
- 	* gdb.base/callfuncs.exp: Ditto.
+	* gdb.base/callfuncs.exp: Ditto.
 	* gdb.base/commands.exp: Ditto.
 	* gdb.base/exprs.exp: Ditto.
- 	* gdb.base/funcargs.exp: Ditto.
+	* gdb.base/funcargs.exp: Ditto.
 	* gdb.base/list.exp: Ditto.
 	* gdb.base/recurse.exp: Ditto.
- 	* gdb.base/scope.exp:  Ditto.
+	* gdb.base/scope.exp:  Ditto.
 	* gdb.base/structs.exp: Ditto.
 	* gdb.c++/inherit.exp: Ditto.
 
@@ -17663,7 +17663,7 @@ Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
 	* lib/gdb.exp(gdb_init): New function.
 
 	* gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
- 	for each individual variable set.
+	for each individual variable set.
 
 	* gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
 	name.
@@ -17730,7 +17730,7 @@ Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
 	* gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
 
 	* config/monitor.exp(gdb_target_monitor): Look for a prompt from
- 	gdb before assuming everything worked. Send a ^C if a timeout
+	gdb before assuming everything worked. Send a ^C if a timeout
 	occurs.
 
 	* lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
@@ -17814,14 +17814,14 @@ Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
- 	trying to delete the copy of gdb. Catch the file delete so we
- 	don't die if the delete fails; also, the file should be copied to
- 	the host, not to the build.
+	trying to delete the copy of gdb. Catch the file delete so we
+	don't die if the delete fails; also, the file should be copied to
+	the host, not to the build.
 
 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
 
 	* lib/gdb.exp(gdb_test): Surround the result pattern with
- 	parenthesis in case it contains multiple regexps separated
+	parenthesis in case it contains multiple regexps separated
 	with |.
 
 	* gdb.base/watchpoint.exp: Use gdb_test.
@@ -17870,8 +17870,8 @@ Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
 	(gdb_compile): New procedure.
 
 	gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
- 	appropriate arguments) instead of compile. Use gdb_test in a lot
- 	more places.  Use send_gdb instead of send. Always run gdb_start
+	appropriate arguments) instead of compile. Use gdb_test in a lot
+	more places.  Use send_gdb instead of send. Always run gdb_start
 	at the start of a testcase, as this is no longer done magically.
 
 	config/*-gdb.exp: Rename without the -gdb suffix.
@@ -17934,8 +17934,8 @@ Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
 	RedHat 4.0.
 
 	* gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
- 	linux.  This allows the test case to at least compile on latest
- 	linux, but still not run due to missing the threads runtime library.
+	linux.  This allows the test case to at least compile on latest
+	linux, but still not run due to missing the threads runtime library.
 
 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
@@ -17953,8 +17953,8 @@ Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
 	* lib/gdb.exp (CFLAGS): Remove, unreferenced.
 	(CXXFLAGS): Remove, unreferenced.
 	(B_OPTIONS): Add for -B options and add code to initialize with
- 	previous -B options and also add -B option to pick up cross compiled
- 	runtime.
+	previous -B options and also add -B option to pick up cross compiled
+	runtime.
 	(TARGET_INCLUDES): Add for -I options and add code to initialize when
 	doing cross compiles.
 	(target_alias): Declare global.
@@ -17976,7 +17976,7 @@ Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
- 	tests and anonymous union print/ptype tests.
+	tests and anonymous union print/ptype tests.
 	* gdb.base/list.exp (test_forward-search): Increase timeout by
 	5 minutes for the "search extremely long line" case.
 	* lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
@@ -17984,7 +17984,7 @@ Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
 	the message if that third arg is a null string.
 	(gdb_test_exact):  Arrange that a null string pattern means match a
 	null string output rather than any output, which might include random
- 	errors.
+	errors.
 	* gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
 	backtrace test.
 	* gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
@@ -18064,7 +18064,7 @@ Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
 	* gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
 	* lib/gdb.exp (gdb_test): Treat failures due to program exiting
 	in the same we we treat other failures (since it may be an expected
- 	condition), rather than as an error.
+	condition), rather than as an error.
 	* gdb.base/signals.exp (test_handle_all_print): Revert back to
 	old test format.
 
@@ -18072,7 +18072,7 @@ Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
 
 	* Makefile.in (clean mostlyclean): Also remove chill *.grt files.
 	(distclean maintainer-clean realclean): No need to remove files
- 	twice.  Nuke the duplicates.
+	twice.  Nuke the duplicates.
 	* gdb.base/Makefile.in (EXECUTABLES): Add "structs".
 	* gdb.threads/Makefile.in (distclean maintainer-clean realclean):
 	Remove config.h along with other config files.
@@ -18082,7 +18082,7 @@ Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
 	* gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
 	"p func1 ()" and note that rests of tests are skipped.
 	* gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
- 	setup_xfails for "print func2::coremaker_local".
+	setup_xfails for "print func2::coremaker_local".
 	Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
 	* gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
 	affected by the previous run test.
@@ -18093,7 +18093,7 @@ Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
 	* gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
 	"real write 4" and "real write 8".
 	* gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
- 	setup_xfails for "print vs1 after tuple assign 2",
+	setup_xfails for "print vs1 after tuple assign 2",
 	"print \$i after tuple assign 2", and
 	"print vs2 after tuple assign 2".
 	* lib/gdb.exp (gdb_test): When a gdb aborts, print a more
@@ -18132,7 +18132,7 @@ Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
- 	include all osf versions.
+	include all osf versions.
 	* gdb.threads/pthreads.exp: Expand "run to main" xfail to include
 	all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
 	when target is linux.  When failing to build pthreads test
@@ -18143,9 +18143,9 @@ Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
- 	PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
+	PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
 	* gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
- 	and -lpthreads (everybody else).
+	and -lpthreads (everybody else).
 	(test_startup): Fail gracefully if threads are not supported.
 	* gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
 	"p/c array_index("abcdef",2)" when not gcc compiled.
@@ -18192,7 +18192,7 @@ Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.base/list.exp (test_forward_search): Increase timeout
 	temporarily by 60 seconds for searching extremely long line,
- 	and then reset to old value when done.  Increase expect input
+	and then reset to old value when done.  Increase expect input
 	buffer to 10000.
 
 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
@@ -18260,7 +18260,7 @@ Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
 	* lib/gdb.exp (default_gdb_start): When reporting a timeout during
 	gdb initialization, also report how long dejagnu waited.  Restore
 	old timeout before doing error return.  Temporarily increase timeout
- 	by 3 minutes to allow for slow startups over heavy NFS use.
+	by 3 minutes to allow for slow startups over heavy NFS use.
 
 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -18334,7 +18334,7 @@ Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
 	* gdb.c++/templates.exp: Ditto.
 	* gdb.c++/virtfunc.exp: Ditto.
 	* gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
- 	whether or not to add -lstdc++ to the compile command line args.
+	whether or not to add -lstdc++ to the compile command line args.
 
 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
@@ -18456,7 +18456,7 @@ Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
 	setup_xfail for "print coremaker_bss", "print coremaker_ro",
- 	"print func2::coremaker_local", and "backtrace in corefile.exp".
+	"print func2::coremaker_local", and "backtrace in corefile.exp".
 
 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -18486,12 +18486,12 @@ Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
 	* gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
 	to "alpha-*-osf2*" and add comment.
 	* gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
- 	setup_xfail for "step over execarg initialization" and
- 	"step over corearg initialization".
+	setup_xfail for "step over execarg initialization" and
+	"step over corearg initialization".
 	* gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
 	for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
 	* gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
- 	gcc compiled for "print coremaker_bss", "print coremaker_ro",
+	gcc compiled for "print coremaker_bss", "print coremaker_ro",
 	"print func2::coremaker_local", and "backtrace in corefile.exp".
 	* gdb.base/signals.exp: Build and source signals.ci.
 	Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
@@ -18518,7 +18518,7 @@ Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
 	* gdb.base/a2-run.exp: Replace $binfile with $testfile in test
- 	result reports.
+	result reports.
 
 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
 
@@ -18603,13 +18603,13 @@ Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
 
 	* gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
- 	"print func2::coremaker_local" and for "backtrace in corefile.exp"
+	"print func2::coremaker_local" and for "backtrace in corefile.exp"
 
 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
 
 	* lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
 	* gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
- 	"sparc-sun-solaris*" xfails for "p v_comb".
+	"sparc-sun-solaris*" xfails for "p v_comb".
 	* lib/gdb.exp (default_gdb_start): Fix typo.
 	* gdb.base/corefile.exp: Allow "Core was generated by ..."
 	messages to not include the full program name that caused
@@ -18647,7 +18647,7 @@ Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
 
 	* gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
 	"step over execarg initialization" and
- 	"step over corearg initialization".
+	"step over corearg initialization".
 
 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
 
@@ -18659,33 +18659,33 @@ Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
 	From Rob Savoye  (rob@poseidon.cygnus.com)
 	* Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
 	gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
- 	configure.in}, gdb.disasm/{Makefile.in, configure.in},
- 	gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
- 	configure.in}: Major reworking for autoconfig.
+	configure.in}, gdb.disasm/{Makefile.in, configure.in},
+	gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
+	configure.in}: Major reworking for autoconfig.
 	* aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
 	gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
- 	New files.
+	New files.
 	* config/unix-gdb.exp:  Make GDB global.
 	* gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
- 	callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
- 	funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
- 	nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
- 	regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
- 	term.exp, twice.exp, watchpoint.exp, whatis.exp},
+	callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
+	funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
+	nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
+	regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
+	term.exp, twice.exp, watchpoint.exp, whatis.exp},
 	gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
- 	templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
- 	misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
- 	pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
- 	pr-8136.exp, result.exp, string.exp, tuples.exp},
+	templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
+	misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
+	pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
+	pr-8136.exp, result.exp, string.exp, tuples.exp},
 	gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
- 	to returns as necessary, arrange for test to compile own testcase
- 	executable.
+	to returns as necessary, arrange for test to compile own testcase
+	executable.
 	* lib/gdb.exp: Changes for testsuite to compile own test cases.
 
 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
 
 	* gdb.c++/classes.exp (test_pointers_to_class_members): Add
- 	clear_xfail at end of test which might not call either pass or fail.
+	clear_xfail at end of test which might not call either pass or fail.
 	* gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
 	"backtrace through signal handler".
 
@@ -18713,7 +18713,7 @@ Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
 	* gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
 	"print func2::coremaker_local".
 	* gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
- 	alpha-dec-osf2* xfail for
+	alpha-dec-osf2* xfail for
 	"delete all breakpoints when none".
 
 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
@@ -18862,7 +18862,7 @@ Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
 	mips-sgi-irix* xfail for
 	"call inferior func with struct - returns char *"
 	and fix test so that an optional (unsigned char *) cast is
- 	accepted in the result.
+	accepted in the result.
 
 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
 
@@ -18906,7 +18906,7 @@ Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
 	"print l after runto localvars_after_alloca"
 	for all compilers.
 	* gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
- 	when not compiled with gcc, for:
+	when not compiled with gcc, for:
 	"print signed char == (minus)",
 	"print signed char != (minus)",
 	"print signed char < (minus)",
@@ -18994,13 +18994,13 @@ Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
 	"print filelocal_ro in test_at_main"
 	when compiled with gcc.
 	* gdb.base/ptype.exp: Source gdb.base/ptype.ci.
- 	Add rs6000-*-aix* xfail for
+	Add rs6000-*-aix* xfail for
 	"whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
 	"ptype t_char_array",  not compiled with gcc.
 	* gdb.base/list.exp (test_list_function):  Add rs6000-*-*
 	xfail for "list foo (in include file)" when gcc	compiled.
 	* gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
- 	(integral_args): Add rs6000-*-* xfail for
+	(integral_args): Add rs6000-*-* xfail for
 	"run to call0a" if not compiled with gcc.
 	(unsigned_integral_args): Add rs6000-*-* xfail for
 	"run to call1a" if not compiled with gcc.
@@ -19063,7 +19063,7 @@ Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
 	* gdb.base/langs.exp:  Source gdb.base/langs.ci.
 	Add rs6000-*-* xfail for "up to foo in langs.exp"
 	"up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
- 	when not gcc compiled.
+	when not gcc compiled.
 
 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>