]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Use target_xfer_partial_ftype for rs6000_xfer_shared_libraries
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
05804640
YQ
12014-01-14 Yao Qi <yao@codesourcery.com>
2
3 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
4 target_xfer_partial_ftype.
5
b5b08fb4
SC
62014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7
8 PR python/15464
9 PR python/16113
10 * valops.c (value_struct_elt_bitpos): New function
11 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
12 object to 'None' if the field name is an empty string ("").
13 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
14 attribute to look for a field when 'name' is 'None'.
15 (get_field_type): New function
16
13aaf454
DE
172014-01-13 Doug Evans <dje@google.com>
18
19 PR symtab/16426
20 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
21 (try_open_dwop_file): Ditto.
22 * gdb_bfd.c: #include "vec.h".
23 (bfdp): New typedef.
24 (struct gdb_bfd_data): New member included_bfds.
25 (gdb_bfd_unref): Unref all included bfds.
26 (gdb_bfd_record_inclusion): New function.
27 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
28
c2cec97c
TT
292014-01-13 Tom Tromey <tromey@redhat.com>
30
31 * gdbcore.h (deprecated_core_resize_section_table): Remove.
32
78e5999d
TT
332014-01-13 Tom Tromey <tromey@redhat.com>
34
35 * defs.h (use_windows): Remove.
36 * gdb.c (main): Update.
37 * main.c (captured_main, gdb_main): Update.
38 * main.h (struct captured_main_args) <use_windows>: Remove.
39 * top.c (use_windows): Remove.
40
f2052bbe
TT
412014-01-13 Tom Tromey <tromey@redhat.com>
42
43 * defs.h (deprecated_flush_hook): Remove.
44
fde4f8ed
JK
452014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
46
47 PR threads/16216
48 * linux-thread-db.c (try_thread_db_load): Add parameter
49 check_auto_load_safe. Move here the file_is_auto_load_safe call.
50 (try_thread_db_load_from_pdir_1): Move it there from here.
51 (try_thread_db_load_from_sdir): Update caller.
52 (try_thread_db_load_from_dir): Move it there from here.
53
bdf61915
PP
542014-01-13 Patrick Palka <patrick@parcs.ath.cx>
55
56 * regformats/regdat.sh: Always rewrite the register file.
57
f71e1a8d
PA
582014-01-13 Pedro Alves <palves@redhat.com>
59
60 * Makefile.in (CHECK_HEADERS): New variable.
61 (check-headers:): New rule.
62
42c85435
TT
632014-01-13 Tom Tromey <tromey@redhat.com>
64
65 * cli/cli-setshow.c (do_set_command): Update.
66 * defs.h (deprecated_set_hook): Remove.
67 * top.c (deprecated_set_hook): Remove.
68
f8de5129
PA
692014-01-13 Pedro Alves <palves@redhat.com>
70
71 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
72 the tracepoint if the PC is a pseudo-register.
73
fc270c35
TT
742014-01-13 Tom Tromey <tromey@redhat.com>
75
76 * defs.h (XCALLOC): Remove.
77 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
78 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
79 * dwarf2loc.c (allocate_piece_closure): Likewise.
80 * elfread.c (elf_symfile_segments): Likewise.
81 (elf_symfile_segments): Likewise.
82 * gdbtypes.c (copy_type_recursive): Likewise.
83 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
84 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
85 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
86 XCALLOC.
87 * mt-tdep.c (mt_gdbarch_init): Likewise.
88 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
89 XCALLOC.
90 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
91 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
92 * registry.c (registry_alloc_data): Likewise.
93 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
94 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
95 * serial.c (serial_fdopen_ops): Likewise.
96 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
97 XCALLOC.
98 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
99 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
100 not XCALLOC.
101
70ba0933
TT
1022014-01-13 Tom Tromey <tromey@redhat.com>
103
104 * defs.h (XMALLOC): Remove.
105 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
106 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
107 * cli-out.c (struct ui_out *): Likewise.
108 * cli/cli-dump.c (add_dump_command): Likewise.
109 (add_dump_command): Likewise.
110 * complaints.c (get_complaints): Likewise.
111 (find_complaint): Likewise.
112 * dwarf2-frame.c (execute_cfa_program): Likewise.
113 * dwarf2read.c (abbrev_table_read_table): Likewise.
114 * gdbarch.sh: Likewise.
115 * gdbarch.c: Rebuild.
116 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
117 * interps.c (interp_new): Likewise.
118 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
119 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
120 * mi/mi-console.c (mi_console_file_new): Likewise.
121 * mi/mi-interp.c (mi_interpreter_init): Likewise.
122 * mi/mi-out.c (mi_out_new): Likewise.
123 * mi/mi-parse.c (mi_parse): Likewise.
124 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
125 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
126 * observer.c (xalloc_observer_list_node): Likewise.
127 * regcache.c (regcache_xmalloc_1): Likewise.
128 * reggroups.c (reggroup_new): Likewise.
129 (_initialize_reggroup): Likewise.
130 * registry.c (register_data_with_cleanup): Likewise.
131 * remote.c (remote_notif_stop_alloc_reply): Likewise.
132 * ser-base.c (serial_ttystate): Likewise.
133 * ser-mingw.c (make_pipe_state): Likewise.
134 * ser-pipe.c (pipe_open): Likewise.
135 * serial.c (serial_open): Likewise.
136 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
137 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
138 (tui_alloc_win_info): Likewise.
139 (tui_add_content_elements): Likewise.
140 * tui/tui-file.c (tui_file_new): Likewise.
141 * tui/tui-out.c (tui_out_new): Likewise.
142 * ui-file.c (mem_file_new): Likewise.
143 * ui-out.c (push_level): Likewise.
144 (make_cleanup_ui_out_end): Likewise.
145 (append_header_to_list): Likewise.
146 (ui_out_new): Likewise.
147 * user-regs.c (user_reg_add_builtin): Likewise.
148
41bf6aca
TT
1492014-01-13 Tom Tromey <tromey@redhat.com>
150
151 * defs.h (XZALLOC): Remove.
152 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
153 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
154 (get_ada_tasks_inferior_data): Likewise.
155 * auto-load.c (get_auto_load_pspace_data): Likewise.
156 * auxv.c (get_auxv_inferior_data): Likewise.
157 * bfd-target.c (target_bfd_reopen): Likewise.
158 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
159 (deprecated_insert_raw_breakpoint): Likewise.
160 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
161 * corelow.c (core_open): Likewise.
162 * darwin-nat.c (darwin_check_new_threads): Likewise.
163 (darwin_attach_pid): Likewise.
164 * dummy-frame.c (dummy_frame_push): Likewise.
165 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
166 * dwarf2loc.c (allocate_piece_closure): Likewise.
167 * elfread.c (elf_symfile_segments): Likewise.
168 * eval.c (ptrmath_type_p): Likewise.
169 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
170 * gdbtypes.c (alloc_type_arch): Likewise.
171 (alloc_type_instance): Likewise.
172 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
173 * inf-child.c (inf_child_can_use_agent): Likewise.
174 * inflow.c (get_inflow_inferior_data): Likewise.
175 * infrun.c (save_infcall_suspend_state): Likewise.
176 * jit.c (jit_reader_load): Likewise.
177 (get_jit_objfile_data): Likewise.
178 (get_jit_program_space_data): Likewise.
179 (jit_object_open_impl): Likewise.
180 (jit_symtab_open_impl): Likewise.
181 (jit_block_open_impl): Likewise.
182 (jit_frame_sniffer): Likewise.
183 * linux-fork.c (add_fork): Likewise.
184 * maint.c (make_command_stats_cleanup): Likewise.
185 * objfiles.c (get_objfile_pspace_data): Likewise.
186 * opencl-lang.c (struct lval_closure): Likewise.
187 * osdata.c (osdata_start_osdata): Likewise.
188 * progspace.c (new_address_space): Likewise.
189 (add_program_space): Likewise.
190 * remote-sim.c (get_sim_inferior_data): Likewise.
191 * sh-tdep.c (sh_gdbarch_init): Likewise.
192 * skip.c (Ignore): Likewise.
193 (skip_delete_command): Likewise.
194 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
195 (library_list_start_library): Likewise.
196 (solib_aix_current_sos): Likewise.
197 * solib-darwin.c (get_darwin_info): Likewise.
198 (darwin_current_sos): Likewise.
199 * solib-dsbt.c (get_dsbt_info): Likewise.
200 * solib-ia64-hpux.c (new_so_list): Likewise.
201 (ia64_hpux_get_solib_linkage_addr): Likewise.
202 * solib-spu.c (append_ocl_sos): Likewise.
203 (spu_current_sos): Likewise.
204 * solib-svr4.c (get_svr4_info): Likewise.
205 (svr4_keep_data_in_core): Likewise.
206 (library_list_start_library): Likewise.
207 (svr4_default_sos): Likewise.
208 (svr4_read_so_list): Likewise.
209 * solib-target.c (library_list_start_library): Likewise.
210 (solib_target_current_sos): Likewise.
211 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
212 * symfile-debug.c (install_symfile_debug_logging): Likewise.
213 * symfile.c (default_symfile_segments): Likewise.
214 * target-descriptions.c (tdesc_data_init): Likewise.
215 (tdesc_create_reg): Likewise.
216 (struct tdesc_type *): Likewise.
217 (tdesc_create_vector): Likewise.
218 (tdesc_set_struct_size): Likewise.
219 (struct tdesc_type *): Likewise.
220 (tdesc_free_feature): Likewise.
221 (tdesc_create_feature): Likewise.
222 * windows-nat.c (windows_add_thread): Likewise.
223 (windows_make_so): Likewise.
224 * xml-support.c (gdb_xml_body_text): Likewise.
225 (gdb_xml_create_parser_and_cleanup): Likewise.
226 (xml_process_xincludes): Likewise.
227 * xml-syscall.c (allocate_syscalls_info): Likewise.
228 (syscall_create_syscall_desc): Likewise.
229
5acfdbae
SDJ
2302014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
231
232 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
233 function, with code from i386_stap_parse_special_token.
234 (i386_stap_parse_special_token_three_arg_disp): Likewise.
235 (i386_stap_parse_special_token): Move code to the two functions
236 above; simplify it.
237
0000e5cc
PA
2382014-01-09 Pedro Alves <palves@redhat.com>
239 Hui Zhu <hui@codesourcery.com>
240
241 PR gdb/16101
242 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
243 bp_err_string. Don't mark the location shlib_disabled if the
244 error thrown wasn't a generic or memory error. Catch errors
245 thrown while inserting breakpoints in overlayed code. Output
246 error message of software breakpoints.
247 * remote.c (remote_insert_breakpoint): If this breakpoint has
248 target-side commands but this stub doesn't support Z0 packets,
249 throw NOT_SUPPORTED_ERROR error.
250 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
251 * target.h (target_insert_breakpoint): Extend comment.
252 (target_insert_hw_breakpoint): Add comment.
253
b7ea362b
PA
2542014-01-08 Pedro Alves <palves@redhat.com>
255
256 * remote.c (remote_add_thread): Add threads silently if starting
257 up.
258 (remote_notice_new_inferior): If in all-stop, and starting up,
259 don't call notice_new_inferior.
260 (get_current_thread): New function, factored out from ...
261 (add_current_inferior_and_thread): ... this. Adjust.
262 (remote_start_remote) <all-stop>: Fetch the thread list. If we
263 found any thread, then select the remote's current thread as GDB's
264 current thread too.
265
b7bba001
JB
2662014-01-08 Joel Brobecker <brobecker@adacore.com>
267
268 * NEWS: Create a new section for the next release branch.
269 Rename the section of the current branch, now that it has
270 been cut.
271
16dfbded
JB
2722014-01-08 Joel Brobecker <brobecker@adacore.com>
273
274 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
275 * version.in: Bump version to 7.7.50.DATE-cvs.
276
22c90ac1
YQ
2772014-01-08 Yao Qi <yao@codesourcery.com>
278
279 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
280 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
281 (spu_xfer_partial): Cast 'buf' to 'const char *'.
282
d64ad97c
YQ
2832014-01-08 Yao Qi <yao@codesourcery.com>
284
285 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
286 return value of bfd_get_filename to symbol_file_add_from_bfd.
287
f93ba80c
PM
2882014-01-08 Pierre Muller <muller@sourceware.org>
289
290 Fix PR16201.
291 * coff-pe-read.c (struct read_pe_section_data): Add index field.
292 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
293 to prim_record_mininal_symbol_and_info.
294 (add_pe_forwarded_sym): Use known section number of forwarded symbol
295 in call to prim_record_minimal_symbol_and_info.
296 (read_pe_exported_syms): Set index field of section_data.
297
a4d9ba85
AP
2982014-01-07 Andrew Pinski <apinski@cavium.com>
299
300 * features/aarch64-core.xml (cpsr): Change to be 64bit.
301 * features/aarch64.c: Regenerate.
302
1b67eb02
AS
3032014-01-07 Andreas Schwab <schwab@linux-m68k.org>
304
305 * target.c (return_null): Define.
306 (update_current_target): Use it instead of return_zero for
307 functions that return a pointer.
308
5e3f4fab
EBM
3092014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
310
311 * source.c (add_path): Fix check for duplicated paths in the previously
312 included paths.
313
e2616788
HK
3142014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
315
316 * ada-lang.c: Remove duplicated include statements.
317 * alphabsd-nat.c: Ditto.
318 * amd64-darwin-tdep.c: Ditto.
319 * amd64fbsd-nat.c: Ditto.
320 * auto-load.c: Ditto.
321 * ax-gdb.c: Ditto.
322 * breakpoint.c: Ditto.
323 * dbxread.c: Ditto.
324 * fork-child.c: Ditto.
325 * gdb_usleep.c: Ditto.
326 * i386-darwin-tdep.c: Ditto.
327 * i386fbsd-nat.c: Ditto.
328 * infcmd.c: Ditto.
329 * inferior.c: Ditto.
330 * jv-lang.c: Ditto.
331 * linux-nat.c: Ditto.
332 * linux-tdep.c: Ditto.
333 * m68kbsd-nat.c: Ditto.
334 * m68klinux-nat.c: Ditto.
335 * microblaze-tdep.c: Ditto.
336 * mips-linux-tdep.c: Ditto.
337 * mn10300-tdep.c: Ditto.
338 * nto-tdep.c: Ditto.
339 * opencl-lang.c: Ditto.
340 * osdata.c: Ditto.
341 * printcmd.c: Ditto.
342 * regcache.c: Ditto.
343 * remote-m32r-sdi.c: Ditto.
344 * remote.c: Ditto.
345 * symfile.c: Ditto.
346 * symtab.c: Ditto.
347 * tilegx-linux-nat.c: Ditto.
348 * tilegx-tdep.c: Ditto.
349 * tracepoint.c: Ditto.
350 * valops.c: Ditto.
351 * vaxbsd-nat.c: Ditto.
352 * windows-nat.c: Ditto.
353 * xtensa-tdep.c: Ditto.
354
bd1f7788
YQ
3552014-01-07 Yao Qi <yao@codesourcery.com>
356
357 * spu-linux-nat.c (_initialize_spu_nat): Declare.
358
79301218
JB
3592014-01-07 Yao Qi <yao@codesourcery.com>
360 Joel Brobecker <brobecker@adacore.com>
361
362 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
363 (pdc_write_regs): Likewise.
364 (fetch_regs_kernel_thread): Likewise.
365 (store_regs_kernel_thread): Likewise.
366
3672014-01-07 Joel Brobecker <brobecker@adacore.com>
368
369 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
370 tagged type objects to their actual type.
371
8e355c5d
JB
3722014-01-07 Joel Brobecker <brobecker@adacore.com>
373
374 * ada-valprint.c (print_field_values): Add "language" parameter.
375 Update calls to print_field_values and print_variant_part.
376 Pass new parameter "language" in call to val_print instead
377 of "current_language". Replace call to ada_val_print by call
378 to val_print.
379 (print_variant_part): Add "language" parameter.
380 (ada_val_print_struct_union): Update call to print_field_values.
381
4fbf5aa5
JB
3822014-01-07 Joel Brobecker <brobecker@adacore.com>
383
384 * ada-valprint.c (ui_memcpy): Delete.
385 (ada_print_floating): Update documentation. Add empty line
386 between between function documentation and implementation.
387 Delete variable "buffer". Use ui_file_xstrdup in place of
388 ui_file_put. Minor adjustments following this change.
389
71855601
JB
3902014-01-07 Joel Brobecker <brobecker@adacore.com>
391
392 * ada-valprint.c (ada_val_print_string): New function,
393 extracted from ada_val_print_array.
394 (ada_val_print_array): Replace extracted code by call
395 to ada_val_print_string followed by a return. Move
396 "else" branch to the function's top block.
397
4eb27a30
JB
3982014-01-07 Joel Brobecker <brobecker@adacore.com>
399
400 * ada-valprint.c (ada_val_print_array): Move implementation
401 down. Rename parameter "offset" and "val" into "offset_aligned"
402 and "original_value" respectively. Add parameter "offset".
403
34b27950
JB
4042014-01-07 Joel Brobecker <brobecker@adacore.com>
405
406 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
407 re-organizing the code. Change the "???" message printed
408 when target type is a TYPE_CODE_UNDEF into
409 "<ref to undefined type>".
410
079e4591
JB
4112014-01-07 Joel Brobecker <brobecker@adacore.com>
412
413 * ada-valprint.c (print_record): Delete, implementation inlined...
414 (ada_val_print_struct_union): ... here. Remove call to
415 ada_check_typedef in inlined implementation.
416
8004dfd1
JB
4172014-01-07 Joel Brobecker <brobecker@adacore.com>
418
419 * ada-valprint.c (ada_val_print_gnat_array): New function,
420 extracted from ada_val_print_1;
421 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
422 (ada_val_print_flt, ada_val_print_struct_union)
423 (ada_val_print_ref): Likewise.
424 (ada_val_print_1): Delete variables i and elttype.
425 Replace extracted-out code by call to corresponding
426 new functions.
427
760a2db0
JB
4282014-01-07 Joel Brobecker <brobecker@adacore.com>
429
430 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
431
3a92c861
JB
4322014-01-07 Joel Brobecker <brobecker@adacore.com>
433
434 * ada-valprint.c (ada_val_print_1): Replace calls to
435 ada_val_print_1 by calls to val_print.
436
cd1630f9
JB
4372014-01-07 Joel Brobecker <brobecker@adacore.com>
438
439 * ada-valprint.c (ada_val_print_1): Add parameter "language".
440 Update calls to self accordingly. Replace calls to c_val_print
441 by calls to val_print.
442
bdf779a0
JB
4432014-01-07 Joel Brobecker <brobecker@adacore.com>
444
445 * ada-valprint.c (print_record): Delete declaration.
446 (adjust_type_signedness, ada_val_print_1): Likewise.
447 (ada_val_print): Move function implementation down.
448 (print_variant_part, print_field_values, print_record):
449 Move function implementation up.
450
c0d48811
JB
4512014-01-07 Joel Brobecker <brobecker@adacore.com>
452
453 * python/py-type.c (typy_get_name): New function.
454 (type_object_getset): Add entry for attribute "name".
455 * NEWS: Add entry mentioning this new attribute.
456
c26e9cbb
YQ
4572014-01-07 Yao Qi <yao@codesourcery.com>
458
459 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
460 statement.
461
0cc6f43d
YQ
4622014-01-07 Yao Qi <yao@codesourcery.com>
463
464 * gnu-nat.c (info_port_rights): Add qualifier const to
465 argument args.
466
eec03155
YQ
4672014-01-07 Yao Qi <yao@codesourcery.com>
468
469 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
470
f04a82ef
YQ
4712014-01-07 Yao Qi <yao@codesourcery.com>
472
473 * gnu-nat.c (make_inf) Update declaration.
474 (make_inf): Make it static.
475 (inf_set_traced): Likewise.
476 (inf_port_to_thread, inf_task_died_status): Likewise.
477
d57dda0a
YQ
4782014-01-07 Yao Qi <yao@codesourcery.com>
479
480 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
481
3aa8c969
YQ
4822014-01-07 Yao Qi <yao@codesourcery.com>
483
484 * gnu-nat.c (_initialize_gnu_nat): Declare.
485
94123b4f
YQ
4862014-01-07 Yao Qi <yao@codesourcery.com>
487
488 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
489 'enum bfd_endian'.
490 (struct gdbarch_info) <byte_order>: Change type to
491 'enum bfd_endian'.
492 <byte_order_for_code>: Likewise.
493 * gdbarch.c, gdbarch.h: Regenerated.
494
dc81d70a
TT
4952014-01-06 Sasha Smundak <asmundak@google.com>
496
497 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
498
cc2f3c35
TT
4992014-01-06 Tom Tromey <tromey@redhat.com>
500
501 * doublest.c (convert_doublest_to_floatformat): Use const, not
502 CONST.
503 * somread.c (som_symtab_read): Likewise.
504
adcf2eed
HZ
5052014-01-07 Hui Zhu <hui@codesourcery.com>
506
507 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
508 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
509 (gdb_bfd_fopen): Ditto.
510 (gdb_bfd_openr): Ditto.
511 (gdb_bfd_openw): Ditto.
512 (gdb_bfd_openr_iovec): Ditto.
513 (gdb_bfd_fdopenr): Ditto.
514 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
515 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
516 with xstrdup.
517 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
518 with xstrdup.
519 * symfile-mem.c (symbol_file_add_from_memory): Removed
520 gdb_bfd_stash_filename.
521
50722198
DE
5222014-01-03 Doug Evans <dje@google.com>
523
524 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
525 output.
526
2fa4b862
JB
5272014-01-01 Joel Brobecker <brobecker@adacore.com>
528
529 Update year range in copyright notice of all files.
530
28498c42
JB
5312014-01-01 Joel Brobecker <brobecker@adacore.com>
532
533 * top.c (print_gdb_version): Set copyright year to 2014.
534
7b6e1046
JB
5352014-01-01 Joel Brobecker <brobecker@adacore.com>
536
537 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
538
df96af55 539For older changes see ChangeLog-2013.
c906108c
SS
540\f
541Local Variables:
542mode: change-log
543left-margin: 8
544fill-column: 74
545version-control: never
57da7796 546coding: utf-8
c906108c 547End: