Replace entry for 2004-06-02 with more detailed log entries.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-07-15 Jim Blandy <jimb@redhat.com>
2
3 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5
6 2004-07-14 Jim Blandy <jimb@redhat.com>
7
8 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
9
10 * ppc-tdep.h (ppc_num_vrs): New enum constant.
11
12 * ppc-tdep.h (ppc_num_srs): New enum constant.
13
14 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
15 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
16 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
17 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
18 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
19 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
20 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
21 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
22 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
23 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
24 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
25 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
26 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
27 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
28 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
29 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
30 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
31 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
32 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
33 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
34 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
35 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
36 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
37 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
38 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
39 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
40 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
41 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
42 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
43 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
44 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
45 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
46 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
47 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
48 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
49 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
50 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
51 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
52 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
53 special-purpose register numbers.
54
55 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
56 manual mentions 'md_twb', but many mention 'm_twb', and at that
57 point in the register list.)
58
59 2004-07-14 Andrew Cagney <cagney@gnu.org>
60
61 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
62 instead of "internal-error".
63
64 2004-07-10 Joel Brobecker <brobecker@gnat.com>
65
66 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
67 that was inserted inside a comment.
68
69 2004-07-10 Randolph Chung <tausq@debian.org>
70
71 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
72 function.
73 (hppa_hpux_push_dummy_code): New function.
74 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
75 Set find_global_pointer method.
76
77 2004-07-10 Mark Kettenis <kettenis@gnu.org>
78
79 * NEWS: Mention BSD libkvm interface.
80
81 2004-07-10 Michael Snyder <msnyder@redhat.com>
82
83 * symfile.c (generic_load): Comment typo.
84 * stack.c (get_selected_block): Ditto.
85 * regcache.c (regcache_cooked_read): Ditto.
86 * monitor.c (monitor_debug): Ditto.
87 * mips-tdep.c (mips_read_pc): Ditto.
88 * i386-linux-nat.c (ps_get_thread_area): Ditto.
89 * gdb_mbuild.sh: Ditto.
90 * gdbarch.sh: Ditto.
91 * gdbarch.h: Ditto.
92
93 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
94
95 * ada-tasks.c: Remove file.
96
97 Remove ARI problems:
98
99 * ada-exp.y (write_var_from_sym): Reformat to put operator at
100 beginning of line.
101
102 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
103 Add comment.
104 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
105 (MIN_OF_SIZE): Rename min_of_size. Add comment.
106 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
107 (UMIN_OF_SIZE): Remove.
108 (max_of_type): New function to replace orphan macro in gdbtypes.h
109 (min_of_type): Ditto.
110 (discrete_type_high_bound): Use max_of_type.
111 (discrete_type_low_bound): Use min_of_type.
112 (possible_user_operator_p): Move operator to beginning of line.
113 (ada_is_variant_part): Ditto.
114 (ensure_lval): Rewrite to avoid deprecated operations.
115 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
116 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
117 (ada_enum_name): Remove assignments in 'if' statements.
118 (build_ada_types): Add gdbarch parameter.
119 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
120 with gdbarch_data_register_post_init.
121 Use add_setshow_uinteger_cmd rather than add_set_cmd and
122 add_show_from_set.
123
124 * ada-valprint.c (inspect_it): Remove declaration.
125 (repeat_count_threshold): Remove declaration.
126 (ada_print_floating): Remove assignments in 'if' statements.
127 (print_str): Move operator to beginning of line.
128
129 2004-07-08 Jim Blandy <jimb@redhat.com>
130
131 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
132
133 2004-07-08 Bob Rossi <bob@brasko.net>
134
135 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
136
137 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
138
139 * language.h (struct_language_defn): Add new function pointer:
140 la_class_name_from_physname. Also add new prototype for
141 language_class_name_from_physname.
142 * language.c (language_class_name_from_physname): New function.
143 (unk_lang_class_name): Ditto.
144 (unknown_language_defn, auto_language_defn): Change
145 to add unk_lang_class_name function pointer for
146 la_class_name_from_physname.
147 (local_language_defn): Ditto.
148 * dwarf2read.c (guess_structure_name): Change to call
149 language_class_name_from_physname.
150 (determine_class_name): Ditto.
151 * cp-support.c (class_name_from_physname): Renamed.
152 (cp_class_name_from_physname): New name of function.
153 * cp-support.h: Ditto.
154 * c-lang.c (c_language_defn): Change to add NULL
155 for class_name_from_physname function pointer.
156 (cplus_language_defn): Change to add cp_class_name_from_physname.
157 * jv-lang.c (java_class_name_physname): New function.
158 (java_find_last_component): New static routine.
159 (java_language_defn): Add java_class_name_from_physname pointer.
160 * ada-lang.c (ada_language_defn): Change to add NULL
161 for class_name_from_physname function pointer.
162 * f-lang.c (f_language_defn): Ditto.
163 * m2-lang.c (m2_language_defn): Ditto.
164 * objc-lang.c (objc_language_defn): Ditto.
165 * p-lang.c (pascal_language_defn): Ditto.
166 * scm-lang.c (scm_language_defn): Ditto.
167
168 2004-07-06 Andrew Cagney <cagney@gnu.org>
169
170 Patch from Bart Robinson.
171 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
172 (O_LARGEFILE): Define to 0, if not defined.
173
174 2004-07-03 Mark Kettenis <kettenis@gnu.org>
175
176 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
177 <machine/pcb.h> and "bsd-kvm.h".
178 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
179 (m68kbsd_supply_pcb): New function.
180 (_initialize_m68kbsd_nat): New prototype and function.
181 * Makefile.in (m68kbsd-nat.o): Update dependencies.
182 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
183 (LOADLIBES): New variable.
184 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
185 (LOADLIBES): New variable.
186
187 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
188
189 2004-07-03 Mark Kettenis <kettenis@gnu.org>
190
191 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
192 <sys/proc.h>.
193 (bsd_kvm_cmdlist): New variable.
194 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
195 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
196 command and "kvm proc" command.
197 * Makefile.in (bsd-kvm.o): Update dependencies.
198
199 2004-07-02 Mark Kettenis <kettenis@gnu.org>
200
201 * osabi.c: Update copyright year.
202 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
203 notes if EI_OSABI is set to ELFOSABI_HPUX.
204
205 2004-07-01 Michael Snyder <msnyder@redhat.com>
206
207 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
208 that seems to have gotten whacked out of line.
209
210 2004-07-01 Mark Kettenis <kettenis@gnu.org>
211
212 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
213 code.
214
215 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
216
217 * ada-lang.c (decode_packed_array): Minor change to comment.
218 (ada_value_slice_ptr): New function.
219 (ada_value_slice): New function.
220 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
221 test. Don't know why it is there.
222 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
223 to avoid dereferencing huge arrays from which one is slicing.
224 (empty_array): Correct to return an array rather than
225 a subrange value.
226 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
227 on empty arrays (let'em use 'FIRST instead).
228
229 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
230
231 Address complaints from gdb_ari.sh:
232
233 * ada-exp.y: Include gdb_string.h rather than string.h.
234 (convert_char_literal): Reformat declaration.
235 * ada-lang.h: Include opaque struct declaration for struct frame_info.
236 * ada-lex.l: Change use of free to xfree (the macro would do so
237 anyway, but this is harmless).
238 Include gdb_string.h rather than string.h.
239 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
240
241 * ada-lang.c (parse): Remove K&Rism in parameter list.
242 (is_name_suffix): Correct Linux => GNU/Linux in comment.
243
244 2004-06-30 Mark Kettenis <kettenis@gnu.org>
245
246 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
247 dead code.
248
249 2004-06-30 Mark Kettenis <kettenis@gnu.org>
250
251 * alphabsd-nat.c: Update copyright year.
252 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
253
254 2004-06-29 Joel Brobecker <brobecker@gnat.com>
255
256 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
257 (i386_cygwin_in_solib_call_trampoline): New function.
258 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
259 and skip_trampoline_code gdbarch methods.
260
261 2004-06-29 Jim Blandy <jimb@redhat.com>
262
263 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
264 name actually used in the dependency lists.
265
266 2004-06-29 Randolph Chung <tausq@debian.org>
267
268 * NEWS (New native configurations): Mention GNU/Linux/hppa.
269
270 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
271
272 * win32-nat.c (child_pid_to_exec_file): New function.
273 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
274 functionality.
275
276 2004-06-28 Andrew Cagney <cagney@gnu.org>
277
278 * defs.h (xstrvprintf): Declare.
279 * utils.c (xstrvprintf): New function.
280 (internal_vproblem, xstrprintf, xasprintf)
281 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
282 * serial.c (serial_printf): Ditto.
283 * complaints.c (vcomplaint): Ditto.
284
285 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
286
287 * infcmd.c (attach_command): Move call to target_terminal_inferior
288 behind loading symbol table.
289
290 2004-06-28 Andrew Cagney <cagney@gnu.org>
291
292 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
293 change - add back extern deprecated_ui_loop_hook declaration.
294
295 2004-06-28 Andrew Cagney <cagney@gnu.org>
296
297 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
298 xstrprintf.
299 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
300 (c_value_of_variable): Ditto.
301 * utils.c (internal_vproblem): Ditto.
302 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
303 * remote.c (add_packet_config_cmd): Ditto.
304 * remote-rdp.c (rdp_set_command_line): Ditto.
305 * regcache.c (regcache_dump): Ditto.
306 * frv-tdep.c (new_variant, new_variant): Ditto.
307 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
308 (fbsd_find_memory_regions): Ditto.
309 * breakpoint.c (create_thread_event_breakpoint)
310 (create_breakpoints): Ditto.
311 * aix-thread.c (aix_thread_pid_to_str): Ditto.
312 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
313
314 2004-06-28 Joel Brobecker <brobecker@gnat.com>
315
316 * ada-lang.c: Re-indent file, with some massaging to help indent
317 a bit when the result is otherwise really too ugly.
318
319 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
320
321 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
322 code_addr_p and special_addr_p to 'unsigned int'.
323
324 2004-06-27 Mark Kettenis <kettenis@gnu.org>
325
326 * i386v4-nat.c: Update copyright year and tweak comment.
327 (regmap): Remove trailing comma.
328 (supply_gregset): Rename local variable i to regnum. Call
329 regcache_raw_supply instead of supply_register.
330 (fill_gregset): Rename argument regno to regnum. Call
331 regcache_raw_collect instead of regcache_collect.
332
333 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
334
335 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
336 and special_addr_p.
337 (frame_id_build, frame_id_build_special): Update comments.
338 (frame_id_build_wild): New prototype.
339 * frame.c (frame_id_build, frame_id_build_special): Fill in new
340 struct frame_id fields.
341 (frame_id_build_wild): New function.
342 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
343
344 2004-06-27 Mark Kettenis <kettenis@gnu.org>
345
346 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
347 hppabsd-tdep.c.
348
349 2004-06-27 Joel Brobecker <brobecker@gnat.com>
350
351 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
352
353 2004-06-27 Joel Brobecker <brobecker@gnat.com>
354
355 * ada-lang.c: Re-indent file.
356
357 2004-06-27 Joel Brobecker <brobecker@gnat.com>
358
359 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
360 (no_symtab_msg): Likewise.
361
362 2004-06-27 Andreas Schwab <schwab@suse.de>
363
364 * source.c: Fix whitespace.
365
366 2004-06-27 Mark Kettenis <kettenis@gnu.org>
367
368 * configure.in: Include <sys/param.h> for td_pcb test.
369 * configure: Regenerated.
370
371 * i386nbsd-nat.c: New file.
372 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
373 i386obsd-nat.c and i386obsd-tdep.c.
374 (i386nbsd-nat.o): New dependency.
375 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
376 bsd-kvm.o.
377 (LOADLIBES): New variable.
378 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
379 bsd-kvm.o.
380 (LOADLIBES): New variable.
381
382 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
383 (LOADLIBES): New variable.
384
385 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
386 fetching from BSD_KVM_PADDR. Correctly lookup address for
387 "_thread0".
388
389 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
390 "bsd-kvm.h".
391 (amd64fbsd_supply_pcb): New funcion.
392 (_initialize_amd64fbsd_nat): Enable libkvm interface.
393
394 2004-06-27 <david@streamline-computing.com>
395
396 Partial fix for PR cli/1056.
397 * valarith.c: Check for zero in division and remainder
398 evaluation.
399
400 2004-06-27 Mark Kettenis <kettenis@gnu.org>
401
402 * i387-tdep.c: Remove excessive whitespace.
403
404 2004-06-26 Andrew Cagney <cagney@gnu.org>
405
406 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
407 * gdb-events.h, gdb-events.c: Re-generate.
408 * tui/tui-hooks.c (tui_install_hooks): Update.
409 (tui_remove_hooks): Update.
410 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
411
412 2004-06-26 Mark Kettenis <kettenis@gnu.org>
413
414 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
415 (gregset_t, fpregset_t): Remove typedefs.
416 (REG_OFFSET): Rename argument.
417 (amd64bsd_r_reg_offset): Rename from reg_offset.
418 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
419 Remove functions.
420 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
421 of reg_offset.
422 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
423
424 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
425
426 * vax-tdep.c: Tweak comment.
427
428 Add OpenBSD/hppa support.
429 * NEWS (New native configurations): Mention OpenBSD/hppa.
430 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
431 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
432 files.
433 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
434 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
435 * configure.host: Add hppa*-*-openbsd*.
436 * configure.tgt: Add hppa*-*-openbsd*.
437
438 2004-06-25 Andrew Cagney <cagney@gnu.org>
439
440 * defs.h (deprecated_ui_loop_hook): Deprecated.
441 * wince.c (child_wait): Update.
442 * win32-nat.c (child_wait): Update.
443 * v850ice.c (v850ice_wait): Update.
444 * top.c (deprecated_ui_loop_hook): Update.
445 * serial.h: Update.
446 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
447 (do_unix_readchar): Update.
448 * ser-tcp.c (net_open): Update.
449 * remote-sim.c (gdb_os_poll_quit): Update.
450 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
451
452 2004-06-24 Andrew Cagney <cagney@gnu.org>
453
454 * defs.h (deprecated_pre_add_symbol_hook)
455 (deprecated_post_add_symbol_hook): Deprecated.
456 * symfile.c (symbol_file_add_with_addrs_or_offsets)
457 (symbol_file_add_with_addrs_or_offsets): Update references.
458
459 2004-06-24 Andrew Cagney <cagney@gnu.org>
460
461 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
462 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
463 * wince.c (ui_loop_hook): Delete extern declaration.
464 * win32-nat.c (ui_loop_hook): Delete extern declaration..
465 * v850ice.c (ui_loop_hook): Delete extern declaration..
466 * ser-unix.c (ui_loop_hook): Delete extern declaration..
467 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
468 * remote-sim.c (ui_loop_hook): Delete extern declaration..
469 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
470 ui_loop_hook declaration.
471
472 2004-06-24 Andrew Cagney <cagney@gnu.org>
473
474 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
475 entry_func_highpc fields.
476 * objfiles.c (init_entry_point_info): Do not clear
477 entry_func_lowpc and entry_func_highpc.
478 (objfile_relocate): Do not relocate entry_func_lowpc and
479 entry_func_highpc.
480 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
481 entry_func_highpc.
482 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
483 entry_func_highpc.
484 * blockframe.c (legacy_frame_chain_valid): Replace tests against
485 entry_func_lowpc and entry_func_highpc with call to
486 inside_entry_func.
487
488 2004-06-24 Mark Kettenis <kettenis@gnu.org>
489
490 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
491 quad-precision floating point arguments in registers.
492
493 2004-06-24 Mark Kettenis <kettenis@gnu.org>
494
495 From Michael Mueller <m.mueller99@kay-mueller.de>:
496 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
497 account.
498
499 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
500
501 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
502 to -1.
503 * breakpoint.c (bpstat_stop_status): Move check for ignoring
504 untriggered watchpoints to a separate if clause. Update function
505 comment regarding STOPPED_BY_WATCHPOINT argument.
506
507 2004-06-22 Jim Blandy <jimb@redhat.com>
508
509 * gdbarch.sh: Doc fix.
510
511 2004-06-21 Martin Hunt <hunt@redhat.com>
512 Kevin Buettner <kevinb@redhat.com>
513
514 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
515 * mips-tdep.h (MIPS_SP_REGNUM): Define.
516 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
517 to set_gdbarch_sp_regnum(). Use cooked register number.
518 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
519
520 2004-06-21 Andrew Cagney <cagney@gnu.org>
521
522 * gdbarch.sh: When the macro field is empty, do not generate a
523 macro definition. When the macro field is "=", generate the macro
524 name from the upper-case function name.
525 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
526 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
527 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
528 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
529 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
530 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
531 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
532 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
533 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
534 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
535 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
536 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
537 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
538 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
539 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
540 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
541 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
542 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
543 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
544 (DEPRECATED_USE_STRUCT_CONVENTION)
545 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
546 (DEPRECATED_FRAME_INIT_SAVED_REGS)
547 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
548 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
549 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
550 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
551 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
552 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
553 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
554 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
555 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
556 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
557 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
558 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
559 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
560 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
561 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
562 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
563
564 2004-06-21 Andrew Cagney <cagney@gnu.org>
565
566 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
567 macro name, and the function rather than macro value. Only wrap
568 macro print statements in #ifdef. Move format logic to where it
569 is needed.
570 * gdbarch.c: Re-generate.
571
572 * gdbarch.sh (read): Delete "print_p" and "description", add
573 "garbage_at_eol". Check for non-empty garbage at end-of-line.
574 Delete references to print_p.
575 (TARGET_ARCHITECTURE): Delete print predicate.
576 * gdbarch.c: Re-generate.
577
578 * gdbarch.sh: Check that multi-arch methods do not provide a
579 macro.
580 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
581 (print_registers_info, print_float_info, print_vector_info)
582 (adjust_breakpoint_address, remote_translate_xfer_address)
583 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
584 (address_class_type_flags_to_name, unwind_sp): Remove the macro
585 name from the multi-arch definition.
586
587 2004-06-20 Andrew Cagney <cagney@gnu.org>
588
589 * gdbarch.sh: Sort by the function, instead of macro name.
590 * gdbarch.c: Re-generate.
591
592 2004-06-20 Andrew Cagney <cagney@gnu.org>
593
594 * gdbarch.sh: Use the function, instead of macro name in
595 errors and the log file.
596 (return_value): Remove stray ":" in spec.
597
598 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
599 * gdbarch.h, gdbarch.c: Re-generate.
600 * Makefile.in (arch-utils.o): Update dependencies.
601 * values.c (using_struct_return): Move code calling
602 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
603 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
604 to legacy_return_value, simplify.
605 * infcmd.c (print_return_value): Move code calling
606 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
607 to legacy_return_value, simplify.
608 * infcall.c (call_function_by_hand): Move code calling
609 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
610 * arch-utils.c: Update copyright. Include "gdbcore.h".
611 (legacy_return_value): New function.
612 * arch-utils.h: Update copyright.
613 (legacy_return_value): Declare.
614
615 2004-06-20 Andrew Cagney <cagney@gnu.org>
616
617 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
618 * gdbarch.h, gdbarch.c: Re-generate.
619 * values.c (using_struct_return): Update call.
620 * mcore-tdep.c: Update comment.
621 * infcall.c (call_function_by_hand): Update comment.
622 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
623 * arch-utils.h (always_use_struct_convention): Update.
624 * v850-tdep.c (v850_gdbarch_init): Update.
625 * sh64-tdep.c (sh64_gdbarch_init): Update.
626 * sh-tdep.c (sh_gdbarch_init): Update.
627 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
628 * mips-tdep.c (mips_gdbarch_init): Update.
629 * mcore-tdep.c (mcore_gdbarch_init): Update.
630 * m32r-tdep.c (m32r_gdbarch_init): Update.
631 * ia64-tdep.c (ia64_gdbarch_init): Update.
632 * h8300-tdep.c (h8300_gdbarch_init): Update.
633 * frv-tdep.c (frv_gdbarch_init): Update.
634 * cris-tdep.c (cris_gdbarch_init): Update.
635 * arm-tdep.c (arm_gdbarch_init): Update.
636 * alpha-tdep.c (alpha_gdbarch_init): Update.
637
638 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
639
640 * PROBLEMS: Add more specific information, and a work-around,
641 for PR gdb/1458.
642
643 2004-06-18 Andrew Cagney <cagney@gnu.org>
644
645 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
646 * gdbarch.h, gdbarch.c: Re-generate.
647 * ada-lang.c (ada_finish_decode_line_1): Update.
648 * infrun.c (handle_inferior_event): Update.
649 * infcall.c (find_function_addr): Update.
650 * linespec.c (minsym_found): Update.
651 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
652 Update.
653 * blockframe.c (legacy_frameless_look_for_prologue): Update.
654 * cli/cli-cmds.c (disassemble_command): Update.
655 * vax-tdep.c (vax_gdbarch_init): Update.
656
657 2004-06-18 Mark Kettenis <kettenis@gnu.org>
658
659 * i386-tdep.c (i386_collect_fpregset): Fix comment.
660
661 2004-06-17 Andrew Cagney <cagney@gnu.org>
662
663 GDB 6.1.1 released from the GDB 6.1 branch.
664 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
665 * PROBLEMS: Ditto.
666
667 2004-06-16 Daniel Jacobowitz <dan@debian.org>
668
669 PR gdb/1658
670 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
671 operation as a uleb128. Found by Michael Coulter.
672
673 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
674
675 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
676 make it non-static.
677 * ada-lang.h (task_control_block): declaration moved from ada-task.c
678 to ada-lang.h; this is needed to be able to implement the kill command
679 in multi-task mode.
680 (task_ptid): Ditto.
681 (task_entry): Ditto.
682 (task_list): Ditto.
683 (ada_build_task_list): Ditto.
684
685 * ada-lang.c: Conditionalize routines and data structures related
686 to breakpoints, exceptions, completion, and symbol caching on
687 GNAT_GDB, since these are not yet used in the submitted public sources.
688 (ada_main_name): Editorial: Move definition out of exception-related
689 code.
690
691 2004-06-15 Andrew Cagney <cagney@gnu.org>
692
693 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
694 deprecated_pc_in_call_dummy.
695
696 2004-06-15 Alan Modra <amodra@bigpond.net.au>
697
698 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
699 bfd_get_section_size_before_reloc or _raw_size.
700 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
701 * dwarf2read.c (dwarf2_locate_sections): Likewise.
702 (dwarf2_read_section): Likewise.
703 * elfread.c (elf_locate_sections): Likewise.
704 * gcore.c (derive_heap_segment): Likewise.
705 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
706 * remote-e7000.c (e7000_load): Likewise.
707 * remote-m32r-sdi.c (m32r_load): Likewise.
708 * remote-mips.c (mips_load_srec): Likewise.
709 (pmon_load_fast): Likewise.
710 * remote.c (compare_sections_command): Likewise.
711 * symfile.c (add_section_size_callback): Likewise.
712 (load_section_callback): Likewise.
713 (pc_in_unmapped_range): Likewise.
714 (pc_in_mapped_range): Likewise.
715 (sections_overlap): Likewise.
716 (list_overlays_command): Likewise.
717 (simple_overlay_update_1): Likewise.
718 (simple_overlay_update): Likewise.
719 * tracepoint.c (remote_set_transparent_ranges): Likewise.
720 * win32-nat.c (core_section_load_dll_symbols): Likewise.
721
722 2004-06-14 Randolph Chung <tausq@debian.org>
723
724 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
725 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
726 static.
727 (hppa_hpux_inferior_created): New function.
728 (hppa_hpux_init_abi): Register observer.
729 * symfile.c (hp_cxx_exception_support_initialized)
730 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
731 (symbol_file_add_main_1, symbol_file_clear): Likewise.
732
733 2004-06-14 Randolph Chung <tausq@debian.org>
734
735 * MAINTAINERS (Write After Approval): Alphabetize my entry
736 correctly.
737
738 2004-06-14 Andrew Cagney <cagney@gnu.org>
739
740 * MAINTAINERS (testsuite): List Michael Chastain as the lead
741 testsuite maintainer.
742
743 2004-06-13 Andrew Cagney <cagney@gnu.org>
744
745 * infcmd.c (print_return_value): Fix logic, allow
746 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
747
748 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
749 defining any macros.
750 * gdbarch.h: Re-generate.
751
752 * gdbarch.sh: Delete "level" attribute. Only check for a macro
753 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
754 * gdbarch.h: Re-generate.
755
756 * values.c (generic_use_struct_convention): Don't check gcc_p.
757
758 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
759 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
760 * gdbarch.h, gdbarch.c: Regenerate.
761 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
762 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
763 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
764 deprecated_max_register_raw_size and
765 deprecated_max_register_virtual_size.
766 * v850-tdep.c (v850_gdbarch_init): Ditto.
767 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
768 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
769 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
770 * cris-tdep.c (cris_gdbarch_init): Ditto.
771
772 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
773 * gdbarch.h, gdbarch.c: Re-generate.
774 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
775 (m68hc11_use_struct_convention): Delete function.
776 (m68hc11_extract_struct_value_address): Delete function.
777 (m68hc11_return_value): New function.
778 (m68hc11_gdbarch_init): Instead of store_return_value,
779 extract_return_value, return_value_on_stack,
780 deprecated_extract_struct_value_address and use_struct_convention,
781 set return_value.
782 * values.c (using_struct_return): Do not call
783 RETURN_VALUE_ON_STACK.
784 * arch-utils.h (generic_return_value_on_stack_not): Delete
785 declaration.
786 * arch-utils.c (generic_return_value_on_stack_not): Delete
787 function.
788
789 2004-06-12 Andrew Cagney <cagney@gnu.org>
790
791 * values.c (register_value_being_returned): Delete function.
792 * infcmd.c (legacy_return_value): Delete function.
793 * infcall.c (call_function_by_hand): Inline
794 "register_value_being_returned", simplify.
795 * values.c (using_struct_return): Update comment, refer to
796 print_return_value instead of register_value_being_returned.
797 * infcmd.c (print_return_value): Inline calls to
798 register_value_being_returned and legacy_return_value. Simplify.
799
800 2004-06-11 Randolph Chung <tausq@debian.org>
801
802 * somread.c (som_symtab_read): Exclude gcc local symbols.
803
804 2004-06-11 Randolph Chung <tausq@debian.org>
805
806 * infrun.c (handle_inferior_event): Handle the case when a
807 trampoline ends up in the runtime resolver, and if the trampoline
808 has no name. Rearrange the code so that all the trampoline
809 processing happens before other step-out-of-range handling.
810
811 2004-06-11 Martin Hunt <hunt@redhat.com>
812
813 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
814 has no fpu.
815
816 2004-06-10 Andrew Cagney <cagney@gnu.org>
817
818 * blockframe.c (legacy_inside_entry_func): Delete.
819 (legacy_frame_chain_valid): Inline call to
820 legacy_inside_entry_func, simplify.
821
822 2004-06-10 Bob Rossi <bob@brasko.net>
823
824 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
825 * dwarf2read.c (partial_die_info): Add dirname field.
826 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
827 (read_partial_die): Save away DW_AT_comp_dir.
828 * defs.h (symtab_to_filename): Removed.
829 * source.c (find_and_open_source): Added.
830 (open_source_file): Just calls find_and_open_source.
831 (symtab_to_filename): Removed.
832 (symtab_to_fullname, psymtab_to_fullname): Added.
833 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
834 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
835 symtab_to_filename.
836 * symtab.h (partial_symtab): Add dirname field.
837 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
838 (mi_cmd_file_list_exec_source_file): Call new function
839 symtab_to_fullname to find fullname.
840 (mi_cmd_file_list_exec_source_files): Added.
841 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
842 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
843
844 2004-06-10 Andrew Cagney <cagney@gnu.org>
845
846 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
847 to generic_use_struct_convention, the default value.
848
849 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
850 of abort.
851
852 * ns32k-tdep.c (ns32k_push_arguments): New function.
853 (ns32k_gdbarch_init): Set deprecated_push_arguments.
854 * infcall.c (call_function_by_hand): Call error instead of
855 legacy_push_arguments.
856 * value.h (legacy_push_arguments): Delete declaration.
857 * valops.c (legacy_push_arguments): Delete function.
858 (value_push): Delete function.
859
860 2004-06-10 Brian Ford <ford@vss.fsi.com>
861
862 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
863 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
864 info.
865 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
866
867 2004-06-10 Andrew Cagney <cagney@gnu.org>
868
869 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
870 * gdbarch.h, gdbarch.c: Re-generate.
871 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
872 parameters.
873 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
874 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
875 deprecated_pc_in_call_dummy instead of
876 DEPRECATED_PC_IN_CALL_DUMMY.
877 (arm_skip_prologue): Ditto.
878 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
879 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
880 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
881 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
882 Ditto.
883 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
884 (sh64_init_extra_frame_info, sh64_get_saved_register)
885 (sh64_pop_frame): Ditto.
886 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
887 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
888 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
889 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
890 (h8300_pop_frame): Ditto.
891 * blockframe.c (legacy_inside_entry_func)
892 (legacy_frame_chain_valid): Ditto.
893 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
894 to deprecated_pc_in_call_dummy.
895
896 2004-06-09 Andrew Cagney <cagney@gnu.org>
897
898 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
899 provide a default value.
900 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
901 * gdbarch.h, gdbarch.c: Re-generate.
902 * arch-utils.c (generic_convert_register_p): Rename
903 legacy_convert_register_p
904 (legacy_register_to_value, legacy_value_to_register): Delete
905 functions.
906 * arch-utils.h (generic_convert_register_p): Rename
907 legacy_convert_register_p.
908 (legacy_register_to_value, legacy_value_to_register): Delete
909 declarations.
910
911 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
912 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
913 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
914 * gdbarch.h, gdbarch.c: Re-generate.
915 * infcmd.c (default_print_registers_info): Simplify.
916 * findvar.c (value_of_register): Simplify.
917 * mi/mi-main.c (get_register): Simplify.
918 * arch-utils.c (legacy_convert_register_p): Always return 0.
919 (legacy_register_to_value, legacy_value_to_register): Always call
920 internal_error.
921
922 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
923 #ifdef CLEAR_INSN_CACHE code.
924 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
925 Delete #ifdef CLEAR_DEFERRED_STORES code.
926
927 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
928
929 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
930 copyright.
931 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
932
933 * config/mips/mipsv4.mh: Delete file.
934
935 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
936 unreferenced macro.
937 (hpread_adjust_stack_address): Delete declaration.
938
939 2004-06-08 Andrew Cagney <cagney@gnu.org>
940
941 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
942 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
943 PTRACE_ATTACH / PTRACE_DETACH available call error.
944 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
945 * infttrace.c (update_thread_state_after_attach, attach, detach):
946 Remove #ifdef wrappers.
947 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
948 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
949 * config/nm-bsd.h (ATTACH_DETACH): Delete.
950 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
951 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
952 * config/nm-linux.h (ATTACH_DETACH): Delete.
953 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
954 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
955 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
956 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
957 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
958
959 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
960
961 * configure.in: Set $configdir to the right OS specific value.
962 Use value when setting $tcldir and $tkdir.
963 * configure: Regenerate.
964
965 2004-06-06 Paul Brook <paul@codesourcery.com>
966
967 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
968 records.
969
970 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
971
972 * ada-lang.c (lookup_symbol_in_language): New function to allow
973 re-use of another language's symbol lookup code. (Placed here
974 temporarily while Ada support is being integrated into the public
975 tree).
976 (restore_language): New auxiliary function for
977 lookup_symbol_in_language.
978 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
979 temporarily while Ada support is being integrated into the public
980 tree).
981
982 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
983
984 * Makefile.in (check//%): New.
985
986 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
987 (mn10300_store_return_value): Rewrite.
988 (mn10300_type_align): New.
989 (mn10300_use_struct_convention): Rewrite.
990 (mn10300_return_value): New, using all of the above.
991 (mn10300_pop_frame_regular): Add saved_regs_size.
992 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
993
994 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
995 regs if PC is on movm.
996
997 2004-06-07 Jim Blandy <jimb@redhat.com>
998
999 Add native Linux support for the PowerPC E500.
1000 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
1001 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
1002 all architectures except the E500.
1003 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
1004 #definitions.
1005 (struct gdb_evrregset_t): New type.
1006 (have_ptrace_getsetevrregs): New variable.
1007 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
1008 fetch_spe_registers): New functions.
1009 (fetch_register): Call fetch_spe_register as appropriate.
1010 Assert that we're only passed raw register numbers.
1011 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
1012 Don't fetch gprs if they're pseudoregisters.
1013 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
1014 store_spe_registers): New functions.
1015 (store_register): Call store_spe_register as appropriate.
1016 Assert that we're only passed raw register numbers.
1017 (store_ppc_registers): Call store_spe_registers as appropriate.
1018 Don't store gprs if they're pseudoregisters.
1019
1020 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
1021
1022 * thread-db.c (thread_get_info_callback): Fill in the thread_info
1023 struct if one exists, even if we are dealing with a zombie thread.
1024
1025 2004-06-07 Andrew Cagney <cagney@gnu.org>
1026
1027 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
1028 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
1029 Rename PC_REQUIRES_RUN_BEFORE_USE.
1030 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
1031 #ifdef.
1032
1033 2004-06-07 Randolph Chung <tausq@debian.org>
1034
1035 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
1036 unwinding after sp has been saved to the stack but before the end
1037 of the prologue, and after the fp has been modified but before it has
1038 been saved to the stack.
1039 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
1040 Remove superfluous definitions.
1041 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
1042
1043 2004-06-07 Guy Martin <gmsoft@gentoo.org>
1044
1045 Committed by Randolph Chung.
1046 * hppa-linux-nat.c: Include the correct version of the header file
1047 depending on the kernel version.
1048
1049 2004-06-06 Randolph Chung <tausq@debian.org>
1050
1051 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
1052 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
1053
1054 2004-06-06 Randolph Chung <tausq@debian.org>
1055
1056 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
1057 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
1058 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
1059 * hppa-tdep.c (hppa_symbol_address): New function definition.
1060 * hppa-tdep.h (hppa_symbol_address): New function declaration.
1061
1062 2004-06-06 Randolph Chung <tausq@debian.org>
1063
1064 * hppa-tdep.h (struct value): Forward declaration.
1065 (gdbarch_tdep): Define tdep find_global_pointer method.
1066 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
1067 associated with the function we are trying to call, and write it
1068 to the gp register.
1069 (hppa32_convert_from_funct_ptr_addr): New function.
1070 (hppa_find_global_pointer): New function.
1071 (hppa_gdbarch_init): Set default find_global_pointer method; set
1072 convert_from_func_ptr_addr method.
1073 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
1074 (hppa_linux_init_abi): Set find_global_pointer method.
1075 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
1076
1077 2004-06-06 Randolph Chung <tausq@debian.org>
1078
1079 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
1080 to struct value *function.
1081 * gdbarch.c: Regenerate.
1082 * gdbarch.h: Likewise.
1083 * infcall.c (call_function_by_hand): Pass entire function value
1084 to push_dummy_call.
1085
1086 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
1087 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
1088 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
1089 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
1090 * arm-tdep.c (arm_push_dummy_call): Likewise.
1091 * avr-tdep.c (avr_push_dummy_call): Likewise.
1092 * cris-tdep.c (cris_push_dummy_call): Likewise.
1093 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
1094 * frv-tdep.c (frv_push_dummy_call): Likewise.
1095 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
1096 * hppa-tdep.c (hppa32_push_dummy_call)
1097 (hppa64_push_dummy_call): Likewise.
1098 * i386-tdep.c (i386_push_dummy_call): Likewise.
1099 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
1100 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
1101 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1102 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
1103 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
1104 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1105 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
1106 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
1107 (ppc64_sysv_abi_push_dummy_call): Likewise.
1108 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
1109 (ppc64_sysv_abi_push_dummy_call): Likewise.
1110 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
1111 * s390-tdep.c (s390_push_dummy_call): Likewise.
1112 * sh-tdep.c (sh_push_dummy_call_fpu)
1113 (sh_push_dummy_call_nofpu): Likewise.
1114 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
1115 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
1116 * vax-tdep.c (vax_push_dummy_call): Likewise.
1117
1118 2004-06-04 Jim Blandy <jimb@redhat.com>
1119
1120 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
1121 gdbarch argument to register_size.
1122
1123 * rs6000-tdep.c (rs6000_store_return_value): Use
1124 regcache_cooked_write_part instead of
1125 deprecated_write_register_bytes.
1126 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
1127 not gdbarch_deprecated_store_return_value.
1128
1129 * ppc-linux-nat.c (store_register, fetch_register): Remove
1130 incorrect assertions. Simplify and generalize handling of
1131 transfers whose sizes are not multiples of, or less than, sizeof
1132 (PTRACE_XFER_TYPE).
1133
1134 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
1135
1136 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
1137 as a new thread event.
1138 * thread-db.c (thread_get_info_callback): If the thread is a
1139 zombie, return TD_THR_ZOMBIE.
1140 (thread_from_lwp): If thread_get_info_callback returns
1141 TD_THR_ZOMBIE, check if the thread is still on the thread list
1142 and return a -1 ptid if not found.
1143 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
1144 change the status to TARGET_WAITKIND_SPURIOUS.
1145
1146 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
1147
1148 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
1149 double values in little endian mode.
1150
1151 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
1152
1153 Committed by Andrew Cagney.
1154 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
1155 after last enum constant to avoid error from IBM C
1156 compiler.
1157
1158 2004-06-02 Jim Blandy <jimb@redhat.com>
1159
1160 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
1161 to 'message', and make it local to the lone block that uses it.
1162
1163 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
1164
1165 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
1166
1167 * ada-exp.y: Update copyright notice.
1168 Include block.h.
1169
1170 Replace REGNAME, LAST, INTERNAL_VARIABLE with
1171 SPECIAL_VARIABLE and unify the treatment of these cases.
1172
1173 (write_attribute_call0): Remove.
1174 (write_attribute_call1): Remove.
1175 (write_attribute_calln): Remove.
1176 (save_qualifier): Add missing semicolon.
1177
1178 (simple_exp,exp): Decomment (i.e., reactivate) code that was
1179 temporarily disabled to allow compilation with FSF head version.
1180
1181 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
1182 use individual operators (OP_*) for all attributes.
1183 (exp syntax): Use write_int.
1184 Handle STRING literals with OP_STRING.
1185 (variable syntax): Add limit parameter to calls to
1186 write_object_renaming.
1187
1188 (temp_parse_space): New definition to hold entities that need
1189 only live until the next call to ada_parse.
1190 (string_to_operator): Rename fields of ada_opname_table entries.
1191
1192 (write_var_from_sym): Record block.
1193 (write_var_from_name): Minor reformatting.
1194 Make sure saved name is properly encoded in the case of multiple
1195 matches, and set its language to Ada.
1196 Update comment.
1197 Modify to indicate unresolved name as symbol in the UNRESOLVED
1198 namespace, allocated in temp_parse_space.
1199 (write_int): New function.
1200
1201 (write_object_renaming): Add max_depth parameter to limit
1202 chains of object renamings.
1203 Handle case where root of renaming expression is itself a renaming.
1204 Use temp_parse_space for temporary name buffer.
1205 Handle renamings to dereferenced pointers (___XEXA suffices).
1206
1207 (ada_parse, yyerror, string_to_operator,
1208 write_var_from_sym, write_var_from_name, write_attribute_call0,
1209 write_attribute_call1, write_attribute_calln,
1210 write_object_renaming): Protoize.
1211
1212 (_initialize_ada_exp): New function.
1213
1214 * ada-lang.c: Update copyright notice.
1215 General terminology change to conform to GNAT compiler usage:
1216 mangle => encode, demangle => decode
1217 Include gdb_obstack.h.
1218 Include gdb_regex.h
1219 Include frame.h
1220 Include hashtab.h
1221 Include completer.h
1222 Include gdb_stat.h
1223 Include block.h
1224 Include infcall.h
1225
1226 (ADA_RETAIN_DOTS): Make sure this is defined.
1227 (TRUNCATION_TOWARDS_ZERO): Define.
1228 (struct string_vector): Define.
1229 (unresolved_names): Remove definition.
1230 (xnew_string_vector): New function.
1231 (string_vector_append): New function.
1232 (extract_string): Make static.
1233 (ada_unqualified_name): New function.
1234 (add_angle_brackets): New function.
1235 (function_name_from_pc): New function.
1236 (place_on_stack): Rename to ensure_lval.
1237
1238 (ensure_lval): Renamed from place_on_stack.
1239 Make identity on lvals.
1240 Update comment.
1241 (is_nonfunction): New interface.
1242 Only symbols in LOC_CONST class can be enumerals.
1243 (fill_in_ada_prototype): Remove; now independent of language.
1244 (add_defn_to_vec): Add obstack and symtab arguments.
1245 Use obstack to hold collected definitions.
1246 (num_defns_collected): New function.
1247 (defns_collected): New function.
1248 (ada_resolve_subexp): Rename to resolve_subexp.
1249 (resolve_subexp): Renamed from ada_resolve_subexp.
1250 (ada_op_name): Return non-const result.
1251 (ada_decoded_op_name): Renamed from ada_op_name, now used for
1252 other purposes.
1253
1254 (to_fixed_array_type): Add declaration.
1255 (coerce_unspec_val_to_type): Remove offset parameter.
1256 (find_sal_from_funcs_and_line): New interface.
1257 (find_line_in_linetable): Ditto.
1258
1259 (all_sals_for_line): Rename to ada_sals_for_line and make
1260 global.
1261 Add new parameter. When set, do not ask the user to choose the
1262 instance, but use the first one found instead.
1263 Use given line number in returned sals.
1264 Fix comment.
1265 Skip the prologue if funfirstline is set.
1266 Correct for memory leak when 0 lines found.
1267
1268 (value_pos_atr): Use pos_atr.
1269 (pos_atr): New function.
1270 (standard_lookup): Add block parameter.
1271
1272 (makeTimeStart): Remove declaration and uses.
1273 (makeTimeStop): Remove declaration and uses.
1274
1275 (ada_completer_word_break_characters): Allow for VMS.
1276 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
1277 (raise_sym_name): New constant.
1278 (raise_unhandled_sym_name): New constant.
1279 (raise_assert_sym_name): New constant.
1280 (process_raise_exception_name): New constant.
1281 (longest_exception_template): New constant.
1282 (warning_limit): New variable to limit warnings during expression
1283 evaluation.
1284 (warnings_issued): New variable to keep track of warnings issued.
1285 (known_runtime_file_name_patterns): New constant.
1286 (known_auxiliary_function_name_patterns): New constant.
1287 (symbol_list_obstack): New variable.
1288
1289 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
1290 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
1291 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
1292 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
1293 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
1294 ada_variant_discrim_name, field_alignment, dynamic_template_type,
1295 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
1296 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
1297 and strcmp.
1298
1299 (ada_get_field_index): New function.
1300 (lim_warning): New function.
1301 (ada_translate_error_message): New function.
1302 (MAX_OF_SIZE): New function.
1303 (MIN_OF_SIZE): New function.
1304 (UMAX_OF_SIZE): New function.
1305 (UMIN_OF_SIZE): New function.
1306 (discrete_type_high_bound): New function.
1307 (discrete_type_low_bound): New function.
1308 (base_type): New function.
1309 (do_command): Remove.
1310
1311 (ada_update_initial_language): Use language_ada, not language_unknown.
1312 (ada_encode): Renamed from ada_mangle.
1313 Obey ADA_RETAIN_DOTS.
1314 (ada_decode): Renamed from ada_demangle.
1315 Update coding conventions.
1316 (decoded_names_store): New hash table.
1317 (ada_decode_symbol): New function.
1318 (ada_la_decode): New function.
1319
1320 (modify_general_field): Correct computations of offset and bit
1321 position.
1322 (desc_base_type): Handle ref types, too.
1323 (ada_is_direct_array_type): New function.
1324
1325 (ada_is_simple_array): Rename to ada_is_simple_array_type.
1326 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
1327 (ada_is_bogus_array_descriptor,ada_type_of_array,
1328 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
1329 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
1330 ada_is_array_descriptor_type.
1331
1332 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
1333 (ada_is_packed_array_type): Handle pointers or
1334 references to packed arrays as well.
1335 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
1336 (decode_packed_array_type): Search for the packed array type
1337 symbol in the currently selected block and associated
1338 superblocks too.
1339 Use lookup_symbol again.
1340
1341 (decode_packed_array): Handle pointers and references.
1342 Update call to coerce_unspec_val_to_type.
1343 (decode_packed_array_type,value_subscript_packed): Limit warnings.
1344 (ada_value_primitive_packed_val): Improve comment.
1345
1346 (ada_index_type): Substitute int type for "undefined".
1347 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
1348 ada_array_langth, ada_is_string_type): Use renamed
1349 ada_is_simple_array_type.
1350 (empty_array): New function.
1351
1352 (ada_resolve): Rename to resolve.
1353 (resolve): Make static.
1354 Call renamed resolve_subexp.
1355 Update comment.
1356 (ada_resolve_subexp): Rename to resolve_subexp.
1357 (resolve_subexp): Update comment.
1358 Decomment disabled code.
1359 Add LOC_COMPUTED* cases.
1360 Modify to use temporary struct symbols (marked as being in
1361 UNDEF_NAMESPACE) to indicate unresolved names, instead of
1362 OP_UNRESOLVED_VALUE.
1363 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
1364 Add OP_STRING case.
1365 Remove OP_ARRAY.
1366 Use SYMBOL_PRINT_NAME instead of ada_demangle.
1367 Use new ada_lookup_symbol_list interface.
1368 Use new ada_resolve_function interface.
1369 Remove OP_TYPE case.
1370
1371 (ada_args_match): Idiot proof against null actuals.
1372 Use intermediate variables to clarify.
1373 (ada_resolve_function): Update comment and interface.
1374 (mangled_ordered_before): Rename to encoded_ordered_before and
1375 update comment.
1376 (sort_choices): Update comment and interface.
1377 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
1378 (user_select_syms): New interface.
1379 Use new sort_choices interface.
1380 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
1381 (possible_user_operator_p): Idiot-proof against null values.
1382 (ada_simple_renamed_entity): Don't make cleanup; rely on
1383 caller to free result string.
1384 Remove const from return type.
1385 (make_array_descriptor): Rename uses of place_on_stack to
1386 ensure_lval.
1387 Make sure that arrays are on stack.
1388
1389 (HASH_SIZE): Define.
1390 (struct cache_entry): Define.
1391 (cache_space): Define.
1392 (cache): Define.
1393 (clear_ada_sym_cache): New function.
1394 (find_entry): New function.
1395 (lookup_cached_symbol): New function.
1396 (defn_vector_size): Define.
1397 (cache_symbol): New function.
1398 (defn_symbols): Remove.
1399
1400 (standard_lookup): Use lookup_symbol_in_language to get effect of
1401 C lookup.
1402 Cache results.
1403
1404 (symbol_completion_match): New function.
1405 (symbol_completion_add): New function.
1406 (ada_make_symbol_completion_list): New function.
1407
1408 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
1409 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
1410 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
1411 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
1412
1413 (ada_lookup_simple_minsym): New function.
1414 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
1415
1416 (add_symbols_from_enclosing_procs): New interface.
1417 Conditionalize more helpfully.
1418 Don't bother if program isn't running.
1419 Use new interface to get_frame_block.
1420 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
1421
1422 (remove_extra_symbols): New interface.
1423 (xget_renaming_scope): New function.
1424 (is_package_name): New function.
1425 (renaming_is_visible): New function.
1426 (remove_out_of_scope_renamings): New function.
1427
1428 (ada_lookup_symbol_list): New interface.
1429 Properly reinitialize the symbol list obstack.
1430 Don't call add_symbols_from_enclosing_procs if we start from a
1431 static or global block.
1432 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
1433 add_symbols_from_enclosing_procs.
1434 Add symtab data to cached entries.
1435 Handle symbols prefixed with
1436 "standard__" specially; strip prefix and don't look in local symbols.
1437 Do not include out of scope renaming symbols in list of
1438 symbols returned.
1439 Add const to block parameter.
1440 Move check for non-local, non-global symbols earlier.
1441 Remove timing stuff.
1442 (ada_lookup_symbol): New interface.
1443 Find symtab as well.
1444 (ada_lookup_symbol_nonlocal): New function.
1445
1446 (is_name_suffix): Enhance suffix detection to recognize
1447 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
1448 (is_dot_digits_suffix): New function.
1449 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
1450
1451 (ada_add_block_symbols): New interface. Use obstack to return results
1452 in a vector of struct ada_symbol_infos. Add symtab argument.
1453 Use new interface to add_defn_to_vec.
1454 Remove calls to fill_in_ada_prototype.
1455 Use BLOCK_BUCKETS, BLOCK_BUCKET.
1456
1457 (ada_finish_decode_line_1): Add const qualification to local to fix
1458 warning.
1459 Start looking in static block for functions to avoid attempts
1460 to search frame chain for up-level variables.
1461 Adapt to new ada_sals_for_line interface.
1462 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
1463 Handle quoting of the function name inside the spec string.
1464 Skip prologue when funfirstline is set and update the
1465 function documentation to that effect.
1466
1467 (debug_print_lines, debug_print_block, debug_print_blocks,
1468 debug_print_symtab): Remove.
1469
1470 (ada_main_name): New function.
1471 (ada_exception_breakpoint_type): New function.
1472 (is_known_support_routine): New function.
1473 (ada_find_printable_frame): Renamed from find_printable_frame and made
1474 global.
1475 Remove level parameter.
1476 Use new interface to select_frame.
1477
1478 (begin_command): Remove.
1479 (ada_adjust_exception_stop): New function.
1480 (ada_print_exception_stop): New function.
1481 (exception_name_from_cond): New function.
1482 (ada_report_exception_break): Replace disabled code with
1483 conditionalization on GNAT_GDB.
1484 Get the exception name from the condition string.
1485 Remove and move functionality into new functions
1486 ada_print_exception_breakpoint_task and
1487 ada_print_exception_breakpoint_nontask.
1488 (error_breakpoint_runtime_sym_not_found): New function.
1489 (is_runtime_sym_defined): New function.
1490 (ada_breakpoint_rewrite): Uncomment suppressed code.
1491 Use symbolic error-message and runtime-symbol names.
1492 Surround runtime symbol names in quotes.
1493 Allow non-specific breakpoints on exceptions and assertions before
1494 program starts.
1495
1496 (ada_is_tagged_type): Add parameter.
1497 (ada_is_tag_type): New function.
1498 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
1499 (ada_variant_discrim_type): Ditto.
1500 (value_tag_from_contents_and_address): New function.
1501 (type_from_tag): New function.
1502 (struct tag_args): New structure used to communicate with
1503 ada_tag_name_1.
1504 (ada_tag_name_1): New function.
1505 (ada_tag_name): New function.
1506
1507 (ada_scan_number): Update comment.
1508 (find_struct_field): New function.
1509 (ada_search_struct_field): Make static.
1510 (ada_value_struct_elt): New version that returns references when
1511 given pointers or references to structs.
1512 (ada_lookup_struct_elt_type): Add 'refok' parameter.
1513 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
1514 interface.
1515 (ada_value_ind): Use new ada_to_fixed_value interface.
1516 (ada_coerce_ref): Ditto.
1517 (field_offset): Remove.
1518
1519 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
1520 (ada_find_renaming_symbol): New function.
1521 (ada_prefer_type): Prefer named types over unnamed ones.
1522 (variant_field_index): New function.
1523 (contains_variant_part): Removed: subsumed by variant_field_index.
1524 (ada_template_to_fixed_record_type): New function, mostly from
1525 template_to_fixed_record_type.
1526 (template_to_fixed_record_type):
1527 Do not scan the type fields beyond the last one; prevents a
1528 potential SEGV.
1529 Handle case where variant field is listed BEFORE discriminant it
1530 depends on.
1531 Fix calculation of record length when bit length is
1532 not evenly divisible by char length.
1533 Move code to ada_template_to_fixed_record_type and call it.
1534
1535 (template_to_static_fixed_type): Revise comment.
1536 Modify to work on ordinary record types as well as templates,
1537 so as to handle fields that use ___XVE or ___XVU encodings.
1538 (to_record_with_fixed_variant_part): Fill out comment.
1539 Initialize C++ stuff in right type.
1540 Allow case where DVAL is null.
1541 Handle case where variant field is not last.
1542 Fix typo concerning record length.
1543 (to_fixed_record_type): Decomment disabled code.
1544 (to_fixed_record_type): Use variant_field_index instead of
1545 contains_variant_part.
1546 (to_fixed_variant_branch_type): Ditto.
1547 (to_fixed_array_type): Decomment disabled code.
1548 (ada_to_fixed_type): Convert tagged types to the specific type.
1549 Deactivate the size-check for array types in order to avoid
1550 some false size alarms.
1551 (to_static_fixed_type): Decomment disabled code.
1552 Modify to call template_to_static_fixed_type
1553 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
1554 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
1555 Remove valaddr argument, as it is never really used.
1556 (ada_to_fixed_value): Change interface to act on single struct value*
1557 operand.
1558 (adjust_pc_past_prologue): New function.
1559 (ada_attribute_name): Modify to take enum exp_opcode argument.
1560
1561 (ada_enum_name): Recognize new homonym-distinguishing convention.
1562 Adjust local variable's type to remove compiler warning.
1563 Fix a small problem in the part that unqualifies the enumeration name.
1564 (ada_value_binop): New function.
1565 (ada_value_equal): New function.
1566
1567 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
1568 Don't give error message when not doing normal evaluation
1569 and a tagged type doesn't seem to contain a structure member.
1570 Give error message for packed arrays.
1571 For indexing arrays, handle pointers to packed arrays correctly.
1572 Handle case of 'first and 'last attributes of bare integral type
1573 without encoded subtype info.
1574 Remove some unnecessary casts.
1575 Fix uninitialized value of type in computing 'first, 'last, or 'length
1576 of array object.
1577 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
1578 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
1579 calls.
1580 Attributes are now exp_opcode values.
1581 Correct treatment of 'modulus.
1582 Better error message for taking 'length of wrong kind of type;
1583 improve comment.
1584 Change EVAL_NORMAL to noside for consistency.
1585 Use ada_value_binop for DIV, MOD, REM.
1586 Make special case out of array of length 0, since an argument
1587 of 0 upsets some platforms' malloc.
1588 Use OP_STRING instead of OP_ARRAY.
1589 For slice, add check that we have an array type before extracting
1590 a slice out of it. Avoids a SEGV.
1591 When evaluating an array slice, if the array type is a reference to
1592 an aligner type, then replace the aligner type by the actual type.
1593 Decomment disabled code.
1594 Remove some dead code.
1595 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
1596 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
1597 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
1598 and UNOP_MBR to UNOP_IN_RANGE.
1599 If an array type has a parallel ___XVE type, then use it.
1600 Turn arrays into pointers for lvalue arrays.
1601 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
1602 bounds error and handle 0-length slices.
1603 Use lim_warning.
1604 When selecting fields, apply ada_to_fixed_value (because the fields
1605 might have ___XVU or ___XVE encodings even if not dynamic.)
1606 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
1607 (ada_is_system_address_type): New function.
1608
1609 (get_var_value): Use new interface to ada_lookup_symbol_list.
1610 (get_int_var_value): New interface.
1611 (to_fixed_range_type): Allow unknown bound, with warning.
1612 (ada_is_modular_type): Decomment disabled code.
1613 (ADA_OPERATORS): New definition.
1614 (ada_operator_length): New function.
1615 (ada_expr_op_name): New function.
1616 (ada_forward_operator_length): New function.
1617 (ada_dump_subexp_body): New function.
1618 (ada_print_subexp): New function.
1619 (ada_exp_descriptor): New constant.
1620 (ada_op_print_tab): Add 'size. Remove FIXMEs.
1621 (ada_language_defn): Add ada_exp_descriptor entry.
1622 Change ada_parse => parse.
1623 Add post-parser entry.
1624 Use ada-specific non-local symbol lookup.
1625 Don't use C-style arrays.
1626 String lower-bound is 1.
1627 Decomment disabled code.
1628 (parse): New function.
1629 New fields ada_translate_error_message, ada_lookup_symbol,
1630 ada_lookup_minimal_symbol.
1631
1632 * ada-lang.h: Update copyright dates.
1633 Replace the mangle/demangle terminology throughout by the
1634 more appropriate encode/decode one.
1635 Include breakpoint.h.
1636 Forward declare struct partial_symbol, struct block.
1637 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
1638 (EXTRACT_ADDRESS): Remove.
1639 (EXTRACT_INT): Remove.
1640 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
1641 (MAX_ENCLOSING_FRAME_LEVELS): Define.
1642 (MAX_RENAMING_CHAIN_LENGTH): Define.
1643 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
1644
1645 (enum task_states): Remove.
1646 ada_task_states: Remove.
1647 (fat_string): Remove.
1648 (struct entry_call): Remove.
1649 (struct task_fields): Remove.
1650 (struct task_entry): Remove.
1651
1652 (struct ada_symbol_info): Define.
1653 (enum ada_attribute): Remove.
1654 (enum ada_operator): Define.
1655
1656 (ada_get_field_index): Declare.
1657 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
1658 (ada_is_simple_array): Rename to ada_is_simple_array_type.
1659 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
1660 (ada_lookup_symbol_list): New interface.
1661 (ada_decode_symbol): Declare.
1662 (ada_decode): Declare.
1663 (ada_lookup_symbol): New interface.
1664 (ada_update_initial_language): Declare.
1665 (ada_lookup_simple_minsym): Declare.
1666 (user_select_syms): New interface.
1667 (ada_sals_for_line): Declare.
1668 (ada_is_tagged_type): New interface.
1669 (ada_tag_name): Declare.
1670 (ada_lookup_struct_elt_type): Remove declaration.
1671 (ada_search_struct_field): Remove declaration.
1672 (ada_attribute_name): New interface.
1673 (ada_is_system_address_type): Declare.
1674 (ada_to_fixed_value): Remove declaration.
1675 (ada_template_to_fixed_record_type_1): Declare.
1676 (get_int_var_value): New interface.
1677 (ada_find_any_symbol): Declare.
1678 (ada_find_renaming_symbol): Declare.
1679 (ada_mangle): Rename to ada_encode.
1680 (ada_simple_renamed_entity): Remove const.
1681 (ada_main_name): Declare.
1682 (get_current_task): Rename to ada_get_current_task.
1683 (get_entry_number): Remove declaration.
1684 (ada_report_exception_break): Remove declaration.
1685 (ada_print_exception_breakpoint_nontask): Declare.
1686 (ada_print_exception_breakpoint_task): Declare.
1687 (ada_find_printable_frame): Declare.
1688
1689 * ada-lex.l: Update copyright notices.
1690 Use xmalloc and xfree instead of malloc and free.
1691 Use new interface to name_lookup.
1692 Use new interface to
1693 ada_mangle=>ada_encode.
1694 Redo handling of '$...' variable to parallel current treatment
1695 in c-exp.y.
1696 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
1697 digit_to_int, strtoulst, processInt, processReal, processId,
1698 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
1699 yywrap): Protoize.
1700
1701 (processInt): Use cast to remove harmless warning.
1702 (processReal): Modify to get rid of compiler warning on scan formats.
1703
1704 (processId): Replace xmalloc with obstack_alloc for name and remove
1705 call to ada_name_string_cleanup.
1706 Remove obsolete disabled code.
1707 (name_lookup): Ditto.
1708 New interface.
1709 Use obsavestring on temp_parse_space instead of savestring
1710 on name, and remove call to ada_name_string_cleanup.
1711 Free string returned from ada_simple_renamed_entity.
1712 Use new interface to ada_lookup_symbol_list.
1713 Decomment disabled code.
1714 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
1715 not types.
1716 When a type name lookup succeeds as a result of
1717 lookup_primitive_typename, check for regular type entry that has not
1718 yet been read in.
1719 Limit length of chain of renamed symbols we are willing to follow.
1720 Do not break names beginning with "standard__" into segments.
1721 (block_lookup): Use new interface to ada_lookup_symbol_list.
1722
1723 * ada-typeprint.c: Update copyright notice.
1724 (demangled_type_name): Rename to decoded_type_name.
1725 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
1726 (print_range_bound): Correct handling of negative
1727 bounds that make the index type looked unsigned under STABS.
1728 (print_dynamic_range_bound): Use new interface to get_int_var_value.
1729 (print_range_type_named): Use the builtin int type if no type
1730 corresponding to the given type name could be found.
1731 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
1732 Add some bullet-proofing.
1733 (print_variant_clauses): Allow for variant branches with ___XVU
1734 encodings that are not dynamic fields.
1735 Use new interface to ada_is_tagged_type.
1736 (print_record_type): Allow for fields with ___XVE encodings that
1737 are not dynamic fields.
1738 Use new interface to ada_is_tagged_type.
1739 (ada_print_type): ada_is_array_descriptor =>
1740 ada_is_array_descriptor_type.
1741
1742 * ada-valprint.c: Update copyright notice.
1743 Include gdb_string.h
1744 Include infcall.h
1745 (ui_memcpy): New function.
1746 (ada_print_floating): New function.
1747 (ada_print_str): Order arguments correctly.
1748 Correct handling of empty arrays and arrays of 0-length items.
1749 ada_is_array_descriptor => ada_is_array_descriptor_type
1750 Print values of type System.Address in hexadecimal format.
1751 Use ada_print_floating to print floating-point numbers in Ada format.
1752 Print class tag values with type names.
1753 No longer print the address of reference values. Avoids
1754 a potential confusion.
1755 (ada_value_print): Stop printing the object type for reference
1756 values, but preserve that behavior for access types. Avoids
1757 a potential confusion.
1758 Simplify one conditional expression, as the first part is now
1759 necessarily true.
1760 ada_is_array_descriptor => ada_is_array_descriptor_type
1761 Add check for arrays for null records, and print them by hand.
1762
1763 2004-06-01 Jim Blandy <jimb@redhat.com>
1764
1765 * ppc-tdep.h: Delete unused 'regoff' member.
1766 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
1767
1768 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
1769
1770 Fix PR symtab/1661.
1771 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
1772 (hpread_read_struct_type): Likewise.
1773
1774 2004-06-01 Andrew Cagney <cagney@gnu.org>
1775
1776 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
1777 instead of xasprintf.
1778 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
1779 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
1780 (mi_cmd_data_list_register_names)
1781 (mi_cmd_data_list_changed_registers)
1782 (mi_cmd_data_list_register_values)
1783 (get_register, mi_cmd_data_write_register_values)
1784 (mi_cmd_data_write_register_values)
1785 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
1786 (mi_cmd_target_download, mi_cmd_target_select)
1787 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
1788 (mi_execute_cli_command, mi_execute_async_cli_command)
1789 (mi_execute_async_cli_command): Ditto.
1790 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
1791 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
1792
1793 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
1794 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
1795 error_last_message instead of mi_error_last_message.
1796 * mi/mi-main.c (mi_error_last_message): Delete function.
1797
1798 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
1799 "invalid number of columns" error. Delete redundant "out of
1800 memory" check.
1801
1802 2004-05-31 Mark Kettenis <kettenis@gnu.org>
1803
1804 * i386bsd-nat.c: Don't include <sys/procfs.h>.
1805 (gregset_t, fpregset_t): Remove typedefs.
1806 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
1807 (REG_OFFSET): Rename argument.
1808 (i386bsd_r_reg_offset): Rename from reg_offset.
1809 (REG_ADDR): Remove macro.
1810 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
1811 functions.
1812 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
1813 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
1814 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
1815 instead of supply_gregset.
1816 (store_inferior_registers): Use `struct reg' and `struct fpreg'
1817 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
1818 instead of fill_gregset.
1819 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
1820
1821 * i386bsd-nat.c: Don't include "gregset.h".
1822 (supply_gregset, fill_gregset): Make static.
1823 (supply_fpregset, fill_fpregset): Remove.
1824 * Makefile.in (i386bsd-nat.o): Update dependencies.
1825
1826 2004-05-30 Mark Kettenis <kettenis@gnu.org>
1827
1828 * fbsd-proc.c: Include "regcache.h", "regset.h" and
1829 "gdb_assert.h". Con't include "gregset.h".
1830 (fbsd_make_corefile_notes): Use regset-based core file support
1831 instead off fill_gregset and fill_fpregset.
1832 * Makefile.in (fbsd-proc.o): Update dependencies.
1833
1834 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
1835 instructions.
1836 (m88k_frame_prev_register): Simplify code a bit.
1837
1838 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
1839 (amd64_collect_fpregset): New function.
1840 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
1841
1842 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
1843
1844 * i386-tdep.c (i386_supply_gregset): Adjust comment.
1845 (i386_collect_gregset): New function.
1846 (i386_supply_fpregset): Adjust comment.
1847 (i386_collect_fpregset): New function.
1848 (i386_regset_from_core_section): Use i386_collect_gregset and
1849 i386_collect_fpregset.
1850
1851 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
1852 handle VALUEP being null.
1853
1854 * regset.h (collect_regset_ftype): Unconstify fourth argument.
1855
1856 2004-05-29 Mark Kettenis <kettenis@gnu.org>
1857
1858 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
1859
1860 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
1861 assembler in OpenBSD 3.5-current.
1862 (amd64obsd_sigcontext_addr): Likewise.
1863
1864 2004-05-28 Jim Blandy <jimb@redhat.com>
1865
1866 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
1867 register set, so our regcache isn't declared "legacy" and our E500
1868 pseudoregister read and write functions aren't ignored.
1869 (rs6000_register_byte, rs6000_register_raw_size,
1870 rs6000_register_virtual_type, rs6000_register_convertible,
1871 rs6000_register_convert_to_virtual,
1872 rs6000_register_convert_to_raw): Deleted.
1873 (rs6000_register_type, rs6000_convert_register_p,
1874 rs6000_register_to_value, rs6000_value_to_register): New
1875 functions.
1876 (rs6000_gdbarch_init): Don't register
1877 gdbarch_deprecated_register_size,
1878 gdbarch_deprecated_register_bytes,
1879 gdbarch_deprecated_register_byte,
1880 gdbarch_deprecated_register_raw_size,
1881 gdbarch_deprecated_register_virtual_type,
1882 gdbarch_deprecated_register_convertible,
1883 gdbarch_deprecated_register_convert_to_virtual, or
1884 gdbarch_deprecated_register_convert_to_raw methods. Instead,
1885 register gdbarch_register_type, gdbarch_convert_register_p,
1886 gdbarch_register_to_value, and gdbarch_value_to_register methods.
1887
1888 2004-05-26 Jim Blandy <jimb@redhat.com>
1889
1890 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
1891 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
1892 functions, updated to match the register numberings used in GCC.
1893 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
1894 rs6000_dwarf2_reg_to_regnum as register number conversions
1895 functions for STABS and Dwarf2.
1896
1897 2004-05-26 Randolph Chung <tausq@debian.org>
1898
1899 * infttrace.h (target_waitkind): Forward declare type instead of pulling
1900 in header file.
1901
1902 2004-05-25 Joel Brobecker <brobecker@gnat.com>
1903
1904 * NEWS: Document new "start" command.
1905
1906 2004-05-25 Randolph Chung <tausq@debian.org>
1907
1908 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
1909 hppa-linux.
1910
1911 2004-05-25 Randolph Chung <tausq@debian.org>
1912
1913 * hppa-hpux-tdep.c (offsetof): Define.
1914 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
1915 (hppa32_hpux_frame_base_before_sigtramp)
1916 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
1917 (hppa64_hpux_frame_saved_pc_in_sigtramp)
1918 (hppa64_hpux_frame_base_before_sigtramp)
1919 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
1920 functions.
1921 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
1922 (hppa_hpux_sigtramp_frame_unwind_cache)
1923 (hppa_hpux_sigtramp_frame_this_id)
1924 (hppa_hpux_sigtramp_frame_prev_register)
1925 (hppa_hpux_sigtramp_frame_unwind)
1926 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
1927 (hppa_hpux_init_abi): Register sigtramp unwinder.
1928 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
1929
1930 2004-05-25 Randolph Chung <tausq@debian.org>
1931
1932 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
1933 and multiple stack unwinds.
1934 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
1935
1936 2004-05-25 Andrew Cagney <cagney@gnu.org>
1937
1938 * symfile.h (symbol_file_add_from_memory): Delete declaration.
1939 * symfile-mem.h: Delete file.
1940 * symfile-mem.c: Do not include "symfile-mem.h".
1941 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
1942 "struct bfd_section". When an error do not bother returning NULL.
1943 (add_symbol_file_from_memory_command): Use "struct bfd" and
1944 "struct bfd_section".
1945 * Makefile.in (symfile_mem_h): Delete.
1946 (symfile-mem.o): Update dependencies.
1947
1948 2004-05-25 Nick Roberts <nickrob@gnu.org>
1949
1950 * gdb-mi.el: New file.
1951
1952 2004-05-25 Andrew Cagney <cagney@gnu.org>
1953
1954 * inftarg.c: Include "observer.h".
1955 (child_attach, child_create_inferior): Notify inferior_created.
1956 * corelow.c: Include "observer.h".
1957 (core_open): Notify inferior_created.
1958 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
1959
1960 2004-05-25 Andrew Cagney <cagney@gnu.org>
1961
1962 * target.h (struct target_ops): Add from_tty to
1963 to_create_inferior.
1964 (target_create_inferior, find_default_create_inferior): Update.
1965 * infcmd.c (run_command): Update.
1966 * wince.c (child_create_inferior): Update.
1967 * win32-nat.c (child_create_inferior): Update.
1968 * uw-thread.c (uw_thread_create_inferior): Update.
1969 * thread-db.c (thread_db_create_inferior): Update.
1970 * target.c (debug_to_create_inferior)
1971 (find_default_create_inferior): Update.
1972 (maybe_kill_then_create_inferior): Update.
1973 * sol-thread.c (sol_thread_create_inferior): Update.
1974 * remote.c (extended_remote_async_create_inferior)
1975 (extended_remote_create_inferior): Update.
1976 * remote-vx.c (vx_create_inferior): Update.
1977 * remote-st.c (st2000_create_inferior): Update.
1978 * remote-sim.c (gdbsim_create_inferior): Update.
1979 * remote-sds.c (sds_create_inferior): Update.
1980 * remote-rdp.c (remote_rdp_create_inferior): Update.
1981 * remote-rdi.c (arm_rdi_create_inferior): Update.
1982 * remote-m32r-sdi.c (m32r_create_inferior): Update.
1983 * remote-e7000.c (e7000_create_inferior): Update.
1984 * procfs.c (procfs_create_inferior): Update.
1985 * ocd.c (ocd_create_inferior): Update.
1986 * ocd.h (ocd_create_inferior): Update.
1987 * nto-procfs.c (procfs_create_inferior): Update.
1988 * monitor.c (monitor_create_inferior): Update.
1989 * lin-lwp.c (lin_lwp_create_inferior): Update.
1990 * inftarg.c (child_create_inferior): Update.
1991 * hpux-thread.c (hpux_thread_create_inferior): Update.
1992 * gnu-nat.c (gnu_create_inferior): Update.
1993
1994 2004-05-25 Andrew Cagney <cagney@gnu.com>
1995
1996 * MAINTAINERS: Update e-mail address.
1997
1998 2004-05-24 Randolph Chung <tausq@debian.org>
1999
2000 * thread.c (info_threads_command, thread_apply_all_command)
2001 (thread_apply_command, thread_command, do_captured_thread_select):
2002 Remove HPUXHPPA-specific code.
2003
2004 2004-05-24 Randolph Chung <tausq@debian.org>
2005
2006 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
2007 unused symbols.
2008 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
2009 references.
2010
2011 2004-05-24 Joel Brobecker <brobecker@gnat.com>
2012
2013 * infcmd.c (kill_if_already_running): New function, extracted
2014 from run_command().
2015 (run_command): Replace extracted code by call to
2016 kill_if_already_running().
2017 (start_command): New function.
2018 (_initialize_infcmd): Add "start" command.
2019
2020 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2021
2022 Add OpenBSD/m88k support.
2023 * NEWS (New native configurations): Mention OpenBSD/m88k.
2024 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
2025 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
2026 * Makefile.in (m88k_tdep_h): New variable.
2027 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
2028 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
2029 * configure.host: Add m88*-*-openbsd*.
2030 * configure.tgt: Add m88*-*-openbsd*.
2031
2032 2004-05-24 Jim Blandy <jimb@redhat.com>
2033
2034 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
2035 to approve changes.
2036
2037 2004-05-24 Kevin Buettner <kevinb@redhat.com>
2038
2039 * symtab.c (fixup_section): Search section table when lookup by
2040 name fails.
2041
2042 2004-05-24 Randolph Chung <tausq@debian.org>
2043
2044 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
2045 be "small_struct".
2046
2047 2004-05-24 Mark Kettenis <kettenis@gnu.org>
2048
2049 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
2050 register number in regcache_raw_collect call.
2051 (m68kbsd_collect_fpregset): Likewise.
2052 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
2053
2054 * regset.h (struct regset): Add back `regset' member.
2055
2056 2004-05-23 Mark Kettenis <kettenis@gnu.org>
2057
2058 * configure.in: Check for td_pcb in `struct thread'.
2059 * configure, config.in: Regenerated.
2060
2061 * dpx2-nat.c: Remove file.
2062 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
2063 (dpx2-nat.o): Remove dependencies.
2064
2065 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
2066 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
2067 (amd64obsd_supply_pcb): New function.
2068 (_initialize_amd64obsd_nat): Enable libkvm interface.
2069 * Makefile.in (amd64obsd-nat.o): Update dependencies.
2070 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
2071 (LOADLIBES): New variable.
2072
2073 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
2074 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
2075 (sparc32nbsd_supply_pcb): New function.
2076 (_initialize_sparcnbsd_nat): Enable libkvm interface.
2077 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
2078 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2079 (LOADLIBES): New variable.
2080
2081 2004-05-22 Mark Kettenis <kettenis@gnu.org>
2082
2083 * bsd-kvm.c, bsd-kvm.h: New files.
2084 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2085 "bsd-kvm.h".
2086 (i386fbsd_supply_pcb): New function.
2087 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
2088 (i386fbsd-nat.o): Update dependencies.
2089 (bsd_kvm_h): New variable.
2090 (bsd-kvm.o): New dependency.
2091 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2092 (LOADLIBES): New variable.
2093
2094 * regset.c: Tweak comment.
2095 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
2096 macro.
2097 * regset.h: Update copyright year.
2098 (struct regset): Remove `descr' member, add `gdbarch' member.
2099 (regset_alloc): Adjust prototype and comment.
2100 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
2101 (i386_supply_fpregset): Likewise.
2102 (i386_regset_from_core_section): Update call to regset_alloc.
2103 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
2104 REGSET->arch.
2105 (i386obsd_aout_regset_from_core_section): Update call to
2106 regset_alloc.
2107 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
2108 REGSET->arch.
2109 (i386nbsd_aout_regset_from_core_section): Update call to
2110 regset_alloc.
2111 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
2112 REGSET->arch.
2113 (amd64_regset_from_core_section): Update call to regset_alloc.
2114 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
2115 REGSET->arch.
2116 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
2117 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
2118 &sparc32nbsd_gregset in sparc32_supply_gregset call.
2119 (sparc32nbsd_init_abi): Update call to regset_alloc.
2120 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
2121 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
2122 (sparc64obsd_init_abi): Update call to regset_alloc.
2123 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
2124 &sparc64nbsd_gregset in sparc64_supply_gregset call.
2125 (sparc64nbsd_init_abi): Update call to regset_alloc.
2126 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
2127 &sparc64fbsd_gregset in sparc64_supply_gregset call.
2128 (sparc64fbsd_init_abi): Update call to regset_alloc.
2129
2130 2004-05-22 Jim Blandy <jimb@redhat.com>
2131
2132 * ppc-tdep.h (spe_register_p): New declaration.
2133 (struct gdbarch_tdep): New members: ppc_acc_regnum and
2134 ppc_spefscr_regnum.
2135 * rs6000-tdep.c (spe_register_p): New function.
2136 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
2137 spefscr.
2138 (rs6000_gdbarch_init): Initialize the new members of the tdep
2139 structure.
2140
2141 2004-05-21 Jim Blandy <jimb@redhat.com>
2142
2143 * ppc-linux-nat.c (fetch_register): Move code back to be next
2144 to the comment that describes it. (Moved code, instead of
2145 comment, for symmetry with store_register.)
2146
2147 Allocate regset structures in the gdbarch's obstack, not using
2148 xmalloc.
2149 * regset.c (regset_alloc): Renamed from regset_xmalloc.
2150 Add 'arch' argument. Allocate the regset on arch's obstack, not
2151 using xmalloc.
2152 * regset.h (regset_alloc): Update declaration.
2153 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
2154 gdbarch argument.
2155 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
2156 * i386-tdep.c (i386_regset_from_core_section): Same.
2157 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
2158 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
2159 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
2160 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
2161 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
2162 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
2163
2164 2004-05-21 Joel Brobecker <brobecker@gnat.com>
2165
2166 * config/djgpp/fnchange.lst: Undo previous change, was useless.
2167
2168 2004-05-21 Jim Blandy <jimb@redhat.com>
2169
2170 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
2171 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
2172
2173 2004-05-20 Jim Blandy <jimb@redhat.com>
2174
2175 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
2176
2177 2004-05-20 Mark Kettenis <kettenis@gnu.org>
2178
2179 * regset.h: Make prototype const-correct.
2180 * regset.c (regset_xmalloc): Make const-correct.
2181
2182 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
2183
2184 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
2185 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
2186 (symbol_search_name): Declare.
2187
2188 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
2189 (iter_name_next_hashed): Ditto.
2190 (iter_name_next_linear): Ditto.
2191 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
2192
2193 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
2194 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
2195 (symbol_search_name): New function.
2196
2197 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
2198
2199 * minsyms.c (build_minimal_symbol_hash_tables): Change
2200 test for adding to demangled hash table to check for difference
2201 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
2202
2203 2004-05-19 Jim Blandy <jimb@redhat.com>
2204
2205 Use a constructor function to create regset structures.
2206 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
2207 (struct regset): Use supply_regset_ftype. Add new
2208 'collect_regset' member.
2209 (regset_xmalloc): New declaration.
2210 * regset.c: New file.
2211 * am64-tdep.c (amd64_regset_from_core_section): Use
2212 regset_xmalloc to construct regset structures.
2213 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
2214 * i386-tdep.c (i386_regset_from_core_section): Same.
2215 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
2216 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
2217 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
2218 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
2219 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
2220 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
2221 * Makefile.in (COMMON_OBS): Add regset.o.
2222 (regset.o): New rule.
2223
2224 2004-05-19 Joel Brobecker <brobecker@gnat.com>
2225
2226 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
2227 and pthread_cond_wait.c.
2228
2229 2004-05-18 Jim Blandy <jimb@redhat.com>
2230
2231 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
2232 before the mach-specific switch, and then let the individual cases
2233 override the defaults, rather than leaving them uninitialized
2234 until the switch and then setting them in each case.
2235
2236 2004-05-18 Randolph Chung <tausq@debian.org>
2237
2238 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
2239 millicode functions.
2240
2241 2004-05-18 Randolph Chung <tausq@debian.org>
2242
2243 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
2244 references to dld_flags_buffer consistent.
2245
2246 2004-05-18 Randolph Chung <tausq@debian.org>
2247
2248 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
2249 it for unwinding the stack.
2250
2251 2004-05-18 Randolph Chung <tausq@debian.org>
2252
2253 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
2254 Undefine these so we can overide them using gdbarch.
2255
2256 2004-05-18 Randolph Chung <tausq@debian.org>
2257
2258 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
2259 handling for 64-bit HPUX (elf).
2260
2261 2004-05-18 Daniel Jacobowitz <dan@debian.org>
2262
2263 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
2264 constants.
2265 * amd64-tdep.c (amd64_skip_prologue): Likewise.
2266 * ia64-tdep.c (examine_prologue): Likewise.
2267 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
2268 * v850-tdep.c (v850_fix_call_dummy): Likewise.
2269
2270 2004-05-18 Mark Kettenis <kettenis@gnu.org>
2271
2272 * vax-tdep.c (vax_return_value): Implement
2273 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2274
2275 2004-05-17 Mark Kettenis <kettenis@gnu.org>
2276
2277 * vax-tdep.c (vax_return_value): Fix typo.
2278
2279 2004-05-17 Andrew Cagney <cagney@redhat.com>
2280
2281 * MAINTAINERS: Mark Salter was also responsible for
2282 testsuite/config/
2283
2284 * NEWS: Mention signal fixes.
2285
2286 2004-05-17 Randolph Chung <tausq@debian.org>
2287
2288 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
2289 check to see if we are unwinding an export stub. Export stubs clobber
2290 the %rp in the call path and stores the original rp in a stack slot.
2291
2292 2004-05-17 Jim Blandy <jimb@redhat.com>
2293
2294 * MAINTAINERS: Update address for J.T. Conklin.
2295
2296 2004-05-17 Randolph Chung <tausq@debian.org>
2297
2298 * hppa-tdep.c: Remove superfluous #include's.
2299 * Makefile.in (hppa-tdep.o): Update dependencies.
2300
2301 2004-05-17 Randolph Chung <tausq@debian.org>
2302
2303 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
2304 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
2305 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
2306 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
2307 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
2308 Remove static function declarations.
2309
2310 2004-05-17 Mark Kettenis <kettenis@gnu.org>
2311
2312 * alphabsd-nat.c: Update copyright year.
2313 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
2314
2315 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
2316 and M68K_A2_REGNUM.
2317
2318 * m68k-tdep.c (m68k_svr4_return_value): Implement
2319 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2320
2321 2004-05-16 Mark Kettenis <kettenis@gnu.org>
2322
2323 * sol-thread.c Update copyright year. Fix various coding
2324 standards violations. Tweak a few comments.
2325 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
2326 Delete prototypes.
2327
2328 2004-05-15 Randolph Chung <tausq@debian.org>
2329
2330 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
2331 as pointer instead of array reference since HPUX compiler does
2332 not accept unsized array arguments.
2333 * somsolib.c (dld_flags_buffer): Use constant array size.
2334
2335 2004-05-15 Mark Kettenis <kettenis@gnu.org>
2336
2337 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
2338 offset with decimal offset.
2339 (amd64obsd_sigcontext_addr): Return correct address for entire
2340 signal trampoline.
2341
2342 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
2343 instead of get_frame_base.
2344
2345 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
2346 (fill_gregset): Use regcache_raw_collect.
2347
2348 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
2349 ppcobsd-tdep.c.
2350
2351 * config/sparc/tm-nbsd64.h: Remove file.
2352 * config/tm-sunos.h: Remove file.
2353
2354 2004-05-15 Joel Brobecker <brobecker@gnat.com>
2355
2356 * rs6000-tdep.c (store_param_on_stack_p): New function,
2357 an improved version of some code extracted from skip_prologue().
2358 (skip_prologue): Use store_param_on_stack_p() to detect
2359 instructions saving a parameter on the stack. Detect when r0
2360 is used to save a parameter.
2361 Do not mark "li rx, SIMM" instructions as part of the prologue,
2362 unless the following instruction is also part of the prologue.
2363
2364 2004-05-14 Andrew Cagney <cagney@redhat.com>
2365
2366 * infrun.c (handle_inferior_event): Simplify
2367 STEP_OVER_UNDEBUGGABLE.
2368
2369 * infrun.c (handle_step_into_function): Delete function.
2370 (handle_inferior_event): Inline calls to
2371 handle_step_into_function.
2372
2373 2004-05-14 Jerome Guitton <guitton@rome.act-europe.fr>
2374
2375 * rs6000-nat.c: Fix a comment.
2376
2377 2004-05-12 David Anderson <davea@sgi.com>
2378
2379 Committed by Jim Blandy <jimb@redhat.com>:
2380 * regcache.c (struct regcache_descr): fix comment spelling.
2381
2382 2004-05-13 J. Brobecker <brobecker@gnat.com>
2383
2384 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
2385 Fixes a link link failure.
2386
2387 2004-05-13 J. Brobecker <brobecker@gnat.com>
2388
2389 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
2390 error that was causing the build to fail.
2391
2392 2004-05-13 J. Brobecker <brobecker@gnat.com>
2393
2394 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
2395 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
2396
2397 2004-05-13 Andrew Cagney <cagney@redhat.com>
2398
2399 * infrun.c (handle_inferior_event): Check for
2400 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
2401 calls. Update comments.
2402
2403 2004-05-13 Jim Blandy <jimb@redhat.com>
2404
2405 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
2406 (fetch_regs_user_thread, fetch_regs_kernel_thread)
2407 (store_regs_user_thread, store_regs_kernel_thread): Use
2408 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
2409 * ppc-linux-nat.c (fill_gregset): Same.
2410 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
2411 (ppc_linux_sigtramp_cache): Same.
2412 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
2413 (ppcnbsd_sigtramp_cache_init): Same.
2414 * rs6000-nat.c (fetch_core_registers): Same.
2415 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
2416 (rs6000_frame_cache): Same.
2417
2418 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
2419 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
2420 of assuming that the gprs are numbered starting with zero.
2421 * ppc-linux-nat.c (fill_gregset): Same.
2422 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
2423 * ppcnbsd-nat.c (getregs_supplies): Same.
2424 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
2425 * rs6000-nat.c (fetch_core_registers): Same.
2426 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
2427
2428 2004-05-07 Michael Snyder <msnyder@redhat.com>
2429
2430 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
2431 LOC_COMPUTED_ARG, and LOC_INDIRECT.
2432
2433 2004-05-13 Andrew Cagney <cagney@redhat.com>
2434
2435 * infrun.c (handle_inferior_event): Use frame_unwind_id.
2436
2437 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
2438
2439 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
2440 base_address for shared libraries.
2441
2442 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
2443
2444 * MAINTAINERS (write after approval): Add myself.
2445
2446 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
2447
2448 * breakpoint.c (bpstat_stop_status): Add new argument
2449 STOPPED_BY_WATCHPOINT. Use it instead of testing
2450 target_stopped_data_address agaist 0 to check whether
2451 or not we stopped due to a hardware watchpoint.
2452 * breakpoint.h (bpstat_stop_status): Adapt prototype.
2453 * infrun.c (handle_inferior_event): Call bpstat_stop_status
2454 with new argument.
2455
2456 2004-05-12 Jim Blandy <jimb@redhat.com>
2457
2458 * configure.in: When checking whether we should use the -bbigtoc
2459 option, don't forget to restore the original value of LDFLAGS.
2460 * configure: Regenerated.
2461
2462 2004-05-12 Andrew Cagney <cagney@redhat.com>
2463
2464 * thread.c (load_infrun_state): Delete step_sp.
2465 * infrun.c (context_switch): Ditto.
2466 * inferior.h (step_sp): Ditto.
2467 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
2468 * gdbthread.h (struct thread_info, save_infrun_state)
2469 (restore_infrun_state): Ditto.
2470
2471 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
2472
2473 * MAINTAINERS (write after approval): Add myself.
2474
2475 2004-05-12 Andrew Cagney <cagney@redhat.com>
2476
2477 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
2478 eliminate reference to step_sp.
2479 (struct execution_control_state, init_execution_control_state)
2480 (handle_inferior_event, keep_going): Delete update_step_sp and
2481 step_sp.
2482 * infcmd.c (step_sp): Note that variable is unused.
2483
2484 2004-05-11 Andrew Cagney <cagney@redhat.com>
2485
2486 * infrun.c (step_over_function): Delete function.
2487 (handle_step_into_function): Use insert_step_resume_breakpoint.
2488 (insert_step_resume_breakpoint): Fix assertion.
2489
2490 2004-05-11 Nick Roberts <nickrob@gnu.org>
2491
2492 * utils.c (defaulted_query): Just use the normal query input type
2493 when printing the annotations.
2494
2495 2004-05-11 Andrew Cagney <cagney@redhat.com>
2496
2497 * infrun.c (handle_inferior_event): Simplify code handling
2498 step-into or return-from a signal trampoline.
2499
2500 2004-05-11 Andrew Cagney <cagney@redhat.com>
2501
2502 * ppcnbsd-tdep.c: Include "gdb_assert.h".
2503 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
2504
2505 2004-05-10 Jim Blandy <jimb@redhat.com>
2506
2507 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
2508 with a call to internal_error.
2509
2510 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
2511 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
2512 processor variant lacks those registers.
2513 (ppc_floating_point_unit_p): Change description to make it clear
2514 that this returns info about the ISA, not the ABI.
2515 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
2516 return true or false by checking tdep->ppc_fp0_regnum and
2517 tdep->ppc_fpscr_regnum. The original code replicated the BFD
2518 arch/mach switching done in rs6000_gdbarch_init; it's better to
2519 keep that logic there, and just check the results here.
2520 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
2521 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
2522 floating-point registers.
2523 (ppc_supply_fpregset, ppc_collect_fpregset)
2524 (rs6000_push_dummy_call, rs6000_extract_return_value)
2525 (rs6000_store_return_value): Assert that we have floating-point
2526 registers.
2527 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
2528 (rs6000_frame_cache): Don't note the locations at which
2529 floating-point registers were saved if we have no fprs.
2530 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
2531 registers.
2532 (fetch_regs_user_thread, fetch_regs_kernel_thread)
2533 (store_regs_user_thread, store_regs_kernel_thread): Only call
2534 supply_fprs / fill_fprs if we actually have floating-point
2535 registers.
2536 (special_register_p): Check ppc_fpscr_regnum before matching
2537 against it.
2538 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
2539 supply / collect fpscr if we don't have it.
2540 * ppc-bdm.c: #include "gdb_assert.h".
2541 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
2542 have floating-point registers, since I can't test this code on
2543 FP-free systems to adapt it.
2544 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
2545 fpscr and floating point register numbers if they don't exist.
2546 (fetch_register): Assert that we have floating-point registers
2547 before we reach the code that handles them.
2548 (store_register): Same. And use tdep instead of calling
2549 gdbarch_tdep again.
2550 (fill_fpregset): Don't try to collect FP registers and fpscr if we
2551 don't have them.
2552 (ppc_linux_sigtramp_cache): Don't record the saved locations of
2553 fprs and fpscr if we don't have them.
2554 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
2555 don't have them.
2556 * ppcnbsd-nat.c: #include "gdb_assert.h".
2557 (getfpregs_supplies): Assert that we have floating-point registers.
2558 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
2559 * ppcobsd-tdep.c: #include "gdb_assert.h".
2560 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
2561 have floating-point registers.
2562 * rs6000-nat.c (regmap): Don't match against the fpscr and
2563 floating point register numbers if they don't exist.
2564 (fetch_inferior_registers, store_inferior_registers,
2565 fetch_core_registers): Only fetch / store / supply the
2566 floating-point registers and the fpscr if we have them.
2567 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
2568 (ppcobsd-tdep.o): Update dependencies.
2569
2570 2004-05-10 Andrew Cagney <cagney@redhat.com>
2571
2572 * infrun.c (through_sigtramp_breakpoint): Delete variable.
2573 (context_switch): Do not switch through_sigtramp_breakpoint.
2574 * gdbthread.h (save_infrun_state, load_infrun_state)
2575 (struct thread_info): Delete through_sigtramp_breakpoint parameter
2576 and structure member.
2577 * thread.c (load_infrun_state, save_infrun_state): Update.
2578
2579 2004-05-10 Mark Kettenis <kettenis@gnu.org>
2580
2581 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
2582
2583 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2584
2585 * acinclude.m4: Quote macro names being defined by AC_DEFUN
2586 throughout.
2587 * aclocal.m4: Regenerate.
2588
2589 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
2590
2591 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
2592
2593 2004-05-10 Andrew Cagney <cagney@redhat.com>
2594
2595 * infrun.c (check_sigtramp2): Delete function.
2596 (handle_inferior_event): When single stepping, and taking a
2597 signal, set a breakpoint at the signal return address. Delete
2598 redundant calls to check_sigtramp2.
2599 (insert_step_resume_breakpoint): New function.
2600 (through_sigtramp_breakpoint, handle_inferior_event)
2601 (follow_exec, wait_for_inferior, fetch_inferior_event)
2602 (currently_stepping, keep_going): Delete most uses of
2603 through_sigtramp_breakpoint, not that it should be deleted.
2604 (delete_breakpoint_current_contents): Delete function.
2605
2606 2004-05-10 Randolph Chung <tausq@debian.org>
2607
2608 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
2609 target.
2610 * config/pa/tm-linux.h: New file.
2611
2612 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
2613
2614 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
2615 of prefixes. Don't print the prefix twice in the CLI.
2616
2617 2004-05-10 Jim Blandy <jimb@redhat.com>
2618
2619 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
2620 collect all the gprs.
2621
2622 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
2623 loop collecting gprs.
2624
2625 2004-05-09 Andrew Cagney <cagney@redhat.com>
2626
2627 * remote-vx.c (net_step): Delete step-range code.
2628 * remote.c (remote_resume, init_all_packet_configs)
2629 (set_remote_protocol_E_packet_cmd)
2630 (show_remote_protocol_E_packet_cmd)
2631 (remote_protocol_E, show_remote_cmd, _initialize_remote)
2632 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
2633 (show_remote_protocol_e_packet_cmd): Ditto.
2634
2635 2004-05-09 Mark Kettenis <kettenis@gnu.org>
2636
2637 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
2638
2639 * hppa-tdep.h: Update copyright year.
2640 (struct trad_frame_saved_reg): Add opaque declaration.
2641
2642 * amd64-tdep.c (amd64_return_value): Implement
2643 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2644
2645 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
2646 (m68k_value_to_register): New functions.
2647 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
2648 value_to_register.
2649
2650 * defs.h (enum return_value_convention): Add
2651 RETURN_VALUE_ABI_RETURNS_ADDRESS and
2652 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
2653 * infcmd.c (legacy_return_value): New function.
2654 (print_return_value): Rwerite to implement
2655 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2656 * values.c (using_struct_return): Check for inequality to
2657 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
2658 RETURN_VALUE_STRUCT_CONVENTION.
2659 * i386-tdep.c (i386_return_value): Implement
2660 RETURN_VALUE_ABI_RETURNS_ADDRESS.
2661
2662 * vax-tdep.c: Tweak comments. Reorder include files. Don't
2663 include "symtab.h", "opcode/vax.h" and "inferior.h".
2664 (vax_skip_prologue): Replace calls to read_memory_integer by calls
2665 to read_memory_unsigned_integer.
2666 (vax_gdbarch_init): Reorder.
2667 (_initialize_vax_tdep): Spell out prototype.
2668 * Makefile.in (vax-tdep.o): Update dependencies.
2669
2670 2004-05-08 Andrew Cagney <cagney@redhat.com>
2671
2672 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
2673 * target.c (target_detach, target_disconnect): Ditto.
2674
2675 * infcall.c (call_function_by_hand): When no
2676 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
2677 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
2678 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
2679 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2680 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2681
2682 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
2683 * gdbarch.h, gdbarch.c: Re-generate.
2684 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2685 deprecated_fix_call_dummy.
2686 * v850-tdep.c (v850_gdbarch_init): Ditto.
2687 * infcall.c (call_function_by_hand): Do not call
2688 DEPRECATED_FIX_CALL_DUMMY.
2689
2690 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
2691 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
2692 * gdbarch.h, gdbarch.c: Re-generate.
2693 * arm-linux-tdep.c (arm_linux_call_dummy_words)
2694 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
2695 deprecated_sizeof_call_dummy_words.
2696 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
2697 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
2698 * v850-tdep.c (v850_gdbarch_init): Ditto.
2699 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2700 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
2701 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
2702 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
2703 * arch-utils.h (legacy_call_dummy_words)
2704 (legacy_sizeof_call_dummy_words): Delete declarations.
2705 * arch-utils.c (legacy_call_dummy_words)
2706 (legacy_sizeof_call_dummy_words): Delete variables.
2707
2708 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
2709 * gdbarch.h, gdbarch.c: Re-generate.
2710 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
2711 * infcall.c (call_function_by_hand): Eliminate call to
2712 DEPRECATED_PUSH_DUMMY_FRAME.
2713 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
2714 push_dummy_frame.
2715 (ns32k_push_dummy_frame): Delete function.
2716
2717 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2718 deprecated_call_dummy_breakpoint_offset or
2719 deprecated_call_dummy_start_offset.
2720 * dummy-frame.c, arm-tdep.c: Update comments.
2721 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
2722 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
2723 * gdbarch.h, gdbarch.c: Re-generate.
2724
2725 * infcall.c (legacy_push_dummy_code): Delete function.
2726 (push_dummy_code): Delete call.
2727
2728 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
2729 * gdbarch.h, gdbarch.c: Re-generate.
2730 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
2731 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
2732 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
2733 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
2734
2735 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
2736 (struct frame_info): Delete opaque declaration.
2737 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
2738 * frame.c (get_frame_type): Delete call.
2739
2740 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
2741 pc_in_call_dummy.
2742 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
2743 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
2744
2745 2004-05-08 Mark Kettenis <kettenis@gnu.org>
2746
2747 * alphanbsd-tdep.c: Include "gdb_string.h".
2748 * armnbsd-tdep.c: Update copyright year.
2749 Include "gdb_string.h".
2750 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
2751 dependencies.
2752
2753 * delta68-nat.c: Remove file.
2754 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
2755 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
2756 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
2757 (delta68-nat.o): Remove dependency.
2758
2759 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
2760 function.
2761 (m68k_gdbarch_init): Don't set
2762 deprecated_frameless_function_invocation.
2763
2764 2004-05-07 Randolph Chung <tausq@debian.org>
2765
2766 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
2767 read_memory_nobpt for code reading when doing frame unwinding.
2768 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
2769
2770 2004-05-07 Randolph Chung <tausq@debian.org>
2771
2772 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
2773 instead of sp, handle sigaltstack case.
2774 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
2775 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
2776 signal handler and not that of the caller.
2777 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
2778 hppa_linux_sigtramp_find_sigcontext.
2779
2780 2004-05-07 Randolph Chung <tausq@debian.org>
2781
2782 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
2783 hppa-linux-nat.c.
2784 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
2785 * hppa-linux-nat.c (fetch_register, store_register): Define.
2786 (fetch_inferior_registers, store_inferior_registers): Define.
2787 (supply_gregset): Add comment and clean up some unneeded code.
2788 (fill_gregset): Add comment and fix so that it saves registers in
2789 the right place in the gregset.
2790 (fill_fpregset): Fix buffer overrun problem.
2791 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
2792
2793 2004-05-07 Randolph Chung <tausq@debian.org>
2794
2795 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
2796 do common handling of the pcoqt register.
2797 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
2798 to use helper function.
2799 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
2800 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
2801 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
2802 generic fallback unwinder when all else fails.
2803 (hppa_gdbarch_init): Add fallback sniffer.
2804 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
2805 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
2806 to use helper function.
2807
2808 2004-05-08 Joel Brobecker <brobecker@gnat.com>
2809
2810 * config/djgpp/fnchange.lst: Add translation rules for
2811 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
2812
2813 2004-05-08 Mark Kettenis <kettenis@gnu.org>
2814
2815 * frame.c (get_prev_frame_1): Work around GCC bug.
2816 * frame.h: Add comment about GCC bug.
2817
2818 2004-05-07 Andrew Cagney <cagney@redhat.com>
2819
2820 * observer.c: Include "commands.h" and "gdbcmd.h".
2821 (observer_debug, _initialize_observer): Add the
2822 command "set/show debug observer".
2823 * observer.sh: When observer debugging, log notify calls.
2824 * Makefile.in (observer.o): Update dependencies.
2825
2826 2004-05-07 Jason Molenda (jmolenda@apple.com)
2827
2828 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
2829
2830 2004-05-07 Jim Blandy <jimb@redhat.com>
2831
2832 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
2833 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
2834 to recognize gpr regnums, instead of assuming that
2835 tdep->ppc_fp0_regnum marks the end of the general-purpose
2836 registers.
2837
2838 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
2839 the given architecture has floating-point registers.
2840
2841 2004-05-07 Andrew Cagney <cagney@redhat.com>
2842
2843 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
2844 macro defined to 1.
2845 * gdbarch.h, gdbarch.c: Re-generate.
2846 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
2847 deprecated_use_generic_dummy_frames.
2848
2849 2004-05-07 Brian Ford <ford@vss.fsi.com>
2850
2851 * NEWS: Mention Cygwin DWARF 2 support.
2852
2853 2004-05-07 Andrew Cagney <cagney@redhat.com>
2854
2855 * objfiles.h (struct entry_info): Delete unused fields
2856 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
2857 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
2858 * mipsread.c (mipscoff_symfile_read): Update.
2859 * mdebugread.c (parse_partial_symbols): Update.
2860 * dwarfread.c (read_file_scope): Update.
2861 * dwarf2read.c (read_file_scope): Update.
2862 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
2863 * coffread.c (complete_symtab): Update.
2864
2865 2004-05-07 Mark Kettenis <kettenis@gnu.org>
2866
2867 * infcall.c (_initialize_infcall): Fix typo.
2868
2869 2004-05-07 Andrew Cagney <cagney@redhat.com>
2870
2871 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
2872 * command.h (add_setshow_zinteger_cmd): Declare.
2873
2874 2004-05-06 Randolph Chung <tausq@debian.org>
2875
2876 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
2877 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
2878 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
2879 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
2880 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
2881 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
2882 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
2883 definitions ...
2884 * hppa-tdep.h: ... to here, with HPPA_ prefix.
2885 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
2886 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
2887 (hppa64_hpux_frame_find_saved_regs_in_sig)
2888 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
2889 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
2890 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
2891 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
2892 (hppa_linux_sigtramp_frame_prev_register): Likewise.
2893 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
2894 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
2895 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
2896 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
2897 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
2898 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
2899 (hppa32_register_type, hppa_cannot_store_register)
2900 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
2901 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
2902 * hpread.c (hpread_process_one_debug_symbol): Likewise.
2903 * pa64solib.c (pa64_solib_have_load_event)
2904 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
2905 (pa64_solib_unloaded_library_pathname): Likewise.
2906 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
2907 (som_solib_library_pathname): Likewise.
2908
2909 2004-05-05 Jim Ingham <jingham@apple.com>
2910
2911 * breakpoint.c (create_breakpoints): Copy the ignore count and
2912 thread id over from the pended breakpoint to the actual
2913 breakpoint.
2914
2915 2004-05-05 Andrew Cagney <cagney@redhat.com>
2916
2917 * gdbarch.sh (PARM_BOUNDARY): Delete.
2918 gdbarch.h, gdbarch.c: Re-generate.
2919 * valops.c (PARM_BOUNDARY): Delete macro.
2920 (value_push): Delete PARM_BOUNDARY code.
2921 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
2922
2923 2004-05-04 Jim Blandy <jimb@redhat.com>
2924
2925 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
2926 Don't assume that the gprs, fprs, and UISA sprs are
2927 contiguous, start at register number zero, and end with fpscr.
2928 Instead, use the numbers from the tdep structure.
2929
2930 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
2931 should no longer be used in code specific to the RS6000 and its
2932 derivatives.
2933 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
2934 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
2935 tdep->ppc_fp0_regnum.
2936 (ppc_supply_fpregset, ppc_collect_fpregset)
2937 (rs6000_push_dummy_call, rs6000_extract_return_value)
2938 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
2939 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
2940 FP0_REGNUM.
2941 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
2942 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
2943 Same.
2944 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
2945 bdm_ppc_store_registers): Same.
2946 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
2947 (store_register, fill_fpregset): Same.
2948 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
2949 (ppc_linux_supply_fpregset): Same.
2950 * ppcnbsd-nat.c (getfpregs_supplies): Same.
2951 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
2952 Same.
2953 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
2954 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
2955 ppc64_sysv_abi_return_value): Same.
2956 * rs6000-nat.c (regmap, fetch_inferior_registers)
2957 (store_inferior_registers, fetch_core_registers): Same.
2958
2959 2004-05-01 Mark Kettenis <kettenis@gnu.org>
2960
2961 * m68knbsd-nat.c: Remove file.
2962 * m68knbsd-tdep.c: Remove file.
2963 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
2964 dependencies.
2965 * configure.host: Add m68k-*-netbsdelf*.
2966 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
2967 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
2968 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
2969 (XM_FILE): Remove.
2970 * config/m68k/nbsdelf.mh: New file.
2971 * config/m68k/nbsd.mt: New file.
2972 * config/m68k/nbsdaout.mt: Remove file.
2973 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
2974 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
2975 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
2976 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
2977 (use_struct_convention): Remove prototype.
2978 (USE_STRUCT_CONVENTION): Remove define.
2979 * config/m68k/xm-nbsd.h: Remove file.
2980
2981 2004-05-04 Michael Snyder <msnyder@redhat.com>
2982
2983 * m68k-tdep.c (m68k_gdbarch_init): Default to using
2984 reg_struct_return method (as gcc usually does for cross targets).
2985
2986 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2987
2988 Committed by Andrew Cagney.
2989 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
2990 alignment padding when accessing ucontext struct members.
2991
2992 2004-05-04 Jim Blandy <jimb@redhat.com>
2993
2994 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
2995 'ppc_gplast_regnum' member.
2996 (ppc_num_gprs): New enum constant.
2997 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
2998 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
2999 * rs6000-nat.c (regmap, fetch_inferior_registers,
3000 store_inferior_registers): Same.
3001 * rs6000-tdep.c (e500_pseudo_register_read)
3002 (e500_pseudo_register_write): Same.
3003 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
3004
3005 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
3006 * ppc-tdep.h (ppc_num_fprs): New enum constant.
3007 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
3008 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
3009 FPLAST_REGNUM.
3010 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3011 Same.
3012 * ppc-linux-nat.c (ppc_register_u_addr): Same.
3013 * rs6000-nat.c (regmap, fetch_inferior_registers)
3014 (store_inferior_registers): Same.
3015
3016 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
3017 with FPLAST_REGNUM.
3018
3019 2004-05-03 Joel Brobecker <brobecker@gnat.com>
3020
3021 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
3022 failure detected by recent versions of GCC.
3023 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
3024 to be consistent with the usage in dwarf2_create_include_psymtab.
3025
3026 2004-05-03 Michael Snyder <msnyder@redhat.com>
3027
3028 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
3029 (heuristic_proc_start): Whitespace cleanup.
3030
3031 2004-05-04 Mark Kettenis <kettenis@gnu.org>
3032
3033 * sun3-nat.c: Remove file.
3034 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
3035 dependencies.
3036 (ALLDEPFILES): Remove sun3-nat.c.
3037 (sun3-nat.o): Remove dependencies.
3038
3039 * i386-interix-nat.c, i386-interix-tdep.c,
3040 config/i386/nm-interix.h, config/i386/interix.mh,
3041 config/i386/interix.mt: Remove files.
3042 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
3043 dependencies.
3044
3045 2004-05-03 Mark Kettenis <kettenis@gnu.org>
3046
3047 * m68k-tdep.h (struct gdbarch_tdep): Add member
3048 struct_value_regnum.
3049 (m68k_svr4_init_abi): New prototype.
3050 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
3051 different calling conventions.
3052 (m68k_extract_return_value): Remove code dealing with single-field
3053 structs.
3054 (m68k_store_return_value): Remove code dealing with single-field
3055 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
3056 (m68k_extract_struct_value_address): Remove function.
3057 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
3058 (m68k_reg_struct_return_p, m68k_return_value)
3059 (m68k_svr4_return_value): New functions.
3060 (m68k_use_struct_convention): Remove function.
3061 (m68k_push_dummy_call): Use new struct_value_regnum member of
3062 `struct gdbarch_tdep' instead of hardcoded register number to
3063 store STRUCT_ADDR.
3064 (m68k_svr4_init_abi): New function.
3065 (m68k_gdbarch_init): Don't set extract_return_value,
3066 store_return_values, deprecated_extract_struct_value_address and
3067 use_struct_convention. Set return_value instead. Initialize new
3068 struct_value_regnum member of `struct gdbarch_tdep'.
3069 * m68klinux-tdep.c: Update copyright year.
3070 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
3071 (m68k_linux_extract_struct_value_address): Remove function.
3072 (m68k_linux_init_abi): Don't set extract_return_value,
3073 store_return_values, deprecated_extract_struct_value_address and
3074 use_struct_convention. Call m68k_svr4_init_abi but override the
3075 new struct_value_regnum member of `struct gdbarch_tdep'.
3076 * Makefile.in (m68k-tdep.o): Update dependencies.
3077
3078 2004-05-03 J. Brobecker <brobecker@gnat.com>
3079
3080 * dwarf2read.c (line_header): Add new included_p field in
3081 field file_names.
3082 (partial_die_info): New field has_stmt_list. New field line_offset.
3083 (dwarf2_create_include_psymtab): New function.
3084 (dwarf2_build_include_psymtabs): New function.
3085 (add_file_name): Add forward declaration. Initialize new field.
3086 (dwarf_decode_lines): Add new parameter. Enhance this procedure
3087 to be able to determine the list of files included by the
3088 given unit, and build their associated psymtabs.
3089 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
3090 files as well.
3091 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
3092 (read_file_scope): Update call to dwarf_decode_lines.
3093 (read_partial_die): Handle DW_AT_stmt_list attributes.
3094
3095 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
3096
3097 Unfix PR gdb/1626.
3098 * configure.in: Revert special case for osf5.*.
3099 * configure: Regenerate.
3100
3101 2004-05-02 Jim Blandy <jimb@redhat.com>
3102
3103 Move the symbol-file-from-memory functions into their own file.
3104 * symfile-mem.c, symfile-mem.h: New files.
3105 * symfile.c (symbol_file_add_from_bfd): New function.
3106 (symbol_file_add): Call symbol_file_add_from_bfd.
3107 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
3108 Moved to symfile-mem.c.
3109 (_initialize_symfile): Move definition of
3110 add-symbol-file-from-memory command to symfile-mem.c.
3111 * symfile.h (symbol_file_add_from_bfd): New declaration.
3112 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
3113 * config/powerpc/linux.mt (TDEPFILES): Same.
3114 * Makefile.in (SFILES): Add symfile-mem.c.
3115 (symfile_mem_h): New variable.
3116 (HFILES_NO_SRCDIR): Add symfile-mem.h.
3117 (symfile-mem.o): New rule.
3118
3119 2004-05-01 Andrew Cagney <cagney@redhat.com>
3120
3121 * breakpoint.c (insert_bp_location): Use get_frame_id, and
3122 frame_find_by_id instead of frame_relative_level.
3123 (do_enable_breakpoint): Ditto.
3124 * thread.c: Update copyright.
3125 (info_threads_command): Ditto, simplify.
3126
3127 * frame.c (deprecated_generic_get_saved_register): Delete
3128 function, moved to "xstormy16-tdep.c".
3129 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
3130 deprecated_generic_get_saved_register from "frame.c".
3131 (xstormy16_frame_saved_register): Call
3132 xstormy16_get_saved_register.
3133 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
3134 static.
3135 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
3136 * frame.h (deprecated_generic_get_saved_register): Delete.
3137
3138 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
3139
3140 * dwarfread.c: Update documentation on the state of dwarf-1.
3141
3142 2004-05-01 Andrew Cagney <cagney@redhat.com>
3143
3144 * stack.c (select_frame_command): Delete call to
3145 frame_relative_level.
3146 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
3147 Delete #if0 code.
3148 (frame_info): Do not print FRAMELESS.
3149 (print_block_frame_labels): Replace DEPRECATED_STREQ.
3150 (catch_info): Delete #if0 code.
3151
3152 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
3153 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
3154 of frame_relative_level.
3155 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
3156 to SENTINEL_FRAME.
3157 * frame.h (enum frame_type): Add SENTINEL_FRAME.
3158 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
3159 frame_relative_level.
3160
3161 * frame.h (deprecated_set_frame_type): Delete declaration.
3162 * frame.c (deprecated_set_frame_type): Delete function, update
3163 comments.
3164
3165 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
3166 * gdbarch.h, gdbarch.c: Re-generate.
3167 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
3168 (shnbsd_pc_in_sigtramp): Delete.
3169 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
3170 pc_in_sigtramp.
3171 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
3172 pc_in_sigtramp.
3173 * frame.h: Update comments.
3174 * ppc-linux-tdep.c: Update comments.
3175 * breakpoint.c (bpstat_what): Update comments.
3176
3177 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
3178 m68klinux-tdep.o's dependencies, were previously added to
3179 m68klinux-nat.o.
3180
3181 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
3182 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
3183 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
3184 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
3185 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
3186
3187 * Makefile.in (m68klinux-nat.o): Update dependencies.
3188 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
3189 (m68k_linux_sigtramp_frame_cache)
3190 (m68k_linux_sigtramp_frame_this_id)
3191 (m68k_linux_sigtramp_frame_prev_register)
3192 (m68k_linux_sigtramp_frame_unwind)
3193 (m68k_linux_sigtramp_frame_sniffer)
3194 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
3195 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
3196 names, use trad-frame.h.
3197 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
3198 (struct m68k_sigtramp_info): Delete.
3199 * m68k-tdep.c (m68k_sigtramp_frame_cache)
3200 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
3201 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
3202 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
3203 "m68klinux-tdep.c".
3204
3205 * infrun.c (check_sigtramp2): Delete check for
3206 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
3207
3208 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3209
3210 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
3211
3212 2004-05-01 Andrew Cagney <cagney@redhat.com>
3213
3214 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
3215 (frv_linux_sigtramp_frame_cache)
3216 (frv_linux_sigtramp_frame_this_id)
3217 (frv_linux_sigtramp_frame_prev_register)
3218 (frv_linux_sigtramp_frame_unwind)
3219 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
3220 include "linux" in function and variable names, directly call
3221 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
3222 the latest trad-frame code.
3223 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
3224 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
3225 * Makefile.in (frv-linux-tdep.o): Update dependencies.
3226 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
3227 * frv-tdep.c (frv_sigtramp_frame_cache)
3228 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
3229 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
3230 frv-linux-tdep.c.
3231 (frv_gdbarch_init): Do not append a sigtramp sniffer.
3232 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
3233 (frv_set_sigcontext_reg_addr): Delete function.
3234
3235 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
3236 (DEPRECATED_SIGTRAMP_END): Delete.
3237 * gdbarch.h, gdbarch.c: Re-generate.
3238 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
3239 * config/vax/tm-vaxbsd.h: Update copyright.
3240 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
3241 (DEPRECATED_IN_SIGTRAMP): Define.
3242 * config/m68k/tm-nbsd.h: Update copyright.
3243 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
3244 (DEPRECATED_IN_SIGTRAMP): Define.
3245
3246 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3247
3248 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
3249 encondings. Fixes PR gdb/1628.
3250
3251 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
3252 DW_CFA_restore state without a matching DW_CFA_remember_state
3253 instead of aborting. Fixes PR backtrace/1589.
3254
3255 2004-04-30 Joel Brobecker <brobecker@gnat.com>
3256
3257 * MAINTAINERS: Add self as AIX maintainer.
3258 Update my e-mail address in write-after-approval section.
3259
3260 2004-04-30 Andrew Cagney <cagney@redhat.com>
3261
3262 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
3263 (legacy_get_prev_frame): Ditto.
3264
3265 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
3266 (mips_gdbarch_init): Do not set pc_in_sigtramp.
3267 * mipsread.c (sigtramp_address): Delete extern variable.
3268 (mipscoff_new_init): Delete reference.
3269 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
3270 (fixup_sigtramp): Delete function.
3271 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
3272 (fixup_sigtramp): Delete declarations.
3273
3274 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
3275 deprecated_pc_in_sigtramp.
3276 (ppcnbsd_pc_in_sigtramp): Delete function.
3277
3278 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3279
3280 * config/m68k/nm-nbsd.h: Tweak comments.
3281 * config/m68k/nm-nbsdaout.h: Likewise.
3282
3283 2004-04-30 Andrew Cagney <cagney@redhat.com>
3284
3285 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
3286 legacy_pc_in_sigtramp.
3287 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
3288
3289 2004-05-01 Mark Kettenis <kettenis@gnu.org>
3290
3291 Add OpenBSD/m68k support.
3292 * NEWS (New native configurations): Mention OpenBSD/m68k.
3293 * m68kbsd-tdep.c: New file.
3294 * m68kbsd-nat.c: New file.
3295 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
3296 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
3297 * configure.host: Add m68k-*-openbsd.
3298 * configure.tgt: Add m68k-*-openbsd.
3299 * config/m68k/tm-obsd.h: New file.
3300 * config/m68k/obsd.mt: New file.
3301 * config/m68k/obsd.mh: New file.
3302 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
3303 m68kbsd-tdep.c.
3304
3305 2004-04-30 Andrew Cagney <cagney@redhat.com>
3306
3307 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
3308 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
3309
3310 2004-04-30 Mark Kettenis <kettenis@gnu.org>
3311
3312 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
3313 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
3314
3315 2004-04-30 Brian Ford <ford@vss.fsi.com>
3316
3317 Revert 2004-04-16 change.
3318 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
3319 (i386_coff_init_abi): Remove.
3320 * i386-tdep.h (i386_coff_init_abi): Remove.
3321 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
3322
3323 2004-04-30 Andrew Cagney <cagney@redhat.com>
3324
3325 * blockframe.c (find_pc_partial_function): Delete use of
3326 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
3327 DEPRECATED_SIGTRAMP_END.
3328
3329 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
3330 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
3331 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
3332 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
3333 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
3334
3335 * defs.h (deprecated_inside_entry_file): Delete declaration.
3336 * blockframe.c (deprecated_inside_entry_file): Delete function.
3337 (legacy_frame_chain_valid): Delete call.
3338 * sh64-tdep.c (sh64_frame_chain): Delete call.
3339 * objfiles.h: Update comments.
3340 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
3341 call.
3342 * frame.c (get_prev_frame): Delete call, update comments.
3343
3344 2004-04-30 Brian Ford <ford@vss.fsi.com>
3345
3346 * MAINTAINERS (Write After Approval): Add myself.
3347
3348 2004-04-30 Andrew Cagney <cagney@redhat.com>
3349
3350 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
3351 * gdbarch.h, gdbarch.c: Re-generate.
3352 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
3353 code.
3354
3355 2004-04-30 Andrew Cagney <cagney@redhat.com>
3356
3357 * gdb-events.sh (selected_thread_changed)
3358 (selected_frame_level_changed, target_changed): Delete.
3359 * gdb-events.h, gdb-events.c: Re-generate.
3360 * valops.c (value_assign): Update.
3361 * stack.c (select_frame_command, up_silently_base)
3362 (down_silently_base): Update.
3363
3364 2004-04-29 Andrew Cagney <cagney@redhat.com>
3365
3366 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
3367 registers correctly.
3368 (print_gp_register_row, mips32_heuristic_proc_desc)
3369 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
3370 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
3371 references to mips_isa_regsize.
3372
3373 2004-04-29 Andrew Cagney <cagney@redhat.com>
3374
3375 * mips-tdep.c (struct gdbarch_tdep): Delete
3376 mips_fp_register_double.
3377 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
3378 mips_abi_regsize.
3379 (mips_gdbarch_init): Do not set mips_fp_register_double.
3380 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
3381
3382 2004-04-29 Joel Brobecker <brobecker@gnat.com>
3383
3384 Committed by Andrew Cagney.
3385 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
3386 function calls.
3387
3388 2004-04-29 Andrew Cagney <cagney@redhat.com>
3389
3390 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
3391 gdbarch, use mips_abi, update callers.
3392 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
3393 mips_abi_regsize, update callers.
3394 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
3395 mips_default_abi_regsize.
3396 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
3397 mips_default_abi_regsize.
3398
3399 2004-04-29 Andrew Cagney <cagney@redhat.com>
3400
3401 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
3402 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
3403 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
3404 mips_default_abi_regsize.
3405 (mips_isa_regsize): Rename mips_regisze.
3406 * mipsnbsd-tdep.c: Update.
3407 * mips-linux-tdep.c: Update.
3408 * irix5-nat.c: Update.
3409 * mips-tdep.h (mips_isa_regsize): Update.
3410
3411 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
3412 Delete all disabled code.
3413 * gdb-events.h, gdb-events.c: Re-generate.
3414
3415 2004-04-19 Jerome Guitton <guitton@gnat.com>
3416 Mark Kettenis <kettenis@gnu.org>
3417
3418 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
3419 the function begins with a branch instruction.
3420
3421 2004-04-29 Mark Kettenis <kettenis@gnu.org>
3422
3423 * i386-tdep.c: Fix spelling mistakes.
3424
3425 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3426 Andrew Cagney <cagney@redhat.com>
3427
3428 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
3429 <sys/proc.h>.
3430 * acconfig.h: Provide default _KMEMUSER value.
3431 * config.in, configure: Re-generate.
3432 * NEWS: Mention fix.
3433
3434 2004-04-24 Randolph Chung <tausq@debian.org>
3435
3436 * configure.host (hppa*-*-linux*): New target.
3437 * configure.tgt (hppa*-*-linux*): Likewise.
3438 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
3439 gdbarch_init_osabi() call earlier so that osabi-specific frame
3440 unwinders can be registered first.
3441 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
3442 hppa-linux-nat.c.
3443 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
3444 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
3445 * config/pa/linux.mh: New file.
3446 * config/pa/linux.mt: New file.
3447 * config/pa/nm-linux.h: New file.
3448 * config/pa/xm-linux.h: New file.
3449 * hppa-linux-nat.c: New file.
3450 * hppa-linux-tdep.c: New file.
3451
3452 2004-04-28 Randolph Chung <tausq@debian.org>
3453
3454 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
3455 return values.
3456 (hppa32_push_dummy_call): Fix small struct and floating point argument
3457 passing, and make sure the stack frame is properly aligned.
3458
3459 2004-04-28 Andrew Cagney <cagney@redhat.com>
3460
3461 * stack.c (print_stack_frame): Fix description.
3462
3463 * NEWS: Mention gdb/gdbserver/configure execute permission
3464 changed. PR server/519.
3465
3466 2004-04-28 Andrew Cagney <cagney@redhat.com>
3467
3468 * stack.c (print_stack_frame_stub): Delete declaration.
3469 (struct print_stack_frame_args, print_stack_frame)
3470 (print_frame_info, print_frame): Replace "source" with print what.
3471 Replace "print" with "print_level". Replace "args" with
3472 "print_args".
3473 * frame.h (show_and_print_stack_frame, print_stack_frame)
3474 (print_frame_info): Update declarations.
3475 * stack.c (select_and_print_frame, frame_command)
3476 (current_frame_command, up_command, down_command): Update calls -
3477 use get_selected_frame, pass "enum print_what" for source, do not
3478 call frame_relative_level.
3479 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
3480 * remote-rdp.c (remote_rdp_open): Ditto.
3481 * remote-mips.c (common_open): Ditto.
3482 * remote-e7000.c (e7000_start_remote): Ditto.
3483 * ocd.c (ocd_start_remote): Ditto.
3484 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
3485 * infrun.c (normal_stop): Ditto.
3486 * inflow.c (kill_command): Ditto.
3487 * infcmd.c (finish_command): Ditto.
3488 * corelow.c (core_open): Ditto.
3489 * tracepoint.c (finish_tfind_command): Ditto.
3490 * thread.c (info_threads_command, info_threads_command)
3491 (restore_current_thread, do_captured_thread_select): Ditto.
3492 * ada-tasks.c (task_command): Ditto.
3493
3494 2004-04-26 Orjan Friberg <orjanf@axis.com>
3495
3496 * frame.c: Include "observer.h".
3497 (frame_observer_target_changed): New function.
3498 (_initialize_frame): Attach target_changed observer.
3499 * regcache.c: Include "observer.h".
3500 (regcache_observer_target_changed): New function.
3501 (_initialize_regcache): Attach target_changed observer.
3502 * valops.c: Include "observer.h".
3503 (value_assign): Notify target_changed event when modifying register.
3504 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
3505
3506 2004-04-26 Orjan Friberg <orjanf@axis.com>
3507
3508 From Paul Koning <pkoning@equallogic.com>:
3509 * breakpoint.c (free_valchain): New function.
3510 (insert_bp_location, delete_breakpoint): Use free_valchain.
3511 (remove_breakpoint): Do not remove the valchain.
3512 (bpstat_stop_status): If not stopped by watchpoint, skip
3513 watchpoints when generating stop status list.
3514 * infrun.c (handle_inferior_event): Make
3515 stepped_after_stopped_by_watchpoint a global variable.
3516 * remote.c (remote_stopped_data_address): Return watch data
3517 address rather than zero if stepped_after_stopped_by_watchpoint is
3518 set.
3519
3520 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
3521
3522 Fix PR gdb/1626.
3523 * configure.in: Check for curses after termcap.
3524 On osf5.*, do not check for ncurses.
3525 * configure: Regenerate.
3526
3527 2004-04-25 Mark Kettenis <kettenis@gnu.org>
3528
3529 * ppcobsd-nat.c: Include "ppc-tdep.h".
3530 * Makefile.in (ppcobsd-nat.o): Update dependencies.
3531
3532 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
3533 Fixes PR tdep/1623 and PR tdep/1624.
3534
3535 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
3536
3537 * xmodem.h, xmodem.c: Remove files.
3538 * Makefile.in: Remove references to xmodem.h, xmodem.c.
3539
3540 2004-04-23 Randolph Chung <tausq@debian.org>
3541
3542 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
3543 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
3544 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
3545 for handling stackless frames.
3546 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
3547
3548 2004-04-23 Randolph Chung <tausq@debian.org>
3549
3550 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
3551 starts at a pc before the frame is created.
3552
3553 2004-04-23 Joel Brobecker <brobecker@gnat.com>
3554
3555 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
3556
3557 2004-04-23 Jerome Guitton <guitton@gnat.fr>
3558
3559 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
3560 use convert_typed_floating to get the appropriate format.
3561
3562 2004-04-22 Randolph Chung <tausq@debian.org>
3563
3564 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
3565 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
3566 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
3567 (hppa_sign_extend): Add prototype.
3568 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
3569 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
3570 (sign_extend): Rename with hppa_ prefix and make non-static. Other
3571 hppa targets will also use these functions.
3572 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
3573 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
3574 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
3575 (hppa_gdbarch_init): Remove gdbarch setting of
3576 skip_trampoline_code, in_solib_call_trampoline and
3577 in_solib_return_trampoline.
3578 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3579 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
3580 hppa_in_solib_call_trampoline.
3581 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
3582 Moved from hppa-tdep.c.
3583 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
3584 in_solib_call_trampoline and in_solib_return_trampoline.
3585
3586 2004-04-22 Randolph Chung <tausq@debian.org>
3587
3588 * hppa-tdep.c (hppa_debug): New variable.
3589 (find_unwind_entry, hppa_frame_cache): Add debug output.
3590 (_initialize_hppa_tdep): Add command to set debug flag.
3591
3592 2004-04-22 Andrew Cagney <cagney@redhat.com>
3593
3594 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
3595 "trad-frame.h".
3596 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
3597 signal trampoline unwinder.
3598 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
3599
3600 2004-04-22 Mark Kettenis <kettenis@gnu.org>
3601
3602 Add OpenBSD/powerpc support.
3603 * NEWS (New native configurations): Mention OpenBSD/powerpc.
3604 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
3605 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
3606 (ppc_collect_fpregset): New prototypes.
3607 * ppcobsd-nat.c: New file.
3608 * ppcobsd-tdep.c: New file.
3609 * ppcobsd-tdep.h: New file.
3610 * rs6000-tdep.c: Include "regset.h".
3611 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
3612 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
3613 New functions.
3614 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
3615 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
3616 (rs6000-tdep.o): Update dependencies.
3617 * configure.host: Add powerpc-*-openbsd.
3618 * configure.tgt: Add powerpc-*-openbsd.
3619 * config/powerpc/obsd.mh: New file.
3620 * config/powerpc/nm-obsd.h: New file.
3621 * config/powerpc/obsd.mt: New file.
3622
3623 2004-04-22 Andrew Cagney <cagney@redhat.com>
3624
3625 * frame.h (show_frame_info): Delete declaration.
3626
3627 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
3628 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
3629 * m32r-tdep.c (m32r_frame_this_id): Ditto.
3630 * frv-tdep.c (frv_frame_this_id): Ditto.
3631 * avr-tdep.c (avr_frame_this_id): Ditto.
3632
3633 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
3634
3635 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
3636
3637 2004-04-22 Jim Blandy <jimb@redhat.com>
3638
3639 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
3640 register number zero.
3641
3642 2004-04-21 Michael Snyder <msnyder@redhat.com>
3643
3644 * mips-tdep.c (heuristic_proc_start):
3645 Warning() already prefixes "Warning: ".
3646
3647 2004-04-21 Andrew Cagney <cagney@redhat.com>
3648
3649 * annotate.h (deprecated_annotate_starting_hook)
3650 (deprecated_annotate_stopped_hook)
3651 (deprecated_annotate_exited_hook)
3652 (deprecated_annotate_signal_hook)
3653 (deprecated_annotate_signalled_hook): Deprecate.
3654 * tracepoint.h (deprecated_create_tracepoint_hook)
3655 (deprecated_delete_tracepoint_hook)
3656 (deprecated_modify_tracepoint_hook)
3657 (deprecated_trace_find_hook)
3658 (deprecated_trace_start_stop_hook): Deprecate.
3659 * target.h (deprecated_target_new_objfile_hook): Deprecate.
3660 * remote.h (deprecated_target_resume_hook)
3661 (deprecated_target_wait_loop_hook): Deprecate.
3662 * gdbcore.h (deprecated_exec_file_display_hook)
3663 (deprecated_file_changed_hook): Deprecate.
3664 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
3665 * defs.h (deprecated_modify_breakpoint_hook)
3666 (deprecated_command_loop_hook, deprecated_show_load_progress)
3667 (deprecated_print_frame_info_listing_hook)
3668 (deprecated_query_hook, deprecated_warning_hook)
3669 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
3670 (deprecated_delete_breakpoint_hook)
3671 (deprecated_interactive_hook, deprecated_registers_changed_hook)
3672 (deprecated_readline_begin_hook, deprecated_readline_hook)
3673 (deprecated_readline_end_hook, deprecated_register_changed_hook)
3674 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
3675 (deprecated_context_hook, deprecated_target_wait_hook)
3676 (deprecated_attach_hook, deprecated_detach_hook)
3677 (deprecated_call_command_hook, deprecated_set_hook)
3678 (deprecated_error_hook, deprecated_error_begin_hook)
3679 (deprecated_ui_load_progress_hook): Deprecate.
3680 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
3681 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
3682 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
3683 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
3684 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
3685 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
3686 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
3687 * annotate.c, aix-thread.c: Update.
3688
3689 2004-04-21 Andrew Cagney <cagney@redhat.com>
3690
3691 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
3692 * vaxnbsd-tdep.c: Include "gdb_string.h".
3693
3694 * symfile.c (symbol_file_add_from_memory): #if 0 function.
3695 (add_symbol_file_from_memory_command): #if 0 function body, call
3696 error instead.
3697
3698 2004-04-21 Andrew Cagney <cagney@redhat.com>
3699
3700 * gdbcore.h: Update copyright.
3701 (deprecated_add_core_fns): Rename add_core_fns.
3702 * win32-nat.c (_initialize_core_win32): Update.
3703 * sun3-nat.c (_initialize_core_sun3): Update.
3704 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
3705 * rs6000-nat.c (_initialize_core_rs6000): Update.
3706 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
3707 * nto-tdep.c (_initialize_nto_tdep): Update.
3708 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
3709 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
3710 * mips-nat.c (_initialize_core_mips): Update.
3711 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
3712 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
3713 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
3714 * lynx-nat.c (_initialize_core_lynx): Update.
3715 * irix5-nat.c (_initialize_core_irix5): Update.
3716 * i386-interix-nat.c (_initialize_core_interix): Update.
3717 * cris-tdep.c (_initialize_cris_tdep): Update.
3718 * corelow.c (deprecated_add_core_fns): Update.
3719 * core-regset.c (_initialize_core_regset): Update.
3720 * core-aout.c (_initialize_core_aout): Update.
3721 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
3722 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
3723 * alpha-nat.c (_initialize_core_alpha): Update.
3724
3725 2004-04-21 Jim Blandy <jimb@redhat.com>
3726
3727 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
3728
3729 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
3730
3731 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
3732 Delete.
3733 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
3734 (read_attribute_value): Update calls to dwarf_alloc_block.
3735 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
3736 dwarf2_tmp_obstack.
3737 (psymtab_to_symtab_1): Likewise. Clean up using
3738 free_stack_comp_unit.
3739 (add_to_cu_func_list): Use the comp_unit_obstack.
3740
3741 2004-04-19 Joel Brobecker <brobecker@gnat.com>
3742
3743 * dwarf2read.c (dwarf2_flag_true_p): New function.
3744 (die_is_declaration): Use the function above. Add some comments.
3745
3746 2004-04-19 Mark Kettenis <kettenis@gnu.org>
3747
3748 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
3749 architecture when registering sparcnbsd_core_osabi_sniffer.
3750 Adjust comment.
3751
3752 2004-04-18 Mark Kettenis <kettenis@gnu.org>
3753
3754 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
3755 return value.
3756
3757 Based on a patch from Brian Ford <ford@vss.fsi.com>:
3758 * i386-tdep.c: Correct register numbering scheme comments
3759 throughout.
3760 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
3761 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
3762 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
3763 (i386_gdb_arch_init): Likewise.
3764
3765 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
3766 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
3767 ppcnbsd-tdep.o.
3768
3769 * m68k-tdep.h: Tweak comments.
3770 * m68k-tdep.c: Tweak comment.
3771
3772 2004-04-17 Randolph Chung <tausq@debian.org>
3773
3774 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
3775 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
3776 (hppa_hpux_som_init_abi): Set is_elf to 0.
3777 (hppa_hpux_elf_init_abi): Set is_elf to 1.
3778 * hppa-tdep.c (low_text_segment_address): Remove global.
3779 (record_text_segment_lowaddr): Pass in low address as parameter. Use
3780 section offset to calculate segment address.
3781 (internalize_unwinds): Define low_text_segment_address as local and
3782 pass to record_text_segment_lowaddr for ELF targets.
3783 (hppa_gdbarch_init): Zero fill tdep structure.
3784 (hppa_dump_tdep): Print tdep structure.
3785 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
3786
3787 2004-04-17 Randolph Chung <tausq@debian.org>
3788
3789 * hppa-tdep.c (hppa_pseudo_register_read): Define.
3790 (hppa_gdbarch_init): Set pseudo_register_read.
3791 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
3792 * regcache.c (supply_register): Remove check for
3793 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
3794
3795 2004-04-17 Randolph Chung <tausq@debian.org>
3796
3797 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
3798 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
3799 (hpread_adjust_stack_address): Move to hpread.c.
3800 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
3801 obj_private_struct): Move from tm-hppa.h.
3802 * hpread.c (hppa-tdep.h): Include.
3803 (hpread_adjust_stack_address): Move from hppa-tdep.c.
3804 (hpread_read_function_type, hpread_read_doc_function_type)
3805 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
3806 directly.
3807 * pa64solib.c (hppa-tdep.h): Include.
3808 * somsolib.c (hppa-tdep.h): Include.
3809 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
3810 inferior_status): Remove unused forward declarations.
3811 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
3812 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
3813 obj_private_struct): Move to hppa-tdep.h.
3814 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
3815
3816 2004-04-17 Randolph Chung <tausq@debian.org>
3817
3818 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
3819 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
3820 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
3821 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
3822 Remove forward declaration and make static.
3823 (hppa_reg_struct_has_addr): Remove.
3824
3825 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3826
3827 * observer.sh: Move comments in sed command to first column.
3828
3829 2004-04-16 Jason Molenda (jmolenda@apple.com)
3830
3831 * frame.c: Minor typeo corrections in comments.
3832
3833 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3834
3835 * observer.c (observer_test_first_notification_function): Update
3836 function profile.
3837 (observer_test_second_notification_function): Likewise.
3838 (observer_test_third_notification_function): Likewise.
3839
3840 2004-04-16 Mark Kettenis <kettenis@gnu.org>
3841
3842 From Brian Ford <ford@vss.fsi.com>:
3843 * i386-tdep.c (i386_coff_init_abi): New function.
3844 * i386-tdep.h (i386_coff_init_abi): New prototype.
3845 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
3846 register number translation functions for DWARF and DWARF 2.
3847
3848 2004-04-16 Joel Brobecker <brobecker@gnat.com>
3849
3850 * dwarf2read.c: Back out my previous change, it was incorrect.
3851
3852 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
3853
3854 * dwarf2read.c: Include "hashtab.h".
3855 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
3856 has_namespace_info.
3857 (struct partial_die_info): Add comments. Use bitfields to reduce
3858 memory footprint. Add scope, scope_set, has_specification,
3859 spec_offset, die_parent, die_child, and die_sibling.
3860 (peek_die_abbrev): Add prototype.
3861 (partial_read_comp_unit_head): New function, broken out from
3862 dwarf2_build_psymtabs_hard.
3863 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
3864 Use partial_read_comp_unit_head. Initialize the CU and
3865 comp_unit_obstack. Update calls to read_partial_die and
3866 scan_partial_symbols. Use free_stack_comp_unit and
3867 load_partial_dies.
3868 (scan_partial_symbols): Change PDI to a pointer. Use the child and
3869 sibling pointers to walk partial DIEs. Call fixup_partial_die.
3870 Update calls to helper functions. Remove NAMESPACE argument.
3871 Update comments.
3872 (partial_die_parent_scope, partial_die_full_name): New functions.
3873 (add_partial_symbol): Remove namespace argument. Update call to
3874 pdi_needs_namespace. Use partial_die_full_name. Handle
3875 DW_TAG_namespace. Check has_namespace_info flag.
3876 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
3877 tag. Handle namespaces.
3878 (add_partial_namespace, add_partial_enumeration): Simplify.
3879 (guess_structure_name): New function, derived from
3880 add_partial_structure.
3881 (add_partial_structure): Remove.
3882 (determine_class_name): Update comment.
3883 (dwarf2_read_abbrevs): Set has_namespace_info flag.
3884 (is_type_tag_for_partial, load_partial_dies): New functions.
3885 (read_partial_die): Pass abbrev and abbrev_len as arguments.
3886 Record specifications instead of following them immediately.
3887 (find_partial_die_in_comp_unit, find_partial_die)
3888 (fixup_partial_die, free_stack_comp_unit)
3889 (hashtab_obstack_allocate, dummy_obstack_deallocate)
3890 (partial_die_hash, partial_die_eq): New functions.
3891 * Makefile.in (hashtab_h): Define.
3892 (dwarf2read.o): Update dependencies.
3893 (observer_inc, observer_h): Move to the correct section.
3894
3895 2004-04-15 Joel Brobecker <brobecker@gnat.com>
3896
3897 * dwarf2read.c (dwarf2_attribute_true_p): New function.
3898 (die_is_declaration): Use the function above. Add comment.
3899
3900 2004-04-15 Joel Brobecker <brobecker@gnat.com>
3901
3902 * dwarf2read.c (read_structure_scope): Identify stub types
3903 using die_is_declaration() only.
3904
3905 2004-04-15 Roland McGrath <roland@redhat.com>
3906
3907 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
3908 argument instead of NAME.
3909 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
3910 in call to symbol_file_add_with_addrs_or_offsets.
3911 (build_addr_info): New function, helper for ...
3912 (symbol_file_add_from_memory): New function.
3913 (add_symbol_file_from_memory_command): New function using that.
3914 (_initialize_symfile): Register it for add-symbol-file-from-memory.
3915 (pre_add_symbol_hook): Add const to argument type.
3916 * symfile.h (symbol_file_add_from_memory): Declare it.
3917
3918 2004-04-15 Mark Kettenis <kettenis@gnu.org>
3919
3920 * NEWS (New native configurations): Mention OpenBSD/vax.
3921 * configure.host: Add vax-*-openbsd*.
3922 * config/vax/obsd.mh: New file.
3923 * config/vax/nm-obsd.h: New file.
3924
3925 * vax-tdep.c: Include "regset.h".
3926 (vax_supply_gregset): New function.
3927 (vax_gregset): New variable.
3928 (vax_regset_from_core_section): New function.
3929 (vax_gdbarch_init): Set regset_from_core_section.
3930 * Makefile.in (vax-tdep.o): Update dependencies.
3931
3932 2004-04-15 Andrew Cagney <cagney@redhat.com>
3933
3934 * observer.c (normal_stop_subject, observer_notify_normal_stop)
3935 (observer_normal_stop_notification_stub)
3936 (observer_attach_normal_stop, observer_detach_normal_stop):
3937 Delete, replaced by #include "observer.inc".
3938 * infrun.c (normal_stop): Pass "stop_bpstat" to
3939 observer_notify_normal_stop.
3940 * Makefile.in (observer_inc): Define.
3941 (observer.o): Update dependencies.
3942 (observer.h, observer.inc): New rules.
3943 * observer.h: Delete file.
3944 * observer.sh: New file.
3945
3946 2004-04-15 Mark Kettenis <kettenis@gnu.org>
3947
3948 * vax-tdep.c (vax_frame_cache): Fix typo.
3949
3950 2004-04-14 Mark Kettenis <kettenis@gnu.org>
3951
3952 * NEWS (New native configurations): Mention NetBSD/vax.
3953 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
3954 * config/vax/nbsdelf.mh: New file.
3955 * config/vax/nbsdaout.mh: New file.
3956 * config/vax/nm-nbsd.h: New file.
3957 * config/vax/nm-nbsdaout.h: New file.
3958
3959 * vaxnbsd-tdep.c: New file.
3960 * Makefile.in (vaxnbsd-tdep.o): New dependency.
3961 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
3962 * config/vax/nbsd.mt: New file.
3963 * config/vax/tm-nbsd.h: New file.
3964
3965 * Makefile.in (vaxbsd-nat.o): New dependency.
3966
3967 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
3968 * vax-tdep.c (vax_store_arguments): Remove struct_return and
3969 struct_addr arguments. Don't push return value address.
3970 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
3971 arguments to vax_store_arguments. Store return value address in
3972 R1.
3973 (vax_store_struct_return, vax_extract_return_value)
3974 (vax_store_return_value): Remove functions.
3975 (vax_return_value): New function.
3976 (vax_gdbarch_init): Set return value. Don't set
3977 deprecated_store_struct_return, deprecated_extract_struct_return
3978 and deprecated_store_return_value.
3979
3980 2004-04-14 Andreas Schwab <schwab@suse.de>
3981
3982 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
3983 value buffer.
3984 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
3985
3986 2004-04-14 Mark Kettenis <kettenis@gnu.org>
3987
3988 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
3989 (vax_unwind_dummy_id): New functions.
3990 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
3991 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
3992 variables.
3993 (vax_fix_call_dummy): Remove function.
3994 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
3995 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
3996 call_dummy_location, deprecated_call_dummy_words,
3997 deprecated_sizeof_call_dummy_words,
3998 deprecated_call_dummy_breakpoint_offset,
3999 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
4000 and deprecated_dummy_write_sp.
4001
4002 2004-04-13 David Carlton <carlton@kealia.com>
4003
4004 * MAINTAINERS: Move myself to "paper trail" section.
4005
4006 2004-04-12 Mark Kettenis <kettenis@gnu.org>
4007
4008 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
4009 "trad-frame.h".
4010 (vax_frame_init_saved_regs): Remove function.
4011 (vax_sigtramp_saved_pc): Remove function.
4012 (vax_frame_saved_pc): Remove function.
4013 (vax_frame_args_address): Remove function.
4014 (vax_frame_num_args): Rewrite.
4015 (vax_frame_chain): Remove function.
4016 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
4017 VAX_FP_REGNUM.
4018 (vax_pop_frame): Likewise.
4019 (vax_saved_pc_after_call): Remove function.
4020 (struct vax_frame_cache): New structure.
4021 (vax_frame_cache): New function.
4022 (vax_frame_this_id): New function.
4023 (vax_frame_prev_register): New function.
4024 (vax_frame_unwind): New variable.
4025 (vax_frame_sniffer): New function.
4026 (vax_frame_base_address): New function.
4027 (vax_frame_args_address): New function.
4028 (vax_frame_base): New variable.
4029 (vax_unwind_pc): New function.
4030 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
4031 deprecated_fp_regnum, deprecated_saved_pc_after_call,
4032 deprecated_frame_chain, deprecated_frame_saved_pc,
4033 deprecated_frame_args_address and
4034 deprecated_frame_init_saved_regs.
4035 * Makefile.in (vax-tdep.o): Update dependencies.
4036
4037 * vaxbsd-nat.c: New file.
4038
4039 * vax-tdep.h: Update copyright year. Adjust comments.
4040 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
4041 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
4042 (vax_regnum): New enum. Replacing...
4043 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
4044 (VAX_PS_REGNUM): ... these removed macros.
4045 * vax-tdep.c (vax_register_name): Remove prototype.
4046 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
4047 (vax_register_byte, vax_register_raw_size,
4048 vax_register_virtual_size, vax_register_virtual_type): Remove
4049 functions.
4050 (vax_register_type): New function.
4051 (vax_breakpoint_from_pc): Reorganize.
4052 (vax_gdbarch_init): Set register_type. Don't set
4053 deprecated_register_size, deprecated_register_bytes,
4054 deprecated_register_byte, deprecated_register_raw_size,
4055 deprecated_max_register_raw_size,
4056 deprecated_register_virtual_size,
4057 deprecated_max_register_virtual_size and
4058 deprecated_register_virtual_type. Add comment on stack direction.
4059
4060 2004-04-11 Mark Kettenis <kettenis@gnu.org>
4061
4062 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
4063 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
4064 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
4065
4066 2004-04-10 Randolph Chung <tausq@debian.org>
4067
4068 * MAINTAINERS (write after approval): Add myself.
4069
4070 2004-04-07 Randolph Chung <tausq@debian.org>
4071
4072 * hppa-tdep.c (hppa_inner_than): Remove.
4073 (is_pa_2): Remove unused static variable.
4074 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
4075
4076 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
4077
4078 * language.h (language_defn): Add new la_post_parser field.
4079 * parser-defs.h (null_post_parser): New declaration (default for
4080 la_post_parser).
4081
4082 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
4083 insert call to that function.
4084 (parse_exp_in_context): New function, including code formerly in
4085 parse_exp_1. Calls language-dependent post-parser after
4086 prefixification.
4087 (parse_expression_in_context): New exported function.
4088 (null_post_parser): New definition.
4089 * expression.h (parse_expression_in_context): Add declaration.
4090
4091 * p-lang.c (pascal_language_defn): Add trivial post-parser.
4092 * c-lang.c (c_language_defn): Ditto.
4093 (cplus_language_defn): Ditto.
4094 (asm_language_defn): Ditto.
4095 (minimal_language_defn): Ditto.
4096 * f-lang.c (f_language_defn): Ditto.
4097 * jv-lang.c (java_language_defn): Ditto.
4098 * language.c (unknown_language_defn): Ditto.
4099 (auto_language_defn): Ditto.
4100 (local_language_defn): Ditto.
4101 * m2-lang.c (m2_language_defn): Ditto.
4102 * scm-lang.c (scm_language_defn): Ditto.
4103 * obj-lang.c (objc_language_defn): Ditto.
4104
4105 2004-04-10 Mark Kettenis <kettenis@gnu.org>
4106
4107 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
4108 (amd64nbsd_mcontext_addr): New function.
4109 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
4110 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
4111 with amd64nbsd_r_reg_offset, instead of building it on the fly.
4112
4113 * corelow.c (core_xfer_partial): Fix coding standards violation.
4114 Add support for TARGET_OBJECT_WCOOKIE.
4115
4116 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
4117 deprecated_pc_in_sigtramp.
4118 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
4119 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
4120 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
4121 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
4122 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
4123 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
4124 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
4125
4126 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
4127 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
4128 Fix typo.
4129
4130 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
4131 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
4132 (amd64_collect_fxsave): Likewise.
4133
4134 * i386-sol2-tdep.c: Include "gdb_string.h".
4135 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
4136 name.
4137 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
4138
4139 2004-04-10 Mark Kettenis <kettenis@gnu.org>
4140
4141 * i386-sol2-tdep.c: Include "solib-svr4.h".
4142 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4143 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
4144 * config/i386/tm-i386sol2.h: Include :solib.h".
4145 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
4146 solib-svr4.o and solib-legacy.o.
4147 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
4148 solib-svr4.o.
4149
4150 2004-04-09 Mark Kettenis <kettenis@gnu.org>
4151
4152 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
4153 whether a register is supplied by PTRACE_GETFPREGS.
4154 (store_inferior_registers): Likewise.
4155 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
4156 whether a register is supplied by PT_GETFPREGS.
4157 (store_inferior_registers): Likewise.
4158
4159 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
4160 * config/i386/linux64.mt (TDEPFILES): Likewise.
4161
4162 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
4163
4164 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
4165 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
4166 the program counter is in the range specified by `struct
4167 gdbarch_tdep'.
4168 * amd64-linux-tdep.c: Include "symtab.h".
4169 (amd64_linux_pc_in_sigtramp): Remove function.
4170 (amd64_linux_sigtramp_p): New function.
4171 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
4172 deprecated_pc_in_sigtramp.
4173 * amd64nbsd-tdep.c: Include "symtab.h".
4174 (amd64nbsd_sigtramp_p): New function.
4175 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
4176 deprecated_pc_in_sigtramp.
4177 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
4178 few comments.
4179 (amd64obsd_pc_in_sigtramp): Remove function.
4180 (amd64obsd_sigtramp_p): New function.
4181 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
4182 deprecated_pc_in_sigtramp.
4183 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
4184 (i386bsd_pc_ins_sigtramp): Remove prototype.
4185 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
4186 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
4187 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
4188 the program counter is in the range specified by `struct
4189 gdbarch_tdep'.
4190 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
4191 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
4192 (i386_go32_pc_in_sigtramp): Remove function.
4193 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
4194 Initialize TDEP->sigtramp_p.
4195 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
4196 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
4197 deprecated_pc_in_sigtramp.
4198 * i386-linux-tdep.c: Adjust comments.
4199 (i386_linux_pc_in_sigtramp): Remove function.
4200 (i386_linux_sigtramp_p): New function.
4201 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
4202 deprecated_pc_in_sigtramp.
4203 * i386-nto-tdep.c: Update copyright year.
4204 (i386nto_pc_in_sigtramp): Remove function.
4205 (i386nto_sigtramp_p): New function.
4206 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
4207 SP_REGNUM.
4208 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
4209 deprecated_pc_in_sigtramp.
4210 * i386-sol2-tdep.c: Update copyright year.
4211 (i386_sol2_pc_in_sigtramp): Remove function.
4212 (i386_sol2_sigtramp_p): New function.
4213 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
4214 deprecated_pc_in_sigtramp.
4215 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
4216 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
4217 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4218 deprecated_sigtramp_start and deprecated_sigtramp_end.
4219 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
4220 (i386nbsd_pc_in_sigtramp): Remove function.
4221 (i386nbsd_sigtramp_p): New function.
4222 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4223 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
4224 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
4225 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
4226 (i386obsd_pc_in_sigtramp): Remove function.
4227 (i386obsd_sigtramp_p): New function.
4228 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
4229 functions.
4230 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
4231 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
4232 TDEP->sigtramp_p.
4233 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
4234 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
4235 dependencies.
4236
4237 * config/i386/i386aout.mt: Remove file.
4238
4239 * configure.tgt: Remove i[34567]86-*-go32*,
4240 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
4241 and i[34567]86-*-isc*. Set gdb_target to i386 for
4242 i[34567]86-*-netware* and i[34567]86-*-*.
4243 * config/i386/i386.mt: New file.
4244 * config/i386/embed.mt: Remove file.
4245 * config/i386/go32.mt: Remove file.
4246 * config/i386/i386nw.mt: Remove file.
4247 * config/i386/i386v.mt: Remove file.
4248 * config/i386/tm-go32.h: Remove file.
4249
4250 * tui/tui-hooks.c: Include "readline/readline.h" after
4251 "gdb_curses.h" instead of before.
4252 * tui/tui-io.c: Likewise.
4253
4254 * tui/tui.c: Fix typo in comment.
4255
4256 * sparc64-tdep.c (sparc_address_from_register): Remove function.
4257
4258 2004-04-08 Andrew Cagney <cagney@redhat.com>
4259
4260 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
4261 (deprecated_exception_support_initialized): Declare.
4262 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
4263 (initialize_hp_cxx_exception_support)
4264 (child_enable_exception_callback): Update.
4265 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
4266 (deprecated_exception_support_initialized): Rename
4267 deprecated_exception_catchpoints_are_fragile and
4268 deprecated_exception_support_initialized.
4269 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
4270
4271 * symtab.c (deprecated_hp_som_som_object_present): Rename
4272 hp_som_som_object_present.
4273 * symtab.h (deprecated_hp_som_som_object_present): Declare.
4274 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
4275 Update. Delete extern declaration.
4276 * valops.c (hp_som_som_object_present): Ditto.
4277 * parse.c (deprecated_hp_som_som_object_present)
4278 (parse_nested_classes_for_hpacc): Ditto.
4279 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
4280 * hppa-hpux-tdep.c (hp_som_som_object_present)
4281 (initialize_hp_cxx_exception_support): Ditto.
4282 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
4283 * cp-valprint.c (hp_som_som_object_present)
4284 (cp_print_class_method): Ditto.
4285 * c-typeprint.c (hp_som_som_object_present):
4286 (c_type_print_base): Ditto.
4287 * c-exp.y (hp_som_som_object_present): Ditto.
4288
4289 2004-04-08 Andrew Cagney <cagney@redhat.com>
4290
4291 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
4292 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
4293 (frame_unwind_find_by_frame): Re-implement the unwind code so
4294 that it can both prepend and append sniffers. Replace
4295 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
4296 * tramp-frame.c (tramp_frame_append): Use
4297 frame_unwind_prepend_unwinder.
4298 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
4299 frame_unwind_register_unwinder.
4300 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
4301 tramp_frame_append.
4302 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
4303 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
4304 (mips_linux_init_abi): Update.
4305
4306 2004-04-08 Kevin Buettner <kevinb@redhat.com>
4307
4308 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
4309 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
4310 file support.
4311
4312 2004-04-07 Kevin Buettner <kevinb@redhat.com>
4313
4314 * ia64-tdep.c (elf.h): Don't include.
4315 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
4316
4317 2004-04-07 Jason Molenda (jmolenda@apple.com)
4318
4319 * frame.h: Typeo corrections in comments.
4320
4321 2004-04-07 Jim Blandy <jimb@redhat.com>
4322
4323 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
4324 %esp and %ebp
4325
4326 2004-04-07 Mark Kettenis <kettenis@gnu.org>
4327
4328 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
4329 * config/sparc/linux64.mt (TDEPFILES): Likewise.
4330 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
4331 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
4332 and solib-legacy.o.
4333 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
4334 solib-svr4.o.
4335 * config/sparc/tm-sol2.h: Update copyright year. Include
4336 "solib.h".
4337
4338 * sparc-sol2-tdep.c: Update copyright year. Include
4339 "solib-svr4.h".
4340 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4341 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
4342 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
4343 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
4344 dependencies.
4345
4346 2004-04-06 Andrew Cagney <cagney@redhat.com>
4347
4348 * infttrace.c: Include "infttrace.h".
4349 * infttrace.h: Include "target.h".
4350 * Makefile.in (infttrace_h): Update.
4351 (infttrace.o): Update.
4352
4353 2004-04-06 Andrew Cagney <cagney@redhat.com>
4354
4355 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
4356 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
4357 move extern declarations from here ...
4358 * infttrace.h: ... to here.
4359 * Makefile.in (hppah-nat.o): Update dependencies.
4360
4361 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
4362 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
4363 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
4364 (hppa_breakpoint_from_pc): Delete.
4365
4366 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
4367
4368 2004-04-05 Andrew Cagney <cagney@redhat.com>
4369
4370 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
4371 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
4372 <sys/file.h>.
4373
4374 2004-04-06 Randolph Chung <tausq@debian.org>
4375
4376 Committed by Andrew Cagney (mechanical change).
4377 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
4378 exception_catchpoints_are_fragile, find_stub_with_shl_get,
4379 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
4380 child_enable_exception_callback, current_ex_event,
4381 null_symtab_and_line, child_get_current_exception_event,
4382 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
4383 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
4384 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
4385 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
4386 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
4387 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
4388 Move hpux-specific definitions ...
4389 * hppa-hpux-tdep.c: ... to here.
4390
4391 2004-04-05 Andrew Cagney <cagney@redhat.com>
4392
4393 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
4394 skip_prologue_using_sal.
4395
4396 2004-04-05 Andrew Cagney <cagney@redhat.com>
4397
4398 * config/i386/tm-i386.h: Delete file.
4399 * config/i386/tm-vxworks.h: Update copyright, do not include
4400 "tm-i386.h".
4401 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
4402 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
4403 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
4404 * config/i386/ncr3000.mt (TM_FILE): Delete.
4405 * config/i386/interix.mt (TM_FILE): Delete.
4406 * config/i386/i386v.mt (TM_FILE): Delete.
4407 * config/i386/i386nw.mt (TM_FILE): Delete.
4408 * config/i386/i386gnu.mt (TM_FILE): Delete.
4409 * config/i386/i386aout.mt (TM_FILE): Delete.
4410 * config/i386/embed.mt (TM_FILE): Delete.
4411
4412 2004-04-05 Kevin Buettner <kevinb@redhat.com>
4413
4414 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
4415 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
4416 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
4417 (accg7_regnum): New constants.
4418 (last_spr_regnum, last_pseudo_regnum): Update.
4419 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
4420 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
4421 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
4422 for accg registers.
4423 (frv_register_sim_regno): Update spr_map[].
4424
4425 2004-04-04 Andrew Cagney <cagney@redhat.com>
4426
4427 * config/mips/xm-riscos.h: Delete.
4428 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
4429 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
4430 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
4431 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
4432 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
4433 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
4434 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
4435 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
4436 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
4437 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
4438 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
4439 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
4440 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
4441 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
4442 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
4443 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
4444 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
4445 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
4446 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
4447 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
4448 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
4449 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
4450 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
4451 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
4452 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
4453 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
4454
4455 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
4456 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
4457 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
4458 * configure.host: Remove m680[01]0-sun-sunos3*,
4459 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
4460 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
4461 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
4462 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
4463 mips-*-riscos*.
4464 * NEWS: Mention removed systems.
4465
4466 2004-04-04 Andrew Cagney <cagney@redhat.com>
4467
4468 GDB 6.1 release created from 6.1 branch.
4469
4470 2004-04-04 Andrew Cagney <cagney@redhat.com>
4471
4472 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
4473 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4474 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
4475
4476 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
4477 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
4478 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
4479
4480 2004-04-03 Jim Blandy <jimb@redhat.com>
4481
4482 * MAINTAINERS: Chris Faylor has changed employers; add him to
4483 "paper trail" section, and update his E-mail address.
4484
4485 2004-04-03 Andrew Cagney <cagney@redhat.com>
4486
4487 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
4488 generic dummy frames.
4489 * dummy-frame.c: Update copyright.
4490 (dummy_frame_sniffer): Delete check for generic dummy frames.
4491
4492 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
4493 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
4494 (REG_PARM_STACK_SPACE): Delete.
4495 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
4496 Inline reference to REG_PARM_STACK_SPACE.
4497
4498 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
4499 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
4500 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4501 (FRAME_BASE_BEFORE_SIGTRAMP)
4502 (hppa32_hpux_frame_base_before_sigtramp)
4503 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
4504 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
4505 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
4506 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
4507 (FRAME_BASE_BEFORE_SIGTRAMP)
4508 (hppa64_hpux_frame_base_before_sigtramp)
4509 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
4510
4511 2004-04-03 Andrew Cagney <cagney@redhat.com>
4512
4513 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
4514
4515 2004-04-02 Andrew Cagney <cagney@redhat.com>
4516
4517 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
4518 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
4519 * dummy-frame.h: Delete out-of-date comments.
4520 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
4521 * gdbarch.h, gdbarch.c: Re-generate.
4522
4523 2004-04-02 Joel Brobecker <brobecker@gnat.com>
4524
4525 Committed by Andrew Cagney <cagney@redhat.com>.
4526 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
4527 into account an instruction saving a register if we have already
4528 seen an earlier instruction saving that same register.
4529
4530 2004-04-02 Andrew Cagney <cagney@redhat.com>
4531
4532 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
4533 * gdbarch.h, gdbarch.c: Re-generate.
4534 * frame.c (legacy_get_prev_frame): Delete references to
4535 DEPRECATED_INIT_FRAME_PC_FIRST.
4536
4537 * infrun.c (pc_in_sigtramp): Delete function.
4538 (check_sigtramp2): Inline call to pc_in_sigtramp, use
4539 get_frame_type.
4540
4541 2004-04-02 Andrew Cagney <cagney@redhat.com>
4542
4543 * infrun.c (handle_step_into_function): Delete code conditional on
4544 legacy_frame_p.
4545 (handle_inferior_event, step_over_function): Ditto.
4546
4547 2004-04-02 Andrew Cagney <cagney@redhat.com>
4548
4549 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
4550 "previous frame inner to this frame" test.
4551
4552 2004-04-02 Andrew Cagney <cagney@redhat.com>
4553
4554 * frame.c (safe_frame_unwind_memory): New function.
4555 * frame.h (safe_frame_unwind_memory): Declare. Update description
4556 of /safe_/ methods.
4557 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
4558 "next_frame". Use safe_frame_unwind_memory.
4559 (tramp_frame_sniffer): Update call to tramp_frame_start.
4560
4561 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
4562
4563 * dwarf2read.c (dwarf2_objfile_data_key): New.
4564 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
4565 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
4566 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
4567 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
4568 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
4569 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
4570 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
4571 Remove variables.
4572 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
4573 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
4574 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
4575 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
4576 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
4577 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
4578 Remove macros.
4579 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
4580 data.
4581 (dwarf2_locate_sections, dwarf2_build_psymtabs)
4582 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
4583 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
4584 (read_partial_die, read_full_die, read_indirect_string)
4585 (dwarf_decode_line_header, dwarf_decode_macros)
4586 (dwarf2_symbol_mark_computed): Remove use of removed macros.
4587 Update uses of removed variables.
4588 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
4589 of removed macros.
4590 (_initialize_dwarf2_read): New function.
4591 * symfile.h (dwarf2_has_info): Update prototype.
4592 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
4593 * elfread.c (elf_symfile_read): Likewise.
4594
4595 2004-04-01 Jim Blandy <jimb@redhat.com>
4596
4597 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
4598 function for register numbers on all the rs6000-derived targets.
4599 (rs6000_gdbarch_init): Don't register a separate
4600 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
4601 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
4602 variants.
4603
4604 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
4605 numbering.
4606
4607 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4608
4609 * valarith.c: Update copyright notice.
4610 (value_add): Handle range types.
4611 (value_sub): Ditto.
4612 (value_equal): Ditto.
4613 (value_less): Ditto.
4614 (value_neg): Ditto.
4615 (value_complement): Ditto.
4616 (value_binop): Simplify slightly by using is_integral_type and
4617 eliminiating unnecessary COERCE_ENUMs.
4618
4619 2004-03-31 Andrew Cagney <cagney@redhat.com>
4620
4621 * frame.h (frame_unwind_id): Declare.
4622 * frame.c (frame_unwind_id): New function.
4623 (get_prev_frame_1): New function.
4624 (frame_debug_got_null_frame): New function.
4625 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
4626 code proper to prev_frame, update description.
4627 * infrun.c (step_over_function): Use frame_unwind_id.
4628
4629 2004-04-31 J. Brobecker <brobecker@gnat.com>
4630
4631 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
4632 (hppa64_push_dummy_call): Likewise.
4633
4634 2004-03-30 Jim Blandy <jimb@redhat.com>
4635
4636 From Ulrich Weigand:
4637 * utils.c (query): Do not use a va_list variable multiple times.
4638
4639 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
4640
4641 * Makefile.in (linux_nat_h): Update dependencies.
4642 * configure.in: Check for <gnu/libc-version.h>.
4643 * configure: Regenerate.
4644 * config.in: Regenerate.
4645 * linux-nat.h: Include "target.h". Add waitstatus field to
4646 struct lwp_info.
4647 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
4648 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
4649 to.
4650 (lin_lwp_handle_extended): New function. Handle clone events.
4651 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
4652 thread exit events.
4653 (child_wait): Handle clone events.
4654 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
4655 * linux-nat.c (linux_enable_event_reporting): Turn on
4656 PTRACE_O_TRACECLONE.
4657 (linux_handle_extended_wait): Handle clone events.
4658 * thread-db.c: Include <gnu/libc-version.h>.
4659 (struct private_thread_info): Add dying flag.
4660 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
4661 higher.
4662 (attach_thread): Update comments. Handle dying threads.
4663 (detach_thread): Set the dying flag.
4664 (check_event): Always call attach_thread.
4665
4666 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
4667
4668 * mips-tdep.c (mips_pdr_data): New.
4669 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
4670 (_initialize_mips_tdep): Initialize mips_pdr_data.
4671
4672 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
4673
4674 * minsyms.c (install_minimal_symbols): Move dropping leading
4675 char from linkage name from here...
4676 (prim_record_minimal_symbol_and_info): ...to here. Simplify
4677 test for "__gnu_compiled*" symbols.
4678
4679 2004-03-28 Jim Blandy <jimb@redhat.com>
4680
4681 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
4682 registers to temp register r0 and byte stores as prologue
4683 instructions.
4684
4685 2004-03-28 Andrew Cagney <cagney@redhat.com>
4686
4687 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
4688 arm*-*-*.
4689
4690 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
4691
4692 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
4693 and switch the layout to force a display of register window.
4694
4695 2004-02-26 J. Brobecker <brobecker@gnat.com>
4696
4697 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
4698 of the INTEGER class.
4699
4700 2004-03-26 Jim Blandy <jimb@redhat.com>
4701
4702 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
4703 bytes long on PPC GNU/Linux.
4704
4705 2004-03-26 David Carlton <carlton@kealia.com>
4706
4707 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
4708
4709 2004-03-25 Andrew Cagney <cagney@redhat.com>
4710
4711 * PROBLEMS: Add general section titles, remove references to
4712 specific releases.
4713
4714 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
4715
4716 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
4717 INT_REGISTER_SIZE.
4718 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
4719 FP_REGISTER_VIRTUAL_SIZE.
4720 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
4721 of DEPRECATED_REGISTER_RAW_SIZE.
4722 (arm_register_type): Add gdbarch argument.
4723 (arm_register_raw_size, arm_register_virtual_size): Delete.
4724 (arm_register_byte, arm_extract_return_value)
4725 (arm_store_return_value, arm_get_longjmp_target): Update references
4726 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
4727 (arm_gdbarch_init): Likewise. Don't set
4728 deprecated_register_raw_size, deprecated_register_virtual_size,
4729 deprecated_max_register_raw_size,
4730 deprecated_max_register_virtual_size, or
4731 deprecated_max_register_virtual_type. Do set register_type.
4732 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
4733 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
4734 (FP_REGISTER_VIRTUAL_SIZE): Delete.
4735 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
4736 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
4737 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
4738 INT_REGISTER_SIZE.
4739 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
4740 (remote_rdp_store_register): Likewise.
4741
4742 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
4743
4744 * Makefile.in (mips-linux-tdep.o): Update dependencies.
4745 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
4746 to after osabi initialization.
4747 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
4748 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
4749 functions.
4750 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
4751 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
4752 variables.
4753 (mips_linux_init_abi): Append signal trampoline unwinders.
4754
4755 2004-03-24 Andrew Cagney <cagney@redhat.com>
4756
4757 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
4758 * tramp-frame.c: Include "gdb_assert.h".
4759 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
4760 correct sizeof.
4761 (tramp_frame_append): Validate the tramp frame's instructions.
4762 * Makefile.in (tramp-frame.o): Update dependencies.
4763
4764 2004-03-23 Andrew Cagney <cagney@redhat.com>
4765
4766 * trad-frame.h (trad_frame_set_reg_addr): Declare.
4767
4768 2004-03-23 Andrew Cagney <cagney@redhat.com>
4769
4770 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
4771 Nasser as past testsuite/lib/ (and other) maintainers.
4772
4773 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
4774
4775 * infcmd.c (attach_command): Reread symbols if we already have
4776 an exec file.
4777
4778 2004-03-23 Andrew Cagney <cagney@redhat.com>
4779
4780 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
4781
4782 2004-03-23 Andrew Cagney <cagney@redhat.com>
4783
4784 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
4785 * gdbarch.h, gdbarch.c: Re-generate.
4786 * i386obsd-tdep.c (i386obsd_init_abi): Update.
4787 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
4788 * i386bsd-tdep.c (i386bsd_init_abi): Update.
4789 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
4790 (DEPRECATED_SIGTRAMP_START): Update.
4791 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
4792 (DEPRECATED_SIGTRAMP_START): Update.
4793 * blockframe.c (find_pc_sect_partial_function): Update.
4794 * arch-utils.c (legacy_pc_in_sigtramp): Update.
4795
4796 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
4797
4798 * remote.c (remote_open_1): Reopen the exec file and reread symbols
4799 if necessary.
4800
4801 2004-03-23 Andrew Cagney <cagney@redhat.com>
4802
4803 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
4804 predicate, deprecate.
4805 * gdbarch.h, gdbarch.c: Re-generate.
4806 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
4807 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
4808 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
4809 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
4810 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
4811 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
4812 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
4813 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
4814 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
4815 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
4816 * blockframe.c (find_pc_partial_function): Update.
4817 * breakpoint.c (bpstat_what): Update.
4818 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
4819 * frv-linux-tdep.c (frv_linux_init_abi): Update.
4820 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
4821 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
4822 * i386-interix-tdep.c (i386_interix_init_abi): Update.
4823 * i386-linux-tdep.c (i386_linux_init_abi): Update.
4824 * i386-nto-tdep.c (i386nto_init_abi): Update.
4825 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
4826 * i386-tdep.c (i386_sigtramp_frame_sniffer)
4827 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
4828 * i386bsd-tdep.c (i386bsd_init_abi): Update.
4829 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
4830 * i386obsd-tdep.c (i386obsd_init_abi): Update.
4831 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
4832 * infrun.c (pc_in_sigtramp): Update.
4833 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
4834 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
4835 * mips-tdep.c (mips_gdbarch_init): Update.
4836 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
4837 * ppc-linux-tdep.c: Update comment.
4838 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
4839 * shnbsd-tdep.c (shnbsd_init_abi): Update.
4840 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
4841 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
4842 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
4843 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
4844 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
4845 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
4846 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
4847 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
4848
4849 2004-03-23 Andrew Cagney <cagney@redhat.com>
4850
4851 * tramp-frame.h, tramp-frame.h: New files.
4852 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
4853 Update rules to include "tramp-frame.h" and "tramp-frame.c".
4854
4855 * Makefile.in: Update all dependencies.
4856
4857 2004-03-23 Andrew Cagney <cagney@redhat.com>
4858
4859 * Makefile.in (trad_frame_h): Add $(frame_h).
4860 * trad-frame.h: Update copyright. Include "frame.h".
4861 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
4862 (trad_frame_set_id, trad_frame_get_id): Declare.
4863 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
4864 * trad-frame.c: Update copyright.
4865 (struct trad_frame_cache): Define.
4866 (trad_frame_cache_zalloc): New function.
4867 (trad_frame_set_id, trad_frame_get_id): New functions.
4868 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
4869
4870 2004-03-22 Andrew Cagney <cagney@redhat.com>
4871
4872 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
4873 s390_pltstub_unwind_cache.
4874 (s390_stub_frame_unwind_cache): Rename
4875 s390_pltstub_frame_unwind_cache.
4876 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
4877 (s390_stub_frame_prev_register): Rename
4878 s390_pltstub_frame_prev_register.
4879 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
4880 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
4881
4882 From Ulrich Weigand:
4883 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
4884 pointer calls like PLT calls.
4885
4886 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
4887
4888 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
4889 PC rather than the partial function start address. Use the start
4890 address to sanity check the found PDR.
4891
4892 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
4893
4894 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
4895 linux_handle_extended_wait.
4896
4897 2004-03-22 Andrew Cagney <cagney@redhat.com>
4898
4899 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
4900 function.
4901
4902 * frame.h (generic_pop_current_frame): Delete declaration.
4903 (deprecate_pop_dummy_frame): Deprecate
4904 generic_pop_dummy_frame.
4905 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
4906 (generic_pop_current_frame): Delete function.
4907 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
4908 generic_pop_current_frame.
4909 * v850-tdep.c (v850_pop_frame): Update.
4910 * mcore-tdep.c (mcore_pop_frame): Update.
4911 * sh64-tdep.c (sh64_pop_frame): Update.
4912 * h8300-tdep.c (h8300_pop_frame): Update.
4913
4914 2004-03-22 Andrew Cagney <cagney@redhat.com>
4915
4916 * frame.h (deprecated_pc_in_call_dummy): Rename
4917 generic_pc_in_call_dummy.
4918 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
4919 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
4920 generic_pc_in_call_dummy.
4921 (pc_in_dummy_frame): Make static.
4922 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
4923 * gdbarch.h, gdbarch.c: Re-generate.
4924 * dummy-frame.c (dummy_frame_sniffer): Simplify.
4925 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
4926 (legacy_get_prev_frame): Ditto.
4927 * inferior.h: Delete reference to generic_pc_in_call_dummy in
4928 comment.
4929
4930 2004-03-21 Andrew Cagney <cagney@redhat.com>
4931
4932 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
4933 declaration and out-of-date comment.
4934 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
4935 Delete function.
4936 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
4937 deprecated_pc_in_call_dummy.
4938
4939 * infrun.c (handle_inferior_event): For non legacy frames, use the
4940 frame ID and frame type to identify a signal trampoline. Update
4941 comments.
4942
4943 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
4944
4945 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
4946 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
4947
4948 2004-03-21 Andrew Cagney <cagney@redhat.com>
4949
4950 * frame-unwind.h: Update copyright.
4951 (struct frame_data): Add opaque declaration.
4952 (frame_sniffer_ftype): Declare.
4953 (struct frame_unwind): Add "unwind_data" and "sniffer".
4954 (frame_unwind_register_unwinder): Declare.
4955 (frame_unwind_find_by_frame): Add parameter "this_cache".
4956 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
4957 (legacy_get_prev_frame, legacy_get_prev_frame)
4958 (get_frame_type): Pass the prologue_cache to
4959 frame_unwind_find_by_frame.
4960 * frame-unwind.c (struct frame_unwind_table_entry): Add field
4961 "unwinder".
4962 (frame_unwind_register_unwinder): New function.
4963 (frame_unwind_find_by_frame): Handle an unwind sniffer.
4964
4965 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
4966
4967 * bcache.c (print_percentage): Use floating point to avoid
4968 incorrect results when portion*100 overflows.
4969
4970 2004-03-19 Kevin Buettner <kevinb@redhat.com>
4971
4972 * ppc_tdep.h (ppc_linux_frame_saved_pc)
4973 (ppc_linux_init_extra_frame_info)
4974 (ppc_linux_frameless_function_invocation)
4975 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
4976 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
4977 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
4978 (rs6000_frame_chain): Delete declarations.
4979 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
4980 (ppc_linux_init_extra_frame_info)
4981 (ppc_linux_frameless_function_invocation)
4982 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
4983 (ppc_linux_init_abi): Remove registration of above deleted functions.
4984 * rs6000-tdep.c (rs6000_init_extra_frame_info)
4985 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
4986 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
4987 (rs6000_pop_frame, rs6000_frameless_function_invocation)
4988 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
4989 (rs6000_gdbarch_init): Remove registration of above deleted functions.
4990 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
4991 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
4992 frame management for all OSABIs.
4993
4994 2004-03-19 Andrew Cagney <cagney@redhat.com>
4995
4996 Committed by Kevin Buettner <kevinb@redhat.com>.
4997
4998 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
4999 Update copyright.
5000 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
5001 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
5002 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
5003 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
5004 unwinders. #ifdef legacy frame code.
5005 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
5006 "frame-base.h".
5007 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
5008 (struct rs6000_frame_cache, rs6000_frame_cache)
5009 (rs6000_frame_this_id, rs6000_frame_prev_register)
5010 (rs6000_frame_sniffer, rs6000_frame_unwind)
5011 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
5012 (rs6000_frame_base): Implement a traditional frame unwinder.
5013 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
5014 frame unwinder.
5015
5016 2004-03-19 Kevin Buettner <kevinb@redhat.com>
5017
5018 * breakpoint.c (adjust_breakpoint_address): Don't adjust
5019 breakpoint address for watchpoints or the catch eventpoints.
5020 Add new paramter ``bptype''. Adjust all callers.
5021
5022 2004-03-19 Andrew Cagney <cagney@redhat.com>
5023
5024 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
5025
5026 * PROBLEMS: Delete note that ARM does not use frame code, problem
5027 fixed.
5028
5029 2004-03-18 Andrew Cagney <cagney@redhat.com>
5030
5031 * stack.c (return_command): Delete code wrapped in #ifdef
5032 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
5033
5034 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
5035
5036 2004-03-18 Andrew Cagney <cagney@redhat.com>
5037
5038 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
5039 DEPRECATED_IN_SIGTRAMP.
5040 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5041 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
5042 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5043 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5044 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5045 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5046 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5047 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
5048 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
5049 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
5050
5051 2004-03-18 Andrew Cagney <cagney@redhat.com>
5052
5053 * frame-base.c: Update copyright. Include "gdb_obstack.h".
5054 (struct frame_base_table_entry): Define.
5055 (struct frame_base_table): Re-implement as a linked list.
5056 (frame_base_init): Re-implement.
5057 (frame_base_table): Delete function.
5058 (append_predicate): Delete function.
5059 (frame_base_append_sniffer): Update.
5060 (frame_base_set_default): Update.
5061 (frame_base_find_by_frame): Update.
5062 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
5063 * Makefile.in (frame-base.o): Update dependencies.
5064
5065 2004-03-17 Andrew Cagney <cagney@redhat.com>
5066
5067 * frame.c (legacy_get_prev_frame): Pass correct frame to
5068 frame_unwind_find_by_frame.
5069
5070 2004-03-17 David Carlton <carlton@kealia.com>
5071
5072 * NEWS: Mention C++ nested types and namespaces
5073
5074 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
5075
5076 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
5077 and "Regressions since gdb 5.3.". Add known regressions since
5078 gdb 6.0.
5079
5080 2004-03-16 David Carlton <carlton@kealia.com>
5081
5082 * dwarf2read.c (process_structure_scope): Process children even
5083 when we're a declaration.
5084
5085 2004-03-16 Andrew Cagney <cagney@redhat.com>
5086
5087 * symtab.h (find_pc_sect_partial_function): Delete declaration.
5088 * blockframe.c (find_pc_partial_function)
5089 (find_pc_sect_partial_function): Merge into a single
5090 find_pc_partial_function.
5091
5092 2004-03-16 Mark Kettenis <kettenis@gnu.org>
5093
5094 * i386bsd-nat.c: s/regno/regnum/g.
5095 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
5096 FP0_REGNUM.
5097 (store_inferior_registers): Likewise.
5098
5099 2004-03-16 Mark Kettenis <kettenis@gnu.org>
5100
5101 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
5102 of i387_fill_fsave.
5103 (store_inferior_registers): Call i387_collect_fsave and
5104 i387_collect_fxsave instead of i387_fill_fsave and
5105 i387_fill_fxsave.
5106
5107 2004-03-15 Andrew Cagney <cagney@redhat.com>
5108
5109 * Makefile.in (frame-unwind.o): Update dependencies.
5110 * frame-unwind.c: Include "gdb_obstack.h".
5111 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
5112 parameter.
5113 (append_predicate): Delete function.
5114 (struct frame_unwind_table_entry): New structure.
5115 (struct frame_unwind_table): Replace "sniffer" with "head" and
5116 "tail".
5117 (frame_unwind_append_sniffer): Update.
5118 (frame_unwind_find_by_frame): Update.
5119 (_initialize_frame_unwind): Registe frame_unwind_init using
5120 gdbarch_data_register_pre_init.
5121
5122 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5123
5124 * i386bsd-nat.c: Update copyright year.
5125 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
5126 define unconditionally.
5127
5128 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5129
5130 * i387-tdep.h (i387_collect_fsave): New prototype.
5131 * i387-tdep.c (i387_collect_fsave): New function containing most
5132 of the code from i387_fill_fsave.
5133 (i387_fill_fsave): Call i387_collect_fsave.
5134
5135 2004-03-15 Mark Kettenis <kettenis@gnu.org>
5136
5137 * i386-linux-tdep.c: Update copyright year.
5138 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
5139 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
5140 svr4_ilp32_link_map_offsets instead of
5141 i386_linux_svr4_fetch_link_map_offsets.
5142
5143 2004-03-15 David Carlton <carlton@kealia.com>
5144
5145 Fix for PR c++/1553:
5146 * dwarf2read.c (read_structure_type): Determine type name by
5147 calling determine_class_name.
5148 (determine_class_name): New.
5149 (determine_prefix): Look at TYPE_TAG_NAME and call
5150 determine_class_name when appropriate.
5151 (determine_prefix_aux, class_name): Delete.
5152 (read_namespace): Set die->type.
5153
5154 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5155
5156 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
5157 unused macro definition. The definition in target.h (or perhaps
5158 elsewhere) takes precedence.
5159
5160 2004-03-15 Andrew Cagney <cagney@redhat.com>
5161
5162 * ppc-tdep.h: Update copyright.
5163 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
5164 function signatures to match "regsets.h".
5165 * ppc-linux-tdep.c: Include "regset.h".
5166 (ELF_GREGSET_SIZE): Delete.
5167 (right_supply_register): New function.
5168 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
5169 using right_supply_register.
5170 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
5171 functions.
5172 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
5173 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
5174 (_initialize_ppc_linux_tdep): Do not register
5175 ppc_linux_regset_core_fns.
5176 (ppc_linux_regset_from_core_section): Replace
5177 fetch_core_registers.
5178 (ppc_linux_regset_core_fns): Delete.
5179 * ppc-linux-nat.c: (right_fill_reg): New function.
5180 (supply_gregset): Update call to ppc_linux_supply_gregset.
5181 (fill_gregset): Clear the register set, use right_fill_reg.
5182 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
5183 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
5184
5185 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
5186 unsigned.
5187
5188 2004-03-15 Andrew Cagney <cagney@redhat.com>
5189
5190 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
5191 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
5192 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
5193 and register_gdbarch_data.
5194 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
5195 (struct gdbarch_data): Replace "init" by "pre_init" and
5196 "post_init".
5197 * gdbarch.h, gdbarch.c: Re-generate.
5198 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
5199 with"obstack", use OBSTACK_ZALLOC.
5200 (dwarf2_frame_ops): Delete.
5201 (dwarf2_frame_set_init_reg): Use gdbarch_data.
5202 (dwarf2_frame_init_reg): Use gdbarch_data.
5203 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
5204 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
5205 (_initialize_svr4_solib): Update.
5206 * user-regs.c (_initialize_user_regs): Update.
5207 * reggroups.c (_initialize_reggroup): Update.
5208 * regcache.c (_initialize_regcache): Update.
5209 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
5210 * libunwind-frame.c (_initialize_libunwind_frame): Update.
5211 * gnu-v3-abi.c (init_gnuv3_ops): Update.
5212 * frame-unwind.c (_initialize_frame_unwind): Update.
5213 * frame-base.c (_initialize_frame_base): Update.
5214 * user-regs.c (user_reg_add): Update.
5215 * reggroups.c (reggroup_add): Update.
5216 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
5217 * libunwind-frame.c (libunwind_frame_set_descr): Update.
5218 * frame-unwind.c (frame_unwind_append_sniffer): Update.
5219 * frame-base.c (frame_base_table): Update.
5220 * remote.c (_initialize_remote): Update.
5221 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
5222
5223 2004-03-15 Andrew Cagney <cagney@redhat.com>
5224
5225 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
5226
5227 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5228
5229 * Makefile.in (frv-linux-tdep.o): Add dependencies.
5230 * frv-linux-tdep.c: New file.
5231 * frv-tdep.c (struct gdbarch_tdep): Add new field
5232 ``sigcontext_reg_addr''.
5233 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
5234 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5235 (frv_sigramp_frame_sniffer): New functions.
5236 (frv_sigtramp_frame_unwind): New static global.
5237 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
5238 sniffers.
5239 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
5240 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
5241
5242 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5243
5244 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
5245 but not via a call to error(), when unable to read memory.
5246
5247 2004-03-15 Kevin Buettner <kevinb@redhat.com>
5248
5249 * frv-tdep.c (frv_call_dummy_words): Delete.
5250 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
5251
5252 2004-03-15 Andrew Cagney <cagney@redhat.com>
5253
5254 * infrun.c (handle_step_into_function, step_over_function): Only
5255 update and use STEP_FRAME_ID when the system is using legacy
5256 frames. Update comments.
5257
5258 2004-03-14 Mark Kettenis <kettenis@gnu.org>
5259
5260 * amd64-linux-tdep.h: Remove file.
5261 * amd64-linux-tdep.c: Don't include "inferior.h" and
5262 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
5263 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
5264 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
5265 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
5266 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
5267 macros.
5268 (user_to_gdb_regmap): Remove variable.
5269 (amd64_linux_gregset_reg_offset): New variable.
5270 (amd64_core_fns): Remove variable.
5271 (fetch_core_registers): Remove function.
5272 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
5273 functions.
5274 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
5275 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
5276 * Makefile.in (amd64_linux_tdep_h): Remove.
5277 (amd64-linux-nat.o): Update dependencies.
5278 (amd64-linux-tdep.o): Update dependencies.
5279
5280 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
5281 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
5282 functions.
5283 (fetch_inferior_registers, store_inferior_registers): Rewrite.
5284
5285 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
5286 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
5287
5288 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
5289
5290 * dwarf2read.c (read_structure_type): Rename from
5291 read_structure_scope. Don't create a symbol or call process_die.
5292 Return immediately if die->type is set. Call read_type_die before
5293 dwarf2_add_member_fn.
5294 (process_structure_scope): New function.
5295 (read_enumeration_type, process_enumeration_scope): New functions,
5296 broken out from read_enumeration. Don't create the enumeration
5297 type if it has already been created.
5298 (read_enumeration): Removed.
5299 (process_die): Call read_structure_type, process_structure_scope,
5300 read_enumeration_type, and process_enumeration_scope. Just call
5301 new_symbol for base and subrange types. Add a comment about other
5302 type dies.
5303 (read_type_die): Call read_enumeration_type.
5304 (add_partial_structure, new_symbol): Update comments.
5305
5306 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
5307
5308 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
5309
5310 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
5311
5312 * tui/tui-win.h (tui_get_cmd_list): Declare.
5313 * tui/tui-win.c (tui_command): New function.
5314 (tui_get_cmd_list): New function.
5315 (_initialize_tui_win): Moved initialization of tui command in
5316 tui_get_cmd_list.
5317
5318 * tui/tui-data.c (init_content_element): Setup new data members.
5319 (init_win_info): Likewise.
5320 (free_content_elements): Free it.
5321 * tui/tui-data.h (struct tui_data_element): Store the register
5322 content to print.
5323 (struct tui_data_info): Keep the current register group.
5324
5325 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
5326
5327 * tui/tui-regs.h (tui_show_registers): Update prototype.
5328 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
5329 (tui_resize_all): No need to calculate anything for register window.
5330 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
5331 (tui_set_register_element, tui_set_general_regs_content): Remove.
5332 (tui_set_special_regs_content): Remove.
5333 (tui_set_general_and_special_regs_content): Remove.
5334 (tui_set_float_regs_content): Remove.
5335 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
5336 (tui_set_regs_content): Remove.
5337 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
5338 (tui_v_show_registers_command_support): Remove.
5339 (tui_show_registers): Use a reggroup to specify the registers to show.
5340 (tui_show_register_group): New function.
5341 (tui_display_registers_from): Compute the layout of register window
5342 and refresh with new API; be sure to delete old register windows.
5343 (tui_check_register_values): Update to use tui_get_register and
5344 tui_display_data.
5345 (tui_display_register): Just refresh the register window part.
5346 (tui_register_format): Format registers and save in tui_data_element.
5347 (tui_get_register): New to combine tui_reg_value_has_changed and
5348 tui_get_register_raw_value; fix to use the new gdb API.
5349 (tui_show_float_command): Renamed tui_reg_float_command.
5350 (tui_show_general_command): Renamed tui_reg_general_command.
5351 (tui_show_special_command): Renamed tui_reg_system_command.
5352 (_initialize_tui_regs): Remove unused commands.
5353
5354 2004-03-13 Mark Kettenis <kettenis@gnu.org>
5355
5356 * NEWS (New native configurations): Mention OpenBSD/amd64.
5357
5358 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
5359 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
5360 Remove defines.
5361 * config/i386/nm-fbsd64.h: Likewise.
5362 * config/i386/nm-obsd.h: Likewise.
5363 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
5364 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
5365
5366 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5367
5368 * frv-tdep.c (set_variant_scratch_registers): New function.
5369 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
5370 New constants.
5371
5372 From Richard Sandiford <rsandifo@redhat.com>:
5373 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
5374
5375 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5376
5377 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
5378 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
5379 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
5380 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
5381 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
5382 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
5383 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
5384 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
5385 definitions from frv-tdep.c to frv-tdep.h.
5386
5387 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5388
5389 Add shared library support for FR-V FDPIC ABI:
5390 * Makefile.in (solib-frv.o): Add dependencies.
5391 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
5392 New functions.
5393 (frv_push_dummy_call): Add support for FDPIC ABI.
5394 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
5395 for FDPIC ABI.
5396 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
5397 (frv_fdpic_find_canonical_descriptor): Declare.
5398 * solib-frv.c: New file.
5399 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
5400 * config/frv/tm-frv.h (solib.h): Include.
5401
5402 2004-03-12 Kevin Buettner <kevinb@redhat.com>
5403
5404 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
5405 (frv-tdep.o): Update dependencies.
5406 * frv-tdep.h: New file.
5407 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
5408 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
5409 constants.
5410 (struct gdbarch_tdep): Add new member ``frv_abi''.
5411 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
5412 functions.
5413 (new_variant): Set ``frv_abi'' field.
5414 (gdb_arch_init): Detect FDPIC executables.
5415
5416 2004-03-12 Mark Kettenis <kettenis@gnu.org>
5417
5418 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
5419 wrapper.
5420
5421 2004-03-11 Andrew Cagney <cagney@redhat.com>
5422
5423 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
5424
5425 2004-03-11 Kevin Buettner <kevinb@redhat.com>
5426
5427 * solist.h (master_so_list): New function.
5428 * solib.c (master_so_list): Likewise.
5429 * solib-svr4.c (enable_break): Iterate over so_list entries
5430 obtained from master list instead of entries obtained directly
5431 via svr4_current_sos().
5432
5433 2004-03-10 Ben Elliston <bje@gnu.org>
5434
5435 * MAINTAINERS: Update my mail address.
5436
5437 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
5438
5439 * remote-m32r-sdi.c: Support hardware watchpoint.
5440
5441 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5442
5443 * user-regs.c: Update copyright years.
5444 (struct user_regs): Rename to gdb_user_regs.
5445 (append_user_reg, builtin_user_regs, user_regs_init)
5446 (user_reg_add, user_reg_map_name_to_regnum)
5447 (usernum_to_user_reg): Update.
5448
5449 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5450
5451 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
5452 (skip_children): New functions.
5453 (locate_pdi_sibling): Call skip_children.
5454
5455 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5456
5457 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
5458 * gdbtypes.c (check_typedef): Update comments.
5459
5460 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5461
5462 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
5463 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
5464 pointer. Update comment about comp_unit_head.
5465 (struct abbrev_info): Shorten two int flags.
5466 (dwarf_alloc_abbrev): Take a CU argument.
5467 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
5468 each time through the loop. Update cleanup argument.
5469 (psymtab_to_symtab_1): Update cleanup call.
5470 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
5471 abbrev_obstack.
5472 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
5473 Just call obstack_free and clear the pointer.
5474
5475 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5476
5477 * infrun.c (handle_inferior_event): Remove short-circuit code for
5478 events in a different thread.
5479
5480 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5481
5482 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
5483 print the whole transfer.
5484 (initialize_targets): Update description of "set debug target".
5485
5486 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
5487
5488 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
5489
5490 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
5491
5492 * MAINTAINERS (write after approval): Add myself.
5493
5494 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
5495
5496 * sh-tdep.c (sh_print_registers_info): Use for loop.
5497 Don't skip multiple registers when a float register is encountered.
5498
5499 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
5500
5501 Fix PR tdep/1291.
5502 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
5503 to official SH documentation.
5504
5505 2004-03-07 Andrew Cagney <cagney@redhat.com>
5506
5507 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
5508 unused function.
5509
5510 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
5511
5512 * arm-tdep.c (thumb_get_next_pc): Handle BX.
5513 (arm_get_next_pc): Handle BX and BLX.
5514
5515 2004-03-07 Andrew Cagney <cagney@redhat.com>
5516
5517 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
5518 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
5519 HPPA_SP_REGNUM.
5520 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
5521 (hppa_target_read_fp): Delete.
5522 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
5523 register_virtual_size, max_register_raw_size,
5524 max_register_virtual_size, register_byte, register_size,
5525 target_read_fp, fp_regnum, and register_bytes. Set register_type
5526 instead of register_virtual_type.
5527 (hppa32_register_type, hppa64_register_type): Replace
5528 hppa32_register_virtual_type and hppa64_register_virtual_type.
5529 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
5530 (HPPA_FP_REGNUM): Define.
5531
5532 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
5533
5534 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
5535 (pa_do_registers_info): Delete.
5536 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
5537 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
5538 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
5539
5540 * infcall.c (legacy_push_dummy_code): Delete #ifdef
5541 GDB_TARGET_IS_HPPA code.
5542 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
5543 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
5544 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
5545 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
5546 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
5547 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
5548 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
5549 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
5550 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
5551 (hppa_frameless_function_invocation, hppa64_store_return_value)
5552 (hppa_store_struct_return, hppa64_extract_return_value)
5553 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
5554 (hppa32_call_dummy_length, hppa64_call_dummy_length)
5555 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
5556 (find_proc_framesize, deposit_21, restore_pc_queue)
5557 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
5558 (rp_saved, pc_in_linker_stub): Delete.
5559
5560 Unconditionally enable 64-bit frame and ABI code.
5561 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
5562 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
5563 push_dummy_frame, fix_call_dummy, push_arguments,
5564 call_dummy_location, extract_return_value, use_struct_convention,
5565 store_return_value, store_struct_return, saved_pc_after_call,
5566 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
5567 frame_chain, frame_chain_valid, frameless_function_invocation,
5568 frame_saved_pc, and pop_frame.
5569
5570 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
5571 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
5572 (hppa_gdbarch_init): Do not set PC_REGNUM.
5573
5574 2004-03-06 Mark Kettenis <kettenis@gnu.org>
5575
5576 * config/alpha/tm-fbsd.h: Remove file.
5577 * config/alpha/fbsd.mt: Tweak comment.
5578 (TM_FILE): Set to tm-alpha.h.
5579
5580 2004-03-05 Andrew Cagney <cagney@redhat.com>
5581
5582 * infrun.c (step_over_function): When non-legacy code, and no
5583 step_frame_id, use the unwinder to get the caller's frame ID.
5584
5585 2004-03-05 Mark Kettenis <kettenis@gnu.org>
5586
5587 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
5588 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
5589 bfd_arch_unknown. Adjust comment.
5590
5591 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
5592 * i386obsd-tdep.c: Correct spelling in comment.
5593 * i386nbsd-tdep.c: Correct spelling in comment.
5594 * sparc-tdep.c: Correct spelling in comments.
5595
5596 2004-03-05 David Carlton <carlton@kealia.com>
5597
5598 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
5599 bug.
5600
5601 2004-03-05 Mark Kettenis <kettenis@gnu.org>
5602
5603 * sparc-tdep.c: Fix typo in comment.
5604
5605 2004-03-04 J. Brobecker <brobecker@gnat.com>
5606
5607 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
5608
5609 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
5610
5611 * dwarf2read.c: Add comment describing memory lifetimes.
5612 (struct dwarf2_pinfo): Update comment.
5613 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
5614 (read_enumeration, new_symbol): Don't use obsavestring.
5615
5616 2004-03-04 Mark Kettenis <kettenis@gnu.org>
5617
5618 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
5619 instead of amd64_fill_fxsave.
5620 * amd64bsd-nat.c (store_inferior_registers): Likewise.
5621 * amd64fbsd-nat.c (fill_fpregset): Likewise.
5622
5623 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
5624 Reorganize code a bit.
5625
5626 2004-03-04 Orjan Friberg <orjanf@axis.com>
5627
5628 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
5629 when the frame pointer is pushed. Don't set the frame pointer's
5630 address on the stack unless it's actually located there.
5631 Set the SRP's address on the stack correctly when the PC is still in
5632 the prologue.
5633 (cris_return_value): New function.
5634 (cris_gdbarch_init): Clear deprecated store_return_value,
5635 extract_return_value.
5636
5637 2004-03-02 Jim Blandy <jimb@redhat.com>
5638
5639 * stabsread.c (reg_value_complaint): The maximum register number
5640 is one less than the number of registers.
5641
5642 2004-03-02 Andrew Cagney <cagney@redhat.com>
5643
5644 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
5645 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
5646 trailing comma and redundant assignment of I386_ST0_REGNUM.
5647 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
5648 32-bit segment registers.
5649
5650 2004-03-01 Andrew Cagney <cagney@redhat.com>
5651
5652 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
5653 use frame_relative_level and get_next_frame.
5654
5655 2004-02-29 Andrew Cagney <cagney@redhat.com>
5656
5657 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
5658 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
5659 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
5660 Delete macro.
5661
5662 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5663
5664 * inflow.c (terminal_inferior): Don't give up the terminal if we
5665 previously couldn't get the inferior's terminal state.
5666
5667 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
5668
5669 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
5670 PC_REGNUM.
5671
5672 2004-02-28 Andrew Cagney <cagney@redhat.com>
5673
5674 * NEWS: Refer to GDB 6.1.
5675 * README: Refer to GDB 6.1.
5676 * PROBLEMS: Refer to GDB 6.1.
5677
5678 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
5679
5680 * thread-db.c (disable_thread_signals): Remove unused function.
5681
5682 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5683
5684 * amd64-nat.c: Include "gdb_string.h".
5685 (amd64_collect_native_gregset): Zero-extend the 32-bit
5686 general-purpose registers and %eip.
5687
5688 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
5689 * amd64-tdep.c (amd64_collect_fxsave): New function.
5690 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
5691
5692 * i387-tdep.h: Update copyright year.
5693 (i387_collect_fxsave): New prototype.
5694 * i387-tdep.c: Update copyright year.
5695 (i387_collect_fxsave): New function containing most of the code
5696 from i387_fill_fxsave.
5697 (i387_fill_fxsave): Call i387_collect_fxsave.
5698
5699 2004-02-28 Andrew Cagney <cagney@redhat.com>
5700
5701 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
5702 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
5703
5704 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5705
5706 * amd64-tdep.c (amd64_frame_cache): Fix comment.
5707
5708 2004-02-28 Andrew Cagney <cagney@redhat.com>
5709
5710 * utils.c: Use "", instead of <>, to include readline.
5711 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
5712 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
5713 * source.c, solib.c, exec.c, event-top.c: Ditto.
5714 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
5715 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
5716 * Makefile.in: Update all dependencies.
5717 (readline_tilde_h, readline_history_h): Define.
5718 (readline_headers): Delete.
5719
5720 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5721
5722 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
5723 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
5724 "config/i386/tm-lx64.h".
5725
5726 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
5727 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
5728 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
5729
5730 2004-02-28 Andrew Cagney <cagney@redhat.com>
5731
5732 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
5733
5734 * breakpoint.c (_initialize_breakpoint): Use
5735 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
5736 Add help to show command.
5737
5738 2004-02-28 Mark Kettenis <kettenis@gnu.org>
5739
5740 * i386-nat.c: Reformat to be closer to coding standards.
5741 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
5742 `retval'. Make variables `align' and `size' local to while-loop.
5743 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
5744 (_initialize_i386_nat): New prototype.
5745
5746 * tui/tui.c: Include <readline/readline.h> instead of
5747 "readline/readline.h". Include it after <term.h> and
5748 "gdb_curses.h".
5749
5750 2004-02-27 Andrew Cagney <cagney@redhat.com>
5751
5752 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
5753 the new frame unwind code.
5754 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
5755 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
5756 PCOQ_HEAD_REGNUM.
5757
5758 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
5759 "return_value" and "push_dummy_call".
5760 (hppa32_use_struct_convention): Delete unused function.
5761 (hppa32_store_return_value): Delete unused function.
5762 (hppa32_extract_return_value): Delete unused function.
5763 (hppa32_stack_align): Delete function.
5764
5765 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
5766
5767 * coffread.c (enter_linenos): Don't let rawptr reference memory
5768 outside linetab[]'s limits.
5769
5770 2004-02-27 Andrew Cagney <cagney@redhat.com>
5771
5772 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
5773 inferior stack space - the stack needs to grow upwards.
5774 (hppa32_frame_align): New function.
5775 (hppa64_frame_align): Replace hppa_frame_align.
5776 (hppa_gdbarch_init): Update.
5777
5778 2004-02-26 Orjan Friberg <orjanf@axis.com>
5779
5780 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
5781 (dwarf2-frame.h): Include.
5782 (enum cris_regnums): New enum CRIS_FP_REGNUM.
5783 Remove static variables related to ABI setting.
5784 (struct gdbarch_tdep): Remove cris_abi member.
5785 (struct frame_extra_info): Remove.
5786 (cris_unwind_cache, stack_item): New structs.
5787 (cris_frame_unwind, cris_frame_base): New variables.
5788 (push_stack_item, pop_stack_item)
5789 (cris_frame_unwind_cache, cris_frame_this_id)
5790 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
5791 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
5792 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
5793 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
5794 (cris_reg_struct_has_addr): New functions.
5795 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
5796 (cris_frame_saved_pc, cris_saved_pc_after_call,
5797 (cris_store_struct_return, cris_frameless_function_invocation)
5798 (cris_pop_frame, cris_skip_prologue_main)
5799 (cris_abi_original_store_return_value)
5800 (cris_abi_v2_store_return_value)
5801 (cris_abi_original_extract_return_value)
5802 (cris_abi_v2_extract_return_value)
5803 (cris_abi_original_reg_struct_has_addr)
5804 (cris_abi_v2_reg_struct_has_addr)
5805 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
5806 (cris_push_return_address, cris_abi_update): Remove.
5807 (_initialize_cris_tdep): Remove ABI command.
5808 (cris_dump_tdep): Ditto.
5809 (cris_gdbarch_init): Remove ABI command.
5810 Set store_return_value, extract_return_value, push_dummy_code,
5811 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
5812 frame_unwind_append_sniffer, frame_base_set_default.
5813 Clear deprecated init_frame_pc, push_arguments, store_return_value,
5814 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
5815 sizeof_call_dummy_words, get_saved_register, push_return_address,
5816 pop_frame, store_struct_return, frame_init_saved_regs,
5817 init_extra_frame_info, frameless_function_invocation, frame_chain,
5818 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
5819 dummy_write_sp.
5820
5821 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5822
5823 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
5824 * valprint.c (print_hex_chars): Change from static to external.
5825 (print_char_chars): New function.
5826 * printcmd.c (print_scalar_formatted): For integer and enum types
5827 that are longer than LONGEST, perform processing via appropriate
5828 print_*_chars routines.
5829
5830 2004-02-26 Andrew Cagney <cagney@redhat.com>
5831
5832 * Makefile.in: Update dependencies.
5833 Changes from Ulrich Weigand,
5834 * s390-tdep.c: Include "dwarf2-frame.h".
5835 (s390_dwarf2_frame_init_reg): New function.
5836 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
5837 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
5838
5839 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
5840
5841 * breakpoint.c (pending_break_support): New setting variable.
5842 (break_command_1): Account for pending_break_support setting
5843 when creating pending breakpoints.
5844 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
5845 (_initialize_breakpoint): Add "set breakpoint pending" and
5846 "show breakpoint pending" commands.
5847
5848 2004-02-26 Andrew Cagney <cagney@redhat.com>
5849
5850 Fix PR i18n/1570.
5851 * charset.c (backslashable, backslashed, represented): Remove 'e'
5852 from list of escaped characters, not part of ISO-C.
5853
5854 2004-02-25 J. Brobecker <brobecker@gnat.com>
5855
5856 From Peter Schauer <schauer@pdf.de>:
5857 * tui/tui.c: Move system header includes after local includes.
5858 Fixes a build failure on solaris systems.
5859
5860 2004-02-25 J. Brobecker <brobecker@gnat.com>
5861
5862 * configure.in: Refine the previous change.
5863 * configure: Regenerate.
5864
5865 2004-02-25 Mark Kettenis <kettenis@gnu.org>
5866
5867 * amd64-tdep.h: Renamed from x86-64-tdep.h.
5868 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
5869 "amd64-tdep.h" instead of "x86-64-tdep.h".
5870 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
5871 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
5872 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
5873 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
5874 and "x86-64-tdep.c".
5875 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
5876 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
5877 and "x86-64-tdep.c".
5878 * amd64bsd-nat.c: Update copyright year.
5879 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
5880 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
5881 "x86-64-tdep.h".
5882 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
5883 "x86-64-tdep.h".
5884 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
5885 "x86-64-tdep.h".
5886 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
5887 "x86-64-tdep.h".
5888 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
5889 "x86-64-tdep.h".
5890 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
5891 "x86-64-tdep.h".
5892 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
5893 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
5894 * Makefile.in (amd64_linux_tdep_h): Renamed from
5895 x86_64_linux_tdep_h.
5896 (amd64_tdep_h): Renamed from x86_64_tdep_h.
5897 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
5898 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
5899 (amd64obsd-tdep.o): Update dependencies.
5900 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
5901 dependencies.
5902 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
5903 dependencies.
5904 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
5905 amd64-linux-nat.c amd64-linux-tdep.c.
5906 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
5907 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
5908 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
5909 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
5910 amd64-tdep.o and amd64-linux-tdep.o.
5911 (TM_FILE): Set to tm-linux64.h.
5912 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
5913 (NAT_FILE): Set to nm-linux64.h.
5914 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
5915 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
5916 amd64-tdep.o.
5917 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
5918 amd64-tdep.o.
5919 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
5920 amd64-tdep.o.
5921
5922 2004-02-25 Roland McGrath <roland@redhat.com>
5923
5924 * remote.c (remote_protocol_qPart_auxv): New variable.
5925 (init_all_packet_configs): Initialize it.
5926 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
5927 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
5928 (show_remote_cmd): Call it.
5929 (_initialize_remote): Initialize commands.
5930 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
5931 service TARGET_OBJECT_AUXV requests.
5932
5933 2004-02-25 J. Brobecker <brobecker@gnat.com>
5934
5935 * configure.in: Make sure that the wborder function is available.
5936 Otherwise, search for it in the cur_colr library.
5937 * configure: Regenerate.
5938
5939 2004-02-25 Andrew Cagney <cagney@redhat.com>
5940
5941 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
5942
5943 2004-02-25 Mark Kettenis <kettenis@gnu.org>
5944
5945 * config/i386/tm-x86-64linux.h: Tweak comments.
5946
5947 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
5948
5949 * MAINTAINERS: Add self to write-after-approval list.
5950
5951 2004-02-25 Andrew Cagney <cagney@redhat.com>
5952
5953 PR cli/1566. Problem found, and fix suggested by David Allan.
5954 * cli/cli-script.c (execute_control_command): Unconditionally
5955 install a cleanup. Default "ret" to "invalid_control". Use
5956 "break" instead of "return" to escape from the switch.
5957
5958 2004-02-24 J. Brobecker <brobecker@gnat.com>
5959
5960 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
5961 with the lines macro defined in term.h on AiX.
5962 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
5963 a collision with the label_width macro defined in term.h on AiX.
5964
5965 2004-02-23 David Mosberger <davidm@hpl.hp.com>
5966
5967 Committed by Kevin Buettner <kevinb@redhat.com>.
5968
5969 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
5970 * ia64-tdep.c (ia64_write_pc): Make it a global function.
5971 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
5972 instead of ia64_write_pc().
5973 * ia64-linux-tdep.c (regcache.h): Include.
5974 (ia64_linux_write_pc): New function.
5975
5976 2004-02-23 Roland McGrath <roland@redhat.com>
5977
5978 * auxv.c (info_auxv_command): Fix typos in error messages.
5979
5980 2004-02-23 Mark Kettenis <kettenis@gnu.org>
5981
5982 * x86-64-tdep.h: Tweak comment.
5983 (enum amd64_regnum): New.
5984 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
5985 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
5986 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
5987 (X86_64_XMM1_REGNUM): Removed.
5988 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
5989 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
5990 prototypes for renamed functions.
5991 * x86-64-tdep.c: Fix typo.
5992 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
5993 register numbers.
5994 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
5995 Use constants from `enum amd64_regnum' for register numbers.
5996 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
5997 (amd64_analyze_prologue, amd64_frame_cache,
5998 amd64_sigtramp_frame_cache): Use constants from `enum
5999 amd64_regnum' for register numbers.
6000 (amd64_supply_fpregset): Adjust for renamed functions.
6001 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
6002 `enum amd64_regnum' for register numbers.
6003 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
6004 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
6005 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
6006 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
6007 (amd64_linux_fill_gregset): Adjust for renamed macros.
6008 (fetch_core_registers): Adjust for renamed functions.
6009 (amd64_linux_init_abi): Adjust for renamed functions.
6010 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
6011 renamed functions.
6012 * amd64-nat.c: Adjust for renamed macros.
6013 * amd64bsd-nat.c (fetch_inferior_registers)
6014 (store_inferior_registers): Use constants from `enum amd64_regnum'
6015 for register numbers. Adjust for renamed variables.
6016 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
6017 renamed variables.
6018 (_initialize_amd64fbsd_nat): Use constants from `enum
6019 amd64_regnum' for register numbers.
6020 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
6021 `enum amd64_regnum' for register numbers.
6022 (amd64fbsd_init_abi): Adjust for renamed functions.
6023 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
6024 `enum amd64_regnum' for register numbers.
6025 (amd64nbsd_init_abi): Adjust for renamed functions.
6026 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
6027 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
6028 `enum amd64_regnum' for register numbers.
6029 (amd64obsd_init_abi): Adjust for renamed functions.
6030 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
6031
6032 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6033
6034 * breakpoint.c (print_one_breakpoint): Do not output spaces
6035 after printing <PENDING> for a pending breakpoint.
6036
6037 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6038
6039 * printcmd.c (print_scalar_formatted): Initialize val_long
6040 to remove compiler warning message.
6041
6042 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6043
6044 * defs.h (nquery, yquery): New prototypes.
6045 * breakpoint.c (break_command_1): Use new nquery interface.
6046 * utils.c (defaulted_query, nquery, yquery): New functions.
6047
6048 2004-02-23 Andrew Cagney <cagney@redhat.com>
6049
6050 * hppa-tdep.c (hppa_frame_align): New function.
6051 (hppa32_push_dummy_call): New function.
6052 (hppa64_push_dummy_call): New function.
6053 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
6054 disabled.
6055
6056 * infcall.c (legacy_push_dummy_code): Don't call deprecated
6057 FIX_CALL_DUMMY when push_dummy_call is available.
6058 (call_function_by_hand, push_dummy_code): Ditto.
6059
6060 2004-02-22 Andrew Cagney <cagney@redhat.com>
6061
6062 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
6063 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
6064 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
6065 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
6066 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
6067 call_dummy_location to ON_STACK.
6068
6069 2004-02-22 Mark Kettenis <kettenis@gnu.org>
6070
6071 * x86-64-linux-tdep.c: Tweak comment.
6072 (amd64_linux_supply_gregset): Renamed from
6073 x86_64_linux_supply_gresget.
6074 (amd64_linux_fill_gregset): Renamed from
6075 x86_64_linux_fill_gregset.
6076 (fetch_core_registers): Adjust for renamed functions.
6077 (amd64_core_fns): Renamed from x86_64_core_fns.
6078 (amd64_linux_sigtramp_start): Renamed from
6079 x86_64_linux_sigtramp_start.
6080 (amd64_linux_pc_in_sigtramp): Renamed from
6081 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
6082 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
6083 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
6084 (amd64_linux_sigcontext_addr): Renamed from
6085 x86_64_linux_sigcontext_addr.
6086 (amd64_linux_sc_reg_offset): Renamed from
6087 x86_64_linux_sc_reg_offset.
6088 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
6089 Adjust for renamed functions and variables.
6090 (_initialize_amd64_linux_tdep): Renamed from
6091 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
6092 variables.
6093 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
6094 Adjust for renamed functions.
6095
6096 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
6097 from x86_64_linux_gregset64_reg_offset.
6098 (amd64_linux_gregset32_reg_offset): Rename from
6099 x86_64_linux_gregset64_reg_offset.
6100 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
6101 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
6102 (amd64_linux_dr_set_control): Renamed from
6103 x86_64_linux_dr_set_control. Adjust for renamed functions.
6104 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
6105 Adjust for renamed functions.
6106 (amd64_linux_dr_reset_addr): Renamed from
6107 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
6108 (amd64_linux_dr_get_status): Renamed from
6109 x86_64_linux_dr_get_status. Adjust for renamed functions.
6110 (_initialize_amd64_linux_nat): Renamed from
6111 _initialize_x86_64_linux_nat. Adjust for renamed variables and
6112 functions.
6113 * config/i386/nm-x86-64linux.h: Update copyright year.
6114 Adjust for renamed functions.
6115
6116 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
6117 amd64fbsd_sigtramp_start.
6118 (amd64fbsd_sigtramp_end_addr): Renamed from
6119 amd64fbsd_sigtramp_end.
6120 (amd64fbsd_init_abi): Adjust for renamed variables.
6121 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
6122 variables.
6123 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
6124 amd64fbsd_sigtramp_start.
6125 (amd64fbsd_sigtramp_end_addr): Renamed from
6126 amd64fbsd_sigtramp_end.
6127
6128 2004-02-22 Andrew Cagney <cagney@redhat.com>
6129
6130 * hppa-tdep.c (hppa32_return_value): New function.
6131 (hppa64_return_value): New function.
6132 (hppa_gdbarch_init): Set return_value; keep disabled.
6133
6134 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
6135 struct-return and inferior function call methods.
6136
6137 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
6138 "frame-base.h".
6139 (struct hppa_frame_cache): Define.
6140 (hppa_frame_cache, hppa_frame_this_id): New functions.
6141 (hppa_frame_prev_register): New function.
6142 (hppa_frame_unwind, hppa_frame_base): New variables.
6143 (hppa_frame_unwind_sniffer): New function.
6144 (hppa_frame_base_address, hppa_unwind_pc): New function.
6145 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
6146 sniffer, and frame base sniffer; keep disabled.
6147 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
6148 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
6149
6150 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
6151 to predicates for "seriously old code".
6152
6153 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
6154 runtime if(0).
6155
6156 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
6157 unsigned.
6158 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
6159
6160 * config/pa/tm-hppa.h: Update copyright.
6161 (DEPRECATED_INIT_FRAME_PC): Delete macro.
6162 (deprecated_init_frame_pc_default): Delete declaration.
6163 (hppa_frame_init_saved_regs): Delete declaration.
6164 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
6165 * hppa-tdep.c: Include "arch-utils.h".
6166 (hppa_gdbarch_init): Set deprecated init_frame_pc
6167 and deprecated frame_init_saved_regs.
6168 (hppa_frame_init_saved_regs): Make static.
6169
6170 2004-02-22 Mark Kettenis <kettenis@gnu.org>
6171
6172 Remove old 386BSD support.
6173 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
6174 * configure.host: Remove i[34567]86-*-bsd*.
6175 * configure.tgt: Remove i[34567]86-*-bsd*.
6176 * i386b-nat.c: Removed.
6177 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
6178 (i386b-nat.o): Remove dependencies.
6179
6180 * config/i386/i386bsd.mh: Removed.
6181 * config/i386/i386bsd.mt: Removed.
6182 * config/i386/nm-i386bsd.h: Removed.
6183 * config/i386/tm-i386bsd.h: Removed.
6184 * config/i386/xm-i386bsd.h: Removed.
6185
6186 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
6187
6188 * amd64fbsd-tdep.c: Include "solib-svr4.h".
6189 (amd64fbsd_init_abi): Set link map offsets.
6190 * amd64nbsd-tdep.c: Include "slib-svr4.h".
6191 (amd64nbsd_init_abi): Set link map offsets.
6192 * amd64obsd-tdep.c: Include "solib-svr4.h".
6193 (amd64obsd_init_abi): Set link map offsets.
6194 * i386fbsd-tdep.c: Include "solib-svr4.h".
6195 (i386fbsd_init_abi): Set link map offsets.
6196 * i386nbsd-tdep.c: Include "solib-svr4.h".
6197 (i386nbsdelf_init_abi): Set link map offsets.
6198 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
6199 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
6200 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
6201 solib-legacy.o and core-aout.o. Reformat.
6202 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
6203 solib-svr4.o, solib-legacy.o. Reformat.
6204 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
6205 * config/i386/nbsdelf.mh: Reformat.
6206 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
6207 solib-svr4.o, solib-legacy.o and corelow.o.
6208 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
6209 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
6210 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
6211 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
6212 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
6213 (TM_FILE): Set to tm-fbsd.h.
6214 * config/i386/nbsd.mt (TDEPFILES): Reformat.
6215 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
6216 solib-svr4.o.
6217 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
6218 solib-svr4.o.
6219 (TM_FILE): Set to nm-nbsd.h.
6220 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
6221 Simplify shared library support. Don't include "elf/common.h".
6222 (SVR4_SHARED_LIBS): Don't define.
6223 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
6224 "solib.h".
6225 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
6226 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
6227 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
6228 Don't include "i386/tm-i386.h". Include "solib.h".
6229 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
6230 Don't include "i386/tm-i386.h".
6231 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
6232 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
6233 Include "i386/xm-i386.h".
6234 (HOST_LONG_DOUBLE_FORMAT): Remove.
6235
6236 Fix OpenBSD/i386 sigtramp recognition.
6237 * i386-tdep.h: Update copyright year.
6238 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
6239 (i386bsd_sigtramp_end): New prototypes.
6240 (i386fbsd_sigtramp_start_addr): Renamed from
6241 i386fbsd_sigtramp_start.
6242 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
6243 (i386obsd_sigtramp_start_addr): Renamed from
6244 i386obsd_sigtramp_start.
6245 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
6246 * i386bsd-tdep.c: Update copyright year.
6247 (i386bsd_pc_in_sigtramp): Make public.
6248 * i386fbsd-nat.c: Update copyright year.
6249 (_initialize_i386fbsd_nat): Adjust for renamed variables.
6250 * i386fbsd-tdep.c: Update copyright year.
6251 (i386fbsd_sigtramp_start_addr): Renamed from
6252 i386fbsd_sigtramp_start.
6253 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
6254 (i386fbsdaout_init_abi): Adjust for renamed variables.
6255 * i386obsd-nat.c: Update copyright year.
6256 (_initialize_i386obsd_nat): Adjust for renamed variables.
6257 * i386obsd-tdep.c: Include "target.h".
6258 (i386obsd_page_size): New variable.
6259 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
6260 (i386obsd_sigtramp_end): New functions.
6261 (i386obsd_sigtramp_start_addr): Renamed from
6262 i386obsd_sigtramp_start.
6263 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
6264 (i386obsd_init_abi): Adjust for renamed variables. Set
6265 pc_in_sigtramp, sigtramp_start and sigtramp_end.
6266 * Makefile.in (i386obsd-tdep.o): Update dependencies.
6267
6268 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
6269 trampoline change in OpenBSD kernel.
6270
6271 * amd64-nat.c: Update copyright year.
6272 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
6273 architecture from REGCACHE.
6274
6275 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
6276 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
6277
6278 2004-02-21 Mark Kettenis <kettenis@gnu.org>
6279
6280 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
6281 i[34567]86-*-openbsd3.[0-3].
6282 * config/i386/obsdaout.mh: New file.
6283
6284 * config/i386/obsd.mh (MH_FLAGS): Remove.
6285
6286 Fix PR build/1549.
6287 * i386obsd-tdep.c: Update copyright years. Include
6288 "solib-svr4.h".
6289 (i386obsd_init_abi): Don't set regset_from_core_section here.
6290 (i386obsd_aout_init_abi): New function. Set
6291 regset_from_core_section here.
6292 (i386obsd_elf_init_abi): New function.
6293 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
6294 * Makefile.in (i386obsd-tdep.o): Update dependecies.
6295 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6296 (TM_FILE): Set to tm-nbsd.h.
6297
6298 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
6299 solib-sunos.o.
6300
6301 * solib-svr4.h: Update copyright year.
6302 (svr4_ilp32_fetch_link_map_offsets)
6303 (svr4_lp64_fetch_link_map_offsets): New prototype.
6304 * solib-svr4.c: Update copyright year.
6305 (svr4_ilp32_fetch_link_map_offsets)
6306 (svr4_lp64_fetch_link_map_offsets): New function.
6307
6308 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
6309
6310 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
6311 to the partial symbol table.
6312
6313 2004-02-20 J. brobecker <brobecker@gnat.com>
6314
6315 * PROBLEMS: Add description of problem documented under gdb/1560.
6316
6317 2004-02-20 Mark Kettenis <kettenis@gnu.org>
6318
6319 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
6320 comments.
6321 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
6322 functions.
6323 (amd64obsd_init_abi): Reorder initializations. Use
6324 amd64obsd_r_reg_offset to initialize the general-purpose register
6325 set details. Set regset_from_core_section.
6326 (_initialize_amd64obsd_tdep): Rename from
6327 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
6328 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
6329 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
6330
6331 * NEWS (New native configurations): Mention OpenBSD/alpha.
6332 * configure.tgt: Add alpha*-*-openbsd*.
6333 * configure.host: Add alpha*-*-openbsd*.
6334 * alphanbsd-tdep.c: Update copyright year.
6335 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
6336
6337 2004-02-20 Andrew Cagney <cagney@redhat.com>
6338
6339 Fix PR tdep/1372.
6340 * configure.tgt: Delete target "none-*-*".
6341 * configure.host: Delete host "none-*-*".
6342 * config/none/none.mh: Delete file.
6343 * config/none/none.mt: Delete file.
6344 * config/none/xm-none.h: Delete file.
6345 * config/none/tm-none.h: Delete file.
6346 * config/none/nm-none.h: Delete file.
6347
6348 2004-02-19 Fred Fish <fnf@redhat.com>
6349
6350 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
6351 cache->uses_fp prior to setting it.
6352
6353 2004-02-19 Fred Fish <fnf@redhat.com>
6354
6355 Fix for PR breakpoint/1558.
6356 * sh-tdep.c (IS_JSR): New macro.
6357 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
6358
6359 2004-02-19 Jim Blandy <jimb@redhat.com>
6360
6361 * findvar.c (value_from_register): Doc fix.
6362
6363 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
6364
6365 * printcmd.c (print_scalar_formatted): Do not check for sizeof
6366 type being greater than sizeof of host's LONGEST. Always use
6367 unpack_long() unless format 'f' chosen.
6368
6369 2004-02-19 Joel Brobecker <brobecker@gnat.com>
6370
6371 Committed by Elena Zannoni <ezannoni@redhat.com>
6372
6373 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
6374 contains a symbol wich is the best, non-exact match for the given
6375 pc. Update comments.
6376
6377 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
6378
6379 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
6380 macro, which was part of the now removed Mach 3 port.
6381 * utils.c (request_quit): Ditto.
6382
6383 2004-02-18 Mark Kettenis <kettenis@gnu.org>
6384
6385 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
6386 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
6387
6388 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6389
6390 Committed by Mark Kettenis <kettenis@gnu.org>.
6391
6392 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
6393 Define.
6394
6395 2004-02-18 Andrew Cagney <cagney@redhat.com>
6396
6397 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
6398 CONFIG_INSTALL and CONFIG_UNINSTALL.
6399 * configure: Re-generate.
6400 * interps.h (INTERP_TUI): Define.
6401 * Makefile.in: Update dependencies.
6402 (TUI): New macro.
6403 (tui-main.o): Specify dependencies.
6404 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
6405 * tui/tui-main.c: New file.
6406
6407 2004-02-18 Mark Kettenis <kettenis@gnu.org>
6408
6409 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
6410 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
6411 dependencies.
6412 * configure.host: Add x86_64-*-openbsd*.
6413 * configure.tgt: Add x86_64-*-openbsd*.
6414 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
6415
6416 * tui/tui.c: Don't include <malloc.h>.
6417
6418 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
6419 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
6420 amd64nbsd-tdep.c.
6421
6422 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
6423 static. Remove extraneous whitespace.
6424 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
6425 static.
6426
6427 2004-02-17 Jim Blandy <jimb@redhat.com>
6428
6429 * findvar.c (value_from_register): Doc fix.
6430
6431 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6432
6433 Committed by Jim Blandy <jimb@redhat.com>.
6434
6435 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
6436 CORE_ADDR as type for selectors. Correct types for GNU run time
6437 message lookup function to use double indirection.
6438 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
6439 * objc-lang.h (lookup_child_selector): Adapt prototype.
6440
6441 * s390-nat.c (SUBOFF): New macro.
6442 (supply_gregset, fill_gregset): Use it to handle debugging
6443 of 32-bit exectuables running under a 64-bit kernel.
6444 * s390-tdep.c: Include "solib-svr4.h".
6445 (s390_svr4_fetch_link_map_offset): New function.
6446 (s390x_svr_fetch_link_map_offset): Likewise.
6447 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
6448 * Makefile.in (s390-tdep.o): Update dependencies.
6449
6450 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
6451 "frame-unwind.h".
6452 (s390_readinstruction): Reformat. Use read_memory_nobpt.
6453 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
6454 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
6455 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
6456 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
6457 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
6458 S390_SIGNAL_FRAMESIZE,
6459 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
6460 (struct frame_extra_info): Remove.
6461 (s390_memset_extra_info): Remove.
6462 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
6463 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
6464 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
6465 (is_rse): Renamed to ...
6466 (is_rsy): ... this. Support long displacements.
6467 (is_rxe): Renamed to ...
6468 (is_rxy): ... this. Support long displacements.
6469 (compute_x_addr): Support long displacements.
6470 (struct s390_prologue_data): New data type.
6471 (s390_on_stack): Change API to use struct s390_prologue_data.
6472 (s390_store): Reimplement.
6473 (s390_load): New function.
6474 (s390_get_signal_frame_info): Remove.
6475 (s390_get_frame_info): Remove, replace by ...
6476 (s390_analyze_prolog): ... this new function.
6477 (s390_check_function_end): Remove.
6478 (s390_function_start): Remove.
6479 (s390_frameless_function_invokation): Remove.
6480 (s390_is_sigreturn): Remove.
6481 (s390_init_frame_pc_first): Remove.
6482 (s390_init_frame_extra_info): Remove.
6483 (s390_frame_init_saved_regs): Remove.
6484 (s390_frame_saved_pc_nofix): Remove.
6485 (s390_frame_saved_pc): Remove.
6486 (s390_frame_chain): Remove.
6487 (s390_fp_regnum, s390_read_fp): Remove.
6488 (s390_pop_frame_regular, s390_pop_frame): Remove.
6489 (s390_saved_pc_after_call): Remove.
6490 (s390_skip_prologue): Reimplement.
6491 (s390_in_function_epilogue_p): Support long displacements.
6492 (struct s390_unwind_cache): New data structure.
6493 (s390_frame_unwind_cache): New function.
6494 (s390_prologue_frame_unwind_cache): Likewise.
6495 (s390_backchain_frame_unwind_cache): Likewise.
6496 (s390_frame_this_id, s390_frame_prev_register): Likewise.
6497 (s390_frame_unwind): Define.
6498 (s390_frame_sniffer): New function.
6499 (struct s390_pltstub_unwind_cache): New data structure.
6500 (s390_pltstub_frame_unwind_cache): New function.
6501 (s390_pltstub_frame_this_id): Likewise.
6502 (s390_pltstub_frame_prev_register): Likewise.
6503 (s390_pltstub_frame_unwind): Define.
6504 (s390_pltstub_frame_sniffer): New function.
6505 (struct s390_sigtramp_unwind_cache): New data structure.
6506 (s390_sigtramp_frame_unwind_cache): New function.
6507 (s390_sigtramp_frame_this_id): Likewise.
6508 (s390_sigtramp_frame_prev_register): Likewise.
6509 (s390_sigtramp_frame_unwind): Define.
6510 (s390_sigtramp_frame_sniffer): New function.
6511 (s390_frame_base_address, s390_local_base_address): New functions.
6512 (s390_frame_base): Define.
6513 (s390_unwind_pc, s390_unwind_sp): New function.
6514 (s390_push_dummy_call): Use new frame base location.
6515 (s390_unwind_dummy_id): Likewise.
6516 (s390_gdbarch_init): Remove calls to:
6517 set_gdbarch_frameless_function_invocation,
6518 set_gdbarch_deprecated_init_frame_pc,
6519 set_gdbarch_deprecated_frame_chain,
6520 set_gdbarch_deprecated_frame_init_saved_regs,
6521 set_gdbarch_deprecated_pop_frame,
6522 set_gdbarch_deprecated_init_extra_frame_info,
6523 set_gdbarch_deprecated_init_frame_pc_first,
6524 set_gdbarch_deprecated_target_read_fp,
6525 set_gdbarch_deprecated_frame_saved_pc,
6526 set_gdbarch_deprecated_saved_pc_after_call,
6527 set_gdbarch_deprecated_fp_regnum.
6528 Add calls to:
6529 set_gdbarch_in_solib_call_trampoline,
6530 frame_unwind_append_sniffer,
6531 frame_base_set_default,
6532 set_gdbarch_unwind_pc,
6533 set_gdbarch_unwind_sp.
6534 * Makefile.in (s390-tdep.o): Update dependencies.
6535
6536 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
6537 (S390_STACK_FRAME_OVERHEAD): Remove.
6538 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
6539 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
6540 (s390_promote_integer_argument): Remove.
6541 (s390_cannot_extract_struct_value_address): Remove.
6542 (s390_use_struct_convention, s390_store_struct_return): Remove.
6543 (s390_extract_return_value, s390_store_return_value): Remove.
6544 (s390_return_value_convention, s390_return_value): New functions.
6545 (is_float_singleton): Handle typedefs.
6546 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
6547 Remove, replace by ...
6548 (s390_function_arg_pass_by_reference, s390_function_arg_float,
6549 s390_function_arg_integer): ... these new functions.
6550 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
6551 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
6552 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
6553 Fill in tdep->abi.
6554 Remove calls to:
6555 set_gdbarch_deprecated_store_struct_return,
6556 set_gdbarch_deprecated_extract_return_value,
6557 set_gdbarch_deprecated_store_return_value,
6558 set_gdbarch_use_struct_convention,
6559 set_gdbarch_extract_struct_value_address,
6560 set_gdbarch_deprecated_pc_in_call_dummy,
6561 set_gdbarch_deprecated_push_arguments,
6562 set_gdbarch_deprecated_save_dummy_frame_tos,
6563 set_gdbarch_deprecated_push_return_address,
6564 set_gdbarch_deprecated_sizeof_call_dummy_words,
6565 set_gdbarch_deprecated_call_dummy_words,
6566 set_gdbarch_deprecated_dummy_write_sp.
6567 Add calls to:
6568 set_gdbarch_push_dummy_call,
6569 set_gdbarch_unwind_dummy_id,
6570 set_gdbarch_return_value.
6571
6572 * config/s390/nm-linux.h: Update comments.
6573 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
6574 (STOPPED_BY_WATCHPOINT): Redefine.
6575 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
6576 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
6577 (s390_stopped_by_watchpoint): Likewise.
6578 (watch_area_cnt): Remove.
6579 * s390-nat.c: Update comments.
6580 (watch_area): Remove typedef.
6581 Global replace watch_area by struct watch_area.
6582 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
6583 (s390_stopped_by_watchpoint): Remove pid argument,
6584 use s390_inferior_tid. Add short-cut for the no watchpoint case.
6585 (s390_fix_watch_points): Remove pid argument,
6586 use s390_inferior_tid. Recompute area spanned by watchpoints.
6587 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
6588 argument. Reimplement.
6589
6590 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
6591 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
6592 (FETCH_INFERIOR_REGISTERS): Define.
6593 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
6594 core-regset.o.
6595 * config/s390/s390x.mt: Remove.
6596 * config/s390/tm-s390.h: Remove.
6597 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
6598 (TARGET_ELF64): Remove.
6599 (SKIP_TRAMPOLINE_CODE): Do not undefine.
6600 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
6601 s390*-*-* case; always set gdb_target to s390.
6602 * regformats/reg-s390.dat: Remove control registers.
6603 * regformats/reg-s390x.dat: Likewise.
6604 * s390-tdep.h: New file.
6605 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
6606 Include "inferior.h" and "s390-tdep.h".
6607 Remove private definition of offsetof.
6608 (s390_register_u_addr): Remove.
6609 (regmap_gregset, regmap_fpregset): Define.
6610 (supply_gregset, fill_gregset): Reimplement.
6611 (supply_fpregset, fill_fpregset): Likewise.
6612 (s390_inferior_tid): New function.
6613 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
6614 (fetch_inferior_registers, store_inferior_registers): Likewise.
6615 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
6616 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
6617 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
6618 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
6619 (struct gdbarch_tdep): Define.
6620 (struct s390_register_info): Define.
6621 (s390_register_info): New variable.
6622 (s390_register_name): Reimplement.
6623 (s390_register_type): New function.
6624 (s390_register_raw_size, s390x_register_raw_size): Remove.
6625 (s390_cannot_fetch_register): Remove.
6626 (s390_register_byte): Remove.
6627 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
6628 (s390_dwarf_regmap): New variable.
6629 (s390_dwarf_reg_to_regnum): New function.
6630 (s390_stab_reg_to_regnum): Remove.
6631 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
6632 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
6633 (s390_convert_register_p): Likewise.
6634 (s390_register_to_value, s390_value_to_register): Likewise.
6635 (s390_register_reggroup_p): Likewise.
6636 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
6637 s390_gregset, s390x_gregset, s390_fpregset): New variables.
6638 (s390_supply_regset, s390_regset_from_core_section): New functions.
6639 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
6640 (S390_FPR_SIZE): Likewise.
6641 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
6642 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
6643 (S390_NUM_GPRS): Move here from tm-s390.h.
6644 (S390_NUM_FPRS): Likewise.
6645 (s390_in_function_epilogue_p): New function.
6646 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
6647 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
6648 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
6649 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
6650 Replace S390_FP_REGNUM by S390_SP_REGNUM.
6651 Remove calls to:
6652 set_gdbarch_deprecated_max_register_raw_size,
6653 set_gdbarch_deprecated_max_register_virtual_size,
6654 set_gdbarch_deprecated_register_byte,
6655 set_gdbarch_cannot_fetch_register,
6656 set_gdbarch_cannot_store_register,
6657 set_gdbarch_deprecated_register_size,
6658 set_gdbarch_deprecated_register_raw_size,
6659 set_gdbarch_deprecated_register_virtual_size,
6660 set_gdbarch_deprecated_register_virtual_type,
6661 set_gdbarch_deprecated_register_bytes.
6662 Add calls to:
6663 set_gdbarch_num_pseudo_regs,
6664 set_gdbarch_register_type,
6665 set_gdbarch_convert_register_p,
6666 set_gdbarch_register_to_value,
6667 set_gdbarch_value_to_register,
6668 set_gdbarch_register_reggroup_p,
6669 set_gdbarch_regset_from_core_section,
6670 set_gdbarch_pseudo_register_read,
6671 set_gdbarch_pseudo_register_write,
6672 set_gdbarch_in_function_epilogue_p.
6673 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
6674 (s390_tdep_h): New variable.
6675
6676 2004-02-17 Jim Blandy <jimb@redhat.com>
6677
6678 * findvar.c (value_from_register): If the type has no length, just
6679 return an acceptable value --- don't report an internal error.
6680
6681 * stabsread.c (read_type): If we find any type numbers that are
6682 forward references, complain if the references aren't resolved by
6683 the time we're finished reading.
6684 (cleanup_undefined_types): Make error message more appropriate for
6685 a complaint.
6686
6687 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
6688
6689 * Makefile.in (defs_h): Remove dependency on progress_h.
6690 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
6691 progress.h.
6692 * main.c (captured_main): Delete use of START_PROGRESS and
6693 END_PROGRESS.
6694
6695 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
6696
6697 * objfiles.c (terminate_minimal_symbol_table): Add back
6698 initialization of MSYMBOL_TYPE.
6699
6700 2004-02-17 David Mosberger <davidm@hpl.hp.com>
6701
6702 Committed by Andrew Cagney.
6703 * Makefile.in (ia64_tdep_h): New macro.
6704 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
6705 (ia64-tdep.o): Likewise.
6706 * ia64-tdep.h: New file.
6707 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
6708 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
6709 (ia64_aix_sigcontext_register_address): Likewise.
6710 (ia64_linux_getunwind_table): Delete declaration.
6711 * ia64-linux-tdep.c: Likewise.
6712
6713 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
6714
6715 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
6716 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
6717 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
6718
6719 2004-02-17 Andrew Cagney <cagney@redhat.com>
6720
6721 * symtab.c (skip_prologue_using_sal): New function.
6722 * symtab.h (skip_prologue_using_sal): Declare.
6723 * frv-tdep.c: Include "symtab.h".
6724 (skip_prologue_using_sal): Delete function.
6725 * mips-tdep.c (skip_prologue_using_sal): Delete function.
6726 * rs6000-tdep.c (refine_prologue_limit): Mention
6727 skip_prologue_using_sal.
6728 * ia64-tdep.c (refine_prologue_limit): Ditto.
6729 * Makefile.in: Update dependencies.
6730
6731 2004-02-16 Andrew Cagney <cagney@redhat.com>
6732
6733 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
6734 START_INFERIOR_TRAPS_EXPECTED.
6735 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
6736 START_INFERIOR_TRAPS_EXPECTED.
6737 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
6738 Delete macro.
6739 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
6740 macro, moved to "nm-osf.h". Update copyright.
6741 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
6742 update copyright.
6743
6744 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
6745 and function replacing FRAMELESS_FUNCTION_INVOCATION.
6746 * blockframe.c (legacy_frameless_look_for_prologue): Rename
6747 frameless_look_for_prologue.
6748 * frame.h (legacy_frameless_look_for_prologue): Rename
6749 frameless_look_for_prologue.
6750 * gdbarch.h, gdbarch.c: Re-generate.
6751 * sh64-tdep.c (sh64_gdbarch_init): Update.
6752 * sh-tdep.c (sh_gdbarch_init): Update.
6753 * s390-tdep.c (s390_gdbarch_init): Update.
6754 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6755 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
6756 * m68k-tdep.c (m68k_gdbarch_init): Update.
6757 (delta68_frame_args_address): Update.
6758 * m32r-tdep.c (m32r_gdbarch_init): Update.
6759 * hppa-tdep.c (hppa_gdbarch_init): Update.
6760 * h8300-tdep.c (h8300_gdbarch_init): Update.
6761 * frv-tdep.c (frv_gdbarch_init): Update.
6762 (frv_frameless_function_invocation): Update.
6763 * cris-tdep.c (cris_gdbarch_init): Update.
6764 (cris_frameless_function_invocation): Update.
6765 * avr-tdep.c (avr_gdbarch_init): Update.
6766 * arm-tdep.c (arm_gdbarch_init): Update.
6767 * stack.c (frame_info): Update, call predicate.
6768 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
6769 * frame.c (legacy_get_prev_frame): Update, call predicate..
6770 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
6771 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
6772 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
6773 invocation.
6774 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
6775 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6776 * vax-tdep.c (vax_gdbarch_init): Ditto.
6777
6778 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
6779 function.
6780
6781 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
6782
6783 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
6784 initializations.
6785
6786 2004-02-16 Andrew Cagney <cagney@redhat.com>
6787
6788 * tui/tui-windata.c: Include "gdb_string.h".
6789 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
6790 * tui/tui-layout.c, tui/tui-command.c: Ditto.
6791 * Makefile.in: Update dependencies.
6792
6793 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
6794
6795 * Makefile.in (infrun.o): Add $(gdb_assert_h).
6796 * infrun.c: Include "gdb_assert.h".
6797 (singlestep_ptid, saved_singlestep_ptid)
6798 (stepping_past_singlestep_breakpoint): New variables.
6799 (resume): Set singlestep_ptid. Check for singlestep thread
6800 hop.
6801 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
6802 (handle_inferior_event): Handle singlestep thread hop.
6803
6804 2004-02-16 Andrew Cagney <cagney@redhat.com>
6805
6806 * dwarf2-frame.c (dwarf2_frame_ops): New function.
6807 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
6808 (dwarf2_frame_init_reg): Ditto.
6809
6810 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
6811 suggested by Joshua Neuheisel
6812
6813 * configure.in: Always check for curses, including pdcurses.
6814 Warn, instead of error, when no curses are found. Enable TUI when
6815 curses is available.
6816 * configure: Re-generate.
6817
6818 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
6819
6820 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
6821 sh_sh4_register_convert_to_virtual.
6822 (sh_register_convert_to_raw): Rename from
6823 sh_sh4_register_convert_to_raw.
6824 (sh_pseudo_register_read): Accomodate above name change.
6825 (sh_pseudo_register_write): Ditto.
6826
6827 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
6828
6829 * sh-tdep.c (sh_generic_register_name): Remove.
6830 (sh_gdbarch_init): Use sh_sh_register_name in default case.
6831
6832 2004-02-15 Andrew Cagney <cagney@redhat.com>
6833
6834 * configure.in (build_warnings): Add -Wunused-function.
6835 * configure: Re-generate.
6836
6837 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
6838 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
6839
6840 * procfs.c (procfs_init_inferior): Assume that
6841 START_INFERIOR_TRAPS_EXPECTED is defined.
6842 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
6843 * config/ns32k/tm-nbsd.h: Delete file,
6844 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
6845
6846 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
6847 * config/vax/tm-vax.h: Delete file.
6848
6849 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6850 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6851 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6852 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6853 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
6854 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
6855 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
6856
6857 2004-02-15 Mark Kettenis <kettenis@gnu.org>
6858
6859 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
6860 * dwarf2-frame.c (dwarf2_frame_data): New variable.
6861 (struct dwarf2_frame_ops): New.
6862 (dwarf2_frame_default_init_reg): New function, based on
6863 dwarf2_frame_init_reg.
6864 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
6865 (dwarf2_frame_init_reg): Call architecture-specific function.
6866 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
6867 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
6868 instead of dwarf2_frame_data.
6869 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
6870 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
6871
6872 2004-02-15 Andrew Cagney <cagney@redhat.com>
6873
6874 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
6875 register_gdbarch_swap.
6876 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
6877 * f-lang.c (_initialize_f_language): Update, use
6878 DEPRECATED_REGISTER_GDBARCH_SWAP.
6879 * remote.c (_initialize_remote): Ditto.
6880 * regcache.c (_initialize_regcache): Ditto.
6881 * parse.c (_initialize_parse): Ditto.
6882 * infrun.c (_initialize_infrun): Ditto.
6883 * mi/mi-main.c (_initialize_mi_main): Ditto.
6884 * gdbtypes.c (_initialize_gdbtypes): Ditto.
6885
6886 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
6887 poking .cacheable directly.
6888 * symfile.c (symfile_bfd_open): Ditto.
6889
6890 * Makefile.in: Update all dependencies.
6891
6892 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
6893 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
6894 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
6895 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
6896 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
6897
6898 2004-02-14 Andrew Cagney <cagney@redhat.com>
6899
6900 * arch-utils.c (legacy_convert_register_p): Check
6901 DEPRECATED_REGISTER_CONVERTIBLE_P.
6902 * findvar.c (value_of_register): Ditto.
6903
6904 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
6905 * gdbarch.h, gdbarch.c: Re-generate.
6906 * arch-utils.c (deprecated_register_convertible_not): Delete.
6907 * arch-utils.h (deprecated_register_convertible_not): Delete.
6908 * mi/mi-main.c (get_register): Update. Update copyright.
6909 * infcmd.c (default_print_registers_info): Update.
6910
6911 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
6912 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
6913 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
6914 * gdbarch.h, gdbarch.c: Re-generate.
6915 * frame.c (deprecated_get_next_frame_hack): Delete function.
6916 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
6917 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
6918 Update.
6919 * infcall.c (call_function_by_hand): Update.
6920
6921 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
6922
6923 * symfile.c (init_entry_point_info, entry_point_address): Move
6924 from here...
6925 * objfiles.c (init_entry_point_info, entry_point_address):..to
6926 here.
6927 * symfile.h (init_entry_point_info, entry_point_address): Remove
6928 prototypes.
6929 * objfiles.h (init_entry_point_info, entry_point_address):Add
6930 prototypes.
6931 * cris-tdep.c: Remove include of symfile.h. Add include of
6932 objfiles.h.
6933 * infcall.c: Ditto.
6934 * mcore-tdep.c: Ditto.
6935 * mn10300-tdep.c: Ditto.
6936 * sh64-tdep.c: Ditto.
6937 * v850-tdep.c: Ditto.
6938 * arm-tdep.c: Remove include of symfile.h.
6939 * blockframe.c: Ditto.
6940 * coffread.c: Ditto.
6941 * dbxread.c: Ditto.
6942 * dwarf2read.c: Ditto.
6943 * dwarfread.c: Ditto.
6944 * frv-tdep.c: Ditto.
6945 * ia64-tdep.c: Ditto.
6946 * mdebugread.c: Ditto.
6947 * mipsread.c: Ditto.
6948 * rs6000-tdep.c: Ditto.
6949 * s390-tdep.c: Ditto.
6950 * sh-tdep.c: Ditto.
6951 * xstormy16-tdep.c: Ditto.
6952 * gdbarch.sh: Remove include of symfile.h.
6953 * gdbarch.c: Regenerate.
6954 * solib-irix.c (enable_break): Use entry_point_address().
6955 Add comment about include file.
6956 * xcoffread.c: Add comment about include file.
6957 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
6958 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
6959 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
6960 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
6961 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
6962
6963 2004-02-13 Andrew Cagney <cagney@redhat.com>
6964
6965 * corelow.c (core_xfer_partial): Use "struct bfd_section".
6966 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
6967 copyright.
6968 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
6969
6970 2004-02-12 Fred Fish <fnf@redhat.com>
6971
6972 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
6973 set_gdbarch_store_return_value.
6974
6975 2004-02-12 Andrew Cagney <cagney@redhat.com>
6976
6977 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
6978 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
6979 (interrupt_query): Ditto.
6980 (ofunc): Delete unused variable.
6981 * cris-tdep.c (cris_abi): Delete unused function.
6982 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
6983 (cris_get_wide_opcode, cris_get_short_size): Ditto.
6984 (cris_get_asr_quick_shift_steps): Ditto.
6985 (cris_skip_prologue_frameless_p): Ditto.
6986 * arm-tdep.c (arm_push_return_address): Delete unused function.
6987 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
6988 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
6989 * s390-tdep.c (s390_function_start): Delete unused function.
6990
6991 2004-02-12 Andrew Cagney <cagney@redhat.com>
6992
6993 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
6994 gdbarch.h, gdbarch.c: Re-generate.
6995 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
6996 to generic_prologue_frameless_p.
6997 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
6998 * arch-utils.c (generic_prologue_frameless_p): Delete function.
6999
7000 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
7001
7002 * mips-linux-tdep.c: Include "frame.h".
7003 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
7004 (mips_linux_skip_resolver): New functions.
7005 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
7006 and set_gdbarch_in_solib_call_trampoline.
7007 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
7008 to after set_gdbarch_in_solib_return_trampoline. Only set the
7009 solib hooks to mips16 functions if the OS ABI is unknown.
7010 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
7011 including "config/tm-linux.h".
7012 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
7013 * Makefile.in (mips-linux-tdep.o): Update.
7014
7015 2004-02-11 David Carlton <carlton@kealia.com>
7016
7017 * linespec.c (decode_compound): Only look for a class symbol when
7018 considering all but the rightmost component.
7019
7020 2004-02-11 Andrew Cagney <cagney@redhat.com>
7021
7022 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
7023 abi code are are separatly grouped.
7024
7025 2004-02-11 Andrew Cagney <cagney@redhat.com>
7026
7027 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
7028 * gdbarch.h, gdbarch.c: Re-generate.
7029 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
7030 * v850-tdep.c (v850_gdbarch_init): Update.
7031 * sh64-tdep.c (sh64_gdbarch_init): Update.
7032 * sh-tdep.c (sh_gdbarch_init): Update.
7033 * s390-tdep.c (s390_gdbarch_init): Update.
7034 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
7035 * mips-tdep.c (mips_gdbarch_init): Update.
7036 * mcore-tdep.c (mcore_gdbarch_init): Update.
7037 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
7038 * m32r-tdep.c (m32r_gdbarch_init): Update.
7039 * ia64-tdep.c (ia64_gdbarch_init): Update.
7040 * hppa-tdep.c (hppa_gdbarch_init): Update.
7041 * h8300-tdep.c (h8300_gdbarch_init): Update.
7042 * frv-tdep.c (frv_gdbarch_init): Update.
7043 * d10v-tdep.c (d10v_gdbarch_init): Update.
7044 * cris-tdep.c (cris_gdbarch_init): Update.
7045 * avr-tdep.c (avr_gdbarch_init): Update.
7046 * arm-tdep.c (arm_gdbarch_init): Update.
7047 * alpha-tdep.c (alpha_gdbarch_init): Update.
7048
7049 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
7050
7051 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
7052 comma.
7053 (sh_sh4al_dsp_register_name): Ditto.
7054
7055 2004-02-10 Andrew Cagney <cagney@redhat.com>
7056
7057 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
7058 (mips_init_frame_pc_first): Delete function.
7059 (mips_frame_saved_pc): Delete function.
7060 (mips_frame_chain): Delete function.
7061 (mips_init_extra_frame_info): Delete function.
7062 (mips_xfer_register): Delete unused variable "reg".
7063 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
7064 (mips_n32n64_return_value): Delete unused variable "reg".
7065 (mips_n32n64_return_value): Delete unused variable "pos".
7066 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
7067 (mips_o32_return_value): Delete unused variable "pos".
7068 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
7069 (mips_print_fp_register): Delete unused variable "namelen"
7070 (mips_print_fp_register): Delete unused variable "flt2"
7071 (get_frame_pointer): Delete function.
7072 (cached_proc_desc): Delete static variable.
7073 (mips_pop_frame): Delete function.
7074 (mips_find_saved_regs): Delete function.
7075 (mips_get_saved_register): Delete function.
7076 (mips_saved_pc_after_call): Delete function.
7077 (SIGFRAME_BASE): Delete macro.
7078 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
7079 (SIGFRAME_PC_OFF): Delete macro.
7080 (SIGFRAME_REGSAVE_OFF): Delete macro.
7081 (mips_dump_tdep): Do not print deleted macro definitions.
7082
7083 2004-02-10 Andrew Cagney <cagney@redhat.com>
7084
7085 * Makefile.in (SFILES): Remove explictly listed tui files.
7086 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
7087
7088 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
7089
7090 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
7091 to use paddr functions to format ia64 addresses and long values.
7092 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
7093 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
7094 (get_kernel_table, ia64_find_proc_info_x): Ditto.
7095 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
7096 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
7097
7098 2004-02-10 Andrew Cagney <cagney@redhat.com>
7099
7100 * defs.h: Do not include "tui.h".
7101 * gdb_curses.h: New file.
7102 * tui/tui-hooks.h: New file.
7103 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
7104 (tui_install_hooks, tui_remove_hooks): Delete declarations.
7105 (tui_initialize_io): Delete declaration.
7106 (tui_initialize_readline: Delete redundant declaration.
7107 (struct tui_point): Delete definition.
7108 * tui/tui-data.h (struct tui_point): Define.
7109 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
7110 * utils.c: Include "tui/tui.h".
7111 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
7112 * printcmd.c [TUI]: Include "tui/tui.h".
7113 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
7114 * tui/tui-command.c: Include "gdb_curses.h".
7115 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
7116 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
7117 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
7118 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
7119 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
7120 * Makefile.in: Update all dependencies.
7121 (tui_hooks_h, gdb_curses_h): Define.
7122 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
7123
7124 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
7125
7126 * objfiles.h (struct objfile): Remove unused fields auxf1 and
7127 auxf2. Add comments about some other rarely used fields.
7128
7129 2004-02-10 Andrew Cagney <cagney@redhat.com>
7130
7131 * Makefile.in (init.c): Fix script removing duplicates. Problem
7132 reported by Peter Schauer.
7133
7134 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
7135
7136 * bcache.c (bcache_xmalloc): Use obstack_init instead of
7137 obstack_specify_allocation.
7138 * objfiles.c (allocate_objfile): Ditto.
7139 * solib-sunos.c (solib_add_common_symbols)
7140 (allocate_rt_common_objfile): Ditto.
7141 * symfile.c (reread_symbols): Ditto.
7142 * gdb_obstack.h: Add comment.
7143
7144 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
7145
7146 * linespec.c (decode_line_1, locate_first_half)
7147 (decode_compound, lookup_prefix_sym): Update comments. Delete old
7148 commented out code.
7149
7150 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
7151
7152 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
7153 obstack_free.
7154
7155 2004-02-09 Andrew Cagney <cagney@redhat.com>
7156
7157 * blockframe.c (find_pc_partial_function): If find_pc_overlay
7158 fails, try find_pc_section. Fix PR c++/1267.
7159 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
7160 instead of find_pc_mapped_section.
7161 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
7162 not default to the section containing PC. Fix PR symtab/1519.
7163
7164 2004-02-09 Andrew Cagney <cagney@redhat.com>
7165
7166 * Makefile.in (mips-tdep.o): Update dependencies.
7167 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
7168 "trad-frame.h".
7169 (mips_unwind_pc): Return the pseudo PC register.
7170 (mips_unwind_dummy_id): New function.
7171 (mips16_fetch_instruction): New function.
7172 (mips32_fetch_instruction): New function.
7173 (struct mips_frame_cache): Define.
7174 (mips_mdebug_frame_cache): New function.
7175 (mips_mdebug_frame_this_id): New function.
7176 (mips_mdebug_frame_prev_register): New function.
7177 (mips_mdebug_frame_unwind): Define.
7178 (mips_mdebug_frame_sniffer): New function.
7179 (mips_mdebug_frame_base_address): New function.
7180 (mips_mdebug_frame_base): Define.
7181 (mips_mdebug_frame_base_sniffer): New function.
7182 (mips_gdbarch_init): Append unwind and base sniffers. Set
7183 unwind_dummy_id.
7184
7185 2004-02-08 Andrew Cagney <cagney@redhat.com>
7186
7187 * frame.c: Print both the register number and name.
7188
7189 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
7190 and a sed into a single sed. Make .c and .o patterns more robust.
7191 (OBS): Delete.
7192 (INIT_FILES): Replace OBS with COMMON_OBS.
7193 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
7194
7195 2004-02-08 Mark Kettenis <kettenis@gnu.org>
7196
7197 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
7198 the PT_WCOOKIE request.
7199
7200 2004-02-08 Andrew Cagney <cagney@redhat.com>
7201
7202 * mips-tdep.c (mips_unwind_pc): New function.
7203 (mips_gdbarch_init): Set mips_unwind_pc.
7204
7205 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
7206 (get_frame_id): Allow the UNKNOWN_FRAME.
7207 (frame_register_unwind, get_frame_type): Ditto.
7208
7209 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
7210 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
7211 unwind_dummy_id indicates a legacy frame.
7212
7213 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
7214 * configure: Re-generate.
7215
7216 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
7217 methods.
7218
7219 2004-02-08 Andrew Cagney <cagney@redhat.com>
7220
7221 * configure.in (CONFIG_ALL): Set to Makefile target, and not
7222 makefile macro.
7223 * configure: Re-generate.
7224 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
7225 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
7226 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
7227 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
7228 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
7229 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
7230 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
7231 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
7232 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
7233 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
7234
7235 2004-02-07 Andrew Cagney <cagney@redhat.com>
7236
7237 * Makefile.in: Update all dependencies.
7238
7239 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
7240 * configure: Re-generate.
7241 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
7242 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
7243 (COMMON_OBS): Add "main.o" and "annotate.o".
7244 (ANNOTATE_OBS): Delete.
7245 (OBS): Remove ANNOTATE_OBS.
7246 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
7247 CONFIG_INITS.
7248 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
7249 against CONFIG_OBS and "main.o".
7250 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
7251 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
7252
7253 * tui/tui-command.c: Include "gdb_string.h", delete register
7254 attribute, use ISO-C function signatures.
7255 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
7256 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
7257 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
7258 * tui/tui.c: Ditto.
7259
7260 * tui/tui-command.c: Change variable and function names to lower
7261 case.
7262 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
7263 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
7264 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
7265 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7266 * tui/tui-winsource.c, tui/tui.c: Ditto.
7267
7268 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7269
7270 * buildsym.c (free_pending_blocks, finish_block)
7271 (record_pending_block, make_blockvector, end_symtab): Replace
7272 symbol_obstack with objfile_obstack.
7273 * coffread.c (process_coff_symbol, coff_read_struct_type)
7274 (coff_read_enum_type): Ditto.
7275 * cp-namespace.c (initialize_namespace_symtab)
7276 (check_one_possible_namespace_symbol): Ditto.
7277 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
7278 (dwarf2_symbol_mark_computed): Ditto.
7279 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
7280 * elfread.c (elf_symtab_read): Ditto.
7281 * hpread.c (hpread_symfile_init, hpread_symfile_init)
7282 (hpread_read_enum_type, hpread_read_function_type)
7283 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
7284 Ditto.
7285 * jv-lang.c (get_java_class_symtab, add_class_symbol)
7286 (java_link_class_type): Ditto.
7287 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
7288 (new_symbol): Ditto.
7289 * minsyms.c (install_minimal_symbols): Ditto.
7290 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
7291 (terminate_minimal_symbol_table): Replace symbol_obstack with
7292 objfile_obstack.
7293 (free_objfile): Remove freeing of symbol_obstack.
7294 * objfiles.h: Remove symbol_obstack field.
7295 * pa64solib.c (add_to_solist): Replace symbol_obstack with
7296 objfile_obstack.
7297 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
7298 symbol_obstack.
7299 (solib_add_common_symbols): Replace symbol_obstack with
7300 objfile_obstack.
7301 * somsolib.c (som_solib_add): Ditto.
7302 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
7303 (common_block_start, common_block_end): Ditto.
7304 * symfile.c (reread_symbols): Remove freeing and init of
7305 symbol_obstack.
7306 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
7307 * symfile.h: Update comment.
7308 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
7309 stats printing.
7310 * symtab.c (symbol_set_names): Replace symbol_obstack with
7311 objfile_obstack.
7312 * symtab.h (struct general_symbol_info, struct minimal_symbol):
7313 Update comments.
7314 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
7315 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
7316 objfile_obstack.
7317
7318 2004-02-07 Andrew Cagney <cagney@redhat.com>
7319
7320 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
7321 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
7322 fields and variables.
7323 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
7324 (m_beInvisible): Delete macro.
7325 * tui/tui-data.h: Fix case case fields and variables.
7326 (m_genWinPtrIsNull): Delete macro.
7327 (tui_win_list): Rename winList.
7328 (TUI_SRC_WIN): Rename srcWin.
7329 (TUI_DISASM_WIN): Rename disassemWin.
7330 (TUI_DATA_WIN): Rename dataWin.
7331 (TUI_CMD_WIN): Rename cmdWin.
7332 (m_genWinPtrNotNull): Delete macro.
7333 (m_winPtrIsNull): Delete macro.
7334 (m_winPtrNotNull): Delete macro.
7335 (tui_win_is_source_type): Replace m_winIsSourceType
7336 (tui_win_is_auxillary): Replace m_winIsAuzillary.
7337 (tui_win_has_locator): Replace m_hasLocator.
7338 (tui_set_win_highlight): Replace m_setWinHighlightOn and
7339 m_setWinHighlightOff.
7340 * tui/tui-data.c: Update references.
7341 (tui_win_is_source_type, tui_set_win_highlight): New functions.
7342 (tui_win_has_locator, tui_win_is_auxillary): New functions.
7343 * tui/tui-command.c, tui/tui-disasm.c: Update references.
7344 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
7345 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
7346 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7347 * tui/tui-winsource.c, tui/tui.c: Ditto.
7348
7349 2004-02-07 Mark Kettenis <kettenis@gnu.org>
7350
7351 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
7352 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
7353 StackGhost.
7354
7355 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
7356 variable `i6' to `i7'.
7357 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
7358
7359 2004-02-07 Andrew Cagney <cagney@redhat.com>
7360
7361 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
7362 (TuiPoint, TuiPointPtr): Ditto.
7363 (TuiStatus, TuiStatusPtr): Ditto.
7364 (TuiWinType, TuiWinTypePtr): Ditto.
7365 (struct tui_point): Rename _TuiPoint.
7366 (tui_get_low_disassembly_address): Rename
7367 tuiGetLowDisassemblyAddress.
7368 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
7369 (tuiFree): Delete declaration.
7370 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
7371 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
7372 * tui/tui.c (tuiFree): Delete function.
7373 * cli/cli-cmds.c (disassemble_command): Update references.
7374 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
7375 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
7376 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
7377 * tui/tui-winsource.c: Ditto.
7378
7379 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7380
7381 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
7382 coffstab_build_psymtabs, elfstab_build_psymtabs)
7383 (stabsect_build_psymtabs): Replace psymbol_obstack with
7384 objfile_obstack.
7385 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
7386 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
7387 Ditto.
7388 * dwarfread.c (scan_compilation_units): Ditto.
7389 * elfread.c (elfstab_offset_sections): Ditto.
7390 * hppa-tdep.c (read_unwind_info): Ditto.
7391 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
7392 (hpread_end_psymtab): Ditto.
7393 * mdebugread.c (mdebug_build_psymtabs, add_pending)
7394 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
7395 Ditto.
7396 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
7397 * objfiles.c (add_to_objfile_sections)
7398 (build_objfile_section_table): Ditto.
7399 (allocate_objfile): Remove init of psymbol_obstack.
7400 (free_objfile): Remove freeing of psymbol_obstack.
7401 * objfiles.h (struct objfile): Remove field
7402 psymbol_obstack. Update comments.
7403 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
7404 psymbol_obstack with objfile_obstack.
7405 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
7406 psymbol_obstack.
7407 * somread.c (som_symfile_offsets, init_import_symbols)
7408 (init_export_symbols): Replace psymbol_obstack with
7409 objfile_obstack.
7410 * somsolib.c (som_solib_add_solib_objfile): Ditto.
7411 * symfile.c (default_symfile_offsets, syms_from_objfile)
7412 (reread_symbols): Remove freeing and init of psymbol_obstack.
7413 (cashier_psymtab): Update comment.
7414 * symmisc.c (print_objfile_statistics): Don't report stats for
7415 psymbol obstack.
7416 * symtab.h (struct general_symbol_info, struct partial_symtab):
7417 Update comments.
7418 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
7419 (xcoff_symfile_offsets): Replace psymbol_obstack with
7420 objfile_obstack.
7421
7422 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
7423
7424 * objfiles.h (struct objfile): Add objfile_obstack field.
7425 Remove type_obstack field.
7426
7427 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
7428 read_structure_scope read_enumeration, new_symbol): Replace
7429 type_obstack with objfile_obstack.
7430 * dwarfread.c (struct_type, enum_type): Ditto.
7431 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
7432 (lookup_fundamental_type): Ditto.
7433 * gdbtypes.h (TYPE_ALLOC): Ditto.
7434 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
7435 (hpread_read_doc_function_type, hpread_read_struct_type)
7436 (fix_static_member_physnames, hpread_read_array_type)
7437 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
7438 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
7439 (java_link_class_type): Ditto.
7440 * mdebugread.c (parse_type): Ditto.
7441 * objfiles.c (allocate_objfile, free_objfile): Ditto.
7442 * solib-sunos.c (solib_add_common_symbols): Ditto.
7443 * stabsread.c (define_symbol, read_type, read_member_functions,
7444 read_cpp_abbrev, read_one_struct_field): Ditto.
7445 * symfile.c (reread_symbols): Ditto.
7446 * symmisc.c (print_objfile_statistics): Ditto.
7447
7448 2004-02-07 Andrew Cagney <cagney@redhat.com>
7449
7450 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
7451 (tui_exec_info_content): Rename TuiExecInfoContent.
7452 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
7453 (TuiWinInfo, TuiWinInfoPtr): Ditto.
7454 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
7455 (TuiList, TuiListPtr): Ditto.
7456 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
7457 (TuiDataType, TuiDataTypePtr): Ditto.
7458 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
7459 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
7460 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
7461 (TuiSourceElement, TuiSourceElementPtr): Ditto.
7462 (TuiDataElement, TuiDataElementPtr): Ditto.
7463 (TuiWinElement, TuiWinElementPtr): Ditto.
7464 (TuiDataInfo, TuiDataInfoPtr): Ditto.
7465 (TuiCommandElement, TuiCommandElementPtr): Ditto.
7466 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
7467 (TuiWhichElement, TuiWhichElementPtr): Ditto.
7468 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
7469 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
7470 * tui/tui-command.c, tui/tui-data.c: Update references.
7471 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
7472 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
7473 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
7474 * tui/tui-winsource.c, tui/tui.c: Ditto.
7475
7476 2004-02-07 Mark Kettenis <kettenis@gnu.org>
7477
7478 * dwarf2-frame.h: Update copyright.
7479 (enum dwarf2_frame_reg_rule): New.
7480 (struct dwarf2_frame_state_reg): New.
7481 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
7482 * dwarf2-frame.c: Update copyright.
7483 (enum dwarf2_reg_rule): Remove.
7484 (struct dwarf2_frame_state): Remove defenition of `struct
7485 dwarf2_frame_state_reg'.
7486 (read_reg): Call get_frame_arch to get the architecture instead of
7487 using CURRENT_GDBARCH.
7488 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
7489 DWARF2_FRAME_.
7490 (dwarf2_frame_init_reg): New function.
7491 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
7492 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
7493 initialize the register state. Prefix old `enum dwarf2_reg_rule'
7494 tags with DWARF2_FRAME_.
7495 (dwarf2_frame_prev_register): Call get_frame_arch to get the
7496 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
7497 dwarf2_reg_rule' tags with DWARF2_FRAME_.
7498
7499 2004-02-06 Andrew Cagney <cagney@redhat.com>
7500
7501 * tui/tui-data.h (struct tui_list): Rename _TuiList.
7502 (enum tui_data_type): Rename _TuiDataType.
7503 (struct tui_layout_def): Rename _TuiLayoutDef.
7504 (struct tui_source_element): Rename _TuiSourceElement.
7505 (struct tui_data_element): Rename _TuiDataElement.
7506 (struct tui_command_element): Rename _TuiCommandElement.
7507 (struct tui_locator_element): Rename _TuiLocatorElement.
7508 (union tui_which_element): Define.
7509 (struct tui_win_element): Rename _TuiWinElement.
7510 (struct tui_data_info): Rename _TuiDataInfo.
7511 (struct tui_source_info): Rename _TuiSourceInfo.
7512 (struct tui_command_info): Rename _TuiCommandInfo.
7513 (tui_initialize_static_data): Rename initializeStaticData.
7514 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
7515 (tui_alloc_win_info): Rename allocWinInfo.
7516 (tui_init_generic_part): Rename initGenericPart.
7517 (tui_init_win_info): Rename initWinInfo.
7518 (tui_alloc_content): Rename allocContent.
7519 (tui_add_content_elements): Rename addContentElements.
7520 (tui_init_content_element): Rename initContentElement.
7521 (tui_free_window): Rename freeWindow.
7522 (tui_free_win_content): Rename freeWinContent.
7523 (tui_free_data_content): Rename freeDataContent.
7524 (tui_free_all_source_wins_content): Rename
7525 freeAllSourceWinsContent.
7526 (tui_del_window): Rename tuiDelWindow.
7527 (tui_del_data_windows): Rename tuiDelDataWindows.
7528 (tui_partial_win_by_name): Rename partialWinByName.
7529 (tui_win_name): Rename winName.
7530 (tui_current_layout): Rename currentLayout.
7531 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
7532 (tui_term_height): Rename termHeight.
7533 (tui_set_term_height_to): Rename setTermHeightTo.
7534 (tui_term_width): Rename termWidth.
7535 (tui_set_term_width_to): Rename setTermWidthTo.
7536 (tui_set_gen_win_origin): Rename setGenWinOrigin.
7537 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
7538 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
7539 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
7540 (tui_source_windows): Rename sourceWindows.
7541 (tui_clear_source_windows): Rename clearSourceWindows.
7542 (tui_clear_source_windows_detail): Rename
7543 clearSourceWindowsDetail.
7544 (tui_clear_win_detail): Rename clearWinDetail.
7545 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
7546 (tui_default_tab_len): Rename tuiDefaultTabLen.
7547 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
7548 (tui_win_with_focus): Rename tuiWinWithFocus.
7549 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
7550 (tui_layout_def): Rename tuiLayoutDef.
7551 (tui_win_resized): Rename tuiWinResized.
7552 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
7553 (tui_next_win): Rename tuiNextWin.
7554 (tui_prev_win): Rename tuiPrevWin.
7555 (tui_add_to_source_windows): Rename addToSourceWindows.
7556 * tui/tui-winsource.c, tui/tui-win.c: Update references.
7557 * tui/tui-layout.c, tui/tui-source.c: Ditto.
7558 * tui/tui-stack.c, tui/tui-io.c: Ditto.
7559 * tui/tui.c, tui/tui-data.c: Ditto.
7560 * tui/tui-interp.c, tui/tui-data.c: Ditto.
7561 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
7562
7563 * tui/tui-source.h: Update copyright. Include "tui-data.h".
7564 (struct symtab): Declare.
7565 (tui_set_source_content): Rename tuiSetSourceContent.
7566 (tui_show_symtab_source): Rename tuiShowSource.
7567 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
7568 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
7569 * tui/tui-source.c: Update copyright. Update references.
7570 * tui/tui-win.c, tui/tui-winsource.c: Update references.
7571 * tui/tui-stack.c: Update references.
7572
7573 * tui/tui-win.h: Update copyright. Include "tui-data.h".
7574 (struct tui_win_info): Declare.
7575 (tui_scroll_forward): Rename tuiScrollForward.
7576 (tui_scroll_backward): Rename tuiScrollBackward.
7577 (tui_scroll_left): Rename tuiScrollLeft.
7578 (tui_scroll_right): Rename tuiScrollRight.
7579 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
7580 (tui_resize_all): Rename tuiResizeAll.
7581 (tui_refresh_all_win): Rename tuiRefreshAll.
7582 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
7583 * tui/tui-layout.c, * tui/tui-io.c: Update references.
7584 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
7585 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
7586
7587 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
7588 (tui_erase_data_content): Rename tuiEraseDataContent.
7589 (tui_display_all_data): Rename tuiDisplayAllData.
7590 (tui_check_data_values): Rename tuiCheckDataValues.
7591 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
7592 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
7593 (tui_first_data_element_no_in_line): Rename
7594 tuiFirstDataElementNoInLine.
7595 (tui_delete_data_content_windows): Rename
7596 tuiDeleteDataContentWindows.
7597 (tui_refresh_data_win): Rename tuiRefreshDataWin.
7598 (tui_display_data_from): Rename tuiDisplayDataFrom.
7599 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
7600 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
7601 * tui/tui-win.c, tui/tui-regs.c: Update references.
7602 * tui/tui-layout.c, tui/tui.c: Update references.
7603
7604 * tui/tui-wingeneral.h: Update copyright.
7605 (m_allBeVisible): Delete macro.
7606 (m_allBeInvisible): Delete macro.
7607 (struct tui_gen_win_info): Declare.
7608 (struct tui_win_info): Declare.
7609 (tui_unhighlight_win): Rename unhighlightWin.
7610 (tui_make_visible, tui_make_invisible): Replace makeVisible.
7611 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
7612 (tui_make_window): Rename makeWindow.
7613 (tui_copy_win): Rename copyWin.
7614 (tui_box_win): Rename boxWin.
7615 (tui_highlight_win): Rename highlightWin.
7616 (tui_check_and_display_highlight_if_needed): Rename
7617 checkAndDisplayHighlightIfNeeded.
7618 (tui_refresh_all): Rename refreshAll.
7619 (tui_delete_win): Rename tuiDelwin.
7620 (tui_refresh_win): Rename tuiRefreshWin.
7621 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
7622 (tui_make_visible, tui_make_invisible): New functions.
7623 (tui_make_all_visible, tui_make_all_invisible): New functions.
7624 (make_all_visible): Rename makeAllVisible.
7625 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
7626 * tui/tui-data.c, tui/tui-winsource.c: Update references.
7627 * tui/tui-windata.c, tui/tui-win.c: Update references.
7628 * tui/tui-regs.c, tui/tui-layout.c: Update references.
7629 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
7630
7631 2004-02-06 Mark Kettenis <kettenis@gnu.org>
7632
7633 * proc-api.c (write_with_trace): Initialize local variable to
7634 silence compiler warning.
7635
7636 2004-02-06 Andrew Cagney <cagney@redhat.com>
7637
7638 * tui/tui-source.h: Do not include "defs.h".
7639 (struct tui_win_info): Declare.
7640 (tui_set_source_content_nil): Declare.
7641 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
7642 (union tui_line_or_address): Rename _TuiLineOrAddress.
7643 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
7644 (tui_update_source_window): Rename tuiUpdateSourceWindow.
7645 (tui_update_source_window_as_is): Rename
7646 tuiUpdateSourceWindowAsIs.
7647 (tui_update_source_windows_with_addr): Rename
7648 tuiUpdateSourceWindowsWithAddr.
7649 (tui_update_source_windows_with_line): Rename
7650 tuiUpdateSourceWindowsWithLine.
7651 (tui_clear_source_content): Rename tuiClearSourceContent.
7652 (tui_erase_source_content): Rename tuiEraseSourceContent.
7653 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
7654 (tui_show_source_content): Rename tuiShowSourceContent.
7655 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
7656 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
7657 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
7658 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
7659 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
7660 (tui_update_exec_info): Rename tuiUpdateExecInfo.
7661 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
7662 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
7663 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
7664 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
7665 (struct tui_win_info): Declare.
7666 * tui/tui-stack.c: Update references.
7667 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
7668 * tui/tui-win.c, tui/tui-source.c: Ditto.
7669 * tui/tui.c, tui/tui-disasm.c: Ditto.
7670
7671 2004-02-06 Mark Kettenis <kettenis@gnu.org>
7672
7673 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
7674 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
7675
7676 2004-02-05 Mark Kettenis <kettenis@gnu.org>
7677
7678 * infrun.c (handle_inferior_event): Allow for breakpoint
7679 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
7680 and SIGEMT. Update comments.
7681 * NEWS (Revised SPARC target): Mention support for non-executable
7682 stack.
7683
7684 2004-02-04 Mark Kettenis <kettenis@gnu.org>
7685
7686 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
7687 * inftarg.c: Update copyright year.
7688 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
7689 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
7690 (sparc_xfer_wcookie): New function.
7691 * sparc-tdep.c (sparc_fetch_wcookie): New function.
7692 * Makefile.in (sparc-nat.o): Update dependencies.
7693 * config/sparc/nm-nbsd.h: Include "target.h".
7694 (NATIVE_XFER_WCOOKIE): New define.
7695 (sparc_xfer_wcookie): New prototype.
7696
7697 2004-02-04 Andrew Cagney <cagney@redhat.com>
7698
7699 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
7700 SYSCALL_TRAP function.
7701 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
7702
7703 2004-02-04 Andrew Cagney <cagney@redhat.com>
7704 Daniel Jacobowitz <drow@mvista.com>
7705
7706 * objfiles.h: Delete comments refering to inside_entry_func and
7707 DEPRECATED_FRAME_CHAIN_VALID.
7708 * defs.h (inside_entry_func): Update prototype..
7709 * blockframe.c (inside_entry_func): Rename to
7710 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
7711 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
7712
7713 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
7714
7715 * breakpoint.c (struct captured_parse_breakpoint_args): Move
7716 outside of #ifdef SOLIB_ADD region.
7717 (do_restore_lang_radix_cleanup): Ditto.
7718 (resolve_pending_breakpoint): Ditto.
7719
7720 2004-02-03 Andrew Cagney <cagney@redhat.com>
7721
7722 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
7723 (process_note_abi_tag_sections): Delete unused function.
7724 (ia64_read_fp): Delete unused function.
7725 (gdbarch_extract_struct_value_address): Delete declaration.
7726
7727 2004-02-02 Andrew Cagney <cagney@redhat.com>
7728
7729 * vax-tdep.c (vax_frame_chain): Delete call to
7730 deprecated_inside_entry_file.
7731 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
7732
7733 2004-02-02 Mark Kettenis <kettenis@gnu.org>
7734
7735 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
7736 column that's "empty" or "same value" when eliminating REG_RA
7737 rules.
7738
7739 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7740
7741 * NEWS: Add information about new pending breakpoint support.
7742
7743 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
7744
7745 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
7746 and pending fields for pending breakpoint support.
7747 * breakpoint.c (breakpoint_enabled): Add check for not pending.
7748 (condition_command): Only parse condition if not a pending
7749 breakpoint.
7750 (print_one_breakpoint): Add support for pending breakpoints.
7751 (describe_other_breakpoints): Add checks to verify we are not
7752 dealing with pending breakpoints.
7753 (check_duplicates): Don't check pending breakpoints.
7754 (set_raw_breakpoint): Initialize pending flag.
7755 (do_restore_lang_radix_cleanup): New cleanup routine.
7756 (resolve_pending_breakpoint): New function.
7757 (re_enable_breakpoints_in_shlibs): Try and resolve any
7758 pending breakpoints via resolve_pending_breakpoint.
7759 (mention): Add pending breakpoint support.
7760 (parse_breakpoint_sals): Add new parameter to pass to
7761 decode_line_1 to indicate silent errors when files or functions
7762 are not found. Change all callers.
7763 (do_captured_parse_breakpoint): New function.
7764 (break_command_1): Change prototype to return an rc value and to
7765 take an optional pending breakpoint pointer. Support creating
7766 a pending breakpoint if a "not found" form of error occurs when
7767 parsing the breakpoint. Also support resolving an existing pending
7768 breakpoint and be silent if the resolution fails.
7769 (create_breakpoints): Change prototype to take pending breakpoint
7770 pointer. When resolving a pending breakpoint, use the new pointer
7771 to provide a conditional or commands added by the end-user.
7772 (delete_breakpoint): Add appropriate check for pending.
7773 (breakpoint_re_set_one): Ditto.
7774 (do_enable_breakpoint): Ditto.
7775
7776 2004-02-02 David Carlton <carlton@kealia.com>
7777
7778 * valops.c (enum oload_classification): New.
7779 (find_overload_match): Break implementation into separate
7780 functions; delete #if 0'd code; look for symbols within
7781 namespaces.
7782 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
7783 (find_oload_champ,oload_method_static,classify_oload_match): New.
7784 * cp-support.h: Add declaration for cp_func_name; update
7785 declaration for make_symbol_overload_list.
7786 * cp-support.c (cp_func_name): New.
7787 (overload_list_add_symbol): Fix comment, use
7788 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
7789 (make_symbol_overload_list): Take a function name and a namespace
7790 instead of a symbol; change implementation.
7791 (make_symbol_overload_list_using): New.
7792 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
7793
7794 2004-02-02 Fred Fish <fnf@redhat.com>
7795
7796 * main.c (gdb_stdtarg): Move definition to group with other
7797 gdb_stdtarg definitions and update copyright years.
7798 * remote-sim.c (gdb_os_write_stderr): Write output to
7799 gdb_stdtargerr stream instead of gdb_stdtarg stream.
7800 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
7801 gdb_stderr stream and update copyright years.
7802
7803 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7804
7805 * Makefile.in (mips-linux-nat.o): Update dependencies.
7806 * mips-linux-nat.c: Include mips-tdep.h.
7807
7808 2004-02-01 Roland McGrath <roland@redhat.com>
7809
7810 * sol-thread.c (sol_thread_xfer_partial): New function.
7811 (init_sol_thread_ops): Use that for to_xfer_partial hook.
7812 (init_sol_core_ops): Likewise.
7813
7814 * procfs.c (procfs_xfer_partial): New function.
7815 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
7816 * Makefile.in (procfs.o): Add $(auxv_h) dep.
7817
7818 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
7819 procfs_xfer_auxv function.
7820
7821 * procfs.c (procfs_make_note_section): If we can read
7822 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
7823 * linux-proc.c (linux_make_note_section): Likewise.
7824
7825 * auxv.h: New file.
7826 * auxv.c: New file.
7827 * Makefile.in (auxv_h): New variable.
7828 (COMMON_OBS): Add auxv.o here.
7829 (auxv.o): New target.
7830
7831 * corelow.c (core_xfer_partial): New function.
7832 (init_core_ops): Use it for core_ops.to_xfer_partial.
7833
7834 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
7835 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
7836 macro if that is defined.
7837
7838 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7839
7840 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
7841 and check the specified thread for each breakpoint.
7842 * breakpoint.h (bpstat_stop_status): Update prototype.
7843 * infrun.c (handle_inferior_event): Update calls to
7844 bpstat_stop_status.
7845
7846 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7847
7848 * Makefile.in (cli-cmds.o): Add $(readline_h).
7849
7850 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
7851
7852 * cli/cli-cmds.c: Include readline.h.
7853 (complete_command): Pass the start of the last word to
7854 complete_line.
7855
7856 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
7857
7858 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
7859 argument, and change first argument to a CORE_ADDR.
7860 * breakpoint.h (bpstat_stop_status): Update prototype.
7861 * infrun.c (adjust_pc_after_break): Add a new comment.
7862 (handle_inferior_event): Update calls to bpstat_stop_status.
7863
7864 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
7865
7866 * breakpoint.h: Update copyright years.
7867
7868 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
7869
7870 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
7871 (bpstat_stop_status): Don't decrement PC.
7872 * breakpoint.h (software_breakpoint_inserted_here_p): Add
7873 prototype.
7874 * infrun.c (adjust_pc_after_break): New function.
7875 (handle_inferior_event): Call it, early. Remove later references
7876 to DECR_PC_AFTER_BREAK.
7877 (normal_stop): Add commentary.
7878
7879 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
7880
7881 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
7882 2004-01-27 double-free fix.
7883
7884 2004-01-31 Mark Kettenis <kettenis@gnu.org>
7885
7886 * sparc-tdep.c (sparc_fetch_wcookie): New function.
7887 (sparc32_frame_prev_register): Handle StackGhost.
7888 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
7889
7890 2004-01-29 Roland McGrath <roland@redhat.com>
7891
7892 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
7893 * configure: Regenerated.
7894
7895 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
7896 * Makefile.in (procfs.o): Add dep.
7897
7898 2004-01-28 Andrew Cagney <cagney@redhat.com>
7899
7900 * tui/tui-stack.h: Update copyright.
7901 (struct frame_info): Add opaque declaration.
7902 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
7903 (tui_show_locator_content): Rename tuiShowLocatorContent.
7904 (tui_show_frame_info): Rename tuiShowFrameInfo.
7905 * tui/tui-stack.c: Update copyright. Update references.
7906 * tui/tui-winsource.c: Update references.
7907 * tui/tui-win.c: Update references.
7908 * tui/tui-layout.c: Update references.
7909 * tui/tui-hooks.c: Update copyright, update references.
7910 * tui/tui.c: Update copyright, update references.
7911 * tui/tui-disasm.c: Update references.
7912
7913 2004-01-28 David Carlton <carlton@kealia.com>
7914
7915 * dwarf2read.c (add_partial_structure): Use demangled name if
7916 namespace equals "".
7917
7918 2004-01-27 Jim Blandy <jimb@redhat.com>
7919
7920 Clean up misapplied patch:
7921 * dwarf2read.c (determine_prefix): Change one of the two forward
7922 declarations for 'determine_prefix_aux' to a declaration for this.
7923 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
7924 argument to 'die_specification'.
7925
7926 * dwarf2read.c (read_func_scope): Re-indent comment.
7927
7928 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
7929
7930 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
7931 b->exp to NULL after freeing so that error during re-parsing or
7932 evaluation of expressions associated with breakpoint don't
7933 eventually lead to re-freeing of storage.
7934 Committed by Andrew Cagney.
7935
7936 2004-01-27 Andrew Cagney <cagney@redhat.com>
7937
7938 * source.c (ambiguous_line_spec): Delete undefined declaration.
7939 * m32r-rom.c (m32r_set_board_address): Delete unused function.
7940 (m32r_set_server_address, m32r_set_download_path): Ditto.
7941 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
7942
7943 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
7944
7945 * dwarf2read.c: Update calls to changed and renamed functions, and
7946 references to moved variables.
7947
7948 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
7949 language, language_defn, list_in_scope, and ftypes members.
7950 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
7951 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
7952 (baseaddr): Remove globals.
7953
7954 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
7955 (set_cu_language, die_is_declaration, die_specification)
7956 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
7957 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
7958 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
7959 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
7960
7961 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
7962 cu.list_in_scope. Don't initialize cu_header_offset.
7963 (add_partial_symbol): Add local baseaddr.
7964 (psymtab_to_symtab_1): Add local baseaddr. Use
7965 objfile->section_offsets for consistency. Don't initialize
7966 cu_header_offset; do initialize cu.header.offset and
7967 cu.list_in_scope.
7968 (read_file_scope, read_func_scope, read_lexical_block_scope)
7969 (dwarf_decode_lines, new_symbol): Add local baseaddr.
7970
7971 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
7972
7973 * PROBLEMS: Add gdb/1516.
7974
7975 2003-12-29 Robert Millan <robertmh@gnu.org>
7976
7977 Patch committed by Andrw Cagney.
7978 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
7979 * configure.tgt: Match knetbsd*-gnu.
7980
7981 2004-01-26 Andrew Cagney <cagney@redhat.com>
7982
7983 * breakpoint.c (catch_command_1): Delete #ifdef code.
7984 (catch_fork_command_1): Delete #ifdef wrapper.
7985 (catch_exec_command_1): Ditto.
7986 (catch_load_command_1): Ditto.
7987 (catch_unload_command_1): Ditto.
7988
7989 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
7990 (catch_breakpoint): Delete #if0ed function.
7991 (disable_catch_breakpoint): Ditto.
7992 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
7993 (disable_catch, enable_catch, delete_catch): Ditto.
7994
7995 2004-01-26 Andrew Cagney <cagney@redhat.com>
7996
7997 * remote.c (echo_check, quit_flag): Delete variables.
7998 (cisco_kernel_mode): Delete variable.
7999 (minitelnet_return, tty_input, escape_count): Delete variables.
8000 (remote_cisco_mode): Delete variable.
8001 (remote_cisco_open, remote_cisco_close): Delete function.
8002 (remote_cisco_mourn, remote_cisco_wait): Delete function.
8003 (init_remote_cisco_ops): Delete function.
8004 (_initialize_remote): Do not install "remote cisco" code.
8005 (read_frame): Delete cisco specific code.
8006 (remote_info_process): Delete function.
8007 (remote_wait): Delete cisco specific code.
8008 (remote_cisco_section_offsets): Delete function.
8009 (remote_cisco_objfile_relocate): Delete function.
8010 (remote_async_wait): Delete cisco specific code.
8011 (minitelnet, readtty, readsocket): Delete function.
8012
8013 2004-01-26 Andrew Cagney <cagney@redhat.com>
8014
8015 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
8016 comments mentioning extract_returned_value_address.
8017 * infcmd.c (print_return_value): Update. Add comments on
8018 extract_returned_value_address.
8019 * stack.c (return_command): Add comments on
8020 extract_returned_value_address.
8021 * values.c: Update comment.
8022 * m32r-tdep.c: Update comment.
8023 * sparc-tdep.c: Update comment.
8024 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
8025 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
8026 * sh64-tdep.c (sh64_gdbarch_init): Update.
8027 * sh-tdep.c (sh_gdbarch_init): Update.
8028 * s390-tdep.c (s390_gdbarch_init): Update.
8029 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
8030 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8031 * m68k-tdep.c (m68k_gdbarch_init): Update.
8032 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
8033 * m32r-tdep.c (m32r_gdbarch_init): Update.
8034 * ia64-tdep.c (ia64_gdbarch_init): Update.
8035 * h8300-tdep.c (h8300_gdbarch_init): Update.
8036 * frv-tdep.c (frv_gdbarch_init): Update.
8037 * arm-tdep.c (arm_gdbarch_init): Update.
8038 * alpha-tdep.c (alpha_gdbarch_init): Update.
8039
8040 2004-01-26 Andrew Cagney <cagney@redhat.com>
8041
8042 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
8043 SYMBOL_LOCATION_FUNCS
8044 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
8045 "struct symbol_ops".
8046 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
8047 type to "struct symbol_ops".
8048 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
8049 (struct symbol): Replace ".aux_value.loc.funcs" and
8050 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
8051 (SYMBOL_OBJFILE): Delete macro.
8052 (SYMBOL_LOCATION_FUNCS): Delete macro.
8053 (SYMBOL_LOCATION_BATON): Update.
8054 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
8055 intead of SYMBOL_LOCATION_FUNCS.
8056 * ax-gdb.c (gen_var_ref): Ditto.
8057 * printcmd.c (address_info): Ditto.
8058 * findvar.c (read_var_value): Ditto.
8059 (symbol_read_needs_frame): Ditto.
8060
8061 2004-01-26 Andrew Cagney <cagney@redhat.com>
8062
8063 * dwarf2read.c (read_func_scope): Document frame-base hack.
8064
8065 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8066
8067 * infcmd.c (print_return_value): Plug memory leak; delete
8068 ui_stream object. Rename argument `structure_return' to
8069 `struct_return'.
8070
8071 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8072
8073 * infcmd.c (print_return_value): Wrap long lines.
8074 (finish_command_continuation, finish_command): Remove unused
8075 variable `funcaddr'. Fix some coding-standards problems.
8076
8077 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
8078 SECT_SIZE is large enough, not whether it's exactly the right size.
8079 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
8080 TDEP->fpregset to zero.
8081
8082 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
8083 floating-point registers for traditional NetBSD core files.
8084 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
8085 TDEP->sizeof_fpregset here.
8086
8087 2004-01-25 Mark Kettenis <kettenis@gnu.org>
8088
8089 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
8090 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
8091 function with code split out from
8092 sparc32nbsd_sigcontext_frame_cache.
8093 (sparc32nbsd_sigcontext_frame_cache): Use
8094 sparc32nbsd_sigcontext_saved_regs.
8095 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
8096 OpenBSD.
8097 * sparcobsd-tdep.c: New file.
8098 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
8099 (sparcobsd-tdep.o): New dependency.
8100 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
8101 * config/sparc/obsd.mt: New file.
8102
8103 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
8104 TDEP->fpregset to be initialized to enable core file register
8105 sets.
8106
8107 2004-01-24 Mark Kettenis <kettenis@gnu.org>
8108
8109 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
8110 Add opaque declarations.
8111 (sparc64nbsd_sigcontext_saved_regs): New prototype.
8112 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
8113 function with code split out from
8114 sparc64nbsd_sigcontext_frame_cache.
8115 (sparc64nbsd_sigcontext_frame_cache): Use
8116 sparc64nbsd_sigcontext_saved_regs.
8117 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
8118 OpenBSD.
8119 * sparc64obsd-tdep.c: New file.
8120 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
8121 (sparc64obsd-tdep.o): New dependency.
8122 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
8123 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
8124 * config/sparc/obsd64.mt: New file.
8125
8126 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
8127 read the instruction at PC.
8128
8129 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
8130 value of GDB_OSABI_DEFAULT.
8131 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
8132 instead of GDB_OSABI_NETBSD_AOUT.
8133
8134 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
8135
8136 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
8137 copyright.
8138
8139 2004-01-23 Andrew Cagney <cagney@redhat.com>
8140
8141 * printcmd.c (display_command): Replace tui_set_display call with
8142 tui_set_layout_for_display_command.
8143 * tui/tui.h (enum tui_win_type): Define.
8144 (tui_set_layout): Delete declaration.
8145 (tui_set_layout_for_display_command): Rename set_tui_layout.
8146 * tui/tui-data.h (enum tui_layout_type): Define.
8147 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
8148 "tui.h".
8149 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
8150 (tui_default_win_height): Rename tuiDefaultWinHeight.
8151 (tui_default_win_viewport_height): Rename
8152 tuiDefaultWinViewportHeight.
8153 (tui_set_layout): RenametuiSetLayout.
8154 * tui/tui-layout.c: Update references.
8155 * tui/tui.c: Update references.
8156 * tui/tui-disasm.c: Update references.
8157
8158 2004-01-23 David Carlton <carlton@kealia.com>
8159
8160 Partial workaround for PR c++/1511:
8161 * cp-namespace.c: Include frame.h.
8162 (cp_lookup_transparent_type): New
8163 (cp_lookup_transparent_type_loop): New.
8164 * cp-support.h: Declare cp_lookup_transparent_type.
8165 * symtab.c (basic_lookup_transparent_type): Renamed from
8166 lookup_transparent_type.
8167 (lookup_transparent_type): Replace old body by a call to
8168 current_language->la_lookup_transparent_type.
8169 * symtab.h: Update copyright. Declare
8170 basic_lookup_transparent_type.
8171 * language.h: Update copyright.
8172 (struct language_defn): Add la_lookup_transparent_type.
8173 * language.c: Update copyright.
8174 (unknown_language_defn): Add basic_lookup_transparent_type.
8175 (auto_language_defn): Add basic_lookup_transparent_type.
8176 (local_language_defn): Add basic_lookup_transparent_type.
8177 * ada-lang.c: Update copyright.
8178 (ada_language_defn): Add basic_lookup_transparent_type.
8179 * c-lang.c: Update copyright.
8180 (c_language_defn): Add basic_lookup_transparent_type.
8181 (cplus_language_defn): Add basic_lookup_transparent_type.
8182 (asm_language_defn): Add basic_lookup_transparent_type.
8183 (minimal_language_defn): Add basic_lookup_transparent_type.
8184 * f-lang.c: Update copyright.
8185 (f_language_defn): Add basic_lookup_transparent_type.
8186 * jv-lang.c: Update copyright.
8187 (java_language_defn): Add basic_lookup_transparent_type.
8188 * m2-lang.c: Update copyright.
8189 (m2_language_defn): Add basic_lookup_transparent_type.
8190 * objc-lang.c: Update copyright.
8191 (objc_language_defn): Add basic_lookup_transparent_type.
8192 * p-lang.c: Update copyright.
8193 (p_language_defn): Add basic_lookup_transparent_type.
8194 * scm-lang.c: Update copyright.
8195 (scm_language_defn): Add basic_lookup_transparent_type.
8196 * Makefile.in (cp-namespace.o): Depend on frame.h.
8197
8198 2004-01-23 David Carlton <carlton@kealia.com>
8199
8200 Patch for PR c++/1520:
8201 * dwarf2read.c (read_func_scope): Set processing_current_prefix
8202 properly if we have a specification die.
8203 (determine_prefix_aux): Rename from determine_prefix.
8204 (determine_prefix): Like the old determine_prefix, but never
8205 returns NULL.
8206
8207 2004-01-23 Theodore A. Roth <troth@openavr.org>
8208
8209 * avr-tdep.c: Update copyright.
8210 (avr_iaddr_p): Delete unused function.
8211 (avr_saddr_p): Delete unused function.
8212
8213 2004-01-23 David Carlton <carlton@kealia.com>
8214
8215 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
8216 Fix for PR symtab/1534.
8217
8218 2004-01-23 Mark Kettenis <kettenis@gnu.org>
8219
8220 * NEWS (New native configurations): Mention OpenBSD/sparc and
8221 OpenBSD/sparc64.
8222 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
8223 * configure.host: Likewise.
8224 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
8225 handler for OpenBSD.
8226 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
8227
8228 2004-01-22 Mark Kettenis <kettenis@gnu.org>
8229
8230 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
8231 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
8232
8233 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
8234 * cli/cli-cmds.c (shell_escape): Likewise.
8235
8236 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
8237 OpenBSD .note.openbsd.ident sections.
8238
8239 2004-01-22 David Carlton <carlton@kealia.com>
8240
8241 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
8242 get_scope_pc_bounds.
8243 (read_file_scope): Ditto.
8244 (get_scope_pc_bounds): New function, produced by extracting code
8245 from the above two functions, consolidating it, and adding support
8246 for DW_TAG_namespace.
8247
8248 2004-01-22 Mark Kettenis <kettenis@gnu.org>
8249
8250 * osabi.c (MAX_NOTESZ): New define.
8251 (check_note): New function.
8252 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
8253 check_note.
8254
8255 2004-01-21 Roland McGrath <roland@redhat.com>
8256
8257 * MAINTAINERS (write after approval): Add myself.
8258
8259 2004-01-21 Eli Zaretskii <eliz@gnu.org>
8260
8261 * utils.c (init_page_info): Move declarations of `rows' and
8262 `cols' before the __GO32__-specific code. Move the closing brace
8263 outside the #ifdef __GO32__..#endif block.
8264 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
8265
8266 2004-01-21 Paul Brook <paul@codesourcery.com>
8267
8268 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
8269 BPSTAT_WHAT_CHECK_SHLIBS.
8270
8271 2004-01-21 Paul Brook <paul@codesourcery.com>
8272
8273 * MAINTAINERS: Add myself to write-after-approval.
8274
8275 2004-01-20 Andrew Cagney <cagney@redhat.com>
8276
8277 * ax-gdb.c (print_axs_value): Delete unused function.
8278 * jv-lang.c (java_lookup_type): Delete unused function.
8279 * cli/cli-dump.c (dump_filetype): Delete unused function.
8280 * remote-mips.c (remote_mips_insert_hw_breakpoint)
8281 (remote_mips_remove_hw_breakpoint): Delete unused functions.
8282 (mips_getstring): Delete unused function.
8283 (pmon_insert_breakpoint): Delete #if0ed function.
8284 (PMON_MAX_BP): Delete #if0ed MACRO.
8285 (mips_pmon_bp_info): Delete #if0ed variable.
8286 (pmon_remove_breakpoint): Delete #if0ed function.
8287 * monitor.c (monitor_write_even_block): Delete unused function.
8288 (monitor_write_memory_block): Delete #if0ed code.
8289 * dink32-rom.c (dink32_load): Delete unused function.
8290 (_initialize_dink32_rom): Delete #if0ed code.
8291 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
8292
8293 * tui/tui-command.c: Update references.
8294 * tui/tui-io.c: Update references.
8295 * tui/tui-command.h: Update copyright.
8296 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
8297
8298 * source.c (ambiguous_line_spec): Delete never-defined function.
8299 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
8300 * gdbtypes.c (add_name, add_mangled_type): Ditto.
8301 * cli/cli-cmds.c (validate_comname): Ditto.
8302
8303 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
8304 "tui-data.h".
8305 (tui_set_disassem_content): Rename tuiSetDisassemContent.
8306 (tui_show_disassem): Rename tuiShowDisassem.
8307 (tui_show_disassem_and_update_source): Rename
8308 tuiVerticalDisassemScroll.
8309 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
8310 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
8311 * tui/tui.h: Update copyright.
8312 (enum tui_status): Define.
8313 * tui/tui-data.h (enum tui_scroll_direction): Define.
8314 * tui/tui-disasm.c: Update copyright. Update references.
8315 * tui/tui-winsource.c: Update copyright. Update references.
8316 * tui/tui-win.c: Update references.
8317 * tui/tui-layout.c: Update references.
8318
8319 2004-01-20 Andrew Cagney <cagney@redhat.com>
8320
8321 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
8322 sym2 to start of block.
8323
8324 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
8325
8326 * MAINTAINERS: Delete mmalloc.
8327 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
8328 * NEWS: Mention removal of --with-malloc.
8329 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
8330 * config.in: Regenerate.
8331 * configure: Regenerate.
8332 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
8333 USE_MMALLOC, MMCHECK_FORCE.
8334 * gdbinit.in: Remove mmalloc.
8335 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
8336 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
8337 * config/i386/go32.mh: Likewise.
8338 * config/i386/interix.mh: Likewise.
8339 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8340
8341 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
8342
8343 * linespec.c (decode_variable, symtab_from_filename): Call
8344 error_silent with error message instead of throwing an exception
8345 directly.
8346 * defs.h (error_silent, error_output_message): Add prototypes.
8347 (catch_exceptions_with_msg): Ditto.
8348 * utils.c (error_silent, error_output_message): New functions.
8349 * top.c (catch_exceptions_with_msg): New function.
8350
8351 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
8352
8353 * mi/mi-cmds.h (enum print_values): Add definition.
8354
8355 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
8356 type and value for simple data types and just the name and type
8357 for complex ones, if required.
8358
8359 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
8360 children, if required.
8361
8362 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8363
8364 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
8365 unused declarations.
8366
8367 2004-01-19 Andrew Cagney <cagney@redhat.com>
8368
8369 * top.h (mapped_symbol_files): Delete declaration.
8370 * main.c (captured_main): Delete option "m" and "mapped".
8371 * objfiles.c (mapped_symbol_files): Delete variable.
8372 * symfile.c (symbol_file_command): Delete mmap code.
8373 (symbol_file_add_with_addrs_or_offsets): Ditto.
8374 (add_symbol_file_command, reread_separate_symbols): Ditto.
8375 * objfiles.h (OBJF_MAPPED): Delete.
8376 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
8377 (free_objfile) [USE_MMALLOC]: Ditto.
8378 (open_existing_mapped_file): Delete function.
8379 (open_mapped_file): Delete function.
8380 (map_to_file): Delete function.
8381
8382 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8383
8384 * infrun.c (step_into_function): Account for possible breakpoint
8385 adjustment when computing ``stop_func_start''.
8386
8387 2004-01-19 Kevin Buettner <kevinb@redhat.com>
8388
8389 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
8390 the region size against the size of a pointer, not the size of
8391 a register as given by DEPRECATED_REGISTER_SIZE.
8392
8393 2004-01-19 Andrew Cagney <cagney@redhat.com>
8394
8395 * tui/tui-regs.h: Include "tui-data.h".
8396 (tuiFirstRegElementNoInLine): Delete declaration.
8397 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
8398 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
8399 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
8400 (tui_calculate_regs_column_count): Rename
8401 tuiCalculateRegsColumnCount.
8402 (tui_check_register_values): Rename tuiCheckRegisterValues.
8403 (tui_show_registers): Rename tuiShowRegisters.
8404 (tui_display_registers_from_line): Rename
8405 tuiDisplayRegistersFromLine.
8406 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
8407 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
8408 (tui_first_reg_element_no_inline): Rename
8409 tuiFirstRegElementNoInLine.
8410 * tui/tui-data.h: Update copyright.
8411 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
8412 * tui/tui-windata.c: Update copyright, update references.
8413 * tui/tui-regs.c: Update copyright, update references.
8414 * tui/tui-win.c: Update copyright, update references.
8415 * tui/tui-layout.c: Update copyright, update references.
8416
8417 2004-01-18 Andrew Cagney <cagney@redhat.com>
8418
8419 * tui/tui-io.c: Update copyright.
8420 (key_is_end_sequence, key_is_backspace): New functions.
8421 (key_is_command_char, key_is_start_sequence): New function.
8422 (tui_getc): Update references.
8423 * tui/tui-io.h: Update copyright.
8424 (m_tuiStartNewLine): Delete macro.
8425 (m_isBackspace, m_isDeleteChar): Delete macros.
8426 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
8427 (m_isNextPage, m_isPrevPage): Delete macros.
8428 (m_isLeftArrow, m_isRightArrow): Delete macros.
8429 (m_isXdbStyleCommandChar): Delete macro.
8430 (key_is_start_sequence): Declare, replace m_isStartSequence.
8431 (key_is_end_sequence): Declare, replace m_isEndSequence.
8432 (key_is_backspace): Declare ,replace m_isBackspace.
8433 (key_is_command_char): Declare, replace m_isCommandChar.
8434 * tui/tui-command.c: Update copyright.
8435 (tuiDispatchCtrlChar): Update references.
8436
8437 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
8438 tuiSourceWin.h.
8439
8440 * tui/tui-command.c: Rename tui/tuiCommand.c.
8441 * tui/tui-command.h: Rename tui/tuiCommand.h.
8442 * tui/tui-data.c: Rename tui/tuiData.c.
8443 * tui/tui-data.h: Rename tui/tuiData.h.
8444 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
8445 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
8446 * tui/tui-io.c: Rename tui/tuiIO.c.
8447 * tui/tui-io.h: Rename tui/tuiIO.h.
8448 * tui/tui-layout.c: Rename tui/tuiLayout.c.
8449 * tui/tui-layout.h: Rename tui/tuiLayout.h.
8450 * tui/tui-regs.c: Rename tui/tuiRegs.c.
8451 * tui/tui-regs.h: Rename tui/tuiRegs.h.
8452 * tui/tui-source.c: Rename tui/tuiSource.c.
8453 * tui/tui-source.h: Rename tui/tuiSource.h.
8454 * tui/tui-stack.c: Rename tui/tuiStack.c.
8455 * tui/tui-stack.h: Rename tui/tuiStack.h.
8456 * tui/tui-win.c: Rename tui/tuiWin.c.
8457 * tui/tui-win.h: Rename tui/tuiWin.h.
8458 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
8459 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
8460 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
8461 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
8462 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
8463 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
8464 * tui/tui-file.c: Update includes.
8465 * tui/tui-hooks.c: Update includes.
8466 * tui/tui-interp.c: Update includes.
8467 * tui/tui.c: Update includes.
8468 * Makefile.in: Update all tui/ dependencies.
8469 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
8470
8471 * Makefile.in: Update copyright. Update dependencies.
8472
8473 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
8474 problem.
8475
8476 2004-01-18 Andrew Cagney <cagney@redhat.com>
8477
8478 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
8479 instead of register_gdbarch_init.
8480
8481 * remote-sds.c (tohex): Delete unused function. Update copyright.
8482 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
8483 * v850-tdep.c (v850_register_virtual_size): Ditto.
8484 * target.c (normal_target_post_startup_inferior): Ditto.
8485 * source.c (ambiguous_line_spec): Ditto.
8486 * remote.c (adapt_remote_get_threadinfo): Ditto.
8487 * mi/mi-out.c (out_field_fmt): Ditto.
8488 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
8489 (output_control_change_notification): Ditto.
8490 * m68k-tdep.c (m68k_register_byte): Ditto.
8491 (m68k_remote_breakpoint_from_pc): Ditto.
8492 * ui-out.c (init_ui_out_state): Delete unused declaration.
8493 * stabsread.c (search_value): Ditto.
8494 * mi/mi-cmd-env.c (env_cli_command): Ditto.
8495 * maint.c (print_section_table): Ditto.
8496 * infrun.c (set_follow_fork_mode_command): Ditto.
8497
8498 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8499
8500 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
8501 DW_CFA_def_cfa_exporession. Add support for
8502 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
8503 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
8504
8505 2004-01-18 Andrew Cagney <cagney@redhat.com>
8506
8507 * ocd.c: Update copyright.
8508 (bdm_read_register_command): Delete unused function.
8509 (_initialize_remote_ocd): Delete commented out reference.
8510 (get_quoted_char, reset_packet): Delete #if0ed function.
8511 (output_packet, put_quoted_char): Delete #if0ed function.
8512 (stu_put_packet, stu_get_packet): Delete #if0ed function.
8513 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
8514 (BDM_BREAKPOINT): Delete #if0ed macro.
8515 (remote_timeout): Delete #if0ed variable.
8516
8517 2004-01-18 Mark Kettenis <kettenis@gnu.org>
8518
8519 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
8520 (core-sol2.o): Remove dependency.
8521 * core-sol2.c: Remove file.
8522
8523 2004-01-17 Andrew Cagney <cagney@redhat.com>
8524
8525 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
8526 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
8527 enums.
8528
8529 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8530
8531 * remote.c: Update copyright years.
8532
8533 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8534
8535 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
8536
8537 2004-01-17 Andrew Cagney <cagney@redhat.com>
8538
8539 * mdebugread.c: Update copyright.
8540 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
8541 (parse_type, parse_procedure): Ditto.
8542 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
8543
8544 * cris-tdep.c (cris_store_struct_return): Put back accidently
8545 deleted function.
8546
8547 * gdbarch.sh: Update copyright year.
8548 * gdbarch.h, gdbarch.c: Re-generate.
8549
8550 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8551
8552 Suggested by George Anzinger.
8553 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
8554 correct stack offset. Include unknown opcode numbers in the error
8555 message.
8556
8557 2004-01-17 Andrew Cagney <cagney@redhat.com>
8558
8559 * x86-64-tdep.c (x86_64_init_abi): No need to clear
8560 extract_struct_value_address, i386 does not set it.
8561 * sparc64-tdep.c (sparc64_init_abi): Do not set
8562 extract_struct_value_address, never called.
8563 (sparc64_extract_struct_value_address): Delete function.
8564 * m68hc11-tdep.c: Update copyright.
8565 (m68hc11_gdbarch_init): Delete redundant assignment of
8566 extract_struct_value_address.
8567 * i386-tdep.c: Update copyright.
8568 (i386_gdbarch_init): Do not set extract_struct_value_address,
8569 never called.
8570 (i386_extract_struct_value_address): Delete function.
8571 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
8572 extract_struct_value_address, never called.
8573 (sparc32_extract_struct_value_address): #if 0 function. Add
8574 comments explaining its future.
8575
8576 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8577
8578 * arm-tdep.c (arm_write_pc): New function.
8579 (arm_gdbarch_init): Call set_gdbarch_write_pc.
8580
8581 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
8582
8583 * breakpoint.c (must_shift_inst_regs): Delete.
8584 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
8585 and SHIFT_INST_REGS.
8586 * infcmd.c (step_1, step_1_continuation): Delete references to
8587 SHIFT_INST_REGS.
8588 * infrun.c (keep_going): Likewise.
8589 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
8590 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
8591
8592 2004-01-17 Andrew Cagney <cagney@redhat.com>
8593
8594 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
8595 * gdbarch.h, gdbarch.c: Re-generate.
8596 * infcmd.c (print_return_value): Delete reference to
8597 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8598
8599 * cris-tdep.c (cris_gdbarch_init): Do not set
8600 deprecated_extract_struct_value_address.
8601
8602 * xstormy16-tdep.c: Update copyright.
8603 (xstormy16_extract_struct_value_address): Update to current
8604 extract struct value address interface.
8605 (xstormy16_gdbarch_init): Set extract_struct_value_address.
8606 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
8607 current extract struct value address interface.
8608 (sh64_gdbarch_init): Set extract_struct_value_address.
8609
8610 * cris-tdep.c: Update copyright.
8611 (cris_extract_struct_value_address): Delete function.
8612 (struct_return_address): Delete variable.
8613 (cris_store_struct_return): Do not set struct_return_address.
8614
8615 * mcore-tdep.c: Update copyright.
8616 (mcore_extract_struct_value_address): Delete function. Update
8617 comments.
8618 (mcore_gdbarch_init): Update.
8619 * mn10300-tdep.c: Update copyright.
8620 (mn10300_extract_struct_value_address): Delete function.
8621 (mn10300_gdbarch_init): Update.
8622 * v850-tdep.c: Update copyright.
8623 (v850_extract_struct_value_address): Delete.
8624 (v850_gdbarch_init): Update.
8625 * ns32k-tdep.c: Update copyright.
8626 (ns32k_extract_struct_value_address): Delete.
8627 (ns32k_gdbarch_init): Update.
8628 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
8629 (hppa_gdbarch_init): Update.
8630 * vax-tdep.c: Update copyright.
8631 (vax_extract_struct_value_address): Delete.
8632 (vax_gdbarch_init): Update.
8633
8634 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
8635 * gdbarch.h, gdbarch.c: Re-generate.
8636 * procfs.c (procfs_fetch_registers): Delete reference to
8637 DEPRECATED_NPC_REGNUM.
8638 (procfs_store_registers): Ditto.
8639 * regcache.c (generic_target_write_pc): Simplify.
8640 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
8641
8642 * core-sol2.c (fetch_core_registers): Replace
8643 DEPRECATED_NPC_REGNUM with equivalent tdep value.
8644
8645 * hppa-tdep.c: Update copyright year.
8646 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
8647 NPC_REGNUM.
8648 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
8649
8650 * mips-tdep.c (mips_write_pc): New function.
8651 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
8652 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
8653 (mips_find_saved_regs, mips_software_single_step: Ditto.
8654 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
8655 mips_init_extra_frame_info, mips_pop_frame): Ditto.
8656
8657 2004-01-17 Andrew Cagney <cagney@redhat.com>
8658
8659 * mips-tdep.c: Re-indent. Group functions by ABI.
8660
8661 2004-01-17 Andrew Cagney <cagney@redhat.com>
8662
8663 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
8664 * gdbarch.c: Re-generate.
8665 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8666 DECR_PC_AFTER_BREAK to zero.
8667 * vax-tdep.c (vax_gdbarch_init): Ditto.
8668 * v850-tdep.c (v850_gdbarch_init): Ditto.
8669 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
8670 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8671 * sh-tdep.c (sh_gdbarch_init): Ditto.
8672 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8673 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8674 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8675 * mips-tdep.c (mips_gdbarch_init): Ditto.
8676 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8677 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8678 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
8679 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8680 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
8681 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8682 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8683 * frv-tdep.c (frv_gdbarch_init): Ditto.
8684 * cris-tdep.c (cris_gdbarch_init): Ditto.
8685 * avr-tdep.c (avr_gdbarch_init): Ditto.
8686 * arm-tdep.c (arm_gdbarch_init): Ditto.
8687 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
8688
8689 2004-01-17 J. Brobecker <brobecker@gnat.com>
8690
8691 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
8692 Delete, no longer used.
8693 (read_subrange_type): New function, mostly extracted from
8694 read_array_type().
8695 (read_array_type): Replace extracted code by call to
8696 read_subrange_type().
8697 (dwarf2_get_attr_constant_value): New function.
8698 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
8699 (add_partial_symbol): Likewise.
8700 (process_die): Likewise.
8701 (new_symbol): Likewise.
8702 (read_type_die): Likewise.
8703
8704 2004-01-16 Andrew Cagney <cagney@redhat.com>
8705
8706 * symfile.c: Update copyright year.
8707 (compare_symbols): Delete unused function.
8708 * stabsread.c: Update copyright year.
8709 (lrs_general_complaint): Delete unused function.
8710 (ref_search_value): Ditto.
8711 (get_substring): Delete declaration.
8712 * sh64-tdep.c: Update copyright year.
8713 (sh64_get_gdb_regnum): Delete unused function.
8714 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
8715 Delete unused function.
8716
8717 2004-01-17 Mark Kettenis <kettenis@gnu.org>
8718
8719 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
8720 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
8721
8722 2004-01-16 Andrew Cagney <cagney@redhat.com>
8723
8724 Changes from Peter Schauer.
8725 * rs6000-tdep.c: Update copyright year.
8726 (rs6000_push_dummy_call): Update the stack pointer before
8727 accessing the corresponding stack region.
8728 * rs6000-nat.c: Update copyright year.
8729 (set_host_arch): Set "info.abfd" to "exec_bfd".
8730
8731 2004-01-15 Mark Kettenis <kettenis@gnu.org>
8732
8733 * blockframe.c: Update copyright year.
8734 (inside_entry_func): Don't treat a zero PC specially.
8735
8736 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
8737
8738 * gcore.c (gcore_copy_callback): Use paddr_d to print size
8739 variable.
8740 (gcore_create_callback): Ditto. Skip any memory segment that has
8741 no permissions set.
8742
8743 2004-01-14 David Carlton <carlton@kealia.com>
8744
8745 Change symbols for C++ nested types to contain the fully qualified
8746 name, if possible. (At least in the DWARF-2 case.) Partial fix
8747 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
8748 c++/895.
8749 * c-exp.y (qualified_type): Handle types nested within classes.
8750 * cp-namespace.c: Update comments.
8751 (cp_set_block_scope): Delete #if 0.
8752 (cp_lookup_nested_type): Handle types nested within classes.
8753 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
8754 when appropriate.
8755 (add_partial_symbol): Add the name of the enclosing namespace to
8756 types.
8757 (pdi_needs_namespace): New.
8758 (add_partial_namespace): Tweak comment.
8759 (add_partial_structure): New.
8760 (psymtab_to_symtab_1): Initialize processing_current_prefix
8761 here...
8762 (process_die): instead of here.
8763 (read_structure_scope): Try to figure out the name of the class or
8764 namespace that the structure might be defined within.
8765 (read_enumeration): Generate fully-qualified names, if possible.
8766 (read_namespace): Don't set name to NULL.
8767 (die_specification): New.
8768 (new_symbol): Generate fully-qualified names for types.
8769 (read_type_die): Determine appropriate prefix.
8770 (determine_prefix): New.
8771 (typename_concat): New.
8772 (class_name): New.
8773 * valops.c (value_aggregate_elt): Pass NOSIDE to
8774 value_struct_elt_for_reference.
8775 (value_struct_elt_for_reference): Make static, add NOSIDE
8776 parameter, call value_maybe_namespace_elt as a last resort.
8777 (value_namespace_elt): Break out code into
8778 value_maybe_namespace_elt.
8779 (value_maybe_namespace_elt): New.
8780
8781 2004-01-12 Andrew Cagney <cagney@redhat.com>
8782
8783 * mips-tdep.c (mips_convert_register_p): Handle both raw and
8784 cooked floating-point registers.
8785 (mips_gdbarch_init): Set convert_register_p, register_to_value,
8786 and value_to_register.
8787
8788 2004-01-13 Andrew Cagney <cagney@redhat.com>
8789
8790 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
8791 * gdbarch.c: Re-generate.
8792 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
8793 FUNCTION_START_OFFSET.
8794 * v850-tdep.c (v850_gdbarch_init): Ditto.
8795 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
8796 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8797 * sh-tdep.c (sh_gdbarch_init): Ditto.
8798 * s390-tdep.c (s390_gdbarch_init): Ditto.
8799 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
8800 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
8801 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8802 * mips-tdep.c (mips_gdbarch_init): Ditto.
8803 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8804 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
8805 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
8806 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
8807 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
8808 * i386-tdep.c (i386_gdbarch_init): Ditto.
8809 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
8810 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
8811 * frv-tdep.c (frv_gdbarch_init): Ditto.
8812 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
8813 * cris-tdep.c (cris_gdbarch_init): Ditto.
8814 * avr-tdep.c (avr_gdbarch_init): Ditto.
8815 * arm-tdep.c (arm_gdbarch_init): Ditto.
8816 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
8817
8818 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
8819
8820 * infrun.c (follow_fork_mode_ask): Remove.
8821 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
8822 (follow_fork): Simplify and remove internal error for
8823 follow_fork_mode_ask.
8824 (_initialize_infrun): Update "set follow-fork-mode" help text.
8825
8826 2004-01-13 Andrew Cagney <cagney@redhat.com>
8827
8828 * configure.in: Update copyright year.
8829 (build_warnings): Add -Wunused-label.
8830 * configure: Re-generate.
8831
8832 2004-01-12 Andrew Cagney <cagney@redhat.com>
8833
8834 * exec.h (exec_ops): Make "extern".
8835
8836 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
8837 the function is void.
8838 (mips_pseudo_register_write): Ditto.
8839
8840 2004-01-12 Andrew Cagney <cagney@redhat.com>
8841
8842 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
8843 call. Never defined.
8844 * sparc-tdep.h (struct frame_info): Add opaque declaration.
8845 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
8846 (struct sparc_gregset, struct regcache): Ditto.
8847 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
8848
8849 2004-01-12 Andrew Cagney <cagney@redhat.com>
8850
8851 * mi/ChangeLog: Delete file. Renamed to ...
8852 * mi/ChangeLog-1999-2003: New file.
8853 * tui/ChangeLog: Delete file. Renamed to ...
8854 * tui/ChangeLog-1998-2003: New file.
8855
8856 2004-01-11 Mark Kettenis <kettenis@gnu.org>
8857
8858 * sparc64nbsd-tdep.c: Include "regset.h".
8859 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
8860 Remove variables.
8861 (fetch_core_registers): Remove function.
8862 (sparc64nbsd_core_fns): Remove variable.
8863 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
8864 functions.
8865 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
8866 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
8867 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
8868
8869 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
8870 sparc_extract_struct_value_address.
8871 (sparc32_gdbarch_init): Set extract_struct_value_address.
8872 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
8873 function.
8874 (sparc64_init_abi): Set extract_struct_value_address. Don't set
8875 return_value_on_stack.
8876
8877 * NEWS: Mention that %cs and %ss have been added to the AMD64
8878 configurations
8879
8880 * frame.c: Update copyright year.
8881 (get_prev_frame): Improve comment.
8882
8883 * sparc64fbsd-tdep.c: Include "regset.h".
8884 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
8885 Remove variables.
8886 (fetch_core_registers): Remove function.
8887 (sparc64fbsd_core_fns): Remove variable.
8888 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
8889 functions.
8890 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
8891 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
8892 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
8893
8894 * sparcnbsd-tdep.c: Include "regset.h".
8895 (fetch_core_registers): Remove function.
8896 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
8897 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
8898 functions.
8899 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
8900 TDEP->fpregset.
8901 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
8902
8903 * sparc-tdep.h (struct regset): Provide opaque declaration.
8904 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
8905 fpregset and sizeof_fpregset members.
8906 * sparc-tdep.c (struct regset): Provide opaque declaration.
8907 (sparc_regset_from_core_section): New function.
8908 (sparc32_gdbarch_init): Initialize TDEP->gregset,
8909 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
8910 Set regset_from_core_section when appropriate.
8911
8912 2004-01-10 Mark Kettenis <kettenis@gnu.org>
8913
8914 * x86-64-tdep.c (amd64_non_pod_p): New function.
8915 (amd64_classify_aggregate): Return class memory for non-POD
8916 C++ structure types.
8917
8918 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
8919 argument. Use it to reserve a register if necessary.
8920 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
8921 amd64_push_arguments.
8922
8923 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
8924
8925 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
8926 register numbers in comments.
8927 * x86-64-tdep.h: Update copyright year.
8928 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
8929 Adjust for addition of %cs and %ss.
8930 * amd64fbsd-nat.c: Update copyright year.
8931 (reg_offset): Add register offsets for %cs and %ss.
8932 * amd64fbsd-tdep.c: Update copyright year.
8933 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
8934 (amd64fbsd_sc_reg_offset): Likewise.
8935 * x86-64-linux-nat.c: Update copyright year.
8936 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
8937 and %ss.
8938 * amd64nbsd-nat.c: Update copyright year.
8939 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
8940 * amd64nbsd-tdep.c: Update copyright year.
8941 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
8942 * x86-64-linux-tdep.c: Update copyright year.
8943 (user_to_gdb_regmap): Add mapping for %cs and %ss.
8944 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
8945 * regformats/reg-x86-64.dat: Add %cs and %ss.
8946
8947 * blockframe.c (inside_entry_func): Reformat. Introduce new local
8948 variables to prevent long lines. Update comments to reflect
8949 reality.
8950
8951 2004-01-09 David Carlton <carlton@kealia.com>
8952
8953 Checked in by Elena Zannoni <ezannoni@redhat.com>.
8954 * dwarf2read.c (read_namespace): Pull out name-generating code
8955 into namespace_name. Rename previous_namespace to previous_prefix
8956 and processing_current_namespace to processing_current_prefix..
8957 (namespace_name): New function.
8958 (add_partial_symbol): Substitute uses of pdi->name with
8959 actual_name.
8960 * cp-support.h: Rename processing_current_namespace to
8961 processing_current_prefix.
8962 Update copyright year.
8963 * cp-namespace.c: Rename processing_current_namespace to
8964 processing_current_prefix.
8965 Update copyright year.
8966
8967 2004-01-09 Andrew Cagney <cagney@redhat.com>
8968
8969 * jv-valprint.c, ser-unix.c: Add missing copyright years.
8970
8971 2004-01-09 Mark Kettenis <kettenis@gnu.org>
8972
8973 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
8974 complaining.
8975 (process_one_symbol): Deal with N_PATCH stabs.
8976
8977 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
8978
8979 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
8980 ifdeffed code.
8981 Update copyright year.
8982
8983 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8984
8985 * config/pa/tm-hppa.h: Update extern declarations for
8986 hppa32_hpux_frame_saved_pc_in_sigtramp,
8987 hppa32_hpux_frame_base_before_sigtramp, and
8988 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
8989
8990 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
8991
8992 * config/pa/tm-hppah.h: Update copyright years.
8993
8994 2004-01-08 Andrew Cagney <cagney@redhat.com>
8995
8996 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
8997 (mips_o32_reg_struct_has_addr): Delete function.
8998 (mips_gdbarch_init): Update.
8999 (mips_extract_struct_value_address): Delete function.
9000
9001 2004-01-08 David Mosberger <davidm@hpl.hp.com>
9002
9003 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
9004 reality.
9005
9006 2004-01-07 Andrew Cagney <cagney@redhat.com>
9007
9008 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
9009 architecture's elf flags (when available).
9010
9011 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
9012 FPU to the start, check the MIPS FPU when looking for an old
9013 architecture.
9014 (set_mipsfpu_single_command): Update the architecture.
9015 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
9016
9017 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
9018 (mips_mask_address_p): Add "tdep" parameter.
9019 (show_mask_address, mips_addr_bits_remove): Update.
9020 (mips_dump_tdep): Update.
9021 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
9022 (MIPS_STACK_ARGSIZE): Delete macro.
9023 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
9024 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
9025 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
9026 (mips_dump_tdep): Update.
9027 (MIPS_SAVED_REGSIZE): Delete macro.
9028 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
9029 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
9030 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
9031 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
9032 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
9033 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
9034 (mips_pop_frame, return_value_location): Update.
9035 (mips_n32n64_return_value, mips_dump_tdep): Update.
9036
9037 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
9038 MIPS ABI.
9039
9040 * mips-tdep.c: Update copyright.
9041 (mips_gdbarch_init): Merge two code blocks handling the register
9042 name and number layout.
9043
9044 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
9045
9046 * tracepoint.c (validate_actionline): Fix segv at EOF
9047
9048 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
9049
9050 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
9051 properly for static fields.
9052
9053 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
9054 Jason Molenda <jmolenda@apple.com>
9055
9056 * disasm.c: Update copyright to include 2004.
9057 (do_mixed_source_and_assembly): For uiout asm list
9058 and tuple cleanups, initialize to null_cleanup instead of
9059 NULL and do so prior to loop. Only reset when we close off
9060 the tuple/list. Move check for whether to close off the
9061 asm tuple/list to after dump_insns call where it will be run
9062 on each loop iteration.
9063
9064 2004-01-05 Andrew Cagney <cagney@redhat.com>
9065
9066 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
9067 should be a switch case and not a label.
9068 * mips-tdep.c (mips32_next_pc): Delete unused labels
9069 "greater_equal_branch" and "less_zero_branch".
9070 * jv-valprint.c (java_print_value_fields): Delete unused label
9071 "flush_it".
9072
9073 * target.c (unpush_target): Only close a target that is in the
9074 target stack.
9075
9076 2004-01-05 Mark Kettenis <kettenis@gnu.org>
9077
9078 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
9079 address from [sp + 64] instead of %o2.
9080
9081 * frame.c (get_prev_frame): Don't try to unwind the PC. This
9082 fixes PR backtrace/1476.
9083
9084 2004-01-05 Andrew Cagney <cagney@redhat.com>
9085
9086 * libunwind-frame.h (struct frame_id): Add opaque declaration,
9087 move to start of file.
9088 * i386-tdep.h (struct regcache): Add opaque declaration.
9089 * config/ia64/nm-linux.h (struct target_ops): Add opaque
9090 declaration.
9091 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
9092 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
9093 * win32-nat.c (fake_create_process): Use ISO C style definition.
9094 * stabsread.c (define_symbol): Delete #ifndef
9095 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
9096 stabs_argument_has_addr call, macro never defined.
9097
9098 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
9099
9100 * op50-rom.c: Delete.
9101 * w89k-rom.c: Delete.
9102 * Makefile.in: Remove references.
9103
9104 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9105
9106 * x86-64-tdep.c: Update copyright year.
9107 (struct amd64_register_info): Rename from x86_64_register_info.
9108 (amd64_register_info): Rename from x86_64_register_info.
9109 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
9110 (amd64_register_name): Rename from x86_64_register_name.
9111 (amd64_register_type): Rename from x86_64_register_type.
9112 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
9113 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
9114 (amd64_dwarf_reg_to_regnum): Rename from
9115 x86_64_dwarf_reg_to_regnum.
9116 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
9117 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
9118 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
9119 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
9120 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
9121 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
9122 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
9123 (amd64_frame_cache): Rename from x86_64_frame_cache.
9124 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
9125 (amd64_frame_prev_register): Rename from
9126 x86_64_frame_prev_register.
9127 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
9128 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
9129 (amd64_sigtramp_frame_cache): Rename from
9130 x86_64_sigtramp_frame_cache.
9131 (amd64_sigtramp_frame_prev_register): Rename from
9132 x86_64_sigtramp_frame_prev_register.
9133 (amd64_sigtramp_frame_unwind): Rename from
9134 x86_64_sigtramp_frame_unwind.
9135 (amd64_sigtramp_frame_sniffer): Rename from
9136 x86_64_sigtramp_frame_sniffer.
9137 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
9138 (amd64_frame_base): Rename from x86_64_frame_base.
9139 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
9140 (amd64_frame_align): Rename from x86_64_frame_align.
9141 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
9142 (amd64_regset_from_core_section): Rename from
9143 x86_64_regset_from_core_section.
9144 (x86_64_init_abi): Update comments.
9145
9146 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
9147
9148 * MAINTAINERS (write after approval): Add myself.
9149
9150 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9151
9152 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9153 `float' arguments.
9154
9155 2004-01-04 Mark Kettenis <kettenis@gnu.org>
9156
9157 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
9158 such that it mentions a specific version of GCC that exhibits this
9159 bug.
9160
9161 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9162
9163 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
9164 structure that has a single `float' member, store it in %f1 in
9165 addition to %f0.
9166
9167 * sparc-sol2-nat.c: Add missing '\'.
9168
9169 * sparc-tdep.c (sparc32_return_value): New function.
9170 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
9171 Remove functions.
9172 (sparc32_gdbarch_init): Set return_value, don't set
9173 extract_return_value, store_return_value, use_struct_convention
9174 and return_value_on_stack.
9175
9176 * sparc-sol2-nat.c: Add missing ')'.
9177
9178 2004-01-03 J. Brobecker <brobecker@gnat.com>
9179
9180 * infrun.c (handle_step_into_function): New function.
9181 (handle_inferior_event): Extract out some code into the new
9182 function above.
9183
9184 2004-01-03 J. Brobecker <brobecker@gnat.com>
9185
9186 * infrun.c (handle_inferior_event): Move the declaration of
9187 real_stop_pc inside the if blocks where it is used.
9188
9189 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9190
9191 * sparc64-tdep.c (sparc64_16_byte_align_p)
9192 (sparc64_store_floating_fields, sparc64_store_floating_fields):
9193 Use check_typedef to get subtypes of structures and unions.
9194 (sparc64_store_return_value): Fix calculation of the appropriate
9195 offset into VALBUF when storing a structure or union.
9196 (sparc64_return_value): New function.
9197 (sparc64_use_struct_convention): Remove function.
9198 (sparc64_init_abi): Set return_value, don't set
9199 extract_return_value, store_return_value and
9200 use_struct_convention.
9201
9202 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
9203
9204 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
9205 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
9206 gdb/config/alpha/xm-alphaosf.h,
9207 gdb/config/powerpc/tm-ppcle-eabi.h,
9208 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
9209 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
9210 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
9211 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
9212 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
9213 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
9214 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
9215 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
9216 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
9217 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
9218 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
9219 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
9220 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
9221 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
9222 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
9223 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
9224 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
9225 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
9226 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
9227 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
9228 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
9229 Remove lines for .cvsignore files.
9230
9231 2004-01-03 J. Brobecker <brobecker@gnat.com>
9232
9233 * infrun.c: Back out the previous change.
9234
9235 2004-01-03 Mark Kettenis <kettenis@gnu.org>
9236
9237 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
9238 sparc-*-sunos4* to the list of REMOVED configurations.
9239
9240 * configure.tgt: Add back sparc-*-vxworks*.
9241 * remote-vxsparc.c: Remove all includes except for "defs.h",
9242 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
9243 Include "sparc-tdep.h".
9244 (SPARC_R_G1): New define.
9245 (vxsparc_gregset): New variable.
9246 (ext_format_sparc): Remove extern declaration.
9247 (vx_read_register): Rewrite to use sparc32_supply_gregset and
9248 sparc32_supply_fpregset.
9249 (vx_write_register): Rewrite to use sparc32_collect_gregset,
9250 sparc_collect_rwindow and sparc32_collect_fpregset.
9251 * config/sparc/tm-vxworks.h: New file, based on recently removed
9252 tm-vxsparc.h.
9253 * config/sparc/vxworks.mt: New file, based on recently removed
9254 vxworks.mt.
9255
9256 2004-01-03 J. Brobecker <brobecker@gnat.com>
9257
9258 * infrun.c (handle_step_into_function): New function.
9259 (handle_inferior_event): Extract out some code into the new
9260 function above.
9261
9262 2004-01-02 Mark Kettenis <kettenis@gnu.org>
9263
9264 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
9265 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
9266 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
9267 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
9268 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
9269 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
9270 (sparc_nat_h): New variable.
9271 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
9272 (tm-sun4os4.h): Remove dependency.
9273 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
9274 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
9275 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
9276 sparc-tdep.o): Update dependencies.
9277 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
9278 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
9279 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
9280 dependencies.
9281 * configure.host: Remove existing sparc-*-lynxos*,
9282 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
9283 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
9284 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
9285 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
9286 triplets.
9287 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
9288 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
9289 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
9290 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
9291 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
9292 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
9293 sparc64-*-solaris2* and sparc64-*-* triplets.
9294 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
9295 "symtab.h" and "objfiles.h".
9296 (BIAS): Remove define.
9297 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
9298 (X_DISP19): Remove macros.
9299 (sparc_fetch_instruction): Remove function.
9300 (struct gdbarch_tdep): Remove definition.
9301 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
9302 (sparc_breakpoint_from_pc): Remove function.
9303 (struct sparc64_frame_cache): Remove definition.
9304 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
9305 sparc64_unwind_pc): Remove functions.
9306 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
9307 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
9308 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
9309 (sparc64_frame_cache): Change return type to `struct
9310 sparc_frame_cache *'. Simply call sparc_frame_cache.
9311 (sparc64_frame_this_id, sparc64_frame_prev_register,
9312 sparc64_frame_base_address): Use `struct sparc_frame_cache'
9313 instead of `struct sparc64_frame_cache.
9314 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
9315 sparc_analyze_control_transfer, sparc_software_single_step,
9316 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
9317 _initialize_sparc64_tdep): Remove functions.
9318 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
9319 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
9320 macros.
9321 (sparc64_supply_gregset, sparc64_collect_gregset,
9322 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
9323 (sparc64_init_abi): New function.
9324 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
9325 inclusion guard. Include "sparc-tdep.h".
9326 (BIAS): Define.
9327 (r_tstate_offset, r_fprs_offset): New defines.
9328 (enum sparc_regnum): Remove defenition.
9329 (enum sparc64_regnum): Reformat.
9330 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
9331 (sparc64_init_abi, sparc64_supply_gregset,
9332 sparc64_collect_gregset, sparc64_supply_fpregset,
9333 sparc64_collect_fpregset): New prototypes.
9334 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
9335 Add extern declarations.
9336 (sparc64_sol2_init_abi): New prototype.
9337 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
9338 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
9339 prototypes.
9340 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
9341 "sparnbsd-nat.h".
9342 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
9343 functions.
9344 (_initialize_sparc64fbsd_nat): Remove initialization of
9345 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
9346 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
9347 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
9348 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
9349 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
9350 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
9351 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
9352 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
9353 (sparc64fbsd_r_y_offset): Remove variables.
9354 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
9355 Make static and const.
9356 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
9357 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
9358 functions.
9359 (sparc64fbsd_gregset): New variable.
9360 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
9361 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
9362 and sparc64_supply_fpregset.
9363 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
9364 (sparc64fbsd_sigtramp_frame_this_id)
9365 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
9366 (sparc64fbsd_sigtramp_frame_unwind): New variable.
9367 (sparc64fbsd_sigtramp_frame_sniffer): New function.
9368 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
9369 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
9370 * sparcnbsd-tdep.c: Update copyright year. Include
9371 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
9372 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
9373 "value.h" and "sparcnbsd-tdep.h".
9374 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
9375 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
9376 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
9377 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
9378 defines.
9379 (sparcnbsd_gregset): New variable.
9380 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
9381 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
9382 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
9383 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
9384 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
9385 variables.
9386 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
9387 (sparc32nbsd_sigcontext_frame_this_id)
9388 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
9389 (sparc32nbsd_sigcontext_frame_unwind): New variable.
9390 (sparc32nbsd_sigtramp_frame_sniffer): New function.
9391 (sparcnbsd_get_longjmp_target_32,
9392 sparcnbsd_get_longjmp_target_64): Remove functions.
9393 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
9394 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
9395 sparcnbsd_init_elf): Remove.
9396 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
9397 (sparcnbsd_elf_init_abi): New functions.
9398 (_initialize_sparcnbsd_tdep): New prototype.
9399 (_initialize_sparnbsd_tdep): Update.
9400 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
9401 corelow.o. Add sparc64-nat.o and sparc-nat.o.
9402 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
9403 * config/sparc/linux.mh: Update comment.
9404 (XM_FILE, HOST_IPC): Remove variables.
9405 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
9406 sparc-linux-nat.o.
9407 * config/sparc/linux.mt: Update comment.
9408 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
9409 * config/sparc/nbsd.mt: Reformat.
9410 * config/sparc/nbsd64.mh: Update comment.
9411 (NATDEPFILES): Add sparc-nat.o.
9412 * config/sparc/nbsd64.mt: Update comment.
9413 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
9414 (TM_FILE): Set to tm-nbsd.h.
9415 * config/sparc/nbsdelf.mh: Update comment.
9416 (NATDEPFILES): Add sparc-nat.o.
9417 (XM_FILE): Delete.
9418 * config/sparc/nbsdaout.mh: Update comment.
9419 (NATDEPFILES): Add sparc-nat.o
9420 (XM_FILE): Delete.
9421 * config/sparc/nm-linux.h: Update copyright year. Don't include
9422 "config/nm-svr4.h" and "solib.h". Add protection against multiple
9423 inclusion.
9424 (KERNEL_U_SIZE): Remove define.
9425 (kernel_u_size): Remove prototype.
9426 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
9427 * config/sparc/nm-nbsd.h: Update copyright. Don't include
9428 "regcache.h".
9429 (CHILD_PREPARE_TO_STORE): Remove define.
9430 * config/sparc/nm-nbsdaout.h: Tweak some comments.
9431 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
9432 sparcnbsd-nat.c: Rewrite files.
9433 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
9434 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
9435 sparcnbsd-tdep.h: Remove files.
9436 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
9437 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
9438 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
9439 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
9440 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
9441 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
9442 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
9443 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
9444 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
9445 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
9446 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
9447 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
9448 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
9449 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
9450 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
9451 * config/sparc/linux64.mh, config/sparc/linux64.mt,
9452 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
9453 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
9454 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
9455
9456 2004-01-02 Andrew Cagney <cagney@redhat.com>
9457
9458 From 2003-12-18 Kazuhiro Inaoka:
9459 * configure.host: Add m32r-linux target.
9460
9461 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
9462
9463 * top.c (print_gdb_version): Update year to 2004.
9464
9465 2004-01-02 Mark Mitchell <mark@codesourcery.com>
9466
9467 * MAINTAINERS: Add myself to the write-after-approval category.
9468
9469 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
9470
9471 From Bernardo Innocenti <bernie@develer.com>:
9472 * configure.tgt: Add uClinux target.
9473
9474 2004-01-02 Andrew Cagney <cagney@redhat.com>
9475
9476 * utils.c (do_my_cleanups): Make static, add forward declaration.
9477 * defs.h (do_my_cleanups): Delete declaration.
9478
9479 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
9480
9481 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
9482 bfd/ChangeLog-0203.
9483
9484 2004-01-02 Mark Kettenis <kettenis@gnu.org>
9485
9486 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
9487 in <machine/reg.h>.
9488 * configure, config.in: Regenerate.
9489
9490 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
9491 tui/ChangeLog-1998-2003.
9492 \f
9493 Local Variables:
9494 mode: change-log
9495 left-margin: 8
9496 fill-column: 74
9497 version-control: never
9498 End:
This page took 0.235853 seconds and 5 git commands to generate.