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