~ubuntu-branches/debian/jessie/gdb/jessie

« back to all changes in this revision

Viewing changes to sim/cris/modelv10.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Jacobowitz
  • Date: 2010-03-20 01:21:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100320012129-t7h25y8zgr8c2369
Tags: 7.1-1
* New upstream release, including:
  - PIE support (Closes: #346409).
  - C++ improvements, including static_cast<> et al, namespace imports,
    and bug fixes in printing virtual base classes.
  - Multi-program debugging.  One GDB can now debug multiple programs
    at the same time.
  - Python scripting improvements, including gdb.parse_and_eval.
  - Updated MIPS Linux signal frame layout (Closes: #570875).
  - No internal error stepping over _dl_debug_state (Closes: #569551).
* Update to Standards-Version: 3.8.4 (no changes required).
* Include more relevant (and smaller) docs in the gdbserver package
  (Closes: #571132).
* Do not duplicate documentation in gdb64, gdb-source, and libgdb-dev.
* Fix crash when switching into TUI mode (Closes: #568489).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
THIS FILE IS MACHINE GENERATED WITH CGEN.
4
4
 
5
 
Copyright 1996-2007 Free Software Foundation, Inc.
 
5
Copyright 1996-2010 Free Software Foundation, Inc.
6
6
 
7
7
This file is part of the GNU simulators.
8
8
 
37
37
static int
38
38
model_crisv10_nop (SIM_CPU *current_cpu, void *sem_arg)
39
39
{
40
 
#define FLD(f) abuf->fields.fmt_empty.f
 
40
#define FLD(f) abuf->fields.sfmt_empty.f
41
41
  const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
42
42
  const IDESC * UNUSED idesc = abuf->idesc;
43
43
  int cycles = 0;
1160
1160
static int
1161
1161
model_crisv10_sbfs (SIM_CPU *current_cpu, void *sem_arg)
1162
1162
{
1163
 
#define FLD(f) abuf->fields.fmt_empty.f
 
1163
#define FLD(f) abuf->fields.sfmt_empty.f
1164
1164
  const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
1165
1165
  const IDESC * UNUSED idesc = abuf->idesc;
1166
1166
  int cycles = 0;
1561
1561
static int
1562
1562
model_crisv10_addspcpc (SIM_CPU *current_cpu, void *sem_arg)
1563
1563
{
1564
 
#define FLD(f) abuf->fields.fmt_empty.f
 
1564
#define FLD(f) abuf->fields.sfmt_empty.f
1565
1565
  const ARGBUF * UNUSED abuf = SEM_ARGBUF ((SEM_ARG) sem_arg);
1566
1566
  const IDESC * UNUSED idesc = abuf->idesc;
1567
1567
  int cycles = 0;