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

Side by Side Diff: sim/common/ChangeLog

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/bfin/machs.c ('k') | sim/common/Make-common.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-06-16 Joel Brobecker <brobecker@adacore.com>
2
3 * acinclude.m4 (SIM_AC_COMMON): Define PACKAGE.
4 * config.in, configure: Regenerate.
5
6 2012-05-24 Pedro Alves <palves@redhat.com>
7
8 * sim-signal.h (sim_signal_to_target): Rename to ...
9 (sim_signal_to_gdb_signal): ... this.
10 * sim-signal.c (sim_signal_to_target): Rename to ...
11 (sim_signal_to_gdb_signal): ... this.
12 * sim-reason.c (sim_stop_reason): Adjust to rename.
13
14 2012-05-24 Pedro Alves <palves@redhat.com>
15
16 PR gdb/7205
17
18 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
19
20 2012-05-24 Pedro Alves <palves@redhat.com>
21
22 PR gdb/7205
23
24 Replace target_signal with gdb_signal throughout.
25
26 2012-05-18 Nick Clifton <nickc@redhat.com>
27
28 PR 14072
29 * callback.c: Include config.h before system header files.
30 * cgen-trace.c: Likewise.
31 * cgen-utils.c: Likewise.
32 * gentmap.c: Likewise.
33
34 2012-04-02 Mike Frysinger <vapier@gentoo.org>
35
36 * hw-ports.c (hw_port_decode): Change "Unreconized" to "Unrecognized".
37
38 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
39
40 * sim-trace.c: Update the function prototype of save_data_size.
41 Move the enum data_fmt from here...
42 * sim-trace.h: ...to here.
43 Add function prototype of save_data.
44
45 2012-03-25 Mike Frysinger <vapier@gentoo.org>
46
47 * sim-core.h (sim_core_trans_addr): Add prototype.
48
49 2012-03-24 Hans-Peter Nilsson <hp@axis.com>
50
51 * nrun.c: Add #ifdef HAVE_CONFIG_H and associated includes stanza
52 missing in last change.
53
54 2012-03-24 Mike Frysinger <vapier@gentoo.org>
55
56 * acinclude.m4 (SIM_AC_COMMON): Call AC_USE_SYSTEM_EXTENSIONS.
57 * nrun.c: Include string.h/strings.h.
58 * aclocal.m4, config.in, configure: Regenerate.
59
60 2012-03-22 Mike Frysinger <vapier@gentoo.org>
61
62 * acinclude.m4 (SIM_AC_OPTION_WARNINGS): Copy AC_ARG_ENABLE(werror),
63 WERROR_CFLAGS, and build_warnings from gdb/configure.ac. Comment
64 out -Werror initialization.
65
66 2012-03-19 Mike Frysinger <vapier@gentoo.org>
67
68 * Make-common.in (TAGS): Change a-z to [:lower:].
69 * acinclude.m4 (sim-trace): Likewise.
70 * gennltvals.sh: Change A-Z0-9 to [:upper:][:digit:].
71 Change A-Za-z0-9 to [:alnum:].
72
73 2012-03-18 Mike Frysinger <vapier@gentoo.org>
74
75 * nrun.c (main): Display strsignal of sigrc.
76
77 2012-01-06 Mike Frysinger <vapier@gentoo.org>
78
79 * Makefile.in (abs_srcdir): Declare.
80 (srcroot): Define in terms of abs_srcdir.
81 (headers): Change srcdir to abs_srcdir.
82
1 2012-01-02 Joel Brobecker <brobecker@adacore.com> 83 2012-01-02 Joel Brobecker <brobecker@adacore.com>
2 84
3 * dv-sockser.h, sim-assert.h, sim-fpu.c: Reformat the copyright 85 * dv-sockser.h, sim-assert.h, sim-fpu.c: Reformat the copyright
4 header. 86 header.
5 87
6 2011-12-19 Joel Brobecker <brobecker@adacore.com> 88 2011-12-19 Joel Brobecker <brobecker@adacore.com>
7 89
8 * Make-common.in (hw-config.h): Work around bug in Solaris 2.8 90 * Make-common.in (hw-config.h): Work around bug in Solaris 2.8
9 system bourne shell. 91 system bourne shell.
10 92
(...skipping 5894 matching lines...) Expand 10 before | Expand all | Expand 10 after
5905 * run.c (main): Always return sigrc at end. 5987 * run.c (main): Always return sigrc at end.
5906 5988
5907 Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com> 5989 Tue Oct 10 12:03:13 1995 J.T. Conklin <jtc@rtl.cygnus.com>
5908 5990
5909 * run.c (main): Print error diagnostic and exit if bfd_openr() or 5991 * run.c (main): Print error diagnostic and exit if bfd_openr() or
5910 bfd_check_format() fails. 5992 bfd_check_format() fails.
5911 5993
5912 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com> 5994 Thu Sep 28 15:40:36 1995 steve chamberlain <sac@slash.cygnus.com>
5913 5995
5914 * run.c, run.1: From sh directory. 5996 * run.c, run.1: From sh directory.
OLDNEW
« no previous file with comments | « sim/bfin/machs.c ('k') | sim/common/Make-common.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698