8ee6b2ae7326cef6682df431c411c0bd05f72c79
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2
3 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
4 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
5
6 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
7 comment.
8
9 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
10
11 * ada-exp.y (type_int): New function to add layer of abstraction
12 around references to expression types.
13 (type_long): Ditto.
14 (type_long_long): Ditto.
15 (type_float): Ditto.
16 (type_double): Ditto.
17 (type_long_double): Ditto.
18 (type_char): Ditto.
19 (type_system_address): Ditto.
20 (simple_exp): Use type_* functions in place of builtin_*
21 variables.
22 (exp): Ditto.
23 (write_var_from_name): Ditto.
24 (write_object_renaming): Ditto.
25 * ada-lang.c (ada_create_fundamental_type): Remove redundant
26 declaration.
27 (build_ada_types): Remove, replacing with...
28 (ada_language_arch_info): New function to initialize primitive
29 type vector in language_arch_info.
30 (ada_array_length): Remove use of builtin_type_ada_int.
31 (value_pos_atr): Ditto.
32 (ada_evaluate_subexp): Ditto.
33 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
34 builtin_type_ada_long_long, builtin_type_ada_char,
35 builtin_type_ada_float, builtin_type_ada_double,
36 builtin_type_ada_long_double, builtin_type_ada_natural,
37 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
38 (ada_builtin_types): Remove.
39 (ada_language_defn): Remove entries for la_builtin_type_vector and
40 string_char_type and use ada_language_arch_info.
41 (_initialize_ada_language): Do type-vector initialization along
42 the lines of c-lang.c.
43 (ada_create_fundamental_type): Break up line.
44 (ada_dump_symtab): Remove unused function.
45 (enum ada_primitive_types): Define.
46 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
47 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
48 builtin_type_ada_float, builtin_type_ada_double,
49 builtin_type_ada_long_double, builtin_type_ada_natural,
50 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
51 * ada-lex.l: Use type_* functions in place of builtin_* variables.
52 (processInt): Ditto.
53 (processReal): Ditto.
54 (name_lookup): Ditto.
55 * ada-typeprint.c (print_range): Use builtin_type_int, not
56 builtin_type_ada_int.
57
58 2004-09-18 Mark Kettenis <kettenis@gnu.org>
59
60 * i386-tdep.c (i386_register_name): Rename regno to regnum.
61
62 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
63 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
64 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
65 * configure.in: Improve checks for curses library by checking for
66 mvwaddstr instead of initscr. Drop HP curses in favour of
67 standard curses on HP-UX.
68 * configure: Regenerated.
69
70 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
71
72 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
73 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
74 Minor formatting changes.
75 (empty_array): Slight rewrite for formatting.
76 (emit_char,parse,ada_language_defn,build_ada_types,
77 ada_is_exception_sym, _initialize_ada_language): Move
78 definitions around.
79 (ada_dump_symtab): Remove unused definition.
80 (ada_maybe_exception_partial_symbol): Remove unused definition.
81
82 2004-09-16 Andrew Cagney <cagney@gnu.org>
83
84 * inf-child.c: Include "gdb_string.h".
85 (inf_child_core_file_to_sym_file): Delete.
86 (inf_child_target): Set to_fetch_registers and to_store_registers.
87 * inf-ptrace.c: Include "gdb_string.h".
88 * Makefile.in: Update all dependencies.
89
90 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
91 problem.
92
93 2004-09-14 Joel Brobecker <brobecker@gnat.com>
94
95 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
96 call to heuristic_proc_desc. Remove code that became redundant
97 as a consequence.
98 (read_next_frame_reg): Remove special case for SP_REGNUM.
99 (set_reg_offset): Fix small typo.
100 (reset_saved_regs): New procedure.
101 (mips32_heuristic_proc_desc): No longer compute a fake
102 procedure descriptor. Compute the full frame cache instead.
103 Some minor comment reformatting.
104
105 2004-09-14 Andrew Cagney <cagney@gnu.org>
106
107 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
108 maintainer.
109
110 * thread-db.c (thread_db_new_objfile): Assume that there is a
111 child process.
112
113 2004-09-13 Jim Blandy <jimb@redhat.com>
114
115 * valops.c (value_assign): Move 'buffer' to the enclosing block,
116 so that its storage isn't referenced after its lifetime ends.
117
118 * valops.c (value_assign): 'use_buffer' is initialized to zero,
119 and never assigned to. Delete it, and the 'if (use_buffer)'
120 clauses. Delete 'raw_buffer', since it is now unused.
121
122 2004-09-13 Andrew Cagney <cagney@gnu.org>
123
124 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
125 * configure: Re-generate.
126 * nlm/Makefile.in (TAGS): Update.
127 * Makefile.in (TAGS): Update.
128 * config/vax/nbsd.mt (TM_FILE): Update.
129 * config/sparc/vxworks.mt (TM_FILE): Update.
130 * config/sparc/sol2.mt (TM_FILE): Update.
131 * config/sparc/sol2-64.mt (TM_FILE): Update.
132 * config/sparc/obsd64.mt (TM_FILE): Update.
133 * config/sparc/obsd.mt (TM_FILE): Update.
134 * config/sparc/nbsd64.mt (TM_FILE): Update.
135 * config/sparc/nbsd.mt (TM_FILE): Update.
136 * config/sparc/linux64.mt (TM_FILE): Update.
137 * config/sparc/linux.mt (TM_FILE): Update.
138 * config/sparc/fbsd.mt (TM_FILE): Update.
139 * config/sh/wince.mt (TM_FILE): Update.
140 * config/sh/nbsd.mt (TM_FILE): Update.
141 * config/sh/linux.mt (TM_FILE): Update.
142 * config/sh/embed.mt (TM_FILE): Update.
143 * config/s390/s390.mt (TM_FILE): Update.
144 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
145 * config/rs6000/rs6000.mt (TM_FILE): Update.
146 * config/rs6000/aix4.mt (TM_FILE): Update.
147 * config/powerpc/vxworks.mt (TM_FILE): Update.
148 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
149 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
150 * config/powerpc/obsd.mt (TM_FILE): Update.
151 * config/powerpc/nbsd.mt (TM_FILE): Update.
152 * config/powerpc/linux.mt (TM_FILE): Update.
153 * config/powerpc/aix.mt (TM_FILE): Update.
154 * config/pa/obsd.mt (TM_FILE): Update.
155 * config/pa/linux.mt (TM_FILE): Update.
156 * config/pa/hppahpux.mt (TM_FILE): Update.
157 * config/pa/hppa64.mt (TM_FILE): Update.
158 * config/pa/hppa.mt (TM_FILE): Update.
159 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
160 * config/mips/wince.mt (TM_FILE): Update.
161 * config/mips/vxmips.mt (TM_FILE): Update.
162 * config/mips/nbsd.mt (TM_FILE): Update.
163 * config/mips/linux.mt (TM_FILE): Update.
164 * config/mips/irix6.mt (TM_FILE): Update.
165 * config/mips/irix5.mt (TM_FILE): Update.
166 * config/mips/embed.mt (TM_FILE): Update.
167 * config/m68k/vxworks68.mt (TM_FILE): Update.
168 * config/m68k/st2000.mt (TM_FILE): Update.
169 * config/m68k/os68k.mt (TM_FILE): Update.
170 * config/m68k/obsd.mt (TM_FILE): Update.
171 * config/m68k/nbsd.mt (TM_FILE): Update.
172 * config/m68k/monitor.mt (TM_FILE): Update.
173 * config/m68k/linux.mt (TM_FILE): Update.
174 * config/m68k/cisco.mt (TM_FILE): Update.
175 * config/ia64/linux.mt (TM_FILE): Update.
176 * config/ia64/aix.mt (TM_FILE): Update.
177 * config/ia64/ia64.mt (TM_FILE): Update.
178 * config/i386/vxworks.mt (TM_FILE): Update.
179 * config/i386/obsd64.mt (TM_FILE): Update.
180 * config/i386/obsd.mt (TM_FILE): Update.
181 * config/i386/nto.mt (TM_FILE): Update.
182 * config/i386/nbsd64.mt (TM_FILE): Update.
183 * config/i386/nbsd.mt (TM_FILE): Update.
184 * config/i386/linux64.mt (TM_FILE): Update.
185 * config/i386/linux.mt (TM_FILE): Update.
186 * config/i386/i386sol2.mt (TM_FILE): Update.
187 * config/i386/i386lynx.mt (TM_FILE): Update.
188 * config/i386/fbsd64.mt (TM_FILE): Update.
189 * config/i386/fbsd.mt (TM_FILE): Update.
190 * config/i386/cygwin.mt (TM_FILE): Update.
191 * config/h8300/h8300.mt (TM_FILE): Update.
192 * config/frv/frv.mt (TM_FILE): Update.
193 * config/cris/cris.mt (TM_FILE): Update.
194 * config/arm/wince.mt (TM_FILE): Update.
195 * config/arm/nbsd.mt (TM_FILE): Update.
196 * config/arm/linux.mt (TM_FILE): Update.
197 * config/arm/embed.mt (TM_FILE): Update.
198 * config/alpha/nbsd.mt (TM_FILE): Update.
199 * config/alpha/fbsd.mt (TM_FILE): Update.
200 * config/alpha/alpha.mt (TM_FILE): Update.
201 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
202 * config/alpha/alpha-linux.mt (TM_FILE): Update.
203
204 Eliminate event_loop_p, always has the value 1.
205 * defs.h (event_loop_p): Delete macro.
206 * breakpoint.c (until_break_command): Simplify.
207 * utils.c (prompt_for_continue): Simplify.
208 * tracepoint.c (read_actions): Simplify.
209 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
210 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
211 (set_prompt, init_main): Simplify.
212 (init_signals, disconnect): Delete, unused.
213 * remote.c (remote_async_resume)
214 (extended_remote_async_create_inferior): Simplify.
215 * mi/mi-interp.c (mi_input): Delete, unused.
216 (mi_interpreter_resume, mi_command_loop): Simplify.
217 * interps.c (current_interp_command_loop): Simplify.
218 * infrun.c (proceed): Simplify.
219 * infcmd.c (run_command, continue_command, step_1, jump_command)
220 (until_command, advance_command, finish_command)
221 (interrupt_target_command): Simplify.
222 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
223
224 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
225 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
226 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
227 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
228 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
229 * mips-tdep.c (mips_dump_tdep): Do not print same.
230
231 2004-09-12 Andrew Cagney <cagney@gnu.org>
232
233 * valprint.c (print_longest): Use fputs_filtered. Make "val"
234 const.
235 * Makefile.in (valprint.o): Delete explict rule.
236
237 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
238 reported by Dave Anderson.
239
240 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
241
242 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
243
244 2004-09-12 Salvador E. Tropea <set@users.sf.net>
245 Andrew Cagney <cagney@gnu.org>
246
247 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
248 (mi_cmd_data_list_register_values)
249 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
250 the register number computation.
251
252 2004-09-12 Andrew Cagney <cagney@gnu.org>
253
254 * ppcnbsd-nat.c: Include "inf-ptrace.h".
255 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
256 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
257 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
258 target.
259 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
260 inf-ptrace.o and inf-child.o.
261 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
262 * Makefile.in: Update dependencies.
263
264 2004-09-11 Andrew Cagney <cagney@gnu.org>
265
266 * language.c (hex_string, hex_string_custom): Move from here ...
267 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
268 (CELLSIZE): Increase to 50.
269 * language.h (hex_string, hex_string_custom): Move from here ...
270 * defs.h: ... to here.
271 * Makefile.in: Update all dependencies.
272
273 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
274
275 * language.c (local_hex_format_custom): Remove.
276 (local_hex_string): Rename to hex_string, use C format, and move to
277 utils.c
278 (local_hex_string_custom): Rename to hex_string_custom and change
279 interface. Now uses C format. Move to utils.c
280 (local_octal_format_custom): Remove.
281 (local_decimal_format_custom): Remove.
282 (unknown_language_defn): Remove language-specific number
283 formatting entries.
284 (auto_language_defn): Ditto.
285 (local_language_defn): Ditto.
286 * language.h (struct language_format_info): Delete declaration.
287 (struct language_defn): Remove language_format_info fields
288 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
289 (local_binary_format): Remove macro.
290 (local_binary_format_prefix): Remove macro.
291 (local_binary_format_specifier): Remove macro.
292 (local_binary_format_suffix): Remove macro.
293 (local_octal_format): Remove macro.
294 (local_octal_format_prefix): Remove macro.
295 (local_octal_format_specifier): Remove macro.
296 (local_octal_format_suffix): Remove macro.
297 (local_decimal_format): Remove macro.
298 (local_decimal_format_prefix): Remove macro.
299 (local_decimal_format_specifier): Remove macro.
300 (local_decimal_format_suffix): Remove macro.
301 (local_hex_format): Remove macro.
302 (local_hex_format_prefix): Remove macro.
303 (local_hex_format_specifier): Remove macro.
304 (local_hex_format_suffix): Remove macro.
305 (local_decimal_format_custom): Remove.
306 (local_octal_format_custom): Remove.
307 (local_hex_format_custom): Remove.
308 (local_hex_string): Rename to hex_string and move to defs.h.
309 (local_hex_string_custom): Rename to hex_string_custom, change
310 interface, and move to defs.h.
311 * utils.c: (int_string): New function.
312 (hex_string): New function (from language.c).
313 (hex_string_custom): New function (from language.c).
314 (octal2str): New function.
315 (decimal2str): Add width parameter.
316 (paddr_u): Use new decimal2str interface.
317 (paddr_d): Ditto.
318 * defs.h (hex_string): Declare.
319 (hex_string_custom): Declare.
320 (int_string): Declare.
321 * printcmd.c (print_scalar_formatted): Remove localized binary
322 formatting.
323 * valprint.c (print_longest): Use int_string.
324 (print_floating): Use C hex format.
325 (print_hex_chars): Ditto.
326 (print_binary_chars): Remove language-specific formatting.
327 (print_octal_chars): Use C octal format.
328 (print_decimal_chars): Delocalize format.
329 (print_decimal): Remove.
330 * ada-lang.c (ada_language_defn): Remove language-specific number
331 formatting entries.
332 * p-lang.c (pascal_language_defn): Ditto.
333 * c-lang.c (c_language_defn): Ditto.
334 (cplus_language_defn): Ditto.
335 (asm_language_defn): Ditto.
336 (minimal_language_defn): Ditto.
337 * f-lang.c (f_language_defn): Ditto.
338 * jv-lang.c (java_language_defn): Ditto.
339 * m2-lang.c (m2_language_defn): Ditto.
340 * scm-lang.c (scm_language_defn): Ditto.
341 * objc-lang.c (objc_language_defn): Ditto.
342 * memattr.c (mem_info_command): Use renamed hex_string_custom with
343 new interface.
344 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
345 * ui-out.c (ui_out_field_core_addr): Ditto.
346 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
347 * exec.c (print_section_info): Ditto.
348 * i387-tdep.c (print_i387_status_word): Ditto.
349 (print_i387_control_word): Ditto.
350 (i387_print_float_info): Ditto.
351 * maint.c (maint_print_section_info): Ditto.
352 * solib.c (info_sharedlibrary_command): Ditto.
353 * somsolib.c (som_sharedlibrary_info_command): Ditto.
354 * symtab.c (print_msymbol_info): Ditto.
355 * tracepoint.c (tracepoints_info): Ditto.
356 * solib-frv.c (lm_base): Ditto.
357 (frv_current_sos): Ditto.
358 (enable_break2): Ditto.
359 (enable_break): Ditto.
360 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
361 (process_one_symbol): Ditto.
362 * infcmd.c (program_info): Ditto.
363 * mdebugread.c (parse_partial_symbols): Ditto.
364 * symfile.c (add_symbol_file_command): Ditto.
365 * cli/cli-cmds.c (edit_command): Ditto.
366 (list_command): Ditto.
367 * infcall.c (call_function_by_hand): Ditto.
368 * remote-vx.c (vx_run_files_info): Ditto.
369 (vx_wait): Ditto.
370 (vx_attach): Ditto.
371 (vx_detach): Ditto.
372 (vx_kill): Ditto.
373 * aix-thread.c (pdc_symbol_addrs): Ditto.
374 (pdc_read_regs): Ditto.
375 (pdc_write_regs): Ditto.
376 (pdc_read_data): Ditto.
377 (pdc_write_data): Ditto.
378 * d10v-tdep.c (display_trace): Ditto.
379 * rs6000-nat.c (find_toc_address): Ditto.
380 * aix-thread.c: Don't include language.h.
381 * buildsym.c: Ditto.
382 * dbxread.c: Ditto.
383 * mdebugread.c: Ditto.
384 * rs6000-nat.c: Ditto.
385 * buildsym.c (make_blockvector): Use renamed hex_string.
386
387 2004-09-10 Jason Molenda (jmolenda@apple.com)
388
389 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
390 chars after 'if' or 'while' commands in user-defined commands.
391
392 2004-09-08 Jim Blandy <jimb@redhat.com>
393
394 Fix bug reported and analyzed by Olivier Crete:
395 * symfile.c (copy_section_addr_info): New function.
396 (symbol_file_add_with_addrs_or_offsets): Use it to save the
397 original set of address arguments, instead of handwritten code
398 that uses one length to allocate and a different length to
399 initialize. Use make_cleanup_free_section_addr_info.
400 * symfile.h (copy_section_addr_info): New declaration.
401 * utils.c: #include "symfile.h".
402 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
403 New functions.
404 * defs.h (make_cleanup_free_section_addr_info): New declaration.
405 * Makefile.in (utils.o): Update dependencies.
406
407 2004-09-08 Andrew Cagney <cagney@gnu.org>
408
409 * thread-db.c (keep_thread_db): Delete.
410 (thread_db_new_objfile, thread_db_create_inferior)
411 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
412
413 2004-09-08 Mark Kettenis <kettenis@gnu.org>
414
415 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
416 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
417 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
418 (i386_frameless_signal_p): Remove prototype.
419 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
420 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
421 I386_SSE_NUM_REGS.
422 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
423 instead of FP0_REGNUM.
424 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
425 of FP0_REGNUM and FPC_REGNUM.
426
427 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
428 (sunos_solib_create_inferior_hook): Don't call
429 sunos_relocate_main_executable.
430
431 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
432 solib_svr4_fetch_link_map_offsets to
433 svr4_ilp32_fetch_link_map_offsets.
434 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
435 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
436 svr4_ilp32_fetch_link_map_offsets.
437 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
438
439 2004-09-07 Jim Blandy <jimb@redhat.com>
440
441 * frame.h (frame_register): Doc fix.
442
443 2004-09-07 Andrew Cagney <cagney@gnu.org>
444
445 * vx-share/wait.h: Delete #ifdef USG.
446 * utils.c (request_quit): Ditto.
447 * tui/tui.c (tui_reset): Ditto.
448 * remote.c: Ditto.
449 * remote-sds.c: Ditto.
450 * remote-rdi.c: Ditto.
451 * mdebugread.c: Ditto.
452 * m68klinux-nat.c: Ditto.
453 * infttrace.c: Ditto.
454 * infptrace.c: Ditto.
455 * i386v-nat.c: Ditto.
456 * exec.c: Ditto.
457 * dbxread.c: Ditto.
458 * core-aout.c: Ditto.
459
460 2004-09-05 Joel Brobecker <brobecker@gnat.com>
461
462 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
463 heuristic_proc_desc.
464 (mips_insn32_frame_cache): Likewise.
465
466 2004-09-04 Joel Brobecker <brobecker@gnat.com>
467
468 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
469 left behind by error.
470
471 2004-09-04 Joel Brobecker <brobecker@gnat.com>
472
473 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
474 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
475
476 2004-09-04 Joel Brobecker <brobecker@gnat.com>
477
478 * config/rs6000/xm-aix4.h: Remove this file.
479 * config/rs6000/aix4.mh (XM_FILE): Delete.
480
481 2004-09-04 Joel Brobecker <brobecker@gnat.com>
482
483 * config/rs6000/xm-rs6000.h: Remove this file.
484 * config/rs6000/rs6000.mh (XM_FILE): Remove.
485
486 2004-09-03 Andrew Cagney <cagney@gnu.org>
487
488 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
489 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
490 only use.
491
492 * mips-tdep.c (temp_saved_regs): Delete.
493 (set_reg_offset): Replace saved_regs parameter with this_cache.
494 (heuristic_proc_desc, mips16_heuristic_proc_desc)
495 (mips32_heuristic_proc_desc): Add this_cache parameter.
496 (mips_insn32_frame_cache, mips_insn16_frame_cache)
497 (after_prologue): Pass a NULL this_cache.
498
499 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
500 non-kernel trap prologues.
501
502 * mips-tdep.c (find_proc_desc): Delete function.
503 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
504 simplify.
505 (mips_insn16_frame_cache): Replace find_proc_desc with code from
506 mips_insn32_frame_cache.
507
508 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
509 Simplify as NEXT_FRAME is NULL.
510 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
511
512 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
513 local variable.
514 (mips_skip_prologue): Update.
515
516 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
517 "cur_frame" parameter.
518 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
519 (mips_insn32_frame_cache, find_proc_desc): Update
520
521 * config/vax/nm-obsd.h: Delete file.
522 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
523 * config/vax/nm-nbsd.h: Delete file.
524 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
525 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
526 * config/sh/nm-nbsd.h: Delete file.
527 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
528 * config/rs6000/nm-rs6000ly.h: Delete file.
529 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
530 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
531 * config/powerpc/nm-obsd.h: Delete file.
532 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
533 * config/powerpc/nm-nbsd.h: Delete file.
534 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
535 * config/pa/nm-obsd.h: Delete file.
536 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
537 * config/mips/nm-nbsd.h: Delete file.
538 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
539 * config/m88k/nm-obsd.h: Delete file.
540 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
541 * config/m68k/nm-nbsd.h: Delete file.
542 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
543 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
544 * config/i386/nm-nbsd.h: Delete file.
545 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
546 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
547 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
548 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
549 * config/i386/nm-i386lynx.h: Delete file.
550 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
551 * config/arm/nm-nbsd.h: Delete file.
552 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
553 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
554
555 * config/i386/tm-fbsd.h: Delete file.
556 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
557 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
558
559 * config/rs6000/tm-rs6000-aix4.h: Delete file.
560 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
561 * config/rs6000/aix4.mt (TM_FILE): Set to
562 config/rs6000/tm-rs6000.h.
563 * config/powerpc/tm-ppc-aix.h: Delete file.
564 * config/powerpc/aix.mt (TM_FILE): Set to
565 config/rs6000/tm-rs6000.h.
566 * config/m68k/tm-linux.h: Delete file.
567 * config/m68k/linux.mt (TM_FILE): Set to solib.h
568 * config/i386/tm-linux64.h: Delete file.
569 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
570 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
571
572 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
573 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
574 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
575 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
576 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
577 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
578 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
579 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
580 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
581
582 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
583 gdb_host_cpu.
584
585 2004-09-02 Joel Brobecker <brobecker@gnat.com>
586
587 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
588 Minor reformatting. Some code factoring.
589
590 2004-09-02 Andrew Cagney <cagney@gnu.org>
591
592 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
593 * config/vax/tm-nbsd.h: Delete file.
594 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
595 * config/sparc/tm-vxworks.h: Delete file.
596 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
597 * config/sparc/tm-nbsd.h: Delete file.
598 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
599 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
600 * config/sparc/tm-linux.h: Delete file.
601 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
602 * config/s390/tm-linux.h: Delete file.
603 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
604 * config/pa/tm-bsd.h: Delete file.
605 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
606 * config/m68k/tm-obsd.h: Delete file.
607 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
608 * config/m68k/tm-nbsd.h: Delete file.
609 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
610 * config/i386/tm-vxworks.h: Delete file.
611 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
612 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
613 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
614 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
615 * config/i386/tm-nbsd.h: Delete file.
616 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
617 * config/i386/tm-i386lynx.h: Delete file.
618 * config/cris/cris.mt (TM_FILE): Set to solib.h.
619 * config/cris/tm-cris.h: Delete file.
620
621 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
622 * configure: Re-generate.
623 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
624 * config/arm/tm-nbsd.h: Delete file.
625
626 * config/powerpc/tm-ppcle-sim.h: Delete.
627 * config/powerpc/tm-ppcle-eabi.h: Delete.
628 * config/powerpc/tm-nbsd.h: Delete.
629 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
630 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
631 tm-ppcle-eabi.h.
632
633 * config/i386/nto.mh (NAT_FILE): Delete.
634 * config/i386/nm-nto.h: Delete.
635
636 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
637 * config/m68k/tm-os68k.h: Ditto.
638 * config/m68k/tm-monitor.h: Ditto.
639 * config/m68k/tm-cisco.h: Ditto.
640 * config/m68k/st2000.mt (TM_FILE): Delete.
641 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
642 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
643 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
644 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
645
646 * config/m68k/tm-st2000.h: Delete.
647 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
648 * config/sparc/fbsd.mt (TM_FILE): Delete.
649 * config/sparc/tm-fbsd.h: Delete.
650
651 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
652 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
653 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
654
655 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
656 GDB_TM_FILE and GDB_XM_FILE.
657 * gdbarch.c: Re-generate.
658 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
659 quotes in macro definition.
660 * configure.in: Re-generate.
661
662 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
663 validating architecture methods.
664 * gdbarch.c: Re-generate.
665
666 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
667 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
668 GDB_MULTI_ARCH_PARTIAL.
669 * gdbarch.h: Re-generate.
670
671 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
672 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
673 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
674 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
675 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
676 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
677 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
678 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
679 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
680 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
681 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
682 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
683
684 2004-09-01 Andrew Cagney <cagney@gnu.org>
685
686 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
687 and main_func_highpc.
688 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
689 * objfiles.c (init_entry_point_info, objfile_relocate): Update
690 * nlmread.c (nlm_symfile_read): Update.
691
692 2004-09-01 Joel Brobecker <brobecker@gnat.com>
693
694 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
695 (mips_insn32_frame_cache): Inline call to find_proc_desc.
696 (find_proc_desc): Remove dead code.
697
698 2004-09-01 Joel Brobecker <brobecker@gnat.com>
699
700 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
701
702 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
703
704 * observer.sh: Add struct so_list declaration.
705 * Makefile.in: Add dependencies on observer.h for solib.c and
706 breakpoint.c.
707 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
708 function.
709 (_initialize_breakpoint): Register
710 disable_breakpoints_in_unloaded_shlib as an observer of the
711 "solib unloaded" observation event.
712 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
713 call decode_line_1 so unfound breakpoint errors are silent.
714 * solib.c (update_solib_list): When a solib is discovered to have
715 been unloaded by the program, notify all observers of the
716 "solib unloaded" observation event.
717
718 2004-09-01 Andrew Cagney <cagney@gnu.org>
719
720 * frame.c: Include "objfiles.h".
721 (inside_main_func): New function.
722 (get_prev_frame): Use new inside_main_func.
723 * Makefile.in (frame.o): Update dependencies.
724 * defs.h (inside_main_func): Delete declaration.
725 * blockframe.c (inside_main_func): Delete function.
726
727 2004-08-31 Jim Blandy <jimb@redhat.com>
728
729 * dwarf2read.c (is_vtable_name): New function, based on logic from
730 read_structure_type, but passing the correct length to strncmp,
731 and using 'sizeof' instead of 'strlen'.
732 (read_structure_type): Call it.
733
734 2004-08-31 Joel Brobecker <brobecker@gnat.com>
735
736 * config/powerpc/aix.mh: Add comment.
737
738 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
739
740 * MAINTAINERS: Add self to Write-After-Approval.
741
742 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
743
744 * MAINTAINERS: Add self to Write-After-Approval.
745
746 2004-08-30 Andrew Cagney <cagney@gnu.org>
747
748 Fix PR breakpoints/1757.
749 * infrun.c (struct execution_control_state): Replace
750 remove_breakpoints_on_following_step with
751 step_after_step_resume_breakpoint.
752 (init_execution_control_state): Update.
753 (handle_inferior_event): For signals, when stepping off a
754 breakpoint, set step_after_step_resume_breakpoint. When
755 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
756 (keep_going): Delete code handling
757 remove_breakpoints_on_following_step.
758
759 2004-08-29 David Lecomber <david@streamline-computing.com>
760
761 Fix PR gdb/648
762 * language.h (enum array_ordering): New enum.
763 * language.h (struct language_defn): New la_array_ordering
764 attribute.
765 * language.c (unknown_language_defn, auto_language_defn)
766 (local_language_defn): Ditto.
767 * ada-lang.c (ada_language_defn): Ditto.
768 * c-lang.c (c_language_defn, cplus_language_defn)
769 (asm_language_defn, minimal_language_defn): Ditto.
770 * f-lang.c (f_language_defn): Ditto.
771 * jv-lang.c (java_language_defn): Ditto.
772 * m2-lang.c (f_language_defn): Ditto.
773 * objc-lang.c (objc_language_defn): Ditto.
774 * p-lang.c (pascal_language_defn): Ditto.
775 * scm-lang.c (scm_language_defn): Ditto.
776 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
777 oriented large to small in type structure.
778 * dwarf2read.c (read_array_order): New function.
779 (read_array_type): Use read_array_order to check row/column
780 major ordering.
781
782 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
783
784 * target.c (target_resize_to_sections): Check
785 current_target.to_sections for an old value when updating.
786
787 2004-08-27 Joel Brobecker <brobecker@gnat.com>
788
789 * procfs.c (dbx_link_bpt_addr): New static global variable.
790 (dbx_link_shadow_contents): New static global variable.
791 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
792 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
793 if we just hit it.
794 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
795 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
796 from run to run.
797 (procfs_create_inferior): Remove syssgi syscall-exit notifications
798 after the inferior has been forked.
799 (remove_dbx_link_breakpoint): New function.
800 (dbx_link_addr): New function.
801 (insert_dbx_link_bpt_in_file): New function.
802 (insert_dbx_link_bpt_in_region): New function.
803 (insert_dbx_link_breakpoint): New function.
804 (proc_trace_syscalls_1): New function, extracted from
805 proc_trace_syscalls.
806 (proc_trace_syscalls): Replace extract code by call to
807 proc_trace_syscalls_1.
808 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
809 is no longer valid.
810
811 2004-08-25 Jim Blandy <jimb@redhat.com>
812
813 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
814
815 2004-08-25 Andrew Cagney <cagney@gnu.org>
816
817 * infrun.c (struct execution_control_state): Delete field
818 "stepping_through_sigtramp".
819 (init_execution_control_state): Do not set same.
820 (context_switch): Do not pass same to save_infrun_state and
821 load_infrun_state.
822 * gdbthread.h (struct thread_info): Delete field
823 stepping_through_sigtramp.
824 (save_infrun_state, load_infrun_state): Delete parameter
825 stepping_through_sigtramp.
826 * thread.c (load_infrun_state, save_infrun_state): Update.
827
828 * infrun.c: Re-indent. Move expression operators to the beginning
829 of the line. Remove long disabled #if 0 code.
830
831 2004-08-24 Andrew Cagney <cagney@gnu.org>
832
833 * doublest.h (floatformat_ieee_quad): Rename
834 floatformat_ia64_quad.
835 * doublest.c (floatformat_ieee_quad): Rename
836 floatformat_ia64_quad.
837 (_initialize_doublest): Update.
838
839 2004-08-24 Jim Blandy <jimb@redhat.com>
840
841 * dwarf2expr.h (struct dwarf_expr_context): New members
842 'num_pieces' and 'pieces', for returning the result of an
843 expression that uses DW_OP_piece.
844 (struct dwarf_expr_piece): New struct type.
845 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
846 pieces.
847 (free_dwarf_expr_context): Free pieces, if any.
848 (add_piece): New function.
849 (execute_stack_op): Implement DW_OP_piece.
850 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
851 expression is a list of pieces, print an error message.
852 (dwarf2_loc_desc_needs_frame): If the expression yields
853 pieces, and any piece is in a register, then we need a frame.
854
855 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
856 the stack until we've decided what sort of result the evaluation
857 has produced. Use separate variables, with more specific names.
858
859 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
860
861 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
862 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
863 (arm_netbsd_init_abi_common): Register them.
864
865 2004-08-22 Mark Kettenis <kettenis@gnu.org>
866
867 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
868
869 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
870 safe_frame_unwind_memory instead of target_read_memory.
871
872 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
873 Reorder includes.
874 (fetch_register, store_register): Remove prototypes.
875 (child_resume): Reorganize code and comments such that it is
876 grouped a bit more logically.
877 (attach): Explicitly compare errno against 0.
878 (detach): Likewise. Use perror_with_name instead of
879 print_sys_errmsg.
880 * Makefile.in (infptrace.o): Update dependencies.
881
882 * ia64-linux-nat.c: Update copyright year.
883 (fetch_debug_register, store_debug_register)
884 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
885 PTRACE_TYPE_ARG3.
886 * config/ia64/nm-linux.h: Update copyright year.
887 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
888
889 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
890 from CORE_ADDR to struct frame_info *. Use
891 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
892 (amd64_linux_sigtramp_p): Adjust for changed signature of
893 and64_linux_sigtramp_start
894
895 * gdb_ptrace.h: GNU/Linux.
896
897 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
898 Remove defines.
899
900 * infptrace.c: Include "gdb_assert.h".
901 (PTRACE_XFER_TYPE): Remove define.
902 (offsetof): Only define if U_REGS_OFFSET isn't defined.
903 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
904 Tweak comment.
905 (fetch_inferior_registers, store_inferior_registers): Remove
906 redundant culry braces. Tweak comment. s/regno/regnum.
907 * Makefile.in (infptrace.o): Update dependencies.
908
909 * configure.in: Change test for return type of ptrace to default
910 to `long' instead of `int'.
911 * configure: Regenerate.
912
913 2004-08-21 Mark Kettenis <kettenis@gnu.org>
914
915 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
916
917 * configure.in: Check for ttrace function.
918 * configure, config.in: Regenerate.
919
920 * gdb_ptrace.h: New file.
921 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
922 <sys/ptrace.h>.
923 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
924 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
925 (attach): Don't define PT_ATTACH.
926 (detach): Don't define PT_DETACH.
927 * Makefile.in (gdb_ptrace_h): New variable.
928 (infptrace.o): Update dependencies.
929
930 2004-08-16 Mark Kettenis <kettenis@gnu.org>
931
932 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
933 instead of `int' if not already defined.
934 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
935 PTRACE_TYPE_ARG3.
936 * infptrace.c (call_ptrace): Revert change that replaced
937 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
938
939 2004-08-15 Mark Kettenis <kettenis@gnu.org>
940
941 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
942 Remove defines.
943
944 * linux-nat.c (kill_inferior): Add missing third and fourth
945 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
946
947 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
948 PTRACE_TYPE_RET.
949
950 * proc-why.c (proc_prettyfprint_why): Fix format string.
951
952 * solib-osf.c (osf_current_sos): Remove unsused label.
953
954 * configure.in: Add <ncurses/ncurses.h> to the list of possible
955 curses headers.
956 * configure, config.in: Regenerate.
957 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
958 <ncurses/ncurses.h>.
959
960 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
961 * config/nm-nbsd.h: Update copyright year.
962 (PTRACE_ARG3_TYPE): Remove define.
963
964 * sparc-nat.c (fetch_inferior_registers)
965 (store_inferior_registers, sparc_xfer_wcookie):
966 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
967
968 * alphabsd-nat.c (fetch_inferior_registers):
969 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
970 PTRACE_TYPE_ARG3.
971 * amd64bsd-nat.c (fetch_inferior_registers)
972 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
973 PTRACE_TYPE_ARG3.
974 * armnbsd-nat.c: Update copyright year.
975 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
976 (store_register, store_regs, store_fp_register, store_fp_regs):
977 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
978 * hppabsd-nat.c (fetch_inferior_registers)
979 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
980 PTRACE_TYPE_ARG3.
981 * i386bsd-nat.c (fetch_inferior_registers)
982 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
983 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
984 * m68kbsd-nat.c (fetch_inferior_registers)
985 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
986 PTRACE_TYPE_ARG3.
987 * m88kbsd-nat.c (fetch_inferior_registers)
988 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
989 PTRACE_TYPE_ARG3.
990 * mipsnbsd-nat.c: Update copyright year.
991 (fetch_inferior_registers, store_inferior_registers):
992 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
993 * ns32knbsd-nat.c: Update copyright year.
994 (fetch_inferior_registers, store_inferior_registers):
995 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
996 * ppcnbsd-nat.c (fetch_inferior_registers):
997 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
998 PTRACE_TYPE_ARG3.
999 * ppcobsd-nat.c (fetch_inferior_registers):
1000 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1001 PTRACE_TYPE_ARG3.
1002 * shnbsd-nat.c: Update copyright year.
1003 (fetch_inferior_registers, store_inferior_registers):
1004 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1005 * vaxbsd-nat.c (fetch_inferior_registers)
1006 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1007 PTRACE_TYPE_ARG3.
1008
1009 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1010 PTRACE_TYPE_ARG3.
1011 * infptrace.c (call_ptrace, child_resume, attach, detach)
1012 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1013 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1014 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1015 PTRACE_TYPE_ARG3.
1016
1017 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1018
1019 * defs.h: Remove out-of-date comment.
1020 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1021 [!GETENV_PROVIDED] (getenv): Remove prototype.
1022
1023 * standalone.c: Remove file.
1024 * Makefile.in (standalone.o): Remove dependency.
1025
1026 * i386-linux-nat.c (dummy_sse_values): Remove function and
1027 prototype.
1028 (i386_linux_dr_get): Fix typo in comment.
1029 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1030
1031 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1032
1033 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1034 from declaration.
1035 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1036 from definition.
1037
1038 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1039
1040 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1041 parenthesis in definition.
1042 * configure: Regenerated.
1043
1044 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1045
1046 * PROBLEMS: Mention build/1411.
1047
1048 2004-08-09 Robert Millan <robertmh@gnu.org>
1049
1050 Committed by Nathanael Nerode.
1051 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1052 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1053
1054 2004-08-12 Andrew Cagney <cagney@gnu.org>
1055
1056 * NEWS: Mention fixes in GDB 6.2.1.
1057 * PROBLEMS: Remove mention of mips-irix.
1058
1059 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1060
1061 * config/powerpc/xm-aix.h: Delete.
1062 * config/powerpc/aix.mh (MH_FILE): Remove.
1063 * config/powerpc/aix432.mh (MH_FILE): Remove.
1064
1065 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1066
1067 * config/powerpc/aix.mh: Remove obsolete comment.
1068 * config/powerpc/aix432.mh: Likewise.
1069
1070 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1071
1072 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1073
1074 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1075
1076 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1077 this file is now empty.
1078 * config/xm-aix4.h: Remove, this file is no longer included
1079 anywhere.
1080
1081 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1082
1083 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1084 that file is now empty.
1085 (termdef): Remove prototype, function no longer used.
1086
1087 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1088
1089 * doc/gdbint.texinfo (Host Definition): Remove documentation
1090 for USE_O_NOCTTY, no longer used.
1091 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1092 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1093
1094 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1095
1096 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1097 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1098 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1099
1100 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1101
1102 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1103 instead of FIVE_ARG_PTRACE.
1104
1105 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1106 (new_tty): Use O_NOCTTY unconditionally.
1107
1108 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1109
1110 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1111 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1112 fflush on stdout.
1113
1114 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1115
1116 * xcoff_symfile_finish: Replace last call to xmfree by call
1117 to xfree.
1118
1119 2004-08-10 Andrew Cagney <cagney@gnu.org>
1120
1121 * main.c (captured_main): Delete call to init_malloc.
1122 * defs.h (init_malloc): Delete declaration.
1123 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1124 (init_malloc): Delete functions.
1125
1126 * defs.h (xmfree): Delete.
1127 * utils.c (xmfree): Delete function.
1128 (xfree): Inline calls to xmfree and mfree.
1129 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1130 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1131 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1132 * somread.c (som_symfile_finish): Ditto.
1133 * objfiles.c (allocate_objfile, free_objfile):
1134 * nlmread.c (nlm_symfile_finish): Ditto.
1135 * hpread.c (hpread_symfile_finish): Ditto.
1136 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1137 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1138 * coffread.c (coff_symfile_finish): Ditto.
1139
1140 * defs.h (xmcalloc): Delete declaration.
1141 * utils.c (xmcalloc): Delete.
1142 (xcalloc): Inline calls to xmcalloc and mcalloc.
1143 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1144 xcalloc and xfree.
1145 * symtab.c (create_demangled_names_hash): Ditto.
1146
1147 * defs.h (xmrealloc): Delete.
1148 * utils.c (xmrealloc): Delete.
1149 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1150 * symmisc.c (extend_psymbol_list): Use xrealloc.
1151 * source.c (find_source_lines): Ditto.
1152 * hpread.c (hpread_lookup_type): Ditto.
1153 * dbxread.c (add_bincl_to_list): Ditto.
1154
1155 * utils.c (xmmalloc): Delete.
1156 (xmalloc): Inline xmmalloc and mmalloc calls.
1157 (msavestring): Use xmalloc.
1158 * defs.h (xmmalloc): Delete declaration.
1159 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1160 xmmalloc.
1161 * symmisc.c (extend_psymbol_list): Ditto.
1162 * symfile.c (init_psymbol_list): Ditto.
1163 * source.c (find_source_lines): Ditto.
1164 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1165 * elfread.c (elf_symtab_read): Ditto.
1166 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1167 * coffread.c (coff_symfile_init): Ditto.
1168
1169 2004-08-10 David Carlton <carlton@bactrian.org>
1170
1171 * MAINTAINERS: Remove David Carlton from c++ testsuite
1172 maintainers.
1173
1174 2004-08-10 Jerome Guitton <guitton@gnat.com>
1175
1176 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1177 print a line feed before the prompt.
1178
1179 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1180
1181 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1182
1183 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1184
1185 General cleanup of the AIX xm include file:
1186 * config/xm-aix4.h (fd_set): Remove undefine.
1187 Remove include of <sys/select.h>.
1188 (HAVE_TERMIO): Remove define.
1189 (USG): Likewise.
1190 (NULL): Remove redefine.
1191 (alloca): Remove #pragma.
1192 (vfork): Remove define.
1193 (termdef): Remove.
1194 (SIGWINCH_HANDLER): Remove.
1195 (SIGWINCH_HANDLER_BODY): Remove.
1196
1197 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1198
1199 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1200 GDB_OSABI_OPENBSD_ELF.
1201
1202 2004-08-07 Robert Millan <robertmh@gnu.org>
1203
1204 * bsd-kvm.c: Check for nlist.h before including it.
1205
1206 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1207
1208 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1209 sigcontext' offset consistency checks for ancient BSD.
1210
1211 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1212
1213 * configure.in: Check for <sys/types.h>. Check return and
1214 argument types of ptrace.
1215 * configure, config.in: Regenerate.
1216
1217 2004-08-09 Jim Blandy <jimb@redhat.com>
1218
1219 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1220 rs6000_register_sim_regno): Doc fixes.
1221
1222 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1223
1224 * mips-tdep.c: Include "floatformat.h".
1225 (n32n64_floatformat_always_valid): New function.
1226 (floatformat_n32n64_long_double_big): New constant.
1227 (mips_gdbarch_init): Set size and format of long double
1228 for N32 and N64 ABIs.
1229 * Makefile.in (mips-tdep.o): Update dependencies.
1230
1231 2004-08-08 Andrew Cagney <cagney@gnu.org>
1232
1233 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1234 print. Improve script's error messages.
1235 * gdbarch.h: Re-generate.
1236
1237 * gdbarch.sh (pformat): New function.
1238 (float_format, double_format, long_double_format): List with bit
1239 members. Use pformat when printing.
1240 * gdbarch.c, gdbarch.h: Re-generate.
1241
1242 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1243
1244 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1245 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1246 (ppcnbsd_supply_pcb): New function.
1247 (_initialize_ppcnbsd_nat): New prototype and function.
1248 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1249 (LOADLIBES): New variable.
1250 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1251
1252 2004-08-08 Andrew Cagney <cagney@gnu.org>
1253
1254 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1255 (builtin_type_ieee_double, builtin_type_ia64_quad)
1256 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1257 BE/LE floating-point types.
1258 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1259 (builtin_type_ieee_double, builtin_type_ia64_quad)
1260 (builtin_type_ia64_spill): Declare.
1261 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1262 (floatformat_ieee_double, floatformat_arm_ext)
1263 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1264 of LE/BE floatformats.
1265 * doublest.h: (struct floatformat, floatformat_ieee_single)
1266 (floatformat_ieee_double, floatformat_arm_ext)
1267 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1268
1269 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1270
1271 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1272
1273 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1274 instead of regcache_raw_supply when storing the registers.
1275
1276 * i386gnu-nat.c: Update copyright year.
1277 (gnu_store_registers): Don't use deprecated_registers and
1278 deprecated_registers_valid. Use regcache_valid_p and
1279 regcache_raw_supply instead.
1280
1281 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1282 frame_pc_unwind.
1283
1284 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1285 variables. Incapitalized "process".
1286
1287 * configure.in: Add cursesX to the list of possible curses libs.
1288 Add cursesX.h to the list of possible curses headers.
1289 * configure, config.in: Regenerate.
1290
1291 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1292
1293 * configure.in: Test for struct lwp in <sys/lwp.h>.
1294 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1295 the offset of l_addr in struct lwp.
1296
1297 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1298
1299 * bsd-kvm.c: Include "gdbcore.h"
1300 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1301
1302 2004-08-07 Andrew Cagney <cagney@gnu.org>
1303
1304 * gdbtypes.c (build_flt, build_complex): New functions.
1305 (gdbtypes_post_init): Use.
1306
1307 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1308
1309 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1310 through to builtin_type_uint128.
1311
1312 * c-exp.y: Use builtin_type function to obtain builtin types.
1313
1314 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1315 builtin_uint128.
1316 * gdbtypes.c (gdbtypes_post_init): Update.
1317 (build_gdbtypes): Move initialization of builtin_type_int0
1318 through to builtin_type_uint128 from here ...
1319 (_initialize_gdbtypes): ... to here.
1320 * d10v-tdep.c (d10v_register_type): Update.
1321
1322 * doublest.c: Update copyright.
1323 (floatformat_from_length): Call error when floatformat is NULL.
1324 (extract_floating_by_length): Remove NULL fmt check.
1325 (store_floating_by_length): Ditto.
1326
1327 2004-08-07 Andrew Cagney <cagney@gnu.org>
1328
1329 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1330 that the register is valid.
1331
1332 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1333
1334 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1335 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1336 struct frame_info *. Use safe_frame_unwind_memory instead of
1337 deprecated_read_memory_nobpt.
1338 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1339 changed signature of i386_linux_sigtramp_start and
1340 i386_linux_rt_sigtramp_start.
1341
1342 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1343 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1344 instead of deprecated_read_memory_nobpt.
1345 (i386nbsd_sigtramp_p): Adjust for changed signature of
1346 i386nbsd_sigtramp_offset.
1347
1348 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1349 safe_frame_unwind_memory instead of target_read_memory.
1350
1351 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1352 !NO_SYS_FILE.
1353 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1354 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1355 (_initialize_kernel_u_addr): Remove prototype and function.
1356 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1357 !NO_SYS_FILE.
1358 * xcoffread.c: Likewise.
1359
1360 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1361
1362 * vax-nat.c: New file.
1363 * vaxbsd-nat.c: Tweak comment.
1364 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1365 vaxnbsd-tdep.c.
1366 (vax-nat.o): New dependency.
1367 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1368 (vax-*-ultrix2*): Remove.
1369 * config/vax/vax.mh: New file.
1370 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1371 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1372 (vax_register_u_addr): New prototype.
1373 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1374 * config/vax/vaxult2.mh: Remove file.
1375 * config/vax/vaxult.mh: Remove file.
1376 * config/vax/vaxbsd.mh: Remove file.
1377 * config/vax/vax.mt (TM_FILE): Remove.
1378 * config/vax/tm-vaxbsd.h: Remove file.
1379
1380 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1381
1382 * aix-thread.c (get_signaled_thread): New function.
1383 (iter_trap): Delete, no longer used.
1384 (iter_tid): New function.
1385 (pd_update): Find the thread that received the SIGTRAP signal
1386 by first locating the kernel thread, and then finding its
1387 associated thread.
1388
1389 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1390
1391 * lin-lwp.c (child_wait): Continue inferior after processing
1392 PTRACE_EVENT_CLONE event.
1393
1394 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1395
1396 * MAINTAINERS: Add self to Write-After-Approval.
1397
1398 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1399
1400 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1401 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1402
1403 2004-08-05 Andrew Cagney <cagney@gnu.org>
1404
1405 * config/xm-sysv4.h: Delete file.
1406 * config/mips/xm-irix5.h: Delete file.
1407 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1408 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1409 * config/ia64/xm-aix.h: Delete file.
1410 * config/ia64/aix.mh (XM_FILE): Delete.
1411 * config/pa/xm-hppah.h: Delete file.
1412 * config/pa/hpux11w.mh (XM_FILE): Delete.
1413 * config/pa/hpux11.mh (XM_FILE): Delete.
1414 * config/pa/hpux1020.mh (XM_FILE): Delete.
1415 * config/pa/hppahpux.mh (XM_FILE): Delete.
1416
1417 * config/alpha/xm-alphalinux.h: Delete file.
1418 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1419 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1420 * config/alpha/xm-alphaosf.h: Delete file.
1421 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1422 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1423 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1424 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1425
1426 * config/i386/xm-i386v.h: Delete file.
1427 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1428 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1429 * config/i386/xm-i386sco.h: Delete file.
1430 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1431 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1432 * config/i386/xm-i386v4.h: Delete file.
1433 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1434 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1435 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1436 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1437
1438 * config/vax/xm-vax.h: Delete file.
1439 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1440 * config/vax/xm-vaxult2.h: Delete file.
1441 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1442 * config/vax/vaxult2.mh (XM_FILE): Delete.
1443 * config/vax/xm-vaxult.h: Delete file.
1444 * config/vax/vaxult.mh (XM_FILE): Delete.
1445 * config/vax/xm-vaxbsd.h: Delete file.
1446 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1447
1448 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1449 * gdbarch.h, gdbarch.c: Re-generate.
1450 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1451 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1452 * frame.h: Delete deprecated_read_fp from comments.
1453 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1454 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1455
1456 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1457
1458 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1459 trampoline in OpenBSD 3.5-current.
1460
1461 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1462 SSE registers.
1463
1464 * Makefile.in: Remove embedded page breaks.
1465
1466 2004-08-04 Jim Blandy <jimb@redhat.com>
1467
1468 * regcache.c (regcache_raw_read): Assert that, after calling
1469 target_fetch_registers, the register we're reading is cached.
1470
1471 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1472 a call to 'internal_error', with a more helpful error message.
1473 * rs6000-tdep.c (e500_pseudo_register_read,
1474 e500_pseudo_register_write, rs6000_store_return_value): Same.
1475
1476 2004-08-04 Andrew Cagney <cagney@gnu.org>
1477
1478 * Makefile.in: Update dependencies.
1479
1480 2004-08-04 Jim Blandy <jimb@redhat.com>
1481
1482 Change the layout of the PowerPC E500 raw register cache to allow
1483 the lower 32-bit halves of the GPRS to be their own raw registers,
1484 not pseudoregisters.
1485 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1486 add ppc_ev0_upper_regnum flag.
1487 * rs6000-tdep.c: #include "reggroups.h".
1488 (spe_register_p): Recognize the ev upper half registers as SPE
1489 registers.
1490 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1491 registers.
1492 (e500_move_ev_register): New function.
1493 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1494 vector registers are the pseudo-registers now, formed by splicing
1495 together the gprs and the upper-half registers.
1496 (e500_register_reggroup_p): New function.
1497 (P): Macro deleted.
1498 (P8, A4): New macro.
1499 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1500 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1501 macros.
1502 (registers_e500): Rearrange register set so that the raw register
1503 set contains 32-bit GPRs and upper-half registers, and the SPE
1504 vector registers become pseudo-registers.
1505 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1506 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1507 register numbers are now the same for the E500 as they are for
1508 other PowerPC variants. Register e500_register_reggroup_p as the
1509 register group function for the E500.
1510 * Makefile.in (rs6000-tdep.o): Update dependencies.
1511
1512 Adapt PPC E500 native support to the new raw regcache layout.
1513 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1514 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1515 (fetch_spe_register, store_spe_register): Handle fetching/storing
1516 all the SPE registers at once, if regno == -1. These now take
1517 over the job of fetch_spe_registers and store_spe_registers.
1518 (fetch_spe_registers, store_spe_registers): Deleted.
1519 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1520 unconditionally; they're always raw. Fetch/store SPE upper half
1521 registers, if present, instead of ev registers.
1522 (fetch_register, store_register): Remove sanity checks: gprs are
1523 never pseudo-registers now, so we never need to even mention any
1524 registers that are ever pseudoregisters.
1525
1526 Use a fixed register numbering when communicating with the PowerPC
1527 simulator.
1528 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1529 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1530 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1531 New functions.
1532 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1533 init_sim_regno_table.
1534 * Makefile.in (gdb_sim_ppc_h): New variable.
1535 (rs6000-tdep.o): Update dependencies.
1536
1537 2004-08-02 Andrew Cagney <cagney@gnu.org>
1538
1539 * cris-tdep.c (cris_register_size): Restore function, still used
1540 locally.
1541
1542 * gdbarch.sh (deprecated_target_read_fp)
1543 (deprecated_frame_locals_address, deprecated_frame_args_address)
1544 (deprecated_frame_chain_valid, deprecated_frame_chain)
1545 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1546 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1547 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1548 * gdbarch.h, gdbarch.c: Re-generate.
1549 * regcache.c (deprecated_read_fp): Do not call
1550 DEPRECATED_TARGET_READ_FP_P.
1551 * infcmd.c (default_print_registers_info): Do not call
1552 DEPRECATED_DO_REGISTERS_INFO.
1553 * frame-base.c (default_frame_locals_address): Do not call
1554 DEPRECATED_FRAME_LOCALS_ADDRESS.
1555 (default_frame_args_address): Do not call
1556 DEPRECATED_FRAME_ARGS_ADDRESS.
1557
1558 * gdbarch.sh (deprecated_register_raw_size)
1559 (deprecated_register_virtual_size:int): Delete.
1560 * gdbarch.h, gdbarch.c: Re-generate.
1561 * cris-tdep.c (cris_register_size): Delete.
1562 (cris_gdbarch_init): Update.
1563 * alpha-tdep.c (alpha_register_raw_size)
1564 (alpha_register_virtual_size): Delete.
1565 (alpha_gdbarch_init): Update.
1566
1567 * gdbarch.sh (deprecated_register_virtual_type)
1568 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1569 (deprecated_dummy_write_sp): Delete.
1570 * gdbarch.h, gdbarch.c: Re-generate.
1571
1572 * gdbarch.sh (deprecated_register_bytes): Delete.
1573 * gdbarch.h, gdbarch.c: Re-generate.
1574 * regcache.c (deprecated_register_bytes): New function.
1575 * regcache.h (deprecated_register_bytes): Declare.
1576 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1577 * v850-tdep.c (v850_gdbarch_init): Update.
1578 * sh64-tdep.c (sh64_gdbarch_init): Update.
1579 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1580 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1581 * mcore-tdep.c (mcore_gdbarch_init): Update.
1582 * cris-tdep.c (cris_gdbarch_init): Update.
1583 * arm-tdep.c (arm_gdbarch_init): Update.
1584 * remote.c (init_remote_state): Update.
1585 * remote-vx.c (vx_prepare_to_store): Update.
1586 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1587 * irix5-nat.c (fetch_core_registers): Update.
1588 * cris-tdep.c (cris_register_bytes_ok): Update.
1589 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1590
1591 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1592 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1593 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1594 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1595 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1596 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1597 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1598 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1599 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1600 with mips_insn16 and mips_insn32.
1601
1602 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1603 * rs6000-tdep.c (rs6000_push_dummy_call)
1604 (rs6000_extract_return_value): Use register_size.
1605 * xstormy16-tdep.c (xstormy16_get_saved_register)
1606 (xstormy16_extract_return_value): Ditto.
1607 * valops.c (value_assign): Ditto.
1608 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1609 * v850-tdep.c (v850_extract_return_value): Ditto.
1610 * tracepoint.c (collect_symbol): Ditto.
1611 * target.c (debug_print_register): Ditto.
1612 * stack.c (frame_info): Ditto.
1613 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1614 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1615 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1616 (store_register_using_P): Ditto.
1617 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1618 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1619 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1620 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1621 * regcache.c (deprecated_read_register_bytes)
1622 (deprecated_write_register_bytes, read_register)
1623 (write_register): Ditto.
1624 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1625 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1626 * monitor.c (monitor_supply_register, monitor_fetch_register)
1627 (monitor_store_register): Ditto.
1628 * mn10300-tdep.c (mn10300_pop_frame_regular)
1629 (mn10300_print_register): Ditto.
1630 * mipsv4-nat.c (fill_fpregset): Ditto.
1631 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1632 (mips64_fill_fpregset): Ditto.
1633 * mi/mi-main.c (register_changed_p, get_register)
1634 (mi_cmd_data_write_register_values): Ditto.
1635 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1636 * irix5-nat.c (fill_gregset, fetch_core_registers):
1637 * infrun.c (write_inferior_status_register): Ditto.
1638 * infptrace.c (fetch_register, store_register): Ditto.
1639 * infcmd.c (default_print_registers_info): Ditto.
1640 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1641 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1642 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1643 * hpux-thread.c (hpux_thread_fetch_registers)
1644 (hpux_thread_store_registers): Ditto.
1645 * hppah-nat.c (store_inferior_registers, fetch_register):
1646 * findvar.c (value_from_register): Ditto.
1647 * dve3900-rom.c (fetch_bitmapped_register):
1648 * cris-tdep.c (cris_gdbarch_init): Ditto.
1649 * alpha-tdep.h: Ditto.
1650 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1651
1652 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1653 DEPRECATED_REGISTER_RAW_SIZE from comments.
1654 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1655 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1656 DEPRECATED_REGISTER_RAW_SIZE.
1657 * findvar.c (value_of_register): Simplify by assuming that the
1658 registers raw and virtual sizes are identical.
1659 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1660 comment.
1661 * arch-utils.c (generic_register_size): Simplify by assuming
1662 register_type.
1663
1664 * regcache.c (legacy_read_register_gen, real_register)
1665 (legacy_write_register_gen): Delete, not used.
1666
1667 * regcache.c (struct regcache_descr): Delete legacy_p.
1668 (init_legacy_regcache_descr): Delete function.
1669 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1670 Do not use deprecated register functions.
1671 (regcache_raw_read, deprecated_write_register_gen):
1672 (deprecated_read_register_gen, regcache_raw_write): Delete code
1673 predicated on legacy_p.
1674 (register_size): Delete check against register raw size.
1675
1676 * cris-tdep.c (cris_register_type): Replace
1677 cris_register_virtual_type.
1678 (cris_gdbarch_init): Update, set register_type.
1679
1680 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1681 * gdbarch.h, gdbarch.c: Re-generate.
1682 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1683 (arm_gdbarch_init) Do not set frameless function invocation.
1684 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1685 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1686 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1687 (frv_gdbarch_init): Do not set frameless function invocation.
1688 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1689 * sh-tdep.c (sh_gdbarch_init): Ditto.
1690 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1691 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1692 * avr-tdep.c (avr_gdbarch_init): Ditto.
1693
1694 * blockframe.c (legacy_frame_chain_valid): Delete function.
1695
1696 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1697 and pc. Update comments.
1698 (pc_in_dummy_frame): Delete function.
1699 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1700 use the "id".
1701 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1702 call_hi, top and pc, use the id.
1703 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1704
1705 * dummy-frame.c: Include "gdb_string.h".
1706 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1707 (generic_save_dummy_frame_tos): Delete.
1708 (dummy_frame_push): New function, replaces above.
1709 * dummy-frame.h: Update copyright.
1710 (dummy_frame_push): Declare.
1711 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1712 (generic_save_call_dummy_addr): Delete declarations.
1713 * infcall.c: Include "dummy-frame.h".
1714 (call_function_by_hand): Add locals caller_regcache,
1715 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1716 with call to frame_save_as_regcache plus cleanup. Delete calls to
1717 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1718 Move clear_proceed_status to just before the resume, add call to
1719 dummy_frame_push (discard cleanup).
1720 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1721 (dummy-frame.o): Add $(gdb_string_h).
1722
1723 2004-08-01 Andrew Cagney <cagney@gnu.org>
1724
1725 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1726 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1727 * dummy-frame.c (find_dummy_frame): Delete.
1728 (struct dummy_frame_cache, dummy_frame_sniffer)
1729 (dummy_frame_prev_register, dummy_frame_this_id)
1730 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1731 frame unwinder using a dummy_frame_cache.
1732
1733 2004-08-01 Andrew Cagney <cagney@gnu.org>
1734
1735 * frame.h (frame_save_as_regcache): Declare.
1736 * frame.c (frame_save_as_regcache): New function.
1737 (do_frame_read_register): Replace do_frame_unwind_register.
1738 (frame_pop): Use frame_save_as_regcache.
1739 * dummy-frame.c (generic_push_dummy_frame): Use
1740 frame_save_as_regcache.
1741
1742 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1743
1744 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1745 file as included until we record the first line in the linetable.
1746
1747 2004-08-01 Andrew Cagney <cagney@gnu.org>
1748
1749 * frame.h (deprecated_pop_dummy_frame)
1750 (deprecated_read_register_dummy)
1751 (deprecated_generic_find_dummy_frame): Delete.
1752 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1753 (deprecated_read_register_dummy)
1754 (deprecated_find_dummy_frame_regcache)
1755 (discard_innermost_dummy)
1756 (deprecated_pop_dummy_frame): Delete.
1757 (dummy_frame_this_id): Simplify.
1758 (struct dummy_frame): Delete "fp" and "sp".
1759 (find_dummy_frame): Simplify.
1760 (generic_push_dummy_frame): Do not set "fp" or "sp".
1761 (fprint_dummy_frames): Do not print "fp" and "sp"
1762
1763 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1764
1765 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1766 (struct i386_insn): New structure.
1767 (i386_match_insn): New function.
1768 (i386_frame_setup_skip_insns): New variable.
1769 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1770 array i386_frame_setup_insns of instructions that should be
1771 skipped inside the frame setup sequence.
1772
1773 2004-08-01 Andrew Cagney <cagney@gnu.org>
1774
1775 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1776 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1777 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1778 * stack.c (frame_info): Delete references to
1779 DEPRECATED_FRAME_INIT_SAVED_REGS and
1780 deprecated_get_frame_saved_regs.
1781 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1782 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1783 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1784 (frame_unwind_register_signed)
1785 (frame_unwind_register_unsigned)
1786 (frame_unwind_unsigned_register): Use register_size.
1787 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1788 (deprecated_frame_xmalloc_with_cleanup)
1789 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1790 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1791
1792 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1793 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1794 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1795 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1796
1797 * infcall.c (call_function_by_hand): Do not use
1798 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1799 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1800 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1801 DEPRECATED_STACK_ALIGN.
1802
1803 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1804
1805 Committed by Andrew Cagney.
1806 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1807
1808 2004-08-01 Andrew Cagney <cagney@gnu.org>
1809
1810 * mips-tdep.c (mips16_frame_cache)
1811 (mips16_frame_this_id, mips16_frame_prev_register)
1812 (mips16_frame_unwind, mips16_frame_sniffer)
1813 (mips16_frame_base_address, mips16_frame_base)
1814 (mips16_frame_base_sniffer, mips32_frame_cache)
1815 (mips32_frame_this_id, mips32_frame_prev_register)
1816 (mips32_frame_unwind, mips32_frame_sniffer)
1817 (mips32_frame_base_address, mips32_frame_base)
1818 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1819 separate heuristic mips16 and mips32 unwinders.
1820 (mips_stub_frame_cache, mips_stub_frame_this_id)
1821 (mips_stub_frame_prev_register)
1822 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1823 (mips_stub_frame_base_address, mips_stub_frame_base)
1824 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1825 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1826 match true mdebug frames.
1827 (non_heuristic_proc_desc): Add forward declaration.
1828
1829 2004-08-01 Andrew Cagney <cagney@gnu.org>
1830
1831 * config/mips/tm-irix6.h: Delete file.
1832 * config/mips/tm-irix5.h: Delete file.
1833 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1834 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1835
1836 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1837 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1838 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1839 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1840 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1841 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1842 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1843 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1844 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1845 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1846 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1847 (TARGET_SIGNAL_RAW_VALUES): Delete.
1848 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1849 Delete.
1850 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1851 (TARGET_HW_WATCH_LIMIT): Delete.
1852 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1853 * minimon.h: Delete file.
1854
1855 * trad-frame.c (trad_frame_get_this_base)
1856 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1857 functions.
1858 * trad-frame.h (trad_frame_set_this_base)
1859 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1860
1861 2004-07-31 Andrew Cagney <cagney@gnu.org>
1862
1863 * trad-frame.c (trad_frame_get_prev_register): Rename
1864 trad_frame_get_prev_register.
1865 * vax-tdep.c (vax_frame_prev_register): Update.
1866 * trad-frame.h: Update.
1867 * trad-frame.c (trad_frame_get_register): Update.
1868 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1869 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1870 Update.
1871 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1872 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1873 Update.
1874 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1875 Update.
1876 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1877 Update.
1878 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1879 Update.
1880 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1881 Update.
1882 * s390-tdep.c (s390_frame_prev_register)
1883 (s390_stub_frame_prev_register)
1884 (s390_sigtramp_frame_prev_register): Update.
1885 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1886 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1887 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1888 * m88k-tdep.c (m88k_frame_prev_register)
1889 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1890 * m32r-tdep.c (m32r_frame_prev_register): Update.
1891 * hppa-tdep.c (hppa_frame_prev_register_helper)
1892 * frv-tdep.c (frv_frame_prev_register): Update.
1893 * d10v-tdep.c (d10v_frame_prev_register): Update.
1894 * cris-tdep.c (cris_frame_prev_register): Update.
1895 * avr-tdep.c (avr_frame_prev_register): Update.
1896 * arm-tdep.c (arm_prologue_prev_register)
1897 (arm_sigtramp_prev_register): Update.
1898
1899 2004-07-31 Andrew Cagney <cagney@gnu.org>
1900
1901 * frame.h (legacy_saved_regs_unwind)
1902 (legacy_frame_chain_valid, legacy_frame_p)
1903 (enum frame_type): Delete UNKNOWN_FRAME.
1904 * dummy-frame.c (dummy_frame_this_id): Simplify.
1905 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1906 * frame.c (struct frame_info): Delete the field "type".
1907 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1908 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1909 (legacy_saved_regs_unwind, legacy_frame_p)
1910 (frame_type_from_pc): Delete.
1911 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1912 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1913
1914 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1915
1916 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1917 indentation.
1918
1919 * mips-nat.c: Remove file.
1920 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1921 (mips-nat.o): Remove dependency.
1922
1923 * infptrace.c: Update copyright year.
1924 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1925 explicitly setting the buffer to all zeroes.
1926
1927 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1928 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
1929
1930 2004-07-30 Andrew Cagney <cagney@gnu.org>
1931
1932 * GDB 6.2 released from gdb_6_2-branch.
1933
1934 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
1935
1936 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
1937
1938 * exec.c (exec_file_attach):
1939 * nto-tdep.c (nto_find_and_open_solib):
1940 * pa64solib.c (pa64_solib_sizeof_symbol_table):
1941 * solib.c (solib_open):
1942 * somsolib.c (som_solib_sizeof_symbol_table):
1943 * source.c (is_regular_file, openp, open_source_file):
1944 * symfile.c (symfile_bfd_open):
1945 * wince.c (upload_to_device): Differentiate between the search for
1946 binary and source files.
1947
1948 2004-07-30 Andrew Cagney <cagney@gnu.org>
1949
1950 * complaints.c (_initialize_complaints): Pass NULL to
1951 add_setshow_zinteger_cmd for help_doc.
1952 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
1953
1954 2004-07-30 Andrew Cagney <cagney@gnu.org>
1955
1956 Fix PR i18n/761.
1957 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
1958 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
1959 $(PACKAGE).pot and update-po.
1960 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
1961 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
1962 (update-po): New rules.
1963 (localedir): Define using autoconf.
1964 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
1965 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
1966 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
1967 * configure.in: Generate CATALOGS and LINGUAS from contents of
1968 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
1969 * configure: Re-generate.
1970 * po/gdbtext: New file
1971
1972 2004-07-30 Jerome Guitton <guitton@gnat.com>
1973
1974 * MAINTAINERS: Reorder Write After Approval list in alphabetical
1975 order.
1976
1977 2004-07-30 David Lecomber <dsl@sources.redhat.com>
1978
1979 * dwarf2read.c (read_file_scope): Set producer if attribute
1980 present.
1981 (struct dwarf2_cu): Added new member producer.
1982
1983 2004-07-30 Jerome Guitton <guitton@gnat.com>
1984
1985 * inflow.c (kill_command): release file handles in BFD.
1986 * exec.c (exec_file_attach): Ditto.
1987 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
1988
1989 2004-07-29 Andrew Cagney <cagney@gnu.org>
1990
1991 * PROBLEMS (mips-irix): Note that it is broken.
1992
1993 2004-07-29 Andrew Cagney <cagney@gnu.org>
1994
1995 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
1996 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
1997
1998 * config/xm-nbsd.h: Delete file.
1999 * config/arm/xm-nbsd.h: Delete file.
2000 * config/i386/xm-nbsd.h: Delete file.
2001 * config/ns32k/xm-nbsd.h: Delete file.
2002 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2003 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2004 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2005 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2006 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2007
2008 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2009 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2010 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2011 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2012 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2013 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2014
2015 * config/powerpc/xm-linux.h: Delete empty file.
2016 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2017 * config/powerpc/linux.mh (XM_FILE): Delete.
2018 * config/m68k/xm-linux.h: Delete empty file.
2019 * config/m68k/linux.mh (XM_FILE): Delete.
2020 * config/ia64/xm-linux.h: Delete empty file.
2021 * config/ia64/linux.mh (XM_FILE): Delete.
2022 * config/arm/xm-linux.h: Delete empty file.
2023 * config/arm/linux.mh (XM_FILE): Delete.
2024
2025 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2026 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2027 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2028 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2029 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2030 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2031 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2032 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2033
2034 * config/m68k/xm-m68k.h: Delete file.
2035 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2036 copyright.
2037 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2038 * config/pa/xm-linux.h: Delete empty file.
2039 * config/pa/linux.mh (XM_FILE): Delete.
2040 * config/i386/xm-i386.h: Delete empty file.
2041 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2042 "i386/xm-i386.h".
2043 * config/i386/obsdaout.mh (XM_FILE): Delete.
2044 * config/i386/obsd64.mh (XM_FILE): Delete.
2045 * config/i386/fbsd64.mh (XM_FILE): Delete.
2046 * config/i386/nto.mh (XM_FILE): Delete.
2047 * config/i386/obsd.mh (XM_FILE): Delete.
2048 * config/i386/linux64.mh (XM_FILE): Delete.
2049 * config/i386/linux.mh (XM_FILE): Delete.
2050 * config/i386/i386sol2.mh (XM_FILE): Delete.
2051 * config/i386/i386gnu.mh (XM_FILE): Delete.
2052 * config/i386/fbsd.mh (XM_FILE): Delete.
2053 * config/i386/nbsd64.mh (XM_FILE): Delete.
2054
2055 2004-07-29 Andrew Cagney <cagney@gnu.org>
2056
2057 * config/pa/xm-linux.h: Do not include "floatformat.h".
2058 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2059 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2060 * config/i386/xm-i386.h: Do not include "floatformat.h".
2061 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2062 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2063 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2064 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2065 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2066 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2067 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2068 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2069 * configure, config.in: Regenerate.
2070 * configure.host (gdb_host_float_format, gdb_host_double_format)
2071 (gdb_host_long_double_format): Set according to the host.
2072
2073 2004-07-29 Andrew Cagney <cagney@gnu.org>
2074
2075 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2076
2077 2004-07-28 Andrew Cagney <cagney@gnu.org>
2078
2079 * PROBLEMS: Mention threads/1650.
2080 * NEWS: Mention the NPTL fix.
2081
2082 2004-07-28 Andrew Cagney <cagney@gnu.org>
2083
2084 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2085 (add_setshow_cmd_full): Make static.
2086 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2087 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2088 * cli/cli-decode.c (add_setshow_filename_cmd)
2089 (add_setshow_string_cmd): New functions.
2090 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2091 * mips-tdep.c (_initialize_mips_tdep): Update.
2092 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2093 * cli/cli-logging.c (_initialize_cli_logging): Update.
2094 * complaints.c (_initialize_complaints): Update.
2095 * remote.c (_initialize_remote): Update.
2096
2097 2004-07-28 Andrew Cagney <cagney@gnu.org>
2098
2099 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2100 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2101 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2102 print parameters. Make string parameters constant.
2103 * command.h: Update. Update copyright.
2104 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2105 * observer.c (_initialize_observer): Ditto.
2106 * frame.c (_initialize_frame): Ditto.
2107 * complaints.c (_initialize_complaints): Ditto.
2108 * maint.c (_initialize_maint_cmds): Ditto.
2109 * target.c (initialize_targets): Ditto.
2110 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2111 * infcall.c (_initialize_infcall): Ditto.
2112 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2113 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2114 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2115 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2116 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2117
2118 2004-07-28 Andrew Cagney <cagney@gnu.org>
2119
2120 * gdbtypes.c (lookup_primitive_typename): Delete function.
2121 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2122 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2123 * gdbtypes.c (lookup_typename): Ditto.
2124 * f-exp.y (yylex): Ditto.
2125 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2126
2127 * scm-lang.c (c_builtin_types): Delete extern declaration.
2128 (scm_language_defn): Replace
2129 string_char_type and primitive_type_vector with
2130 la_language_arch_info.
2131 * jv-lang.c (java_language_defn): Replace
2132 string_char_type and primitive_type_vector with
2133 la_language_arch_info.
2134 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2135 c_builtin_types in comment.
2136 * c-lang.h (struct language_arch_info): Declare opaque.
2137 (c_language_arch_info): Declare.
2138 (c_builtin_types): Delete declaration.
2139 * c-lang.c (c_language_arch_info): Set string_char_type to
2140 builtin_char, not builtin_true_char. Make global.
2141 (c_builtin_types): Delete array.
2142 (asm_language_defn, minimal_language_defn): Replace
2143 string_char_type and primitive_type_vector with
2144 la_language_arch_info.
2145
2146 2004-07-28 Andrew Cagney <cagney@gnu.org>
2147
2148 * gdbtypes.h (struct builtin_type): Rename true_char to
2149 builtin_true_char.
2150 * gdbtypes.c (gdbtypes_post_init): Update.
2151 * c-lang.c (arch_info): New function.
2152 (enum c_primitive_types): New enum.
2153 (c_language_defn): Instead of string_char_type and
2154 primitive_type_vector set la_language_arch_info.
2155
2156 2004-07-28 Andrew Cagney <cagney@gnu.org>
2157
2158 * language.h (struct language_arch_info): Fix typo
2159 s/primative/primitive/.
2160 * gdbtypes.c (lookup_primitive_typename): Ditto.
2161 * language.c (language_lookup_primitive_type_by_name)
2162 (unknown_language_arch_info): Ditto.
2163
2164 2004-07-27 Andrew Cagney <cagney@gnu.org>
2165
2166 * defs.h (enum language): Add nr_languages.
2167 * language.h (struct language_arch_info): Define.
2168 (struct language_defn): Add la_language_arch_info.
2169 (language_lookup_primative_type_by_name): Declare.
2170 (language_string_char_type): Declare.
2171 * language.c (_initialize_language, language_gdbarch_post_init)
2172 (struct language_gdbarch, language_gdbarch_data): Implement
2173 per-architecture language information.
2174 (unknown_language_arch_info, language_string_char_type)
2175 (language_lookup_primative_type_by_name): New functions.
2176 (unknown_language_defn, auto_language_defn)
2177 (local_language_defn): Set la_language_arch_info to
2178 unknown_language_arch_info.
2179 (unknown_builtin_types): Delete.
2180 * gdbtypes.c (lookup_primitive_typename): Use
2181 language_lookup_primative_type_by_name.
2182 (create_string_type): Use language_string_char_type.
2183 * values.c (value_from_string): Use language_string_char_type.
2184 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2185 * p-lang.c (pascal_language_defn): Ditto.
2186 * m2-lang.c (m2_language_defn): Ditto.
2187 * jv-lang.c (java_language_defn): Ditto.
2188 * objc-lang.c (objc_language_defn): Ditto.
2189 * f-lang.c (f_language_defn): Ditto.
2190 * c-lang.c (c_language_defn, cplus_language_defn)
2191 (asm_language_defn, minimal_language_defn): Ditto.
2192
2193 2004-07-27 Andrew Cagney <cagney@gnu.org>
2194
2195 * gdbtypes.h (struct builtin_type): Declare.
2196 (builtin_type): Declare.
2197 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2198 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2199 (gdbtypes_post_init): New function.
2200 (builtin_type): New function.
2201
2202 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2203
2204 * remote-m32r-sdi.c: Fix breakpoint bug.
2205 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2206 recv_char_data, recv_long_data): New functions to replace communication
2207 sequences.
2208
2209 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2210
2211 Document PR threads/1650.
2212 * PROBLEMS (Threads): Document problem with many threads
2213
2214 2004-07-26 Andrew Cagney <cagney@gnu.org>
2215
2216 * gdb-mi.el: Move from here ...
2217 * mi/gdb-mi.el: ... to here.
2218
2219 2004-07-26 Andrew Cagney <cagney@gnu.org>
2220
2221 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2222 * main.c (captured_main): When in batch mode always detach.
2223
2224 2004-07-26 Andrew Cagney <cagney@gnu.org>
2225
2226 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2227 and h8300 as broken.
2228 * NEWS: END-OF-LIFE frame compatibility module.
2229 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2230 specific comments.
2231
2232 2004-07-26 Andrew Cagney <cagney@gnu.org>
2233
2234 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2235 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2236 * wince.c (_initialize_wince): Update.
2237 * win32-nat.c (_initialize_win32_nat): Update.
2238 * varobj.c (_initialize_varobj): Update.
2239 * valops.c (_initialize_valops): Update.
2240 * utils.c (initialize_utils, initialize_utils): Update.
2241 * tui/tui-win.c (_initialize_tui_win): Update.
2242 * top.c (init_main): Update.
2243 * symfile.c (_initialize_symfile): Update.
2244 * source.c (_initialize_source): Update.
2245 * somsolib.c (_initialize_som_solib): Update.
2246 * solib.c (_initialize_solib): Update.
2247 * solib-frv.c (_initialize_frv_solib): Update.
2248 * serial.c (_initialize_serial): Update.
2249 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2250 * remote.c (_initialize_remote, _initialize_remote): Update.
2251 * remote-vx.c (_initialize_vx): Update.
2252 * remote-utils.c (_initialize_sr_support): Update.
2253 * remote-sds.c (_initialize_remote_sds): Update.
2254 * remote-mips.c (_initialize_remote_mips): Update.
2255 * remote-e7000.c (_initialize_remote_e7000): Update.
2256 * proc-api.c (_initialize_proc_api): Update.
2257 * printcmd.c: Update.
2258 * parse.c (_initialize_parse): Update.
2259 * pa64solib.c (_initialize_pa64_solib): Update.
2260 * p-valprint.c (_initialize_pascal_valprint): Update.
2261 * monitor.c (_initialize_remote_monitors): Update.
2262 * mips-tdep.c (_initialize_mips_tdep): Update.
2263 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2264 * maint.c (_initialize_maint_cmds): Update.
2265 * lin-lwp.c (_initialize_lin_lwp): Update.
2266 * language.c (_initialize_language): Update.
2267 * kod.c (_initialize_kod): Update.
2268 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2269 * i386-tdep.c (_initialize_i386_tdep): Update.
2270 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2271 * gdbarch.sh: Update.
2272 * gdbarch.c: Re-generate.
2273 * gdb-events.sh: Update.
2274 * gdb-events.c: Re-generate.
2275 * frame.c (_initialize_frame): Update.
2276 * exec.c: Update.
2277 * demangle.c (_initialize_demangler): Update.
2278 * dcache.c (_initialize_dcache): Update.
2279 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2280 * cp-valprint.c (_initialize_cp_valprint): Update.
2281 * corefile.c (_initialize_core): Update.
2282 * command.h: Update.
2283 * cli/cli-decode.h: Update.
2284 * cli/cli-cmds.c (init_cli_cmds): Update.
2285 * charset.c (_initialize_charset): Update.
2286 * breakpoint.c (_initialize_breakpoint): Update.
2287 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2288 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2289 * aix-thread.c (_initialize_aix_thread): Update.
2290
2291 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2292
2293 Partial fix for PR backtrace/1718.
2294 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2295 that GCC migrates into the prolugue. Don't handle any
2296 instructions that clobber %ebx.
2297
2298 2004-07-23 Andrew Cagney <cagney@gnu.org>
2299
2300 Use regcache_raw_collect instead of regcache_collect.
2301 * regcache.h (regcache_collect): Delete declaration.
2302 * regcache.c (regcache_colect): Delete function.
2303 * win32-nat.c (do_child_store_inferior_registers): Update.
2304 * sol-thread.c (sol_thread_store_registers): Update.
2305 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2306 * rs6000-nat.c (store_register): Update.
2307 * remote.c (store_register_using_P, remote_store_registers): Update.
2308 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2309 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2310 (fill_vrregset, store_spe_registers, fill_gregset)
2311 (fill_gregset): Update.
2312 * nto-procfs.c (procfs_store_registers): Update.
2313 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2314 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2315 * m68klinux-nat.c (store_register, fill_gregset): Update.
2316 * m68k-tdep.c (fill_gregset): Update.
2317 * infptrace.c (store_register): Update.
2318 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2319 * i386-linux-nat.c (store_register, fill_gregset): Update.
2320 * hppa-linux-nat.c (fill_gregset): Update.
2321 * go32-nat.c (store_register): Update.
2322 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2323 (store_fp_regs): Update.
2324 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2325 (store_nwfpe_extended, store_fpregister, store_fpregs)
2326 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2327 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2328 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2329 (store_regs_user_thread, store_regs_kernel_thread): Update.
2330
2331 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2332
2333 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2334 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2335 encoding.
2336 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2337 member of `struct comp_unit'.
2338
2339 2004-07-23 Andrew Cagney <cagney@gnu.org>
2340
2341 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2342 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2343
2344 2004-07-23 Martin Hunt <hunt@redhat.com>
2345 Kevin Buettner <kevinb@redhat.com>
2346
2347 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2348 alignment was being added to the offset instead of multiplied.
2349
2350 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2351
2352 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2353 changed signal trampoline in OpenBSD 3.5-current.
2354
2355 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2356 <machine/pcb.h> and "bsd-kvm.h".
2357 (sparc64nbsd_supply_pcb): New function.
2358 (_initialize_sparc64nbsd_nat): Renamed from
2359 _initialize_sparcnbsd_nat. Enable libkvm interface.
2360 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2361 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2362 (LOADLIBES): New variable.
2363
2364 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2365
2366 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2367
2368 2004-07-21 Andrew Cagney <cagney@gnu.org>
2369
2370 Use regcache_raw_supply instead of supply_register.
2371 * regcache.h (supply_register): Delete declaration.
2372 * regcache.c (supply_register): Delete function.
2373 * wince.c (do_child_fetch_inferior_registers): Update.
2374 * win32-nat.c (do_child_fetch_inferior_registers)
2375 (fetch_elf_core_registers): Update.
2376 * v850ice.c (v850ice_fetch_registers): Update.
2377 * thread-db.c (thread_db_store_registers): Update.
2378 * sol-thread.c (sol_thread_store_registers): Update.
2379 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2380 * rs6000-nat.c (fetch_register): Update.
2381 * rom68k-rom.c (rom68k_supply_one_register): Update.
2382 * remote.c (remote_wait, remote_async_wait): Update.
2383 * remote-st.c (get_hex_regs): Update.
2384 * remote-sim.c (gdbsim_fetch_register): Update.
2385 * remote-sds.c (sds_fetch_registers): Update.
2386 * remote-rdp.c (remote_rdp_fetch_register): Update.
2387 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2388 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2389 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2390 * remote-hms.c (init_hms_cmds): Update.
2391 * remote-est.c (init_est_cmds): Update.
2392 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2393 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2394 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2395 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2396 (fetch_register, supply_vrregset, supply_vrregset)
2397 (fetch_spe_registers): Update.
2398 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2399 * monitor.c (monitor_supply_register): Update.
2400 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2401 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2402 (mipsnbsd_supply_fpreg): Update.
2403 * mips-nat.c (fetch_inferior_registers)
2404 (fetch_core_registers): Update.
2405 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2406 (supply_fpregset, mips64_supply_gregset)
2407 (mips64_supply_fpregset): Update.
2408 * m68klinux-nat.c (fetch_register, supply_gregset)
2409 (supply_fpregset): Update.
2410 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2411 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2412 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2413 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2414 * infptrace.c (fetch_register): Update.
2415 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2416 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2417 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2418 (gnu_fetch_registers, gnu_store_registers): Update.
2419 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2420 * i386-linux-nat.c (fetch_register, supply_gregset)
2421 (dummy_sse_values): Update.
2422 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2423 * hppah-nat.c (fetch_register): Update.
2424 * hppa-linux-nat.c (fetch_register, supply_gregset)
2425 (supply_fpregset): Update.
2426 * go32-nat.c (fetch_register): Update.
2427 * dve3900-rom.c (fetch_bitmapped_register)
2428 (_initialize_r3900_rom): Update.
2429 * cris-tdep.c (supply_gregset): Update.
2430 * abug-rom.c (init_abug_cmds): Update.
2431 * core-aout.c (fetch_core_registers): Update.
2432 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2433 (fetch_register, fetch_fp_register): Update.
2434 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2435 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2436 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2437 * alphanbsd-tdep.c (fetch_core_registers): Update.
2438 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2439 * alpha-nat.c (fetch_osf_core_registers)
2440 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2441 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2442 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2443
2444 2004-07-21 Andrew Cagney <cagney@gnu.org>
2445
2446 * PROBLEMS: Mention breakpoints/1702.
2447 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2448 that is known to work.
2449
2450 2004-07-21 Andrew Cagney <cagney@gnu.org>
2451
2452 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2453 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2454 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2455 (handle_inferior_event): Wrap call to deprecated
2456 IGNORE_HELPER_CALL in #ifdef.
2457 * config/mips/tm-nbsd.h: Update.
2458
2459 2004-07-20 Jim Blandy <jimb@redhat.com>
2460
2461 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2462 bfd_mach_ppc has no segment registers.
2463
2464 Include PowerPC SPR numbers for special-purpose registers.
2465 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2466 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2467 new member in initializer.
2468 (S, S4, SN4, S64): New macros for defining special-purpose
2469 registers.
2470 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2471 registers_403, registers_403GC, registers_505, registers_860,
2472 registers_601, registers_602, registers_603, registers_604,
2473 registers_750, registers_e500): Use them.
2474
2475 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2476 replace references with expression used to initialize variable.
2477
2478 2004-07-20 Andrew Cagney <cagney@gnu.org>
2479
2480 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2481 read_memory_nobpt.
2482 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2483 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2484 (s390_sigtramp_frame_sniffer): Update.
2485 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2486 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2487 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2488 (mips32_fetch_instruction): Update.
2489 * mcore-tdep.c (get_insn): Update.
2490 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2491 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2492 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2493 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2494 (i386_linux_rt_sigtramp_start): Update.
2495 * i386-linux-nat.c (child_resume): Update.
2496 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2497 * hppa-linux-tdep.c (insns_match_pattern): Update.
2498 * gdbcore.h: Update.
2499 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2500 * frame.c (safe_frame_unwind_memory): Update.
2501 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2502 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2503 * alpha-tdep.c (alpha_read_insn): Update.
2504
2505 2004-07-20 Andrew Cagney <cagney@gnu.org>
2506
2507 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2508 containing both bytes and mask. Add "frame_type".
2509 * tramp-frame.c (tramp_frame_start): Update.
2510 (tramp_frame_prepend_unwinder): Update.
2511 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2512 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2513 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2514 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2515
2516 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2517
2518 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2519 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2520 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2521 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2522
2523 2004-07-17 Andrew Cagney <cagney@gnu.org>
2524
2525 * NEWS, PROBLEMS: Update for 6.2.
2526
2527 * README: Update to 6.2.
2528
2529 * utils.c (xvasprintf): Call xstrvprintf.
2530
2531 * parse.c: Update copyright.
2532 (null_post_parser): Eliminate ARGSUSED.
2533
2534 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2535 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2536 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2537
2538 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2539 * ppc-linux-nat.c: Use "Linux kernel".
2540 * hppa-linux-tdep.c: Use GNU/Linux.
2541 * hppa-linux-nat.c: Use GNU/Linux.
2542 * dwarfread.c: Add [sic] to use of Linux.
2543
2544 * hppa-linux-nat.c: Do not include <string.h>.
2545 (supply_fpregset): Remove "register" attribute.
2546
2547 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2548
2549 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2550
2551 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2552 * configure, config.in: Regenerated.
2553
2554 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2555 "bsd-kvm.h".
2556 (vaxbsd_supply_pcb): New function.
2557 (_initialize_vaxbsd_nat): New prototype and function.
2558 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2559 solib-sunos.o.
2560 (LOADLIBES): New variable.
2561 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2562 (LOADLIBES): New variable.
2563 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2564 (LOADLIBES): New variable.
2565 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2566
2567 2004-07-16 Andrew Cagney <cagney@gnu.org>
2568
2569 * defs.h (event_loop_p): Replace variable declaration with macro,
2570 always 1.
2571 * main.c (captured_main): Delete options "-async" and "-noasync".
2572 (event_loop_p): Delete variable.
2573 * NEWS: Mention that "-async" and "-noasync" were removed.
2574
2575 2004-07-16 Andrew Cagney <cagney@gnu.org>
2576
2577 * remote-m32r-sdi.c: Re-indent.
2578
2579 2004-07-16 Jim Blandy <jimb@redhat.com>
2580
2581 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2582 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2583 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2584 missing MPC823 SPRs.
2585 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2586 incorrect. (This was corrected in GDB's register name tables on
2587 2004-07-14.)
2588
2589 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2590 should be "esasrr" ("ESA Save and Restore Register").
2591
2592 2004-07-16 Andrew Cagney <cagney@gnu.org>
2593
2594 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2595 calls, no longer applicable. Update comments and rename parameter
2596 "step_frame" to "return_frame".
2597
2598 2004-07-16 Andrew Cagney <cagney@gnu.org>
2599
2600 * frame.c (fprint_field): New function.
2601 (fprint_frame_id): Use fprint_field.
2602
2603 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2604
2605 * ada-lang.c (ada_language_defn): Remove commented out code.
2606
2607 2004-07-15 Jim Blandy <jimb@redhat.com>
2608
2609 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2610 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2611
2612 2004-07-14 Jim Blandy <jimb@redhat.com>
2613
2614 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2615
2616 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2617
2618 * ppc-tdep.h (ppc_num_srs): New enum constant.
2619
2620 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2621 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2622 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2623 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2624 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2625 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2626 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2627 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2628 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2629 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2630 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2631 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2632 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2633 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2634 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2635 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2636 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2637 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2638 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2639 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2640 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2641 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2642 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2643 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2644 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2645 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2646 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2647 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2648 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2649 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2650 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2651 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2652 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2653 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2654 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2655 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2656 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2657 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2658 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2659 special-purpose register numbers.
2660
2661 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2662 manual mentions 'md_twb', but many mention 'm_twb', and at that
2663 point in the register list.)
2664
2665 2004-07-14 Andrew Cagney <cagney@gnu.org>
2666
2667 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2668 instead of "internal-error".
2669
2670 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2671
2672 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2673 that was inserted inside a comment.
2674
2675 2004-07-10 Randolph Chung <tausq@debian.org>
2676
2677 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2678 function.
2679 (hppa_hpux_push_dummy_code): New function.
2680 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2681 Set find_global_pointer method.
2682
2683 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2684
2685 * NEWS: Mention BSD libkvm interface.
2686
2687 2004-07-10 Michael Snyder <msnyder@redhat.com>
2688
2689 * symfile.c (generic_load): Comment typo.
2690 * stack.c (get_selected_block): Ditto.
2691 * regcache.c (regcache_cooked_read): Ditto.
2692 * monitor.c (monitor_debug): Ditto.
2693 * mips-tdep.c (mips_read_pc): Ditto.
2694 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2695 * gdb_mbuild.sh: Ditto.
2696 * gdbarch.sh: Ditto.
2697 * gdbarch.h: Ditto.
2698
2699 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2700
2701 * ada-tasks.c: Remove file.
2702
2703 Remove ARI problems:
2704
2705 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2706 beginning of line.
2707
2708 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2709 Add comment.
2710 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2711 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2712 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2713 (UMIN_OF_SIZE): Remove.
2714 (max_of_type): New function to replace orphan macro in gdbtypes.h
2715 (min_of_type): Ditto.
2716 (discrete_type_high_bound): Use max_of_type.
2717 (discrete_type_low_bound): Use min_of_type.
2718 (possible_user_operator_p): Move operator to beginning of line.
2719 (ada_is_variant_part): Ditto.
2720 (ensure_lval): Rewrite to avoid deprecated operations.
2721 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2722 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2723 (ada_enum_name): Remove assignments in 'if' statements.
2724 (build_ada_types): Add gdbarch parameter.
2725 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2726 with gdbarch_data_register_post_init.
2727 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2728 add_show_from_set.
2729
2730 * ada-valprint.c (inspect_it): Remove declaration.
2731 (repeat_count_threshold): Remove declaration.
2732 (ada_print_floating): Remove assignments in 'if' statements.
2733 (print_str): Move operator to beginning of line.
2734
2735 2004-07-08 Jim Blandy <jimb@redhat.com>
2736
2737 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2738
2739 2004-07-08 Bob Rossi <bob@brasko.net>
2740
2741 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2742
2743 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2744
2745 * language.h (struct_language_defn): Add new function pointer:
2746 la_class_name_from_physname. Also add new prototype for
2747 language_class_name_from_physname.
2748 * language.c (language_class_name_from_physname): New function.
2749 (unk_lang_class_name): Ditto.
2750 (unknown_language_defn, auto_language_defn): Change
2751 to add unk_lang_class_name function pointer for
2752 la_class_name_from_physname.
2753 (local_language_defn): Ditto.
2754 * dwarf2read.c (guess_structure_name): Change to call
2755 language_class_name_from_physname.
2756 (determine_class_name): Ditto.
2757 * cp-support.c (class_name_from_physname): Renamed.
2758 (cp_class_name_from_physname): New name of function.
2759 * cp-support.h: Ditto.
2760 * c-lang.c (c_language_defn): Change to add NULL
2761 for class_name_from_physname function pointer.
2762 (cplus_language_defn): Change to add cp_class_name_from_physname.
2763 * jv-lang.c (java_class_name_physname): New function.
2764 (java_find_last_component): New static routine.
2765 (java_language_defn): Add java_class_name_from_physname pointer.
2766 * ada-lang.c (ada_language_defn): Change to add NULL
2767 for class_name_from_physname function pointer.
2768 * f-lang.c (f_language_defn): Ditto.
2769 * m2-lang.c (m2_language_defn): Ditto.
2770 * objc-lang.c (objc_language_defn): Ditto.
2771 * p-lang.c (pascal_language_defn): Ditto.
2772 * scm-lang.c (scm_language_defn): Ditto.
2773
2774 2004-07-06 Andrew Cagney <cagney@gnu.org>
2775
2776 Patch from Bart Robinson.
2777 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2778 (O_LARGEFILE): Define to 0, if not defined.
2779
2780 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2781
2782 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2783 <machine/pcb.h> and "bsd-kvm.h".
2784 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2785 (m68kbsd_supply_pcb): New function.
2786 (_initialize_m68kbsd_nat): New prototype and function.
2787 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2788 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2789 (LOADLIBES): New variable.
2790 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2791 (LOADLIBES): New variable.
2792
2793 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2794
2795 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2796
2797 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2798 <sys/proc.h>.
2799 (bsd_kvm_cmdlist): New variable.
2800 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2801 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2802 command and "kvm proc" command.
2803 * Makefile.in (bsd-kvm.o): Update dependencies.
2804
2805 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2806
2807 * osabi.c: Update copyright year.
2808 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2809 notes if EI_OSABI is set to ELFOSABI_HPUX.
2810
2811 2004-07-01 Michael Snyder <msnyder@redhat.com>
2812
2813 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2814 that seems to have gotten whacked out of line.
2815
2816 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2817
2818 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2819 code.
2820
2821 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2822
2823 * ada-lang.c (decode_packed_array): Minor change to comment.
2824 (ada_value_slice_ptr): New function.
2825 (ada_value_slice): New function.
2826 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2827 test. Don't know why it is there.
2828 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2829 to avoid dereferencing huge arrays from which one is slicing.
2830 (empty_array): Correct to return an array rather than
2831 a subrange value.
2832 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2833 on empty arrays (let'em use 'FIRST instead).
2834
2835 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2836
2837 Address complaints from gdb_ari.sh:
2838
2839 * ada-exp.y: Include gdb_string.h rather than string.h.
2840 (convert_char_literal): Reformat declaration.
2841 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2842 * ada-lex.l: Change use of free to xfree (the macro would do so
2843 anyway, but this is harmless).
2844 Include gdb_string.h rather than string.h.
2845 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2846
2847 * ada-lang.c (parse): Remove K&Rism in parameter list.
2848 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2849
2850 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2851
2852 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2853 dead code.
2854
2855 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2856
2857 * alphabsd-nat.c: Update copyright year.
2858 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2859
2860 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2861
2862 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2863 (i386_cygwin_in_solib_call_trampoline): New function.
2864 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2865 and skip_trampoline_code gdbarch methods.
2866
2867 2004-06-29 Jim Blandy <jimb@redhat.com>
2868
2869 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2870 name actually used in the dependency lists.
2871
2872 2004-06-29 Randolph Chung <tausq@debian.org>
2873
2874 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2875
2876 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2877
2878 * win32-nat.c (child_pid_to_exec_file): New function.
2879 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2880 functionality.
2881
2882 2004-06-28 Andrew Cagney <cagney@gnu.org>
2883
2884 * defs.h (xstrvprintf): Declare.
2885 * utils.c (xstrvprintf): New function.
2886 (internal_vproblem, xstrprintf, xasprintf)
2887 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2888 * serial.c (serial_printf): Ditto.
2889 * complaints.c (vcomplaint): Ditto.
2890
2891 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2892
2893 * infcmd.c (attach_command): Move call to target_terminal_inferior
2894 behind loading symbol table.
2895
2896 2004-06-28 Andrew Cagney <cagney@gnu.org>
2897
2898 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2899 change - add back extern deprecated_ui_loop_hook declaration.
2900
2901 2004-06-28 Andrew Cagney <cagney@gnu.org>
2902
2903 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2904 xstrprintf.
2905 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2906 (c_value_of_variable): Ditto.
2907 * utils.c (internal_vproblem): Ditto.
2908 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2909 * remote.c (add_packet_config_cmd): Ditto.
2910 * remote-rdp.c (rdp_set_command_line): Ditto.
2911 * regcache.c (regcache_dump): Ditto.
2912 * frv-tdep.c (new_variant, new_variant): Ditto.
2913 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2914 (fbsd_find_memory_regions): Ditto.
2915 * breakpoint.c (create_thread_event_breakpoint)
2916 (create_breakpoints): Ditto.
2917 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2918 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2919
2920 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2921
2922 * ada-lang.c: Re-indent file, with some massaging to help indent
2923 a bit when the result is otherwise really too ugly.
2924
2925 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2926
2927 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2928 code_addr_p and special_addr_p to 'unsigned int'.
2929
2930 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2931
2932 * i386v4-nat.c: Update copyright year and tweak comment.
2933 (regmap): Remove trailing comma.
2934 (supply_gregset): Rename local variable i to regnum. Call
2935 regcache_raw_supply instead of supply_register.
2936 (fill_gregset): Rename argument regno to regnum. Call
2937 regcache_raw_collect instead of regcache_collect.
2938
2939 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2940
2941 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
2942 and special_addr_p.
2943 (frame_id_build, frame_id_build_special): Update comments.
2944 (frame_id_build_wild): New prototype.
2945 * frame.c (frame_id_build, frame_id_build_special): Fill in new
2946 struct frame_id fields.
2947 (frame_id_build_wild): New function.
2948 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
2949
2950 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2951
2952 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
2953 hppabsd-tdep.c.
2954
2955 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2956
2957 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
2958
2959 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2960
2961 * ada-lang.c: Re-indent file.
2962
2963 2004-06-27 Joel Brobecker <brobecker@gnat.com>
2964
2965 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
2966 (no_symtab_msg): Likewise.
2967
2968 2004-06-27 Andreas Schwab <schwab@suse.de>
2969
2970 * source.c: Fix whitespace.
2971
2972 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2973
2974 * configure.in: Include <sys/param.h> for td_pcb test.
2975 * configure: Regenerated.
2976
2977 * i386nbsd-nat.c: New file.
2978 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
2979 i386obsd-nat.c and i386obsd-tdep.c.
2980 (i386nbsd-nat.o): New dependency.
2981 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
2982 bsd-kvm.o.
2983 (LOADLIBES): New variable.
2984 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
2985 bsd-kvm.o.
2986 (LOADLIBES): New variable.
2987
2988 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
2989 (LOADLIBES): New variable.
2990
2991 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
2992 fetching from BSD_KVM_PADDR. Correctly lookup address for
2993 "_thread0".
2994
2995 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
2996 "bsd-kvm.h".
2997 (amd64fbsd_supply_pcb): New funcion.
2998 (_initialize_amd64fbsd_nat): Enable libkvm interface.
2999
3000 2004-06-27 <david@streamline-computing.com>
3001
3002 Partial fix for PR cli/1056.
3003 * valarith.c: Check for zero in division and remainder
3004 evaluation.
3005
3006 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3007
3008 * i387-tdep.c: Remove excessive whitespace.
3009
3010 2004-06-26 Andrew Cagney <cagney@gnu.org>
3011
3012 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3013 * gdb-events.h, gdb-events.c: Re-generate.
3014 * tui/tui-hooks.c (tui_install_hooks): Update.
3015 (tui_remove_hooks): Update.
3016 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3017
3018 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3019
3020 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3021 (gregset_t, fpregset_t): Remove typedefs.
3022 (REG_OFFSET): Rename argument.
3023 (amd64bsd_r_reg_offset): Rename from reg_offset.
3024 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3025 Remove functions.
3026 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3027 of reg_offset.
3028 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3029
3030 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3031
3032 * vax-tdep.c: Tweak comment.
3033
3034 Add OpenBSD/hppa support.
3035 * NEWS (New native configurations): Mention OpenBSD/hppa.
3036 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3037 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3038 files.
3039 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3040 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3041 * configure.host: Add hppa*-*-openbsd*.
3042 * configure.tgt: Add hppa*-*-openbsd*.
3043
3044 2004-06-25 Andrew Cagney <cagney@gnu.org>
3045
3046 * defs.h (deprecated_ui_loop_hook): Deprecated.
3047 * wince.c (child_wait): Update.
3048 * win32-nat.c (child_wait): Update.
3049 * v850ice.c (v850ice_wait): Update.
3050 * top.c (deprecated_ui_loop_hook): Update.
3051 * serial.h: Update.
3052 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3053 (do_unix_readchar): Update.
3054 * ser-tcp.c (net_open): Update.
3055 * remote-sim.c (gdb_os_poll_quit): Update.
3056 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3057
3058 2004-06-24 Andrew Cagney <cagney@gnu.org>
3059
3060 * defs.h (deprecated_pre_add_symbol_hook)
3061 (deprecated_post_add_symbol_hook): Deprecated.
3062 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3063 (symbol_file_add_with_addrs_or_offsets): Update references.
3064
3065 2004-06-24 Andrew Cagney <cagney@gnu.org>
3066
3067 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3068 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3069 * wince.c (ui_loop_hook): Delete extern declaration.
3070 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3071 * v850ice.c (ui_loop_hook): Delete extern declaration..
3072 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3073 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3074 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3075 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3076 ui_loop_hook declaration.
3077
3078 2004-06-24 Andrew Cagney <cagney@gnu.org>
3079
3080 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3081 entry_func_highpc fields.
3082 * objfiles.c (init_entry_point_info): Do not clear
3083 entry_func_lowpc and entry_func_highpc.
3084 (objfile_relocate): Do not relocate entry_func_lowpc and
3085 entry_func_highpc.
3086 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3087 entry_func_highpc.
3088 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3089 entry_func_highpc.
3090 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3091 entry_func_lowpc and entry_func_highpc with call to
3092 inside_entry_func.
3093
3094 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3095
3096 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3097 quad-precision floating point arguments in registers.
3098
3099 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3100
3101 From Michael Mueller <m.mueller99@kay-mueller.de>:
3102 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3103 account.
3104
3105 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3106
3107 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3108 to -1.
3109 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3110 untriggered watchpoints to a separate if clause. Update function
3111 comment regarding STOPPED_BY_WATCHPOINT argument.
3112
3113 2004-06-22 Jim Blandy <jimb@redhat.com>
3114
3115 * gdbarch.sh: Doc fix.
3116
3117 2004-06-21 Martin Hunt <hunt@redhat.com>
3118 Kevin Buettner <kevinb@redhat.com>
3119
3120 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3121 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3122 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3123 to set_gdbarch_sp_regnum(). Use cooked register number.
3124 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3125
3126 2004-06-21 Andrew Cagney <cagney@gnu.org>
3127
3128 * gdbarch.sh: When the macro field is empty, do not generate a
3129 macro definition. When the macro field is "=", generate the macro
3130 name from the upper-case function name.
3131 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3132 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3133 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3134 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3135 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3136 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3137 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3138 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3139 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3140 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3141 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3142 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3143 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3144 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3145 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3146 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3147 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3148 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3149 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3150 (DEPRECATED_USE_STRUCT_CONVENTION)
3151 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3152 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3153 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3154 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3155 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3156 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3157 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3158 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3159 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3160 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3161 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3162 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3163 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3164 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3165 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3166 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3167 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3168 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3169
3170 2004-06-21 Andrew Cagney <cagney@gnu.org>
3171
3172 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3173 macro name, and the function rather than macro value. Only wrap
3174 macro print statements in #ifdef. Move format logic to where it
3175 is needed.
3176 * gdbarch.c: Re-generate.
3177
3178 * gdbarch.sh (read): Delete "print_p" and "description", add
3179 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3180 Delete references to print_p.
3181 (TARGET_ARCHITECTURE): Delete print predicate.
3182 * gdbarch.c: Re-generate.
3183
3184 * gdbarch.sh: Check that multi-arch methods do not provide a
3185 macro.
3186 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3187 (print_registers_info, print_float_info, print_vector_info)
3188 (adjust_breakpoint_address, remote_translate_xfer_address)
3189 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3190 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3191 name from the multi-arch definition.
3192
3193 2004-06-20 Andrew Cagney <cagney@gnu.org>
3194
3195 * gdbarch.sh: Sort by the function, instead of macro name.
3196 * gdbarch.c: Re-generate.
3197
3198 2004-06-20 Andrew Cagney <cagney@gnu.org>
3199
3200 * gdbarch.sh: Use the function, instead of macro name in
3201 errors and the log file.
3202 (return_value): Remove stray ":" in spec.
3203
3204 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3205 * gdbarch.h, gdbarch.c: Re-generate.
3206 * Makefile.in (arch-utils.o): Update dependencies.
3207 * values.c (using_struct_return): Move code calling
3208 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3209 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3210 to legacy_return_value, simplify.
3211 * infcmd.c (print_return_value): Move code calling
3212 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3213 to legacy_return_value, simplify.
3214 * infcall.c (call_function_by_hand): Move code calling
3215 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3216 * arch-utils.c: Update copyright. Include "gdbcore.h".
3217 (legacy_return_value): New function.
3218 * arch-utils.h: Update copyright.
3219 (legacy_return_value): Declare.
3220
3221 2004-06-20 Andrew Cagney <cagney@gnu.org>
3222
3223 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3224 * gdbarch.h, gdbarch.c: Re-generate.
3225 * values.c (using_struct_return): Update call.
3226 * mcore-tdep.c: Update comment.
3227 * infcall.c (call_function_by_hand): Update comment.
3228 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3229 * arch-utils.h (always_use_struct_convention): Update.
3230 * v850-tdep.c (v850_gdbarch_init): Update.
3231 * sh64-tdep.c (sh64_gdbarch_init): Update.
3232 * sh-tdep.c (sh_gdbarch_init): Update.
3233 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3234 * mips-tdep.c (mips_gdbarch_init): Update.
3235 * mcore-tdep.c (mcore_gdbarch_init): Update.
3236 * m32r-tdep.c (m32r_gdbarch_init): Update.
3237 * ia64-tdep.c (ia64_gdbarch_init): Update.
3238 * h8300-tdep.c (h8300_gdbarch_init): Update.
3239 * frv-tdep.c (frv_gdbarch_init): Update.
3240 * cris-tdep.c (cris_gdbarch_init): Update.
3241 * arm-tdep.c (arm_gdbarch_init): Update.
3242 * alpha-tdep.c (alpha_gdbarch_init): Update.
3243
3244 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3245
3246 * PROBLEMS: Add more specific information, and a work-around,
3247 for PR gdb/1458.
3248
3249 2004-06-18 Andrew Cagney <cagney@gnu.org>
3250
3251 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3252 * gdbarch.h, gdbarch.c: Re-generate.
3253 * ada-lang.c (ada_finish_decode_line_1): Update.
3254 * infrun.c (handle_inferior_event): Update.
3255 * infcall.c (find_function_addr): Update.
3256 * linespec.c (minsym_found): Update.
3257 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3258 Update.
3259 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3260 * cli/cli-cmds.c (disassemble_command): Update.
3261 * vax-tdep.c (vax_gdbarch_init): Update.
3262
3263 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3264
3265 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3266
3267 2004-06-17 Andrew Cagney <cagney@gnu.org>
3268
3269 GDB 6.1.1 released from the GDB 6.1 branch.
3270 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3271 * PROBLEMS: Ditto.
3272
3273 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3274
3275 PR gdb/1658
3276 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3277 operation as a uleb128. Found by Michael Coulter.
3278
3279 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3280
3281 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3282 make it non-static.
3283 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3284 to ada-lang.h; this is needed to be able to implement the kill command
3285 in multi-task mode.
3286 (task_ptid): Ditto.
3287 (task_entry): Ditto.
3288 (task_list): Ditto.
3289 (ada_build_task_list): Ditto.
3290
3291 * ada-lang.c: Conditionalize routines and data structures related
3292 to breakpoints, exceptions, completion, and symbol caching on
3293 GNAT_GDB, since these are not yet used in the submitted public sources.
3294 (ada_main_name): Editorial: Move definition out of exception-related
3295 code.
3296
3297 2004-06-15 Andrew Cagney <cagney@gnu.org>
3298
3299 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3300 deprecated_pc_in_call_dummy.
3301
3302 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3303
3304 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3305 bfd_get_section_size_before_reloc or _raw_size.
3306 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3307 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3308 (dwarf2_read_section): Likewise.
3309 * elfread.c (elf_locate_sections): Likewise.
3310 * gcore.c (derive_heap_segment): Likewise.
3311 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3312 * remote-e7000.c (e7000_load): Likewise.
3313 * remote-m32r-sdi.c (m32r_load): Likewise.
3314 * remote-mips.c (mips_load_srec): Likewise.
3315 (pmon_load_fast): Likewise.
3316 * remote.c (compare_sections_command): Likewise.
3317 * symfile.c (add_section_size_callback): Likewise.
3318 (load_section_callback): Likewise.
3319 (pc_in_unmapped_range): Likewise.
3320 (pc_in_mapped_range): Likewise.
3321 (sections_overlap): Likewise.
3322 (list_overlays_command): Likewise.
3323 (simple_overlay_update_1): Likewise.
3324 (simple_overlay_update): Likewise.
3325 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3326 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3327
3328 2004-06-14 Randolph Chung <tausq@debian.org>
3329
3330 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3331 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3332 static.
3333 (hppa_hpux_inferior_created): New function.
3334 (hppa_hpux_init_abi): Register observer.
3335 * symfile.c (hp_cxx_exception_support_initialized)
3336 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3337 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3338
3339 2004-06-14 Randolph Chung <tausq@debian.org>
3340
3341 * MAINTAINERS (Write After Approval): Alphabetize my entry
3342 correctly.
3343
3344 2004-06-14 Andrew Cagney <cagney@gnu.org>
3345
3346 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3347 testsuite maintainer.
3348
3349 2004-06-13 Andrew Cagney <cagney@gnu.org>
3350
3351 * infcmd.c (print_return_value): Fix logic, allow
3352 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3353
3354 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3355 defining any macros.
3356 * gdbarch.h: Re-generate.
3357
3358 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3359 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3360 * gdbarch.h: Re-generate.
3361
3362 * values.c (generic_use_struct_convention): Don't check gcc_p.
3363
3364 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3365 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3366 * gdbarch.h, gdbarch.c: Regenerate.
3367 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3368 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3369 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3370 deprecated_max_register_raw_size and
3371 deprecated_max_register_virtual_size.
3372 * v850-tdep.c (v850_gdbarch_init): Ditto.
3373 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3374 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3375 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3376 * cris-tdep.c (cris_gdbarch_init): Ditto.
3377
3378 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3379 * gdbarch.h, gdbarch.c: Re-generate.
3380 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3381 (m68hc11_use_struct_convention): Delete function.
3382 (m68hc11_extract_struct_value_address): Delete function.
3383 (m68hc11_return_value): New function.
3384 (m68hc11_gdbarch_init): Instead of store_return_value,
3385 extract_return_value, return_value_on_stack,
3386 deprecated_extract_struct_value_address and use_struct_convention,
3387 set return_value.
3388 * values.c (using_struct_return): Do not call
3389 RETURN_VALUE_ON_STACK.
3390 * arch-utils.h (generic_return_value_on_stack_not): Delete
3391 declaration.
3392 * arch-utils.c (generic_return_value_on_stack_not): Delete
3393 function.
3394
3395 2004-06-12 Andrew Cagney <cagney@gnu.org>
3396
3397 * values.c (register_value_being_returned): Delete function.
3398 * infcmd.c (legacy_return_value): Delete function.
3399 * infcall.c (call_function_by_hand): Inline
3400 "register_value_being_returned", simplify.
3401 * values.c (using_struct_return): Update comment, refer to
3402 print_return_value instead of register_value_being_returned.
3403 * infcmd.c (print_return_value): Inline calls to
3404 register_value_being_returned and legacy_return_value. Simplify.
3405
3406 2004-06-11 Randolph Chung <tausq@debian.org>
3407
3408 * somread.c (som_symtab_read): Exclude gcc local symbols.
3409
3410 2004-06-11 Randolph Chung <tausq@debian.org>
3411
3412 * infrun.c (handle_inferior_event): Handle the case when a
3413 trampoline ends up in the runtime resolver, and if the trampoline
3414 has no name. Rearrange the code so that all the trampoline
3415 processing happens before other step-out-of-range handling.
3416
3417 2004-06-11 Martin Hunt <hunt@redhat.com>
3418
3419 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3420 has no fpu.
3421
3422 2004-06-10 Andrew Cagney <cagney@gnu.org>
3423
3424 * blockframe.c (legacy_inside_entry_func): Delete.
3425 (legacy_frame_chain_valid): Inline call to
3426 legacy_inside_entry_func, simplify.
3427
3428 2004-06-10 Bob Rossi <bob@brasko.net>
3429
3430 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3431 * dwarf2read.c (partial_die_info): Add dirname field.
3432 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3433 (read_partial_die): Save away DW_AT_comp_dir.
3434 * defs.h (symtab_to_filename): Removed.
3435 * source.c (find_and_open_source): Added.
3436 (open_source_file): Just calls find_and_open_source.
3437 (symtab_to_filename): Removed.
3438 (symtab_to_fullname, psymtab_to_fullname): Added.
3439 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3440 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3441 symtab_to_filename.
3442 * symtab.h (partial_symtab): Add dirname field.
3443 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3444 (mi_cmd_file_list_exec_source_file): Call new function
3445 symtab_to_fullname to find fullname.
3446 (mi_cmd_file_list_exec_source_files): Added.
3447 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3448 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3449
3450 2004-06-10 Andrew Cagney <cagney@gnu.org>
3451
3452 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3453 to generic_use_struct_convention, the default value.
3454
3455 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3456 of abort.
3457
3458 * ns32k-tdep.c (ns32k_push_arguments): New function.
3459 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3460 * infcall.c (call_function_by_hand): Call error instead of
3461 legacy_push_arguments.
3462 * value.h (legacy_push_arguments): Delete declaration.
3463 * valops.c (legacy_push_arguments): Delete function.
3464 (value_push): Delete function.
3465
3466 2004-06-10 Brian Ford <ford@vss.fsi.com>
3467
3468 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3469 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3470 info.
3471 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3472
3473 2004-06-10 Andrew Cagney <cagney@gnu.org>
3474
3475 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3476 * gdbarch.h, gdbarch.c: Re-generate.
3477 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3478 parameters.
3479 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3480 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3481 deprecated_pc_in_call_dummy instead of
3482 DEPRECATED_PC_IN_CALL_DUMMY.
3483 (arm_skip_prologue): Ditto.
3484 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3485 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3486 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3487 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3488 Ditto.
3489 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3490 (sh64_init_extra_frame_info, sh64_get_saved_register)
3491 (sh64_pop_frame): Ditto.
3492 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3493 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3494 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3495 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3496 (h8300_pop_frame): Ditto.
3497 * blockframe.c (legacy_inside_entry_func)
3498 (legacy_frame_chain_valid): Ditto.
3499 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3500 to deprecated_pc_in_call_dummy.
3501
3502 2004-06-09 Andrew Cagney <cagney@gnu.org>
3503
3504 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3505 provide a default value.
3506 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3507 * gdbarch.h, gdbarch.c: Re-generate.
3508 * arch-utils.c (generic_convert_register_p): Rename
3509 legacy_convert_register_p
3510 (legacy_register_to_value, legacy_value_to_register): Delete
3511 functions.
3512 * arch-utils.h (generic_convert_register_p): Rename
3513 legacy_convert_register_p.
3514 (legacy_register_to_value, legacy_value_to_register): Delete
3515 declarations.
3516
3517 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3518 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3519 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3520 * gdbarch.h, gdbarch.c: Re-generate.
3521 * infcmd.c (default_print_registers_info): Simplify.
3522 * findvar.c (value_of_register): Simplify.
3523 * mi/mi-main.c (get_register): Simplify.
3524 * arch-utils.c (legacy_convert_register_p): Always return 0.
3525 (legacy_register_to_value, legacy_value_to_register): Always call
3526 internal_error.
3527
3528 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3529 #ifdef CLEAR_INSN_CACHE code.
3530 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3531 Delete #ifdef CLEAR_DEFERRED_STORES code.
3532
3533 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3534
3535 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3536 copyright.
3537 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3538
3539 * config/mips/mipsv4.mh: Delete file.
3540
3541 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3542 unreferenced macro.
3543 (hpread_adjust_stack_address): Delete declaration.
3544
3545 2004-06-08 Andrew Cagney <cagney@gnu.org>
3546
3547 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3548 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3549 PTRACE_ATTACH / PTRACE_DETACH available call error.
3550 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3551 * infttrace.c (update_thread_state_after_attach, attach, detach):
3552 Remove #ifdef wrappers.
3553 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3554 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3555 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3556 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3557 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3558 * config/nm-linux.h (ATTACH_DETACH): Delete.
3559 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3560 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3561 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3562 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3563 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3564
3565 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3566
3567 * configure.in: Set $configdir to the right OS specific value.
3568 Use value when setting $tcldir and $tkdir.
3569 * configure: Regenerate.
3570
3571 2004-06-06 Paul Brook <paul@codesourcery.com>
3572
3573 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3574 records.
3575
3576 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3577
3578 * ada-lang.c (lookup_symbol_in_language): New function to allow
3579 re-use of another language's symbol lookup code. (Placed here
3580 temporarily while Ada support is being integrated into the public
3581 tree).
3582 (restore_language): New auxiliary function for
3583 lookup_symbol_in_language.
3584 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3585 temporarily while Ada support is being integrated into the public
3586 tree).
3587
3588 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3589
3590 * Makefile.in (check//%): New.
3591
3592 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3593 (mn10300_store_return_value): Rewrite.
3594 (mn10300_type_align): New.
3595 (mn10300_use_struct_convention): Rewrite.
3596 (mn10300_return_value): New, using all of the above.
3597 (mn10300_pop_frame_regular): Add saved_regs_size.
3598 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3599
3600 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3601 regs if PC is on movm.
3602
3603 2004-06-07 Jim Blandy <jimb@redhat.com>
3604
3605 Add native Linux support for the PowerPC E500.
3606 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3607 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3608 all architectures except the E500.
3609 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3610 #definitions.
3611 (struct gdb_evrregset_t): New type.
3612 (have_ptrace_getsetevrregs): New variable.
3613 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3614 fetch_spe_registers): New functions.
3615 (fetch_register): Call fetch_spe_register as appropriate.
3616 Assert that we're only passed raw register numbers.
3617 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3618 Don't fetch gprs if they're pseudoregisters.
3619 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3620 store_spe_registers): New functions.
3621 (store_register): Call store_spe_register as appropriate.
3622 Assert that we're only passed raw register numbers.
3623 (store_ppc_registers): Call store_spe_registers as appropriate.
3624 Don't store gprs if they're pseudoregisters.
3625
3626 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3627
3628 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3629 struct if one exists, even if we are dealing with a zombie thread.
3630
3631 2004-06-07 Andrew Cagney <cagney@gnu.org>
3632
3633 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3634 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3635 Rename PC_REQUIRES_RUN_BEFORE_USE.
3636 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3637 #ifdef.
3638
3639 2004-06-07 Randolph Chung <tausq@debian.org>
3640
3641 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3642 unwinding after sp has been saved to the stack but before the end
3643 of the prologue, and after the fp has been modified but before it has
3644 been saved to the stack.
3645 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3646 Remove superfluous definitions.
3647 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3648
3649 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3650
3651 Committed by Randolph Chung.
3652 * hppa-linux-nat.c: Include the correct version of the header file
3653 depending on the kernel version.
3654
3655 2004-06-06 Randolph Chung <tausq@debian.org>
3656
3657 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3658 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3659
3660 2004-06-06 Randolph Chung <tausq@debian.org>
3661
3662 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3663 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3664 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3665 * hppa-tdep.c (hppa_symbol_address): New function definition.
3666 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3667
3668 2004-06-06 Randolph Chung <tausq@debian.org>
3669
3670 * hppa-tdep.h (struct value): Forward declaration.
3671 (gdbarch_tdep): Define tdep find_global_pointer method.
3672 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3673 associated with the function we are trying to call, and write it
3674 to the gp register.
3675 (hppa32_convert_from_funct_ptr_addr): New function.
3676 (hppa_find_global_pointer): New function.
3677 (hppa_gdbarch_init): Set default find_global_pointer method; set
3678 convert_from_func_ptr_addr method.
3679 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3680 (hppa_linux_init_abi): Set find_global_pointer method.
3681 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3682
3683 2004-06-06 Randolph Chung <tausq@debian.org>
3684
3685 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3686 to struct value *function.
3687 * gdbarch.c: Regenerate.
3688 * gdbarch.h: Likewise.
3689 * infcall.c (call_function_by_hand): Pass entire function value
3690 to push_dummy_call.
3691
3692 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3693 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3694 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3695 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3696 * arm-tdep.c (arm_push_dummy_call): Likewise.
3697 * avr-tdep.c (avr_push_dummy_call): Likewise.
3698 * cris-tdep.c (cris_push_dummy_call): Likewise.
3699 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3700 * frv-tdep.c (frv_push_dummy_call): Likewise.
3701 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3702 * hppa-tdep.c (hppa32_push_dummy_call)
3703 (hppa64_push_dummy_call): Likewise.
3704 * i386-tdep.c (i386_push_dummy_call): Likewise.
3705 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3706 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3707 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3708 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3709 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3710 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3711 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3712 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3713 (ppc64_sysv_abi_push_dummy_call): Likewise.
3714 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3715 (ppc64_sysv_abi_push_dummy_call): Likewise.
3716 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3717 * s390-tdep.c (s390_push_dummy_call): Likewise.
3718 * sh-tdep.c (sh_push_dummy_call_fpu)
3719 (sh_push_dummy_call_nofpu): Likewise.
3720 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3721 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3722 * vax-tdep.c (vax_push_dummy_call): Likewise.
3723
3724 2004-06-04 Jim Blandy <jimb@redhat.com>
3725
3726 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3727 gdbarch argument to register_size.
3728
3729 * rs6000-tdep.c (rs6000_store_return_value): Use
3730 regcache_cooked_write_part instead of
3731 deprecated_write_register_bytes.
3732 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3733 not gdbarch_deprecated_store_return_value.
3734
3735 * ppc-linux-nat.c (store_register, fetch_register): Remove
3736 incorrect assertions. Simplify and generalize handling of
3737 transfers whose sizes are not multiples of, or less than, sizeof
3738 (PTRACE_XFER_TYPE).
3739
3740 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3741
3742 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3743 as a new thread event.
3744 * thread-db.c (thread_get_info_callback): If the thread is a
3745 zombie, return TD_THR_ZOMBIE.
3746 (thread_from_lwp): If thread_get_info_callback returns
3747 TD_THR_ZOMBIE, check if the thread is still on the thread list
3748 and return a -1 ptid if not found.
3749 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3750 change the status to TARGET_WAITKIND_SPURIOUS.
3751
3752 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3753
3754 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3755 double values in little endian mode.
3756
3757 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3758
3759 Committed by Andrew Cagney.
3760 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3761 after last enum constant to avoid error from IBM C
3762 compiler.
3763
3764 2004-06-02 Jim Blandy <jimb@redhat.com>
3765
3766 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3767 to 'message', and make it local to the lone block that uses it.
3768
3769 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3770
3771 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3772
3773 * ada-exp.y: Update copyright notice.
3774 Include block.h.
3775
3776 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3777 SPECIAL_VARIABLE and unify the treatment of these cases.
3778
3779 (write_attribute_call0): Remove.
3780 (write_attribute_call1): Remove.
3781 (write_attribute_calln): Remove.
3782 (save_qualifier): Add missing semicolon.
3783
3784 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3785 temporarily disabled to allow compilation with FSF head version.
3786
3787 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3788 use individual operators (OP_*) for all attributes.
3789 (exp syntax): Use write_int.
3790 Handle STRING literals with OP_STRING.
3791 (variable syntax): Add limit parameter to calls to
3792 write_object_renaming.
3793
3794 (temp_parse_space): New definition to hold entities that need
3795 only live until the next call to ada_parse.
3796 (string_to_operator): Rename fields of ada_opname_table entries.
3797
3798 (write_var_from_sym): Record block.
3799 (write_var_from_name): Minor reformatting.
3800 Make sure saved name is properly encoded in the case of multiple
3801 matches, and set its language to Ada.
3802 Update comment.
3803 Modify to indicate unresolved name as symbol in the UNRESOLVED
3804 namespace, allocated in temp_parse_space.
3805 (write_int): New function.
3806
3807 (write_object_renaming): Add max_depth parameter to limit
3808 chains of object renamings.
3809 Handle case where root of renaming expression is itself a renaming.
3810 Use temp_parse_space for temporary name buffer.
3811 Handle renamings to dereferenced pointers (___XEXA suffices).
3812
3813 (ada_parse, yyerror, string_to_operator,
3814 write_var_from_sym, write_var_from_name, write_attribute_call0,
3815 write_attribute_call1, write_attribute_calln,
3816 write_object_renaming): Protoize.
3817
3818 (_initialize_ada_exp): New function.
3819
3820 * ada-lang.c: Update copyright notice.
3821 General terminology change to conform to GNAT compiler usage:
3822 mangle => encode, demangle => decode
3823 Include gdb_obstack.h.
3824 Include gdb_regex.h
3825 Include frame.h
3826 Include hashtab.h
3827 Include completer.h
3828 Include gdb_stat.h
3829 Include block.h
3830 Include infcall.h
3831
3832 (ADA_RETAIN_DOTS): Make sure this is defined.
3833 (TRUNCATION_TOWARDS_ZERO): Define.
3834 (struct string_vector): Define.
3835 (unresolved_names): Remove definition.
3836 (xnew_string_vector): New function.
3837 (string_vector_append): New function.
3838 (extract_string): Make static.
3839 (ada_unqualified_name): New function.
3840 (add_angle_brackets): New function.
3841 (function_name_from_pc): New function.
3842 (place_on_stack): Rename to ensure_lval.
3843
3844 (ensure_lval): Renamed from place_on_stack.
3845 Make identity on lvals.
3846 Update comment.
3847 (is_nonfunction): New interface.
3848 Only symbols in LOC_CONST class can be enumerals.
3849 (fill_in_ada_prototype): Remove; now independent of language.
3850 (add_defn_to_vec): Add obstack and symtab arguments.
3851 Use obstack to hold collected definitions.
3852 (num_defns_collected): New function.
3853 (defns_collected): New function.
3854 (ada_resolve_subexp): Rename to resolve_subexp.
3855 (resolve_subexp): Renamed from ada_resolve_subexp.
3856 (ada_op_name): Return non-const result.
3857 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3858 other purposes.
3859
3860 (to_fixed_array_type): Add declaration.
3861 (coerce_unspec_val_to_type): Remove offset parameter.
3862 (find_sal_from_funcs_and_line): New interface.
3863 (find_line_in_linetable): Ditto.
3864
3865 (all_sals_for_line): Rename to ada_sals_for_line and make
3866 global.
3867 Add new parameter. When set, do not ask the user to choose the
3868 instance, but use the first one found instead.
3869 Use given line number in returned sals.
3870 Fix comment.
3871 Skip the prologue if funfirstline is set.
3872 Correct for memory leak when 0 lines found.
3873
3874 (value_pos_atr): Use pos_atr.
3875 (pos_atr): New function.
3876 (standard_lookup): Add block parameter.
3877
3878 (makeTimeStart): Remove declaration and uses.
3879 (makeTimeStop): Remove declaration and uses.
3880
3881 (ada_completer_word_break_characters): Allow for VMS.
3882 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3883 (raise_sym_name): New constant.
3884 (raise_unhandled_sym_name): New constant.
3885 (raise_assert_sym_name): New constant.
3886 (process_raise_exception_name): New constant.
3887 (longest_exception_template): New constant.
3888 (warning_limit): New variable to limit warnings during expression
3889 evaluation.
3890 (warnings_issued): New variable to keep track of warnings issued.
3891 (known_runtime_file_name_patterns): New constant.
3892 (known_auxiliary_function_name_patterns): New constant.
3893 (symbol_list_obstack): New variable.
3894
3895 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3896 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3897 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3898 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3899 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3900 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3901 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3902 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3903 and strcmp.
3904
3905 (ada_get_field_index): New function.
3906 (lim_warning): New function.
3907 (ada_translate_error_message): New function.
3908 (MAX_OF_SIZE): New function.
3909 (MIN_OF_SIZE): New function.
3910 (UMAX_OF_SIZE): New function.
3911 (UMIN_OF_SIZE): New function.
3912 (discrete_type_high_bound): New function.
3913 (discrete_type_low_bound): New function.
3914 (base_type): New function.
3915 (do_command): Remove.
3916
3917 (ada_update_initial_language): Use language_ada, not language_unknown.
3918 (ada_encode): Renamed from ada_mangle.
3919 Obey ADA_RETAIN_DOTS.
3920 (ada_decode): Renamed from ada_demangle.
3921 Update coding conventions.
3922 (decoded_names_store): New hash table.
3923 (ada_decode_symbol): New function.
3924 (ada_la_decode): New function.
3925
3926 (modify_general_field): Correct computations of offset and bit
3927 position.
3928 (desc_base_type): Handle ref types, too.
3929 (ada_is_direct_array_type): New function.
3930
3931 (ada_is_simple_array): Rename to ada_is_simple_array_type.
3932 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
3933 (ada_is_bogus_array_descriptor,ada_type_of_array,
3934 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
3935 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
3936 ada_is_array_descriptor_type.
3937
3938 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
3939 (ada_is_packed_array_type): Handle pointers or
3940 references to packed arrays as well.
3941 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
3942 (decode_packed_array_type): Search for the packed array type
3943 symbol in the currently selected block and associated
3944 superblocks too.
3945 Use lookup_symbol again.
3946
3947 (decode_packed_array): Handle pointers and references.
3948 Update call to coerce_unspec_val_to_type.
3949 (decode_packed_array_type,value_subscript_packed): Limit warnings.
3950 (ada_value_primitive_packed_val): Improve comment.
3951
3952 (ada_index_type): Substitute int type for "undefined".
3953 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
3954 ada_array_langth, ada_is_string_type): Use renamed
3955 ada_is_simple_array_type.
3956 (empty_array): New function.
3957
3958 (ada_resolve): Rename to resolve.
3959 (resolve): Make static.
3960 Call renamed resolve_subexp.
3961 Update comment.
3962 (ada_resolve_subexp): Rename to resolve_subexp.
3963 (resolve_subexp): Update comment.
3964 Decomment disabled code.
3965 Add LOC_COMPUTED* cases.
3966 Modify to use temporary struct symbols (marked as being in
3967 UNDEF_NAMESPACE) to indicate unresolved names, instead of
3968 OP_UNRESOLVED_VALUE.
3969 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
3970 Add OP_STRING case.
3971 Remove OP_ARRAY.
3972 Use SYMBOL_PRINT_NAME instead of ada_demangle.
3973 Use new ada_lookup_symbol_list interface.
3974 Use new ada_resolve_function interface.
3975 Remove OP_TYPE case.
3976
3977 (ada_args_match): Idiot proof against null actuals.
3978 Use intermediate variables to clarify.
3979 (ada_resolve_function): Update comment and interface.
3980 (mangled_ordered_before): Rename to encoded_ordered_before and
3981 update comment.
3982 (sort_choices): Update comment and interface.
3983 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
3984 (user_select_syms): New interface.
3985 Use new sort_choices interface.
3986 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
3987 (possible_user_operator_p): Idiot-proof against null values.
3988 (ada_simple_renamed_entity): Don't make cleanup; rely on
3989 caller to free result string.
3990 Remove const from return type.
3991 (make_array_descriptor): Rename uses of place_on_stack to
3992 ensure_lval.
3993 Make sure that arrays are on stack.
3994
3995 (HASH_SIZE): Define.
3996 (struct cache_entry): Define.
3997 (cache_space): Define.
3998 (cache): Define.
3999 (clear_ada_sym_cache): New function.
4000 (find_entry): New function.
4001 (lookup_cached_symbol): New function.
4002 (defn_vector_size): Define.
4003 (cache_symbol): New function.
4004 (defn_symbols): Remove.
4005
4006 (standard_lookup): Use lookup_symbol_in_language to get effect of
4007 C lookup.
4008 Cache results.
4009
4010 (symbol_completion_match): New function.
4011 (symbol_completion_add): New function.
4012 (ada_make_symbol_completion_list): New function.
4013
4014 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4015 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4016 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4017 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4018
4019 (ada_lookup_simple_minsym): New function.
4020 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4021
4022 (add_symbols_from_enclosing_procs): New interface.
4023 Conditionalize more helpfully.
4024 Don't bother if program isn't running.
4025 Use new interface to get_frame_block.
4026 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4027
4028 (remove_extra_symbols): New interface.
4029 (xget_renaming_scope): New function.
4030 (is_package_name): New function.
4031 (renaming_is_visible): New function.
4032 (remove_out_of_scope_renamings): New function.
4033
4034 (ada_lookup_symbol_list): New interface.
4035 Properly reinitialize the symbol list obstack.
4036 Don't call add_symbols_from_enclosing_procs if we start from a
4037 static or global block.
4038 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4039 add_symbols_from_enclosing_procs.
4040 Add symtab data to cached entries.
4041 Handle symbols prefixed with
4042 "standard__" specially; strip prefix and don't look in local symbols.
4043 Do not include out of scope renaming symbols in list of
4044 symbols returned.
4045 Add const to block parameter.
4046 Move check for non-local, non-global symbols earlier.
4047 Remove timing stuff.
4048 (ada_lookup_symbol): New interface.
4049 Find symtab as well.
4050 (ada_lookup_symbol_nonlocal): New function.
4051
4052 (is_name_suffix): Enhance suffix detection to recognize
4053 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4054 (is_dot_digits_suffix): New function.
4055 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4056
4057 (ada_add_block_symbols): New interface. Use obstack to return results
4058 in a vector of struct ada_symbol_infos. Add symtab argument.
4059 Use new interface to add_defn_to_vec.
4060 Remove calls to fill_in_ada_prototype.
4061 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4062
4063 (ada_finish_decode_line_1): Add const qualification to local to fix
4064 warning.
4065 Start looking in static block for functions to avoid attempts
4066 to search frame chain for up-level variables.
4067 Adapt to new ada_sals_for_line interface.
4068 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4069 Handle quoting of the function name inside the spec string.
4070 Skip prologue when funfirstline is set and update the
4071 function documentation to that effect.
4072
4073 (debug_print_lines, debug_print_block, debug_print_blocks,
4074 debug_print_symtab): Remove.
4075
4076 (ada_main_name): New function.
4077 (ada_exception_breakpoint_type): New function.
4078 (is_known_support_routine): New function.
4079 (ada_find_printable_frame): Renamed from find_printable_frame and made
4080 global.
4081 Remove level parameter.
4082 Use new interface to select_frame.
4083
4084 (begin_command): Remove.
4085 (ada_adjust_exception_stop): New function.
4086 (ada_print_exception_stop): New function.
4087 (exception_name_from_cond): New function.
4088 (ada_report_exception_break): Replace disabled code with
4089 conditionalization on GNAT_GDB.
4090 Get the exception name from the condition string.
4091 Remove and move functionality into new functions
4092 ada_print_exception_breakpoint_task and
4093 ada_print_exception_breakpoint_nontask.
4094 (error_breakpoint_runtime_sym_not_found): New function.
4095 (is_runtime_sym_defined): New function.
4096 (ada_breakpoint_rewrite): Uncomment suppressed code.
4097 Use symbolic error-message and runtime-symbol names.
4098 Surround runtime symbol names in quotes.
4099 Allow non-specific breakpoints on exceptions and assertions before
4100 program starts.
4101
4102 (ada_is_tagged_type): Add parameter.
4103 (ada_is_tag_type): New function.
4104 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4105 (ada_variant_discrim_type): Ditto.
4106 (value_tag_from_contents_and_address): New function.
4107 (type_from_tag): New function.
4108 (struct tag_args): New structure used to communicate with
4109 ada_tag_name_1.
4110 (ada_tag_name_1): New function.
4111 (ada_tag_name): New function.
4112
4113 (ada_scan_number): Update comment.
4114 (find_struct_field): New function.
4115 (ada_search_struct_field): Make static.
4116 (ada_value_struct_elt): New version that returns references when
4117 given pointers or references to structs.
4118 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4119 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4120 interface.
4121 (ada_value_ind): Use new ada_to_fixed_value interface.
4122 (ada_coerce_ref): Ditto.
4123 (field_offset): Remove.
4124
4125 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4126 (ada_find_renaming_symbol): New function.
4127 (ada_prefer_type): Prefer named types over unnamed ones.
4128 (variant_field_index): New function.
4129 (contains_variant_part): Removed: subsumed by variant_field_index.
4130 (ada_template_to_fixed_record_type): New function, mostly from
4131 template_to_fixed_record_type.
4132 (template_to_fixed_record_type):
4133 Do not scan the type fields beyond the last one; prevents a
4134 potential SEGV.
4135 Handle case where variant field is listed BEFORE discriminant it
4136 depends on.
4137 Fix calculation of record length when bit length is
4138 not evenly divisible by char length.
4139 Move code to ada_template_to_fixed_record_type and call it.
4140
4141 (template_to_static_fixed_type): Revise comment.
4142 Modify to work on ordinary record types as well as templates,
4143 so as to handle fields that use ___XVE or ___XVU encodings.
4144 (to_record_with_fixed_variant_part): Fill out comment.
4145 Initialize C++ stuff in right type.
4146 Allow case where DVAL is null.
4147 Handle case where variant field is not last.
4148 Fix typo concerning record length.
4149 (to_fixed_record_type): Decomment disabled code.
4150 (to_fixed_record_type): Use variant_field_index instead of
4151 contains_variant_part.
4152 (to_fixed_variant_branch_type): Ditto.
4153 (to_fixed_array_type): Decomment disabled code.
4154 (ada_to_fixed_type): Convert tagged types to the specific type.
4155 Deactivate the size-check for array types in order to avoid
4156 some false size alarms.
4157 (to_static_fixed_type): Decomment disabled code.
4158 Modify to call template_to_static_fixed_type
4159 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4160 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4161 Remove valaddr argument, as it is never really used.
4162 (ada_to_fixed_value): Change interface to act on single struct value*
4163 operand.
4164 (adjust_pc_past_prologue): New function.
4165 (ada_attribute_name): Modify to take enum exp_opcode argument.
4166
4167 (ada_enum_name): Recognize new homonym-distinguishing convention.
4168 Adjust local variable's type to remove compiler warning.
4169 Fix a small problem in the part that unqualifies the enumeration name.
4170 (ada_value_binop): New function.
4171 (ada_value_equal): New function.
4172
4173 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4174 Don't give error message when not doing normal evaluation
4175 and a tagged type doesn't seem to contain a structure member.
4176 Give error message for packed arrays.
4177 For indexing arrays, handle pointers to packed arrays correctly.
4178 Handle case of 'first and 'last attributes of bare integral type
4179 without encoded subtype info.
4180 Remove some unnecessary casts.
4181 Fix uninitialized value of type in computing 'first, 'last, or 'length
4182 of array object.
4183 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4184 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4185 calls.
4186 Attributes are now exp_opcode values.
4187 Correct treatment of 'modulus.
4188 Better error message for taking 'length of wrong kind of type;
4189 improve comment.
4190 Change EVAL_NORMAL to noside for consistency.
4191 Use ada_value_binop for DIV, MOD, REM.
4192 Make special case out of array of length 0, since an argument
4193 of 0 upsets some platforms' malloc.
4194 Use OP_STRING instead of OP_ARRAY.
4195 For slice, add check that we have an array type before extracting
4196 a slice out of it. Avoids a SEGV.
4197 When evaluating an array slice, if the array type is a reference to
4198 an aligner type, then replace the aligner type by the actual type.
4199 Decomment disabled code.
4200 Remove some dead code.
4201 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4202 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4203 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4204 and UNOP_MBR to UNOP_IN_RANGE.
4205 If an array type has a parallel ___XVE type, then use it.
4206 Turn arrays into pointers for lvalue arrays.
4207 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4208 bounds error and handle 0-length slices.
4209 Use lim_warning.
4210 When selecting fields, apply ada_to_fixed_value (because the fields
4211 might have ___XVU or ___XVE encodings even if not dynamic.)
4212 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4213 (ada_is_system_address_type): New function.
4214
4215 (get_var_value): Use new interface to ada_lookup_symbol_list.
4216 (get_int_var_value): New interface.
4217 (to_fixed_range_type): Allow unknown bound, with warning.
4218 (ada_is_modular_type): Decomment disabled code.
4219 (ADA_OPERATORS): New definition.
4220 (ada_operator_length): New function.
4221 (ada_expr_op_name): New function.
4222 (ada_forward_operator_length): New function.
4223 (ada_dump_subexp_body): New function.
4224 (ada_print_subexp): New function.
4225 (ada_exp_descriptor): New constant.
4226 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4227 (ada_language_defn): Add ada_exp_descriptor entry.
4228 Change ada_parse => parse.
4229 Add post-parser entry.
4230 Use ada-specific non-local symbol lookup.
4231 Don't use C-style arrays.
4232 String lower-bound is 1.
4233 Decomment disabled code.
4234 (parse): New function.
4235 New fields ada_translate_error_message, ada_lookup_symbol,
4236 ada_lookup_minimal_symbol.
4237
4238 * ada-lang.h: Update copyright dates.
4239 Replace the mangle/demangle terminology throughout by the
4240 more appropriate encode/decode one.
4241 Include breakpoint.h.
4242 Forward declare struct partial_symbol, struct block.
4243 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4244 (EXTRACT_ADDRESS): Remove.
4245 (EXTRACT_INT): Remove.
4246 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4247 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4248 (MAX_RENAMING_CHAIN_LENGTH): Define.
4249 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4250
4251 (enum task_states): Remove.
4252 ada_task_states: Remove.
4253 (fat_string): Remove.
4254 (struct entry_call): Remove.
4255 (struct task_fields): Remove.
4256 (struct task_entry): Remove.
4257
4258 (struct ada_symbol_info): Define.
4259 (enum ada_attribute): Remove.
4260 (enum ada_operator): Define.
4261
4262 (ada_get_field_index): Declare.
4263 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4264 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4265 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4266 (ada_lookup_symbol_list): New interface.
4267 (ada_decode_symbol): Declare.
4268 (ada_decode): Declare.
4269 (ada_lookup_symbol): New interface.
4270 (ada_update_initial_language): Declare.
4271 (ada_lookup_simple_minsym): Declare.
4272 (user_select_syms): New interface.
4273 (ada_sals_for_line): Declare.
4274 (ada_is_tagged_type): New interface.
4275 (ada_tag_name): Declare.
4276 (ada_lookup_struct_elt_type): Remove declaration.
4277 (ada_search_struct_field): Remove declaration.
4278 (ada_attribute_name): New interface.
4279 (ada_is_system_address_type): Declare.
4280 (ada_to_fixed_value): Remove declaration.
4281 (ada_template_to_fixed_record_type_1): Declare.
4282 (get_int_var_value): New interface.
4283 (ada_find_any_symbol): Declare.
4284 (ada_find_renaming_symbol): Declare.
4285 (ada_mangle): Rename to ada_encode.
4286 (ada_simple_renamed_entity): Remove const.
4287 (ada_main_name): Declare.
4288 (get_current_task): Rename to ada_get_current_task.
4289 (get_entry_number): Remove declaration.
4290 (ada_report_exception_break): Remove declaration.
4291 (ada_print_exception_breakpoint_nontask): Declare.
4292 (ada_print_exception_breakpoint_task): Declare.
4293 (ada_find_printable_frame): Declare.
4294
4295 * ada-lex.l: Update copyright notices.
4296 Use xmalloc and xfree instead of malloc and free.
4297 Use new interface to name_lookup.
4298 Use new interface to
4299 ada_mangle=>ada_encode.
4300 Redo handling of '$...' variable to parallel current treatment
4301 in c-exp.y.
4302 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4303 digit_to_int, strtoulst, processInt, processReal, processId,
4304 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4305 yywrap): Protoize.
4306
4307 (processInt): Use cast to remove harmless warning.
4308 (processReal): Modify to get rid of compiler warning on scan formats.
4309
4310 (processId): Replace xmalloc with obstack_alloc for name and remove
4311 call to ada_name_string_cleanup.
4312 Remove obsolete disabled code.
4313 (name_lookup): Ditto.
4314 New interface.
4315 Use obsavestring on temp_parse_space instead of savestring
4316 on name, and remove call to ada_name_string_cleanup.
4317 Free string returned from ada_simple_renamed_entity.
4318 Use new interface to ada_lookup_symbol_list.
4319 Decomment disabled code.
4320 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4321 not types.
4322 When a type name lookup succeeds as a result of
4323 lookup_primitive_typename, check for regular type entry that has not
4324 yet been read in.
4325 Limit length of chain of renamed symbols we are willing to follow.
4326 Do not break names beginning with "standard__" into segments.
4327 (block_lookup): Use new interface to ada_lookup_symbol_list.
4328
4329 * ada-typeprint.c: Update copyright notice.
4330 (demangled_type_name): Rename to decoded_type_name.
4331 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4332 (print_range_bound): Correct handling of negative
4333 bounds that make the index type looked unsigned under STABS.
4334 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4335 (print_range_type_named): Use the builtin int type if no type
4336 corresponding to the given type name could be found.
4337 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4338 Add some bullet-proofing.
4339 (print_variant_clauses): Allow for variant branches with ___XVU
4340 encodings that are not dynamic fields.
4341 Use new interface to ada_is_tagged_type.
4342 (print_record_type): Allow for fields with ___XVE encodings that
4343 are not dynamic fields.
4344 Use new interface to ada_is_tagged_type.
4345 (ada_print_type): ada_is_array_descriptor =>
4346 ada_is_array_descriptor_type.
4347
4348 * ada-valprint.c: Update copyright notice.
4349 Include gdb_string.h
4350 Include infcall.h
4351 (ui_memcpy): New function.
4352 (ada_print_floating): New function.
4353 (ada_print_str): Order arguments correctly.
4354 Correct handling of empty arrays and arrays of 0-length items.
4355 ada_is_array_descriptor => ada_is_array_descriptor_type
4356 Print values of type System.Address in hexadecimal format.
4357 Use ada_print_floating to print floating-point numbers in Ada format.
4358 Print class tag values with type names.
4359 No longer print the address of reference values. Avoids
4360 a potential confusion.
4361 (ada_value_print): Stop printing the object type for reference
4362 values, but preserve that behavior for access types. Avoids
4363 a potential confusion.
4364 Simplify one conditional expression, as the first part is now
4365 necessarily true.
4366 ada_is_array_descriptor => ada_is_array_descriptor_type
4367 Add check for arrays for null records, and print them by hand.
4368
4369 2004-06-01 Jim Blandy <jimb@redhat.com>
4370
4371 * ppc-tdep.h: Delete unused 'regoff' member.
4372 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4373
4374 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4375
4376 Fix PR symtab/1661.
4377 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4378 (hpread_read_struct_type): Likewise.
4379
4380 2004-06-01 Andrew Cagney <cagney@gnu.org>
4381
4382 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4383 instead of xasprintf.
4384 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4385 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4386 (mi_cmd_data_list_register_names)
4387 (mi_cmd_data_list_changed_registers)
4388 (mi_cmd_data_list_register_values)
4389 (get_register, mi_cmd_data_write_register_values)
4390 (mi_cmd_data_write_register_values)
4391 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4392 (mi_cmd_target_download, mi_cmd_target_select)
4393 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4394 (mi_execute_cli_command, mi_execute_async_cli_command)
4395 (mi_execute_async_cli_command): Ditto.
4396 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4397 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4398
4399 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4400 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4401 error_last_message instead of mi_error_last_message.
4402 * mi/mi-main.c (mi_error_last_message): Delete function.
4403
4404 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4405 "invalid number of columns" error. Delete redundant "out of
4406 memory" check.
4407
4408 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4409
4410 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4411 (gregset_t, fpregset_t): Remove typedefs.
4412 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4413 (REG_OFFSET): Rename argument.
4414 (i386bsd_r_reg_offset): Rename from reg_offset.
4415 (REG_ADDR): Remove macro.
4416 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4417 functions.
4418 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4419 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4420 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4421 instead of supply_gregset.
4422 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4423 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4424 instead of fill_gregset.
4425 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4426
4427 * i386bsd-nat.c: Don't include "gregset.h".
4428 (supply_gregset, fill_gregset): Make static.
4429 (supply_fpregset, fill_fpregset): Remove.
4430 * Makefile.in (i386bsd-nat.o): Update dependencies.
4431
4432 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4433
4434 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4435 "gdb_assert.h". Con't include "gregset.h".
4436 (fbsd_make_corefile_notes): Use regset-based core file support
4437 instead off fill_gregset and fill_fpregset.
4438 * Makefile.in (fbsd-proc.o): Update dependencies.
4439
4440 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4441 instructions.
4442 (m88k_frame_prev_register): Simplify code a bit.
4443
4444 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4445 (amd64_collect_fpregset): New function.
4446 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4447
4448 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4449
4450 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4451 (i386_collect_gregset): New function.
4452 (i386_supply_fpregset): Adjust comment.
4453 (i386_collect_fpregset): New function.
4454 (i386_regset_from_core_section): Use i386_collect_gregset and
4455 i386_collect_fpregset.
4456
4457 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4458 handle VALUEP being null.
4459
4460 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4461
4462 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4463
4464 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4465
4466 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4467 assembler in OpenBSD 3.5-current.
4468 (amd64obsd_sigcontext_addr): Likewise.
4469
4470 2004-05-28 Jim Blandy <jimb@redhat.com>
4471
4472 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4473 register set, so our regcache isn't declared "legacy" and our E500
4474 pseudoregister read and write functions aren't ignored.
4475 (rs6000_register_byte, rs6000_register_raw_size,
4476 rs6000_register_virtual_type, rs6000_register_convertible,
4477 rs6000_register_convert_to_virtual,
4478 rs6000_register_convert_to_raw): Deleted.
4479 (rs6000_register_type, rs6000_convert_register_p,
4480 rs6000_register_to_value, rs6000_value_to_register): New
4481 functions.
4482 (rs6000_gdbarch_init): Don't register
4483 gdbarch_deprecated_register_size,
4484 gdbarch_deprecated_register_bytes,
4485 gdbarch_deprecated_register_byte,
4486 gdbarch_deprecated_register_raw_size,
4487 gdbarch_deprecated_register_virtual_type,
4488 gdbarch_deprecated_register_convertible,
4489 gdbarch_deprecated_register_convert_to_virtual, or
4490 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4491 register gdbarch_register_type, gdbarch_convert_register_p,
4492 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4493
4494 2004-05-26 Jim Blandy <jimb@redhat.com>
4495
4496 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4497 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4498 functions, updated to match the register numberings used in GCC.
4499 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4500 rs6000_dwarf2_reg_to_regnum as register number conversions
4501 functions for STABS and Dwarf2.
4502
4503 2004-05-26 Randolph Chung <tausq@debian.org>
4504
4505 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4506 in header file.
4507
4508 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4509
4510 * NEWS: Document new "start" command.
4511
4512 2004-05-25 Randolph Chung <tausq@debian.org>
4513
4514 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4515 hppa-linux.
4516
4517 2004-05-25 Randolph Chung <tausq@debian.org>
4518
4519 * hppa-hpux-tdep.c (offsetof): Define.
4520 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4521 (hppa32_hpux_frame_base_before_sigtramp)
4522 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4523 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4524 (hppa64_hpux_frame_base_before_sigtramp)
4525 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4526 functions.
4527 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4528 (hppa_hpux_sigtramp_frame_unwind_cache)
4529 (hppa_hpux_sigtramp_frame_this_id)
4530 (hppa_hpux_sigtramp_frame_prev_register)
4531 (hppa_hpux_sigtramp_frame_unwind)
4532 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4533 (hppa_hpux_init_abi): Register sigtramp unwinder.
4534 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4535
4536 2004-05-25 Randolph Chung <tausq@debian.org>
4537
4538 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4539 and multiple stack unwinds.
4540 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4541
4542 2004-05-25 Andrew Cagney <cagney@gnu.org>
4543
4544 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4545 * symfile-mem.h: Delete file.
4546 * symfile-mem.c: Do not include "symfile-mem.h".
4547 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4548 "struct bfd_section". When an error do not bother returning NULL.
4549 (add_symbol_file_from_memory_command): Use "struct bfd" and
4550 "struct bfd_section".
4551 * Makefile.in (symfile_mem_h): Delete.
4552 (symfile-mem.o): Update dependencies.
4553
4554 2004-05-25 Nick Roberts <nickrob@gnu.org>
4555
4556 * gdb-mi.el: New file.
4557
4558 2004-05-25 Andrew Cagney <cagney@gnu.org>
4559
4560 * inftarg.c: Include "observer.h".
4561 (child_attach, child_create_inferior): Notify inferior_created.
4562 * corelow.c: Include "observer.h".
4563 (core_open): Notify inferior_created.
4564 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4565
4566 2004-05-25 Andrew Cagney <cagney@gnu.org>
4567
4568 * target.h (struct target_ops): Add from_tty to
4569 to_create_inferior.
4570 (target_create_inferior, find_default_create_inferior): Update.
4571 * infcmd.c (run_command): Update.
4572 * wince.c (child_create_inferior): Update.
4573 * win32-nat.c (child_create_inferior): Update.
4574 * uw-thread.c (uw_thread_create_inferior): Update.
4575 * thread-db.c (thread_db_create_inferior): Update.
4576 * target.c (debug_to_create_inferior)
4577 (find_default_create_inferior): Update.
4578 (maybe_kill_then_create_inferior): Update.
4579 * sol-thread.c (sol_thread_create_inferior): Update.
4580 * remote.c (extended_remote_async_create_inferior)
4581 (extended_remote_create_inferior): Update.
4582 * remote-vx.c (vx_create_inferior): Update.
4583 * remote-st.c (st2000_create_inferior): Update.
4584 * remote-sim.c (gdbsim_create_inferior): Update.
4585 * remote-sds.c (sds_create_inferior): Update.
4586 * remote-rdp.c (remote_rdp_create_inferior): Update.
4587 * remote-rdi.c (arm_rdi_create_inferior): Update.
4588 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4589 * remote-e7000.c (e7000_create_inferior): Update.
4590 * procfs.c (procfs_create_inferior): Update.
4591 * ocd.c (ocd_create_inferior): Update.
4592 * ocd.h (ocd_create_inferior): Update.
4593 * nto-procfs.c (procfs_create_inferior): Update.
4594 * monitor.c (monitor_create_inferior): Update.
4595 * lin-lwp.c (lin_lwp_create_inferior): Update.
4596 * inftarg.c (child_create_inferior): Update.
4597 * hpux-thread.c (hpux_thread_create_inferior): Update.
4598 * gnu-nat.c (gnu_create_inferior): Update.
4599
4600 2004-05-25 Andrew Cagney <cagney@gnu.com>
4601
4602 * MAINTAINERS: Update e-mail address.
4603
4604 2004-05-24 Randolph Chung <tausq@debian.org>
4605
4606 * thread.c (info_threads_command, thread_apply_all_command)
4607 (thread_apply_command, thread_command, do_captured_thread_select):
4608 Remove HPUXHPPA-specific code.
4609
4610 2004-05-24 Randolph Chung <tausq@debian.org>
4611
4612 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4613 unused symbols.
4614 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4615 references.
4616
4617 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4618
4619 * infcmd.c (kill_if_already_running): New function, extracted
4620 from run_command().
4621 (run_command): Replace extracted code by call to
4622 kill_if_already_running().
4623 (start_command): New function.
4624 (_initialize_infcmd): Add "start" command.
4625
4626 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4627
4628 Add OpenBSD/m88k support.
4629 * NEWS (New native configurations): Mention OpenBSD/m88k.
4630 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4631 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4632 * Makefile.in (m88k_tdep_h): New variable.
4633 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4634 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4635 * configure.host: Add m88*-*-openbsd*.
4636 * configure.tgt: Add m88*-*-openbsd*.
4637
4638 2004-05-24 Jim Blandy <jimb@redhat.com>
4639
4640 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4641 to approve changes.
4642
4643 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4644
4645 * symtab.c (fixup_section): Search section table when lookup by
4646 name fails.
4647
4648 2004-05-24 Randolph Chung <tausq@debian.org>
4649
4650 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4651 be "small_struct".
4652
4653 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4654
4655 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4656 register number in regcache_raw_collect call.
4657 (m68kbsd_collect_fpregset): Likewise.
4658 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4659
4660 * regset.h (struct regset): Add back `regset' member.
4661
4662 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4663
4664 * configure.in: Check for td_pcb in `struct thread'.
4665 * configure, config.in: Regenerated.
4666
4667 * dpx2-nat.c: Remove file.
4668 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4669 (dpx2-nat.o): Remove dependencies.
4670
4671 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4672 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4673 (amd64obsd_supply_pcb): New function.
4674 (_initialize_amd64obsd_nat): Enable libkvm interface.
4675 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4676 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4677 (LOADLIBES): New variable.
4678
4679 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4680 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4681 (sparc32nbsd_supply_pcb): New function.
4682 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4683 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4684 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4685 (LOADLIBES): New variable.
4686
4687 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4688
4689 * bsd-kvm.c, bsd-kvm.h: New files.
4690 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4691 "bsd-kvm.h".
4692 (i386fbsd_supply_pcb): New function.
4693 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4694 (i386fbsd-nat.o): Update dependencies.
4695 (bsd_kvm_h): New variable.
4696 (bsd-kvm.o): New dependency.
4697 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4698 (LOADLIBES): New variable.
4699
4700 * regset.c: Tweak comment.
4701 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4702 macro.
4703 * regset.h: Update copyright year.
4704 (struct regset): Remove `descr' member, add `gdbarch' member.
4705 (regset_alloc): Adjust prototype and comment.
4706 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4707 (i386_supply_fpregset): Likewise.
4708 (i386_regset_from_core_section): Update call to regset_alloc.
4709 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4710 REGSET->arch.
4711 (i386obsd_aout_regset_from_core_section): Update call to
4712 regset_alloc.
4713 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4714 REGSET->arch.
4715 (i386nbsd_aout_regset_from_core_section): Update call to
4716 regset_alloc.
4717 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4718 REGSET->arch.
4719 (amd64_regset_from_core_section): Update call to regset_alloc.
4720 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4721 REGSET->arch.
4722 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4723 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4724 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4725 (sparc32nbsd_init_abi): Update call to regset_alloc.
4726 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4727 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4728 (sparc64obsd_init_abi): Update call to regset_alloc.
4729 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4730 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4731 (sparc64nbsd_init_abi): Update call to regset_alloc.
4732 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4733 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4734 (sparc64fbsd_init_abi): Update call to regset_alloc.
4735
4736 2004-05-22 Jim Blandy <jimb@redhat.com>
4737
4738 * ppc-tdep.h (spe_register_p): New declaration.
4739 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4740 ppc_spefscr_regnum.
4741 * rs6000-tdep.c (spe_register_p): New function.
4742 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4743 spefscr.
4744 (rs6000_gdbarch_init): Initialize the new members of the tdep
4745 structure.
4746
4747 2004-05-21 Jim Blandy <jimb@redhat.com>
4748
4749 * ppc-linux-nat.c (fetch_register): Move code back to be next
4750 to the comment that describes it. (Moved code, instead of
4751 comment, for symmetry with store_register.)
4752
4753 Allocate regset structures in the gdbarch's obstack, not using
4754 xmalloc.
4755 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4756 Add 'arch' argument. Allocate the regset on arch's obstack, not
4757 using xmalloc.
4758 * regset.h (regset_alloc): Update declaration.
4759 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4760 gdbarch argument.
4761 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4762 * i386-tdep.c (i386_regset_from_core_section): Same.
4763 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4764 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4765 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4766 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4767 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4768 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4769
4770 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4771
4772 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4773
4774 2004-05-21 Jim Blandy <jimb@redhat.com>
4775
4776 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4777 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4778
4779 2004-05-20 Jim Blandy <jimb@redhat.com>
4780
4781 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4782
4783 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4784
4785 * regset.h: Make prototype const-correct.
4786 * regset.c (regset_xmalloc): Make const-correct.
4787
4788 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4789
4790 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4791 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4792 (symbol_search_name): Declare.
4793
4794 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4795 (iter_name_next_hashed): Ditto.
4796 (iter_name_next_linear): Ditto.
4797 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4798
4799 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4800 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4801 (symbol_search_name): New function.
4802
4803 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4804
4805 * minsyms.c (build_minimal_symbol_hash_tables): Change
4806 test for adding to demangled hash table to check for difference
4807 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4808
4809 2004-05-19 Jim Blandy <jimb@redhat.com>
4810
4811 Use a constructor function to create regset structures.
4812 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4813 (struct regset): Use supply_regset_ftype. Add new
4814 'collect_regset' member.
4815 (regset_xmalloc): New declaration.
4816 * regset.c: New file.
4817 * am64-tdep.c (amd64_regset_from_core_section): Use
4818 regset_xmalloc to construct regset structures.
4819 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4820 * i386-tdep.c (i386_regset_from_core_section): Same.
4821 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4822 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4823 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4824 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4825 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4826 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4827 * Makefile.in (COMMON_OBS): Add regset.o.
4828 (regset.o): New rule.
4829
4830 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4831
4832 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4833 and pthread_cond_wait.c.
4834
4835 2004-05-18 Jim Blandy <jimb@redhat.com>
4836
4837 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4838 before the mach-specific switch, and then let the individual cases
4839 override the defaults, rather than leaving them uninitialized
4840 until the switch and then setting them in each case.
4841
4842 2004-05-18 Randolph Chung <tausq@debian.org>
4843
4844 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4845 millicode functions.
4846
4847 2004-05-18 Randolph Chung <tausq@debian.org>
4848
4849 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4850 references to dld_flags_buffer consistent.
4851
4852 2004-05-18 Randolph Chung <tausq@debian.org>
4853
4854 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4855 it for unwinding the stack.
4856
4857 2004-05-18 Randolph Chung <tausq@debian.org>
4858
4859 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4860 Undefine these so we can overide them using gdbarch.
4861
4862 2004-05-18 Randolph Chung <tausq@debian.org>
4863
4864 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4865 handling for 64-bit HPUX (elf).
4866
4867 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4868
4869 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4870 constants.
4871 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4872 * ia64-tdep.c (examine_prologue): Likewise.
4873 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4874 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4875
4876 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4877
4878 * vax-tdep.c (vax_return_value): Implement
4879 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4880
4881 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4882
4883 * vax-tdep.c (vax_return_value): Fix typo.
4884
4885 2004-05-17 Andrew Cagney <cagney@redhat.com>
4886
4887 * MAINTAINERS: Mark Salter was also responsible for
4888 testsuite/config/
4889
4890 * NEWS: Mention signal fixes.
4891
4892 2004-05-17 Randolph Chung <tausq@debian.org>
4893
4894 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4895 check to see if we are unwinding an export stub. Export stubs clobber
4896 the %rp in the call path and stores the original rp in a stack slot.
4897
4898 2004-05-17 Jim Blandy <jimb@redhat.com>
4899
4900 * MAINTAINERS: Update address for J.T. Conklin.
4901
4902 2004-05-17 Randolph Chung <tausq@debian.org>
4903
4904 * hppa-tdep.c: Remove superfluous #include's.
4905 * Makefile.in (hppa-tdep.o): Update dependencies.
4906
4907 2004-05-17 Randolph Chung <tausq@debian.org>
4908
4909 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4910 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4911 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4912 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4913 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4914 Remove static function declarations.
4915
4916 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4917
4918 * alphabsd-nat.c: Update copyright year.
4919 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4920
4921 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4922 and M68K_A2_REGNUM.
4923
4924 * m68k-tdep.c (m68k_svr4_return_value): Implement
4925 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4926
4927 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4928
4929 * sol-thread.c Update copyright year. Fix various coding
4930 standards violations. Tweak a few comments.
4931 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
4932 Delete prototypes.
4933
4934 2004-05-15 Randolph Chung <tausq@debian.org>
4935
4936 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
4937 as pointer instead of array reference since HPUX compiler does
4938 not accept unsized array arguments.
4939 * somsolib.c (dld_flags_buffer): Use constant array size.
4940
4941 2004-05-15 Mark Kettenis <kettenis@gnu.org>
4942
4943 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
4944 offset with decimal offset.
4945 (amd64obsd_sigcontext_addr): Return correct address for entire
4946 signal trampoline.
4947
4948 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
4949 instead of get_frame_base.
4950
4951 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
4952 (fill_gregset): Use regcache_raw_collect.
4953
4954 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
4955 ppcobsd-tdep.c.
4956
4957 * config/sparc/tm-nbsd64.h: Remove file.
4958 * config/tm-sunos.h: Remove file.
4959
4960 2004-05-15 Joel Brobecker <brobecker@gnat.com>
4961
4962 * rs6000-tdep.c (store_param_on_stack_p): New function,
4963 an improved version of some code extracted from skip_prologue().
4964 (skip_prologue): Use store_param_on_stack_p() to detect
4965 instructions saving a parameter on the stack. Detect when r0
4966 is used to save a parameter.
4967 Do not mark "li rx, SIMM" instructions as part of the prologue,
4968 unless the following instruction is also part of the prologue.
4969
4970 2004-05-14 Andrew Cagney <cagney@redhat.com>
4971
4972 * infrun.c (handle_inferior_event): Simplify
4973 STEP_OVER_UNDEBUGGABLE.
4974
4975 * infrun.c (handle_step_into_function): Delete function.
4976 (handle_inferior_event): Inline calls to
4977 handle_step_into_function.
4978
4979 2004-05-14 Jerome Guitton <guitton@gnat.com>
4980
4981 * rs6000-nat.c: Fix a comment.
4982
4983 2004-05-12 David Anderson <davea@sgi.com>
4984
4985 Committed by Jim Blandy <jimb@redhat.com>:
4986 * regcache.c (struct regcache_descr): fix comment spelling.
4987
4988 2004-05-13 J. Brobecker <brobecker@gnat.com>
4989
4990 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
4991 Fixes a link link failure.
4992
4993 2004-05-13 J. Brobecker <brobecker@gnat.com>
4994
4995 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
4996 error that was causing the build to fail.
4997
4998 2004-05-13 J. Brobecker <brobecker@gnat.com>
4999
5000 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5001 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5002
5003 2004-05-13 Andrew Cagney <cagney@redhat.com>
5004
5005 * infrun.c (handle_inferior_event): Check for
5006 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5007 calls. Update comments.
5008
5009 2004-05-13 Jim Blandy <jimb@redhat.com>
5010
5011 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5012 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5013 (store_regs_user_thread, store_regs_kernel_thread): Use
5014 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5015 * ppc-linux-nat.c (fill_gregset): Same.
5016 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5017 (ppc_linux_sigtramp_cache): Same.
5018 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5019 (ppcnbsd_sigtramp_cache_init): Same.
5020 * rs6000-nat.c (fetch_core_registers): Same.
5021 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5022 (rs6000_frame_cache): Same.
5023
5024 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5025 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5026 of assuming that the gprs are numbered starting with zero.
5027 * ppc-linux-nat.c (fill_gregset): Same.
5028 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5029 * ppcnbsd-nat.c (getregs_supplies): Same.
5030 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5031 * rs6000-nat.c (fetch_core_registers): Same.
5032 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5033
5034 2004-05-07 Michael Snyder <msnyder@redhat.com>
5035
5036 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5037 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5038
5039 2004-05-13 Andrew Cagney <cagney@redhat.com>
5040
5041 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5042
5043 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5044
5045 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5046 base_address for shared libraries.
5047
5048 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5049
5050 * MAINTAINERS (write after approval): Add myself.
5051
5052 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5053
5054 * breakpoint.c (bpstat_stop_status): Add new argument
5055 STOPPED_BY_WATCHPOINT. Use it instead of testing
5056 target_stopped_data_address agaist 0 to check whether
5057 or not we stopped due to a hardware watchpoint.
5058 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5059 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5060 with new argument.
5061
5062 2004-05-12 Jim Blandy <jimb@redhat.com>
5063
5064 * configure.in: When checking whether we should use the -bbigtoc
5065 option, don't forget to restore the original value of LDFLAGS.
5066 * configure: Regenerated.
5067
5068 2004-05-12 Andrew Cagney <cagney@redhat.com>
5069
5070 * thread.c (load_infrun_state): Delete step_sp.
5071 * infrun.c (context_switch): Ditto.
5072 * inferior.h (step_sp): Ditto.
5073 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5074 * gdbthread.h (struct thread_info, save_infrun_state)
5075 (restore_infrun_state): Ditto.
5076
5077 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5078
5079 * MAINTAINERS (write after approval): Add myself.
5080
5081 2004-05-12 Andrew Cagney <cagney@redhat.com>
5082
5083 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5084 eliminate reference to step_sp.
5085 (struct execution_control_state, init_execution_control_state)
5086 (handle_inferior_event, keep_going): Delete update_step_sp and
5087 step_sp.
5088 * infcmd.c (step_sp): Note that variable is unused.
5089
5090 2004-05-11 Andrew Cagney <cagney@redhat.com>
5091
5092 * infrun.c (step_over_function): Delete function.
5093 (handle_step_into_function): Use insert_step_resume_breakpoint.
5094 (insert_step_resume_breakpoint): Fix assertion.
5095
5096 2004-05-11 Nick Roberts <nickrob@gnu.org>
5097
5098 * utils.c (defaulted_query): Just use the normal query input type
5099 when printing the annotations.
5100
5101 2004-05-11 Andrew Cagney <cagney@redhat.com>
5102
5103 * infrun.c (handle_inferior_event): Simplify code handling
5104 step-into or return-from a signal trampoline.
5105
5106 2004-05-11 Andrew Cagney <cagney@redhat.com>
5107
5108 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5109 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5110
5111 2004-05-10 Jim Blandy <jimb@redhat.com>
5112
5113 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5114 with a call to internal_error.
5115
5116 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5117 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5118 processor variant lacks those registers.
5119 (ppc_floating_point_unit_p): Change description to make it clear
5120 that this returns info about the ISA, not the ABI.
5121 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5122 return true or false by checking tdep->ppc_fp0_regnum and
5123 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5124 arch/mach switching done in rs6000_gdbarch_init; it's better to
5125 keep that logic there, and just check the results here.
5126 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5127 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5128 floating-point registers.
5129 (ppc_supply_fpregset, ppc_collect_fpregset)
5130 (rs6000_push_dummy_call, rs6000_extract_return_value)
5131 (rs6000_store_return_value): Assert that we have floating-point
5132 registers.
5133 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5134 (rs6000_frame_cache): Don't note the locations at which
5135 floating-point registers were saved if we have no fprs.
5136 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5137 registers.
5138 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5139 (store_regs_user_thread, store_regs_kernel_thread): Only call
5140 supply_fprs / fill_fprs if we actually have floating-point
5141 registers.
5142 (special_register_p): Check ppc_fpscr_regnum before matching
5143 against it.
5144 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5145 supply / collect fpscr if we don't have it.
5146 * ppc-bdm.c: #include "gdb_assert.h".
5147 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5148 have floating-point registers, since I can't test this code on
5149 FP-free systems to adapt it.
5150 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5151 fpscr and floating point register numbers if they don't exist.
5152 (fetch_register): Assert that we have floating-point registers
5153 before we reach the code that handles them.
5154 (store_register): Same. And use tdep instead of calling
5155 gdbarch_tdep again.
5156 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5157 don't have them.
5158 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5159 fprs and fpscr if we don't have them.
5160 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5161 don't have them.
5162 * ppcnbsd-nat.c: #include "gdb_assert.h".
5163 (getfpregs_supplies): Assert that we have floating-point registers.
5164 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5165 * ppcobsd-tdep.c: #include "gdb_assert.h".
5166 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5167 have floating-point registers.
5168 * rs6000-nat.c (regmap): Don't match against the fpscr and
5169 floating point register numbers if they don't exist.
5170 (fetch_inferior_registers, store_inferior_registers,
5171 fetch_core_registers): Only fetch / store / supply the
5172 floating-point registers and the fpscr if we have them.
5173 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5174 (ppcobsd-tdep.o): Update dependencies.
5175
5176 2004-05-10 Andrew Cagney <cagney@redhat.com>
5177
5178 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5179 (context_switch): Do not switch through_sigtramp_breakpoint.
5180 * gdbthread.h (save_infrun_state, load_infrun_state)
5181 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5182 and structure member.
5183 * thread.c (load_infrun_state, save_infrun_state): Update.
5184
5185 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5186
5187 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5188
5189 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5190
5191 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5192 throughout.
5193 * aclocal.m4: Regenerate.
5194
5195 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5196
5197 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5198
5199 2004-05-10 Andrew Cagney <cagney@redhat.com>
5200
5201 * infrun.c (check_sigtramp2): Delete function.
5202 (handle_inferior_event): When single stepping, and taking a
5203 signal, set a breakpoint at the signal return address. Delete
5204 redundant calls to check_sigtramp2.
5205 (insert_step_resume_breakpoint): New function.
5206 (through_sigtramp_breakpoint, handle_inferior_event)
5207 (follow_exec, wait_for_inferior, fetch_inferior_event)
5208 (currently_stepping, keep_going): Delete most uses of
5209 through_sigtramp_breakpoint, not that it should be deleted.
5210 (delete_breakpoint_current_contents): Delete function.
5211
5212 2004-05-10 Randolph Chung <tausq@debian.org>
5213
5214 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5215 target.
5216 * config/pa/tm-linux.h: New file.
5217
5218 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5219
5220 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5221 of prefixes. Don't print the prefix twice in the CLI.
5222
5223 2004-05-10 Jim Blandy <jimb@redhat.com>
5224
5225 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5226 collect all the gprs.
5227
5228 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5229 loop collecting gprs.
5230
5231 2004-05-09 Andrew Cagney <cagney@redhat.com>
5232
5233 * remote-vx.c (net_step): Delete step-range code.
5234 * remote.c (remote_resume, init_all_packet_configs)
5235 (set_remote_protocol_E_packet_cmd)
5236 (show_remote_protocol_E_packet_cmd)
5237 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5238 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5239 (show_remote_protocol_e_packet_cmd): Ditto.
5240
5241 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5242
5243 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5244
5245 * hppa-tdep.h: Update copyright year.
5246 (struct trad_frame_saved_reg): Add opaque declaration.
5247
5248 * amd64-tdep.c (amd64_return_value): Implement
5249 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5250
5251 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5252 (m68k_value_to_register): New functions.
5253 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5254 value_to_register.
5255
5256 * defs.h (enum return_value_convention): Add
5257 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5258 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5259 * infcmd.c (legacy_return_value): New function.
5260 (print_return_value): Rwerite to implement
5261 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5262 * values.c (using_struct_return): Check for inequality to
5263 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5264 RETURN_VALUE_STRUCT_CONVENTION.
5265 * i386-tdep.c (i386_return_value): Implement
5266 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5267
5268 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5269 include "symtab.h", "opcode/vax.h" and "inferior.h".
5270 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5271 to read_memory_unsigned_integer.
5272 (vax_gdbarch_init): Reorder.
5273 (_initialize_vax_tdep): Spell out prototype.
5274 * Makefile.in (vax-tdep.o): Update dependencies.
5275
5276 2004-05-08 Andrew Cagney <cagney@redhat.com>
5277
5278 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5279 * target.c (target_detach, target_disconnect): Ditto.
5280
5281 * infcall.c (call_function_by_hand): When no
5282 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5283 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5284 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5285 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5286 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5287
5288 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5289 * gdbarch.h, gdbarch.c: Re-generate.
5290 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5291 deprecated_fix_call_dummy.
5292 * v850-tdep.c (v850_gdbarch_init): Ditto.
5293 * infcall.c (call_function_by_hand): Do not call
5294 DEPRECATED_FIX_CALL_DUMMY.
5295
5296 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5297 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5298 * gdbarch.h, gdbarch.c: Re-generate.
5299 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5300 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5301 deprecated_sizeof_call_dummy_words.
5302 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5303 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5304 * v850-tdep.c (v850_gdbarch_init): Ditto.
5305 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5306 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5307 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5308 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5309 * arch-utils.h (legacy_call_dummy_words)
5310 (legacy_sizeof_call_dummy_words): Delete declarations.
5311 * arch-utils.c (legacy_call_dummy_words)
5312 (legacy_sizeof_call_dummy_words): Delete variables.
5313
5314 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5315 * gdbarch.h, gdbarch.c: Re-generate.
5316 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5317 * infcall.c (call_function_by_hand): Eliminate call to
5318 DEPRECATED_PUSH_DUMMY_FRAME.
5319 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5320 push_dummy_frame.
5321 (ns32k_push_dummy_frame): Delete function.
5322
5323 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5324 deprecated_call_dummy_breakpoint_offset or
5325 deprecated_call_dummy_start_offset.
5326 * dummy-frame.c, arm-tdep.c: Update comments.
5327 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5328 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5329 * gdbarch.h, gdbarch.c: Re-generate.
5330
5331 * infcall.c (legacy_push_dummy_code): Delete function.
5332 (push_dummy_code): Delete call.
5333
5334 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5335 * gdbarch.h, gdbarch.c: Re-generate.
5336 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5337 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5338 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5339 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5340
5341 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5342 (struct frame_info): Delete opaque declaration.
5343 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5344 * frame.c (get_frame_type): Delete call.
5345
5346 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5347 pc_in_call_dummy.
5348 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5349 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5350
5351 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5352
5353 * alphanbsd-tdep.c: Include "gdb_string.h".
5354 * armnbsd-tdep.c: Update copyright year.
5355 Include "gdb_string.h".
5356 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5357 dependencies.
5358
5359 * delta68-nat.c: Remove file.
5360 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5361 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5362 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5363 (delta68-nat.o): Remove dependency.
5364
5365 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5366 function.
5367 (m68k_gdbarch_init): Don't set
5368 deprecated_frameless_function_invocation.
5369
5370 2004-05-07 Randolph Chung <tausq@debian.org>
5371
5372 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5373 read_memory_nobpt for code reading when doing frame unwinding.
5374 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5375
5376 2004-05-07 Randolph Chung <tausq@debian.org>
5377
5378 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5379 instead of sp, handle sigaltstack case.
5380 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5381 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5382 signal handler and not that of the caller.
5383 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5384 hppa_linux_sigtramp_find_sigcontext.
5385
5386 2004-05-07 Randolph Chung <tausq@debian.org>
5387
5388 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5389 hppa-linux-nat.c.
5390 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5391 * hppa-linux-nat.c (fetch_register, store_register): Define.
5392 (fetch_inferior_registers, store_inferior_registers): Define.
5393 (supply_gregset): Add comment and clean up some unneeded code.
5394 (fill_gregset): Add comment and fix so that it saves registers in
5395 the right place in the gregset.
5396 (fill_fpregset): Fix buffer overrun problem.
5397 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5398
5399 2004-05-07 Randolph Chung <tausq@debian.org>
5400
5401 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5402 do common handling of the pcoqt register.
5403 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5404 to use helper function.
5405 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5406 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5407 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5408 generic fallback unwinder when all else fails.
5409 (hppa_gdbarch_init): Add fallback sniffer.
5410 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5411 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5412 to use helper function.
5413
5414 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5415
5416 * config/djgpp/fnchange.lst: Add translation rules for
5417 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5418
5419 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5420
5421 * frame.c (get_prev_frame_1): Work around GCC bug.
5422 * frame.h: Add comment about GCC bug.
5423
5424 2004-05-07 Andrew Cagney <cagney@redhat.com>
5425
5426 * observer.c: Include "commands.h" and "gdbcmd.h".
5427 (observer_debug, _initialize_observer): Add the
5428 command "set/show debug observer".
5429 * observer.sh: When observer debugging, log notify calls.
5430 * Makefile.in (observer.o): Update dependencies.
5431
5432 2004-05-07 Jason Molenda (jmolenda@apple.com)
5433
5434 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5435
5436 2004-05-07 Jim Blandy <jimb@redhat.com>
5437
5438 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5439 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5440 to recognize gpr regnums, instead of assuming that
5441 tdep->ppc_fp0_regnum marks the end of the general-purpose
5442 registers.
5443
5444 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5445 the given architecture has floating-point registers.
5446
5447 2004-05-07 Andrew Cagney <cagney@redhat.com>
5448
5449 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5450 macro defined to 1.
5451 * gdbarch.h, gdbarch.c: Re-generate.
5452 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5453 deprecated_use_generic_dummy_frames.
5454
5455 2004-05-07 Brian Ford <ford@vss.fsi.com>
5456
5457 * NEWS: Mention Cygwin DWARF 2 support.
5458
5459 2004-05-07 Andrew Cagney <cagney@redhat.com>
5460
5461 * objfiles.h (struct entry_info): Delete unused fields
5462 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5463 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5464 * mipsread.c (mipscoff_symfile_read): Update.
5465 * mdebugread.c (parse_partial_symbols): Update.
5466 * dwarfread.c (read_file_scope): Update.
5467 * dwarf2read.c (read_file_scope): Update.
5468 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5469 * coffread.c (complete_symtab): Update.
5470
5471 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5472
5473 * infcall.c (_initialize_infcall): Fix typo.
5474
5475 2004-05-07 Andrew Cagney <cagney@redhat.com>
5476
5477 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5478 * command.h (add_setshow_zinteger_cmd): Declare.
5479
5480 2004-05-06 Randolph Chung <tausq@debian.org>
5481
5482 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5483 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5484 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5485 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5486 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5487 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5488 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5489 definitions ...
5490 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5491 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5492 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5493 (hppa64_hpux_frame_find_saved_regs_in_sig)
5494 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5495 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5496 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5497 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5498 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5499 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5500 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5501 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5502 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5503 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5504 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5505 (hppa32_register_type, hppa_cannot_store_register)
5506 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5507 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5508 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5509 * pa64solib.c (pa64_solib_have_load_event)
5510 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5511 (pa64_solib_unloaded_library_pathname): Likewise.
5512 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5513 (som_solib_library_pathname): Likewise.
5514
5515 2004-05-05 Jim Ingham <jingham@apple.com>
5516
5517 * breakpoint.c (create_breakpoints): Copy the ignore count and
5518 thread id over from the pended breakpoint to the actual
5519 breakpoint.
5520
5521 2004-05-05 Andrew Cagney <cagney@redhat.com>
5522
5523 * gdbarch.sh (PARM_BOUNDARY): Delete.
5524 gdbarch.h, gdbarch.c: Re-generate.
5525 * valops.c (PARM_BOUNDARY): Delete macro.
5526 (value_push): Delete PARM_BOUNDARY code.
5527 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5528
5529 2004-05-04 Jim Blandy <jimb@redhat.com>
5530
5531 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5532 Don't assume that the gprs, fprs, and UISA sprs are
5533 contiguous, start at register number zero, and end with fpscr.
5534 Instead, use the numbers from the tdep structure.
5535
5536 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5537 should no longer be used in code specific to the RS6000 and its
5538 derivatives.
5539 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5540 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5541 tdep->ppc_fp0_regnum.
5542 (ppc_supply_fpregset, ppc_collect_fpregset)
5543 (rs6000_push_dummy_call, rs6000_extract_return_value)
5544 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5545 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5546 FP0_REGNUM.
5547 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5548 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5549 Same.
5550 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5551 bdm_ppc_store_registers): Same.
5552 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5553 (store_register, fill_fpregset): Same.
5554 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5555 (ppc_linux_supply_fpregset): Same.
5556 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5557 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5558 Same.
5559 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5560 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5561 ppc64_sysv_abi_return_value): Same.
5562 * rs6000-nat.c (regmap, fetch_inferior_registers)
5563 (store_inferior_registers, fetch_core_registers): Same.
5564
5565 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5566
5567 * m68knbsd-nat.c: Remove file.
5568 * m68knbsd-tdep.c: Remove file.
5569 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5570 dependencies.
5571 * configure.host: Add m68k-*-netbsdelf*.
5572 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5573 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5574 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5575 (XM_FILE): Remove.
5576 * config/m68k/nbsdelf.mh: New file.
5577 * config/m68k/nbsd.mt: New file.
5578 * config/m68k/nbsdaout.mt: Remove file.
5579 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5580 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5581 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5582 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5583 (use_struct_convention): Remove prototype.
5584 (USE_STRUCT_CONVENTION): Remove define.
5585 * config/m68k/xm-nbsd.h: Remove file.
5586
5587 2004-05-04 Michael Snyder <msnyder@redhat.com>
5588
5589 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5590 reg_struct_return method (as gcc usually does for cross targets).
5591
5592 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5593
5594 Committed by Andrew Cagney.
5595 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5596 alignment padding when accessing ucontext struct members.
5597
5598 2004-05-04 Jim Blandy <jimb@redhat.com>
5599
5600 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5601 'ppc_gplast_regnum' member.
5602 (ppc_num_gprs): New enum constant.
5603 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5604 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5605 * rs6000-nat.c (regmap, fetch_inferior_registers,
5606 store_inferior_registers): Same.
5607 * rs6000-tdep.c (e500_pseudo_register_read)
5608 (e500_pseudo_register_write): Same.
5609 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5610
5611 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5612 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5613 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5614 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5615 FPLAST_REGNUM.
5616 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5617 Same.
5618 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5619 * rs6000-nat.c (regmap, fetch_inferior_registers)
5620 (store_inferior_registers): Same.
5621
5622 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5623 with FPLAST_REGNUM.
5624
5625 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5626
5627 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5628 failure detected by recent versions of GCC.
5629 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5630 to be consistent with the usage in dwarf2_create_include_psymtab.
5631
5632 2004-05-03 Michael Snyder <msnyder@redhat.com>
5633
5634 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5635 (heuristic_proc_start): Whitespace cleanup.
5636
5637 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5638
5639 * sun3-nat.c: Remove file.
5640 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5641 dependencies.
5642 (ALLDEPFILES): Remove sun3-nat.c.
5643 (sun3-nat.o): Remove dependencies.
5644
5645 * i386-interix-nat.c, i386-interix-tdep.c,
5646 config/i386/nm-interix.h, config/i386/interix.mh,
5647 config/i386/interix.mt: Remove files.
5648 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5649 dependencies.
5650
5651 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5652
5653 * m68k-tdep.h (struct gdbarch_tdep): Add member
5654 struct_value_regnum.
5655 (m68k_svr4_init_abi): New prototype.
5656 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5657 different calling conventions.
5658 (m68k_extract_return_value): Remove code dealing with single-field
5659 structs.
5660 (m68k_store_return_value): Remove code dealing with single-field
5661 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5662 (m68k_extract_struct_value_address): Remove function.
5663 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5664 (m68k_reg_struct_return_p, m68k_return_value)
5665 (m68k_svr4_return_value): New functions.
5666 (m68k_use_struct_convention): Remove function.
5667 (m68k_push_dummy_call): Use new struct_value_regnum member of
5668 `struct gdbarch_tdep' instead of hardcoded register number to
5669 store STRUCT_ADDR.
5670 (m68k_svr4_init_abi): New function.
5671 (m68k_gdbarch_init): Don't set extract_return_value,
5672 store_return_values, deprecated_extract_struct_value_address and
5673 use_struct_convention. Set return_value instead. Initialize new
5674 struct_value_regnum member of `struct gdbarch_tdep'.
5675 * m68klinux-tdep.c: Update copyright year.
5676 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5677 (m68k_linux_extract_struct_value_address): Remove function.
5678 (m68k_linux_init_abi): Don't set extract_return_value,
5679 store_return_values, deprecated_extract_struct_value_address and
5680 use_struct_convention. Call m68k_svr4_init_abi but override the
5681 new struct_value_regnum member of `struct gdbarch_tdep'.
5682 * Makefile.in (m68k-tdep.o): Update dependencies.
5683
5684 2004-05-03 J. Brobecker <brobecker@gnat.com>
5685
5686 * dwarf2read.c (line_header): Add new included_p field in
5687 field file_names.
5688 (partial_die_info): New field has_stmt_list. New field line_offset.
5689 (dwarf2_create_include_psymtab): New function.
5690 (dwarf2_build_include_psymtabs): New function.
5691 (add_file_name): Add forward declaration. Initialize new field.
5692 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5693 to be able to determine the list of files included by the
5694 given unit, and build their associated psymtabs.
5695 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5696 files as well.
5697 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5698 (read_file_scope): Update call to dwarf_decode_lines.
5699 (read_partial_die): Handle DW_AT_stmt_list attributes.
5700
5701 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5702
5703 Unfix PR gdb/1626.
5704 * configure.in: Revert special case for osf5.*.
5705 * configure: Regenerate.
5706
5707 2004-05-02 Jim Blandy <jimb@redhat.com>
5708
5709 Move the symbol-file-from-memory functions into their own file.
5710 * symfile-mem.c, symfile-mem.h: New files.
5711 * symfile.c (symbol_file_add_from_bfd): New function.
5712 (symbol_file_add): Call symbol_file_add_from_bfd.
5713 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5714 Moved to symfile-mem.c.
5715 (_initialize_symfile): Move definition of
5716 add-symbol-file-from-memory command to symfile-mem.c.
5717 * symfile.h (symbol_file_add_from_bfd): New declaration.
5718 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5719 * config/powerpc/linux.mt (TDEPFILES): Same.
5720 * Makefile.in (SFILES): Add symfile-mem.c.
5721 (symfile_mem_h): New variable.
5722 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5723 (symfile-mem.o): New rule.
5724
5725 2004-05-01 Andrew Cagney <cagney@redhat.com>
5726
5727 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5728 frame_find_by_id instead of frame_relative_level.
5729 (do_enable_breakpoint): Ditto.
5730 * thread.c: Update copyright.
5731 (info_threads_command): Ditto, simplify.
5732
5733 * frame.c (deprecated_generic_get_saved_register): Delete
5734 function, moved to "xstormy16-tdep.c".
5735 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5736 deprecated_generic_get_saved_register from "frame.c".
5737 (xstormy16_frame_saved_register): Call
5738 xstormy16_get_saved_register.
5739 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5740 static.
5741 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5742 * frame.h (deprecated_generic_get_saved_register): Delete.
5743
5744 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5745
5746 * dwarfread.c: Update documentation on the state of dwarf-1.
5747
5748 2004-05-01 Andrew Cagney <cagney@redhat.com>
5749
5750 * stack.c (select_frame_command): Delete call to
5751 frame_relative_level.
5752 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5753 Delete #if0 code.
5754 (frame_info): Do not print FRAMELESS.
5755 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5756 (catch_info): Delete #if0 code.
5757
5758 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5759 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5760 of frame_relative_level.
5761 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5762 to SENTINEL_FRAME.
5763 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5764 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5765 frame_relative_level.
5766
5767 * frame.h (deprecated_set_frame_type): Delete declaration.
5768 * frame.c (deprecated_set_frame_type): Delete function, update
5769 comments.
5770
5771 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5772 * gdbarch.h, gdbarch.c: Re-generate.
5773 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5774 (shnbsd_pc_in_sigtramp): Delete.
5775 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5776 pc_in_sigtramp.
5777 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5778 pc_in_sigtramp.
5779 * frame.h: Update comments.
5780 * ppc-linux-tdep.c: Update comments.
5781 * breakpoint.c (bpstat_what): Update comments.
5782
5783 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5784 m68klinux-tdep.o's dependencies, were previously added to
5785 m68klinux-nat.o.
5786
5787 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5788 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5789 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5790 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5791 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5792
5793 * Makefile.in (m68klinux-nat.o): Update dependencies.
5794 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5795 (m68k_linux_sigtramp_frame_cache)
5796 (m68k_linux_sigtramp_frame_this_id)
5797 (m68k_linux_sigtramp_frame_prev_register)
5798 (m68k_linux_sigtramp_frame_unwind)
5799 (m68k_linux_sigtramp_frame_sniffer)
5800 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5801 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5802 names, use trad-frame.h.
5803 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5804 (struct m68k_sigtramp_info): Delete.
5805 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5806 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5807 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5808 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5809 "m68klinux-tdep.c".
5810
5811 * infrun.c (check_sigtramp2): Delete check for
5812 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5813
5814 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5815
5816 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5817
5818 2004-05-01 Andrew Cagney <cagney@redhat.com>
5819
5820 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5821 (frv_linux_sigtramp_frame_cache)
5822 (frv_linux_sigtramp_frame_this_id)
5823 (frv_linux_sigtramp_frame_prev_register)
5824 (frv_linux_sigtramp_frame_unwind)
5825 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5826 include "linux" in function and variable names, directly call
5827 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5828 the latest trad-frame code.
5829 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5830 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5831 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5832 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5833 * frv-tdep.c (frv_sigtramp_frame_cache)
5834 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5835 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5836 frv-linux-tdep.c.
5837 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5838 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5839 (frv_set_sigcontext_reg_addr): Delete function.
5840
5841 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5842 (DEPRECATED_SIGTRAMP_END): Delete.
5843 * gdbarch.h, gdbarch.c: Re-generate.
5844 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5845 * config/vax/tm-vaxbsd.h: Update copyright.
5846 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5847 (DEPRECATED_IN_SIGTRAMP): Define.
5848 * config/m68k/tm-nbsd.h: Update copyright.
5849 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5850 (DEPRECATED_IN_SIGTRAMP): Define.
5851
5852 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5853
5854 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5855 encondings. Fixes PR gdb/1628.
5856
5857 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5858 DW_CFA_restore state without a matching DW_CFA_remember_state
5859 instead of aborting. Fixes PR backtrace/1589.
5860
5861 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5862
5863 * MAINTAINERS: Add self as AIX maintainer.
5864 Update my e-mail address in write-after-approval section.
5865
5866 2004-04-30 Andrew Cagney <cagney@redhat.com>
5867
5868 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5869 (legacy_get_prev_frame): Ditto.
5870
5871 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5872 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5873 * mipsread.c (sigtramp_address): Delete extern variable.
5874 (mipscoff_new_init): Delete reference.
5875 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5876 (fixup_sigtramp): Delete function.
5877 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5878 (fixup_sigtramp): Delete declarations.
5879
5880 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5881 deprecated_pc_in_sigtramp.
5882 (ppcnbsd_pc_in_sigtramp): Delete function.
5883
5884 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5885
5886 * config/m68k/nm-nbsd.h: Tweak comments.
5887 * config/m68k/nm-nbsdaout.h: Likewise.
5888
5889 2004-04-30 Andrew Cagney <cagney@redhat.com>
5890
5891 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5892 legacy_pc_in_sigtramp.
5893 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5894
5895 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5896
5897 Add OpenBSD/m68k support.
5898 * NEWS (New native configurations): Mention OpenBSD/m68k.
5899 * m68kbsd-tdep.c: New file.
5900 * m68kbsd-nat.c: New file.
5901 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5902 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5903 * configure.host: Add m68k-*-openbsd.
5904 * configure.tgt: Add m68k-*-openbsd.
5905 * config/m68k/tm-obsd.h: New file.
5906 * config/m68k/obsd.mt: New file.
5907 * config/m68k/obsd.mh: New file.
5908 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5909 m68kbsd-tdep.c.
5910
5911 2004-04-30 Andrew Cagney <cagney@redhat.com>
5912
5913 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5914 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5915
5916 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5917
5918 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5919 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5920
5921 2004-04-30 Brian Ford <ford@vss.fsi.com>
5922
5923 Revert 2004-04-16 change.
5924 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5925 (i386_coff_init_abi): Remove.
5926 * i386-tdep.h (i386_coff_init_abi): Remove.
5927 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5928
5929 2004-04-30 Andrew Cagney <cagney@redhat.com>
5930
5931 * blockframe.c (find_pc_partial_function): Delete use of
5932 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
5933 DEPRECATED_SIGTRAMP_END.
5934
5935 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
5936 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
5937 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
5938 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
5939 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
5940
5941 * defs.h (deprecated_inside_entry_file): Delete declaration.
5942 * blockframe.c (deprecated_inside_entry_file): Delete function.
5943 (legacy_frame_chain_valid): Delete call.
5944 * sh64-tdep.c (sh64_frame_chain): Delete call.
5945 * objfiles.h: Update comments.
5946 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
5947 call.
5948 * frame.c (get_prev_frame): Delete call, update comments.
5949
5950 2004-04-30 Brian Ford <ford@vss.fsi.com>
5951
5952 * MAINTAINERS (Write After Approval): Add myself.
5953
5954 2004-04-30 Andrew Cagney <cagney@redhat.com>
5955
5956 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
5957 * gdbarch.h, gdbarch.c: Re-generate.
5958 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
5959 code.
5960
5961 2004-04-30 Andrew Cagney <cagney@redhat.com>
5962
5963 * gdb-events.sh (selected_thread_changed)
5964 (selected_frame_level_changed, target_changed): Delete.
5965 * gdb-events.h, gdb-events.c: Re-generate.
5966 * valops.c (value_assign): Update.
5967 * stack.c (select_frame_command, up_silently_base)
5968 (down_silently_base): Update.
5969
5970 2004-04-29 Andrew Cagney <cagney@redhat.com>
5971
5972 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
5973 registers correctly.
5974 (print_gp_register_row, mips32_heuristic_proc_desc)
5975 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
5976 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
5977 references to mips_isa_regsize.
5978
5979 2004-04-29 Andrew Cagney <cagney@redhat.com>
5980
5981 * mips-tdep.c (struct gdbarch_tdep): Delete
5982 mips_fp_register_double.
5983 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
5984 mips_abi_regsize.
5985 (mips_gdbarch_init): Do not set mips_fp_register_double.
5986 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
5987
5988 2004-04-29 Joel Brobecker <brobecker@gnat.com>
5989
5990 Committed by Andrew Cagney.
5991 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
5992 function calls.
5993
5994 2004-04-29 Andrew Cagney <cagney@redhat.com>
5995
5996 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
5997 gdbarch, use mips_abi, update callers.
5998 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
5999 mips_abi_regsize, update callers.
6000 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6001 mips_default_abi_regsize.
6002 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6003 mips_default_abi_regsize.
6004
6005 2004-04-29 Andrew Cagney <cagney@redhat.com>
6006
6007 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6008 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6009 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6010 mips_default_abi_regsize.
6011 (mips_isa_regsize): Rename mips_regisze.
6012 * mipsnbsd-tdep.c: Update.
6013 * mips-linux-tdep.c: Update.
6014 * irix5-nat.c: Update.
6015 * mips-tdep.h (mips_isa_regsize): Update.
6016
6017 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6018 Delete all disabled code.
6019 * gdb-events.h, gdb-events.c: Re-generate.
6020
6021 2004-04-19 Jerome Guitton <guitton@gnat.com>
6022 Mark Kettenis <kettenis@gnu.org>
6023
6024 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6025 the function begins with a branch instruction.
6026
6027 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6028
6029 * i386-tdep.c: Fix spelling mistakes.
6030
6031 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6032 Andrew Cagney <cagney@redhat.com>
6033
6034 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6035 <sys/proc.h>.
6036 * acconfig.h: Provide default _KMEMUSER value.
6037 * config.in, configure: Re-generate.
6038 * NEWS: Mention fix.
6039
6040 2004-04-24 Randolph Chung <tausq@debian.org>
6041
6042 * configure.host (hppa*-*-linux*): New target.
6043 * configure.tgt (hppa*-*-linux*): Likewise.
6044 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6045 gdbarch_init_osabi() call earlier so that osabi-specific frame
6046 unwinders can be registered first.
6047 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6048 hppa-linux-nat.c.
6049 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6050 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6051 * config/pa/linux.mh: New file.
6052 * config/pa/linux.mt: New file.
6053 * config/pa/nm-linux.h: New file.
6054 * config/pa/xm-linux.h: New file.
6055 * hppa-linux-nat.c: New file.
6056 * hppa-linux-tdep.c: New file.
6057
6058 2004-04-28 Randolph Chung <tausq@debian.org>
6059
6060 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6061 return values.
6062 (hppa32_push_dummy_call): Fix small struct and floating point argument
6063 passing, and make sure the stack frame is properly aligned.
6064
6065 2004-04-28 Andrew Cagney <cagney@redhat.com>
6066
6067 * stack.c (print_stack_frame): Fix description.
6068
6069 * NEWS: Mention gdb/gdbserver/configure execute permission
6070 changed. PR server/519.
6071
6072 2004-04-28 Andrew Cagney <cagney@redhat.com>
6073
6074 * stack.c (print_stack_frame_stub): Delete declaration.
6075 (struct print_stack_frame_args, print_stack_frame)
6076 (print_frame_info, print_frame): Replace "source" with print what.
6077 Replace "print" with "print_level". Replace "args" with
6078 "print_args".
6079 * frame.h (show_and_print_stack_frame, print_stack_frame)
6080 (print_frame_info): Update declarations.
6081 * stack.c (select_and_print_frame, frame_command)
6082 (current_frame_command, up_command, down_command): Update calls -
6083 use get_selected_frame, pass "enum print_what" for source, do not
6084 call frame_relative_level.
6085 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6086 * remote-rdp.c (remote_rdp_open): Ditto.
6087 * remote-mips.c (common_open): Ditto.
6088 * remote-e7000.c (e7000_start_remote): Ditto.
6089 * ocd.c (ocd_start_remote): Ditto.
6090 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6091 * infrun.c (normal_stop): Ditto.
6092 * inflow.c (kill_command): Ditto.
6093 * infcmd.c (finish_command): Ditto.
6094 * corelow.c (core_open): Ditto.
6095 * tracepoint.c (finish_tfind_command): Ditto.
6096 * thread.c (info_threads_command, info_threads_command)
6097 (restore_current_thread, do_captured_thread_select): Ditto.
6098 * ada-tasks.c (task_command): Ditto.
6099
6100 2004-04-26 Orjan Friberg <orjanf@axis.com>
6101
6102 * frame.c: Include "observer.h".
6103 (frame_observer_target_changed): New function.
6104 (_initialize_frame): Attach target_changed observer.
6105 * regcache.c: Include "observer.h".
6106 (regcache_observer_target_changed): New function.
6107 (_initialize_regcache): Attach target_changed observer.
6108 * valops.c: Include "observer.h".
6109 (value_assign): Notify target_changed event when modifying register.
6110 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6111
6112 2004-04-26 Orjan Friberg <orjanf@axis.com>
6113
6114 From Paul Koning <pkoning@equallogic.com>:
6115 * breakpoint.c (free_valchain): New function.
6116 (insert_bp_location, delete_breakpoint): Use free_valchain.
6117 (remove_breakpoint): Do not remove the valchain.
6118 (bpstat_stop_status): If not stopped by watchpoint, skip
6119 watchpoints when generating stop status list.
6120 * infrun.c (handle_inferior_event): Make
6121 stepped_after_stopped_by_watchpoint a global variable.
6122 * remote.c (remote_stopped_data_address): Return watch data
6123 address rather than zero if stepped_after_stopped_by_watchpoint is
6124 set.
6125
6126 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6127
6128 Fix PR gdb/1626.
6129 * configure.in: Check for curses after termcap.
6130 On osf5.*, do not check for ncurses.
6131 * configure: Regenerate.
6132
6133 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6134
6135 * ppcobsd-nat.c: Include "ppc-tdep.h".
6136 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6137
6138 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6139 Fixes PR tdep/1623 and PR tdep/1624.
6140
6141 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6142
6143 * xmodem.h, xmodem.c: Remove files.
6144 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6145
6146 2004-04-23 Randolph Chung <tausq@debian.org>
6147
6148 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6149 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6150 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6151 for handling stackless frames.
6152 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6153
6154 2004-04-23 Randolph Chung <tausq@debian.org>
6155
6156 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6157 starts at a pc before the frame is created.
6158
6159 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6160
6161 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6162
6163 2004-04-23 Jerome Guitton <guitton@gnat.com>
6164
6165 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6166 use convert_typed_floating to get the appropriate format.
6167
6168 2004-04-22 Randolph Chung <tausq@debian.org>
6169
6170 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6171 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6172 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6173 (hppa_sign_extend): Add prototype.
6174 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6175 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6176 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6177 hppa targets will also use these functions.
6178 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6179 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6180 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6181 (hppa_gdbarch_init): Remove gdbarch setting of
6182 skip_trampoline_code, in_solib_call_trampoline and
6183 in_solib_return_trampoline.
6184 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6185 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6186 hppa_in_solib_call_trampoline.
6187 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6188 Moved from hppa-tdep.c.
6189 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6190 in_solib_call_trampoline and in_solib_return_trampoline.
6191
6192 2004-04-22 Randolph Chung <tausq@debian.org>
6193
6194 * hppa-tdep.c (hppa_debug): New variable.
6195 (find_unwind_entry, hppa_frame_cache): Add debug output.
6196 (_initialize_hppa_tdep): Add command to set debug flag.
6197
6198 2004-04-22 Andrew Cagney <cagney@redhat.com>
6199
6200 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6201 "trad-frame.h".
6202 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6203 signal trampoline unwinder.
6204 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6205
6206 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6207
6208 Add OpenBSD/powerpc support.
6209 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6210 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6211 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6212 (ppc_collect_fpregset): New prototypes.
6213 * ppcobsd-nat.c: New file.
6214 * ppcobsd-tdep.c: New file.
6215 * ppcobsd-tdep.h: New file.
6216 * rs6000-tdep.c: Include "regset.h".
6217 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6218 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6219 New functions.
6220 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6221 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6222 (rs6000-tdep.o): Update dependencies.
6223 * configure.host: Add powerpc-*-openbsd.
6224 * configure.tgt: Add powerpc-*-openbsd.
6225 * config/powerpc/obsd.mh: New file.
6226 * config/powerpc/nm-obsd.h: New file.
6227 * config/powerpc/obsd.mt: New file.
6228
6229 2004-04-22 Andrew Cagney <cagney@redhat.com>
6230
6231 * frame.h (show_frame_info): Delete declaration.
6232
6233 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6234 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6235 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6236 * frv-tdep.c (frv_frame_this_id): Ditto.
6237 * avr-tdep.c (avr_frame_this_id): Ditto.
6238
6239 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6240
6241 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6242
6243 2004-04-22 Jim Blandy <jimb@redhat.com>
6244
6245 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6246 register number zero.
6247
6248 2004-04-21 Michael Snyder <msnyder@redhat.com>
6249
6250 * mips-tdep.c (heuristic_proc_start):
6251 Warning() already prefixes "Warning: ".
6252
6253 2004-04-21 Andrew Cagney <cagney@redhat.com>
6254
6255 * annotate.h (deprecated_annotate_starting_hook)
6256 (deprecated_annotate_stopped_hook)
6257 (deprecated_annotate_exited_hook)
6258 (deprecated_annotate_signal_hook)
6259 (deprecated_annotate_signalled_hook): Deprecate.
6260 * tracepoint.h (deprecated_create_tracepoint_hook)
6261 (deprecated_delete_tracepoint_hook)
6262 (deprecated_modify_tracepoint_hook)
6263 (deprecated_trace_find_hook)
6264 (deprecated_trace_start_stop_hook): Deprecate.
6265 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6266 * remote.h (deprecated_target_resume_hook)
6267 (deprecated_target_wait_loop_hook): Deprecate.
6268 * gdbcore.h (deprecated_exec_file_display_hook)
6269 (deprecated_file_changed_hook): Deprecate.
6270 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6271 * defs.h (deprecated_modify_breakpoint_hook)
6272 (deprecated_command_loop_hook, deprecated_show_load_progress)
6273 (deprecated_print_frame_info_listing_hook)
6274 (deprecated_query_hook, deprecated_warning_hook)
6275 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6276 (deprecated_delete_breakpoint_hook)
6277 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6278 (deprecated_readline_begin_hook, deprecated_readline_hook)
6279 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6280 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6281 (deprecated_context_hook, deprecated_target_wait_hook)
6282 (deprecated_attach_hook, deprecated_detach_hook)
6283 (deprecated_call_command_hook, deprecated_set_hook)
6284 (deprecated_error_hook, deprecated_error_begin_hook)
6285 (deprecated_ui_load_progress_hook): Deprecate.
6286 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6287 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6288 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6289 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6290 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6291 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6292 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6293 * annotate.c, aix-thread.c: Update.
6294
6295 2004-04-21 Andrew Cagney <cagney@redhat.com>
6296
6297 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6298 * vaxnbsd-tdep.c: Include "gdb_string.h".
6299
6300 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6301 (add_symbol_file_from_memory_command): #if 0 function body, call
6302 error instead.
6303
6304 2004-04-21 Andrew Cagney <cagney@redhat.com>
6305
6306 * gdbcore.h: Update copyright.
6307 (deprecated_add_core_fns): Rename add_core_fns.
6308 * win32-nat.c (_initialize_core_win32): Update.
6309 * sun3-nat.c (_initialize_core_sun3): Update.
6310 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6311 * rs6000-nat.c (_initialize_core_rs6000): Update.
6312 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6313 * nto-tdep.c (_initialize_nto_tdep): Update.
6314 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6315 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6316 * mips-nat.c (_initialize_core_mips): Update.
6317 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6318 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6319 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6320 * lynx-nat.c (_initialize_core_lynx): Update.
6321 * irix5-nat.c (_initialize_core_irix5): Update.
6322 * i386-interix-nat.c (_initialize_core_interix): Update.
6323 * cris-tdep.c (_initialize_cris_tdep): Update.
6324 * corelow.c (deprecated_add_core_fns): Update.
6325 * core-regset.c (_initialize_core_regset): Update.
6326 * core-aout.c (_initialize_core_aout): Update.
6327 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6328 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6329 * alpha-nat.c (_initialize_core_alpha): Update.
6330
6331 2004-04-21 Jim Blandy <jimb@redhat.com>
6332
6333 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6334
6335 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6336
6337 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6338 Delete.
6339 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6340 (read_attribute_value): Update calls to dwarf_alloc_block.
6341 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6342 dwarf2_tmp_obstack.
6343 (psymtab_to_symtab_1): Likewise. Clean up using
6344 free_stack_comp_unit.
6345 (add_to_cu_func_list): Use the comp_unit_obstack.
6346
6347 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6348
6349 * dwarf2read.c (dwarf2_flag_true_p): New function.
6350 (die_is_declaration): Use the function above. Add some comments.
6351
6352 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6353
6354 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6355 architecture when registering sparcnbsd_core_osabi_sniffer.
6356 Adjust comment.
6357
6358 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6359
6360 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6361 return value.
6362
6363 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6364 * i386-tdep.c: Correct register numbering scheme comments
6365 throughout.
6366 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6367 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6368 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6369 (i386_gdb_arch_init): Likewise.
6370
6371 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6372 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6373 ppcnbsd-tdep.o.
6374
6375 * m68k-tdep.h: Tweak comments.
6376 * m68k-tdep.c: Tweak comment.
6377
6378 2004-04-17 Randolph Chung <tausq@debian.org>
6379
6380 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6381 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6382 (hppa_hpux_som_init_abi): Set is_elf to 0.
6383 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6384 * hppa-tdep.c (low_text_segment_address): Remove global.
6385 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6386 section offset to calculate segment address.
6387 (internalize_unwinds): Define low_text_segment_address as local and
6388 pass to record_text_segment_lowaddr for ELF targets.
6389 (hppa_gdbarch_init): Zero fill tdep structure.
6390 (hppa_dump_tdep): Print tdep structure.
6391 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6392
6393 2004-04-17 Randolph Chung <tausq@debian.org>
6394
6395 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6396 (hppa_gdbarch_init): Set pseudo_register_read.
6397 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6398 * regcache.c (supply_register): Remove check for
6399 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6400
6401 2004-04-17 Randolph Chung <tausq@debian.org>
6402
6403 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6404 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6405 (hpread_adjust_stack_address): Move to hpread.c.
6406 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6407 obj_private_struct): Move from tm-hppa.h.
6408 * hpread.c (hppa-tdep.h): Include.
6409 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6410 (hpread_read_function_type, hpread_read_doc_function_type)
6411 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6412 directly.
6413 * pa64solib.c (hppa-tdep.h): Include.
6414 * somsolib.c (hppa-tdep.h): Include.
6415 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6416 inferior_status): Remove unused forward declarations.
6417 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6418 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6419 obj_private_struct): Move to hppa-tdep.h.
6420 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6421
6422 2004-04-17 Randolph Chung <tausq@debian.org>
6423
6424 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6425 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6426 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6427 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6428 Remove forward declaration and make static.
6429 (hppa_reg_struct_has_addr): Remove.
6430
6431 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6432
6433 * observer.sh: Move comments in sed command to first column.
6434
6435 2004-04-16 Jason Molenda (jmolenda@apple.com)
6436
6437 * frame.c: Minor typeo corrections in comments.
6438
6439 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6440
6441 * observer.c (observer_test_first_notification_function): Update
6442 function profile.
6443 (observer_test_second_notification_function): Likewise.
6444 (observer_test_third_notification_function): Likewise.
6445
6446 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6447
6448 From Brian Ford <ford@vss.fsi.com>:
6449 * i386-tdep.c (i386_coff_init_abi): New function.
6450 * i386-tdep.h (i386_coff_init_abi): New prototype.
6451 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6452 register number translation functions for DWARF and DWARF 2.
6453
6454 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6455
6456 * dwarf2read.c: Back out my previous change, it was incorrect.
6457
6458 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6459
6460 * dwarf2read.c: Include "hashtab.h".
6461 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6462 has_namespace_info.
6463 (struct partial_die_info): Add comments. Use bitfields to reduce
6464 memory footprint. Add scope, scope_set, has_specification,
6465 spec_offset, die_parent, die_child, and die_sibling.
6466 (peek_die_abbrev): Add prototype.
6467 (partial_read_comp_unit_head): New function, broken out from
6468 dwarf2_build_psymtabs_hard.
6469 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6470 Use partial_read_comp_unit_head. Initialize the CU and
6471 comp_unit_obstack. Update calls to read_partial_die and
6472 scan_partial_symbols. Use free_stack_comp_unit and
6473 load_partial_dies.
6474 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6475 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6476 Update calls to helper functions. Remove NAMESPACE argument.
6477 Update comments.
6478 (partial_die_parent_scope, partial_die_full_name): New functions.
6479 (add_partial_symbol): Remove namespace argument. Update call to
6480 pdi_needs_namespace. Use partial_die_full_name. Handle
6481 DW_TAG_namespace. Check has_namespace_info flag.
6482 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6483 tag. Handle namespaces.
6484 (add_partial_namespace, add_partial_enumeration): Simplify.
6485 (guess_structure_name): New function, derived from
6486 add_partial_structure.
6487 (add_partial_structure): Remove.
6488 (determine_class_name): Update comment.
6489 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6490 (is_type_tag_for_partial, load_partial_dies): New functions.
6491 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6492 Record specifications instead of following them immediately.
6493 (find_partial_die_in_comp_unit, find_partial_die)
6494 (fixup_partial_die, free_stack_comp_unit)
6495 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6496 (partial_die_hash, partial_die_eq): New functions.
6497 * Makefile.in (hashtab_h): Define.
6498 (dwarf2read.o): Update dependencies.
6499 (observer_inc, observer_h): Move to the correct section.
6500
6501 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6502
6503 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6504 (die_is_declaration): Use the function above. Add comment.
6505
6506 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6507
6508 * dwarf2read.c (read_structure_scope): Identify stub types
6509 using die_is_declaration() only.
6510
6511 2004-04-15 Roland McGrath <roland@redhat.com>
6512
6513 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6514 argument instead of NAME.
6515 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6516 in call to symbol_file_add_with_addrs_or_offsets.
6517 (build_addr_info): New function, helper for ...
6518 (symbol_file_add_from_memory): New function.
6519 (add_symbol_file_from_memory_command): New function using that.
6520 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6521 (pre_add_symbol_hook): Add const to argument type.
6522 * symfile.h (symbol_file_add_from_memory): Declare it.
6523
6524 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6525
6526 * NEWS (New native configurations): Mention OpenBSD/vax.
6527 * configure.host: Add vax-*-openbsd*.
6528 * config/vax/obsd.mh: New file.
6529 * config/vax/nm-obsd.h: New file.
6530
6531 * vax-tdep.c: Include "regset.h".
6532 (vax_supply_gregset): New function.
6533 (vax_gregset): New variable.
6534 (vax_regset_from_core_section): New function.
6535 (vax_gdbarch_init): Set regset_from_core_section.
6536 * Makefile.in (vax-tdep.o): Update dependencies.
6537
6538 2004-04-15 Andrew Cagney <cagney@redhat.com>
6539
6540 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6541 (observer_normal_stop_notification_stub)
6542 (observer_attach_normal_stop, observer_detach_normal_stop):
6543 Delete, replaced by #include "observer.inc".
6544 * infrun.c (normal_stop): Pass "stop_bpstat" to
6545 observer_notify_normal_stop.
6546 * Makefile.in (observer_inc): Define.
6547 (observer.o): Update dependencies.
6548 (observer.h, observer.inc): New rules.
6549 * observer.h: Delete file.
6550 * observer.sh: New file.
6551
6552 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6553
6554 * vax-tdep.c (vax_frame_cache): Fix typo.
6555
6556 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6557
6558 * NEWS (New native configurations): Mention NetBSD/vax.
6559 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6560 * config/vax/nbsdelf.mh: New file.
6561 * config/vax/nbsdaout.mh: New file.
6562 * config/vax/nm-nbsd.h: New file.
6563 * config/vax/nm-nbsdaout.h: New file.
6564
6565 * vaxnbsd-tdep.c: New file.
6566 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6567 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6568 * config/vax/nbsd.mt: New file.
6569 * config/vax/tm-nbsd.h: New file.
6570
6571 * Makefile.in (vaxbsd-nat.o): New dependency.
6572
6573 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6574 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6575 struct_addr arguments. Don't push return value address.
6576 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6577 arguments to vax_store_arguments. Store return value address in
6578 R1.
6579 (vax_store_struct_return, vax_extract_return_value)
6580 (vax_store_return_value): Remove functions.
6581 (vax_return_value): New function.
6582 (vax_gdbarch_init): Set return value. Don't set
6583 deprecated_store_struct_return, deprecated_extract_struct_return
6584 and deprecated_store_return_value.
6585
6586 2004-04-14 Andreas Schwab <schwab@suse.de>
6587
6588 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6589 value buffer.
6590 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6591
6592 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6593
6594 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6595 (vax_unwind_dummy_id): New functions.
6596 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6597 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6598 variables.
6599 (vax_fix_call_dummy): Remove function.
6600 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6601 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6602 call_dummy_location, deprecated_call_dummy_words,
6603 deprecated_sizeof_call_dummy_words,
6604 deprecated_call_dummy_breakpoint_offset,
6605 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6606 and deprecated_dummy_write_sp.
6607
6608 2004-04-13 David Carlton <carlton@kealia.com>
6609
6610 * MAINTAINERS: Move myself to "paper trail" section.
6611
6612 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6613
6614 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6615 "trad-frame.h".
6616 (vax_frame_init_saved_regs): Remove function.
6617 (vax_sigtramp_saved_pc): Remove function.
6618 (vax_frame_saved_pc): Remove function.
6619 (vax_frame_args_address): Remove function.
6620 (vax_frame_num_args): Rewrite.
6621 (vax_frame_chain): Remove function.
6622 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6623 VAX_FP_REGNUM.
6624 (vax_pop_frame): Likewise.
6625 (vax_saved_pc_after_call): Remove function.
6626 (struct vax_frame_cache): New structure.
6627 (vax_frame_cache): New function.
6628 (vax_frame_this_id): New function.
6629 (vax_frame_prev_register): New function.
6630 (vax_frame_unwind): New variable.
6631 (vax_frame_sniffer): New function.
6632 (vax_frame_base_address): New function.
6633 (vax_frame_args_address): New function.
6634 (vax_frame_base): New variable.
6635 (vax_unwind_pc): New function.
6636 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6637 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6638 deprecated_frame_chain, deprecated_frame_saved_pc,
6639 deprecated_frame_args_address and
6640 deprecated_frame_init_saved_regs.
6641 * Makefile.in (vax-tdep.o): Update dependencies.
6642
6643 * vaxbsd-nat.c: New file.
6644
6645 * vax-tdep.h: Update copyright year. Adjust comments.
6646 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6647 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6648 (vax_regnum): New enum. Replacing...
6649 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6650 (VAX_PS_REGNUM): ... these removed macros.
6651 * vax-tdep.c (vax_register_name): Remove prototype.
6652 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6653 (vax_register_byte, vax_register_raw_size,
6654 vax_register_virtual_size, vax_register_virtual_type): Remove
6655 functions.
6656 (vax_register_type): New function.
6657 (vax_breakpoint_from_pc): Reorganize.
6658 (vax_gdbarch_init): Set register_type. Don't set
6659 deprecated_register_size, deprecated_register_bytes,
6660 deprecated_register_byte, deprecated_register_raw_size,
6661 deprecated_max_register_raw_size,
6662 deprecated_register_virtual_size,
6663 deprecated_max_register_virtual_size and
6664 deprecated_register_virtual_type. Add comment on stack direction.
6665
6666 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6667
6668 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6669 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6670 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6671
6672 2004-04-10 Randolph Chung <tausq@debian.org>
6673
6674 * MAINTAINERS (write after approval): Add myself.
6675
6676 2004-04-07 Randolph Chung <tausq@debian.org>
6677
6678 * hppa-tdep.c (hppa_inner_than): Remove.
6679 (is_pa_2): Remove unused static variable.
6680 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6681
6682 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6683
6684 * language.h (language_defn): Add new la_post_parser field.
6685 * parser-defs.h (null_post_parser): New declaration (default for
6686 la_post_parser).
6687
6688 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6689 insert call to that function.
6690 (parse_exp_in_context): New function, including code formerly in
6691 parse_exp_1. Calls language-dependent post-parser after
6692 prefixification.
6693 (parse_expression_in_context): New exported function.
6694 (null_post_parser): New definition.
6695 * expression.h (parse_expression_in_context): Add declaration.
6696
6697 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6698 * c-lang.c (c_language_defn): Ditto.
6699 (cplus_language_defn): Ditto.
6700 (asm_language_defn): Ditto.
6701 (minimal_language_defn): Ditto.
6702 * f-lang.c (f_language_defn): Ditto.
6703 * jv-lang.c (java_language_defn): Ditto.
6704 * language.c (unknown_language_defn): Ditto.
6705 (auto_language_defn): Ditto.
6706 (local_language_defn): Ditto.
6707 * m2-lang.c (m2_language_defn): Ditto.
6708 * scm-lang.c (scm_language_defn): Ditto.
6709 * obj-lang.c (objc_language_defn): Ditto.
6710
6711 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6712
6713 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6714 (amd64nbsd_mcontext_addr): New function.
6715 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6716 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6717 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6718
6719 * corelow.c (core_xfer_partial): Fix coding standards violation.
6720 Add support for TARGET_OBJECT_WCOOKIE.
6721
6722 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6723 deprecated_pc_in_sigtramp.
6724 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6725 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6726 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6727 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6728 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6729 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6730 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6731
6732 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6733 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6734 Fix typo.
6735
6736 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6737 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6738 (amd64_collect_fxsave): Likewise.
6739
6740 * i386-sol2-tdep.c: Include "gdb_string.h".
6741 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6742 name.
6743 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6744
6745 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6746
6747 * i386-sol2-tdep.c: Include "solib-svr4.h".
6748 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6749 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6750 * config/i386/tm-i386sol2.h: Include :solib.h".
6751 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6752 solib-svr4.o and solib-legacy.o.
6753 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6754 solib-svr4.o.
6755
6756 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6757
6758 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6759 whether a register is supplied by PTRACE_GETFPREGS.
6760 (store_inferior_registers): Likewise.
6761 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6762 whether a register is supplied by PT_GETFPREGS.
6763 (store_inferior_registers): Likewise.
6764
6765 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6766 * config/i386/linux64.mt (TDEPFILES): Likewise.
6767
6768 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6769
6770 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6771 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6772 the program counter is in the range specified by `struct
6773 gdbarch_tdep'.
6774 * amd64-linux-tdep.c: Include "symtab.h".
6775 (amd64_linux_pc_in_sigtramp): Remove function.
6776 (amd64_linux_sigtramp_p): New function.
6777 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6778 deprecated_pc_in_sigtramp.
6779 * amd64nbsd-tdep.c: Include "symtab.h".
6780 (amd64nbsd_sigtramp_p): New function.
6781 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6782 deprecated_pc_in_sigtramp.
6783 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6784 few comments.
6785 (amd64obsd_pc_in_sigtramp): Remove function.
6786 (amd64obsd_sigtramp_p): New function.
6787 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6788 deprecated_pc_in_sigtramp.
6789 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6790 (i386bsd_pc_ins_sigtramp): Remove prototype.
6791 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6792 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6793 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6794 the program counter is in the range specified by `struct
6795 gdbarch_tdep'.
6796 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6797 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6798 (i386_go32_pc_in_sigtramp): Remove function.
6799 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6800 Initialize TDEP->sigtramp_p.
6801 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6802 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6803 deprecated_pc_in_sigtramp.
6804 * i386-linux-tdep.c: Adjust comments.
6805 (i386_linux_pc_in_sigtramp): Remove function.
6806 (i386_linux_sigtramp_p): New function.
6807 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6808 deprecated_pc_in_sigtramp.
6809 * i386-nto-tdep.c: Update copyright year.
6810 (i386nto_pc_in_sigtramp): Remove function.
6811 (i386nto_sigtramp_p): New function.
6812 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6813 SP_REGNUM.
6814 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6815 deprecated_pc_in_sigtramp.
6816 * i386-sol2-tdep.c: Update copyright year.
6817 (i386_sol2_pc_in_sigtramp): Remove function.
6818 (i386_sol2_sigtramp_p): New function.
6819 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6820 deprecated_pc_in_sigtramp.
6821 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6822 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6823 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6824 deprecated_sigtramp_start and deprecated_sigtramp_end.
6825 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6826 (i386nbsd_pc_in_sigtramp): Remove function.
6827 (i386nbsd_sigtramp_p): New function.
6828 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6829 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6830 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6831 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6832 (i386obsd_pc_in_sigtramp): Remove function.
6833 (i386obsd_sigtramp_p): New function.
6834 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6835 functions.
6836 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6837 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6838 TDEP->sigtramp_p.
6839 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6840 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6841 dependencies.
6842
6843 * config/i386/i386aout.mt: Remove file.
6844
6845 * configure.tgt: Remove i[34567]86-*-go32*,
6846 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6847 and i[34567]86-*-isc*. Set gdb_target to i386 for
6848 i[34567]86-*-netware* and i[34567]86-*-*.
6849 * config/i386/i386.mt: New file.
6850 * config/i386/embed.mt: Remove file.
6851 * config/i386/go32.mt: Remove file.
6852 * config/i386/i386nw.mt: Remove file.
6853 * config/i386/i386v.mt: Remove file.
6854 * config/i386/tm-go32.h: Remove file.
6855
6856 * tui/tui-hooks.c: Include "readline/readline.h" after
6857 "gdb_curses.h" instead of before.
6858 * tui/tui-io.c: Likewise.
6859
6860 * tui/tui.c: Fix typo in comment.
6861
6862 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6863
6864 2004-04-08 Andrew Cagney <cagney@redhat.com>
6865
6866 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6867 (deprecated_exception_support_initialized): Declare.
6868 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6869 (initialize_hp_cxx_exception_support)
6870 (child_enable_exception_callback): Update.
6871 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6872 (deprecated_exception_support_initialized): Rename
6873 deprecated_exception_catchpoints_are_fragile and
6874 deprecated_exception_support_initialized.
6875 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6876
6877 * symtab.c (deprecated_hp_som_som_object_present): Rename
6878 hp_som_som_object_present.
6879 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6880 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6881 Update. Delete extern declaration.
6882 * valops.c (hp_som_som_object_present): Ditto.
6883 * parse.c (deprecated_hp_som_som_object_present)
6884 (parse_nested_classes_for_hpacc): Ditto.
6885 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6886 * hppa-hpux-tdep.c (hp_som_som_object_present)
6887 (initialize_hp_cxx_exception_support): Ditto.
6888 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6889 * cp-valprint.c (hp_som_som_object_present)
6890 (cp_print_class_method): Ditto.
6891 * c-typeprint.c (hp_som_som_object_present):
6892 (c_type_print_base): Ditto.
6893 * c-exp.y (hp_som_som_object_present): Ditto.
6894
6895 2004-04-08 Andrew Cagney <cagney@redhat.com>
6896
6897 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6898 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6899 (frame_unwind_find_by_frame): Re-implement the unwind code so
6900 that it can both prepend and append sniffers. Replace
6901 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6902 * tramp-frame.c (tramp_frame_append): Use
6903 frame_unwind_prepend_unwinder.
6904 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6905 frame_unwind_register_unwinder.
6906 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6907 tramp_frame_append.
6908 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6909 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6910 (mips_linux_init_abi): Update.
6911
6912 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6913
6914 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6915 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6916 file support.
6917
6918 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6919
6920 * ia64-tdep.c (elf.h): Don't include.
6921 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6922
6923 2004-04-07 Jason Molenda (jmolenda@apple.com)
6924
6925 * frame.h: Typeo corrections in comments.
6926
6927 2004-04-07 Jim Blandy <jimb@redhat.com>
6928
6929 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
6930 %esp and %ebp
6931
6932 2004-04-07 Mark Kettenis <kettenis@gnu.org>
6933
6934 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
6935 * config/sparc/linux64.mt (TDEPFILES): Likewise.
6936 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
6937 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
6938 and solib-legacy.o.
6939 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
6940 solib-svr4.o.
6941 * config/sparc/tm-sol2.h: Update copyright year. Include
6942 "solib.h".
6943
6944 * sparc-sol2-tdep.c: Update copyright year. Include
6945 "solib-svr4.h".
6946 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6947 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
6948 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6949 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
6950 dependencies.
6951
6952 2004-04-06 Andrew Cagney <cagney@redhat.com>
6953
6954 * infttrace.c: Include "infttrace.h".
6955 * infttrace.h: Include "target.h".
6956 * Makefile.in (infttrace_h): Update.
6957 (infttrace.o): Update.
6958
6959 2004-04-06 Andrew Cagney <cagney@redhat.com>
6960
6961 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
6962 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
6963 move extern declarations from here ...
6964 * infttrace.h: ... to here.
6965 * Makefile.in (hppah-nat.o): Update dependencies.
6966
6967 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
6968 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
6969 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
6970 (hppa_breakpoint_from_pc): Delete.
6971
6972 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
6973
6974 2004-04-05 Andrew Cagney <cagney@redhat.com>
6975
6976 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
6977 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
6978 <sys/file.h>.
6979
6980 2004-04-06 Randolph Chung <tausq@debian.org>
6981
6982 Committed by Andrew Cagney (mechanical change).
6983 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
6984 exception_catchpoints_are_fragile, find_stub_with_shl_get,
6985 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
6986 child_enable_exception_callback, current_ex_event,
6987 null_symtab_and_line, child_get_current_exception_event,
6988 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
6989 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
6990 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
6991 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
6992 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
6993 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
6994 Move hpux-specific definitions ...
6995 * hppa-hpux-tdep.c: ... to here.
6996
6997 2004-04-05 Andrew Cagney <cagney@redhat.com>
6998
6999 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7000 skip_prologue_using_sal.
7001
7002 2004-04-05 Andrew Cagney <cagney@redhat.com>
7003
7004 * config/i386/tm-i386.h: Delete file.
7005 * config/i386/tm-vxworks.h: Update copyright, do not include
7006 "tm-i386.h".
7007 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7008 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7009 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7010 * config/i386/ncr3000.mt (TM_FILE): Delete.
7011 * config/i386/interix.mt (TM_FILE): Delete.
7012 * config/i386/i386v.mt (TM_FILE): Delete.
7013 * config/i386/i386nw.mt (TM_FILE): Delete.
7014 * config/i386/i386gnu.mt (TM_FILE): Delete.
7015 * config/i386/i386aout.mt (TM_FILE): Delete.
7016 * config/i386/embed.mt (TM_FILE): Delete.
7017
7018 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7019
7020 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7021 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7022 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7023 (accg7_regnum): New constants.
7024 (last_spr_regnum, last_pseudo_regnum): Update.
7025 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7026 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7027 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7028 for accg registers.
7029 (frv_register_sim_regno): Update spr_map[].
7030
7031 2004-04-04 Andrew Cagney <cagney@redhat.com>
7032
7033 * config/mips/xm-riscos.h: Delete.
7034 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7035 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7036 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7037 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7038 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7039 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7040 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7041 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7042 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7043 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7044 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7045 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7046 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7047 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7048 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7049 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7050 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7051 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7052 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7053 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7054 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7055 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7056 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7057 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7058 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7059 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7060
7061 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7062 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7063 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7064 * configure.host: Remove m680[01]0-sun-sunos3*,
7065 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7066 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7067 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7068 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7069 mips-*-riscos*.
7070 * NEWS: Mention removed systems.
7071
7072 2004-04-04 Andrew Cagney <cagney@redhat.com>
7073
7074 GDB 6.1 release created from 6.1 branch.
7075
7076 2004-04-04 Andrew Cagney <cagney@redhat.com>
7077
7078 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7079 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7080 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7081
7082 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7083 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7084 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7085
7086 2004-04-03 Jim Blandy <jimb@redhat.com>
7087
7088 * MAINTAINERS: Chris Faylor has changed employers; add him to
7089 "paper trail" section, and update his E-mail address.
7090
7091 2004-04-03 Andrew Cagney <cagney@redhat.com>
7092
7093 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7094 generic dummy frames.
7095 * dummy-frame.c: Update copyright.
7096 (dummy_frame_sniffer): Delete check for generic dummy frames.
7097
7098 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7099 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7100 (REG_PARM_STACK_SPACE): Delete.
7101 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7102 Inline reference to REG_PARM_STACK_SPACE.
7103
7104 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7105 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7106 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7107 (FRAME_BASE_BEFORE_SIGTRAMP)
7108 (hppa32_hpux_frame_base_before_sigtramp)
7109 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7110 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7111 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7112 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7113 (FRAME_BASE_BEFORE_SIGTRAMP)
7114 (hppa64_hpux_frame_base_before_sigtramp)
7115 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7116
7117 2004-04-03 Andrew Cagney <cagney@redhat.com>
7118
7119 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7120
7121 2004-04-02 Andrew Cagney <cagney@redhat.com>
7122
7123 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7124 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7125 * dummy-frame.h: Delete out-of-date comments.
7126 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7127 * gdbarch.h, gdbarch.c: Re-generate.
7128
7129 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7130
7131 Committed by Andrew Cagney <cagney@redhat.com>.
7132 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7133 into account an instruction saving a register if we have already
7134 seen an earlier instruction saving that same register.
7135
7136 2004-04-02 Andrew Cagney <cagney@redhat.com>
7137
7138 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7139 * gdbarch.h, gdbarch.c: Re-generate.
7140 * frame.c (legacy_get_prev_frame): Delete references to
7141 DEPRECATED_INIT_FRAME_PC_FIRST.
7142
7143 * infrun.c (pc_in_sigtramp): Delete function.
7144 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7145 get_frame_type.
7146
7147 2004-04-02 Andrew Cagney <cagney@redhat.com>
7148
7149 * infrun.c (handle_step_into_function): Delete code conditional on
7150 legacy_frame_p.
7151 (handle_inferior_event, step_over_function): Ditto.
7152
7153 2004-04-02 Andrew Cagney <cagney@redhat.com>
7154
7155 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7156 "previous frame inner to this frame" test.
7157
7158 2004-04-02 Andrew Cagney <cagney@redhat.com>
7159
7160 * frame.c (safe_frame_unwind_memory): New function.
7161 * frame.h (safe_frame_unwind_memory): Declare. Update description
7162 of /safe_/ methods.
7163 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7164 "next_frame". Use safe_frame_unwind_memory.
7165 (tramp_frame_sniffer): Update call to tramp_frame_start.
7166
7167 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7168
7169 * dwarf2read.c (dwarf2_objfile_data_key): New.
7170 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7171 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7172 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7173 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7174 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7175 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7176 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7177 Remove variables.
7178 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7179 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7180 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7181 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7182 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7183 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7184 Remove macros.
7185 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7186 data.
7187 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7188 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7189 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7190 (read_partial_die, read_full_die, read_indirect_string)
7191 (dwarf_decode_line_header, dwarf_decode_macros)
7192 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7193 Update uses of removed variables.
7194 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7195 of removed macros.
7196 (_initialize_dwarf2_read): New function.
7197 * symfile.h (dwarf2_has_info): Update prototype.
7198 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7199 * elfread.c (elf_symfile_read): Likewise.
7200
7201 2004-04-01 Jim Blandy <jimb@redhat.com>
7202
7203 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7204 function for register numbers on all the rs6000-derived targets.
7205 (rs6000_gdbarch_init): Don't register a separate
7206 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7207 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7208 variants.
7209
7210 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7211 numbering.
7212
7213 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7214
7215 * valarith.c: Update copyright notice.
7216 (value_add): Handle range types.
7217 (value_sub): Ditto.
7218 (value_equal): Ditto.
7219 (value_less): Ditto.
7220 (value_neg): Ditto.
7221 (value_complement): Ditto.
7222 (value_binop): Simplify slightly by using is_integral_type and
7223 eliminiating unnecessary COERCE_ENUMs.
7224
7225 2004-03-31 Andrew Cagney <cagney@redhat.com>
7226
7227 * frame.h (frame_unwind_id): Declare.
7228 * frame.c (frame_unwind_id): New function.
7229 (get_prev_frame_1): New function.
7230 (frame_debug_got_null_frame): New function.
7231 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7232 code proper to prev_frame, update description.
7233 * infrun.c (step_over_function): Use frame_unwind_id.
7234
7235 2004-04-31 J. Brobecker <brobecker@gnat.com>
7236
7237 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7238 (hppa64_push_dummy_call): Likewise.
7239
7240 2004-03-30 Jim Blandy <jimb@redhat.com>
7241
7242 From Ulrich Weigand:
7243 * utils.c (query): Do not use a va_list variable multiple times.
7244
7245 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7246
7247 * Makefile.in (linux_nat_h): Update dependencies.
7248 * configure.in: Check for <gnu/libc-version.h>.
7249 * configure: Regenerate.
7250 * config.in: Regenerate.
7251 * linux-nat.h: Include "target.h". Add waitstatus field to
7252 struct lwp_info.
7253 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7254 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7255 to.
7256 (lin_lwp_handle_extended): New function. Handle clone events.
7257 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7258 thread exit events.
7259 (child_wait): Handle clone events.
7260 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7261 * linux-nat.c (linux_enable_event_reporting): Turn on
7262 PTRACE_O_TRACECLONE.
7263 (linux_handle_extended_wait): Handle clone events.
7264 * thread-db.c: Include <gnu/libc-version.h>.
7265 (struct private_thread_info): Add dying flag.
7266 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7267 higher.
7268 (attach_thread): Update comments. Handle dying threads.
7269 (detach_thread): Set the dying flag.
7270 (check_event): Always call attach_thread.
7271
7272 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7273
7274 * mips-tdep.c (mips_pdr_data): New.
7275 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7276 (_initialize_mips_tdep): Initialize mips_pdr_data.
7277
7278 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7279
7280 * minsyms.c (install_minimal_symbols): Move dropping leading
7281 char from linkage name from here...
7282 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7283 test for "__gnu_compiled*" symbols.
7284
7285 2004-03-28 Jim Blandy <jimb@redhat.com>
7286
7287 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7288 registers to temp register r0 and byte stores as prologue
7289 instructions.
7290
7291 2004-03-28 Andrew Cagney <cagney@redhat.com>
7292
7293 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7294 arm*-*-*.
7295
7296 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7297
7298 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7299 and switch the layout to force a display of register window.
7300
7301 2004-02-26 J. Brobecker <brobecker@gnat.com>
7302
7303 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7304 of the INTEGER class.
7305
7306 2004-03-26 Jim Blandy <jimb@redhat.com>
7307
7308 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7309 bytes long on PPC GNU/Linux.
7310
7311 2004-03-26 David Carlton <carlton@kealia.com>
7312
7313 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7314
7315 2004-03-25 Andrew Cagney <cagney@redhat.com>
7316
7317 * PROBLEMS: Add general section titles, remove references to
7318 specific releases.
7319
7320 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7321
7322 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7323 INT_REGISTER_SIZE.
7324 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7325 FP_REGISTER_VIRTUAL_SIZE.
7326 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7327 of DEPRECATED_REGISTER_RAW_SIZE.
7328 (arm_register_type): Add gdbarch argument.
7329 (arm_register_raw_size, arm_register_virtual_size): Delete.
7330 (arm_register_byte, arm_extract_return_value)
7331 (arm_store_return_value, arm_get_longjmp_target): Update references
7332 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7333 (arm_gdbarch_init): Likewise. Don't set
7334 deprecated_register_raw_size, deprecated_register_virtual_size,
7335 deprecated_max_register_raw_size,
7336 deprecated_max_register_virtual_size, or
7337 deprecated_max_register_virtual_type. Do set register_type.
7338 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7339 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7340 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7341 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7342 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7343 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7344 INT_REGISTER_SIZE.
7345 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7346 (remote_rdp_store_register): Likewise.
7347
7348 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7349
7350 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7351 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7352 to after osabi initialization.
7353 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7354 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7355 functions.
7356 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7357 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7358 variables.
7359 (mips_linux_init_abi): Append signal trampoline unwinders.
7360
7361 2004-03-24 Andrew Cagney <cagney@redhat.com>
7362
7363 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7364 * tramp-frame.c: Include "gdb_assert.h".
7365 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7366 correct sizeof.
7367 (tramp_frame_append): Validate the tramp frame's instructions.
7368 * Makefile.in (tramp-frame.o): Update dependencies.
7369
7370 2004-03-23 Andrew Cagney <cagney@redhat.com>
7371
7372 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7373
7374 2004-03-23 Andrew Cagney <cagney@redhat.com>
7375
7376 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7377 Nasser as past testsuite/lib/ (and other) maintainers.
7378
7379 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7380
7381 * infcmd.c (attach_command): Reread symbols if we already have
7382 an exec file.
7383
7384 2004-03-23 Andrew Cagney <cagney@redhat.com>
7385
7386 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7387
7388 2004-03-23 Andrew Cagney <cagney@redhat.com>
7389
7390 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7391 * gdbarch.h, gdbarch.c: Re-generate.
7392 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7393 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7394 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7395 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7396 (DEPRECATED_SIGTRAMP_START): Update.
7397 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7398 (DEPRECATED_SIGTRAMP_START): Update.
7399 * blockframe.c (find_pc_sect_partial_function): Update.
7400 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7401
7402 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7403
7404 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7405 if necessary.
7406
7407 2004-03-23 Andrew Cagney <cagney@redhat.com>
7408
7409 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7410 predicate, deprecate.
7411 * gdbarch.h, gdbarch.c: Re-generate.
7412 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7413 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7414 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7415 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7416 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7417 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7418 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7419 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7420 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7421 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7422 * blockframe.c (find_pc_partial_function): Update.
7423 * breakpoint.c (bpstat_what): Update.
7424 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7425 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7426 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7427 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7428 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7429 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7430 * i386-nto-tdep.c (i386nto_init_abi): Update.
7431 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7432 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7433 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7434 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7435 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7436 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7437 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7438 * infrun.c (pc_in_sigtramp): Update.
7439 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7440 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7441 * mips-tdep.c (mips_gdbarch_init): Update.
7442 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7443 * ppc-linux-tdep.c: Update comment.
7444 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7445 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7446 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7447 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7448 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7449 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7450 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7451 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7452 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7453 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7454
7455 2004-03-23 Andrew Cagney <cagney@redhat.com>
7456
7457 * tramp-frame.h, tramp-frame.h: New files.
7458 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7459 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7460
7461 * Makefile.in: Update all dependencies.
7462
7463 2004-03-23 Andrew Cagney <cagney@redhat.com>
7464
7465 * Makefile.in (trad_frame_h): Add $(frame_h).
7466 * trad-frame.h: Update copyright. Include "frame.h".
7467 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7468 (trad_frame_set_id, trad_frame_get_id): Declare.
7469 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7470 * trad-frame.c: Update copyright.
7471 (struct trad_frame_cache): Define.
7472 (trad_frame_cache_zalloc): New function.
7473 (trad_frame_set_id, trad_frame_get_id): New functions.
7474 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7475
7476 2004-03-22 Andrew Cagney <cagney@redhat.com>
7477
7478 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7479 s390_pltstub_unwind_cache.
7480 (s390_stub_frame_unwind_cache): Rename
7481 s390_pltstub_frame_unwind_cache.
7482 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7483 (s390_stub_frame_prev_register): Rename
7484 s390_pltstub_frame_prev_register.
7485 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7486 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7487
7488 From Ulrich Weigand:
7489 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7490 pointer calls like PLT calls.
7491
7492 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7493
7494 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7495 PC rather than the partial function start address. Use the start
7496 address to sanity check the found PDR.
7497
7498 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7499
7500 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7501 linux_handle_extended_wait.
7502
7503 2004-03-22 Andrew Cagney <cagney@redhat.com>
7504
7505 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7506 function.
7507
7508 * frame.h (generic_pop_current_frame): Delete declaration.
7509 (deprecate_pop_dummy_frame): Deprecate
7510 generic_pop_dummy_frame.
7511 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7512 (generic_pop_current_frame): Delete function.
7513 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7514 generic_pop_current_frame.
7515 * v850-tdep.c (v850_pop_frame): Update.
7516 * mcore-tdep.c (mcore_pop_frame): Update.
7517 * sh64-tdep.c (sh64_pop_frame): Update.
7518 * h8300-tdep.c (h8300_pop_frame): Update.
7519
7520 2004-03-22 Andrew Cagney <cagney@redhat.com>
7521
7522 * frame.h (deprecated_pc_in_call_dummy): Rename
7523 generic_pc_in_call_dummy.
7524 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7525 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7526 generic_pc_in_call_dummy.
7527 (pc_in_dummy_frame): Make static.
7528 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7529 * gdbarch.h, gdbarch.c: Re-generate.
7530 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7531 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7532 (legacy_get_prev_frame): Ditto.
7533 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7534 comment.
7535
7536 2004-03-21 Andrew Cagney <cagney@redhat.com>
7537
7538 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7539 declaration and out-of-date comment.
7540 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7541 Delete function.
7542 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7543 deprecated_pc_in_call_dummy.
7544
7545 * infrun.c (handle_inferior_event): For non legacy frames, use the
7546 frame ID and frame type to identify a signal trampoline. Update
7547 comments.
7548
7549 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7550
7551 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7552 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7553
7554 2004-03-21 Andrew Cagney <cagney@redhat.com>
7555
7556 * frame-unwind.h: Update copyright.
7557 (struct frame_data): Add opaque declaration.
7558 (frame_sniffer_ftype): Declare.
7559 (struct frame_unwind): Add "unwind_data" and "sniffer".
7560 (frame_unwind_register_unwinder): Declare.
7561 (frame_unwind_find_by_frame): Add parameter "this_cache".
7562 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7563 (legacy_get_prev_frame, legacy_get_prev_frame)
7564 (get_frame_type): Pass the prologue_cache to
7565 frame_unwind_find_by_frame.
7566 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7567 "unwinder".
7568 (frame_unwind_register_unwinder): New function.
7569 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7570
7571 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7572
7573 * bcache.c (print_percentage): Use floating point to avoid
7574 incorrect results when portion*100 overflows.
7575
7576 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7577
7578 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7579 (ppc_linux_init_extra_frame_info)
7580 (ppc_linux_frameless_function_invocation)
7581 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7582 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7583 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7584 (rs6000_frame_chain): Delete declarations.
7585 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7586 (ppc_linux_init_extra_frame_info)
7587 (ppc_linux_frameless_function_invocation)
7588 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7589 (ppc_linux_init_abi): Remove registration of above deleted functions.
7590 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7591 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7592 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7593 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7594 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7595 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7596 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7597 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7598 frame management for all OSABIs.
7599
7600 2004-03-19 Andrew Cagney <cagney@redhat.com>
7601
7602 Committed by Kevin Buettner <kevinb@redhat.com>.
7603
7604 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7605 Update copyright.
7606 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7607 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7608 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7609 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7610 unwinders. #ifdef legacy frame code.
7611 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7612 "frame-base.h".
7613 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7614 (struct rs6000_frame_cache, rs6000_frame_cache)
7615 (rs6000_frame_this_id, rs6000_frame_prev_register)
7616 (rs6000_frame_sniffer, rs6000_frame_unwind)
7617 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7618 (rs6000_frame_base): Implement a traditional frame unwinder.
7619 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7620 frame unwinder.
7621
7622 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7623
7624 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7625 breakpoint address for watchpoints or the catch eventpoints.
7626 Add new paramter ``bptype''. Adjust all callers.
7627
7628 2004-03-19 Andrew Cagney <cagney@redhat.com>
7629
7630 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7631
7632 * PROBLEMS: Delete note that ARM does not use frame code, problem
7633 fixed.
7634
7635 2004-03-18 Andrew Cagney <cagney@redhat.com>
7636
7637 * stack.c (return_command): Delete code wrapped in #ifdef
7638 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7639
7640 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7641
7642 2004-03-18 Andrew Cagney <cagney@redhat.com>
7643
7644 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7645 DEPRECATED_IN_SIGTRAMP.
7646 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7647 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7648 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7649 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7650 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7651 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7652 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7653 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7654 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7655 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7656
7657 2004-03-18 Andrew Cagney <cagney@redhat.com>
7658
7659 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7660 (struct frame_base_table_entry): Define.
7661 (struct frame_base_table): Re-implement as a linked list.
7662 (frame_base_init): Re-implement.
7663 (frame_base_table): Delete function.
7664 (append_predicate): Delete function.
7665 (frame_base_append_sniffer): Update.
7666 (frame_base_set_default): Update.
7667 (frame_base_find_by_frame): Update.
7668 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7669 * Makefile.in (frame-base.o): Update dependencies.
7670
7671 2004-03-17 Andrew Cagney <cagney@redhat.com>
7672
7673 * frame.c (legacy_get_prev_frame): Pass correct frame to
7674 frame_unwind_find_by_frame.
7675
7676 2004-03-17 David Carlton <carlton@kealia.com>
7677
7678 * NEWS: Mention C++ nested types and namespaces
7679
7680 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7681
7682 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7683 and "Regressions since gdb 5.3.". Add known regressions since
7684 gdb 6.0.
7685
7686 2004-03-16 David Carlton <carlton@kealia.com>
7687
7688 * dwarf2read.c (process_structure_scope): Process children even
7689 when we're a declaration.
7690
7691 2004-03-16 Andrew Cagney <cagney@redhat.com>
7692
7693 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7694 * blockframe.c (find_pc_partial_function)
7695 (find_pc_sect_partial_function): Merge into a single
7696 find_pc_partial_function.
7697
7698 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7699
7700 * i386bsd-nat.c: s/regno/regnum/g.
7701 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7702 FP0_REGNUM.
7703 (store_inferior_registers): Likewise.
7704
7705 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7706
7707 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7708 of i387_fill_fsave.
7709 (store_inferior_registers): Call i387_collect_fsave and
7710 i387_collect_fxsave instead of i387_fill_fsave and
7711 i387_fill_fxsave.
7712
7713 2004-03-15 Andrew Cagney <cagney@redhat.com>
7714
7715 * Makefile.in (frame-unwind.o): Update dependencies.
7716 * frame-unwind.c: Include "gdb_obstack.h".
7717 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7718 parameter.
7719 (append_predicate): Delete function.
7720 (struct frame_unwind_table_entry): New structure.
7721 (struct frame_unwind_table): Replace "sniffer" with "head" and
7722 "tail".
7723 (frame_unwind_append_sniffer): Update.
7724 (frame_unwind_find_by_frame): Update.
7725 (_initialize_frame_unwind): Registe frame_unwind_init using
7726 gdbarch_data_register_pre_init.
7727
7728 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7729
7730 * i386bsd-nat.c: Update copyright year.
7731 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7732 define unconditionally.
7733
7734 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7735
7736 * i387-tdep.h (i387_collect_fsave): New prototype.
7737 * i387-tdep.c (i387_collect_fsave): New function containing most
7738 of the code from i387_fill_fsave.
7739 (i387_fill_fsave): Call i387_collect_fsave.
7740
7741 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7742
7743 * i386-linux-tdep.c: Update copyright year.
7744 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7745 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7746 svr4_ilp32_link_map_offsets instead of
7747 i386_linux_svr4_fetch_link_map_offsets.
7748
7749 2004-03-15 David Carlton <carlton@kealia.com>
7750
7751 Fix for PR c++/1553:
7752 * dwarf2read.c (read_structure_type): Determine type name by
7753 calling determine_class_name.
7754 (determine_class_name): New.
7755 (determine_prefix): Look at TYPE_TAG_NAME and call
7756 determine_class_name when appropriate.
7757 (determine_prefix_aux, class_name): Delete.
7758 (read_namespace): Set die->type.
7759
7760 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7761
7762 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7763 unused macro definition. The definition in target.h (or perhaps
7764 elsewhere) takes precedence.
7765
7766 2004-03-15 Andrew Cagney <cagney@redhat.com>
7767
7768 * ppc-tdep.h: Update copyright.
7769 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7770 function signatures to match "regsets.h".
7771 * ppc-linux-tdep.c: Include "regset.h".
7772 (ELF_GREGSET_SIZE): Delete.
7773 (right_supply_register): New function.
7774 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7775 using right_supply_register.
7776 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7777 functions.
7778 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7779 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7780 (_initialize_ppc_linux_tdep): Do not register
7781 ppc_linux_regset_core_fns.
7782 (ppc_linux_regset_from_core_section): Replace
7783 fetch_core_registers.
7784 (ppc_linux_regset_core_fns): Delete.
7785 * ppc-linux-nat.c: (right_fill_reg): New function.
7786 (supply_gregset): Update call to ppc_linux_supply_gregset.
7787 (fill_gregset): Clear the register set, use right_fill_reg.
7788 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7789 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7790
7791 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7792 unsigned.
7793
7794 2004-03-15 Andrew Cagney <cagney@redhat.com>
7795
7796 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7797 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7798 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7799 and register_gdbarch_data.
7800 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7801 (struct gdbarch_data): Replace "init" by "pre_init" and
7802 "post_init".
7803 * gdbarch.h, gdbarch.c: Re-generate.
7804 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7805 with"obstack", use OBSTACK_ZALLOC.
7806 (dwarf2_frame_ops): Delete.
7807 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7808 (dwarf2_frame_init_reg): Use gdbarch_data.
7809 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7810 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7811 (_initialize_svr4_solib): Update.
7812 * user-regs.c (_initialize_user_regs): Update.
7813 * reggroups.c (_initialize_reggroup): Update.
7814 * regcache.c (_initialize_regcache): Update.
7815 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7816 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7817 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7818 * frame-unwind.c (_initialize_frame_unwind): Update.
7819 * frame-base.c (_initialize_frame_base): Update.
7820 * user-regs.c (user_reg_add): Update.
7821 * reggroups.c (reggroup_add): Update.
7822 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7823 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7824 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7825 * frame-base.c (frame_base_table): Update.
7826 * remote.c (_initialize_remote): Update.
7827 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7828
7829 2004-03-15 Andrew Cagney <cagney@redhat.com>
7830
7831 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7832
7833 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7834
7835 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7836 * frv-linux-tdep.c: New file.
7837 * frv-tdep.c (struct gdbarch_tdep): Add new field
7838 ``sigcontext_reg_addr''.
7839 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7840 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7841 (frv_sigramp_frame_sniffer): New functions.
7842 (frv_sigtramp_frame_unwind): New static global.
7843 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7844 sniffers.
7845 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7846 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7847
7848 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7849
7850 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7851 but not via a call to error(), when unable to read memory.
7852
7853 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7854
7855 * frv-tdep.c (frv_call_dummy_words): Delete.
7856 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7857
7858 2004-03-15 Andrew Cagney <cagney@redhat.com>
7859
7860 * infrun.c (handle_step_into_function, step_over_function): Only
7861 update and use STEP_FRAME_ID when the system is using legacy
7862 frames. Update comments.
7863
7864 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7865
7866 * amd64-linux-tdep.h: Remove file.
7867 * amd64-linux-tdep.c: Don't include "inferior.h" and
7868 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7869 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7870 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7871 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7872 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7873 macros.
7874 (user_to_gdb_regmap): Remove variable.
7875 (amd64_linux_gregset_reg_offset): New variable.
7876 (amd64_core_fns): Remove variable.
7877 (fetch_core_registers): Remove function.
7878 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7879 functions.
7880 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7881 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7882 * Makefile.in (amd64_linux_tdep_h): Remove.
7883 (amd64-linux-nat.o): Update dependencies.
7884 (amd64-linux-tdep.o): Update dependencies.
7885
7886 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7887 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7888 functions.
7889 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7890
7891 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7892 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7893
7894 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * dwarf2read.c (read_structure_type): Rename from
7897 read_structure_scope. Don't create a symbol or call process_die.
7898 Return immediately if die->type is set. Call read_type_die before
7899 dwarf2_add_member_fn.
7900 (process_structure_scope): New function.
7901 (read_enumeration_type, process_enumeration_scope): New functions,
7902 broken out from read_enumeration. Don't create the enumeration
7903 type if it has already been created.
7904 (read_enumeration): Removed.
7905 (process_die): Call read_structure_type, process_structure_scope,
7906 read_enumeration_type, and process_enumeration_scope. Just call
7907 new_symbol for base and subrange types. Add a comment about other
7908 type dies.
7909 (read_type_die): Call read_enumeration_type.
7910 (add_partial_structure, new_symbol): Update comments.
7911
7912 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7913
7914 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7915
7916 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7917
7918 * tui/tui-win.h (tui_get_cmd_list): Declare.
7919 * tui/tui-win.c (tui_command): New function.
7920 (tui_get_cmd_list): New function.
7921 (_initialize_tui_win): Moved initialization of tui command in
7922 tui_get_cmd_list.
7923
7924 * tui/tui-data.c (init_content_element): Setup new data members.
7925 (init_win_info): Likewise.
7926 (free_content_elements): Free it.
7927 * tui/tui-data.h (struct tui_data_element): Store the register
7928 content to print.
7929 (struct tui_data_info): Keep the current register group.
7930
7931 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
7932
7933 * tui/tui-regs.h (tui_show_registers): Update prototype.
7934 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
7935 (tui_resize_all): No need to calculate anything for register window.
7936 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
7937 (tui_set_register_element, tui_set_general_regs_content): Remove.
7938 (tui_set_special_regs_content): Remove.
7939 (tui_set_general_and_special_regs_content): Remove.
7940 (tui_set_float_regs_content): Remove.
7941 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
7942 (tui_set_regs_content): Remove.
7943 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
7944 (tui_v_show_registers_command_support): Remove.
7945 (tui_show_registers): Use a reggroup to specify the registers to show.
7946 (tui_show_register_group): New function.
7947 (tui_display_registers_from): Compute the layout of register window
7948 and refresh with new API; be sure to delete old register windows.
7949 (tui_check_register_values): Update to use tui_get_register and
7950 tui_display_data.
7951 (tui_display_register): Just refresh the register window part.
7952 (tui_register_format): Format registers and save in tui_data_element.
7953 (tui_get_register): New to combine tui_reg_value_has_changed and
7954 tui_get_register_raw_value; fix to use the new gdb API.
7955 (tui_show_float_command): Renamed tui_reg_float_command.
7956 (tui_show_general_command): Renamed tui_reg_general_command.
7957 (tui_show_special_command): Renamed tui_reg_system_command.
7958 (_initialize_tui_regs): Remove unused commands.
7959
7960 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7961
7962 * NEWS (New native configurations): Mention OpenBSD/amd64.
7963
7964 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
7965 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
7966 Remove defines.
7967 * config/i386/nm-fbsd64.h: Likewise.
7968 * config/i386/nm-obsd.h: Likewise.
7969 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
7970 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
7971
7972 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7973
7974 * frv-tdep.c (set_variant_scratch_registers): New function.
7975 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
7976 New constants.
7977
7978 From Richard Sandiford <rsandifo@redhat.com>:
7979 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
7980
7981 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7982
7983 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
7984 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
7985 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
7986 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
7987 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
7988 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
7989 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
7990 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
7991 definitions from frv-tdep.c to frv-tdep.h.
7992
7993 2004-03-12 Kevin Buettner <kevinb@redhat.com>
7994
7995 Add shared library support for FR-V FDPIC ABI:
7996 * Makefile.in (solib-frv.o): Add dependencies.
7997 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
7998 New functions.
7999 (frv_push_dummy_call): Add support for FDPIC ABI.
8000 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8001 for FDPIC ABI.
8002 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8003 (frv_fdpic_find_canonical_descriptor): Declare.
8004 * solib-frv.c: New file.
8005 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8006 * config/frv/tm-frv.h (solib.h): Include.
8007
8008 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8009
8010 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8011 (frv-tdep.o): Update dependencies.
8012 * frv-tdep.h: New file.
8013 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8014 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8015 constants.
8016 (struct gdbarch_tdep): Add new member ``frv_abi''.
8017 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8018 functions.
8019 (new_variant): Set ``frv_abi'' field.
8020 (gdb_arch_init): Detect FDPIC executables.
8021
8022 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8023
8024 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8025 wrapper.
8026
8027 2004-03-11 Andrew Cagney <cagney@redhat.com>
8028
8029 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8030
8031 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8032
8033 * solist.h (master_so_list): New function.
8034 * solib.c (master_so_list): Likewise.
8035 * solib-svr4.c (enable_break): Iterate over so_list entries
8036 obtained from master list instead of entries obtained directly
8037 via svr4_current_sos().
8038
8039 2004-03-10 Ben Elliston <bje@gnu.org>
8040
8041 * MAINTAINERS: Update my mail address.
8042
8043 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8044
8045 * remote-m32r-sdi.c: Support hardware watchpoint.
8046
8047 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8048
8049 * user-regs.c: Update copyright years.
8050 (struct user_regs): Rename to gdb_user_regs.
8051 (append_user_reg, builtin_user_regs, user_regs_init)
8052 (user_reg_add, user_reg_map_name_to_regnum)
8053 (usernum_to_user_reg): Update.
8054
8055 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8056
8057 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8058 (skip_children): New functions.
8059 (locate_pdi_sibling): Call skip_children.
8060
8061 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8062
8063 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8064 * gdbtypes.c (check_typedef): Update comments.
8065
8066 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8067
8068 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8069 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8070 pointer. Update comment about comp_unit_head.
8071 (struct abbrev_info): Shorten two int flags.
8072 (dwarf_alloc_abbrev): Take a CU argument.
8073 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8074 each time through the loop. Update cleanup argument.
8075 (psymtab_to_symtab_1): Update cleanup call.
8076 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8077 abbrev_obstack.
8078 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8079 Just call obstack_free and clear the pointer.
8080
8081 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8082
8083 * infrun.c (handle_inferior_event): Remove short-circuit code for
8084 events in a different thread.
8085
8086 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8087
8088 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8089 print the whole transfer.
8090 (initialize_targets): Update description of "set debug target".
8091
8092 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8093
8094 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8095
8096 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8097
8098 * MAINTAINERS (write after approval): Add myself.
8099
8100 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8101
8102 * sh-tdep.c (sh_print_registers_info): Use for loop.
8103 Don't skip multiple registers when a float register is encountered.
8104
8105 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8106
8107 Fix PR tdep/1291.
8108 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8109 to official SH documentation.
8110
8111 2004-03-07 Andrew Cagney <cagney@redhat.com>
8112
8113 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8114 unused function.
8115
8116 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8117
8118 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8119 (arm_get_next_pc): Handle BX and BLX.
8120
8121 2004-03-07 Andrew Cagney <cagney@redhat.com>
8122
8123 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8124 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8125 HPPA_SP_REGNUM.
8126 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8127 (hppa_target_read_fp): Delete.
8128 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8129 register_virtual_size, max_register_raw_size,
8130 max_register_virtual_size, register_byte, register_size,
8131 target_read_fp, fp_regnum, and register_bytes. Set register_type
8132 instead of register_virtual_type.
8133 (hppa32_register_type, hppa64_register_type): Replace
8134 hppa32_register_virtual_type and hppa64_register_virtual_type.
8135 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8136 (HPPA_FP_REGNUM): Define.
8137
8138 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8139
8140 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8141 (pa_do_registers_info): Delete.
8142 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8143 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8144 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8145
8146 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8147 GDB_TARGET_IS_HPPA code.
8148 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8149 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8150 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8151 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8152 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8153 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8154 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8155 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8156 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8157 (hppa_frameless_function_invocation, hppa64_store_return_value)
8158 (hppa_store_struct_return, hppa64_extract_return_value)
8159 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8160 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8161 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8162 (find_proc_framesize, deposit_21, restore_pc_queue)
8163 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8164 (rp_saved, pc_in_linker_stub): Delete.
8165
8166 Unconditionally enable 64-bit frame and ABI code.
8167 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8168 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8169 push_dummy_frame, fix_call_dummy, push_arguments,
8170 call_dummy_location, extract_return_value, use_struct_convention,
8171 store_return_value, store_struct_return, saved_pc_after_call,
8172 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8173 frame_chain, frame_chain_valid, frameless_function_invocation,
8174 frame_saved_pc, and pop_frame.
8175
8176 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8177 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8178 (hppa_gdbarch_init): Do not set PC_REGNUM.
8179
8180 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8181
8182 * config/alpha/tm-fbsd.h: Remove file.
8183 * config/alpha/fbsd.mt: Tweak comment.
8184 (TM_FILE): Set to tm-alpha.h.
8185
8186 2004-03-05 Andrew Cagney <cagney@redhat.com>
8187
8188 * infrun.c (step_over_function): When non-legacy code, and no
8189 step_frame_id, use the unwinder to get the caller's frame ID.
8190
8191 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8192
8193 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8194 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8195 bfd_arch_unknown. Adjust comment.
8196
8197 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8198 * i386obsd-tdep.c: Correct spelling in comment.
8199 * i386nbsd-tdep.c: Correct spelling in comment.
8200 * sparc-tdep.c: Correct spelling in comments.
8201
8202 2004-03-05 David Carlton <carlton@kealia.com>
8203
8204 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8205 bug.
8206
8207 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8208
8209 * sparc-tdep.c: Fix typo in comment.
8210
8211 2004-03-04 J. Brobecker <brobecker@gnat.com>
8212
8213 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8214
8215 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8216
8217 * dwarf2read.c: Add comment describing memory lifetimes.
8218 (struct dwarf2_pinfo): Update comment.
8219 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8220 (read_enumeration, new_symbol): Don't use obsavestring.
8221
8222 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8223
8224 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8225 instead of amd64_fill_fxsave.
8226 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8227 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8228
8229 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8230 Reorganize code a bit.
8231
8232 2004-03-04 Orjan Friberg <orjanf@axis.com>
8233
8234 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8235 when the frame pointer is pushed. Don't set the frame pointer's
8236 address on the stack unless it's actually located there.
8237 Set the SRP's address on the stack correctly when the PC is still in
8238 the prologue.
8239 (cris_return_value): New function.
8240 (cris_gdbarch_init): Clear deprecated store_return_value,
8241 extract_return_value.
8242
8243 2004-03-02 Jim Blandy <jimb@redhat.com>
8244
8245 * stabsread.c (reg_value_complaint): The maximum register number
8246 is one less than the number of registers.
8247
8248 2004-03-02 Andrew Cagney <cagney@redhat.com>
8249
8250 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8251 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8252 trailing comma and redundant assignment of I386_ST0_REGNUM.
8253 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8254 32-bit segment registers.
8255
8256 2004-03-01 Andrew Cagney <cagney@redhat.com>
8257
8258 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8259 use frame_relative_level and get_next_frame.
8260
8261 2004-02-29 Andrew Cagney <cagney@redhat.com>
8262
8263 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8264 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8265 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8266 Delete macro.
8267
8268 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8269
8270 * inflow.c (terminal_inferior): Don't give up the terminal if we
8271 previously couldn't get the inferior's terminal state.
8272
8273 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8274
8275 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8276 PC_REGNUM.
8277
8278 2004-02-28 Andrew Cagney <cagney@redhat.com>
8279
8280 * NEWS: Refer to GDB 6.1.
8281 * README: Refer to GDB 6.1.
8282 * PROBLEMS: Refer to GDB 6.1.
8283
8284 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8285
8286 * thread-db.c (disable_thread_signals): Remove unused function.
8287
8288 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8289
8290 * amd64-nat.c: Include "gdb_string.h".
8291 (amd64_collect_native_gregset): Zero-extend the 32-bit
8292 general-purpose registers and %eip.
8293
8294 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8295 * amd64-tdep.c (amd64_collect_fxsave): New function.
8296 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8297
8298 * i387-tdep.h: Update copyright year.
8299 (i387_collect_fxsave): New prototype.
8300 * i387-tdep.c: Update copyright year.
8301 (i387_collect_fxsave): New function containing most of the code
8302 from i387_fill_fxsave.
8303 (i387_fill_fxsave): Call i387_collect_fxsave.
8304
8305 2004-02-28 Andrew Cagney <cagney@redhat.com>
8306
8307 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8308 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8309
8310 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8311
8312 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8313
8314 2004-02-28 Andrew Cagney <cagney@redhat.com>
8315
8316 * utils.c: Use "", instead of <>, to include readline.
8317 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8318 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8319 * source.c, solib.c, exec.c, event-top.c: Ditto.
8320 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8321 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8322 * Makefile.in: Update all dependencies.
8323 (readline_tilde_h, readline_history_h): Define.
8324 (readline_headers): Delete.
8325
8326 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8327
8328 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8329 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8330 "config/i386/tm-lx64.h".
8331
8332 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8333 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8334 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8335
8336 2004-02-28 Andrew Cagney <cagney@redhat.com>
8337
8338 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8339
8340 * breakpoint.c (_initialize_breakpoint): Use
8341 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8342 Add help to show command.
8343
8344 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8345
8346 * i386-nat.c: Reformat to be closer to coding standards.
8347 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8348 `retval'. Make variables `align' and `size' local to while-loop.
8349 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8350 (_initialize_i386_nat): New prototype.
8351
8352 * tui/tui.c: Include <readline/readline.h> instead of
8353 "readline/readline.h". Include it after <term.h> and
8354 "gdb_curses.h".
8355
8356 2004-02-27 Andrew Cagney <cagney@redhat.com>
8357
8358 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8359 the new frame unwind code.
8360 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8361 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8362 PCOQ_HEAD_REGNUM.
8363
8364 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8365 "return_value" and "push_dummy_call".
8366 (hppa32_use_struct_convention): Delete unused function.
8367 (hppa32_store_return_value): Delete unused function.
8368 (hppa32_extract_return_value): Delete unused function.
8369 (hppa32_stack_align): Delete function.
8370
8371 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8372
8373 * coffread.c (enter_linenos): Don't let rawptr reference memory
8374 outside linetab[]'s limits.
8375
8376 2004-02-27 Andrew Cagney <cagney@redhat.com>
8377
8378 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8379 inferior stack space - the stack needs to grow upwards.
8380 (hppa32_frame_align): New function.
8381 (hppa64_frame_align): Replace hppa_frame_align.
8382 (hppa_gdbarch_init): Update.
8383
8384 2004-02-26 Orjan Friberg <orjanf@axis.com>
8385
8386 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8387 (dwarf2-frame.h): Include.
8388 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8389 Remove static variables related to ABI setting.
8390 (struct gdbarch_tdep): Remove cris_abi member.
8391 (struct frame_extra_info): Remove.
8392 (cris_unwind_cache, stack_item): New structs.
8393 (cris_frame_unwind, cris_frame_base): New variables.
8394 (push_stack_item, pop_stack_item)
8395 (cris_frame_unwind_cache, cris_frame_this_id)
8396 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8397 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8398 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8399 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8400 (cris_reg_struct_has_addr): New functions.
8401 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8402 (cris_frame_saved_pc, cris_saved_pc_after_call,
8403 (cris_store_struct_return, cris_frameless_function_invocation)
8404 (cris_pop_frame, cris_skip_prologue_main)
8405 (cris_abi_original_store_return_value)
8406 (cris_abi_v2_store_return_value)
8407 (cris_abi_original_extract_return_value)
8408 (cris_abi_v2_extract_return_value)
8409 (cris_abi_original_reg_struct_has_addr)
8410 (cris_abi_v2_reg_struct_has_addr)
8411 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8412 (cris_push_return_address, cris_abi_update): Remove.
8413 (_initialize_cris_tdep): Remove ABI command.
8414 (cris_dump_tdep): Ditto.
8415 (cris_gdbarch_init): Remove ABI command.
8416 Set store_return_value, extract_return_value, push_dummy_code,
8417 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8418 frame_unwind_append_sniffer, frame_base_set_default.
8419 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8420 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8421 sizeof_call_dummy_words, get_saved_register, push_return_address,
8422 pop_frame, store_struct_return, frame_init_saved_regs,
8423 init_extra_frame_info, frameless_function_invocation, frame_chain,
8424 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8425 dummy_write_sp.
8426
8427 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8428
8429 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8430 * valprint.c (print_hex_chars): Change from static to external.
8431 (print_char_chars): New function.
8432 * printcmd.c (print_scalar_formatted): For integer and enum types
8433 that are longer than LONGEST, perform processing via appropriate
8434 print_*_chars routines.
8435
8436 2004-02-26 Andrew Cagney <cagney@redhat.com>
8437
8438 * Makefile.in: Update dependencies.
8439 Changes from Ulrich Weigand,
8440 * s390-tdep.c: Include "dwarf2-frame.h".
8441 (s390_dwarf2_frame_init_reg): New function.
8442 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8443 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8444
8445 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8446
8447 * breakpoint.c (pending_break_support): New setting variable.
8448 (break_command_1): Account for pending_break_support setting
8449 when creating pending breakpoints.
8450 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8451 (_initialize_breakpoint): Add "set breakpoint pending" and
8452 "show breakpoint pending" commands.
8453
8454 2004-02-26 Andrew Cagney <cagney@redhat.com>
8455
8456 Fix PR i18n/1570.
8457 * charset.c (backslashable, backslashed, represented): Remove 'e'
8458 from list of escaped characters, not part of ISO-C.
8459
8460 2004-02-25 J. Brobecker <brobecker@gnat.com>
8461
8462 From Peter Schauer <schauer@pdf.de>:
8463 * tui/tui.c: Move system header includes after local includes.
8464 Fixes a build failure on solaris systems.
8465
8466 2004-02-25 J. Brobecker <brobecker@gnat.com>
8467
8468 * configure.in: Refine the previous change.
8469 * configure: Regenerate.
8470
8471 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8472
8473 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8474 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8475 "amd64-tdep.h" instead of "x86-64-tdep.h".
8476 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8477 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8478 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8479 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8480 and "x86-64-tdep.c".
8481 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8482 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8483 and "x86-64-tdep.c".
8484 * amd64bsd-nat.c: Update copyright year.
8485 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8486 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8487 "x86-64-tdep.h".
8488 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8489 "x86-64-tdep.h".
8490 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8491 "x86-64-tdep.h".
8492 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8493 "x86-64-tdep.h".
8494 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8495 "x86-64-tdep.h".
8496 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8497 "x86-64-tdep.h".
8498 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8499 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8500 * Makefile.in (amd64_linux_tdep_h): Renamed from
8501 x86_64_linux_tdep_h.
8502 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8503 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8504 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8505 (amd64obsd-tdep.o): Update dependencies.
8506 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8507 dependencies.
8508 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8509 dependencies.
8510 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8511 amd64-linux-nat.c amd64-linux-tdep.c.
8512 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8513 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8514 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8515 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8516 amd64-tdep.o and amd64-linux-tdep.o.
8517 (TM_FILE): Set to tm-linux64.h.
8518 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8519 (NAT_FILE): Set to nm-linux64.h.
8520 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8521 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8522 amd64-tdep.o.
8523 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8524 amd64-tdep.o.
8525 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8526 amd64-tdep.o.
8527
8528 2004-02-25 Roland McGrath <roland@redhat.com>
8529
8530 * remote.c (remote_protocol_qPart_auxv): New variable.
8531 (init_all_packet_configs): Initialize it.
8532 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8533 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8534 (show_remote_cmd): Call it.
8535 (_initialize_remote): Initialize commands.
8536 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8537 service TARGET_OBJECT_AUXV requests.
8538
8539 2004-02-25 J. Brobecker <brobecker@gnat.com>
8540
8541 * configure.in: Make sure that the wborder function is available.
8542 Otherwise, search for it in the cur_colr library.
8543 * configure: Regenerate.
8544
8545 2004-02-25 Andrew Cagney <cagney@redhat.com>
8546
8547 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8548
8549 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8550
8551 * config/i386/tm-x86-64linux.h: Tweak comments.
8552
8553 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8554
8555 * MAINTAINERS: Add self to write-after-approval list.
8556
8557 2004-02-25 Andrew Cagney <cagney@redhat.com>
8558
8559 PR cli/1566. Problem found, and fix suggested by David Allan.
8560 * cli/cli-script.c (execute_control_command): Unconditionally
8561 install a cleanup. Default "ret" to "invalid_control". Use
8562 "break" instead of "return" to escape from the switch.
8563
8564 2004-02-24 J. Brobecker <brobecker@gnat.com>
8565
8566 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8567 with the lines macro defined in term.h on AiX.
8568 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8569 a collision with the label_width macro defined in term.h on AiX.
8570
8571 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8572
8573 Committed by Kevin Buettner <kevinb@redhat.com>.
8574
8575 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8576 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8577 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8578 instead of ia64_write_pc().
8579 * ia64-linux-tdep.c (regcache.h): Include.
8580 (ia64_linux_write_pc): New function.
8581
8582 2004-02-23 Roland McGrath <roland@redhat.com>
8583
8584 * auxv.c (info_auxv_command): Fix typos in error messages.
8585
8586 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8587
8588 * x86-64-tdep.h: Tweak comment.
8589 (enum amd64_regnum): New.
8590 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8591 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8592 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8593 (X86_64_XMM1_REGNUM): Removed.
8594 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8595 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8596 prototypes for renamed functions.
8597 * x86-64-tdep.c: Fix typo.
8598 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8599 register numbers.
8600 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8601 Use constants from `enum amd64_regnum' for register numbers.
8602 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8603 (amd64_analyze_prologue, amd64_frame_cache,
8604 amd64_sigtramp_frame_cache): Use constants from `enum
8605 amd64_regnum' for register numbers.
8606 (amd64_supply_fpregset): Adjust for renamed functions.
8607 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8608 `enum amd64_regnum' for register numbers.
8609 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8610 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8611 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8612 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8613 (amd64_linux_fill_gregset): Adjust for renamed macros.
8614 (fetch_core_registers): Adjust for renamed functions.
8615 (amd64_linux_init_abi): Adjust for renamed functions.
8616 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8617 renamed functions.
8618 * amd64-nat.c: Adjust for renamed macros.
8619 * amd64bsd-nat.c (fetch_inferior_registers)
8620 (store_inferior_registers): Use constants from `enum amd64_regnum'
8621 for register numbers. Adjust for renamed variables.
8622 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8623 renamed variables.
8624 (_initialize_amd64fbsd_nat): Use constants from `enum
8625 amd64_regnum' for register numbers.
8626 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8627 `enum amd64_regnum' for register numbers.
8628 (amd64fbsd_init_abi): Adjust for renamed functions.
8629 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8630 `enum amd64_regnum' for register numbers.
8631 (amd64nbsd_init_abi): Adjust for renamed functions.
8632 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8633 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8634 `enum amd64_regnum' for register numbers.
8635 (amd64obsd_init_abi): Adjust for renamed functions.
8636 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8637
8638 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8639
8640 * breakpoint.c (print_one_breakpoint): Do not output spaces
8641 after printing <PENDING> for a pending breakpoint.
8642
8643 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8644
8645 * printcmd.c (print_scalar_formatted): Initialize val_long
8646 to remove compiler warning message.
8647
8648 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8649
8650 * defs.h (nquery, yquery): New prototypes.
8651 * breakpoint.c (break_command_1): Use new nquery interface.
8652 * utils.c (defaulted_query, nquery, yquery): New functions.
8653
8654 2004-02-23 Andrew Cagney <cagney@redhat.com>
8655
8656 * hppa-tdep.c (hppa_frame_align): New function.
8657 (hppa32_push_dummy_call): New function.
8658 (hppa64_push_dummy_call): New function.
8659 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8660 disabled.
8661
8662 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8663 FIX_CALL_DUMMY when push_dummy_call is available.
8664 (call_function_by_hand, push_dummy_code): Ditto.
8665
8666 2004-02-22 Andrew Cagney <cagney@redhat.com>
8667
8668 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8669 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8670 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8671 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8672 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8673 call_dummy_location to ON_STACK.
8674
8675 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8676
8677 * x86-64-linux-tdep.c: Tweak comment.
8678 (amd64_linux_supply_gregset): Renamed from
8679 x86_64_linux_supply_gresget.
8680 (amd64_linux_fill_gregset): Renamed from
8681 x86_64_linux_fill_gregset.
8682 (fetch_core_registers): Adjust for renamed functions.
8683 (amd64_core_fns): Renamed from x86_64_core_fns.
8684 (amd64_linux_sigtramp_start): Renamed from
8685 x86_64_linux_sigtramp_start.
8686 (amd64_linux_pc_in_sigtramp): Renamed from
8687 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8688 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8689 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8690 (amd64_linux_sigcontext_addr): Renamed from
8691 x86_64_linux_sigcontext_addr.
8692 (amd64_linux_sc_reg_offset): Renamed from
8693 x86_64_linux_sc_reg_offset.
8694 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8695 Adjust for renamed functions and variables.
8696 (_initialize_amd64_linux_tdep): Renamed from
8697 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8698 variables.
8699 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8700 Adjust for renamed functions.
8701
8702 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8703 from x86_64_linux_gregset64_reg_offset.
8704 (amd64_linux_gregset32_reg_offset): Rename from
8705 x86_64_linux_gregset64_reg_offset.
8706 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8707 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8708 (amd64_linux_dr_set_control): Renamed from
8709 x86_64_linux_dr_set_control. Adjust for renamed functions.
8710 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8711 Adjust for renamed functions.
8712 (amd64_linux_dr_reset_addr): Renamed from
8713 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8714 (amd64_linux_dr_get_status): Renamed from
8715 x86_64_linux_dr_get_status. Adjust for renamed functions.
8716 (_initialize_amd64_linux_nat): Renamed from
8717 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8718 functions.
8719 * config/i386/nm-x86-64linux.h: Update copyright year.
8720 Adjust for renamed functions.
8721
8722 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8723 amd64fbsd_sigtramp_start.
8724 (amd64fbsd_sigtramp_end_addr): Renamed from
8725 amd64fbsd_sigtramp_end.
8726 (amd64fbsd_init_abi): Adjust for renamed variables.
8727 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8728 variables.
8729 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8730 amd64fbsd_sigtramp_start.
8731 (amd64fbsd_sigtramp_end_addr): Renamed from
8732 amd64fbsd_sigtramp_end.
8733
8734 2004-02-22 Andrew Cagney <cagney@redhat.com>
8735
8736 * hppa-tdep.c (hppa32_return_value): New function.
8737 (hppa64_return_value): New function.
8738 (hppa_gdbarch_init): Set return_value; keep disabled.
8739
8740 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8741 struct-return and inferior function call methods.
8742
8743 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8744 "frame-base.h".
8745 (struct hppa_frame_cache): Define.
8746 (hppa_frame_cache, hppa_frame_this_id): New functions.
8747 (hppa_frame_prev_register): New function.
8748 (hppa_frame_unwind, hppa_frame_base): New variables.
8749 (hppa_frame_unwind_sniffer): New function.
8750 (hppa_frame_base_address, hppa_unwind_pc): New function.
8751 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8752 sniffer, and frame base sniffer; keep disabled.
8753 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8754 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8755
8756 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8757 to predicates for "seriously old code".
8758
8759 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8760 runtime if(0).
8761
8762 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8763 unsigned.
8764 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8765
8766 * config/pa/tm-hppa.h: Update copyright.
8767 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8768 (deprecated_init_frame_pc_default): Delete declaration.
8769 (hppa_frame_init_saved_regs): Delete declaration.
8770 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8771 * hppa-tdep.c: Include "arch-utils.h".
8772 (hppa_gdbarch_init): Set deprecated init_frame_pc
8773 and deprecated frame_init_saved_regs.
8774 (hppa_frame_init_saved_regs): Make static.
8775
8776 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8777
8778 Remove old 386BSD support.
8779 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8780 * configure.host: Remove i[34567]86-*-bsd*.
8781 * configure.tgt: Remove i[34567]86-*-bsd*.
8782 * i386b-nat.c: Removed.
8783 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8784 (i386b-nat.o): Remove dependencies.
8785
8786 * config/i386/i386bsd.mh: Removed.
8787 * config/i386/i386bsd.mt: Removed.
8788 * config/i386/nm-i386bsd.h: Removed.
8789 * config/i386/tm-i386bsd.h: Removed.
8790 * config/i386/xm-i386bsd.h: Removed.
8791
8792 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8793
8794 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8795 (amd64fbsd_init_abi): Set link map offsets.
8796 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8797 (amd64nbsd_init_abi): Set link map offsets.
8798 * amd64obsd-tdep.c: Include "solib-svr4.h".
8799 (amd64obsd_init_abi): Set link map offsets.
8800 * i386fbsd-tdep.c: Include "solib-svr4.h".
8801 (i386fbsd_init_abi): Set link map offsets.
8802 * i386nbsd-tdep.c: Include "solib-svr4.h".
8803 (i386nbsdelf_init_abi): Set link map offsets.
8804 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8805 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8806 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8807 solib-legacy.o and core-aout.o. Reformat.
8808 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8809 solib-svr4.o, solib-legacy.o. Reformat.
8810 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8811 * config/i386/nbsdelf.mh: Reformat.
8812 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8813 solib-svr4.o, solib-legacy.o and corelow.o.
8814 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8815 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8816 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8817 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8818 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8819 (TM_FILE): Set to tm-fbsd.h.
8820 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8821 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8822 solib-svr4.o.
8823 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8824 solib-svr4.o.
8825 (TM_FILE): Set to nm-nbsd.h.
8826 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8827 Simplify shared library support. Don't include "elf/common.h".
8828 (SVR4_SHARED_LIBS): Don't define.
8829 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8830 "solib.h".
8831 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8832 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8833 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8834 Don't include "i386/tm-i386.h". Include "solib.h".
8835 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8836 Don't include "i386/tm-i386.h".
8837 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8838 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8839 Include "i386/xm-i386.h".
8840 (HOST_LONG_DOUBLE_FORMAT): Remove.
8841
8842 Fix OpenBSD/i386 sigtramp recognition.
8843 * i386-tdep.h: Update copyright year.
8844 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8845 (i386bsd_sigtramp_end): New prototypes.
8846 (i386fbsd_sigtramp_start_addr): Renamed from
8847 i386fbsd_sigtramp_start.
8848 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8849 (i386obsd_sigtramp_start_addr): Renamed from
8850 i386obsd_sigtramp_start.
8851 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8852 * i386bsd-tdep.c: Update copyright year.
8853 (i386bsd_pc_in_sigtramp): Make public.
8854 * i386fbsd-nat.c: Update copyright year.
8855 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8856 * i386fbsd-tdep.c: Update copyright year.
8857 (i386fbsd_sigtramp_start_addr): Renamed from
8858 i386fbsd_sigtramp_start.
8859 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8860 (i386fbsdaout_init_abi): Adjust for renamed variables.
8861 * i386obsd-nat.c: Update copyright year.
8862 (_initialize_i386obsd_nat): Adjust for renamed variables.
8863 * i386obsd-tdep.c: Include "target.h".
8864 (i386obsd_page_size): New variable.
8865 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8866 (i386obsd_sigtramp_end): New functions.
8867 (i386obsd_sigtramp_start_addr): Renamed from
8868 i386obsd_sigtramp_start.
8869 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8870 (i386obsd_init_abi): Adjust for renamed variables. Set
8871 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8872 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8873
8874 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8875 trampoline change in OpenBSD kernel.
8876
8877 * amd64-nat.c: Update copyright year.
8878 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8879 architecture from REGCACHE.
8880
8881 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8882 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8883
8884 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8885
8886 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8887 i[34567]86-*-openbsd3.[0-3].
8888 * config/i386/obsdaout.mh: New file.
8889
8890 * config/i386/obsd.mh (MH_FLAGS): Remove.
8891
8892 Fix PR build/1549.
8893 * i386obsd-tdep.c: Update copyright years. Include
8894 "solib-svr4.h".
8895 (i386obsd_init_abi): Don't set regset_from_core_section here.
8896 (i386obsd_aout_init_abi): New function. Set
8897 regset_from_core_section here.
8898 (i386obsd_elf_init_abi): New function.
8899 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8900 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8901 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8902 (TM_FILE): Set to tm-nbsd.h.
8903
8904 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8905 solib-sunos.o.
8906
8907 * solib-svr4.h: Update copyright year.
8908 (svr4_ilp32_fetch_link_map_offsets)
8909 (svr4_lp64_fetch_link_map_offsets): New prototype.
8910 * solib-svr4.c: Update copyright year.
8911 (svr4_ilp32_fetch_link_map_offsets)
8912 (svr4_lp64_fetch_link_map_offsets): New function.
8913
8914 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8915
8916 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8917 to the partial symbol table.
8918
8919 2004-02-20 J. brobecker <brobecker@gnat.com>
8920
8921 * PROBLEMS: Add description of problem documented under gdb/1560.
8922
8923 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8924
8925 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8926 comments.
8927 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8928 functions.
8929 (amd64obsd_init_abi): Reorder initializations. Use
8930 amd64obsd_r_reg_offset to initialize the general-purpose register
8931 set details. Set regset_from_core_section.
8932 (_initialize_amd64obsd_tdep): Rename from
8933 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
8934 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
8935 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
8936
8937 * NEWS (New native configurations): Mention OpenBSD/alpha.
8938 * configure.tgt: Add alpha*-*-openbsd*.
8939 * configure.host: Add alpha*-*-openbsd*.
8940 * alphanbsd-tdep.c: Update copyright year.
8941 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
8942
8943 2004-02-20 Andrew Cagney <cagney@redhat.com>
8944
8945 Fix PR tdep/1372.
8946 * configure.tgt: Delete target "none-*-*".
8947 * configure.host: Delete host "none-*-*".
8948 * config/none/none.mh: Delete file.
8949 * config/none/none.mt: Delete file.
8950 * config/none/xm-none.h: Delete file.
8951 * config/none/tm-none.h: Delete file.
8952 * config/none/nm-none.h: Delete file.
8953
8954 2004-02-19 Fred Fish <fnf@redhat.com>
8955
8956 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
8957 cache->uses_fp prior to setting it.
8958
8959 2004-02-19 Fred Fish <fnf@redhat.com>
8960
8961 Fix for PR breakpoint/1558.
8962 * sh-tdep.c (IS_JSR): New macro.
8963 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
8964
8965 2004-02-19 Jim Blandy <jimb@redhat.com>
8966
8967 * findvar.c (value_from_register): Doc fix.
8968
8969 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
8970
8971 * printcmd.c (print_scalar_formatted): Do not check for sizeof
8972 type being greater than sizeof of host's LONGEST. Always use
8973 unpack_long() unless format 'f' chosen.
8974
8975 2004-02-19 Joel Brobecker <brobecker@gnat.com>
8976
8977 Committed by Elena Zannoni <ezannoni@redhat.com>
8978
8979 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
8980 contains a symbol wich is the best, non-exact match for the given
8981 pc. Update comments.
8982
8983 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
8984
8985 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
8986 macro, which was part of the now removed Mach 3 port.
8987 * utils.c (request_quit): Ditto.
8988
8989 2004-02-18 Mark Kettenis <kettenis@gnu.org>
8990
8991 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
8992 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
8993
8994 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8995
8996 Committed by Mark Kettenis <kettenis@gnu.org>.
8997
8998 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
8999 Define.
9000
9001 2004-02-18 Andrew Cagney <cagney@redhat.com>
9002
9003 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9004 CONFIG_INSTALL and CONFIG_UNINSTALL.
9005 * configure: Re-generate.
9006 * interps.h (INTERP_TUI): Define.
9007 * Makefile.in: Update dependencies.
9008 (TUI): New macro.
9009 (tui-main.o): Specify dependencies.
9010 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9011 * tui/tui-main.c: New file.
9012
9013 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9014
9015 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9016 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9017 dependencies.
9018 * configure.host: Add x86_64-*-openbsd*.
9019 * configure.tgt: Add x86_64-*-openbsd*.
9020 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9021
9022 * tui/tui.c: Don't include <malloc.h>.
9023
9024 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9025 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9026 amd64nbsd-tdep.c.
9027
9028 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9029 static. Remove extraneous whitespace.
9030 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9031 static.
9032
9033 2004-02-17 Jim Blandy <jimb@redhat.com>
9034
9035 * findvar.c (value_from_register): Doc fix.
9036
9037 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9038
9039 Committed by Jim Blandy <jimb@redhat.com>.
9040
9041 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9042 CORE_ADDR as type for selectors. Correct types for GNU run time
9043 message lookup function to use double indirection.
9044 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9045 * objc-lang.h (lookup_child_selector): Adapt prototype.
9046
9047 * s390-nat.c (SUBOFF): New macro.
9048 (supply_gregset, fill_gregset): Use it to handle debugging
9049 of 32-bit exectuables running under a 64-bit kernel.
9050 * s390-tdep.c: Include "solib-svr4.h".
9051 (s390_svr4_fetch_link_map_offset): New function.
9052 (s390x_svr_fetch_link_map_offset): Likewise.
9053 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9054 * Makefile.in (s390-tdep.o): Update dependencies.
9055
9056 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9057 "frame-unwind.h".
9058 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9059 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9060 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9061 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9062 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9063 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9064 S390_SIGNAL_FRAMESIZE,
9065 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9066 (struct frame_extra_info): Remove.
9067 (s390_memset_extra_info): Remove.
9068 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9069 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9070 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9071 (is_rse): Renamed to ...
9072 (is_rsy): ... this. Support long displacements.
9073 (is_rxe): Renamed to ...
9074 (is_rxy): ... this. Support long displacements.
9075 (compute_x_addr): Support long displacements.
9076 (struct s390_prologue_data): New data type.
9077 (s390_on_stack): Change API to use struct s390_prologue_data.
9078 (s390_store): Reimplement.
9079 (s390_load): New function.
9080 (s390_get_signal_frame_info): Remove.
9081 (s390_get_frame_info): Remove, replace by ...
9082 (s390_analyze_prolog): ... this new function.
9083 (s390_check_function_end): Remove.
9084 (s390_function_start): Remove.
9085 (s390_frameless_function_invokation): Remove.
9086 (s390_is_sigreturn): Remove.
9087 (s390_init_frame_pc_first): Remove.
9088 (s390_init_frame_extra_info): Remove.
9089 (s390_frame_init_saved_regs): Remove.
9090 (s390_frame_saved_pc_nofix): Remove.
9091 (s390_frame_saved_pc): Remove.
9092 (s390_frame_chain): Remove.
9093 (s390_fp_regnum, s390_read_fp): Remove.
9094 (s390_pop_frame_regular, s390_pop_frame): Remove.
9095 (s390_saved_pc_after_call): Remove.
9096 (s390_skip_prologue): Reimplement.
9097 (s390_in_function_epilogue_p): Support long displacements.
9098 (struct s390_unwind_cache): New data structure.
9099 (s390_frame_unwind_cache): New function.
9100 (s390_prologue_frame_unwind_cache): Likewise.
9101 (s390_backchain_frame_unwind_cache): Likewise.
9102 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9103 (s390_frame_unwind): Define.
9104 (s390_frame_sniffer): New function.
9105 (struct s390_pltstub_unwind_cache): New data structure.
9106 (s390_pltstub_frame_unwind_cache): New function.
9107 (s390_pltstub_frame_this_id): Likewise.
9108 (s390_pltstub_frame_prev_register): Likewise.
9109 (s390_pltstub_frame_unwind): Define.
9110 (s390_pltstub_frame_sniffer): New function.
9111 (struct s390_sigtramp_unwind_cache): New data structure.
9112 (s390_sigtramp_frame_unwind_cache): New function.
9113 (s390_sigtramp_frame_this_id): Likewise.
9114 (s390_sigtramp_frame_prev_register): Likewise.
9115 (s390_sigtramp_frame_unwind): Define.
9116 (s390_sigtramp_frame_sniffer): New function.
9117 (s390_frame_base_address, s390_local_base_address): New functions.
9118 (s390_frame_base): Define.
9119 (s390_unwind_pc, s390_unwind_sp): New function.
9120 (s390_push_dummy_call): Use new frame base location.
9121 (s390_unwind_dummy_id): Likewise.
9122 (s390_gdbarch_init): Remove calls to:
9123 set_gdbarch_frameless_function_invocation,
9124 set_gdbarch_deprecated_init_frame_pc,
9125 set_gdbarch_deprecated_frame_chain,
9126 set_gdbarch_deprecated_frame_init_saved_regs,
9127 set_gdbarch_deprecated_pop_frame,
9128 set_gdbarch_deprecated_init_extra_frame_info,
9129 set_gdbarch_deprecated_init_frame_pc_first,
9130 set_gdbarch_deprecated_target_read_fp,
9131 set_gdbarch_deprecated_frame_saved_pc,
9132 set_gdbarch_deprecated_saved_pc_after_call,
9133 set_gdbarch_deprecated_fp_regnum.
9134 Add calls to:
9135 set_gdbarch_in_solib_call_trampoline,
9136 frame_unwind_append_sniffer,
9137 frame_base_set_default,
9138 set_gdbarch_unwind_pc,
9139 set_gdbarch_unwind_sp.
9140 * Makefile.in (s390-tdep.o): Update dependencies.
9141
9142 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9143 (S390_STACK_FRAME_OVERHEAD): Remove.
9144 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9145 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9146 (s390_promote_integer_argument): Remove.
9147 (s390_cannot_extract_struct_value_address): Remove.
9148 (s390_use_struct_convention, s390_store_struct_return): Remove.
9149 (s390_extract_return_value, s390_store_return_value): Remove.
9150 (s390_return_value_convention, s390_return_value): New functions.
9151 (is_float_singleton): Handle typedefs.
9152 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9153 Remove, replace by ...
9154 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9155 s390_function_arg_integer): ... these new functions.
9156 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9157 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9158 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9159 Fill in tdep->abi.
9160 Remove calls to:
9161 set_gdbarch_deprecated_store_struct_return,
9162 set_gdbarch_deprecated_extract_return_value,
9163 set_gdbarch_deprecated_store_return_value,
9164 set_gdbarch_use_struct_convention,
9165 set_gdbarch_extract_struct_value_address,
9166 set_gdbarch_deprecated_pc_in_call_dummy,
9167 set_gdbarch_deprecated_push_arguments,
9168 set_gdbarch_deprecated_save_dummy_frame_tos,
9169 set_gdbarch_deprecated_push_return_address,
9170 set_gdbarch_deprecated_sizeof_call_dummy_words,
9171 set_gdbarch_deprecated_call_dummy_words,
9172 set_gdbarch_deprecated_dummy_write_sp.
9173 Add calls to:
9174 set_gdbarch_push_dummy_call,
9175 set_gdbarch_unwind_dummy_id,
9176 set_gdbarch_return_value.
9177
9178 * config/s390/nm-linux.h: Update comments.
9179 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9180 (STOPPED_BY_WATCHPOINT): Redefine.
9181 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9182 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9183 (s390_stopped_by_watchpoint): Likewise.
9184 (watch_area_cnt): Remove.
9185 * s390-nat.c: Update comments.
9186 (watch_area): Remove typedef.
9187 Global replace watch_area by struct watch_area.
9188 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9189 (s390_stopped_by_watchpoint): Remove pid argument,
9190 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9191 (s390_fix_watch_points): Remove pid argument,
9192 use s390_inferior_tid. Recompute area spanned by watchpoints.
9193 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9194 argument. Reimplement.
9195
9196 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9197 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9198 (FETCH_INFERIOR_REGISTERS): Define.
9199 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9200 core-regset.o.
9201 * config/s390/s390x.mt: Remove.
9202 * config/s390/tm-s390.h: Remove.
9203 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9204 (TARGET_ELF64): Remove.
9205 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9206 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9207 s390*-*-* case; always set gdb_target to s390.
9208 * regformats/reg-s390.dat: Remove control registers.
9209 * regformats/reg-s390x.dat: Likewise.
9210 * s390-tdep.h: New file.
9211 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9212 Include "inferior.h" and "s390-tdep.h".
9213 Remove private definition of offsetof.
9214 (s390_register_u_addr): Remove.
9215 (regmap_gregset, regmap_fpregset): Define.
9216 (supply_gregset, fill_gregset): Reimplement.
9217 (supply_fpregset, fill_fpregset): Likewise.
9218 (s390_inferior_tid): New function.
9219 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9220 (fetch_inferior_registers, store_inferior_registers): Likewise.
9221 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9222 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9223 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9224 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9225 (struct gdbarch_tdep): Define.
9226 (struct s390_register_info): Define.
9227 (s390_register_info): New variable.
9228 (s390_register_name): Reimplement.
9229 (s390_register_type): New function.
9230 (s390_register_raw_size, s390x_register_raw_size): Remove.
9231 (s390_cannot_fetch_register): Remove.
9232 (s390_register_byte): Remove.
9233 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9234 (s390_dwarf_regmap): New variable.
9235 (s390_dwarf_reg_to_regnum): New function.
9236 (s390_stab_reg_to_regnum): Remove.
9237 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9238 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9239 (s390_convert_register_p): Likewise.
9240 (s390_register_to_value, s390_value_to_register): Likewise.
9241 (s390_register_reggroup_p): Likewise.
9242 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9243 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9244 (s390_supply_regset, s390_regset_from_core_section): New functions.
9245 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9246 (S390_FPR_SIZE): Likewise.
9247 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9248 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9249 (S390_NUM_GPRS): Move here from tm-s390.h.
9250 (S390_NUM_FPRS): Likewise.
9251 (s390_in_function_epilogue_p): New function.
9252 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9253 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9254 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9255 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9256 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9257 Remove calls to:
9258 set_gdbarch_deprecated_max_register_raw_size,
9259 set_gdbarch_deprecated_max_register_virtual_size,
9260 set_gdbarch_deprecated_register_byte,
9261 set_gdbarch_cannot_fetch_register,
9262 set_gdbarch_cannot_store_register,
9263 set_gdbarch_deprecated_register_size,
9264 set_gdbarch_deprecated_register_raw_size,
9265 set_gdbarch_deprecated_register_virtual_size,
9266 set_gdbarch_deprecated_register_virtual_type,
9267 set_gdbarch_deprecated_register_bytes.
9268 Add calls to:
9269 set_gdbarch_num_pseudo_regs,
9270 set_gdbarch_register_type,
9271 set_gdbarch_convert_register_p,
9272 set_gdbarch_register_to_value,
9273 set_gdbarch_value_to_register,
9274 set_gdbarch_register_reggroup_p,
9275 set_gdbarch_regset_from_core_section,
9276 set_gdbarch_pseudo_register_read,
9277 set_gdbarch_pseudo_register_write,
9278 set_gdbarch_in_function_epilogue_p.
9279 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9280 (s390_tdep_h): New variable.
9281
9282 2004-02-17 Jim Blandy <jimb@redhat.com>
9283
9284 * findvar.c (value_from_register): If the type has no length, just
9285 return an acceptable value --- don't report an internal error.
9286
9287 * stabsread.c (read_type): If we find any type numbers that are
9288 forward references, complain if the references aren't resolved by
9289 the time we're finished reading.
9290 (cleanup_undefined_types): Make error message more appropriate for
9291 a complaint.
9292
9293 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9294
9295 * Makefile.in (defs_h): Remove dependency on progress_h.
9296 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9297 progress.h.
9298 * main.c (captured_main): Delete use of START_PROGRESS and
9299 END_PROGRESS.
9300
9301 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9302
9303 * objfiles.c (terminate_minimal_symbol_table): Add back
9304 initialization of MSYMBOL_TYPE.
9305
9306 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9307
9308 Committed by Andrew Cagney.
9309 * Makefile.in (ia64_tdep_h): New macro.
9310 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9311 (ia64-tdep.o): Likewise.
9312 * ia64-tdep.h: New file.
9313 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9314 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9315 (ia64_aix_sigcontext_register_address): Likewise.
9316 (ia64_linux_getunwind_table): Delete declaration.
9317 * ia64-linux-tdep.c: Likewise.
9318
9319 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9320
9321 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9322 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9323 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9324
9325 2004-02-17 Andrew Cagney <cagney@redhat.com>
9326
9327 * symtab.c (skip_prologue_using_sal): New function.
9328 * symtab.h (skip_prologue_using_sal): Declare.
9329 * frv-tdep.c: Include "symtab.h".
9330 (skip_prologue_using_sal): Delete function.
9331 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9332 * rs6000-tdep.c (refine_prologue_limit): Mention
9333 skip_prologue_using_sal.
9334 * ia64-tdep.c (refine_prologue_limit): Ditto.
9335 * Makefile.in: Update dependencies.
9336
9337 2004-02-16 Andrew Cagney <cagney@redhat.com>
9338
9339 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9340 START_INFERIOR_TRAPS_EXPECTED.
9341 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9342 START_INFERIOR_TRAPS_EXPECTED.
9343 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9344 Delete macro.
9345 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9346 macro, moved to "nm-osf.h". Update copyright.
9347 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9348 update copyright.
9349
9350 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9351 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9352 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9353 frameless_look_for_prologue.
9354 * frame.h (legacy_frameless_look_for_prologue): Rename
9355 frameless_look_for_prologue.
9356 * gdbarch.h, gdbarch.c: Re-generate.
9357 * sh64-tdep.c (sh64_gdbarch_init): Update.
9358 * sh-tdep.c (sh_gdbarch_init): Update.
9359 * s390-tdep.c (s390_gdbarch_init): Update.
9360 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9361 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9362 * m68k-tdep.c (m68k_gdbarch_init): Update.
9363 (delta68_frame_args_address): Update.
9364 * m32r-tdep.c (m32r_gdbarch_init): Update.
9365 * hppa-tdep.c (hppa_gdbarch_init): Update.
9366 * h8300-tdep.c (h8300_gdbarch_init): Update.
9367 * frv-tdep.c (frv_gdbarch_init): Update.
9368 (frv_frameless_function_invocation): Update.
9369 * cris-tdep.c (cris_gdbarch_init): Update.
9370 (cris_frameless_function_invocation): Update.
9371 * avr-tdep.c (avr_gdbarch_init): Update.
9372 * arm-tdep.c (arm_gdbarch_init): Update.
9373 * stack.c (frame_info): Update, call predicate.
9374 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9375 * frame.c (legacy_get_prev_frame): Update, call predicate..
9376 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9377 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9378 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9379 invocation.
9380 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9381 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9382 * vax-tdep.c (vax_gdbarch_init): Ditto.
9383
9384 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9385 function.
9386
9387 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9388
9389 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9390 initializations.
9391
9392 2004-02-16 Andrew Cagney <cagney@redhat.com>
9393
9394 * tui/tui-windata.c: Include "gdb_string.h".
9395 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9396 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9397 * Makefile.in: Update dependencies.
9398
9399 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9400
9401 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9402 * infrun.c: Include "gdb_assert.h".
9403 (singlestep_ptid, saved_singlestep_ptid)
9404 (stepping_past_singlestep_breakpoint): New variables.
9405 (resume): Set singlestep_ptid. Check for singlestep thread
9406 hop.
9407 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9408 (handle_inferior_event): Handle singlestep thread hop.
9409
9410 2004-02-16 Andrew Cagney <cagney@redhat.com>
9411
9412 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9413 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9414 (dwarf2_frame_init_reg): Ditto.
9415
9416 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9417 suggested by Joshua Neuheisel
9418
9419 * configure.in: Always check for curses, including pdcurses.
9420 Warn, instead of error, when no curses are found. Enable TUI when
9421 curses is available.
9422 * configure: Re-generate.
9423
9424 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9425
9426 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9427 sh_sh4_register_convert_to_virtual.
9428 (sh_register_convert_to_raw): Rename from
9429 sh_sh4_register_convert_to_raw.
9430 (sh_pseudo_register_read): Accomodate above name change.
9431 (sh_pseudo_register_write): Ditto.
9432
9433 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9434
9435 * sh-tdep.c (sh_generic_register_name): Remove.
9436 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9437
9438 2004-02-15 Andrew Cagney <cagney@redhat.com>
9439
9440 * configure.in (build_warnings): Add -Wunused-function.
9441 * configure: Re-generate.
9442
9443 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9444 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9445
9446 * procfs.c (procfs_init_inferior): Assume that
9447 START_INFERIOR_TRAPS_EXPECTED is defined.
9448 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9449 * config/ns32k/tm-nbsd.h: Delete file,
9450 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9451
9452 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9453 * config/vax/tm-vax.h: Delete file.
9454
9455 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9456 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9457 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9458 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9459 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9460 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9461 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9462
9463 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9464
9465 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9466 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9467 (struct dwarf2_frame_ops): New.
9468 (dwarf2_frame_default_init_reg): New function, based on
9469 dwarf2_frame_init_reg.
9470 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9471 (dwarf2_frame_init_reg): Call architecture-specific function.
9472 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9473 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9474 instead of dwarf2_frame_data.
9475 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9476 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9477
9478 2004-02-15 Andrew Cagney <cagney@redhat.com>
9479
9480 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9481 register_gdbarch_swap.
9482 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9483 * f-lang.c (_initialize_f_language): Update, use
9484 DEPRECATED_REGISTER_GDBARCH_SWAP.
9485 * remote.c (_initialize_remote): Ditto.
9486 * regcache.c (_initialize_regcache): Ditto.
9487 * parse.c (_initialize_parse): Ditto.
9488 * infrun.c (_initialize_infrun): Ditto.
9489 * mi/mi-main.c (_initialize_mi_main): Ditto.
9490 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9491
9492 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9493 poking .cacheable directly.
9494 * symfile.c (symfile_bfd_open): Ditto.
9495
9496 * Makefile.in: Update all dependencies.
9497
9498 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9499 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9500 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9501 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9502 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9503
9504 2004-02-14 Andrew Cagney <cagney@redhat.com>
9505
9506 * arch-utils.c (legacy_convert_register_p): Check
9507 DEPRECATED_REGISTER_CONVERTIBLE_P.
9508 * findvar.c (value_of_register): Ditto.
9509
9510 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9511 * gdbarch.h, gdbarch.c: Re-generate.
9512 * arch-utils.c (deprecated_register_convertible_not): Delete.
9513 * arch-utils.h (deprecated_register_convertible_not): Delete.
9514 * mi/mi-main.c (get_register): Update. Update copyright.
9515 * infcmd.c (default_print_registers_info): Update.
9516
9517 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9518 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9519 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9520 * gdbarch.h, gdbarch.c: Re-generate.
9521 * frame.c (deprecated_get_next_frame_hack): Delete function.
9522 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9523 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9524 Update.
9525 * infcall.c (call_function_by_hand): Update.
9526
9527 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9528
9529 * symfile.c (init_entry_point_info, entry_point_address): Move
9530 from here...
9531 * objfiles.c (init_entry_point_info, entry_point_address):..to
9532 here.
9533 * symfile.h (init_entry_point_info, entry_point_address): Remove
9534 prototypes.
9535 * objfiles.h (init_entry_point_info, entry_point_address):Add
9536 prototypes.
9537 * cris-tdep.c: Remove include of symfile.h. Add include of
9538 objfiles.h.
9539 * infcall.c: Ditto.
9540 * mcore-tdep.c: Ditto.
9541 * mn10300-tdep.c: Ditto.
9542 * sh64-tdep.c: Ditto.
9543 * v850-tdep.c: Ditto.
9544 * arm-tdep.c: Remove include of symfile.h.
9545 * blockframe.c: Ditto.
9546 * coffread.c: Ditto.
9547 * dbxread.c: Ditto.
9548 * dwarf2read.c: Ditto.
9549 * dwarfread.c: Ditto.
9550 * frv-tdep.c: Ditto.
9551 * ia64-tdep.c: Ditto.
9552 * mdebugread.c: Ditto.
9553 * mipsread.c: Ditto.
9554 * rs6000-tdep.c: Ditto.
9555 * s390-tdep.c: Ditto.
9556 * sh-tdep.c: Ditto.
9557 * xstormy16-tdep.c: Ditto.
9558 * gdbarch.sh: Remove include of symfile.h.
9559 * gdbarch.c: Regenerate.
9560 * solib-irix.c (enable_break): Use entry_point_address().
9561 Add comment about include file.
9562 * xcoffread.c: Add comment about include file.
9563 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9564 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9565 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9566 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9567 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9568
9569 2004-02-13 Andrew Cagney <cagney@redhat.com>
9570
9571 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9572 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9573 copyright.
9574 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9575
9576 2004-02-12 Fred Fish <fnf@redhat.com>
9577
9578 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9579 set_gdbarch_store_return_value.
9580
9581 2004-02-12 Andrew Cagney <cagney@redhat.com>
9582
9583 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9584 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9585 (interrupt_query): Ditto.
9586 (ofunc): Delete unused variable.
9587 * cris-tdep.c (cris_abi): Delete unused function.
9588 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9589 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9590 (cris_get_asr_quick_shift_steps): Ditto.
9591 (cris_skip_prologue_frameless_p): Ditto.
9592 * arm-tdep.c (arm_push_return_address): Delete unused function.
9593 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9594 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9595 * s390-tdep.c (s390_function_start): Delete unused function.
9596
9597 2004-02-12 Andrew Cagney <cagney@redhat.com>
9598
9599 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9600 gdbarch.h, gdbarch.c: Re-generate.
9601 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9602 to generic_prologue_frameless_p.
9603 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9604 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9605
9606 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9607
9608 * mips-linux-tdep.c: Include "frame.h".
9609 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9610 (mips_linux_skip_resolver): New functions.
9611 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9612 and set_gdbarch_in_solib_call_trampoline.
9613 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9614 to after set_gdbarch_in_solib_return_trampoline. Only set the
9615 solib hooks to mips16 functions if the OS ABI is unknown.
9616 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9617 including "config/tm-linux.h".
9618 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9619 * Makefile.in (mips-linux-tdep.o): Update.
9620
9621 2004-02-11 David Carlton <carlton@kealia.com>
9622
9623 * linespec.c (decode_compound): Only look for a class symbol when
9624 considering all but the rightmost component.
9625
9626 2004-02-11 Andrew Cagney <cagney@redhat.com>
9627
9628 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9629 abi code are are separatly grouped.
9630
9631 2004-02-11 Andrew Cagney <cagney@redhat.com>
9632
9633 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9634 * gdbarch.h, gdbarch.c: Re-generate.
9635 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9636 * v850-tdep.c (v850_gdbarch_init): Update.
9637 * sh64-tdep.c (sh64_gdbarch_init): Update.
9638 * sh-tdep.c (sh_gdbarch_init): Update.
9639 * s390-tdep.c (s390_gdbarch_init): Update.
9640 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9641 * mips-tdep.c (mips_gdbarch_init): Update.
9642 * mcore-tdep.c (mcore_gdbarch_init): Update.
9643 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9644 * m32r-tdep.c (m32r_gdbarch_init): Update.
9645 * ia64-tdep.c (ia64_gdbarch_init): Update.
9646 * hppa-tdep.c (hppa_gdbarch_init): Update.
9647 * h8300-tdep.c (h8300_gdbarch_init): Update.
9648 * frv-tdep.c (frv_gdbarch_init): Update.
9649 * d10v-tdep.c (d10v_gdbarch_init): Update.
9650 * cris-tdep.c (cris_gdbarch_init): Update.
9651 * avr-tdep.c (avr_gdbarch_init): Update.
9652 * arm-tdep.c (arm_gdbarch_init): Update.
9653 * alpha-tdep.c (alpha_gdbarch_init): Update.
9654
9655 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9656
9657 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9658 comma.
9659 (sh_sh4al_dsp_register_name): Ditto.
9660
9661 2004-02-10 Andrew Cagney <cagney@redhat.com>
9662
9663 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9664 (mips_init_frame_pc_first): Delete function.
9665 (mips_frame_saved_pc): Delete function.
9666 (mips_frame_chain): Delete function.
9667 (mips_init_extra_frame_info): Delete function.
9668 (mips_xfer_register): Delete unused variable "reg".
9669 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9670 (mips_n32n64_return_value): Delete unused variable "reg".
9671 (mips_n32n64_return_value): Delete unused variable "pos".
9672 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9673 (mips_o32_return_value): Delete unused variable "pos".
9674 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9675 (mips_print_fp_register): Delete unused variable "namelen"
9676 (mips_print_fp_register): Delete unused variable "flt2"
9677 (get_frame_pointer): Delete function.
9678 (cached_proc_desc): Delete static variable.
9679 (mips_pop_frame): Delete function.
9680 (mips_find_saved_regs): Delete function.
9681 (mips_get_saved_register): Delete function.
9682 (mips_saved_pc_after_call): Delete function.
9683 (SIGFRAME_BASE): Delete macro.
9684 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9685 (SIGFRAME_PC_OFF): Delete macro.
9686 (SIGFRAME_REGSAVE_OFF): Delete macro.
9687 (mips_dump_tdep): Do not print deleted macro definitions.
9688
9689 2004-02-10 Andrew Cagney <cagney@redhat.com>
9690
9691 * Makefile.in (SFILES): Remove explictly listed tui files.
9692 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9693
9694 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9695
9696 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9697 to use paddr functions to format ia64 addresses and long values.
9698 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9699 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9700 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9701 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9702 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9703
9704 2004-02-10 Andrew Cagney <cagney@redhat.com>
9705
9706 * defs.h: Do not include "tui.h".
9707 * gdb_curses.h: New file.
9708 * tui/tui-hooks.h: New file.
9709 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9710 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9711 (tui_initialize_io): Delete declaration.
9712 (tui_initialize_readline: Delete redundant declaration.
9713 (struct tui_point): Delete definition.
9714 * tui/tui-data.h (struct tui_point): Define.
9715 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9716 * utils.c: Include "tui/tui.h".
9717 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9718 * printcmd.c [TUI]: Include "tui/tui.h".
9719 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9720 * tui/tui-command.c: Include "gdb_curses.h".
9721 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9722 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9723 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9724 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9725 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9726 * Makefile.in: Update all dependencies.
9727 (tui_hooks_h, gdb_curses_h): Define.
9728 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9729
9730 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9731
9732 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9733 auxf2. Add comments about some other rarely used fields.
9734
9735 2004-02-10 Andrew Cagney <cagney@redhat.com>
9736
9737 * Makefile.in (init.c): Fix script removing duplicates. Problem
9738 reported by Peter Schauer.
9739
9740 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9741
9742 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9743 obstack_specify_allocation.
9744 * objfiles.c (allocate_objfile): Ditto.
9745 * solib-sunos.c (solib_add_common_symbols)
9746 (allocate_rt_common_objfile): Ditto.
9747 * symfile.c (reread_symbols): Ditto.
9748 * gdb_obstack.h: Add comment.
9749
9750 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9751
9752 * linespec.c (decode_line_1, locate_first_half)
9753 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9754 commented out code.
9755
9756 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9757
9758 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9759 obstack_free.
9760
9761 2004-02-09 Andrew Cagney <cagney@redhat.com>
9762
9763 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9764 fails, try find_pc_section. Fix PR c++/1267.
9765 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9766 instead of find_pc_mapped_section.
9767 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9768 not default to the section containing PC. Fix PR symtab/1519.
9769
9770 2004-02-09 Andrew Cagney <cagney@redhat.com>
9771
9772 * Makefile.in (mips-tdep.o): Update dependencies.
9773 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9774 "trad-frame.h".
9775 (mips_unwind_pc): Return the pseudo PC register.
9776 (mips_unwind_dummy_id): New function.
9777 (mips16_fetch_instruction): New function.
9778 (mips32_fetch_instruction): New function.
9779 (struct mips_frame_cache): Define.
9780 (mips_mdebug_frame_cache): New function.
9781 (mips_mdebug_frame_this_id): New function.
9782 (mips_mdebug_frame_prev_register): New function.
9783 (mips_mdebug_frame_unwind): Define.
9784 (mips_mdebug_frame_sniffer): New function.
9785 (mips_mdebug_frame_base_address): New function.
9786 (mips_mdebug_frame_base): Define.
9787 (mips_mdebug_frame_base_sniffer): New function.
9788 (mips_gdbarch_init): Append unwind and base sniffers. Set
9789 unwind_dummy_id.
9790
9791 2004-02-08 Andrew Cagney <cagney@redhat.com>
9792
9793 * frame.c: Print both the register number and name.
9794
9795 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9796 and a sed into a single sed. Make .c and .o patterns more robust.
9797 (OBS): Delete.
9798 (INIT_FILES): Replace OBS with COMMON_OBS.
9799 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9800
9801 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9802
9803 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9804 the PT_WCOOKIE request.
9805
9806 2004-02-08 Andrew Cagney <cagney@redhat.com>
9807
9808 * mips-tdep.c (mips_unwind_pc): New function.
9809 (mips_gdbarch_init): Set mips_unwind_pc.
9810
9811 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9812 (get_frame_id): Allow the UNKNOWN_FRAME.
9813 (frame_register_unwind, get_frame_type): Ditto.
9814
9815 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9816 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9817 unwind_dummy_id indicates a legacy frame.
9818
9819 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9820 * configure: Re-generate.
9821
9822 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9823 methods.
9824
9825 2004-02-08 Andrew Cagney <cagney@redhat.com>
9826
9827 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9828 makefile macro.
9829 * configure: Re-generate.
9830 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9831 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9832 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9833 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9834 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9835 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9836 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9837 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9838 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9839 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9840
9841 2004-02-07 Andrew Cagney <cagney@redhat.com>
9842
9843 * Makefile.in: Update all dependencies.
9844
9845 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9846 * configure: Re-generate.
9847 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9848 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9849 (COMMON_OBS): Add "main.o" and "annotate.o".
9850 (ANNOTATE_OBS): Delete.
9851 (OBS): Remove ANNOTATE_OBS.
9852 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9853 CONFIG_INITS.
9854 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9855 against CONFIG_OBS and "main.o".
9856 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9857 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9858
9859 * tui/tui-command.c: Include "gdb_string.h", delete register
9860 attribute, use ISO-C function signatures.
9861 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9862 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9863 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9864 * tui/tui.c: Ditto.
9865
9866 * tui/tui-command.c: Change variable and function names to lower
9867 case.
9868 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9869 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9870 * tui/tui-regs.c, 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 Elena Zannoni <ezannoni@redhat.com>
9875
9876 * buildsym.c (free_pending_blocks, finish_block)
9877 (record_pending_block, make_blockvector, end_symtab): Replace
9878 symbol_obstack with objfile_obstack.
9879 * coffread.c (process_coff_symbol, coff_read_struct_type)
9880 (coff_read_enum_type): Ditto.
9881 * cp-namespace.c (initialize_namespace_symtab)
9882 (check_one_possible_namespace_symbol): Ditto.
9883 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9884 (dwarf2_symbol_mark_computed): Ditto.
9885 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9886 * elfread.c (elf_symtab_read): Ditto.
9887 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9888 (hpread_read_enum_type, hpread_read_function_type)
9889 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9890 Ditto.
9891 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9892 (java_link_class_type): Ditto.
9893 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9894 (new_symbol): Ditto.
9895 * minsyms.c (install_minimal_symbols): Ditto.
9896 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9897 (terminate_minimal_symbol_table): Replace symbol_obstack with
9898 objfile_obstack.
9899 (free_objfile): Remove freeing of symbol_obstack.
9900 * objfiles.h: Remove symbol_obstack field.
9901 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9902 objfile_obstack.
9903 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9904 symbol_obstack.
9905 (solib_add_common_symbols): Replace symbol_obstack with
9906 objfile_obstack.
9907 * somsolib.c (som_solib_add): Ditto.
9908 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9909 (common_block_start, common_block_end): Ditto.
9910 * symfile.c (reread_symbols): Remove freeing and init of
9911 symbol_obstack.
9912 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9913 * symfile.h: Update comment.
9914 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9915 stats printing.
9916 * symtab.c (symbol_set_names): Replace symbol_obstack with
9917 objfile_obstack.
9918 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9919 Update comments.
9920 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9921 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9922 objfile_obstack.
9923
9924 2004-02-07 Andrew Cagney <cagney@redhat.com>
9925
9926 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9927 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9928 fields and variables.
9929 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
9930 (m_beInvisible): Delete macro.
9931 * tui/tui-data.h: Fix case case fields and variables.
9932 (m_genWinPtrIsNull): Delete macro.
9933 (tui_win_list): Rename winList.
9934 (TUI_SRC_WIN): Rename srcWin.
9935 (TUI_DISASM_WIN): Rename disassemWin.
9936 (TUI_DATA_WIN): Rename dataWin.
9937 (TUI_CMD_WIN): Rename cmdWin.
9938 (m_genWinPtrNotNull): Delete macro.
9939 (m_winPtrIsNull): Delete macro.
9940 (m_winPtrNotNull): Delete macro.
9941 (tui_win_is_source_type): Replace m_winIsSourceType
9942 (tui_win_is_auxillary): Replace m_winIsAuzillary.
9943 (tui_win_has_locator): Replace m_hasLocator.
9944 (tui_set_win_highlight): Replace m_setWinHighlightOn and
9945 m_setWinHighlightOff.
9946 * tui/tui-data.c: Update references.
9947 (tui_win_is_source_type, tui_set_win_highlight): New functions.
9948 (tui_win_has_locator, tui_win_is_auxillary): New functions.
9949 * tui/tui-command.c, tui/tui-disasm.c: Update references.
9950 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
9951 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
9952 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9953 * tui/tui-winsource.c, tui/tui.c: Ditto.
9954
9955 2004-02-07 Mark Kettenis <kettenis@gnu.org>
9956
9957 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
9958 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
9959 StackGhost.
9960
9961 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
9962 variable `i6' to `i7'.
9963 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
9964
9965 2004-02-07 Andrew Cagney <cagney@redhat.com>
9966
9967 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
9968 (TuiPoint, TuiPointPtr): Ditto.
9969 (TuiStatus, TuiStatusPtr): Ditto.
9970 (TuiWinType, TuiWinTypePtr): Ditto.
9971 (struct tui_point): Rename _TuiPoint.
9972 (tui_get_low_disassembly_address): Rename
9973 tuiGetLowDisassemblyAddress.
9974 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
9975 (tuiFree): Delete declaration.
9976 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
9977 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
9978 * tui/tui.c (tuiFree): Delete function.
9979 * cli/cli-cmds.c (disassemble_command): Update references.
9980 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
9981 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9982 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
9983 * tui/tui-winsource.c: Ditto.
9984
9985 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9986
9987 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
9988 coffstab_build_psymtabs, elfstab_build_psymtabs)
9989 (stabsect_build_psymtabs): Replace psymbol_obstack with
9990 objfile_obstack.
9991 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
9992 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
9993 Ditto.
9994 * dwarfread.c (scan_compilation_units): Ditto.
9995 * elfread.c (elfstab_offset_sections): Ditto.
9996 * hppa-tdep.c (read_unwind_info): Ditto.
9997 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
9998 (hpread_end_psymtab): Ditto.
9999 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10000 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10001 Ditto.
10002 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10003 * objfiles.c (add_to_objfile_sections)
10004 (build_objfile_section_table): Ditto.
10005 (allocate_objfile): Remove init of psymbol_obstack.
10006 (free_objfile): Remove freeing of psymbol_obstack.
10007 * objfiles.h (struct objfile): Remove field
10008 psymbol_obstack. Update comments.
10009 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10010 psymbol_obstack with objfile_obstack.
10011 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10012 psymbol_obstack.
10013 * somread.c (som_symfile_offsets, init_import_symbols)
10014 (init_export_symbols): Replace psymbol_obstack with
10015 objfile_obstack.
10016 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10017 * symfile.c (default_symfile_offsets, syms_from_objfile)
10018 (reread_symbols): Remove freeing and init of psymbol_obstack.
10019 (cashier_psymtab): Update comment.
10020 * symmisc.c (print_objfile_statistics): Don't report stats for
10021 psymbol obstack.
10022 * symtab.h (struct general_symbol_info, struct partial_symtab):
10023 Update comments.
10024 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10025 (xcoff_symfile_offsets): Replace psymbol_obstack with
10026 objfile_obstack.
10027
10028 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10029
10030 * objfiles.h (struct objfile): Add objfile_obstack field.
10031 Remove type_obstack field.
10032
10033 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10034 read_structure_scope read_enumeration, new_symbol): Replace
10035 type_obstack with objfile_obstack.
10036 * dwarfread.c (struct_type, enum_type): Ditto.
10037 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10038 (lookup_fundamental_type): Ditto.
10039 * gdbtypes.h (TYPE_ALLOC): Ditto.
10040 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10041 (hpread_read_doc_function_type, hpread_read_struct_type)
10042 (fix_static_member_physnames, hpread_read_array_type)
10043 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10044 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10045 (java_link_class_type): Ditto.
10046 * mdebugread.c (parse_type): Ditto.
10047 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10048 * solib-sunos.c (solib_add_common_symbols): Ditto.
10049 * stabsread.c (define_symbol, read_type, read_member_functions,
10050 read_cpp_abbrev, read_one_struct_field): Ditto.
10051 * symfile.c (reread_symbols): Ditto.
10052 * symmisc.c (print_objfile_statistics): Ditto.
10053
10054 2004-02-07 Andrew Cagney <cagney@redhat.com>
10055
10056 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10057 (tui_exec_info_content): Rename TuiExecInfoContent.
10058 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10059 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10060 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10061 (TuiList, TuiListPtr): Ditto.
10062 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10063 (TuiDataType, TuiDataTypePtr): Ditto.
10064 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10065 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10066 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10067 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10068 (TuiDataElement, TuiDataElementPtr): Ditto.
10069 (TuiWinElement, TuiWinElementPtr): Ditto.
10070 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10071 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10072 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10073 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10074 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10075 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10076 * tui/tui-command.c, tui/tui-data.c: Update references.
10077 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10078 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10079 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10080 * tui/tui-winsource.c, tui/tui.c: Ditto.
10081
10082 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10083
10084 * dwarf2-frame.h: Update copyright.
10085 (enum dwarf2_frame_reg_rule): New.
10086 (struct dwarf2_frame_state_reg): New.
10087 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10088 * dwarf2-frame.c: Update copyright.
10089 (enum dwarf2_reg_rule): Remove.
10090 (struct dwarf2_frame_state): Remove defenition of `struct
10091 dwarf2_frame_state_reg'.
10092 (read_reg): Call get_frame_arch to get the architecture instead of
10093 using CURRENT_GDBARCH.
10094 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10095 DWARF2_FRAME_.
10096 (dwarf2_frame_init_reg): New function.
10097 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10098 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10099 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10100 tags with DWARF2_FRAME_.
10101 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10102 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10103 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10104
10105 2004-02-06 Andrew Cagney <cagney@redhat.com>
10106
10107 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10108 (enum tui_data_type): Rename _TuiDataType.
10109 (struct tui_layout_def): Rename _TuiLayoutDef.
10110 (struct tui_source_element): Rename _TuiSourceElement.
10111 (struct tui_data_element): Rename _TuiDataElement.
10112 (struct tui_command_element): Rename _TuiCommandElement.
10113 (struct tui_locator_element): Rename _TuiLocatorElement.
10114 (union tui_which_element): Define.
10115 (struct tui_win_element): Rename _TuiWinElement.
10116 (struct tui_data_info): Rename _TuiDataInfo.
10117 (struct tui_source_info): Rename _TuiSourceInfo.
10118 (struct tui_command_info): Rename _TuiCommandInfo.
10119 (tui_initialize_static_data): Rename initializeStaticData.
10120 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10121 (tui_alloc_win_info): Rename allocWinInfo.
10122 (tui_init_generic_part): Rename initGenericPart.
10123 (tui_init_win_info): Rename initWinInfo.
10124 (tui_alloc_content): Rename allocContent.
10125 (tui_add_content_elements): Rename addContentElements.
10126 (tui_init_content_element): Rename initContentElement.
10127 (tui_free_window): Rename freeWindow.
10128 (tui_free_win_content): Rename freeWinContent.
10129 (tui_free_data_content): Rename freeDataContent.
10130 (tui_free_all_source_wins_content): Rename
10131 freeAllSourceWinsContent.
10132 (tui_del_window): Rename tuiDelWindow.
10133 (tui_del_data_windows): Rename tuiDelDataWindows.
10134 (tui_partial_win_by_name): Rename partialWinByName.
10135 (tui_win_name): Rename winName.
10136 (tui_current_layout): Rename currentLayout.
10137 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10138 (tui_term_height): Rename termHeight.
10139 (tui_set_term_height_to): Rename setTermHeightTo.
10140 (tui_term_width): Rename termWidth.
10141 (tui_set_term_width_to): Rename setTermWidthTo.
10142 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10143 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10144 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10145 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10146 (tui_source_windows): Rename sourceWindows.
10147 (tui_clear_source_windows): Rename clearSourceWindows.
10148 (tui_clear_source_windows_detail): Rename
10149 clearSourceWindowsDetail.
10150 (tui_clear_win_detail): Rename clearWinDetail.
10151 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10152 (tui_default_tab_len): Rename tuiDefaultTabLen.
10153 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10154 (tui_win_with_focus): Rename tuiWinWithFocus.
10155 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10156 (tui_layout_def): Rename tuiLayoutDef.
10157 (tui_win_resized): Rename tuiWinResized.
10158 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10159 (tui_next_win): Rename tuiNextWin.
10160 (tui_prev_win): Rename tuiPrevWin.
10161 (tui_add_to_source_windows): Rename addToSourceWindows.
10162 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10163 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10164 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10165 * tui/tui.c, tui/tui-data.c: Ditto.
10166 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10167 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10168
10169 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10170 (struct symtab): Declare.
10171 (tui_set_source_content): Rename tuiSetSourceContent.
10172 (tui_show_symtab_source): Rename tuiShowSource.
10173 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10174 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10175 * tui/tui-source.c: Update copyright. Update references.
10176 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10177 * tui/tui-stack.c: Update references.
10178
10179 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10180 (struct tui_win_info): Declare.
10181 (tui_scroll_forward): Rename tuiScrollForward.
10182 (tui_scroll_backward): Rename tuiScrollBackward.
10183 (tui_scroll_left): Rename tuiScrollLeft.
10184 (tui_scroll_right): Rename tuiScrollRight.
10185 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10186 (tui_resize_all): Rename tuiResizeAll.
10187 (tui_refresh_all_win): Rename tuiRefreshAll.
10188 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10189 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10190 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10191 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10192
10193 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10194 (tui_erase_data_content): Rename tuiEraseDataContent.
10195 (tui_display_all_data): Rename tuiDisplayAllData.
10196 (tui_check_data_values): Rename tuiCheckDataValues.
10197 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10198 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10199 (tui_first_data_element_no_in_line): Rename
10200 tuiFirstDataElementNoInLine.
10201 (tui_delete_data_content_windows): Rename
10202 tuiDeleteDataContentWindows.
10203 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10204 (tui_display_data_from): Rename tuiDisplayDataFrom.
10205 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10206 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10207 * tui/tui-win.c, tui/tui-regs.c: Update references.
10208 * tui/tui-layout.c, tui/tui.c: Update references.
10209
10210 * tui/tui-wingeneral.h: Update copyright.
10211 (m_allBeVisible): Delete macro.
10212 (m_allBeInvisible): Delete macro.
10213 (struct tui_gen_win_info): Declare.
10214 (struct tui_win_info): Declare.
10215 (tui_unhighlight_win): Rename unhighlightWin.
10216 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10217 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10218 (tui_make_window): Rename makeWindow.
10219 (tui_copy_win): Rename copyWin.
10220 (tui_box_win): Rename boxWin.
10221 (tui_highlight_win): Rename highlightWin.
10222 (tui_check_and_display_highlight_if_needed): Rename
10223 checkAndDisplayHighlightIfNeeded.
10224 (tui_refresh_all): Rename refreshAll.
10225 (tui_delete_win): Rename tuiDelwin.
10226 (tui_refresh_win): Rename tuiRefreshWin.
10227 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10228 (tui_make_visible, tui_make_invisible): New functions.
10229 (tui_make_all_visible, tui_make_all_invisible): New functions.
10230 (make_all_visible): Rename makeAllVisible.
10231 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10232 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10233 * tui/tui-windata.c, tui/tui-win.c: Update references.
10234 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10235 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10236
10237 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10238
10239 * proc-api.c (write_with_trace): Initialize local variable to
10240 silence compiler warning.
10241
10242 2004-02-06 Andrew Cagney <cagney@redhat.com>
10243
10244 * tui/tui-source.h: Do not include "defs.h".
10245 (struct tui_win_info): Declare.
10246 (tui_set_source_content_nil): Declare.
10247 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10248 (union tui_line_or_address): Rename _TuiLineOrAddress.
10249 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10250 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10251 (tui_update_source_window_as_is): Rename
10252 tuiUpdateSourceWindowAsIs.
10253 (tui_update_source_windows_with_addr): Rename
10254 tuiUpdateSourceWindowsWithAddr.
10255 (tui_update_source_windows_with_line): Rename
10256 tuiUpdateSourceWindowsWithLine.
10257 (tui_clear_source_content): Rename tuiClearSourceContent.
10258 (tui_erase_source_content): Rename tuiEraseSourceContent.
10259 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10260 (tui_show_source_content): Rename tuiShowSourceContent.
10261 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10262 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10263 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10264 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10265 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10266 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10267 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10268 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10269 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10270 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10271 (struct tui_win_info): Declare.
10272 * tui/tui-stack.c: Update references.
10273 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10274 * tui/tui-win.c, tui/tui-source.c: Ditto.
10275 * tui/tui.c, tui/tui-disasm.c: Ditto.
10276
10277 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10278
10279 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10280 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10281
10282 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10283
10284 * infrun.c (handle_inferior_event): Allow for breakpoint
10285 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10286 and SIGEMT. Update comments.
10287 * NEWS (Revised SPARC target): Mention support for non-executable
10288 stack.
10289
10290 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10291
10292 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10293 * inftarg.c: Update copyright year.
10294 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10295 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10296 (sparc_xfer_wcookie): New function.
10297 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10298 * Makefile.in (sparc-nat.o): Update dependencies.
10299 * config/sparc/nm-nbsd.h: Include "target.h".
10300 (NATIVE_XFER_WCOOKIE): New define.
10301 (sparc_xfer_wcookie): New prototype.
10302
10303 2004-02-04 Andrew Cagney <cagney@redhat.com>
10304
10305 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10306 SYSCALL_TRAP function.
10307 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10308
10309 2004-02-04 Andrew Cagney <cagney@redhat.com>
10310 Daniel Jacobowitz <drow@mvista.com>
10311
10312 * objfiles.h: Delete comments refering to inside_entry_func and
10313 DEPRECATED_FRAME_CHAIN_VALID.
10314 * defs.h (inside_entry_func): Update prototype..
10315 * blockframe.c (inside_entry_func): Rename to
10316 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10317 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10318
10319 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10320
10321 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10322 outside of #ifdef SOLIB_ADD region.
10323 (do_restore_lang_radix_cleanup): Ditto.
10324 (resolve_pending_breakpoint): Ditto.
10325
10326 2004-02-03 Andrew Cagney <cagney@redhat.com>
10327
10328 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10329 (process_note_abi_tag_sections): Delete unused function.
10330 (ia64_read_fp): Delete unused function.
10331 (gdbarch_extract_struct_value_address): Delete declaration.
10332
10333 2004-02-02 Andrew Cagney <cagney@redhat.com>
10334
10335 * vax-tdep.c (vax_frame_chain): Delete call to
10336 deprecated_inside_entry_file.
10337 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10338
10339 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10340
10341 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10342 column that's "empty" or "same value" when eliminating REG_RA
10343 rules.
10344
10345 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10346
10347 * NEWS: Add information about new pending breakpoint support.
10348
10349 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10350
10351 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10352 and pending fields for pending breakpoint support.
10353 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10354 (condition_command): Only parse condition if not a pending
10355 breakpoint.
10356 (print_one_breakpoint): Add support for pending breakpoints.
10357 (describe_other_breakpoints): Add checks to verify we are not
10358 dealing with pending breakpoints.
10359 (check_duplicates): Don't check pending breakpoints.
10360 (set_raw_breakpoint): Initialize pending flag.
10361 (do_restore_lang_radix_cleanup): New cleanup routine.
10362 (resolve_pending_breakpoint): New function.
10363 (re_enable_breakpoints_in_shlibs): Try and resolve any
10364 pending breakpoints via resolve_pending_breakpoint.
10365 (mention): Add pending breakpoint support.
10366 (parse_breakpoint_sals): Add new parameter to pass to
10367 decode_line_1 to indicate silent errors when files or functions
10368 are not found. Change all callers.
10369 (do_captured_parse_breakpoint): New function.
10370 (break_command_1): Change prototype to return an rc value and to
10371 take an optional pending breakpoint pointer. Support creating
10372 a pending breakpoint if a "not found" form of error occurs when
10373 parsing the breakpoint. Also support resolving an existing pending
10374 breakpoint and be silent if the resolution fails.
10375 (create_breakpoints): Change prototype to take pending breakpoint
10376 pointer. When resolving a pending breakpoint, use the new pointer
10377 to provide a conditional or commands added by the end-user.
10378 (delete_breakpoint): Add appropriate check for pending.
10379 (breakpoint_re_set_one): Ditto.
10380 (do_enable_breakpoint): Ditto.
10381
10382 2004-02-02 David Carlton <carlton@kealia.com>
10383
10384 * valops.c (enum oload_classification): New.
10385 (find_overload_match): Break implementation into separate
10386 functions; delete #if 0'd code; look for symbols within
10387 namespaces.
10388 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10389 (find_oload_champ,oload_method_static,classify_oload_match): New.
10390 * cp-support.h: Add declaration for cp_func_name; update
10391 declaration for make_symbol_overload_list.
10392 * cp-support.c (cp_func_name): New.
10393 (overload_list_add_symbol): Fix comment, use
10394 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10395 (make_symbol_overload_list): Take a function name and a namespace
10396 instead of a symbol; change implementation.
10397 (make_symbol_overload_list_using): New.
10398 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10399
10400 2004-02-02 Fred Fish <fnf@redhat.com>
10401
10402 * main.c (gdb_stdtarg): Move definition to group with other
10403 gdb_stdtarg definitions and update copyright years.
10404 * remote-sim.c (gdb_os_write_stderr): Write output to
10405 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10406 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10407 gdb_stderr stream and update copyright years.
10408
10409 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10410
10411 * Makefile.in (mips-linux-nat.o): Update dependencies.
10412 * mips-linux-nat.c: Include mips-tdep.h.
10413
10414 2004-02-01 Roland McGrath <roland@redhat.com>
10415
10416 * sol-thread.c (sol_thread_xfer_partial): New function.
10417 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10418 (init_sol_core_ops): Likewise.
10419
10420 * procfs.c (procfs_xfer_partial): New function.
10421 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10422 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10423
10424 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10425 procfs_xfer_auxv function.
10426
10427 * procfs.c (procfs_make_note_section): If we can read
10428 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10429 * linux-proc.c (linux_make_note_section): Likewise.
10430
10431 * auxv.h: New file.
10432 * auxv.c: New file.
10433 * Makefile.in (auxv_h): New variable.
10434 (COMMON_OBS): Add auxv.o here.
10435 (auxv.o): New target.
10436
10437 * corelow.c (core_xfer_partial): New function.
10438 (init_core_ops): Use it for core_ops.to_xfer_partial.
10439
10440 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10441 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10442 macro if that is defined.
10443
10444 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10445
10446 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10447 and check the specified thread for each breakpoint.
10448 * breakpoint.h (bpstat_stop_status): Update prototype.
10449 * infrun.c (handle_inferior_event): Update calls to
10450 bpstat_stop_status.
10451
10452 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10453
10454 * Makefile.in (cli-cmds.o): Add $(readline_h).
10455
10456 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10457
10458 * cli/cli-cmds.c: Include readline.h.
10459 (complete_command): Pass the start of the last word to
10460 complete_line.
10461
10462 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10463
10464 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10465 argument, and change first argument to a CORE_ADDR.
10466 * breakpoint.h (bpstat_stop_status): Update prototype.
10467 * infrun.c (adjust_pc_after_break): Add a new comment.
10468 (handle_inferior_event): Update calls to bpstat_stop_status.
10469
10470 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10471
10472 * breakpoint.h: Update copyright years.
10473
10474 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10475
10476 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10477 (bpstat_stop_status): Don't decrement PC.
10478 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10479 prototype.
10480 * infrun.c (adjust_pc_after_break): New function.
10481 (handle_inferior_event): Call it, early. Remove later references
10482 to DECR_PC_AFTER_BREAK.
10483 (normal_stop): Add commentary.
10484
10485 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10486
10487 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10488 2004-01-27 double-free fix.
10489
10490 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10491
10492 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10493 (sparc32_frame_prev_register): Handle StackGhost.
10494 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10495
10496 2004-01-29 Roland McGrath <roland@redhat.com>
10497
10498 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10499 * configure: Regenerated.
10500
10501 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10502 * Makefile.in (procfs.o): Add dep.
10503
10504 2004-01-28 Andrew Cagney <cagney@redhat.com>
10505
10506 * tui/tui-stack.h: Update copyright.
10507 (struct frame_info): Add opaque declaration.
10508 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10509 (tui_show_locator_content): Rename tuiShowLocatorContent.
10510 (tui_show_frame_info): Rename tuiShowFrameInfo.
10511 * tui/tui-stack.c: Update copyright. Update references.
10512 * tui/tui-winsource.c: Update references.
10513 * tui/tui-win.c: Update references.
10514 * tui/tui-layout.c: Update references.
10515 * tui/tui-hooks.c: Update copyright, update references.
10516 * tui/tui.c: Update copyright, update references.
10517 * tui/tui-disasm.c: Update references.
10518
10519 2004-01-28 David Carlton <carlton@kealia.com>
10520
10521 * dwarf2read.c (add_partial_structure): Use demangled name if
10522 namespace equals "".
10523
10524 2004-01-27 Jim Blandy <jimb@redhat.com>
10525
10526 Clean up misapplied patch:
10527 * dwarf2read.c (determine_prefix): Change one of the two forward
10528 declarations for 'determine_prefix_aux' to a declaration for this.
10529 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10530 argument to 'die_specification'.
10531
10532 * dwarf2read.c (read_func_scope): Re-indent comment.
10533
10534 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10535
10536 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10537 b->exp to NULL after freeing so that error during re-parsing or
10538 evaluation of expressions associated with breakpoint don't
10539 eventually lead to re-freeing of storage.
10540 Committed by Andrew Cagney.
10541
10542 2004-01-27 Andrew Cagney <cagney@redhat.com>
10543
10544 * source.c (ambiguous_line_spec): Delete undefined declaration.
10545 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10546 (m32r_set_server_address, m32r_set_download_path): Ditto.
10547 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10548
10549 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10550
10551 * dwarf2read.c: Update calls to changed and renamed functions, and
10552 references to moved variables.
10553
10554 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10555 language, language_defn, list_in_scope, and ftypes members.
10556 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10557 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10558 (baseaddr): Remove globals.
10559
10560 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10561 (set_cu_language, die_is_declaration, die_specification)
10562 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10563 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10564 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10565 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10566
10567 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10568 cu.list_in_scope. Don't initialize cu_header_offset.
10569 (add_partial_symbol): Add local baseaddr.
10570 (psymtab_to_symtab_1): Add local baseaddr. Use
10571 objfile->section_offsets for consistency. Don't initialize
10572 cu_header_offset; do initialize cu.header.offset and
10573 cu.list_in_scope.
10574 (read_file_scope, read_func_scope, read_lexical_block_scope)
10575 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10576
10577 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10578
10579 * PROBLEMS: Add gdb/1516.
10580
10581 2003-12-29 Robert Millan <robertmh@gnu.org>
10582
10583 Patch committed by Andrw Cagney.
10584 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10585 * configure.tgt: Match knetbsd*-gnu.
10586
10587 2004-01-26 Andrew Cagney <cagney@redhat.com>
10588
10589 * breakpoint.c (catch_command_1): Delete #ifdef code.
10590 (catch_fork_command_1): Delete #ifdef wrapper.
10591 (catch_exec_command_1): Ditto.
10592 (catch_load_command_1): Ditto.
10593 (catch_unload_command_1): Ditto.
10594
10595 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10596 (catch_breakpoint): Delete #if0ed function.
10597 (disable_catch_breakpoint): Ditto.
10598 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10599 (disable_catch, enable_catch, delete_catch): Ditto.
10600
10601 2004-01-26 Andrew Cagney <cagney@redhat.com>
10602
10603 * remote.c (echo_check, quit_flag): Delete variables.
10604 (cisco_kernel_mode): Delete variable.
10605 (minitelnet_return, tty_input, escape_count): Delete variables.
10606 (remote_cisco_mode): Delete variable.
10607 (remote_cisco_open, remote_cisco_close): Delete function.
10608 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10609 (init_remote_cisco_ops): Delete function.
10610 (_initialize_remote): Do not install "remote cisco" code.
10611 (read_frame): Delete cisco specific code.
10612 (remote_info_process): Delete function.
10613 (remote_wait): Delete cisco specific code.
10614 (remote_cisco_section_offsets): Delete function.
10615 (remote_cisco_objfile_relocate): Delete function.
10616 (remote_async_wait): Delete cisco specific code.
10617 (minitelnet, readtty, readsocket): Delete function.
10618
10619 2004-01-26 Andrew Cagney <cagney@redhat.com>
10620
10621 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10622 comments mentioning extract_returned_value_address.
10623 * infcmd.c (print_return_value): Update. Add comments on
10624 extract_returned_value_address.
10625 * stack.c (return_command): Add comments on
10626 extract_returned_value_address.
10627 * values.c: Update comment.
10628 * m32r-tdep.c: Update comment.
10629 * sparc-tdep.c: Update comment.
10630 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10631 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10632 * sh64-tdep.c (sh64_gdbarch_init): Update.
10633 * sh-tdep.c (sh_gdbarch_init): Update.
10634 * s390-tdep.c (s390_gdbarch_init): Update.
10635 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10636 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10637 * m68k-tdep.c (m68k_gdbarch_init): Update.
10638 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10639 * m32r-tdep.c (m32r_gdbarch_init): Update.
10640 * ia64-tdep.c (ia64_gdbarch_init): Update.
10641 * h8300-tdep.c (h8300_gdbarch_init): Update.
10642 * frv-tdep.c (frv_gdbarch_init): Update.
10643 * arm-tdep.c (arm_gdbarch_init): Update.
10644 * alpha-tdep.c (alpha_gdbarch_init): Update.
10645
10646 2004-01-26 Andrew Cagney <cagney@redhat.com>
10647
10648 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10649 SYMBOL_LOCATION_FUNCS
10650 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10651 "struct symbol_ops".
10652 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10653 type to "struct symbol_ops".
10654 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10655 (struct symbol): Replace ".aux_value.loc.funcs" and
10656 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10657 (SYMBOL_OBJFILE): Delete macro.
10658 (SYMBOL_LOCATION_FUNCS): Delete macro.
10659 (SYMBOL_LOCATION_BATON): Update.
10660 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10661 intead of SYMBOL_LOCATION_FUNCS.
10662 * ax-gdb.c (gen_var_ref): Ditto.
10663 * printcmd.c (address_info): Ditto.
10664 * findvar.c (read_var_value): Ditto.
10665 (symbol_read_needs_frame): Ditto.
10666
10667 2004-01-26 Andrew Cagney <cagney@redhat.com>
10668
10669 * dwarf2read.c (read_func_scope): Document frame-base hack.
10670
10671 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10672
10673 * infcmd.c (print_return_value): Plug memory leak; delete
10674 ui_stream object. Rename argument `structure_return' to
10675 `struct_return'.
10676
10677 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10678
10679 * infcmd.c (print_return_value): Wrap long lines.
10680 (finish_command_continuation, finish_command): Remove unused
10681 variable `funcaddr'. Fix some coding-standards problems.
10682
10683 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10684 SECT_SIZE is large enough, not whether it's exactly the right size.
10685 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10686 TDEP->fpregset to zero.
10687
10688 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10689 floating-point registers for traditional NetBSD core files.
10690 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10691 TDEP->sizeof_fpregset here.
10692
10693 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10694
10695 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10696 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10697 function with code split out from
10698 sparc32nbsd_sigcontext_frame_cache.
10699 (sparc32nbsd_sigcontext_frame_cache): Use
10700 sparc32nbsd_sigcontext_saved_regs.
10701 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10702 OpenBSD.
10703 * sparcobsd-tdep.c: New file.
10704 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10705 (sparcobsd-tdep.o): New dependency.
10706 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10707 * config/sparc/obsd.mt: New file.
10708
10709 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10710 TDEP->fpregset to be initialized to enable core file register
10711 sets.
10712
10713 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10714
10715 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10716 Add opaque declarations.
10717 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10718 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10719 function with code split out from
10720 sparc64nbsd_sigcontext_frame_cache.
10721 (sparc64nbsd_sigcontext_frame_cache): Use
10722 sparc64nbsd_sigcontext_saved_regs.
10723 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10724 OpenBSD.
10725 * sparc64obsd-tdep.c: New file.
10726 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10727 (sparc64obsd-tdep.o): New dependency.
10728 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10729 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10730 * config/sparc/obsd64.mt: New file.
10731
10732 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10733 read the instruction at PC.
10734
10735 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10736 value of GDB_OSABI_DEFAULT.
10737 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10738 instead of GDB_OSABI_NETBSD_AOUT.
10739
10740 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10741
10742 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10743 copyright.
10744
10745 2004-01-23 Andrew Cagney <cagney@redhat.com>
10746
10747 * printcmd.c (display_command): Replace tui_set_display call with
10748 tui_set_layout_for_display_command.
10749 * tui/tui.h (enum tui_win_type): Define.
10750 (tui_set_layout): Delete declaration.
10751 (tui_set_layout_for_display_command): Rename set_tui_layout.
10752 * tui/tui-data.h (enum tui_layout_type): Define.
10753 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10754 "tui.h".
10755 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10756 (tui_default_win_height): Rename tuiDefaultWinHeight.
10757 (tui_default_win_viewport_height): Rename
10758 tuiDefaultWinViewportHeight.
10759 (tui_set_layout): RenametuiSetLayout.
10760 * tui/tui-layout.c: Update references.
10761 * tui/tui.c: Update references.
10762 * tui/tui-disasm.c: Update references.
10763
10764 2004-01-23 David Carlton <carlton@kealia.com>
10765
10766 Partial workaround for PR c++/1511:
10767 * cp-namespace.c: Include frame.h.
10768 (cp_lookup_transparent_type): New
10769 (cp_lookup_transparent_type_loop): New.
10770 * cp-support.h: Declare cp_lookup_transparent_type.
10771 * symtab.c (basic_lookup_transparent_type): Renamed from
10772 lookup_transparent_type.
10773 (lookup_transparent_type): Replace old body by a call to
10774 current_language->la_lookup_transparent_type.
10775 * symtab.h: Update copyright. Declare
10776 basic_lookup_transparent_type.
10777 * language.h: Update copyright.
10778 (struct language_defn): Add la_lookup_transparent_type.
10779 * language.c: Update copyright.
10780 (unknown_language_defn): Add basic_lookup_transparent_type.
10781 (auto_language_defn): Add basic_lookup_transparent_type.
10782 (local_language_defn): Add basic_lookup_transparent_type.
10783 * ada-lang.c: Update copyright.
10784 (ada_language_defn): Add basic_lookup_transparent_type.
10785 * c-lang.c: Update copyright.
10786 (c_language_defn): Add basic_lookup_transparent_type.
10787 (cplus_language_defn): Add basic_lookup_transparent_type.
10788 (asm_language_defn): Add basic_lookup_transparent_type.
10789 (minimal_language_defn): Add basic_lookup_transparent_type.
10790 * f-lang.c: Update copyright.
10791 (f_language_defn): Add basic_lookup_transparent_type.
10792 * jv-lang.c: Update copyright.
10793 (java_language_defn): Add basic_lookup_transparent_type.
10794 * m2-lang.c: Update copyright.
10795 (m2_language_defn): Add basic_lookup_transparent_type.
10796 * objc-lang.c: Update copyright.
10797 (objc_language_defn): Add basic_lookup_transparent_type.
10798 * p-lang.c: Update copyright.
10799 (p_language_defn): Add basic_lookup_transparent_type.
10800 * scm-lang.c: Update copyright.
10801 (scm_language_defn): Add basic_lookup_transparent_type.
10802 * Makefile.in (cp-namespace.o): Depend on frame.h.
10803
10804 2004-01-23 David Carlton <carlton@kealia.com>
10805
10806 Patch for PR c++/1520:
10807 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10808 properly if we have a specification die.
10809 (determine_prefix_aux): Rename from determine_prefix.
10810 (determine_prefix): Like the old determine_prefix, but never
10811 returns NULL.
10812
10813 2004-01-23 Theodore A. Roth <troth@openavr.org>
10814
10815 * avr-tdep.c: Update copyright.
10816 (avr_iaddr_p): Delete unused function.
10817 (avr_saddr_p): Delete unused function.
10818
10819 2004-01-23 David Carlton <carlton@kealia.com>
10820
10821 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10822 Fix for PR symtab/1534.
10823
10824 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10825
10826 * NEWS (New native configurations): Mention OpenBSD/sparc and
10827 OpenBSD/sparc64.
10828 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10829 * configure.host: Likewise.
10830 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10831 handler for OpenBSD.
10832 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10833
10834 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10835
10836 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10837 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10838
10839 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10840 * cli/cli-cmds.c (shell_escape): Likewise.
10841
10842 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10843 OpenBSD .note.openbsd.ident sections.
10844
10845 2004-01-22 David Carlton <carlton@kealia.com>
10846
10847 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10848 get_scope_pc_bounds.
10849 (read_file_scope): Ditto.
10850 (get_scope_pc_bounds): New function, produced by extracting code
10851 from the above two functions, consolidating it, and adding support
10852 for DW_TAG_namespace.
10853
10854 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10855
10856 * osabi.c (MAX_NOTESZ): New define.
10857 (check_note): New function.
10858 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10859 check_note.
10860
10861 2004-01-21 Roland McGrath <roland@redhat.com>
10862
10863 * MAINTAINERS (write after approval): Add myself.
10864
10865 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10866
10867 * utils.c (init_page_info): Move declarations of `rows' and
10868 `cols' before the __GO32__-specific code. Move the closing brace
10869 outside the #ifdef __GO32__..#endif block.
10870 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10871
10872 2004-01-21 Paul Brook <paul@codesourcery.com>
10873
10874 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10875 BPSTAT_WHAT_CHECK_SHLIBS.
10876
10877 2004-01-21 Paul Brook <paul@codesourcery.com>
10878
10879 * MAINTAINERS: Add myself to write-after-approval.
10880
10881 2004-01-20 Andrew Cagney <cagney@redhat.com>
10882
10883 * ax-gdb.c (print_axs_value): Delete unused function.
10884 * jv-lang.c (java_lookup_type): Delete unused function.
10885 * cli/cli-dump.c (dump_filetype): Delete unused function.
10886 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10887 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10888 (mips_getstring): Delete unused function.
10889 (pmon_insert_breakpoint): Delete #if0ed function.
10890 (PMON_MAX_BP): Delete #if0ed MACRO.
10891 (mips_pmon_bp_info): Delete #if0ed variable.
10892 (pmon_remove_breakpoint): Delete #if0ed function.
10893 * monitor.c (monitor_write_even_block): Delete unused function.
10894 (monitor_write_memory_block): Delete #if0ed code.
10895 * dink32-rom.c (dink32_load): Delete unused function.
10896 (_initialize_dink32_rom): Delete #if0ed code.
10897 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10898
10899 * tui/tui-command.c: Update references.
10900 * tui/tui-io.c: Update references.
10901 * tui/tui-command.h: Update copyright.
10902 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10903
10904 * source.c (ambiguous_line_spec): Delete never-defined function.
10905 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10906 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10907 * cli/cli-cmds.c (validate_comname): Ditto.
10908
10909 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10910 "tui-data.h".
10911 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10912 (tui_show_disassem): Rename tuiShowDisassem.
10913 (tui_show_disassem_and_update_source): Rename
10914 tuiVerticalDisassemScroll.
10915 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10916 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10917 * tui/tui.h: Update copyright.
10918 (enum tui_status): Define.
10919 * tui/tui-data.h (enum tui_scroll_direction): Define.
10920 * tui/tui-disasm.c: Update copyright. Update references.
10921 * tui/tui-winsource.c: Update copyright. Update references.
10922 * tui/tui-win.c: Update references.
10923 * tui/tui-layout.c: Update references.
10924
10925 2004-01-20 Andrew Cagney <cagney@redhat.com>
10926
10927 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10928 sym2 to start of block.
10929
10930 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
10931
10932 * MAINTAINERS: Delete mmalloc.
10933 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
10934 * NEWS: Mention removal of --with-malloc.
10935 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
10936 * config.in: Regenerate.
10937 * configure: Regenerate.
10938 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
10939 USE_MMALLOC, MMCHECK_FORCE.
10940 * gdbinit.in: Remove mmalloc.
10941 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
10942 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
10943 * config/i386/go32.mh: Likewise.
10944 * config/i386/interix.mh: Likewise.
10945 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
10946
10947 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
10948
10949 * linespec.c (decode_variable, symtab_from_filename): Call
10950 error_silent with error message instead of throwing an exception
10951 directly.
10952 * defs.h (error_silent, error_output_message): Add prototypes.
10953 (catch_exceptions_with_msg): Ditto.
10954 * utils.c (error_silent, error_output_message): New functions.
10955 * top.c (catch_exceptions_with_msg): New function.
10956
10957 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
10958
10959 * mi/mi-cmds.h (enum print_values): Add definition.
10960
10961 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
10962 type and value for simple data types and just the name and type
10963 for complex ones, if required.
10964
10965 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
10966 children, if required.
10967
10968 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10969
10970 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
10971 unused declarations.
10972
10973 2004-01-19 Andrew Cagney <cagney@redhat.com>
10974
10975 * top.h (mapped_symbol_files): Delete declaration.
10976 * main.c (captured_main): Delete option "m" and "mapped".
10977 * objfiles.c (mapped_symbol_files): Delete variable.
10978 * symfile.c (symbol_file_command): Delete mmap code.
10979 (symbol_file_add_with_addrs_or_offsets): Ditto.
10980 (add_symbol_file_command, reread_separate_symbols): Ditto.
10981 * objfiles.h (OBJF_MAPPED): Delete.
10982 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
10983 (free_objfile) [USE_MMALLOC]: Ditto.
10984 (open_existing_mapped_file): Delete function.
10985 (open_mapped_file): Delete function.
10986 (map_to_file): Delete function.
10987
10988 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10989
10990 * infrun.c (step_into_function): Account for possible breakpoint
10991 adjustment when computing ``stop_func_start''.
10992
10993 2004-01-19 Kevin Buettner <kevinb@redhat.com>
10994
10995 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
10996 the region size against the size of a pointer, not the size of
10997 a register as given by DEPRECATED_REGISTER_SIZE.
10998
10999 2004-01-19 Andrew Cagney <cagney@redhat.com>
11000
11001 * tui/tui-regs.h: Include "tui-data.h".
11002 (tuiFirstRegElementNoInLine): Delete declaration.
11003 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11004 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11005 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11006 (tui_calculate_regs_column_count): Rename
11007 tuiCalculateRegsColumnCount.
11008 (tui_check_register_values): Rename tuiCheckRegisterValues.
11009 (tui_show_registers): Rename tuiShowRegisters.
11010 (tui_display_registers_from_line): Rename
11011 tuiDisplayRegistersFromLine.
11012 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11013 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11014 (tui_first_reg_element_no_inline): Rename
11015 tuiFirstRegElementNoInLine.
11016 * tui/tui-data.h: Update copyright.
11017 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11018 * tui/tui-windata.c: Update copyright, update references.
11019 * tui/tui-regs.c: Update copyright, update references.
11020 * tui/tui-win.c: Update copyright, update references.
11021 * tui/tui-layout.c: Update copyright, update references.
11022
11023 2004-01-18 Andrew Cagney <cagney@redhat.com>
11024
11025 * tui/tui-io.c: Update copyright.
11026 (key_is_end_sequence, key_is_backspace): New functions.
11027 (key_is_command_char, key_is_start_sequence): New function.
11028 (tui_getc): Update references.
11029 * tui/tui-io.h: Update copyright.
11030 (m_tuiStartNewLine): Delete macro.
11031 (m_isBackspace, m_isDeleteChar): Delete macros.
11032 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11033 (m_isNextPage, m_isPrevPage): Delete macros.
11034 (m_isLeftArrow, m_isRightArrow): Delete macros.
11035 (m_isXdbStyleCommandChar): Delete macro.
11036 (key_is_start_sequence): Declare, replace m_isStartSequence.
11037 (key_is_end_sequence): Declare, replace m_isEndSequence.
11038 (key_is_backspace): Declare ,replace m_isBackspace.
11039 (key_is_command_char): Declare, replace m_isCommandChar.
11040 * tui/tui-command.c: Update copyright.
11041 (tuiDispatchCtrlChar): Update references.
11042
11043 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11044 tuiSourceWin.h.
11045
11046 * tui/tui-command.c: Rename tui/tuiCommand.c.
11047 * tui/tui-command.h: Rename tui/tuiCommand.h.
11048 * tui/tui-data.c: Rename tui/tuiData.c.
11049 * tui/tui-data.h: Rename tui/tuiData.h.
11050 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11051 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11052 * tui/tui-io.c: Rename tui/tuiIO.c.
11053 * tui/tui-io.h: Rename tui/tuiIO.h.
11054 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11055 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11056 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11057 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11058 * tui/tui-source.c: Rename tui/tuiSource.c.
11059 * tui/tui-source.h: Rename tui/tuiSource.h.
11060 * tui/tui-stack.c: Rename tui/tuiStack.c.
11061 * tui/tui-stack.h: Rename tui/tuiStack.h.
11062 * tui/tui-win.c: Rename tui/tuiWin.c.
11063 * tui/tui-win.h: Rename tui/tuiWin.h.
11064 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11065 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11066 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11067 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11068 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11069 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11070 * tui/tui-file.c: Update includes.
11071 * tui/tui-hooks.c: Update includes.
11072 * tui/tui-interp.c: Update includes.
11073 * tui/tui.c: Update includes.
11074 * Makefile.in: Update all tui/ dependencies.
11075 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11076
11077 * Makefile.in: Update copyright. Update dependencies.
11078
11079 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11080 problem.
11081
11082 2004-01-18 Andrew Cagney <cagney@redhat.com>
11083
11084 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11085 instead of register_gdbarch_init.
11086
11087 * remote-sds.c (tohex): Delete unused function. Update copyright.
11088 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11089 * v850-tdep.c (v850_register_virtual_size): Ditto.
11090 * target.c (normal_target_post_startup_inferior): Ditto.
11091 * source.c (ambiguous_line_spec): Ditto.
11092 * remote.c (adapt_remote_get_threadinfo): Ditto.
11093 * mi/mi-out.c (out_field_fmt): Ditto.
11094 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11095 (output_control_change_notification): Ditto.
11096 * m68k-tdep.c (m68k_register_byte): Ditto.
11097 (m68k_remote_breakpoint_from_pc): Ditto.
11098 * ui-out.c (init_ui_out_state): Delete unused declaration.
11099 * stabsread.c (search_value): Ditto.
11100 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11101 * maint.c (print_section_table): Ditto.
11102 * infrun.c (set_follow_fork_mode_command): Ditto.
11103
11104 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11105
11106 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11107 DW_CFA_def_cfa_exporession. Add support for
11108 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11109 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11110
11111 2004-01-18 Andrew Cagney <cagney@redhat.com>
11112
11113 * ocd.c: Update copyright.
11114 (bdm_read_register_command): Delete unused function.
11115 (_initialize_remote_ocd): Delete commented out reference.
11116 (get_quoted_char, reset_packet): Delete #if0ed function.
11117 (output_packet, put_quoted_char): Delete #if0ed function.
11118 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11119 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11120 (BDM_BREAKPOINT): Delete #if0ed macro.
11121 (remote_timeout): Delete #if0ed variable.
11122
11123 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11124
11125 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11126 (core-sol2.o): Remove dependency.
11127 * core-sol2.c: Remove file.
11128
11129 2004-01-17 Andrew Cagney <cagney@redhat.com>
11130
11131 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11132 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11133 enums.
11134
11135 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11136
11137 * remote.c: Update copyright years.
11138
11139 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11140
11141 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11142
11143 2004-01-17 Andrew Cagney <cagney@redhat.com>
11144
11145 * mdebugread.c: Update copyright.
11146 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11147 (parse_type, parse_procedure): Ditto.
11148 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11149
11150 * cris-tdep.c (cris_store_struct_return): Put back accidently
11151 deleted function.
11152
11153 * gdbarch.sh: Update copyright year.
11154 * gdbarch.h, gdbarch.c: Re-generate.
11155
11156 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11157
11158 Suggested by George Anzinger.
11159 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11160 correct stack offset. Include unknown opcode numbers in the error
11161 message.
11162
11163 2004-01-17 Andrew Cagney <cagney@redhat.com>
11164
11165 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11166 extract_struct_value_address, i386 does not set it.
11167 * sparc64-tdep.c (sparc64_init_abi): Do not set
11168 extract_struct_value_address, never called.
11169 (sparc64_extract_struct_value_address): Delete function.
11170 * m68hc11-tdep.c: Update copyright.
11171 (m68hc11_gdbarch_init): Delete redundant assignment of
11172 extract_struct_value_address.
11173 * i386-tdep.c: Update copyright.
11174 (i386_gdbarch_init): Do not set extract_struct_value_address,
11175 never called.
11176 (i386_extract_struct_value_address): Delete function.
11177 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11178 extract_struct_value_address, never called.
11179 (sparc32_extract_struct_value_address): #if 0 function. Add
11180 comments explaining its future.
11181
11182 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11183
11184 * arm-tdep.c (arm_write_pc): New function.
11185 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11186
11187 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11188
11189 * breakpoint.c (must_shift_inst_regs): Delete.
11190 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11191 and SHIFT_INST_REGS.
11192 * infcmd.c (step_1, step_1_continuation): Delete references to
11193 SHIFT_INST_REGS.
11194 * infrun.c (keep_going): Likewise.
11195 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11196 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11197
11198 2004-01-17 Andrew Cagney <cagney@redhat.com>
11199
11200 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11201 * gdbarch.h, gdbarch.c: Re-generate.
11202 * infcmd.c (print_return_value): Delete reference to
11203 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11204
11205 * cris-tdep.c (cris_gdbarch_init): Do not set
11206 deprecated_extract_struct_value_address.
11207
11208 * xstormy16-tdep.c: Update copyright.
11209 (xstormy16_extract_struct_value_address): Update to current
11210 extract struct value address interface.
11211 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11212 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11213 current extract struct value address interface.
11214 (sh64_gdbarch_init): Set extract_struct_value_address.
11215
11216 * cris-tdep.c: Update copyright.
11217 (cris_extract_struct_value_address): Delete function.
11218 (struct_return_address): Delete variable.
11219 (cris_store_struct_return): Do not set struct_return_address.
11220
11221 * mcore-tdep.c: Update copyright.
11222 (mcore_extract_struct_value_address): Delete function. Update
11223 comments.
11224 (mcore_gdbarch_init): Update.
11225 * mn10300-tdep.c: Update copyright.
11226 (mn10300_extract_struct_value_address): Delete function.
11227 (mn10300_gdbarch_init): Update.
11228 * v850-tdep.c: Update copyright.
11229 (v850_extract_struct_value_address): Delete.
11230 (v850_gdbarch_init): Update.
11231 * ns32k-tdep.c: Update copyright.
11232 (ns32k_extract_struct_value_address): Delete.
11233 (ns32k_gdbarch_init): Update.
11234 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11235 (hppa_gdbarch_init): Update.
11236 * vax-tdep.c: Update copyright.
11237 (vax_extract_struct_value_address): Delete.
11238 (vax_gdbarch_init): Update.
11239
11240 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11241 * gdbarch.h, gdbarch.c: Re-generate.
11242 * procfs.c (procfs_fetch_registers): Delete reference to
11243 DEPRECATED_NPC_REGNUM.
11244 (procfs_store_registers): Ditto.
11245 * regcache.c (generic_target_write_pc): Simplify.
11246 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11247
11248 * core-sol2.c (fetch_core_registers): Replace
11249 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11250
11251 * hppa-tdep.c: Update copyright year.
11252 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11253 NPC_REGNUM.
11254 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11255
11256 * mips-tdep.c (mips_write_pc): New function.
11257 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11258 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11259 (mips_find_saved_regs, mips_software_single_step: Ditto.
11260 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11261 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11262
11263 2004-01-17 Andrew Cagney <cagney@redhat.com>
11264
11265 * mips-tdep.c: Re-indent. Group functions by ABI.
11266
11267 2004-01-17 Andrew Cagney <cagney@redhat.com>
11268
11269 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11270 * gdbarch.c: Re-generate.
11271 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11272 DECR_PC_AFTER_BREAK to zero.
11273 * vax-tdep.c (vax_gdbarch_init): Ditto.
11274 * v850-tdep.c (v850_gdbarch_init): Ditto.
11275 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11276 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11277 * sh-tdep.c (sh_gdbarch_init): Ditto.
11278 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11279 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11280 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11281 * mips-tdep.c (mips_gdbarch_init): Ditto.
11282 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11283 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11284 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11285 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11286 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11287 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11288 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11289 * frv-tdep.c (frv_gdbarch_init): Ditto.
11290 * cris-tdep.c (cris_gdbarch_init): Ditto.
11291 * avr-tdep.c (avr_gdbarch_init): Ditto.
11292 * arm-tdep.c (arm_gdbarch_init): Ditto.
11293 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11294
11295 2004-01-17 J. Brobecker <brobecker@gnat.com>
11296
11297 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11298 Delete, no longer used.
11299 (read_subrange_type): New function, mostly extracted from
11300 read_array_type().
11301 (read_array_type): Replace extracted code by call to
11302 read_subrange_type().
11303 (dwarf2_get_attr_constant_value): New function.
11304 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11305 (add_partial_symbol): Likewise.
11306 (process_die): Likewise.
11307 (new_symbol): Likewise.
11308 (read_type_die): Likewise.
11309
11310 2004-01-16 Andrew Cagney <cagney@redhat.com>
11311
11312 * symfile.c: Update copyright year.
11313 (compare_symbols): Delete unused function.
11314 * stabsread.c: Update copyright year.
11315 (lrs_general_complaint): Delete unused function.
11316 (ref_search_value): Ditto.
11317 (get_substring): Delete declaration.
11318 * sh64-tdep.c: Update copyright year.
11319 (sh64_get_gdb_regnum): Delete unused function.
11320 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11321 Delete unused function.
11322
11323 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11324
11325 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11326 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11327
11328 2004-01-16 Andrew Cagney <cagney@redhat.com>
11329
11330 Changes from Peter Schauer.
11331 * rs6000-tdep.c: Update copyright year.
11332 (rs6000_push_dummy_call): Update the stack pointer before
11333 accessing the corresponding stack region.
11334 * rs6000-nat.c: Update copyright year.
11335 (set_host_arch): Set "info.abfd" to "exec_bfd".
11336
11337 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11338
11339 * blockframe.c: Update copyright year.
11340 (inside_entry_func): Don't treat a zero PC specially.
11341
11342 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11343
11344 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11345 variable.
11346 (gcore_create_callback): Ditto. Skip any memory segment that has
11347 no permissions set.
11348
11349 2004-01-14 David Carlton <carlton@kealia.com>
11350
11351 Change symbols for C++ nested types to contain the fully qualified
11352 name, if possible. (At least in the DWARF-2 case.) Partial fix
11353 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11354 c++/895.
11355 * c-exp.y (qualified_type): Handle types nested within classes.
11356 * cp-namespace.c: Update comments.
11357 (cp_set_block_scope): Delete #if 0.
11358 (cp_lookup_nested_type): Handle types nested within classes.
11359 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11360 when appropriate.
11361 (add_partial_symbol): Add the name of the enclosing namespace to
11362 types.
11363 (pdi_needs_namespace): New.
11364 (add_partial_namespace): Tweak comment.
11365 (add_partial_structure): New.
11366 (psymtab_to_symtab_1): Initialize processing_current_prefix
11367 here...
11368 (process_die): instead of here.
11369 (read_structure_scope): Try to figure out the name of the class or
11370 namespace that the structure might be defined within.
11371 (read_enumeration): Generate fully-qualified names, if possible.
11372 (read_namespace): Don't set name to NULL.
11373 (die_specification): New.
11374 (new_symbol): Generate fully-qualified names for types.
11375 (read_type_die): Determine appropriate prefix.
11376 (determine_prefix): New.
11377 (typename_concat): New.
11378 (class_name): New.
11379 * valops.c (value_aggregate_elt): Pass NOSIDE to
11380 value_struct_elt_for_reference.
11381 (value_struct_elt_for_reference): Make static, add NOSIDE
11382 parameter, call value_maybe_namespace_elt as a last resort.
11383 (value_namespace_elt): Break out code into
11384 value_maybe_namespace_elt.
11385 (value_maybe_namespace_elt): New.
11386
11387 2004-01-12 Andrew Cagney <cagney@redhat.com>
11388
11389 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11390 cooked floating-point registers.
11391 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11392 and value_to_register.
11393
11394 2004-01-13 Andrew Cagney <cagney@redhat.com>
11395
11396 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11397 * gdbarch.c: Re-generate.
11398 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11399 FUNCTION_START_OFFSET.
11400 * v850-tdep.c (v850_gdbarch_init): Ditto.
11401 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11402 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11403 * sh-tdep.c (sh_gdbarch_init): Ditto.
11404 * s390-tdep.c (s390_gdbarch_init): Ditto.
11405 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11406 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11407 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11408 * mips-tdep.c (mips_gdbarch_init): Ditto.
11409 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11410 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11411 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11412 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11413 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11414 * i386-tdep.c (i386_gdbarch_init): Ditto.
11415 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11416 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11417 * frv-tdep.c (frv_gdbarch_init): Ditto.
11418 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11419 * cris-tdep.c (cris_gdbarch_init): Ditto.
11420 * avr-tdep.c (avr_gdbarch_init): Ditto.
11421 * arm-tdep.c (arm_gdbarch_init): Ditto.
11422 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11423
11424 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11425
11426 * infrun.c (follow_fork_mode_ask): Remove.
11427 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11428 (follow_fork): Simplify and remove internal error for
11429 follow_fork_mode_ask.
11430 (_initialize_infrun): Update "set follow-fork-mode" help text.
11431
11432 2004-01-13 Andrew Cagney <cagney@redhat.com>
11433
11434 * configure.in: Update copyright year.
11435 (build_warnings): Add -Wunused-label.
11436 * configure: Re-generate.
11437
11438 2004-01-12 Andrew Cagney <cagney@redhat.com>
11439
11440 * exec.h (exec_ops): Make "extern".
11441
11442 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11443 the function is void.
11444 (mips_pseudo_register_write): Ditto.
11445
11446 2004-01-12 Andrew Cagney <cagney@redhat.com>
11447
11448 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11449 call. Never defined.
11450 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11451 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11452 (struct sparc_gregset, struct regcache): Ditto.
11453 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11454
11455 2004-01-12 Andrew Cagney <cagney@redhat.com>
11456
11457 * mi/ChangeLog: Delete file. Renamed to ...
11458 * mi/ChangeLog-1999-2003: New file.
11459 * tui/ChangeLog: Delete file. Renamed to ...
11460 * tui/ChangeLog-1998-2003: New file.
11461
11462 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11463
11464 * sparc64nbsd-tdep.c: Include "regset.h".
11465 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11466 Remove variables.
11467 (fetch_core_registers): Remove function.
11468 (sparc64nbsd_core_fns): Remove variable.
11469 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11470 functions.
11471 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11472 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11473 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11474
11475 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11476 sparc_extract_struct_value_address.
11477 (sparc32_gdbarch_init): Set extract_struct_value_address.
11478 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11479 function.
11480 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11481 return_value_on_stack.
11482
11483 * NEWS: Mention that %cs and %ss have been added to the AMD64
11484 configurations
11485
11486 * frame.c: Update copyright year.
11487 (get_prev_frame): Improve comment.
11488
11489 * sparc64fbsd-tdep.c: Include "regset.h".
11490 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11491 Remove variables.
11492 (fetch_core_registers): Remove function.
11493 (sparc64fbsd_core_fns): Remove variable.
11494 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11495 functions.
11496 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11497 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11498 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11499
11500 * sparcnbsd-tdep.c: Include "regset.h".
11501 (fetch_core_registers): Remove function.
11502 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11503 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11504 functions.
11505 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11506 TDEP->fpregset.
11507 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11508
11509 * sparc-tdep.h (struct regset): Provide opaque declaration.
11510 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11511 fpregset and sizeof_fpregset members.
11512 * sparc-tdep.c (struct regset): Provide opaque declaration.
11513 (sparc_regset_from_core_section): New function.
11514 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11515 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11516 Set regset_from_core_section when appropriate.
11517
11518 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11519
11520 * x86-64-tdep.c (amd64_non_pod_p): New function.
11521 (amd64_classify_aggregate): Return class memory for non-POD
11522 C++ structure types.
11523
11524 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11525 argument. Use it to reserve a register if necessary.
11526 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11527 amd64_push_arguments.
11528
11529 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11530
11531 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11532 register numbers in comments.
11533 * x86-64-tdep.h: Update copyright year.
11534 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11535 Adjust for addition of %cs and %ss.
11536 * amd64fbsd-nat.c: Update copyright year.
11537 (reg_offset): Add register offsets for %cs and %ss.
11538 * amd64fbsd-tdep.c: Update copyright year.
11539 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11540 (amd64fbsd_sc_reg_offset): Likewise.
11541 * x86-64-linux-nat.c: Update copyright year.
11542 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11543 and %ss.
11544 * amd64nbsd-nat.c: Update copyright year.
11545 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11546 * amd64nbsd-tdep.c: Update copyright year.
11547 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11548 * x86-64-linux-tdep.c: Update copyright year.
11549 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11550 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11551 * regformats/reg-x86-64.dat: Add %cs and %ss.
11552
11553 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11554 variables to prevent long lines. Update comments to reflect
11555 reality.
11556
11557 2004-01-09 David Carlton <carlton@kealia.com>
11558
11559 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11560 * dwarf2read.c (read_namespace): Pull out name-generating code
11561 into namespace_name. Rename previous_namespace to previous_prefix
11562 and processing_current_namespace to processing_current_prefix..
11563 (namespace_name): New function.
11564 (add_partial_symbol): Substitute uses of pdi->name with
11565 actual_name.
11566 * cp-support.h: Rename processing_current_namespace to
11567 processing_current_prefix.
11568 Update copyright year.
11569 * cp-namespace.c: Rename processing_current_namespace to
11570 processing_current_prefix.
11571 Update copyright year.
11572
11573 2004-01-09 Andrew Cagney <cagney@redhat.com>
11574
11575 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11576
11577 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11578
11579 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11580 complaining.
11581 (process_one_symbol): Deal with N_PATCH stabs.
11582
11583 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11584
11585 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11586 ifdeffed code.
11587 Update copyright year.
11588
11589 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11590
11591 * config/pa/tm-hppa.h: Update extern declarations for
11592 hppa32_hpux_frame_saved_pc_in_sigtramp,
11593 hppa32_hpux_frame_base_before_sigtramp, and
11594 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11595
11596 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11597
11598 * config/pa/tm-hppah.h: Update copyright years.
11599
11600 2004-01-08 Andrew Cagney <cagney@redhat.com>
11601
11602 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11603 (mips_o32_reg_struct_has_addr): Delete function.
11604 (mips_gdbarch_init): Update.
11605 (mips_extract_struct_value_address): Delete function.
11606
11607 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11608
11609 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11610 reality.
11611
11612 2004-01-07 Andrew Cagney <cagney@redhat.com>
11613
11614 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11615 architecture's elf flags (when available).
11616
11617 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11618 FPU to the start, check the MIPS FPU when looking for an old
11619 architecture.
11620 (set_mipsfpu_single_command): Update the architecture.
11621 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11622
11623 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11624 (mips_mask_address_p): Add "tdep" parameter.
11625 (show_mask_address, mips_addr_bits_remove): Update.
11626 (mips_dump_tdep): Update.
11627 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11628 (MIPS_STACK_ARGSIZE): Delete macro.
11629 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11630 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11631 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11632 (mips_dump_tdep): Update.
11633 (MIPS_SAVED_REGSIZE): Delete macro.
11634 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11635 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11636 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11637 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11638 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11639 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11640 (mips_pop_frame, return_value_location): Update.
11641 (mips_n32n64_return_value, mips_dump_tdep): Update.
11642
11643 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11644 MIPS ABI.
11645
11646 * mips-tdep.c: Update copyright.
11647 (mips_gdbarch_init): Merge two code blocks handling the register
11648 name and number layout.
11649
11650 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11651
11652 * tracepoint.c (validate_actionline): Fix segv at EOF
11653
11654 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11655
11656 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11657 properly for static fields.
11658
11659 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11660 Jason Molenda <jmolenda@apple.com>
11661
11662 * disasm.c: Update copyright to include 2004.
11663 (do_mixed_source_and_assembly): For uiout asm list
11664 and tuple cleanups, initialize to null_cleanup instead of
11665 NULL and do so prior to loop. Only reset when we close off
11666 the tuple/list. Move check for whether to close off the
11667 asm tuple/list to after dump_insns call where it will be run
11668 on each loop iteration.
11669
11670 2004-01-05 Andrew Cagney <cagney@redhat.com>
11671
11672 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11673 should be a switch case and not a label.
11674 * mips-tdep.c (mips32_next_pc): Delete unused labels
11675 "greater_equal_branch" and "less_zero_branch".
11676 * jv-valprint.c (java_print_value_fields): Delete unused label
11677 "flush_it".
11678
11679 * target.c (unpush_target): Only close a target that is in the
11680 target stack.
11681
11682 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11683
11684 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11685 address from [sp + 64] instead of %o2.
11686
11687 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11688 fixes PR backtrace/1476.
11689
11690 2004-01-05 Andrew Cagney <cagney@redhat.com>
11691
11692 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11693 move to start of file.
11694 * i386-tdep.h (struct regcache): Add opaque declaration.
11695 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11696 declaration.
11697 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11698 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11699 * win32-nat.c (fake_create_process): Use ISO C style definition.
11700 * stabsread.c (define_symbol): Delete #ifndef
11701 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11702 stabs_argument_has_addr call, macro never defined.
11703
11704 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11705
11706 * op50-rom.c: Delete.
11707 * w89k-rom.c: Delete.
11708 * Makefile.in: Remove references.
11709
11710 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11711
11712 * x86-64-tdep.c: Update copyright year.
11713 (struct amd64_register_info): Rename from x86_64_register_info.
11714 (amd64_register_info): Rename from x86_64_register_info.
11715 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11716 (amd64_register_name): Rename from x86_64_register_name.
11717 (amd64_register_type): Rename from x86_64_register_type.
11718 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11719 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11720 (amd64_dwarf_reg_to_regnum): Rename from
11721 x86_64_dwarf_reg_to_regnum.
11722 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11723 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11724 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11725 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11726 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11727 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11728 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11729 (amd64_frame_cache): Rename from x86_64_frame_cache.
11730 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11731 (amd64_frame_prev_register): Rename from
11732 x86_64_frame_prev_register.
11733 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11734 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11735 (amd64_sigtramp_frame_cache): Rename from
11736 x86_64_sigtramp_frame_cache.
11737 (amd64_sigtramp_frame_prev_register): Rename from
11738 x86_64_sigtramp_frame_prev_register.
11739 (amd64_sigtramp_frame_unwind): Rename from
11740 x86_64_sigtramp_frame_unwind.
11741 (amd64_sigtramp_frame_sniffer): Rename from
11742 x86_64_sigtramp_frame_sniffer.
11743 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11744 (amd64_frame_base): Rename from x86_64_frame_base.
11745 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11746 (amd64_frame_align): Rename from x86_64_frame_align.
11747 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11748 (amd64_regset_from_core_section): Rename from
11749 x86_64_regset_from_core_section.
11750 (x86_64_init_abi): Update comments.
11751
11752 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11753
11754 * MAINTAINERS (write after approval): Add myself.
11755
11756 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11757
11758 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11759 `float' arguments.
11760
11761 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11762
11763 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11764 such that it mentions a specific version of GCC that exhibits this
11765 bug.
11766
11767 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11768
11769 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11770 structure that has a single `float' member, store it in %f1 in
11771 addition to %f0.
11772
11773 * sparc-sol2-nat.c: Add missing '\'.
11774
11775 * sparc-tdep.c (sparc32_return_value): New function.
11776 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11777 Remove functions.
11778 (sparc32_gdbarch_init): Set return_value, don't set
11779 extract_return_value, store_return_value, use_struct_convention
11780 and return_value_on_stack.
11781
11782 * sparc-sol2-nat.c: Add missing ')'.
11783
11784 2004-01-03 J. Brobecker <brobecker@gnat.com>
11785
11786 * infrun.c (handle_step_into_function): New function.
11787 (handle_inferior_event): Extract out some code into the new
11788 function above.
11789
11790 2004-01-03 J. Brobecker <brobecker@gnat.com>
11791
11792 * infrun.c (handle_inferior_event): Move the declaration of
11793 real_stop_pc inside the if blocks where it is used.
11794
11795 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11796
11797 * sparc64-tdep.c (sparc64_16_byte_align_p)
11798 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11799 Use check_typedef to get subtypes of structures and unions.
11800 (sparc64_store_return_value): Fix calculation of the appropriate
11801 offset into VALBUF when storing a structure or union.
11802 (sparc64_return_value): New function.
11803 (sparc64_use_struct_convention): Remove function.
11804 (sparc64_init_abi): Set return_value, don't set
11805 extract_return_value, store_return_value and
11806 use_struct_convention.
11807
11808 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11809
11810 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11811 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11812 gdb/config/alpha/xm-alphaosf.h,
11813 gdb/config/powerpc/tm-ppcle-eabi.h,
11814 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11815 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11816 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11817 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11818 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11819 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11820 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11821 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11822 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11823 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11824 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11825 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11826 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11827 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11828 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11829 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11830 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11831 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11832 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11833 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11834 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11835 Remove lines for .cvsignore files.
11836
11837 2004-01-03 J. Brobecker <brobecker@gnat.com>
11838
11839 * infrun.c: Back out the previous change.
11840
11841 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11842
11843 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11844 sparc-*-sunos4* to the list of REMOVED configurations.
11845
11846 * configure.tgt: Add back sparc-*-vxworks*.
11847 * remote-vxsparc.c: Remove all includes except for "defs.h",
11848 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11849 Include "sparc-tdep.h".
11850 (SPARC_R_G1): New define.
11851 (vxsparc_gregset): New variable.
11852 (ext_format_sparc): Remove extern declaration.
11853 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11854 sparc32_supply_fpregset.
11855 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11856 sparc_collect_rwindow and sparc32_collect_fpregset.
11857 * config/sparc/tm-vxworks.h: New file, based on recently removed
11858 tm-vxsparc.h.
11859 * config/sparc/vxworks.mt: New file, based on recently removed
11860 vxworks.mt.
11861
11862 2004-01-03 J. Brobecker <brobecker@gnat.com>
11863
11864 * infrun.c (handle_step_into_function): New function.
11865 (handle_inferior_event): Extract out some code into the new
11866 function above.
11867
11868 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11869
11870 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11871 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11872 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11873 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11874 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11875 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11876 (sparc_nat_h): New variable.
11877 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11878 (tm-sun4os4.h): Remove dependency.
11879 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11880 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11881 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11882 sparc-tdep.o): Update dependencies.
11883 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11884 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11885 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11886 dependencies.
11887 * configure.host: Remove existing sparc-*-lynxos*,
11888 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11889 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11890 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11891 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11892 triplets.
11893 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11894 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11895 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11896 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11897 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11898 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11899 sparc64-*-solaris2* and sparc64-*-* triplets.
11900 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11901 "symtab.h" and "objfiles.h".
11902 (BIAS): Remove define.
11903 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11904 (X_DISP19): Remove macros.
11905 (sparc_fetch_instruction): Remove function.
11906 (struct gdbarch_tdep): Remove definition.
11907 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11908 (sparc_breakpoint_from_pc): Remove function.
11909 (struct sparc64_frame_cache): Remove definition.
11910 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11911 sparc64_unwind_pc): Remove functions.
11912 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11913 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11914 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11915 (sparc64_frame_cache): Change return type to `struct
11916 sparc_frame_cache *'. Simply call sparc_frame_cache.
11917 (sparc64_frame_this_id, sparc64_frame_prev_register,
11918 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11919 instead of `struct sparc64_frame_cache.
11920 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11921 sparc_analyze_control_transfer, sparc_software_single_step,
11922 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11923 _initialize_sparc64_tdep): Remove functions.
11924 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11925 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11926 macros.
11927 (sparc64_supply_gregset, sparc64_collect_gregset,
11928 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
11929 (sparc64_init_abi): New function.
11930 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
11931 inclusion guard. Include "sparc-tdep.h".
11932 (BIAS): Define.
11933 (r_tstate_offset, r_fprs_offset): New defines.
11934 (enum sparc_regnum): Remove defenition.
11935 (enum sparc64_regnum): Reformat.
11936 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
11937 (sparc64_init_abi, sparc64_supply_gregset,
11938 sparc64_collect_gregset, sparc64_supply_fpregset,
11939 sparc64_collect_fpregset): New prototypes.
11940 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
11941 Add extern declarations.
11942 (sparc64_sol2_init_abi): New prototype.
11943 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11944 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11945 prototypes.
11946 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
11947 "sparnbsd-nat.h".
11948 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
11949 functions.
11950 (_initialize_sparc64fbsd_nat): Remove initialization of
11951 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
11952 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
11953 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
11954 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
11955 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
11956 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
11957 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
11958 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
11959 (sparc64fbsd_r_y_offset): Remove variables.
11960 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11961 Make static and const.
11962 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
11963 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
11964 functions.
11965 (sparc64fbsd_gregset): New variable.
11966 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
11967 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
11968 and sparc64_supply_fpregset.
11969 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
11970 (sparc64fbsd_sigtramp_frame_this_id)
11971 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
11972 (sparc64fbsd_sigtramp_frame_unwind): New variable.
11973 (sparc64fbsd_sigtramp_frame_sniffer): New function.
11974 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
11975 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
11976 * sparcnbsd-tdep.c: Update copyright year. Include
11977 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
11978 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
11979 "value.h" and "sparcnbsd-tdep.h".
11980 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
11981 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
11982 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
11983 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
11984 defines.
11985 (sparcnbsd_gregset): New variable.
11986 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
11987 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
11988 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
11989 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
11990 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
11991 variables.
11992 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
11993 (sparc32nbsd_sigcontext_frame_this_id)
11994 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
11995 (sparc32nbsd_sigcontext_frame_unwind): New variable.
11996 (sparc32nbsd_sigtramp_frame_sniffer): New function.
11997 (sparcnbsd_get_longjmp_target_32,
11998 sparcnbsd_get_longjmp_target_64): Remove functions.
11999 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12000 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12001 sparcnbsd_init_elf): Remove.
12002 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12003 (sparcnbsd_elf_init_abi): New functions.
12004 (_initialize_sparcnbsd_tdep): New prototype.
12005 (_initialize_sparnbsd_tdep): Update.
12006 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12007 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12008 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12009 * config/sparc/linux.mh: Update comment.
12010 (XM_FILE, HOST_IPC): Remove variables.
12011 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12012 sparc-linux-nat.o.
12013 * config/sparc/linux.mt: Update comment.
12014 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12015 * config/sparc/nbsd.mt: Reformat.
12016 * config/sparc/nbsd64.mh: Update comment.
12017 (NATDEPFILES): Add sparc-nat.o.
12018 * config/sparc/nbsd64.mt: Update comment.
12019 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12020 (TM_FILE): Set to tm-nbsd.h.
12021 * config/sparc/nbsdelf.mh: Update comment.
12022 (NATDEPFILES): Add sparc-nat.o.
12023 (XM_FILE): Delete.
12024 * config/sparc/nbsdaout.mh: Update comment.
12025 (NATDEPFILES): Add sparc-nat.o
12026 (XM_FILE): Delete.
12027 * config/sparc/nm-linux.h: Update copyright year. Don't include
12028 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12029 inclusion.
12030 (KERNEL_U_SIZE): Remove define.
12031 (kernel_u_size): Remove prototype.
12032 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12033 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12034 "regcache.h".
12035 (CHILD_PREPARE_TO_STORE): Remove define.
12036 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12037 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12038 sparcnbsd-nat.c: Rewrite files.
12039 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12040 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12041 sparcnbsd-tdep.h: Remove files.
12042 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12043 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12044 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12045 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12046 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12047 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12048 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12049 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12050 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12051 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12052 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12053 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12054 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12055 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12056 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12057 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12058 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12059 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12060 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12061
12062 2004-01-02 Andrew Cagney <cagney@redhat.com>
12063
12064 From 2003-12-18 Kazuhiro Inaoka:
12065 * configure.host: Add m32r-linux target.
12066
12067 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12068
12069 * top.c (print_gdb_version): Update year to 2004.
12070
12071 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12072
12073 * MAINTAINERS: Add myself to the write-after-approval category.
12074
12075 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12076
12077 From Bernardo Innocenti <bernie@develer.com>:
12078 * configure.tgt: Add uClinux target.
12079
12080 2004-01-02 Andrew Cagney <cagney@redhat.com>
12081
12082 * utils.c (do_my_cleanups): Make static, add forward declaration.
12083 * defs.h (do_my_cleanups): Delete declaration.
12084
12085 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12086
12087 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12088 bfd/ChangeLog-0203.
12089
12090 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12091
12092 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12093 in <machine/reg.h>.
12094 * configure, config.in: Regenerate.
12095
12096 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12097 tui/ChangeLog-1998-2003.
12098 \f
12099 Local Variables:
12100 mode: change-log
12101 left-margin: 8
12102 fill-column: 74
12103 version-control: never
12104 End:
This page took 0.311653 seconds and 3 git commands to generate.