aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-fpu.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-01-02Update the copyright header of various files...Joel Brobecker1-1/+1
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-29/+29
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-04-23sim: fix fpu missing initializer warningsMike Frysinger1-2/+2
2010-04-10sim: constify sim_fpu_print_statusMike Frysinger1-1/+1
2010-04-10sim: drop duplicate break statements in sim-fpuMike Frysinger1-6/+0
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-19/+10
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2006-08-29 * sim-fpu.c (pack_fpu): Handle QUIET_NAN correctly forThiemo Seufer1-0/+4
2005-07-08 * sim-fpu.c (sim_fpu_abs): Always clear the sign bit.Ian Lance Taylor1-8/+2
2005-07-08 * sim-fpu.c (pack_fpu): If SIM_QUIET_NAN_NEGATED is defined, use aIan Lance Taylor1-1/+12
2003-06-222003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-28/+18
2003-06-22Oops! Committed to much, reverting :-(Andrew Cagney1-18/+28
2003-06-22Fix changelogAndrew Cagney1-1/+17
2002-11-282002-11-27 Richard Sandiford <rsandifo@redhat.com>Chris Demetriou1-27/+1
2002-06-12002-06-09 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-0/+4
2000-12-232000-12-15 Ben Elliston <bje@redhat.com>Ben Elliston1-31/+20
2000-11-082000-11-09 Ben Elliston <bje@redhat.com>Ben Elliston1-2/+2
1999-09-22import gdb-1999-09-21Jason Molenda1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+2578
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2566/+0
1998-04-16o CVT.S.W and CVT.W.S were reversedAndrew Cagney1-3/+40
1998-04-04Cleanup INLINE support for simulators using common framework.Andrew Cagney1-7/+19
1998-02-25Extend TRACE macros to include more cases.Andrew Cagney1-6/+205
1998-02-23 * sim-fpu.h (enum sim_fpu_class): Add sim_fpu_class_denorm.Andrew Cagney1-14/+33
1998-02-20Implement sim_fpu_is() and sim_fpu_cmp(). Note problem with detectingAndrew Cagney1-428/+1922
1997-08-30Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1-27/+50
1997-05-17Treat infinities like normal numbers for purposes of comparisonsMichael Meissner1-6/+6
1997-05-15Remove some of the flake from the c80 floating point.Andrew Cagney1-38/+563
1997-05-15More floating point operations.Andrew Cagney1-14/+102
1997-05-05Add flakey floating-point support to the TI c80 simulator.Andrew Cagney1-0/+169