Bug 4973 - print $eax -format f
Summary: print $eax -format f
Status: RESOLVED WORKSFORME
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-29 14:51 UTC by Andrew Cagney
Modified: 2007-09-05 02:51 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 2007-08-29 14:51:12 UTC
 
Comment 1 Andrew Cagney 2007-08-29 14:53:34 UTC
The parser gets confused by this:

(fhpd) print $eax -format x
[0.0]

0x0
(fhpd) print $eax -format f
[0.0]

Error: Symbol "$eax -format f" is not found in the current context.
(fhpd)
Comment 2 Andrew Cagney 2007-09-05 02:51:45 UTC
(fhpd) print $eax -format f
Error: unrecognized format: f