Comment and whitespace changes

This commit merges the comments and whitespace in the common
parts of i386-linux-nat.c and amd64-linux-nat.c.

gdb/
2014-07-11  Gary Benson  <gbenson@redhat.com>

	* amd64-linux-nat.c: Comment and whitespace changes.
	* i386-linux-nat.c: Comment and whitespace changes.
This commit is contained in:
Gary Benson
2014-06-25 14:57:42 +01:00
parent c1e246a060
commit 1aa7e42c3f
3 changed files with 20 additions and 3 deletions

View File

@@ -277,8 +277,11 @@ amd64_linux_store_inferior_registers (struct target_ops *ops,
}
}
/* Support for debug registers. */
/* Get debug register REGNUM value from only the one LWP of PTID. */
static unsigned long
x86_linux_dr_get (ptid_t ptid, int regnum)
{