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