2004-09-16 Andrew Cagney <cagney@gnu.org>
[binutils-gdb.git] / gdb / ChangeLog
1 2004-09-16 Andrew Cagney <cagney@gnu.org>
2
3 * inf-child.c: Include "gdb_string.h".
4 (inf_child_core_file_to_sym_file): Delete.
5 (inf_child_target): Set to_fetch_registers and to_store_registers.
6 * inf-ptrace.c: Include "gdb_string.h".
7 * Makefile.in: Update all dependencies.
8
9 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
10 problem.
11
12 2004-09-14 Joel Brobecker <brobecker@gnat.com>
13
14 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
15 call to heuristic_proc_desc. Remove code that became redundant
16 as a consequence.
17 (read_next_frame_reg): Remove special case for SP_REGNUM.
18 (set_reg_offset): Fix small typo.
19 (reset_saved_regs): New procedure.
20 (mips32_heuristic_proc_desc): No longer compute a fake
21 procedure descriptor. Compute the full frame cache instead.
22 Some minor comment reformatting.
23
24 2004-09-14 Andrew Cagney <cagney@gnu.org>
25
26 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
27 maintainer.
28
29 * thread-db.c (thread_db_new_objfile): Assume that there is a
30 child process.
31
32 2004-09-13 Jim Blandy <jimb@redhat.com>
33
34 * valops.c (value_assign): Move 'buffer' to the enclosing block,
35 so that its storage isn't referenced after its lifetime ends.
36
37 * valops.c (value_assign): 'use_buffer' is initialized to zero,
38 and never assigned to. Delete it, and the 'if (use_buffer)'
39 clauses. Delete 'raw_buffer', since it is now unused.
40
41 2004-09-13 Andrew Cagney <cagney@gnu.org>
42
43 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
44 * configure: Re-generate.
45 * nlm/Makefile.in (TAGS): Update.
46 * Makefile.in (TAGS): Update.
47 * config/vax/nbsd.mt (TM_FILE): Update.
48 * config/sparc/vxworks.mt (TM_FILE): Update.
49 * config/sparc/sol2.mt (TM_FILE): Update.
50 * config/sparc/sol2-64.mt (TM_FILE): Update.
51 * config/sparc/obsd64.mt (TM_FILE): Update.
52 * config/sparc/obsd.mt (TM_FILE): Update.
53 * config/sparc/nbsd64.mt (TM_FILE): Update.
54 * config/sparc/nbsd.mt (TM_FILE): Update.
55 * config/sparc/linux64.mt (TM_FILE): Update.
56 * config/sparc/linux.mt (TM_FILE): Update.
57 * config/sparc/fbsd.mt (TM_FILE): Update.
58 * config/sh/wince.mt (TM_FILE): Update.
59 * config/sh/nbsd.mt (TM_FILE): Update.
60 * config/sh/linux.mt (TM_FILE): Update.
61 * config/sh/embed.mt (TM_FILE): Update.
62 * config/s390/s390.mt (TM_FILE): Update.
63 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
64 * config/rs6000/rs6000.mt (TM_FILE): Update.
65 * config/rs6000/aix4.mt (TM_FILE): Update.
66 * config/powerpc/vxworks.mt (TM_FILE): Update.
67 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
68 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
69 * config/powerpc/obsd.mt (TM_FILE): Update.
70 * config/powerpc/nbsd.mt (TM_FILE): Update.
71 * config/powerpc/linux.mt (TM_FILE): Update.
72 * config/powerpc/aix.mt (TM_FILE): Update.
73 * config/pa/obsd.mt (TM_FILE): Update.
74 * config/pa/linux.mt (TM_FILE): Update.
75 * config/pa/hppahpux.mt (TM_FILE): Update.
76 * config/pa/hppa64.mt (TM_FILE): Update.
77 * config/pa/hppa.mt (TM_FILE): Update.
78 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
79 * config/mips/wince.mt (TM_FILE): Update.
80 * config/mips/vxmips.mt (TM_FILE): Update.
81 * config/mips/nbsd.mt (TM_FILE): Update.
82 * config/mips/linux.mt (TM_FILE): Update.
83 * config/mips/irix6.mt (TM_FILE): Update.
84 * config/mips/irix5.mt (TM_FILE): Update.
85 * config/mips/embed.mt (TM_FILE): Update.
86 * config/m68k/vxworks68.mt (TM_FILE): Update.
87 * config/m68k/st2000.mt (TM_FILE): Update.
88 * config/m68k/os68k.mt (TM_FILE): Update.
89 * config/m68k/obsd.mt (TM_FILE): Update.
90 * config/m68k/nbsd.mt (TM_FILE): Update.
91 * config/m68k/monitor.mt (TM_FILE): Update.
92 * config/m68k/linux.mt (TM_FILE): Update.
93 * config/m68k/cisco.mt (TM_FILE): Update.
94 * config/ia64/linux.mt (TM_FILE): Update.
95 * config/ia64/aix.mt (TM_FILE): Update.
96 * config/ia64/ia64.mt (TM_FILE): Update.
97 * config/i386/vxworks.mt (TM_FILE): Update.
98 * config/i386/obsd64.mt (TM_FILE): Update.
99 * config/i386/obsd.mt (TM_FILE): Update.
100 * config/i386/nto.mt (TM_FILE): Update.
101 * config/i386/nbsd64.mt (TM_FILE): Update.
102 * config/i386/nbsd.mt (TM_FILE): Update.
103 * config/i386/linux64.mt (TM_FILE): Update.
104 * config/i386/linux.mt (TM_FILE): Update.
105 * config/i386/i386sol2.mt (TM_FILE): Update.
106 * config/i386/i386lynx.mt (TM_FILE): Update.
107 * config/i386/fbsd64.mt (TM_FILE): Update.
108 * config/i386/fbsd.mt (TM_FILE): Update.
109 * config/i386/cygwin.mt (TM_FILE): Update.
110 * config/h8300/h8300.mt (TM_FILE): Update.
111 * config/frv/frv.mt (TM_FILE): Update.
112 * config/cris/cris.mt (TM_FILE): Update.
113 * config/arm/wince.mt (TM_FILE): Update.
114 * config/arm/nbsd.mt (TM_FILE): Update.
115 * config/arm/linux.mt (TM_FILE): Update.
116 * config/arm/embed.mt (TM_FILE): Update.
117 * config/alpha/nbsd.mt (TM_FILE): Update.
118 * config/alpha/fbsd.mt (TM_FILE): Update.
119 * config/alpha/alpha.mt (TM_FILE): Update.
120 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
121 * config/alpha/alpha-linux.mt (TM_FILE): Update.
122
123 Eliminate event_loop_p, always has the value 1.
124 * defs.h (event_loop_p): Delete macro.
125 * breakpoint.c (until_break_command): Simplify.
126 * utils.c (prompt_for_continue): Simplify.
127 * tracepoint.c (read_actions): Simplify.
128 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
129 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
130 (set_prompt, init_main): Simplify.
131 (init_signals, disconnect): Delete, unused.
132 * remote.c (remote_async_resume)
133 (extended_remote_async_create_inferior): Simplify.
134 * mi/mi-interp.c (mi_input): Delete, unused.
135 (mi_interpreter_resume, mi_command_loop): Simplify.
136 * interps.c (current_interp_command_loop): Simplify.
137 * infrun.c (proceed): Simplify.
138 * infcmd.c (run_command, continue_command, step_1, jump_command)
139 (until_command, advance_command, finish_command)
140 (interrupt_target_command): Simplify.
141 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
142
143 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
144 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
145 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
146 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
147 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
148 * mips-tdep.c (mips_dump_tdep): Do not print same.
149
150 2004-09-12 Andrew Cagney <cagney@gnu.org>
151
152 * valprint.c (print_longest): Use fputs_filtered. Make "val"
153 const.
154 * Makefile.in (valprint.o): Delete explict rule.
155
156 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
157 reported by Dave Anderson.
158
159 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
160
161 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
162
163 2004-09-12 Salvador E. Tropea <set@users.sf.net>
164 Andrew Cagney <cagney@gnu.org>
165
166 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
167 (mi_cmd_data_list_register_values)
168 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
169 the register number computation.
170
171 2004-09-12 Andrew Cagney <cagney@gnu.org>
172
173 * ppcnbsd-nat.c: Include "inf-ptrace.h".
174 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
175 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
176 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
177 target.
178 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
179 inf-ptrace.o and inf-child.o.
180 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
181 * Makefile.in: Update dependencies.
182
183 2004-09-11 Andrew Cagney <cagney@gnu.org>
184
185 * language.c (hex_string, hex_string_custom): Move from here ...
186 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
187 (CELLSIZE): Increase to 50.
188 * language.h (hex_string, hex_string_custom): Move from here ...
189 * defs.h: ... to here.
190 * Makefile.in: Update all dependencies.
191
192 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
193
194 * language.c (local_hex_format_custom): Remove.
195 (local_hex_string): Rename to hex_string, use C format, and move to
196 utils.c
197 (local_hex_string_custom): Rename to hex_string_custom and change
198 interface. Now uses C format. Move to utils.c
199 (local_octal_format_custom): Remove.
200 (local_decimal_format_custom): Remove.
201 (unknown_language_defn): Remove language-specific number
202 formatting entries.
203 (auto_language_defn): Ditto.
204 (local_language_defn): Ditto.
205 * language.h (struct language_format_info): Delete declaration.
206 (struct language_defn): Remove language_format_info fields
207 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
208 (local_binary_format): Remove macro.
209 (local_binary_format_prefix): Remove macro.
210 (local_binary_format_specifier): Remove macro.
211 (local_binary_format_suffix): Remove macro.
212 (local_octal_format): Remove macro.
213 (local_octal_format_prefix): Remove macro.
214 (local_octal_format_specifier): Remove macro.
215 (local_octal_format_suffix): Remove macro.
216 (local_decimal_format): Remove macro.
217 (local_decimal_format_prefix): Remove macro.
218 (local_decimal_format_specifier): Remove macro.
219 (local_decimal_format_suffix): Remove macro.
220 (local_hex_format): Remove macro.
221 (local_hex_format_prefix): Remove macro.
222 (local_hex_format_specifier): Remove macro.
223 (local_hex_format_suffix): Remove macro.
224 (local_decimal_format_custom): Remove.
225 (local_octal_format_custom): Remove.
226 (local_hex_format_custom): Remove.
227 (local_hex_string): Rename to hex_string and move to defs.h.
228 (local_hex_string_custom): Rename to hex_string_custom, change
229 interface, and move to defs.h.
230 * utils.c: (int_string): New function.
231 (hex_string): New function (from language.c).
232 (hex_string_custom): New function (from language.c).
233 (octal2str): New function.
234 (decimal2str): Add width parameter.
235 (paddr_u): Use new decimal2str interface.
236 (paddr_d): Ditto.
237 * defs.h (hex_string): Declare.
238 (hex_string_custom): Declare.
239 (int_string): Declare.
240 * printcmd.c (print_scalar_formatted): Remove localized binary
241 formatting.
242 * valprint.c (print_longest): Use int_string.
243 (print_floating): Use C hex format.
244 (print_hex_chars): Ditto.
245 (print_binary_chars): Remove language-specific formatting.
246 (print_octal_chars): Use C octal format.
247 (print_decimal_chars): Delocalize format.
248 (print_decimal): Remove.
249 * ada-lang.c (ada_language_defn): Remove language-specific number
250 formatting entries.
251 * p-lang.c (pascal_language_defn): Ditto.
252 * c-lang.c (c_language_defn): Ditto.
253 (cplus_language_defn): Ditto.
254 (asm_language_defn): Ditto.
255 (minimal_language_defn): Ditto.
256 * f-lang.c (f_language_defn): Ditto.
257 * jv-lang.c (java_language_defn): Ditto.
258 * m2-lang.c (m2_language_defn): Ditto.
259 * scm-lang.c (scm_language_defn): Ditto.
260 * objc-lang.c (objc_language_defn): Ditto.
261 * memattr.c (mem_info_command): Use renamed hex_string_custom with
262 new interface.
263 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
264 * ui-out.c (ui_out_field_core_addr): Ditto.
265 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
266 * exec.c (print_section_info): Ditto.
267 * i387-tdep.c (print_i387_status_word): Ditto.
268 (print_i387_control_word): Ditto.
269 (i387_print_float_info): Ditto.
270 * maint.c (maint_print_section_info): Ditto.
271 * solib.c (info_sharedlibrary_command): Ditto.
272 * somsolib.c (som_sharedlibrary_info_command): Ditto.
273 * symtab.c (print_msymbol_info): Ditto.
274 * tracepoint.c (tracepoints_info): Ditto.
275 * solib-frv.c (lm_base): Ditto.
276 (frv_current_sos): Ditto.
277 (enable_break2): Ditto.
278 (enable_break): Ditto.
279 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
280 (process_one_symbol): Ditto.
281 * infcmd.c (program_info): Ditto.
282 * mdebugread.c (parse_partial_symbols): Ditto.
283 * symfile.c (add_symbol_file_command): Ditto.
284 * cli/cli-cmds.c (edit_command): Ditto.
285 (list_command): Ditto.
286 * infcall.c (call_function_by_hand): Ditto.
287 * remote-vx.c (vx_run_files_info): Ditto.
288 (vx_wait): Ditto.
289 (vx_attach): Ditto.
290 (vx_detach): Ditto.
291 (vx_kill): Ditto.
292 * aix-thread.c (pdc_symbol_addrs): Ditto.
293 (pdc_read_regs): Ditto.
294 (pdc_write_regs): Ditto.
295 (pdc_read_data): Ditto.
296 (pdc_write_data): Ditto.
297 * d10v-tdep.c (display_trace): Ditto.
298 * rs6000-nat.c (find_toc_address): Ditto.
299 * aix-thread.c: Don't include language.h.
300 * buildsym.c: Ditto.
301 * dbxread.c: Ditto.
302 * mdebugread.c: Ditto.
303 * rs6000-nat.c: Ditto.
304 * buildsym.c (make_blockvector): Use renamed hex_string.
305
306 2004-09-10 Jason Molenda (jmolenda@apple.com)
307
308 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
309 chars after 'if' or 'while' commands in user-defined commands.
310
311 2004-09-08 Jim Blandy <jimb@redhat.com>
312
313 Fix bug reported and analyzed by Olivier Crete:
314 * symfile.c (copy_section_addr_info): New function.
315 (symbol_file_add_with_addrs_or_offsets): Use it to save the
316 original set of address arguments, instead of handwritten code
317 that uses one length to allocate and a different length to
318 initialize. Use make_cleanup_free_section_addr_info.
319 * symfile.h (copy_section_addr_info): New declaration.
320 * utils.c: #include "symfile.h".
321 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
322 New functions.
323 * defs.h (make_cleanup_free_section_addr_info): New declaration.
324 * Makefile.in (utils.o): Update dependencies.
325
326 2004-09-08 Andrew Cagney <cagney@gnu.org>
327
328 * thread-db.c (keep_thread_db): Delete.
329 (thread_db_new_objfile, thread_db_create_inferior)
330 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
331
332 2004-09-08 Mark Kettenis <kettenis@gnu.org>
333
334 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
335 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
336 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
337 (i386_frameless_signal_p): Remove prototype.
338 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
339 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
340 I386_SSE_NUM_REGS.
341 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
342 instead of FP0_REGNUM.
343 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
344 of FP0_REGNUM and FPC_REGNUM.
345
346 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
347 (sunos_solib_create_inferior_hook): Don't call
348 sunos_relocate_main_executable.
349
350 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
351 solib_svr4_fetch_link_map_offsets to
352 svr4_ilp32_fetch_link_map_offsets.
353 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
354 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
355 svr4_ilp32_fetch_link_map_offsets.
356 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
357
358 2004-09-07 Jim Blandy <jimb@redhat.com>
359
360 * frame.h (frame_register): Doc fix.
361
362 2004-09-07 Andrew Cagney <cagney@gnu.org>
363
364 * vx-share/wait.h: Delete #ifdef USG.
365 * utils.c (request_quit): Ditto.
366 * tui/tui.c (tui_reset): Ditto.
367 * remote.c: Ditto.
368 * remote-sds.c: Ditto.
369 * remote-rdi.c: Ditto.
370 * mdebugread.c: Ditto.
371 * m68klinux-nat.c: Ditto.
372 * infttrace.c: Ditto.
373 * infptrace.c: Ditto.
374 * i386v-nat.c: Ditto.
375 * exec.c: Ditto.
376 * dbxread.c: Ditto.
377 * core-aout.c: Ditto.
378
379 2004-09-05 Joel Brobecker <brobecker@gnat.com>
380
381 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
382 heuristic_proc_desc.
383 (mips_insn32_frame_cache): Likewise.
384
385 2004-09-04 Joel Brobecker <brobecker@gnat.com>
386
387 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
388 left behind by error.
389
390 2004-09-04 Joel Brobecker <brobecker@gnat.com>
391
392 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
393 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
394
395 2004-09-04 Joel Brobecker <brobecker@gnat.com>
396
397 * config/rs6000/xm-aix4.h: Remove this file.
398 * config/rs6000/aix4.mh (XM_FILE): Delete.
399
400 2004-09-04 Joel Brobecker <brobecker@gnat.com>
401
402 * config/rs6000/xm-rs6000.h: Remove this file.
403 * config/rs6000/rs6000.mh (XM_FILE): Remove.
404
405 2004-09-03 Andrew Cagney <cagney@gnu.org>
406
407 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
408 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
409 only use.
410
411 * mips-tdep.c (temp_saved_regs): Delete.
412 (set_reg_offset): Replace saved_regs parameter with this_cache.
413 (heuristic_proc_desc, mips16_heuristic_proc_desc)
414 (mips32_heuristic_proc_desc): Add this_cache parameter.
415 (mips_insn32_frame_cache, mips_insn16_frame_cache)
416 (after_prologue): Pass a NULL this_cache.
417
418 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
419 non-kernel trap prologues.
420
421 * mips-tdep.c (find_proc_desc): Delete function.
422 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
423 simplify.
424 (mips_insn16_frame_cache): Replace find_proc_desc with code from
425 mips_insn32_frame_cache.
426
427 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
428 Simplify as NEXT_FRAME is NULL.
429 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
430
431 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
432 local variable.
433 (mips_skip_prologue): Update.
434
435 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
436 "cur_frame" parameter.
437 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
438 (mips_insn32_frame_cache, find_proc_desc): Update
439
440 * config/vax/nm-obsd.h: Delete file.
441 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
442 * config/vax/nm-nbsd.h: Delete file.
443 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
444 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
445 * config/sh/nm-nbsd.h: Delete file.
446 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
447 * config/rs6000/nm-rs6000ly.h: Delete file.
448 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
449 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
450 * config/powerpc/nm-obsd.h: Delete file.
451 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
452 * config/powerpc/nm-nbsd.h: Delete file.
453 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
454 * config/pa/nm-obsd.h: Delete file.
455 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
456 * config/mips/nm-nbsd.h: Delete file.
457 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
458 * config/m88k/nm-obsd.h: Delete file.
459 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
460 * config/m68k/nm-nbsd.h: Delete file.
461 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
462 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
463 * config/i386/nm-nbsd.h: Delete file.
464 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
465 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
466 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
467 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
468 * config/i386/nm-i386lynx.h: Delete file.
469 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
470 * config/arm/nm-nbsd.h: Delete file.
471 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
472 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
473
474 * config/i386/tm-fbsd.h: Delete file.
475 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
476 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
477
478 * config/rs6000/tm-rs6000-aix4.h: Delete file.
479 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
480 * config/rs6000/aix4.mt (TM_FILE): Set to
481 config/rs6000/tm-rs6000.h.
482 * config/powerpc/tm-ppc-aix.h: Delete file.
483 * config/powerpc/aix.mt (TM_FILE): Set to
484 config/rs6000/tm-rs6000.h.
485 * config/m68k/tm-linux.h: Delete file.
486 * config/m68k/linux.mt (TM_FILE): Set to solib.h
487 * config/i386/tm-linux64.h: Delete file.
488 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
489 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
490
491 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
492 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
493 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
494 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
495 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
496 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
497 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
498 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
499 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
500
501 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
502 gdb_host_cpu.
503
504 2004-09-02 Joel Brobecker <brobecker@gnat.com>
505
506 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
507 Minor reformatting. Some code factoring.
508
509 2004-09-02 Andrew Cagney <cagney@gnu.org>
510
511 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
512 * config/vax/tm-nbsd.h: Delete file.
513 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
514 * config/sparc/tm-vxworks.h: Delete file.
515 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
516 * config/sparc/tm-nbsd.h: Delete file.
517 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
518 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
519 * config/sparc/tm-linux.h: Delete file.
520 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
521 * config/s390/tm-linux.h: Delete file.
522 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
523 * config/pa/tm-bsd.h: Delete file.
524 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
525 * config/m68k/tm-obsd.h: Delete file.
526 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
527 * config/m68k/tm-nbsd.h: Delete file.
528 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
529 * config/i386/tm-vxworks.h: Delete file.
530 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
531 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
532 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
533 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
534 * config/i386/tm-nbsd.h: Delete file.
535 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
536 * config/i386/tm-i386lynx.h: Delete file.
537 * config/cris/cris.mt (TM_FILE): Set to solib.h.
538 * config/cris/tm-cris.h: Delete file.
539
540 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
541 * configure: Re-generate.
542 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
543 * config/arm/tm-nbsd.h: Delete file.
544
545 * config/powerpc/tm-ppcle-sim.h: Delete.
546 * config/powerpc/tm-ppcle-eabi.h: Delete.
547 * config/powerpc/tm-nbsd.h: Delete.
548 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
549 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
550 tm-ppcle-eabi.h.
551
552 * config/i386/nto.mh (NAT_FILE): Delete.
553 * config/i386/nm-nto.h: Delete.
554
555 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
556 * config/m68k/tm-os68k.h: Ditto.
557 * config/m68k/tm-monitor.h: Ditto.
558 * config/m68k/tm-cisco.h: Ditto.
559 * config/m68k/st2000.mt (TM_FILE): Delete.
560 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
561 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
562 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
563 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
564
565 * config/m68k/tm-st2000.h: Delete.
566 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
567 * config/sparc/fbsd.mt (TM_FILE): Delete.
568 * config/sparc/tm-fbsd.h: Delete.
569
570 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
571 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
572 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
573
574 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
575 GDB_TM_FILE and GDB_XM_FILE.
576 * gdbarch.c: Re-generate.
577 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
578 quotes in macro definition.
579 * configure.in: Re-generate.
580
581 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
582 validating architecture methods.
583 * gdbarch.c: Re-generate.
584
585 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
586 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
587 GDB_MULTI_ARCH_PARTIAL.
588 * gdbarch.h: Re-generate.
589
590 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
591 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
592 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
593 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
594 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
595 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
596 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
597 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
598 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
599 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
600 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
601 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
602
603 2004-09-01 Andrew Cagney <cagney@gnu.org>
604
605 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
606 and main_func_highpc.
607 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
608 * objfiles.c (init_entry_point_info, objfile_relocate): Update
609 * nlmread.c (nlm_symfile_read): Update.
610
611 2004-09-01 Joel Brobecker <brobecker@gnat.com>
612
613 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
614 (mips_insn32_frame_cache): Inline call to find_proc_desc.
615 (find_proc_desc): Remove dead code.
616
617 2004-09-01 Joel Brobecker <brobecker@gnat.com>
618
619 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
620
621 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
622
623 * observer.sh: Add struct so_list declaration.
624 * Makefile.in: Add dependencies on observer.h for solib.c and
625 breakpoint.c.
626 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
627 function.
628 (_initialize_breakpoint): Register
629 disable_breakpoints_in_unloaded_shlib as an observer of the
630 "solib unloaded" observation event.
631 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
632 call decode_line_1 so unfound breakpoint errors are silent.
633 * solib.c (update_solib_list): When a solib is discovered to have
634 been unloaded by the program, notify all observers of the
635 "solib unloaded" observation event.
636
637 2004-09-01 Andrew Cagney <cagney@gnu.org>
638
639 * frame.c: Include "objfiles.h".
640 (inside_main_func): New function.
641 (get_prev_frame): Use new inside_main_func.
642 * Makefile.in (frame.o): Update dependencies.
643 * defs.h (inside_main_func): Delete declaration.
644 * blockframe.c (inside_main_func): Delete function.
645
646 2004-08-31 Jim Blandy <jimb@redhat.com>
647
648 * dwarf2read.c (is_vtable_name): New function, based on logic from
649 read_structure_type, but passing the correct length to strncmp,
650 and using 'sizeof' instead of 'strlen'.
651 (read_structure_type): Call it.
652
653 2004-08-31 Joel Brobecker <brobecker@gnat.com>
654
655 * config/powerpc/aix.mh: Add comment.
656
657 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
658
659 * MAINTAINERS: Add self to Write-After-Approval.
660
661 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
662
663 * MAINTAINERS: Add self to Write-After-Approval.
664
665 2004-08-30 Andrew Cagney <cagney@gnu.org>
666
667 Fix PR breakpoints/1757.
668 * infrun.c (struct execution_control_state): Replace
669 remove_breakpoints_on_following_step with
670 step_after_step_resume_breakpoint.
671 (init_execution_control_state): Update.
672 (handle_inferior_event): For signals, when stepping off a
673 breakpoint, set step_after_step_resume_breakpoint. When
674 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
675 (keep_going): Delete code handling
676 remove_breakpoints_on_following_step.
677
678 2004-08-29 David Lecomber <david@streamline-computing.com>
679
680 Fix PR gdb/648
681 * language.h (enum array_ordering): New enum.
682 * language.h (struct language_defn): New la_array_ordering
683 attribute.
684 * language.c (unknown_language_defn, auto_language_defn)
685 (local_language_defn): Ditto.
686 * ada-lang.c (ada_language_defn): Ditto.
687 * c-lang.c (c_language_defn, cplus_language_defn)
688 (asm_language_defn, minimal_language_defn): Ditto.
689 * f-lang.c (f_language_defn): Ditto.
690 * jv-lang.c (java_language_defn): Ditto.
691 * m2-lang.c (f_language_defn): Ditto.
692 * objc-lang.c (objc_language_defn): Ditto.
693 * p-lang.c (pascal_language_defn): Ditto.
694 * scm-lang.c (scm_language_defn): Ditto.
695 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
696 oriented large to small in type structure.
697 * dwarf2read.c (read_array_order): New function.
698 (read_array_type): Use read_array_order to check row/column
699 major ordering.
700
701 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
702
703 * target.c (target_resize_to_sections): Check
704 current_target.to_sections for an old value when updating.
705
706 2004-08-27 Joel Brobecker <brobecker@gnat.com>
707
708 * procfs.c (dbx_link_bpt_addr): New static global variable.
709 (dbx_link_shadow_contents): New static global variable.
710 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
711 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
712 if we just hit it.
713 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
714 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
715 from run to run.
716 (procfs_create_inferior): Remove syssgi syscall-exit notifications
717 after the inferior has been forked.
718 (remove_dbx_link_breakpoint): New function.
719 (dbx_link_addr): New function.
720 (insert_dbx_link_bpt_in_file): New function.
721 (insert_dbx_link_bpt_in_region): New function.
722 (insert_dbx_link_breakpoint): New function.
723 (proc_trace_syscalls_1): New function, extracted from
724 proc_trace_syscalls.
725 (proc_trace_syscalls): Replace extract code by call to
726 proc_trace_syscalls_1.
727 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
728 is no longer valid.
729
730 2004-08-25 Jim Blandy <jimb@redhat.com>
731
732 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
733
734 2004-08-25 Andrew Cagney <cagney@gnu.org>
735
736 * infrun.c (struct execution_control_state): Delete field
737 "stepping_through_sigtramp".
738 (init_execution_control_state): Do not set same.
739 (context_switch): Do not pass same to save_infrun_state and
740 load_infrun_state.
741 * gdbthread.h (struct thread_info): Delete field
742 stepping_through_sigtramp.
743 (save_infrun_state, load_infrun_state): Delete parameter
744 stepping_through_sigtramp.
745 * thread.c (load_infrun_state, save_infrun_state): Update.
746
747 * infrun.c: Re-indent. Move expression operators to the beginning
748 of the line. Remove long disabled #if 0 code.
749
750 2004-08-24 Andrew Cagney <cagney@gnu.org>
751
752 * doublest.h (floatformat_ieee_quad): Rename
753 floatformat_ia64_quad.
754 * doublest.c (floatformat_ieee_quad): Rename
755 floatformat_ia64_quad.
756 (_initialize_doublest): Update.
757
758 2004-08-24 Jim Blandy <jimb@redhat.com>
759
760 * dwarf2expr.h (struct dwarf_expr_context): New members
761 'num_pieces' and 'pieces', for returning the result of an
762 expression that uses DW_OP_piece.
763 (struct dwarf_expr_piece): New struct type.
764 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
765 pieces.
766 (free_dwarf_expr_context): Free pieces, if any.
767 (add_piece): New function.
768 (execute_stack_op): Implement DW_OP_piece.
769 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
770 expression is a list of pieces, print an error message.
771 (dwarf2_loc_desc_needs_frame): If the expression yields
772 pieces, and any piece is in a register, then we need a frame.
773
774 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
775 the stack until we've decided what sort of result the evaluation
776 has produced. Use separate variables, with more specific names.
777
778 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
779
780 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
781 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
782 (arm_netbsd_init_abi_common): Register them.
783
784 2004-08-22 Mark Kettenis <kettenis@gnu.org>
785
786 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
787
788 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
789 safe_frame_unwind_memory instead of target_read_memory.
790
791 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
792 Reorder includes.
793 (fetch_register, store_register): Remove prototypes.
794 (child_resume): Reorganize code and comments such that it is
795 grouped a bit more logically.
796 (attach): Explicitly compare errno against 0.
797 (detach): Likewise. Use perror_with_name instead of
798 print_sys_errmsg.
799 * Makefile.in (infptrace.o): Update dependencies.
800
801 * ia64-linux-nat.c: Update copyright year.
802 (fetch_debug_register, store_debug_register)
803 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
804 PTRACE_TYPE_ARG3.
805 * config/ia64/nm-linux.h: Update copyright year.
806 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
807
808 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
809 from CORE_ADDR to struct frame_info *. Use
810 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
811 (amd64_linux_sigtramp_p): Adjust for changed signature of
812 and64_linux_sigtramp_start
813
814 * gdb_ptrace.h: GNU/Linux.
815
816 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
817 Remove defines.
818
819 * infptrace.c: Include "gdb_assert.h".
820 (PTRACE_XFER_TYPE): Remove define.
821 (offsetof): Only define if U_REGS_OFFSET isn't defined.
822 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
823 Tweak comment.
824 (fetch_inferior_registers, store_inferior_registers): Remove
825 redundant culry braces. Tweak comment. s/regno/regnum.
826 * Makefile.in (infptrace.o): Update dependencies.
827
828 * configure.in: Change test for return type of ptrace to default
829 to `long' instead of `int'.
830 * configure: Regenerate.
831
832 2004-08-21 Mark Kettenis <kettenis@gnu.org>
833
834 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
835
836 * configure.in: Check for ttrace function.
837 * configure, config.in: Regenerate.
838
839 * gdb_ptrace.h: New file.
840 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
841 <sys/ptrace.h>.
842 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
843 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
844 (attach): Don't define PT_ATTACH.
845 (detach): Don't define PT_DETACH.
846 * Makefile.in (gdb_ptrace_h): New variable.
847 (infptrace.o): Update dependencies.
848
849 2004-08-16 Mark Kettenis <kettenis@gnu.org>
850
851 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
852 instead of `int' if not already defined.
853 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
854 PTRACE_TYPE_ARG3.
855 * infptrace.c (call_ptrace): Revert change that replaced
856 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
857
858 2004-08-15 Mark Kettenis <kettenis@gnu.org>
859
860 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
861 Remove defines.
862
863 * linux-nat.c (kill_inferior): Add missing third and fourth
864 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
865
866 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
867 PTRACE_TYPE_RET.
868
869 * proc-why.c (proc_prettyfprint_why): Fix format string.
870
871 * solib-osf.c (osf_current_sos): Remove unsused label.
872
873 * configure.in: Add <ncurses/ncurses.h> to the list of possible
874 curses headers.
875 * configure, config.in: Regenerate.
876 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
877 <ncurses/ncurses.h>.
878
879 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
880 * config/nm-nbsd.h: Update copyright year.
881 (PTRACE_ARG3_TYPE): Remove define.
882
883 * sparc-nat.c (fetch_inferior_registers)
884 (store_inferior_registers, sparc_xfer_wcookie):
885 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
886
887 * alphabsd-nat.c (fetch_inferior_registers):
888 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
889 PTRACE_TYPE_ARG3.
890 * amd64bsd-nat.c (fetch_inferior_registers)
891 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
892 PTRACE_TYPE_ARG3.
893 * armnbsd-nat.c: Update copyright year.
894 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
895 (store_register, store_regs, store_fp_register, store_fp_regs):
896 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
897 * hppabsd-nat.c (fetch_inferior_registers)
898 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
899 PTRACE_TYPE_ARG3.
900 * i386bsd-nat.c (fetch_inferior_registers)
901 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
902 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
903 * m68kbsd-nat.c (fetch_inferior_registers)
904 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
905 PTRACE_TYPE_ARG3.
906 * m88kbsd-nat.c (fetch_inferior_registers)
907 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
908 PTRACE_TYPE_ARG3.
909 * mipsnbsd-nat.c: Update copyright year.
910 (fetch_inferior_registers, store_inferior_registers):
911 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
912 * ns32knbsd-nat.c: Update copyright year.
913 (fetch_inferior_registers, store_inferior_registers):
914 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
915 * ppcnbsd-nat.c (fetch_inferior_registers):
916 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
917 PTRACE_TYPE_ARG3.
918 * ppcobsd-nat.c (fetch_inferior_registers):
919 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
920 PTRACE_TYPE_ARG3.
921 * shnbsd-nat.c: Update copyright year.
922 (fetch_inferior_registers, store_inferior_registers):
923 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
924 * vaxbsd-nat.c (fetch_inferior_registers)
925 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
926 PTRACE_TYPE_ARG3.
927
928 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
929 PTRACE_TYPE_ARG3.
930 * infptrace.c (call_ptrace, child_resume, attach, detach)
931 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
932 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
933 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
934 PTRACE_TYPE_ARG3.
935
936 2004-08-14 Mark Kettenis <kettenis@gnu.org>
937
938 * defs.h: Remove out-of-date comment.
939 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
940 [!GETENV_PROVIDED] (getenv): Remove prototype.
941
942 * standalone.c: Remove file.
943 * Makefile.in (standalone.o): Remove dependency.
944
945 * i386-linux-nat.c (dummy_sse_values): Remove function and
946 prototype.
947 (i386_linux_dr_get): Fix typo in comment.
948 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
949
950 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
951
952 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
953 from declaration.
954 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
955 from definition.
956
957 2004-08-13 Mark Kettenis <kettenis@gnu.org>
958
959 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
960 parenthesis in definition.
961 * configure: Regenerated.
962
963 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
964
965 * PROBLEMS: Mention build/1411.
966
967 2004-08-09 Robert Millan <robertmh@gnu.org>
968
969 Committed by Nathanael Nerode.
970 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
971 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
972
973 2004-08-12 Andrew Cagney <cagney@gnu.org>
974
975 * NEWS: Mention fixes in GDB 6.2.1.
976 * PROBLEMS: Remove mention of mips-irix.
977
978 2004-08-11 Joel Brobecker <brobecker@gnat.com>
979
980 * config/powerpc/xm-aix.h: Delete.
981 * config/powerpc/aix.mh (MH_FILE): Remove.
982 * config/powerpc/aix432.mh (MH_FILE): Remove.
983
984 2004-08-11 Joel Brobecker <brobecker@gnat.com>
985
986 * config/powerpc/aix.mh: Remove obsolete comment.
987 * config/powerpc/aix432.mh: Likewise.
988
989 2004-08-11 Joel Brobecker <brobecker@gnat.com>
990
991 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
992
993 2004-08-11 Joel Brobecker <brobecker@gnat.com>
994
995 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
996 this file is now empty.
997 * config/xm-aix4.h: Remove, this file is no longer included
998 anywhere.
999
1000 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1001
1002 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1003 that file is now empty.
1004 (termdef): Remove prototype, function no longer used.
1005
1006 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1007
1008 * doc/gdbint.texinfo (Host Definition): Remove documentation
1009 for USE_O_NOCTTY, no longer used.
1010 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1011 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1012
1013 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1014
1015 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1016 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1017 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1018
1019 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1020
1021 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1022 instead of FIVE_ARG_PTRACE.
1023
1024 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1025 (new_tty): Use O_NOCTTY unconditionally.
1026
1027 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1028
1029 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1030 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1031 fflush on stdout.
1032
1033 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1034
1035 * xcoff_symfile_finish: Replace last call to xmfree by call
1036 to xfree.
1037
1038 2004-08-10 Andrew Cagney <cagney@gnu.org>
1039
1040 * main.c (captured_main): Delete call to init_malloc.
1041 * defs.h (init_malloc): Delete declaration.
1042 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1043 (init_malloc): Delete functions.
1044
1045 * defs.h (xmfree): Delete.
1046 * utils.c (xmfree): Delete function.
1047 (xfree): Inline calls to xmfree and mfree.
1048 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1049 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1050 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1051 * somread.c (som_symfile_finish): Ditto.
1052 * objfiles.c (allocate_objfile, free_objfile):
1053 * nlmread.c (nlm_symfile_finish): Ditto.
1054 * hpread.c (hpread_symfile_finish): Ditto.
1055 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1056 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1057 * coffread.c (coff_symfile_finish): Ditto.
1058
1059 * defs.h (xmcalloc): Delete declaration.
1060 * utils.c (xmcalloc): Delete.
1061 (xcalloc): Inline calls to xmcalloc and mcalloc.
1062 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1063 xcalloc and xfree.
1064 * symtab.c (create_demangled_names_hash): Ditto.
1065
1066 * defs.h (xmrealloc): Delete.
1067 * utils.c (xmrealloc): Delete.
1068 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1069 * symmisc.c (extend_psymbol_list): Use xrealloc.
1070 * source.c (find_source_lines): Ditto.
1071 * hpread.c (hpread_lookup_type): Ditto.
1072 * dbxread.c (add_bincl_to_list): Ditto.
1073
1074 * utils.c (xmmalloc): Delete.
1075 (xmalloc): Inline xmmalloc and mmalloc calls.
1076 (msavestring): Use xmalloc.
1077 * defs.h (xmmalloc): Delete declaration.
1078 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1079 xmmalloc.
1080 * symmisc.c (extend_psymbol_list): Ditto.
1081 * symfile.c (init_psymbol_list): Ditto.
1082 * source.c (find_source_lines): Ditto.
1083 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1084 * elfread.c (elf_symtab_read): Ditto.
1085 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1086 * coffread.c (coff_symfile_init): Ditto.
1087
1088 2004-08-10 David Carlton <carlton@bactrian.org>
1089
1090 * MAINTAINERS: Remove David Carlton from c++ testsuite
1091 maintainers.
1092
1093 2004-08-10 Jerome Guitton <guitton@gnat.com>
1094
1095 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1096 print a line feed before the prompt.
1097
1098 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1099
1100 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1101
1102 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1103
1104 General cleanup of the AIX xm include file:
1105 * config/xm-aix4.h (fd_set): Remove undefine.
1106 Remove include of <sys/select.h>.
1107 (HAVE_TERMIO): Remove define.
1108 (USG): Likewise.
1109 (NULL): Remove redefine.
1110 (alloca): Remove #pragma.
1111 (vfork): Remove define.
1112 (termdef): Remove.
1113 (SIGWINCH_HANDLER): Remove.
1114 (SIGWINCH_HANDLER_BODY): Remove.
1115
1116 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1117
1118 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1119 GDB_OSABI_OPENBSD_ELF.
1120
1121 2004-08-07 Robert Millan <robertmh@gnu.org>
1122
1123 * bsd-kvm.c: Check for nlist.h before including it.
1124
1125 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1126
1127 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1128 sigcontext' offset consistency checks for ancient BSD.
1129
1130 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1131
1132 * configure.in: Check for <sys/types.h>. Check return and
1133 argument types of ptrace.
1134 * configure, config.in: Regenerate.
1135
1136 2004-08-09 Jim Blandy <jimb@redhat.com>
1137
1138 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1139 rs6000_register_sim_regno): Doc fixes.
1140
1141 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1142
1143 * mips-tdep.c: Include "floatformat.h".
1144 (n32n64_floatformat_always_valid): New function.
1145 (floatformat_n32n64_long_double_big): New constant.
1146 (mips_gdbarch_init): Set size and format of long double
1147 for N32 and N64 ABIs.
1148 * Makefile.in (mips-tdep.o): Update dependencies.
1149
1150 2004-08-08 Andrew Cagney <cagney@gnu.org>
1151
1152 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1153 print. Improve script's error messages.
1154 * gdbarch.h: Re-generate.
1155
1156 * gdbarch.sh (pformat): New function.
1157 (float_format, double_format, long_double_format): List with bit
1158 members. Use pformat when printing.
1159 * gdbarch.c, gdbarch.h: Re-generate.
1160
1161 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1162
1163 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1164 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1165 (ppcnbsd_supply_pcb): New function.
1166 (_initialize_ppcnbsd_nat): New prototype and function.
1167 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1168 (LOADLIBES): New variable.
1169 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1170
1171 2004-08-08 Andrew Cagney <cagney@gnu.org>
1172
1173 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1174 (builtin_type_ieee_double, builtin_type_ia64_quad)
1175 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1176 BE/LE floating-point types.
1177 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1178 (builtin_type_ieee_double, builtin_type_ia64_quad)
1179 (builtin_type_ia64_spill): Declare.
1180 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1181 (floatformat_ieee_double, floatformat_arm_ext)
1182 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1183 of LE/BE floatformats.
1184 * doublest.h: (struct floatformat, floatformat_ieee_single)
1185 (floatformat_ieee_double, floatformat_arm_ext)
1186 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1187
1188 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1189
1190 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1191
1192 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1193 instead of regcache_raw_supply when storing the registers.
1194
1195 * i386gnu-nat.c: Update copyright year.
1196 (gnu_store_registers): Don't use deprecated_registers and
1197 deprecated_registers_valid. Use regcache_valid_p and
1198 regcache_raw_supply instead.
1199
1200 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1201 frame_pc_unwind.
1202
1203 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1204 variables. Incapitalized "process".
1205
1206 * configure.in: Add cursesX to the list of possible curses libs.
1207 Add cursesX.h to the list of possible curses headers.
1208 * configure, config.in: Regenerate.
1209
1210 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1211
1212 * configure.in: Test for struct lwp in <sys/lwp.h>.
1213 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1214 the offset of l_addr in struct lwp.
1215
1216 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1217
1218 * bsd-kvm.c: Include "gdbcore.h"
1219 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1220
1221 2004-08-07 Andrew Cagney <cagney@gnu.org>
1222
1223 * gdbtypes.c (build_flt, build_complex): New functions.
1224 (gdbtypes_post_init): Use.
1225
1226 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1227
1228 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1229 through to builtin_type_uint128.
1230
1231 * c-exp.y: Use builtin_type function to obtain builtin types.
1232
1233 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1234 builtin_uint128.
1235 * gdbtypes.c (gdbtypes_post_init): Update.
1236 (build_gdbtypes): Move initialization of builtin_type_int0
1237 through to builtin_type_uint128 from here ...
1238 (_initialize_gdbtypes): ... to here.
1239 * d10v-tdep.c (d10v_register_type): Update.
1240
1241 * doublest.c: Update copyright.
1242 (floatformat_from_length): Call error when floatformat is NULL.
1243 (extract_floating_by_length): Remove NULL fmt check.
1244 (store_floating_by_length): Ditto.
1245
1246 2004-08-07 Andrew Cagney <cagney@gnu.org>
1247
1248 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1249 that the register is valid.
1250
1251 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1252
1253 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1254 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1255 struct frame_info *. Use safe_frame_unwind_memory instead of
1256 deprecated_read_memory_nobpt.
1257 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1258 changed signature of i386_linux_sigtramp_start and
1259 i386_linux_rt_sigtramp_start.
1260
1261 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1262 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1263 instead of deprecated_read_memory_nobpt.
1264 (i386nbsd_sigtramp_p): Adjust for changed signature of
1265 i386nbsd_sigtramp_offset.
1266
1267 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1268 safe_frame_unwind_memory instead of target_read_memory.
1269
1270 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1271 !NO_SYS_FILE.
1272 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1273 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1274 (_initialize_kernel_u_addr): Remove prototype and function.
1275 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1276 !NO_SYS_FILE.
1277 * xcoffread.c: Likewise.
1278
1279 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1280
1281 * vax-nat.c: New file.
1282 * vaxbsd-nat.c: Tweak comment.
1283 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1284 vaxnbsd-tdep.c.
1285 (vax-nat.o): New dependency.
1286 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1287 (vax-*-ultrix2*): Remove.
1288 * config/vax/vax.mh: New file.
1289 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1290 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1291 (vax_register_u_addr): New prototype.
1292 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1293 * config/vax/vaxult2.mh: Remove file.
1294 * config/vax/vaxult.mh: Remove file.
1295 * config/vax/vaxbsd.mh: Remove file.
1296 * config/vax/vax.mt (TM_FILE): Remove.
1297 * config/vax/tm-vaxbsd.h: Remove file.
1298
1299 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1300
1301 * aix-thread.c (get_signaled_thread): New function.
1302 (iter_trap): Delete, no longer used.
1303 (iter_tid): New function.
1304 (pd_update): Find the thread that received the SIGTRAP signal
1305 by first locating the kernel thread, and then finding its
1306 associated thread.
1307
1308 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1309
1310 * lin-lwp.c (child_wait): Continue inferior after processing
1311 PTRACE_EVENT_CLONE event.
1312
1313 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1314
1315 * MAINTAINERS: Add self to Write-After-Approval.
1316
1317 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1318
1319 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1320 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1321
1322 2004-08-05 Andrew Cagney <cagney@gnu.org>
1323
1324 * config/xm-sysv4.h: Delete file.
1325 * config/mips/xm-irix5.h: Delete file.
1326 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1327 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1328 * config/ia64/xm-aix.h: Delete file.
1329 * config/ia64/aix.mh (XM_FILE): Delete.
1330 * config/pa/xm-hppah.h: Delete file.
1331 * config/pa/hpux11w.mh (XM_FILE): Delete.
1332 * config/pa/hpux11.mh (XM_FILE): Delete.
1333 * config/pa/hpux1020.mh (XM_FILE): Delete.
1334 * config/pa/hppahpux.mh (XM_FILE): Delete.
1335
1336 * config/alpha/xm-alphalinux.h: Delete file.
1337 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1338 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1339 * config/alpha/xm-alphaosf.h: Delete file.
1340 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1341 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1342 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1343 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1344
1345 * config/i386/xm-i386v.h: Delete file.
1346 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1347 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1348 * config/i386/xm-i386sco.h: Delete file.
1349 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1350 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1351 * config/i386/xm-i386v4.h: Delete file.
1352 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1353 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1354 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1355 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1356
1357 * config/vax/xm-vax.h: Delete file.
1358 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1359 * config/vax/xm-vaxult2.h: Delete file.
1360 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1361 * config/vax/vaxult2.mh (XM_FILE): Delete.
1362 * config/vax/xm-vaxult.h: Delete file.
1363 * config/vax/vaxult.mh (XM_FILE): Delete.
1364 * config/vax/xm-vaxbsd.h: Delete file.
1365 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1366
1367 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1368 * gdbarch.h, gdbarch.c: Re-generate.
1369 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1370 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1371 * frame.h: Delete deprecated_read_fp from comments.
1372 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1373 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1374
1375 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1376
1377 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1378 trampoline in OpenBSD 3.5-current.
1379
1380 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1381 SSE registers.
1382
1383 * Makefile.in: Remove embedded page breaks.
1384
1385 2004-08-04 Jim Blandy <jimb@redhat.com>
1386
1387 * regcache.c (regcache_raw_read): Assert that, after calling
1388 target_fetch_registers, the register we're reading is cached.
1389
1390 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1391 a call to 'internal_error', with a more helpful error message.
1392 * rs6000-tdep.c (e500_pseudo_register_read,
1393 e500_pseudo_register_write, rs6000_store_return_value): Same.
1394
1395 2004-08-04 Andrew Cagney <cagney@gnu.org>
1396
1397 * Makefile.in: Update dependencies.
1398
1399 2004-08-04 Jim Blandy <jimb@redhat.com>
1400
1401 Change the layout of the PowerPC E500 raw register cache to allow
1402 the lower 32-bit halves of the GPRS to be their own raw registers,
1403 not pseudoregisters.
1404 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1405 add ppc_ev0_upper_regnum flag.
1406 * rs6000-tdep.c: #include "reggroups.h".
1407 (spe_register_p): Recognize the ev upper half registers as SPE
1408 registers.
1409 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1410 registers.
1411 (e500_move_ev_register): New function.
1412 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1413 vector registers are the pseudo-registers now, formed by splicing
1414 together the gprs and the upper-half registers.
1415 (e500_register_reggroup_p): New function.
1416 (P): Macro deleted.
1417 (P8, A4): New macro.
1418 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1419 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1420 macros.
1421 (registers_e500): Rearrange register set so that the raw register
1422 set contains 32-bit GPRs and upper-half registers, and the SPE
1423 vector registers become pseudo-registers.
1424 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1425 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1426 register numbers are now the same for the E500 as they are for
1427 other PowerPC variants. Register e500_register_reggroup_p as the
1428 register group function for the E500.
1429 * Makefile.in (rs6000-tdep.o): Update dependencies.
1430
1431 Adapt PPC E500 native support to the new raw regcache layout.
1432 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1433 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1434 (fetch_spe_register, store_spe_register): Handle fetching/storing
1435 all the SPE registers at once, if regno == -1. These now take
1436 over the job of fetch_spe_registers and store_spe_registers.
1437 (fetch_spe_registers, store_spe_registers): Deleted.
1438 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1439 unconditionally; they're always raw. Fetch/store SPE upper half
1440 registers, if present, instead of ev registers.
1441 (fetch_register, store_register): Remove sanity checks: gprs are
1442 never pseudo-registers now, so we never need to even mention any
1443 registers that are ever pseudoregisters.
1444
1445 Use a fixed register numbering when communicating with the PowerPC
1446 simulator.
1447 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1448 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1449 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1450 New functions.
1451 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1452 init_sim_regno_table.
1453 * Makefile.in (gdb_sim_ppc_h): New variable.
1454 (rs6000-tdep.o): Update dependencies.
1455
1456 2004-08-02 Andrew Cagney <cagney@gnu.org>
1457
1458 * cris-tdep.c (cris_register_size): Restore function, still used
1459 locally.
1460
1461 * gdbarch.sh (deprecated_target_read_fp)
1462 (deprecated_frame_locals_address, deprecated_frame_args_address)
1463 (deprecated_frame_chain_valid, deprecated_frame_chain)
1464 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1465 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1466 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1467 * gdbarch.h, gdbarch.c: Re-generate.
1468 * regcache.c (deprecated_read_fp): Do not call
1469 DEPRECATED_TARGET_READ_FP_P.
1470 * infcmd.c (default_print_registers_info): Do not call
1471 DEPRECATED_DO_REGISTERS_INFO.
1472 * frame-base.c (default_frame_locals_address): Do not call
1473 DEPRECATED_FRAME_LOCALS_ADDRESS.
1474 (default_frame_args_address): Do not call
1475 DEPRECATED_FRAME_ARGS_ADDRESS.
1476
1477 * gdbarch.sh (deprecated_register_raw_size)
1478 (deprecated_register_virtual_size:int): Delete.
1479 * gdbarch.h, gdbarch.c: Re-generate.
1480 * cris-tdep.c (cris_register_size): Delete.
1481 (cris_gdbarch_init): Update.
1482 * alpha-tdep.c (alpha_register_raw_size)
1483 (alpha_register_virtual_size): Delete.
1484 (alpha_gdbarch_init): Update.
1485
1486 * gdbarch.sh (deprecated_register_virtual_type)
1487 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1488 (deprecated_dummy_write_sp): Delete.
1489 * gdbarch.h, gdbarch.c: Re-generate.
1490
1491 * gdbarch.sh (deprecated_register_bytes): Delete.
1492 * gdbarch.h, gdbarch.c: Re-generate.
1493 * regcache.c (deprecated_register_bytes): New function.
1494 * regcache.h (deprecated_register_bytes): Declare.
1495 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1496 * v850-tdep.c (v850_gdbarch_init): Update.
1497 * sh64-tdep.c (sh64_gdbarch_init): Update.
1498 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1499 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1500 * mcore-tdep.c (mcore_gdbarch_init): Update.
1501 * cris-tdep.c (cris_gdbarch_init): Update.
1502 * arm-tdep.c (arm_gdbarch_init): Update.
1503 * remote.c (init_remote_state): Update.
1504 * remote-vx.c (vx_prepare_to_store): Update.
1505 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1506 * irix5-nat.c (fetch_core_registers): Update.
1507 * cris-tdep.c (cris_register_bytes_ok): Update.
1508 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1509
1510 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1511 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1512 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1513 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1514 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1515 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1516 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1517 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1518 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1519 with mips_insn16 and mips_insn32.
1520
1521 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1522 * rs6000-tdep.c (rs6000_push_dummy_call)
1523 (rs6000_extract_return_value): Use register_size.
1524 * xstormy16-tdep.c (xstormy16_get_saved_register)
1525 (xstormy16_extract_return_value): Ditto.
1526 * valops.c (value_assign): Ditto.
1527 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1528 * v850-tdep.c (v850_extract_return_value): Ditto.
1529 * tracepoint.c (collect_symbol): Ditto.
1530 * target.c (debug_print_register): Ditto.
1531 * stack.c (frame_info): Ditto.
1532 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1533 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1534 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1535 (store_register_using_P): Ditto.
1536 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1537 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1538 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1539 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1540 * regcache.c (deprecated_read_register_bytes)
1541 (deprecated_write_register_bytes, read_register)
1542 (write_register): Ditto.
1543 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1544 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1545 * monitor.c (monitor_supply_register, monitor_fetch_register)
1546 (monitor_store_register): Ditto.
1547 * mn10300-tdep.c (mn10300_pop_frame_regular)
1548 (mn10300_print_register): Ditto.
1549 * mipsv4-nat.c (fill_fpregset): Ditto.
1550 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1551 (mips64_fill_fpregset): Ditto.
1552 * mi/mi-main.c (register_changed_p, get_register)
1553 (mi_cmd_data_write_register_values): Ditto.
1554 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1555 * irix5-nat.c (fill_gregset, fetch_core_registers):
1556 * infrun.c (write_inferior_status_register): Ditto.
1557 * infptrace.c (fetch_register, store_register): Ditto.
1558 * infcmd.c (default_print_registers_info): Ditto.
1559 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1560 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1561 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1562 * hpux-thread.c (hpux_thread_fetch_registers)
1563 (hpux_thread_store_registers): Ditto.
1564 * hppah-nat.c (store_inferior_registers, fetch_register):
1565 * findvar.c (value_from_register): Ditto.
1566 * dve3900-rom.c (fetch_bitmapped_register):
1567 * cris-tdep.c (cris_gdbarch_init): Ditto.
1568 * alpha-tdep.h: Ditto.
1569 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1570
1571 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1572 DEPRECATED_REGISTER_RAW_SIZE from comments.
1573 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1574 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1575 DEPRECATED_REGISTER_RAW_SIZE.
1576 * findvar.c (value_of_register): Simplify by assuming that the
1577 registers raw and virtual sizes are identical.
1578 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1579 comment.
1580 * arch-utils.c (generic_register_size): Simplify by assuming
1581 register_type.
1582
1583 * regcache.c (legacy_read_register_gen, real_register)
1584 (legacy_write_register_gen): Delete, not used.
1585
1586 * regcache.c (struct regcache_descr): Delete legacy_p.
1587 (init_legacy_regcache_descr): Delete function.
1588 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1589 Do not use deprecated register functions.
1590 (regcache_raw_read, deprecated_write_register_gen):
1591 (deprecated_read_register_gen, regcache_raw_write): Delete code
1592 predicated on legacy_p.
1593 (register_size): Delete check against register raw size.
1594
1595 * cris-tdep.c (cris_register_type): Replace
1596 cris_register_virtual_type.
1597 (cris_gdbarch_init): Update, set register_type.
1598
1599 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1600 * gdbarch.h, gdbarch.c: Re-generate.
1601 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1602 (arm_gdbarch_init) Do not set frameless function invocation.
1603 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1604 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1605 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1606 (frv_gdbarch_init): Do not set frameless function invocation.
1607 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1608 * sh-tdep.c (sh_gdbarch_init): Ditto.
1609 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1610 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1611 * avr-tdep.c (avr_gdbarch_init): Ditto.
1612
1613 * blockframe.c (legacy_frame_chain_valid): Delete function.
1614
1615 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1616 and pc. Update comments.
1617 (pc_in_dummy_frame): Delete function.
1618 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1619 use the "id".
1620 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1621 call_hi, top and pc, use the id.
1622 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1623
1624 * dummy-frame.c: Include "gdb_string.h".
1625 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1626 (generic_save_dummy_frame_tos): Delete.
1627 (dummy_frame_push): New function, replaces above.
1628 * dummy-frame.h: Update copyright.
1629 (dummy_frame_push): Declare.
1630 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1631 (generic_save_call_dummy_addr): Delete declarations.
1632 * infcall.c: Include "dummy-frame.h".
1633 (call_function_by_hand): Add locals caller_regcache,
1634 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1635 with call to frame_save_as_regcache plus cleanup. Delete calls to
1636 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1637 Move clear_proceed_status to just before the resume, add call to
1638 dummy_frame_push (discard cleanup).
1639 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1640 (dummy-frame.o): Add $(gdb_string_h).
1641
1642 2004-08-01 Andrew Cagney <cagney@gnu.org>
1643
1644 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1645 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1646 * dummy-frame.c (find_dummy_frame): Delete.
1647 (struct dummy_frame_cache, dummy_frame_sniffer)
1648 (dummy_frame_prev_register, dummy_frame_this_id)
1649 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1650 frame unwinder using a dummy_frame_cache.
1651
1652 2004-08-01 Andrew Cagney <cagney@gnu.org>
1653
1654 * frame.h (frame_save_as_regcache): Declare.
1655 * frame.c (frame_save_as_regcache): New function.
1656 (do_frame_read_register): Replace do_frame_unwind_register.
1657 (frame_pop): Use frame_save_as_regcache.
1658 * dummy-frame.c (generic_push_dummy_frame): Use
1659 frame_save_as_regcache.
1660
1661 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1662
1663 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1664 file as included until we record the first line in the linetable.
1665
1666 2004-08-01 Andrew Cagney <cagney@gnu.org>
1667
1668 * frame.h (deprecated_pop_dummy_frame)
1669 (deprecated_read_register_dummy)
1670 (deprecated_generic_find_dummy_frame): Delete.
1671 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1672 (deprecated_read_register_dummy)
1673 (deprecated_find_dummy_frame_regcache)
1674 (discard_innermost_dummy)
1675 (deprecated_pop_dummy_frame): Delete.
1676 (dummy_frame_this_id): Simplify.
1677 (struct dummy_frame): Delete "fp" and "sp".
1678 (find_dummy_frame): Simplify.
1679 (generic_push_dummy_frame): Do not set "fp" or "sp".
1680 (fprint_dummy_frames): Do not print "fp" and "sp"
1681
1682 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1683
1684 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1685 (struct i386_insn): New structure.
1686 (i386_match_insn): New function.
1687 (i386_frame_setup_skip_insns): New variable.
1688 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1689 array i386_frame_setup_insns of instructions that should be
1690 skipped inside the frame setup sequence.
1691
1692 2004-08-01 Andrew Cagney <cagney@gnu.org>
1693
1694 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1695 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1696 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1697 * stack.c (frame_info): Delete references to
1698 DEPRECATED_FRAME_INIT_SAVED_REGS and
1699 deprecated_get_frame_saved_regs.
1700 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1701 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1702 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1703 (frame_unwind_register_signed)
1704 (frame_unwind_register_unsigned)
1705 (frame_unwind_unsigned_register): Use register_size.
1706 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1707 (deprecated_frame_xmalloc_with_cleanup)
1708 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1709 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1710
1711 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1712 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1713 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1714 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1715
1716 * infcall.c (call_function_by_hand): Do not use
1717 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1718 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1719 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1720 DEPRECATED_STACK_ALIGN.
1721
1722 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1723
1724 Committed by Andrew Cagney.
1725 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1726
1727 2004-08-01 Andrew Cagney <cagney@gnu.org>
1728
1729 * mips-tdep.c (mips16_frame_cache)
1730 (mips16_frame_this_id, mips16_frame_prev_register)
1731 (mips16_frame_unwind, mips16_frame_sniffer)
1732 (mips16_frame_base_address, mips16_frame_base)
1733 (mips16_frame_base_sniffer, mips32_frame_cache)
1734 (mips32_frame_this_id, mips32_frame_prev_register)
1735 (mips32_frame_unwind, mips32_frame_sniffer)
1736 (mips32_frame_base_address, mips32_frame_base)
1737 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1738 separate heuristic mips16 and mips32 unwinders.
1739 (mips_stub_frame_cache, mips_stub_frame_this_id)
1740 (mips_stub_frame_prev_register)
1741 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1742 (mips_stub_frame_base_address, mips_stub_frame_base)
1743 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1744 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1745 match true mdebug frames.
1746 (non_heuristic_proc_desc): Add forward declaration.
1747
1748 2004-08-01 Andrew Cagney <cagney@gnu.org>
1749
1750 * config/mips/tm-irix6.h: Delete file.
1751 * config/mips/tm-irix5.h: Delete file.
1752 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1753 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1754
1755 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1756 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1757 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1758 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1759 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1760 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1761 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1762 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1763 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1764 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1765 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1766 (TARGET_SIGNAL_RAW_VALUES): Delete.
1767 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1768 Delete.
1769 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1770 (TARGET_HW_WATCH_LIMIT): Delete.
1771 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1772 * minimon.h: Delete file.
1773
1774 * trad-frame.c (trad_frame_get_this_base)
1775 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1776 functions.
1777 * trad-frame.h (trad_frame_set_this_base)
1778 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1779
1780 2004-07-31 Andrew Cagney <cagney@gnu.org>
1781
1782 * trad-frame.c (trad_frame_get_prev_register): Rename
1783 trad_frame_get_prev_register.
1784 * vax-tdep.c (vax_frame_prev_register): Update.
1785 * trad-frame.h: Update.
1786 * trad-frame.c (trad_frame_get_register): Update.
1787 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1788 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1789 Update.
1790 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1791 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1792 Update.
1793 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1794 Update.
1795 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1796 Update.
1797 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1798 Update.
1799 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1800 Update.
1801 * s390-tdep.c (s390_frame_prev_register)
1802 (s390_stub_frame_prev_register)
1803 (s390_sigtramp_frame_prev_register): Update.
1804 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1805 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1806 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1807 * m88k-tdep.c (m88k_frame_prev_register)
1808 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1809 * m32r-tdep.c (m32r_frame_prev_register): Update.
1810 * hppa-tdep.c (hppa_frame_prev_register_helper)
1811 * frv-tdep.c (frv_frame_prev_register): Update.
1812 * d10v-tdep.c (d10v_frame_prev_register): Update.
1813 * cris-tdep.c (cris_frame_prev_register): Update.
1814 * avr-tdep.c (avr_frame_prev_register): Update.
1815 * arm-tdep.c (arm_prologue_prev_register)
1816 (arm_sigtramp_prev_register): Update.
1817
1818 2004-07-31 Andrew Cagney <cagney@gnu.org>
1819
1820 * frame.h (legacy_saved_regs_unwind)
1821 (legacy_frame_chain_valid, legacy_frame_p)
1822 (enum frame_type): Delete UNKNOWN_FRAME.
1823 * dummy-frame.c (dummy_frame_this_id): Simplify.
1824 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1825 * frame.c (struct frame_info): Delete the field "type".
1826 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1827 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1828 (legacy_saved_regs_unwind, legacy_frame_p)
1829 (frame_type_from_pc): Delete.
1830 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1831 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1832
1833 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1834
1835 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1836 indentation.
1837
1838 * mips-nat.c: Remove file.
1839 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1840 (mips-nat.o): Remove dependency.
1841
1842 * infptrace.c: Update copyright year.
1843 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1844 explicitly setting the buffer to all zeroes.
1845
1846 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1847 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1848
1849 2004-07-30 Andrew Cagney <cagney@gnu.org>
1850
1851 * GDB 6.2 released from gdb_6_2-branch.
1852
1853 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1854
1855 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1856
1857 * exec.c (exec_file_attach):
1858 * nto-tdep.c (nto_find_and_open_solib):
1859 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1860 * solib.c (solib_open):
1861 * somsolib.c (som_solib_sizeof_symbol_table):
1862 * source.c (is_regular_file, openp, open_source_file):
1863 * symfile.c (symfile_bfd_open):
1864 * wince.c (upload_to_device): Differentiate between the search for
1865 binary and source files.
1866
1867 2004-07-30 Andrew Cagney <cagney@gnu.org>
1868
1869 * complaints.c (_initialize_complaints): Pass NULL to
1870 add_setshow_zinteger_cmd for help_doc.
1871 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1872
1873 2004-07-30 Andrew Cagney <cagney@gnu.org>
1874
1875 Fix PR i18n/761.
1876 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1877 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1878 $(PACKAGE).pot and update-po.
1879 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1880 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1881 (update-po): New rules.
1882 (localedir): Define using autoconf.
1883 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1884 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1885 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1886 * configure.in: Generate CATALOGS and LINGUAS from contents of
1887 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1888 * configure: Re-generate.
1889 * po/gdbtext: New file
1890
1891 2004-07-30 Jerome Guitton <guitton@gnat.com>
1892
1893 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1894 order.
1895
1896 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1897
1898 * dwarf2read.c (read_file_scope): Set producer if attribute
1899 present.
1900 (struct dwarf2_cu): Added new member producer.
1901
1902 2004-07-30 Jerome Guitton <guitton@gnat.com>
1903
1904 * inflow.c (kill_command): release file handles in BFD.
1905 * exec.c (exec_file_attach): Ditto.
1906 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1907
1908 2004-07-29 Andrew Cagney <cagney@gnu.org>
1909
1910 * PROBLEMS (mips-irix): Note that it is broken.
1911
1912 2004-07-29 Andrew Cagney <cagney@gnu.org>
1913
1914 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1915 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1916
1917 * config/xm-nbsd.h: Delete file.
1918 * config/arm/xm-nbsd.h: Delete file.
1919 * config/i386/xm-nbsd.h: Delete file.
1920 * config/ns32k/xm-nbsd.h: Delete file.
1921 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
1922 * config/i386/nbsdelf.mh (XM_FILE): Delete.
1923 * config/i386/nbsdaout.mh (XM_FILE): Delete.
1924 * config/arm/nbsdelf.mh (XM_FILE): Delete.
1925 * config/arm/nbsdaout.mh (XM_FILE): Delete.
1926
1927 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
1928 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
1929 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
1930 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
1931 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
1932 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
1933
1934 * config/powerpc/xm-linux.h: Delete empty file.
1935 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
1936 * config/powerpc/linux.mh (XM_FILE): Delete.
1937 * config/m68k/xm-linux.h: Delete empty file.
1938 * config/m68k/linux.mh (XM_FILE): Delete.
1939 * config/ia64/xm-linux.h: Delete empty file.
1940 * config/ia64/linux.mh (XM_FILE): Delete.
1941 * config/arm/xm-linux.h: Delete empty file.
1942 * config/arm/linux.mh (XM_FILE): Delete.
1943
1944 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1945 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
1946 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1947 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
1948 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1949 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
1950 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
1951 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
1952
1953 * config/m68k/xm-m68k.h: Delete file.
1954 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
1955 copyright.
1956 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
1957 * config/pa/xm-linux.h: Delete empty file.
1958 * config/pa/linux.mh (XM_FILE): Delete.
1959 * config/i386/xm-i386.h: Delete empty file.
1960 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
1961 "i386/xm-i386.h".
1962 * config/i386/obsdaout.mh (XM_FILE): Delete.
1963 * config/i386/obsd64.mh (XM_FILE): Delete.
1964 * config/i386/fbsd64.mh (XM_FILE): Delete.
1965 * config/i386/nto.mh (XM_FILE): Delete.
1966 * config/i386/obsd.mh (XM_FILE): Delete.
1967 * config/i386/linux64.mh (XM_FILE): Delete.
1968 * config/i386/linux.mh (XM_FILE): Delete.
1969 * config/i386/i386sol2.mh (XM_FILE): Delete.
1970 * config/i386/i386gnu.mh (XM_FILE): Delete.
1971 * config/i386/fbsd.mh (XM_FILE): Delete.
1972 * config/i386/nbsd64.mh (XM_FILE): Delete.
1973
1974 2004-07-29 Andrew Cagney <cagney@gnu.org>
1975
1976 * config/pa/xm-linux.h: Do not include "floatformat.h".
1977 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1978 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1979 * config/i386/xm-i386.h: Do not include "floatformat.h".
1980 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1981 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
1982 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
1983 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
1984 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
1985 GDB_HOST_LONG_DOUBLE_FORMAT instead.
1986 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
1987 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
1988 * configure, config.in: Regenerate.
1989 * configure.host (gdb_host_float_format, gdb_host_double_format)
1990 (gdb_host_long_double_format): Set according to the host.
1991
1992 2004-07-29 Andrew Cagney <cagney@gnu.org>
1993
1994 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
1995
1996 2004-07-28 Andrew Cagney <cagney@gnu.org>
1997
1998 * PROBLEMS: Mention threads/1650.
1999 * NEWS: Mention the NPTL fix.
2000
2001 2004-07-28 Andrew Cagney <cagney@gnu.org>
2002
2003 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2004 (add_setshow_cmd_full): Make static.
2005 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2006 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2007 * cli/cli-decode.c (add_setshow_filename_cmd)
2008 (add_setshow_string_cmd): New functions.
2009 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2010 * mips-tdep.c (_initialize_mips_tdep): Update.
2011 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2012 * cli/cli-logging.c (_initialize_cli_logging): Update.
2013 * complaints.c (_initialize_complaints): Update.
2014 * remote.c (_initialize_remote): Update.
2015
2016 2004-07-28 Andrew Cagney <cagney@gnu.org>
2017
2018 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2019 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2020 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2021 print parameters. Make string parameters constant.
2022 * command.h: Update. Update copyright.
2023 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2024 * observer.c (_initialize_observer): Ditto.
2025 * frame.c (_initialize_frame): Ditto.
2026 * complaints.c (_initialize_complaints): Ditto.
2027 * maint.c (_initialize_maint_cmds): Ditto.
2028 * target.c (initialize_targets): Ditto.
2029 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2030 * infcall.c (_initialize_infcall): Ditto.
2031 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2032 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2033 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2034 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2035 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2036
2037 2004-07-28 Andrew Cagney <cagney@gnu.org>
2038
2039 * gdbtypes.c (lookup_primitive_typename): Delete function.
2040 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2041 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2042 * gdbtypes.c (lookup_typename): Ditto.
2043 * f-exp.y (yylex): Ditto.
2044 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2045
2046 * scm-lang.c (c_builtin_types): Delete extern declaration.
2047 (scm_language_defn): Replace
2048 string_char_type and primitive_type_vector with
2049 la_language_arch_info.
2050 * jv-lang.c (java_language_defn): Replace
2051 string_char_type and primitive_type_vector with
2052 la_language_arch_info.
2053 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2054 c_builtin_types in comment.
2055 * c-lang.h (struct language_arch_info): Declare opaque.
2056 (c_language_arch_info): Declare.
2057 (c_builtin_types): Delete declaration.
2058 * c-lang.c (c_language_arch_info): Set string_char_type to
2059 builtin_char, not builtin_true_char. Make global.
2060 (c_builtin_types): Delete array.
2061 (asm_language_defn, minimal_language_defn): Replace
2062 string_char_type and primitive_type_vector with
2063 la_language_arch_info.
2064
2065 2004-07-28 Andrew Cagney <cagney@gnu.org>
2066
2067 * gdbtypes.h (struct builtin_type): Rename true_char to
2068 builtin_true_char.
2069 * gdbtypes.c (gdbtypes_post_init): Update.
2070 * c-lang.c (arch_info): New function.
2071 (enum c_primitive_types): New enum.
2072 (c_language_defn): Instead of string_char_type and
2073 primitive_type_vector set la_language_arch_info.
2074
2075 2004-07-28 Andrew Cagney <cagney@gnu.org>
2076
2077 * language.h (struct language_arch_info): Fix typo
2078 s/primative/primitive/.
2079 * gdbtypes.c (lookup_primitive_typename): Ditto.
2080 * language.c (language_lookup_primitive_type_by_name)
2081 (unknown_language_arch_info): Ditto.
2082
2083 2004-07-27 Andrew Cagney <cagney@gnu.org>
2084
2085 * defs.h (enum language): Add nr_languages.
2086 * language.h (struct language_arch_info): Define.
2087 (struct language_defn): Add la_language_arch_info.
2088 (language_lookup_primative_type_by_name): Declare.
2089 (language_string_char_type): Declare.
2090 * language.c (_initialize_language, language_gdbarch_post_init)
2091 (struct language_gdbarch, language_gdbarch_data): Implement
2092 per-architecture language information.
2093 (unknown_language_arch_info, language_string_char_type)
2094 (language_lookup_primative_type_by_name): New functions.
2095 (unknown_language_defn, auto_language_defn)
2096 (local_language_defn): Set la_language_arch_info to
2097 unknown_language_arch_info.
2098 (unknown_builtin_types): Delete.
2099 * gdbtypes.c (lookup_primitive_typename): Use
2100 language_lookup_primative_type_by_name.
2101 (create_string_type): Use language_string_char_type.
2102 * values.c (value_from_string): Use language_string_char_type.
2103 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2104 * p-lang.c (pascal_language_defn): Ditto.
2105 * m2-lang.c (m2_language_defn): Ditto.
2106 * jv-lang.c (java_language_defn): Ditto.
2107 * objc-lang.c (objc_language_defn): Ditto.
2108 * f-lang.c (f_language_defn): Ditto.
2109 * c-lang.c (c_language_defn, cplus_language_defn)
2110 (asm_language_defn, minimal_language_defn): Ditto.
2111
2112 2004-07-27 Andrew Cagney <cagney@gnu.org>
2113
2114 * gdbtypes.h (struct builtin_type): Declare.
2115 (builtin_type): Declare.
2116 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2117 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2118 (gdbtypes_post_init): New function.
2119 (builtin_type): New function.
2120
2121 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2122
2123 * remote-m32r-sdi.c: Fix breakpoint bug.
2124 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2125 recv_char_data, recv_long_data): New functions to replace communication
2126 sequences.
2127
2128 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2129
2130 Document PR threads/1650.
2131 * PROBLEMS (Threads): Document problem with many threads
2132
2133 2004-07-26 Andrew Cagney <cagney@gnu.org>
2134
2135 * gdb-mi.el: Move from here ...
2136 * mi/gdb-mi.el: ... to here.
2137
2138 2004-07-26 Andrew Cagney <cagney@gnu.org>
2139
2140 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2141 * main.c (captured_main): When in batch mode always detach.
2142
2143 2004-07-26 Andrew Cagney <cagney@gnu.org>
2144
2145 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2146 and h8300 as broken.
2147 * NEWS: END-OF-LIFE frame compatibility module.
2148 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2149 specific comments.
2150
2151 2004-07-26 Andrew Cagney <cagney@gnu.org>
2152
2153 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2154 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2155 * wince.c (_initialize_wince): Update.
2156 * win32-nat.c (_initialize_win32_nat): Update.
2157 * varobj.c (_initialize_varobj): Update.
2158 * valops.c (_initialize_valops): Update.
2159 * utils.c (initialize_utils, initialize_utils): Update.
2160 * tui/tui-win.c (_initialize_tui_win): Update.
2161 * top.c (init_main): Update.
2162 * symfile.c (_initialize_symfile): Update.
2163 * source.c (_initialize_source): Update.
2164 * somsolib.c (_initialize_som_solib): Update.
2165 * solib.c (_initialize_solib): Update.
2166 * solib-frv.c (_initialize_frv_solib): Update.
2167 * serial.c (_initialize_serial): Update.
2168 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2169 * remote.c (_initialize_remote, _initialize_remote): Update.
2170 * remote-vx.c (_initialize_vx): Update.
2171 * remote-utils.c (_initialize_sr_support): Update.
2172 * remote-sds.c (_initialize_remote_sds): Update.
2173 * remote-mips.c (_initialize_remote_mips): Update.
2174 * remote-e7000.c (_initialize_remote_e7000): Update.
2175 * proc-api.c (_initialize_proc_api): Update.
2176 * printcmd.c: Update.
2177 * parse.c (_initialize_parse): Update.
2178 * pa64solib.c (_initialize_pa64_solib): Update.
2179 * p-valprint.c (_initialize_pascal_valprint): Update.
2180 * monitor.c (_initialize_remote_monitors): Update.
2181 * mips-tdep.c (_initialize_mips_tdep): Update.
2182 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2183 * maint.c (_initialize_maint_cmds): Update.
2184 * lin-lwp.c (_initialize_lin_lwp): Update.
2185 * language.c (_initialize_language): Update.
2186 * kod.c (_initialize_kod): Update.
2187 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2188 * i386-tdep.c (_initialize_i386_tdep): Update.
2189 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2190 * gdbarch.sh: Update.
2191 * gdbarch.c: Re-generate.
2192 * gdb-events.sh: Update.
2193 * gdb-events.c: Re-generate.
2194 * frame.c (_initialize_frame): Update.
2195 * exec.c: Update.
2196 * demangle.c (_initialize_demangler): Update.
2197 * dcache.c (_initialize_dcache): Update.
2198 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2199 * cp-valprint.c (_initialize_cp_valprint): Update.
2200 * corefile.c (_initialize_core): Update.
2201 * command.h: Update.
2202 * cli/cli-decode.h: Update.
2203 * cli/cli-cmds.c (init_cli_cmds): Update.
2204 * charset.c (_initialize_charset): Update.
2205 * breakpoint.c (_initialize_breakpoint): Update.
2206 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2207 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2208 * aix-thread.c (_initialize_aix_thread): Update.
2209
2210 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2211
2212 Partial fix for PR backtrace/1718.
2213 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2214 that GCC migrates into the prolugue. Don't handle any
2215 instructions that clobber %ebx.
2216
2217 2004-07-23 Andrew Cagney <cagney@gnu.org>
2218
2219 Use regcache_raw_collect instead of regcache_collect.
2220 * regcache.h (regcache_collect): Delete declaration.
2221 * regcache.c (regcache_colect): Delete function.
2222 * win32-nat.c (do_child_store_inferior_registers): Update.
2223 * sol-thread.c (sol_thread_store_registers): Update.
2224 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2225 * rs6000-nat.c (store_register): Update.
2226 * remote.c (store_register_using_P, remote_store_registers): Update.
2227 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2228 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2229 (fill_vrregset, store_spe_registers, fill_gregset)
2230 (fill_gregset): Update.
2231 * nto-procfs.c (procfs_store_registers): Update.
2232 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2233 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2234 * m68klinux-nat.c (store_register, fill_gregset): Update.
2235 * m68k-tdep.c (fill_gregset): Update.
2236 * infptrace.c (store_register): Update.
2237 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2238 * i386-linux-nat.c (store_register, fill_gregset): Update.
2239 * hppa-linux-nat.c (fill_gregset): Update.
2240 * go32-nat.c (store_register): Update.
2241 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2242 (store_fp_regs): Update.
2243 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2244 (store_nwfpe_extended, store_fpregister, store_fpregs)
2245 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2246 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2247 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2248 (store_regs_user_thread, store_regs_kernel_thread): Update.
2249
2250 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2251
2252 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2253 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2254 encoding.
2255 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2256 member of `struct comp_unit'.
2257
2258 2004-07-23 Andrew Cagney <cagney@gnu.org>
2259
2260 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2261 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2262
2263 2004-07-23 Martin Hunt <hunt@redhat.com>
2264 Kevin Buettner <kevinb@redhat.com>
2265
2266 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2267 alignment was being added to the offset instead of multiplied.
2268
2269 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2270
2271 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2272 changed signal trampoline in OpenBSD 3.5-current.
2273
2274 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2275 <machine/pcb.h> and "bsd-kvm.h".
2276 (sparc64nbsd_supply_pcb): New function.
2277 (_initialize_sparc64nbsd_nat): Renamed from
2278 _initialize_sparcnbsd_nat. Enable libkvm interface.
2279 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2280 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2281 (LOADLIBES): New variable.
2282
2283 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2284
2285 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2286
2287 2004-07-21 Andrew Cagney <cagney@gnu.org>
2288
2289 Use regcache_raw_supply instead of supply_register.
2290 * regcache.h (supply_register): Delete declaration.
2291 * regcache.c (supply_register): Delete function.
2292 * wince.c (do_child_fetch_inferior_registers): Update.
2293 * win32-nat.c (do_child_fetch_inferior_registers)
2294 (fetch_elf_core_registers): Update.
2295 * v850ice.c (v850ice_fetch_registers): Update.
2296 * thread-db.c (thread_db_store_registers): Update.
2297 * sol-thread.c (sol_thread_store_registers): Update.
2298 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2299 * rs6000-nat.c (fetch_register): Update.
2300 * rom68k-rom.c (rom68k_supply_one_register): Update.
2301 * remote.c (remote_wait, remote_async_wait): Update.
2302 * remote-st.c (get_hex_regs): Update.
2303 * remote-sim.c (gdbsim_fetch_register): Update.
2304 * remote-sds.c (sds_fetch_registers): Update.
2305 * remote-rdp.c (remote_rdp_fetch_register): Update.
2306 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2307 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2308 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2309 * remote-hms.c (init_hms_cmds): Update.
2310 * remote-est.c (init_est_cmds): Update.
2311 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2312 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2313 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2314 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2315 (fetch_register, supply_vrregset, supply_vrregset)
2316 (fetch_spe_registers): Update.
2317 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2318 * monitor.c (monitor_supply_register): Update.
2319 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2320 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2321 (mipsnbsd_supply_fpreg): Update.
2322 * mips-nat.c (fetch_inferior_registers)
2323 (fetch_core_registers): Update.
2324 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2325 (supply_fpregset, mips64_supply_gregset)
2326 (mips64_supply_fpregset): Update.
2327 * m68klinux-nat.c (fetch_register, supply_gregset)
2328 (supply_fpregset): Update.
2329 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2330 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2331 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2332 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2333 * infptrace.c (fetch_register): Update.
2334 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2335 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2336 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2337 (gnu_fetch_registers, gnu_store_registers): Update.
2338 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2339 * i386-linux-nat.c (fetch_register, supply_gregset)
2340 (dummy_sse_values): Update.
2341 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2342 * hppah-nat.c (fetch_register): Update.
2343 * hppa-linux-nat.c (fetch_register, supply_gregset)
2344 (supply_fpregset): Update.
2345 * go32-nat.c (fetch_register): Update.
2346 * dve3900-rom.c (fetch_bitmapped_register)
2347 (_initialize_r3900_rom): Update.
2348 * cris-tdep.c (supply_gregset): Update.
2349 * abug-rom.c (init_abug_cmds): Update.
2350 * core-aout.c (fetch_core_registers): Update.
2351 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2352 (fetch_register, fetch_fp_register): Update.
2353 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2354 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2355 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2356 * alphanbsd-tdep.c (fetch_core_registers): Update.
2357 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2358 * alpha-nat.c (fetch_osf_core_registers)
2359 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2360 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2361 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2362
2363 2004-07-21 Andrew Cagney <cagney@gnu.org>
2364
2365 * PROBLEMS: Mention breakpoints/1702.
2366 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2367 that is known to work.
2368
2369 2004-07-21 Andrew Cagney <cagney@gnu.org>
2370
2371 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2372 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2373 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2374 (handle_inferior_event): Wrap call to deprecated
2375 IGNORE_HELPER_CALL in #ifdef.
2376 * config/mips/tm-nbsd.h: Update.
2377
2378 2004-07-20 Jim Blandy <jimb@redhat.com>
2379
2380 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2381 bfd_mach_ppc has no segment registers.
2382
2383 Include PowerPC SPR numbers for special-purpose registers.
2384 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2385 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2386 new member in initializer.
2387 (S, S4, SN4, S64): New macros for defining special-purpose
2388 registers.
2389 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2390 registers_403, registers_403GC, registers_505, registers_860,
2391 registers_601, registers_602, registers_603, registers_604,
2392 registers_750, registers_e500): Use them.
2393
2394 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2395 replace references with expression used to initialize variable.
2396
2397 2004-07-20 Andrew Cagney <cagney@gnu.org>
2398
2399 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2400 read_memory_nobpt.
2401 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2402 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2403 (s390_sigtramp_frame_sniffer): Update.
2404 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2405 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2406 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2407 (mips32_fetch_instruction): Update.
2408 * mcore-tdep.c (get_insn): Update.
2409 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2410 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2411 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2412 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2413 (i386_linux_rt_sigtramp_start): Update.
2414 * i386-linux-nat.c (child_resume): Update.
2415 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2416 * hppa-linux-tdep.c (insns_match_pattern): Update.
2417 * gdbcore.h: Update.
2418 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2419 * frame.c (safe_frame_unwind_memory): Update.
2420 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2421 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2422 * alpha-tdep.c (alpha_read_insn): Update.
2423
2424 2004-07-20 Andrew Cagney <cagney@gnu.org>
2425
2426 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2427 containing both bytes and mask. Add "frame_type".
2428 * tramp-frame.c (tramp_frame_start): Update.
2429 (tramp_frame_prepend_unwinder): Update.
2430 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2431 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2432 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2433 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2434
2435 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2436
2437 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2438 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2439 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2440 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2441
2442 2004-07-17 Andrew Cagney <cagney@gnu.org>
2443
2444 * NEWS, PROBLEMS: Update for 6.2.
2445
2446 * README: Update to 6.2.
2447
2448 * utils.c (xvasprintf): Call xstrvprintf.
2449
2450 * parse.c: Update copyright.
2451 (null_post_parser): Eliminate ARGSUSED.
2452
2453 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2454 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2455 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2456
2457 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2458 * ppc-linux-nat.c: Use "Linux kernel".
2459 * hppa-linux-tdep.c: Use GNU/Linux.
2460 * hppa-linux-nat.c: Use GNU/Linux.
2461 * dwarfread.c: Add [sic] to use of Linux.
2462
2463 * hppa-linux-nat.c: Do not include <string.h>.
2464 (supply_fpregset): Remove "register" attribute.
2465
2466 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2467
2468 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2469
2470 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2471 * configure, config.in: Regenerated.
2472
2473 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2474 "bsd-kvm.h".
2475 (vaxbsd_supply_pcb): New function.
2476 (_initialize_vaxbsd_nat): New prototype and function.
2477 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2478 solib-sunos.o.
2479 (LOADLIBES): New variable.
2480 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2481 (LOADLIBES): New variable.
2482 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2483 (LOADLIBES): New variable.
2484 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2485
2486 2004-07-16 Andrew Cagney <cagney@gnu.org>
2487
2488 * defs.h (event_loop_p): Replace variable declaration with macro,
2489 always 1.
2490 * main.c (captured_main): Delete options "-async" and "-noasync".
2491 (event_loop_p): Delete variable.
2492 * NEWS: Mention that "-async" and "-noasync" were removed.
2493
2494 2004-07-16 Andrew Cagney <cagney@gnu.org>
2495
2496 * remote-m32r-sdi.c: Re-indent.
2497
2498 2004-07-16 Jim Blandy <jimb@redhat.com>
2499
2500 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2501 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2502 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2503 missing MPC823 SPRs.
2504 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2505 incorrect. (This was corrected in GDB's register name tables on
2506 2004-07-14.)
2507
2508 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2509 should be "esasrr" ("ESA Save and Restore Register").
2510
2511 2004-07-16 Andrew Cagney <cagney@gnu.org>
2512
2513 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2514 calls, no longer applicable. Update comments and rename parameter
2515 "step_frame" to "return_frame".
2516
2517 2004-07-16 Andrew Cagney <cagney@gnu.org>
2518
2519 * frame.c (fprint_field): New function.
2520 (fprint_frame_id): Use fprint_field.
2521
2522 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2523
2524 * ada-lang.c (ada_language_defn): Remove commented out code.
2525
2526 2004-07-15 Jim Blandy <jimb@redhat.com>
2527
2528 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2529 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2530
2531 2004-07-14 Jim Blandy <jimb@redhat.com>
2532
2533 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2534
2535 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2536
2537 * ppc-tdep.h (ppc_num_srs): New enum constant.
2538
2539 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2540 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2541 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2542 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2543 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2544 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2545 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2546 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2547 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2548 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2549 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2550 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2551 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2552 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2553 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2554 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2555 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2556 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2557 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2558 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2559 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2560 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2561 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2562 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2563 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2564 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2565 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2566 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2567 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2568 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2569 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2570 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2571 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2572 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2573 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2574 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2575 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2576 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2577 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2578 special-purpose register numbers.
2579
2580 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2581 manual mentions 'md_twb', but many mention 'm_twb', and at that
2582 point in the register list.)
2583
2584 2004-07-14 Andrew Cagney <cagney@gnu.org>
2585
2586 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2587 instead of "internal-error".
2588
2589 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2590
2591 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2592 that was inserted inside a comment.
2593
2594 2004-07-10 Randolph Chung <tausq@debian.org>
2595
2596 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2597 function.
2598 (hppa_hpux_push_dummy_code): New function.
2599 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2600 Set find_global_pointer method.
2601
2602 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2603
2604 * NEWS: Mention BSD libkvm interface.
2605
2606 2004-07-10 Michael Snyder <msnyder@redhat.com>
2607
2608 * symfile.c (generic_load): Comment typo.
2609 * stack.c (get_selected_block): Ditto.
2610 * regcache.c (regcache_cooked_read): Ditto.
2611 * monitor.c (monitor_debug): Ditto.
2612 * mips-tdep.c (mips_read_pc): Ditto.
2613 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2614 * gdb_mbuild.sh: Ditto.
2615 * gdbarch.sh: Ditto.
2616 * gdbarch.h: Ditto.
2617
2618 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2619
2620 * ada-tasks.c: Remove file.
2621
2622 Remove ARI problems:
2623
2624 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2625 beginning of line.
2626
2627 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2628 Add comment.
2629 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2630 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2631 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2632 (UMIN_OF_SIZE): Remove.
2633 (max_of_type): New function to replace orphan macro in gdbtypes.h
2634 (min_of_type): Ditto.
2635 (discrete_type_high_bound): Use max_of_type.
2636 (discrete_type_low_bound): Use min_of_type.
2637 (possible_user_operator_p): Move operator to beginning of line.
2638 (ada_is_variant_part): Ditto.
2639 (ensure_lval): Rewrite to avoid deprecated operations.
2640 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2641 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2642 (ada_enum_name): Remove assignments in 'if' statements.
2643 (build_ada_types): Add gdbarch parameter.
2644 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2645 with gdbarch_data_register_post_init.
2646 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2647 add_show_from_set.
2648
2649 * ada-valprint.c (inspect_it): Remove declaration.
2650 (repeat_count_threshold): Remove declaration.
2651 (ada_print_floating): Remove assignments in 'if' statements.
2652 (print_str): Move operator to beginning of line.
2653
2654 2004-07-08 Jim Blandy <jimb@redhat.com>
2655
2656 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2657
2658 2004-07-08 Bob Rossi <bob@brasko.net>
2659
2660 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2661
2662 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2663
2664 * language.h (struct_language_defn): Add new function pointer:
2665 la_class_name_from_physname. Also add new prototype for
2666 language_class_name_from_physname.
2667 * language.c (language_class_name_from_physname): New function.
2668 (unk_lang_class_name): Ditto.
2669 (unknown_language_defn, auto_language_defn): Change
2670 to add unk_lang_class_name function pointer for
2671 la_class_name_from_physname.
2672 (local_language_defn): Ditto.
2673 * dwarf2read.c (guess_structure_name): Change to call
2674 language_class_name_from_physname.
2675 (determine_class_name): Ditto.
2676 * cp-support.c (class_name_from_physname): Renamed.
2677 (cp_class_name_from_physname): New name of function.
2678 * cp-support.h: Ditto.
2679 * c-lang.c (c_language_defn): Change to add NULL
2680 for class_name_from_physname function pointer.
2681 (cplus_language_defn): Change to add cp_class_name_from_physname.
2682 * jv-lang.c (java_class_name_physname): New function.
2683 (java_find_last_component): New static routine.
2684 (java_language_defn): Add java_class_name_from_physname pointer.
2685 * ada-lang.c (ada_language_defn): Change to add NULL
2686 for class_name_from_physname function pointer.
2687 * f-lang.c (f_language_defn): Ditto.
2688 * m2-lang.c (m2_language_defn): Ditto.
2689 * objc-lang.c (objc_language_defn): Ditto.
2690 * p-lang.c (pascal_language_defn): Ditto.
2691 * scm-lang.c (scm_language_defn): Ditto.
2692
2693 2004-07-06 Andrew Cagney <cagney@gnu.org>
2694
2695 Patch from Bart Robinson.
2696 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2697 (O_LARGEFILE): Define to 0, if not defined.
2698
2699 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2700
2701 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2702 <machine/pcb.h> and "bsd-kvm.h".
2703 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2704 (m68kbsd_supply_pcb): New function.
2705 (_initialize_m68kbsd_nat): New prototype and function.
2706 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2707 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2708 (LOADLIBES): New variable.
2709 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2710 (LOADLIBES): New variable.
2711
2712 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2713
2714 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2715
2716 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2717 <sys/proc.h>.
2718 (bsd_kvm_cmdlist): New variable.
2719 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2720 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2721 command and "kvm proc" command.
2722 * Makefile.in (bsd-kvm.o): Update dependencies.
2723
2724 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2725
2726 * osabi.c: Update copyright year.
2727 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2728 notes if EI_OSABI is set to ELFOSABI_HPUX.
2729
2730 2004-07-01 Michael Snyder <msnyder@redhat.com>
2731
2732 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2733 that seems to have gotten whacked out of line.
2734
2735 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2736
2737 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2738 code.
2739
2740 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2741
2742 * ada-lang.c (decode_packed_array): Minor change to comment.
2743 (ada_value_slice_ptr): New function.
2744 (ada_value_slice): New function.
2745 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2746 test. Don't know why it is there.
2747 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2748 to avoid dereferencing huge arrays from which one is slicing.
2749 (empty_array): Correct to return an array rather than
2750 a subrange value.
2751 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2752 on empty arrays (let'em use 'FIRST instead).
2753
2754 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2755
2756 Address complaints from gdb_ari.sh:
2757
2758 * ada-exp.y: Include gdb_string.h rather than string.h.
2759 (convert_char_literal): Reformat declaration.
2760 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2761 * ada-lex.l: Change use of free to xfree (the macro would do so
2762 anyway, but this is harmless).
2763 Include gdb_string.h rather than string.h.
2764 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2765
2766 * ada-lang.c (parse): Remove K&Rism in parameter list.
2767 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2768
2769 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2770
2771 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2772 dead code.
2773
2774 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2775
2776 * alphabsd-nat.c: Update copyright year.
2777 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2778
2779 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2780
2781 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2782 (i386_cygwin_in_solib_call_trampoline): New function.
2783 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2784 and skip_trampoline_code gdbarch methods.
2785
2786 2004-06-29 Jim Blandy <jimb@redhat.com>
2787
2788 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2789 name actually used in the dependency lists.
2790
2791 2004-06-29 Randolph Chung <tausq@debian.org>
2792
2793 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2794
2795 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2796
2797 * win32-nat.c (child_pid_to_exec_file): New function.
2798 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2799 functionality.
2800
2801 2004-06-28 Andrew Cagney <cagney@gnu.org>
2802
2803 * defs.h (xstrvprintf): Declare.
2804 * utils.c (xstrvprintf): New function.
2805 (internal_vproblem, xstrprintf, xasprintf)
2806 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2807 * serial.c (serial_printf): Ditto.
2808 * complaints.c (vcomplaint): Ditto.
2809
2810 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2811
2812 * infcmd.c (attach_command): Move call to target_terminal_inferior
2813 behind loading symbol table.
2814
2815 2004-06-28 Andrew Cagney <cagney@gnu.org>
2816
2817 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2818 change - add back extern deprecated_ui_loop_hook declaration.
2819
2820 2004-06-28 Andrew Cagney <cagney@gnu.org>
2821
2822 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2823 xstrprintf.
2824 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2825 (c_value_of_variable): Ditto.
2826 * utils.c (internal_vproblem): Ditto.
2827 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2828 * remote.c (add_packet_config_cmd): Ditto.
2829 * remote-rdp.c (rdp_set_command_line): Ditto.
2830 * regcache.c (regcache_dump): Ditto.
2831 * frv-tdep.c (new_variant, new_variant): Ditto.
2832 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2833 (fbsd_find_memory_regions): Ditto.
2834 * breakpoint.c (create_thread_event_breakpoint)
2835 (create_breakpoints): Ditto.
2836 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2837 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2838
2839 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2840
2841 * ada-lang.c: Re-indent file, with some massaging to help indent
2842 a bit when the result is otherwise really too ugly.
2843
2844 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2845
2846 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2847 code_addr_p and special_addr_p to 'unsigned int'.
2848
2849 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2850
2851 * i386v4-nat.c: Update copyright year and tweak comment.
2852 (regmap): Remove trailing comma.
2853 (supply_gregset): Rename local variable i to regnum. Call
2854 regcache_raw_supply instead of supply_register.
2855 (fill_gregset): Rename argument regno to regnum. Call
2856 regcache_raw_collect instead of regcache_collect.
2857
2858 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2859
2860 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2861 and special_addr_p.
2862 (frame_id_build, frame_id_build_special): Update comments.
2863 (frame_id_build_wild): New prototype.
2864 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2865 struct frame_id fields.
2866 (frame_id_build_wild): New function.
2867 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2868
2869 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2870
2871 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2872 hppabsd-tdep.c.
2873
2874 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2875
2876 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2877
2878 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2879
2880 * ada-lang.c: Re-indent file.
2881
2882 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2883
2884 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2885 (no_symtab_msg): Likewise.
2886
2887 2004-06-27 Andreas Schwab <schwab@suse.de>
2888
2889 * source.c: Fix whitespace.
2890
2891 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2892
2893 * configure.in: Include <sys/param.h> for td_pcb test.
2894 * configure: Regenerated.
2895
2896 * i386nbsd-nat.c: New file.
2897 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2898 i386obsd-nat.c and i386obsd-tdep.c.
2899 (i386nbsd-nat.o): New dependency.
2900 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2901 bsd-kvm.o.
2902 (LOADLIBES): New variable.
2903 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2904 bsd-kvm.o.
2905 (LOADLIBES): New variable.
2906
2907 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2908 (LOADLIBES): New variable.
2909
2910 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2911 fetching from BSD_KVM_PADDR. Correctly lookup address for
2912 "_thread0".
2913
2914 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2915 "bsd-kvm.h".
2916 (amd64fbsd_supply_pcb): New funcion.
2917 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2918
2919 2004-06-27 <david@streamline-computing.com>
2920
2921 Partial fix for PR cli/1056.
2922 * valarith.c: Check for zero in division and remainder
2923 evaluation.
2924
2925 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2926
2927 * i387-tdep.c: Remove excessive whitespace.
2928
2929 2004-06-26 Andrew Cagney <cagney@gnu.org>
2930
2931 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
2932 * gdb-events.h, gdb-events.c: Re-generate.
2933 * tui/tui-hooks.c (tui_install_hooks): Update.
2934 (tui_remove_hooks): Update.
2935 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
2936
2937 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2938
2939 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
2940 (gregset_t, fpregset_t): Remove typedefs.
2941 (REG_OFFSET): Rename argument.
2942 (amd64bsd_r_reg_offset): Rename from reg_offset.
2943 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
2944 Remove functions.
2945 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
2946 of reg_offset.
2947 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
2948
2949 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
2950
2951 * vax-tdep.c: Tweak comment.
2952
2953 Add OpenBSD/hppa support.
2954 * NEWS (New native configurations): Mention OpenBSD/hppa.
2955 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
2956 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
2957 files.
2958 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
2959 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
2960 * configure.host: Add hppa*-*-openbsd*.
2961 * configure.tgt: Add hppa*-*-openbsd*.
2962
2963 2004-06-25 Andrew Cagney <cagney@gnu.org>
2964
2965 * defs.h (deprecated_ui_loop_hook): Deprecated.
2966 * wince.c (child_wait): Update.
2967 * win32-nat.c (child_wait): Update.
2968 * v850ice.c (v850ice_wait): Update.
2969 * top.c (deprecated_ui_loop_hook): Update.
2970 * serial.h: Update.
2971 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
2972 (do_unix_readchar): Update.
2973 * ser-tcp.c (net_open): Update.
2974 * remote-sim.c (gdb_os_poll_quit): Update.
2975 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
2976
2977 2004-06-24 Andrew Cagney <cagney@gnu.org>
2978
2979 * defs.h (deprecated_pre_add_symbol_hook)
2980 (deprecated_post_add_symbol_hook): Deprecated.
2981 * symfile.c (symbol_file_add_with_addrs_or_offsets)
2982 (symbol_file_add_with_addrs_or_offsets): Update references.
2983
2984 2004-06-24 Andrew Cagney <cagney@gnu.org>
2985
2986 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
2987 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
2988 * wince.c (ui_loop_hook): Delete extern declaration.
2989 * win32-nat.c (ui_loop_hook): Delete extern declaration..
2990 * v850ice.c (ui_loop_hook): Delete extern declaration..
2991 * ser-unix.c (ui_loop_hook): Delete extern declaration..
2992 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
2993 * remote-sim.c (ui_loop_hook): Delete extern declaration..
2994 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
2995 ui_loop_hook declaration.
2996
2997 2004-06-24 Andrew Cagney <cagney@gnu.org>
2998
2999 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3000 entry_func_highpc fields.
3001 * objfiles.c (init_entry_point_info): Do not clear
3002 entry_func_lowpc and entry_func_highpc.
3003 (objfile_relocate): Do not relocate entry_func_lowpc and
3004 entry_func_highpc.
3005 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3006 entry_func_highpc.
3007 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3008 entry_func_highpc.
3009 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3010 entry_func_lowpc and entry_func_highpc with call to
3011 inside_entry_func.
3012
3013 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3014
3015 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3016 quad-precision floating point arguments in registers.
3017
3018 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3019
3020 From Michael Mueller <m.mueller99@kay-mueller.de>:
3021 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3022 account.
3023
3024 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3025
3026 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3027 to -1.
3028 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3029 untriggered watchpoints to a separate if clause. Update function
3030 comment regarding STOPPED_BY_WATCHPOINT argument.
3031
3032 2004-06-22 Jim Blandy <jimb@redhat.com>
3033
3034 * gdbarch.sh: Doc fix.
3035
3036 2004-06-21 Martin Hunt <hunt@redhat.com>
3037 Kevin Buettner <kevinb@redhat.com>
3038
3039 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3040 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3041 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3042 to set_gdbarch_sp_regnum(). Use cooked register number.
3043 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3044
3045 2004-06-21 Andrew Cagney <cagney@gnu.org>
3046
3047 * gdbarch.sh: When the macro field is empty, do not generate a
3048 macro definition. When the macro field is "=", generate the macro
3049 name from the upper-case function name.
3050 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3051 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3052 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3053 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3054 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3055 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3056 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3057 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3058 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3059 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3060 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3061 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3062 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3063 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3064 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3065 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3066 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3067 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3068 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3069 (DEPRECATED_USE_STRUCT_CONVENTION)
3070 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3071 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3072 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3073 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3074 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3075 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3076 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3077 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3078 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3079 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3080 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3081 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3082 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3083 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3084 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3085 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3086 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3087 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3088
3089 2004-06-21 Andrew Cagney <cagney@gnu.org>
3090
3091 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3092 macro name, and the function rather than macro value. Only wrap
3093 macro print statements in #ifdef. Move format logic to where it
3094 is needed.
3095 * gdbarch.c: Re-generate.
3096
3097 * gdbarch.sh (read): Delete "print_p" and "description", add
3098 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3099 Delete references to print_p.
3100 (TARGET_ARCHITECTURE): Delete print predicate.
3101 * gdbarch.c: Re-generate.
3102
3103 * gdbarch.sh: Check that multi-arch methods do not provide a
3104 macro.
3105 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3106 (print_registers_info, print_float_info, print_vector_info)
3107 (adjust_breakpoint_address, remote_translate_xfer_address)
3108 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3109 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3110 name from the multi-arch definition.
3111
3112 2004-06-20 Andrew Cagney <cagney@gnu.org>
3113
3114 * gdbarch.sh: Sort by the function, instead of macro name.
3115 * gdbarch.c: Re-generate.
3116
3117 2004-06-20 Andrew Cagney <cagney@gnu.org>
3118
3119 * gdbarch.sh: Use the function, instead of macro name in
3120 errors and the log file.
3121 (return_value): Remove stray ":" in spec.
3122
3123 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3124 * gdbarch.h, gdbarch.c: Re-generate.
3125 * Makefile.in (arch-utils.o): Update dependencies.
3126 * values.c (using_struct_return): Move code calling
3127 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3128 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3129 to legacy_return_value, simplify.
3130 * infcmd.c (print_return_value): Move code calling
3131 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3132 to legacy_return_value, simplify.
3133 * infcall.c (call_function_by_hand): Move code calling
3134 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3135 * arch-utils.c: Update copyright. Include "gdbcore.h".
3136 (legacy_return_value): New function.
3137 * arch-utils.h: Update copyright.
3138 (legacy_return_value): Declare.
3139
3140 2004-06-20 Andrew Cagney <cagney@gnu.org>
3141
3142 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3143 * gdbarch.h, gdbarch.c: Re-generate.
3144 * values.c (using_struct_return): Update call.
3145 * mcore-tdep.c: Update comment.
3146 * infcall.c (call_function_by_hand): Update comment.
3147 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3148 * arch-utils.h (always_use_struct_convention): Update.
3149 * v850-tdep.c (v850_gdbarch_init): Update.
3150 * sh64-tdep.c (sh64_gdbarch_init): Update.
3151 * sh-tdep.c (sh_gdbarch_init): Update.
3152 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3153 * mips-tdep.c (mips_gdbarch_init): Update.
3154 * mcore-tdep.c (mcore_gdbarch_init): Update.
3155 * m32r-tdep.c (m32r_gdbarch_init): Update.
3156 * ia64-tdep.c (ia64_gdbarch_init): Update.
3157 * h8300-tdep.c (h8300_gdbarch_init): Update.
3158 * frv-tdep.c (frv_gdbarch_init): Update.
3159 * cris-tdep.c (cris_gdbarch_init): Update.
3160 * arm-tdep.c (arm_gdbarch_init): Update.
3161 * alpha-tdep.c (alpha_gdbarch_init): Update.
3162
3163 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3164
3165 * PROBLEMS: Add more specific information, and a work-around,
3166 for PR gdb/1458.
3167
3168 2004-06-18 Andrew Cagney <cagney@gnu.org>
3169
3170 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3171 * gdbarch.h, gdbarch.c: Re-generate.
3172 * ada-lang.c (ada_finish_decode_line_1): Update.
3173 * infrun.c (handle_inferior_event): Update.
3174 * infcall.c (find_function_addr): Update.
3175 * linespec.c (minsym_found): Update.
3176 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3177 Update.
3178 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3179 * cli/cli-cmds.c (disassemble_command): Update.
3180 * vax-tdep.c (vax_gdbarch_init): Update.
3181
3182 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3183
3184 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3185
3186 2004-06-17 Andrew Cagney <cagney@gnu.org>
3187
3188 GDB 6.1.1 released from the GDB 6.1 branch.
3189 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3190 * PROBLEMS: Ditto.
3191
3192 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3193
3194 PR gdb/1658
3195 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3196 operation as a uleb128. Found by Michael Coulter.
3197
3198 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3199
3200 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3201 make it non-static.
3202 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3203 to ada-lang.h; this is needed to be able to implement the kill command
3204 in multi-task mode.
3205 (task_ptid): Ditto.
3206 (task_entry): Ditto.
3207 (task_list): Ditto.
3208 (ada_build_task_list): Ditto.
3209
3210 * ada-lang.c: Conditionalize routines and data structures related
3211 to breakpoints, exceptions, completion, and symbol caching on
3212 GNAT_GDB, since these are not yet used in the submitted public sources.
3213 (ada_main_name): Editorial: Move definition out of exception-related
3214 code.
3215
3216 2004-06-15 Andrew Cagney <cagney@gnu.org>
3217
3218 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3219 deprecated_pc_in_call_dummy.
3220
3221 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3222
3223 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3224 bfd_get_section_size_before_reloc or _raw_size.
3225 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3226 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3227 (dwarf2_read_section): Likewise.
3228 * elfread.c (elf_locate_sections): Likewise.
3229 * gcore.c (derive_heap_segment): Likewise.
3230 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3231 * remote-e7000.c (e7000_load): Likewise.
3232 * remote-m32r-sdi.c (m32r_load): Likewise.
3233 * remote-mips.c (mips_load_srec): Likewise.
3234 (pmon_load_fast): Likewise.
3235 * remote.c (compare_sections_command): Likewise.
3236 * symfile.c (add_section_size_callback): Likewise.
3237 (load_section_callback): Likewise.
3238 (pc_in_unmapped_range): Likewise.
3239 (pc_in_mapped_range): Likewise.
3240 (sections_overlap): Likewise.
3241 (list_overlays_command): Likewise.
3242 (simple_overlay_update_1): Likewise.
3243 (simple_overlay_update): Likewise.
3244 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3245 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3246
3247 2004-06-14 Randolph Chung <tausq@debian.org>
3248
3249 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3250 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3251 static.
3252 (hppa_hpux_inferior_created): New function.
3253 (hppa_hpux_init_abi): Register observer.
3254 * symfile.c (hp_cxx_exception_support_initialized)
3255 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3256 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3257
3258 2004-06-14 Randolph Chung <tausq@debian.org>
3259
3260 * MAINTAINERS (Write After Approval): Alphabetize my entry
3261 correctly.
3262
3263 2004-06-14 Andrew Cagney <cagney@gnu.org>
3264
3265 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3266 testsuite maintainer.
3267
3268 2004-06-13 Andrew Cagney <cagney@gnu.org>
3269
3270 * infcmd.c (print_return_value): Fix logic, allow
3271 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3272
3273 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3274 defining any macros.
3275 * gdbarch.h: Re-generate.
3276
3277 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3278 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3279 * gdbarch.h: Re-generate.
3280
3281 * values.c (generic_use_struct_convention): Don't check gcc_p.
3282
3283 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3284 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3285 * gdbarch.h, gdbarch.c: Regenerate.
3286 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3287 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3288 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3289 deprecated_max_register_raw_size and
3290 deprecated_max_register_virtual_size.
3291 * v850-tdep.c (v850_gdbarch_init): Ditto.
3292 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3293 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3294 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3295 * cris-tdep.c (cris_gdbarch_init): Ditto.
3296
3297 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3298 * gdbarch.h, gdbarch.c: Re-generate.
3299 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3300 (m68hc11_use_struct_convention): Delete function.
3301 (m68hc11_extract_struct_value_address): Delete function.
3302 (m68hc11_return_value): New function.
3303 (m68hc11_gdbarch_init): Instead of store_return_value,
3304 extract_return_value, return_value_on_stack,
3305 deprecated_extract_struct_value_address and use_struct_convention,
3306 set return_value.
3307 * values.c (using_struct_return): Do not call
3308 RETURN_VALUE_ON_STACK.
3309 * arch-utils.h (generic_return_value_on_stack_not): Delete
3310 declaration.
3311 * arch-utils.c (generic_return_value_on_stack_not): Delete
3312 function.
3313
3314 2004-06-12 Andrew Cagney <cagney@gnu.org>
3315
3316 * values.c (register_value_being_returned): Delete function.
3317 * infcmd.c (legacy_return_value): Delete function.
3318 * infcall.c (call_function_by_hand): Inline
3319 "register_value_being_returned", simplify.
3320 * values.c (using_struct_return): Update comment, refer to
3321 print_return_value instead of register_value_being_returned.
3322 * infcmd.c (print_return_value): Inline calls to
3323 register_value_being_returned and legacy_return_value. Simplify.
3324
3325 2004-06-11 Randolph Chung <tausq@debian.org>
3326
3327 * somread.c (som_symtab_read): Exclude gcc local symbols.
3328
3329 2004-06-11 Randolph Chung <tausq@debian.org>
3330
3331 * infrun.c (handle_inferior_event): Handle the case when a
3332 trampoline ends up in the runtime resolver, and if the trampoline
3333 has no name. Rearrange the code so that all the trampoline
3334 processing happens before other step-out-of-range handling.
3335
3336 2004-06-11 Martin Hunt <hunt@redhat.com>
3337
3338 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3339 has no fpu.
3340
3341 2004-06-10 Andrew Cagney <cagney@gnu.org>
3342
3343 * blockframe.c (legacy_inside_entry_func): Delete.
3344 (legacy_frame_chain_valid): Inline call to
3345 legacy_inside_entry_func, simplify.
3346
3347 2004-06-10 Bob Rossi <bob@brasko.net>
3348
3349 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3350 * dwarf2read.c (partial_die_info): Add dirname field.
3351 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3352 (read_partial_die): Save away DW_AT_comp_dir.
3353 * defs.h (symtab_to_filename): Removed.
3354 * source.c (find_and_open_source): Added.
3355 (open_source_file): Just calls find_and_open_source.
3356 (symtab_to_filename): Removed.
3357 (symtab_to_fullname, psymtab_to_fullname): Added.
3358 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3359 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3360 symtab_to_filename.
3361 * symtab.h (partial_symtab): Add dirname field.
3362 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3363 (mi_cmd_file_list_exec_source_file): Call new function
3364 symtab_to_fullname to find fullname.
3365 (mi_cmd_file_list_exec_source_files): Added.
3366 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3367 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3368
3369 2004-06-10 Andrew Cagney <cagney@gnu.org>
3370
3371 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3372 to generic_use_struct_convention, the default value.
3373
3374 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3375 of abort.
3376
3377 * ns32k-tdep.c (ns32k_push_arguments): New function.
3378 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3379 * infcall.c (call_function_by_hand): Call error instead of
3380 legacy_push_arguments.
3381 * value.h (legacy_push_arguments): Delete declaration.
3382 * valops.c (legacy_push_arguments): Delete function.
3383 (value_push): Delete function.
3384
3385 2004-06-10 Brian Ford <ford@vss.fsi.com>
3386
3387 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3388 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3389 info.
3390 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3391
3392 2004-06-10 Andrew Cagney <cagney@gnu.org>
3393
3394 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3395 * gdbarch.h, gdbarch.c: Re-generate.
3396 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3397 parameters.
3398 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3399 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3400 deprecated_pc_in_call_dummy instead of
3401 DEPRECATED_PC_IN_CALL_DUMMY.
3402 (arm_skip_prologue): Ditto.
3403 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3404 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3405 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3406 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3407 Ditto.
3408 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3409 (sh64_init_extra_frame_info, sh64_get_saved_register)
3410 (sh64_pop_frame): Ditto.
3411 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3412 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3413 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3414 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3415 (h8300_pop_frame): Ditto.
3416 * blockframe.c (legacy_inside_entry_func)
3417 (legacy_frame_chain_valid): Ditto.
3418 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3419 to deprecated_pc_in_call_dummy.
3420
3421 2004-06-09 Andrew Cagney <cagney@gnu.org>
3422
3423 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3424 provide a default value.
3425 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3426 * gdbarch.h, gdbarch.c: Re-generate.
3427 * arch-utils.c (generic_convert_register_p): Rename
3428 legacy_convert_register_p
3429 (legacy_register_to_value, legacy_value_to_register): Delete
3430 functions.
3431 * arch-utils.h (generic_convert_register_p): Rename
3432 legacy_convert_register_p.
3433 (legacy_register_to_value, legacy_value_to_register): Delete
3434 declarations.
3435
3436 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3437 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3438 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3439 * gdbarch.h, gdbarch.c: Re-generate.
3440 * infcmd.c (default_print_registers_info): Simplify.
3441 * findvar.c (value_of_register): Simplify.
3442 * mi/mi-main.c (get_register): Simplify.
3443 * arch-utils.c (legacy_convert_register_p): Always return 0.
3444 (legacy_register_to_value, legacy_value_to_register): Always call
3445 internal_error.
3446
3447 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3448 #ifdef CLEAR_INSN_CACHE code.
3449 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3450 Delete #ifdef CLEAR_DEFERRED_STORES code.
3451
3452 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3453
3454 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3455 copyright.
3456 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3457
3458 * config/mips/mipsv4.mh: Delete file.
3459
3460 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3461 unreferenced macro.
3462 (hpread_adjust_stack_address): Delete declaration.
3463
3464 2004-06-08 Andrew Cagney <cagney@gnu.org>
3465
3466 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3467 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3468 PTRACE_ATTACH / PTRACE_DETACH available call error.
3469 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3470 * infttrace.c (update_thread_state_after_attach, attach, detach):
3471 Remove #ifdef wrappers.
3472 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3473 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3474 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3475 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3476 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3477 * config/nm-linux.h (ATTACH_DETACH): Delete.
3478 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3479 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3480 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3481 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3482 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3483
3484 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3485
3486 * configure.in: Set $configdir to the right OS specific value.
3487 Use value when setting $tcldir and $tkdir.
3488 * configure: Regenerate.
3489
3490 2004-06-06 Paul Brook <paul@codesourcery.com>
3491
3492 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3493 records.
3494
3495 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3496
3497 * ada-lang.c (lookup_symbol_in_language): New function to allow
3498 re-use of another language's symbol lookup code. (Placed here
3499 temporarily while Ada support is being integrated into the public
3500 tree).
3501 (restore_language): New auxiliary function for
3502 lookup_symbol_in_language.
3503 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3504 temporarily while Ada support is being integrated into the public
3505 tree).
3506
3507 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3508
3509 * Makefile.in (check//%): New.
3510
3511 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3512 (mn10300_store_return_value): Rewrite.
3513 (mn10300_type_align): New.
3514 (mn10300_use_struct_convention): Rewrite.
3515 (mn10300_return_value): New, using all of the above.
3516 (mn10300_pop_frame_regular): Add saved_regs_size.
3517 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3518
3519 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3520 regs if PC is on movm.
3521
3522 2004-06-07 Jim Blandy <jimb@redhat.com>
3523
3524 Add native Linux support for the PowerPC E500.
3525 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3526 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3527 all architectures except the E500.
3528 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3529 #definitions.
3530 (struct gdb_evrregset_t): New type.
3531 (have_ptrace_getsetevrregs): New variable.
3532 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3533 fetch_spe_registers): New functions.
3534 (fetch_register): Call fetch_spe_register as appropriate.
3535 Assert that we're only passed raw register numbers.
3536 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3537 Don't fetch gprs if they're pseudoregisters.
3538 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3539 store_spe_registers): New functions.
3540 (store_register): Call store_spe_register as appropriate.
3541 Assert that we're only passed raw register numbers.
3542 (store_ppc_registers): Call store_spe_registers as appropriate.
3543 Don't store gprs if they're pseudoregisters.
3544
3545 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3546
3547 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3548 struct if one exists, even if we are dealing with a zombie thread.
3549
3550 2004-06-07 Andrew Cagney <cagney@gnu.org>
3551
3552 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3553 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3554 Rename PC_REQUIRES_RUN_BEFORE_USE.
3555 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3556 #ifdef.
3557
3558 2004-06-07 Randolph Chung <tausq@debian.org>
3559
3560 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3561 unwinding after sp has been saved to the stack but before the end
3562 of the prologue, and after the fp has been modified but before it has
3563 been saved to the stack.
3564 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3565 Remove superfluous definitions.
3566 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3567
3568 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3569
3570 Committed by Randolph Chung.
3571 * hppa-linux-nat.c: Include the correct version of the header file
3572 depending on the kernel version.
3573
3574 2004-06-06 Randolph Chung <tausq@debian.org>
3575
3576 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3577 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3578
3579 2004-06-06 Randolph Chung <tausq@debian.org>
3580
3581 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3582 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3583 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3584 * hppa-tdep.c (hppa_symbol_address): New function definition.
3585 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3586
3587 2004-06-06 Randolph Chung <tausq@debian.org>
3588
3589 * hppa-tdep.h (struct value): Forward declaration.
3590 (gdbarch_tdep): Define tdep find_global_pointer method.
3591 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3592 associated with the function we are trying to call, and write it
3593 to the gp register.
3594 (hppa32_convert_from_funct_ptr_addr): New function.
3595 (hppa_find_global_pointer): New function.
3596 (hppa_gdbarch_init): Set default find_global_pointer method; set
3597 convert_from_func_ptr_addr method.
3598 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3599 (hppa_linux_init_abi): Set find_global_pointer method.
3600 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3601
3602 2004-06-06 Randolph Chung <tausq@debian.org>
3603
3604 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3605 to struct value *function.
3606 * gdbarch.c: Regenerate.
3607 * gdbarch.h: Likewise.
3608 * infcall.c (call_function_by_hand): Pass entire function value
3609 to push_dummy_call.
3610
3611 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3612 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3613 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3614 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3615 * arm-tdep.c (arm_push_dummy_call): Likewise.
3616 * avr-tdep.c (avr_push_dummy_call): Likewise.
3617 * cris-tdep.c (cris_push_dummy_call): Likewise.
3618 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3619 * frv-tdep.c (frv_push_dummy_call): Likewise.
3620 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3621 * hppa-tdep.c (hppa32_push_dummy_call)
3622 (hppa64_push_dummy_call): Likewise.
3623 * i386-tdep.c (i386_push_dummy_call): Likewise.
3624 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3625 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3626 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3627 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3628 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3629 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3630 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3631 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3632 (ppc64_sysv_abi_push_dummy_call): Likewise.
3633 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3634 (ppc64_sysv_abi_push_dummy_call): Likewise.
3635 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3636 * s390-tdep.c (s390_push_dummy_call): Likewise.
3637 * sh-tdep.c (sh_push_dummy_call_fpu)
3638 (sh_push_dummy_call_nofpu): Likewise.
3639 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3640 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3641 * vax-tdep.c (vax_push_dummy_call): Likewise.
3642
3643 2004-06-04 Jim Blandy <jimb@redhat.com>
3644
3645 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3646 gdbarch argument to register_size.
3647
3648 * rs6000-tdep.c (rs6000_store_return_value): Use
3649 regcache_cooked_write_part instead of
3650 deprecated_write_register_bytes.
3651 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3652 not gdbarch_deprecated_store_return_value.
3653
3654 * ppc-linux-nat.c (store_register, fetch_register): Remove
3655 incorrect assertions. Simplify and generalize handling of
3656 transfers whose sizes are not multiples of, or less than, sizeof
3657 (PTRACE_XFER_TYPE).
3658
3659 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3660
3661 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3662 as a new thread event.
3663 * thread-db.c (thread_get_info_callback): If the thread is a
3664 zombie, return TD_THR_ZOMBIE.
3665 (thread_from_lwp): If thread_get_info_callback returns
3666 TD_THR_ZOMBIE, check if the thread is still on the thread list
3667 and return a -1 ptid if not found.
3668 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3669 change the status to TARGET_WAITKIND_SPURIOUS.
3670
3671 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3672
3673 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3674 double values in little endian mode.
3675
3676 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3677
3678 Committed by Andrew Cagney.
3679 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3680 after last enum constant to avoid error from IBM C
3681 compiler.
3682
3683 2004-06-02 Jim Blandy <jimb@redhat.com>
3684
3685 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3686 to 'message', and make it local to the lone block that uses it.
3687
3688 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3689
3690 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3691
3692 * ada-exp.y: Update copyright notice.
3693 Include block.h.
3694
3695 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3696 SPECIAL_VARIABLE and unify the treatment of these cases.
3697
3698 (write_attribute_call0): Remove.
3699 (write_attribute_call1): Remove.
3700 (write_attribute_calln): Remove.
3701 (save_qualifier): Add missing semicolon.
3702
3703 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3704 temporarily disabled to allow compilation with FSF head version.
3705
3706 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3707 use individual operators (OP_*) for all attributes.
3708 (exp syntax): Use write_int.
3709 Handle STRING literals with OP_STRING.
3710 (variable syntax): Add limit parameter to calls to
3711 write_object_renaming.
3712
3713 (temp_parse_space): New definition to hold entities that need
3714 only live until the next call to ada_parse.
3715 (string_to_operator): Rename fields of ada_opname_table entries.
3716
3717 (write_var_from_sym): Record block.
3718 (write_var_from_name): Minor reformatting.
3719 Make sure saved name is properly encoded in the case of multiple
3720 matches, and set its language to Ada.
3721 Update comment.
3722 Modify to indicate unresolved name as symbol in the UNRESOLVED
3723 namespace, allocated in temp_parse_space.
3724 (write_int): New function.
3725
3726 (write_object_renaming): Add max_depth parameter to limit
3727 chains of object renamings.
3728 Handle case where root of renaming expression is itself a renaming.
3729 Use temp_parse_space for temporary name buffer.
3730 Handle renamings to dereferenced pointers (___XEXA suffices).
3731
3732 (ada_parse, yyerror, string_to_operator,
3733 write_var_from_sym, write_var_from_name, write_attribute_call0,
3734 write_attribute_call1, write_attribute_calln,
3735 write_object_renaming): Protoize.
3736
3737 (_initialize_ada_exp): New function.
3738
3739 * ada-lang.c: Update copyright notice.
3740 General terminology change to conform to GNAT compiler usage:
3741 mangle => encode, demangle => decode
3742 Include gdb_obstack.h.
3743 Include gdb_regex.h
3744 Include frame.h
3745 Include hashtab.h
3746 Include completer.h
3747 Include gdb_stat.h
3748 Include block.h
3749 Include infcall.h
3750
3751 (ADA_RETAIN_DOTS): Make sure this is defined.
3752 (TRUNCATION_TOWARDS_ZERO): Define.
3753 (struct string_vector): Define.
3754 (unresolved_names): Remove definition.
3755 (xnew_string_vector): New function.
3756 (string_vector_append): New function.
3757 (extract_string): Make static.
3758 (ada_unqualified_name): New function.
3759 (add_angle_brackets): New function.
3760 (function_name_from_pc): New function.
3761 (place_on_stack): Rename to ensure_lval.
3762
3763 (ensure_lval): Renamed from place_on_stack.
3764 Make identity on lvals.
3765 Update comment.
3766 (is_nonfunction): New interface.
3767 Only symbols in LOC_CONST class can be enumerals.
3768 (fill_in_ada_prototype): Remove; now independent of language.
3769 (add_defn_to_vec): Add obstack and symtab arguments.
3770 Use obstack to hold collected definitions.
3771 (num_defns_collected): New function.
3772 (defns_collected): New function.
3773 (ada_resolve_subexp): Rename to resolve_subexp.
3774 (resolve_subexp): Renamed from ada_resolve_subexp.
3775 (ada_op_name): Return non-const result.
3776 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3777 other purposes.
3778
3779 (to_fixed_array_type): Add declaration.
3780 (coerce_unspec_val_to_type): Remove offset parameter.
3781 (find_sal_from_funcs_and_line): New interface.
3782 (find_line_in_linetable): Ditto.
3783
3784 (all_sals_for_line): Rename to ada_sals_for_line and make
3785 global.
3786 Add new parameter. When set, do not ask the user to choose the
3787 instance, but use the first one found instead.
3788 Use given line number in returned sals.
3789 Fix comment.
3790 Skip the prologue if funfirstline is set.
3791 Correct for memory leak when 0 lines found.
3792
3793 (value_pos_atr): Use pos_atr.
3794 (pos_atr): New function.
3795 (standard_lookup): Add block parameter.
3796
3797 (makeTimeStart): Remove declaration and uses.
3798 (makeTimeStop): Remove declaration and uses.
3799
3800 (ada_completer_word_break_characters): Allow for VMS.
3801 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3802 (raise_sym_name): New constant.
3803 (raise_unhandled_sym_name): New constant.
3804 (raise_assert_sym_name): New constant.
3805 (process_raise_exception_name): New constant.
3806 (longest_exception_template): New constant.
3807 (warning_limit): New variable to limit warnings during expression
3808 evaluation.
3809 (warnings_issued): New variable to keep track of warnings issued.
3810 (known_runtime_file_name_patterns): New constant.
3811 (known_auxiliary_function_name_patterns): New constant.
3812 (symbol_list_obstack): New variable.
3813
3814 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3815 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3816 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3817 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3818 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3819 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3820 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3821 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3822 and strcmp.
3823
3824 (ada_get_field_index): New function.
3825 (lim_warning): New function.
3826 (ada_translate_error_message): New function.
3827 (MAX_OF_SIZE): New function.
3828 (MIN_OF_SIZE): New function.
3829 (UMAX_OF_SIZE): New function.
3830 (UMIN_OF_SIZE): New function.
3831 (discrete_type_high_bound): New function.
3832 (discrete_type_low_bound): New function.
3833 (base_type): New function.
3834 (do_command): Remove.
3835
3836 (ada_update_initial_language): Use language_ada, not language_unknown.
3837 (ada_encode): Renamed from ada_mangle.
3838 Obey ADA_RETAIN_DOTS.
3839 (ada_decode): Renamed from ada_demangle.
3840 Update coding conventions.
3841 (decoded_names_store): New hash table.
3842 (ada_decode_symbol): New function.
3843 (ada_la_decode): New function.
3844
3845 (modify_general_field): Correct computations of offset and bit
3846 position.
3847 (desc_base_type): Handle ref types, too.
3848 (ada_is_direct_array_type): New function.
3849
3850 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3851 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3852 (ada_is_bogus_array_descriptor,ada_type_of_array,
3853 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3854 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3855 ada_is_array_descriptor_type.
3856
3857 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3858 (ada_is_packed_array_type): Handle pointers or
3859 references to packed arrays as well.
3860 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3861 (decode_packed_array_type): Search for the packed array type
3862 symbol in the currently selected block and associated
3863 superblocks too.
3864 Use lookup_symbol again.
3865
3866 (decode_packed_array): Handle pointers and references.
3867 Update call to coerce_unspec_val_to_type.
3868 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3869 (ada_value_primitive_packed_val): Improve comment.
3870
3871 (ada_index_type): Substitute int type for "undefined".
3872 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3873 ada_array_langth, ada_is_string_type): Use renamed
3874 ada_is_simple_array_type.
3875 (empty_array): New function.
3876
3877 (ada_resolve): Rename to resolve.
3878 (resolve): Make static.
3879 Call renamed resolve_subexp.
3880 Update comment.
3881 (ada_resolve_subexp): Rename to resolve_subexp.
3882 (resolve_subexp): Update comment.
3883 Decomment disabled code.
3884 Add LOC_COMPUTED* cases.
3885 Modify to use temporary struct symbols (marked as being in
3886 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3887 OP_UNRESOLVED_VALUE.
3888 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3889 Add OP_STRING case.
3890 Remove OP_ARRAY.
3891 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3892 Use new ada_lookup_symbol_list interface.
3893 Use new ada_resolve_function interface.
3894 Remove OP_TYPE case.
3895
3896 (ada_args_match): Idiot proof against null actuals.
3897 Use intermediate variables to clarify.
3898 (ada_resolve_function): Update comment and interface.
3899 (mangled_ordered_before): Rename to encoded_ordered_before and
3900 update comment.
3901 (sort_choices): Update comment and interface.
3902 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3903 (user_select_syms): New interface.
3904 Use new sort_choices interface.
3905 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3906 (possible_user_operator_p): Idiot-proof against null values.
3907 (ada_simple_renamed_entity): Don't make cleanup; rely on
3908 caller to free result string.
3909 Remove const from return type.
3910 (make_array_descriptor): Rename uses of place_on_stack to
3911 ensure_lval.
3912 Make sure that arrays are on stack.
3913
3914 (HASH_SIZE): Define.
3915 (struct cache_entry): Define.
3916 (cache_space): Define.
3917 (cache): Define.
3918 (clear_ada_sym_cache): New function.
3919 (find_entry): New function.
3920 (lookup_cached_symbol): New function.
3921 (defn_vector_size): Define.
3922 (cache_symbol): New function.
3923 (defn_symbols): Remove.
3924
3925 (standard_lookup): Use lookup_symbol_in_language to get effect of
3926 C lookup.
3927 Cache results.
3928
3929 (symbol_completion_match): New function.
3930 (symbol_completion_add): New function.
3931 (ada_make_symbol_completion_list): New function.
3932
3933 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
3934 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
3935 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
3936 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
3937
3938 (ada_lookup_simple_minsym): New function.
3939 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
3940
3941 (add_symbols_from_enclosing_procs): New interface.
3942 Conditionalize more helpfully.
3943 Don't bother if program isn't running.
3944 Use new interface to get_frame_block.
3945 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
3946
3947 (remove_extra_symbols): New interface.
3948 (xget_renaming_scope): New function.
3949 (is_package_name): New function.
3950 (renaming_is_visible): New function.
3951 (remove_out_of_scope_renamings): New function.
3952
3953 (ada_lookup_symbol_list): New interface.
3954 Properly reinitialize the symbol list obstack.
3955 Don't call add_symbols_from_enclosing_procs if we start from a
3956 static or global block.
3957 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
3958 add_symbols_from_enclosing_procs.
3959 Add symtab data to cached entries.
3960 Handle symbols prefixed with
3961 "standard__" specially; strip prefix and don't look in local symbols.
3962 Do not include out of scope renaming symbols in list of
3963 symbols returned.
3964 Add const to block parameter.
3965 Move check for non-local, non-global symbols earlier.
3966 Remove timing stuff.
3967 (ada_lookup_symbol): New interface.
3968 Find symtab as well.
3969 (ada_lookup_symbol_nonlocal): New function.
3970
3971 (is_name_suffix): Enhance suffix detection to recognize
3972 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
3973 (is_dot_digits_suffix): New function.
3974 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
3975
3976 (ada_add_block_symbols): New interface. Use obstack to return results
3977 in a vector of struct ada_symbol_infos. Add symtab argument.
3978 Use new interface to add_defn_to_vec.
3979 Remove calls to fill_in_ada_prototype.
3980 Use BLOCK_BUCKETS, BLOCK_BUCKET.
3981
3982 (ada_finish_decode_line_1): Add const qualification to local to fix
3983 warning.
3984 Start looking in static block for functions to avoid attempts
3985 to search frame chain for up-level variables.
3986 Adapt to new ada_sals_for_line interface.
3987 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
3988 Handle quoting of the function name inside the spec string.
3989 Skip prologue when funfirstline is set and update the
3990 function documentation to that effect.
3991
3992 (debug_print_lines, debug_print_block, debug_print_blocks,
3993 debug_print_symtab): Remove.
3994
3995 (ada_main_name): New function.
3996 (ada_exception_breakpoint_type): New function.
3997 (is_known_support_routine): New function.
3998 (ada_find_printable_frame): Renamed from find_printable_frame and made
3999 global.
4000 Remove level parameter.
4001 Use new interface to select_frame.
4002
4003 (begin_command): Remove.
4004 (ada_adjust_exception_stop): New function.
4005 (ada_print_exception_stop): New function.
4006 (exception_name_from_cond): New function.
4007 (ada_report_exception_break): Replace disabled code with
4008 conditionalization on GNAT_GDB.
4009 Get the exception name from the condition string.
4010 Remove and move functionality into new functions
4011 ada_print_exception_breakpoint_task and
4012 ada_print_exception_breakpoint_nontask.
4013 (error_breakpoint_runtime_sym_not_found): New function.
4014 (is_runtime_sym_defined): New function.
4015 (ada_breakpoint_rewrite): Uncomment suppressed code.
4016 Use symbolic error-message and runtime-symbol names.
4017 Surround runtime symbol names in quotes.
4018 Allow non-specific breakpoints on exceptions and assertions before
4019 program starts.
4020
4021 (ada_is_tagged_type): Add parameter.
4022 (ada_is_tag_type): New function.
4023 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4024 (ada_variant_discrim_type): Ditto.
4025 (value_tag_from_contents_and_address): New function.
4026 (type_from_tag): New function.
4027 (struct tag_args): New structure used to communicate with
4028 ada_tag_name_1.
4029 (ada_tag_name_1): New function.
4030 (ada_tag_name): New function.
4031
4032 (ada_scan_number): Update comment.
4033 (find_struct_field): New function.
4034 (ada_search_struct_field): Make static.
4035 (ada_value_struct_elt): New version that returns references when
4036 given pointers or references to structs.
4037 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4038 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4039 interface.
4040 (ada_value_ind): Use new ada_to_fixed_value interface.
4041 (ada_coerce_ref): Ditto.
4042 (field_offset): Remove.
4043
4044 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4045 (ada_find_renaming_symbol): New function.
4046 (ada_prefer_type): Prefer named types over unnamed ones.
4047 (variant_field_index): New function.
4048 (contains_variant_part): Removed: subsumed by variant_field_index.
4049 (ada_template_to_fixed_record_type): New function, mostly from
4050 template_to_fixed_record_type.
4051 (template_to_fixed_record_type):
4052 Do not scan the type fields beyond the last one; prevents a
4053 potential SEGV.
4054 Handle case where variant field is listed BEFORE discriminant it
4055 depends on.
4056 Fix calculation of record length when bit length is
4057 not evenly divisible by char length.
4058 Move code to ada_template_to_fixed_record_type and call it.
4059
4060 (template_to_static_fixed_type): Revise comment.
4061 Modify to work on ordinary record types as well as templates,
4062 so as to handle fields that use ___XVE or ___XVU encodings.
4063 (to_record_with_fixed_variant_part): Fill out comment.
4064 Initialize C++ stuff in right type.
4065 Allow case where DVAL is null.
4066 Handle case where variant field is not last.
4067 Fix typo concerning record length.
4068 (to_fixed_record_type): Decomment disabled code.
4069 (to_fixed_record_type): Use variant_field_index instead of
4070 contains_variant_part.
4071 (to_fixed_variant_branch_type): Ditto.
4072 (to_fixed_array_type): Decomment disabled code.
4073 (ada_to_fixed_type): Convert tagged types to the specific type.
4074 Deactivate the size-check for array types in order to avoid
4075 some false size alarms.
4076 (to_static_fixed_type): Decomment disabled code.
4077 Modify to call template_to_static_fixed_type
4078 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4079 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4080 Remove valaddr argument, as it is never really used.
4081 (ada_to_fixed_value): Change interface to act on single struct value*
4082 operand.
4083 (adjust_pc_past_prologue): New function.
4084 (ada_attribute_name): Modify to take enum exp_opcode argument.
4085
4086 (ada_enum_name): Recognize new homonym-distinguishing convention.
4087 Adjust local variable's type to remove compiler warning.
4088 Fix a small problem in the part that unqualifies the enumeration name.
4089 (ada_value_binop): New function.
4090 (ada_value_equal): New function.
4091
4092 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4093 Don't give error message when not doing normal evaluation
4094 and a tagged type doesn't seem to contain a structure member.
4095 Give error message for packed arrays.
4096 For indexing arrays, handle pointers to packed arrays correctly.
4097 Handle case of 'first and 'last attributes of bare integral type
4098 without encoded subtype info.
4099 Remove some unnecessary casts.
4100 Fix uninitialized value of type in computing 'first, 'last, or 'length
4101 of array object.
4102 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4103 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4104 calls.
4105 Attributes are now exp_opcode values.
4106 Correct treatment of 'modulus.
4107 Better error message for taking 'length of wrong kind of type;
4108 improve comment.
4109 Change EVAL_NORMAL to noside for consistency.
4110 Use ada_value_binop for DIV, MOD, REM.
4111 Make special case out of array of length 0, since an argument
4112 of 0 upsets some platforms' malloc.
4113 Use OP_STRING instead of OP_ARRAY.
4114 For slice, add check that we have an array type before extracting
4115 a slice out of it. Avoids a SEGV.
4116 When evaluating an array slice, if the array type is a reference to
4117 an aligner type, then replace the aligner type by the actual type.
4118 Decomment disabled code.
4119 Remove some dead code.
4120 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4121 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4122 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4123 and UNOP_MBR to UNOP_IN_RANGE.
4124 If an array type has a parallel ___XVE type, then use it.
4125 Turn arrays into pointers for lvalue arrays.
4126 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4127 bounds error and handle 0-length slices.
4128 Use lim_warning.
4129 When selecting fields, apply ada_to_fixed_value (because the fields
4130 might have ___XVU or ___XVE encodings even if not dynamic.)
4131 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4132 (ada_is_system_address_type): New function.
4133
4134 (get_var_value): Use new interface to ada_lookup_symbol_list.
4135 (get_int_var_value): New interface.
4136 (to_fixed_range_type): Allow unknown bound, with warning.
4137 (ada_is_modular_type): Decomment disabled code.
4138 (ADA_OPERATORS): New definition.
4139 (ada_operator_length): New function.
4140 (ada_expr_op_name): New function.
4141 (ada_forward_operator_length): New function.
4142 (ada_dump_subexp_body): New function.
4143 (ada_print_subexp): New function.
4144 (ada_exp_descriptor): New constant.
4145 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4146 (ada_language_defn): Add ada_exp_descriptor entry.
4147 Change ada_parse => parse.
4148 Add post-parser entry.
4149 Use ada-specific non-local symbol lookup.
4150 Don't use C-style arrays.
4151 String lower-bound is 1.
4152 Decomment disabled code.
4153 (parse): New function.
4154 New fields ada_translate_error_message, ada_lookup_symbol,
4155 ada_lookup_minimal_symbol.
4156
4157 * ada-lang.h: Update copyright dates.
4158 Replace the mangle/demangle terminology throughout by the
4159 more appropriate encode/decode one.
4160 Include breakpoint.h.
4161 Forward declare struct partial_symbol, struct block.
4162 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4163 (EXTRACT_ADDRESS): Remove.
4164 (EXTRACT_INT): Remove.
4165 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4166 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4167 (MAX_RENAMING_CHAIN_LENGTH): Define.
4168 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4169
4170 (enum task_states): Remove.
4171 ada_task_states: Remove.
4172 (fat_string): Remove.
4173 (struct entry_call): Remove.
4174 (struct task_fields): Remove.
4175 (struct task_entry): Remove.
4176
4177 (struct ada_symbol_info): Define.
4178 (enum ada_attribute): Remove.
4179 (enum ada_operator): Define.
4180
4181 (ada_get_field_index): Declare.
4182 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4183 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4184 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4185 (ada_lookup_symbol_list): New interface.
4186 (ada_decode_symbol): Declare.
4187 (ada_decode): Declare.
4188 (ada_lookup_symbol): New interface.
4189 (ada_update_initial_language): Declare.
4190 (ada_lookup_simple_minsym): Declare.
4191 (user_select_syms): New interface.
4192 (ada_sals_for_line): Declare.
4193 (ada_is_tagged_type): New interface.
4194 (ada_tag_name): Declare.
4195 (ada_lookup_struct_elt_type): Remove declaration.
4196 (ada_search_struct_field): Remove declaration.
4197 (ada_attribute_name): New interface.
4198 (ada_is_system_address_type): Declare.
4199 (ada_to_fixed_value): Remove declaration.
4200 (ada_template_to_fixed_record_type_1): Declare.
4201 (get_int_var_value): New interface.
4202 (ada_find_any_symbol): Declare.
4203 (ada_find_renaming_symbol): Declare.
4204 (ada_mangle): Rename to ada_encode.
4205 (ada_simple_renamed_entity): Remove const.
4206 (ada_main_name): Declare.
4207 (get_current_task): Rename to ada_get_current_task.
4208 (get_entry_number): Remove declaration.
4209 (ada_report_exception_break): Remove declaration.
4210 (ada_print_exception_breakpoint_nontask): Declare.
4211 (ada_print_exception_breakpoint_task): Declare.
4212 (ada_find_printable_frame): Declare.
4213
4214 * ada-lex.l: Update copyright notices.
4215 Use xmalloc and xfree instead of malloc and free.
4216 Use new interface to name_lookup.
4217 Use new interface to
4218 ada_mangle=>ada_encode.
4219 Redo handling of '$...' variable to parallel current treatment
4220 in c-exp.y.
4221 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4222 digit_to_int, strtoulst, processInt, processReal, processId,
4223 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4224 yywrap): Protoize.
4225
4226 (processInt): Use cast to remove harmless warning.
4227 (processReal): Modify to get rid of compiler warning on scan formats.
4228
4229 (processId): Replace xmalloc with obstack_alloc for name and remove
4230 call to ada_name_string_cleanup.
4231 Remove obsolete disabled code.
4232 (name_lookup): Ditto.
4233 New interface.
4234 Use obsavestring on temp_parse_space instead of savestring
4235 on name, and remove call to ada_name_string_cleanup.
4236 Free string returned from ada_simple_renamed_entity.
4237 Use new interface to ada_lookup_symbol_list.
4238 Decomment disabled code.
4239 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4240 not types.
4241 When a type name lookup succeeds as a result of
4242 lookup_primitive_typename, check for regular type entry that has not
4243 yet been read in.
4244 Limit length of chain of renamed symbols we are willing to follow.
4245 Do not break names beginning with "standard__" into segments.
4246 (block_lookup): Use new interface to ada_lookup_symbol_list.
4247
4248 * ada-typeprint.c: Update copyright notice.
4249 (demangled_type_name): Rename to decoded_type_name.
4250 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4251 (print_range_bound): Correct handling of negative
4252 bounds that make the index type looked unsigned under STABS.
4253 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4254 (print_range_type_named): Use the builtin int type if no type
4255 corresponding to the given type name could be found.
4256 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4257 Add some bullet-proofing.
4258 (print_variant_clauses): Allow for variant branches with ___XVU
4259 encodings that are not dynamic fields.
4260 Use new interface to ada_is_tagged_type.
4261 (print_record_type): Allow for fields with ___XVE encodings that
4262 are not dynamic fields.
4263 Use new interface to ada_is_tagged_type.
4264 (ada_print_type): ada_is_array_descriptor =>
4265 ada_is_array_descriptor_type.
4266
4267 * ada-valprint.c: Update copyright notice.
4268 Include gdb_string.h
4269 Include infcall.h
4270 (ui_memcpy): New function.
4271 (ada_print_floating): New function.
4272 (ada_print_str): Order arguments correctly.
4273 Correct handling of empty arrays and arrays of 0-length items.
4274 ada_is_array_descriptor => ada_is_array_descriptor_type
4275 Print values of type System.Address in hexadecimal format.
4276 Use ada_print_floating to print floating-point numbers in Ada format.
4277 Print class tag values with type names.
4278 No longer print the address of reference values. Avoids
4279 a potential confusion.
4280 (ada_value_print): Stop printing the object type for reference
4281 values, but preserve that behavior for access types. Avoids
4282 a potential confusion.
4283 Simplify one conditional expression, as the first part is now
4284 necessarily true.
4285 ada_is_array_descriptor => ada_is_array_descriptor_type
4286 Add check for arrays for null records, and print them by hand.
4287
4288 2004-06-01 Jim Blandy <jimb@redhat.com>
4289
4290 * ppc-tdep.h: Delete unused 'regoff' member.
4291 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4292
4293 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4294
4295 Fix PR symtab/1661.
4296 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4297 (hpread_read_struct_type): Likewise.
4298
4299 2004-06-01 Andrew Cagney <cagney@gnu.org>
4300
4301 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4302 instead of xasprintf.
4303 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4304 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4305 (mi_cmd_data_list_register_names)
4306 (mi_cmd_data_list_changed_registers)
4307 (mi_cmd_data_list_register_values)
4308 (get_register, mi_cmd_data_write_register_values)
4309 (mi_cmd_data_write_register_values)
4310 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4311 (mi_cmd_target_download, mi_cmd_target_select)
4312 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4313 (mi_execute_cli_command, mi_execute_async_cli_command)
4314 (mi_execute_async_cli_command): Ditto.
4315 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4316 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4317
4318 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4319 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4320 error_last_message instead of mi_error_last_message.
4321 * mi/mi-main.c (mi_error_last_message): Delete function.
4322
4323 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4324 "invalid number of columns" error. Delete redundant "out of
4325 memory" check.
4326
4327 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4328
4329 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4330 (gregset_t, fpregset_t): Remove typedefs.
4331 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4332 (REG_OFFSET): Rename argument.
4333 (i386bsd_r_reg_offset): Rename from reg_offset.
4334 (REG_ADDR): Remove macro.
4335 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4336 functions.
4337 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4338 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4339 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4340 instead of supply_gregset.
4341 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4342 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4343 instead of fill_gregset.
4344 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4345
4346 * i386bsd-nat.c: Don't include "gregset.h".
4347 (supply_gregset, fill_gregset): Make static.
4348 (supply_fpregset, fill_fpregset): Remove.
4349 * Makefile.in (i386bsd-nat.o): Update dependencies.
4350
4351 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4352
4353 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4354 "gdb_assert.h". Con't include "gregset.h".
4355 (fbsd_make_corefile_notes): Use regset-based core file support
4356 instead off fill_gregset and fill_fpregset.
4357 * Makefile.in (fbsd-proc.o): Update dependencies.
4358
4359 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4360 instructions.
4361 (m88k_frame_prev_register): Simplify code a bit.
4362
4363 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4364 (amd64_collect_fpregset): New function.
4365 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4366
4367 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4368
4369 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4370 (i386_collect_gregset): New function.
4371 (i386_supply_fpregset): Adjust comment.
4372 (i386_collect_fpregset): New function.
4373 (i386_regset_from_core_section): Use i386_collect_gregset and
4374 i386_collect_fpregset.
4375
4376 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4377 handle VALUEP being null.
4378
4379 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4380
4381 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4382
4383 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4384
4385 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4386 assembler in OpenBSD 3.5-current.
4387 (amd64obsd_sigcontext_addr): Likewise.
4388
4389 2004-05-28 Jim Blandy <jimb@redhat.com>
4390
4391 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4392 register set, so our regcache isn't declared "legacy" and our E500
4393 pseudoregister read and write functions aren't ignored.
4394 (rs6000_register_byte, rs6000_register_raw_size,
4395 rs6000_register_virtual_type, rs6000_register_convertible,
4396 rs6000_register_convert_to_virtual,
4397 rs6000_register_convert_to_raw): Deleted.
4398 (rs6000_register_type, rs6000_convert_register_p,
4399 rs6000_register_to_value, rs6000_value_to_register): New
4400 functions.
4401 (rs6000_gdbarch_init): Don't register
4402 gdbarch_deprecated_register_size,
4403 gdbarch_deprecated_register_bytes,
4404 gdbarch_deprecated_register_byte,
4405 gdbarch_deprecated_register_raw_size,
4406 gdbarch_deprecated_register_virtual_type,
4407 gdbarch_deprecated_register_convertible,
4408 gdbarch_deprecated_register_convert_to_virtual, or
4409 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4410 register gdbarch_register_type, gdbarch_convert_register_p,
4411 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4412
4413 2004-05-26 Jim Blandy <jimb@redhat.com>
4414
4415 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4416 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4417 functions, updated to match the register numberings used in GCC.
4418 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4419 rs6000_dwarf2_reg_to_regnum as register number conversions
4420 functions for STABS and Dwarf2.
4421
4422 2004-05-26 Randolph Chung <tausq@debian.org>
4423
4424 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4425 in header file.
4426
4427 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4428
4429 * NEWS: Document new "start" command.
4430
4431 2004-05-25 Randolph Chung <tausq@debian.org>
4432
4433 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4434 hppa-linux.
4435
4436 2004-05-25 Randolph Chung <tausq@debian.org>
4437
4438 * hppa-hpux-tdep.c (offsetof): Define.
4439 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4440 (hppa32_hpux_frame_base_before_sigtramp)
4441 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4442 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4443 (hppa64_hpux_frame_base_before_sigtramp)
4444 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4445 functions.
4446 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4447 (hppa_hpux_sigtramp_frame_unwind_cache)
4448 (hppa_hpux_sigtramp_frame_this_id)
4449 (hppa_hpux_sigtramp_frame_prev_register)
4450 (hppa_hpux_sigtramp_frame_unwind)
4451 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4452 (hppa_hpux_init_abi): Register sigtramp unwinder.
4453 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4454
4455 2004-05-25 Randolph Chung <tausq@debian.org>
4456
4457 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4458 and multiple stack unwinds.
4459 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4460
4461 2004-05-25 Andrew Cagney <cagney@gnu.org>
4462
4463 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4464 * symfile-mem.h: Delete file.
4465 * symfile-mem.c: Do not include "symfile-mem.h".
4466 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4467 "struct bfd_section". When an error do not bother returning NULL.
4468 (add_symbol_file_from_memory_command): Use "struct bfd" and
4469 "struct bfd_section".
4470 * Makefile.in (symfile_mem_h): Delete.
4471 (symfile-mem.o): Update dependencies.
4472
4473 2004-05-25 Nick Roberts <nickrob@gnu.org>
4474
4475 * gdb-mi.el: New file.
4476
4477 2004-05-25 Andrew Cagney <cagney@gnu.org>
4478
4479 * inftarg.c: Include "observer.h".
4480 (child_attach, child_create_inferior): Notify inferior_created.
4481 * corelow.c: Include "observer.h".
4482 (core_open): Notify inferior_created.
4483 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4484
4485 2004-05-25 Andrew Cagney <cagney@gnu.org>
4486
4487 * target.h (struct target_ops): Add from_tty to
4488 to_create_inferior.
4489 (target_create_inferior, find_default_create_inferior): Update.
4490 * infcmd.c (run_command): Update.
4491 * wince.c (child_create_inferior): Update.
4492 * win32-nat.c (child_create_inferior): Update.
4493 * uw-thread.c (uw_thread_create_inferior): Update.
4494 * thread-db.c (thread_db_create_inferior): Update.
4495 * target.c (debug_to_create_inferior)
4496 (find_default_create_inferior): Update.
4497 (maybe_kill_then_create_inferior): Update.
4498 * sol-thread.c (sol_thread_create_inferior): Update.
4499 * remote.c (extended_remote_async_create_inferior)
4500 (extended_remote_create_inferior): Update.
4501 * remote-vx.c (vx_create_inferior): Update.
4502 * remote-st.c (st2000_create_inferior): Update.
4503 * remote-sim.c (gdbsim_create_inferior): Update.
4504 * remote-sds.c (sds_create_inferior): Update.
4505 * remote-rdp.c (remote_rdp_create_inferior): Update.
4506 * remote-rdi.c (arm_rdi_create_inferior): Update.
4507 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4508 * remote-e7000.c (e7000_create_inferior): Update.
4509 * procfs.c (procfs_create_inferior): Update.
4510 * ocd.c (ocd_create_inferior): Update.
4511 * ocd.h (ocd_create_inferior): Update.
4512 * nto-procfs.c (procfs_create_inferior): Update.
4513 * monitor.c (monitor_create_inferior): Update.
4514 * lin-lwp.c (lin_lwp_create_inferior): Update.
4515 * inftarg.c (child_create_inferior): Update.
4516 * hpux-thread.c (hpux_thread_create_inferior): Update.
4517 * gnu-nat.c (gnu_create_inferior): Update.
4518
4519 2004-05-25 Andrew Cagney <cagney@gnu.com>
4520
4521 * MAINTAINERS: Update e-mail address.
4522
4523 2004-05-24 Randolph Chung <tausq@debian.org>
4524
4525 * thread.c (info_threads_command, thread_apply_all_command)
4526 (thread_apply_command, thread_command, do_captured_thread_select):
4527 Remove HPUXHPPA-specific code.
4528
4529 2004-05-24 Randolph Chung <tausq@debian.org>
4530
4531 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4532 unused symbols.
4533 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4534 references.
4535
4536 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4537
4538 * infcmd.c (kill_if_already_running): New function, extracted
4539 from run_command().
4540 (run_command): Replace extracted code by call to
4541 kill_if_already_running().
4542 (start_command): New function.
4543 (_initialize_infcmd): Add "start" command.
4544
4545 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4546
4547 Add OpenBSD/m88k support.
4548 * NEWS (New native configurations): Mention OpenBSD/m88k.
4549 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4550 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4551 * Makefile.in (m88k_tdep_h): New variable.
4552 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4553 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4554 * configure.host: Add m88*-*-openbsd*.
4555 * configure.tgt: Add m88*-*-openbsd*.
4556
4557 2004-05-24 Jim Blandy <jimb@redhat.com>
4558
4559 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4560 to approve changes.
4561
4562 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4563
4564 * symtab.c (fixup_section): Search section table when lookup by
4565 name fails.
4566
4567 2004-05-24 Randolph Chung <tausq@debian.org>
4568
4569 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4570 be "small_struct".
4571
4572 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4573
4574 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4575 register number in regcache_raw_collect call.
4576 (m68kbsd_collect_fpregset): Likewise.
4577 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4578
4579 * regset.h (struct regset): Add back `regset' member.
4580
4581 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4582
4583 * configure.in: Check for td_pcb in `struct thread'.
4584 * configure, config.in: Regenerated.
4585
4586 * dpx2-nat.c: Remove file.
4587 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4588 (dpx2-nat.o): Remove dependencies.
4589
4590 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4591 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4592 (amd64obsd_supply_pcb): New function.
4593 (_initialize_amd64obsd_nat): Enable libkvm interface.
4594 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4595 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4596 (LOADLIBES): New variable.
4597
4598 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4599 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4600 (sparc32nbsd_supply_pcb): New function.
4601 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4602 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4603 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4604 (LOADLIBES): New variable.
4605
4606 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4607
4608 * bsd-kvm.c, bsd-kvm.h: New files.
4609 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4610 "bsd-kvm.h".
4611 (i386fbsd_supply_pcb): New function.
4612 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4613 (i386fbsd-nat.o): Update dependencies.
4614 (bsd_kvm_h): New variable.
4615 (bsd-kvm.o): New dependency.
4616 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4617 (LOADLIBES): New variable.
4618
4619 * regset.c: Tweak comment.
4620 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4621 macro.
4622 * regset.h: Update copyright year.
4623 (struct regset): Remove `descr' member, add `gdbarch' member.
4624 (regset_alloc): Adjust prototype and comment.
4625 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4626 (i386_supply_fpregset): Likewise.
4627 (i386_regset_from_core_section): Update call to regset_alloc.
4628 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4629 REGSET->arch.
4630 (i386obsd_aout_regset_from_core_section): Update call to
4631 regset_alloc.
4632 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4633 REGSET->arch.
4634 (i386nbsd_aout_regset_from_core_section): Update call to
4635 regset_alloc.
4636 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4637 REGSET->arch.
4638 (amd64_regset_from_core_section): Update call to regset_alloc.
4639 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4640 REGSET->arch.
4641 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4642 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4643 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4644 (sparc32nbsd_init_abi): Update call to regset_alloc.
4645 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4646 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4647 (sparc64obsd_init_abi): Update call to regset_alloc.
4648 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4649 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4650 (sparc64nbsd_init_abi): Update call to regset_alloc.
4651 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4652 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4653 (sparc64fbsd_init_abi): Update call to regset_alloc.
4654
4655 2004-05-22 Jim Blandy <jimb@redhat.com>
4656
4657 * ppc-tdep.h (spe_register_p): New declaration.
4658 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4659 ppc_spefscr_regnum.
4660 * rs6000-tdep.c (spe_register_p): New function.
4661 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4662 spefscr.
4663 (rs6000_gdbarch_init): Initialize the new members of the tdep
4664 structure.
4665
4666 2004-05-21 Jim Blandy <jimb@redhat.com>
4667
4668 * ppc-linux-nat.c (fetch_register): Move code back to be next
4669 to the comment that describes it. (Moved code, instead of
4670 comment, for symmetry with store_register.)
4671
4672 Allocate regset structures in the gdbarch's obstack, not using
4673 xmalloc.
4674 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4675 Add 'arch' argument. Allocate the regset on arch's obstack, not
4676 using xmalloc.
4677 * regset.h (regset_alloc): Update declaration.
4678 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4679 gdbarch argument.
4680 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4681 * i386-tdep.c (i386_regset_from_core_section): Same.
4682 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4683 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4684 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4685 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4686 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4687 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4688
4689 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4690
4691 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4692
4693 2004-05-21 Jim Blandy <jimb@redhat.com>
4694
4695 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4696 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4697
4698 2004-05-20 Jim Blandy <jimb@redhat.com>
4699
4700 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4701
4702 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4703
4704 * regset.h: Make prototype const-correct.
4705 * regset.c (regset_xmalloc): Make const-correct.
4706
4707 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4708
4709 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4710 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4711 (symbol_search_name): Declare.
4712
4713 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4714 (iter_name_next_hashed): Ditto.
4715 (iter_name_next_linear): Ditto.
4716 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4717
4718 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4719 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4720 (symbol_search_name): New function.
4721
4722 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4723
4724 * minsyms.c (build_minimal_symbol_hash_tables): Change
4725 test for adding to demangled hash table to check for difference
4726 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4727
4728 2004-05-19 Jim Blandy <jimb@redhat.com>
4729
4730 Use a constructor function to create regset structures.
4731 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4732 (struct regset): Use supply_regset_ftype. Add new
4733 'collect_regset' member.
4734 (regset_xmalloc): New declaration.
4735 * regset.c: New file.
4736 * am64-tdep.c (amd64_regset_from_core_section): Use
4737 regset_xmalloc to construct regset structures.
4738 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4739 * i386-tdep.c (i386_regset_from_core_section): Same.
4740 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4741 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4742 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4743 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4744 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4745 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4746 * Makefile.in (COMMON_OBS): Add regset.o.
4747 (regset.o): New rule.
4748
4749 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4750
4751 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4752 and pthread_cond_wait.c.
4753
4754 2004-05-18 Jim Blandy <jimb@redhat.com>
4755
4756 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4757 before the mach-specific switch, and then let the individual cases
4758 override the defaults, rather than leaving them uninitialized
4759 until the switch and then setting them in each case.
4760
4761 2004-05-18 Randolph Chung <tausq@debian.org>
4762
4763 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4764 millicode functions.
4765
4766 2004-05-18 Randolph Chung <tausq@debian.org>
4767
4768 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4769 references to dld_flags_buffer consistent.
4770
4771 2004-05-18 Randolph Chung <tausq@debian.org>
4772
4773 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4774 it for unwinding the stack.
4775
4776 2004-05-18 Randolph Chung <tausq@debian.org>
4777
4778 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4779 Undefine these so we can overide them using gdbarch.
4780
4781 2004-05-18 Randolph Chung <tausq@debian.org>
4782
4783 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4784 handling for 64-bit HPUX (elf).
4785
4786 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4787
4788 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4789 constants.
4790 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4791 * ia64-tdep.c (examine_prologue): Likewise.
4792 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4793 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4794
4795 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4796
4797 * vax-tdep.c (vax_return_value): Implement
4798 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4799
4800 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4801
4802 * vax-tdep.c (vax_return_value): Fix typo.
4803
4804 2004-05-17 Andrew Cagney <cagney@redhat.com>
4805
4806 * MAINTAINERS: Mark Salter was also responsible for
4807 testsuite/config/
4808
4809 * NEWS: Mention signal fixes.
4810
4811 2004-05-17 Randolph Chung <tausq@debian.org>
4812
4813 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4814 check to see if we are unwinding an export stub. Export stubs clobber
4815 the %rp in the call path and stores the original rp in a stack slot.
4816
4817 2004-05-17 Jim Blandy <jimb@redhat.com>
4818
4819 * MAINTAINERS: Update address for J.T. Conklin.
4820
4821 2004-05-17 Randolph Chung <tausq@debian.org>
4822
4823 * hppa-tdep.c: Remove superfluous #include's.
4824 * Makefile.in (hppa-tdep.o): Update dependencies.
4825
4826 2004-05-17 Randolph Chung <tausq@debian.org>
4827
4828 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4829 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4830 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4831 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4832 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4833 Remove static function declarations.
4834
4835 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4836
4837 * alphabsd-nat.c: Update copyright year.
4838 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4839
4840 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4841 and M68K_A2_REGNUM.
4842
4843 * m68k-tdep.c (m68k_svr4_return_value): Implement
4844 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4845
4846 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4847
4848 * sol-thread.c Update copyright year. Fix various coding
4849 standards violations. Tweak a few comments.
4850 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4851 Delete prototypes.
4852
4853 2004-05-15 Randolph Chung <tausq@debian.org>
4854
4855 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4856 as pointer instead of array reference since HPUX compiler does
4857 not accept unsized array arguments.
4858 * somsolib.c (dld_flags_buffer): Use constant array size.
4859
4860 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4861
4862 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4863 offset with decimal offset.
4864 (amd64obsd_sigcontext_addr): Return correct address for entire
4865 signal trampoline.
4866
4867 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4868 instead of get_frame_base.
4869
4870 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4871 (fill_gregset): Use regcache_raw_collect.
4872
4873 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4874 ppcobsd-tdep.c.
4875
4876 * config/sparc/tm-nbsd64.h: Remove file.
4877 * config/tm-sunos.h: Remove file.
4878
4879 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4880
4881 * rs6000-tdep.c (store_param_on_stack_p): New function,
4882 an improved version of some code extracted from skip_prologue().
4883 (skip_prologue): Use store_param_on_stack_p() to detect
4884 instructions saving a parameter on the stack. Detect when r0
4885 is used to save a parameter.
4886 Do not mark "li rx, SIMM" instructions as part of the prologue,
4887 unless the following instruction is also part of the prologue.
4888
4889 2004-05-14 Andrew Cagney <cagney@redhat.com>
4890
4891 * infrun.c (handle_inferior_event): Simplify
4892 STEP_OVER_UNDEBUGGABLE.
4893
4894 * infrun.c (handle_step_into_function): Delete function.
4895 (handle_inferior_event): Inline calls to
4896 handle_step_into_function.
4897
4898 2004-05-14 Jerome Guitton <guitton@gnat.com>
4899
4900 * rs6000-nat.c: Fix a comment.
4901
4902 2004-05-12 David Anderson <davea@sgi.com>
4903
4904 Committed by Jim Blandy <jimb@redhat.com>:
4905 * regcache.c (struct regcache_descr): fix comment spelling.
4906
4907 2004-05-13 J. Brobecker <brobecker@gnat.com>
4908
4909 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4910 Fixes a link link failure.
4911
4912 2004-05-13 J. Brobecker <brobecker@gnat.com>
4913
4914 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4915 error that was causing the build to fail.
4916
4917 2004-05-13 J. Brobecker <brobecker@gnat.com>
4918
4919 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
4920 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
4921
4922 2004-05-13 Andrew Cagney <cagney@redhat.com>
4923
4924 * infrun.c (handle_inferior_event): Check for
4925 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
4926 calls. Update comments.
4927
4928 2004-05-13 Jim Blandy <jimb@redhat.com>
4929
4930 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
4931 (fetch_regs_user_thread, fetch_regs_kernel_thread)
4932 (store_regs_user_thread, store_regs_kernel_thread): Use
4933 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
4934 * ppc-linux-nat.c (fill_gregset): Same.
4935 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
4936 (ppc_linux_sigtramp_cache): Same.
4937 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
4938 (ppcnbsd_sigtramp_cache_init): Same.
4939 * rs6000-nat.c (fetch_core_registers): Same.
4940 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
4941 (rs6000_frame_cache): Same.
4942
4943 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
4944 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
4945 of assuming that the gprs are numbered starting with zero.
4946 * ppc-linux-nat.c (fill_gregset): Same.
4947 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
4948 * ppcnbsd-nat.c (getregs_supplies): Same.
4949 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
4950 * rs6000-nat.c (fetch_core_registers): Same.
4951 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
4952
4953 2004-05-07 Michael Snyder <msnyder@redhat.com>
4954
4955 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
4956 LOC_COMPUTED_ARG, and LOC_INDIRECT.
4957
4958 2004-05-13 Andrew Cagney <cagney@redhat.com>
4959
4960 * infrun.c (handle_inferior_event): Use frame_unwind_id.
4961
4962 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4963
4964 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
4965 base_address for shared libraries.
4966
4967 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
4968
4969 * MAINTAINERS (write after approval): Add myself.
4970
4971 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
4972
4973 * breakpoint.c (bpstat_stop_status): Add new argument
4974 STOPPED_BY_WATCHPOINT. Use it instead of testing
4975 target_stopped_data_address agaist 0 to check whether
4976 or not we stopped due to a hardware watchpoint.
4977 * breakpoint.h (bpstat_stop_status): Adapt prototype.
4978 * infrun.c (handle_inferior_event): Call bpstat_stop_status
4979 with new argument.
4980
4981 2004-05-12 Jim Blandy <jimb@redhat.com>
4982
4983 * configure.in: When checking whether we should use the -bbigtoc
4984 option, don't forget to restore the original value of LDFLAGS.
4985 * configure: Regenerated.
4986
4987 2004-05-12 Andrew Cagney <cagney@redhat.com>
4988
4989 * thread.c (load_infrun_state): Delete step_sp.
4990 * infrun.c (context_switch): Ditto.
4991 * inferior.h (step_sp): Ditto.
4992 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
4993 * gdbthread.h (struct thread_info, save_infrun_state)
4994 (restore_infrun_state): Ditto.
4995
4996 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
4997
4998 * MAINTAINERS (write after approval): Add myself.
4999
5000 2004-05-12 Andrew Cagney <cagney@redhat.com>
5001
5002 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5003 eliminate reference to step_sp.
5004 (struct execution_control_state, init_execution_control_state)
5005 (handle_inferior_event, keep_going): Delete update_step_sp and
5006 step_sp.
5007 * infcmd.c (step_sp): Note that variable is unused.
5008
5009 2004-05-11 Andrew Cagney <cagney@redhat.com>
5010
5011 * infrun.c (step_over_function): Delete function.
5012 (handle_step_into_function): Use insert_step_resume_breakpoint.
5013 (insert_step_resume_breakpoint): Fix assertion.
5014
5015 2004-05-11 Nick Roberts <nickrob@gnu.org>
5016
5017 * utils.c (defaulted_query): Just use the normal query input type
5018 when printing the annotations.
5019
5020 2004-05-11 Andrew Cagney <cagney@redhat.com>
5021
5022 * infrun.c (handle_inferior_event): Simplify code handling
5023 step-into or return-from a signal trampoline.
5024
5025 2004-05-11 Andrew Cagney <cagney@redhat.com>
5026
5027 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5028 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5029
5030 2004-05-10 Jim Blandy <jimb@redhat.com>
5031
5032 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5033 with a call to internal_error.
5034
5035 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5036 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5037 processor variant lacks those registers.
5038 (ppc_floating_point_unit_p): Change description to make it clear
5039 that this returns info about the ISA, not the ABI.
5040 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5041 return true or false by checking tdep->ppc_fp0_regnum and
5042 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5043 arch/mach switching done in rs6000_gdbarch_init; it's better to
5044 keep that logic there, and just check the results here.
5045 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5046 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5047 floating-point registers.
5048 (ppc_supply_fpregset, ppc_collect_fpregset)
5049 (rs6000_push_dummy_call, rs6000_extract_return_value)
5050 (rs6000_store_return_value): Assert that we have floating-point
5051 registers.
5052 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5053 (rs6000_frame_cache): Don't note the locations at which
5054 floating-point registers were saved if we have no fprs.
5055 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5056 registers.
5057 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5058 (store_regs_user_thread, store_regs_kernel_thread): Only call
5059 supply_fprs / fill_fprs if we actually have floating-point
5060 registers.
5061 (special_register_p): Check ppc_fpscr_regnum before matching
5062 against it.
5063 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5064 supply / collect fpscr if we don't have it.
5065 * ppc-bdm.c: #include "gdb_assert.h".
5066 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5067 have floating-point registers, since I can't test this code on
5068 FP-free systems to adapt it.
5069 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5070 fpscr and floating point register numbers if they don't exist.
5071 (fetch_register): Assert that we have floating-point registers
5072 before we reach the code that handles them.
5073 (store_register): Same. And use tdep instead of calling
5074 gdbarch_tdep again.
5075 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5076 don't have them.
5077 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5078 fprs and fpscr if we don't have them.
5079 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5080 don't have them.
5081 * ppcnbsd-nat.c: #include "gdb_assert.h".
5082 (getfpregs_supplies): Assert that we have floating-point registers.
5083 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5084 * ppcobsd-tdep.c: #include "gdb_assert.h".
5085 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5086 have floating-point registers.
5087 * rs6000-nat.c (regmap): Don't match against the fpscr and
5088 floating point register numbers if they don't exist.
5089 (fetch_inferior_registers, store_inferior_registers,
5090 fetch_core_registers): Only fetch / store / supply the
5091 floating-point registers and the fpscr if we have them.
5092 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5093 (ppcobsd-tdep.o): Update dependencies.
5094
5095 2004-05-10 Andrew Cagney <cagney@redhat.com>
5096
5097 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5098 (context_switch): Do not switch through_sigtramp_breakpoint.
5099 * gdbthread.h (save_infrun_state, load_infrun_state)
5100 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5101 and structure member.
5102 * thread.c (load_infrun_state, save_infrun_state): Update.
5103
5104 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5105
5106 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5107
5108 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5109
5110 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5111 throughout.
5112 * aclocal.m4: Regenerate.
5113
5114 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5115
5116 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5117
5118 2004-05-10 Andrew Cagney <cagney@redhat.com>
5119
5120 * infrun.c (check_sigtramp2): Delete function.
5121 (handle_inferior_event): When single stepping, and taking a
5122 signal, set a breakpoint at the signal return address. Delete
5123 redundant calls to check_sigtramp2.
5124 (insert_step_resume_breakpoint): New function.
5125 (through_sigtramp_breakpoint, handle_inferior_event)
5126 (follow_exec, wait_for_inferior, fetch_inferior_event)
5127 (currently_stepping, keep_going): Delete most uses of
5128 through_sigtramp_breakpoint, not that it should be deleted.
5129 (delete_breakpoint_current_contents): Delete function.
5130
5131 2004-05-10 Randolph Chung <tausq@debian.org>
5132
5133 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5134 target.
5135 * config/pa/tm-linux.h: New file.
5136
5137 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5138
5139 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5140 of prefixes. Don't print the prefix twice in the CLI.
5141
5142 2004-05-10 Jim Blandy <jimb@redhat.com>
5143
5144 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5145 collect all the gprs.
5146
5147 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5148 loop collecting gprs.
5149
5150 2004-05-09 Andrew Cagney <cagney@redhat.com>
5151
5152 * remote-vx.c (net_step): Delete step-range code.
5153 * remote.c (remote_resume, init_all_packet_configs)
5154 (set_remote_protocol_E_packet_cmd)
5155 (show_remote_protocol_E_packet_cmd)
5156 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5157 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5158 (show_remote_protocol_e_packet_cmd): Ditto.
5159
5160 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5161
5162 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5163
5164 * hppa-tdep.h: Update copyright year.
5165 (struct trad_frame_saved_reg): Add opaque declaration.
5166
5167 * amd64-tdep.c (amd64_return_value): Implement
5168 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5169
5170 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5171 (m68k_value_to_register): New functions.
5172 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5173 value_to_register.
5174
5175 * defs.h (enum return_value_convention): Add
5176 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5177 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5178 * infcmd.c (legacy_return_value): New function.
5179 (print_return_value): Rwerite to implement
5180 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5181 * values.c (using_struct_return): Check for inequality to
5182 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5183 RETURN_VALUE_STRUCT_CONVENTION.
5184 * i386-tdep.c (i386_return_value): Implement
5185 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5186
5187 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5188 include "symtab.h", "opcode/vax.h" and "inferior.h".
5189 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5190 to read_memory_unsigned_integer.
5191 (vax_gdbarch_init): Reorder.
5192 (_initialize_vax_tdep): Spell out prototype.
5193 * Makefile.in (vax-tdep.o): Update dependencies.
5194
5195 2004-05-08 Andrew Cagney <cagney@redhat.com>
5196
5197 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5198 * target.c (target_detach, target_disconnect): Ditto.
5199
5200 * infcall.c (call_function_by_hand): When no
5201 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5202 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5203 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5204 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5205 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5206
5207 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5208 * gdbarch.h, gdbarch.c: Re-generate.
5209 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5210 deprecated_fix_call_dummy.
5211 * v850-tdep.c (v850_gdbarch_init): Ditto.
5212 * infcall.c (call_function_by_hand): Do not call
5213 DEPRECATED_FIX_CALL_DUMMY.
5214
5215 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5216 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5217 * gdbarch.h, gdbarch.c: Re-generate.
5218 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5219 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5220 deprecated_sizeof_call_dummy_words.
5221 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5222 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5223 * v850-tdep.c (v850_gdbarch_init): Ditto.
5224 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5225 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5226 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5227 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5228 * arch-utils.h (legacy_call_dummy_words)
5229 (legacy_sizeof_call_dummy_words): Delete declarations.
5230 * arch-utils.c (legacy_call_dummy_words)
5231 (legacy_sizeof_call_dummy_words): Delete variables.
5232
5233 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5234 * gdbarch.h, gdbarch.c: Re-generate.
5235 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5236 * infcall.c (call_function_by_hand): Eliminate call to
5237 DEPRECATED_PUSH_DUMMY_FRAME.
5238 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5239 push_dummy_frame.
5240 (ns32k_push_dummy_frame): Delete function.
5241
5242 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5243 deprecated_call_dummy_breakpoint_offset or
5244 deprecated_call_dummy_start_offset.
5245 * dummy-frame.c, arm-tdep.c: Update comments.
5246 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5247 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5248 * gdbarch.h, gdbarch.c: Re-generate.
5249
5250 * infcall.c (legacy_push_dummy_code): Delete function.
5251 (push_dummy_code): Delete call.
5252
5253 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5254 * gdbarch.h, gdbarch.c: Re-generate.
5255 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5256 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5257 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5258 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5259
5260 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5261 (struct frame_info): Delete opaque declaration.
5262 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5263 * frame.c (get_frame_type): Delete call.
5264
5265 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5266 pc_in_call_dummy.
5267 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5268 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5269
5270 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5271
5272 * alphanbsd-tdep.c: Include "gdb_string.h".
5273 * armnbsd-tdep.c: Update copyright year.
5274 Include "gdb_string.h".
5275 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5276 dependencies.
5277
5278 * delta68-nat.c: Remove file.
5279 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5280 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5281 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5282 (delta68-nat.o): Remove dependency.
5283
5284 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5285 function.
5286 (m68k_gdbarch_init): Don't set
5287 deprecated_frameless_function_invocation.
5288
5289 2004-05-07 Randolph Chung <tausq@debian.org>
5290
5291 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5292 read_memory_nobpt for code reading when doing frame unwinding.
5293 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5294
5295 2004-05-07 Randolph Chung <tausq@debian.org>
5296
5297 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5298 instead of sp, handle sigaltstack case.
5299 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5300 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5301 signal handler and not that of the caller.
5302 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5303 hppa_linux_sigtramp_find_sigcontext.
5304
5305 2004-05-07 Randolph Chung <tausq@debian.org>
5306
5307 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5308 hppa-linux-nat.c.
5309 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5310 * hppa-linux-nat.c (fetch_register, store_register): Define.
5311 (fetch_inferior_registers, store_inferior_registers): Define.
5312 (supply_gregset): Add comment and clean up some unneeded code.
5313 (fill_gregset): Add comment and fix so that it saves registers in
5314 the right place in the gregset.
5315 (fill_fpregset): Fix buffer overrun problem.
5316 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5317
5318 2004-05-07 Randolph Chung <tausq@debian.org>
5319
5320 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5321 do common handling of the pcoqt register.
5322 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5323 to use helper function.
5324 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5325 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5326 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5327 generic fallback unwinder when all else fails.
5328 (hppa_gdbarch_init): Add fallback sniffer.
5329 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5330 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5331 to use helper function.
5332
5333 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5334
5335 * config/djgpp/fnchange.lst: Add translation rules for
5336 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5337
5338 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5339
5340 * frame.c (get_prev_frame_1): Work around GCC bug.
5341 * frame.h: Add comment about GCC bug.
5342
5343 2004-05-07 Andrew Cagney <cagney@redhat.com>
5344
5345 * observer.c: Include "commands.h" and "gdbcmd.h".
5346 (observer_debug, _initialize_observer): Add the
5347 command "set/show debug observer".
5348 * observer.sh: When observer debugging, log notify calls.
5349 * Makefile.in (observer.o): Update dependencies.
5350
5351 2004-05-07 Jason Molenda (jmolenda@apple.com)
5352
5353 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5354
5355 2004-05-07 Jim Blandy <jimb@redhat.com>
5356
5357 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5358 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5359 to recognize gpr regnums, instead of assuming that
5360 tdep->ppc_fp0_regnum marks the end of the general-purpose
5361 registers.
5362
5363 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5364 the given architecture has floating-point registers.
5365
5366 2004-05-07 Andrew Cagney <cagney@redhat.com>
5367
5368 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5369 macro defined to 1.
5370 * gdbarch.h, gdbarch.c: Re-generate.
5371 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5372 deprecated_use_generic_dummy_frames.
5373
5374 2004-05-07 Brian Ford <ford@vss.fsi.com>
5375
5376 * NEWS: Mention Cygwin DWARF 2 support.
5377
5378 2004-05-07 Andrew Cagney <cagney@redhat.com>
5379
5380 * objfiles.h (struct entry_info): Delete unused fields
5381 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5382 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5383 * mipsread.c (mipscoff_symfile_read): Update.
5384 * mdebugread.c (parse_partial_symbols): Update.
5385 * dwarfread.c (read_file_scope): Update.
5386 * dwarf2read.c (read_file_scope): Update.
5387 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5388 * coffread.c (complete_symtab): Update.
5389
5390 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5391
5392 * infcall.c (_initialize_infcall): Fix typo.
5393
5394 2004-05-07 Andrew Cagney <cagney@redhat.com>
5395
5396 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5397 * command.h (add_setshow_zinteger_cmd): Declare.
5398
5399 2004-05-06 Randolph Chung <tausq@debian.org>
5400
5401 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5402 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5403 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5404 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5405 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5406 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5407 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5408 definitions ...
5409 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5410 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5411 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5412 (hppa64_hpux_frame_find_saved_regs_in_sig)
5413 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5414 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5415 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5416 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5417 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5418 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5419 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5420 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5421 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5422 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5423 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5424 (hppa32_register_type, hppa_cannot_store_register)
5425 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5426 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5427 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5428 * pa64solib.c (pa64_solib_have_load_event)
5429 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5430 (pa64_solib_unloaded_library_pathname): Likewise.
5431 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5432 (som_solib_library_pathname): Likewise.
5433
5434 2004-05-05 Jim Ingham <jingham@apple.com>
5435
5436 * breakpoint.c (create_breakpoints): Copy the ignore count and
5437 thread id over from the pended breakpoint to the actual
5438 breakpoint.
5439
5440 2004-05-05 Andrew Cagney <cagney@redhat.com>
5441
5442 * gdbarch.sh (PARM_BOUNDARY): Delete.
5443 gdbarch.h, gdbarch.c: Re-generate.
5444 * valops.c (PARM_BOUNDARY): Delete macro.
5445 (value_push): Delete PARM_BOUNDARY code.
5446 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5447
5448 2004-05-04 Jim Blandy <jimb@redhat.com>
5449
5450 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5451 Don't assume that the gprs, fprs, and UISA sprs are
5452 contiguous, start at register number zero, and end with fpscr.
5453 Instead, use the numbers from the tdep structure.
5454
5455 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5456 should no longer be used in code specific to the RS6000 and its
5457 derivatives.
5458 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5459 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5460 tdep->ppc_fp0_regnum.
5461 (ppc_supply_fpregset, ppc_collect_fpregset)
5462 (rs6000_push_dummy_call, rs6000_extract_return_value)
5463 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5464 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5465 FP0_REGNUM.
5466 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5467 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5468 Same.
5469 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5470 bdm_ppc_store_registers): Same.
5471 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5472 (store_register, fill_fpregset): Same.
5473 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5474 (ppc_linux_supply_fpregset): Same.
5475 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5476 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5477 Same.
5478 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5479 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5480 ppc64_sysv_abi_return_value): Same.
5481 * rs6000-nat.c (regmap, fetch_inferior_registers)
5482 (store_inferior_registers, fetch_core_registers): Same.
5483
5484 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5485
5486 * m68knbsd-nat.c: Remove file.
5487 * m68knbsd-tdep.c: Remove file.
5488 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5489 dependencies.
5490 * configure.host: Add m68k-*-netbsdelf*.
5491 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5492 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5493 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5494 (XM_FILE): Remove.
5495 * config/m68k/nbsdelf.mh: New file.
5496 * config/m68k/nbsd.mt: New file.
5497 * config/m68k/nbsdaout.mt: Remove file.
5498 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5499 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5500 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5501 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5502 (use_struct_convention): Remove prototype.
5503 (USE_STRUCT_CONVENTION): Remove define.
5504 * config/m68k/xm-nbsd.h: Remove file.
5505
5506 2004-05-04 Michael Snyder <msnyder@redhat.com>
5507
5508 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5509 reg_struct_return method (as gcc usually does for cross targets).
5510
5511 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5512
5513 Committed by Andrew Cagney.
5514 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5515 alignment padding when accessing ucontext struct members.
5516
5517 2004-05-04 Jim Blandy <jimb@redhat.com>
5518
5519 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5520 'ppc_gplast_regnum' member.
5521 (ppc_num_gprs): New enum constant.
5522 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5523 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5524 * rs6000-nat.c (regmap, fetch_inferior_registers,
5525 store_inferior_registers): Same.
5526 * rs6000-tdep.c (e500_pseudo_register_read)
5527 (e500_pseudo_register_write): Same.
5528 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5529
5530 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5531 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5532 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5533 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5534 FPLAST_REGNUM.
5535 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5536 Same.
5537 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5538 * rs6000-nat.c (regmap, fetch_inferior_registers)
5539 (store_inferior_registers): Same.
5540
5541 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5542 with FPLAST_REGNUM.
5543
5544 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5545
5546 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5547 failure detected by recent versions of GCC.
5548 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5549 to be consistent with the usage in dwarf2_create_include_psymtab.
5550
5551 2004-05-03 Michael Snyder <msnyder@redhat.com>
5552
5553 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5554 (heuristic_proc_start): Whitespace cleanup.
5555
5556 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5557
5558 * sun3-nat.c: Remove file.
5559 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5560 dependencies.
5561 (ALLDEPFILES): Remove sun3-nat.c.
5562 (sun3-nat.o): Remove dependencies.
5563
5564 * i386-interix-nat.c, i386-interix-tdep.c,
5565 config/i386/nm-interix.h, config/i386/interix.mh,
5566 config/i386/interix.mt: Remove files.
5567 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5568 dependencies.
5569
5570 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5571
5572 * m68k-tdep.h (struct gdbarch_tdep): Add member
5573 struct_value_regnum.
5574 (m68k_svr4_init_abi): New prototype.
5575 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5576 different calling conventions.
5577 (m68k_extract_return_value): Remove code dealing with single-field
5578 structs.
5579 (m68k_store_return_value): Remove code dealing with single-field
5580 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5581 (m68k_extract_struct_value_address): Remove function.
5582 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5583 (m68k_reg_struct_return_p, m68k_return_value)
5584 (m68k_svr4_return_value): New functions.
5585 (m68k_use_struct_convention): Remove function.
5586 (m68k_push_dummy_call): Use new struct_value_regnum member of
5587 `struct gdbarch_tdep' instead of hardcoded register number to
5588 store STRUCT_ADDR.
5589 (m68k_svr4_init_abi): New function.
5590 (m68k_gdbarch_init): Don't set extract_return_value,
5591 store_return_values, deprecated_extract_struct_value_address and
5592 use_struct_convention. Set return_value instead. Initialize new
5593 struct_value_regnum member of `struct gdbarch_tdep'.
5594 * m68klinux-tdep.c: Update copyright year.
5595 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5596 (m68k_linux_extract_struct_value_address): Remove function.
5597 (m68k_linux_init_abi): Don't set extract_return_value,
5598 store_return_values, deprecated_extract_struct_value_address and
5599 use_struct_convention. Call m68k_svr4_init_abi but override the
5600 new struct_value_regnum member of `struct gdbarch_tdep'.
5601 * Makefile.in (m68k-tdep.o): Update dependencies.
5602
5603 2004-05-03 J. Brobecker <brobecker@gnat.com>
5604
5605 * dwarf2read.c (line_header): Add new included_p field in
5606 field file_names.
5607 (partial_die_info): New field has_stmt_list. New field line_offset.
5608 (dwarf2_create_include_psymtab): New function.
5609 (dwarf2_build_include_psymtabs): New function.
5610 (add_file_name): Add forward declaration. Initialize new field.
5611 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5612 to be able to determine the list of files included by the
5613 given unit, and build their associated psymtabs.
5614 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5615 files as well.
5616 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5617 (read_file_scope): Update call to dwarf_decode_lines.
5618 (read_partial_die): Handle DW_AT_stmt_list attributes.
5619
5620 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5621
5622 Unfix PR gdb/1626.
5623 * configure.in: Revert special case for osf5.*.
5624 * configure: Regenerate.
5625
5626 2004-05-02 Jim Blandy <jimb@redhat.com>
5627
5628 Move the symbol-file-from-memory functions into their own file.
5629 * symfile-mem.c, symfile-mem.h: New files.
5630 * symfile.c (symbol_file_add_from_bfd): New function.
5631 (symbol_file_add): Call symbol_file_add_from_bfd.
5632 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5633 Moved to symfile-mem.c.
5634 (_initialize_symfile): Move definition of
5635 add-symbol-file-from-memory command to symfile-mem.c.
5636 * symfile.h (symbol_file_add_from_bfd): New declaration.
5637 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5638 * config/powerpc/linux.mt (TDEPFILES): Same.
5639 * Makefile.in (SFILES): Add symfile-mem.c.
5640 (symfile_mem_h): New variable.
5641 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5642 (symfile-mem.o): New rule.
5643
5644 2004-05-01 Andrew Cagney <cagney@redhat.com>
5645
5646 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5647 frame_find_by_id instead of frame_relative_level.
5648 (do_enable_breakpoint): Ditto.
5649 * thread.c: Update copyright.
5650 (info_threads_command): Ditto, simplify.
5651
5652 * frame.c (deprecated_generic_get_saved_register): Delete
5653 function, moved to "xstormy16-tdep.c".
5654 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5655 deprecated_generic_get_saved_register from "frame.c".
5656 (xstormy16_frame_saved_register): Call
5657 xstormy16_get_saved_register.
5658 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5659 static.
5660 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5661 * frame.h (deprecated_generic_get_saved_register): Delete.
5662
5663 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5664
5665 * dwarfread.c: Update documentation on the state of dwarf-1.
5666
5667 2004-05-01 Andrew Cagney <cagney@redhat.com>
5668
5669 * stack.c (select_frame_command): Delete call to
5670 frame_relative_level.
5671 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5672 Delete #if0 code.
5673 (frame_info): Do not print FRAMELESS.
5674 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5675 (catch_info): Delete #if0 code.
5676
5677 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5678 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5679 of frame_relative_level.
5680 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5681 to SENTINEL_FRAME.
5682 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5683 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5684 frame_relative_level.
5685
5686 * frame.h (deprecated_set_frame_type): Delete declaration.
5687 * frame.c (deprecated_set_frame_type): Delete function, update
5688 comments.
5689
5690 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5691 * gdbarch.h, gdbarch.c: Re-generate.
5692 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5693 (shnbsd_pc_in_sigtramp): Delete.
5694 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5695 pc_in_sigtramp.
5696 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5697 pc_in_sigtramp.
5698 * frame.h: Update comments.
5699 * ppc-linux-tdep.c: Update comments.
5700 * breakpoint.c (bpstat_what): Update comments.
5701
5702 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5703 m68klinux-tdep.o's dependencies, were previously added to
5704 m68klinux-nat.o.
5705
5706 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5707 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5708 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5709 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5710 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5711
5712 * Makefile.in (m68klinux-nat.o): Update dependencies.
5713 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5714 (m68k_linux_sigtramp_frame_cache)
5715 (m68k_linux_sigtramp_frame_this_id)
5716 (m68k_linux_sigtramp_frame_prev_register)
5717 (m68k_linux_sigtramp_frame_unwind)
5718 (m68k_linux_sigtramp_frame_sniffer)
5719 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5720 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5721 names, use trad-frame.h.
5722 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5723 (struct m68k_sigtramp_info): Delete.
5724 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5725 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5726 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5727 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5728 "m68klinux-tdep.c".
5729
5730 * infrun.c (check_sigtramp2): Delete check for
5731 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5732
5733 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5734
5735 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5736
5737 2004-05-01 Andrew Cagney <cagney@redhat.com>
5738
5739 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5740 (frv_linux_sigtramp_frame_cache)
5741 (frv_linux_sigtramp_frame_this_id)
5742 (frv_linux_sigtramp_frame_prev_register)
5743 (frv_linux_sigtramp_frame_unwind)
5744 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5745 include "linux" in function and variable names, directly call
5746 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5747 the latest trad-frame code.
5748 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5749 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5750 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5751 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5752 * frv-tdep.c (frv_sigtramp_frame_cache)
5753 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5754 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5755 frv-linux-tdep.c.
5756 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5757 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5758 (frv_set_sigcontext_reg_addr): Delete function.
5759
5760 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5761 (DEPRECATED_SIGTRAMP_END): Delete.
5762 * gdbarch.h, gdbarch.c: Re-generate.
5763 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5764 * config/vax/tm-vaxbsd.h: Update copyright.
5765 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5766 (DEPRECATED_IN_SIGTRAMP): Define.
5767 * config/m68k/tm-nbsd.h: Update copyright.
5768 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5769 (DEPRECATED_IN_SIGTRAMP): Define.
5770
5771 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5772
5773 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5774 encondings. Fixes PR gdb/1628.
5775
5776 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5777 DW_CFA_restore state without a matching DW_CFA_remember_state
5778 instead of aborting. Fixes PR backtrace/1589.
5779
5780 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5781
5782 * MAINTAINERS: Add self as AIX maintainer.
5783 Update my e-mail address in write-after-approval section.
5784
5785 2004-04-30 Andrew Cagney <cagney@redhat.com>
5786
5787 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5788 (legacy_get_prev_frame): Ditto.
5789
5790 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5791 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5792 * mipsread.c (sigtramp_address): Delete extern variable.
5793 (mipscoff_new_init): Delete reference.
5794 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5795 (fixup_sigtramp): Delete function.
5796 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5797 (fixup_sigtramp): Delete declarations.
5798
5799 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5800 deprecated_pc_in_sigtramp.
5801 (ppcnbsd_pc_in_sigtramp): Delete function.
5802
5803 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5804
5805 * config/m68k/nm-nbsd.h: Tweak comments.
5806 * config/m68k/nm-nbsdaout.h: Likewise.
5807
5808 2004-04-30 Andrew Cagney <cagney@redhat.com>
5809
5810 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5811 legacy_pc_in_sigtramp.
5812 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5813
5814 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5815
5816 Add OpenBSD/m68k support.
5817 * NEWS (New native configurations): Mention OpenBSD/m68k.
5818 * m68kbsd-tdep.c: New file.
5819 * m68kbsd-nat.c: New file.
5820 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5821 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5822 * configure.host: Add m68k-*-openbsd.
5823 * configure.tgt: Add m68k-*-openbsd.
5824 * config/m68k/tm-obsd.h: New file.
5825 * config/m68k/obsd.mt: New file.
5826 * config/m68k/obsd.mh: New file.
5827 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5828 m68kbsd-tdep.c.
5829
5830 2004-04-30 Andrew Cagney <cagney@redhat.com>
5831
5832 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5833 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5834
5835 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5836
5837 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5838 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5839
5840 2004-04-30 Brian Ford <ford@vss.fsi.com>
5841
5842 Revert 2004-04-16 change.
5843 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5844 (i386_coff_init_abi): Remove.
5845 * i386-tdep.h (i386_coff_init_abi): Remove.
5846 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5847
5848 2004-04-30 Andrew Cagney <cagney@redhat.com>
5849
5850 * blockframe.c (find_pc_partial_function): Delete use of
5851 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5852 DEPRECATED_SIGTRAMP_END.
5853
5854 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5855 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5856 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5857 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5858 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5859
5860 * defs.h (deprecated_inside_entry_file): Delete declaration.
5861 * blockframe.c (deprecated_inside_entry_file): Delete function.
5862 (legacy_frame_chain_valid): Delete call.
5863 * sh64-tdep.c (sh64_frame_chain): Delete call.
5864 * objfiles.h: Update comments.
5865 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5866 call.
5867 * frame.c (get_prev_frame): Delete call, update comments.
5868
5869 2004-04-30 Brian Ford <ford@vss.fsi.com>
5870
5871 * MAINTAINERS (Write After Approval): Add myself.
5872
5873 2004-04-30 Andrew Cagney <cagney@redhat.com>
5874
5875 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5876 * gdbarch.h, gdbarch.c: Re-generate.
5877 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5878 code.
5879
5880 2004-04-30 Andrew Cagney <cagney@redhat.com>
5881
5882 * gdb-events.sh (selected_thread_changed)
5883 (selected_frame_level_changed, target_changed): Delete.
5884 * gdb-events.h, gdb-events.c: Re-generate.
5885 * valops.c (value_assign): Update.
5886 * stack.c (select_frame_command, up_silently_base)
5887 (down_silently_base): Update.
5888
5889 2004-04-29 Andrew Cagney <cagney@redhat.com>
5890
5891 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5892 registers correctly.
5893 (print_gp_register_row, mips32_heuristic_proc_desc)
5894 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5895 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5896 references to mips_isa_regsize.
5897
5898 2004-04-29 Andrew Cagney <cagney@redhat.com>
5899
5900 * mips-tdep.c (struct gdbarch_tdep): Delete
5901 mips_fp_register_double.
5902 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5903 mips_abi_regsize.
5904 (mips_gdbarch_init): Do not set mips_fp_register_double.
5905 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5906
5907 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5908
5909 Committed by Andrew Cagney.
5910 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5911 function calls.
5912
5913 2004-04-29 Andrew Cagney <cagney@redhat.com>
5914
5915 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5916 gdbarch, use mips_abi, update callers.
5917 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5918 mips_abi_regsize, update callers.
5919 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
5920 mips_default_abi_regsize.
5921 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
5922 mips_default_abi_regsize.
5923
5924 2004-04-29 Andrew Cagney <cagney@redhat.com>
5925
5926 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
5927 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
5928 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
5929 mips_default_abi_regsize.
5930 (mips_isa_regsize): Rename mips_regisze.
5931 * mipsnbsd-tdep.c: Update.
5932 * mips-linux-tdep.c: Update.
5933 * irix5-nat.c: Update.
5934 * mips-tdep.h (mips_isa_regsize): Update.
5935
5936 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
5937 Delete all disabled code.
5938 * gdb-events.h, gdb-events.c: Re-generate.
5939
5940 2004-04-19 Jerome Guitton <guitton@gnat.com>
5941 Mark Kettenis <kettenis@gnu.org>
5942
5943 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
5944 the function begins with a branch instruction.
5945
5946 2004-04-29 Mark Kettenis <kettenis@gnu.org>
5947
5948 * i386-tdep.c: Fix spelling mistakes.
5949
5950 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5951 Andrew Cagney <cagney@redhat.com>
5952
5953 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
5954 <sys/proc.h>.
5955 * acconfig.h: Provide default _KMEMUSER value.
5956 * config.in, configure: Re-generate.
5957 * NEWS: Mention fix.
5958
5959 2004-04-24 Randolph Chung <tausq@debian.org>
5960
5961 * configure.host (hppa*-*-linux*): New target.
5962 * configure.tgt (hppa*-*-linux*): Likewise.
5963 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
5964 gdbarch_init_osabi() call earlier so that osabi-specific frame
5965 unwinders can be registered first.
5966 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
5967 hppa-linux-nat.c.
5968 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
5969 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
5970 * config/pa/linux.mh: New file.
5971 * config/pa/linux.mt: New file.
5972 * config/pa/nm-linux.h: New file.
5973 * config/pa/xm-linux.h: New file.
5974 * hppa-linux-nat.c: New file.
5975 * hppa-linux-tdep.c: New file.
5976
5977 2004-04-28 Randolph Chung <tausq@debian.org>
5978
5979 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
5980 return values.
5981 (hppa32_push_dummy_call): Fix small struct and floating point argument
5982 passing, and make sure the stack frame is properly aligned.
5983
5984 2004-04-28 Andrew Cagney <cagney@redhat.com>
5985
5986 * stack.c (print_stack_frame): Fix description.
5987
5988 * NEWS: Mention gdb/gdbserver/configure execute permission
5989 changed. PR server/519.
5990
5991 2004-04-28 Andrew Cagney <cagney@redhat.com>
5992
5993 * stack.c (print_stack_frame_stub): Delete declaration.
5994 (struct print_stack_frame_args, print_stack_frame)
5995 (print_frame_info, print_frame): Replace "source" with print what.
5996 Replace "print" with "print_level". Replace "args" with
5997 "print_args".
5998 * frame.h (show_and_print_stack_frame, print_stack_frame)
5999 (print_frame_info): Update declarations.
6000 * stack.c (select_and_print_frame, frame_command)
6001 (current_frame_command, up_command, down_command): Update calls -
6002 use get_selected_frame, pass "enum print_what" for source, do not
6003 call frame_relative_level.
6004 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6005 * remote-rdp.c (remote_rdp_open): Ditto.
6006 * remote-mips.c (common_open): Ditto.
6007 * remote-e7000.c (e7000_start_remote): Ditto.
6008 * ocd.c (ocd_start_remote): Ditto.
6009 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6010 * infrun.c (normal_stop): Ditto.
6011 * inflow.c (kill_command): Ditto.
6012 * infcmd.c (finish_command): Ditto.
6013 * corelow.c (core_open): Ditto.
6014 * tracepoint.c (finish_tfind_command): Ditto.
6015 * thread.c (info_threads_command, info_threads_command)
6016 (restore_current_thread, do_captured_thread_select): Ditto.
6017 * ada-tasks.c (task_command): Ditto.
6018
6019 2004-04-26 Orjan Friberg <orjanf@axis.com>
6020
6021 * frame.c: Include "observer.h".
6022 (frame_observer_target_changed): New function.
6023 (_initialize_frame): Attach target_changed observer.
6024 * regcache.c: Include "observer.h".
6025 (regcache_observer_target_changed): New function.
6026 (_initialize_regcache): Attach target_changed observer.
6027 * valops.c: Include "observer.h".
6028 (value_assign): Notify target_changed event when modifying register.
6029 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6030
6031 2004-04-26 Orjan Friberg <orjanf@axis.com>
6032
6033 From Paul Koning <pkoning@equallogic.com>:
6034 * breakpoint.c (free_valchain): New function.
6035 (insert_bp_location, delete_breakpoint): Use free_valchain.
6036 (remove_breakpoint): Do not remove the valchain.
6037 (bpstat_stop_status): If not stopped by watchpoint, skip
6038 watchpoints when generating stop status list.
6039 * infrun.c (handle_inferior_event): Make
6040 stepped_after_stopped_by_watchpoint a global variable.
6041 * remote.c (remote_stopped_data_address): Return watch data
6042 address rather than zero if stepped_after_stopped_by_watchpoint is
6043 set.
6044
6045 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6046
6047 Fix PR gdb/1626.
6048 * configure.in: Check for curses after termcap.
6049 On osf5.*, do not check for ncurses.
6050 * configure: Regenerate.
6051
6052 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6053
6054 * ppcobsd-nat.c: Include "ppc-tdep.h".
6055 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6056
6057 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6058 Fixes PR tdep/1623 and PR tdep/1624.
6059
6060 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6061
6062 * xmodem.h, xmodem.c: Remove files.
6063 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6064
6065 2004-04-23 Randolph Chung <tausq@debian.org>
6066
6067 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6068 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6069 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6070 for handling stackless frames.
6071 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6072
6073 2004-04-23 Randolph Chung <tausq@debian.org>
6074
6075 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6076 starts at a pc before the frame is created.
6077
6078 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6079
6080 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6081
6082 2004-04-23 Jerome Guitton <guitton@gnat.com>
6083
6084 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6085 use convert_typed_floating to get the appropriate format.
6086
6087 2004-04-22 Randolph Chung <tausq@debian.org>
6088
6089 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6090 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6091 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6092 (hppa_sign_extend): Add prototype.
6093 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6094 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6095 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6096 hppa targets will also use these functions.
6097 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6098 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6099 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6100 (hppa_gdbarch_init): Remove gdbarch setting of
6101 skip_trampoline_code, in_solib_call_trampoline and
6102 in_solib_return_trampoline.
6103 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6104 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6105 hppa_in_solib_call_trampoline.
6106 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6107 Moved from hppa-tdep.c.
6108 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6109 in_solib_call_trampoline and in_solib_return_trampoline.
6110
6111 2004-04-22 Randolph Chung <tausq@debian.org>
6112
6113 * hppa-tdep.c (hppa_debug): New variable.
6114 (find_unwind_entry, hppa_frame_cache): Add debug output.
6115 (_initialize_hppa_tdep): Add command to set debug flag.
6116
6117 2004-04-22 Andrew Cagney <cagney@redhat.com>
6118
6119 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6120 "trad-frame.h".
6121 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6122 signal trampoline unwinder.
6123 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6124
6125 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6126
6127 Add OpenBSD/powerpc support.
6128 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6129 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6130 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6131 (ppc_collect_fpregset): New prototypes.
6132 * ppcobsd-nat.c: New file.
6133 * ppcobsd-tdep.c: New file.
6134 * ppcobsd-tdep.h: New file.
6135 * rs6000-tdep.c: Include "regset.h".
6136 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6137 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6138 New functions.
6139 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6140 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6141 (rs6000-tdep.o): Update dependencies.
6142 * configure.host: Add powerpc-*-openbsd.
6143 * configure.tgt: Add powerpc-*-openbsd.
6144 * config/powerpc/obsd.mh: New file.
6145 * config/powerpc/nm-obsd.h: New file.
6146 * config/powerpc/obsd.mt: New file.
6147
6148 2004-04-22 Andrew Cagney <cagney@redhat.com>
6149
6150 * frame.h (show_frame_info): Delete declaration.
6151
6152 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6153 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6154 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6155 * frv-tdep.c (frv_frame_this_id): Ditto.
6156 * avr-tdep.c (avr_frame_this_id): Ditto.
6157
6158 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6159
6160 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6161
6162 2004-04-22 Jim Blandy <jimb@redhat.com>
6163
6164 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6165 register number zero.
6166
6167 2004-04-21 Michael Snyder <msnyder@redhat.com>
6168
6169 * mips-tdep.c (heuristic_proc_start):
6170 Warning() already prefixes "Warning: ".
6171
6172 2004-04-21 Andrew Cagney <cagney@redhat.com>
6173
6174 * annotate.h (deprecated_annotate_starting_hook)
6175 (deprecated_annotate_stopped_hook)
6176 (deprecated_annotate_exited_hook)
6177 (deprecated_annotate_signal_hook)
6178 (deprecated_annotate_signalled_hook): Deprecate.
6179 * tracepoint.h (deprecated_create_tracepoint_hook)
6180 (deprecated_delete_tracepoint_hook)
6181 (deprecated_modify_tracepoint_hook)
6182 (deprecated_trace_find_hook)
6183 (deprecated_trace_start_stop_hook): Deprecate.
6184 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6185 * remote.h (deprecated_target_resume_hook)
6186 (deprecated_target_wait_loop_hook): Deprecate.
6187 * gdbcore.h (deprecated_exec_file_display_hook)
6188 (deprecated_file_changed_hook): Deprecate.
6189 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6190 * defs.h (deprecated_modify_breakpoint_hook)
6191 (deprecated_command_loop_hook, deprecated_show_load_progress)
6192 (deprecated_print_frame_info_listing_hook)
6193 (deprecated_query_hook, deprecated_warning_hook)
6194 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6195 (deprecated_delete_breakpoint_hook)
6196 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6197 (deprecated_readline_begin_hook, deprecated_readline_hook)
6198 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6199 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6200 (deprecated_context_hook, deprecated_target_wait_hook)
6201 (deprecated_attach_hook, deprecated_detach_hook)
6202 (deprecated_call_command_hook, deprecated_set_hook)
6203 (deprecated_error_hook, deprecated_error_begin_hook)
6204 (deprecated_ui_load_progress_hook): Deprecate.
6205 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6206 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6207 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6208 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6209 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6210 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6211 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6212 * annotate.c, aix-thread.c: Update.
6213
6214 2004-04-21 Andrew Cagney <cagney@redhat.com>
6215
6216 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6217 * vaxnbsd-tdep.c: Include "gdb_string.h".
6218
6219 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6220 (add_symbol_file_from_memory_command): #if 0 function body, call
6221 error instead.
6222
6223 2004-04-21 Andrew Cagney <cagney@redhat.com>
6224
6225 * gdbcore.h: Update copyright.
6226 (deprecated_add_core_fns): Rename add_core_fns.
6227 * win32-nat.c (_initialize_core_win32): Update.
6228 * sun3-nat.c (_initialize_core_sun3): Update.
6229 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6230 * rs6000-nat.c (_initialize_core_rs6000): Update.
6231 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6232 * nto-tdep.c (_initialize_nto_tdep): Update.
6233 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6234 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6235 * mips-nat.c (_initialize_core_mips): Update.
6236 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6237 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6238 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6239 * lynx-nat.c (_initialize_core_lynx): Update.
6240 * irix5-nat.c (_initialize_core_irix5): Update.
6241 * i386-interix-nat.c (_initialize_core_interix): Update.
6242 * cris-tdep.c (_initialize_cris_tdep): Update.
6243 * corelow.c (deprecated_add_core_fns): Update.
6244 * core-regset.c (_initialize_core_regset): Update.
6245 * core-aout.c (_initialize_core_aout): Update.
6246 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6247 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6248 * alpha-nat.c (_initialize_core_alpha): Update.
6249
6250 2004-04-21 Jim Blandy <jimb@redhat.com>
6251
6252 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6253
6254 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6255
6256 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6257 Delete.
6258 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6259 (read_attribute_value): Update calls to dwarf_alloc_block.
6260 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6261 dwarf2_tmp_obstack.
6262 (psymtab_to_symtab_1): Likewise. Clean up using
6263 free_stack_comp_unit.
6264 (add_to_cu_func_list): Use the comp_unit_obstack.
6265
6266 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6267
6268 * dwarf2read.c (dwarf2_flag_true_p): New function.
6269 (die_is_declaration): Use the function above. Add some comments.
6270
6271 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6272
6273 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6274 architecture when registering sparcnbsd_core_osabi_sniffer.
6275 Adjust comment.
6276
6277 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6278
6279 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6280 return value.
6281
6282 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6283 * i386-tdep.c: Correct register numbering scheme comments
6284 throughout.
6285 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6286 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6287 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6288 (i386_gdb_arch_init): Likewise.
6289
6290 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6291 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6292 ppcnbsd-tdep.o.
6293
6294 * m68k-tdep.h: Tweak comments.
6295 * m68k-tdep.c: Tweak comment.
6296
6297 2004-04-17 Randolph Chung <tausq@debian.org>
6298
6299 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6300 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6301 (hppa_hpux_som_init_abi): Set is_elf to 0.
6302 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6303 * hppa-tdep.c (low_text_segment_address): Remove global.
6304 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6305 section offset to calculate segment address.
6306 (internalize_unwinds): Define low_text_segment_address as local and
6307 pass to record_text_segment_lowaddr for ELF targets.
6308 (hppa_gdbarch_init): Zero fill tdep structure.
6309 (hppa_dump_tdep): Print tdep structure.
6310 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6311
6312 2004-04-17 Randolph Chung <tausq@debian.org>
6313
6314 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6315 (hppa_gdbarch_init): Set pseudo_register_read.
6316 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6317 * regcache.c (supply_register): Remove check for
6318 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6319
6320 2004-04-17 Randolph Chung <tausq@debian.org>
6321
6322 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6323 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6324 (hpread_adjust_stack_address): Move to hpread.c.
6325 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6326 obj_private_struct): Move from tm-hppa.h.
6327 * hpread.c (hppa-tdep.h): Include.
6328 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6329 (hpread_read_function_type, hpread_read_doc_function_type)
6330 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6331 directly.
6332 * pa64solib.c (hppa-tdep.h): Include.
6333 * somsolib.c (hppa-tdep.h): Include.
6334 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6335 inferior_status): Remove unused forward declarations.
6336 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6337 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6338 obj_private_struct): Move to hppa-tdep.h.
6339 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6340
6341 2004-04-17 Randolph Chung <tausq@debian.org>
6342
6343 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6344 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6345 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6346 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6347 Remove forward declaration and make static.
6348 (hppa_reg_struct_has_addr): Remove.
6349
6350 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6351
6352 * observer.sh: Move comments in sed command to first column.
6353
6354 2004-04-16 Jason Molenda (jmolenda@apple.com)
6355
6356 * frame.c: Minor typeo corrections in comments.
6357
6358 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6359
6360 * observer.c (observer_test_first_notification_function): Update
6361 function profile.
6362 (observer_test_second_notification_function): Likewise.
6363 (observer_test_third_notification_function): Likewise.
6364
6365 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6366
6367 From Brian Ford <ford@vss.fsi.com>:
6368 * i386-tdep.c (i386_coff_init_abi): New function.
6369 * i386-tdep.h (i386_coff_init_abi): New prototype.
6370 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6371 register number translation functions for DWARF and DWARF 2.
6372
6373 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6374
6375 * dwarf2read.c: Back out my previous change, it was incorrect.
6376
6377 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6378
6379 * dwarf2read.c: Include "hashtab.h".
6380 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6381 has_namespace_info.
6382 (struct partial_die_info): Add comments. Use bitfields to reduce
6383 memory footprint. Add scope, scope_set, has_specification,
6384 spec_offset, die_parent, die_child, and die_sibling.
6385 (peek_die_abbrev): Add prototype.
6386 (partial_read_comp_unit_head): New function, broken out from
6387 dwarf2_build_psymtabs_hard.
6388 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6389 Use partial_read_comp_unit_head. Initialize the CU and
6390 comp_unit_obstack. Update calls to read_partial_die and
6391 scan_partial_symbols. Use free_stack_comp_unit and
6392 load_partial_dies.
6393 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6394 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6395 Update calls to helper functions. Remove NAMESPACE argument.
6396 Update comments.
6397 (partial_die_parent_scope, partial_die_full_name): New functions.
6398 (add_partial_symbol): Remove namespace argument. Update call to
6399 pdi_needs_namespace. Use partial_die_full_name. Handle
6400 DW_TAG_namespace. Check has_namespace_info flag.
6401 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6402 tag. Handle namespaces.
6403 (add_partial_namespace, add_partial_enumeration): Simplify.
6404 (guess_structure_name): New function, derived from
6405 add_partial_structure.
6406 (add_partial_structure): Remove.
6407 (determine_class_name): Update comment.
6408 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6409 (is_type_tag_for_partial, load_partial_dies): New functions.
6410 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6411 Record specifications instead of following them immediately.
6412 (find_partial_die_in_comp_unit, find_partial_die)
6413 (fixup_partial_die, free_stack_comp_unit)
6414 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6415 (partial_die_hash, partial_die_eq): New functions.
6416 * Makefile.in (hashtab_h): Define.
6417 (dwarf2read.o): Update dependencies.
6418 (observer_inc, observer_h): Move to the correct section.
6419
6420 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6421
6422 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6423 (die_is_declaration): Use the function above. Add comment.
6424
6425 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6426
6427 * dwarf2read.c (read_structure_scope): Identify stub types
6428 using die_is_declaration() only.
6429
6430 2004-04-15 Roland McGrath <roland@redhat.com>
6431
6432 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6433 argument instead of NAME.
6434 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6435 in call to symbol_file_add_with_addrs_or_offsets.
6436 (build_addr_info): New function, helper for ...
6437 (symbol_file_add_from_memory): New function.
6438 (add_symbol_file_from_memory_command): New function using that.
6439 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6440 (pre_add_symbol_hook): Add const to argument type.
6441 * symfile.h (symbol_file_add_from_memory): Declare it.
6442
6443 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6444
6445 * NEWS (New native configurations): Mention OpenBSD/vax.
6446 * configure.host: Add vax-*-openbsd*.
6447 * config/vax/obsd.mh: New file.
6448 * config/vax/nm-obsd.h: New file.
6449
6450 * vax-tdep.c: Include "regset.h".
6451 (vax_supply_gregset): New function.
6452 (vax_gregset): New variable.
6453 (vax_regset_from_core_section): New function.
6454 (vax_gdbarch_init): Set regset_from_core_section.
6455 * Makefile.in (vax-tdep.o): Update dependencies.
6456
6457 2004-04-15 Andrew Cagney <cagney@redhat.com>
6458
6459 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6460 (observer_normal_stop_notification_stub)
6461 (observer_attach_normal_stop, observer_detach_normal_stop):
6462 Delete, replaced by #include "observer.inc".
6463 * infrun.c (normal_stop): Pass "stop_bpstat" to
6464 observer_notify_normal_stop.
6465 * Makefile.in (observer_inc): Define.
6466 (observer.o): Update dependencies.
6467 (observer.h, observer.inc): New rules.
6468 * observer.h: Delete file.
6469 * observer.sh: New file.
6470
6471 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6472
6473 * vax-tdep.c (vax_frame_cache): Fix typo.
6474
6475 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6476
6477 * NEWS (New native configurations): Mention NetBSD/vax.
6478 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6479 * config/vax/nbsdelf.mh: New file.
6480 * config/vax/nbsdaout.mh: New file.
6481 * config/vax/nm-nbsd.h: New file.
6482 * config/vax/nm-nbsdaout.h: New file.
6483
6484 * vaxnbsd-tdep.c: New file.
6485 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6486 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6487 * config/vax/nbsd.mt: New file.
6488 * config/vax/tm-nbsd.h: New file.
6489
6490 * Makefile.in (vaxbsd-nat.o): New dependency.
6491
6492 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6493 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6494 struct_addr arguments. Don't push return value address.
6495 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6496 arguments to vax_store_arguments. Store return value address in
6497 R1.
6498 (vax_store_struct_return, vax_extract_return_value)
6499 (vax_store_return_value): Remove functions.
6500 (vax_return_value): New function.
6501 (vax_gdbarch_init): Set return value. Don't set
6502 deprecated_store_struct_return, deprecated_extract_struct_return
6503 and deprecated_store_return_value.
6504
6505 2004-04-14 Andreas Schwab <schwab@suse.de>
6506
6507 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6508 value buffer.
6509 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6510
6511 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6512
6513 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6514 (vax_unwind_dummy_id): New functions.
6515 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6516 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6517 variables.
6518 (vax_fix_call_dummy): Remove function.
6519 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6520 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6521 call_dummy_location, deprecated_call_dummy_words,
6522 deprecated_sizeof_call_dummy_words,
6523 deprecated_call_dummy_breakpoint_offset,
6524 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6525 and deprecated_dummy_write_sp.
6526
6527 2004-04-13 David Carlton <carlton@kealia.com>
6528
6529 * MAINTAINERS: Move myself to "paper trail" section.
6530
6531 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6532
6533 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6534 "trad-frame.h".
6535 (vax_frame_init_saved_regs): Remove function.
6536 (vax_sigtramp_saved_pc): Remove function.
6537 (vax_frame_saved_pc): Remove function.
6538 (vax_frame_args_address): Remove function.
6539 (vax_frame_num_args): Rewrite.
6540 (vax_frame_chain): Remove function.
6541 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6542 VAX_FP_REGNUM.
6543 (vax_pop_frame): Likewise.
6544 (vax_saved_pc_after_call): Remove function.
6545 (struct vax_frame_cache): New structure.
6546 (vax_frame_cache): New function.
6547 (vax_frame_this_id): New function.
6548 (vax_frame_prev_register): New function.
6549 (vax_frame_unwind): New variable.
6550 (vax_frame_sniffer): New function.
6551 (vax_frame_base_address): New function.
6552 (vax_frame_args_address): New function.
6553 (vax_frame_base): New variable.
6554 (vax_unwind_pc): New function.
6555 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6556 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6557 deprecated_frame_chain, deprecated_frame_saved_pc,
6558 deprecated_frame_args_address and
6559 deprecated_frame_init_saved_regs.
6560 * Makefile.in (vax-tdep.o): Update dependencies.
6561
6562 * vaxbsd-nat.c: New file.
6563
6564 * vax-tdep.h: Update copyright year. Adjust comments.
6565 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6566 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6567 (vax_regnum): New enum. Replacing...
6568 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6569 (VAX_PS_REGNUM): ... these removed macros.
6570 * vax-tdep.c (vax_register_name): Remove prototype.
6571 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6572 (vax_register_byte, vax_register_raw_size,
6573 vax_register_virtual_size, vax_register_virtual_type): Remove
6574 functions.
6575 (vax_register_type): New function.
6576 (vax_breakpoint_from_pc): Reorganize.
6577 (vax_gdbarch_init): Set register_type. Don't set
6578 deprecated_register_size, deprecated_register_bytes,
6579 deprecated_register_byte, deprecated_register_raw_size,
6580 deprecated_max_register_raw_size,
6581 deprecated_register_virtual_size,
6582 deprecated_max_register_virtual_size and
6583 deprecated_register_virtual_type. Add comment on stack direction.
6584
6585 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6586
6587 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6588 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6589 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6590
6591 2004-04-10 Randolph Chung <tausq@debian.org>
6592
6593 * MAINTAINERS (write after approval): Add myself.
6594
6595 2004-04-07 Randolph Chung <tausq@debian.org>
6596
6597 * hppa-tdep.c (hppa_inner_than): Remove.
6598 (is_pa_2): Remove unused static variable.
6599 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6600
6601 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6602
6603 * language.h (language_defn): Add new la_post_parser field.
6604 * parser-defs.h (null_post_parser): New declaration (default for
6605 la_post_parser).
6606
6607 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6608 insert call to that function.
6609 (parse_exp_in_context): New function, including code formerly in
6610 parse_exp_1. Calls language-dependent post-parser after
6611 prefixification.
6612 (parse_expression_in_context): New exported function.
6613 (null_post_parser): New definition.
6614 * expression.h (parse_expression_in_context): Add declaration.
6615
6616 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6617 * c-lang.c (c_language_defn): Ditto.
6618 (cplus_language_defn): Ditto.
6619 (asm_language_defn): Ditto.
6620 (minimal_language_defn): Ditto.
6621 * f-lang.c (f_language_defn): Ditto.
6622 * jv-lang.c (java_language_defn): Ditto.
6623 * language.c (unknown_language_defn): Ditto.
6624 (auto_language_defn): Ditto.
6625 (local_language_defn): Ditto.
6626 * m2-lang.c (m2_language_defn): Ditto.
6627 * scm-lang.c (scm_language_defn): Ditto.
6628 * obj-lang.c (objc_language_defn): Ditto.
6629
6630 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6631
6632 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6633 (amd64nbsd_mcontext_addr): New function.
6634 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6635 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6636 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6637
6638 * corelow.c (core_xfer_partial): Fix coding standards violation.
6639 Add support for TARGET_OBJECT_WCOOKIE.
6640
6641 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6642 deprecated_pc_in_sigtramp.
6643 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6644 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6645 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6646 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6647 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6648 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6649 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6650
6651 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6652 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6653 Fix typo.
6654
6655 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6656 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6657 (amd64_collect_fxsave): Likewise.
6658
6659 * i386-sol2-tdep.c: Include "gdb_string.h".
6660 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6661 name.
6662 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6663
6664 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6665
6666 * i386-sol2-tdep.c: Include "solib-svr4.h".
6667 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6668 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6669 * config/i386/tm-i386sol2.h: Include :solib.h".
6670 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6671 solib-svr4.o and solib-legacy.o.
6672 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6673 solib-svr4.o.
6674
6675 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6676
6677 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6678 whether a register is supplied by PTRACE_GETFPREGS.
6679 (store_inferior_registers): Likewise.
6680 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6681 whether a register is supplied by PT_GETFPREGS.
6682 (store_inferior_registers): Likewise.
6683
6684 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6685 * config/i386/linux64.mt (TDEPFILES): Likewise.
6686
6687 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6688
6689 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6690 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6691 the program counter is in the range specified by `struct
6692 gdbarch_tdep'.
6693 * amd64-linux-tdep.c: Include "symtab.h".
6694 (amd64_linux_pc_in_sigtramp): Remove function.
6695 (amd64_linux_sigtramp_p): New function.
6696 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6697 deprecated_pc_in_sigtramp.
6698 * amd64nbsd-tdep.c: Include "symtab.h".
6699 (amd64nbsd_sigtramp_p): New function.
6700 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6701 deprecated_pc_in_sigtramp.
6702 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6703 few comments.
6704 (amd64obsd_pc_in_sigtramp): Remove function.
6705 (amd64obsd_sigtramp_p): New function.
6706 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6707 deprecated_pc_in_sigtramp.
6708 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6709 (i386bsd_pc_ins_sigtramp): Remove prototype.
6710 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6711 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6712 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6713 the program counter is in the range specified by `struct
6714 gdbarch_tdep'.
6715 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6716 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6717 (i386_go32_pc_in_sigtramp): Remove function.
6718 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6719 Initialize TDEP->sigtramp_p.
6720 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6721 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6722 deprecated_pc_in_sigtramp.
6723 * i386-linux-tdep.c: Adjust comments.
6724 (i386_linux_pc_in_sigtramp): Remove function.
6725 (i386_linux_sigtramp_p): New function.
6726 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6727 deprecated_pc_in_sigtramp.
6728 * i386-nto-tdep.c: Update copyright year.
6729 (i386nto_pc_in_sigtramp): Remove function.
6730 (i386nto_sigtramp_p): New function.
6731 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6732 SP_REGNUM.
6733 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6734 deprecated_pc_in_sigtramp.
6735 * i386-sol2-tdep.c: Update copyright year.
6736 (i386_sol2_pc_in_sigtramp): Remove function.
6737 (i386_sol2_sigtramp_p): New function.
6738 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6739 deprecated_pc_in_sigtramp.
6740 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6741 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6742 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6743 deprecated_sigtramp_start and deprecated_sigtramp_end.
6744 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6745 (i386nbsd_pc_in_sigtramp): Remove function.
6746 (i386nbsd_sigtramp_p): New function.
6747 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6748 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6749 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6750 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6751 (i386obsd_pc_in_sigtramp): Remove function.
6752 (i386obsd_sigtramp_p): New function.
6753 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6754 functions.
6755 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6756 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6757 TDEP->sigtramp_p.
6758 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6759 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6760 dependencies.
6761
6762 * config/i386/i386aout.mt: Remove file.
6763
6764 * configure.tgt: Remove i[34567]86-*-go32*,
6765 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6766 and i[34567]86-*-isc*. Set gdb_target to i386 for
6767 i[34567]86-*-netware* and i[34567]86-*-*.
6768 * config/i386/i386.mt: New file.
6769 * config/i386/embed.mt: Remove file.
6770 * config/i386/go32.mt: Remove file.
6771 * config/i386/i386nw.mt: Remove file.
6772 * config/i386/i386v.mt: Remove file.
6773 * config/i386/tm-go32.h: Remove file.
6774
6775 * tui/tui-hooks.c: Include "readline/readline.h" after
6776 "gdb_curses.h" instead of before.
6777 * tui/tui-io.c: Likewise.
6778
6779 * tui/tui.c: Fix typo in comment.
6780
6781 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6782
6783 2004-04-08 Andrew Cagney <cagney@redhat.com>
6784
6785 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6786 (deprecated_exception_support_initialized): Declare.
6787 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6788 (initialize_hp_cxx_exception_support)
6789 (child_enable_exception_callback): Update.
6790 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6791 (deprecated_exception_support_initialized): Rename
6792 deprecated_exception_catchpoints_are_fragile and
6793 deprecated_exception_support_initialized.
6794 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6795
6796 * symtab.c (deprecated_hp_som_som_object_present): Rename
6797 hp_som_som_object_present.
6798 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6799 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6800 Update. Delete extern declaration.
6801 * valops.c (hp_som_som_object_present): Ditto.
6802 * parse.c (deprecated_hp_som_som_object_present)
6803 (parse_nested_classes_for_hpacc): Ditto.
6804 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6805 * hppa-hpux-tdep.c (hp_som_som_object_present)
6806 (initialize_hp_cxx_exception_support): Ditto.
6807 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6808 * cp-valprint.c (hp_som_som_object_present)
6809 (cp_print_class_method): Ditto.
6810 * c-typeprint.c (hp_som_som_object_present):
6811 (c_type_print_base): Ditto.
6812 * c-exp.y (hp_som_som_object_present): Ditto.
6813
6814 2004-04-08 Andrew Cagney <cagney@redhat.com>
6815
6816 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6817 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6818 (frame_unwind_find_by_frame): Re-implement the unwind code so
6819 that it can both prepend and append sniffers. Replace
6820 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6821 * tramp-frame.c (tramp_frame_append): Use
6822 frame_unwind_prepend_unwinder.
6823 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6824 frame_unwind_register_unwinder.
6825 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6826 tramp_frame_append.
6827 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6828 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6829 (mips_linux_init_abi): Update.
6830
6831 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6832
6833 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6834 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6835 file support.
6836
6837 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6838
6839 * ia64-tdep.c (elf.h): Don't include.
6840 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6841
6842 2004-04-07 Jason Molenda (jmolenda@apple.com)
6843
6844 * frame.h: Typeo corrections in comments.
6845
6846 2004-04-07 Jim Blandy <jimb@redhat.com>
6847
6848 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6849 %esp and %ebp
6850
6851 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6852
6853 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6854 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6855 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6856 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6857 and solib-legacy.o.
6858 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6859 solib-svr4.o.
6860 * config/sparc/tm-sol2.h: Update copyright year. Include
6861 "solib.h".
6862
6863 * sparc-sol2-tdep.c: Update copyright year. Include
6864 "solib-svr4.h".
6865 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6866 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6867 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6868 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6869 dependencies.
6870
6871 2004-04-06 Andrew Cagney <cagney@redhat.com>
6872
6873 * infttrace.c: Include "infttrace.h".
6874 * infttrace.h: Include "target.h".
6875 * Makefile.in (infttrace_h): Update.
6876 (infttrace.o): Update.
6877
6878 2004-04-06 Andrew Cagney <cagney@redhat.com>
6879
6880 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6881 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6882 move extern declarations from here ...
6883 * infttrace.h: ... to here.
6884 * Makefile.in (hppah-nat.o): Update dependencies.
6885
6886 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6887 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6888 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6889 (hppa_breakpoint_from_pc): Delete.
6890
6891 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6892
6893 2004-04-05 Andrew Cagney <cagney@redhat.com>
6894
6895 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6896 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6897 <sys/file.h>.
6898
6899 2004-04-06 Randolph Chung <tausq@debian.org>
6900
6901 Committed by Andrew Cagney (mechanical change).
6902 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6903 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6904 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6905 child_enable_exception_callback, current_ex_event,
6906 null_symtab_and_line, child_get_current_exception_event,
6907 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6908 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6909 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6910 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6911 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6912 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6913 Move hpux-specific definitions ...
6914 * hppa-hpux-tdep.c: ... to here.
6915
6916 2004-04-05 Andrew Cagney <cagney@redhat.com>
6917
6918 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
6919 skip_prologue_using_sal.
6920
6921 2004-04-05 Andrew Cagney <cagney@redhat.com>
6922
6923 * config/i386/tm-i386.h: Delete file.
6924 * config/i386/tm-vxworks.h: Update copyright, do not include
6925 "tm-i386.h".
6926 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
6927 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
6928 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
6929 * config/i386/ncr3000.mt (TM_FILE): Delete.
6930 * config/i386/interix.mt (TM_FILE): Delete.
6931 * config/i386/i386v.mt (TM_FILE): Delete.
6932 * config/i386/i386nw.mt (TM_FILE): Delete.
6933 * config/i386/i386gnu.mt (TM_FILE): Delete.
6934 * config/i386/i386aout.mt (TM_FILE): Delete.
6935 * config/i386/embed.mt (TM_FILE): Delete.
6936
6937 2004-04-05 Kevin Buettner <kevinb@redhat.com>
6938
6939 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
6940 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
6941 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
6942 (accg7_regnum): New constants.
6943 (last_spr_regnum, last_pseudo_regnum): Update.
6944 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
6945 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
6946 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
6947 for accg registers.
6948 (frv_register_sim_regno): Update spr_map[].
6949
6950 2004-04-04 Andrew Cagney <cagney@redhat.com>
6951
6952 * config/mips/xm-riscos.h: Delete.
6953 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
6954 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
6955 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
6956 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
6957 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
6958 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
6959 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
6960 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
6961 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
6962 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
6963 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
6964 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
6965 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
6966 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
6967 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
6968 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
6969 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
6970 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
6971 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
6972 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
6973 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
6974 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
6975 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
6976 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
6977 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
6978 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
6979
6980 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
6981 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
6982 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
6983 * configure.host: Remove m680[01]0-sun-sunos3*,
6984 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
6985 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
6986 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
6987 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
6988 mips-*-riscos*.
6989 * NEWS: Mention removed systems.
6990
6991 2004-04-04 Andrew Cagney <cagney@redhat.com>
6992
6993 GDB 6.1 release created from 6.1 branch.
6994
6995 2004-04-04 Andrew Cagney <cagney@redhat.com>
6996
6997 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
6998 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
6999 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7000
7001 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7002 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7003 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7004
7005 2004-04-03 Jim Blandy <jimb@redhat.com>
7006
7007 * MAINTAINERS: Chris Faylor has changed employers; add him to
7008 "paper trail" section, and update his E-mail address.
7009
7010 2004-04-03 Andrew Cagney <cagney@redhat.com>
7011
7012 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7013 generic dummy frames.
7014 * dummy-frame.c: Update copyright.
7015 (dummy_frame_sniffer): Delete check for generic dummy frames.
7016
7017 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7018 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7019 (REG_PARM_STACK_SPACE): Delete.
7020 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7021 Inline reference to REG_PARM_STACK_SPACE.
7022
7023 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7024 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7025 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7026 (FRAME_BASE_BEFORE_SIGTRAMP)
7027 (hppa32_hpux_frame_base_before_sigtramp)
7028 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7029 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7030 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7031 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7032 (FRAME_BASE_BEFORE_SIGTRAMP)
7033 (hppa64_hpux_frame_base_before_sigtramp)
7034 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7035
7036 2004-04-03 Andrew Cagney <cagney@redhat.com>
7037
7038 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7039
7040 2004-04-02 Andrew Cagney <cagney@redhat.com>
7041
7042 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7043 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7044 * dummy-frame.h: Delete out-of-date comments.
7045 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7046 * gdbarch.h, gdbarch.c: Re-generate.
7047
7048 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7049
7050 Committed by Andrew Cagney <cagney@redhat.com>.
7051 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7052 into account an instruction saving a register if we have already
7053 seen an earlier instruction saving that same register.
7054
7055 2004-04-02 Andrew Cagney <cagney@redhat.com>
7056
7057 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7058 * gdbarch.h, gdbarch.c: Re-generate.
7059 * frame.c (legacy_get_prev_frame): Delete references to
7060 DEPRECATED_INIT_FRAME_PC_FIRST.
7061
7062 * infrun.c (pc_in_sigtramp): Delete function.
7063 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7064 get_frame_type.
7065
7066 2004-04-02 Andrew Cagney <cagney@redhat.com>
7067
7068 * infrun.c (handle_step_into_function): Delete code conditional on
7069 legacy_frame_p.
7070 (handle_inferior_event, step_over_function): Ditto.
7071
7072 2004-04-02 Andrew Cagney <cagney@redhat.com>
7073
7074 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7075 "previous frame inner to this frame" test.
7076
7077 2004-04-02 Andrew Cagney <cagney@redhat.com>
7078
7079 * frame.c (safe_frame_unwind_memory): New function.
7080 * frame.h (safe_frame_unwind_memory): Declare. Update description
7081 of /safe_/ methods.
7082 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7083 "next_frame". Use safe_frame_unwind_memory.
7084 (tramp_frame_sniffer): Update call to tramp_frame_start.
7085
7086 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7087
7088 * dwarf2read.c (dwarf2_objfile_data_key): New.
7089 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7090 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7091 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7092 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7093 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7094 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7095 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7096 Remove variables.
7097 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7098 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7099 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7100 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7101 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7102 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7103 Remove macros.
7104 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7105 data.
7106 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7107 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7108 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7109 (read_partial_die, read_full_die, read_indirect_string)
7110 (dwarf_decode_line_header, dwarf_decode_macros)
7111 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7112 Update uses of removed variables.
7113 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7114 of removed macros.
7115 (_initialize_dwarf2_read): New function.
7116 * symfile.h (dwarf2_has_info): Update prototype.
7117 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7118 * elfread.c (elf_symfile_read): Likewise.
7119
7120 2004-04-01 Jim Blandy <jimb@redhat.com>
7121
7122 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7123 function for register numbers on all the rs6000-derived targets.
7124 (rs6000_gdbarch_init): Don't register a separate
7125 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7126 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7127 variants.
7128
7129 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7130 numbering.
7131
7132 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7133
7134 * valarith.c: Update copyright notice.
7135 (value_add): Handle range types.
7136 (value_sub): Ditto.
7137 (value_equal): Ditto.
7138 (value_less): Ditto.
7139 (value_neg): Ditto.
7140 (value_complement): Ditto.
7141 (value_binop): Simplify slightly by using is_integral_type and
7142 eliminiating unnecessary COERCE_ENUMs.
7143
7144 2004-03-31 Andrew Cagney <cagney@redhat.com>
7145
7146 * frame.h (frame_unwind_id): Declare.
7147 * frame.c (frame_unwind_id): New function.
7148 (get_prev_frame_1): New function.
7149 (frame_debug_got_null_frame): New function.
7150 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7151 code proper to prev_frame, update description.
7152 * infrun.c (step_over_function): Use frame_unwind_id.
7153
7154 2004-04-31 J. Brobecker <brobecker@gnat.com>
7155
7156 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7157 (hppa64_push_dummy_call): Likewise.
7158
7159 2004-03-30 Jim Blandy <jimb@redhat.com>
7160
7161 From Ulrich Weigand:
7162 * utils.c (query): Do not use a va_list variable multiple times.
7163
7164 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7165
7166 * Makefile.in (linux_nat_h): Update dependencies.
7167 * configure.in: Check for <gnu/libc-version.h>.
7168 * configure: Regenerate.
7169 * config.in: Regenerate.
7170 * linux-nat.h: Include "target.h". Add waitstatus field to
7171 struct lwp_info.
7172 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7173 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7174 to.
7175 (lin_lwp_handle_extended): New function. Handle clone events.
7176 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7177 thread exit events.
7178 (child_wait): Handle clone events.
7179 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7180 * linux-nat.c (linux_enable_event_reporting): Turn on
7181 PTRACE_O_TRACECLONE.
7182 (linux_handle_extended_wait): Handle clone events.
7183 * thread-db.c: Include <gnu/libc-version.h>.
7184 (struct private_thread_info): Add dying flag.
7185 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7186 higher.
7187 (attach_thread): Update comments. Handle dying threads.
7188 (detach_thread): Set the dying flag.
7189 (check_event): Always call attach_thread.
7190
7191 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7192
7193 * mips-tdep.c (mips_pdr_data): New.
7194 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7195 (_initialize_mips_tdep): Initialize mips_pdr_data.
7196
7197 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7198
7199 * minsyms.c (install_minimal_symbols): Move dropping leading
7200 char from linkage name from here...
7201 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7202 test for "__gnu_compiled*" symbols.
7203
7204 2004-03-28 Jim Blandy <jimb@redhat.com>
7205
7206 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7207 registers to temp register r0 and byte stores as prologue
7208 instructions.
7209
7210 2004-03-28 Andrew Cagney <cagney@redhat.com>
7211
7212 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7213 arm*-*-*.
7214
7215 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7216
7217 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7218 and switch the layout to force a display of register window.
7219
7220 2004-02-26 J. Brobecker <brobecker@gnat.com>
7221
7222 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7223 of the INTEGER class.
7224
7225 2004-03-26 Jim Blandy <jimb@redhat.com>
7226
7227 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7228 bytes long on PPC GNU/Linux.
7229
7230 2004-03-26 David Carlton <carlton@kealia.com>
7231
7232 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7233
7234 2004-03-25 Andrew Cagney <cagney@redhat.com>
7235
7236 * PROBLEMS: Add general section titles, remove references to
7237 specific releases.
7238
7239 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7240
7241 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7242 INT_REGISTER_SIZE.
7243 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7244 FP_REGISTER_VIRTUAL_SIZE.
7245 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7246 of DEPRECATED_REGISTER_RAW_SIZE.
7247 (arm_register_type): Add gdbarch argument.
7248 (arm_register_raw_size, arm_register_virtual_size): Delete.
7249 (arm_register_byte, arm_extract_return_value)
7250 (arm_store_return_value, arm_get_longjmp_target): Update references
7251 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7252 (arm_gdbarch_init): Likewise. Don't set
7253 deprecated_register_raw_size, deprecated_register_virtual_size,
7254 deprecated_max_register_raw_size,
7255 deprecated_max_register_virtual_size, or
7256 deprecated_max_register_virtual_type. Do set register_type.
7257 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7258 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7259 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7260 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7261 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7262 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7263 INT_REGISTER_SIZE.
7264 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7265 (remote_rdp_store_register): Likewise.
7266
7267 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7268
7269 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7270 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7271 to after osabi initialization.
7272 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7273 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7274 functions.
7275 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7276 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7277 variables.
7278 (mips_linux_init_abi): Append signal trampoline unwinders.
7279
7280 2004-03-24 Andrew Cagney <cagney@redhat.com>
7281
7282 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7283 * tramp-frame.c: Include "gdb_assert.h".
7284 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7285 correct sizeof.
7286 (tramp_frame_append): Validate the tramp frame's instructions.
7287 * Makefile.in (tramp-frame.o): Update dependencies.
7288
7289 2004-03-23 Andrew Cagney <cagney@redhat.com>
7290
7291 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7292
7293 2004-03-23 Andrew Cagney <cagney@redhat.com>
7294
7295 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7296 Nasser as past testsuite/lib/ (and other) maintainers.
7297
7298 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7299
7300 * infcmd.c (attach_command): Reread symbols if we already have
7301 an exec file.
7302
7303 2004-03-23 Andrew Cagney <cagney@redhat.com>
7304
7305 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7306
7307 2004-03-23 Andrew Cagney <cagney@redhat.com>
7308
7309 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7310 * gdbarch.h, gdbarch.c: Re-generate.
7311 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7312 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7313 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7314 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7315 (DEPRECATED_SIGTRAMP_START): Update.
7316 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7317 (DEPRECATED_SIGTRAMP_START): Update.
7318 * blockframe.c (find_pc_sect_partial_function): Update.
7319 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7320
7321 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7322
7323 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7324 if necessary.
7325
7326 2004-03-23 Andrew Cagney <cagney@redhat.com>
7327
7328 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7329 predicate, deprecate.
7330 * gdbarch.h, gdbarch.c: Re-generate.
7331 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7332 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7333 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7334 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7335 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7336 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7337 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7338 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7339 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7340 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7341 * blockframe.c (find_pc_partial_function): Update.
7342 * breakpoint.c (bpstat_what): Update.
7343 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7344 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7345 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7346 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7347 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7348 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7349 * i386-nto-tdep.c (i386nto_init_abi): Update.
7350 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7351 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7352 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7353 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7354 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7355 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7356 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7357 * infrun.c (pc_in_sigtramp): Update.
7358 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7359 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7360 * mips-tdep.c (mips_gdbarch_init): Update.
7361 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7362 * ppc-linux-tdep.c: Update comment.
7363 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7364 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7365 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7366 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7367 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7368 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7369 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7370 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7371 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7372 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7373
7374 2004-03-23 Andrew Cagney <cagney@redhat.com>
7375
7376 * tramp-frame.h, tramp-frame.h: New files.
7377 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7378 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7379
7380 * Makefile.in: Update all dependencies.
7381
7382 2004-03-23 Andrew Cagney <cagney@redhat.com>
7383
7384 * Makefile.in (trad_frame_h): Add $(frame_h).
7385 * trad-frame.h: Update copyright. Include "frame.h".
7386 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7387 (trad_frame_set_id, trad_frame_get_id): Declare.
7388 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7389 * trad-frame.c: Update copyright.
7390 (struct trad_frame_cache): Define.
7391 (trad_frame_cache_zalloc): New function.
7392 (trad_frame_set_id, trad_frame_get_id): New functions.
7393 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7394
7395 2004-03-22 Andrew Cagney <cagney@redhat.com>
7396
7397 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7398 s390_pltstub_unwind_cache.
7399 (s390_stub_frame_unwind_cache): Rename
7400 s390_pltstub_frame_unwind_cache.
7401 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7402 (s390_stub_frame_prev_register): Rename
7403 s390_pltstub_frame_prev_register.
7404 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7405 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7406
7407 From Ulrich Weigand:
7408 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7409 pointer calls like PLT calls.
7410
7411 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7412
7413 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7414 PC rather than the partial function start address. Use the start
7415 address to sanity check the found PDR.
7416
7417 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7418
7419 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7420 linux_handle_extended_wait.
7421
7422 2004-03-22 Andrew Cagney <cagney@redhat.com>
7423
7424 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7425 function.
7426
7427 * frame.h (generic_pop_current_frame): Delete declaration.
7428 (deprecate_pop_dummy_frame): Deprecate
7429 generic_pop_dummy_frame.
7430 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7431 (generic_pop_current_frame): Delete function.
7432 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7433 generic_pop_current_frame.
7434 * v850-tdep.c (v850_pop_frame): Update.
7435 * mcore-tdep.c (mcore_pop_frame): Update.
7436 * sh64-tdep.c (sh64_pop_frame): Update.
7437 * h8300-tdep.c (h8300_pop_frame): Update.
7438
7439 2004-03-22 Andrew Cagney <cagney@redhat.com>
7440
7441 * frame.h (deprecated_pc_in_call_dummy): Rename
7442 generic_pc_in_call_dummy.
7443 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7444 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7445 generic_pc_in_call_dummy.
7446 (pc_in_dummy_frame): Make static.
7447 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7448 * gdbarch.h, gdbarch.c: Re-generate.
7449 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7450 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7451 (legacy_get_prev_frame): Ditto.
7452 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7453 comment.
7454
7455 2004-03-21 Andrew Cagney <cagney@redhat.com>
7456
7457 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7458 declaration and out-of-date comment.
7459 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7460 Delete function.
7461 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7462 deprecated_pc_in_call_dummy.
7463
7464 * infrun.c (handle_inferior_event): For non legacy frames, use the
7465 frame ID and frame type to identify a signal trampoline. Update
7466 comments.
7467
7468 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7469
7470 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7471 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7472
7473 2004-03-21 Andrew Cagney <cagney@redhat.com>
7474
7475 * frame-unwind.h: Update copyright.
7476 (struct frame_data): Add opaque declaration.
7477 (frame_sniffer_ftype): Declare.
7478 (struct frame_unwind): Add "unwind_data" and "sniffer".
7479 (frame_unwind_register_unwinder): Declare.
7480 (frame_unwind_find_by_frame): Add parameter "this_cache".
7481 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7482 (legacy_get_prev_frame, legacy_get_prev_frame)
7483 (get_frame_type): Pass the prologue_cache to
7484 frame_unwind_find_by_frame.
7485 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7486 "unwinder".
7487 (frame_unwind_register_unwinder): New function.
7488 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7489
7490 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7491
7492 * bcache.c (print_percentage): Use floating point to avoid
7493 incorrect results when portion*100 overflows.
7494
7495 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7496
7497 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7498 (ppc_linux_init_extra_frame_info)
7499 (ppc_linux_frameless_function_invocation)
7500 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7501 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7502 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7503 (rs6000_frame_chain): Delete declarations.
7504 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7505 (ppc_linux_init_extra_frame_info)
7506 (ppc_linux_frameless_function_invocation)
7507 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7508 (ppc_linux_init_abi): Remove registration of above deleted functions.
7509 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7510 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7511 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7512 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7513 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7514 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7515 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7516 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7517 frame management for all OSABIs.
7518
7519 2004-03-19 Andrew Cagney <cagney@redhat.com>
7520
7521 Committed by Kevin Buettner <kevinb@redhat.com>.
7522
7523 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7524 Update copyright.
7525 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7526 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7527 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7528 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7529 unwinders. #ifdef legacy frame code.
7530 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7531 "frame-base.h".
7532 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7533 (struct rs6000_frame_cache, rs6000_frame_cache)
7534 (rs6000_frame_this_id, rs6000_frame_prev_register)
7535 (rs6000_frame_sniffer, rs6000_frame_unwind)
7536 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7537 (rs6000_frame_base): Implement a traditional frame unwinder.
7538 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7539 frame unwinder.
7540
7541 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7542
7543 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7544 breakpoint address for watchpoints or the catch eventpoints.
7545 Add new paramter ``bptype''. Adjust all callers.
7546
7547 2004-03-19 Andrew Cagney <cagney@redhat.com>
7548
7549 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7550
7551 * PROBLEMS: Delete note that ARM does not use frame code, problem
7552 fixed.
7553
7554 2004-03-18 Andrew Cagney <cagney@redhat.com>
7555
7556 * stack.c (return_command): Delete code wrapped in #ifdef
7557 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7558
7559 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7560
7561 2004-03-18 Andrew Cagney <cagney@redhat.com>
7562
7563 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7564 DEPRECATED_IN_SIGTRAMP.
7565 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7566 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7567 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7568 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7569 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7570 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7571 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7572 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7573 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7574 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7575
7576 2004-03-18 Andrew Cagney <cagney@redhat.com>
7577
7578 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7579 (struct frame_base_table_entry): Define.
7580 (struct frame_base_table): Re-implement as a linked list.
7581 (frame_base_init): Re-implement.
7582 (frame_base_table): Delete function.
7583 (append_predicate): Delete function.
7584 (frame_base_append_sniffer): Update.
7585 (frame_base_set_default): Update.
7586 (frame_base_find_by_frame): Update.
7587 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7588 * Makefile.in (frame-base.o): Update dependencies.
7589
7590 2004-03-17 Andrew Cagney <cagney@redhat.com>
7591
7592 * frame.c (legacy_get_prev_frame): Pass correct frame to
7593 frame_unwind_find_by_frame.
7594
7595 2004-03-17 David Carlton <carlton@kealia.com>
7596
7597 * NEWS: Mention C++ nested types and namespaces
7598
7599 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7600
7601 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7602 and "Regressions since gdb 5.3.". Add known regressions since
7603 gdb 6.0.
7604
7605 2004-03-16 David Carlton <carlton@kealia.com>
7606
7607 * dwarf2read.c (process_structure_scope): Process children even
7608 when we're a declaration.
7609
7610 2004-03-16 Andrew Cagney <cagney@redhat.com>
7611
7612 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7613 * blockframe.c (find_pc_partial_function)
7614 (find_pc_sect_partial_function): Merge into a single
7615 find_pc_partial_function.
7616
7617 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7618
7619 * i386bsd-nat.c: s/regno/regnum/g.
7620 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7621 FP0_REGNUM.
7622 (store_inferior_registers): Likewise.
7623
7624 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7625
7626 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7627 of i387_fill_fsave.
7628 (store_inferior_registers): Call i387_collect_fsave and
7629 i387_collect_fxsave instead of i387_fill_fsave and
7630 i387_fill_fxsave.
7631
7632 2004-03-15 Andrew Cagney <cagney@redhat.com>
7633
7634 * Makefile.in (frame-unwind.o): Update dependencies.
7635 * frame-unwind.c: Include "gdb_obstack.h".
7636 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7637 parameter.
7638 (append_predicate): Delete function.
7639 (struct frame_unwind_table_entry): New structure.
7640 (struct frame_unwind_table): Replace "sniffer" with "head" and
7641 "tail".
7642 (frame_unwind_append_sniffer): Update.
7643 (frame_unwind_find_by_frame): Update.
7644 (_initialize_frame_unwind): Registe frame_unwind_init using
7645 gdbarch_data_register_pre_init.
7646
7647 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7648
7649 * i386bsd-nat.c: Update copyright year.
7650 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7651 define unconditionally.
7652
7653 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7654
7655 * i387-tdep.h (i387_collect_fsave): New prototype.
7656 * i387-tdep.c (i387_collect_fsave): New function containing most
7657 of the code from i387_fill_fsave.
7658 (i387_fill_fsave): Call i387_collect_fsave.
7659
7660 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7661
7662 * i386-linux-tdep.c: Update copyright year.
7663 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7664 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7665 svr4_ilp32_link_map_offsets instead of
7666 i386_linux_svr4_fetch_link_map_offsets.
7667
7668 2004-03-15 David Carlton <carlton@kealia.com>
7669
7670 Fix for PR c++/1553:
7671 * dwarf2read.c (read_structure_type): Determine type name by
7672 calling determine_class_name.
7673 (determine_class_name): New.
7674 (determine_prefix): Look at TYPE_TAG_NAME and call
7675 determine_class_name when appropriate.
7676 (determine_prefix_aux, class_name): Delete.
7677 (read_namespace): Set die->type.
7678
7679 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7680
7681 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7682 unused macro definition. The definition in target.h (or perhaps
7683 elsewhere) takes precedence.
7684
7685 2004-03-15 Andrew Cagney <cagney@redhat.com>
7686
7687 * ppc-tdep.h: Update copyright.
7688 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7689 function signatures to match "regsets.h".
7690 * ppc-linux-tdep.c: Include "regset.h".
7691 (ELF_GREGSET_SIZE): Delete.
7692 (right_supply_register): New function.
7693 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7694 using right_supply_register.
7695 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7696 functions.
7697 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7698 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7699 (_initialize_ppc_linux_tdep): Do not register
7700 ppc_linux_regset_core_fns.
7701 (ppc_linux_regset_from_core_section): Replace
7702 fetch_core_registers.
7703 (ppc_linux_regset_core_fns): Delete.
7704 * ppc-linux-nat.c: (right_fill_reg): New function.
7705 (supply_gregset): Update call to ppc_linux_supply_gregset.
7706 (fill_gregset): Clear the register set, use right_fill_reg.
7707 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7708 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7709
7710 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7711 unsigned.
7712
7713 2004-03-15 Andrew Cagney <cagney@redhat.com>
7714
7715 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7716 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7717 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7718 and register_gdbarch_data.
7719 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7720 (struct gdbarch_data): Replace "init" by "pre_init" and
7721 "post_init".
7722 * gdbarch.h, gdbarch.c: Re-generate.
7723 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7724 with"obstack", use OBSTACK_ZALLOC.
7725 (dwarf2_frame_ops): Delete.
7726 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7727 (dwarf2_frame_init_reg): Use gdbarch_data.
7728 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7729 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7730 (_initialize_svr4_solib): Update.
7731 * user-regs.c (_initialize_user_regs): Update.
7732 * reggroups.c (_initialize_reggroup): Update.
7733 * regcache.c (_initialize_regcache): Update.
7734 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7735 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7736 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7737 * frame-unwind.c (_initialize_frame_unwind): Update.
7738 * frame-base.c (_initialize_frame_base): Update.
7739 * user-regs.c (user_reg_add): Update.
7740 * reggroups.c (reggroup_add): Update.
7741 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7742 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7743 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7744 * frame-base.c (frame_base_table): Update.
7745 * remote.c (_initialize_remote): Update.
7746 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7747
7748 2004-03-15 Andrew Cagney <cagney@redhat.com>
7749
7750 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7751
7752 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7753
7754 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7755 * frv-linux-tdep.c: New file.
7756 * frv-tdep.c (struct gdbarch_tdep): Add new field
7757 ``sigcontext_reg_addr''.
7758 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7759 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7760 (frv_sigramp_frame_sniffer): New functions.
7761 (frv_sigtramp_frame_unwind): New static global.
7762 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7763 sniffers.
7764 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7765 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7766
7767 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7768
7769 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7770 but not via a call to error(), when unable to read memory.
7771
7772 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7773
7774 * frv-tdep.c (frv_call_dummy_words): Delete.
7775 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7776
7777 2004-03-15 Andrew Cagney <cagney@redhat.com>
7778
7779 * infrun.c (handle_step_into_function, step_over_function): Only
7780 update and use STEP_FRAME_ID when the system is using legacy
7781 frames. Update comments.
7782
7783 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7784
7785 * amd64-linux-tdep.h: Remove file.
7786 * amd64-linux-tdep.c: Don't include "inferior.h" and
7787 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7788 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7789 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7790 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7791 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7792 macros.
7793 (user_to_gdb_regmap): Remove variable.
7794 (amd64_linux_gregset_reg_offset): New variable.
7795 (amd64_core_fns): Remove variable.
7796 (fetch_core_registers): Remove function.
7797 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7798 functions.
7799 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7800 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7801 * Makefile.in (amd64_linux_tdep_h): Remove.
7802 (amd64-linux-nat.o): Update dependencies.
7803 (amd64-linux-tdep.o): Update dependencies.
7804
7805 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7806 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7807 functions.
7808 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7809
7810 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7811 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7812
7813 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7814
7815 * dwarf2read.c (read_structure_type): Rename from
7816 read_structure_scope. Don't create a symbol or call process_die.
7817 Return immediately if die->type is set. Call read_type_die before
7818 dwarf2_add_member_fn.
7819 (process_structure_scope): New function.
7820 (read_enumeration_type, process_enumeration_scope): New functions,
7821 broken out from read_enumeration. Don't create the enumeration
7822 type if it has already been created.
7823 (read_enumeration): Removed.
7824 (process_die): Call read_structure_type, process_structure_scope,
7825 read_enumeration_type, and process_enumeration_scope. Just call
7826 new_symbol for base and subrange types. Add a comment about other
7827 type dies.
7828 (read_type_die): Call read_enumeration_type.
7829 (add_partial_structure, new_symbol): Update comments.
7830
7831 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7832
7833 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7834
7835 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7836
7837 * tui/tui-win.h (tui_get_cmd_list): Declare.
7838 * tui/tui-win.c (tui_command): New function.
7839 (tui_get_cmd_list): New function.
7840 (_initialize_tui_win): Moved initialization of tui command in
7841 tui_get_cmd_list.
7842
7843 * tui/tui-data.c (init_content_element): Setup new data members.
7844 (init_win_info): Likewise.
7845 (free_content_elements): Free it.
7846 * tui/tui-data.h (struct tui_data_element): Store the register
7847 content to print.
7848 (struct tui_data_info): Keep the current register group.
7849
7850 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7851
7852 * tui/tui-regs.h (tui_show_registers): Update prototype.
7853 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7854 (tui_resize_all): No need to calculate anything for register window.
7855 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7856 (tui_set_register_element, tui_set_general_regs_content): Remove.
7857 (tui_set_special_regs_content): Remove.
7858 (tui_set_general_and_special_regs_content): Remove.
7859 (tui_set_float_regs_content): Remove.
7860 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7861 (tui_set_regs_content): Remove.
7862 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7863 (tui_v_show_registers_command_support): Remove.
7864 (tui_show_registers): Use a reggroup to specify the registers to show.
7865 (tui_show_register_group): New function.
7866 (tui_display_registers_from): Compute the layout of register window
7867 and refresh with new API; be sure to delete old register windows.
7868 (tui_check_register_values): Update to use tui_get_register and
7869 tui_display_data.
7870 (tui_display_register): Just refresh the register window part.
7871 (tui_register_format): Format registers and save in tui_data_element.
7872 (tui_get_register): New to combine tui_reg_value_has_changed and
7873 tui_get_register_raw_value; fix to use the new gdb API.
7874 (tui_show_float_command): Renamed tui_reg_float_command.
7875 (tui_show_general_command): Renamed tui_reg_general_command.
7876 (tui_show_special_command): Renamed tui_reg_system_command.
7877 (_initialize_tui_regs): Remove unused commands.
7878
7879 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7880
7881 * NEWS (New native configurations): Mention OpenBSD/amd64.
7882
7883 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7884 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7885 Remove defines.
7886 * config/i386/nm-fbsd64.h: Likewise.
7887 * config/i386/nm-obsd.h: Likewise.
7888 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7889 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7890
7891 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7892
7893 * frv-tdep.c (set_variant_scratch_registers): New function.
7894 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7895 New constants.
7896
7897 From Richard Sandiford <rsandifo@redhat.com>:
7898 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7899
7900 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7901
7902 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7903 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7904 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7905 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7906 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7907 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7908 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7909 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7910 definitions from frv-tdep.c to frv-tdep.h.
7911
7912 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7913
7914 Add shared library support for FR-V FDPIC ABI:
7915 * Makefile.in (solib-frv.o): Add dependencies.
7916 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7917 New functions.
7918 (frv_push_dummy_call): Add support for FDPIC ABI.
7919 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
7920 for FDPIC ABI.
7921 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
7922 (frv_fdpic_find_canonical_descriptor): Declare.
7923 * solib-frv.c: New file.
7924 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
7925 * config/frv/tm-frv.h (solib.h): Include.
7926
7927 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7928
7929 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
7930 (frv-tdep.o): Update dependencies.
7931 * frv-tdep.h: New file.
7932 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
7933 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
7934 constants.
7935 (struct gdbarch_tdep): Add new member ``frv_abi''.
7936 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
7937 functions.
7938 (new_variant): Set ``frv_abi'' field.
7939 (gdb_arch_init): Detect FDPIC executables.
7940
7941 2004-03-12 Mark Kettenis <kettenis@gnu.org>
7942
7943 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
7944 wrapper.
7945
7946 2004-03-11 Andrew Cagney <cagney@redhat.com>
7947
7948 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
7949
7950 2004-03-11 Kevin Buettner <kevinb@redhat.com>
7951
7952 * solist.h (master_so_list): New function.
7953 * solib.c (master_so_list): Likewise.
7954 * solib-svr4.c (enable_break): Iterate over so_list entries
7955 obtained from master list instead of entries obtained directly
7956 via svr4_current_sos().
7957
7958 2004-03-10 Ben Elliston <bje@gnu.org>
7959
7960 * MAINTAINERS: Update my mail address.
7961
7962 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7963
7964 * remote-m32r-sdi.c: Support hardware watchpoint.
7965
7966 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7967
7968 * user-regs.c: Update copyright years.
7969 (struct user_regs): Rename to gdb_user_regs.
7970 (append_user_reg, builtin_user_regs, user_regs_init)
7971 (user_reg_add, user_reg_map_name_to_regnum)
7972 (usernum_to_user_reg): Update.
7973
7974 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7975
7976 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
7977 (skip_children): New functions.
7978 (locate_pdi_sibling): Call skip_children.
7979
7980 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7981
7982 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
7983 * gdbtypes.c (check_typedef): Update comments.
7984
7985 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
7986
7987 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
7988 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
7989 pointer. Update comment about comp_unit_head.
7990 (struct abbrev_info): Shorten two int flags.
7991 (dwarf_alloc_abbrev): Take a CU argument.
7992 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
7993 each time through the loop. Update cleanup argument.
7994 (psymtab_to_symtab_1): Update cleanup call.
7995 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
7996 abbrev_obstack.
7997 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
7998 Just call obstack_free and clear the pointer.
7999
8000 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8001
8002 * infrun.c (handle_inferior_event): Remove short-circuit code for
8003 events in a different thread.
8004
8005 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8006
8007 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8008 print the whole transfer.
8009 (initialize_targets): Update description of "set debug target".
8010
8011 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8012
8013 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8014
8015 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8016
8017 * MAINTAINERS (write after approval): Add myself.
8018
8019 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8020
8021 * sh-tdep.c (sh_print_registers_info): Use for loop.
8022 Don't skip multiple registers when a float register is encountered.
8023
8024 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8025
8026 Fix PR tdep/1291.
8027 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8028 to official SH documentation.
8029
8030 2004-03-07 Andrew Cagney <cagney@redhat.com>
8031
8032 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8033 unused function.
8034
8035 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8036
8037 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8038 (arm_get_next_pc): Handle BX and BLX.
8039
8040 2004-03-07 Andrew Cagney <cagney@redhat.com>
8041
8042 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8043 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8044 HPPA_SP_REGNUM.
8045 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8046 (hppa_target_read_fp): Delete.
8047 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8048 register_virtual_size, max_register_raw_size,
8049 max_register_virtual_size, register_byte, register_size,
8050 target_read_fp, fp_regnum, and register_bytes. Set register_type
8051 instead of register_virtual_type.
8052 (hppa32_register_type, hppa64_register_type): Replace
8053 hppa32_register_virtual_type and hppa64_register_virtual_type.
8054 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8055 (HPPA_FP_REGNUM): Define.
8056
8057 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8058
8059 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8060 (pa_do_registers_info): Delete.
8061 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8062 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8063 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8064
8065 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8066 GDB_TARGET_IS_HPPA code.
8067 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8068 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8069 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8070 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8071 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8072 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8073 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8074 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8075 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8076 (hppa_frameless_function_invocation, hppa64_store_return_value)
8077 (hppa_store_struct_return, hppa64_extract_return_value)
8078 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8079 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8080 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8081 (find_proc_framesize, deposit_21, restore_pc_queue)
8082 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8083 (rp_saved, pc_in_linker_stub): Delete.
8084
8085 Unconditionally enable 64-bit frame and ABI code.
8086 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8087 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8088 push_dummy_frame, fix_call_dummy, push_arguments,
8089 call_dummy_location, extract_return_value, use_struct_convention,
8090 store_return_value, store_struct_return, saved_pc_after_call,
8091 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8092 frame_chain, frame_chain_valid, frameless_function_invocation,
8093 frame_saved_pc, and pop_frame.
8094
8095 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8096 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8097 (hppa_gdbarch_init): Do not set PC_REGNUM.
8098
8099 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8100
8101 * config/alpha/tm-fbsd.h: Remove file.
8102 * config/alpha/fbsd.mt: Tweak comment.
8103 (TM_FILE): Set to tm-alpha.h.
8104
8105 2004-03-05 Andrew Cagney <cagney@redhat.com>
8106
8107 * infrun.c (step_over_function): When non-legacy code, and no
8108 step_frame_id, use the unwinder to get the caller's frame ID.
8109
8110 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8111
8112 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8113 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8114 bfd_arch_unknown. Adjust comment.
8115
8116 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8117 * i386obsd-tdep.c: Correct spelling in comment.
8118 * i386nbsd-tdep.c: Correct spelling in comment.
8119 * sparc-tdep.c: Correct spelling in comments.
8120
8121 2004-03-05 David Carlton <carlton@kealia.com>
8122
8123 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8124 bug.
8125
8126 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8127
8128 * sparc-tdep.c: Fix typo in comment.
8129
8130 2004-03-04 J. Brobecker <brobecker@gnat.com>
8131
8132 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8133
8134 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8135
8136 * dwarf2read.c: Add comment describing memory lifetimes.
8137 (struct dwarf2_pinfo): Update comment.
8138 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8139 (read_enumeration, new_symbol): Don't use obsavestring.
8140
8141 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8142
8143 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8144 instead of amd64_fill_fxsave.
8145 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8146 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8147
8148 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8149 Reorganize code a bit.
8150
8151 2004-03-04 Orjan Friberg <orjanf@axis.com>
8152
8153 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8154 when the frame pointer is pushed. Don't set the frame pointer's
8155 address on the stack unless it's actually located there.
8156 Set the SRP's address on the stack correctly when the PC is still in
8157 the prologue.
8158 (cris_return_value): New function.
8159 (cris_gdbarch_init): Clear deprecated store_return_value,
8160 extract_return_value.
8161
8162 2004-03-02 Jim Blandy <jimb@redhat.com>
8163
8164 * stabsread.c (reg_value_complaint): The maximum register number
8165 is one less than the number of registers.
8166
8167 2004-03-02 Andrew Cagney <cagney@redhat.com>
8168
8169 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8170 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8171 trailing comma and redundant assignment of I386_ST0_REGNUM.
8172 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8173 32-bit segment registers.
8174
8175 2004-03-01 Andrew Cagney <cagney@redhat.com>
8176
8177 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8178 use frame_relative_level and get_next_frame.
8179
8180 2004-02-29 Andrew Cagney <cagney@redhat.com>
8181
8182 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8183 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8184 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8185 Delete macro.
8186
8187 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8188
8189 * inflow.c (terminal_inferior): Don't give up the terminal if we
8190 previously couldn't get the inferior's terminal state.
8191
8192 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8193
8194 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8195 PC_REGNUM.
8196
8197 2004-02-28 Andrew Cagney <cagney@redhat.com>
8198
8199 * NEWS: Refer to GDB 6.1.
8200 * README: Refer to GDB 6.1.
8201 * PROBLEMS: Refer to GDB 6.1.
8202
8203 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8204
8205 * thread-db.c (disable_thread_signals): Remove unused function.
8206
8207 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8208
8209 * amd64-nat.c: Include "gdb_string.h".
8210 (amd64_collect_native_gregset): Zero-extend the 32-bit
8211 general-purpose registers and %eip.
8212
8213 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8214 * amd64-tdep.c (amd64_collect_fxsave): New function.
8215 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8216
8217 * i387-tdep.h: Update copyright year.
8218 (i387_collect_fxsave): New prototype.
8219 * i387-tdep.c: Update copyright year.
8220 (i387_collect_fxsave): New function containing most of the code
8221 from i387_fill_fxsave.
8222 (i387_fill_fxsave): Call i387_collect_fxsave.
8223
8224 2004-02-28 Andrew Cagney <cagney@redhat.com>
8225
8226 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8227 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8228
8229 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8230
8231 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8232
8233 2004-02-28 Andrew Cagney <cagney@redhat.com>
8234
8235 * utils.c: Use "", instead of <>, to include readline.
8236 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8237 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8238 * source.c, solib.c, exec.c, event-top.c: Ditto.
8239 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8240 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8241 * Makefile.in: Update all dependencies.
8242 (readline_tilde_h, readline_history_h): Define.
8243 (readline_headers): Delete.
8244
8245 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8246
8247 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8248 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8249 "config/i386/tm-lx64.h".
8250
8251 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8252 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8253 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8254
8255 2004-02-28 Andrew Cagney <cagney@redhat.com>
8256
8257 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8258
8259 * breakpoint.c (_initialize_breakpoint): Use
8260 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8261 Add help to show command.
8262
8263 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8264
8265 * i386-nat.c: Reformat to be closer to coding standards.
8266 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8267 `retval'. Make variables `align' and `size' local to while-loop.
8268 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8269 (_initialize_i386_nat): New prototype.
8270
8271 * tui/tui.c: Include <readline/readline.h> instead of
8272 "readline/readline.h". Include it after <term.h> and
8273 "gdb_curses.h".
8274
8275 2004-02-27 Andrew Cagney <cagney@redhat.com>
8276
8277 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8278 the new frame unwind code.
8279 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8280 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8281 PCOQ_HEAD_REGNUM.
8282
8283 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8284 "return_value" and "push_dummy_call".
8285 (hppa32_use_struct_convention): Delete unused function.
8286 (hppa32_store_return_value): Delete unused function.
8287 (hppa32_extract_return_value): Delete unused function.
8288 (hppa32_stack_align): Delete function.
8289
8290 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8291
8292 * coffread.c (enter_linenos): Don't let rawptr reference memory
8293 outside linetab[]'s limits.
8294
8295 2004-02-27 Andrew Cagney <cagney@redhat.com>
8296
8297 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8298 inferior stack space - the stack needs to grow upwards.
8299 (hppa32_frame_align): New function.
8300 (hppa64_frame_align): Replace hppa_frame_align.
8301 (hppa_gdbarch_init): Update.
8302
8303 2004-02-26 Orjan Friberg <orjanf@axis.com>
8304
8305 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8306 (dwarf2-frame.h): Include.
8307 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8308 Remove static variables related to ABI setting.
8309 (struct gdbarch_tdep): Remove cris_abi member.
8310 (struct frame_extra_info): Remove.
8311 (cris_unwind_cache, stack_item): New structs.
8312 (cris_frame_unwind, cris_frame_base): New variables.
8313 (push_stack_item, pop_stack_item)
8314 (cris_frame_unwind_cache, cris_frame_this_id)
8315 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8316 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8317 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8318 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8319 (cris_reg_struct_has_addr): New functions.
8320 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8321 (cris_frame_saved_pc, cris_saved_pc_after_call,
8322 (cris_store_struct_return, cris_frameless_function_invocation)
8323 (cris_pop_frame, cris_skip_prologue_main)
8324 (cris_abi_original_store_return_value)
8325 (cris_abi_v2_store_return_value)
8326 (cris_abi_original_extract_return_value)
8327 (cris_abi_v2_extract_return_value)
8328 (cris_abi_original_reg_struct_has_addr)
8329 (cris_abi_v2_reg_struct_has_addr)
8330 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8331 (cris_push_return_address, cris_abi_update): Remove.
8332 (_initialize_cris_tdep): Remove ABI command.
8333 (cris_dump_tdep): Ditto.
8334 (cris_gdbarch_init): Remove ABI command.
8335 Set store_return_value, extract_return_value, push_dummy_code,
8336 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8337 frame_unwind_append_sniffer, frame_base_set_default.
8338 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8339 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8340 sizeof_call_dummy_words, get_saved_register, push_return_address,
8341 pop_frame, store_struct_return, frame_init_saved_regs,
8342 init_extra_frame_info, frameless_function_invocation, frame_chain,
8343 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8344 dummy_write_sp.
8345
8346 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8347
8348 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8349 * valprint.c (print_hex_chars): Change from static to external.
8350 (print_char_chars): New function.
8351 * printcmd.c (print_scalar_formatted): For integer and enum types
8352 that are longer than LONGEST, perform processing via appropriate
8353 print_*_chars routines.
8354
8355 2004-02-26 Andrew Cagney <cagney@redhat.com>
8356
8357 * Makefile.in: Update dependencies.
8358 Changes from Ulrich Weigand,
8359 * s390-tdep.c: Include "dwarf2-frame.h".
8360 (s390_dwarf2_frame_init_reg): New function.
8361 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8362 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8363
8364 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8365
8366 * breakpoint.c (pending_break_support): New setting variable.
8367 (break_command_1): Account for pending_break_support setting
8368 when creating pending breakpoints.
8369 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8370 (_initialize_breakpoint): Add "set breakpoint pending" and
8371 "show breakpoint pending" commands.
8372
8373 2004-02-26 Andrew Cagney <cagney@redhat.com>
8374
8375 Fix PR i18n/1570.
8376 * charset.c (backslashable, backslashed, represented): Remove 'e'
8377 from list of escaped characters, not part of ISO-C.
8378
8379 2004-02-25 J. Brobecker <brobecker@gnat.com>
8380
8381 From Peter Schauer <schauer@pdf.de>:
8382 * tui/tui.c: Move system header includes after local includes.
8383 Fixes a build failure on solaris systems.
8384
8385 2004-02-25 J. Brobecker <brobecker@gnat.com>
8386
8387 * configure.in: Refine the previous change.
8388 * configure: Regenerate.
8389
8390 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8391
8392 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8393 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8394 "amd64-tdep.h" instead of "x86-64-tdep.h".
8395 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8396 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8397 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8398 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8399 and "x86-64-tdep.c".
8400 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8401 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8402 and "x86-64-tdep.c".
8403 * amd64bsd-nat.c: Update copyright year.
8404 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8405 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8406 "x86-64-tdep.h".
8407 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8408 "x86-64-tdep.h".
8409 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8410 "x86-64-tdep.h".
8411 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8412 "x86-64-tdep.h".
8413 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8414 "x86-64-tdep.h".
8415 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8416 "x86-64-tdep.h".
8417 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8418 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8419 * Makefile.in (amd64_linux_tdep_h): Renamed from
8420 x86_64_linux_tdep_h.
8421 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8422 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8423 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8424 (amd64obsd-tdep.o): Update dependencies.
8425 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8426 dependencies.
8427 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8428 dependencies.
8429 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8430 amd64-linux-nat.c amd64-linux-tdep.c.
8431 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8432 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8433 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8434 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8435 amd64-tdep.o and amd64-linux-tdep.o.
8436 (TM_FILE): Set to tm-linux64.h.
8437 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8438 (NAT_FILE): Set to nm-linux64.h.
8439 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8440 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8441 amd64-tdep.o.
8442 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8443 amd64-tdep.o.
8444 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8445 amd64-tdep.o.
8446
8447 2004-02-25 Roland McGrath <roland@redhat.com>
8448
8449 * remote.c (remote_protocol_qPart_auxv): New variable.
8450 (init_all_packet_configs): Initialize it.
8451 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8452 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8453 (show_remote_cmd): Call it.
8454 (_initialize_remote): Initialize commands.
8455 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8456 service TARGET_OBJECT_AUXV requests.
8457
8458 2004-02-25 J. Brobecker <brobecker@gnat.com>
8459
8460 * configure.in: Make sure that the wborder function is available.
8461 Otherwise, search for it in the cur_colr library.
8462 * configure: Regenerate.
8463
8464 2004-02-25 Andrew Cagney <cagney@redhat.com>
8465
8466 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8467
8468 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8469
8470 * config/i386/tm-x86-64linux.h: Tweak comments.
8471
8472 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8473
8474 * MAINTAINERS: Add self to write-after-approval list.
8475
8476 2004-02-25 Andrew Cagney <cagney@redhat.com>
8477
8478 PR cli/1566. Problem found, and fix suggested by David Allan.
8479 * cli/cli-script.c (execute_control_command): Unconditionally
8480 install a cleanup. Default "ret" to "invalid_control". Use
8481 "break" instead of "return" to escape from the switch.
8482
8483 2004-02-24 J. Brobecker <brobecker@gnat.com>
8484
8485 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8486 with the lines macro defined in term.h on AiX.
8487 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8488 a collision with the label_width macro defined in term.h on AiX.
8489
8490 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8491
8492 Committed by Kevin Buettner <kevinb@redhat.com>.
8493
8494 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8495 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8496 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8497 instead of ia64_write_pc().
8498 * ia64-linux-tdep.c (regcache.h): Include.
8499 (ia64_linux_write_pc): New function.
8500
8501 2004-02-23 Roland McGrath <roland@redhat.com>
8502
8503 * auxv.c (info_auxv_command): Fix typos in error messages.
8504
8505 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8506
8507 * x86-64-tdep.h: Tweak comment.
8508 (enum amd64_regnum): New.
8509 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8510 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8511 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8512 (X86_64_XMM1_REGNUM): Removed.
8513 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8514 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8515 prototypes for renamed functions.
8516 * x86-64-tdep.c: Fix typo.
8517 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8518 register numbers.
8519 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8520 Use constants from `enum amd64_regnum' for register numbers.
8521 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8522 (amd64_analyze_prologue, amd64_frame_cache,
8523 amd64_sigtramp_frame_cache): Use constants from `enum
8524 amd64_regnum' for register numbers.
8525 (amd64_supply_fpregset): Adjust for renamed functions.
8526 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8527 `enum amd64_regnum' for register numbers.
8528 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8529 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8530 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8531 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8532 (amd64_linux_fill_gregset): Adjust for renamed macros.
8533 (fetch_core_registers): Adjust for renamed functions.
8534 (amd64_linux_init_abi): Adjust for renamed functions.
8535 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8536 renamed functions.
8537 * amd64-nat.c: Adjust for renamed macros.
8538 * amd64bsd-nat.c (fetch_inferior_registers)
8539 (store_inferior_registers): Use constants from `enum amd64_regnum'
8540 for register numbers. Adjust for renamed variables.
8541 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8542 renamed variables.
8543 (_initialize_amd64fbsd_nat): Use constants from `enum
8544 amd64_regnum' for register numbers.
8545 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8546 `enum amd64_regnum' for register numbers.
8547 (amd64fbsd_init_abi): Adjust for renamed functions.
8548 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8549 `enum amd64_regnum' for register numbers.
8550 (amd64nbsd_init_abi): Adjust for renamed functions.
8551 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8552 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8553 `enum amd64_regnum' for register numbers.
8554 (amd64obsd_init_abi): Adjust for renamed functions.
8555 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8556
8557 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8558
8559 * breakpoint.c (print_one_breakpoint): Do not output spaces
8560 after printing <PENDING> for a pending breakpoint.
8561
8562 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8563
8564 * printcmd.c (print_scalar_formatted): Initialize val_long
8565 to remove compiler warning message.
8566
8567 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8568
8569 * defs.h (nquery, yquery): New prototypes.
8570 * breakpoint.c (break_command_1): Use new nquery interface.
8571 * utils.c (defaulted_query, nquery, yquery): New functions.
8572
8573 2004-02-23 Andrew Cagney <cagney@redhat.com>
8574
8575 * hppa-tdep.c (hppa_frame_align): New function.
8576 (hppa32_push_dummy_call): New function.
8577 (hppa64_push_dummy_call): New function.
8578 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8579 disabled.
8580
8581 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8582 FIX_CALL_DUMMY when push_dummy_call is available.
8583 (call_function_by_hand, push_dummy_code): Ditto.
8584
8585 2004-02-22 Andrew Cagney <cagney@redhat.com>
8586
8587 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8588 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8589 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8590 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8591 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8592 call_dummy_location to ON_STACK.
8593
8594 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8595
8596 * x86-64-linux-tdep.c: Tweak comment.
8597 (amd64_linux_supply_gregset): Renamed from
8598 x86_64_linux_supply_gresget.
8599 (amd64_linux_fill_gregset): Renamed from
8600 x86_64_linux_fill_gregset.
8601 (fetch_core_registers): Adjust for renamed functions.
8602 (amd64_core_fns): Renamed from x86_64_core_fns.
8603 (amd64_linux_sigtramp_start): Renamed from
8604 x86_64_linux_sigtramp_start.
8605 (amd64_linux_pc_in_sigtramp): Renamed from
8606 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8607 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8608 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8609 (amd64_linux_sigcontext_addr): Renamed from
8610 x86_64_linux_sigcontext_addr.
8611 (amd64_linux_sc_reg_offset): Renamed from
8612 x86_64_linux_sc_reg_offset.
8613 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8614 Adjust for renamed functions and variables.
8615 (_initialize_amd64_linux_tdep): Renamed from
8616 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8617 variables.
8618 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8619 Adjust for renamed functions.
8620
8621 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8622 from x86_64_linux_gregset64_reg_offset.
8623 (amd64_linux_gregset32_reg_offset): Rename from
8624 x86_64_linux_gregset64_reg_offset.
8625 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8626 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8627 (amd64_linux_dr_set_control): Renamed from
8628 x86_64_linux_dr_set_control. Adjust for renamed functions.
8629 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8630 Adjust for renamed functions.
8631 (amd64_linux_dr_reset_addr): Renamed from
8632 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8633 (amd64_linux_dr_get_status): Renamed from
8634 x86_64_linux_dr_get_status. Adjust for renamed functions.
8635 (_initialize_amd64_linux_nat): Renamed from
8636 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8637 functions.
8638 * config/i386/nm-x86-64linux.h: Update copyright year.
8639 Adjust for renamed functions.
8640
8641 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8642 amd64fbsd_sigtramp_start.
8643 (amd64fbsd_sigtramp_end_addr): Renamed from
8644 amd64fbsd_sigtramp_end.
8645 (amd64fbsd_init_abi): Adjust for renamed variables.
8646 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8647 variables.
8648 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8649 amd64fbsd_sigtramp_start.
8650 (amd64fbsd_sigtramp_end_addr): Renamed from
8651 amd64fbsd_sigtramp_end.
8652
8653 2004-02-22 Andrew Cagney <cagney@redhat.com>
8654
8655 * hppa-tdep.c (hppa32_return_value): New function.
8656 (hppa64_return_value): New function.
8657 (hppa_gdbarch_init): Set return_value; keep disabled.
8658
8659 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8660 struct-return and inferior function call methods.
8661
8662 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8663 "frame-base.h".
8664 (struct hppa_frame_cache): Define.
8665 (hppa_frame_cache, hppa_frame_this_id): New functions.
8666 (hppa_frame_prev_register): New function.
8667 (hppa_frame_unwind, hppa_frame_base): New variables.
8668 (hppa_frame_unwind_sniffer): New function.
8669 (hppa_frame_base_address, hppa_unwind_pc): New function.
8670 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8671 sniffer, and frame base sniffer; keep disabled.
8672 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8673 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8674
8675 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8676 to predicates for "seriously old code".
8677
8678 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8679 runtime if(0).
8680
8681 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8682 unsigned.
8683 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8684
8685 * config/pa/tm-hppa.h: Update copyright.
8686 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8687 (deprecated_init_frame_pc_default): Delete declaration.
8688 (hppa_frame_init_saved_regs): Delete declaration.
8689 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8690 * hppa-tdep.c: Include "arch-utils.h".
8691 (hppa_gdbarch_init): Set deprecated init_frame_pc
8692 and deprecated frame_init_saved_regs.
8693 (hppa_frame_init_saved_regs): Make static.
8694
8695 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8696
8697 Remove old 386BSD support.
8698 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8699 * configure.host: Remove i[34567]86-*-bsd*.
8700 * configure.tgt: Remove i[34567]86-*-bsd*.
8701 * i386b-nat.c: Removed.
8702 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8703 (i386b-nat.o): Remove dependencies.
8704
8705 * config/i386/i386bsd.mh: Removed.
8706 * config/i386/i386bsd.mt: Removed.
8707 * config/i386/nm-i386bsd.h: Removed.
8708 * config/i386/tm-i386bsd.h: Removed.
8709 * config/i386/xm-i386bsd.h: Removed.
8710
8711 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8712
8713 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8714 (amd64fbsd_init_abi): Set link map offsets.
8715 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8716 (amd64nbsd_init_abi): Set link map offsets.
8717 * amd64obsd-tdep.c: Include "solib-svr4.h".
8718 (amd64obsd_init_abi): Set link map offsets.
8719 * i386fbsd-tdep.c: Include "solib-svr4.h".
8720 (i386fbsd_init_abi): Set link map offsets.
8721 * i386nbsd-tdep.c: Include "solib-svr4.h".
8722 (i386nbsdelf_init_abi): Set link map offsets.
8723 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8724 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8725 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8726 solib-legacy.o and core-aout.o. Reformat.
8727 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8728 solib-svr4.o, solib-legacy.o. Reformat.
8729 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8730 * config/i386/nbsdelf.mh: Reformat.
8731 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8732 solib-svr4.o, solib-legacy.o and corelow.o.
8733 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8734 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8735 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8736 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8737 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8738 (TM_FILE): Set to tm-fbsd.h.
8739 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8740 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8741 solib-svr4.o.
8742 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8743 solib-svr4.o.
8744 (TM_FILE): Set to nm-nbsd.h.
8745 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8746 Simplify shared library support. Don't include "elf/common.h".
8747 (SVR4_SHARED_LIBS): Don't define.
8748 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8749 "solib.h".
8750 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8751 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8752 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8753 Don't include "i386/tm-i386.h". Include "solib.h".
8754 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8755 Don't include "i386/tm-i386.h".
8756 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8757 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8758 Include "i386/xm-i386.h".
8759 (HOST_LONG_DOUBLE_FORMAT): Remove.
8760
8761 Fix OpenBSD/i386 sigtramp recognition.
8762 * i386-tdep.h: Update copyright year.
8763 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8764 (i386bsd_sigtramp_end): New prototypes.
8765 (i386fbsd_sigtramp_start_addr): Renamed from
8766 i386fbsd_sigtramp_start.
8767 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8768 (i386obsd_sigtramp_start_addr): Renamed from
8769 i386obsd_sigtramp_start.
8770 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8771 * i386bsd-tdep.c: Update copyright year.
8772 (i386bsd_pc_in_sigtramp): Make public.
8773 * i386fbsd-nat.c: Update copyright year.
8774 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8775 * i386fbsd-tdep.c: Update copyright year.
8776 (i386fbsd_sigtramp_start_addr): Renamed from
8777 i386fbsd_sigtramp_start.
8778 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8779 (i386fbsdaout_init_abi): Adjust for renamed variables.
8780 * i386obsd-nat.c: Update copyright year.
8781 (_initialize_i386obsd_nat): Adjust for renamed variables.
8782 * i386obsd-tdep.c: Include "target.h".
8783 (i386obsd_page_size): New variable.
8784 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8785 (i386obsd_sigtramp_end): New functions.
8786 (i386obsd_sigtramp_start_addr): Renamed from
8787 i386obsd_sigtramp_start.
8788 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8789 (i386obsd_init_abi): Adjust for renamed variables. Set
8790 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8791 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8792
8793 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8794 trampoline change in OpenBSD kernel.
8795
8796 * amd64-nat.c: Update copyright year.
8797 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8798 architecture from REGCACHE.
8799
8800 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8801 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8802
8803 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8804
8805 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8806 i[34567]86-*-openbsd3.[0-3].
8807 * config/i386/obsdaout.mh: New file.
8808
8809 * config/i386/obsd.mh (MH_FLAGS): Remove.
8810
8811 Fix PR build/1549.
8812 * i386obsd-tdep.c: Update copyright years. Include
8813 "solib-svr4.h".
8814 (i386obsd_init_abi): Don't set regset_from_core_section here.
8815 (i386obsd_aout_init_abi): New function. Set
8816 regset_from_core_section here.
8817 (i386obsd_elf_init_abi): New function.
8818 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8819 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8820 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8821 (TM_FILE): Set to tm-nbsd.h.
8822
8823 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8824 solib-sunos.o.
8825
8826 * solib-svr4.h: Update copyright year.
8827 (svr4_ilp32_fetch_link_map_offsets)
8828 (svr4_lp64_fetch_link_map_offsets): New prototype.
8829 * solib-svr4.c: Update copyright year.
8830 (svr4_ilp32_fetch_link_map_offsets)
8831 (svr4_lp64_fetch_link_map_offsets): New function.
8832
8833 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8834
8835 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8836 to the partial symbol table.
8837
8838 2004-02-20 J. brobecker <brobecker@gnat.com>
8839
8840 * PROBLEMS: Add description of problem documented under gdb/1560.
8841
8842 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8843
8844 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8845 comments.
8846 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8847 functions.
8848 (amd64obsd_init_abi): Reorder initializations. Use
8849 amd64obsd_r_reg_offset to initialize the general-purpose register
8850 set details. Set regset_from_core_section.
8851 (_initialize_amd64obsd_tdep): Rename from
8852 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8853 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8854 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8855
8856 * NEWS (New native configurations): Mention OpenBSD/alpha.
8857 * configure.tgt: Add alpha*-*-openbsd*.
8858 * configure.host: Add alpha*-*-openbsd*.
8859 * alphanbsd-tdep.c: Update copyright year.
8860 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8861
8862 2004-02-20 Andrew Cagney <cagney@redhat.com>
8863
8864 Fix PR tdep/1372.
8865 * configure.tgt: Delete target "none-*-*".
8866 * configure.host: Delete host "none-*-*".
8867 * config/none/none.mh: Delete file.
8868 * config/none/none.mt: Delete file.
8869 * config/none/xm-none.h: Delete file.
8870 * config/none/tm-none.h: Delete file.
8871 * config/none/nm-none.h: Delete file.
8872
8873 2004-02-19 Fred Fish <fnf@redhat.com>
8874
8875 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8876 cache->uses_fp prior to setting it.
8877
8878 2004-02-19 Fred Fish <fnf@redhat.com>
8879
8880 Fix for PR breakpoint/1558.
8881 * sh-tdep.c (IS_JSR): New macro.
8882 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8883
8884 2004-02-19 Jim Blandy <jimb@redhat.com>
8885
8886 * findvar.c (value_from_register): Doc fix.
8887
8888 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8889
8890 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8891 type being greater than sizeof of host's LONGEST. Always use
8892 unpack_long() unless format 'f' chosen.
8893
8894 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8895
8896 Committed by Elena Zannoni <ezannoni@redhat.com>
8897
8898 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8899 contains a symbol wich is the best, non-exact match for the given
8900 pc. Update comments.
8901
8902 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8903
8904 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8905 macro, which was part of the now removed Mach 3 port.
8906 * utils.c (request_quit): Ditto.
8907
8908 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8909
8910 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8911 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8912
8913 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8914
8915 Committed by Mark Kettenis <kettenis@gnu.org>.
8916
8917 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8918 Define.
8919
8920 2004-02-18 Andrew Cagney <cagney@redhat.com>
8921
8922 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
8923 CONFIG_INSTALL and CONFIG_UNINSTALL.
8924 * configure: Re-generate.
8925 * interps.h (INTERP_TUI): Define.
8926 * Makefile.in: Update dependencies.
8927 (TUI): New macro.
8928 (tui-main.o): Specify dependencies.
8929 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
8930 * tui/tui-main.c: New file.
8931
8932 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8933
8934 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
8935 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
8936 dependencies.
8937 * configure.host: Add x86_64-*-openbsd*.
8938 * configure.tgt: Add x86_64-*-openbsd*.
8939 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
8940
8941 * tui/tui.c: Don't include <malloc.h>.
8942
8943 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
8944 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
8945 amd64nbsd-tdep.c.
8946
8947 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8948 static. Remove extraneous whitespace.
8949 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
8950 static.
8951
8952 2004-02-17 Jim Blandy <jimb@redhat.com>
8953
8954 * findvar.c (value_from_register): Doc fix.
8955
8956 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8957
8958 Committed by Jim Blandy <jimb@redhat.com>.
8959
8960 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
8961 CORE_ADDR as type for selectors. Correct types for GNU run time
8962 message lookup function to use double indirection.
8963 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
8964 * objc-lang.h (lookup_child_selector): Adapt prototype.
8965
8966 * s390-nat.c (SUBOFF): New macro.
8967 (supply_gregset, fill_gregset): Use it to handle debugging
8968 of 32-bit exectuables running under a 64-bit kernel.
8969 * s390-tdep.c: Include "solib-svr4.h".
8970 (s390_svr4_fetch_link_map_offset): New function.
8971 (s390x_svr_fetch_link_map_offset): Likewise.
8972 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
8973 * Makefile.in (s390-tdep.o): Update dependencies.
8974
8975 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
8976 "frame-unwind.h".
8977 (s390_readinstruction): Reformat. Use read_memory_nobpt.
8978 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
8979 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
8980 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
8981 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
8982 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8983 S390_SIGNAL_FRAMESIZE,
8984 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
8985 (struct frame_extra_info): Remove.
8986 (s390_memset_extra_info): Remove.
8987 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
8988 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
8989 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
8990 (is_rse): Renamed to ...
8991 (is_rsy): ... this. Support long displacements.
8992 (is_rxe): Renamed to ...
8993 (is_rxy): ... this. Support long displacements.
8994 (compute_x_addr): Support long displacements.
8995 (struct s390_prologue_data): New data type.
8996 (s390_on_stack): Change API to use struct s390_prologue_data.
8997 (s390_store): Reimplement.
8998 (s390_load): New function.
8999 (s390_get_signal_frame_info): Remove.
9000 (s390_get_frame_info): Remove, replace by ...
9001 (s390_analyze_prolog): ... this new function.
9002 (s390_check_function_end): Remove.
9003 (s390_function_start): Remove.
9004 (s390_frameless_function_invokation): Remove.
9005 (s390_is_sigreturn): Remove.
9006 (s390_init_frame_pc_first): Remove.
9007 (s390_init_frame_extra_info): Remove.
9008 (s390_frame_init_saved_regs): Remove.
9009 (s390_frame_saved_pc_nofix): Remove.
9010 (s390_frame_saved_pc): Remove.
9011 (s390_frame_chain): Remove.
9012 (s390_fp_regnum, s390_read_fp): Remove.
9013 (s390_pop_frame_regular, s390_pop_frame): Remove.
9014 (s390_saved_pc_after_call): Remove.
9015 (s390_skip_prologue): Reimplement.
9016 (s390_in_function_epilogue_p): Support long displacements.
9017 (struct s390_unwind_cache): New data structure.
9018 (s390_frame_unwind_cache): New function.
9019 (s390_prologue_frame_unwind_cache): Likewise.
9020 (s390_backchain_frame_unwind_cache): Likewise.
9021 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9022 (s390_frame_unwind): Define.
9023 (s390_frame_sniffer): New function.
9024 (struct s390_pltstub_unwind_cache): New data structure.
9025 (s390_pltstub_frame_unwind_cache): New function.
9026 (s390_pltstub_frame_this_id): Likewise.
9027 (s390_pltstub_frame_prev_register): Likewise.
9028 (s390_pltstub_frame_unwind): Define.
9029 (s390_pltstub_frame_sniffer): New function.
9030 (struct s390_sigtramp_unwind_cache): New data structure.
9031 (s390_sigtramp_frame_unwind_cache): New function.
9032 (s390_sigtramp_frame_this_id): Likewise.
9033 (s390_sigtramp_frame_prev_register): Likewise.
9034 (s390_sigtramp_frame_unwind): Define.
9035 (s390_sigtramp_frame_sniffer): New function.
9036 (s390_frame_base_address, s390_local_base_address): New functions.
9037 (s390_frame_base): Define.
9038 (s390_unwind_pc, s390_unwind_sp): New function.
9039 (s390_push_dummy_call): Use new frame base location.
9040 (s390_unwind_dummy_id): Likewise.
9041 (s390_gdbarch_init): Remove calls to:
9042 set_gdbarch_frameless_function_invocation,
9043 set_gdbarch_deprecated_init_frame_pc,
9044 set_gdbarch_deprecated_frame_chain,
9045 set_gdbarch_deprecated_frame_init_saved_regs,
9046 set_gdbarch_deprecated_pop_frame,
9047 set_gdbarch_deprecated_init_extra_frame_info,
9048 set_gdbarch_deprecated_init_frame_pc_first,
9049 set_gdbarch_deprecated_target_read_fp,
9050 set_gdbarch_deprecated_frame_saved_pc,
9051 set_gdbarch_deprecated_saved_pc_after_call,
9052 set_gdbarch_deprecated_fp_regnum.
9053 Add calls to:
9054 set_gdbarch_in_solib_call_trampoline,
9055 frame_unwind_append_sniffer,
9056 frame_base_set_default,
9057 set_gdbarch_unwind_pc,
9058 set_gdbarch_unwind_sp.
9059 * Makefile.in (s390-tdep.o): Update dependencies.
9060
9061 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9062 (S390_STACK_FRAME_OVERHEAD): Remove.
9063 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9064 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9065 (s390_promote_integer_argument): Remove.
9066 (s390_cannot_extract_struct_value_address): Remove.
9067 (s390_use_struct_convention, s390_store_struct_return): Remove.
9068 (s390_extract_return_value, s390_store_return_value): Remove.
9069 (s390_return_value_convention, s390_return_value): New functions.
9070 (is_float_singleton): Handle typedefs.
9071 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9072 Remove, replace by ...
9073 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9074 s390_function_arg_integer): ... these new functions.
9075 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9076 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9077 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9078 Fill in tdep->abi.
9079 Remove calls to:
9080 set_gdbarch_deprecated_store_struct_return,
9081 set_gdbarch_deprecated_extract_return_value,
9082 set_gdbarch_deprecated_store_return_value,
9083 set_gdbarch_use_struct_convention,
9084 set_gdbarch_extract_struct_value_address,
9085 set_gdbarch_deprecated_pc_in_call_dummy,
9086 set_gdbarch_deprecated_push_arguments,
9087 set_gdbarch_deprecated_save_dummy_frame_tos,
9088 set_gdbarch_deprecated_push_return_address,
9089 set_gdbarch_deprecated_sizeof_call_dummy_words,
9090 set_gdbarch_deprecated_call_dummy_words,
9091 set_gdbarch_deprecated_dummy_write_sp.
9092 Add calls to:
9093 set_gdbarch_push_dummy_call,
9094 set_gdbarch_unwind_dummy_id,
9095 set_gdbarch_return_value.
9096
9097 * config/s390/nm-linux.h: Update comments.
9098 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9099 (STOPPED_BY_WATCHPOINT): Redefine.
9100 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9101 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9102 (s390_stopped_by_watchpoint): Likewise.
9103 (watch_area_cnt): Remove.
9104 * s390-nat.c: Update comments.
9105 (watch_area): Remove typedef.
9106 Global replace watch_area by struct watch_area.
9107 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9108 (s390_stopped_by_watchpoint): Remove pid argument,
9109 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9110 (s390_fix_watch_points): Remove pid argument,
9111 use s390_inferior_tid. Recompute area spanned by watchpoints.
9112 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9113 argument. Reimplement.
9114
9115 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9116 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9117 (FETCH_INFERIOR_REGISTERS): Define.
9118 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9119 core-regset.o.
9120 * config/s390/s390x.mt: Remove.
9121 * config/s390/tm-s390.h: Remove.
9122 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9123 (TARGET_ELF64): Remove.
9124 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9125 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9126 s390*-*-* case; always set gdb_target to s390.
9127 * regformats/reg-s390.dat: Remove control registers.
9128 * regformats/reg-s390x.dat: Likewise.
9129 * s390-tdep.h: New file.
9130 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9131 Include "inferior.h" and "s390-tdep.h".
9132 Remove private definition of offsetof.
9133 (s390_register_u_addr): Remove.
9134 (regmap_gregset, regmap_fpregset): Define.
9135 (supply_gregset, fill_gregset): Reimplement.
9136 (supply_fpregset, fill_fpregset): Likewise.
9137 (s390_inferior_tid): New function.
9138 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9139 (fetch_inferior_registers, store_inferior_registers): Likewise.
9140 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9141 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9142 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9143 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9144 (struct gdbarch_tdep): Define.
9145 (struct s390_register_info): Define.
9146 (s390_register_info): New variable.
9147 (s390_register_name): Reimplement.
9148 (s390_register_type): New function.
9149 (s390_register_raw_size, s390x_register_raw_size): Remove.
9150 (s390_cannot_fetch_register): Remove.
9151 (s390_register_byte): Remove.
9152 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9153 (s390_dwarf_regmap): New variable.
9154 (s390_dwarf_reg_to_regnum): New function.
9155 (s390_stab_reg_to_regnum): Remove.
9156 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9157 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9158 (s390_convert_register_p): Likewise.
9159 (s390_register_to_value, s390_value_to_register): Likewise.
9160 (s390_register_reggroup_p): Likewise.
9161 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9162 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9163 (s390_supply_regset, s390_regset_from_core_section): New functions.
9164 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9165 (S390_FPR_SIZE): Likewise.
9166 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9167 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9168 (S390_NUM_GPRS): Move here from tm-s390.h.
9169 (S390_NUM_FPRS): Likewise.
9170 (s390_in_function_epilogue_p): New function.
9171 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9172 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9173 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9174 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9175 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9176 Remove calls to:
9177 set_gdbarch_deprecated_max_register_raw_size,
9178 set_gdbarch_deprecated_max_register_virtual_size,
9179 set_gdbarch_deprecated_register_byte,
9180 set_gdbarch_cannot_fetch_register,
9181 set_gdbarch_cannot_store_register,
9182 set_gdbarch_deprecated_register_size,
9183 set_gdbarch_deprecated_register_raw_size,
9184 set_gdbarch_deprecated_register_virtual_size,
9185 set_gdbarch_deprecated_register_virtual_type,
9186 set_gdbarch_deprecated_register_bytes.
9187 Add calls to:
9188 set_gdbarch_num_pseudo_regs,
9189 set_gdbarch_register_type,
9190 set_gdbarch_convert_register_p,
9191 set_gdbarch_register_to_value,
9192 set_gdbarch_value_to_register,
9193 set_gdbarch_register_reggroup_p,
9194 set_gdbarch_regset_from_core_section,
9195 set_gdbarch_pseudo_register_read,
9196 set_gdbarch_pseudo_register_write,
9197 set_gdbarch_in_function_epilogue_p.
9198 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9199 (s390_tdep_h): New variable.
9200
9201 2004-02-17 Jim Blandy <jimb@redhat.com>
9202
9203 * findvar.c (value_from_register): If the type has no length, just
9204 return an acceptable value --- don't report an internal error.
9205
9206 * stabsread.c (read_type): If we find any type numbers that are
9207 forward references, complain if the references aren't resolved by
9208 the time we're finished reading.
9209 (cleanup_undefined_types): Make error message more appropriate for
9210 a complaint.
9211
9212 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9213
9214 * Makefile.in (defs_h): Remove dependency on progress_h.
9215 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9216 progress.h.
9217 * main.c (captured_main): Delete use of START_PROGRESS and
9218 END_PROGRESS.
9219
9220 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9221
9222 * objfiles.c (terminate_minimal_symbol_table): Add back
9223 initialization of MSYMBOL_TYPE.
9224
9225 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9226
9227 Committed by Andrew Cagney.
9228 * Makefile.in (ia64_tdep_h): New macro.
9229 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9230 (ia64-tdep.o): Likewise.
9231 * ia64-tdep.h: New file.
9232 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9233 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9234 (ia64_aix_sigcontext_register_address): Likewise.
9235 (ia64_linux_getunwind_table): Delete declaration.
9236 * ia64-linux-tdep.c: Likewise.
9237
9238 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9239
9240 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9241 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9242 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9243
9244 2004-02-17 Andrew Cagney <cagney@redhat.com>
9245
9246 * symtab.c (skip_prologue_using_sal): New function.
9247 * symtab.h (skip_prologue_using_sal): Declare.
9248 * frv-tdep.c: Include "symtab.h".
9249 (skip_prologue_using_sal): Delete function.
9250 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9251 * rs6000-tdep.c (refine_prologue_limit): Mention
9252 skip_prologue_using_sal.
9253 * ia64-tdep.c (refine_prologue_limit): Ditto.
9254 * Makefile.in: Update dependencies.
9255
9256 2004-02-16 Andrew Cagney <cagney@redhat.com>
9257
9258 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9259 START_INFERIOR_TRAPS_EXPECTED.
9260 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9261 START_INFERIOR_TRAPS_EXPECTED.
9262 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9263 Delete macro.
9264 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9265 macro, moved to "nm-osf.h". Update copyright.
9266 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9267 update copyright.
9268
9269 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9270 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9271 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9272 frameless_look_for_prologue.
9273 * frame.h (legacy_frameless_look_for_prologue): Rename
9274 frameless_look_for_prologue.
9275 * gdbarch.h, gdbarch.c: Re-generate.
9276 * sh64-tdep.c (sh64_gdbarch_init): Update.
9277 * sh-tdep.c (sh_gdbarch_init): Update.
9278 * s390-tdep.c (s390_gdbarch_init): Update.
9279 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9280 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9281 * m68k-tdep.c (m68k_gdbarch_init): Update.
9282 (delta68_frame_args_address): Update.
9283 * m32r-tdep.c (m32r_gdbarch_init): Update.
9284 * hppa-tdep.c (hppa_gdbarch_init): Update.
9285 * h8300-tdep.c (h8300_gdbarch_init): Update.
9286 * frv-tdep.c (frv_gdbarch_init): Update.
9287 (frv_frameless_function_invocation): Update.
9288 * cris-tdep.c (cris_gdbarch_init): Update.
9289 (cris_frameless_function_invocation): Update.
9290 * avr-tdep.c (avr_gdbarch_init): Update.
9291 * arm-tdep.c (arm_gdbarch_init): Update.
9292 * stack.c (frame_info): Update, call predicate.
9293 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9294 * frame.c (legacy_get_prev_frame): Update, call predicate..
9295 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9296 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9297 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9298 invocation.
9299 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9300 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9301 * vax-tdep.c (vax_gdbarch_init): Ditto.
9302
9303 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9304 function.
9305
9306 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9307
9308 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9309 initializations.
9310
9311 2004-02-16 Andrew Cagney <cagney@redhat.com>
9312
9313 * tui/tui-windata.c: Include "gdb_string.h".
9314 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9315 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9316 * Makefile.in: Update dependencies.
9317
9318 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9319
9320 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9321 * infrun.c: Include "gdb_assert.h".
9322 (singlestep_ptid, saved_singlestep_ptid)
9323 (stepping_past_singlestep_breakpoint): New variables.
9324 (resume): Set singlestep_ptid. Check for singlestep thread
9325 hop.
9326 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9327 (handle_inferior_event): Handle singlestep thread hop.
9328
9329 2004-02-16 Andrew Cagney <cagney@redhat.com>
9330
9331 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9332 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9333 (dwarf2_frame_init_reg): Ditto.
9334
9335 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9336 suggested by Joshua Neuheisel
9337
9338 * configure.in: Always check for curses, including pdcurses.
9339 Warn, instead of error, when no curses are found. Enable TUI when
9340 curses is available.
9341 * configure: Re-generate.
9342
9343 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9344
9345 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9346 sh_sh4_register_convert_to_virtual.
9347 (sh_register_convert_to_raw): Rename from
9348 sh_sh4_register_convert_to_raw.
9349 (sh_pseudo_register_read): Accomodate above name change.
9350 (sh_pseudo_register_write): Ditto.
9351
9352 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9353
9354 * sh-tdep.c (sh_generic_register_name): Remove.
9355 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9356
9357 2004-02-15 Andrew Cagney <cagney@redhat.com>
9358
9359 * configure.in (build_warnings): Add -Wunused-function.
9360 * configure: Re-generate.
9361
9362 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9363 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9364
9365 * procfs.c (procfs_init_inferior): Assume that
9366 START_INFERIOR_TRAPS_EXPECTED is defined.
9367 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9368 * config/ns32k/tm-nbsd.h: Delete file,
9369 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9370
9371 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9372 * config/vax/tm-vax.h: Delete file.
9373
9374 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9375 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9376 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9377 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9378 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9379 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9380 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9381
9382 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9383
9384 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9385 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9386 (struct dwarf2_frame_ops): New.
9387 (dwarf2_frame_default_init_reg): New function, based on
9388 dwarf2_frame_init_reg.
9389 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9390 (dwarf2_frame_init_reg): Call architecture-specific function.
9391 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9392 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9393 instead of dwarf2_frame_data.
9394 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9395 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9396
9397 2004-02-15 Andrew Cagney <cagney@redhat.com>
9398
9399 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9400 register_gdbarch_swap.
9401 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9402 * f-lang.c (_initialize_f_language): Update, use
9403 DEPRECATED_REGISTER_GDBARCH_SWAP.
9404 * remote.c (_initialize_remote): Ditto.
9405 * regcache.c (_initialize_regcache): Ditto.
9406 * parse.c (_initialize_parse): Ditto.
9407 * infrun.c (_initialize_infrun): Ditto.
9408 * mi/mi-main.c (_initialize_mi_main): Ditto.
9409 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9410
9411 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9412 poking .cacheable directly.
9413 * symfile.c (symfile_bfd_open): Ditto.
9414
9415 * Makefile.in: Update all dependencies.
9416
9417 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9418 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9419 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9420 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9421 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9422
9423 2004-02-14 Andrew Cagney <cagney@redhat.com>
9424
9425 * arch-utils.c (legacy_convert_register_p): Check
9426 DEPRECATED_REGISTER_CONVERTIBLE_P.
9427 * findvar.c (value_of_register): Ditto.
9428
9429 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9430 * gdbarch.h, gdbarch.c: Re-generate.
9431 * arch-utils.c (deprecated_register_convertible_not): Delete.
9432 * arch-utils.h (deprecated_register_convertible_not): Delete.
9433 * mi/mi-main.c (get_register): Update. Update copyright.
9434 * infcmd.c (default_print_registers_info): Update.
9435
9436 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9437 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9438 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9439 * gdbarch.h, gdbarch.c: Re-generate.
9440 * frame.c (deprecated_get_next_frame_hack): Delete function.
9441 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9442 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9443 Update.
9444 * infcall.c (call_function_by_hand): Update.
9445
9446 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9447
9448 * symfile.c (init_entry_point_info, entry_point_address): Move
9449 from here...
9450 * objfiles.c (init_entry_point_info, entry_point_address):..to
9451 here.
9452 * symfile.h (init_entry_point_info, entry_point_address): Remove
9453 prototypes.
9454 * objfiles.h (init_entry_point_info, entry_point_address):Add
9455 prototypes.
9456 * cris-tdep.c: Remove include of symfile.h. Add include of
9457 objfiles.h.
9458 * infcall.c: Ditto.
9459 * mcore-tdep.c: Ditto.
9460 * mn10300-tdep.c: Ditto.
9461 * sh64-tdep.c: Ditto.
9462 * v850-tdep.c: Ditto.
9463 * arm-tdep.c: Remove include of symfile.h.
9464 * blockframe.c: Ditto.
9465 * coffread.c: Ditto.
9466 * dbxread.c: Ditto.
9467 * dwarf2read.c: Ditto.
9468 * dwarfread.c: Ditto.
9469 * frv-tdep.c: Ditto.
9470 * ia64-tdep.c: Ditto.
9471 * mdebugread.c: Ditto.
9472 * mipsread.c: Ditto.
9473 * rs6000-tdep.c: Ditto.
9474 * s390-tdep.c: Ditto.
9475 * sh-tdep.c: Ditto.
9476 * xstormy16-tdep.c: Ditto.
9477 * gdbarch.sh: Remove include of symfile.h.
9478 * gdbarch.c: Regenerate.
9479 * solib-irix.c (enable_break): Use entry_point_address().
9480 Add comment about include file.
9481 * xcoffread.c: Add comment about include file.
9482 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9483 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9484 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9485 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9486 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9487
9488 2004-02-13 Andrew Cagney <cagney@redhat.com>
9489
9490 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9491 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9492 copyright.
9493 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9494
9495 2004-02-12 Fred Fish <fnf@redhat.com>
9496
9497 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9498 set_gdbarch_store_return_value.
9499
9500 2004-02-12 Andrew Cagney <cagney@redhat.com>
9501
9502 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9503 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9504 (interrupt_query): Ditto.
9505 (ofunc): Delete unused variable.
9506 * cris-tdep.c (cris_abi): Delete unused function.
9507 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9508 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9509 (cris_get_asr_quick_shift_steps): Ditto.
9510 (cris_skip_prologue_frameless_p): Ditto.
9511 * arm-tdep.c (arm_push_return_address): Delete unused function.
9512 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9513 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9514 * s390-tdep.c (s390_function_start): Delete unused function.
9515
9516 2004-02-12 Andrew Cagney <cagney@redhat.com>
9517
9518 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9519 gdbarch.h, gdbarch.c: Re-generate.
9520 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9521 to generic_prologue_frameless_p.
9522 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9523 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9524
9525 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9526
9527 * mips-linux-tdep.c: Include "frame.h".
9528 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9529 (mips_linux_skip_resolver): New functions.
9530 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9531 and set_gdbarch_in_solib_call_trampoline.
9532 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9533 to after set_gdbarch_in_solib_return_trampoline. Only set the
9534 solib hooks to mips16 functions if the OS ABI is unknown.
9535 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9536 including "config/tm-linux.h".
9537 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9538 * Makefile.in (mips-linux-tdep.o): Update.
9539
9540 2004-02-11 David Carlton <carlton@kealia.com>
9541
9542 * linespec.c (decode_compound): Only look for a class symbol when
9543 considering all but the rightmost component.
9544
9545 2004-02-11 Andrew Cagney <cagney@redhat.com>
9546
9547 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9548 abi code are are separatly grouped.
9549
9550 2004-02-11 Andrew Cagney <cagney@redhat.com>
9551
9552 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9553 * gdbarch.h, gdbarch.c: Re-generate.
9554 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9555 * v850-tdep.c (v850_gdbarch_init): Update.
9556 * sh64-tdep.c (sh64_gdbarch_init): Update.
9557 * sh-tdep.c (sh_gdbarch_init): Update.
9558 * s390-tdep.c (s390_gdbarch_init): Update.
9559 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9560 * mips-tdep.c (mips_gdbarch_init): Update.
9561 * mcore-tdep.c (mcore_gdbarch_init): Update.
9562 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9563 * m32r-tdep.c (m32r_gdbarch_init): Update.
9564 * ia64-tdep.c (ia64_gdbarch_init): Update.
9565 * hppa-tdep.c (hppa_gdbarch_init): Update.
9566 * h8300-tdep.c (h8300_gdbarch_init): Update.
9567 * frv-tdep.c (frv_gdbarch_init): Update.
9568 * d10v-tdep.c (d10v_gdbarch_init): Update.
9569 * cris-tdep.c (cris_gdbarch_init): Update.
9570 * avr-tdep.c (avr_gdbarch_init): Update.
9571 * arm-tdep.c (arm_gdbarch_init): Update.
9572 * alpha-tdep.c (alpha_gdbarch_init): Update.
9573
9574 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9575
9576 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9577 comma.
9578 (sh_sh4al_dsp_register_name): Ditto.
9579
9580 2004-02-10 Andrew Cagney <cagney@redhat.com>
9581
9582 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9583 (mips_init_frame_pc_first): Delete function.
9584 (mips_frame_saved_pc): Delete function.
9585 (mips_frame_chain): Delete function.
9586 (mips_init_extra_frame_info): Delete function.
9587 (mips_xfer_register): Delete unused variable "reg".
9588 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9589 (mips_n32n64_return_value): Delete unused variable "reg".
9590 (mips_n32n64_return_value): Delete unused variable "pos".
9591 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9592 (mips_o32_return_value): Delete unused variable "pos".
9593 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9594 (mips_print_fp_register): Delete unused variable "namelen"
9595 (mips_print_fp_register): Delete unused variable "flt2"
9596 (get_frame_pointer): Delete function.
9597 (cached_proc_desc): Delete static variable.
9598 (mips_pop_frame): Delete function.
9599 (mips_find_saved_regs): Delete function.
9600 (mips_get_saved_register): Delete function.
9601 (mips_saved_pc_after_call): Delete function.
9602 (SIGFRAME_BASE): Delete macro.
9603 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9604 (SIGFRAME_PC_OFF): Delete macro.
9605 (SIGFRAME_REGSAVE_OFF): Delete macro.
9606 (mips_dump_tdep): Do not print deleted macro definitions.
9607
9608 2004-02-10 Andrew Cagney <cagney@redhat.com>
9609
9610 * Makefile.in (SFILES): Remove explictly listed tui files.
9611 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9612
9613 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9614
9615 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9616 to use paddr functions to format ia64 addresses and long values.
9617 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9618 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9619 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9620 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9621 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9622
9623 2004-02-10 Andrew Cagney <cagney@redhat.com>
9624
9625 * defs.h: Do not include "tui.h".
9626 * gdb_curses.h: New file.
9627 * tui/tui-hooks.h: New file.
9628 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9629 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9630 (tui_initialize_io): Delete declaration.
9631 (tui_initialize_readline: Delete redundant declaration.
9632 (struct tui_point): Delete definition.
9633 * tui/tui-data.h (struct tui_point): Define.
9634 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9635 * utils.c: Include "tui/tui.h".
9636 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9637 * printcmd.c [TUI]: Include "tui/tui.h".
9638 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9639 * tui/tui-command.c: Include "gdb_curses.h".
9640 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9641 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9642 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9643 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9644 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9645 * Makefile.in: Update all dependencies.
9646 (tui_hooks_h, gdb_curses_h): Define.
9647 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9648
9649 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9650
9651 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9652 auxf2. Add comments about some other rarely used fields.
9653
9654 2004-02-10 Andrew Cagney <cagney@redhat.com>
9655
9656 * Makefile.in (init.c): Fix script removing duplicates. Problem
9657 reported by Peter Schauer.
9658
9659 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9660
9661 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9662 obstack_specify_allocation.
9663 * objfiles.c (allocate_objfile): Ditto.
9664 * solib-sunos.c (solib_add_common_symbols)
9665 (allocate_rt_common_objfile): Ditto.
9666 * symfile.c (reread_symbols): Ditto.
9667 * gdb_obstack.h: Add comment.
9668
9669 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9670
9671 * linespec.c (decode_line_1, locate_first_half)
9672 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9673 commented out code.
9674
9675 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9676
9677 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9678 obstack_free.
9679
9680 2004-02-09 Andrew Cagney <cagney@redhat.com>
9681
9682 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9683 fails, try find_pc_section. Fix PR c++/1267.
9684 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9685 instead of find_pc_mapped_section.
9686 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9687 not default to the section containing PC. Fix PR symtab/1519.
9688
9689 2004-02-09 Andrew Cagney <cagney@redhat.com>
9690
9691 * Makefile.in (mips-tdep.o): Update dependencies.
9692 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9693 "trad-frame.h".
9694 (mips_unwind_pc): Return the pseudo PC register.
9695 (mips_unwind_dummy_id): New function.
9696 (mips16_fetch_instruction): New function.
9697 (mips32_fetch_instruction): New function.
9698 (struct mips_frame_cache): Define.
9699 (mips_mdebug_frame_cache): New function.
9700 (mips_mdebug_frame_this_id): New function.
9701 (mips_mdebug_frame_prev_register): New function.
9702 (mips_mdebug_frame_unwind): Define.
9703 (mips_mdebug_frame_sniffer): New function.
9704 (mips_mdebug_frame_base_address): New function.
9705 (mips_mdebug_frame_base): Define.
9706 (mips_mdebug_frame_base_sniffer): New function.
9707 (mips_gdbarch_init): Append unwind and base sniffers. Set
9708 unwind_dummy_id.
9709
9710 2004-02-08 Andrew Cagney <cagney@redhat.com>
9711
9712 * frame.c: Print both the register number and name.
9713
9714 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9715 and a sed into a single sed. Make .c and .o patterns more robust.
9716 (OBS): Delete.
9717 (INIT_FILES): Replace OBS with COMMON_OBS.
9718 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9719
9720 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9721
9722 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9723 the PT_WCOOKIE request.
9724
9725 2004-02-08 Andrew Cagney <cagney@redhat.com>
9726
9727 * mips-tdep.c (mips_unwind_pc): New function.
9728 (mips_gdbarch_init): Set mips_unwind_pc.
9729
9730 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9731 (get_frame_id): Allow the UNKNOWN_FRAME.
9732 (frame_register_unwind, get_frame_type): Ditto.
9733
9734 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9735 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9736 unwind_dummy_id indicates a legacy frame.
9737
9738 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9739 * configure: Re-generate.
9740
9741 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9742 methods.
9743
9744 2004-02-08 Andrew Cagney <cagney@redhat.com>
9745
9746 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9747 makefile macro.
9748 * configure: Re-generate.
9749 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9750 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9751 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9752 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9753 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9754 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9755 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9756 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9757 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9758 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9759
9760 2004-02-07 Andrew Cagney <cagney@redhat.com>
9761
9762 * Makefile.in: Update all dependencies.
9763
9764 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9765 * configure: Re-generate.
9766 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9767 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9768 (COMMON_OBS): Add "main.o" and "annotate.o".
9769 (ANNOTATE_OBS): Delete.
9770 (OBS): Remove ANNOTATE_OBS.
9771 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9772 CONFIG_INITS.
9773 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9774 against CONFIG_OBS and "main.o".
9775 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9776 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9777
9778 * tui/tui-command.c: Include "gdb_string.h", delete register
9779 attribute, use ISO-C function signatures.
9780 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9781 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9782 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9783 * tui/tui.c: Ditto.
9784
9785 * tui/tui-command.c: Change variable and function names to lower
9786 case.
9787 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9788 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9789 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9790 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9791 * tui/tui-winsource.c, tui/tui.c: Ditto.
9792
9793 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9794
9795 * buildsym.c (free_pending_blocks, finish_block)
9796 (record_pending_block, make_blockvector, end_symtab): Replace
9797 symbol_obstack with objfile_obstack.
9798 * coffread.c (process_coff_symbol, coff_read_struct_type)
9799 (coff_read_enum_type): Ditto.
9800 * cp-namespace.c (initialize_namespace_symtab)
9801 (check_one_possible_namespace_symbol): Ditto.
9802 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9803 (dwarf2_symbol_mark_computed): Ditto.
9804 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9805 * elfread.c (elf_symtab_read): Ditto.
9806 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9807 (hpread_read_enum_type, hpread_read_function_type)
9808 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9809 Ditto.
9810 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9811 (java_link_class_type): Ditto.
9812 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9813 (new_symbol): Ditto.
9814 * minsyms.c (install_minimal_symbols): Ditto.
9815 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9816 (terminate_minimal_symbol_table): Replace symbol_obstack with
9817 objfile_obstack.
9818 (free_objfile): Remove freeing of symbol_obstack.
9819 * objfiles.h: Remove symbol_obstack field.
9820 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9821 objfile_obstack.
9822 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9823 symbol_obstack.
9824 (solib_add_common_symbols): Replace symbol_obstack with
9825 objfile_obstack.
9826 * somsolib.c (som_solib_add): Ditto.
9827 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9828 (common_block_start, common_block_end): Ditto.
9829 * symfile.c (reread_symbols): Remove freeing and init of
9830 symbol_obstack.
9831 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9832 * symfile.h: Update comment.
9833 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9834 stats printing.
9835 * symtab.c (symbol_set_names): Replace symbol_obstack with
9836 objfile_obstack.
9837 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9838 Update comments.
9839 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9840 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9841 objfile_obstack.
9842
9843 2004-02-07 Andrew Cagney <cagney@redhat.com>
9844
9845 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9846 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9847 fields and variables.
9848 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9849 (m_beInvisible): Delete macro.
9850 * tui/tui-data.h: Fix case case fields and variables.
9851 (m_genWinPtrIsNull): Delete macro.
9852 (tui_win_list): Rename winList.
9853 (TUI_SRC_WIN): Rename srcWin.
9854 (TUI_DISASM_WIN): Rename disassemWin.
9855 (TUI_DATA_WIN): Rename dataWin.
9856 (TUI_CMD_WIN): Rename cmdWin.
9857 (m_genWinPtrNotNull): Delete macro.
9858 (m_winPtrIsNull): Delete macro.
9859 (m_winPtrNotNull): Delete macro.
9860 (tui_win_is_source_type): Replace m_winIsSourceType
9861 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9862 (tui_win_has_locator): Replace m_hasLocator.
9863 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9864 m_setWinHighlightOff.
9865 * tui/tui-data.c: Update references.
9866 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9867 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9868 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9869 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9870 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9871 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9872 * tui/tui-winsource.c, tui/tui.c: Ditto.
9873
9874 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9875
9876 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9877 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9878 StackGhost.
9879
9880 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9881 variable `i6' to `i7'.
9882 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9883
9884 2004-02-07 Andrew Cagney <cagney@redhat.com>
9885
9886 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9887 (TuiPoint, TuiPointPtr): Ditto.
9888 (TuiStatus, TuiStatusPtr): Ditto.
9889 (TuiWinType, TuiWinTypePtr): Ditto.
9890 (struct tui_point): Rename _TuiPoint.
9891 (tui_get_low_disassembly_address): Rename
9892 tuiGetLowDisassemblyAddress.
9893 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9894 (tuiFree): Delete declaration.
9895 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9896 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9897 * tui/tui.c (tuiFree): Delete function.
9898 * cli/cli-cmds.c (disassemble_command): Update references.
9899 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9900 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9901 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9902 * tui/tui-winsource.c: Ditto.
9903
9904 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9905
9906 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9907 coffstab_build_psymtabs, elfstab_build_psymtabs)
9908 (stabsect_build_psymtabs): Replace psymbol_obstack with
9909 objfile_obstack.
9910 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9911 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9912 Ditto.
9913 * dwarfread.c (scan_compilation_units): Ditto.
9914 * elfread.c (elfstab_offset_sections): Ditto.
9915 * hppa-tdep.c (read_unwind_info): Ditto.
9916 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9917 (hpread_end_psymtab): Ditto.
9918 * mdebugread.c (mdebug_build_psymtabs, add_pending)
9919 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
9920 Ditto.
9921 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
9922 * objfiles.c (add_to_objfile_sections)
9923 (build_objfile_section_table): Ditto.
9924 (allocate_objfile): Remove init of psymbol_obstack.
9925 (free_objfile): Remove freeing of psymbol_obstack.
9926 * objfiles.h (struct objfile): Remove field
9927 psymbol_obstack. Update comments.
9928 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
9929 psymbol_obstack with objfile_obstack.
9930 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9931 psymbol_obstack.
9932 * somread.c (som_symfile_offsets, init_import_symbols)
9933 (init_export_symbols): Replace psymbol_obstack with
9934 objfile_obstack.
9935 * somsolib.c (som_solib_add_solib_objfile): Ditto.
9936 * symfile.c (default_symfile_offsets, syms_from_objfile)
9937 (reread_symbols): Remove freeing and init of psymbol_obstack.
9938 (cashier_psymtab): Update comment.
9939 * symmisc.c (print_objfile_statistics): Don't report stats for
9940 psymbol obstack.
9941 * symtab.h (struct general_symbol_info, struct partial_symtab):
9942 Update comments.
9943 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
9944 (xcoff_symfile_offsets): Replace psymbol_obstack with
9945 objfile_obstack.
9946
9947 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9948
9949 * objfiles.h (struct objfile): Add objfile_obstack field.
9950 Remove type_obstack field.
9951
9952 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
9953 read_structure_scope read_enumeration, new_symbol): Replace
9954 type_obstack with objfile_obstack.
9955 * dwarfread.c (struct_type, enum_type): Ditto.
9956 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
9957 (lookup_fundamental_type): Ditto.
9958 * gdbtypes.h (TYPE_ALLOC): Ditto.
9959 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
9960 (hpread_read_doc_function_type, hpread_read_struct_type)
9961 (fix_static_member_physnames, hpread_read_array_type)
9962 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
9963 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
9964 (java_link_class_type): Ditto.
9965 * mdebugread.c (parse_type): Ditto.
9966 * objfiles.c (allocate_objfile, free_objfile): Ditto.
9967 * solib-sunos.c (solib_add_common_symbols): Ditto.
9968 * stabsread.c (define_symbol, read_type, read_member_functions,
9969 read_cpp_abbrev, read_one_struct_field): Ditto.
9970 * symfile.c (reread_symbols): Ditto.
9971 * symmisc.c (print_objfile_statistics): Ditto.
9972
9973 2004-02-07 Andrew Cagney <cagney@redhat.com>
9974
9975 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
9976 (tui_exec_info_content): Rename TuiExecInfoContent.
9977 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
9978 (TuiWinInfo, TuiWinInfoPtr): Ditto.
9979 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
9980 (TuiList, TuiListPtr): Ditto.
9981 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
9982 (TuiDataType, TuiDataTypePtr): Ditto.
9983 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
9984 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
9985 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
9986 (TuiSourceElement, TuiSourceElementPtr): Ditto.
9987 (TuiDataElement, TuiDataElementPtr): Ditto.
9988 (TuiWinElement, TuiWinElementPtr): Ditto.
9989 (TuiDataInfo, TuiDataInfoPtr): Ditto.
9990 (TuiCommandElement, TuiCommandElementPtr): Ditto.
9991 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
9992 (TuiWhichElement, TuiWhichElementPtr): Ditto.
9993 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
9994 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
9995 * tui/tui-command.c, tui/tui-data.c: Update references.
9996 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
9997 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9998 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9999 * tui/tui-winsource.c, tui/tui.c: Ditto.
10000
10001 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10002
10003 * dwarf2-frame.h: Update copyright.
10004 (enum dwarf2_frame_reg_rule): New.
10005 (struct dwarf2_frame_state_reg): New.
10006 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10007 * dwarf2-frame.c: Update copyright.
10008 (enum dwarf2_reg_rule): Remove.
10009 (struct dwarf2_frame_state): Remove defenition of `struct
10010 dwarf2_frame_state_reg'.
10011 (read_reg): Call get_frame_arch to get the architecture instead of
10012 using CURRENT_GDBARCH.
10013 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10014 DWARF2_FRAME_.
10015 (dwarf2_frame_init_reg): New function.
10016 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10017 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10018 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10019 tags with DWARF2_FRAME_.
10020 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10021 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10022 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10023
10024 2004-02-06 Andrew Cagney <cagney@redhat.com>
10025
10026 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10027 (enum tui_data_type): Rename _TuiDataType.
10028 (struct tui_layout_def): Rename _TuiLayoutDef.
10029 (struct tui_source_element): Rename _TuiSourceElement.
10030 (struct tui_data_element): Rename _TuiDataElement.
10031 (struct tui_command_element): Rename _TuiCommandElement.
10032 (struct tui_locator_element): Rename _TuiLocatorElement.
10033 (union tui_which_element): Define.
10034 (struct tui_win_element): Rename _TuiWinElement.
10035 (struct tui_data_info): Rename _TuiDataInfo.
10036 (struct tui_source_info): Rename _TuiSourceInfo.
10037 (struct tui_command_info): Rename _TuiCommandInfo.
10038 (tui_initialize_static_data): Rename initializeStaticData.
10039 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10040 (tui_alloc_win_info): Rename allocWinInfo.
10041 (tui_init_generic_part): Rename initGenericPart.
10042 (tui_init_win_info): Rename initWinInfo.
10043 (tui_alloc_content): Rename allocContent.
10044 (tui_add_content_elements): Rename addContentElements.
10045 (tui_init_content_element): Rename initContentElement.
10046 (tui_free_window): Rename freeWindow.
10047 (tui_free_win_content): Rename freeWinContent.
10048 (tui_free_data_content): Rename freeDataContent.
10049 (tui_free_all_source_wins_content): Rename
10050 freeAllSourceWinsContent.
10051 (tui_del_window): Rename tuiDelWindow.
10052 (tui_del_data_windows): Rename tuiDelDataWindows.
10053 (tui_partial_win_by_name): Rename partialWinByName.
10054 (tui_win_name): Rename winName.
10055 (tui_current_layout): Rename currentLayout.
10056 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10057 (tui_term_height): Rename termHeight.
10058 (tui_set_term_height_to): Rename setTermHeightTo.
10059 (tui_term_width): Rename termWidth.
10060 (tui_set_term_width_to): Rename setTermWidthTo.
10061 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10062 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10063 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10064 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10065 (tui_source_windows): Rename sourceWindows.
10066 (tui_clear_source_windows): Rename clearSourceWindows.
10067 (tui_clear_source_windows_detail): Rename
10068 clearSourceWindowsDetail.
10069 (tui_clear_win_detail): Rename clearWinDetail.
10070 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10071 (tui_default_tab_len): Rename tuiDefaultTabLen.
10072 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10073 (tui_win_with_focus): Rename tuiWinWithFocus.
10074 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10075 (tui_layout_def): Rename tuiLayoutDef.
10076 (tui_win_resized): Rename tuiWinResized.
10077 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10078 (tui_next_win): Rename tuiNextWin.
10079 (tui_prev_win): Rename tuiPrevWin.
10080 (tui_add_to_source_windows): Rename addToSourceWindows.
10081 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10082 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10083 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10084 * tui/tui.c, tui/tui-data.c: Ditto.
10085 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10086 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10087
10088 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10089 (struct symtab): Declare.
10090 (tui_set_source_content): Rename tuiSetSourceContent.
10091 (tui_show_symtab_source): Rename tuiShowSource.
10092 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10093 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10094 * tui/tui-source.c: Update copyright. Update references.
10095 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10096 * tui/tui-stack.c: Update references.
10097
10098 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10099 (struct tui_win_info): Declare.
10100 (tui_scroll_forward): Rename tuiScrollForward.
10101 (tui_scroll_backward): Rename tuiScrollBackward.
10102 (tui_scroll_left): Rename tuiScrollLeft.
10103 (tui_scroll_right): Rename tuiScrollRight.
10104 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10105 (tui_resize_all): Rename tuiResizeAll.
10106 (tui_refresh_all_win): Rename tuiRefreshAll.
10107 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10108 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10109 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10110 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10111
10112 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10113 (tui_erase_data_content): Rename tuiEraseDataContent.
10114 (tui_display_all_data): Rename tuiDisplayAllData.
10115 (tui_check_data_values): Rename tuiCheckDataValues.
10116 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10117 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10118 (tui_first_data_element_no_in_line): Rename
10119 tuiFirstDataElementNoInLine.
10120 (tui_delete_data_content_windows): Rename
10121 tuiDeleteDataContentWindows.
10122 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10123 (tui_display_data_from): Rename tuiDisplayDataFrom.
10124 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10125 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10126 * tui/tui-win.c, tui/tui-regs.c: Update references.
10127 * tui/tui-layout.c, tui/tui.c: Update references.
10128
10129 * tui/tui-wingeneral.h: Update copyright.
10130 (m_allBeVisible): Delete macro.
10131 (m_allBeInvisible): Delete macro.
10132 (struct tui_gen_win_info): Declare.
10133 (struct tui_win_info): Declare.
10134 (tui_unhighlight_win): Rename unhighlightWin.
10135 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10136 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10137 (tui_make_window): Rename makeWindow.
10138 (tui_copy_win): Rename copyWin.
10139 (tui_box_win): Rename boxWin.
10140 (tui_highlight_win): Rename highlightWin.
10141 (tui_check_and_display_highlight_if_needed): Rename
10142 checkAndDisplayHighlightIfNeeded.
10143 (tui_refresh_all): Rename refreshAll.
10144 (tui_delete_win): Rename tuiDelwin.
10145 (tui_refresh_win): Rename tuiRefreshWin.
10146 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10147 (tui_make_visible, tui_make_invisible): New functions.
10148 (tui_make_all_visible, tui_make_all_invisible): New functions.
10149 (make_all_visible): Rename makeAllVisible.
10150 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10151 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10152 * tui/tui-windata.c, tui/tui-win.c: Update references.
10153 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10154 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10155
10156 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10157
10158 * proc-api.c (write_with_trace): Initialize local variable to
10159 silence compiler warning.
10160
10161 2004-02-06 Andrew Cagney <cagney@redhat.com>
10162
10163 * tui/tui-source.h: Do not include "defs.h".
10164 (struct tui_win_info): Declare.
10165 (tui_set_source_content_nil): Declare.
10166 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10167 (union tui_line_or_address): Rename _TuiLineOrAddress.
10168 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10169 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10170 (tui_update_source_window_as_is): Rename
10171 tuiUpdateSourceWindowAsIs.
10172 (tui_update_source_windows_with_addr): Rename
10173 tuiUpdateSourceWindowsWithAddr.
10174 (tui_update_source_windows_with_line): Rename
10175 tuiUpdateSourceWindowsWithLine.
10176 (tui_clear_source_content): Rename tuiClearSourceContent.
10177 (tui_erase_source_content): Rename tuiEraseSourceContent.
10178 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10179 (tui_show_source_content): Rename tuiShowSourceContent.
10180 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10181 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10182 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10183 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10184 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10185 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10186 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10187 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10188 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10189 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10190 (struct tui_win_info): Declare.
10191 * tui/tui-stack.c: Update references.
10192 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10193 * tui/tui-win.c, tui/tui-source.c: Ditto.
10194 * tui/tui.c, tui/tui-disasm.c: Ditto.
10195
10196 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10197
10198 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10199 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10200
10201 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10202
10203 * infrun.c (handle_inferior_event): Allow for breakpoint
10204 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10205 and SIGEMT. Update comments.
10206 * NEWS (Revised SPARC target): Mention support for non-executable
10207 stack.
10208
10209 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10210
10211 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10212 * inftarg.c: Update copyright year.
10213 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10214 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10215 (sparc_xfer_wcookie): New function.
10216 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10217 * Makefile.in (sparc-nat.o): Update dependencies.
10218 * config/sparc/nm-nbsd.h: Include "target.h".
10219 (NATIVE_XFER_WCOOKIE): New define.
10220 (sparc_xfer_wcookie): New prototype.
10221
10222 2004-02-04 Andrew Cagney <cagney@redhat.com>
10223
10224 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10225 SYSCALL_TRAP function.
10226 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10227
10228 2004-02-04 Andrew Cagney <cagney@redhat.com>
10229 Daniel Jacobowitz <drow@mvista.com>
10230
10231 * objfiles.h: Delete comments refering to inside_entry_func and
10232 DEPRECATED_FRAME_CHAIN_VALID.
10233 * defs.h (inside_entry_func): Update prototype..
10234 * blockframe.c (inside_entry_func): Rename to
10235 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10236 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10237
10238 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10239
10240 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10241 outside of #ifdef SOLIB_ADD region.
10242 (do_restore_lang_radix_cleanup): Ditto.
10243 (resolve_pending_breakpoint): Ditto.
10244
10245 2004-02-03 Andrew Cagney <cagney@redhat.com>
10246
10247 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10248 (process_note_abi_tag_sections): Delete unused function.
10249 (ia64_read_fp): Delete unused function.
10250 (gdbarch_extract_struct_value_address): Delete declaration.
10251
10252 2004-02-02 Andrew Cagney <cagney@redhat.com>
10253
10254 * vax-tdep.c (vax_frame_chain): Delete call to
10255 deprecated_inside_entry_file.
10256 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10257
10258 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10259
10260 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10261 column that's "empty" or "same value" when eliminating REG_RA
10262 rules.
10263
10264 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10265
10266 * NEWS: Add information about new pending breakpoint support.
10267
10268 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10269
10270 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10271 and pending fields for pending breakpoint support.
10272 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10273 (condition_command): Only parse condition if not a pending
10274 breakpoint.
10275 (print_one_breakpoint): Add support for pending breakpoints.
10276 (describe_other_breakpoints): Add checks to verify we are not
10277 dealing with pending breakpoints.
10278 (check_duplicates): Don't check pending breakpoints.
10279 (set_raw_breakpoint): Initialize pending flag.
10280 (do_restore_lang_radix_cleanup): New cleanup routine.
10281 (resolve_pending_breakpoint): New function.
10282 (re_enable_breakpoints_in_shlibs): Try and resolve any
10283 pending breakpoints via resolve_pending_breakpoint.
10284 (mention): Add pending breakpoint support.
10285 (parse_breakpoint_sals): Add new parameter to pass to
10286 decode_line_1 to indicate silent errors when files or functions
10287 are not found. Change all callers.
10288 (do_captured_parse_breakpoint): New function.
10289 (break_command_1): Change prototype to return an rc value and to
10290 take an optional pending breakpoint pointer. Support creating
10291 a pending breakpoint if a "not found" form of error occurs when
10292 parsing the breakpoint. Also support resolving an existing pending
10293 breakpoint and be silent if the resolution fails.
10294 (create_breakpoints): Change prototype to take pending breakpoint
10295 pointer. When resolving a pending breakpoint, use the new pointer
10296 to provide a conditional or commands added by the end-user.
10297 (delete_breakpoint): Add appropriate check for pending.
10298 (breakpoint_re_set_one): Ditto.
10299 (do_enable_breakpoint): Ditto.
10300
10301 2004-02-02 David Carlton <carlton@kealia.com>
10302
10303 * valops.c (enum oload_classification): New.
10304 (find_overload_match): Break implementation into separate
10305 functions; delete #if 0'd code; look for symbols within
10306 namespaces.
10307 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10308 (find_oload_champ,oload_method_static,classify_oload_match): New.
10309 * cp-support.h: Add declaration for cp_func_name; update
10310 declaration for make_symbol_overload_list.
10311 * cp-support.c (cp_func_name): New.
10312 (overload_list_add_symbol): Fix comment, use
10313 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10314 (make_symbol_overload_list): Take a function name and a namespace
10315 instead of a symbol; change implementation.
10316 (make_symbol_overload_list_using): New.
10317 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10318
10319 2004-02-02 Fred Fish <fnf@redhat.com>
10320
10321 * main.c (gdb_stdtarg): Move definition to group with other
10322 gdb_stdtarg definitions and update copyright years.
10323 * remote-sim.c (gdb_os_write_stderr): Write output to
10324 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10325 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10326 gdb_stderr stream and update copyright years.
10327
10328 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10329
10330 * Makefile.in (mips-linux-nat.o): Update dependencies.
10331 * mips-linux-nat.c: Include mips-tdep.h.
10332
10333 2004-02-01 Roland McGrath <roland@redhat.com>
10334
10335 * sol-thread.c (sol_thread_xfer_partial): New function.
10336 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10337 (init_sol_core_ops): Likewise.
10338
10339 * procfs.c (procfs_xfer_partial): New function.
10340 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10341 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10342
10343 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10344 procfs_xfer_auxv function.
10345
10346 * procfs.c (procfs_make_note_section): If we can read
10347 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10348 * linux-proc.c (linux_make_note_section): Likewise.
10349
10350 * auxv.h: New file.
10351 * auxv.c: New file.
10352 * Makefile.in (auxv_h): New variable.
10353 (COMMON_OBS): Add auxv.o here.
10354 (auxv.o): New target.
10355
10356 * corelow.c (core_xfer_partial): New function.
10357 (init_core_ops): Use it for core_ops.to_xfer_partial.
10358
10359 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10360 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10361 macro if that is defined.
10362
10363 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10364
10365 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10366 and check the specified thread for each breakpoint.
10367 * breakpoint.h (bpstat_stop_status): Update prototype.
10368 * infrun.c (handle_inferior_event): Update calls to
10369 bpstat_stop_status.
10370
10371 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10372
10373 * Makefile.in (cli-cmds.o): Add $(readline_h).
10374
10375 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10376
10377 * cli/cli-cmds.c: Include readline.h.
10378 (complete_command): Pass the start of the last word to
10379 complete_line.
10380
10381 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10382
10383 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10384 argument, and change first argument to a CORE_ADDR.
10385 * breakpoint.h (bpstat_stop_status): Update prototype.
10386 * infrun.c (adjust_pc_after_break): Add a new comment.
10387 (handle_inferior_event): Update calls to bpstat_stop_status.
10388
10389 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10390
10391 * breakpoint.h: Update copyright years.
10392
10393 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10394
10395 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10396 (bpstat_stop_status): Don't decrement PC.
10397 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10398 prototype.
10399 * infrun.c (adjust_pc_after_break): New function.
10400 (handle_inferior_event): Call it, early. Remove later references
10401 to DECR_PC_AFTER_BREAK.
10402 (normal_stop): Add commentary.
10403
10404 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10405
10406 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10407 2004-01-27 double-free fix.
10408
10409 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10410
10411 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10412 (sparc32_frame_prev_register): Handle StackGhost.
10413 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10414
10415 2004-01-29 Roland McGrath <roland@redhat.com>
10416
10417 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10418 * configure: Regenerated.
10419
10420 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10421 * Makefile.in (procfs.o): Add dep.
10422
10423 2004-01-28 Andrew Cagney <cagney@redhat.com>
10424
10425 * tui/tui-stack.h: Update copyright.
10426 (struct frame_info): Add opaque declaration.
10427 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10428 (tui_show_locator_content): Rename tuiShowLocatorContent.
10429 (tui_show_frame_info): Rename tuiShowFrameInfo.
10430 * tui/tui-stack.c: Update copyright. Update references.
10431 * tui/tui-winsource.c: Update references.
10432 * tui/tui-win.c: Update references.
10433 * tui/tui-layout.c: Update references.
10434 * tui/tui-hooks.c: Update copyright, update references.
10435 * tui/tui.c: Update copyright, update references.
10436 * tui/tui-disasm.c: Update references.
10437
10438 2004-01-28 David Carlton <carlton@kealia.com>
10439
10440 * dwarf2read.c (add_partial_structure): Use demangled name if
10441 namespace equals "".
10442
10443 2004-01-27 Jim Blandy <jimb@redhat.com>
10444
10445 Clean up misapplied patch:
10446 * dwarf2read.c (determine_prefix): Change one of the two forward
10447 declarations for 'determine_prefix_aux' to a declaration for this.
10448 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10449 argument to 'die_specification'.
10450
10451 * dwarf2read.c (read_func_scope): Re-indent comment.
10452
10453 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10454
10455 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10456 b->exp to NULL after freeing so that error during re-parsing or
10457 evaluation of expressions associated with breakpoint don't
10458 eventually lead to re-freeing of storage.
10459 Committed by Andrew Cagney.
10460
10461 2004-01-27 Andrew Cagney <cagney@redhat.com>
10462
10463 * source.c (ambiguous_line_spec): Delete undefined declaration.
10464 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10465 (m32r_set_server_address, m32r_set_download_path): Ditto.
10466 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10467
10468 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10469
10470 * dwarf2read.c: Update calls to changed and renamed functions, and
10471 references to moved variables.
10472
10473 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10474 language, language_defn, list_in_scope, and ftypes members.
10475 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10476 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10477 (baseaddr): Remove globals.
10478
10479 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10480 (set_cu_language, die_is_declaration, die_specification)
10481 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10482 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10483 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10484 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10485
10486 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10487 cu.list_in_scope. Don't initialize cu_header_offset.
10488 (add_partial_symbol): Add local baseaddr.
10489 (psymtab_to_symtab_1): Add local baseaddr. Use
10490 objfile->section_offsets for consistency. Don't initialize
10491 cu_header_offset; do initialize cu.header.offset and
10492 cu.list_in_scope.
10493 (read_file_scope, read_func_scope, read_lexical_block_scope)
10494 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10495
10496 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10497
10498 * PROBLEMS: Add gdb/1516.
10499
10500 2003-12-29 Robert Millan <robertmh@gnu.org>
10501
10502 Patch committed by Andrw Cagney.
10503 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10504 * configure.tgt: Match knetbsd*-gnu.
10505
10506 2004-01-26 Andrew Cagney <cagney@redhat.com>
10507
10508 * breakpoint.c (catch_command_1): Delete #ifdef code.
10509 (catch_fork_command_1): Delete #ifdef wrapper.
10510 (catch_exec_command_1): Ditto.
10511 (catch_load_command_1): Ditto.
10512 (catch_unload_command_1): Ditto.
10513
10514 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10515 (catch_breakpoint): Delete #if0ed function.
10516 (disable_catch_breakpoint): Ditto.
10517 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10518 (disable_catch, enable_catch, delete_catch): Ditto.
10519
10520 2004-01-26 Andrew Cagney <cagney@redhat.com>
10521
10522 * remote.c (echo_check, quit_flag): Delete variables.
10523 (cisco_kernel_mode): Delete variable.
10524 (minitelnet_return, tty_input, escape_count): Delete variables.
10525 (remote_cisco_mode): Delete variable.
10526 (remote_cisco_open, remote_cisco_close): Delete function.
10527 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10528 (init_remote_cisco_ops): Delete function.
10529 (_initialize_remote): Do not install "remote cisco" code.
10530 (read_frame): Delete cisco specific code.
10531 (remote_info_process): Delete function.
10532 (remote_wait): Delete cisco specific code.
10533 (remote_cisco_section_offsets): Delete function.
10534 (remote_cisco_objfile_relocate): Delete function.
10535 (remote_async_wait): Delete cisco specific code.
10536 (minitelnet, readtty, readsocket): Delete function.
10537
10538 2004-01-26 Andrew Cagney <cagney@redhat.com>
10539
10540 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10541 comments mentioning extract_returned_value_address.
10542 * infcmd.c (print_return_value): Update. Add comments on
10543 extract_returned_value_address.
10544 * stack.c (return_command): Add comments on
10545 extract_returned_value_address.
10546 * values.c: Update comment.
10547 * m32r-tdep.c: Update comment.
10548 * sparc-tdep.c: Update comment.
10549 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10550 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10551 * sh64-tdep.c (sh64_gdbarch_init): Update.
10552 * sh-tdep.c (sh_gdbarch_init): Update.
10553 * s390-tdep.c (s390_gdbarch_init): Update.
10554 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10555 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10556 * m68k-tdep.c (m68k_gdbarch_init): Update.
10557 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10558 * m32r-tdep.c (m32r_gdbarch_init): Update.
10559 * ia64-tdep.c (ia64_gdbarch_init): Update.
10560 * h8300-tdep.c (h8300_gdbarch_init): Update.
10561 * frv-tdep.c (frv_gdbarch_init): Update.
10562 * arm-tdep.c (arm_gdbarch_init): Update.
10563 * alpha-tdep.c (alpha_gdbarch_init): Update.
10564
10565 2004-01-26 Andrew Cagney <cagney@redhat.com>
10566
10567 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10568 SYMBOL_LOCATION_FUNCS
10569 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10570 "struct symbol_ops".
10571 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10572 type to "struct symbol_ops".
10573 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10574 (struct symbol): Replace ".aux_value.loc.funcs" and
10575 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10576 (SYMBOL_OBJFILE): Delete macro.
10577 (SYMBOL_LOCATION_FUNCS): Delete macro.
10578 (SYMBOL_LOCATION_BATON): Update.
10579 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10580 intead of SYMBOL_LOCATION_FUNCS.
10581 * ax-gdb.c (gen_var_ref): Ditto.
10582 * printcmd.c (address_info): Ditto.
10583 * findvar.c (read_var_value): Ditto.
10584 (symbol_read_needs_frame): Ditto.
10585
10586 2004-01-26 Andrew Cagney <cagney@redhat.com>
10587
10588 * dwarf2read.c (read_func_scope): Document frame-base hack.
10589
10590 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10591
10592 * infcmd.c (print_return_value): Plug memory leak; delete
10593 ui_stream object. Rename argument `structure_return' to
10594 `struct_return'.
10595
10596 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10597
10598 * infcmd.c (print_return_value): Wrap long lines.
10599 (finish_command_continuation, finish_command): Remove unused
10600 variable `funcaddr'. Fix some coding-standards problems.
10601
10602 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10603 SECT_SIZE is large enough, not whether it's exactly the right size.
10604 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10605 TDEP->fpregset to zero.
10606
10607 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10608 floating-point registers for traditional NetBSD core files.
10609 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10610 TDEP->sizeof_fpregset here.
10611
10612 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10613
10614 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10615 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10616 function with code split out from
10617 sparc32nbsd_sigcontext_frame_cache.
10618 (sparc32nbsd_sigcontext_frame_cache): Use
10619 sparc32nbsd_sigcontext_saved_regs.
10620 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10621 OpenBSD.
10622 * sparcobsd-tdep.c: New file.
10623 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10624 (sparcobsd-tdep.o): New dependency.
10625 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10626 * config/sparc/obsd.mt: New file.
10627
10628 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10629 TDEP->fpregset to be initialized to enable core file register
10630 sets.
10631
10632 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10633
10634 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10635 Add opaque declarations.
10636 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10637 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10638 function with code split out from
10639 sparc64nbsd_sigcontext_frame_cache.
10640 (sparc64nbsd_sigcontext_frame_cache): Use
10641 sparc64nbsd_sigcontext_saved_regs.
10642 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10643 OpenBSD.
10644 * sparc64obsd-tdep.c: New file.
10645 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10646 (sparc64obsd-tdep.o): New dependency.
10647 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10648 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10649 * config/sparc/obsd64.mt: New file.
10650
10651 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10652 read the instruction at PC.
10653
10654 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10655 value of GDB_OSABI_DEFAULT.
10656 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10657 instead of GDB_OSABI_NETBSD_AOUT.
10658
10659 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10660
10661 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10662 copyright.
10663
10664 2004-01-23 Andrew Cagney <cagney@redhat.com>
10665
10666 * printcmd.c (display_command): Replace tui_set_display call with
10667 tui_set_layout_for_display_command.
10668 * tui/tui.h (enum tui_win_type): Define.
10669 (tui_set_layout): Delete declaration.
10670 (tui_set_layout_for_display_command): Rename set_tui_layout.
10671 * tui/tui-data.h (enum tui_layout_type): Define.
10672 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10673 "tui.h".
10674 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10675 (tui_default_win_height): Rename tuiDefaultWinHeight.
10676 (tui_default_win_viewport_height): Rename
10677 tuiDefaultWinViewportHeight.
10678 (tui_set_layout): RenametuiSetLayout.
10679 * tui/tui-layout.c: Update references.
10680 * tui/tui.c: Update references.
10681 * tui/tui-disasm.c: Update references.
10682
10683 2004-01-23 David Carlton <carlton@kealia.com>
10684
10685 Partial workaround for PR c++/1511:
10686 * cp-namespace.c: Include frame.h.
10687 (cp_lookup_transparent_type): New
10688 (cp_lookup_transparent_type_loop): New.
10689 * cp-support.h: Declare cp_lookup_transparent_type.
10690 * symtab.c (basic_lookup_transparent_type): Renamed from
10691 lookup_transparent_type.
10692 (lookup_transparent_type): Replace old body by a call to
10693 current_language->la_lookup_transparent_type.
10694 * symtab.h: Update copyright. Declare
10695 basic_lookup_transparent_type.
10696 * language.h: Update copyright.
10697 (struct language_defn): Add la_lookup_transparent_type.
10698 * language.c: Update copyright.
10699 (unknown_language_defn): Add basic_lookup_transparent_type.
10700 (auto_language_defn): Add basic_lookup_transparent_type.
10701 (local_language_defn): Add basic_lookup_transparent_type.
10702 * ada-lang.c: Update copyright.
10703 (ada_language_defn): Add basic_lookup_transparent_type.
10704 * c-lang.c: Update copyright.
10705 (c_language_defn): Add basic_lookup_transparent_type.
10706 (cplus_language_defn): Add basic_lookup_transparent_type.
10707 (asm_language_defn): Add basic_lookup_transparent_type.
10708 (minimal_language_defn): Add basic_lookup_transparent_type.
10709 * f-lang.c: Update copyright.
10710 (f_language_defn): Add basic_lookup_transparent_type.
10711 * jv-lang.c: Update copyright.
10712 (java_language_defn): Add basic_lookup_transparent_type.
10713 * m2-lang.c: Update copyright.
10714 (m2_language_defn): Add basic_lookup_transparent_type.
10715 * objc-lang.c: Update copyright.
10716 (objc_language_defn): Add basic_lookup_transparent_type.
10717 * p-lang.c: Update copyright.
10718 (p_language_defn): Add basic_lookup_transparent_type.
10719 * scm-lang.c: Update copyright.
10720 (scm_language_defn): Add basic_lookup_transparent_type.
10721 * Makefile.in (cp-namespace.o): Depend on frame.h.
10722
10723 2004-01-23 David Carlton <carlton@kealia.com>
10724
10725 Patch for PR c++/1520:
10726 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10727 properly if we have a specification die.
10728 (determine_prefix_aux): Rename from determine_prefix.
10729 (determine_prefix): Like the old determine_prefix, but never
10730 returns NULL.
10731
10732 2004-01-23 Theodore A. Roth <troth@openavr.org>
10733
10734 * avr-tdep.c: Update copyright.
10735 (avr_iaddr_p): Delete unused function.
10736 (avr_saddr_p): Delete unused function.
10737
10738 2004-01-23 David Carlton <carlton@kealia.com>
10739
10740 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10741 Fix for PR symtab/1534.
10742
10743 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10744
10745 * NEWS (New native configurations): Mention OpenBSD/sparc and
10746 OpenBSD/sparc64.
10747 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10748 * configure.host: Likewise.
10749 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10750 handler for OpenBSD.
10751 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10752
10753 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10754
10755 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10756 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10757
10758 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10759 * cli/cli-cmds.c (shell_escape): Likewise.
10760
10761 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10762 OpenBSD .note.openbsd.ident sections.
10763
10764 2004-01-22 David Carlton <carlton@kealia.com>
10765
10766 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10767 get_scope_pc_bounds.
10768 (read_file_scope): Ditto.
10769 (get_scope_pc_bounds): New function, produced by extracting code
10770 from the above two functions, consolidating it, and adding support
10771 for DW_TAG_namespace.
10772
10773 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10774
10775 * osabi.c (MAX_NOTESZ): New define.
10776 (check_note): New function.
10777 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10778 check_note.
10779
10780 2004-01-21 Roland McGrath <roland@redhat.com>
10781
10782 * MAINTAINERS (write after approval): Add myself.
10783
10784 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10785
10786 * utils.c (init_page_info): Move declarations of `rows' and
10787 `cols' before the __GO32__-specific code. Move the closing brace
10788 outside the #ifdef __GO32__..#endif block.
10789 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10790
10791 2004-01-21 Paul Brook <paul@codesourcery.com>
10792
10793 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10794 BPSTAT_WHAT_CHECK_SHLIBS.
10795
10796 2004-01-21 Paul Brook <paul@codesourcery.com>
10797
10798 * MAINTAINERS: Add myself to write-after-approval.
10799
10800 2004-01-20 Andrew Cagney <cagney@redhat.com>
10801
10802 * ax-gdb.c (print_axs_value): Delete unused function.
10803 * jv-lang.c (java_lookup_type): Delete unused function.
10804 * cli/cli-dump.c (dump_filetype): Delete unused function.
10805 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10806 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10807 (mips_getstring): Delete unused function.
10808 (pmon_insert_breakpoint): Delete #if0ed function.
10809 (PMON_MAX_BP): Delete #if0ed MACRO.
10810 (mips_pmon_bp_info): Delete #if0ed variable.
10811 (pmon_remove_breakpoint): Delete #if0ed function.
10812 * monitor.c (monitor_write_even_block): Delete unused function.
10813 (monitor_write_memory_block): Delete #if0ed code.
10814 * dink32-rom.c (dink32_load): Delete unused function.
10815 (_initialize_dink32_rom): Delete #if0ed code.
10816 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10817
10818 * tui/tui-command.c: Update references.
10819 * tui/tui-io.c: Update references.
10820 * tui/tui-command.h: Update copyright.
10821 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10822
10823 * source.c (ambiguous_line_spec): Delete never-defined function.
10824 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10825 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10826 * cli/cli-cmds.c (validate_comname): Ditto.
10827
10828 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10829 "tui-data.h".
10830 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10831 (tui_show_disassem): Rename tuiShowDisassem.
10832 (tui_show_disassem_and_update_source): Rename
10833 tuiVerticalDisassemScroll.
10834 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10835 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10836 * tui/tui.h: Update copyright.
10837 (enum tui_status): Define.
10838 * tui/tui-data.h (enum tui_scroll_direction): Define.
10839 * tui/tui-disasm.c: Update copyright. Update references.
10840 * tui/tui-winsource.c: Update copyright. Update references.
10841 * tui/tui-win.c: Update references.
10842 * tui/tui-layout.c: Update references.
10843
10844 2004-01-20 Andrew Cagney <cagney@redhat.com>
10845
10846 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10847 sym2 to start of block.
10848
10849 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10850
10851 * MAINTAINERS: Delete mmalloc.
10852 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10853 * NEWS: Mention removal of --with-malloc.
10854 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10855 * config.in: Regenerate.
10856 * configure: Regenerate.
10857 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10858 USE_MMALLOC, MMCHECK_FORCE.
10859 * gdbinit.in: Remove mmalloc.
10860 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10861 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10862 * config/i386/go32.mh: Likewise.
10863 * config/i386/interix.mh: Likewise.
10864 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10865
10866 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10867
10868 * linespec.c (decode_variable, symtab_from_filename): Call
10869 error_silent with error message instead of throwing an exception
10870 directly.
10871 * defs.h (error_silent, error_output_message): Add prototypes.
10872 (catch_exceptions_with_msg): Ditto.
10873 * utils.c (error_silent, error_output_message): New functions.
10874 * top.c (catch_exceptions_with_msg): New function.
10875
10876 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10877
10878 * mi/mi-cmds.h (enum print_values): Add definition.
10879
10880 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10881 type and value for simple data types and just the name and type
10882 for complex ones, if required.
10883
10884 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10885 children, if required.
10886
10887 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10888
10889 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10890 unused declarations.
10891
10892 2004-01-19 Andrew Cagney <cagney@redhat.com>
10893
10894 * top.h (mapped_symbol_files): Delete declaration.
10895 * main.c (captured_main): Delete option "m" and "mapped".
10896 * objfiles.c (mapped_symbol_files): Delete variable.
10897 * symfile.c (symbol_file_command): Delete mmap code.
10898 (symbol_file_add_with_addrs_or_offsets): Ditto.
10899 (add_symbol_file_command, reread_separate_symbols): Ditto.
10900 * objfiles.h (OBJF_MAPPED): Delete.
10901 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10902 (free_objfile) [USE_MMALLOC]: Ditto.
10903 (open_existing_mapped_file): Delete function.
10904 (open_mapped_file): Delete function.
10905 (map_to_file): Delete function.
10906
10907 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10908
10909 * infrun.c (step_into_function): Account for possible breakpoint
10910 adjustment when computing ``stop_func_start''.
10911
10912 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10913
10914 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10915 the region size against the size of a pointer, not the size of
10916 a register as given by DEPRECATED_REGISTER_SIZE.
10917
10918 2004-01-19 Andrew Cagney <cagney@redhat.com>
10919
10920 * tui/tui-regs.h: Include "tui-data.h".
10921 (tuiFirstRegElementNoInLine): Delete declaration.
10922 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
10923 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
10924 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
10925 (tui_calculate_regs_column_count): Rename
10926 tuiCalculateRegsColumnCount.
10927 (tui_check_register_values): Rename tuiCheckRegisterValues.
10928 (tui_show_registers): Rename tuiShowRegisters.
10929 (tui_display_registers_from_line): Rename
10930 tuiDisplayRegistersFromLine.
10931 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
10932 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
10933 (tui_first_reg_element_no_inline): Rename
10934 tuiFirstRegElementNoInLine.
10935 * tui/tui-data.h: Update copyright.
10936 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
10937 * tui/tui-windata.c: Update copyright, update references.
10938 * tui/tui-regs.c: Update copyright, update references.
10939 * tui/tui-win.c: Update copyright, update references.
10940 * tui/tui-layout.c: Update copyright, update references.
10941
10942 2004-01-18 Andrew Cagney <cagney@redhat.com>
10943
10944 * tui/tui-io.c: Update copyright.
10945 (key_is_end_sequence, key_is_backspace): New functions.
10946 (key_is_command_char, key_is_start_sequence): New function.
10947 (tui_getc): Update references.
10948 * tui/tui-io.h: Update copyright.
10949 (m_tuiStartNewLine): Delete macro.
10950 (m_isBackspace, m_isDeleteChar): Delete macros.
10951 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
10952 (m_isNextPage, m_isPrevPage): Delete macros.
10953 (m_isLeftArrow, m_isRightArrow): Delete macros.
10954 (m_isXdbStyleCommandChar): Delete macro.
10955 (key_is_start_sequence): Declare, replace m_isStartSequence.
10956 (key_is_end_sequence): Declare, replace m_isEndSequence.
10957 (key_is_backspace): Declare ,replace m_isBackspace.
10958 (key_is_command_char): Declare, replace m_isCommandChar.
10959 * tui/tui-command.c: Update copyright.
10960 (tuiDispatchCtrlChar): Update references.
10961
10962 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
10963 tuiSourceWin.h.
10964
10965 * tui/tui-command.c: Rename tui/tuiCommand.c.
10966 * tui/tui-command.h: Rename tui/tuiCommand.h.
10967 * tui/tui-data.c: Rename tui/tuiData.c.
10968 * tui/tui-data.h: Rename tui/tuiData.h.
10969 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
10970 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
10971 * tui/tui-io.c: Rename tui/tuiIO.c.
10972 * tui/tui-io.h: Rename tui/tuiIO.h.
10973 * tui/tui-layout.c: Rename tui/tuiLayout.c.
10974 * tui/tui-layout.h: Rename tui/tuiLayout.h.
10975 * tui/tui-regs.c: Rename tui/tuiRegs.c.
10976 * tui/tui-regs.h: Rename tui/tuiRegs.h.
10977 * tui/tui-source.c: Rename tui/tuiSource.c.
10978 * tui/tui-source.h: Rename tui/tuiSource.h.
10979 * tui/tui-stack.c: Rename tui/tuiStack.c.
10980 * tui/tui-stack.h: Rename tui/tuiStack.h.
10981 * tui/tui-win.c: Rename tui/tuiWin.c.
10982 * tui/tui-win.h: Rename tui/tuiWin.h.
10983 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
10984 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
10985 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
10986 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
10987 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
10988 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
10989 * tui/tui-file.c: Update includes.
10990 * tui/tui-hooks.c: Update includes.
10991 * tui/tui-interp.c: Update includes.
10992 * tui/tui.c: Update includes.
10993 * Makefile.in: Update all tui/ dependencies.
10994 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
10995
10996 * Makefile.in: Update copyright. Update dependencies.
10997
10998 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
10999 problem.
11000
11001 2004-01-18 Andrew Cagney <cagney@redhat.com>
11002
11003 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11004 instead of register_gdbarch_init.
11005
11006 * remote-sds.c (tohex): Delete unused function. Update copyright.
11007 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11008 * v850-tdep.c (v850_register_virtual_size): Ditto.
11009 * target.c (normal_target_post_startup_inferior): Ditto.
11010 * source.c (ambiguous_line_spec): Ditto.
11011 * remote.c (adapt_remote_get_threadinfo): Ditto.
11012 * mi/mi-out.c (out_field_fmt): Ditto.
11013 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11014 (output_control_change_notification): Ditto.
11015 * m68k-tdep.c (m68k_register_byte): Ditto.
11016 (m68k_remote_breakpoint_from_pc): Ditto.
11017 * ui-out.c (init_ui_out_state): Delete unused declaration.
11018 * stabsread.c (search_value): Ditto.
11019 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11020 * maint.c (print_section_table): Ditto.
11021 * infrun.c (set_follow_fork_mode_command): Ditto.
11022
11023 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11024
11025 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11026 DW_CFA_def_cfa_exporession. Add support for
11027 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11028 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11029
11030 2004-01-18 Andrew Cagney <cagney@redhat.com>
11031
11032 * ocd.c: Update copyright.
11033 (bdm_read_register_command): Delete unused function.
11034 (_initialize_remote_ocd): Delete commented out reference.
11035 (get_quoted_char, reset_packet): Delete #if0ed function.
11036 (output_packet, put_quoted_char): Delete #if0ed function.
11037 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11038 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11039 (BDM_BREAKPOINT): Delete #if0ed macro.
11040 (remote_timeout): Delete #if0ed variable.
11041
11042 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11043
11044 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11045 (core-sol2.o): Remove dependency.
11046 * core-sol2.c: Remove file.
11047
11048 2004-01-17 Andrew Cagney <cagney@redhat.com>
11049
11050 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11051 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11052 enums.
11053
11054 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11055
11056 * remote.c: Update copyright years.
11057
11058 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11059
11060 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11061
11062 2004-01-17 Andrew Cagney <cagney@redhat.com>
11063
11064 * mdebugread.c: Update copyright.
11065 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11066 (parse_type, parse_procedure): Ditto.
11067 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11068
11069 * cris-tdep.c (cris_store_struct_return): Put back accidently
11070 deleted function.
11071
11072 * gdbarch.sh: Update copyright year.
11073 * gdbarch.h, gdbarch.c: Re-generate.
11074
11075 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11076
11077 Suggested by George Anzinger.
11078 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11079 correct stack offset. Include unknown opcode numbers in the error
11080 message.
11081
11082 2004-01-17 Andrew Cagney <cagney@redhat.com>
11083
11084 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11085 extract_struct_value_address, i386 does not set it.
11086 * sparc64-tdep.c (sparc64_init_abi): Do not set
11087 extract_struct_value_address, never called.
11088 (sparc64_extract_struct_value_address): Delete function.
11089 * m68hc11-tdep.c: Update copyright.
11090 (m68hc11_gdbarch_init): Delete redundant assignment of
11091 extract_struct_value_address.
11092 * i386-tdep.c: Update copyright.
11093 (i386_gdbarch_init): Do not set extract_struct_value_address,
11094 never called.
11095 (i386_extract_struct_value_address): Delete function.
11096 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11097 extract_struct_value_address, never called.
11098 (sparc32_extract_struct_value_address): #if 0 function. Add
11099 comments explaining its future.
11100
11101 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11102
11103 * arm-tdep.c (arm_write_pc): New function.
11104 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11105
11106 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11107
11108 * breakpoint.c (must_shift_inst_regs): Delete.
11109 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11110 and SHIFT_INST_REGS.
11111 * infcmd.c (step_1, step_1_continuation): Delete references to
11112 SHIFT_INST_REGS.
11113 * infrun.c (keep_going): Likewise.
11114 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11115 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11116
11117 2004-01-17 Andrew Cagney <cagney@redhat.com>
11118
11119 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11120 * gdbarch.h, gdbarch.c: Re-generate.
11121 * infcmd.c (print_return_value): Delete reference to
11122 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11123
11124 * cris-tdep.c (cris_gdbarch_init): Do not set
11125 deprecated_extract_struct_value_address.
11126
11127 * xstormy16-tdep.c: Update copyright.
11128 (xstormy16_extract_struct_value_address): Update to current
11129 extract struct value address interface.
11130 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11131 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11132 current extract struct value address interface.
11133 (sh64_gdbarch_init): Set extract_struct_value_address.
11134
11135 * cris-tdep.c: Update copyright.
11136 (cris_extract_struct_value_address): Delete function.
11137 (struct_return_address): Delete variable.
11138 (cris_store_struct_return): Do not set struct_return_address.
11139
11140 * mcore-tdep.c: Update copyright.
11141 (mcore_extract_struct_value_address): Delete function. Update
11142 comments.
11143 (mcore_gdbarch_init): Update.
11144 * mn10300-tdep.c: Update copyright.
11145 (mn10300_extract_struct_value_address): Delete function.
11146 (mn10300_gdbarch_init): Update.
11147 * v850-tdep.c: Update copyright.
11148 (v850_extract_struct_value_address): Delete.
11149 (v850_gdbarch_init): Update.
11150 * ns32k-tdep.c: Update copyright.
11151 (ns32k_extract_struct_value_address): Delete.
11152 (ns32k_gdbarch_init): Update.
11153 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11154 (hppa_gdbarch_init): Update.
11155 * vax-tdep.c: Update copyright.
11156 (vax_extract_struct_value_address): Delete.
11157 (vax_gdbarch_init): Update.
11158
11159 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11160 * gdbarch.h, gdbarch.c: Re-generate.
11161 * procfs.c (procfs_fetch_registers): Delete reference to
11162 DEPRECATED_NPC_REGNUM.
11163 (procfs_store_registers): Ditto.
11164 * regcache.c (generic_target_write_pc): Simplify.
11165 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11166
11167 * core-sol2.c (fetch_core_registers): Replace
11168 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11169
11170 * hppa-tdep.c: Update copyright year.
11171 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11172 NPC_REGNUM.
11173 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11174
11175 * mips-tdep.c (mips_write_pc): New function.
11176 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11177 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11178 (mips_find_saved_regs, mips_software_single_step: Ditto.
11179 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11180 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11181
11182 2004-01-17 Andrew Cagney <cagney@redhat.com>
11183
11184 * mips-tdep.c: Re-indent. Group functions by ABI.
11185
11186 2004-01-17 Andrew Cagney <cagney@redhat.com>
11187
11188 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11189 * gdbarch.c: Re-generate.
11190 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11191 DECR_PC_AFTER_BREAK to zero.
11192 * vax-tdep.c (vax_gdbarch_init): Ditto.
11193 * v850-tdep.c (v850_gdbarch_init): Ditto.
11194 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11195 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11196 * sh-tdep.c (sh_gdbarch_init): Ditto.
11197 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11198 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11199 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11200 * mips-tdep.c (mips_gdbarch_init): Ditto.
11201 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11202 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11203 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11204 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11205 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11206 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11207 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11208 * frv-tdep.c (frv_gdbarch_init): Ditto.
11209 * cris-tdep.c (cris_gdbarch_init): Ditto.
11210 * avr-tdep.c (avr_gdbarch_init): Ditto.
11211 * arm-tdep.c (arm_gdbarch_init): Ditto.
11212 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11213
11214 2004-01-17 J. Brobecker <brobecker@gnat.com>
11215
11216 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11217 Delete, no longer used.
11218 (read_subrange_type): New function, mostly extracted from
11219 read_array_type().
11220 (read_array_type): Replace extracted code by call to
11221 read_subrange_type().
11222 (dwarf2_get_attr_constant_value): New function.
11223 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11224 (add_partial_symbol): Likewise.
11225 (process_die): Likewise.
11226 (new_symbol): Likewise.
11227 (read_type_die): Likewise.
11228
11229 2004-01-16 Andrew Cagney <cagney@redhat.com>
11230
11231 * symfile.c: Update copyright year.
11232 (compare_symbols): Delete unused function.
11233 * stabsread.c: Update copyright year.
11234 (lrs_general_complaint): Delete unused function.
11235 (ref_search_value): Ditto.
11236 (get_substring): Delete declaration.
11237 * sh64-tdep.c: Update copyright year.
11238 (sh64_get_gdb_regnum): Delete unused function.
11239 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11240 Delete unused function.
11241
11242 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11243
11244 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11245 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11246
11247 2004-01-16 Andrew Cagney <cagney@redhat.com>
11248
11249 Changes from Peter Schauer.
11250 * rs6000-tdep.c: Update copyright year.
11251 (rs6000_push_dummy_call): Update the stack pointer before
11252 accessing the corresponding stack region.
11253 * rs6000-nat.c: Update copyright year.
11254 (set_host_arch): Set "info.abfd" to "exec_bfd".
11255
11256 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11257
11258 * blockframe.c: Update copyright year.
11259 (inside_entry_func): Don't treat a zero PC specially.
11260
11261 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11262
11263 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11264 variable.
11265 (gcore_create_callback): Ditto. Skip any memory segment that has
11266 no permissions set.
11267
11268 2004-01-14 David Carlton <carlton@kealia.com>
11269
11270 Change symbols for C++ nested types to contain the fully qualified
11271 name, if possible. (At least in the DWARF-2 case.) Partial fix
11272 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11273 c++/895.
11274 * c-exp.y (qualified_type): Handle types nested within classes.
11275 * cp-namespace.c: Update comments.
11276 (cp_set_block_scope): Delete #if 0.
11277 (cp_lookup_nested_type): Handle types nested within classes.
11278 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11279 when appropriate.
11280 (add_partial_symbol): Add the name of the enclosing namespace to
11281 types.
11282 (pdi_needs_namespace): New.
11283 (add_partial_namespace): Tweak comment.
11284 (add_partial_structure): New.
11285 (psymtab_to_symtab_1): Initialize processing_current_prefix
11286 here...
11287 (process_die): instead of here.
11288 (read_structure_scope): Try to figure out the name of the class or
11289 namespace that the structure might be defined within.
11290 (read_enumeration): Generate fully-qualified names, if possible.
11291 (read_namespace): Don't set name to NULL.
11292 (die_specification): New.
11293 (new_symbol): Generate fully-qualified names for types.
11294 (read_type_die): Determine appropriate prefix.
11295 (determine_prefix): New.
11296 (typename_concat): New.
11297 (class_name): New.
11298 * valops.c (value_aggregate_elt): Pass NOSIDE to
11299 value_struct_elt_for_reference.
11300 (value_struct_elt_for_reference): Make static, add NOSIDE
11301 parameter, call value_maybe_namespace_elt as a last resort.
11302 (value_namespace_elt): Break out code into
11303 value_maybe_namespace_elt.
11304 (value_maybe_namespace_elt): New.
11305
11306 2004-01-12 Andrew Cagney <cagney@redhat.com>
11307
11308 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11309 cooked floating-point registers.
11310 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11311 and value_to_register.
11312
11313 2004-01-13 Andrew Cagney <cagney@redhat.com>
11314
11315 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11316 * gdbarch.c: Re-generate.
11317 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11318 FUNCTION_START_OFFSET.
11319 * v850-tdep.c (v850_gdbarch_init): Ditto.
11320 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11321 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11322 * sh-tdep.c (sh_gdbarch_init): Ditto.
11323 * s390-tdep.c (s390_gdbarch_init): Ditto.
11324 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11325 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11326 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11327 * mips-tdep.c (mips_gdbarch_init): Ditto.
11328 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11329 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11330 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11331 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11332 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11333 * i386-tdep.c (i386_gdbarch_init): Ditto.
11334 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11335 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11336 * frv-tdep.c (frv_gdbarch_init): Ditto.
11337 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11338 * cris-tdep.c (cris_gdbarch_init): Ditto.
11339 * avr-tdep.c (avr_gdbarch_init): Ditto.
11340 * arm-tdep.c (arm_gdbarch_init): Ditto.
11341 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11342
11343 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11344
11345 * infrun.c (follow_fork_mode_ask): Remove.
11346 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11347 (follow_fork): Simplify and remove internal error for
11348 follow_fork_mode_ask.
11349 (_initialize_infrun): Update "set follow-fork-mode" help text.
11350
11351 2004-01-13 Andrew Cagney <cagney@redhat.com>
11352
11353 * configure.in: Update copyright year.
11354 (build_warnings): Add -Wunused-label.
11355 * configure: Re-generate.
11356
11357 2004-01-12 Andrew Cagney <cagney@redhat.com>
11358
11359 * exec.h (exec_ops): Make "extern".
11360
11361 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11362 the function is void.
11363 (mips_pseudo_register_write): Ditto.
11364
11365 2004-01-12 Andrew Cagney <cagney@redhat.com>
11366
11367 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11368 call. Never defined.
11369 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11370 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11371 (struct sparc_gregset, struct regcache): Ditto.
11372 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11373
11374 2004-01-12 Andrew Cagney <cagney@redhat.com>
11375
11376 * mi/ChangeLog: Delete file. Renamed to ...
11377 * mi/ChangeLog-1999-2003: New file.
11378 * tui/ChangeLog: Delete file. Renamed to ...
11379 * tui/ChangeLog-1998-2003: New file.
11380
11381 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11382
11383 * sparc64nbsd-tdep.c: Include "regset.h".
11384 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11385 Remove variables.
11386 (fetch_core_registers): Remove function.
11387 (sparc64nbsd_core_fns): Remove variable.
11388 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11389 functions.
11390 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11391 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11392 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11393
11394 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11395 sparc_extract_struct_value_address.
11396 (sparc32_gdbarch_init): Set extract_struct_value_address.
11397 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11398 function.
11399 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11400 return_value_on_stack.
11401
11402 * NEWS: Mention that %cs and %ss have been added to the AMD64
11403 configurations
11404
11405 * frame.c: Update copyright year.
11406 (get_prev_frame): Improve comment.
11407
11408 * sparc64fbsd-tdep.c: Include "regset.h".
11409 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11410 Remove variables.
11411 (fetch_core_registers): Remove function.
11412 (sparc64fbsd_core_fns): Remove variable.
11413 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11414 functions.
11415 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11416 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11417 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11418
11419 * sparcnbsd-tdep.c: Include "regset.h".
11420 (fetch_core_registers): Remove function.
11421 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11422 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11423 functions.
11424 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11425 TDEP->fpregset.
11426 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11427
11428 * sparc-tdep.h (struct regset): Provide opaque declaration.
11429 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11430 fpregset and sizeof_fpregset members.
11431 * sparc-tdep.c (struct regset): Provide opaque declaration.
11432 (sparc_regset_from_core_section): New function.
11433 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11434 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11435 Set regset_from_core_section when appropriate.
11436
11437 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11438
11439 * x86-64-tdep.c (amd64_non_pod_p): New function.
11440 (amd64_classify_aggregate): Return class memory for non-POD
11441 C++ structure types.
11442
11443 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11444 argument. Use it to reserve a register if necessary.
11445 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11446 amd64_push_arguments.
11447
11448 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11449
11450 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11451 register numbers in comments.
11452 * x86-64-tdep.h: Update copyright year.
11453 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11454 Adjust for addition of %cs and %ss.
11455 * amd64fbsd-nat.c: Update copyright year.
11456 (reg_offset): Add register offsets for %cs and %ss.
11457 * amd64fbsd-tdep.c: Update copyright year.
11458 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11459 (amd64fbsd_sc_reg_offset): Likewise.
11460 * x86-64-linux-nat.c: Update copyright year.
11461 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11462 and %ss.
11463 * amd64nbsd-nat.c: Update copyright year.
11464 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11465 * amd64nbsd-tdep.c: Update copyright year.
11466 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11467 * x86-64-linux-tdep.c: Update copyright year.
11468 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11469 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11470 * regformats/reg-x86-64.dat: Add %cs and %ss.
11471
11472 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11473 variables to prevent long lines. Update comments to reflect
11474 reality.
11475
11476 2004-01-09 David Carlton <carlton@kealia.com>
11477
11478 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11479 * dwarf2read.c (read_namespace): Pull out name-generating code
11480 into namespace_name. Rename previous_namespace to previous_prefix
11481 and processing_current_namespace to processing_current_prefix..
11482 (namespace_name): New function.
11483 (add_partial_symbol): Substitute uses of pdi->name with
11484 actual_name.
11485 * cp-support.h: Rename processing_current_namespace to
11486 processing_current_prefix.
11487 Update copyright year.
11488 * cp-namespace.c: Rename processing_current_namespace to
11489 processing_current_prefix.
11490 Update copyright year.
11491
11492 2004-01-09 Andrew Cagney <cagney@redhat.com>
11493
11494 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11495
11496 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11497
11498 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11499 complaining.
11500 (process_one_symbol): Deal with N_PATCH stabs.
11501
11502 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11503
11504 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11505 ifdeffed code.
11506 Update copyright year.
11507
11508 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11509
11510 * config/pa/tm-hppa.h: Update extern declarations for
11511 hppa32_hpux_frame_saved_pc_in_sigtramp,
11512 hppa32_hpux_frame_base_before_sigtramp, and
11513 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11514
11515 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11516
11517 * config/pa/tm-hppah.h: Update copyright years.
11518
11519 2004-01-08 Andrew Cagney <cagney@redhat.com>
11520
11521 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11522 (mips_o32_reg_struct_has_addr): Delete function.
11523 (mips_gdbarch_init): Update.
11524 (mips_extract_struct_value_address): Delete function.
11525
11526 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11527
11528 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11529 reality.
11530
11531 2004-01-07 Andrew Cagney <cagney@redhat.com>
11532
11533 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11534 architecture's elf flags (when available).
11535
11536 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11537 FPU to the start, check the MIPS FPU when looking for an old
11538 architecture.
11539 (set_mipsfpu_single_command): Update the architecture.
11540 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11541
11542 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11543 (mips_mask_address_p): Add "tdep" parameter.
11544 (show_mask_address, mips_addr_bits_remove): Update.
11545 (mips_dump_tdep): Update.
11546 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11547 (MIPS_STACK_ARGSIZE): Delete macro.
11548 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11549 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11550 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11551 (mips_dump_tdep): Update.
11552 (MIPS_SAVED_REGSIZE): Delete macro.
11553 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11554 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11555 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11556 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11557 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11558 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11559 (mips_pop_frame, return_value_location): Update.
11560 (mips_n32n64_return_value, mips_dump_tdep): Update.
11561
11562 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11563 MIPS ABI.
11564
11565 * mips-tdep.c: Update copyright.
11566 (mips_gdbarch_init): Merge two code blocks handling the register
11567 name and number layout.
11568
11569 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11570
11571 * tracepoint.c (validate_actionline): Fix segv at EOF
11572
11573 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11574
11575 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11576 properly for static fields.
11577
11578 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11579 Jason Molenda <jmolenda@apple.com>
11580
11581 * disasm.c: Update copyright to include 2004.
11582 (do_mixed_source_and_assembly): For uiout asm list
11583 and tuple cleanups, initialize to null_cleanup instead of
11584 NULL and do so prior to loop. Only reset when we close off
11585 the tuple/list. Move check for whether to close off the
11586 asm tuple/list to after dump_insns call where it will be run
11587 on each loop iteration.
11588
11589 2004-01-05 Andrew Cagney <cagney@redhat.com>
11590
11591 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11592 should be a switch case and not a label.
11593 * mips-tdep.c (mips32_next_pc): Delete unused labels
11594 "greater_equal_branch" and "less_zero_branch".
11595 * jv-valprint.c (java_print_value_fields): Delete unused label
11596 "flush_it".
11597
11598 * target.c (unpush_target): Only close a target that is in the
11599 target stack.
11600
11601 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11602
11603 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11604 address from [sp + 64] instead of %o2.
11605
11606 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11607 fixes PR backtrace/1476.
11608
11609 2004-01-05 Andrew Cagney <cagney@redhat.com>
11610
11611 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11612 move to start of file.
11613 * i386-tdep.h (struct regcache): Add opaque declaration.
11614 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11615 declaration.
11616 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11617 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11618 * win32-nat.c (fake_create_process): Use ISO C style definition.
11619 * stabsread.c (define_symbol): Delete #ifndef
11620 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11621 stabs_argument_has_addr call, macro never defined.
11622
11623 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11624
11625 * op50-rom.c: Delete.
11626 * w89k-rom.c: Delete.
11627 * Makefile.in: Remove references.
11628
11629 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11630
11631 * x86-64-tdep.c: Update copyright year.
11632 (struct amd64_register_info): Rename from x86_64_register_info.
11633 (amd64_register_info): Rename from x86_64_register_info.
11634 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11635 (amd64_register_name): Rename from x86_64_register_name.
11636 (amd64_register_type): Rename from x86_64_register_type.
11637 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11638 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11639 (amd64_dwarf_reg_to_regnum): Rename from
11640 x86_64_dwarf_reg_to_regnum.
11641 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11642 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11643 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11644 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11645 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11646 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11647 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11648 (amd64_frame_cache): Rename from x86_64_frame_cache.
11649 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11650 (amd64_frame_prev_register): Rename from
11651 x86_64_frame_prev_register.
11652 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11653 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11654 (amd64_sigtramp_frame_cache): Rename from
11655 x86_64_sigtramp_frame_cache.
11656 (amd64_sigtramp_frame_prev_register): Rename from
11657 x86_64_sigtramp_frame_prev_register.
11658 (amd64_sigtramp_frame_unwind): Rename from
11659 x86_64_sigtramp_frame_unwind.
11660 (amd64_sigtramp_frame_sniffer): Rename from
11661 x86_64_sigtramp_frame_sniffer.
11662 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11663 (amd64_frame_base): Rename from x86_64_frame_base.
11664 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11665 (amd64_frame_align): Rename from x86_64_frame_align.
11666 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11667 (amd64_regset_from_core_section): Rename from
11668 x86_64_regset_from_core_section.
11669 (x86_64_init_abi): Update comments.
11670
11671 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11672
11673 * MAINTAINERS (write after approval): Add myself.
11674
11675 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11676
11677 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11678 `float' arguments.
11679
11680 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11681
11682 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11683 such that it mentions a specific version of GCC that exhibits this
11684 bug.
11685
11686 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11687
11688 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11689 structure that has a single `float' member, store it in %f1 in
11690 addition to %f0.
11691
11692 * sparc-sol2-nat.c: Add missing '\'.
11693
11694 * sparc-tdep.c (sparc32_return_value): New function.
11695 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11696 Remove functions.
11697 (sparc32_gdbarch_init): Set return_value, don't set
11698 extract_return_value, store_return_value, use_struct_convention
11699 and return_value_on_stack.
11700
11701 * sparc-sol2-nat.c: Add missing ')'.
11702
11703 2004-01-03 J. Brobecker <brobecker@gnat.com>
11704
11705 * infrun.c (handle_step_into_function): New function.
11706 (handle_inferior_event): Extract out some code into the new
11707 function above.
11708
11709 2004-01-03 J. Brobecker <brobecker@gnat.com>
11710
11711 * infrun.c (handle_inferior_event): Move the declaration of
11712 real_stop_pc inside the if blocks where it is used.
11713
11714 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11715
11716 * sparc64-tdep.c (sparc64_16_byte_align_p)
11717 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11718 Use check_typedef to get subtypes of structures and unions.
11719 (sparc64_store_return_value): Fix calculation of the appropriate
11720 offset into VALBUF when storing a structure or union.
11721 (sparc64_return_value): New function.
11722 (sparc64_use_struct_convention): Remove function.
11723 (sparc64_init_abi): Set return_value, don't set
11724 extract_return_value, store_return_value and
11725 use_struct_convention.
11726
11727 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11728
11729 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11730 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11731 gdb/config/alpha/xm-alphaosf.h,
11732 gdb/config/powerpc/tm-ppcle-eabi.h,
11733 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11734 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11735 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11736 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11737 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11738 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11739 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11740 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11741 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11742 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11743 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11744 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11745 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11746 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11747 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11748 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11749 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11750 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11751 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11752 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11753 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11754 Remove lines for .cvsignore files.
11755
11756 2004-01-03 J. Brobecker <brobecker@gnat.com>
11757
11758 * infrun.c: Back out the previous change.
11759
11760 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11761
11762 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11763 sparc-*-sunos4* to the list of REMOVED configurations.
11764
11765 * configure.tgt: Add back sparc-*-vxworks*.
11766 * remote-vxsparc.c: Remove all includes except for "defs.h",
11767 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11768 Include "sparc-tdep.h".
11769 (SPARC_R_G1): New define.
11770 (vxsparc_gregset): New variable.
11771 (ext_format_sparc): Remove extern declaration.
11772 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11773 sparc32_supply_fpregset.
11774 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11775 sparc_collect_rwindow and sparc32_collect_fpregset.
11776 * config/sparc/tm-vxworks.h: New file, based on recently removed
11777 tm-vxsparc.h.
11778 * config/sparc/vxworks.mt: New file, based on recently removed
11779 vxworks.mt.
11780
11781 2004-01-03 J. Brobecker <brobecker@gnat.com>
11782
11783 * infrun.c (handle_step_into_function): New function.
11784 (handle_inferior_event): Extract out some code into the new
11785 function above.
11786
11787 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11788
11789 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11790 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11791 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11792 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11793 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11794 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11795 (sparc_nat_h): New variable.
11796 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11797 (tm-sun4os4.h): Remove dependency.
11798 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11799 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11800 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11801 sparc-tdep.o): Update dependencies.
11802 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11803 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11804 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11805 dependencies.
11806 * configure.host: Remove existing sparc-*-lynxos*,
11807 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11808 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11809 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11810 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11811 triplets.
11812 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11813 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11814 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11815 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11816 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11817 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11818 sparc64-*-solaris2* and sparc64-*-* triplets.
11819 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11820 "symtab.h" and "objfiles.h".
11821 (BIAS): Remove define.
11822 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11823 (X_DISP19): Remove macros.
11824 (sparc_fetch_instruction): Remove function.
11825 (struct gdbarch_tdep): Remove definition.
11826 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11827 (sparc_breakpoint_from_pc): Remove function.
11828 (struct sparc64_frame_cache): Remove definition.
11829 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11830 sparc64_unwind_pc): Remove functions.
11831 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11832 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11833 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11834 (sparc64_frame_cache): Change return type to `struct
11835 sparc_frame_cache *'. Simply call sparc_frame_cache.
11836 (sparc64_frame_this_id, sparc64_frame_prev_register,
11837 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11838 instead of `struct sparc64_frame_cache.
11839 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11840 sparc_analyze_control_transfer, sparc_software_single_step,
11841 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11842 _initialize_sparc64_tdep): Remove functions.
11843 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11844 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11845 macros.
11846 (sparc64_supply_gregset, sparc64_collect_gregset,
11847 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11848 (sparc64_init_abi): New function.
11849 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11850 inclusion guard. Include "sparc-tdep.h".
11851 (BIAS): Define.
11852 (r_tstate_offset, r_fprs_offset): New defines.
11853 (enum sparc_regnum): Remove defenition.
11854 (enum sparc64_regnum): Reformat.
11855 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11856 (sparc64_init_abi, sparc64_supply_gregset,
11857 sparc64_collect_gregset, sparc64_supply_fpregset,
11858 sparc64_collect_fpregset): New prototypes.
11859 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11860 Add extern declarations.
11861 (sparc64_sol2_init_abi): New prototype.
11862 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11863 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11864 prototypes.
11865 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11866 "sparnbsd-nat.h".
11867 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11868 functions.
11869 (_initialize_sparc64fbsd_nat): Remove initialization of
11870 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11871 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11872 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11873 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11874 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11875 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11876 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11877 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11878 (sparc64fbsd_r_y_offset): Remove variables.
11879 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11880 Make static and const.
11881 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11882 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11883 functions.
11884 (sparc64fbsd_gregset): New variable.
11885 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11886 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11887 and sparc64_supply_fpregset.
11888 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11889 (sparc64fbsd_sigtramp_frame_this_id)
11890 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11891 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11892 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11893 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11894 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11895 * sparcnbsd-tdep.c: Update copyright year. Include
11896 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11897 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11898 "value.h" and "sparcnbsd-tdep.h".
11899 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11900 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11901 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11902 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11903 defines.
11904 (sparcnbsd_gregset): New variable.
11905 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11906 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11907 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11908 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11909 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11910 variables.
11911 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11912 (sparc32nbsd_sigcontext_frame_this_id)
11913 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11914 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11915 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11916 (sparcnbsd_get_longjmp_target_32,
11917 sparcnbsd_get_longjmp_target_64): Remove functions.
11918 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
11919 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
11920 sparcnbsd_init_elf): Remove.
11921 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
11922 (sparcnbsd_elf_init_abi): New functions.
11923 (_initialize_sparcnbsd_tdep): New prototype.
11924 (_initialize_sparnbsd_tdep): Update.
11925 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
11926 corelow.o. Add sparc64-nat.o and sparc-nat.o.
11927 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
11928 * config/sparc/linux.mh: Update comment.
11929 (XM_FILE, HOST_IPC): Remove variables.
11930 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
11931 sparc-linux-nat.o.
11932 * config/sparc/linux.mt: Update comment.
11933 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
11934 * config/sparc/nbsd.mt: Reformat.
11935 * config/sparc/nbsd64.mh: Update comment.
11936 (NATDEPFILES): Add sparc-nat.o.
11937 * config/sparc/nbsd64.mt: Update comment.
11938 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
11939 (TM_FILE): Set to tm-nbsd.h.
11940 * config/sparc/nbsdelf.mh: Update comment.
11941 (NATDEPFILES): Add sparc-nat.o.
11942 (XM_FILE): Delete.
11943 * config/sparc/nbsdaout.mh: Update comment.
11944 (NATDEPFILES): Add sparc-nat.o
11945 (XM_FILE): Delete.
11946 * config/sparc/nm-linux.h: Update copyright year. Don't include
11947 "config/nm-svr4.h" and "solib.h". Add protection against multiple
11948 inclusion.
11949 (KERNEL_U_SIZE): Remove define.
11950 (kernel_u_size): Remove prototype.
11951 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
11952 * config/sparc/nm-nbsd.h: Update copyright. Don't include
11953 "regcache.h".
11954 (CHILD_PREPARE_TO_STORE): Remove define.
11955 * config/sparc/nm-nbsdaout.h: Tweak some comments.
11956 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
11957 sparcnbsd-nat.c: Rewrite files.
11958 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
11959 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
11960 sparcnbsd-tdep.h: Remove files.
11961 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
11962 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
11963 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
11964 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
11965 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
11966 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
11967 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
11968 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
11969 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
11970 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
11971 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
11972 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
11973 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
11974 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
11975 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
11976 * config/sparc/linux64.mh, config/sparc/linux64.mt,
11977 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
11978 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
11979 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
11980
11981 2004-01-02 Andrew Cagney <cagney@redhat.com>
11982
11983 From 2003-12-18 Kazuhiro Inaoka:
11984 * configure.host: Add m32r-linux target.
11985
11986 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11987
11988 * top.c (print_gdb_version): Update year to 2004.
11989
11990 2004-01-02 Mark Mitchell <mark@codesourcery.com>
11991
11992 * MAINTAINERS: Add myself to the write-after-approval category.
11993
11994 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
11995
11996 From Bernardo Innocenti <bernie@develer.com>:
11997 * configure.tgt: Add uClinux target.
11998
11999 2004-01-02 Andrew Cagney <cagney@redhat.com>
12000
12001 * utils.c (do_my_cleanups): Make static, add forward declaration.
12002 * defs.h (do_my_cleanups): Delete declaration.
12003
12004 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12005
12006 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12007 bfd/ChangeLog-0203.
12008
12009 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12010
12011 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12012 in <machine/reg.h>.
12013 * configure, config.in: Regenerate.
12014
12015 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12016 tui/ChangeLog-1998-2003.
12017 \f
12018 Local Variables:
12019 mode: change-log
12020 left-margin: 8
12021 fill-column: 74
12022 version-control: never
12023 End: