Bug 18274 - Documentation for -mhard-float on arm platforms is incorrect
Summary: Documentation for -mhard-float on arm platforms is incorrect
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: 4.4.0
Assignee: Not yet assigned to anyone
URL:
Keywords: documentation
Depends on:
Blocks:
 
Reported: 2004-11-02 13:54 UTC by Richard Earnshaw
Modified: 2009-09-17 20:43 UTC (History)
1 user (show)

See Also:
Host:
Target: arm-*
Build:
Known to work:
Known to fail:
Last reconfirmed: 2006-01-21 02:52:03


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Earnshaw 2004-11-02 13:54:53 UTC
The documentation of -mhard-float on ARM claims that this is the default.  This
is incorrect on practically all configurations these days (the only notable
exception is Linux)

This PR is a reminder that this needs fixing before 4.0 is shipped
Comment 1 Andrew Pinski 2004-11-11 20:02:19 UTC
Confirmed.
Comment 2 Ramana Radhakrishnan 2009-09-17 20:43:30 UTC
This is now fixed given that we now have in trunk.


@item -mhard-float
@opindex mhard-float
Equivalent to @option{-mfloat-abi=hard}.

 I believe this was fixed in the 4.4.0 release by this commit 
http://gcc.gnu.org/viewcvs?view=revision&revision=140179 .