ada_val_print_1: Add language parameter
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-valprint.c (ada_val_print_1): Add parameter "language".
4 Update calls to self accordingly. Replace calls to c_val_print
5 by calls to val_print.
6
7 2014-01-07 Joel Brobecker <brobecker@adacore.com>
8
9 * ada-valprint.c (print_record): Delete declaration.
10 (adjust_type_signedness, ada_val_print_1): Likewise.
11 (ada_val_print): Move function implementation down.
12 (print_variant_part, print_field_values, print_record):
13 Move function implementation up.
14
15 2014-01-07 Joel Brobecker <brobecker@adacore.com>
16
17 * python/py-type.c (typy_get_name): New function.
18 (type_object_getset): Add entry for attribute "name".
19 * NEWS: Add entry mentioning this new attribute.
20
21 2014-01-07 Yao Qi <yao@codesourcery.com>
22
23 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
24 statement.
25
26 2014-01-07 Yao Qi <yao@codesourcery.com>
27
28 * gnu-nat.c (info_port_rights): Add qualifier const to
29 argument args.
30
31 2014-01-07 Yao Qi <yao@codesourcery.com>
32
33 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
34
35 2014-01-07 Yao Qi <yao@codesourcery.com>
36
37 * gnu-nat.c (make_inf) Update declaration.
38 (make_inf): Make it static.
39 (inf_set_traced): Likewise.
40 (inf_port_to_thread, inf_task_died_status): Likewise.
41
42 2014-01-07 Yao Qi <yao@codesourcery.com>
43
44 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
45
46 2014-01-07 Yao Qi <yao@codesourcery.com>
47
48 * gnu-nat.c (_initialize_gnu_nat): Declare.
49
50 2014-01-07 Yao Qi <yao@codesourcery.com>
51
52 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
53 'enum bfd_endian'.
54 (struct gdbarch_info) <byte_order>: Change type to
55 'enum bfd_endian'.
56 <byte_order_for_code>: Likewise.
57 * gdbarch.c, gdbarch.h: Regenerated.
58
59 2014-01-06 Sasha Smundak <asmundak@google.com>
60
61 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
62
63 2014-01-06 Tom Tromey <tromey@redhat.com>
64
65 * doublest.c (convert_doublest_to_floatformat): Use const, not
66 CONST.
67 * somread.c (som_symtab_read): Likewise.
68
69 2014-01-07 Hui Zhu <hui@codesourcery.com>
70
71 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
72 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
73 (gdb_bfd_fopen): Ditto.
74 (gdb_bfd_openr): Ditto.
75 (gdb_bfd_openw): Ditto.
76 (gdb_bfd_openr_iovec): Ditto.
77 (gdb_bfd_fdopenr): Ditto.
78 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
79 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
80 with xstrdup.
81 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
82 with xstrdup.
83 * symfile-mem.c (symbol_file_add_from_memory): Removed
84 gdb_bfd_stash_filename.
85
86 2014-01-03 Doug Evans <dje@google.com>
87
88 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
89 output.
90
91 2014-01-01 Joel Brobecker <brobecker@adacore.com>
92
93 Update year range in copyright notice of all files.
94
95 2014-01-01 Joel Brobecker <brobecker@adacore.com>
96
97 * top.c (print_gdb_version): Set copyright year to 2014.
98
99 2014-01-01 Joel Brobecker <brobecker@adacore.com>
100
101 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
102
103 For older changes see ChangeLog-2013.
104 \f
105 Local Variables:
106 mode: change-log
107 left-margin: 8
108 fill-column: 74
109 version-control: never
110 coding: utf-8
111 End:
This page took 0.032071 seconds and 4 git commands to generate.