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