This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/6411] PowerPC: Extend fpu fenv operations to operate on 64-bit FPSCR


------- Additional Comments From drepper at redhat dot com  2008-08-13 01:33 -------
You're changing an exported type.  That's not possible.  You have to find
another way.  From what I have seen there are only a few bits of the
fpu_control_t used.  There is no reason why this type must exactly correspond to
the values you get from the control register.

If and when more than 32 *useful* bits are used in the word you have to extend
the type and break the ABI.  But this shouldn't be necessary today.

On the formatting: indent all the preprocessor directives correctly (i.e., add
spaces after the initial #).

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6411

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]