Bug 5587 - fauxv has extra blank line at end
Summary: fauxv has extra blank line at end
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:16 UTC by Andrew Cagney
Modified: 2008-01-10 14:20 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:16:40 UTC
For instance, instead of:

  $ ./frysk/bindir/fauxv $$
  AT_SYSINFO (SYSINFO) : 1115136
  .
  .
  .
  AT_NULL (End of vector) : 0
  
  $

display:

  $ ./frysk/bindir/fauxv $$
  AT_SYSINFO (SYSINFO) : 1115136
  .
  .
  .
  AT_NULL (End of vector) : 0
  $
Comment 1 Phil Muldoon 2008-01-10 14:20:39 UTC
2008-01-10  Phil Muldoon  <pmuldoon@redhat.com>

	* AuxvCommand.java (interpret): Do not println, instead 
	flush output.