* gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e0cd558a
UW
12007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * gdbarch.sh (software_single_step): Remove "insert_breakpoints_p" and
4 "sig" arguments, add "regcache" argument.
5 * gdbarch.c, gdbarch.h: Regenerate.
6
7 * infrun.c (resume): Update SOFTWARE_SINGLE_STEP call arguments.
8 (handle_inferior_event): Call remove_single_step_breakpoints directly
9 instead of calling SOFTWARE_SINGLE_STEP to remove breakpoints.
10
11 * alpha-tdep.c (alpha_software_single_step): Update argument list.
12 Remove handling of !insert_breakpoints_p case.
13 * arm-tdep.c (arm_software_single_step): Likewise.
14 * cris-tdep.c (cris_software_single_step): Likewise.
15 * mips-tdep.c (mips_software_single_step): Likewise.
16 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
17 * sparc-tdep.c (sparc_software_single_step): Likewise.
18 * spu-tdep.c (spu_software_single_step): Likewise.
19
20 * alpha-tdep.h (alpha_software_single_step): Update prototype.
21 * mips-tdep.h (mips_software_single_step): Likewise.
22 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
23 * sparc-tdep.h (sparc_software_single_step): Likewise.
24
06a86285
UW
252007-04-14 Ulrich Weigand <uweigand@de.ibm.com>
26
27 * alpha-tdep.c (alpha_software_single_step): Do not call write_pc
28 when removing single-step breakpoints.
29
25d5ea92
VP
302007-04-14 Vladimir Prus <vladimir@codesourcery.com>
31
32 * varobj.h (varobj_set_frozen): New
33 (varobj_get_frozen): New.
34 (varobj_update): New parameter explicit.
35 * varobj.c (struct varobj): New fields frozen
36 and not_fetched.
37 (varobj_set_frozen, varobj_get_frozen): New.
38 (install_new_value): Don't fetch values for
39 frozen variable object, or children thereof. Allow
40 a frozen variable object to have non-fetched value.
41 (varobj_update): Allow updating child variables.
42 Don't traverse frozen children.
43 (new_variable): Initialize the frozen field.
44 (c_value_of_variable): Return NULL for frozen
45 variable without any value yet.
46 * mi/mi-cmd-var.c (varobj_update_one): New parameter
47 'explicit'.
48 (mi_cmd_var_create): Output the 'frozen' field,
49 as soon as testsuite is adjusted to expect that field.
50 (mi_cmd_var_set_frozen): New.
51 (mi_cmd_var_update): Pass the 'explicit' parameter to
52 varobj_update_one.
53 * mi/mi-cmds.c (mi_cmds): Register '-var-set-frozen'.
54 * mi/mi-cmds.h (mi_cmd_var_set_frozen): Declare.
55
6e3bbd1a
PB
562007-04-13 Paul Brook <paul@codesourcery.com>
57
58 * target-descriptions.c (tdesc_named_type): Add ieee_single and
59 ieee_double.
60 * doc/gdb.texinfo: Document ieee_single and ieee_double target types.
61
ea35711c
DJ
622007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
63
64 * mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
65 remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
66 scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
67 ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
68 * Makefile.in: Remove references to deleted files.
69 * README: Do not mention deleted ROM monitor interfaces.
70 * defs.h (enum language): Delete language_scm.
71 * expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
72 (dump_subexp_body_standard): Likewise.
73 * parse.c (operator_length_standard): Likewise.
74 * expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
75 * remote-mips.c: Do not include remote-utils.h.
76 * remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
77 throughout.
78 * value.c: Do not include scm-lang.h.
79 (unpack_long): Delete scm_unpack call.
80 * config/h8300/h8300.mt, config/mips/embed.mt,
81 config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
82 config/sh/embed.mt, config/sh/linux.mt: Remove references to
83 deleted files.
84 * NEWS: Mention removed files.
85
058b9c07
DJ
862007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
87
88 * symfile.c (add_psymbol_with_dem_name_to_list): Remove.
89 * symfile.h (add_psymbol_with_dem_name_to_list): Remove prototype.
90
54d61198
DJ
912007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
92
93 * NEWS: Mention removal of HP aCC support.
94
e499d0f1
DJ
952007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
96
97 * solib-svr4.c (IGNORE_FIRST_LINK_MAP_ENTRY): Do not ignore the
98 first entry for static executables.
99 (breakpoint_addr): Delete unused variable.
100 (elf_locate_base): Search for _r_debug in static executables.
101 (enable_break): Do not set breakpoint_addr. Scan solib_break_names
102 also.
103
4d5b2cd7
DJ
1042007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * breakpoint.c (update_breakpoints_after_exec, print_it_typical)
107 (bpstat_what, print_one_breakpoint, allocate_bp_location)
108 (mention): Remove bp_through_sigtramp support.
109 * breakpoint.h (enum bptype): Remove bp_through_sigtramp.
110
46d57086
DJ
1112007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
112
113 * breakpoint.c (bpstat_what): Give step-resume higher priority than
114 shlib events.
115
d3169d93
DJ
1162007-04-13 Daniel Jacobowitz <dan@codesourcery.com>
117
118 * infrun.c: Doc fixes.
119 (handle_inferior_event): Clarify debug message.
120 (insert_step_resume_breakpoint_at_sal): Print a debug message.
121
8c9e4384
UW
1222007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
123
124 * configure.tgt (arm-*-nto*, sh-*-nto*): Remove.
125
9418f048
UW
1262007-04-12 Ulrich Weigand <uweigand@de.ibm.com>
127
128 * config/m68k/tm-monitor.h: Delete file.
129 * config/m68k/monitor.mt (DEPRECATED_TM_FILE): Remove.
130 * m68k-tdep.c (m68k_gdbarch_init): set_gdbarch_decr_pc_after_break
131 call moved to ...
132 * m68kbsd-tdep.c (m68kbsd_init_abi): ... here and ...
133 * m68klinux-tdep.c (m68k_linux_init_abi): ... here.
134
e6590a1b
UW
1352007-04-12 Luis Machado <luisgpm@br.ibm.com>
136
137 * gdbarch.sh (software_single_step): Change the return type
138 from void to int and reformatted some comments to <= 80
139 columns.
140 * gdbarch.c, gdbarch.h: Regenerated.
141 * alpha-tdep.c (alpha_software_single_step): Likewise.
142 * alpha-tdep.h (alpha_software_single_step): Likewise.
143 * arm-tdep.c (arm_software_single_step): Likewise.
144 * cris-tdep.c (cris_software_single_step): Likewise.
145 * mips-tdep.c (mips_software_single_step): Likewise.
146 * mips-tdep.h (mips_software_single_step): Likewise.
147 * rs6000-tdep.c (rs6000_software_single_step): Likewise.
148 * rs6000-tdep.h (rs6000_software_single_step): Likewise.
149 * sparc-tdep.c (sparc_software_single_step): Likewise.
150 * sparc-tdep.h (sparc_software_single_step): Likewise.
151 * spu-tdep.c (spu_software_single_step): Likewise.
152 * infrun.c (resume): Check the return value from SOFTWARE_SINGLE_STEP
153 and act accordingly.
154
58b38ee2
SE
1552007-04-11 Steve Ellcey <sje@cup.hp.com>
156
157 * configure.ac (build_warnings): Add -Wno-char-subscripts.
158 * configure: Regenerate.
159 * doc/gdbint.texinfo (warning flags): Add -Wno-char-subscripts.
160
70f575cc
JK
1612007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
162
163 * libunwind-frame.c (LIBUNWIND_SO): Use major version number for `.so'.
164
d77b6808
JK
1652007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
166
167 * gdbtypes.h (TYPE_FLAG_STUB_SUPPORTED, TYPE_STUB_SUPPORTED): New
168 macros.
169 (TYPE_IS_OPAQUE): Empty vs. opaque structures are now
170 distinct on the TYPE_STUB_SUPPORTED debug targets.
171 * dwarf2read.c (read_structure_type): Set TYPE_FLAG_STUB_SUPPORTED.
172
b0b92586
JB
1732007-04-11 Joel Brobecker <brobecker@adacore.com>
174
175 * sparc-tdep.c (X_RS2): New macro.
176 (sparc_skip_stack_check): New function.
177 (sparc_analyze_prologue): Adjust PC past stack probing
178 sequence if necessary.
179
a489f789
AS
1802007-04-10 Andreas Schwab <schwab@suse.de>
181
182 * rs6000-tdep.c (rs6000_dwarf2_reg_to_regnum): Decode 64 as CR
183 register.
184
b0b13bb4
DJ
1852007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
186
187 * breakpoint.c (gdb_breakpoint_query): Really return an
188 enum gdb_rc.
189 (gdb_breakpoint): Likewise.
3f11755e
DJ
190 * thread.c (gdb_list_thread_ids): Likewise.
191 (gdb_thread_select): Likewise.
b0b13bb4
DJ
192 * mi/mi-main.c (mi_cmd_thread_select): Expect an enum gdb_rc.
193 (mi_cmd_thread_list_ids): Remove bogus initialization.
194
1a92f856
DJ
1952007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
196
197 * Makefile.in (SFILES): Remove hpacc-abi.c.
198 (COMMON_OBS): Remove hpacc-abi.o.
199 (ALLDEPFILES): Remove hpread.c and $(HPREAD_SOURCE).
200 (hpacc-abi.o, hpread.o): Delete rules.
201 * somread.c: Delete extern declarations from hpread.c.
202 (som_symfile_read): Do not call do_pxdb or hpread_build_psymtabs.
203 (som_symfile_finish): Do not call hpread_symfile_finish.
204 (som_symfile_init): Do not call hpread_symfile_init.
205 * config/pa/hppa64.mt (TDEPFILES): Remove hpread.o.
206 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
207 * hpacc-abi.c, hpread.c: Deleted.
208
542c95c2
DJ
2092007-04-10 Daniel Jacobowitz <dan@codesourcery.com>
210
211 * solib-svr4.c (enable_break): Simplify return value.
212 (svr4_solib_create_inferior_hook): Do not warn if enable_break fails.
213
cfaefc65
AS
2142007-04-10 Andreas Schwab <schwab@suse.de>
215
216 * solib-svr4.h (struct link_map_offsets): Remove l_addr_size,
217 l_ld_size, l_next_size, l_prev_size, l_name_size.
218
219 * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use extract_typed_address
220 to extract addresses from link map.
221 (LM_DYNAMIC_FROM_LINK_MAP): Likewise.
222 (LM_NEXT): Likewise.
223 (LM_NAME): Likewise.
224 (IGNORE_FIRST_LINK_MAP_ENTRY): Likewise.
225 (elf_locate_base): Likewise.
226 (open_symbol_file_object): Likewise.
227 (svr4_fetch_objfile_link_map): Likewise.
228 (SOLIB_EXTRACT_ADDRESS): Remove unused macro.
229 (HAS_LM_DYNAMIC_FROM_LINK_MAP): Test l_ld_offset instead of
230 l_ld_size.
231 (svr4_ilp32_fetch_link_map_offsets): Don't set removed members.
232 (svr4_lp64_fetch_link_map_offsets): Likewise.
233
234 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Don't set
235 removed members. Set l_ld_offset to -1 if not present.
236
65cc4390
VP
2372007-04-08 Vladimir Prus <vladimir@codesourcery.com>
238
239 Pass stderr of program run with "target remote |"
240 via gdb_stderr.
241 * serial.c (serial_open): Set error_fd to -1.
242 * serial.h (struct serial): New field error_fd.
243 (struct serial_opts): New field avail.
244 * ser-pipe.c (pipe_open): Create another pair
245 of sockets. Pass stderr to gdb.
246 * ser-mingw.c (pipe_windows_open): Pass
247 PEX_STDERR_TO_PIPE to pex_run. Initialize
248 sd->error_fd.
249 (pipe_avail): New.
250 (_initialize_ser_windows): Hook pipe_avail.
251 * ser-base.c (generic_readchar): Check if there's
252 anything in stderr channel and route that to gdb_stderr.
253
e9112110
PA
2542007-04-03 Pedro Alves <pedro_alves@portugalmail.pt>
255
256 * dbxread.c (read_ofile_symtab): Move current_objfile
257 clearing to after end_stabs.
258
7f68ac27
AS
2592007-04-01 Andreas Schwab <schwab@suse.de>
260
261 * rs6000-tdep.c (rs6000_convert_from_func_ptr_addr): Use parameter
262 gdbarch instead of current_gdbarch.
263
e55dccf0
VP
2642007-04-01 Vladimir Prus <vladimir@codesourcery.com>
265
266 * varobj.c (varobj_create): Keep varobj value
267 NULL when evaluating the type.
268
7c963485
PA
2692007-03-31 Pedro Alves <pedro_alves@portugalmail.pt>
270
271 * NEWS: Mention new Windows CE support.
272
ad527d2e
PA
2732007-03-30 Pedro Alves <pedro_alves@portugalmail.pt>
274
275 * configure.tgt: Move mips*-*-pe and sh*-*-pe to
276 the obsoletion stanza.
277 * NEWS: Mention deleted targets.
278
279 * config/sh/tm-wince.h: Remove.
280 * config/sh/wince.mt: Remove.
281 * config/mips/tm-wince.h: Remove.
282 * config/mips/wince.mt: Remove.
283
284 * wince.c: Remove.
285 * wince-stub.c: Remove.
286 * wince-stub.h: Remove.
287 * Makefile.in (wince.o): Remove rule.
288 (wince-stub.o): Likewise.
289
290 * mips-tdep.c (mips_next_pc): Make static.
291 * mips-tdep.h (mips_next_pc): Remove declaration.
292 * arm-tdep.c (arm_pc_is_thumb): Make static.
293 (thumb_get_next_pc): Likewise.
294 (arm_get_next_pc): Likewise.
295 * arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
296 (arm_pc_is_thumb): Likewise.
297 (thumb_get_next_pc): Likewise.
298 (arm_get_next_pc): Likewise.
299
7ce59000
DJ
3002007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
301
302 * MAINTAINERS: Remove d10v entry.
303 * Makefile.in (SFILES): Remove dwarfread.c.
304 (COMMON_OBS): Remove dwarfread.o.
305 (gdb_sim_d10v_h, abug-rom.o, cpu32bug-rom.o, d10v-tdep.o, dwarfread.o)
306 (remote-est.o, rom68k-rom.o): Delete.
307 * NEWS: Mention removal of d10v, target abug, target cpu32bug,
308 target est, target rom68k, and DWARF 1.
309 * configure.tgt: Mark d10v as removed.
310 * dwarf2read.c: Doc update.
311 * elfread.c (struct elfinfo): Remove dboffset, dbsize, lnoffset,
312 and lnsize.
313 (elf_locate_sections): Do not set them.
314 (elf_symfile_read): Do not call dwarf_build_psymtabs.
315 * symfile.h (dwarf_build_psymtabs): Delete prototype.
316 * config/m68k/monitor.mt (TDEPFILES): Prune.
317 * abug-rom.c, cpu32bug-rom.c, d10v-tdep.c, dwarfread.c,
318 remote-est.c, rom68k-rom.c, config/d10v/d10v.mt: Delete.
319
20389057
DJ
3202007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
321
322 * doublest.c (convert_floatformat_to_doublest): Use
323 floatformat_classify.
324 (floatformat_is_nan): Rename to...
325 (floatformat_classify): ...this. Return more information.
326 * doublest.h (enum float_kind): New.
327 (floatformat_is_nan): Replace prototype...
328 (floatformat_classify): ...with this one.
329 * valprint.c (print_floating): Use floatformat_classify. Handle
330 infinity.
331
30b50213
DJ
3322007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
333
334 * README: Mention ISO C library requirement.
335
8807d78b
DJ
3362007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
337
338 * Makefile.in (SFILES): Remove nlmread.c.
339 (COMMON_OBS): Remove nlmread.o.
340 (nlmread.o): Delete rule.
341 * README: Delete reference to remote-st.c.
342 * acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
343 * defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
344 GDB_OSABI_LYNXOS.
345 * i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
346 (_initialize_i386_tdep): Do not reference them.
347 * nlmread.c: Delete file.
348 * osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
349 * target.c: Doc update.
350 * thread.c: Delete commented include.
351 * config/alpha/tm-alpha.h: Doc update.
352
ced572fe
MR
3532007-03-30 Chris Dearman <chris@mips.com>
354
355 * utils.c (string_to_core_addr): Comment typo.
356
8a9fc081
MR
3572007-03-30 Chris Dearman <chris@mips.com>
358
359 * mips-tdep.c: Comment typo.
360
5f402660
UW
3612007-03-29 Ulrich Weigand <uweigand@de.ibm.com>
362
363 * config/alpha/nm-osf.h (PTRACE_XFER_TYPE): Remove.
364 * config/mips/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
365 * config/sparc/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove.
366 * config/powerpc/nm-ppc64-linux.h: Remove file.
367 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Set to nm-linux.h.
368 * inferior.h (PTRACE_ARG3_TYPE): Do not define.
369 (call_ptrace): Change type of third argument to PTRACE_TYPE_ARG3.
370 * infptrace.c (call_ptrace): Likewise.
371 * m68klinux-nat.c (PTRACE_XFER_TYPE): Do not define.
372 (fetch_register): Replace PTRACE_ARG3_TYPE by PTRACE_TYPE_ARG3
373 and PTRACE_XFER_TYPE by PTRACE_TYPE_RET.
374 (store_register): Likewise.
375
bbf90c81
JB
3762007-03-29 Joel Brobecker <brobecker@adacore.com>
377
378 * Makefile.in (varobj.o): Add missing dependency.
379
243c053b
MS
3802007-03-29 Michael Snyder <msnyder@access-company.com>
381
382 * MAINTAINERS: Update my email address.
383
0259addd
JB
3842007-03-29 Joel Brobecker <brobecker@adacore.com>
385
386 Add support for exception handling with multiple versions of
387 the Ada runtime:
388 * ada-lang.c: Update general comments on how Ada exception catchpoints
389 are implemented.
390 (raise_sym_name, raise_unhandled_sym_name, raise_assert_sym_name)
391 (__gnat_raise_nodefer_with_msg): Delete.
392 (ada_unhandled_exception_name_addr_ftype): New type.
393 (exception_support_info): New type.
394 (ada_unhandled_exception_name_addr): Add forward declaration.
395 (ada_unhandled_exception_name_addr_from_raise): Likewise.
396 (default_exception_support_info): New constant.
397 (exception_support_info_fallback): Likewise.
398 (exception_info): New global variable.
399 (ada_exception_support_info_sniffer): New function.
400 (ada_executable_changed_observer): Likewise.
401 (ada_unhandled_exception_name_addr_from_raise): Renamed from
402 ada_unhandled_exception_name_addr.
403 (ada_unhandled_exception_name_addr): Reimplement to match the
404 latest Ada runtime implementation.
405 (error_breakpoint_runtime_sym_not_found): Delete.
406 (ada_exception_sym_name): Get the exception sym name from
407 exception_info rather than hardcoding it.
408 (ada_exception_sal): Add call to ada_exception_support_info_sniffer.
409 Update error handling.
410 * Makefile.in (ada-lang.o): Add dependency on observer.h.
411
483367ee
DJ
4122007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
413
414 * Makefile.in (coff_solib_h, coff-solib.o, i386v-nat.o, lynx-nat.o)
415 (remote-st.o, uw-thread.o): Delete.
416 (HFILES_NO_SRCDIR, ALLDEPFILES): Update.
417 * configure.host: Move hppa*-*-hiux*, i[34567]86-ncr-*,
418 i[34567]86-*-dgux*, i[34567]86-*-lynxos*, i[34567]86-*-sco3.2v5*,
419 i[34567]86-*-sco3.2v4*, i[34567]86-*-sco*, i[34567]86-*-sysv4.2*,
420 i[34567]86-*-sysv4*, i[34567]86-*-sysv5*, i[34567]86-*-unixware2*,
421 i[34567]86-*-unixware*, i[34567]86-*-sysv*, i[34567]86-*-isc*, and
422 rs6000-*-lynxos* to an obsoletion stanza.
423 * configure.tgt: Move hppa*-*-hiux*, i[34567]86-ncr-*,
424 i[34567]86-*-lynxos*, m68*-cisco*-*, m68*-tandem-*, m68*-*-os68k*,
425 and rs6000-*-lynxos* to an obsoletion stanza. Do not mention
426 i[34567]86-*-netware*.
427 * NEWS: Mention deleted targets.
428
429 * coff-solib.c, coff-solib.h, i386v-nat.c, lynx-nat.c, remote-st.c,
430 uw-thread.c, config/nm-lynx.h, config/i386/i386sco.mh,
431 config/i386/i386sco4.mh, config/i386/i386sco5.mh, config/i386/i386v.mh,
432 config/i386/i386v4.mh, config/i386/i386v42mp.mh,
433 config/i386/ncr3000.mh, config/i386/ncr3000.mt,
434 config/i386/nm-i386sco.h, config/i386/nm-i386sco4.h,
435 config/i386/nm-i386sco5.h, config/i386/nm-i386v.h,
436 config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h,
437 config/m68k/cisco.mt, config/m68k/os68k.mt, config/m68k/st2000.mt,
438 config/m68k/tm-cisco.h, config/m68k/tm-os68k.h,
439 config/rs6000/rs6000lynx.mh, config/rs6000/rs6000lynx.mt,
440 config/rs6000/tm-rs6000ly.h: Delete files.
441
3adda9d8
DJ
4422007-03-29 Daniel Jacobowitz <dan@codesourcery.com>
443
444 * defs.h (deprecated_registers_changed_hook): Delete declaration.
445 * interps.c (clear_interpreter_hooks): Do not clear
446 deprecated_registers_changed_hook.
447 * regcache.c (registers_changed): Do not call it.
448 * top.c (deprecated_registers_changed_hook): Do not define it.
449 * mi/mi-interp.c (mi_command_loop): Do not clear it.
450 * tui/tui-hooks.c (tui_install_hooks): Do not install it.
451 (tui_remove_hooks): Do not remove it.
452 (tui_selected_frame_level_changed_hook): Check for negative level.
453 Use get_selected_frame.
454 (tui_registers_changed_hook): Deleted.
455
bf362611
JB
4562007-03-29 Joel Brobecker <brobecker@adacore.com>
457
458 * stabsread.c (add_undefined_type): Add extra parameter.
459 Now handles nameless types separately.
460 (struct nat): New type.
461 (noname_undefs, noname_undefs_allocated, noname_undefs_length):
462 New static variables.
463 (read_type): Update calls to add_undefined_type.
464 (add_undefined_type_noname): New function.
465 (add_undefined_type_1): Renames from add_undefined_type.
466 (cleanup_undefined_types_noname): New function.
467 (cleanup_undefined_types_1): Renames cleanup_undefined_types.
468 (cleanup_undefined_types): New handles nameless types separately.
469 (_initialize_stabsread): Initialize our new static constants.
470
436868fb
DP
4712007-03-29 Denis Pilat <denis.pilat@st.com>
472
473 * configure.ac: Test for signal.h.
474 * configure, config.in: Regenerate.
475
aaf9e9fd
DP
4762007-03-29 Denis Pilat <denis.pilat@st.com>
477
478 * stack.c (print_stack_frame): Always use LOC_AND_ADDRESS in MI output.
479 * infrun.c (normal_stop): Remove MI specific frame printing treatment.
480
68070c10
PA
4812007-03-29 Pedro Alves <pedro_alves@portugalmail.pt>
482
483 * arm-wince-tdep.c: New.
484 * config/arm/wince.mt (DEPRECATED_TM_FILE): Use tm-arm.h.
485 (MT_CFLAGS): Delete.
486 (TM_CLIBS): Delete.
487 (TDEPFILES): Add arm-wince-tdep.o, corelow.o, solib.o,
488 solib-legacy.o, solib-svr4.o, and remove wince.o.
489 * configure.tgt (arm*-*-mingw32ce*): Add.
490 * signals/signals.c [HAVE_SIGNAL_H]: Check.
491 (do_target_signal_to_host): Silence 'not used' warning.
492 * config/arm/tm-wince.h: Remove.
493
74174d2e
UW
4942007-03-28 Ulrich Weigand <uweigand@de.ibm.com>
495
496 * arch-utils.c (legacy_pc_in_sigtramp): Remove.
497 * arch-utils.h (legacy_pc_in_sigtramp): Remove.
498
499 * config/ia64/linux.mt (DEPRECATED_TM_FILE): Remove.
500 * config/ia64/tm-linux.h: Remove file.
501 * ia64-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp callback.
502 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Use it instead of
503 legacy_pc_in_sigtramp.
504 (ia64_gdbarch_init): Initialize tdep->pc_in_sigtramp.
505 * ia64-linux-tdep.c (ia64_linux_pc_in_sigtramp): Make static.
506 Remove func_name argument.
507 (ia64_linux_init_abi): Install it as tdep->pc_in_sigtramp.
508
509 * infrun.c (HAVE_STEPPABLE_WATCHPOINT): Do not redefine.
510 * target.c (update_current_target): Add to_have_steppable_watchpoint.
511 * target.h (struct target_ops): Add to_have_steppable_watchpoint.
512 (HAVE_STEPPABLE_WATCHPOINT): Define.
513
514 * config/ia64/linux.mh (NATDEPFILES): Remove core-aout.o.
515 * config/ia64/nm-linux.h (KERNEL_U_ADDR, U_REGS_OFFSET,
516 CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER,
517 TARGET_CAN_USE_HARDWARE_WATCHPOINT, HAVE_STEPPABLE_WATCHPOINT,
518 STOPPED_BY_WATCHPOINT, target_stopped_data_address,
519 target_insert_watchpoint, target_remove_watchpoint): Remove.
520 (FETCH_INFERIOR_REGISTERS): Define.
521 * ia64-linux-nat.c (ia64_register_addr): Make static.
522 (ia64_cannot_fetch_register, ia64_cannot_store_register): Likewise.
523 (ia64_linux_insert_watchpoint): Make static. Remove ptid_p argument.
524 (ia64_linux_remove_watchpoint): Likewise. Add type argument.
525 (ia64_linux_stopped_data_address): Make static. Add target_ops.
526 (ia64_linux_stopped_by_watchpoint): Make static.
527 (ia64_linux_can_use_hw_breakpoint): New function.
528 (ia64_linux_fetch_register, ia64_linux_fetch_registers): Likewise.
529 (ia64_linux_store_register, ia64_linux_store_registers): Likewise.
530 (_initialize_ia64_linux_nat): Install register and watchpoint ops.
531
53c5240f
PA
5322007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
533
534 * linespec.c: Include language.h.
535 (find_methods): Add language parameter. Call
536 lookup_symbol_in_language. Pass language down.
537 (add_matching_methods): Likewise. Call
538 lookup_symbol_in_language.
539 (add_constructors): Likewise.
540 (find_method): Pass sym_class to collect_methods.
541 (collect_methods): Add sym_class parameter. Pass language
542 down.
543 * symtab.c (lookup_symbol): Rename to ...
544 (lookup_symbol_in_language): ... this. Add language
545 parameter. Use passed language instead of current_language.
546 (lookup_symbol): New as wrapper around
547 lookup_symbol_in_language.
548 (lookup_symbol_aux): Add language parameter. Use passed
549 language instead of current_language.
550 (search_symbols): Indent.
551 * symtab.h (enum language): Forward declare.
552 (lookup_symbol_in_language): Declare.
553 (lookup_symbol): Update description.
554 * ada-lang.h (lookup_symbol_in_language): Remove declaration.
555 * ada-lang.c (restore_language): Remove.
556 (lookup_symbol_in_language): Remove.
557
8671a17b
PA
5582007-03-27 Pedro Alves <pedro_alves@portugalmail.pt>
559
560 * breakpoint.c (bpstat_num): Add int *num parameter.
561 * breakpoint.h (bpstat_num): Likewise.
562 * infcmd.c (continue_command): Adjust to new bpstat_num
563 interface.
564 (program_info): Likewise.
565
214197f9
UW
5662007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
567
568 * config/sh/tm-sh.h: Remove file.
569 * config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
570 * config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
571 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
572 * config/sh/tm-wince.h: Do not include "sh/tm-sh.h".
573
bac718a6
UW
5742007-03-27 Ulrich Weigand <uweigand@de.ibm.com>
575
576 * config/sh/tm-sh.h (DEPRECATED_BIG_REMOTE_BREAKPOINT,
577 DEPRECATED_LITTLE_REMOTE_BREAKPOINT): Remove.
578 * remote.c: Remove code under #ifdef DEPRECATED_REMOTE_BREAKPOINT,
579 DEPRECATED_BIG_REMOTE_BREAKPOINT, DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
580 * sh-tdep.c (sh_breakpoint_from_pc): Return remote breakpoint
581 sequence if target_shortname is "remote".
582
de6a76fd
DJ
5832007-03-27 Anton Blanchard <anton@samba.org>
584
585 * rs6000-tdep.c (rs6000_frame_cache): Use tdep->lr_frame_offset
586 instead of wordsize when looking for the LR in a stack frame.
587
4fc771b8
DJ
5882007-03-27 Andreas Schwab <schwab@suse.de>
589 Daniel Jacobowitz <dan@codesourcery.com>
590
591 * dwarf2-frame.c (dwarf2_frame_eh_frame_regnum): Rename to...
592 (dwarf2_frame_adjust_regnum): ...this. Make static. Add eh_frame_p
593 argument. Update all callers.
594 (struct dwarf2_frame_ops): Replace eh_frame_regnum with adjust_regnum.
595 (dwarf2_frame_set_eh_frame_regnum): Rename to...
596 (dwarf2_frame_set_adjust_regnum): ...this. Update argument type.
597 * dwarf2frame.h (dwarf2_frame_set_eh_frame_regnum): Rename to...
598 (dwarf2_frame_set_adjust_regnum): ...this.
599 (dwarf2_frame_eh_frame_regnum): Delete prototype.
600 * rs6000-tdep.c: Include "dwarf2-frame.h".
601 (rs6000_adjust_frame_regnum): Define.
602 (rs6000_gdbarch_init): Enable use of DWARF CFI frame unwinder.
603 Register rs6000_adjust_frame_regnum.
604
605 * Makefile.in (rs6000-tdep.o): Update dependencies.
606
9453113a
DJ
6072007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
608
609 * Makefile.in: Add support for a "pdf" target.
610
d2449ee8
DJ
6112007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
612
613 * amd64-tdep.c (amd64_init_frame_cache): New function.
614 (amd64_alloc_frame_cache, amd64_skip_prologue): Use it.
615
a72d8a8e
MR
6162007-03-26 Nigel Stephens <nigel@mips.com>
617 Maciej W. Rozycki <macro@mips.com>
618
619 * ui-out.c (ui_out_field_core_addr): Truncate address to
620 TARGET_ADDR_BIT size before printing.
621
5200c3f3 6222007-03-22 Nigel Stephens <nigel@mips.com>
a72d8a8e 623 Maciej W. Rozycki <macro@mips.com>
5200c3f3
L
624
625 * remote-mips.c (mips_xfer_memory): Update prototype.
626
16708cba
JB
6272007-03-22 Joel Brobecker <brobecker@adacore.com>
628
629 * symfile.h: #include "symtab.h"
630
0fe514e3
DP
6312007-03-22 Denis Pilat <denis.pilat@st.com>
632
633 * utils.c (pagination_on_command, pagination_off_command):
634 Remove useless prototypes.
635
4a52dc15
PM
6362007-03-21 Pierre Muller <muller@ics.u-strasbg.fr>
637
638 Fix PR pascal/2232.
639 * p-valprint.c (pascal_object_print_value): Use type_name_no_tag
640 instead of TYPE_NAME for object base class name.
641
642
1c86fa97
KB
6432007-03-19 Kevin Buettner <kevinb@redhat.com>
644
645 * mep-tdep.c (mep_analyze_frame_prologue, mep_frame_this_id):
646 Specify frame type in calls to frame_func_unwind().
647
4e463ff5
DJ
6482007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
649
650 * rs6000-tdep.c (rs6000_skip_prologue): Use skip_prologue_using_sal.
651 (rs6000_in_function_epilogue_p): Use extract_unsigned_integer.
652 (refine_prologue_limit): Delete.
653 (skip_prologue): Don't call it. Use extract_unsigned_integer.
654 Assume lim_pc is set. Correct check for incomplete prologues.
655 Do not skip clobbers of the frame pointer.
656 * symtab.c (skip_prologue_using_sal): Fail if there is only one
657 sal.
658
348473d5
NF
6592007-03-13 Nathan Froyd <froydnj@codesourcery.com>
660
661 * frame.c (frame_pop): Check to see whether there's a frame to
662 which we can pop first.
663
a2f9cf0d
NF
6642007-03-13 Nathan Froyd <froydnj@codesourcery.com>
665
666 * MAINTAINERS (Write After Approval): Add myself.
667
569631c6
UW
6682007-03-09 Markus Deuling <deuling@de.ibm.com>
669
670 * infrun.c (breakpoints_failed): Remove unnecessary variable.
671 (handle_inferior_event): Remove unnecessary braces.
672 * breakpoint.c (bpstat_what): Remove wrong comment.
673
fe5febed
UW
6742007-03-09 Ulrich Weigand <uweigand@de.ibm.com>
675
676 * spu-tdep.c (spu_in_function_epilogue_p): New function.
677 (spu_gdbarch_init): Install it.
678
9dea8ca2
UW
6792007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
680
681 * spu-linux-nat.c (spu_xfer_partial): Return -1 for unsupported
682 object types, not 0.
683
7b3dc0b7
UW
6842007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
685
686 * spu-tdep.c (spu_frame_align): New function.
687 (spu_gdbarch_init): Install it. Set call dummy location to ON_STACK.
688
118dfbaf
UW
6892007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
690
691 * spu-tdep.c (spu_unwind_pc): Mask off interrupt enable bit.
692 (spu_software_single_step): Likewise.
693 (spu_read_pc, spu_write_pc): New functions.
694 (spu_gdbarch_init): Install them.
695
29e4017d
UW
6962007-03-08 Ulrich Weigand <uweigand@de.ibm.com>
697
698 * cli/cli-dump.c (struct callback_data): load_offset needs to
699 have signed long type.
700
6de5b849
JB
7012007-03-07 Joel Brobecker <brobecker@adacore.com>
702
703 * mips-tdep.c (mips_insn16_frame_cache, mips_insn32_frame_sniffer):
704 Revert the previous change that had some unexpected side-effects
705 on mips32.
706 (mips_insn16_frame_cache, mips_insn32_frame_cache): Use the proper
707 function to get the address of the calling instruction.
708
7490ba4f
DP
7092007-03-07 Denis Pilat <denis.pilat@st.com>
710
711 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Replace
712 get_selected_frame by deprecated_safe_get_selected_frame.
713
861fb77c
MK
7142007-03-02 Mark Kettenis <kettenis@gnu.org>
715
716 * shnbsd-tdep.c: Include "regset.h", "gdb_assert.h" and
717 "gdb_string.h". Don't include "nbsd-tdep.h".
718 (SIZEOF_STRUCT_REG): Remove.
719 (SHNBSD_SIZEOF_GREGS): New.
720 (shnbsd_supply_gregset, shnbsd_collect_gregset)
721 (shnbsd_regset_from_core_section): New functions.
722 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
723 (shnbsd_supply_reg, shnbsd_fill_reg): Simply call
724 shnbsd_supply_gregset, shnbsd_collect_gregset.
725 (shnbsd_gregset): New variable.
726 (shnbsd_init_abi): Set regset_from_core_section.
727 (GDB_OSABI_NETBSD_CORE): New define.
728 (shnbsd_core_osabi_sniffer): New function.
729 (_initialize_shnbsd_tdep): Register shnbsd_core_osabi_sniffer.
730 * Makefile.in (shnbsd-tdep.o): Update dependencies.
731 * config/sh/nbsd.mt (TDEPFILES): Add corelow.o, remove
732 nbsd-tdep.o.
733 * config/sh/obsd.mt (TDEPFILES): Remove nbsd-tdep.o.
734
787cbe14
JB
7352007-02-28 Joel Brobecker <brobecker@adacore.com>
736
737 * gdbtypes.c (replace_type): Fix typo that caused us to not update
738 length of the types referenced by the new type CV ring.
739
35f196d9
DJ
7402007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
741
742 * frame.c (frame_pop, frame_observer_target_changed): Call
743 reinit_frame_cache.
744 (flush_cached_frames): Rename to reinit_frame_cache and delete
745 old implementation.
746 * frame.h (flush_cached_frames): Delete prototype and update comment.
747
748 * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): Call
749 reinit_frame_cache instead of flush_cached_frames. Do not call
750 select_frame after reinit_frame_cache.
751 * corelow.c (core_open): Likewise.
752 * gdbarch.sh (deprecated_current_gdbarch_select_hack): Likewise.
753 * infrun.c (prepare_to_proceed, context_switch)
754 (handle_inferior_event): Likewise.
755 * linux-fork.c (fork_load_infrun_state): Likewise.
756 * ocd.c (ocd_start_remote): Likewise.
757 * remote-e7000.c (e7000_start_remote): Likewise.
758 * remote-mips.c (device): Likewise.
759 * thread.c (switch_to_thread): Likewise.
760 * tracepoint.c (finish_tfind_command): Likewise.
761 * gdbarch.c: Regenerated.
762
c26f2453
JB
7632007-02-28 Jerome Guitton <guitton@adacore.com>
764 Joel Brobecker <brobecker@adacore.com>
765
766 * gdbtypes.c (check_typedef): Do not replace stub type if
767 the resolved type is not defined in the same objfile.
768
7d900f1a
DJ
7692007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
770
771 * top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
772
76038652 7732007-02-28 Joel Brobecker <brobecker@adacore.com>
52eea4ce
JB
774
775 * stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
776 symbol for Ada units when the symbol is defined using 't' rather
777 than 'Tt' as symbol descriptor.
778
d74fb156 7792007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
1344afe0
UW
780
781 * config/mips/tm-nbsd.h: Delete file.
782 * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
783 * config/sh/tm-nbsd.h: Delete file.
784 * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
785
f8d225db
JB
7862007-02-28 Joel Brobecker <brobecker@adacore.com>
787
788 * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
789 unused WRONG_PARAM value since it was recently deleted.
790
1bbfb19a
NR
7912007-02-28 Vladimir Prus <vladimir@codesourcery.com>
792
793 * varobj.c (varobj_update): Free temporary vectors.
794
6f7f3f0d
UW
7952007-02-28 Ulrich Weigand <uweigand@de.ibm.com>
796
797 * config/powerpc/linux.mt (DEPRECATED_TM_FILE): Set to tm-ppc-eabi.h.
798 * config/powerpc/tm-linux.h: Delete file.
799 * config/powerpc/tm-ppc-eabi.h: Do not include "rs6000/tm-rs6000.h".
800 (PROCESS_LINENUMBER_HOOK): Do not undefine.
801 (TEXT_SEGMENT_BASE): Do not redefine.
802 * config/rs6000/nm-rs6000.h (CHILD_SPECIAL_WAITSTATUS): Move here
803 from config/rs6000/tm-rs6000.h.
804 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
805 * config/rs6000/tm-rs6000.h (struct frame_info): Remove declaration.
806 (TEXT_SEGMENT_BASE): Remove.
807 (IN_SOLIB_RETURN_TRAMPOLINE): Remove.
808 (rs6000_in_solib_return_trampoline): Remove.
809 (SKIP_TRAMPOLINE_CODE): Remove.
810 (rs6000_skip_trampoline_code): Remove.
811 (CHILD_SPECIAL_WAITSTATUS): Move to config/rs6000/nm-rs6000.h.
812 (TARGET_CREATE_INFERIOR_HOOK, rs6000_create_inferior): Likewise.
813 (FP0_REGNUM): Remove.
814 (rs6000_find_toc_address_hook): Move to rs6000-tdep.h.
815 (rs6000_set_host_arch_hook): Remove.
816 * Makefile.in (rs6000-nat.o): Add dependency on $(rs6000_tdep_h).
817 (rs6000-aix-tdep.o): Add dependency on $(ppc_tdep_h).
818 * ppc-tdep.h (struct gdbarch_tdep): Add field text_segment_base.
819 * rs6000-aix-tdep.c: Include "ppc-tdep.h".
820 (rs6000_aix_init_osabi): Set text_segment_base tdep field.
821 * rs6000-nat.c: Include "rs6000-tdep.h".
822 (exec_one_dummy_insn): Replace TEXT_SEGMENT_BASE by tdep field.
823 (set_host_arch): Rename to ...
824 (rs6000_create_inferior): ... this. Make public.
825 (_initialize_core_rs6000): Do not set rs6000_set_host_arch_hook.
826 * rs6000-tdep.c (rs6000_set_host_arch_hook): Remove.
827 (rs6000_create_inferior): Remove.
828 (branch_dest): Replace TEXT_SEGMENT_BASE by tdep field.
829 (rs6000_gdbarch_init): Call set_gdbarch_fp0_regnum,
830 set_gdbarch_in_solib_return_trampoline, and
831 set_gdbarch_skip_trampoline_code.
832 * rs6000-tdep.h (rs6000_find_toc_address_hook): Move here
833 from config/rs6000/tm-rs6000.h.
834
63050a44 8352007-02-27 Joel Brobecker <brobecker@adacore.com>
05279ca0
JB
836
837 * buildsym.c (record_producer): Do nothing if no producer is provided.
838
63050a44 8392007-02-27 Nick Roberts <nickrob@snap.net.nz>
e0b75a46
NR
840
841 * varobj.c (varobj_update): Remove unused local. Use gdb_assert
842 to check changelist is non-NULL. Call error if the frontend tries
843 to update a non-root variable.
844
845 * varobj.h (enum varobj_update_error): Delete WRONG_PARAM value.
846
93d42b30
DJ
8472007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
848
849 * dwarf2-frame.c (dwarf2_frame_cache, dwarf2_frame_this_id)
850 (dwarf2_frame_sniffer): Update.
851 (dwarf2_signal_frame_this_id): New function.
852 (dwarf2_signal_frame_unwind): Use it.
853 (dwarf2_frame_base_sniffer): Use frame_unwind_address_in_block.
854 * frame.c (frame_func_unwind): Add this_type argument.
855 (get_frame_func): Update.
856 (frame_unwind_address_in_block): Add this_type argument and check it.
857 Fix a typo.
858 (get_frame_address_in_block): Update.
859 * frame.h (enum frame_type): Move higher in the file.
860 (frame_unwind_address_in_block, frame_func_unwind): Add enum frame_type
861 argument.
862
863 * alpha-mdebug-tdep.c, alpha-tdep.c, amd64-tdep.c, amd64obsd-tdep.c,
864 arm-tdep.c, avr-tdep.c, cris-tdep.c, frv-tdep.c, h8300-tdep.c,
865 hppa-tdep.c, i386-tdep.c, i386obsd-tdep.c, ia64-tdep.c,
866 libunwind-frame.c, m32c-tdep.c, m32r-linux-tdep.c, m32r-tdep.c,
867 m68hc11-tdep.c, m68k-tdep.c, m88k-tdep.c, mips-mdebug-tdep.c,
868 mips-tdep.c, mn10300-tdep.c, mt-tdep.c, rs6000-tdep.c, s390-tdep.c,
869 score-tdep.c, sh-tdep.c, sh64-tdep.c, sparc-tdep.c,
870 sparc64obsd-tdep.c, spu-tdep.c, v850-tdep.c, vax-tdep.c,
871 xstormy16-tdep.c, xtensa-tdep.c: Update calls to
872 frame_func_unwind and frame_unwind_address_in_block to specify
873 the frame type. Use frame_unwind_address_in_block instead of
874 frame_pc_unwind in sniffers.
875
206415a3
DJ
8762007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
877
878 * frame.c (deprecated_selected_frame): Rename to...
879 (selected_frame): ...this. Make static.
880 (get_selected_frame, select_frame): Update.
881 * frame.h (deprected_select_frame): Delete.
882 (deprecated_safe_get_selected_frame): Update comments.
883
884 * breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
885 infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
886 tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
887 parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
888 tui/tui.c: Replace references to deprecated_selected_frame.
889
7313566f
FF
8902007-02-27 Fred Fish <fnf@specifix.com>
891
892 * rs6000-tdep.c (skip_prologue): Recognize addi instructions that
893 directly decrement the stack pointer, accumulate their operand into
894 the stack offset, and mark the function as not being frameless.
895
b6d373df
DJ
8962007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
897
898 * arch-utils.c (selected_byte_order): New.
899 * arch-utils.h (selected_byte_order): New prototype.
900 * remote-sim.c (gdbsim_open): Use selected_byte_order.
901
2711e456
DJ
9022007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
903
904 * symfile.c (place_section): Check SEC_ALLOC. Do not check VMA.
905 (default_symfile_offsets): Check VMA here. Update section VMAs.
906
baef701f
DJ
9072007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
908
909 * remote.c (init_remote_state): Add special handling for placeholder
910 registers.
911
05a4558a
DJ
9122007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
913
914 * Makefile.in (XMLFILES): Include $(TDEP_XML).
915 (filenames_h): New variable.
916 (clean): Clean up xml-builtin.c and stamp-xml.
917 (arm-linux-nat.o): Update.
918 * config/arm/linux.mh (TDEP_XML): Define.
919 * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define.
920 (arm_linux_has_wmmx_registers): New.
921 (GET_THREAD_ID): Fix typo.
922 (IWMMXT_REGS_SIZE): Define.
923 (fetch_wmmx_regs, store_wmmx_regs): New.
924 (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs.
925 (arm_linux_store_inferior_registers): Use store_wmmx_regs.
926 (super_xfer_partial, arm_linux_xfer_partial): New.
927 (_initialize_arm_linux_nat): Use them.
928 * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT.
929 (xml_builtin_xfer_partial): New function.
930 * xml-support.h (xml_builtin_xfer_partial): New prototype.
931 * NEWS: Update mention of iWMMXt support.
932
ff6f572f
DJ
9332007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
934
935 * arm-tdep.c (arm_scan_prologue): Do not record FPA register saves
936 if there are no FPA registers.
937 (arm_dwarf_reg_to_regnum): New function.
938 (arm_register_type, arm_register_name): Return minimal values for
939 unsupported registers.
940 (arm_register_sim_regno): Handle iWMMXt registers.
941 (arm_gdbarch_init): Record missing FPA registers if indicated by
942 a target description. Recognize iWMMXt registers. Only register
943 "info float" for FPA. Use ARM_NUM_REGS. Register
944 arm_dwarf_reg_to_regnum.
945 * arm-tdep.h (enum gdb_regnum): Add ARM_NUM_REGS and iWMMXt
946 constants.
947 (struct gdbarch_tdep): Add have_fpa_registers.
948 * features/xscale-iwmmxt.xml: Update capitalization.
949 * regformats/arm-with-iwmmxt.dat: Regenerated.
950
c077150c
KB
9512007-02-24 Kevin Buettner <kevinb@redhat.com>
952
953 * NEWS (New targets): Add entry for the Toshiba Media Processor.
954
01c996c1
KB
9552007-02-23 Kevin Buettner <kevinb@redhat.com>
956
957 * MAINTAINERS (mep): New target.
958
aeb43123
KB
9592007-02-23 Kevin Buettner <kevinb@redhat.com>
960
961 From Jim Blandy, Dave Brolley, Kevin Buettner, Don Howard, and
962 Richard Sandiford:
963 * Makefile.in (elf_mep_h, mep_desc_h, mep_opc_h): New variables.
964 (mep-tdep.o): New rule.
965 * configure.tgt (mep-*-*): New target.
966 * mep-tdep.c: New file.
967 * config/mep/mep.mt: New file.
968
115d86cf
UW
9692007-02-22 Markus Deuling <deuling@de.ibm.com>
970
971 * infrun.c (inferior_stop_reason, print_stop_reason): Remove
972 BREAKPOINT_HIT and STOP_UNKNOWN.
973
fef862e5
UW
9742007-02-22 Markus Deuling <deuling@de.ibm.com>
975
976 * valops.c (value_ind): Fix unary * handling of TYPE_CODE_INT.
977
9a7d5afb
JB
9782007-02-20 Joel Brobecker <brobecker@adacore.com>
979
980 * gdb_expat.h (XMLCALL): Define if not already defined.
981
81de920d
AS
9822007-02-20 Andreas Schwab <schwab@suse.de>
983
984 * Makefile.in (symfile.o): Update dependencies.
985
cb5c8c39
DJ
9862007-02-20 Daniel Jacobowitz <dan@codesourcery.com>
987
988 * MAINTAINERS: Disable -Werror for cris simulator. Build
989 sparc64-solaris2.10 instead of the broken sparc-elf.
990 * solib-frv.c: Include "solib.h".
991 * Makefile.in (solib-frv.o): Update.
992 * mt-tdep.c (mt_gdbarch_init): Correct typo in floatformats patch.
993 * xtensa-tdep.c (xtensa_regset_from_core_section): Cast size_t to int.
994 (xtensa_frame_this_id, xtensa_frame_prev_register)
995 (xtensa_push_dummy_call): Use %p.
996
e6bb342a
DJ
9972007-02-16 Daniel Jacobowitz <dan@codesourcery.com>
998
999 * avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
1000 ia64-tdep.c, m68k-tdep.c, mips-linux-tdep.c, ppcobsd-tdep.c,
1001 sparc-linux-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
1002 * Makefile.in (avr-tdep.o, hppabsd-tdep.o, hppa-tdep.o, i386-tdep.o)
1003 (ia64-tdep.o, m68k-tdep.o, mips-linux-tdep.o, ppcobsd-tdep.o)
1004 (sparc-linux-tdep.o): Update.
1005
ff7a4c00
MG
10062007-02-15 Maxim Grigoriev <maxim2405@gmail.com>
1007
1008 * xtensa-tdep.h (xtensa_reg_mask_t): New.
1009 (xtensa_mask_t): Change mask field to be a separate array.
1010 * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read)
1011 (xtensa_pseudo_register_write, xtensa_unwind_pc)
1012 (xtensa_unwind_dummy_id, xtensa_push_dummy_call)
1013 (xtensa_breakpoint_from_pc): Remove implicit type casting.
1014 * xtensa-config.c (mask0, mask1, mask2, mask3, mask4, mask5)
1015 (mask6, mask7, mask8, mask9, mask10, mask11, mask12, mask13)
1016 (mask14, mask15): Rename to
1017 (xtensa_mask0, xtensa_mask1, xtensa_mask2, xtensa_mask3)
1018 (xtensa_mask4, xtensa_mask5, xtensa_mask6, xtensa_mask7)
1019 (xtensa_mask8, xtensa_mask9, xtensa_mask10, xtensa_mask11)
1020 (xtensa_mask12, xtensa_mask13, xtensa_mask14, xtensa_mask15): this.
1021 (xtensa_submask0, xtensa_submask1, xtensa_submask2, xtensa_submask3)
1022 (xtensa_submask4, xtensa_submask5, xtensa_submask6, xtensa_submask7)
1023 (xtensa_submask8, xtensa_submask9, xtensa_submask10)
1024 (xtensa_submask11, xtensa_submask12, xtensa_submask13)
1025 (xtensa_submask14, xtensa_submask15): New.
1026 (rmap): Follow strict aliasing rules doing static initialization.
1027
d9cc5895
DJ
10282007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1029
1030 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptr
1031 handling from here...
1032 (tdesc_register_type): ...to here.
1033 * xml-tdesc.c (tdesc_start_reg): Allow code_ptr and data_ptr.
1034 * features/arm-core.xml: Use code_ptr and data_ptr.
1035
8756216b
DP
10362007-02-13 Denis Pilat <denis.pilat@st.com>
1037
1038 * varobj.h (enum varobj_update_error): New enum.
1039 * varobj.c (struct varobj_root): Add is_valid member.
1040 (varobj_get_type): Check for invalid varobj.
1041 (varobj_get_attributes): Likewise.
1042 (variable_editable):Likewise.
1043 (varobj_update): Likewise. Use varobj_update_error.
1044 (new_root_variable): Set root varobj as valid by default.
1045 (varobj_invalidate): New function.
1046 * symfile.c (clear_symtab_users): Use varobj_invalidate.
1047 * mi/mi-cmd-var.c (varobj_update_one): Change return type to void.
1048 Use varobj_update_error.
1049
fe8e67fd
PM
10502007-02-12 Pierre Muller <muller@ics.u-strasbg.fr>
1051
1052 Fix PR pascal/2223.
1053 * dwarfread.c (set_cu_language): Recognize DW_LANG_Pascal83 as
1054 Pascal language marker.
1055 * dwarf2read.c (set_cu_language): Likewise.
1056
c44537cf
CV
10572007-02-12 Corinna Vinschen <vinschen@redhat.com>
1058
1059 * win32-nat.c (win32_wait): Reset terminal pgrp to GDB.
1060 (do_initial_win32_stuff): Call terminal_init_inferior_with_pgrp
1061 instead of target_terminal_init since inferior_ptid isn't set yet.
1062
20dad8ea
PA
10632007-02-10 Pedro Alves <pedro_alves@portugalmail.pt>
1064
1065 * MAINTAINERS (Write After Approval): Add myself.
1066
4ac94eda
FF
10672007-02-09 Fred Fish <fnf@specifix.com>
1068
1069 Based on work by Apple Computer, Inc.
1070 * event-top.c (async_request_quit): Call quit() whenever either
1071 quit_flag is set or immediate_quit is set.
1072
b260b6c1
GDR
10732007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
1074
1075 * ada-lang.c (remove_out_of_scope_renamings): Change third parameter's
1076 type to a pointer to const struct block.
1077 (ada_lookup_symbol_list): Don't cast away constness when calling
1078 remove_out_of_scope_renamings.
1079
10802007-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
1081
1082 * linux-nat.c (linux_nat_find_memory_regions): Don't check the
1083 address of 'filename'; it is always non null.
1084
0f5d55d8
JB
10852007-02-09 Joel Brobecker <brobecker@adacore.com>
1086
1087 * exec.c (add_to_section_table): Do not discard empty sections.
1088
fb1e4ffc
DJ
10892007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1090
1091 * features/Makefile, features/arm-with-iwmmxt.xml,
1092 features/gdbserver-regs.xsl, features/number-regs.xsl,
1093 features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files.
1094 * regformats/arm-with-iwmmxt.dat: Generate.
1095 * NEWS: Mention iWMMXt.
1096
123dc839
DJ
10972007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1098
1099 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
1100 (xml-tdesc.o): Update.
1101 * xml-support.c: Add a comment.
1102 (gdb_xml_enums_boolean): New variable.
1103 (gdb_xml_parse_attr_enum): Use strcasecmp.
1104 * xml-support.h (gdb_xml_enums_boolean): Declare.
1105 * xml-tdesc.c (struct tdesc_parsing_data): Record current_feature,
1106 next_regnum, and current_union.
1107 (tdesc_start_feature, tdesc_start_reg, tdesc_start_union)
1108 (tdesc_end_union, tdesc_start_field, tdesc_start_vector)
1109 (field_attributes, union_children, reg_attributes, union_attributes)
1110 (vector_attributes, feature_attributes, feature_children): New.
1111 (target_children): Make static. Add <feature>.
1112 (tdesc_elements): Make static.
1113 * target-descriptions.c (struct tdesc_reg, tdesc_reg_p, type_p)
1114 (struct tdesc_feature, tdesc_feature_p): New types.
1115 (struct target_desc): Add features member.
1116 (struct tdesc_arch_data, tdesc_data): New.
1117 (target_find_description): Clarify error message. Warn about
1118 ignored register descriptions.
1119 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
1120 (tdesc_named_type, tdesc_data_init, tdesc_data_alloc)
1121 (tdesc_data_cleanup, tdesc_numbered_register)
1122 (tdesc_numbered_register_choices, tdesc_find_register)
1123 (tdesc_register_name, tdesc_register_type)
1124 (tdesc_remote_register_number, tdesc_register_reggroup_p)
1125 (set_tdesc_pseudo_register_name, set_tdesc_pseudo_register_type)
1126 (set_tdesc_pseudo_register_reggroup_p, tdesc_use_registers)
1127 (tdesc_free_reg, tdesc_create_reg, tdesc_free_feature)
1128 (tdesc_create_feature, tdesc_record_type): New.
1129 (free_target_description): Free features.
1130 (_initialize_target_descriptions): Initialize tdesc_data.
1131 * arch-utils.c (default_remote_register_number): New.
1132 * arch-utils.h (default_remote_register_number): New prototype.
1133 * target-descriptions.h (set_tdesc_pseudo_register_name)
1134 (set_tdesc_pseudo_register_type, set_tdesc_pseudo_register_reggroup_p)
1135 (tdesc_use_registers, tdesc_data_alloc, tdesc_data_cleanup)
1136 (tdesc_numbered_register, tdesc_numbered_register_choices)
1137 (tdesc_has_registers, tdesc_find_feature, tdesc_feature_name)
1138 (tdesc_named_type, tdesc_create_feature, tdesc_record_type)
1139 (tdesc_create_reg): Declare.
1140 * gdbarch.sh (remote_register_number): New entry.
1141 * gdbarch.c, gdbarch.h: Regenerate.
1142 * remote.c (init_remote_state): Use gdbarch_remote_register_number.
1143 * features/gdb-target.dtd: Add feature, reg, vector, union, and field.
1144
1145 * arm-tdep.c (arm_register_aliases): New.
1146 (arm_register_name_strings): Rename to...
1147 (arm_register_names): ...this. Make const. Delete the old version.
1148 (current_option, arm_register_byte): Delete.
1149 (set_disassembly_style): Simplify. Do not adjust arm_register_names.
1150 (value_of_arm_user_reg): New.
1151 (arm_gdbarch_init): Verify any described registers. Call
1152 tdesc_use_registers. Don't use arm_register_byte. Create aliases
1153 for standard register names.
1154 (_initialize_arm_tdep): Do not adjust arm_register_names.
1155 * user-regs.c (struct user_reg): Add baton member.
1156 (append_user_reg, user_reg_add_builtin, user_regs_init)
1157 (user_reg_add, value_of_user_reg): Use a baton for user
1158 register functions.
1159 * std-regs.c: Update.
1160 * user-regs.h (user_reg_read_ftype, user_reg_add_builtin)
1161 (user_reg_add): Add baton argument.
1162 * NEWS: Mention target description register support.
1163 * features/arm-core.xml, features/arm-fpa.xml: New.
1164 * eval.c (evaluate_subexp_standard): Allow ptype $register
1165 when the program is not running.
1166
87604222
NR
11672007-02-09 Nick Roberts <nickrob@snap.net.nz>
1168
1169 * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field.
1170
ee4f0f76
DJ
11712007-02-08 Thiago Jung Bauermann <bauerman@br.ibm.com>
1172
1173 * rs6000-tdep.c (gdb_print_insn_powerpc): Set
1174 info->disassembler_options to "any".
1175
7af9851d
DJ
11762007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1177
1178 * varobj.c (install_new_value): Only call value_get_print_value
1179 if changeable.
1180
8944021f
DJ
11812007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1182
1183 Reported by timeless@gmail.com:
1184 * gdb/target.c (target_flash_erase): Do not return void value.
1185 (target_flash_done): Likewise.
1186 * gdb/cli/cli-cmds.c (source_command): Likewise.
1187
11882007-02-08 Fred Fish <fnf@specifix.com>
5f960e00 1189
4ac94eda 1190 Based on work by Apple Computer, Inc.
5f960e00
FF
1191 * event-top.c (handle_sigint): Set quit_flag.
1192 (async_request_quit): Don't set quit_flag. Avoid calling quit()
1193 if quit_flag has already been reset.
1194
4998c1df
DJ
11952007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1196
1197 * ser-mingw.c (pipe_windows_close): Move variable initialization back
1198 up.
1199
79da184e
FF
12002007-02-08 Fred Fish <fnf@specifix.com>
1201
1202 * defs.h (request_quit): Remove declaration.
1203 * utils.c (request_quit): Remove definition.
1204
3c77c82a
DJ
12052007-02-08 Joel Brobecker <brobecker@gnat.com>
1206 Jan Kratochvil <jan.kratochvil@redhat.com>
1207 Daniel Jacobowitz <dan@codesourcery.com>
1208
1209 * rs6000-tdep.c (bl_to_blrl_insn_p): New function.
1210 (skip_prologue): Allow bl->blrl used by PIC code.
1211
c1b6e682
DJ
12122007-02-08 Mark Kettenis <kettenis@gnu.org>
1213 Daniel Jacobowitz <dan@codesourcery.com>
1214
1215 * cp-valprint.c (cp_print_value_fields, cp_print_value): Always
1216 initialize tmp_obstack.
1217 * p-valprint.c (pascal_object_print_value_fields)
1218 (pascal_object_print_value): Likewise.
1219
fe5dedf4
DJ
12202007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
1221
1222 * features/feature_to_c.sh: Use %s to avoid problems with nawk.
1223
3e461478
MK
12242007-02-08 Mark Kettenis <kettenis@gnu.org>
1225
1226 * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
1227 * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
1228
fc6e0168
DJ
12292007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1230
1231 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
1232 (xml_cache): New.
1233 (tdesc_parse_xml): Cache expanded descriptions.
1234
108546a0
DJ
12352007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
1236
1237 * Makefile.in (XMLFILES): New.
1238 (COMMON_OBS): Add xml-builtin.o.
1239 (xml-builtin.c, stamp-xml): New rules.
1240 (xml-tdesc.o): Update.
1241 * features/feature_to_c.sh: New file.
1242 * xml-support.c (MAX_XINCLUDE_DEPTH): Define.
1243 (struct gdb_xml_parser): Add dtd_name and is_xinclude.
1244 (gdb_xml_start_element): Initialize scope after possibly reallocating
1245 scopes. Move cleanup later. Handle the XInclude description
1246 specially.
1247 (gdb_xml_end_element): Only parse the body if there is a current element.
1248 Call XML_DefaultCurrent if there is no element.
1249 (gdb_xml_fetch_external_entity, gdb_xml_use_dtd): New.
1250 (struct xinclude_parsing_data, xinclude_start_include)
1251 (xinclude_end_include, xml_xinclude_default)
1252 (xml_xinclude_start_doctype, xml_xinclude_end_doctype)
1253 (xml_xinclude_xml_decl, xml_xinclude_cleanup, xinclude_attributes)
1254 (xinclude_elements, xml_process_xincludes, fetch_xml_builtin): New.
1255 * xml-support.h (xml_fetch_another, xml_process_xincludes)
1256 (fetch_xml_builtin, xml_builtin, gdb_xml_use_dtd): New declarations.
1257 * xml-tdesc.c (tdesc_parse_xml): Add fetcher_baton argument. Expand
1258 XInclude directives. Use the compiled in DTD.
1259 (fetch_xml_from_file): Add baton argument. Treat it as a containing
1260 directory name. Do not warn here.
1261 (file_read_description_xml): Update call. Warn here instead. Pass
1262 a dirname as baton.
1263 (fetch_available_features_from_target): New.
1264 (target_read_description_xml): Use it.
1265 * features/gdb-target.dtd: Add copyright notice. Use xinclude.dtd
1266 to handle XInclude.
1267 * features/xinclude.dtd: New file.
1268
b5057acd
DJ
12692007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
1270
1271 * linux-thread-db.c (check_for_thread_db): Return early if we have
1272 no libthread_db support.
1273
6a089cf2
DJ
12742007-02-05 Daniel Jacobowitz <dan@codesourcery.com>
1275
1276 * mi/mi-parse.h: Include <sys/time.h>.
1277
9fbcbb40
NR
12782007-02-05 Nick Roberts <nickrob@snap.net.nz>
1279
1280 * mi/mi-cmd-stack.c (list_args_or_locals): Use common_val_print
1281 instead of print_variable_value to print values.
1282
b3d2152a
NR
12832007-02-03 Nick Roberts <nickrob@snap.net.nz>
1284
1285 * mi/mi-main.c: Numerous formatting changes.
1286 (mi_cmd_data_write_register_values): Replace clause inadvertantly
1287 removed in my previous change.
1288
79f0a97a
NR
12892007-02-03 Eli Zaretskii <eliz@gnu.org>
1290
1291 * mi/mi-main.c (mi_load_progress, timestamp, print_diff_now):
1292 Use 1000000L instead of 1000000.
1293
95a98c01 12942007-02-03 Nick Roberts <nickrob@snap.net.nz>
cd375699
NR
1295
1296 Based on work by Apple Computer, Inc.
1297
1298 * configure.ac: Test for sys/resource.h and getrusage.
1299 * configure, config.in: Regenerate.
1300
1301 * mi/mi-main.c: Include <sys/resource.h> if present.
1302 (rusage): Declare if HAVE_GETRUSAGE.
1303 (current_command_ts, do_timings): New static variables.
1304 (timestamp, print_diff_now, print_diff, timeval_diff):
1305 New static timing functions.
1306 (mi_cmd_enable_timings): New function for new MI command.
1307 (captured_mi_execute_command, mi_execute_async_cli_command):
1308 Call timing functions.
1309
1310 * mi/mi-cmds.c (mi_cmds): Add entry for new MI command
1311 -enable-timings.
1312
1313 * mi/mi-cmds.h (mi_cmd_enable_timings): New extern.
1314
1315 * mi/mi-parse.h: (mi_timestamp): New structure.
1316 (mi_parse): Add mi_timestamp* member.
1317
99b3d574
DP
13182007-02-02 Denis Pilat <denis.pilat@st.com>
1319
1320 * thread.c (make_cleanup_restore_current_thread): New function.
1321 (info_threads_command): Use of make_cleanup_restore_current_thread
1322 to restore the current thread and the selected frame.
1323 (restore_selected_frame): New function.
1324 (struct current_thread_cleanup): Add frame_id field.
1325 (do_restore_current_thread_cleanup): Add restoring of the selected
1326 frame.
1327 (make_cleanup_restore_current_thread): Likewise.
1328 (thread_apply_all_command): backup the selected frame while
1329 entering the function and restore it at exit.
1330 (thread_apply_command): Likewise.
1331
d3c598de
DP
13322007-02-02 Denis Pilat <denis.pilat@st.com>
1333
1334 * MAINTAINERS (Write After Approval): Add myself to the list.
1335
b69733ab 13362007-02-01 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3e41d55f
KI
1337
1338 * gdb/remote-m32r.sdi.c (m32r_fetch_register): Change PWD mask.
1339 (m32r_store_register): Ditto.
1340
b69733ab 13412007-01-30 Vladimir Prus <vladimir@codesourcery.com>
ef7723eb
VP
1342
1343 * ser-mingw.c (pipe_windows_open)
1344 (pipe_windows_read, pipe_windows_write): Declare
1345 variables at the top of the function.
1346
8da61cc4
DJ
13472007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1348
1349 * doublest.c (floatformat_from_length): Use the right element from
1350 gdbarch floatformats.
1351 (floatformat_from_type, extract_typed_floating)
1352 (store_typed_floating): Likewise.
1353 * doublest.h: Remove declarations for undefined floatformat arrays.
1354 * gdbarch.sh (float_format, double_format, long_double_format): Change
1355 to pairs.
1356 (pformat): Update for pairs.
1357 * gdbarch.c, gdbarch.h: Regenerated.
1358 * gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
1359 (floatformats_ieee_double_littlebyte_bigword)
1360 (floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
1361 (floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
1362 (floatformats_vax_d): New variables.
1363 (builtin_type_ieee_single, builtin_type_ieee_double)
1364 (builtin_type_arm_ext, builtin_type_ia64_spill)
1365 (builtin_type_ia64_quad): Replace arrays with individual types.
1366 (builtin_type_ieee_single_big, builtin_type_ieee_single_little)
1367 (builtin_type_ieee_double_big, builtin_type_ieee_double_little)
1368 (builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
1369 (builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
1370 (builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
1371 (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
1372 (builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
1373 unused and endian-specific types.
1374 (recursive_dump_type): Update for floatformat pairs.
1375 (build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
1376 (build_gdbtypes): Use build_flt.
1377 (_initialize_gdbtypes): Update set of initialized types.
1378 * gdbtypes.h: Update declarations to match gdbtypes.c.
1379 (struct main_type): Store a pointer to two floatformats.
1380 * arch-utils.c (default_float_format, default_double_format): Delete.
1381 * arch-utils.h (default_float_format, default_double_format): Delete.
1382
1383 * arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
1384 ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
1385 mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
1386 sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
1387 vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
1388
87680a14
JB
13892007-01-29 Joel Brobecker <brobecker@adacore.com>
1390
1391 * target.c (maintenance_print_target_stack): New function.
1392 (initialize_targets): Add new "maintenance print target-stack"
1393 command.
1394
1c3d648d
MK
13952007-01-28 Mark Kettenis <kettenis@gnu.org>
1396
1397 * dwarf2read.c (new_symbol): Handle DW_AT_decl_file being zero.
1398
607269ae
DJ
13992007-01-27 Daniel Jacobowitz <dan@codesourcery.com>
1400
1401 * dwarf2loc.h (struct dwarf2_locexpr_baton): Change size to a long.
1402 (struct dwarf2_loclist_baton): Likewise.
1403
40c03ae8
EZ
14042007-01-27 Eli Zaretskii <eliz@gnu.org>
1405
1406 * cli/cli-script.c: Include breakpoint.h.
1407 (build_command_line): Require arguments only for if and while
1408 commands.
1409 (get_command_line, execute_user_command, execute_control_command):
1410 Fix wording of warning messages.
1411 (print_command_lines): Print breakpoint commands.
1412 (execute_control_command): Call commands_from_control_command to
1413 handle the `commands' command inside a body of a flow-control
1414 command.
1415 (read_next_line): Recognize the `commands' command and build a
1416 command line structure for it.
1417 (recurse_read_control_structure, read_command_lines): Handle
1418 `commands' similarly to `if' and `while'.
1419
1420 * breakpoint.c (get_number_trailer): Document the special meaning
1421 of NULL as the first argument PP.
1422 (commands_from_control_command): New function.
1423
1424 * breakpoint.h (commands_from_control_command): Add prototype.
1425
1426 * defs.h (commands_control): New enumerated value for enum
1427 command_control_type.
1428
4b9eee8c
JB
14292007-01-26 Joel Brobecker <brobecker@adacore.com>
1430
1431 * ada-lang.c (ada_exception_breakpoint_ops): Fix typo in function name.
1432 (ada_exception_sal): Update accordingly.
1433
e1f48ead
JK
14342007-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1435
1436 * c-valprint.c (c_val_print): Require strings to be of no-signed CHARs.
1437 * NEWS: Describe CHAR array vs. string identifcation rules.
1438
e150acc7
PB
14392007-01-25 Paul Brook <paul@codesourcery.com>
1440
1441 * arm-tdep.c (arm_get_next_pc): Fix bitfield off-by-one error.
1442
10fb19b6
JB
14432007-01-24 Jim Blandy <jimb@codesourcery.com>
1444
1445 * dwarf2loc.c (dwarf2_evaluate_loc_desc): When the location
1446 expression is empty, bother to return the 'optimized out' value we
1447 construct. (Thanks to Carl Burch.)
1448
85d93f1d
VP
14492007-01-24 Vladimir Prus <vladimir@codesourcery.com>
1450
1451 * varobj.c (c_value_of_root, c_value_of_child)
1452 (cplus_describe_child): Don't call release_value.
1453
fcbd8a5c
TS
14542007-01-24 Thiemo Seufer <ths@mips.com>
1455
1456 * mips-linux-tdep.c (mips_linux_n64_rt_sigframe): Fix struct
1457 initialization.
1458
2024f65a
VP
14592007-01-24 Vladimir Prus <vladimir@codesourcery.com>
1460
1461 Refactor getting children name, value and type access
1462 for varobjs in C++.
1463 * varobj.c (get_type_deref): Remove.
1464 (adjust_value_for_child_access): New.
1465 (c_number_of_children): Use the above.
1466 (c_describe_child): Likewise.
1467 (enum accessibility): New.
1468 (match_accessibility): New function.
1469 (cplus_describe_child): New function.
1470 (cplus_name_of_child, cplus_value_of_child)
1471 (cplus_type_of_child): Reimplement in terms
1472 of cplus_describe_child.
1473 (cplus_number_of_children): Use
1474 adjust_value_for_child_access.
1475
6e2a9270
VP
14762007-01-24 Vladimir Prus <vladimir@codesourcery.com>
1477
1478 Fix computation of the 'editable' attribute and
1479 value changeability for for references.
1480 * varobj.c (get_value_type): New function.
1481 (c_variable_editable): Use get_value_type.
1482 (varobj_value_is_changeable): Likewise.
1483
56163ce1
JB
14842007-01-24 Joel Brobecker <brobecker@adacore.com>
1485
1486 * source.c (find_and_open_source): Try rewriting the source
1487 path inside filename if dirname is NULL.
1488
8c6860bb
JB
14892007-01-24 Joel Brobecker <brobecker@adacore.com>
1490
1491 * dwarf2read.c (add_partial_symbol): Create an extra partial
1492 symbol in the VAR_DOMAIN for Ada structures, unions or enums.
1493 (new_symbol): Likewise for symbols.
1494
6db6d2ca
NR
14952007-01-24 Nick Roberts <nickrob@snap.net.nz>
1496
1497 * mi/mi-main.c (mi_cmd_execute): Call free_all_values.
1498
7d85ee02
VP
14992007-01-23 Vladimir Prus <vladimir@codesourcery.com>
1500
1501 * value.c (value_primitive_field): Copy the full 'location'
1502 contents, instead of assuming that copying ADDRESS will
1503 bring over everything in the union. Remove obsolete comment.
1504
f79b9530
DJ
15052007-01-23 Masaki Muranaka <monaka@monami-software.com>
1506
1507 * m32c-tdep.c (make_regs, m32c_analyze_prologue)
1508 (m32c_skip_trampoline_code, m32c_m16c_address_to_pointer)
1509 (m32c_m16c_pointer_to_address): Separate code from declarations.
1510
08d8bcd7
DJ
15112007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
1512
1513 * target.c (update_current_target): Correct typo.
1514
57fdbbbe
CV
15152007-01-22 Masaki Muranaka <monaka@monami-software.com>
1516
1517 * xstormy16-tdep.c (xstormy16_skip_prologue): Separate code from a
1518 declaration.
1519
58894217
JK
15202007-01-11 Andrew Cagney <cagney@redhat.com>
1521 Daniel Jacobowitz <dan@codesourcery.com>
1522 Jan Kratochvil <jan.kratochvil@redhat.com>
1523
1524 * dwarf2-frame.c (execute_cfa_program): New support of
1525 `DW_CFA_GNU_negative_offset_extended'.
1526
9ebce043
DJ
15272007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1528
1529 * NEWS: Mention flash support for "load" and new remote packets.
1530
973d738b
DJ
15312007-01-21 Markus Deuling <deuling@de.ibm.com>
1532
1533 * breakpoint.c (delete_command): Skip redundant loop iterations.
1534
7b9ee6a8
DJ
15352007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1536
1537 * gdbarch.sh (register_type): Update comment.
1538 * gdbarch.h: Regenerated.
1539 * arch-utils.c (generic_register_size): Call register_type.
1540 * ia64-tdep.c (ia64_extract_return_value): Likewise.
1541 * m32c-tdep.c (check_for_saved): Likewise.
1542 * mips-tdep.c (mips_print_register, print_gp_register_row)
1543 (mips_print_registers_info): Likewise.
1544 * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write):
1545 Likewise.
1546 * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write)
1547 (sh64_do_register, sh64_print_register)
1548 (sh64_media_print_registers_info): Likewise.
1549 * tui/tui-regs.c (tui_register_format): Likewise.
1550
11309657
DJ
15512007-01-21 Daniel Jacobowitz <dan@codesourcery.com>
1552
1553 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.
1554
1555 * ada-lang.c (symtab_for_sym, ada_lookup_symbol_list)
1556 (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS.
1557 * cp-support.c (make_symbol_overload_list_qualified): Likewise.
1558 * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs)
1559 (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols)
1560 (make_symbol_completion_list): Likewise.
1561
cb1df416
DJ
15622007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1563 Daniel Jacobowitz <dan@codesourcery.com>
1564
1565 * buildsym.c (end_symtab): Use preallocated symtab if available.
1566 Fill in SYMBOL_SYMTAB.
1567 * buildsym.h (struct subfile): Add symtab member.
1568 * dwarf2read.c (struct dwarf2_cu): Add line_header.
1569 (struct file_entry): Add symtab.
1570 (free_cu_line_header): New function.
1571 (read_file_scope): Use it. Save line_header in the cu. Process
1572 lines before DIEs.
1573 (add_file_name): Initialize new symtab member.
1574 (dwarf_decode_lines): Create symtabs for included files.
1575 (new_symbol): Set SYMBOL_SYMTAB.
1576 * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB.
1577 (search_symbols): Likewise.
1578 * symtab.h (struct symbol): Add symtab member.
1579 (SYMBOL_SYMTAB): Define.
1580
727da900
DJ
15812007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1582
1583 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
1584
7b6b9e83
DJ
15852007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
1586
1587 * arch-utils.c (show_endian): Correct reversed condition.
1588
e767400c
JK
15892007-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1590
1591 * MAINTAINERS (Write After Approval): Add myself.
1592
b20d8971
VP
15932007-01-16 Daniel Jacobowitz <dan@codesourcery.com>
1594 Vladimir Prus <vladimir@codesourcery.com>
1595
1596 Fix 'selected frame' varobjs.
1597 * varobj.c (struct varobj): Remove the error field.
1598 (varobj_set_value): Don't check var->error.
1599 (install_new_value): Don't set var->error.
1600 (varobj_update): Always pass the new value
1601 of the root via install_new_value.
1602 (create_child): Don't set error field.
1603 (new_variable): Likewise.
1604 (c_value_of_root): Always reevaluate the value
1605 of selected frame varobjs in the selected frame.
1606 Don't call reinit_frame_cache.
1607
7ef2b397
JB
16082007-01-15 Joel Brobecker <brobecker@adacore.com>
1609
1610 * source.c (_initialize_source): Improve the help text of
1611 the substitute-path commands.
1612
1208538e
MK
16132007-01-14 Mark Kettenis <kettenis@gnu.org>
1614
1615 * frv-tdep.c (frv_gdbarch_init, frv_register_name)
1616 (frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address)
1617 (frv_skip_prologue): Remove prototypes.
1618 (frv_adjust_breakpoint_address): Renamed from
1619 frv_gdbarch_adjust_breakpoint_address.
1620 (frv_gdbarch_init): Adjust.
1621
765f065a
MK
16222007-01-13 Mark Kettenis <kettenis@gnu.org>
1623
5e66aab2
MK
1624 * gdbarch.sh (deprecated_extract_return_value)
1625 (deprecated_store_return_value): Remove.
1626 (extract_return_value, store_return_value): Remove default values.
1627 * gdbarch.c, gdbarch.h: Regenerate.
1628 * arch-utils.c, arch-utils.h (legacy_extract_return_value)
1629 (legacy_store_return_value): Remove.
1630 * regcache.c, regcache.h (deprecated_grub_regcache_for_registers):
1631 Remove.
1632
56178203
MK
1633 * mi/mi-main.c: Remove obsolete comment.
1634
23303b2e
MK
1635 * regcache.c, regcache.h (deprecated_register_bytes)
1636 (deprecated_read_register_bytes)
1637 (deprecated_write_register_bytes): Remove.
1638
765f065a
MK
1639 * frame.c (get_frame_register_bytes, put_frame_register_bytes):
1640 Don't forget to move destination pointer.
1641
610acfff
MK
16422007-01-01 Mark Kettenis <kettenis@gnu.org>
1643
1644 * config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.
1645
12102450
UW
16462007-01-11 Ulrich Weigand <uweigand@de.ibm.com>
1647
1648 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtrace
1649 past entry function with recent newlib.
1650
c8b2f53c
VP
16512007-01-11 Vladimir Prus <vladimir@codesourcery.com>
1652
1653 * gdb.texinfo (GDB/MI Variable Objects): Improve the
1654 introduction. Specify -var-update more exactly.
1655
d57df5e4
DJ
16562007-01-11 Daniel Jacobowitz <dan@codesourcery.com>
1657
1658 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.
1659
03f597d5
JB
16602007-01-10 Jim Blandy <jimb@codesourcery.com>
1661
1662 * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted
1663 the Global Maintainers' invitation to be a global maintainer.
1664
fd48f117
DJ
16652007-01-10 Daniel Jacobowitz <dan@codesourcery.com>
1666
1667 * infrun.c (singlestep_pc): New variable.
1668 (resume): Set singlestep_pc.
1669 (context_switch): Add a debugging message. Flush the frame cache.
1670 (handle_inferior_event): Add debugging messages. Handle thread
1671 hops when a software single step has completed. Let context_switch
1672 handle flushing the frame cache.
1673
23181151
DJ
16742007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1675
1676 * NEWS: Mention target descriptions, "set tdesc filename",
1677 "unset tdesc filename", "show tdesc filename", and
1678 qXfer:features:read.
1679 * arch-utils.c (choose_architecture_for_target): New function.
1680 (gdbarch_info_fill): Call it.
1681 * target-descriptions.c (struct property): Make members non-const.
1682 (struct target_desc): Add arch member.
1683 (target_description_filename): New variable.
1684 (target_find_description): Try via XML first.
1685 (tdesc_architecture): New.
1686 (free_target_description, make_cleanup_free_target_description): New.
1687 (set_tdesc_property): Call xstrdup.
1688 (set_tdesc_architecture, tdesc_set_cmdlist, tdesc_show_cmdlist)
1689 (tdesc_unset_cmdlist, unset_tdesc_cmd, unset_tdesc_filename_cmd)
1690 (set_tdesc_cmd, show_tdesc_cmd, set_tdesc_filename_cmd)
1691 (show_tdesc_filename_cmd, _initialize_target_descriptions): New.
1692 * target-descriptions.h (tdesc_architecture)
1693 (make_cleanup_free_target_description, set_tdesc_architecture): New
1694 prototypes.
1695 * Makefile.in (SFILES): Add xml-tdesc.c.
1696 (COMMON_OBS): Add xml-tdesc.o.
1697 (target-descriptions.o): Update.
1698 (xml-tdesc.o): New rule.
1699 * xml-tdesc.c, xml-tdesc.h: New files.
1700 * remote.c (PACKET_qXfer_features): New enum.
1701 (remote_protocol_features): Add qXfer:features:read.
1702 (remote_xfer_partial): Handle TARGET_OBJECT_AVAILABLE_FEATURES.
1703 (_initialize_remote): Register qXfer:features:read.
1704 * target.h (enum target_object): Add TARGET_OBJECT_AVAILABLE_FEATURES.
1705 * features/gdb-target.dtd: New file.
1706
3e9cb5f4
DJ
17072007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1708
1709 * copyright.sh: Clarify error.
1710
818f79f6
DJ
17112007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1712
1713 * symtab.c (matching_bfd_sections): Fix VMA matching for
1714 prelinked objects.
1715
f7a6bb70
DJ
17162007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1717
1718 * minsyms.c (lookup_minimal_symbol_by_pc_section): Handle
1719 nested symbols.
1720
20ac0504
DJ
17212007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1722
1723 Updated copyright notices for most files.
1724
85bb0718
DJ
17252007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1726
1727 * copyright.sh (prunes): Add step-line.inp and step-line.c.
1728
aa28a74e
DJ
17292007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1730
1731 * configure.ac (DEBUGDIR_RELOCATABLE): Define for debugdir inside
1732 exec_prefix.
1733 (TARGET_SYSTEM_ROOT_RELOCATABLE): Allow for exec_prefix being
1734 '${prefix}'.
1735 * configure, config.in: Regenerate.
1736 * defs.h (debug_file_directory): Declare.
1737 * main.c (captured_main): Canonicalize gdb_sysroot. Assume
1738 TARGET_SYSTEM_ROOT is defined. Initialize debug_file_directory and
1739 relocate it if DEBUGDIR_RELOCATABLE.
1740 * symfile.c (debug_file_directory): Make non-static.
1741 (find_separate_debug_file): Look for debug info for SYSROOT/PATH
1742 in DEBUGDIR/PATH if DEBUGDIR is inside SYSROOT.
1743 (_initialize_symfile): Don't initialize debug_file_directory here.
1744
1cfd2c3e
JB
17452007-01-09 Jim Blandy <jimb@codesourcery.com>
1746
1747 * score-tdep.c (score_push_dummy_call): Don't mix declarations and
1748 statements.
1749
5efde112
DJ
17502007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1751
1752 * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Use
1753 frame_unwind_register to recurse.
1754 * alpha-tdep.c (alpha_sigtramp_frame_prev_register): Likewise.
1755 (alpha_heuristic_frame_prev_register): Likewise.
1756 * h8300-tdep.c (h8300_frame_prev_register): Likewise.
1757 * m32c-tdep.c (m32c_prev_register): Likewise.
1758 * frame.c (frame_register_unwind_location): Remove FIXME.
1759
4de1f557
DJ
17602007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1761 Eli Zaretskii <eliz@gnu.org>
1762
1763 * copyright.sh: New file.
1764
ca4ca11e
DJ
17652007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
1766
1767 * configure.ac: Check for XML_StopParser.
1768 * xml-support.c (gdb_xml_body_text): Check for an error.
1769 (gdb_xml_start_element_wrapper): Conditionalize call to XML_StopParser.
1770 (gdb_xml_end_element_wrapper): Likewise.
1771 * config.in, configure: Regenerated.
1772
57e66780
DJ
17732007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1774
1775 * varobj.c (install_new_value): Always update print_value.
1776 (value_get_print_value): Immediately return NULL for missing
1777 values.
1778
b523a1fd
JB
17792007-01-08 Jim Blandy <jimb@codesourcery.com>
1780
1781 * configure.ac: Tighten pattern for extracting value of
1782 DEPRECATED_TM_FILE from the target makefile fragment.
1783 * configure: Regenerated.
1784
3d799a95
DJ
17852007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1786
1787 * linux-nat.c (struct simple_pid_list): Add status.
1788 (add_to_pid_list): Record the PID's status.
1789 (linux_record_stopped_pid): Likewise. Make static.
1790 (pull_pid_from_list): Return the saved status.
1791 (linux_nat_handle_extended): Deleted.
1792 (linux_handle_extended_wait): Combine with linux_nat_handle_extended.
1793 Make static. Handle non-SIGSTOP for a new thread's first signal.
1794 (flush_callback): Handle unexpected pending signals.
1795 (linux_nat_wait): Update calls to changed functions.
1796 * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait):
1797 Remove prototypes for newly static functions.
1798
9acbedc0
UW
17992007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
1800
1801 * gdbarch.sh (value_from_register): New gdbarch function.
1802 * gdbarch.c, gdbarch.h: Regenerate.
1803 * findvar.c (default_value_from_register): New function.
1804 (value_from_register): Use gdbarch_value_from_register.
1805 * value.h (default_value_from_register): Declare.
1806 * spu-tdep.c (spu_convert_register_p, spu_register_to_value,
1807 spu_value_to_register): Remove.
1808 (spu_value_from_register): New function.
1809 (spu_gdbarch_init): Do not call set_gdbarch_convert_register_p,
1810 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
1811 Call set_gdbarch_value_from_register.
1812 * s390-tdep.c (s390_convert_register_p, s390_register_to_value,
1813 s390_value_to_register): Remove.
1814 (s390_value_from_register): New function.
1815 (s390_gdbarch_init): Do not call set_gdbarch_convert_register_p,
1816 set_gdbarch_register_to_value, set_gdbarch_value_to_register.
1817 Call set_gdbarch_value_from_register.
1818
f822c95b
DJ
18192007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
1820
1821 * NEWS: Add "set sysroot" and "show sysroot".
1822 * solib.c (solib_absolute_prefix): Delete. Replace
1823 all uses with gdb_sysroot.
1824 (_initialize_solib): Add "set sysroot" and "show sysroot".
1825 Make "solib-absolute-prefix" an alias to it.
1826
00fa51f6
UW
18272007-01-08 Ulrich Weigand <uweigand@de.ibm.com>
1828
1829 * frame.c (get_frame_register_bytes): New function.
1830 (put_frame_register_bytes): Likewise.
1831 * frame.h (get_frame_register_bytes): Declare.
1832 (put_frame_register_bytes): Likewise.
1833 * findvar.c (value_from_register): Always construct lval_register
1834 values. Use get_frame_register_bytes.
1835 * valops.c (value_assign): Use get_frame_register_bytes and
1836 put_frame_register_bytes.
1837
a95c9d06
JB
18382007-01-08 Jim Blandy <jimb@codesourcery.com>
1839
1840 * MAINTAINERS: Update Stan Shebs' email address.
1841
4ed6b5be
JB
18422007-01-07 Joel Brobecker <brobecker@adacore.com>
1843
1844 * ada-lang.c (is_known_support_routine): Improve the implementation.
1845
9bbc9174
JB
18462007-01-06 Joel Brobecker <brobecker@adacore.com>
1847
1848 * ada-lang.c: Add include of source.h.
1849 (is_known_support_routine): Improve the check verifying that the file
1850 associated to this frame exists.
1851 * Makefile.in (ada-lang.o): Add dependency on source.h.
1852
44a81774
JB
18532007-01-07 Jim Blandy <jimb@codesourcery.com>
1854
1855 * ax-general.c (ax_const_l): Select proper opcode for the given
1856 value.
1857
fcd19eb1 18582007-01-05 Vladimir Prus <vladimir@codesourcery.com>
6fe1a487
NR
1859
1860 * varobj.c (c_value_of_root): Don't select frame if variable
1861 object is out of scope.
1862
fcd19eb1 18632007-01-05 Nick Roberts <nickrob@snap.net.nz>
3fa6deb5
NR
1864
1865 * varobj.c (struct varobj): New member print_value.
1866 (install_new_value): Compare last printed value with current one
1867 instead of contents.
1868 (new_variable): Initialize var->print_value to NULL.
1869 (free_variable): Free var->print_value.
1870 (value_get_print_value): New function derived from
1871 c_value_of_variable.
1872 (c_value_of_variable): Use value_get_print_value.
1873
92a56b20
JB
18742007-01-05 Joel Brobecker <brobecker@adacore.com>
1875
1876 * i386-tdep.c (i386_analyze_stack_align): Add comment.
1877
0e420bd8
JB
18782007-01-05 Joel Brobecker <brobecker@adacore.com>
1879
1880 * NEWS: Add entries for new catch commands.
1881
b69733ab 18822007-01-05 Joel Brobecker <brobecker@adacore.com>
fa4028e9
JB
1883
1884 * dwarf2read.c (partial_die_info): Add field has_byte_size.
1885 (add_partial_symbol): Correct identification of external references.
1886 (process_structure_scope): Likewise.
1887 (read_partial_die): Handle DW_AT_byte_size attribute.
1888
18892007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
d097fa3e
DJ
1890
1891 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.
1892
8e38af42
NR
18932007-01-05 Nick Roberts <nickrob@snap.net.nz>
1894
1895 * varobj.c (get_type_deref): Fix variable objects for references to
1896 pointers.
1897
d1c79ecd
DJ
18982007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1899
1900 * symtab.c (find_pc_sect_psymtab): Add comments. Handle psymtabs
1901 with no symbols.
1902
e776119f
DJ
19032007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1904
1905 * memory-map.c (struct_memory_map_parsing_data): Remove most
1906 members. Make property_name an array.
1907 (free_memory_map_parsing_data, memory_map_start_element)
1908 (memory_map_end_element, memory_map_character_data): Delete.
1909 (memory_map_start_memory, memory_map_end_memory)
1910 (memory_map_start_property, memory_map_end_property): New functions.
1911 (property_attributes, memory_children, memory_type_enum)
1912 (memory_attributes, memory_map_children, memory_map_elements): New.
1913 (parse_memory_map): Rewrite.
1914 * xml-support.c (debug_xml): New.
1915 (xml_get_required_attribute, xml_get_integer_attribute)
1916 (xml_get_enum_value, free_xml_parser, make_cleanup_free_xml_parser):
1917 Delete.
1918 (struct scope_level, struct gdb_xml_parser, gdb_xml_body_text)
1919 (gdb_xml_debug, gdb_xml_error, gdb_xml_values_cleanup)
1920 (gdb_xml_start_element, gdb_xml_start_element_wrapper)
1921 (gdb_xml_end_element, gdb_xml_end_element_wrapper, gdb_xml_cleanup)
1922 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse)
1923 (gdb_xml_parse_ulongest, gdb_xml_parse_attr_ulongest)
1924 (gdb_xml_parse_attr_enum, show_debug_xml, _initialize_xml_support):
1925 New.
1926 * xml-support.h (struct gdb_xml_value, gdb_xml_attribute_handler)
1927 (enum gdb_xml_attribute_flag, struct gdb_xml_attribute)
1928 (enum gdb_xml_element_flag, struct gdb_xml_element)
1929 (gdb_xml_element_start_handler, gdb_xml_element_end_handler)
1930 (struct gdb_xml_enum): New.
1931 (gdb_xml_create_parser_and_cleanup, gdb_xml_parse, gdb_xml_debug)
1932 (gdb_xml_error, gdb_xml_parse_attr_ulongest)
1933 (gdb_xml_parse_attr_enum, gdb_xml_parse_ulongest): New prototypes.
1934 (xml_get_required_attribute, xml_get_integer_attribute)
1935 (xml_get_enum_value, make_cleanup_free_xml_parser): Delete prototypes.
1936 * Makefile.in (xml_support_h, xml-support.o): Update.
1937
5e572bb4
DJ
19382007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1939
1940 * Makefile.in (eval.o): Update dependencies.
1941 * eval.c: Include "ui-out.h" and "exceptions.h".
1942 (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
1943 Use value_zero if an error occurs when avoiding side effects.
1944 * varobj.c (c_value_of_root): Initialize new_val.
1945
74a44383
DJ
19462007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1947
1948 * varobj.c (varobj_list_children): Stop if the number of children is
1949 unknown.
1950 (c_number_of_children):
1951
e8d2d628
MK
19522007-01-04 Mark Kettenis <kettenis@gnu.org>
1953
1954 * alpha-tdep.c (alpha_register_name): Use ARRAY_SIZE.
1955 (alpha_read_insn, alpha_skip_prologue, alpha_heuristic_proc_start)
1956 (alpha_heuristic_frame_unwind_cache, alpha_next_pc)
1957 (alpha_gdbarch_init): Use ALPHA_INSN_SIZE, ALPHA_REGISTER_SIZE and
1958 sizeof, instead of hardcoded constants.
1959
c941839d
DJ
19602007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1961
1962 * CONTRIBUTE: Use sourceware.org.
1963
303b6f5d 19642007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
2d0720d9 1965
303b6f5d
DJ
1966 * buildsym.c (start_subfile): Handle producer.
1967 (record_producer): New function.
1968 * buildsym.h (struct subfile): Include producer.
1969 (record_producer): New prototype.
1970 * dwarf2-frame.c (struct dwarf2_cie): Add version and augmentation.
1971 (struct dwarf2_frame_state): Add armcc_cfa_offsets_sf and
1972 armcc_cfa_offsets_reversed.
1973 (execute_cfa_program): Handle armcc_cfa_offsets_sf.
1974 (dwarf2_frame_find_quirks): New function.
1975 (dwarf2_frame_cache): Call it. Handle armcc_cfa_offsets_reversed.
1976 (decode_frame_entry_1): Record the CIE version. Record the
1977 augmentation. Skip armcc augmentations.
1978 * dwarf2read.c (read_file_scope): Save the producer.
1979 * symtab.h (struct symtab): Rename unused version member to
1980 producer.
2d0720d9 1981
aa79a185
DJ
19822007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
1983
1984 * configure.ac (build_warnings): Use -Wall and
1985 -Wdeclaration-after-statement.
1986 * configure: Regenerated.
1987
bbec2603
VP
19882007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1989
1990 Simplify access to variours properties of child
1991 variable objects in C.
1992 * varobj.c (value_struct_element_index): New function.
1993 (c_describe_child): New function.
1994 (c_name_of_child, c_value_of_child)
1995 (c_type_of_child): Rewrite to use c_describe_child.
1996
28335dcc
VP
19972007-01-04 Vladimir Prus <vladimir@codesourcery.com>
1998
1999 gdb/
2000 * varobj.c: Include "vec.h".
2001 (varobj_p): New typedef, declare vector of those.
2002 (struct varobj): Use vector for the 'children' member.
2003 (child_exists): Remove.
2004 (save_child_in_parent): Remove.
2005 (remove_child_from_parent): Remove.
2006 (struct varobj_child): Remove.
2007 (struct vstack): Remove.
2008 (vpush, vpop): Remove.
2009 (varobj_list_children): Adjust to work work vector.
2010 (varobj_update): Likewise. Use vectors for
2011 working stack and result.
2012 (delete_variable_1): Likewise.
2013 * Makefile.in (varobj.o): Update dependencies.
2014
b2c2bd75
VP
20152007-01-04 Vladimir Prus <vladimir@codesourcery.com>
2016
2017 Port from Apple's version.
2018 gdb/
2019 * varobj.c (type_changeable): Rename to...
2020 (varobj_value_is_changeable_p): ...this. Adjust all callers.
2021 (is_root_p): New function. Use it everywhere.
2022
bdfb3870
JB
20232007-01-04 Jim Blandy <jimb@codesourcery.com>
2024
2025 * glibc-tdep.c (glibc_skip_solib_resolver): Look for '_dl_fixup',
2026 then plain 'fixup'.
2027
5d15052e
JB
20282007-01-04 Joel Brobecker <brobecker@adacore.com>
2029
2030 * hpread.c (hpread_start_psymtab): Remove unnecessary extern.
2031
53103997
JB
20322007-01-04 Joel Brobecker <brobecker@adacore.com>
2033
2034 * hpread.c (hpread_type_lookup): Fix compilation failure.
2035
27fd2f50
Q
20362007-01-04 Qinwei <qinwei@sunnorth.com.cn>
2037
2038 * NEWS: New port to S+core.
2039 * MAINTAINERS (Write After Approval, Responsible Maintainers):
2040 Add myself.
2041
2042 * Makefile.in: Add dependencies for S+core files.
2043 * configure.tgt (score*, score-*-*): Add S+core target.
2044 * config/score/embed.mt: New file.
2045 * score-tdep.c: New file.
2046 * score-tdep.h: New file.
2047
a6cfbe68
JB
20482007-01-04 Joel Brobecker <brobecker@adacore.com>
2049
2050 * ada-lang.c (ada_evaluate_subexp) [OP_TYPE]: Return a value with
2051 the appropriate type rather than a bogus void type.
2052
67cf15b7 20532007-01-04 Joel Brobecker <brobecker@adacore.com>
f7f9143b
JB
2054
2055 * ada-lang.h (ada_find_printable_frame): Remove.
2056 (ada_exception_catchpoint_p, ada_decode_exception_location)
2057 (ada_decode_assert_location): Add declaration.
2058 * ada-lang.c: Add include of annotate.h and valprint.h.
2059 (exception_catchpoint_kind): New enum.
2060 (function_name_from_pc, is_known_support_routine)
2061 (ada_find_printable_frame, ada_unhandled_exception_name_addr)
2062 (ada_exception_name_addr_1, ada_exception_name_addr)
2063 (print_it_exception, print_one_exception, print_mention_exception)
2064 (print_it_catch_exception, print_one_catch_exception)
2065 (print_mention_catch_exception, catch_exception_breakpoint_ops)
2066 (print_it_catch_exception_unhandled)
2067 (print_one_catch_exception_unhandled)
2068 (print_mention_catch_exception_unhandled, print_it_catch_assert)
2069 (print_one_catch_assert, print_mention_catch_assert)
2070 (ada_exception_catchpoint_p, error_breakpoint_runtime_sym_not_found)
2071 (ada_get_next_arg, catch_ada_exception_command_split)
2072 (ada_exception_sym_name, ada_exception_sym_name)
2073 (ada_exception_breakption_ops, ada_exception_catchpoint_cond_string)
2074 (ada_parse_catchpoint_condition, ada_exception_sal)
2075 (ada_decode_exception_location)
2076 (ada_decode_assert_location): New function.
2077 (catch_exception_unhandled_breakpoint_ops): New global variable.
2078 (catch_assert_breakpoint_ops): New global variable.
2079 * breakpoint.c: Add include of ada-lang.h.
2080 (print_one_breakpoint): Do not print the condition for Ada
2081 exception catchpoints.
2082 (create_ada_exception_breakpoint): New function.
2083 (catch_ada_exception_command, catch_assert_command): New function.
2084 (catch_command_1): Add support for the new "catch exception" and
2085 "catch assert" commands.
2086 (_initialize_breakpoint): Add help description for the new catch
2087 commands.
2088 * Makefile.in (ada-lang.o): Add dependency on annotate.h and
2089 valprint.h.
2090 (breakpoint.o): Add dependency on ada-lang.h.
2091
05cfdb42
DJ
20922007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
2093
2094 * coffread.c (cs_to_section): If bfd_section is found, always
2095 return its section index.
2096 (coff_symtab_read): Determine the minimal_symbol_type using the
2097 bfd_section flags.
2098
2e03ee74
DJ
20992007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2100 Daniel Jacobowitz <dan@codesourcery.com>
2101
2102 * Makefile.in (top.o): Update.
2103 * top.c (gdb_readline_wrapper_done, gdb_readline_wrapper_result)
2104 (saved_after_char_processing_hook, gdb_readline_wrapper_line)
2105 (struct gdb_readline_wrapper_cleanup, gdb_readline_wrapper_cleanup):
2106 New.
2107 (gdb_readline_wrapper): Rewrite to use asynchronous readline.
2108
1c63d086
MK
21092007-01-03 Mark Kettenis <kettenis@gnu.org>
2110
2111 * arm-linux-tdep.c (arm_linux_extract_return_value): Remove.
2112 (arm_linux_init_abi): Don't set deprecated_extract_return_value.
2113
d5d6fca5
DJ
21142007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2115
2116 * ada-lang.c (find_struct_field): Initialize *byte_offset_p.
2117 * breakpoint.c (do_enable_breakpoint): Ignore both mem_cnt and i.
2118 * c-typeprint.c (c_type_print_varspec_suffix): Don't test length
2119 greater than or equal to zero.
2120 * m2-typeprint.c (m2_array): Likewise.
2121 * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2122 * gdbtypes.c (copy_type_recursive): Correct == typo.
2123 * i386-tdep.c (i386_skip_prologue): Remove stray semicolon.
2124 * linux-nat.c (linux_nat_info_proc_cmd): Don't compare a pointer
2125 greater than zero.
2126 * macroscope.c (sal_macro_scope): Don't name a local variable "main".
2127 (default_macro_scope): Remove unused variable.
2128 * prologue-value.h (pv_area_find_reg): Don't name an argument
2129 "register".
2130 * remote-fileio.c (remote_fio_func_map): Add missing braces.
2131 * remote.c (sigint_remote_twice_token, sigint_remote_token): Change
2132 type.
2133 (cleanup_sigint_signal_handler): Remove casts.
2134 * valprint.c (val_print): Use a volatile local for the modified
2135 argument.
2136 * varobj.c (languages): Remove extra array dimension.
2137 (varobj_create): Correct access to languages array.
2138 * mi/mi-cmd-break.c (mi_cmd_break_insert, mi_cmd_break_watch): Add
2139 missing braces.
2140 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
2141 * mi/mi-cmd-env.c (mi_cmd_env_path, mi_cmd_env_dir): Likewise.
2142 * mi/mi-getopt.c (mi_valid_noargs): Likewise.
2143 * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2144 (mi_cmd_data_write_memory): Likewise.
2145 * signals/signals.c (target_signal_to_string): Cast to int before
2146 comparing.
2147 * tui/tui-layout.c (init_and_make_win): Take and return a void *.
2148 Update all callers.
2149
0d5de010
DJ
21502007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2151
2152 * NEWS: Mention pointer to member improvements.
2153 * Makefile.in (gnu-v3-abi.o): Delete special rule.
2154 (eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
2155 * ada-valprint.c (ada_print_scalar): Update for new type codes.
2156 * c-typeprint.c (c_print_type): Update for new type codes.
2157 (c_type_print_varspec_prefix, c_type_print_varspec_suffix)
2158 (c_type_print_base): Likewise.
2159 (c_type_print_args): Rewrite.
2160 * c-valprint.c (c_val_print): Update for new type codes. Remove
2161 support for references to members. Treat methods like functions.
2162 * cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
2163 (cplus_make_method_ptr, cplus_method_ptr_to_value): New.
2164 * cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
2165 (cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
2166 (struct cp_abi_ops): Add corresponding members.
2167 * cp-valprint.c (cp_print_class_method): Delete.
2168 (cp_find_class_member): New function.
2169 (cp_print_class_member): Use it. Simplify support for bogus
2170 member pointers.
2171 * dwarf2read.c (quirk_gcc_member_function_pointer): Use
2172 lookup_methodptr_type.
2173 (read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
2174 * eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
2175 OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
2176 pointer support.
2177 (evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
2178 references returned by user defined operators.
2179 * f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
2180 (f_type_print_varspec_suffix): Remove support for member pointers.
2181 * gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
2182 and adjusted.
2183 (smash_to_memberptr_type): Likewise, from smash_to_member_type.
2184 (lookup_methodptr_type): New.
2185 (rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
2186 (recursive_dump_type): Update for new types.
2187 * gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
2188 TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
2189 (lookup_memberptr_type, lookup_methodptr_type)
2190 (smash_to_memberptr_type): New prototypes.
2191 (smash_to_method_type): Formatting fix.
2192 (lookup_member_type, smash_to_member_type): Delete prototypes.
2193 * gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
2194 Do not rely on debug information for the vptr or the method's
2195 enclosing type. Handle function descriptors for IA64.
2196 (gnuv3_virtual_fn_field): Rewrite using the new functions.
2197 (gnuv3_find_method_in, gnuv3_print_method_ptr)
2198 (gnuv3_method_ptr_size, gnuv3_make_method_ptr)
2199 (gnuv3_method_ptr_to_value): New.
2200 (init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
2201 * hpread.c (hpread_type_lookup): Update for new types.
2202 * infcall.c (value_arg_coerce): Likewise.
2203 * m2-typeprint.c (m2_print_type): Remove explicit support
2204 for member pointers.
2205 * m2-valprint.c (m2_val_print): Likewise.
2206 * p-typeprint.c (pascal_type_print_varspec_prefix)
2207 (pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
2208 * p-valprint.c (pascal_val_print): Likewise.
2209 (pascal_object_print_class_method, pascal_object_print_class_member):
2210 Delete.
2211 * p-lang.h (pascal_object_print_class_method)
2212 (pascal_object_print_class_member): Delete prototypes.
2213 * stabsread.c (read_type): Update for new types.
2214 * typeprint.c (print_type_scalar): Likewise.
2215 * valops.c (value_struct_elt_for_reference, value_namespace_elt)
2216 (value_maybe_namespace_elt, value_aggregate_elt): Add want_address
2217 argument. Construct a pointer to member if the address of a
2218 function or data member is requested.
2219 (value_cast_pointers): Don't modify the input value.
2220 (value_cast): Adjust pointer to member handling for new types.
2221 Allow null pointer to member constants. Don't modify the input
2222 value.
2223 (value_ind): Remove pointer to member check. Handle function
2224 descriptors for function pointers.
2225 (value_struct_elt, value_find_oload_method_list, check_field):
2226 Remove pointer to member checks.
2227 * value.c (unpack_long): Allow pointers to data members.
2228 (value_from_longest): Allow member pointers.
2229 * value.h (value_aggregate_elt): Add want_address.
2230 * varobj.c (c_variable_editable): Remove check for members.
2231 * gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
2232 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
2233 in virtual tables.
2234 (ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
2235 * c-lang.h (cp_print_class_method): Delete prototype.
2236 * arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
2237 * mips-tdep.c (mips_gdbarch_init): Likewise.
2238 * gdbarch.c, gdbarch.h: Regenerated.
2239
d217aaed
MK
22402007-01-01 Mark Kettenis <kettenis@gnu.org>
2241
2242 * rs6000-tdep.c (rs6000_use_struct_convention)
2243 (rs6000_extract_return_value, rs6000_store_return_value)
2244 (rs6000_extract_struct_value_address): Remove.
2245 (rs6000_return_value): New function.
2246 (rs6000_gdbarch_init): Don't set deprecated_extract_return_value,
2247 store_return_value, deprecated_extract_struct_value_address and
2248 deprecated_use_struct_convention. Use rs6000_return_value
2249 instead.
2250
02296b29
NR
22512007-01-02 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * mi/mi-cmds.c (mi_cmds): Remove entries for -display-delete,
2254 -display-disable, -display-enable, -display-insert and
2255 -display-list.
2256
b69733ab 22572007-01-01 Joel Brobecker <brobecker@adacore.com>
ce186b30
JB
2258
2259 * breakpoint.c (remove_breakpoint): Remove dead code.
2260
22612007-01-01 Nick Roberts <nickrob@snap.net.nz>
ab9245ed
NR
2262
2263 * varobj.c: Include block.h.
2264 (c_value_of_root): Check scope within nested statements.
2265
9f3a1602
MK
22662007-01-01 Mark Kettenis <kettenis@gnu.org>
2267
2268 * mi/mi-main.c (mi_cmd_data_write_register_values): Use
2269 regcache_cooked_write_signed instead of
2270 deprecated_write_register_bytes.
2271
12349ccd
JB
22722007-01-01 Joel Brobecker <brobecker@adacore.com>
2273
2274 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.
2275
8c48ebcf
JB
22762007-01-01 Joel Brobecker <brobecker@adacore.com>
2277
2278 Followed the Start of New Year Procedure:
2279 * ChangeLog-2006: New file, containing all the entries for 2006.
2280 * ChangeLog: Removed all 2006 entries, and changed the reference
2281 to the previous ChangeLog to point to ChangeLog 2006.
2282 * top.c (print_gdb_version): Update copyright year.
2283
154927ff
MK
22842007-01-01 Mark Kettenis <kettenis@gnu.org>
2285
2286 * Makefile.in (remote-sds.o): Remove.
2287 * remote-sds.c: Delete.
2288
8c48ebcf 2289For older changes see ChangeLog-2006.
c906108c
SS
2290\f
2291Local Variables:
2292mode: change-log
2293left-margin: 8
2294fill-column: 74
2295version-control: never
2296End:
This page took 0.887259 seconds and 4 git commands to generate.