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