Remove call to gdb_flush at end of ada_val_print_1
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
4
5 2014-01-07 Joel Brobecker <brobecker@adacore.com>
6
7 * ada-valprint.c (ada_val_print_1): Replace calls to
8 ada_val_print_1 by calls to val_print.
9
10 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11
12 * ada-valprint.c (ada_val_print_1): Add parameter "language".
13 Update calls to self accordingly. Replace calls to c_val_print
14 by calls to val_print.
15
16 2014-01-07 Joel Brobecker <brobecker@adacore.com>
17
18 * ada-valprint.c (print_record): Delete declaration.
19 (adjust_type_signedness, ada_val_print_1): Likewise.
20 (ada_val_print): Move function implementation down.
21 (print_variant_part, print_field_values, print_record):
22 Move function implementation up.
23
24 2014-01-07 Joel Brobecker <brobecker@adacore.com>
25
26 * python/py-type.c (typy_get_name): New function.
27 (type_object_getset): Add entry for attribute "name".
28 * NEWS: Add entry mentioning this new attribute.
29
30 2014-01-07 Yao Qi <yao@codesourcery.com>
31
32 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
33 statement.
34
35 2014-01-07 Yao Qi <yao@codesourcery.com>
36
37 * gnu-nat.c (info_port_rights): Add qualifier const to
38 argument args.
39
40 2014-01-07 Yao Qi <yao@codesourcery.com>
41
42 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
43
44 2014-01-07 Yao Qi <yao@codesourcery.com>
45
46 * gnu-nat.c (make_inf) Update declaration.
47 (make_inf): Make it static.
48 (inf_set_traced): Likewise.
49 (inf_port_to_thread, inf_task_died_status): Likewise.
50
51 2014-01-07 Yao Qi <yao@codesourcery.com>
52
53 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
54
55 2014-01-07 Yao Qi <yao@codesourcery.com>
56
57 * gnu-nat.c (_initialize_gnu_nat): Declare.
58
59 2014-01-07 Yao Qi <yao@codesourcery.com>
60
61 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
62 'enum bfd_endian'.
63 (struct gdbarch_info) <byte_order>: Change type to
64 'enum bfd_endian'.
65 <byte_order_for_code>: Likewise.
66 * gdbarch.c, gdbarch.h: Regenerated.
67
68 2014-01-06 Sasha Smundak <asmundak@google.com>
69
70 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
71
72 2014-01-06 Tom Tromey <tromey@redhat.com>
73
74 * doublest.c (convert_doublest_to_floatformat): Use const, not
75 CONST.
76 * somread.c (som_symtab_read): Likewise.
77
78 2014-01-07 Hui Zhu <hui@codesourcery.com>
79
80 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
81 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
82 (gdb_bfd_fopen): Ditto.
83 (gdb_bfd_openr): Ditto.
84 (gdb_bfd_openw): Ditto.
85 (gdb_bfd_openr_iovec): Ditto.
86 (gdb_bfd_fdopenr): Ditto.
87 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
88 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
89 with xstrdup.
90 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
91 with xstrdup.
92 * symfile-mem.c (symbol_file_add_from_memory): Removed
93 gdb_bfd_stash_filename.
94
95 2014-01-03 Doug Evans <dje@google.com>
96
97 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
98 output.
99
100 2014-01-01 Joel Brobecker <brobecker@adacore.com>
101
102 Update year range in copyright notice of all files.
103
104 2014-01-01 Joel Brobecker <brobecker@adacore.com>
105
106 * top.c (print_gdb_version): Set copyright year to 2014.
107
108 2014-01-01 Joel Brobecker <brobecker@adacore.com>
109
110 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
111
112 For older changes see ChangeLog-2013.
113 \f
114 Local Variables:
115 mode: change-log
116 left-margin: 8
117 fill-column: 74
118 version-control: never
119 coding: utf-8
120 End:
This page took 0.032416 seconds and 5 git commands to generate.