]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Use correct default for target functions that return pointer
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1b67eb02
AS
12014-01-07 Andreas Schwab <schwab@linux-m68k.org>
2
3 * target.c (return_null): Define.
4 (update_current_target): Use it instead of return_zero for
5 functions that return a pointer.
6
5e3f4fab
EBM
72014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8
9 * source.c (add_path): Fix check for duplicated paths in the previously
10 included paths.
11
e2616788
HK
122014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
13
14 * ada-lang.c: Remove duplicated include statements.
15 * alphabsd-nat.c: Ditto.
16 * amd64-darwin-tdep.c: Ditto.
17 * amd64fbsd-nat.c: Ditto.
18 * auto-load.c: Ditto.
19 * ax-gdb.c: Ditto.
20 * breakpoint.c: Ditto.
21 * dbxread.c: Ditto.
22 * fork-child.c: Ditto.
23 * gdb_usleep.c: Ditto.
24 * i386-darwin-tdep.c: Ditto.
25 * i386fbsd-nat.c: Ditto.
26 * infcmd.c: Ditto.
27 * inferior.c: Ditto.
28 * jv-lang.c: Ditto.
29 * linux-nat.c: Ditto.
30 * linux-tdep.c: Ditto.
31 * m68kbsd-nat.c: Ditto.
32 * m68klinux-nat.c: Ditto.
33 * microblaze-tdep.c: Ditto.
34 * mips-linux-tdep.c: Ditto.
35 * mn10300-tdep.c: Ditto.
36 * nto-tdep.c: Ditto.
37 * opencl-lang.c: Ditto.
38 * osdata.c: Ditto.
39 * printcmd.c: Ditto.
40 * regcache.c: Ditto.
41 * remote-m32r-sdi.c: Ditto.
42 * remote.c: Ditto.
43 * symfile.c: Ditto.
44 * symtab.c: Ditto.
45 * tilegx-linux-nat.c: Ditto.
46 * tilegx-tdep.c: Ditto.
47 * tracepoint.c: Ditto.
48 * valops.c: Ditto.
49 * vaxbsd-nat.c: Ditto.
50 * windows-nat.c: Ditto.
51 * xtensa-tdep.c: Ditto.
52
bd1f7788
YQ
532014-01-07 Yao Qi <yao@codesourcery.com>
54
55 * spu-linux-nat.c (_initialize_spu_nat): Declare.
56
8e355c5d
JB
572014-01-07 Joel Brobecker <brobecker@adacore.com>
58
59 * ada-valprint.c (print_field_values): Add "language" parameter.
60 Update calls to print_field_values and print_variant_part.
61 Pass new parameter "language" in call to val_print instead
62 of "current_language". Replace call to ada_val_print by call
63 to val_print.
64 (print_variant_part): Add "language" parameter.
65 (ada_val_print_struct_union): Update call to print_field_values.
66
4fbf5aa5
JB
672014-01-07 Joel Brobecker <brobecker@adacore.com>
68
69 * ada-valprint.c (ui_memcpy): Delete.
70 (ada_print_floating): Update documentation. Add empty line
71 between between function documentation and implementation.
72 Delete variable "buffer". Use ui_file_xstrdup in place of
73 ui_file_put. Minor adjustments following this change.
74
71855601
JB
752014-01-07 Joel Brobecker <brobecker@adacore.com>
76
77 * ada-valprint.c (ada_val_print_string): New function,
78 extracted from ada_val_print_array.
79 (ada_val_print_array): Replace extracted code by call
80 to ada_val_print_string followed by a return. Move
81 "else" branch to the function's top block.
82
4eb27a30
JB
832014-01-07 Joel Brobecker <brobecker@adacore.com>
84
85 * ada-valprint.c (ada_val_print_array): Move implementation
86 down. Rename parameter "offset" and "val" into "offset_aligned"
87 and "original_value" respectively. Add parameter "offset".
88
34b27950
JB
892014-01-07 Joel Brobecker <brobecker@adacore.com>
90
91 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
92 re-organizing the code. Change the "???" message printed
93 when target type is a TYPE_CODE_UNDEF into
94 "<ref to undefined type>".
95
079e4591
JB
962014-01-07 Joel Brobecker <brobecker@adacore.com>
97
98 * ada-valprint.c (print_record): Delete, implementation inlined...
99 (ada_val_print_struct_union): ... here. Remove call to
100 ada_check_typedef in inlined implementation.
101
8004dfd1
JB
1022014-01-07 Joel Brobecker <brobecker@adacore.com>
103
104 * ada-valprint.c (ada_val_print_gnat_array): New function,
105 extracted from ada_val_print_1;
106 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
107 (ada_val_print_flt, ada_val_print_struct_union)
108 (ada_val_print_ref): Likewise.
109 (ada_val_print_1): Delete variables i and elttype.
110 Replace extracted-out code by call to corresponding
111 new functions.
112
760a2db0
JB
1132014-01-07 Joel Brobecker <brobecker@adacore.com>
114
115 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
116
3a92c861
JB
1172014-01-07 Joel Brobecker <brobecker@adacore.com>
118
119 * ada-valprint.c (ada_val_print_1): Replace calls to
120 ada_val_print_1 by calls to val_print.
121
cd1630f9
JB
1222014-01-07 Joel Brobecker <brobecker@adacore.com>
123
124 * ada-valprint.c (ada_val_print_1): Add parameter "language".
125 Update calls to self accordingly. Replace calls to c_val_print
126 by calls to val_print.
127
bdf779a0
JB
1282014-01-07 Joel Brobecker <brobecker@adacore.com>
129
130 * ada-valprint.c (print_record): Delete declaration.
131 (adjust_type_signedness, ada_val_print_1): Likewise.
132 (ada_val_print): Move function implementation down.
133 (print_variant_part, print_field_values, print_record):
134 Move function implementation up.
135
c0d48811
JB
1362014-01-07 Joel Brobecker <brobecker@adacore.com>
137
138 * python/py-type.c (typy_get_name): New function.
139 (type_object_getset): Add entry for attribute "name".
140 * NEWS: Add entry mentioning this new attribute.
141
c26e9cbb
YQ
1422014-01-07 Yao Qi <yao@codesourcery.com>
143
144 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
145 statement.
146
0cc6f43d
YQ
1472014-01-07 Yao Qi <yao@codesourcery.com>
148
149 * gnu-nat.c (info_port_rights): Add qualifier const to
150 argument args.
151
eec03155
YQ
1522014-01-07 Yao Qi <yao@codesourcery.com>
153
154 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
155
f04a82ef
YQ
1562014-01-07 Yao Qi <yao@codesourcery.com>
157
158 * gnu-nat.c (make_inf) Update declaration.
159 (make_inf): Make it static.
160 (inf_set_traced): Likewise.
161 (inf_port_to_thread, inf_task_died_status): Likewise.
162
d57dda0a
YQ
1632014-01-07 Yao Qi <yao@codesourcery.com>
164
165 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
166
3aa8c969
YQ
1672014-01-07 Yao Qi <yao@codesourcery.com>
168
169 * gnu-nat.c (_initialize_gnu_nat): Declare.
170
94123b4f
YQ
1712014-01-07 Yao Qi <yao@codesourcery.com>
172
173 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
174 'enum bfd_endian'.
175 (struct gdbarch_info) <byte_order>: Change type to
176 'enum bfd_endian'.
177 <byte_order_for_code>: Likewise.
178 * gdbarch.c, gdbarch.h: Regenerated.
179
dc81d70a
TT
1802014-01-06 Sasha Smundak <asmundak@google.com>
181
182 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
183
cc2f3c35
TT
1842014-01-06 Tom Tromey <tromey@redhat.com>
185
186 * doublest.c (convert_doublest_to_floatformat): Use const, not
187 CONST.
188 * somread.c (som_symtab_read): Likewise.
189
adcf2eed
HZ
1902014-01-07 Hui Zhu <hui@codesourcery.com>
191
192 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
193 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
194 (gdb_bfd_fopen): Ditto.
195 (gdb_bfd_openr): Ditto.
196 (gdb_bfd_openw): Ditto.
197 (gdb_bfd_openr_iovec): Ditto.
198 (gdb_bfd_fdopenr): Ditto.
199 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
200 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
201 with xstrdup.
202 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
203 with xstrdup.
204 * symfile-mem.c (symbol_file_add_from_memory): Removed
205 gdb_bfd_stash_filename.
206
50722198
DE
2072014-01-03 Doug Evans <dje@google.com>
208
209 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
210 output.
211
2fa4b862
JB
2122014-01-01 Joel Brobecker <brobecker@adacore.com>
213
214 Update year range in copyright notice of all files.
215
28498c42
JB
2162014-01-01 Joel Brobecker <brobecker@adacore.com>
217
218 * top.c (print_gdb_version): Set copyright year to 2014.
219
7b6e1046
JB
2202014-01-01 Joel Brobecker <brobecker@adacore.com>
221
222 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
223
df96af55 224For older changes see ChangeLog-2013.
c906108c
SS
225\f
226Local Variables:
227mode: change-log
228left-margin: 8
229fill-column: 74
230version-control: never
57da7796 231coding: utf-8
c906108c 232End: