__flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),

so include it in the public namespace on arm just as with
other architectures.

This corrects r236816.

Submitted by:	Jan Sieka
MFC after:	1 week
This commit is contained in:
Tim Kientzle 2012-06-14 03:27:01 +00:00
parent 23ced6c117
commit ed1589b9b7

View file

@ -31,6 +31,7 @@ FBSD_1.0 {
brk;
cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */
sbrk;
__flt_rounds;
};
FBSDprivate_1.0 {
@ -70,7 +71,6 @@ FBSDprivate_1.0 {
__divdf3;
__floatsisf;
__floatsidf;
__flt_rounds;
__fixsfsi;
__fixdfsi;
__fixunssfsi;