Update NEWS post GDB 7.7 branch creation.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
b7bba001
JB
12014-01-08 Joel Brobecker <brobecker@adacore.com>
2
3 * NEWS: Create a new section for the next release branch.
4 Rename the section of the current branch, now that it has
5 been cut.
6
16dfbded
JB
72014-01-08 Joel Brobecker <brobecker@adacore.com>
8
9 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
10 * version.in: Bump version to 7.7.50.DATE-cvs.
11
22c90ac1
YQ
122014-01-08 Yao Qi <yao@codesourcery.com>
13
14 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
15 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
16 (spu_xfer_partial): Cast 'buf' to 'const char *'.
17
d64ad97c
YQ
182014-01-08 Yao Qi <yao@codesourcery.com>
19
20 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
21 return value of bfd_get_filename to symbol_file_add_from_bfd.
22
f93ba80c
PM
232014-01-08 Pierre Muller <muller@sourceware.org>
24
25 Fix PR16201.
26 * coff-pe-read.c (struct read_pe_section_data): Add index field.
27 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
28 to prim_record_mininal_symbol_and_info.
29 (add_pe_forwarded_sym): Use known section number of forwarded symbol
30 in call to prim_record_minimal_symbol_and_info.
31 (read_pe_exported_syms): Set index field of section_data.
32
a4d9ba85
AP
332014-01-07 Andrew Pinski <apinski@cavium.com>
34
35 * features/aarch64-core.xml (cpsr): Change to be 64bit.
36 * features/aarch64.c: Regenerate.
37
1b67eb02
AS
382014-01-07 Andreas Schwab <schwab@linux-m68k.org>
39
40 * target.c (return_null): Define.
41 (update_current_target): Use it instead of return_zero for
42 functions that return a pointer.
43
5e3f4fab
EBM
442014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
45
46 * source.c (add_path): Fix check for duplicated paths in the previously
47 included paths.
48
e2616788
HK
492014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
50
51 * ada-lang.c: Remove duplicated include statements.
52 * alphabsd-nat.c: Ditto.
53 * amd64-darwin-tdep.c: Ditto.
54 * amd64fbsd-nat.c: Ditto.
55 * auto-load.c: Ditto.
56 * ax-gdb.c: Ditto.
57 * breakpoint.c: Ditto.
58 * dbxread.c: Ditto.
59 * fork-child.c: Ditto.
60 * gdb_usleep.c: Ditto.
61 * i386-darwin-tdep.c: Ditto.
62 * i386fbsd-nat.c: Ditto.
63 * infcmd.c: Ditto.
64 * inferior.c: Ditto.
65 * jv-lang.c: Ditto.
66 * linux-nat.c: Ditto.
67 * linux-tdep.c: Ditto.
68 * m68kbsd-nat.c: Ditto.
69 * m68klinux-nat.c: Ditto.
70 * microblaze-tdep.c: Ditto.
71 * mips-linux-tdep.c: Ditto.
72 * mn10300-tdep.c: Ditto.
73 * nto-tdep.c: Ditto.
74 * opencl-lang.c: Ditto.
75 * osdata.c: Ditto.
76 * printcmd.c: Ditto.
77 * regcache.c: Ditto.
78 * remote-m32r-sdi.c: Ditto.
79 * remote.c: Ditto.
80 * symfile.c: Ditto.
81 * symtab.c: Ditto.
82 * tilegx-linux-nat.c: Ditto.
83 * tilegx-tdep.c: Ditto.
84 * tracepoint.c: Ditto.
85 * valops.c: Ditto.
86 * vaxbsd-nat.c: Ditto.
87 * windows-nat.c: Ditto.
88 * xtensa-tdep.c: Ditto.
89
bd1f7788
YQ
902014-01-07 Yao Qi <yao@codesourcery.com>
91
92 * spu-linux-nat.c (_initialize_spu_nat): Declare.
93
79301218
JB
942014-01-07 Yao Qi <yao@codesourcery.com>
95 Joel Brobecker <brobecker@adacore.com>
96
97 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
98 (pdc_write_regs): Likewise.
99 (fetch_regs_kernel_thread): Likewise.
100 (store_regs_kernel_thread): Likewise.
101
1022014-01-07 Joel Brobecker <brobecker@adacore.com>
103
104 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
105 tagged type objects to their actual type.
106
8e355c5d
JB
1072014-01-07 Joel Brobecker <brobecker@adacore.com>
108
109 * ada-valprint.c (print_field_values): Add "language" parameter.
110 Update calls to print_field_values and print_variant_part.
111 Pass new parameter "language" in call to val_print instead
112 of "current_language". Replace call to ada_val_print by call
113 to val_print.
114 (print_variant_part): Add "language" parameter.
115 (ada_val_print_struct_union): Update call to print_field_values.
116
4fbf5aa5
JB
1172014-01-07 Joel Brobecker <brobecker@adacore.com>
118
119 * ada-valprint.c (ui_memcpy): Delete.
120 (ada_print_floating): Update documentation. Add empty line
121 between between function documentation and implementation.
122 Delete variable "buffer". Use ui_file_xstrdup in place of
123 ui_file_put. Minor adjustments following this change.
124
71855601
JB
1252014-01-07 Joel Brobecker <brobecker@adacore.com>
126
127 * ada-valprint.c (ada_val_print_string): New function,
128 extracted from ada_val_print_array.
129 (ada_val_print_array): Replace extracted code by call
130 to ada_val_print_string followed by a return. Move
131 "else" branch to the function's top block.
132
4eb27a30
JB
1332014-01-07 Joel Brobecker <brobecker@adacore.com>
134
135 * ada-valprint.c (ada_val_print_array): Move implementation
136 down. Rename parameter "offset" and "val" into "offset_aligned"
137 and "original_value" respectively. Add parameter "offset".
138
34b27950
JB
1392014-01-07 Joel Brobecker <brobecker@adacore.com>
140
141 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
142 re-organizing the code. Change the "???" message printed
143 when target type is a TYPE_CODE_UNDEF into
144 "<ref to undefined type>".
145
079e4591
JB
1462014-01-07 Joel Brobecker <brobecker@adacore.com>
147
148 * ada-valprint.c (print_record): Delete, implementation inlined...
149 (ada_val_print_struct_union): ... here. Remove call to
150 ada_check_typedef in inlined implementation.
151
8004dfd1
JB
1522014-01-07 Joel Brobecker <brobecker@adacore.com>
153
154 * ada-valprint.c (ada_val_print_gnat_array): New function,
155 extracted from ada_val_print_1;
156 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
157 (ada_val_print_flt, ada_val_print_struct_union)
158 (ada_val_print_ref): Likewise.
159 (ada_val_print_1): Delete variables i and elttype.
160 Replace extracted-out code by call to corresponding
161 new functions.
162
760a2db0
JB
1632014-01-07 Joel Brobecker <brobecker@adacore.com>
164
165 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
166
3a92c861
JB
1672014-01-07 Joel Brobecker <brobecker@adacore.com>
168
169 * ada-valprint.c (ada_val_print_1): Replace calls to
170 ada_val_print_1 by calls to val_print.
171
cd1630f9
JB
1722014-01-07 Joel Brobecker <brobecker@adacore.com>
173
174 * ada-valprint.c (ada_val_print_1): Add parameter "language".
175 Update calls to self accordingly. Replace calls to c_val_print
176 by calls to val_print.
177
bdf779a0
JB
1782014-01-07 Joel Brobecker <brobecker@adacore.com>
179
180 * ada-valprint.c (print_record): Delete declaration.
181 (adjust_type_signedness, ada_val_print_1): Likewise.
182 (ada_val_print): Move function implementation down.
183 (print_variant_part, print_field_values, print_record):
184 Move function implementation up.
185
c0d48811
JB
1862014-01-07 Joel Brobecker <brobecker@adacore.com>
187
188 * python/py-type.c (typy_get_name): New function.
189 (type_object_getset): Add entry for attribute "name".
190 * NEWS: Add entry mentioning this new attribute.
191
c26e9cbb
YQ
1922014-01-07 Yao Qi <yao@codesourcery.com>
193
194 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
195 statement.
196
0cc6f43d
YQ
1972014-01-07 Yao Qi <yao@codesourcery.com>
198
199 * gnu-nat.c (info_port_rights): Add qualifier const to
200 argument args.
201
eec03155
YQ
2022014-01-07 Yao Qi <yao@codesourcery.com>
203
204 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
205
f04a82ef
YQ
2062014-01-07 Yao Qi <yao@codesourcery.com>
207
208 * gnu-nat.c (make_inf) Update declaration.
209 (make_inf): Make it static.
210 (inf_set_traced): Likewise.
211 (inf_port_to_thread, inf_task_died_status): Likewise.
212
d57dda0a
YQ
2132014-01-07 Yao Qi <yao@codesourcery.com>
214
215 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
216
3aa8c969
YQ
2172014-01-07 Yao Qi <yao@codesourcery.com>
218
219 * gnu-nat.c (_initialize_gnu_nat): Declare.
220
94123b4f
YQ
2212014-01-07 Yao Qi <yao@codesourcery.com>
222
223 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
224 'enum bfd_endian'.
225 (struct gdbarch_info) <byte_order>: Change type to
226 'enum bfd_endian'.
227 <byte_order_for_code>: Likewise.
228 * gdbarch.c, gdbarch.h: Regenerated.
229
dc81d70a
TT
2302014-01-06 Sasha Smundak <asmundak@google.com>
231
232 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
233
cc2f3c35
TT
2342014-01-06 Tom Tromey <tromey@redhat.com>
235
236 * doublest.c (convert_doublest_to_floatformat): Use const, not
237 CONST.
238 * somread.c (som_symtab_read): Likewise.
239
adcf2eed
HZ
2402014-01-07 Hui Zhu <hui@codesourcery.com>
241
242 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
243 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
244 (gdb_bfd_fopen): Ditto.
245 (gdb_bfd_openr): Ditto.
246 (gdb_bfd_openw): Ditto.
247 (gdb_bfd_openr_iovec): Ditto.
248 (gdb_bfd_fdopenr): Ditto.
249 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
250 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
251 with xstrdup.
252 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
253 with xstrdup.
254 * symfile-mem.c (symbol_file_add_from_memory): Removed
255 gdb_bfd_stash_filename.
256
50722198
DE
2572014-01-03 Doug Evans <dje@google.com>
258
259 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
260 output.
261
2fa4b862
JB
2622014-01-01 Joel Brobecker <brobecker@adacore.com>
263
264 Update year range in copyright notice of all files.
265
28498c42
JB
2662014-01-01 Joel Brobecker <brobecker@adacore.com>
267
268 * top.c (print_gdb_version): Set copyright year to 2014.
269
7b6e1046
JB
2702014-01-01 Joel Brobecker <brobecker@adacore.com>
271
272 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
273
df96af55 274For older changes see ChangeLog-2013.
c906108c
SS
275\f
276Local Variables:
277mode: change-log
278left-margin: 8
279fill-column: 74
280version-control: never
57da7796 281coding: utf-8
c906108c 282End:
This page took 2.346495 seconds and 4 git commands to generate.