2014-01-07 Joel Brobecker * ada-valprint.c (ui_memcpy): Delete. (ada_print_floating): Update documentation. Add empty line between between function documentation and implementation. Delete variable "buffer". Use ui_file_xstrdup in place of ui_file_put. Minor adjustments following this change. 2014-01-07 Joel Brobecker * ada-valprint.c (ada_val_print_string): New function, extracted from ada_val_print_array. (ada_val_print_array): Replace extracted code by call to ada_val_print_string followed by a return. Move "else" branch to the function's top block. 2014-01-07 Joel Brobecker * ada-valprint.c (ada_val_print_array): Move implementation down. Rename parameter "offset" and "val" into "offset_aligned" and "original_value" respectively. Add parameter "offset". 2014-01-07 Joel Brobecker * ada-valprint.c (ada_val_print_ref): Rewrite by mostly re-organizing the code. Change the "???" message printed when target type is a TYPE_CODE_UNDEF into "". 2014-01-07 Joel Brobecker * ada-valprint.c (print_record): Delete, implementation inlined... (ada_val_print_struct_union): ... here. Remove call to ada_check_typedef in inlined implementation. 2014-01-07 Joel Brobecker * ada-valprint.c (ada_val_print_gnat_array): New function, extracted from ada_val_print_1; (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum) (ada_val_print_flt, ada_val_print_struct_union) (ada_val_print_ref): Likewise. (ada_val_print_1): Delete variables i and elttype. Replace extracted-out code by call to corresponding new functions. 2014-01-07 Joel Brobecker * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush. 2014-01-07 Joel Brobecker * ada-valprint.c (ada_val_print_1): Replace calls to ada_val_print_1 by calls to val_print. 2014-01-07 Joel Brobecker * ada-valprint.c (ada_val_print_1): Add parameter "language". Update calls to self accordingly. Replace calls to c_val_print by calls to val_print. 2014-01-07 Joel Brobecker * ada-valprint.c (print_record): Delete declaration. (adjust_type_signedness, ada_val_print_1): Likewise. (ada_val_print): Move function implementation down. (print_variant_part, print_field_values, print_record): Move function implementation up. 2014-01-07 Joel Brobecker * python/py-type.c (typy_get_name): New function. (type_object_getset): Add entry for attribute "name". * NEWS: Add entry mentioning this new attribute. 2014-01-07 Yao Qi * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if' statement. 2014-01-07 Yao Qi * gnu-nat.c (info_port_rights): Add qualifier const to argument args. 2014-01-07 Yao Qi * gnu-nat.c (trace_me): Use 'void' for empty argument list. 2014-01-07 Yao Qi * gnu-nat.c (make_inf) Update declaration. (make_inf): Make it static. (inf_set_traced): Likewise. (inf_port_to_thread, inf_task_died_status): Likewise. 2014-01-07 Yao Qi * gnu-nat.c (inf_tid_to_proc): Remove declaration. 2014-01-07 Yao Qi * gnu-nat.c (_initialize_gnu_nat): Declare. 2014-01-07 Yao Qi * gdbarch.sh (byte_order, byte_order_for_code): Change type to 'enum bfd_endian'. (struct gdbarch_info) : Change type to 'enum bfd_endian'. : Likewise. * gdbarch.c, gdbarch.h: Regenerated. 2014-01-06 Sasha Smundak * jit.c: (jit_reader_load_command): Fix JIT reader path creation. 2014-01-06 Tom Tromey * doublest.c (convert_doublest_to_floatformat): Use const, not CONST. * somread.c (som_symtab_read): Likewise. 2014-01-07 Hui Zhu * gdb_bfd.c (gdb_bfd_stash_filename): Removed. (gdb_bfd_open): Removed gdb_bfd_stash_filename. (gdb_bfd_fopen): Ditto. (gdb_bfd_openr): Ditto. (gdb_bfd_openw): Ditto. (gdb_bfd_openr_iovec): Ditto. (gdb_bfd_fdopenr): Ditto. * gdb_bfd.h (gdb_bfd_stash_filename): Removed. * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename with xstrdup. * solib-darwin.c (darwin_bfd_open): Alloc res->filename with xstrdup. * symfile-mem.c (symbol_file_add_from_memory): Removed gdb_bfd_stash_filename. 2014-01-03 Doug Evans * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. 2014-01-01 Joel Brobecker Update year range in copyright notice of all files. 2014-01-01 Joel Brobecker * top.c (print_gdb_version): Set copyright year to 2014. 2014-01-01 Joel Brobecker * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013. For older changes see ChangeLog-2013. Local Variables: mode: change-log left-margin: 8 fill-column: 74 version-control: never coding: utf-8 End: