ada-valprint.c: Inline print_record inside ada_val_print_struct_union
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
079e4591
JB
12014-01-07 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-valprint.c (print_record): Delete, implementation inlined...
4 (ada_val_print_struct_union): ... here. Remove call to
5 ada_check_typedef in inlined implementation.
6
8004dfd1
JB
72014-01-07 Joel Brobecker <brobecker@adacore.com>
8
9 * ada-valprint.c (ada_val_print_gnat_array): New function,
10 extracted from ada_val_print_1;
11 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
12 (ada_val_print_flt, ada_val_print_struct_union)
13 (ada_val_print_ref): Likewise.
14 (ada_val_print_1): Delete variables i and elttype.
15 Replace extracted-out code by call to corresponding
16 new functions.
17
760a2db0
JB
182014-01-07 Joel Brobecker <brobecker@adacore.com>
19
20 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
21
3a92c861
JB
222014-01-07 Joel Brobecker <brobecker@adacore.com>
23
24 * ada-valprint.c (ada_val_print_1): Replace calls to
25 ada_val_print_1 by calls to val_print.
26
cd1630f9
JB
272014-01-07 Joel Brobecker <brobecker@adacore.com>
28
29 * ada-valprint.c (ada_val_print_1): Add parameter "language".
30 Update calls to self accordingly. Replace calls to c_val_print
31 by calls to val_print.
32
bdf779a0
JB
332014-01-07 Joel Brobecker <brobecker@adacore.com>
34
35 * ada-valprint.c (print_record): Delete declaration.
36 (adjust_type_signedness, ada_val_print_1): Likewise.
37 (ada_val_print): Move function implementation down.
38 (print_variant_part, print_field_values, print_record):
39 Move function implementation up.
40
c0d48811
JB
412014-01-07 Joel Brobecker <brobecker@adacore.com>
42
43 * python/py-type.c (typy_get_name): New function.
44 (type_object_getset): Add entry for attribute "name".
45 * NEWS: Add entry mentioning this new attribute.
46
c26e9cbb
YQ
472014-01-07 Yao Qi <yao@codesourcery.com>
48
49 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
50 statement.
51
0cc6f43d
YQ
522014-01-07 Yao Qi <yao@codesourcery.com>
53
54 * gnu-nat.c (info_port_rights): Add qualifier const to
55 argument args.
56
eec03155
YQ
572014-01-07 Yao Qi <yao@codesourcery.com>
58
59 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
60
f04a82ef
YQ
612014-01-07 Yao Qi <yao@codesourcery.com>
62
63 * gnu-nat.c (make_inf) Update declaration.
64 (make_inf): Make it static.
65 (inf_set_traced): Likewise.
66 (inf_port_to_thread, inf_task_died_status): Likewise.
67
d57dda0a
YQ
682014-01-07 Yao Qi <yao@codesourcery.com>
69
70 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
71
3aa8c969
YQ
722014-01-07 Yao Qi <yao@codesourcery.com>
73
74 * gnu-nat.c (_initialize_gnu_nat): Declare.
75
94123b4f
YQ
762014-01-07 Yao Qi <yao@codesourcery.com>
77
78 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
79 'enum bfd_endian'.
80 (struct gdbarch_info) <byte_order>: Change type to
81 'enum bfd_endian'.
82 <byte_order_for_code>: Likewise.
83 * gdbarch.c, gdbarch.h: Regenerated.
84
dc81d70a
TT
852014-01-06 Sasha Smundak <asmundak@google.com>
86
87 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
88
cc2f3c35
TT
892014-01-06 Tom Tromey <tromey@redhat.com>
90
91 * doublest.c (convert_doublest_to_floatformat): Use const, not
92 CONST.
93 * somread.c (som_symtab_read): Likewise.
94
adcf2eed
HZ
952014-01-07 Hui Zhu <hui@codesourcery.com>
96
97 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
98 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
99 (gdb_bfd_fopen): Ditto.
100 (gdb_bfd_openr): Ditto.
101 (gdb_bfd_openw): Ditto.
102 (gdb_bfd_openr_iovec): Ditto.
103 (gdb_bfd_fdopenr): Ditto.
104 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
105 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
106 with xstrdup.
107 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
108 with xstrdup.
109 * symfile-mem.c (symbol_file_add_from_memory): Removed
110 gdb_bfd_stash_filename.
111
50722198
DE
1122014-01-03 Doug Evans <dje@google.com>
113
114 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
115 output.
116
2fa4b862
JB
1172014-01-01 Joel Brobecker <brobecker@adacore.com>
118
119 Update year range in copyright notice of all files.
120
28498c42
JB
1212014-01-01 Joel Brobecker <brobecker@adacore.com>
122
123 * top.c (print_gdb_version): Set copyright year to 2014.
124
7b6e1046
JB
1252014-01-01 Joel Brobecker <brobecker@adacore.com>
126
127 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
128
df96af55 129For older changes see ChangeLog-2013.
c906108c
SS
130\f
131Local Variables:
132mode: change-log
133left-margin: 8
134fill-column: 74
135version-control: never
57da7796 136coding: utf-8
c906108c 137End:
This page took 1.734969 seconds and 4 git commands to generate.