Fix missing-prototypes error for '_initialize_spu_nat'
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bd1f7788
YQ
12014-01-07 Yao Qi <yao@codesourcery.com>
2
3 * spu-linux-nat.c (_initialize_spu_nat): Declare.
4
8e355c5d
JB
52014-01-07 Joel Brobecker <brobecker@adacore.com>
6
7 * ada-valprint.c (print_field_values): Add "language" parameter.
8 Update calls to print_field_values and print_variant_part.
9 Pass new parameter "language" in call to val_print instead
10 of "current_language". Replace call to ada_val_print by call
11 to val_print.
12 (print_variant_part): Add "language" parameter.
13 (ada_val_print_struct_union): Update call to print_field_values.
14
4fbf5aa5
JB
152014-01-07 Joel Brobecker <brobecker@adacore.com>
16
17 * ada-valprint.c (ui_memcpy): Delete.
18 (ada_print_floating): Update documentation. Add empty line
19 between between function documentation and implementation.
20 Delete variable "buffer". Use ui_file_xstrdup in place of
21 ui_file_put. Minor adjustments following this change.
22
71855601
JB
232014-01-07 Joel Brobecker <brobecker@adacore.com>
24
25 * ada-valprint.c (ada_val_print_string): New function,
26 extracted from ada_val_print_array.
27 (ada_val_print_array): Replace extracted code by call
28 to ada_val_print_string followed by a return. Move
29 "else" branch to the function's top block.
30
4eb27a30
JB
312014-01-07 Joel Brobecker <brobecker@adacore.com>
32
33 * ada-valprint.c (ada_val_print_array): Move implementation
34 down. Rename parameter "offset" and "val" into "offset_aligned"
35 and "original_value" respectively. Add parameter "offset".
36
34b27950
JB
372014-01-07 Joel Brobecker <brobecker@adacore.com>
38
39 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
40 re-organizing the code. Change the "???" message printed
41 when target type is a TYPE_CODE_UNDEF into
42 "<ref to undefined type>".
43
079e4591
JB
442014-01-07 Joel Brobecker <brobecker@adacore.com>
45
46 * ada-valprint.c (print_record): Delete, implementation inlined...
47 (ada_val_print_struct_union): ... here. Remove call to
48 ada_check_typedef in inlined implementation.
49
8004dfd1
JB
502014-01-07 Joel Brobecker <brobecker@adacore.com>
51
52 * ada-valprint.c (ada_val_print_gnat_array): New function,
53 extracted from ada_val_print_1;
54 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
55 (ada_val_print_flt, ada_val_print_struct_union)
56 (ada_val_print_ref): Likewise.
57 (ada_val_print_1): Delete variables i and elttype.
58 Replace extracted-out code by call to corresponding
59 new functions.
60
760a2db0
JB
612014-01-07 Joel Brobecker <brobecker@adacore.com>
62
63 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
64
3a92c861
JB
652014-01-07 Joel Brobecker <brobecker@adacore.com>
66
67 * ada-valprint.c (ada_val_print_1): Replace calls to
68 ada_val_print_1 by calls to val_print.
69
cd1630f9
JB
702014-01-07 Joel Brobecker <brobecker@adacore.com>
71
72 * ada-valprint.c (ada_val_print_1): Add parameter "language".
73 Update calls to self accordingly. Replace calls to c_val_print
74 by calls to val_print.
75
bdf779a0
JB
762014-01-07 Joel Brobecker <brobecker@adacore.com>
77
78 * ada-valprint.c (print_record): Delete declaration.
79 (adjust_type_signedness, ada_val_print_1): Likewise.
80 (ada_val_print): Move function implementation down.
81 (print_variant_part, print_field_values, print_record):
82 Move function implementation up.
83
c0d48811
JB
842014-01-07 Joel Brobecker <brobecker@adacore.com>
85
86 * python/py-type.c (typy_get_name): New function.
87 (type_object_getset): Add entry for attribute "name".
88 * NEWS: Add entry mentioning this new attribute.
89
c26e9cbb
YQ
902014-01-07 Yao Qi <yao@codesourcery.com>
91
92 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
93 statement.
94
0cc6f43d
YQ
952014-01-07 Yao Qi <yao@codesourcery.com>
96
97 * gnu-nat.c (info_port_rights): Add qualifier const to
98 argument args.
99
eec03155
YQ
1002014-01-07 Yao Qi <yao@codesourcery.com>
101
102 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
103
f04a82ef
YQ
1042014-01-07 Yao Qi <yao@codesourcery.com>
105
106 * gnu-nat.c (make_inf) Update declaration.
107 (make_inf): Make it static.
108 (inf_set_traced): Likewise.
109 (inf_port_to_thread, inf_task_died_status): Likewise.
110
d57dda0a
YQ
1112014-01-07 Yao Qi <yao@codesourcery.com>
112
113 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
114
3aa8c969
YQ
1152014-01-07 Yao Qi <yao@codesourcery.com>
116
117 * gnu-nat.c (_initialize_gnu_nat): Declare.
118
94123b4f
YQ
1192014-01-07 Yao Qi <yao@codesourcery.com>
120
121 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
122 'enum bfd_endian'.
123 (struct gdbarch_info) <byte_order>: Change type to
124 'enum bfd_endian'.
125 <byte_order_for_code>: Likewise.
126 * gdbarch.c, gdbarch.h: Regenerated.
127
dc81d70a
TT
1282014-01-06 Sasha Smundak <asmundak@google.com>
129
130 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
131
cc2f3c35
TT
1322014-01-06 Tom Tromey <tromey@redhat.com>
133
134 * doublest.c (convert_doublest_to_floatformat): Use const, not
135 CONST.
136 * somread.c (som_symtab_read): Likewise.
137
adcf2eed
HZ
1382014-01-07 Hui Zhu <hui@codesourcery.com>
139
140 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
141 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
142 (gdb_bfd_fopen): Ditto.
143 (gdb_bfd_openr): Ditto.
144 (gdb_bfd_openw): Ditto.
145 (gdb_bfd_openr_iovec): Ditto.
146 (gdb_bfd_fdopenr): Ditto.
147 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
148 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
149 with xstrdup.
150 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
151 with xstrdup.
152 * symfile-mem.c (symbol_file_add_from_memory): Removed
153 gdb_bfd_stash_filename.
154
50722198
DE
1552014-01-03 Doug Evans <dje@google.com>
156
157 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
158 output.
159
2fa4b862
JB
1602014-01-01 Joel Brobecker <brobecker@adacore.com>
161
162 Update year range in copyright notice of all files.
163
28498c42
JB
1642014-01-01 Joel Brobecker <brobecker@adacore.com>
165
166 * top.c (print_gdb_version): Set copyright year to 2014.
167
7b6e1046
JB
1682014-01-01 Joel Brobecker <brobecker@adacore.com>
169
170 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
171
df96af55 172For older changes see ChangeLog-2013.
c906108c
SS
173\f
174Local Variables:
175mode: change-log
176left-margin: 8
177fill-column: 74
178version-control: never
57da7796 179coding: utf-8
c906108c 180End:
This page took 1.60125 seconds and 4 git commands to generate.