Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Side by Side Diff: sim/common/sim-fpu.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/common/sim-fpu.h ('k') | sim/common/sim-hload.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* This is a software floating point library which can be used instead 1 /* This is a software floating point library which can be used instead
2 of the floating point routines in libgcc1.c for targets without 2 of the floating point routines in libgcc1.c for targets without
3 hardware floating point. */ 3 hardware floating point. */
4 4
5 /* Copyright 1994, 1997, 1998, 2003, 2007, 2008, 2009, 2010, 2011 5 /* Copyright 1994-2013 Free Software Foundation, Inc.
6 Free Software Foundation, Inc.
7 6
8 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or 9 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version. 10 (at your option) any later version.
12 11
13 This program is distributed in the hope that it will be useful, 12 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details. 15 GNU General Public License for more details.
(...skipping 2530 matching lines...) Expand 10 before | Expand all | Expand 10 after
2547 case sim_fpu_status_rounded: 2546 case sim_fpu_status_rounded:
2548 print (arg, "%sR", prefix); 2547 print (arg, "%sR", prefix);
2549 break; 2548 break;
2550 } 2549 }
2551 i <<= 1; 2550 i <<= 1;
2552 prefix = ","; 2551 prefix = ",";
2553 } 2552 }
2554 } 2553 }
2555 2554
2556 #endif 2555 #endif
OLDNEW
« no previous file with comments | « sim/common/sim-fpu.h ('k') | sim/common/sim-hload.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698