]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Fix copyright year
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b7ea362b
PA
12014-01-08 Pedro Alves <palves@redhat.com>
2
3 * remote.c (remote_add_thread): Add threads silently if starting
4 up.
5 (remote_notice_new_inferior): If in all-stop, and starting up,
6 don't call notice_new_inferior.
7 (get_current_thread): New function, factored out from ...
8 (add_current_inferior_and_thread): ... this. Adjust.
9 (remote_start_remote) <all-stop>: Fetch the thread list. If we
10 found any thread, then select the remote's current thread as GDB's
11 current thread too.
12
b7bba001
JB
132014-01-08 Joel Brobecker <brobecker@adacore.com>
14
15 * NEWS: Create a new section for the next release branch.
16 Rename the section of the current branch, now that it has
17 been cut.
18
16dfbded
JB
192014-01-08 Joel Brobecker <brobecker@adacore.com>
20
21 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
22 * version.in: Bump version to 7.7.50.DATE-cvs.
23
22c90ac1
YQ
242014-01-08 Yao Qi <yao@codesourcery.com>
25
26 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
27 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
28 (spu_xfer_partial): Cast 'buf' to 'const char *'.
29
d64ad97c
YQ
302014-01-08 Yao Qi <yao@codesourcery.com>
31
32 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
33 return value of bfd_get_filename to symbol_file_add_from_bfd.
34
f93ba80c
PM
352014-01-08 Pierre Muller <muller@sourceware.org>
36
37 Fix PR16201.
38 * coff-pe-read.c (struct read_pe_section_data): Add index field.
39 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
40 to prim_record_mininal_symbol_and_info.
41 (add_pe_forwarded_sym): Use known section number of forwarded symbol
42 in call to prim_record_minimal_symbol_and_info.
43 (read_pe_exported_syms): Set index field of section_data.
44
a4d9ba85
AP
452014-01-07 Andrew Pinski <apinski@cavium.com>
46
47 * features/aarch64-core.xml (cpsr): Change to be 64bit.
48 * features/aarch64.c: Regenerate.
49
1b67eb02
AS
502014-01-07 Andreas Schwab <schwab@linux-m68k.org>
51
52 * target.c (return_null): Define.
53 (update_current_target): Use it instead of return_zero for
54 functions that return a pointer.
55
5e3f4fab
EBM
562014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
57
58 * source.c (add_path): Fix check for duplicated paths in the previously
59 included paths.
60
e2616788
HK
612014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
62
63 * ada-lang.c: Remove duplicated include statements.
64 * alphabsd-nat.c: Ditto.
65 * amd64-darwin-tdep.c: Ditto.
66 * amd64fbsd-nat.c: Ditto.
67 * auto-load.c: Ditto.
68 * ax-gdb.c: Ditto.
69 * breakpoint.c: Ditto.
70 * dbxread.c: Ditto.
71 * fork-child.c: Ditto.
72 * gdb_usleep.c: Ditto.
73 * i386-darwin-tdep.c: Ditto.
74 * i386fbsd-nat.c: Ditto.
75 * infcmd.c: Ditto.
76 * inferior.c: Ditto.
77 * jv-lang.c: Ditto.
78 * linux-nat.c: Ditto.
79 * linux-tdep.c: Ditto.
80 * m68kbsd-nat.c: Ditto.
81 * m68klinux-nat.c: Ditto.
82 * microblaze-tdep.c: Ditto.
83 * mips-linux-tdep.c: Ditto.
84 * mn10300-tdep.c: Ditto.
85 * nto-tdep.c: Ditto.
86 * opencl-lang.c: Ditto.
87 * osdata.c: Ditto.
88 * printcmd.c: Ditto.
89 * regcache.c: Ditto.
90 * remote-m32r-sdi.c: Ditto.
91 * remote.c: Ditto.
92 * symfile.c: Ditto.
93 * symtab.c: Ditto.
94 * tilegx-linux-nat.c: Ditto.
95 * tilegx-tdep.c: Ditto.
96 * tracepoint.c: Ditto.
97 * valops.c: Ditto.
98 * vaxbsd-nat.c: Ditto.
99 * windows-nat.c: Ditto.
100 * xtensa-tdep.c: Ditto.
101
bd1f7788
YQ
1022014-01-07 Yao Qi <yao@codesourcery.com>
103
104 * spu-linux-nat.c (_initialize_spu_nat): Declare.
105
79301218
JB
1062014-01-07 Yao Qi <yao@codesourcery.com>
107 Joel Brobecker <brobecker@adacore.com>
108
109 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
110 (pdc_write_regs): Likewise.
111 (fetch_regs_kernel_thread): Likewise.
112 (store_regs_kernel_thread): Likewise.
113
1142014-01-07 Joel Brobecker <brobecker@adacore.com>
115
116 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
117 tagged type objects to their actual type.
118
8e355c5d
JB
1192014-01-07 Joel Brobecker <brobecker@adacore.com>
120
121 * ada-valprint.c (print_field_values): Add "language" parameter.
122 Update calls to print_field_values and print_variant_part.
123 Pass new parameter "language" in call to val_print instead
124 of "current_language". Replace call to ada_val_print by call
125 to val_print.
126 (print_variant_part): Add "language" parameter.
127 (ada_val_print_struct_union): Update call to print_field_values.
128
4fbf5aa5
JB
1292014-01-07 Joel Brobecker <brobecker@adacore.com>
130
131 * ada-valprint.c (ui_memcpy): Delete.
132 (ada_print_floating): Update documentation. Add empty line
133 between between function documentation and implementation.
134 Delete variable "buffer". Use ui_file_xstrdup in place of
135 ui_file_put. Minor adjustments following this change.
136
71855601
JB
1372014-01-07 Joel Brobecker <brobecker@adacore.com>
138
139 * ada-valprint.c (ada_val_print_string): New function,
140 extracted from ada_val_print_array.
141 (ada_val_print_array): Replace extracted code by call
142 to ada_val_print_string followed by a return. Move
143 "else" branch to the function's top block.
144
4eb27a30
JB
1452014-01-07 Joel Brobecker <brobecker@adacore.com>
146
147 * ada-valprint.c (ada_val_print_array): Move implementation
148 down. Rename parameter "offset" and "val" into "offset_aligned"
149 and "original_value" respectively. Add parameter "offset".
150
34b27950
JB
1512014-01-07 Joel Brobecker <brobecker@adacore.com>
152
153 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
154 re-organizing the code. Change the "???" message printed
155 when target type is a TYPE_CODE_UNDEF into
156 "<ref to undefined type>".
157
079e4591
JB
1582014-01-07 Joel Brobecker <brobecker@adacore.com>
159
160 * ada-valprint.c (print_record): Delete, implementation inlined...
161 (ada_val_print_struct_union): ... here. Remove call to
162 ada_check_typedef in inlined implementation.
163
8004dfd1
JB
1642014-01-07 Joel Brobecker <brobecker@adacore.com>
165
166 * ada-valprint.c (ada_val_print_gnat_array): New function,
167 extracted from ada_val_print_1;
168 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
169 (ada_val_print_flt, ada_val_print_struct_union)
170 (ada_val_print_ref): Likewise.
171 (ada_val_print_1): Delete variables i and elttype.
172 Replace extracted-out code by call to corresponding
173 new functions.
174
760a2db0
JB
1752014-01-07 Joel Brobecker <brobecker@adacore.com>
176
177 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
178
3a92c861
JB
1792014-01-07 Joel Brobecker <brobecker@adacore.com>
180
181 * ada-valprint.c (ada_val_print_1): Replace calls to
182 ada_val_print_1 by calls to val_print.
183
cd1630f9
JB
1842014-01-07 Joel Brobecker <brobecker@adacore.com>
185
186 * ada-valprint.c (ada_val_print_1): Add parameter "language".
187 Update calls to self accordingly. Replace calls to c_val_print
188 by calls to val_print.
189
bdf779a0
JB
1902014-01-07 Joel Brobecker <brobecker@adacore.com>
191
192 * ada-valprint.c (print_record): Delete declaration.
193 (adjust_type_signedness, ada_val_print_1): Likewise.
194 (ada_val_print): Move function implementation down.
195 (print_variant_part, print_field_values, print_record):
196 Move function implementation up.
197
c0d48811
JB
1982014-01-07 Joel Brobecker <brobecker@adacore.com>
199
200 * python/py-type.c (typy_get_name): New function.
201 (type_object_getset): Add entry for attribute "name".
202 * NEWS: Add entry mentioning this new attribute.
203
c26e9cbb
YQ
2042014-01-07 Yao Qi <yao@codesourcery.com>
205
206 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
207 statement.
208
0cc6f43d
YQ
2092014-01-07 Yao Qi <yao@codesourcery.com>
210
211 * gnu-nat.c (info_port_rights): Add qualifier const to
212 argument args.
213
eec03155
YQ
2142014-01-07 Yao Qi <yao@codesourcery.com>
215
216 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
217
f04a82ef
YQ
2182014-01-07 Yao Qi <yao@codesourcery.com>
219
220 * gnu-nat.c (make_inf) Update declaration.
221 (make_inf): Make it static.
222 (inf_set_traced): Likewise.
223 (inf_port_to_thread, inf_task_died_status): Likewise.
224
d57dda0a
YQ
2252014-01-07 Yao Qi <yao@codesourcery.com>
226
227 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
228
3aa8c969
YQ
2292014-01-07 Yao Qi <yao@codesourcery.com>
230
231 * gnu-nat.c (_initialize_gnu_nat): Declare.
232
94123b4f
YQ
2332014-01-07 Yao Qi <yao@codesourcery.com>
234
235 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
236 'enum bfd_endian'.
237 (struct gdbarch_info) <byte_order>: Change type to
238 'enum bfd_endian'.
239 <byte_order_for_code>: Likewise.
240 * gdbarch.c, gdbarch.h: Regenerated.
241
dc81d70a
TT
2422014-01-06 Sasha Smundak <asmundak@google.com>
243
244 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
245
cc2f3c35
TT
2462014-01-06 Tom Tromey <tromey@redhat.com>
247
248 * doublest.c (convert_doublest_to_floatformat): Use const, not
249 CONST.
250 * somread.c (som_symtab_read): Likewise.
251
adcf2eed
HZ
2522014-01-07 Hui Zhu <hui@codesourcery.com>
253
254 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
255 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
256 (gdb_bfd_fopen): Ditto.
257 (gdb_bfd_openr): Ditto.
258 (gdb_bfd_openw): Ditto.
259 (gdb_bfd_openr_iovec): Ditto.
260 (gdb_bfd_fdopenr): Ditto.
261 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
262 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
263 with xstrdup.
264 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
265 with xstrdup.
266 * symfile-mem.c (symbol_file_add_from_memory): Removed
267 gdb_bfd_stash_filename.
268
50722198
DE
2692014-01-03 Doug Evans <dje@google.com>
270
271 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
272 output.
273
2fa4b862
JB
2742014-01-01 Joel Brobecker <brobecker@adacore.com>
275
276 Update year range in copyright notice of all files.
277
28498c42
JB
2782014-01-01 Joel Brobecker <brobecker@adacore.com>
279
280 * top.c (print_gdb_version): Set copyright year to 2014.
281
7b6e1046
JB
2822014-01-01 Joel Brobecker <brobecker@adacore.com>
283
284 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
285
df96af55 286For older changes see ChangeLog-2013.
c906108c
SS
287\f
288Local Variables:
289mode: change-log
290left-margin: 8
291fill-column: 74
292version-control: never
57da7796 293coding: utf-8
c906108c 294End: