summaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-14 01:03:41 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-14 01:03:41 +0000
commit00bec801ff26feafeae7686e92487ca1e63c8df4 (patch)
treeab8d2db966c58520b8bf28c854b1f3ae8a525937 /gdb/remote-mips.c
parent9fb2d665d52c751464bdfcd2582f4b1fa2eb6902 (diff)
downloadgdb-00bec801ff26feafeae7686e92487ca1e63c8df4.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* remote-mips.c: Whitespace tweaks.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 29aea1cfbe2..c5b6148c4c2 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -2657,7 +2657,8 @@ mips_load_srec (char *args)
bfd_get_section_contents (abfd, s, buffer, i, numbytes);
- reclen = mips_make_srec (srec, '3', s->vma + i, buffer, numbytes);
+ reclen = mips_make_srec (srec, '3', s->vma + i,
+ buffer, numbytes);
send_srec (srec, reclen, s->vma + i);
if (deprecated_ui_load_progress_hook)
@@ -3174,7 +3175,8 @@ pmon_load_fast (char *file)
the line: */
for (; ((binamount - binptr) > 0);)
{
- pmon_make_fastrec (&bp, binbuf, &binptr, binamount, &reclen, &csum, &zerofill);
+ pmon_make_fastrec (&bp, binbuf, &binptr, binamount,
+ &reclen, &csum, &zerofill);
if (reclen >= (MAXRECSIZE - CHECKSIZE))
{
reclen = pmon_checkset (reclen, &bp, &csum);