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

« back to all changes in this revision

Viewing changes to sim/common/ChangeLog

  • 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:
 
1
2010-02-04  Mike Frysinger  <vapier@gentoo.org>
 
2
 
 
3
        * sim-model.c: Include sim-model.h
 
4
 
 
5
2010-02-04  Mike Frysinger  <vapier@gentoo.org>
 
6
 
 
7
        * sim-base.h: Declare sim_state.cpu as a pointer in the comment.  Drop
 
8
        & from the STATE_CPU() examples.
 
9
 
 
10
2010-01-24  Doug Evans  <dje@sebabeach.org>
 
11
 
 
12
        * cgen-accfp.c (fextsfdf): New arg how.  All callers updated.
 
13
        (ftruncdfsf, floatsisf, flostsidf, ufloatsisf, fixsfsi, fixdfsi,
 
14
        ufixsfsi): Ditto.
 
15
        * cgen-fpu.h (CGEN_FPCONV_KIND): New enum.
 
16
        (struct cgen_fp_ops): Update signatures of floating point conversion
 
17
        operations.
 
18
 
 
19
        * Make-common.in (CGEN_SIM_DEPS): Define.
 
20
        (CGEN_INCLUDE_DEPS): Use it.
 
21
        (CGEN_MAIN_CPU_DEPS): Simplify.
 
22
 
 
23
2010-01-22  Doug Evans  <dje@sebabeach.org>
 
24
 
 
25
        * cgen-ops.h (SUBWORDXFSI): Fix word ordering.
 
26
        (SUBWORDTFSI, JOINSIDI): Ditto.
 
27
 
 
28
2010-01-05  Doug Evans  <dje@sebabeach.org>
 
29
 
 
30
        * cgen-types.h (SETDI): Delete, unused.
 
31
 
 
32
2009-12-02  Doug Evans  <dje@sebabeach.org>
 
33
 
 
34
        * cgen-engine.h: Remove duplicated comment.
 
35
 
 
36
2009-11-23  Doug Evans  <dje@sebabeach.org>
 
37
 
 
38
        * cgen-engine.h (EXTRACT_MSB0_SINT): Renamed from EXTRACT_MSB0_INT.
 
39
        (EXTRACT_LSB0_SINT): Renamed from EXTRACT_LSB0_INT.
 
40
 
 
41
2009-11-22  Doug Evans  <dje@sebabeach.org>
 
42
 
 
43
        * cgen-engine.h (EXTRACT_MSB0_LGSINT, EXTRACT_MSB0_LGUINT): Define.
 
44
        (EXTRACT_LSB0_LGSINT, EXTRACT_LSB0_LGUINT): Define.
 
45
        (EXTRACT_FN, SEMANTIC_FN): Use CGEN_INSN_WORD in prototype
 
46
        instead of CGEN_INSN_INT.
 
47
 
 
48
        * cgen-trace.h (trace_extract): Add cast to fix warning.
 
49
 
 
50
2009-11-05  Doug Evans  <dje@sebabeach.org>
 
51
 
 
52
        * cgen-mem.h (DECLARE_GETT): Don't inline.
 
53
        (DECLARE_SETT): Ditto.
 
54
 
 
55
2009-10-15  Joel Sherrill <joel.sherrill@oarcorp.com>
 
56
 
 
57
        * sim-inline.h: Fix spelling error.
 
58
 
 
59
2009-10-02  Ralf Corsepius <ralf.corsepius@rtems.org>
 
60
 
 
61
        * Make-common.in: Add datarootdir.
 
62
 
1
63
2009-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2
64
 
3
65
        * aclocal.m4 (SIM_CHECK_MEMBER, SIM_CHECK_MEMBERS)