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

Side by Side Diff: libdecnumber/bid/bid2dpd_dpd2bid.h

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 | « libdecnumber/bid/bid-dpd.h ('k') | libdecnumber/bid/bid2dpd_dpd2bid.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 /* Copyright (C) 2007, 2009 Free Software Foundation, Inc. 1 /* Copyright (C) 2007-2013 Free Software Foundation, Inc.
2 2
3 This file is part of GCC. 3 This file is part of GCC.
4 4
5 GCC is free software; you can redistribute it and/or modify it under 5 GCC is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free 6 the terms of the GNU General Public License as published by the Free
7 Software Foundation; either version 3, or (at your option) any later 7 Software Foundation; either version 3, or (at your option) any later
8 version. 8 version.
9 9
10 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 10 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
11 WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 WARRANTY; without even the implied warranty of MERCHANTABILITY or
(...skipping 10381 matching lines...) Expand 10 before | Expand all | Expand 10 after
10393 0x19eull << 40, 10393 0x19eull << 40,
10394 0x19full << 40, 10394 0x19full << 40,
10395 0x29eull << 40, 10395 0x29eull << 40,
10396 0x29full << 40, 10396 0x29full << 40,
10397 0x39eull << 40, 10397 0x39eull << 40,
10398 0x39full << 40, 10398 0x39full << 40,
10399 0x0feull << 40, 10399 0x0feull << 40,
10400 0x0ffull << 40 10400 0x0ffull << 40
10401 }; 10401 };
10402 10402
OLDNEW
« no previous file with comments | « libdecnumber/bid/bid-dpd.h ('k') | libdecnumber/bid/bid2dpd_dpd2bid.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698