Bug 5587

Summary: fauxv has extra blank line at end
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Phil Muldoon <pmuldoon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 5572    

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.