74f91d207aa1fb26b637e14a7ffe54645f6d17a0
[external/binutils.git] / gdb / ChangeLog
1 2016-01-12  Yao Qi  <yao.qi@linaro.org>
2
3         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
4         to gdb_byte * and pass to linux_fork_to_function.
5
6 2016-01-12  Yao Qi  <yao.qi@linaro.org>
7
8         * nat/linux-ptrace.c (linux_fork_to_function): Change type
9         of argument 'function'.
10         (linux_grandchild_function): Change return type to 'int'.
11         Change child_stack's type to 'void *'.
12         (linux_child_function): Likewise.
13
14 2016-01-12  Pedro Alves  <palves@redhat.com>
15
16         Remove use of the registered trademark symbol throughout.
17
18 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
19
20         * reply_mig_hack.awk: Rewrite one regular expression.
21
22 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
23
24         * acinclude.m4: Include new warning.m4 file.
25         * configure: Regenerated.
26         * configure.ac: Move all warning logic ...
27         * warning.m4: ... here.
28
29 2016-01-08  Yao Qi  <yao.qi@linaro.org>
30
31         * extension.c: Include target.h.
32         (set_active_ext_lang): Only call install_gdb_sigint_handler,
33         check_quit_flag, and set_quit_flag if target_terminal_is_ours
34         returns false.
35         (restore_active_ext_lang): Likewise.
36         * target.c (target_terminal_is_ours): New function.
37         * target.h (target_terminal_is_ours): Declare.
38
39 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
40
41         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
42         to `err' in the little-endian leg.
43
44 2016-01-06  Yao Qi  <yao.qi@linaro.org>
45
46         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
47         lines below.
48         (thumb_get_next_pcs_raw): Make it static.
49         (arm_get_next_pcs_raw): Likewise.
50         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
51         declaration.
52         (arm_get_next_pcs_raw): Likewise.
53
54 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
55
56         * version.in: Change cvs to git.
57
58 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
59
60         * configure.tgt (score-*-*): Delete gdb_sim assignment.
61
62 2016-01-05  Pedro Alves  <palves@redhat.com>
63
64         PR sim/13418
65         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
66         the target is powerpc*.
67         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
68         of WITH_SIM.
69         * configure: Regenerate.
70         * config.in: Regenerate.
71
72 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
73
74         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
75
76 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
77
78         * configure.tgt (powerpc*-*-*): Delete test call and
79         always assign gdb_sim.
80
81 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
82
83         Update year range in copyright notice of all files.
84
85 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
86
87         * top.c (print_gdb_version): Change copyright year in version
88         message.
89
90 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
91
92         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
93
94 For older changes see ChangeLog-2015.
95 \f
96 Local Variables:
97 mode: change-log
98 left-margin: 8
99 fill-column: 74
100 version-control: never
101 coding: utf-8
102 End: