|
|
Choosing A Webhost: |
[PATCH] Fix compiler warning in mips sim.: msg#00567gdb.patches
Pre-approved offline by Chris Demetriou. 2002-07-29 Michael Snyder <msnyder@xxxxxxxxxx> * cp1.c (fp_recip2): Modify initialization expression so that GCC will recognize it as constant. Index: cp1.c =================================================================== RCS file: /cvs/src/src/sim/mips/cp1.c,v retrieving revision 1.18 diff -p -r1.18 cp1.c *** cp1.c 14 Jun 2002 18:49:09 -0000 1.18 --- cp1.c 29 Jul 2002 23:15:27 -0000 *************** fp_recip2(sim_cpu *cpu, *** 1235,1241 **** { static const unsigned64 one_single = UNSIGNED64 (0x3F800000); static const unsigned64 one_double = UNSIGNED64 (0x3FF0000000000000); ! static const unsigned64 one_ps = (one_single << 32 | one_single); unsigned64 one; /* Implemented as nmsub fd, 1, fs, ft. */ --- 1235,1241 ---- { static const unsigned64 one_single = UNSIGNED64 (0x3F800000); static const unsigned64 one_double = UNSIGNED64 (0x3FF0000000000000); ! static const unsigned64 one_ps = (UNSIGNED64 (0x3F800000) << 32 | UNSIGNED64 (0x3F800000)); unsigned64 one; /* Implemented as nmsub fd, 1, fs, ft. */ *************** fp_rsqrt2(sim_cpu *cpu, *** 1333,1339 **** { static const unsigned64 half_single = UNSIGNED64 (0x3F000000); static const unsigned64 half_double = UNSIGNED64 (0x3FE0000000000000); ! static const unsigned64 half_ps = (half_single << 32 | half_single); unsigned64 half; /* Implemented as (nmsub fd, 0.5, fs, ft)/2, where the divide is --- 1333,1339 ---- { static const unsigned64 half_single = UNSIGNED64 (0x3F000000); static const unsigned64 half_double = UNSIGNED64 (0x3FE0000000000000); ! static const unsigned64 half_ps = (UNSIGNED64 (0x3F000000) << 32 | UNSIGNED64 (0x3F000000)); unsigned64 half; /* Implemented as (nmsub fd, 0.5, fs, ft)/2, where the divide is
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [patch/obish] New file "gdb_obstack.h" part#1, Andrew Cagney |
|---|---|
| Next by Date: | [RFA] gdb.base/shr1.c: Avoid preprocessor conflict on IRIX, Kevin Buettner |
| Previous by Thread: | [patch/obish] New file "gdb_obstack.h" part#1, Andrew Cagney |
| Next by Thread: | [RFA] gdb.base/shr1.c: Avoid preprocessor conflict on IRIX, Kevin Buettner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |