152d9eb62cffd2dfd0335e9bd1dc0f3e2997cd19
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-01-08 Pierre Muller <muller@sourceware.org>
2
3 Fix PR16201.
4 * coff-pe-read.c (struct read_pe_section_data): Add index field.
5 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
6 to prim_record_mininal_symbol_and_info.
7 (add_pe_forwarded_sym): Use known section number of forwarded symbol
8 in call to prim_record_minimal_symbol_and_info.
9 (read_pe_exported_syms): Set index field of section_data.
10
11 2014-01-07 Andrew Pinski <apinski@cavium.com>
12
13 * features/aarch64-core.xml (cpsr): Change to be 64bit.
14 * features/aarch64.c: Regenerate.
15
16 2014-01-07 Andreas Schwab <schwab@linux-m68k.org>
17
18 * target.c (return_null): Define.
19 (update_current_target): Use it instead of return_zero for
20 functions that return a pointer.
21
22 2014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23
24 * source.c (add_path): Fix check for duplicated paths in the previously
25 included paths.
26
27 2014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
28
29 * ada-lang.c: Remove duplicated include statements.
30 * alphabsd-nat.c: Ditto.
31 * amd64-darwin-tdep.c: Ditto.
32 * amd64fbsd-nat.c: Ditto.
33 * auto-load.c: Ditto.
34 * ax-gdb.c: Ditto.
35 * breakpoint.c: Ditto.
36 * dbxread.c: Ditto.
37 * fork-child.c: Ditto.
38 * gdb_usleep.c: Ditto.
39 * i386-darwin-tdep.c: Ditto.
40 * i386fbsd-nat.c: Ditto.
41 * infcmd.c: Ditto.
42 * inferior.c: Ditto.
43 * jv-lang.c: Ditto.
44 * linux-nat.c: Ditto.
45 * linux-tdep.c: Ditto.
46 * m68kbsd-nat.c: Ditto.
47 * m68klinux-nat.c: Ditto.
48 * microblaze-tdep.c: Ditto.
49 * mips-linux-tdep.c: Ditto.
50 * mn10300-tdep.c: Ditto.
51 * nto-tdep.c: Ditto.
52 * opencl-lang.c: Ditto.
53 * osdata.c: Ditto.
54 * printcmd.c: Ditto.
55 * regcache.c: Ditto.
56 * remote-m32r-sdi.c: Ditto.
57 * remote.c: Ditto.
58 * symfile.c: Ditto.
59 * symtab.c: Ditto.
60 * tilegx-linux-nat.c: Ditto.
61 * tilegx-tdep.c: Ditto.
62 * tracepoint.c: Ditto.
63 * valops.c: Ditto.
64 * vaxbsd-nat.c: Ditto.
65 * windows-nat.c: Ditto.
66 * xtensa-tdep.c: Ditto.
67
68 2014-01-07 Yao Qi <yao@codesourcery.com>
69
70 * spu-linux-nat.c (_initialize_spu_nat): Declare.
71
72 2014-01-07 Joel Brobecker <brobecker@adacore.com>
73
74 * ada-valprint.c (print_field_values): Add "language" parameter.
75 Update calls to print_field_values and print_variant_part.
76 Pass new parameter "language" in call to val_print instead
77 of "current_language". Replace call to ada_val_print by call
78 to val_print.
79 (print_variant_part): Add "language" parameter.
80 (ada_val_print_struct_union): Update call to print_field_values.
81
82 2014-01-07 Joel Brobecker <brobecker@adacore.com>
83
84 * ada-valprint.c (ui_memcpy): Delete.
85 (ada_print_floating): Update documentation. Add empty line
86 between between function documentation and implementation.
87 Delete variable "buffer". Use ui_file_xstrdup in place of
88 ui_file_put. Minor adjustments following this change.
89
90 2014-01-07 Joel Brobecker <brobecker@adacore.com>
91
92 * ada-valprint.c (ada_val_print_string): New function,
93 extracted from ada_val_print_array.
94 (ada_val_print_array): Replace extracted code by call
95 to ada_val_print_string followed by a return. Move
96 "else" branch to the function's top block.
97
98 2014-01-07 Joel Brobecker <brobecker@adacore.com>
99
100 * ada-valprint.c (ada_val_print_array): Move implementation
101 down. Rename parameter "offset" and "val" into "offset_aligned"
102 and "original_value" respectively. Add parameter "offset".
103
104 2014-01-07 Joel Brobecker <brobecker@adacore.com>
105
106 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
107 re-organizing the code. Change the "???" message printed
108 when target type is a TYPE_CODE_UNDEF into
109 "<ref to undefined type>".
110
111 2014-01-07 Joel Brobecker <brobecker@adacore.com>
112
113 * ada-valprint.c (print_record): Delete, implementation inlined...
114 (ada_val_print_struct_union): ... here. Remove call to
115 ada_check_typedef in inlined implementation.
116
117 2014-01-07 Joel Brobecker <brobecker@adacore.com>
118
119 * ada-valprint.c (ada_val_print_gnat_array): New function,
120 extracted from ada_val_print_1;
121 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
122 (ada_val_print_flt, ada_val_print_struct_union)
123 (ada_val_print_ref): Likewise.
124 (ada_val_print_1): Delete variables i and elttype.
125 Replace extracted-out code by call to corresponding
126 new functions.
127
128 2014-01-07 Joel Brobecker <brobecker@adacore.com>
129
130 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
131
132 2014-01-07 Joel Brobecker <brobecker@adacore.com>
133
134 * ada-valprint.c (ada_val_print_1): Replace calls to
135 ada_val_print_1 by calls to val_print.
136
137 2014-01-07 Joel Brobecker <brobecker@adacore.com>
138
139 * ada-valprint.c (ada_val_print_1): Add parameter "language".
140 Update calls to self accordingly. Replace calls to c_val_print
141 by calls to val_print.
142
143 2014-01-07 Joel Brobecker <brobecker@adacore.com>
144
145 * ada-valprint.c (print_record): Delete declaration.
146 (adjust_type_signedness, ada_val_print_1): Likewise.
147 (ada_val_print): Move function implementation down.
148 (print_variant_part, print_field_values, print_record):
149 Move function implementation up.
150
151 2014-01-07 Joel Brobecker <brobecker@adacore.com>
152
153 * python/py-type.c (typy_get_name): New function.
154 (type_object_getset): Add entry for attribute "name".
155 * NEWS: Add entry mentioning this new attribute.
156
157 2014-01-07 Yao Qi <yao@codesourcery.com>
158
159 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
160 statement.
161
162 2014-01-07 Yao Qi <yao@codesourcery.com>
163
164 * gnu-nat.c (info_port_rights): Add qualifier const to
165 argument args.
166
167 2014-01-07 Yao Qi <yao@codesourcery.com>
168
169 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
170
171 2014-01-07 Yao Qi <yao@codesourcery.com>
172
173 * gnu-nat.c (make_inf) Update declaration.
174 (make_inf): Make it static.
175 (inf_set_traced): Likewise.
176 (inf_port_to_thread, inf_task_died_status): Likewise.
177
178 2014-01-07 Yao Qi <yao@codesourcery.com>
179
180 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
181
182 2014-01-07 Yao Qi <yao@codesourcery.com>
183
184 * gnu-nat.c (_initialize_gnu_nat): Declare.
185
186 2014-01-07 Yao Qi <yao@codesourcery.com>
187
188 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
189 'enum bfd_endian'.
190 (struct gdbarch_info) <byte_order>: Change type to
191 'enum bfd_endian'.
192 <byte_order_for_code>: Likewise.
193 * gdbarch.c, gdbarch.h: Regenerated.
194
195 2014-01-06 Sasha Smundak <asmundak@google.com>
196
197 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
198
199 2014-01-06 Tom Tromey <tromey@redhat.com>
200
201 * doublest.c (convert_doublest_to_floatformat): Use const, not
202 CONST.
203 * somread.c (som_symtab_read): Likewise.
204
205 2014-01-07 Hui Zhu <hui@codesourcery.com>
206
207 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
208 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
209 (gdb_bfd_fopen): Ditto.
210 (gdb_bfd_openr): Ditto.
211 (gdb_bfd_openw): Ditto.
212 (gdb_bfd_openr_iovec): Ditto.
213 (gdb_bfd_fdopenr): Ditto.
214 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
215 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
216 with xstrdup.
217 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
218 with xstrdup.
219 * symfile-mem.c (symbol_file_add_from_memory): Removed
220 gdb_bfd_stash_filename.
221
222 2014-01-03 Doug Evans <dje@google.com>
223
224 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
225 output.
226
227 2014-01-01 Joel Brobecker <brobecker@adacore.com>
228
229 Update year range in copyright notice of all files.
230
231 2014-01-01 Joel Brobecker <brobecker@adacore.com>
232
233 * top.c (print_gdb_version): Set copyright year to 2014.
234
235 2014-01-01 Joel Brobecker <brobecker@adacore.com>
236
237 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
238
239 For older changes see ChangeLog-2013.
240 \f
241 Local Variables:
242 mode: change-log
243 left-margin: 8
244 fill-column: 74
245 version-control: never
246 coding: utf-8
247 End:
This page took 0.034945 seconds and 4 git commands to generate.