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