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