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

Side by Side Diff: sim/sh64/sh-desc.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 | « sim/sh64/sem-media-switch.c ('k') | sim/sh64/sh-desc.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 /* CPU data header for sh. 1 /* CPU data header for sh.
2 2
3 THIS FILE IS MACHINE GENERATED WITH CGEN. 3 THIS FILE IS MACHINE GENERATED WITH CGEN.
4 4
5 Copyright 1996-2010, 2012 Free Software Foundation, Inc. 5 Copyright 1996-2013 Free Software Foundation, Inc.
6 6
7 This file is part of the GNU Binutils and/or GDB, the GNU debugger. 7 This file is part of the GNU Binutils and/or GDB, the GNU debugger.
8 8
9 This file is free software; you can redistribute it and/or modify 9 This file is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3, or (at your option) 11 the Free Software Foundation; either version 3, or (at your option)
12 any later version. 12 any later version.
13 13
14 It is distributed in the hope that it will be useful, but WITHOUT 14 It is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public 16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
17 License for more details. 17 License for more details.
18 18
19 You should have received a copy of the GNU General Public License along 19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc., 20 with this program; if not, see <http://www.gnu.org/licenses/>.
21 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
22 21
23 */ 22 */
24 23
25 #ifndef SH_CPU_H 24 #ifndef SH_CPU_H
26 #define SH_CPU_H 25 #define SH_CPU_H
27 26
28 #define CGEN_ARCH sh 27 #define CGEN_ARCH sh
29 28
30 /* Given symbol S, return sh_cgen_<S>. */ 29 /* Given symbol S, return sh_cgen_<S>. */
31 #define CGEN_SYM(s) sh##_cgen_##s 30 #define CGEN_SYM(s) sh##_cgen_##s
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 extern CGEN_KEYWORD sh_cgen_opval_drc_names; 306 extern CGEN_KEYWORD sh_cgen_opval_drc_names;
308 extern CGEN_KEYWORD sh_cgen_opval_xf_names; 307 extern CGEN_KEYWORD sh_cgen_opval_xf_names;
309 extern CGEN_KEYWORD sh_cgen_opval_frc_names; 308 extern CGEN_KEYWORD sh_cgen_opval_frc_names;
310 extern CGEN_KEYWORD sh_cgen_opval_h_fvc; 309 extern CGEN_KEYWORD sh_cgen_opval_h_fvc;
311 310
312 extern const CGEN_HW_ENTRY sh_cgen_hw_table[]; 311 extern const CGEN_HW_ENTRY sh_cgen_hw_table[];
313 312
314 313
315 314
316 #endif /* SH_CPU_H */ 315 #endif /* SH_CPU_H */
OLDNEW
« no previous file with comments | « sim/sh64/sem-media-switch.c ('k') | sim/sh64/sh-desc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698