aboutsummaryrefslogtreecommitdiff
path: root/gdb/rs6000-nat.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-01-14 01:54:49 +0000
committerMichael Snyder <msnyder@vmware.com>2005-01-14 01:54:49 +0000
commit2ec664f5c4fb44c00c382131f7c2e2d6d557ad06 (patch)
treebe81f811b72542188da0671c6576bd9881a085c2 /gdb/rs6000-nat.c
parent238603485fefda11e6baa352ecb91f3781d5c32e (diff)
downloadgdb-2ec664f5c4fb44c00c382131f7c2e2d6d557ad06.zip
gdb-2ec664f5c4fb44c00c382131f7c2e2d6d557ad06.tar.gz
gdb-2ec664f5c4fb44c00c382131f7c2e2d6d557ad06.tar.bz2
2005-01-13 Michael Snyder <msnyder@redhat.com>
* rs6000-nat.c: Whitespace tweaks.
Diffstat (limited to 'gdb/rs6000-nat.c')
-rw-r--r--gdb/rs6000-nat.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c
index 29ef8ac..d0f3ba5 100644
--- a/gdb/rs6000-nat.c
+++ b/gdb/rs6000-nat.c
@@ -910,7 +910,7 @@ vmap_ldinfo (LdInfo *ldi)
vmap_symtab (vp);
/* Announce new object files. Doing this after symbol relocation
- makes aix-thread.c's job easier. */
+ makes aix-thread.c's job easier. */
if (deprecated_target_new_objfile_hook && vp->objfile)
deprecated_target_new_objfile_hook (vp->objfile);
@@ -1044,7 +1044,7 @@ set_host_arch (int pid)
/* xcoff_relocate_symtab - hook for symbol table relocation.
- also reads shared libraries.. */
+ also reads shared libraries. */
void
xcoff_relocate_symtab (unsigned int pid)
@@ -1246,12 +1246,12 @@ static struct core_fns rs6000_core_fns =
void
_initialize_core_rs6000 (void)
{
- /* Initialize hook in rs6000-tdep.c for determining the TOC address when
- calling functions in the inferior. */
+ /* Initialize hook in rs6000-tdep.c for determining the TOC address
+ when calling functions in the inferior. */
rs6000_find_toc_address_hook = find_toc_address;
- /* Initialize hook in rs6000-tdep.c to set the current architecture when
- starting a child process. */
+ /* Initialize hook in rs6000-tdep.c to set the current architecture
+ when starting a child process. */
rs6000_set_host_arch_hook = set_host_arch;
deprecated_add_core_fns (&rs6000_core_fns);