Bug 5586 - fmaps has blank at start of line
Summary: fmaps has blank at start of line
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 5572
  Show dependency treegraph
 
Reported: 2008-01-09 19:12 UTC by Andrew Cagney
Modified: 2008-01-10 14:19 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2008-01-09 19:12:19 UTC
For instance, instead of:

$ ./frysk/bindir/fmaps $$
 0x110000-0x111000 r-xp 0x110000 0:0 0 [vdso]
 0x111000-0x11b000 r-xp 0x0 8:8 32014 /lib/libnss_files-2.7.so
 0x11b000-0x11c000 r-xp 0x9000 8:8 32014 /lib/libnss_files-2.7.so
.
.
.
$ 

display:

$ ./frysk/bindir/fmaps $$
0x110000-0x111000 r-xp 0x110000 0:0 0 [vdso]
0x111000-0x11b000 r-xp 0x0 8:8 32014 /lib/libnss_files-2.7.so
0x11b000-0x11c000 r-xp 0x9000 8:8 32014 /lib/libnss_files-2.7.so
.
.
.
$
Comment 1 Phil Muldoon 2008-01-10 14:19:56 UTC
2008-01-10  Phil Muldoon  <pmuldoon@redhat.com>

	* MemoryMap.java (toString): Delete leading space.