gdb/compile/compile.c: Check return value of 'system' to avoid compiler warning
[binutils-gdb.git] / gdb / ChangeLog
1 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
2 Pedro Alves <palves@redhat.com>
3
4 * compile/compile.c: Include "gdb_wait.h".
5 (do_rmdir): Check return value, and free 'zap'.
6
7 2015-01-08 Pedro Alves <palves@redhat.com>
8 Yao Qi <yao@codesourcery.com>
9
10 * dwarf2loc.c (indirect_pieced_value): Don't call
11 gdb_sign_extend. Call extract_signed_integer instead.
12 * utils.c (gdb_sign_extend): Remove.
13 * utils.h (gdb_sign_extend): Remove declaration.
14
15 2015-01-07 Pierre Muller <muller@sourceware.org>
16
17 PR symtab/17811
18 * stabsread.c (define_symbol): Set language for C++ special symbols.
19
20 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
21
22 * inflow.c (initial_gdb_ttystate): Tweak comment.
23
24 2015-01-07 Joel Brobecker <brobecker@adacore.com>
25
26 * inflow.c (set_initial_gdb_ttystate): Add empty line after
27 comment documenting function.
28
29 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
30
31 * terminal.h (set_initial_gdb_ttystate): Declare.
32 * inflow.c (initial_gdb_ttystate): New static variable.
33 (set_initial_gdb_ttystate): New setter.
34 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
35 instead of our current terminal state.
36 * top.c (gdb_init): Call set_initial_gdb_ttystate.
37
38 2015-01-07 Joel Brobecker <brobecker@adacore.com>
39
40 * guile/scm-type.c (tyscm_array_1): Add comment.
41 * python/py-type.c (typy_array_1): Add comment.
42
43 2015-01-06 Joel Brobecker <brobecker@adacore.com>
44
45 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
46 error if N2 is equal to N1 - 1.
47
48 2015-01-06 Joel Brobecker <brobecker@adacore.com>
49
50 * python/py-type.c (typy_array_1): Do not raise negative-length
51 exception if N2 is equal to N1 - 1.
52
53 2015-01-03 Doug Evans <xdje42@gmail.com>
54
55 * c-exp.y: Whitespace cleanup.
56 (classify_inner_name): Remove extra ;.
57
58 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
59
60 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
61 offset signed.
62
63 2015-01-02 Doug Evans <dje@google.com>
64
65 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
66
67 2015-01-02 Doug Evans <dje@google.com>
68
69 * symtab.h (struct symbol): Fix typo in comment.
70
71 2015-01-01 Joel Brobecker <brobecker@adacore.com>
72
73 Update year range in copyright notice of all files.
74
75 2015-01-01 Joel Brobecker <brobecker@adacore.com>
76
77 * top.c (print_gdb_version): Update copyright year to 2015.
78
79 2015-01-01 Joel Brobecker <brobecker@adacore.com>
80
81 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
82
83 For older changes see ChangeLog-2014.
84 \f
85 Local Variables:
86 mode: change-log
87 left-margin: 8
88 fill-column: 74
89 version-control: never
90 coding: utf-8
91 End: