2004-09-20 Andrew Cagney <cagney@gnu.org>
[binutils-gdb.git] / gdb / ChangeLog
1 2004-09-20 Andrew Cagney <cagney@gnu.org>
2
3 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
4 CHILD_RESUME.
5 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
6 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
7 KILL_INFERIOR.
8 * infptrace.c: Update.
9
10 2004-09-19 Daniel Jacobowitz <dan@debian.org>
11
12 * symtab.c (output_source_filename): Mark first argument as const.
13 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
14 for "info sources" output.
15
16 2004-09-20 Mark Kettenis <kettenis@gnu.org>
17
18 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
19 <machine/vmparam.h>.
20 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
21 (register_u_addr): Remove prototype.
22
23 2004-09-19 Mark Kettenis <kettenis@gnu.org>
24
25 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
26 (i386bsd_fetch_inferior_registers): Rename from
27 fetch_inferior_registers. Make static.
28 (i386bsd_store_inferior_registers): Rename from
29 store_inferior_registers. Make static.
30 (i386bsd_target): New function.
31 * i386bsd-nat.h: New file.
32 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
33 "i386bsd-nat.h".
34 (i386fbsd_resume): Rename from child_resume. Make static.
35 (_initialize_i386fbsd_nat): Construct and add target vector.
36 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
37 (_initialize_i386nbsd_nat): Construct and add target vector.
38 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
39 Remove defines.
40 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
41 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
42 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
43 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
44 (LOADLIBES): New variable.
45 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
46 inf-ptrace.o. Remove inftarg.o.
47 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
48 inf-ptrace.o. Remove inftarg.o.
49 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
50 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
51 (LOADLIBES): New variable.
52 * Makefile.in (i386bsd_nat_h): New variable.
53 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
54 dependencies.
55
56 * sparc64nbsd-tdep.c: Include "objfiles.h".
57 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
58 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
59 svr4_lp64_fetch_link_map_offsets.
60 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
61 "nbsd-tdep.h".
62 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
63 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
64 svr4_lp64_fetch_link_map_offsets.
65 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
66 dependencies.
67
68 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
69 * fbsd-nat.h: New file.
70 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
71 (fbsd_nat_h): New variable.
72 (fbsd-nat.o): New dependency.
73
74 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
75 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
76
77 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
78 comment.
79
80 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
81
82 * ada-exp.y (type_int): New function to add layer of abstraction
83 around references to expression types.
84 (type_long): Ditto.
85 (type_long_long): Ditto.
86 (type_float): Ditto.
87 (type_double): Ditto.
88 (type_long_double): Ditto.
89 (type_char): Ditto.
90 (type_system_address): Ditto.
91 (simple_exp): Use type_* functions in place of builtin_*
92 variables.
93 (exp): Ditto.
94 (write_var_from_name): Ditto.
95 (write_object_renaming): Ditto.
96 * ada-lang.c (ada_create_fundamental_type): Remove redundant
97 declaration.
98 (build_ada_types): Remove, replacing with...
99 (ada_language_arch_info): New function to initialize primitive
100 type vector in language_arch_info.
101 (ada_array_length): Remove use of builtin_type_ada_int.
102 (value_pos_atr): Ditto.
103 (ada_evaluate_subexp): Ditto.
104 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
105 builtin_type_ada_long_long, builtin_type_ada_char,
106 builtin_type_ada_float, builtin_type_ada_double,
107 builtin_type_ada_long_double, builtin_type_ada_natural,
108 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
109 (ada_builtin_types): Remove.
110 (ada_language_defn): Remove entries for la_builtin_type_vector and
111 string_char_type and use ada_language_arch_info.
112 (_initialize_ada_language): Do type-vector initialization along
113 the lines of c-lang.c.
114 (ada_create_fundamental_type): Break up line.
115 (ada_dump_symtab): Remove unused function.
116 (enum ada_primitive_types): Define.
117 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
118 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
119 builtin_type_ada_float, builtin_type_ada_double,
120 builtin_type_ada_long_double, builtin_type_ada_natural,
121 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
122 * ada-lex.l: Use type_* functions in place of builtin_* variables.
123 (processInt): Ditto.
124 (processReal): Ditto.
125 (name_lookup): Ditto.
126 * ada-typeprint.c (print_range): Use builtin_type_int, not
127 builtin_type_ada_int.
128
129 2004-09-18 Mark Kettenis <kettenis@gnu.org>
130
131 * i386-tdep.c (i386_register_name): Rename regno to regnum.
132
133 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
134 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
135 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
136 * configure.in: Improve checks for curses library by checking for
137 mvwaddstr instead of initscr. Drop HP curses in favour of
138 standard curses on HP-UX.
139 * configure: Regenerated.
140
141 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
142
143 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
144 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
145 Minor formatting changes.
146 (empty_array): Slight rewrite for formatting.
147 (emit_char,parse,ada_language_defn,build_ada_types,
148 ada_is_exception_sym, _initialize_ada_language): Move
149 definitions around.
150 (ada_dump_symtab): Remove unused definition.
151 (ada_maybe_exception_partial_symbol): Remove unused definition.
152
153 2004-09-16 Andrew Cagney <cagney@gnu.org>
154
155 * inf-child.c: Include "gdb_string.h".
156 (inf_child_core_file_to_sym_file): Delete.
157 (inf_child_target): Set to_fetch_registers and to_store_registers.
158 * inf-ptrace.c: Include "gdb_string.h".
159 * Makefile.in: Update all dependencies.
160
161 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
162 problem.
163
164 2004-09-14 Joel Brobecker <brobecker@gnat.com>
165
166 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
167 call to heuristic_proc_desc. Remove code that became redundant
168 as a consequence.
169 (read_next_frame_reg): Remove special case for SP_REGNUM.
170 (set_reg_offset): Fix small typo.
171 (reset_saved_regs): New procedure.
172 (mips32_heuristic_proc_desc): No longer compute a fake
173 procedure descriptor. Compute the full frame cache instead.
174 Some minor comment reformatting.
175
176 2004-09-14 Andrew Cagney <cagney@gnu.org>
177
178 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
179 maintainer.
180
181 * thread-db.c (thread_db_new_objfile): Assume that there is a
182 child process.
183
184 2004-09-13 Jim Blandy <jimb@redhat.com>
185
186 * valops.c (value_assign): Move 'buffer' to the enclosing block,
187 so that its storage isn't referenced after its lifetime ends.
188
189 * valops.c (value_assign): 'use_buffer' is initialized to zero,
190 and never assigned to. Delete it, and the 'if (use_buffer)'
191 clauses. Delete 'raw_buffer', since it is now unused.
192
193 2004-09-13 Andrew Cagney <cagney@gnu.org>
194
195 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
196 * configure: Re-generate.
197 * nlm/Makefile.in (TAGS): Update.
198 * Makefile.in (TAGS): Update.
199 * config/vax/nbsd.mt (TM_FILE): Update.
200 * config/sparc/vxworks.mt (TM_FILE): Update.
201 * config/sparc/sol2.mt (TM_FILE): Update.
202 * config/sparc/sol2-64.mt (TM_FILE): Update.
203 * config/sparc/obsd64.mt (TM_FILE): Update.
204 * config/sparc/obsd.mt (TM_FILE): Update.
205 * config/sparc/nbsd64.mt (TM_FILE): Update.
206 * config/sparc/nbsd.mt (TM_FILE): Update.
207 * config/sparc/linux64.mt (TM_FILE): Update.
208 * config/sparc/linux.mt (TM_FILE): Update.
209 * config/sparc/fbsd.mt (TM_FILE): Update.
210 * config/sh/wince.mt (TM_FILE): Update.
211 * config/sh/nbsd.mt (TM_FILE): Update.
212 * config/sh/linux.mt (TM_FILE): Update.
213 * config/sh/embed.mt (TM_FILE): Update.
214 * config/s390/s390.mt (TM_FILE): Update.
215 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
216 * config/rs6000/rs6000.mt (TM_FILE): Update.
217 * config/rs6000/aix4.mt (TM_FILE): Update.
218 * config/powerpc/vxworks.mt (TM_FILE): Update.
219 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
220 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
221 * config/powerpc/obsd.mt (TM_FILE): Update.
222 * config/powerpc/nbsd.mt (TM_FILE): Update.
223 * config/powerpc/linux.mt (TM_FILE): Update.
224 * config/powerpc/aix.mt (TM_FILE): Update.
225 * config/pa/obsd.mt (TM_FILE): Update.
226 * config/pa/linux.mt (TM_FILE): Update.
227 * config/pa/hppahpux.mt (TM_FILE): Update.
228 * config/pa/hppa64.mt (TM_FILE): Update.
229 * config/pa/hppa.mt (TM_FILE): Update.
230 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
231 * config/mips/wince.mt (TM_FILE): Update.
232 * config/mips/vxmips.mt (TM_FILE): Update.
233 * config/mips/nbsd.mt (TM_FILE): Update.
234 * config/mips/linux.mt (TM_FILE): Update.
235 * config/mips/irix6.mt (TM_FILE): Update.
236 * config/mips/irix5.mt (TM_FILE): Update.
237 * config/mips/embed.mt (TM_FILE): Update.
238 * config/m68k/vxworks68.mt (TM_FILE): Update.
239 * config/m68k/st2000.mt (TM_FILE): Update.
240 * config/m68k/os68k.mt (TM_FILE): Update.
241 * config/m68k/obsd.mt (TM_FILE): Update.
242 * config/m68k/nbsd.mt (TM_FILE): Update.
243 * config/m68k/monitor.mt (TM_FILE): Update.
244 * config/m68k/linux.mt (TM_FILE): Update.
245 * config/m68k/cisco.mt (TM_FILE): Update.
246 * config/ia64/linux.mt (TM_FILE): Update.
247 * config/ia64/aix.mt (TM_FILE): Update.
248 * config/ia64/ia64.mt (TM_FILE): Update.
249 * config/i386/vxworks.mt (TM_FILE): Update.
250 * config/i386/obsd64.mt (TM_FILE): Update.
251 * config/i386/obsd.mt (TM_FILE): Update.
252 * config/i386/nto.mt (TM_FILE): Update.
253 * config/i386/nbsd64.mt (TM_FILE): Update.
254 * config/i386/nbsd.mt (TM_FILE): Update.
255 * config/i386/linux64.mt (TM_FILE): Update.
256 * config/i386/linux.mt (TM_FILE): Update.
257 * config/i386/i386sol2.mt (TM_FILE): Update.
258 * config/i386/i386lynx.mt (TM_FILE): Update.
259 * config/i386/fbsd64.mt (TM_FILE): Update.
260 * config/i386/fbsd.mt (TM_FILE): Update.
261 * config/i386/cygwin.mt (TM_FILE): Update.
262 * config/h8300/h8300.mt (TM_FILE): Update.
263 * config/frv/frv.mt (TM_FILE): Update.
264 * config/cris/cris.mt (TM_FILE): Update.
265 * config/arm/wince.mt (TM_FILE): Update.
266 * config/arm/nbsd.mt (TM_FILE): Update.
267 * config/arm/linux.mt (TM_FILE): Update.
268 * config/arm/embed.mt (TM_FILE): Update.
269 * config/alpha/nbsd.mt (TM_FILE): Update.
270 * config/alpha/fbsd.mt (TM_FILE): Update.
271 * config/alpha/alpha.mt (TM_FILE): Update.
272 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
273 * config/alpha/alpha-linux.mt (TM_FILE): Update.
274
275 Eliminate event_loop_p, always has the value 1.
276 * defs.h (event_loop_p): Delete macro.
277 * breakpoint.c (until_break_command): Simplify.
278 * utils.c (prompt_for_continue): Simplify.
279 * tracepoint.c (read_actions): Simplify.
280 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
281 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
282 (set_prompt, init_main): Simplify.
283 (init_signals, disconnect): Delete, unused.
284 * remote.c (remote_async_resume)
285 (extended_remote_async_create_inferior): Simplify.
286 * mi/mi-interp.c (mi_input): Delete, unused.
287 (mi_interpreter_resume, mi_command_loop): Simplify.
288 * interps.c (current_interp_command_loop): Simplify.
289 * infrun.c (proceed): Simplify.
290 * infcmd.c (run_command, continue_command, step_1, jump_command)
291 (until_command, advance_command, finish_command)
292 (interrupt_target_command): Simplify.
293 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
294
295 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
296 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
297 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
298 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
299 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
300 * mips-tdep.c (mips_dump_tdep): Do not print same.
301
302 2004-09-12 Andrew Cagney <cagney@gnu.org>
303
304 * valprint.c (print_longest): Use fputs_filtered. Make "val"
305 const.
306 * Makefile.in (valprint.o): Delete explict rule.
307
308 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
309 reported by Dave Anderson.
310
311 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
312
313 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
314
315 2004-09-12 Salvador E. Tropea <set@users.sf.net>
316 Andrew Cagney <cagney@gnu.org>
317
318 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
319 (mi_cmd_data_list_register_values)
320 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
321 the register number computation.
322
323 2004-09-12 Andrew Cagney <cagney@gnu.org>
324
325 * ppcnbsd-nat.c: Include "inf-ptrace.h".
326 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
327 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
328 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
329 target.
330 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
331 inf-ptrace.o and inf-child.o.
332 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
333 * Makefile.in: Update dependencies.
334
335 2004-09-11 Andrew Cagney <cagney@gnu.org>
336
337 * language.c (hex_string, hex_string_custom): Move from here ...
338 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
339 (CELLSIZE): Increase to 50.
340 * language.h (hex_string, hex_string_custom): Move from here ...
341 * defs.h: ... to here.
342 * Makefile.in: Update all dependencies.
343
344 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
345
346 * language.c (local_hex_format_custom): Remove.
347 (local_hex_string): Rename to hex_string, use C format, and move to
348 utils.c
349 (local_hex_string_custom): Rename to hex_string_custom and change
350 interface. Now uses C format. Move to utils.c
351 (local_octal_format_custom): Remove.
352 (local_decimal_format_custom): Remove.
353 (unknown_language_defn): Remove language-specific number
354 formatting entries.
355 (auto_language_defn): Ditto.
356 (local_language_defn): Ditto.
357 * language.h (struct language_format_info): Delete declaration.
358 (struct language_defn): Remove language_format_info fields
359 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
360 (local_binary_format): Remove macro.
361 (local_binary_format_prefix): Remove macro.
362 (local_binary_format_specifier): Remove macro.
363 (local_binary_format_suffix): Remove macro.
364 (local_octal_format): Remove macro.
365 (local_octal_format_prefix): Remove macro.
366 (local_octal_format_specifier): Remove macro.
367 (local_octal_format_suffix): Remove macro.
368 (local_decimal_format): Remove macro.
369 (local_decimal_format_prefix): Remove macro.
370 (local_decimal_format_specifier): Remove macro.
371 (local_decimal_format_suffix): Remove macro.
372 (local_hex_format): Remove macro.
373 (local_hex_format_prefix): Remove macro.
374 (local_hex_format_specifier): Remove macro.
375 (local_hex_format_suffix): Remove macro.
376 (local_decimal_format_custom): Remove.
377 (local_octal_format_custom): Remove.
378 (local_hex_format_custom): Remove.
379 (local_hex_string): Rename to hex_string and move to defs.h.
380 (local_hex_string_custom): Rename to hex_string_custom, change
381 interface, and move to defs.h.
382 * utils.c: (int_string): New function.
383 (hex_string): New function (from language.c).
384 (hex_string_custom): New function (from language.c).
385 (octal2str): New function.
386 (decimal2str): Add width parameter.
387 (paddr_u): Use new decimal2str interface.
388 (paddr_d): Ditto.
389 * defs.h (hex_string): Declare.
390 (hex_string_custom): Declare.
391 (int_string): Declare.
392 * printcmd.c (print_scalar_formatted): Remove localized binary
393 formatting.
394 * valprint.c (print_longest): Use int_string.
395 (print_floating): Use C hex format.
396 (print_hex_chars): Ditto.
397 (print_binary_chars): Remove language-specific formatting.
398 (print_octal_chars): Use C octal format.
399 (print_decimal_chars): Delocalize format.
400 (print_decimal): Remove.
401 * ada-lang.c (ada_language_defn): Remove language-specific number
402 formatting entries.
403 * p-lang.c (pascal_language_defn): Ditto.
404 * c-lang.c (c_language_defn): Ditto.
405 (cplus_language_defn): Ditto.
406 (asm_language_defn): Ditto.
407 (minimal_language_defn): Ditto.
408 * f-lang.c (f_language_defn): Ditto.
409 * jv-lang.c (java_language_defn): Ditto.
410 * m2-lang.c (m2_language_defn): Ditto.
411 * scm-lang.c (scm_language_defn): Ditto.
412 * objc-lang.c (objc_language_defn): Ditto.
413 * memattr.c (mem_info_command): Use renamed hex_string_custom with
414 new interface.
415 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
416 * ui-out.c (ui_out_field_core_addr): Ditto.
417 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
418 * exec.c (print_section_info): Ditto.
419 * i387-tdep.c (print_i387_status_word): Ditto.
420 (print_i387_control_word): Ditto.
421 (i387_print_float_info): Ditto.
422 * maint.c (maint_print_section_info): Ditto.
423 * solib.c (info_sharedlibrary_command): Ditto.
424 * somsolib.c (som_sharedlibrary_info_command): Ditto.
425 * symtab.c (print_msymbol_info): Ditto.
426 * tracepoint.c (tracepoints_info): Ditto.
427 * solib-frv.c (lm_base): Ditto.
428 (frv_current_sos): Ditto.
429 (enable_break2): Ditto.
430 (enable_break): Ditto.
431 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
432 (process_one_symbol): Ditto.
433 * infcmd.c (program_info): Ditto.
434 * mdebugread.c (parse_partial_symbols): Ditto.
435 * symfile.c (add_symbol_file_command): Ditto.
436 * cli/cli-cmds.c (edit_command): Ditto.
437 (list_command): Ditto.
438 * infcall.c (call_function_by_hand): Ditto.
439 * remote-vx.c (vx_run_files_info): Ditto.
440 (vx_wait): Ditto.
441 (vx_attach): Ditto.
442 (vx_detach): Ditto.
443 (vx_kill): Ditto.
444 * aix-thread.c (pdc_symbol_addrs): Ditto.
445 (pdc_read_regs): Ditto.
446 (pdc_write_regs): Ditto.
447 (pdc_read_data): Ditto.
448 (pdc_write_data): Ditto.
449 * d10v-tdep.c (display_trace): Ditto.
450 * rs6000-nat.c (find_toc_address): Ditto.
451 * aix-thread.c: Don't include language.h.
452 * buildsym.c: Ditto.
453 * dbxread.c: Ditto.
454 * mdebugread.c: Ditto.
455 * rs6000-nat.c: Ditto.
456 * buildsym.c (make_blockvector): Use renamed hex_string.
457
458 2004-09-10 Jason Molenda (jmolenda@apple.com)
459
460 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
461 chars after 'if' or 'while' commands in user-defined commands.
462
463 2004-09-08 Jim Blandy <jimb@redhat.com>
464
465 Fix bug reported and analyzed by Olivier Crete:
466 * symfile.c (copy_section_addr_info): New function.
467 (symbol_file_add_with_addrs_or_offsets): Use it to save the
468 original set of address arguments, instead of handwritten code
469 that uses one length to allocate and a different length to
470 initialize. Use make_cleanup_free_section_addr_info.
471 * symfile.h (copy_section_addr_info): New declaration.
472 * utils.c: #include "symfile.h".
473 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
474 New functions.
475 * defs.h (make_cleanup_free_section_addr_info): New declaration.
476 * Makefile.in (utils.o): Update dependencies.
477
478 2004-09-08 Andrew Cagney <cagney@gnu.org>
479
480 * thread-db.c (keep_thread_db): Delete.
481 (thread_db_new_objfile, thread_db_create_inferior)
482 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
483
484 2004-09-08 Mark Kettenis <kettenis@gnu.org>
485
486 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
487 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
488 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
489 (i386_frameless_signal_p): Remove prototype.
490 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
491 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
492 I386_SSE_NUM_REGS.
493 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
494 instead of FP0_REGNUM.
495 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
496 of FP0_REGNUM and FPC_REGNUM.
497
498 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
499 (sunos_solib_create_inferior_hook): Don't call
500 sunos_relocate_main_executable.
501
502 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
503 solib_svr4_fetch_link_map_offsets to
504 svr4_ilp32_fetch_link_map_offsets.
505 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
506 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
507 svr4_ilp32_fetch_link_map_offsets.
508 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
509
510 2004-09-07 Jim Blandy <jimb@redhat.com>
511
512 * frame.h (frame_register): Doc fix.
513
514 2004-09-07 Andrew Cagney <cagney@gnu.org>
515
516 * vx-share/wait.h: Delete #ifdef USG.
517 * utils.c (request_quit): Ditto.
518 * tui/tui.c (tui_reset): Ditto.
519 * remote.c: Ditto.
520 * remote-sds.c: Ditto.
521 * remote-rdi.c: Ditto.
522 * mdebugread.c: Ditto.
523 * m68klinux-nat.c: Ditto.
524 * infttrace.c: Ditto.
525 * infptrace.c: Ditto.
526 * i386v-nat.c: Ditto.
527 * exec.c: Ditto.
528 * dbxread.c: Ditto.
529 * core-aout.c: Ditto.
530
531 2004-09-05 Joel Brobecker <brobecker@gnat.com>
532
533 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
534 heuristic_proc_desc.
535 (mips_insn32_frame_cache): Likewise.
536
537 2004-09-04 Joel Brobecker <brobecker@gnat.com>
538
539 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
540 left behind by error.
541
542 2004-09-04 Joel Brobecker <brobecker@gnat.com>
543
544 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
545 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
546
547 2004-09-04 Joel Brobecker <brobecker@gnat.com>
548
549 * config/rs6000/xm-aix4.h: Remove this file.
550 * config/rs6000/aix4.mh (XM_FILE): Delete.
551
552 2004-09-04 Joel Brobecker <brobecker@gnat.com>
553
554 * config/rs6000/xm-rs6000.h: Remove this file.
555 * config/rs6000/rs6000.mh (XM_FILE): Remove.
556
557 2004-09-03 Andrew Cagney <cagney@gnu.org>
558
559 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
560 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
561 only use.
562
563 * mips-tdep.c (temp_saved_regs): Delete.
564 (set_reg_offset): Replace saved_regs parameter with this_cache.
565 (heuristic_proc_desc, mips16_heuristic_proc_desc)
566 (mips32_heuristic_proc_desc): Add this_cache parameter.
567 (mips_insn32_frame_cache, mips_insn16_frame_cache)
568 (after_prologue): Pass a NULL this_cache.
569
570 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
571 non-kernel trap prologues.
572
573 * mips-tdep.c (find_proc_desc): Delete function.
574 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
575 simplify.
576 (mips_insn16_frame_cache): Replace find_proc_desc with code from
577 mips_insn32_frame_cache.
578
579 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
580 Simplify as NEXT_FRAME is NULL.
581 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
582
583 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
584 local variable.
585 (mips_skip_prologue): Update.
586
587 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
588 "cur_frame" parameter.
589 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
590 (mips_insn32_frame_cache, find_proc_desc): Update
591
592 * config/vax/nm-obsd.h: Delete file.
593 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
594 * config/vax/nm-nbsd.h: Delete file.
595 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
596 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
597 * config/sh/nm-nbsd.h: Delete file.
598 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
599 * config/rs6000/nm-rs6000ly.h: Delete file.
600 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
601 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
602 * config/powerpc/nm-obsd.h: Delete file.
603 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
604 * config/powerpc/nm-nbsd.h: Delete file.
605 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
606 * config/pa/nm-obsd.h: Delete file.
607 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
608 * config/mips/nm-nbsd.h: Delete file.
609 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
610 * config/m88k/nm-obsd.h: Delete file.
611 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
612 * config/m68k/nm-nbsd.h: Delete file.
613 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
614 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
615 * config/i386/nm-nbsd.h: Delete file.
616 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
617 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
618 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
619 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
620 * config/i386/nm-i386lynx.h: Delete file.
621 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
622 * config/arm/nm-nbsd.h: Delete file.
623 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
624 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
625
626 * config/i386/tm-fbsd.h: Delete file.
627 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
628 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
629
630 * config/rs6000/tm-rs6000-aix4.h: Delete file.
631 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
632 * config/rs6000/aix4.mt (TM_FILE): Set to
633 config/rs6000/tm-rs6000.h.
634 * config/powerpc/tm-ppc-aix.h: Delete file.
635 * config/powerpc/aix.mt (TM_FILE): Set to
636 config/rs6000/tm-rs6000.h.
637 * config/m68k/tm-linux.h: Delete file.
638 * config/m68k/linux.mt (TM_FILE): Set to solib.h
639 * config/i386/tm-linux64.h: Delete file.
640 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
641 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
642
643 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
644 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
645 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
646 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
647 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
648 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
649 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
650 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
651 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
652
653 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
654 gdb_host_cpu.
655
656 2004-09-02 Joel Brobecker <brobecker@gnat.com>
657
658 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
659 Minor reformatting. Some code factoring.
660
661 2004-09-02 Andrew Cagney <cagney@gnu.org>
662
663 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
664 * config/vax/tm-nbsd.h: Delete file.
665 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
666 * config/sparc/tm-vxworks.h: Delete file.
667 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
668 * config/sparc/tm-nbsd.h: Delete file.
669 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
670 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
671 * config/sparc/tm-linux.h: Delete file.
672 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
673 * config/s390/tm-linux.h: Delete file.
674 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
675 * config/pa/tm-bsd.h: Delete file.
676 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
677 * config/m68k/tm-obsd.h: Delete file.
678 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
679 * config/m68k/tm-nbsd.h: Delete file.
680 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
681 * config/i386/tm-vxworks.h: Delete file.
682 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
683 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
684 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
685 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
686 * config/i386/tm-nbsd.h: Delete file.
687 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
688 * config/i386/tm-i386lynx.h: Delete file.
689 * config/cris/cris.mt (TM_FILE): Set to solib.h.
690 * config/cris/tm-cris.h: Delete file.
691
692 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
693 * configure: Re-generate.
694 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
695 * config/arm/tm-nbsd.h: Delete file.
696
697 * config/powerpc/tm-ppcle-sim.h: Delete.
698 * config/powerpc/tm-ppcle-eabi.h: Delete.
699 * config/powerpc/tm-nbsd.h: Delete.
700 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
701 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
702 tm-ppcle-eabi.h.
703
704 * config/i386/nto.mh (NAT_FILE): Delete.
705 * config/i386/nm-nto.h: Delete.
706
707 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
708 * config/m68k/tm-os68k.h: Ditto.
709 * config/m68k/tm-monitor.h: Ditto.
710 * config/m68k/tm-cisco.h: Ditto.
711 * config/m68k/st2000.mt (TM_FILE): Delete.
712 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
713 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
714 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
715 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
716
717 * config/m68k/tm-st2000.h: Delete.
718 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
719 * config/sparc/fbsd.mt (TM_FILE): Delete.
720 * config/sparc/tm-fbsd.h: Delete.
721
722 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
723 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
724 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
725
726 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
727 GDB_TM_FILE and GDB_XM_FILE.
728 * gdbarch.c: Re-generate.
729 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
730 quotes in macro definition.
731 * configure.in: Re-generate.
732
733 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
734 validating architecture methods.
735 * gdbarch.c: Re-generate.
736
737 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
738 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
739 GDB_MULTI_ARCH_PARTIAL.
740 * gdbarch.h: Re-generate.
741
742 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
743 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
744 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
745 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
746 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
747 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
748 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
749 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
750 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
751 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
752 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
753 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
754
755 2004-09-01 Andrew Cagney <cagney@gnu.org>
756
757 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
758 and main_func_highpc.
759 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
760 * objfiles.c (init_entry_point_info, objfile_relocate): Update
761 * nlmread.c (nlm_symfile_read): Update.
762
763 2004-09-01 Joel Brobecker <brobecker@gnat.com>
764
765 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
766 (mips_insn32_frame_cache): Inline call to find_proc_desc.
767 (find_proc_desc): Remove dead code.
768
769 2004-09-01 Joel Brobecker <brobecker@gnat.com>
770
771 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
772
773 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
774
775 * observer.sh: Add struct so_list declaration.
776 * Makefile.in: Add dependencies on observer.h for solib.c and
777 breakpoint.c.
778 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
779 function.
780 (_initialize_breakpoint): Register
781 disable_breakpoints_in_unloaded_shlib as an observer of the
782 "solib unloaded" observation event.
783 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
784 call decode_line_1 so unfound breakpoint errors are silent.
785 * solib.c (update_solib_list): When a solib is discovered to have
786 been unloaded by the program, notify all observers of the
787 "solib unloaded" observation event.
788
789 2004-09-01 Andrew Cagney <cagney@gnu.org>
790
791 * frame.c: Include "objfiles.h".
792 (inside_main_func): New function.
793 (get_prev_frame): Use new inside_main_func.
794 * Makefile.in (frame.o): Update dependencies.
795 * defs.h (inside_main_func): Delete declaration.
796 * blockframe.c (inside_main_func): Delete function.
797
798 2004-08-31 Jim Blandy <jimb@redhat.com>
799
800 * dwarf2read.c (is_vtable_name): New function, based on logic from
801 read_structure_type, but passing the correct length to strncmp,
802 and using 'sizeof' instead of 'strlen'.
803 (read_structure_type): Call it.
804
805 2004-08-31 Joel Brobecker <brobecker@gnat.com>
806
807 * config/powerpc/aix.mh: Add comment.
808
809 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
810
811 * MAINTAINERS: Add self to Write-After-Approval.
812
813 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
814
815 * MAINTAINERS: Add self to Write-After-Approval.
816
817 2004-08-30 Andrew Cagney <cagney@gnu.org>
818
819 Fix PR breakpoints/1757.
820 * infrun.c (struct execution_control_state): Replace
821 remove_breakpoints_on_following_step with
822 step_after_step_resume_breakpoint.
823 (init_execution_control_state): Update.
824 (handle_inferior_event): For signals, when stepping off a
825 breakpoint, set step_after_step_resume_breakpoint. When
826 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
827 (keep_going): Delete code handling
828 remove_breakpoints_on_following_step.
829
830 2004-08-29 David Lecomber <david@streamline-computing.com>
831
832 Fix PR gdb/648
833 * language.h (enum array_ordering): New enum.
834 * language.h (struct language_defn): New la_array_ordering
835 attribute.
836 * language.c (unknown_language_defn, auto_language_defn)
837 (local_language_defn): Ditto.
838 * ada-lang.c (ada_language_defn): Ditto.
839 * c-lang.c (c_language_defn, cplus_language_defn)
840 (asm_language_defn, minimal_language_defn): Ditto.
841 * f-lang.c (f_language_defn): Ditto.
842 * jv-lang.c (java_language_defn): Ditto.
843 * m2-lang.c (f_language_defn): Ditto.
844 * objc-lang.c (objc_language_defn): Ditto.
845 * p-lang.c (pascal_language_defn): Ditto.
846 * scm-lang.c (scm_language_defn): Ditto.
847 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
848 oriented large to small in type structure.
849 * dwarf2read.c (read_array_order): New function.
850 (read_array_type): Use read_array_order to check row/column
851 major ordering.
852
853 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
854
855 * target.c (target_resize_to_sections): Check
856 current_target.to_sections for an old value when updating.
857
858 2004-08-27 Joel Brobecker <brobecker@gnat.com>
859
860 * procfs.c (dbx_link_bpt_addr): New static global variable.
861 (dbx_link_shadow_contents): New static global variable.
862 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
863 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
864 if we just hit it.
865 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
866 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
867 from run to run.
868 (procfs_create_inferior): Remove syssgi syscall-exit notifications
869 after the inferior has been forked.
870 (remove_dbx_link_breakpoint): New function.
871 (dbx_link_addr): New function.
872 (insert_dbx_link_bpt_in_file): New function.
873 (insert_dbx_link_bpt_in_region): New function.
874 (insert_dbx_link_breakpoint): New function.
875 (proc_trace_syscalls_1): New function, extracted from
876 proc_trace_syscalls.
877 (proc_trace_syscalls): Replace extract code by call to
878 proc_trace_syscalls_1.
879 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
880 is no longer valid.
881
882 2004-08-25 Jim Blandy <jimb@redhat.com>
883
884 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
885
886 2004-08-25 Andrew Cagney <cagney@gnu.org>
887
888 * infrun.c (struct execution_control_state): Delete field
889 "stepping_through_sigtramp".
890 (init_execution_control_state): Do not set same.
891 (context_switch): Do not pass same to save_infrun_state and
892 load_infrun_state.
893 * gdbthread.h (struct thread_info): Delete field
894 stepping_through_sigtramp.
895 (save_infrun_state, load_infrun_state): Delete parameter
896 stepping_through_sigtramp.
897 * thread.c (load_infrun_state, save_infrun_state): Update.
898
899 * infrun.c: Re-indent. Move expression operators to the beginning
900 of the line. Remove long disabled #if 0 code.
901
902 2004-08-24 Andrew Cagney <cagney@gnu.org>
903
904 * doublest.h (floatformat_ieee_quad): Rename
905 floatformat_ia64_quad.
906 * doublest.c (floatformat_ieee_quad): Rename
907 floatformat_ia64_quad.
908 (_initialize_doublest): Update.
909
910 2004-08-24 Jim Blandy <jimb@redhat.com>
911
912 * dwarf2expr.h (struct dwarf_expr_context): New members
913 'num_pieces' and 'pieces', for returning the result of an
914 expression that uses DW_OP_piece.
915 (struct dwarf_expr_piece): New struct type.
916 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
917 pieces.
918 (free_dwarf_expr_context): Free pieces, if any.
919 (add_piece): New function.
920 (execute_stack_op): Implement DW_OP_piece.
921 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
922 expression is a list of pieces, print an error message.
923 (dwarf2_loc_desc_needs_frame): If the expression yields
924 pieces, and any piece is in a register, then we need a frame.
925
926 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
927 the stack until we've decided what sort of result the evaluation
928 has produced. Use separate variables, with more specific names.
929
930 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
931
932 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
933 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
934 (arm_netbsd_init_abi_common): Register them.
935
936 2004-08-22 Mark Kettenis <kettenis@gnu.org>
937
938 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
939
940 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
941 safe_frame_unwind_memory instead of target_read_memory.
942
943 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
944 Reorder includes.
945 (fetch_register, store_register): Remove prototypes.
946 (child_resume): Reorganize code and comments such that it is
947 grouped a bit more logically.
948 (attach): Explicitly compare errno against 0.
949 (detach): Likewise. Use perror_with_name instead of
950 print_sys_errmsg.
951 * Makefile.in (infptrace.o): Update dependencies.
952
953 * ia64-linux-nat.c: Update copyright year.
954 (fetch_debug_register, store_debug_register)
955 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
956 PTRACE_TYPE_ARG3.
957 * config/ia64/nm-linux.h: Update copyright year.
958 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
959
960 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
961 from CORE_ADDR to struct frame_info *. Use
962 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
963 (amd64_linux_sigtramp_p): Adjust for changed signature of
964 and64_linux_sigtramp_start
965
966 * gdb_ptrace.h: GNU/Linux.
967
968 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
969 Remove defines.
970
971 * infptrace.c: Include "gdb_assert.h".
972 (PTRACE_XFER_TYPE): Remove define.
973 (offsetof): Only define if U_REGS_OFFSET isn't defined.
974 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
975 Tweak comment.
976 (fetch_inferior_registers, store_inferior_registers): Remove
977 redundant culry braces. Tweak comment. s/regno/regnum.
978 * Makefile.in (infptrace.o): Update dependencies.
979
980 * configure.in: Change test for return type of ptrace to default
981 to `long' instead of `int'.
982 * configure: Regenerate.
983
984 2004-08-21 Mark Kettenis <kettenis@gnu.org>
985
986 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
987
988 * configure.in: Check for ttrace function.
989 * configure, config.in: Regenerate.
990
991 * gdb_ptrace.h: New file.
992 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
993 <sys/ptrace.h>.
994 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
995 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
996 (attach): Don't define PT_ATTACH.
997 (detach): Don't define PT_DETACH.
998 * Makefile.in (gdb_ptrace_h): New variable.
999 (infptrace.o): Update dependencies.
1000
1001 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1002
1003 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1004 instead of `int' if not already defined.
1005 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1006 PTRACE_TYPE_ARG3.
1007 * infptrace.c (call_ptrace): Revert change that replaced
1008 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1009
1010 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1011
1012 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1013 Remove defines.
1014
1015 * linux-nat.c (kill_inferior): Add missing third and fourth
1016 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1017
1018 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1019 PTRACE_TYPE_RET.
1020
1021 * proc-why.c (proc_prettyfprint_why): Fix format string.
1022
1023 * solib-osf.c (osf_current_sos): Remove unsused label.
1024
1025 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1026 curses headers.
1027 * configure, config.in: Regenerate.
1028 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1029 <ncurses/ncurses.h>.
1030
1031 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1032 * config/nm-nbsd.h: Update copyright year.
1033 (PTRACE_ARG3_TYPE): Remove define.
1034
1035 * sparc-nat.c (fetch_inferior_registers)
1036 (store_inferior_registers, sparc_xfer_wcookie):
1037 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1038
1039 * alphabsd-nat.c (fetch_inferior_registers):
1040 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1041 PTRACE_TYPE_ARG3.
1042 * amd64bsd-nat.c (fetch_inferior_registers)
1043 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1044 PTRACE_TYPE_ARG3.
1045 * armnbsd-nat.c: Update copyright year.
1046 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1047 (store_register, store_regs, store_fp_register, store_fp_regs):
1048 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1049 * hppabsd-nat.c (fetch_inferior_registers)
1050 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1051 PTRACE_TYPE_ARG3.
1052 * i386bsd-nat.c (fetch_inferior_registers)
1053 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1054 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1055 * m68kbsd-nat.c (fetch_inferior_registers)
1056 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1057 PTRACE_TYPE_ARG3.
1058 * m88kbsd-nat.c (fetch_inferior_registers)
1059 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1060 PTRACE_TYPE_ARG3.
1061 * mipsnbsd-nat.c: Update copyright year.
1062 (fetch_inferior_registers, store_inferior_registers):
1063 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1064 * ns32knbsd-nat.c: Update copyright year.
1065 (fetch_inferior_registers, store_inferior_registers):
1066 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1067 * ppcnbsd-nat.c (fetch_inferior_registers):
1068 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1069 PTRACE_TYPE_ARG3.
1070 * ppcobsd-nat.c (fetch_inferior_registers):
1071 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1072 PTRACE_TYPE_ARG3.
1073 * shnbsd-nat.c: Update copyright year.
1074 (fetch_inferior_registers, store_inferior_registers):
1075 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1076 * vaxbsd-nat.c (fetch_inferior_registers)
1077 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1078 PTRACE_TYPE_ARG3.
1079
1080 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1081 PTRACE_TYPE_ARG3.
1082 * infptrace.c (call_ptrace, child_resume, attach, detach)
1083 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1084 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1085 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1086 PTRACE_TYPE_ARG3.
1087
1088 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1089
1090 * defs.h: Remove out-of-date comment.
1091 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1092 [!GETENV_PROVIDED] (getenv): Remove prototype.
1093
1094 * standalone.c: Remove file.
1095 * Makefile.in (standalone.o): Remove dependency.
1096
1097 * i386-linux-nat.c (dummy_sse_values): Remove function and
1098 prototype.
1099 (i386_linux_dr_get): Fix typo in comment.
1100 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1101
1102 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1103
1104 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1105 from declaration.
1106 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1107 from definition.
1108
1109 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1110
1111 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1112 parenthesis in definition.
1113 * configure: Regenerated.
1114
1115 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1116
1117 * PROBLEMS: Mention build/1411.
1118
1119 2004-08-09 Robert Millan <robertmh@gnu.org>
1120
1121 Committed by Nathanael Nerode.
1122 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1123 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1124
1125 2004-08-12 Andrew Cagney <cagney@gnu.org>
1126
1127 * NEWS: Mention fixes in GDB 6.2.1.
1128 * PROBLEMS: Remove mention of mips-irix.
1129
1130 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1131
1132 * config/powerpc/xm-aix.h: Delete.
1133 * config/powerpc/aix.mh (MH_FILE): Remove.
1134 * config/powerpc/aix432.mh (MH_FILE): Remove.
1135
1136 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1137
1138 * config/powerpc/aix.mh: Remove obsolete comment.
1139 * config/powerpc/aix432.mh: Likewise.
1140
1141 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1142
1143 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1144
1145 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1146
1147 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1148 this file is now empty.
1149 * config/xm-aix4.h: Remove, this file is no longer included
1150 anywhere.
1151
1152 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1153
1154 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1155 that file is now empty.
1156 (termdef): Remove prototype, function no longer used.
1157
1158 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1159
1160 * doc/gdbint.texinfo (Host Definition): Remove documentation
1161 for USE_O_NOCTTY, no longer used.
1162 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1163 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1164
1165 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1166
1167 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1168 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1169 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1170
1171 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1172
1173 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1174 instead of FIVE_ARG_PTRACE.
1175
1176 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1177 (new_tty): Use O_NOCTTY unconditionally.
1178
1179 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1180
1181 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1182 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1183 fflush on stdout.
1184
1185 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1186
1187 * xcoff_symfile_finish: Replace last call to xmfree by call
1188 to xfree.
1189
1190 2004-08-10 Andrew Cagney <cagney@gnu.org>
1191
1192 * main.c (captured_main): Delete call to init_malloc.
1193 * defs.h (init_malloc): Delete declaration.
1194 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1195 (init_malloc): Delete functions.
1196
1197 * defs.h (xmfree): Delete.
1198 * utils.c (xmfree): Delete function.
1199 (xfree): Inline calls to xmfree and mfree.
1200 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1201 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1202 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1203 * somread.c (som_symfile_finish): Ditto.
1204 * objfiles.c (allocate_objfile, free_objfile):
1205 * nlmread.c (nlm_symfile_finish): Ditto.
1206 * hpread.c (hpread_symfile_finish): Ditto.
1207 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1208 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1209 * coffread.c (coff_symfile_finish): Ditto.
1210
1211 * defs.h (xmcalloc): Delete declaration.
1212 * utils.c (xmcalloc): Delete.
1213 (xcalloc): Inline calls to xmcalloc and mcalloc.
1214 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1215 xcalloc and xfree.
1216 * symtab.c (create_demangled_names_hash): Ditto.
1217
1218 * defs.h (xmrealloc): Delete.
1219 * utils.c (xmrealloc): Delete.
1220 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1221 * symmisc.c (extend_psymbol_list): Use xrealloc.
1222 * source.c (find_source_lines): Ditto.
1223 * hpread.c (hpread_lookup_type): Ditto.
1224 * dbxread.c (add_bincl_to_list): Ditto.
1225
1226 * utils.c (xmmalloc): Delete.
1227 (xmalloc): Inline xmmalloc and mmalloc calls.
1228 (msavestring): Use xmalloc.
1229 * defs.h (xmmalloc): Delete declaration.
1230 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1231 xmmalloc.
1232 * symmisc.c (extend_psymbol_list): Ditto.
1233 * symfile.c (init_psymbol_list): Ditto.
1234 * source.c (find_source_lines): Ditto.
1235 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1236 * elfread.c (elf_symtab_read): Ditto.
1237 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1238 * coffread.c (coff_symfile_init): Ditto.
1239
1240 2004-08-10 David Carlton <carlton@bactrian.org>
1241
1242 * MAINTAINERS: Remove David Carlton from c++ testsuite
1243 maintainers.
1244
1245 2004-08-10 Jerome Guitton <guitton@gnat.com>
1246
1247 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1248 print a line feed before the prompt.
1249
1250 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1251
1252 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1253
1254 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1255
1256 General cleanup of the AIX xm include file:
1257 * config/xm-aix4.h (fd_set): Remove undefine.
1258 Remove include of <sys/select.h>.
1259 (HAVE_TERMIO): Remove define.
1260 (USG): Likewise.
1261 (NULL): Remove redefine.
1262 (alloca): Remove #pragma.
1263 (vfork): Remove define.
1264 (termdef): Remove.
1265 (SIGWINCH_HANDLER): Remove.
1266 (SIGWINCH_HANDLER_BODY): Remove.
1267
1268 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1269
1270 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1271 GDB_OSABI_OPENBSD_ELF.
1272
1273 2004-08-07 Robert Millan <robertmh@gnu.org>
1274
1275 * bsd-kvm.c: Check for nlist.h before including it.
1276
1277 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1278
1279 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1280 sigcontext' offset consistency checks for ancient BSD.
1281
1282 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1283
1284 * configure.in: Check for <sys/types.h>. Check return and
1285 argument types of ptrace.
1286 * configure, config.in: Regenerate.
1287
1288 2004-08-09 Jim Blandy <jimb@redhat.com>
1289
1290 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1291 rs6000_register_sim_regno): Doc fixes.
1292
1293 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1294
1295 * mips-tdep.c: Include "floatformat.h".
1296 (n32n64_floatformat_always_valid): New function.
1297 (floatformat_n32n64_long_double_big): New constant.
1298 (mips_gdbarch_init): Set size and format of long double
1299 for N32 and N64 ABIs.
1300 * Makefile.in (mips-tdep.o): Update dependencies.
1301
1302 2004-08-08 Andrew Cagney <cagney@gnu.org>
1303
1304 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1305 print. Improve script's error messages.
1306 * gdbarch.h: Re-generate.
1307
1308 * gdbarch.sh (pformat): New function.
1309 (float_format, double_format, long_double_format): List with bit
1310 members. Use pformat when printing.
1311 * gdbarch.c, gdbarch.h: Re-generate.
1312
1313 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1314
1315 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1316 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1317 (ppcnbsd_supply_pcb): New function.
1318 (_initialize_ppcnbsd_nat): New prototype and function.
1319 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1320 (LOADLIBES): New variable.
1321 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1322
1323 2004-08-08 Andrew Cagney <cagney@gnu.org>
1324
1325 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1326 (builtin_type_ieee_double, builtin_type_ia64_quad)
1327 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1328 BE/LE floating-point types.
1329 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1330 (builtin_type_ieee_double, builtin_type_ia64_quad)
1331 (builtin_type_ia64_spill): Declare.
1332 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1333 (floatformat_ieee_double, floatformat_arm_ext)
1334 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1335 of LE/BE floatformats.
1336 * doublest.h: (struct floatformat, floatformat_ieee_single)
1337 (floatformat_ieee_double, floatformat_arm_ext)
1338 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1339
1340 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1341
1342 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1343
1344 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1345 instead of regcache_raw_supply when storing the registers.
1346
1347 * i386gnu-nat.c: Update copyright year.
1348 (gnu_store_registers): Don't use deprecated_registers and
1349 deprecated_registers_valid. Use regcache_valid_p and
1350 regcache_raw_supply instead.
1351
1352 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1353 frame_pc_unwind.
1354
1355 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1356 variables. Incapitalized "process".
1357
1358 * configure.in: Add cursesX to the list of possible curses libs.
1359 Add cursesX.h to the list of possible curses headers.
1360 * configure, config.in: Regenerate.
1361
1362 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1363
1364 * configure.in: Test for struct lwp in <sys/lwp.h>.
1365 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1366 the offset of l_addr in struct lwp.
1367
1368 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1369
1370 * bsd-kvm.c: Include "gdbcore.h"
1371 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1372
1373 2004-08-07 Andrew Cagney <cagney@gnu.org>
1374
1375 * gdbtypes.c (build_flt, build_complex): New functions.
1376 (gdbtypes_post_init): Use.
1377
1378 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1379
1380 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1381 through to builtin_type_uint128.
1382
1383 * c-exp.y: Use builtin_type function to obtain builtin types.
1384
1385 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1386 builtin_uint128.
1387 * gdbtypes.c (gdbtypes_post_init): Update.
1388 (build_gdbtypes): Move initialization of builtin_type_int0
1389 through to builtin_type_uint128 from here ...
1390 (_initialize_gdbtypes): ... to here.
1391 * d10v-tdep.c (d10v_register_type): Update.
1392
1393 * doublest.c: Update copyright.
1394 (floatformat_from_length): Call error when floatformat is NULL.
1395 (extract_floating_by_length): Remove NULL fmt check.
1396 (store_floating_by_length): Ditto.
1397
1398 2004-08-07 Andrew Cagney <cagney@gnu.org>
1399
1400 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1401 that the register is valid.
1402
1403 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1404
1405 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1406 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1407 struct frame_info *. Use safe_frame_unwind_memory instead of
1408 deprecated_read_memory_nobpt.
1409 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1410 changed signature of i386_linux_sigtramp_start and
1411 i386_linux_rt_sigtramp_start.
1412
1413 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1414 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1415 instead of deprecated_read_memory_nobpt.
1416 (i386nbsd_sigtramp_p): Adjust for changed signature of
1417 i386nbsd_sigtramp_offset.
1418
1419 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1420 safe_frame_unwind_memory instead of target_read_memory.
1421
1422 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1423 !NO_SYS_FILE.
1424 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1425 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1426 (_initialize_kernel_u_addr): Remove prototype and function.
1427 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1428 !NO_SYS_FILE.
1429 * xcoffread.c: Likewise.
1430
1431 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1432
1433 * vax-nat.c: New file.
1434 * vaxbsd-nat.c: Tweak comment.
1435 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1436 vaxnbsd-tdep.c.
1437 (vax-nat.o): New dependency.
1438 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1439 (vax-*-ultrix2*): Remove.
1440 * config/vax/vax.mh: New file.
1441 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1442 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1443 (vax_register_u_addr): New prototype.
1444 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1445 * config/vax/vaxult2.mh: Remove file.
1446 * config/vax/vaxult.mh: Remove file.
1447 * config/vax/vaxbsd.mh: Remove file.
1448 * config/vax/vax.mt (TM_FILE): Remove.
1449 * config/vax/tm-vaxbsd.h: Remove file.
1450
1451 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1452
1453 * aix-thread.c (get_signaled_thread): New function.
1454 (iter_trap): Delete, no longer used.
1455 (iter_tid): New function.
1456 (pd_update): Find the thread that received the SIGTRAP signal
1457 by first locating the kernel thread, and then finding its
1458 associated thread.
1459
1460 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1461
1462 * lin-lwp.c (child_wait): Continue inferior after processing
1463 PTRACE_EVENT_CLONE event.
1464
1465 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1466
1467 * MAINTAINERS: Add self to Write-After-Approval.
1468
1469 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1470
1471 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1472 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1473
1474 2004-08-05 Andrew Cagney <cagney@gnu.org>
1475
1476 * config/xm-sysv4.h: Delete file.
1477 * config/mips/xm-irix5.h: Delete file.
1478 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1479 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1480 * config/ia64/xm-aix.h: Delete file.
1481 * config/ia64/aix.mh (XM_FILE): Delete.
1482 * config/pa/xm-hppah.h: Delete file.
1483 * config/pa/hpux11w.mh (XM_FILE): Delete.
1484 * config/pa/hpux11.mh (XM_FILE): Delete.
1485 * config/pa/hpux1020.mh (XM_FILE): Delete.
1486 * config/pa/hppahpux.mh (XM_FILE): Delete.
1487
1488 * config/alpha/xm-alphalinux.h: Delete file.
1489 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1490 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1491 * config/alpha/xm-alphaosf.h: Delete file.
1492 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1493 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1494 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1495 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1496
1497 * config/i386/xm-i386v.h: Delete file.
1498 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1499 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1500 * config/i386/xm-i386sco.h: Delete file.
1501 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1502 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1503 * config/i386/xm-i386v4.h: Delete file.
1504 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1505 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1506 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1507 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1508
1509 * config/vax/xm-vax.h: Delete file.
1510 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1511 * config/vax/xm-vaxult2.h: Delete file.
1512 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1513 * config/vax/vaxult2.mh (XM_FILE): Delete.
1514 * config/vax/xm-vaxult.h: Delete file.
1515 * config/vax/vaxult.mh (XM_FILE): Delete.
1516 * config/vax/xm-vaxbsd.h: Delete file.
1517 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1518
1519 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1520 * gdbarch.h, gdbarch.c: Re-generate.
1521 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1522 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1523 * frame.h: Delete deprecated_read_fp from comments.
1524 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1525 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1526
1527 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1528
1529 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1530 trampoline in OpenBSD 3.5-current.
1531
1532 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1533 SSE registers.
1534
1535 * Makefile.in: Remove embedded page breaks.
1536
1537 2004-08-04 Jim Blandy <jimb@redhat.com>
1538
1539 * regcache.c (regcache_raw_read): Assert that, after calling
1540 target_fetch_registers, the register we're reading is cached.
1541
1542 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1543 a call to 'internal_error', with a more helpful error message.
1544 * rs6000-tdep.c (e500_pseudo_register_read,
1545 e500_pseudo_register_write, rs6000_store_return_value): Same.
1546
1547 2004-08-04 Andrew Cagney <cagney@gnu.org>
1548
1549 * Makefile.in: Update dependencies.
1550
1551 2004-08-04 Jim Blandy <jimb@redhat.com>
1552
1553 Change the layout of the PowerPC E500 raw register cache to allow
1554 the lower 32-bit halves of the GPRS to be their own raw registers,
1555 not pseudoregisters.
1556 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1557 add ppc_ev0_upper_regnum flag.
1558 * rs6000-tdep.c: #include "reggroups.h".
1559 (spe_register_p): Recognize the ev upper half registers as SPE
1560 registers.
1561 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1562 registers.
1563 (e500_move_ev_register): New function.
1564 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1565 vector registers are the pseudo-registers now, formed by splicing
1566 together the gprs and the upper-half registers.
1567 (e500_register_reggroup_p): New function.
1568 (P): Macro deleted.
1569 (P8, A4): New macro.
1570 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1571 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1572 macros.
1573 (registers_e500): Rearrange register set so that the raw register
1574 set contains 32-bit GPRs and upper-half registers, and the SPE
1575 vector registers become pseudo-registers.
1576 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1577 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1578 register numbers are now the same for the E500 as they are for
1579 other PowerPC variants. Register e500_register_reggroup_p as the
1580 register group function for the E500.
1581 * Makefile.in (rs6000-tdep.o): Update dependencies.
1582
1583 Adapt PPC E500 native support to the new raw regcache layout.
1584 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1585 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1586 (fetch_spe_register, store_spe_register): Handle fetching/storing
1587 all the SPE registers at once, if regno == -1. These now take
1588 over the job of fetch_spe_registers and store_spe_registers.
1589 (fetch_spe_registers, store_spe_registers): Deleted.
1590 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1591 unconditionally; they're always raw. Fetch/store SPE upper half
1592 registers, if present, instead of ev registers.
1593 (fetch_register, store_register): Remove sanity checks: gprs are
1594 never pseudo-registers now, so we never need to even mention any
1595 registers that are ever pseudoregisters.
1596
1597 Use a fixed register numbering when communicating with the PowerPC
1598 simulator.
1599 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1600 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1601 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1602 New functions.
1603 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1604 init_sim_regno_table.
1605 * Makefile.in (gdb_sim_ppc_h): New variable.
1606 (rs6000-tdep.o): Update dependencies.
1607
1608 2004-08-02 Andrew Cagney <cagney@gnu.org>
1609
1610 * cris-tdep.c (cris_register_size): Restore function, still used
1611 locally.
1612
1613 * gdbarch.sh (deprecated_target_read_fp)
1614 (deprecated_frame_locals_address, deprecated_frame_args_address)
1615 (deprecated_frame_chain_valid, deprecated_frame_chain)
1616 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1617 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1618 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1619 * gdbarch.h, gdbarch.c: Re-generate.
1620 * regcache.c (deprecated_read_fp): Do not call
1621 DEPRECATED_TARGET_READ_FP_P.
1622 * infcmd.c (default_print_registers_info): Do not call
1623 DEPRECATED_DO_REGISTERS_INFO.
1624 * frame-base.c (default_frame_locals_address): Do not call
1625 DEPRECATED_FRAME_LOCALS_ADDRESS.
1626 (default_frame_args_address): Do not call
1627 DEPRECATED_FRAME_ARGS_ADDRESS.
1628
1629 * gdbarch.sh (deprecated_register_raw_size)
1630 (deprecated_register_virtual_size:int): Delete.
1631 * gdbarch.h, gdbarch.c: Re-generate.
1632 * cris-tdep.c (cris_register_size): Delete.
1633 (cris_gdbarch_init): Update.
1634 * alpha-tdep.c (alpha_register_raw_size)
1635 (alpha_register_virtual_size): Delete.
1636 (alpha_gdbarch_init): Update.
1637
1638 * gdbarch.sh (deprecated_register_virtual_type)
1639 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1640 (deprecated_dummy_write_sp): Delete.
1641 * gdbarch.h, gdbarch.c: Re-generate.
1642
1643 * gdbarch.sh (deprecated_register_bytes): Delete.
1644 * gdbarch.h, gdbarch.c: Re-generate.
1645 * regcache.c (deprecated_register_bytes): New function.
1646 * regcache.h (deprecated_register_bytes): Declare.
1647 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1648 * v850-tdep.c (v850_gdbarch_init): Update.
1649 * sh64-tdep.c (sh64_gdbarch_init): Update.
1650 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1651 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1652 * mcore-tdep.c (mcore_gdbarch_init): Update.
1653 * cris-tdep.c (cris_gdbarch_init): Update.
1654 * arm-tdep.c (arm_gdbarch_init): Update.
1655 * remote.c (init_remote_state): Update.
1656 * remote-vx.c (vx_prepare_to_store): Update.
1657 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1658 * irix5-nat.c (fetch_core_registers): Update.
1659 * cris-tdep.c (cris_register_bytes_ok): Update.
1660 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1661
1662 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1663 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1664 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1665 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1666 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1667 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1668 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1669 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1670 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1671 with mips_insn16 and mips_insn32.
1672
1673 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1674 * rs6000-tdep.c (rs6000_push_dummy_call)
1675 (rs6000_extract_return_value): Use register_size.
1676 * xstormy16-tdep.c (xstormy16_get_saved_register)
1677 (xstormy16_extract_return_value): Ditto.
1678 * valops.c (value_assign): Ditto.
1679 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1680 * v850-tdep.c (v850_extract_return_value): Ditto.
1681 * tracepoint.c (collect_symbol): Ditto.
1682 * target.c (debug_print_register): Ditto.
1683 * stack.c (frame_info): Ditto.
1684 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1685 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1686 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1687 (store_register_using_P): Ditto.
1688 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1689 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1690 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1691 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1692 * regcache.c (deprecated_read_register_bytes)
1693 (deprecated_write_register_bytes, read_register)
1694 (write_register): Ditto.
1695 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1696 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1697 * monitor.c (monitor_supply_register, monitor_fetch_register)
1698 (monitor_store_register): Ditto.
1699 * mn10300-tdep.c (mn10300_pop_frame_regular)
1700 (mn10300_print_register): Ditto.
1701 * mipsv4-nat.c (fill_fpregset): Ditto.
1702 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1703 (mips64_fill_fpregset): Ditto.
1704 * mi/mi-main.c (register_changed_p, get_register)
1705 (mi_cmd_data_write_register_values): Ditto.
1706 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1707 * irix5-nat.c (fill_gregset, fetch_core_registers):
1708 * infrun.c (write_inferior_status_register): Ditto.
1709 * infptrace.c (fetch_register, store_register): Ditto.
1710 * infcmd.c (default_print_registers_info): Ditto.
1711 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1712 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1713 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1714 * hpux-thread.c (hpux_thread_fetch_registers)
1715 (hpux_thread_store_registers): Ditto.
1716 * hppah-nat.c (store_inferior_registers, fetch_register):
1717 * findvar.c (value_from_register): Ditto.
1718 * dve3900-rom.c (fetch_bitmapped_register):
1719 * cris-tdep.c (cris_gdbarch_init): Ditto.
1720 * alpha-tdep.h: Ditto.
1721 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1722
1723 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1724 DEPRECATED_REGISTER_RAW_SIZE from comments.
1725 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1726 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1727 DEPRECATED_REGISTER_RAW_SIZE.
1728 * findvar.c (value_of_register): Simplify by assuming that the
1729 registers raw and virtual sizes are identical.
1730 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1731 comment.
1732 * arch-utils.c (generic_register_size): Simplify by assuming
1733 register_type.
1734
1735 * regcache.c (legacy_read_register_gen, real_register)
1736 (legacy_write_register_gen): Delete, not used.
1737
1738 * regcache.c (struct regcache_descr): Delete legacy_p.
1739 (init_legacy_regcache_descr): Delete function.
1740 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1741 Do not use deprecated register functions.
1742 (regcache_raw_read, deprecated_write_register_gen):
1743 (deprecated_read_register_gen, regcache_raw_write): Delete code
1744 predicated on legacy_p.
1745 (register_size): Delete check against register raw size.
1746
1747 * cris-tdep.c (cris_register_type): Replace
1748 cris_register_virtual_type.
1749 (cris_gdbarch_init): Update, set register_type.
1750
1751 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1752 * gdbarch.h, gdbarch.c: Re-generate.
1753 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1754 (arm_gdbarch_init) Do not set frameless function invocation.
1755 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1756 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1757 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1758 (frv_gdbarch_init): Do not set frameless function invocation.
1759 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1760 * sh-tdep.c (sh_gdbarch_init): Ditto.
1761 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1762 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1763 * avr-tdep.c (avr_gdbarch_init): Ditto.
1764
1765 * blockframe.c (legacy_frame_chain_valid): Delete function.
1766
1767 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1768 and pc. Update comments.
1769 (pc_in_dummy_frame): Delete function.
1770 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1771 use the "id".
1772 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1773 call_hi, top and pc, use the id.
1774 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1775
1776 * dummy-frame.c: Include "gdb_string.h".
1777 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1778 (generic_save_dummy_frame_tos): Delete.
1779 (dummy_frame_push): New function, replaces above.
1780 * dummy-frame.h: Update copyright.
1781 (dummy_frame_push): Declare.
1782 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1783 (generic_save_call_dummy_addr): Delete declarations.
1784 * infcall.c: Include "dummy-frame.h".
1785 (call_function_by_hand): Add locals caller_regcache,
1786 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1787 with call to frame_save_as_regcache plus cleanup. Delete calls to
1788 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1789 Move clear_proceed_status to just before the resume, add call to
1790 dummy_frame_push (discard cleanup).
1791 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1792 (dummy-frame.o): Add $(gdb_string_h).
1793
1794 2004-08-01 Andrew Cagney <cagney@gnu.org>
1795
1796 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1797 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1798 * dummy-frame.c (find_dummy_frame): Delete.
1799 (struct dummy_frame_cache, dummy_frame_sniffer)
1800 (dummy_frame_prev_register, dummy_frame_this_id)
1801 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1802 frame unwinder using a dummy_frame_cache.
1803
1804 2004-08-01 Andrew Cagney <cagney@gnu.org>
1805
1806 * frame.h (frame_save_as_regcache): Declare.
1807 * frame.c (frame_save_as_regcache): New function.
1808 (do_frame_read_register): Replace do_frame_unwind_register.
1809 (frame_pop): Use frame_save_as_regcache.
1810 * dummy-frame.c (generic_push_dummy_frame): Use
1811 frame_save_as_regcache.
1812
1813 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1814
1815 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1816 file as included until we record the first line in the linetable.
1817
1818 2004-08-01 Andrew Cagney <cagney@gnu.org>
1819
1820 * frame.h (deprecated_pop_dummy_frame)
1821 (deprecated_read_register_dummy)
1822 (deprecated_generic_find_dummy_frame): Delete.
1823 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1824 (deprecated_read_register_dummy)
1825 (deprecated_find_dummy_frame_regcache)
1826 (discard_innermost_dummy)
1827 (deprecated_pop_dummy_frame): Delete.
1828 (dummy_frame_this_id): Simplify.
1829 (struct dummy_frame): Delete "fp" and "sp".
1830 (find_dummy_frame): Simplify.
1831 (generic_push_dummy_frame): Do not set "fp" or "sp".
1832 (fprint_dummy_frames): Do not print "fp" and "sp"
1833
1834 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1835
1836 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1837 (struct i386_insn): New structure.
1838 (i386_match_insn): New function.
1839 (i386_frame_setup_skip_insns): New variable.
1840 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1841 array i386_frame_setup_insns of instructions that should be
1842 skipped inside the frame setup sequence.
1843
1844 2004-08-01 Andrew Cagney <cagney@gnu.org>
1845
1846 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1847 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1848 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1849 * stack.c (frame_info): Delete references to
1850 DEPRECATED_FRAME_INIT_SAVED_REGS and
1851 deprecated_get_frame_saved_regs.
1852 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1853 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1854 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1855 (frame_unwind_register_signed)
1856 (frame_unwind_register_unsigned)
1857 (frame_unwind_unsigned_register): Use register_size.
1858 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1859 (deprecated_frame_xmalloc_with_cleanup)
1860 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1861 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1862
1863 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1864 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1865 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1866 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1867
1868 * infcall.c (call_function_by_hand): Do not use
1869 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1870 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1871 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1872 DEPRECATED_STACK_ALIGN.
1873
1874 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1875
1876 Committed by Andrew Cagney.
1877 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
1878
1879 2004-08-01 Andrew Cagney <cagney@gnu.org>
1880
1881 * mips-tdep.c (mips16_frame_cache)
1882 (mips16_frame_this_id, mips16_frame_prev_register)
1883 (mips16_frame_unwind, mips16_frame_sniffer)
1884 (mips16_frame_base_address, mips16_frame_base)
1885 (mips16_frame_base_sniffer, mips32_frame_cache)
1886 (mips32_frame_this_id, mips32_frame_prev_register)
1887 (mips32_frame_unwind, mips32_frame_sniffer)
1888 (mips32_frame_base_address, mips32_frame_base)
1889 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
1890 separate heuristic mips16 and mips32 unwinders.
1891 (mips_stub_frame_cache, mips_stub_frame_this_id)
1892 (mips_stub_frame_prev_register)
1893 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
1894 (mips_stub_frame_base_address, mips_stub_frame_base)
1895 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
1896 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
1897 match true mdebug frames.
1898 (non_heuristic_proc_desc): Add forward declaration.
1899
1900 2004-08-01 Andrew Cagney <cagney@gnu.org>
1901
1902 * config/mips/tm-irix6.h: Delete file.
1903 * config/mips/tm-irix5.h: Delete file.
1904 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
1905 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
1906
1907 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
1908 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
1909 * config/nm-gnu.h (NO_CORE_OPS): Delete.
1910 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
1911 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
1912 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
1913 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
1914 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
1915 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
1916 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
1917 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
1918 (TARGET_SIGNAL_RAW_VALUES): Delete.
1919 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
1920 Delete.
1921 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
1922 (TARGET_HW_WATCH_LIMIT): Delete.
1923 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
1924 * minimon.h: Delete file.
1925
1926 * trad-frame.c (trad_frame_get_this_base)
1927 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
1928 functions.
1929 * trad-frame.h (trad_frame_set_this_base)
1930 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
1931
1932 2004-07-31 Andrew Cagney <cagney@gnu.org>
1933
1934 * trad-frame.c (trad_frame_get_prev_register): Rename
1935 trad_frame_get_prev_register.
1936 * vax-tdep.c (vax_frame_prev_register): Update.
1937 * trad-frame.h: Update.
1938 * trad-frame.c (trad_frame_get_register): Update.
1939 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
1940 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
1941 Update.
1942 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
1943 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
1944 Update.
1945 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
1946 Update.
1947 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
1948 Update.
1949 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
1950 Update.
1951 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
1952 Update.
1953 * s390-tdep.c (s390_frame_prev_register)
1954 (s390_stub_frame_prev_register)
1955 (s390_sigtramp_frame_prev_register): Update.
1956 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
1957 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
1958 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
1959 * m88k-tdep.c (m88k_frame_prev_register)
1960 * m68hc11-tdep.c (m68hc11_frame_prev_register)
1961 * m32r-tdep.c (m32r_frame_prev_register): Update.
1962 * hppa-tdep.c (hppa_frame_prev_register_helper)
1963 * frv-tdep.c (frv_frame_prev_register): Update.
1964 * d10v-tdep.c (d10v_frame_prev_register): Update.
1965 * cris-tdep.c (cris_frame_prev_register): Update.
1966 * avr-tdep.c (avr_frame_prev_register): Update.
1967 * arm-tdep.c (arm_prologue_prev_register)
1968 (arm_sigtramp_prev_register): Update.
1969
1970 2004-07-31 Andrew Cagney <cagney@gnu.org>
1971
1972 * frame.h (legacy_saved_regs_unwind)
1973 (legacy_frame_chain_valid, legacy_frame_p)
1974 (enum frame_type): Delete UNKNOWN_FRAME.
1975 * dummy-frame.c (dummy_frame_this_id): Simplify.
1976 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
1977 * frame.c (struct frame_info): Delete the field "type".
1978 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
1979 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
1980 (legacy_saved_regs_unwind, legacy_frame_p)
1981 (frame_type_from_pc): Delete.
1982 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
1983 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
1984
1985 2004-07-31 Mark Kettenis <kettenis@gnu.org>
1986
1987 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
1988 indentation.
1989
1990 * mips-nat.c: Remove file.
1991 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
1992 (mips-nat.o): Remove dependency.
1993
1994 * infptrace.c: Update copyright year.
1995 (fetch_register): Pass NULL in regcache_raw_supply call instead of
1996 explicitly setting the buffer to all zeroes.
1997
1998 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
1999 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2000
2001 2004-07-30 Andrew Cagney <cagney@gnu.org>
2002
2003 * GDB 6.2 released from gdb_6_2-branch.
2004
2005 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2006
2007 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2008
2009 * exec.c (exec_file_attach):
2010 * nto-tdep.c (nto_find_and_open_solib):
2011 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2012 * solib.c (solib_open):
2013 * somsolib.c (som_solib_sizeof_symbol_table):
2014 * source.c (is_regular_file, openp, open_source_file):
2015 * symfile.c (symfile_bfd_open):
2016 * wince.c (upload_to_device): Differentiate between the search for
2017 binary and source files.
2018
2019 2004-07-30 Andrew Cagney <cagney@gnu.org>
2020
2021 * complaints.c (_initialize_complaints): Pass NULL to
2022 add_setshow_zinteger_cmd for help_doc.
2023 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2024
2025 2004-07-30 Andrew Cagney <cagney@gnu.org>
2026
2027 Fix PR i18n/761.
2028 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2029 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2030 $(PACKAGE).pot and update-po.
2031 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2032 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2033 (update-po): New rules.
2034 (localedir): Define using autoconf.
2035 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2036 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2037 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2038 * configure.in: Generate CATALOGS and LINGUAS from contents of
2039 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2040 * configure: Re-generate.
2041 * po/gdbtext: New file
2042
2043 2004-07-30 Jerome Guitton <guitton@gnat.com>
2044
2045 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2046 order.
2047
2048 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2049
2050 * dwarf2read.c (read_file_scope): Set producer if attribute
2051 present.
2052 (struct dwarf2_cu): Added new member producer.
2053
2054 2004-07-30 Jerome Guitton <guitton@gnat.com>
2055
2056 * inflow.c (kill_command): release file handles in BFD.
2057 * exec.c (exec_file_attach): Ditto.
2058 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2059
2060 2004-07-29 Andrew Cagney <cagney@gnu.org>
2061
2062 * PROBLEMS (mips-irix): Note that it is broken.
2063
2064 2004-07-29 Andrew Cagney <cagney@gnu.org>
2065
2066 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2067 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2068
2069 * config/xm-nbsd.h: Delete file.
2070 * config/arm/xm-nbsd.h: Delete file.
2071 * config/i386/xm-nbsd.h: Delete file.
2072 * config/ns32k/xm-nbsd.h: Delete file.
2073 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2074 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2075 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2076 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2077 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2078
2079 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2080 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2081 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2082 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2083 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2084 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2085
2086 * config/powerpc/xm-linux.h: Delete empty file.
2087 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2088 * config/powerpc/linux.mh (XM_FILE): Delete.
2089 * config/m68k/xm-linux.h: Delete empty file.
2090 * config/m68k/linux.mh (XM_FILE): Delete.
2091 * config/ia64/xm-linux.h: Delete empty file.
2092 * config/ia64/linux.mh (XM_FILE): Delete.
2093 * config/arm/xm-linux.h: Delete empty file.
2094 * config/arm/linux.mh (XM_FILE): Delete.
2095
2096 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2097 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2098 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2099 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2100 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2101 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2102 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2103 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2104
2105 * config/m68k/xm-m68k.h: Delete file.
2106 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2107 copyright.
2108 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2109 * config/pa/xm-linux.h: Delete empty file.
2110 * config/pa/linux.mh (XM_FILE): Delete.
2111 * config/i386/xm-i386.h: Delete empty file.
2112 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2113 "i386/xm-i386.h".
2114 * config/i386/obsdaout.mh (XM_FILE): Delete.
2115 * config/i386/obsd64.mh (XM_FILE): Delete.
2116 * config/i386/fbsd64.mh (XM_FILE): Delete.
2117 * config/i386/nto.mh (XM_FILE): Delete.
2118 * config/i386/obsd.mh (XM_FILE): Delete.
2119 * config/i386/linux64.mh (XM_FILE): Delete.
2120 * config/i386/linux.mh (XM_FILE): Delete.
2121 * config/i386/i386sol2.mh (XM_FILE): Delete.
2122 * config/i386/i386gnu.mh (XM_FILE): Delete.
2123 * config/i386/fbsd.mh (XM_FILE): Delete.
2124 * config/i386/nbsd64.mh (XM_FILE): Delete.
2125
2126 2004-07-29 Andrew Cagney <cagney@gnu.org>
2127
2128 * config/pa/xm-linux.h: Do not include "floatformat.h".
2129 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2130 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2131 * config/i386/xm-i386.h: Do not include "floatformat.h".
2132 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2133 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2134 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2135 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2136 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2137 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2138 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2139 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2140 * configure, config.in: Regenerate.
2141 * configure.host (gdb_host_float_format, gdb_host_double_format)
2142 (gdb_host_long_double_format): Set according to the host.
2143
2144 2004-07-29 Andrew Cagney <cagney@gnu.org>
2145
2146 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2147
2148 2004-07-28 Andrew Cagney <cagney@gnu.org>
2149
2150 * PROBLEMS: Mention threads/1650.
2151 * NEWS: Mention the NPTL fix.
2152
2153 2004-07-28 Andrew Cagney <cagney@gnu.org>
2154
2155 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2156 (add_setshow_cmd_full): Make static.
2157 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2158 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2159 * cli/cli-decode.c (add_setshow_filename_cmd)
2160 (add_setshow_string_cmd): New functions.
2161 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2162 * mips-tdep.c (_initialize_mips_tdep): Update.
2163 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2164 * cli/cli-logging.c (_initialize_cli_logging): Update.
2165 * complaints.c (_initialize_complaints): Update.
2166 * remote.c (_initialize_remote): Update.
2167
2168 2004-07-28 Andrew Cagney <cagney@gnu.org>
2169
2170 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2171 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2172 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2173 print parameters. Make string parameters constant.
2174 * command.h: Update. Update copyright.
2175 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2176 * observer.c (_initialize_observer): Ditto.
2177 * frame.c (_initialize_frame): Ditto.
2178 * complaints.c (_initialize_complaints): Ditto.
2179 * maint.c (_initialize_maint_cmds): Ditto.
2180 * target.c (initialize_targets): Ditto.
2181 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2182 * infcall.c (_initialize_infcall): Ditto.
2183 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2184 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2185 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2186 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2187 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2188
2189 2004-07-28 Andrew Cagney <cagney@gnu.org>
2190
2191 * gdbtypes.c (lookup_primitive_typename): Delete function.
2192 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2193 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2194 * gdbtypes.c (lookup_typename): Ditto.
2195 * f-exp.y (yylex): Ditto.
2196 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2197
2198 * scm-lang.c (c_builtin_types): Delete extern declaration.
2199 (scm_language_defn): Replace
2200 string_char_type and primitive_type_vector with
2201 la_language_arch_info.
2202 * jv-lang.c (java_language_defn): Replace
2203 string_char_type and primitive_type_vector with
2204 la_language_arch_info.
2205 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2206 c_builtin_types in comment.
2207 * c-lang.h (struct language_arch_info): Declare opaque.
2208 (c_language_arch_info): Declare.
2209 (c_builtin_types): Delete declaration.
2210 * c-lang.c (c_language_arch_info): Set string_char_type to
2211 builtin_char, not builtin_true_char. Make global.
2212 (c_builtin_types): Delete array.
2213 (asm_language_defn, minimal_language_defn): Replace
2214 string_char_type and primitive_type_vector with
2215 la_language_arch_info.
2216
2217 2004-07-28 Andrew Cagney <cagney@gnu.org>
2218
2219 * gdbtypes.h (struct builtin_type): Rename true_char to
2220 builtin_true_char.
2221 * gdbtypes.c (gdbtypes_post_init): Update.
2222 * c-lang.c (arch_info): New function.
2223 (enum c_primitive_types): New enum.
2224 (c_language_defn): Instead of string_char_type and
2225 primitive_type_vector set la_language_arch_info.
2226
2227 2004-07-28 Andrew Cagney <cagney@gnu.org>
2228
2229 * language.h (struct language_arch_info): Fix typo
2230 s/primative/primitive/.
2231 * gdbtypes.c (lookup_primitive_typename): Ditto.
2232 * language.c (language_lookup_primitive_type_by_name)
2233 (unknown_language_arch_info): Ditto.
2234
2235 2004-07-27 Andrew Cagney <cagney@gnu.org>
2236
2237 * defs.h (enum language): Add nr_languages.
2238 * language.h (struct language_arch_info): Define.
2239 (struct language_defn): Add la_language_arch_info.
2240 (language_lookup_primative_type_by_name): Declare.
2241 (language_string_char_type): Declare.
2242 * language.c (_initialize_language, language_gdbarch_post_init)
2243 (struct language_gdbarch, language_gdbarch_data): Implement
2244 per-architecture language information.
2245 (unknown_language_arch_info, language_string_char_type)
2246 (language_lookup_primative_type_by_name): New functions.
2247 (unknown_language_defn, auto_language_defn)
2248 (local_language_defn): Set la_language_arch_info to
2249 unknown_language_arch_info.
2250 (unknown_builtin_types): Delete.
2251 * gdbtypes.c (lookup_primitive_typename): Use
2252 language_lookup_primative_type_by_name.
2253 (create_string_type): Use language_string_char_type.
2254 * values.c (value_from_string): Use language_string_char_type.
2255 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2256 * p-lang.c (pascal_language_defn): Ditto.
2257 * m2-lang.c (m2_language_defn): Ditto.
2258 * jv-lang.c (java_language_defn): Ditto.
2259 * objc-lang.c (objc_language_defn): Ditto.
2260 * f-lang.c (f_language_defn): Ditto.
2261 * c-lang.c (c_language_defn, cplus_language_defn)
2262 (asm_language_defn, minimal_language_defn): Ditto.
2263
2264 2004-07-27 Andrew Cagney <cagney@gnu.org>
2265
2266 * gdbtypes.h (struct builtin_type): Declare.
2267 (builtin_type): Declare.
2268 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2269 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2270 (gdbtypes_post_init): New function.
2271 (builtin_type): New function.
2272
2273 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2274
2275 * remote-m32r-sdi.c: Fix breakpoint bug.
2276 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2277 recv_char_data, recv_long_data): New functions to replace communication
2278 sequences.
2279
2280 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2281
2282 Document PR threads/1650.
2283 * PROBLEMS (Threads): Document problem with many threads
2284
2285 2004-07-26 Andrew Cagney <cagney@gnu.org>
2286
2287 * gdb-mi.el: Move from here ...
2288 * mi/gdb-mi.el: ... to here.
2289
2290 2004-07-26 Andrew Cagney <cagney@gnu.org>
2291
2292 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2293 * main.c (captured_main): When in batch mode always detach.
2294
2295 2004-07-26 Andrew Cagney <cagney@gnu.org>
2296
2297 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2298 and h8300 as broken.
2299 * NEWS: END-OF-LIFE frame compatibility module.
2300 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2301 specific comments.
2302
2303 2004-07-26 Andrew Cagney <cagney@gnu.org>
2304
2305 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2306 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2307 * wince.c (_initialize_wince): Update.
2308 * win32-nat.c (_initialize_win32_nat): Update.
2309 * varobj.c (_initialize_varobj): Update.
2310 * valops.c (_initialize_valops): Update.
2311 * utils.c (initialize_utils, initialize_utils): Update.
2312 * tui/tui-win.c (_initialize_tui_win): Update.
2313 * top.c (init_main): Update.
2314 * symfile.c (_initialize_symfile): Update.
2315 * source.c (_initialize_source): Update.
2316 * somsolib.c (_initialize_som_solib): Update.
2317 * solib.c (_initialize_solib): Update.
2318 * solib-frv.c (_initialize_frv_solib): Update.
2319 * serial.c (_initialize_serial): Update.
2320 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2321 * remote.c (_initialize_remote, _initialize_remote): Update.
2322 * remote-vx.c (_initialize_vx): Update.
2323 * remote-utils.c (_initialize_sr_support): Update.
2324 * remote-sds.c (_initialize_remote_sds): Update.
2325 * remote-mips.c (_initialize_remote_mips): Update.
2326 * remote-e7000.c (_initialize_remote_e7000): Update.
2327 * proc-api.c (_initialize_proc_api): Update.
2328 * printcmd.c: Update.
2329 * parse.c (_initialize_parse): Update.
2330 * pa64solib.c (_initialize_pa64_solib): Update.
2331 * p-valprint.c (_initialize_pascal_valprint): Update.
2332 * monitor.c (_initialize_remote_monitors): Update.
2333 * mips-tdep.c (_initialize_mips_tdep): Update.
2334 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2335 * maint.c (_initialize_maint_cmds): Update.
2336 * lin-lwp.c (_initialize_lin_lwp): Update.
2337 * language.c (_initialize_language): Update.
2338 * kod.c (_initialize_kod): Update.
2339 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2340 * i386-tdep.c (_initialize_i386_tdep): Update.
2341 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2342 * gdbarch.sh: Update.
2343 * gdbarch.c: Re-generate.
2344 * gdb-events.sh: Update.
2345 * gdb-events.c: Re-generate.
2346 * frame.c (_initialize_frame): Update.
2347 * exec.c: Update.
2348 * demangle.c (_initialize_demangler): Update.
2349 * dcache.c (_initialize_dcache): Update.
2350 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2351 * cp-valprint.c (_initialize_cp_valprint): Update.
2352 * corefile.c (_initialize_core): Update.
2353 * command.h: Update.
2354 * cli/cli-decode.h: Update.
2355 * cli/cli-cmds.c (init_cli_cmds): Update.
2356 * charset.c (_initialize_charset): Update.
2357 * breakpoint.c (_initialize_breakpoint): Update.
2358 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2359 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2360 * aix-thread.c (_initialize_aix_thread): Update.
2361
2362 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2363
2364 Partial fix for PR backtrace/1718.
2365 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2366 that GCC migrates into the prolugue. Don't handle any
2367 instructions that clobber %ebx.
2368
2369 2004-07-23 Andrew Cagney <cagney@gnu.org>
2370
2371 Use regcache_raw_collect instead of regcache_collect.
2372 * regcache.h (regcache_collect): Delete declaration.
2373 * regcache.c (regcache_colect): Delete function.
2374 * win32-nat.c (do_child_store_inferior_registers): Update.
2375 * sol-thread.c (sol_thread_store_registers): Update.
2376 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2377 * rs6000-nat.c (store_register): Update.
2378 * remote.c (store_register_using_P, remote_store_registers): Update.
2379 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2380 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2381 (fill_vrregset, store_spe_registers, fill_gregset)
2382 (fill_gregset): Update.
2383 * nto-procfs.c (procfs_store_registers): Update.
2384 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2385 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2386 * m68klinux-nat.c (store_register, fill_gregset): Update.
2387 * m68k-tdep.c (fill_gregset): Update.
2388 * infptrace.c (store_register): Update.
2389 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2390 * i386-linux-nat.c (store_register, fill_gregset): Update.
2391 * hppa-linux-nat.c (fill_gregset): Update.
2392 * go32-nat.c (store_register): Update.
2393 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2394 (store_fp_regs): Update.
2395 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2396 (store_nwfpe_extended, store_fpregister, store_fpregs)
2397 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2398 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2399 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2400 (store_regs_user_thread, store_regs_kernel_thread): Update.
2401
2402 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2403
2404 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2405 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2406 encoding.
2407 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2408 member of `struct comp_unit'.
2409
2410 2004-07-23 Andrew Cagney <cagney@gnu.org>
2411
2412 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2413 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2414
2415 2004-07-23 Martin Hunt <hunt@redhat.com>
2416 Kevin Buettner <kevinb@redhat.com>
2417
2418 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2419 alignment was being added to the offset instead of multiplied.
2420
2421 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2422
2423 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2424 changed signal trampoline in OpenBSD 3.5-current.
2425
2426 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2427 <machine/pcb.h> and "bsd-kvm.h".
2428 (sparc64nbsd_supply_pcb): New function.
2429 (_initialize_sparc64nbsd_nat): Renamed from
2430 _initialize_sparcnbsd_nat. Enable libkvm interface.
2431 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2432 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2433 (LOADLIBES): New variable.
2434
2435 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2436
2437 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2438
2439 2004-07-21 Andrew Cagney <cagney@gnu.org>
2440
2441 Use regcache_raw_supply instead of supply_register.
2442 * regcache.h (supply_register): Delete declaration.
2443 * regcache.c (supply_register): Delete function.
2444 * wince.c (do_child_fetch_inferior_registers): Update.
2445 * win32-nat.c (do_child_fetch_inferior_registers)
2446 (fetch_elf_core_registers): Update.
2447 * v850ice.c (v850ice_fetch_registers): Update.
2448 * thread-db.c (thread_db_store_registers): Update.
2449 * sol-thread.c (sol_thread_store_registers): Update.
2450 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2451 * rs6000-nat.c (fetch_register): Update.
2452 * rom68k-rom.c (rom68k_supply_one_register): Update.
2453 * remote.c (remote_wait, remote_async_wait): Update.
2454 * remote-st.c (get_hex_regs): Update.
2455 * remote-sim.c (gdbsim_fetch_register): Update.
2456 * remote-sds.c (sds_fetch_registers): Update.
2457 * remote-rdp.c (remote_rdp_fetch_register): Update.
2458 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2459 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2460 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2461 * remote-hms.c (init_hms_cmds): Update.
2462 * remote-est.c (init_est_cmds): Update.
2463 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2464 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2465 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2466 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2467 (fetch_register, supply_vrregset, supply_vrregset)
2468 (fetch_spe_registers): Update.
2469 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2470 * monitor.c (monitor_supply_register): Update.
2471 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2472 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2473 (mipsnbsd_supply_fpreg): Update.
2474 * mips-nat.c (fetch_inferior_registers)
2475 (fetch_core_registers): Update.
2476 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2477 (supply_fpregset, mips64_supply_gregset)
2478 (mips64_supply_fpregset): Update.
2479 * m68klinux-nat.c (fetch_register, supply_gregset)
2480 (supply_fpregset): Update.
2481 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2482 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2483 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2484 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2485 * infptrace.c (fetch_register): Update.
2486 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2487 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2488 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2489 (gnu_fetch_registers, gnu_store_registers): Update.
2490 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2491 * i386-linux-nat.c (fetch_register, supply_gregset)
2492 (dummy_sse_values): Update.
2493 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2494 * hppah-nat.c (fetch_register): Update.
2495 * hppa-linux-nat.c (fetch_register, supply_gregset)
2496 (supply_fpregset): Update.
2497 * go32-nat.c (fetch_register): Update.
2498 * dve3900-rom.c (fetch_bitmapped_register)
2499 (_initialize_r3900_rom): Update.
2500 * cris-tdep.c (supply_gregset): Update.
2501 * abug-rom.c (init_abug_cmds): Update.
2502 * core-aout.c (fetch_core_registers): Update.
2503 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2504 (fetch_register, fetch_fp_register): Update.
2505 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2506 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2507 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2508 * alphanbsd-tdep.c (fetch_core_registers): Update.
2509 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2510 * alpha-nat.c (fetch_osf_core_registers)
2511 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2512 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2513 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2514
2515 2004-07-21 Andrew Cagney <cagney@gnu.org>
2516
2517 * PROBLEMS: Mention breakpoints/1702.
2518 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2519 that is known to work.
2520
2521 2004-07-21 Andrew Cagney <cagney@gnu.org>
2522
2523 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2524 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2525 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2526 (handle_inferior_event): Wrap call to deprecated
2527 IGNORE_HELPER_CALL in #ifdef.
2528 * config/mips/tm-nbsd.h: Update.
2529
2530 2004-07-20 Jim Blandy <jimb@redhat.com>
2531
2532 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2533 bfd_mach_ppc has no segment registers.
2534
2535 Include PowerPC SPR numbers for special-purpose registers.
2536 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2537 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2538 new member in initializer.
2539 (S, S4, SN4, S64): New macros for defining special-purpose
2540 registers.
2541 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2542 registers_403, registers_403GC, registers_505, registers_860,
2543 registers_601, registers_602, registers_603, registers_604,
2544 registers_750, registers_e500): Use them.
2545
2546 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2547 replace references with expression used to initialize variable.
2548
2549 2004-07-20 Andrew Cagney <cagney@gnu.org>
2550
2551 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2552 read_memory_nobpt.
2553 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2554 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2555 (s390_sigtramp_frame_sniffer): Update.
2556 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2557 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2558 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2559 (mips32_fetch_instruction): Update.
2560 * mcore-tdep.c (get_insn): Update.
2561 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2562 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2563 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2564 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2565 (i386_linux_rt_sigtramp_start): Update.
2566 * i386-linux-nat.c (child_resume): Update.
2567 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2568 * hppa-linux-tdep.c (insns_match_pattern): Update.
2569 * gdbcore.h: Update.
2570 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2571 * frame.c (safe_frame_unwind_memory): Update.
2572 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2573 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2574 * alpha-tdep.c (alpha_read_insn): Update.
2575
2576 2004-07-20 Andrew Cagney <cagney@gnu.org>
2577
2578 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2579 containing both bytes and mask. Add "frame_type".
2580 * tramp-frame.c (tramp_frame_start): Update.
2581 (tramp_frame_prepend_unwinder): Update.
2582 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2583 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2584 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2585 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2586
2587 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2588
2589 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2590 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2591 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2592 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2593
2594 2004-07-17 Andrew Cagney <cagney@gnu.org>
2595
2596 * NEWS, PROBLEMS: Update for 6.2.
2597
2598 * README: Update to 6.2.
2599
2600 * utils.c (xvasprintf): Call xstrvprintf.
2601
2602 * parse.c: Update copyright.
2603 (null_post_parser): Eliminate ARGSUSED.
2604
2605 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2606 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2607 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2608
2609 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2610 * ppc-linux-nat.c: Use "Linux kernel".
2611 * hppa-linux-tdep.c: Use GNU/Linux.
2612 * hppa-linux-nat.c: Use GNU/Linux.
2613 * dwarfread.c: Add [sic] to use of Linux.
2614
2615 * hppa-linux-nat.c: Do not include <string.h>.
2616 (supply_fpregset): Remove "register" attribute.
2617
2618 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2619
2620 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2621
2622 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2623 * configure, config.in: Regenerated.
2624
2625 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2626 "bsd-kvm.h".
2627 (vaxbsd_supply_pcb): New function.
2628 (_initialize_vaxbsd_nat): New prototype and function.
2629 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2630 solib-sunos.o.
2631 (LOADLIBES): New variable.
2632 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2633 (LOADLIBES): New variable.
2634 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2635 (LOADLIBES): New variable.
2636 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2637
2638 2004-07-16 Andrew Cagney <cagney@gnu.org>
2639
2640 * defs.h (event_loop_p): Replace variable declaration with macro,
2641 always 1.
2642 * main.c (captured_main): Delete options "-async" and "-noasync".
2643 (event_loop_p): Delete variable.
2644 * NEWS: Mention that "-async" and "-noasync" were removed.
2645
2646 2004-07-16 Andrew Cagney <cagney@gnu.org>
2647
2648 * remote-m32r-sdi.c: Re-indent.
2649
2650 2004-07-16 Jim Blandy <jimb@redhat.com>
2651
2652 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2653 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2654 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2655 missing MPC823 SPRs.
2656 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2657 incorrect. (This was corrected in GDB's register name tables on
2658 2004-07-14.)
2659
2660 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2661 should be "esasrr" ("ESA Save and Restore Register").
2662
2663 2004-07-16 Andrew Cagney <cagney@gnu.org>
2664
2665 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2666 calls, no longer applicable. Update comments and rename parameter
2667 "step_frame" to "return_frame".
2668
2669 2004-07-16 Andrew Cagney <cagney@gnu.org>
2670
2671 * frame.c (fprint_field): New function.
2672 (fprint_frame_id): Use fprint_field.
2673
2674 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2675
2676 * ada-lang.c (ada_language_defn): Remove commented out code.
2677
2678 2004-07-15 Jim Blandy <jimb@redhat.com>
2679
2680 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2681 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2682
2683 2004-07-14 Jim Blandy <jimb@redhat.com>
2684
2685 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2686
2687 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2688
2689 * ppc-tdep.h (ppc_num_srs): New enum constant.
2690
2691 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2692 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2693 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2694 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2695 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2696 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2697 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2698 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2699 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2700 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2701 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2702 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2703 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2704 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2705 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2706 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2707 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2708 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2709 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2710 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2711 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2712 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2713 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2714 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2715 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2716 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2717 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2718 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2719 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2720 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2721 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2722 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2723 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2724 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2725 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2726 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2727 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2728 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2729 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2730 special-purpose register numbers.
2731
2732 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2733 manual mentions 'md_twb', but many mention 'm_twb', and at that
2734 point in the register list.)
2735
2736 2004-07-14 Andrew Cagney <cagney@gnu.org>
2737
2738 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2739 instead of "internal-error".
2740
2741 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2742
2743 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2744 that was inserted inside a comment.
2745
2746 2004-07-10 Randolph Chung <tausq@debian.org>
2747
2748 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2749 function.
2750 (hppa_hpux_push_dummy_code): New function.
2751 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2752 Set find_global_pointer method.
2753
2754 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2755
2756 * NEWS: Mention BSD libkvm interface.
2757
2758 2004-07-10 Michael Snyder <msnyder@redhat.com>
2759
2760 * symfile.c (generic_load): Comment typo.
2761 * stack.c (get_selected_block): Ditto.
2762 * regcache.c (regcache_cooked_read): Ditto.
2763 * monitor.c (monitor_debug): Ditto.
2764 * mips-tdep.c (mips_read_pc): Ditto.
2765 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2766 * gdb_mbuild.sh: Ditto.
2767 * gdbarch.sh: Ditto.
2768 * gdbarch.h: Ditto.
2769
2770 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2771
2772 * ada-tasks.c: Remove file.
2773
2774 Remove ARI problems:
2775
2776 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2777 beginning of line.
2778
2779 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2780 Add comment.
2781 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2782 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2783 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2784 (UMIN_OF_SIZE): Remove.
2785 (max_of_type): New function to replace orphan macro in gdbtypes.h
2786 (min_of_type): Ditto.
2787 (discrete_type_high_bound): Use max_of_type.
2788 (discrete_type_low_bound): Use min_of_type.
2789 (possible_user_operator_p): Move operator to beginning of line.
2790 (ada_is_variant_part): Ditto.
2791 (ensure_lval): Rewrite to avoid deprecated operations.
2792 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2793 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2794 (ada_enum_name): Remove assignments in 'if' statements.
2795 (build_ada_types): Add gdbarch parameter.
2796 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2797 with gdbarch_data_register_post_init.
2798 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2799 add_show_from_set.
2800
2801 * ada-valprint.c (inspect_it): Remove declaration.
2802 (repeat_count_threshold): Remove declaration.
2803 (ada_print_floating): Remove assignments in 'if' statements.
2804 (print_str): Move operator to beginning of line.
2805
2806 2004-07-08 Jim Blandy <jimb@redhat.com>
2807
2808 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2809
2810 2004-07-08 Bob Rossi <bob@brasko.net>
2811
2812 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2813
2814 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2815
2816 * language.h (struct_language_defn): Add new function pointer:
2817 la_class_name_from_physname. Also add new prototype for
2818 language_class_name_from_physname.
2819 * language.c (language_class_name_from_physname): New function.
2820 (unk_lang_class_name): Ditto.
2821 (unknown_language_defn, auto_language_defn): Change
2822 to add unk_lang_class_name function pointer for
2823 la_class_name_from_physname.
2824 (local_language_defn): Ditto.
2825 * dwarf2read.c (guess_structure_name): Change to call
2826 language_class_name_from_physname.
2827 (determine_class_name): Ditto.
2828 * cp-support.c (class_name_from_physname): Renamed.
2829 (cp_class_name_from_physname): New name of function.
2830 * cp-support.h: Ditto.
2831 * c-lang.c (c_language_defn): Change to add NULL
2832 for class_name_from_physname function pointer.
2833 (cplus_language_defn): Change to add cp_class_name_from_physname.
2834 * jv-lang.c (java_class_name_physname): New function.
2835 (java_find_last_component): New static routine.
2836 (java_language_defn): Add java_class_name_from_physname pointer.
2837 * ada-lang.c (ada_language_defn): Change to add NULL
2838 for class_name_from_physname function pointer.
2839 * f-lang.c (f_language_defn): Ditto.
2840 * m2-lang.c (m2_language_defn): Ditto.
2841 * objc-lang.c (objc_language_defn): Ditto.
2842 * p-lang.c (pascal_language_defn): Ditto.
2843 * scm-lang.c (scm_language_defn): Ditto.
2844
2845 2004-07-06 Andrew Cagney <cagney@gnu.org>
2846
2847 Patch from Bart Robinson.
2848 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2849 (O_LARGEFILE): Define to 0, if not defined.
2850
2851 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2852
2853 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2854 <machine/pcb.h> and "bsd-kvm.h".
2855 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2856 (m68kbsd_supply_pcb): New function.
2857 (_initialize_m68kbsd_nat): New prototype and function.
2858 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2859 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2860 (LOADLIBES): New variable.
2861 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2862 (LOADLIBES): New variable.
2863
2864 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2865
2866 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2867
2868 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2869 <sys/proc.h>.
2870 (bsd_kvm_cmdlist): New variable.
2871 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2872 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
2873 command and "kvm proc" command.
2874 * Makefile.in (bsd-kvm.o): Update dependencies.
2875
2876 2004-07-02 Mark Kettenis <kettenis@gnu.org>
2877
2878 * osabi.c: Update copyright year.
2879 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
2880 notes if EI_OSABI is set to ELFOSABI_HPUX.
2881
2882 2004-07-01 Michael Snyder <msnyder@redhat.com>
2883
2884 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
2885 that seems to have gotten whacked out of line.
2886
2887 2004-07-01 Mark Kettenis <kettenis@gnu.org>
2888
2889 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
2890 code.
2891
2892 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2893
2894 * ada-lang.c (decode_packed_array): Minor change to comment.
2895 (ada_value_slice_ptr): New function.
2896 (ada_value_slice): New function.
2897 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
2898 test. Don't know why it is there.
2899 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
2900 to avoid dereferencing huge arrays from which one is slicing.
2901 (empty_array): Correct to return an array rather than
2902 a subrange value.
2903 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
2904 on empty arrays (let'em use 'FIRST instead).
2905
2906 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2907
2908 Address complaints from gdb_ari.sh:
2909
2910 * ada-exp.y: Include gdb_string.h rather than string.h.
2911 (convert_char_literal): Reformat declaration.
2912 * ada-lang.h: Include opaque struct declaration for struct frame_info.
2913 * ada-lex.l: Change use of free to xfree (the macro would do so
2914 anyway, but this is harmless).
2915 Include gdb_string.h rather than string.h.
2916 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
2917
2918 * ada-lang.c (parse): Remove K&Rism in parameter list.
2919 (is_name_suffix): Correct Linux => GNU/Linux in comment.
2920
2921 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2922
2923 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
2924 dead code.
2925
2926 2004-06-30 Mark Kettenis <kettenis@gnu.org>
2927
2928 * alphabsd-nat.c: Update copyright year.
2929 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
2930
2931 2004-06-29 Joel Brobecker <brobecker@gnat.com>
2932
2933 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
2934 (i386_cygwin_in_solib_call_trampoline): New function.
2935 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
2936 and skip_trampoline_code gdbarch methods.
2937
2938 2004-06-29 Jim Blandy <jimb@redhat.com>
2939
2940 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
2941 name actually used in the dependency lists.
2942
2943 2004-06-29 Randolph Chung <tausq@debian.org>
2944
2945 * NEWS (New native configurations): Mention GNU/Linux/hppa.
2946
2947 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2948
2949 * win32-nat.c (child_pid_to_exec_file): New function.
2950 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
2951 functionality.
2952
2953 2004-06-28 Andrew Cagney <cagney@gnu.org>
2954
2955 * defs.h (xstrvprintf): Declare.
2956 * utils.c (xstrvprintf): New function.
2957 (internal_vproblem, xstrprintf, xasprintf)
2958 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
2959 * serial.c (serial_printf): Ditto.
2960 * complaints.c (vcomplaint): Ditto.
2961
2962 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
2963
2964 * infcmd.c (attach_command): Move call to target_terminal_inferior
2965 behind loading symbol table.
2966
2967 2004-06-28 Andrew Cagney <cagney@gnu.org>
2968
2969 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
2970 change - add back extern deprecated_ui_loop_hook declaration.
2971
2972 2004-06-28 Andrew Cagney <cagney@gnu.org>
2973
2974 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
2975 xstrprintf.
2976 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
2977 (c_value_of_variable): Ditto.
2978 * utils.c (internal_vproblem): Ditto.
2979 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
2980 * remote.c (add_packet_config_cmd): Ditto.
2981 * remote-rdp.c (rdp_set_command_line): Ditto.
2982 * regcache.c (regcache_dump): Ditto.
2983 * frv-tdep.c (new_variant, new_variant): Ditto.
2984 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
2985 (fbsd_find_memory_regions): Ditto.
2986 * breakpoint.c (create_thread_event_breakpoint)
2987 (create_breakpoints): Ditto.
2988 * aix-thread.c (aix_thread_pid_to_str): Ditto.
2989 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
2990
2991 2004-06-28 Joel Brobecker <brobecker@gnat.com>
2992
2993 * ada-lang.c: Re-indent file, with some massaging to help indent
2994 a bit when the result is otherwise really too ugly.
2995
2996 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
2997
2998 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
2999 code_addr_p and special_addr_p to 'unsigned int'.
3000
3001 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3002
3003 * i386v4-nat.c: Update copyright year and tweak comment.
3004 (regmap): Remove trailing comma.
3005 (supply_gregset): Rename local variable i to regnum. Call
3006 regcache_raw_supply instead of supply_register.
3007 (fill_gregset): Rename argument regno to regnum. Call
3008 regcache_raw_collect instead of regcache_collect.
3009
3010 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3011
3012 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3013 and special_addr_p.
3014 (frame_id_build, frame_id_build_special): Update comments.
3015 (frame_id_build_wild): New prototype.
3016 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3017 struct frame_id fields.
3018 (frame_id_build_wild): New function.
3019 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3020
3021 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3022
3023 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3024 hppabsd-tdep.c.
3025
3026 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3027
3028 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3029
3030 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3031
3032 * ada-lang.c: Re-indent file.
3033
3034 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3035
3036 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3037 (no_symtab_msg): Likewise.
3038
3039 2004-06-27 Andreas Schwab <schwab@suse.de>
3040
3041 * source.c: Fix whitespace.
3042
3043 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3044
3045 * configure.in: Include <sys/param.h> for td_pcb test.
3046 * configure: Regenerated.
3047
3048 * i386nbsd-nat.c: New file.
3049 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3050 i386obsd-nat.c and i386obsd-tdep.c.
3051 (i386nbsd-nat.o): New dependency.
3052 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3053 bsd-kvm.o.
3054 (LOADLIBES): New variable.
3055 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3056 bsd-kvm.o.
3057 (LOADLIBES): New variable.
3058
3059 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3060 (LOADLIBES): New variable.
3061
3062 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3063 fetching from BSD_KVM_PADDR. Correctly lookup address for
3064 "_thread0".
3065
3066 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3067 "bsd-kvm.h".
3068 (amd64fbsd_supply_pcb): New funcion.
3069 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3070
3071 2004-06-27 <david@streamline-computing.com>
3072
3073 Partial fix for PR cli/1056.
3074 * valarith.c: Check for zero in division and remainder
3075 evaluation.
3076
3077 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3078
3079 * i387-tdep.c: Remove excessive whitespace.
3080
3081 2004-06-26 Andrew Cagney <cagney@gnu.org>
3082
3083 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3084 * gdb-events.h, gdb-events.c: Re-generate.
3085 * tui/tui-hooks.c (tui_install_hooks): Update.
3086 (tui_remove_hooks): Update.
3087 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3088
3089 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3090
3091 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3092 (gregset_t, fpregset_t): Remove typedefs.
3093 (REG_OFFSET): Rename argument.
3094 (amd64bsd_r_reg_offset): Rename from reg_offset.
3095 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3096 Remove functions.
3097 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3098 of reg_offset.
3099 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3100
3101 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3102
3103 * vax-tdep.c: Tweak comment.
3104
3105 Add OpenBSD/hppa support.
3106 * NEWS (New native configurations): Mention OpenBSD/hppa.
3107 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3108 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3109 files.
3110 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3111 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3112 * configure.host: Add hppa*-*-openbsd*.
3113 * configure.tgt: Add hppa*-*-openbsd*.
3114
3115 2004-06-25 Andrew Cagney <cagney@gnu.org>
3116
3117 * defs.h (deprecated_ui_loop_hook): Deprecated.
3118 * wince.c (child_wait): Update.
3119 * win32-nat.c (child_wait): Update.
3120 * v850ice.c (v850ice_wait): Update.
3121 * top.c (deprecated_ui_loop_hook): Update.
3122 * serial.h: Update.
3123 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3124 (do_unix_readchar): Update.
3125 * ser-tcp.c (net_open): Update.
3126 * remote-sim.c (gdb_os_poll_quit): Update.
3127 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3128
3129 2004-06-24 Andrew Cagney <cagney@gnu.org>
3130
3131 * defs.h (deprecated_pre_add_symbol_hook)
3132 (deprecated_post_add_symbol_hook): Deprecated.
3133 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3134 (symbol_file_add_with_addrs_or_offsets): Update references.
3135
3136 2004-06-24 Andrew Cagney <cagney@gnu.org>
3137
3138 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3139 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3140 * wince.c (ui_loop_hook): Delete extern declaration.
3141 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3142 * v850ice.c (ui_loop_hook): Delete extern declaration..
3143 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3144 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3145 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3146 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3147 ui_loop_hook declaration.
3148
3149 2004-06-24 Andrew Cagney <cagney@gnu.org>
3150
3151 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3152 entry_func_highpc fields.
3153 * objfiles.c (init_entry_point_info): Do not clear
3154 entry_func_lowpc and entry_func_highpc.
3155 (objfile_relocate): Do not relocate entry_func_lowpc and
3156 entry_func_highpc.
3157 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3158 entry_func_highpc.
3159 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3160 entry_func_highpc.
3161 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3162 entry_func_lowpc and entry_func_highpc with call to
3163 inside_entry_func.
3164
3165 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3166
3167 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3168 quad-precision floating point arguments in registers.
3169
3170 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3171
3172 From Michael Mueller <m.mueller99@kay-mueller.de>:
3173 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3174 account.
3175
3176 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3177
3178 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3179 to -1.
3180 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3181 untriggered watchpoints to a separate if clause. Update function
3182 comment regarding STOPPED_BY_WATCHPOINT argument.
3183
3184 2004-06-22 Jim Blandy <jimb@redhat.com>
3185
3186 * gdbarch.sh: Doc fix.
3187
3188 2004-06-21 Martin Hunt <hunt@redhat.com>
3189 Kevin Buettner <kevinb@redhat.com>
3190
3191 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3192 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3193 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3194 to set_gdbarch_sp_regnum(). Use cooked register number.
3195 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3196
3197 2004-06-21 Andrew Cagney <cagney@gnu.org>
3198
3199 * gdbarch.sh: When the macro field is empty, do not generate a
3200 macro definition. When the macro field is "=", generate the macro
3201 name from the upper-case function name.
3202 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3203 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3204 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3205 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3206 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3207 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3208 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3209 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3210 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3211 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3212 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3213 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3214 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3215 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3216 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3217 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3218 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3219 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3220 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3221 (DEPRECATED_USE_STRUCT_CONVENTION)
3222 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3223 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3224 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3225 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3226 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3227 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3228 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3229 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3230 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3231 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3232 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3233 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3234 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3235 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3236 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3237 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3238 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3239 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3240
3241 2004-06-21 Andrew Cagney <cagney@gnu.org>
3242
3243 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3244 macro name, and the function rather than macro value. Only wrap
3245 macro print statements in #ifdef. Move format logic to where it
3246 is needed.
3247 * gdbarch.c: Re-generate.
3248
3249 * gdbarch.sh (read): Delete "print_p" and "description", add
3250 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3251 Delete references to print_p.
3252 (TARGET_ARCHITECTURE): Delete print predicate.
3253 * gdbarch.c: Re-generate.
3254
3255 * gdbarch.sh: Check that multi-arch methods do not provide a
3256 macro.
3257 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3258 (print_registers_info, print_float_info, print_vector_info)
3259 (adjust_breakpoint_address, remote_translate_xfer_address)
3260 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3261 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3262 name from the multi-arch definition.
3263
3264 2004-06-20 Andrew Cagney <cagney@gnu.org>
3265
3266 * gdbarch.sh: Sort by the function, instead of macro name.
3267 * gdbarch.c: Re-generate.
3268
3269 2004-06-20 Andrew Cagney <cagney@gnu.org>
3270
3271 * gdbarch.sh: Use the function, instead of macro name in
3272 errors and the log file.
3273 (return_value): Remove stray ":" in spec.
3274
3275 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3276 * gdbarch.h, gdbarch.c: Re-generate.
3277 * Makefile.in (arch-utils.o): Update dependencies.
3278 * values.c (using_struct_return): Move code calling
3279 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3280 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3281 to legacy_return_value, simplify.
3282 * infcmd.c (print_return_value): Move code calling
3283 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3284 to legacy_return_value, simplify.
3285 * infcall.c (call_function_by_hand): Move code calling
3286 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3287 * arch-utils.c: Update copyright. Include "gdbcore.h".
3288 (legacy_return_value): New function.
3289 * arch-utils.h: Update copyright.
3290 (legacy_return_value): Declare.
3291
3292 2004-06-20 Andrew Cagney <cagney@gnu.org>
3293
3294 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3295 * gdbarch.h, gdbarch.c: Re-generate.
3296 * values.c (using_struct_return): Update call.
3297 * mcore-tdep.c: Update comment.
3298 * infcall.c (call_function_by_hand): Update comment.
3299 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3300 * arch-utils.h (always_use_struct_convention): Update.
3301 * v850-tdep.c (v850_gdbarch_init): Update.
3302 * sh64-tdep.c (sh64_gdbarch_init): Update.
3303 * sh-tdep.c (sh_gdbarch_init): Update.
3304 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3305 * mips-tdep.c (mips_gdbarch_init): Update.
3306 * mcore-tdep.c (mcore_gdbarch_init): Update.
3307 * m32r-tdep.c (m32r_gdbarch_init): Update.
3308 * ia64-tdep.c (ia64_gdbarch_init): Update.
3309 * h8300-tdep.c (h8300_gdbarch_init): Update.
3310 * frv-tdep.c (frv_gdbarch_init): Update.
3311 * cris-tdep.c (cris_gdbarch_init): Update.
3312 * arm-tdep.c (arm_gdbarch_init): Update.
3313 * alpha-tdep.c (alpha_gdbarch_init): Update.
3314
3315 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3316
3317 * PROBLEMS: Add more specific information, and a work-around,
3318 for PR gdb/1458.
3319
3320 2004-06-18 Andrew Cagney <cagney@gnu.org>
3321
3322 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3323 * gdbarch.h, gdbarch.c: Re-generate.
3324 * ada-lang.c (ada_finish_decode_line_1): Update.
3325 * infrun.c (handle_inferior_event): Update.
3326 * infcall.c (find_function_addr): Update.
3327 * linespec.c (minsym_found): Update.
3328 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3329 Update.
3330 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3331 * cli/cli-cmds.c (disassemble_command): Update.
3332 * vax-tdep.c (vax_gdbarch_init): Update.
3333
3334 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3335
3336 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3337
3338 2004-06-17 Andrew Cagney <cagney@gnu.org>
3339
3340 GDB 6.1.1 released from the GDB 6.1 branch.
3341 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3342 * PROBLEMS: Ditto.
3343
3344 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3345
3346 PR gdb/1658
3347 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3348 operation as a uleb128. Found by Michael Coulter.
3349
3350 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3351
3352 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3353 make it non-static.
3354 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3355 to ada-lang.h; this is needed to be able to implement the kill command
3356 in multi-task mode.
3357 (task_ptid): Ditto.
3358 (task_entry): Ditto.
3359 (task_list): Ditto.
3360 (ada_build_task_list): Ditto.
3361
3362 * ada-lang.c: Conditionalize routines and data structures related
3363 to breakpoints, exceptions, completion, and symbol caching on
3364 GNAT_GDB, since these are not yet used in the submitted public sources.
3365 (ada_main_name): Editorial: Move definition out of exception-related
3366 code.
3367
3368 2004-06-15 Andrew Cagney <cagney@gnu.org>
3369
3370 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3371 deprecated_pc_in_call_dummy.
3372
3373 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3374
3375 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3376 bfd_get_section_size_before_reloc or _raw_size.
3377 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3378 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3379 (dwarf2_read_section): Likewise.
3380 * elfread.c (elf_locate_sections): Likewise.
3381 * gcore.c (derive_heap_segment): Likewise.
3382 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3383 * remote-e7000.c (e7000_load): Likewise.
3384 * remote-m32r-sdi.c (m32r_load): Likewise.
3385 * remote-mips.c (mips_load_srec): Likewise.
3386 (pmon_load_fast): Likewise.
3387 * remote.c (compare_sections_command): Likewise.
3388 * symfile.c (add_section_size_callback): Likewise.
3389 (load_section_callback): Likewise.
3390 (pc_in_unmapped_range): Likewise.
3391 (pc_in_mapped_range): Likewise.
3392 (sections_overlap): Likewise.
3393 (list_overlays_command): Likewise.
3394 (simple_overlay_update_1): Likewise.
3395 (simple_overlay_update): Likewise.
3396 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3397 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3398
3399 2004-06-14 Randolph Chung <tausq@debian.org>
3400
3401 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3402 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3403 static.
3404 (hppa_hpux_inferior_created): New function.
3405 (hppa_hpux_init_abi): Register observer.
3406 * symfile.c (hp_cxx_exception_support_initialized)
3407 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3408 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3409
3410 2004-06-14 Randolph Chung <tausq@debian.org>
3411
3412 * MAINTAINERS (Write After Approval): Alphabetize my entry
3413 correctly.
3414
3415 2004-06-14 Andrew Cagney <cagney@gnu.org>
3416
3417 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3418 testsuite maintainer.
3419
3420 2004-06-13 Andrew Cagney <cagney@gnu.org>
3421
3422 * infcmd.c (print_return_value): Fix logic, allow
3423 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3424
3425 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3426 defining any macros.
3427 * gdbarch.h: Re-generate.
3428
3429 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3430 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3431 * gdbarch.h: Re-generate.
3432
3433 * values.c (generic_use_struct_convention): Don't check gcc_p.
3434
3435 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3436 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3437 * gdbarch.h, gdbarch.c: Regenerate.
3438 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3439 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3440 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3441 deprecated_max_register_raw_size and
3442 deprecated_max_register_virtual_size.
3443 * v850-tdep.c (v850_gdbarch_init): Ditto.
3444 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3445 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3446 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3447 * cris-tdep.c (cris_gdbarch_init): Ditto.
3448
3449 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3450 * gdbarch.h, gdbarch.c: Re-generate.
3451 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3452 (m68hc11_use_struct_convention): Delete function.
3453 (m68hc11_extract_struct_value_address): Delete function.
3454 (m68hc11_return_value): New function.
3455 (m68hc11_gdbarch_init): Instead of store_return_value,
3456 extract_return_value, return_value_on_stack,
3457 deprecated_extract_struct_value_address and use_struct_convention,
3458 set return_value.
3459 * values.c (using_struct_return): Do not call
3460 RETURN_VALUE_ON_STACK.
3461 * arch-utils.h (generic_return_value_on_stack_not): Delete
3462 declaration.
3463 * arch-utils.c (generic_return_value_on_stack_not): Delete
3464 function.
3465
3466 2004-06-12 Andrew Cagney <cagney@gnu.org>
3467
3468 * values.c (register_value_being_returned): Delete function.
3469 * infcmd.c (legacy_return_value): Delete function.
3470 * infcall.c (call_function_by_hand): Inline
3471 "register_value_being_returned", simplify.
3472 * values.c (using_struct_return): Update comment, refer to
3473 print_return_value instead of register_value_being_returned.
3474 * infcmd.c (print_return_value): Inline calls to
3475 register_value_being_returned and legacy_return_value. Simplify.
3476
3477 2004-06-11 Randolph Chung <tausq@debian.org>
3478
3479 * somread.c (som_symtab_read): Exclude gcc local symbols.
3480
3481 2004-06-11 Randolph Chung <tausq@debian.org>
3482
3483 * infrun.c (handle_inferior_event): Handle the case when a
3484 trampoline ends up in the runtime resolver, and if the trampoline
3485 has no name. Rearrange the code so that all the trampoline
3486 processing happens before other step-out-of-range handling.
3487
3488 2004-06-11 Martin Hunt <hunt@redhat.com>
3489
3490 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3491 has no fpu.
3492
3493 2004-06-10 Andrew Cagney <cagney@gnu.org>
3494
3495 * blockframe.c (legacy_inside_entry_func): Delete.
3496 (legacy_frame_chain_valid): Inline call to
3497 legacy_inside_entry_func, simplify.
3498
3499 2004-06-10 Bob Rossi <bob@brasko.net>
3500
3501 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3502 * dwarf2read.c (partial_die_info): Add dirname field.
3503 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3504 (read_partial_die): Save away DW_AT_comp_dir.
3505 * defs.h (symtab_to_filename): Removed.
3506 * source.c (find_and_open_source): Added.
3507 (open_source_file): Just calls find_and_open_source.
3508 (symtab_to_filename): Removed.
3509 (symtab_to_fullname, psymtab_to_fullname): Added.
3510 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3511 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3512 symtab_to_filename.
3513 * symtab.h (partial_symtab): Add dirname field.
3514 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3515 (mi_cmd_file_list_exec_source_file): Call new function
3516 symtab_to_fullname to find fullname.
3517 (mi_cmd_file_list_exec_source_files): Added.
3518 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3519 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3520
3521 2004-06-10 Andrew Cagney <cagney@gnu.org>
3522
3523 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3524 to generic_use_struct_convention, the default value.
3525
3526 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3527 of abort.
3528
3529 * ns32k-tdep.c (ns32k_push_arguments): New function.
3530 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3531 * infcall.c (call_function_by_hand): Call error instead of
3532 legacy_push_arguments.
3533 * value.h (legacy_push_arguments): Delete declaration.
3534 * valops.c (legacy_push_arguments): Delete function.
3535 (value_push): Delete function.
3536
3537 2004-06-10 Brian Ford <ford@vss.fsi.com>
3538
3539 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3540 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3541 info.
3542 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3543
3544 2004-06-10 Andrew Cagney <cagney@gnu.org>
3545
3546 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3547 * gdbarch.h, gdbarch.c: Re-generate.
3548 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3549 parameters.
3550 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3551 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3552 deprecated_pc_in_call_dummy instead of
3553 DEPRECATED_PC_IN_CALL_DUMMY.
3554 (arm_skip_prologue): Ditto.
3555 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3556 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3557 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3558 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3559 Ditto.
3560 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3561 (sh64_init_extra_frame_info, sh64_get_saved_register)
3562 (sh64_pop_frame): Ditto.
3563 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3564 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3565 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3566 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3567 (h8300_pop_frame): Ditto.
3568 * blockframe.c (legacy_inside_entry_func)
3569 (legacy_frame_chain_valid): Ditto.
3570 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3571 to deprecated_pc_in_call_dummy.
3572
3573 2004-06-09 Andrew Cagney <cagney@gnu.org>
3574
3575 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3576 provide a default value.
3577 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3578 * gdbarch.h, gdbarch.c: Re-generate.
3579 * arch-utils.c (generic_convert_register_p): Rename
3580 legacy_convert_register_p
3581 (legacy_register_to_value, legacy_value_to_register): Delete
3582 functions.
3583 * arch-utils.h (generic_convert_register_p): Rename
3584 legacy_convert_register_p.
3585 (legacy_register_to_value, legacy_value_to_register): Delete
3586 declarations.
3587
3588 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3589 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3590 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3591 * gdbarch.h, gdbarch.c: Re-generate.
3592 * infcmd.c (default_print_registers_info): Simplify.
3593 * findvar.c (value_of_register): Simplify.
3594 * mi/mi-main.c (get_register): Simplify.
3595 * arch-utils.c (legacy_convert_register_p): Always return 0.
3596 (legacy_register_to_value, legacy_value_to_register): Always call
3597 internal_error.
3598
3599 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3600 #ifdef CLEAR_INSN_CACHE code.
3601 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3602 Delete #ifdef CLEAR_DEFERRED_STORES code.
3603
3604 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3605
3606 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3607 copyright.
3608 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3609
3610 * config/mips/mipsv4.mh: Delete file.
3611
3612 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3613 unreferenced macro.
3614 (hpread_adjust_stack_address): Delete declaration.
3615
3616 2004-06-08 Andrew Cagney <cagney@gnu.org>
3617
3618 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3619 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3620 PTRACE_ATTACH / PTRACE_DETACH available call error.
3621 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3622 * infttrace.c (update_thread_state_after_attach, attach, detach):
3623 Remove #ifdef wrappers.
3624 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3625 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3626 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3627 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3628 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3629 * config/nm-linux.h (ATTACH_DETACH): Delete.
3630 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3631 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3632 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3633 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3634 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3635
3636 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3637
3638 * configure.in: Set $configdir to the right OS specific value.
3639 Use value when setting $tcldir and $tkdir.
3640 * configure: Regenerate.
3641
3642 2004-06-06 Paul Brook <paul@codesourcery.com>
3643
3644 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3645 records.
3646
3647 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3648
3649 * ada-lang.c (lookup_symbol_in_language): New function to allow
3650 re-use of another language's symbol lookup code. (Placed here
3651 temporarily while Ada support is being integrated into the public
3652 tree).
3653 (restore_language): New auxiliary function for
3654 lookup_symbol_in_language.
3655 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3656 temporarily while Ada support is being integrated into the public
3657 tree).
3658
3659 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3660
3661 * Makefile.in (check//%): New.
3662
3663 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3664 (mn10300_store_return_value): Rewrite.
3665 (mn10300_type_align): New.
3666 (mn10300_use_struct_convention): Rewrite.
3667 (mn10300_return_value): New, using all of the above.
3668 (mn10300_pop_frame_regular): Add saved_regs_size.
3669 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3670
3671 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3672 regs if PC is on movm.
3673
3674 2004-06-07 Jim Blandy <jimb@redhat.com>
3675
3676 Add native Linux support for the PowerPC E500.
3677 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3678 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3679 all architectures except the E500.
3680 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3681 #definitions.
3682 (struct gdb_evrregset_t): New type.
3683 (have_ptrace_getsetevrregs): New variable.
3684 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3685 fetch_spe_registers): New functions.
3686 (fetch_register): Call fetch_spe_register as appropriate.
3687 Assert that we're only passed raw register numbers.
3688 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3689 Don't fetch gprs if they're pseudoregisters.
3690 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3691 store_spe_registers): New functions.
3692 (store_register): Call store_spe_register as appropriate.
3693 Assert that we're only passed raw register numbers.
3694 (store_ppc_registers): Call store_spe_registers as appropriate.
3695 Don't store gprs if they're pseudoregisters.
3696
3697 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3698
3699 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3700 struct if one exists, even if we are dealing with a zombie thread.
3701
3702 2004-06-07 Andrew Cagney <cagney@gnu.org>
3703
3704 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3705 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3706 Rename PC_REQUIRES_RUN_BEFORE_USE.
3707 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3708 #ifdef.
3709
3710 2004-06-07 Randolph Chung <tausq@debian.org>
3711
3712 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3713 unwinding after sp has been saved to the stack but before the end
3714 of the prologue, and after the fp has been modified but before it has
3715 been saved to the stack.
3716 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3717 Remove superfluous definitions.
3718 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3719
3720 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3721
3722 Committed by Randolph Chung.
3723 * hppa-linux-nat.c: Include the correct version of the header file
3724 depending on the kernel version.
3725
3726 2004-06-06 Randolph Chung <tausq@debian.org>
3727
3728 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3729 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3730
3731 2004-06-06 Randolph Chung <tausq@debian.org>
3732
3733 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3734 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3735 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3736 * hppa-tdep.c (hppa_symbol_address): New function definition.
3737 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3738
3739 2004-06-06 Randolph Chung <tausq@debian.org>
3740
3741 * hppa-tdep.h (struct value): Forward declaration.
3742 (gdbarch_tdep): Define tdep find_global_pointer method.
3743 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3744 associated with the function we are trying to call, and write it
3745 to the gp register.
3746 (hppa32_convert_from_funct_ptr_addr): New function.
3747 (hppa_find_global_pointer): New function.
3748 (hppa_gdbarch_init): Set default find_global_pointer method; set
3749 convert_from_func_ptr_addr method.
3750 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3751 (hppa_linux_init_abi): Set find_global_pointer method.
3752 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3753
3754 2004-06-06 Randolph Chung <tausq@debian.org>
3755
3756 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3757 to struct value *function.
3758 * gdbarch.c: Regenerate.
3759 * gdbarch.h: Likewise.
3760 * infcall.c (call_function_by_hand): Pass entire function value
3761 to push_dummy_call.
3762
3763 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3764 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3765 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3766 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3767 * arm-tdep.c (arm_push_dummy_call): Likewise.
3768 * avr-tdep.c (avr_push_dummy_call): Likewise.
3769 * cris-tdep.c (cris_push_dummy_call): Likewise.
3770 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3771 * frv-tdep.c (frv_push_dummy_call): Likewise.
3772 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3773 * hppa-tdep.c (hppa32_push_dummy_call)
3774 (hppa64_push_dummy_call): Likewise.
3775 * i386-tdep.c (i386_push_dummy_call): Likewise.
3776 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3777 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3778 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3779 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3780 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3781 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3782 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3783 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3784 (ppc64_sysv_abi_push_dummy_call): Likewise.
3785 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3786 (ppc64_sysv_abi_push_dummy_call): Likewise.
3787 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3788 * s390-tdep.c (s390_push_dummy_call): Likewise.
3789 * sh-tdep.c (sh_push_dummy_call_fpu)
3790 (sh_push_dummy_call_nofpu): Likewise.
3791 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3792 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3793 * vax-tdep.c (vax_push_dummy_call): Likewise.
3794
3795 2004-06-04 Jim Blandy <jimb@redhat.com>
3796
3797 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3798 gdbarch argument to register_size.
3799
3800 * rs6000-tdep.c (rs6000_store_return_value): Use
3801 regcache_cooked_write_part instead of
3802 deprecated_write_register_bytes.
3803 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3804 not gdbarch_deprecated_store_return_value.
3805
3806 * ppc-linux-nat.c (store_register, fetch_register): Remove
3807 incorrect assertions. Simplify and generalize handling of
3808 transfers whose sizes are not multiples of, or less than, sizeof
3809 (PTRACE_XFER_TYPE).
3810
3811 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3812
3813 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3814 as a new thread event.
3815 * thread-db.c (thread_get_info_callback): If the thread is a
3816 zombie, return TD_THR_ZOMBIE.
3817 (thread_from_lwp): If thread_get_info_callback returns
3818 TD_THR_ZOMBIE, check if the thread is still on the thread list
3819 and return a -1 ptid if not found.
3820 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3821 change the status to TARGET_WAITKIND_SPURIOUS.
3822
3823 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3824
3825 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3826 double values in little endian mode.
3827
3828 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3829
3830 Committed by Andrew Cagney.
3831 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3832 after last enum constant to avoid error from IBM C
3833 compiler.
3834
3835 2004-06-02 Jim Blandy <jimb@redhat.com>
3836
3837 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3838 to 'message', and make it local to the lone block that uses it.
3839
3840 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3841
3842 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3843
3844 * ada-exp.y: Update copyright notice.
3845 Include block.h.
3846
3847 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3848 SPECIAL_VARIABLE and unify the treatment of these cases.
3849
3850 (write_attribute_call0): Remove.
3851 (write_attribute_call1): Remove.
3852 (write_attribute_calln): Remove.
3853 (save_qualifier): Add missing semicolon.
3854
3855 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3856 temporarily disabled to allow compilation with FSF head version.
3857
3858 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3859 use individual operators (OP_*) for all attributes.
3860 (exp syntax): Use write_int.
3861 Handle STRING literals with OP_STRING.
3862 (variable syntax): Add limit parameter to calls to
3863 write_object_renaming.
3864
3865 (temp_parse_space): New definition to hold entities that need
3866 only live until the next call to ada_parse.
3867 (string_to_operator): Rename fields of ada_opname_table entries.
3868
3869 (write_var_from_sym): Record block.
3870 (write_var_from_name): Minor reformatting.
3871 Make sure saved name is properly encoded in the case of multiple
3872 matches, and set its language to Ada.
3873 Update comment.
3874 Modify to indicate unresolved name as symbol in the UNRESOLVED
3875 namespace, allocated in temp_parse_space.
3876 (write_int): New function.
3877
3878 (write_object_renaming): Add max_depth parameter to limit
3879 chains of object renamings.
3880 Handle case where root of renaming expression is itself a renaming.
3881 Use temp_parse_space for temporary name buffer.
3882 Handle renamings to dereferenced pointers (___XEXA suffices).
3883
3884 (ada_parse, yyerror, string_to_operator,
3885 write_var_from_sym, write_var_from_name, write_attribute_call0,
3886 write_attribute_call1, write_attribute_calln,
3887 write_object_renaming): Protoize.
3888
3889 (_initialize_ada_exp): New function.
3890
3891 * ada-lang.c: Update copyright notice.
3892 General terminology change to conform to GNAT compiler usage:
3893 mangle => encode, demangle => decode
3894 Include gdb_obstack.h.
3895 Include gdb_regex.h
3896 Include frame.h
3897 Include hashtab.h
3898 Include completer.h
3899 Include gdb_stat.h
3900 Include block.h
3901 Include infcall.h
3902
3903 (ADA_RETAIN_DOTS): Make sure this is defined.
3904 (TRUNCATION_TOWARDS_ZERO): Define.
3905 (struct string_vector): Define.
3906 (unresolved_names): Remove definition.
3907 (xnew_string_vector): New function.
3908 (string_vector_append): New function.
3909 (extract_string): Make static.
3910 (ada_unqualified_name): New function.
3911 (add_angle_brackets): New function.
3912 (function_name_from_pc): New function.
3913 (place_on_stack): Rename to ensure_lval.
3914
3915 (ensure_lval): Renamed from place_on_stack.
3916 Make identity on lvals.
3917 Update comment.
3918 (is_nonfunction): New interface.
3919 Only symbols in LOC_CONST class can be enumerals.
3920 (fill_in_ada_prototype): Remove; now independent of language.
3921 (add_defn_to_vec): Add obstack and symtab arguments.
3922 Use obstack to hold collected definitions.
3923 (num_defns_collected): New function.
3924 (defns_collected): New function.
3925 (ada_resolve_subexp): Rename to resolve_subexp.
3926 (resolve_subexp): Renamed from ada_resolve_subexp.
3927 (ada_op_name): Return non-const result.
3928 (ada_decoded_op_name): Renamed from ada_op_name, now used for
3929 other purposes.
3930
3931 (to_fixed_array_type): Add declaration.
3932 (coerce_unspec_val_to_type): Remove offset parameter.
3933 (find_sal_from_funcs_and_line): New interface.
3934 (find_line_in_linetable): Ditto.
3935
3936 (all_sals_for_line): Rename to ada_sals_for_line and make
3937 global.
3938 Add new parameter. When set, do not ask the user to choose the
3939 instance, but use the first one found instead.
3940 Use given line number in returned sals.
3941 Fix comment.
3942 Skip the prologue if funfirstline is set.
3943 Correct for memory leak when 0 lines found.
3944
3945 (value_pos_atr): Use pos_atr.
3946 (pos_atr): New function.
3947 (standard_lookup): Add block parameter.
3948
3949 (makeTimeStart): Remove declaration and uses.
3950 (makeTimeStop): Remove declaration and uses.
3951
3952 (ada_completer_word_break_characters): Allow for VMS.
3953 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
3954 (raise_sym_name): New constant.
3955 (raise_unhandled_sym_name): New constant.
3956 (raise_assert_sym_name): New constant.
3957 (process_raise_exception_name): New constant.
3958 (longest_exception_template): New constant.
3959 (warning_limit): New variable to limit warnings during expression
3960 evaluation.
3961 (warnings_issued): New variable to keep track of warnings issued.
3962 (known_runtime_file_name_patterns): New constant.
3963 (known_auxiliary_function_name_patterns): New constant.
3964 (symbol_list_obstack): New variable.
3965
3966 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
3967 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
3968 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
3969 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
3970 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
3971 ada_variant_discrim_name, field_alignment, dynamic_template_type,
3972 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
3973 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
3974 and strcmp.
3975
3976 (ada_get_field_index): New function.
3977 (lim_warning): New function.
3978 (ada_translate_error_message): New function.
3979 (MAX_OF_SIZE): New function.
3980 (MIN_OF_SIZE): New function.
3981 (UMAX_OF_SIZE): New function.
3982 (UMIN_OF_SIZE): New function.
3983 (discrete_type_high_bound): New function.
3984 (discrete_type_low_bound): New function.
3985 (base_type): New function.
3986 (do_command): Remove.
3987
3988 (ada_update_initial_language): Use language_ada, not language_unknown.
3989 (ada_encode): Renamed from ada_mangle.
3990 Obey ADA_RETAIN_DOTS.
3991 (ada_decode): Renamed from ada_demangle.
3992 Update coding conventions.
3993 (decoded_names_store): New hash table.
3994 (ada_decode_symbol): New function.
3995 (ada_la_decode): New function.
3996
3997 (modify_general_field): Correct computations of offset and bit
3998 position.
3999 (desc_base_type): Handle ref types, too.
4000 (ada_is_direct_array_type): New function.
4001
4002 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4003 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4004 (ada_is_bogus_array_descriptor,ada_type_of_array,
4005 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4006 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4007 ada_is_array_descriptor_type.
4008
4009 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4010 (ada_is_packed_array_type): Handle pointers or
4011 references to packed arrays as well.
4012 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4013 (decode_packed_array_type): Search for the packed array type
4014 symbol in the currently selected block and associated
4015 superblocks too.
4016 Use lookup_symbol again.
4017
4018 (decode_packed_array): Handle pointers and references.
4019 Update call to coerce_unspec_val_to_type.
4020 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4021 (ada_value_primitive_packed_val): Improve comment.
4022
4023 (ada_index_type): Substitute int type for "undefined".
4024 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4025 ada_array_langth, ada_is_string_type): Use renamed
4026 ada_is_simple_array_type.
4027 (empty_array): New function.
4028
4029 (ada_resolve): Rename to resolve.
4030 (resolve): Make static.
4031 Call renamed resolve_subexp.
4032 Update comment.
4033 (ada_resolve_subexp): Rename to resolve_subexp.
4034 (resolve_subexp): Update comment.
4035 Decomment disabled code.
4036 Add LOC_COMPUTED* cases.
4037 Modify to use temporary struct symbols (marked as being in
4038 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4039 OP_UNRESOLVED_VALUE.
4040 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4041 Add OP_STRING case.
4042 Remove OP_ARRAY.
4043 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4044 Use new ada_lookup_symbol_list interface.
4045 Use new ada_resolve_function interface.
4046 Remove OP_TYPE case.
4047
4048 (ada_args_match): Idiot proof against null actuals.
4049 Use intermediate variables to clarify.
4050 (ada_resolve_function): Update comment and interface.
4051 (mangled_ordered_before): Rename to encoded_ordered_before and
4052 update comment.
4053 (sort_choices): Update comment and interface.
4054 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4055 (user_select_syms): New interface.
4056 Use new sort_choices interface.
4057 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4058 (possible_user_operator_p): Idiot-proof against null values.
4059 (ada_simple_renamed_entity): Don't make cleanup; rely on
4060 caller to free result string.
4061 Remove const from return type.
4062 (make_array_descriptor): Rename uses of place_on_stack to
4063 ensure_lval.
4064 Make sure that arrays are on stack.
4065
4066 (HASH_SIZE): Define.
4067 (struct cache_entry): Define.
4068 (cache_space): Define.
4069 (cache): Define.
4070 (clear_ada_sym_cache): New function.
4071 (find_entry): New function.
4072 (lookup_cached_symbol): New function.
4073 (defn_vector_size): Define.
4074 (cache_symbol): New function.
4075 (defn_symbols): Remove.
4076
4077 (standard_lookup): Use lookup_symbol_in_language to get effect of
4078 C lookup.
4079 Cache results.
4080
4081 (symbol_completion_match): New function.
4082 (symbol_completion_add): New function.
4083 (ada_make_symbol_completion_list): New function.
4084
4085 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4086 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4087 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4088 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4089
4090 (ada_lookup_simple_minsym): New function.
4091 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4092
4093 (add_symbols_from_enclosing_procs): New interface.
4094 Conditionalize more helpfully.
4095 Don't bother if program isn't running.
4096 Use new interface to get_frame_block.
4097 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4098
4099 (remove_extra_symbols): New interface.
4100 (xget_renaming_scope): New function.
4101 (is_package_name): New function.
4102 (renaming_is_visible): New function.
4103 (remove_out_of_scope_renamings): New function.
4104
4105 (ada_lookup_symbol_list): New interface.
4106 Properly reinitialize the symbol list obstack.
4107 Don't call add_symbols_from_enclosing_procs if we start from a
4108 static or global block.
4109 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4110 add_symbols_from_enclosing_procs.
4111 Add symtab data to cached entries.
4112 Handle symbols prefixed with
4113 "standard__" specially; strip prefix and don't look in local symbols.
4114 Do not include out of scope renaming symbols in list of
4115 symbols returned.
4116 Add const to block parameter.
4117 Move check for non-local, non-global symbols earlier.
4118 Remove timing stuff.
4119 (ada_lookup_symbol): New interface.
4120 Find symtab as well.
4121 (ada_lookup_symbol_nonlocal): New function.
4122
4123 (is_name_suffix): Enhance suffix detection to recognize
4124 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4125 (is_dot_digits_suffix): New function.
4126 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4127
4128 (ada_add_block_symbols): New interface. Use obstack to return results
4129 in a vector of struct ada_symbol_infos. Add symtab argument.
4130 Use new interface to add_defn_to_vec.
4131 Remove calls to fill_in_ada_prototype.
4132 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4133
4134 (ada_finish_decode_line_1): Add const qualification to local to fix
4135 warning.
4136 Start looking in static block for functions to avoid attempts
4137 to search frame chain for up-level variables.
4138 Adapt to new ada_sals_for_line interface.
4139 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4140 Handle quoting of the function name inside the spec string.
4141 Skip prologue when funfirstline is set and update the
4142 function documentation to that effect.
4143
4144 (debug_print_lines, debug_print_block, debug_print_blocks,
4145 debug_print_symtab): Remove.
4146
4147 (ada_main_name): New function.
4148 (ada_exception_breakpoint_type): New function.
4149 (is_known_support_routine): New function.
4150 (ada_find_printable_frame): Renamed from find_printable_frame and made
4151 global.
4152 Remove level parameter.
4153 Use new interface to select_frame.
4154
4155 (begin_command): Remove.
4156 (ada_adjust_exception_stop): New function.
4157 (ada_print_exception_stop): New function.
4158 (exception_name_from_cond): New function.
4159 (ada_report_exception_break): Replace disabled code with
4160 conditionalization on GNAT_GDB.
4161 Get the exception name from the condition string.
4162 Remove and move functionality into new functions
4163 ada_print_exception_breakpoint_task and
4164 ada_print_exception_breakpoint_nontask.
4165 (error_breakpoint_runtime_sym_not_found): New function.
4166 (is_runtime_sym_defined): New function.
4167 (ada_breakpoint_rewrite): Uncomment suppressed code.
4168 Use symbolic error-message and runtime-symbol names.
4169 Surround runtime symbol names in quotes.
4170 Allow non-specific breakpoints on exceptions and assertions before
4171 program starts.
4172
4173 (ada_is_tagged_type): Add parameter.
4174 (ada_is_tag_type): New function.
4175 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4176 (ada_variant_discrim_type): Ditto.
4177 (value_tag_from_contents_and_address): New function.
4178 (type_from_tag): New function.
4179 (struct tag_args): New structure used to communicate with
4180 ada_tag_name_1.
4181 (ada_tag_name_1): New function.
4182 (ada_tag_name): New function.
4183
4184 (ada_scan_number): Update comment.
4185 (find_struct_field): New function.
4186 (ada_search_struct_field): Make static.
4187 (ada_value_struct_elt): New version that returns references when
4188 given pointers or references to structs.
4189 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4190 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4191 interface.
4192 (ada_value_ind): Use new ada_to_fixed_value interface.
4193 (ada_coerce_ref): Ditto.
4194 (field_offset): Remove.
4195
4196 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4197 (ada_find_renaming_symbol): New function.
4198 (ada_prefer_type): Prefer named types over unnamed ones.
4199 (variant_field_index): New function.
4200 (contains_variant_part): Removed: subsumed by variant_field_index.
4201 (ada_template_to_fixed_record_type): New function, mostly from
4202 template_to_fixed_record_type.
4203 (template_to_fixed_record_type):
4204 Do not scan the type fields beyond the last one; prevents a
4205 potential SEGV.
4206 Handle case where variant field is listed BEFORE discriminant it
4207 depends on.
4208 Fix calculation of record length when bit length is
4209 not evenly divisible by char length.
4210 Move code to ada_template_to_fixed_record_type and call it.
4211
4212 (template_to_static_fixed_type): Revise comment.
4213 Modify to work on ordinary record types as well as templates,
4214 so as to handle fields that use ___XVE or ___XVU encodings.
4215 (to_record_with_fixed_variant_part): Fill out comment.
4216 Initialize C++ stuff in right type.
4217 Allow case where DVAL is null.
4218 Handle case where variant field is not last.
4219 Fix typo concerning record length.
4220 (to_fixed_record_type): Decomment disabled code.
4221 (to_fixed_record_type): Use variant_field_index instead of
4222 contains_variant_part.
4223 (to_fixed_variant_branch_type): Ditto.
4224 (to_fixed_array_type): Decomment disabled code.
4225 (ada_to_fixed_type): Convert tagged types to the specific type.
4226 Deactivate the size-check for array types in order to avoid
4227 some false size alarms.
4228 (to_static_fixed_type): Decomment disabled code.
4229 Modify to call template_to_static_fixed_type
4230 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4231 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4232 Remove valaddr argument, as it is never really used.
4233 (ada_to_fixed_value): Change interface to act on single struct value*
4234 operand.
4235 (adjust_pc_past_prologue): New function.
4236 (ada_attribute_name): Modify to take enum exp_opcode argument.
4237
4238 (ada_enum_name): Recognize new homonym-distinguishing convention.
4239 Adjust local variable's type to remove compiler warning.
4240 Fix a small problem in the part that unqualifies the enumeration name.
4241 (ada_value_binop): New function.
4242 (ada_value_equal): New function.
4243
4244 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4245 Don't give error message when not doing normal evaluation
4246 and a tagged type doesn't seem to contain a structure member.
4247 Give error message for packed arrays.
4248 For indexing arrays, handle pointers to packed arrays correctly.
4249 Handle case of 'first and 'last attributes of bare integral type
4250 without encoded subtype info.
4251 Remove some unnecessary casts.
4252 Fix uninitialized value of type in computing 'first, 'last, or 'length
4253 of array object.
4254 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4255 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4256 calls.
4257 Attributes are now exp_opcode values.
4258 Correct treatment of 'modulus.
4259 Better error message for taking 'length of wrong kind of type;
4260 improve comment.
4261 Change EVAL_NORMAL to noside for consistency.
4262 Use ada_value_binop for DIV, MOD, REM.
4263 Make special case out of array of length 0, since an argument
4264 of 0 upsets some platforms' malloc.
4265 Use OP_STRING instead of OP_ARRAY.
4266 For slice, add check that we have an array type before extracting
4267 a slice out of it. Avoids a SEGV.
4268 When evaluating an array slice, if the array type is a reference to
4269 an aligner type, then replace the aligner type by the actual type.
4270 Decomment disabled code.
4271 Remove some dead code.
4272 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4273 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4274 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4275 and UNOP_MBR to UNOP_IN_RANGE.
4276 If an array type has a parallel ___XVE type, then use it.
4277 Turn arrays into pointers for lvalue arrays.
4278 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4279 bounds error and handle 0-length slices.
4280 Use lim_warning.
4281 When selecting fields, apply ada_to_fixed_value (because the fields
4282 might have ___XVU or ___XVE encodings even if not dynamic.)
4283 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4284 (ada_is_system_address_type): New function.
4285
4286 (get_var_value): Use new interface to ada_lookup_symbol_list.
4287 (get_int_var_value): New interface.
4288 (to_fixed_range_type): Allow unknown bound, with warning.
4289 (ada_is_modular_type): Decomment disabled code.
4290 (ADA_OPERATORS): New definition.
4291 (ada_operator_length): New function.
4292 (ada_expr_op_name): New function.
4293 (ada_forward_operator_length): New function.
4294 (ada_dump_subexp_body): New function.
4295 (ada_print_subexp): New function.
4296 (ada_exp_descriptor): New constant.
4297 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4298 (ada_language_defn): Add ada_exp_descriptor entry.
4299 Change ada_parse => parse.
4300 Add post-parser entry.
4301 Use ada-specific non-local symbol lookup.
4302 Don't use C-style arrays.
4303 String lower-bound is 1.
4304 Decomment disabled code.
4305 (parse): New function.
4306 New fields ada_translate_error_message, ada_lookup_symbol,
4307 ada_lookup_minimal_symbol.
4308
4309 * ada-lang.h: Update copyright dates.
4310 Replace the mangle/demangle terminology throughout by the
4311 more appropriate encode/decode one.
4312 Include breakpoint.h.
4313 Forward declare struct partial_symbol, struct block.
4314 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4315 (EXTRACT_ADDRESS): Remove.
4316 (EXTRACT_INT): Remove.
4317 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4318 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4319 (MAX_RENAMING_CHAIN_LENGTH): Define.
4320 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4321
4322 (enum task_states): Remove.
4323 ada_task_states: Remove.
4324 (fat_string): Remove.
4325 (struct entry_call): Remove.
4326 (struct task_fields): Remove.
4327 (struct task_entry): Remove.
4328
4329 (struct ada_symbol_info): Define.
4330 (enum ada_attribute): Remove.
4331 (enum ada_operator): Define.
4332
4333 (ada_get_field_index): Declare.
4334 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4335 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4336 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4337 (ada_lookup_symbol_list): New interface.
4338 (ada_decode_symbol): Declare.
4339 (ada_decode): Declare.
4340 (ada_lookup_symbol): New interface.
4341 (ada_update_initial_language): Declare.
4342 (ada_lookup_simple_minsym): Declare.
4343 (user_select_syms): New interface.
4344 (ada_sals_for_line): Declare.
4345 (ada_is_tagged_type): New interface.
4346 (ada_tag_name): Declare.
4347 (ada_lookup_struct_elt_type): Remove declaration.
4348 (ada_search_struct_field): Remove declaration.
4349 (ada_attribute_name): New interface.
4350 (ada_is_system_address_type): Declare.
4351 (ada_to_fixed_value): Remove declaration.
4352 (ada_template_to_fixed_record_type_1): Declare.
4353 (get_int_var_value): New interface.
4354 (ada_find_any_symbol): Declare.
4355 (ada_find_renaming_symbol): Declare.
4356 (ada_mangle): Rename to ada_encode.
4357 (ada_simple_renamed_entity): Remove const.
4358 (ada_main_name): Declare.
4359 (get_current_task): Rename to ada_get_current_task.
4360 (get_entry_number): Remove declaration.
4361 (ada_report_exception_break): Remove declaration.
4362 (ada_print_exception_breakpoint_nontask): Declare.
4363 (ada_print_exception_breakpoint_task): Declare.
4364 (ada_find_printable_frame): Declare.
4365
4366 * ada-lex.l: Update copyright notices.
4367 Use xmalloc and xfree instead of malloc and free.
4368 Use new interface to name_lookup.
4369 Use new interface to
4370 ada_mangle=>ada_encode.
4371 Redo handling of '$...' variable to parallel current treatment
4372 in c-exp.y.
4373 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4374 digit_to_int, strtoulst, processInt, processReal, processId,
4375 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4376 yywrap): Protoize.
4377
4378 (processInt): Use cast to remove harmless warning.
4379 (processReal): Modify to get rid of compiler warning on scan formats.
4380
4381 (processId): Replace xmalloc with obstack_alloc for name and remove
4382 call to ada_name_string_cleanup.
4383 Remove obsolete disabled code.
4384 (name_lookup): Ditto.
4385 New interface.
4386 Use obsavestring on temp_parse_space instead of savestring
4387 on name, and remove call to ada_name_string_cleanup.
4388 Free string returned from ada_simple_renamed_entity.
4389 Use new interface to ada_lookup_symbol_list.
4390 Decomment disabled code.
4391 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4392 not types.
4393 When a type name lookup succeeds as a result of
4394 lookup_primitive_typename, check for regular type entry that has not
4395 yet been read in.
4396 Limit length of chain of renamed symbols we are willing to follow.
4397 Do not break names beginning with "standard__" into segments.
4398 (block_lookup): Use new interface to ada_lookup_symbol_list.
4399
4400 * ada-typeprint.c: Update copyright notice.
4401 (demangled_type_name): Rename to decoded_type_name.
4402 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4403 (print_range_bound): Correct handling of negative
4404 bounds that make the index type looked unsigned under STABS.
4405 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4406 (print_range_type_named): Use the builtin int type if no type
4407 corresponding to the given type name could be found.
4408 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4409 Add some bullet-proofing.
4410 (print_variant_clauses): Allow for variant branches with ___XVU
4411 encodings that are not dynamic fields.
4412 Use new interface to ada_is_tagged_type.
4413 (print_record_type): Allow for fields with ___XVE encodings that
4414 are not dynamic fields.
4415 Use new interface to ada_is_tagged_type.
4416 (ada_print_type): ada_is_array_descriptor =>
4417 ada_is_array_descriptor_type.
4418
4419 * ada-valprint.c: Update copyright notice.
4420 Include gdb_string.h
4421 Include infcall.h
4422 (ui_memcpy): New function.
4423 (ada_print_floating): New function.
4424 (ada_print_str): Order arguments correctly.
4425 Correct handling of empty arrays and arrays of 0-length items.
4426 ada_is_array_descriptor => ada_is_array_descriptor_type
4427 Print values of type System.Address in hexadecimal format.
4428 Use ada_print_floating to print floating-point numbers in Ada format.
4429 Print class tag values with type names.
4430 No longer print the address of reference values. Avoids
4431 a potential confusion.
4432 (ada_value_print): Stop printing the object type for reference
4433 values, but preserve that behavior for access types. Avoids
4434 a potential confusion.
4435 Simplify one conditional expression, as the first part is now
4436 necessarily true.
4437 ada_is_array_descriptor => ada_is_array_descriptor_type
4438 Add check for arrays for null records, and print them by hand.
4439
4440 2004-06-01 Jim Blandy <jimb@redhat.com>
4441
4442 * ppc-tdep.h: Delete unused 'regoff' member.
4443 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4444
4445 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4446
4447 Fix PR symtab/1661.
4448 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4449 (hpread_read_struct_type): Likewise.
4450
4451 2004-06-01 Andrew Cagney <cagney@gnu.org>
4452
4453 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4454 instead of xasprintf.
4455 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4456 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4457 (mi_cmd_data_list_register_names)
4458 (mi_cmd_data_list_changed_registers)
4459 (mi_cmd_data_list_register_values)
4460 (get_register, mi_cmd_data_write_register_values)
4461 (mi_cmd_data_write_register_values)
4462 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4463 (mi_cmd_target_download, mi_cmd_target_select)
4464 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4465 (mi_execute_cli_command, mi_execute_async_cli_command)
4466 (mi_execute_async_cli_command): Ditto.
4467 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4468 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4469
4470 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4471 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4472 error_last_message instead of mi_error_last_message.
4473 * mi/mi-main.c (mi_error_last_message): Delete function.
4474
4475 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4476 "invalid number of columns" error. Delete redundant "out of
4477 memory" check.
4478
4479 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4480
4481 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4482 (gregset_t, fpregset_t): Remove typedefs.
4483 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4484 (REG_OFFSET): Rename argument.
4485 (i386bsd_r_reg_offset): Rename from reg_offset.
4486 (REG_ADDR): Remove macro.
4487 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4488 functions.
4489 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4490 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4491 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4492 instead of supply_gregset.
4493 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4494 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4495 instead of fill_gregset.
4496 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4497
4498 * i386bsd-nat.c: Don't include "gregset.h".
4499 (supply_gregset, fill_gregset): Make static.
4500 (supply_fpregset, fill_fpregset): Remove.
4501 * Makefile.in (i386bsd-nat.o): Update dependencies.
4502
4503 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4504
4505 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4506 "gdb_assert.h". Con't include "gregset.h".
4507 (fbsd_make_corefile_notes): Use regset-based core file support
4508 instead off fill_gregset and fill_fpregset.
4509 * Makefile.in (fbsd-proc.o): Update dependencies.
4510
4511 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4512 instructions.
4513 (m88k_frame_prev_register): Simplify code a bit.
4514
4515 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4516 (amd64_collect_fpregset): New function.
4517 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4518
4519 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4520
4521 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4522 (i386_collect_gregset): New function.
4523 (i386_supply_fpregset): Adjust comment.
4524 (i386_collect_fpregset): New function.
4525 (i386_regset_from_core_section): Use i386_collect_gregset and
4526 i386_collect_fpregset.
4527
4528 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4529 handle VALUEP being null.
4530
4531 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4532
4533 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4534
4535 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4536
4537 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4538 assembler in OpenBSD 3.5-current.
4539 (amd64obsd_sigcontext_addr): Likewise.
4540
4541 2004-05-28 Jim Blandy <jimb@redhat.com>
4542
4543 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4544 register set, so our regcache isn't declared "legacy" and our E500
4545 pseudoregister read and write functions aren't ignored.
4546 (rs6000_register_byte, rs6000_register_raw_size,
4547 rs6000_register_virtual_type, rs6000_register_convertible,
4548 rs6000_register_convert_to_virtual,
4549 rs6000_register_convert_to_raw): Deleted.
4550 (rs6000_register_type, rs6000_convert_register_p,
4551 rs6000_register_to_value, rs6000_value_to_register): New
4552 functions.
4553 (rs6000_gdbarch_init): Don't register
4554 gdbarch_deprecated_register_size,
4555 gdbarch_deprecated_register_bytes,
4556 gdbarch_deprecated_register_byte,
4557 gdbarch_deprecated_register_raw_size,
4558 gdbarch_deprecated_register_virtual_type,
4559 gdbarch_deprecated_register_convertible,
4560 gdbarch_deprecated_register_convert_to_virtual, or
4561 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4562 register gdbarch_register_type, gdbarch_convert_register_p,
4563 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4564
4565 2004-05-26 Jim Blandy <jimb@redhat.com>
4566
4567 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4568 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4569 functions, updated to match the register numberings used in GCC.
4570 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4571 rs6000_dwarf2_reg_to_regnum as register number conversions
4572 functions for STABS and Dwarf2.
4573
4574 2004-05-26 Randolph Chung <tausq@debian.org>
4575
4576 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4577 in header file.
4578
4579 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4580
4581 * NEWS: Document new "start" command.
4582
4583 2004-05-25 Randolph Chung <tausq@debian.org>
4584
4585 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4586 hppa-linux.
4587
4588 2004-05-25 Randolph Chung <tausq@debian.org>
4589
4590 * hppa-hpux-tdep.c (offsetof): Define.
4591 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4592 (hppa32_hpux_frame_base_before_sigtramp)
4593 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4594 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4595 (hppa64_hpux_frame_base_before_sigtramp)
4596 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4597 functions.
4598 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4599 (hppa_hpux_sigtramp_frame_unwind_cache)
4600 (hppa_hpux_sigtramp_frame_this_id)
4601 (hppa_hpux_sigtramp_frame_prev_register)
4602 (hppa_hpux_sigtramp_frame_unwind)
4603 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4604 (hppa_hpux_init_abi): Register sigtramp unwinder.
4605 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4606
4607 2004-05-25 Randolph Chung <tausq@debian.org>
4608
4609 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4610 and multiple stack unwinds.
4611 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4612
4613 2004-05-25 Andrew Cagney <cagney@gnu.org>
4614
4615 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4616 * symfile-mem.h: Delete file.
4617 * symfile-mem.c: Do not include "symfile-mem.h".
4618 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4619 "struct bfd_section". When an error do not bother returning NULL.
4620 (add_symbol_file_from_memory_command): Use "struct bfd" and
4621 "struct bfd_section".
4622 * Makefile.in (symfile_mem_h): Delete.
4623 (symfile-mem.o): Update dependencies.
4624
4625 2004-05-25 Nick Roberts <nickrob@gnu.org>
4626
4627 * gdb-mi.el: New file.
4628
4629 2004-05-25 Andrew Cagney <cagney@gnu.org>
4630
4631 * inftarg.c: Include "observer.h".
4632 (child_attach, child_create_inferior): Notify inferior_created.
4633 * corelow.c: Include "observer.h".
4634 (core_open): Notify inferior_created.
4635 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4636
4637 2004-05-25 Andrew Cagney <cagney@gnu.org>
4638
4639 * target.h (struct target_ops): Add from_tty to
4640 to_create_inferior.
4641 (target_create_inferior, find_default_create_inferior): Update.
4642 * infcmd.c (run_command): Update.
4643 * wince.c (child_create_inferior): Update.
4644 * win32-nat.c (child_create_inferior): Update.
4645 * uw-thread.c (uw_thread_create_inferior): Update.
4646 * thread-db.c (thread_db_create_inferior): Update.
4647 * target.c (debug_to_create_inferior)
4648 (find_default_create_inferior): Update.
4649 (maybe_kill_then_create_inferior): Update.
4650 * sol-thread.c (sol_thread_create_inferior): Update.
4651 * remote.c (extended_remote_async_create_inferior)
4652 (extended_remote_create_inferior): Update.
4653 * remote-vx.c (vx_create_inferior): Update.
4654 * remote-st.c (st2000_create_inferior): Update.
4655 * remote-sim.c (gdbsim_create_inferior): Update.
4656 * remote-sds.c (sds_create_inferior): Update.
4657 * remote-rdp.c (remote_rdp_create_inferior): Update.
4658 * remote-rdi.c (arm_rdi_create_inferior): Update.
4659 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4660 * remote-e7000.c (e7000_create_inferior): Update.
4661 * procfs.c (procfs_create_inferior): Update.
4662 * ocd.c (ocd_create_inferior): Update.
4663 * ocd.h (ocd_create_inferior): Update.
4664 * nto-procfs.c (procfs_create_inferior): Update.
4665 * monitor.c (monitor_create_inferior): Update.
4666 * lin-lwp.c (lin_lwp_create_inferior): Update.
4667 * inftarg.c (child_create_inferior): Update.
4668 * hpux-thread.c (hpux_thread_create_inferior): Update.
4669 * gnu-nat.c (gnu_create_inferior): Update.
4670
4671 2004-05-25 Andrew Cagney <cagney@gnu.com>
4672
4673 * MAINTAINERS: Update e-mail address.
4674
4675 2004-05-24 Randolph Chung <tausq@debian.org>
4676
4677 * thread.c (info_threads_command, thread_apply_all_command)
4678 (thread_apply_command, thread_command, do_captured_thread_select):
4679 Remove HPUXHPPA-specific code.
4680
4681 2004-05-24 Randolph Chung <tausq@debian.org>
4682
4683 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4684 unused symbols.
4685 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4686 references.
4687
4688 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4689
4690 * infcmd.c (kill_if_already_running): New function, extracted
4691 from run_command().
4692 (run_command): Replace extracted code by call to
4693 kill_if_already_running().
4694 (start_command): New function.
4695 (_initialize_infcmd): Add "start" command.
4696
4697 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4698
4699 Add OpenBSD/m88k support.
4700 * NEWS (New native configurations): Mention OpenBSD/m88k.
4701 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4702 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4703 * Makefile.in (m88k_tdep_h): New variable.
4704 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4705 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4706 * configure.host: Add m88*-*-openbsd*.
4707 * configure.tgt: Add m88*-*-openbsd*.
4708
4709 2004-05-24 Jim Blandy <jimb@redhat.com>
4710
4711 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4712 to approve changes.
4713
4714 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4715
4716 * symtab.c (fixup_section): Search section table when lookup by
4717 name fails.
4718
4719 2004-05-24 Randolph Chung <tausq@debian.org>
4720
4721 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4722 be "small_struct".
4723
4724 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4725
4726 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4727 register number in regcache_raw_collect call.
4728 (m68kbsd_collect_fpregset): Likewise.
4729 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4730
4731 * regset.h (struct regset): Add back `regset' member.
4732
4733 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4734
4735 * configure.in: Check for td_pcb in `struct thread'.
4736 * configure, config.in: Regenerated.
4737
4738 * dpx2-nat.c: Remove file.
4739 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4740 (dpx2-nat.o): Remove dependencies.
4741
4742 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4743 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4744 (amd64obsd_supply_pcb): New function.
4745 (_initialize_amd64obsd_nat): Enable libkvm interface.
4746 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4747 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4748 (LOADLIBES): New variable.
4749
4750 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4751 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4752 (sparc32nbsd_supply_pcb): New function.
4753 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4754 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4755 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4756 (LOADLIBES): New variable.
4757
4758 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4759
4760 * bsd-kvm.c, bsd-kvm.h: New files.
4761 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4762 "bsd-kvm.h".
4763 (i386fbsd_supply_pcb): New function.
4764 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4765 (i386fbsd-nat.o): Update dependencies.
4766 (bsd_kvm_h): New variable.
4767 (bsd-kvm.o): New dependency.
4768 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4769 (LOADLIBES): New variable.
4770
4771 * regset.c: Tweak comment.
4772 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4773 macro.
4774 * regset.h: Update copyright year.
4775 (struct regset): Remove `descr' member, add `gdbarch' member.
4776 (regset_alloc): Adjust prototype and comment.
4777 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4778 (i386_supply_fpregset): Likewise.
4779 (i386_regset_from_core_section): Update call to regset_alloc.
4780 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4781 REGSET->arch.
4782 (i386obsd_aout_regset_from_core_section): Update call to
4783 regset_alloc.
4784 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4785 REGSET->arch.
4786 (i386nbsd_aout_regset_from_core_section): Update call to
4787 regset_alloc.
4788 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4789 REGSET->arch.
4790 (amd64_regset_from_core_section): Update call to regset_alloc.
4791 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4792 REGSET->arch.
4793 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4794 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4795 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4796 (sparc32nbsd_init_abi): Update call to regset_alloc.
4797 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4798 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4799 (sparc64obsd_init_abi): Update call to regset_alloc.
4800 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4801 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4802 (sparc64nbsd_init_abi): Update call to regset_alloc.
4803 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4804 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4805 (sparc64fbsd_init_abi): Update call to regset_alloc.
4806
4807 2004-05-22 Jim Blandy <jimb@redhat.com>
4808
4809 * ppc-tdep.h (spe_register_p): New declaration.
4810 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4811 ppc_spefscr_regnum.
4812 * rs6000-tdep.c (spe_register_p): New function.
4813 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4814 spefscr.
4815 (rs6000_gdbarch_init): Initialize the new members of the tdep
4816 structure.
4817
4818 2004-05-21 Jim Blandy <jimb@redhat.com>
4819
4820 * ppc-linux-nat.c (fetch_register): Move code back to be next
4821 to the comment that describes it. (Moved code, instead of
4822 comment, for symmetry with store_register.)
4823
4824 Allocate regset structures in the gdbarch's obstack, not using
4825 xmalloc.
4826 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4827 Add 'arch' argument. Allocate the regset on arch's obstack, not
4828 using xmalloc.
4829 * regset.h (regset_alloc): Update declaration.
4830 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4831 gdbarch argument.
4832 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4833 * i386-tdep.c (i386_regset_from_core_section): Same.
4834 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4835 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4836 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4837 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4838 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4839 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4840
4841 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4842
4843 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4844
4845 2004-05-21 Jim Blandy <jimb@redhat.com>
4846
4847 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4848 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4849
4850 2004-05-20 Jim Blandy <jimb@redhat.com>
4851
4852 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4853
4854 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4855
4856 * regset.h: Make prototype const-correct.
4857 * regset.c (regset_xmalloc): Make const-correct.
4858
4859 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4860
4861 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4862 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4863 (symbol_search_name): Declare.
4864
4865 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4866 (iter_name_next_hashed): Ditto.
4867 (iter_name_next_linear): Ditto.
4868 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4869
4870 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4871 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4872 (symbol_search_name): New function.
4873
4874 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
4875
4876 * minsyms.c (build_minimal_symbol_hash_tables): Change
4877 test for adding to demangled hash table to check for difference
4878 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
4879
4880 2004-05-19 Jim Blandy <jimb@redhat.com>
4881
4882 Use a constructor function to create regset structures.
4883 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
4884 (struct regset): Use supply_regset_ftype. Add new
4885 'collect_regset' member.
4886 (regset_xmalloc): New declaration.
4887 * regset.c: New file.
4888 * am64-tdep.c (amd64_regset_from_core_section): Use
4889 regset_xmalloc to construct regset structures.
4890 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4891 * i386-tdep.c (i386_regset_from_core_section): Same.
4892 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4893 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4894 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4895 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4896 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4897 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4898 * Makefile.in (COMMON_OBS): Add regset.o.
4899 (regset.o): New rule.
4900
4901 2004-05-19 Joel Brobecker <brobecker@gnat.com>
4902
4903 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
4904 and pthread_cond_wait.c.
4905
4906 2004-05-18 Jim Blandy <jimb@redhat.com>
4907
4908 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
4909 before the mach-specific switch, and then let the individual cases
4910 override the defaults, rather than leaving them uninitialized
4911 until the switch and then setting them in each case.
4912
4913 2004-05-18 Randolph Chung <tausq@debian.org>
4914
4915 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
4916 millicode functions.
4917
4918 2004-05-18 Randolph Chung <tausq@debian.org>
4919
4920 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
4921 references to dld_flags_buffer consistent.
4922
4923 2004-05-18 Randolph Chung <tausq@debian.org>
4924
4925 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
4926 it for unwinding the stack.
4927
4928 2004-05-18 Randolph Chung <tausq@debian.org>
4929
4930 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
4931 Undefine these so we can overide them using gdbarch.
4932
4933 2004-05-18 Randolph Chung <tausq@debian.org>
4934
4935 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
4936 handling for 64-bit HPUX (elf).
4937
4938 2004-05-18 Daniel Jacobowitz <dan@debian.org>
4939
4940 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
4941 constants.
4942 * amd64-tdep.c (amd64_skip_prologue): Likewise.
4943 * ia64-tdep.c (examine_prologue): Likewise.
4944 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
4945 * v850-tdep.c (v850_fix_call_dummy): Likewise.
4946
4947 2004-05-18 Mark Kettenis <kettenis@gnu.org>
4948
4949 * vax-tdep.c (vax_return_value): Implement
4950 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4951
4952 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4953
4954 * vax-tdep.c (vax_return_value): Fix typo.
4955
4956 2004-05-17 Andrew Cagney <cagney@redhat.com>
4957
4958 * MAINTAINERS: Mark Salter was also responsible for
4959 testsuite/config/
4960
4961 * NEWS: Mention signal fixes.
4962
4963 2004-05-17 Randolph Chung <tausq@debian.org>
4964
4965 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
4966 check to see if we are unwinding an export stub. Export stubs clobber
4967 the %rp in the call path and stores the original rp in a stack slot.
4968
4969 2004-05-17 Jim Blandy <jimb@redhat.com>
4970
4971 * MAINTAINERS: Update address for J.T. Conklin.
4972
4973 2004-05-17 Randolph Chung <tausq@debian.org>
4974
4975 * hppa-tdep.c: Remove superfluous #include's.
4976 * Makefile.in (hppa-tdep.o): Update dependencies.
4977
4978 2004-05-17 Randolph Chung <tausq@debian.org>
4979
4980 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
4981 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
4982 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
4983 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
4984 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
4985 Remove static function declarations.
4986
4987 2004-05-17 Mark Kettenis <kettenis@gnu.org>
4988
4989 * alphabsd-nat.c: Update copyright year.
4990 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
4991
4992 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
4993 and M68K_A2_REGNUM.
4994
4995 * m68k-tdep.c (m68k_svr4_return_value): Implement
4996 RETURN_VALUE_ABI_RETURNS_ADDRESS.
4997
4998 2004-05-16 Mark Kettenis <kettenis@gnu.org>
4999
5000 * sol-thread.c Update copyright year. Fix various coding
5001 standards violations. Tweak a few comments.
5002 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5003 Delete prototypes.
5004
5005 2004-05-15 Randolph Chung <tausq@debian.org>
5006
5007 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5008 as pointer instead of array reference since HPUX compiler does
5009 not accept unsized array arguments.
5010 * somsolib.c (dld_flags_buffer): Use constant array size.
5011
5012 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5013
5014 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5015 offset with decimal offset.
5016 (amd64obsd_sigcontext_addr): Return correct address for entire
5017 signal trampoline.
5018
5019 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5020 instead of get_frame_base.
5021
5022 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5023 (fill_gregset): Use regcache_raw_collect.
5024
5025 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5026 ppcobsd-tdep.c.
5027
5028 * config/sparc/tm-nbsd64.h: Remove file.
5029 * config/tm-sunos.h: Remove file.
5030
5031 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5032
5033 * rs6000-tdep.c (store_param_on_stack_p): New function,
5034 an improved version of some code extracted from skip_prologue().
5035 (skip_prologue): Use store_param_on_stack_p() to detect
5036 instructions saving a parameter on the stack. Detect when r0
5037 is used to save a parameter.
5038 Do not mark "li rx, SIMM" instructions as part of the prologue,
5039 unless the following instruction is also part of the prologue.
5040
5041 2004-05-14 Andrew Cagney <cagney@redhat.com>
5042
5043 * infrun.c (handle_inferior_event): Simplify
5044 STEP_OVER_UNDEBUGGABLE.
5045
5046 * infrun.c (handle_step_into_function): Delete function.
5047 (handle_inferior_event): Inline calls to
5048 handle_step_into_function.
5049
5050 2004-05-14 Jerome Guitton <guitton@gnat.com>
5051
5052 * rs6000-nat.c: Fix a comment.
5053
5054 2004-05-12 David Anderson <davea@sgi.com>
5055
5056 Committed by Jim Blandy <jimb@redhat.com>:
5057 * regcache.c (struct regcache_descr): fix comment spelling.
5058
5059 2004-05-13 J. Brobecker <brobecker@gnat.com>
5060
5061 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5062 Fixes a link link failure.
5063
5064 2004-05-13 J. Brobecker <brobecker@gnat.com>
5065
5066 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5067 error that was causing the build to fail.
5068
5069 2004-05-13 J. Brobecker <brobecker@gnat.com>
5070
5071 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5072 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5073
5074 2004-05-13 Andrew Cagney <cagney@redhat.com>
5075
5076 * infrun.c (handle_inferior_event): Check for
5077 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5078 calls. Update comments.
5079
5080 2004-05-13 Jim Blandy <jimb@redhat.com>
5081
5082 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5083 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5084 (store_regs_user_thread, store_regs_kernel_thread): Use
5085 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5086 * ppc-linux-nat.c (fill_gregset): Same.
5087 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5088 (ppc_linux_sigtramp_cache): Same.
5089 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5090 (ppcnbsd_sigtramp_cache_init): Same.
5091 * rs6000-nat.c (fetch_core_registers): Same.
5092 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5093 (rs6000_frame_cache): Same.
5094
5095 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5096 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5097 of assuming that the gprs are numbered starting with zero.
5098 * ppc-linux-nat.c (fill_gregset): Same.
5099 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5100 * ppcnbsd-nat.c (getregs_supplies): Same.
5101 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5102 * rs6000-nat.c (fetch_core_registers): Same.
5103 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5104
5105 2004-05-07 Michael Snyder <msnyder@redhat.com>
5106
5107 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5108 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5109
5110 2004-05-13 Andrew Cagney <cagney@redhat.com>
5111
5112 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5113
5114 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5115
5116 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5117 base_address for shared libraries.
5118
5119 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5120
5121 * MAINTAINERS (write after approval): Add myself.
5122
5123 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5124
5125 * breakpoint.c (bpstat_stop_status): Add new argument
5126 STOPPED_BY_WATCHPOINT. Use it instead of testing
5127 target_stopped_data_address agaist 0 to check whether
5128 or not we stopped due to a hardware watchpoint.
5129 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5130 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5131 with new argument.
5132
5133 2004-05-12 Jim Blandy <jimb@redhat.com>
5134
5135 * configure.in: When checking whether we should use the -bbigtoc
5136 option, don't forget to restore the original value of LDFLAGS.
5137 * configure: Regenerated.
5138
5139 2004-05-12 Andrew Cagney <cagney@redhat.com>
5140
5141 * thread.c (load_infrun_state): Delete step_sp.
5142 * infrun.c (context_switch): Ditto.
5143 * inferior.h (step_sp): Ditto.
5144 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5145 * gdbthread.h (struct thread_info, save_infrun_state)
5146 (restore_infrun_state): Ditto.
5147
5148 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5149
5150 * MAINTAINERS (write after approval): Add myself.
5151
5152 2004-05-12 Andrew Cagney <cagney@redhat.com>
5153
5154 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5155 eliminate reference to step_sp.
5156 (struct execution_control_state, init_execution_control_state)
5157 (handle_inferior_event, keep_going): Delete update_step_sp and
5158 step_sp.
5159 * infcmd.c (step_sp): Note that variable is unused.
5160
5161 2004-05-11 Andrew Cagney <cagney@redhat.com>
5162
5163 * infrun.c (step_over_function): Delete function.
5164 (handle_step_into_function): Use insert_step_resume_breakpoint.
5165 (insert_step_resume_breakpoint): Fix assertion.
5166
5167 2004-05-11 Nick Roberts <nickrob@gnu.org>
5168
5169 * utils.c (defaulted_query): Just use the normal query input type
5170 when printing the annotations.
5171
5172 2004-05-11 Andrew Cagney <cagney@redhat.com>
5173
5174 * infrun.c (handle_inferior_event): Simplify code handling
5175 step-into or return-from a signal trampoline.
5176
5177 2004-05-11 Andrew Cagney <cagney@redhat.com>
5178
5179 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5180 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5181
5182 2004-05-10 Jim Blandy <jimb@redhat.com>
5183
5184 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5185 with a call to internal_error.
5186
5187 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5188 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5189 processor variant lacks those registers.
5190 (ppc_floating_point_unit_p): Change description to make it clear
5191 that this returns info about the ISA, not the ABI.
5192 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5193 return true or false by checking tdep->ppc_fp0_regnum and
5194 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5195 arch/mach switching done in rs6000_gdbarch_init; it's better to
5196 keep that logic there, and just check the results here.
5197 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5198 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5199 floating-point registers.
5200 (ppc_supply_fpregset, ppc_collect_fpregset)
5201 (rs6000_push_dummy_call, rs6000_extract_return_value)
5202 (rs6000_store_return_value): Assert that we have floating-point
5203 registers.
5204 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5205 (rs6000_frame_cache): Don't note the locations at which
5206 floating-point registers were saved if we have no fprs.
5207 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5208 registers.
5209 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5210 (store_regs_user_thread, store_regs_kernel_thread): Only call
5211 supply_fprs / fill_fprs if we actually have floating-point
5212 registers.
5213 (special_register_p): Check ppc_fpscr_regnum before matching
5214 against it.
5215 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5216 supply / collect fpscr if we don't have it.
5217 * ppc-bdm.c: #include "gdb_assert.h".
5218 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5219 have floating-point registers, since I can't test this code on
5220 FP-free systems to adapt it.
5221 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5222 fpscr and floating point register numbers if they don't exist.
5223 (fetch_register): Assert that we have floating-point registers
5224 before we reach the code that handles them.
5225 (store_register): Same. And use tdep instead of calling
5226 gdbarch_tdep again.
5227 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5228 don't have them.
5229 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5230 fprs and fpscr if we don't have them.
5231 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5232 don't have them.
5233 * ppcnbsd-nat.c: #include "gdb_assert.h".
5234 (getfpregs_supplies): Assert that we have floating-point registers.
5235 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5236 * ppcobsd-tdep.c: #include "gdb_assert.h".
5237 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5238 have floating-point registers.
5239 * rs6000-nat.c (regmap): Don't match against the fpscr and
5240 floating point register numbers if they don't exist.
5241 (fetch_inferior_registers, store_inferior_registers,
5242 fetch_core_registers): Only fetch / store / supply the
5243 floating-point registers and the fpscr if we have them.
5244 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5245 (ppcobsd-tdep.o): Update dependencies.
5246
5247 2004-05-10 Andrew Cagney <cagney@redhat.com>
5248
5249 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5250 (context_switch): Do not switch through_sigtramp_breakpoint.
5251 * gdbthread.h (save_infrun_state, load_infrun_state)
5252 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5253 and structure member.
5254 * thread.c (load_infrun_state, save_infrun_state): Update.
5255
5256 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5257
5258 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5259
5260 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5261
5262 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5263 throughout.
5264 * aclocal.m4: Regenerate.
5265
5266 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5267
5268 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5269
5270 2004-05-10 Andrew Cagney <cagney@redhat.com>
5271
5272 * infrun.c (check_sigtramp2): Delete function.
5273 (handle_inferior_event): When single stepping, and taking a
5274 signal, set a breakpoint at the signal return address. Delete
5275 redundant calls to check_sigtramp2.
5276 (insert_step_resume_breakpoint): New function.
5277 (through_sigtramp_breakpoint, handle_inferior_event)
5278 (follow_exec, wait_for_inferior, fetch_inferior_event)
5279 (currently_stepping, keep_going): Delete most uses of
5280 through_sigtramp_breakpoint, not that it should be deleted.
5281 (delete_breakpoint_current_contents): Delete function.
5282
5283 2004-05-10 Randolph Chung <tausq@debian.org>
5284
5285 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5286 target.
5287 * config/pa/tm-linux.h: New file.
5288
5289 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5290
5291 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5292 of prefixes. Don't print the prefix twice in the CLI.
5293
5294 2004-05-10 Jim Blandy <jimb@redhat.com>
5295
5296 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5297 collect all the gprs.
5298
5299 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5300 loop collecting gprs.
5301
5302 2004-05-09 Andrew Cagney <cagney@redhat.com>
5303
5304 * remote-vx.c (net_step): Delete step-range code.
5305 * remote.c (remote_resume, init_all_packet_configs)
5306 (set_remote_protocol_E_packet_cmd)
5307 (show_remote_protocol_E_packet_cmd)
5308 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5309 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5310 (show_remote_protocol_e_packet_cmd): Ditto.
5311
5312 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5313
5314 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5315
5316 * hppa-tdep.h: Update copyright year.
5317 (struct trad_frame_saved_reg): Add opaque declaration.
5318
5319 * amd64-tdep.c (amd64_return_value): Implement
5320 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5321
5322 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5323 (m68k_value_to_register): New functions.
5324 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5325 value_to_register.
5326
5327 * defs.h (enum return_value_convention): Add
5328 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5329 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5330 * infcmd.c (legacy_return_value): New function.
5331 (print_return_value): Rwerite to implement
5332 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5333 * values.c (using_struct_return): Check for inequality to
5334 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5335 RETURN_VALUE_STRUCT_CONVENTION.
5336 * i386-tdep.c (i386_return_value): Implement
5337 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5338
5339 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5340 include "symtab.h", "opcode/vax.h" and "inferior.h".
5341 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5342 to read_memory_unsigned_integer.
5343 (vax_gdbarch_init): Reorder.
5344 (_initialize_vax_tdep): Spell out prototype.
5345 * Makefile.in (vax-tdep.o): Update dependencies.
5346
5347 2004-05-08 Andrew Cagney <cagney@redhat.com>
5348
5349 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5350 * target.c (target_detach, target_disconnect): Ditto.
5351
5352 * infcall.c (call_function_by_hand): When no
5353 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5354 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5355 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5356 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5357 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5358
5359 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5360 * gdbarch.h, gdbarch.c: Re-generate.
5361 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5362 deprecated_fix_call_dummy.
5363 * v850-tdep.c (v850_gdbarch_init): Ditto.
5364 * infcall.c (call_function_by_hand): Do not call
5365 DEPRECATED_FIX_CALL_DUMMY.
5366
5367 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5368 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5369 * gdbarch.h, gdbarch.c: Re-generate.
5370 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5371 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5372 deprecated_sizeof_call_dummy_words.
5373 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5374 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5375 * v850-tdep.c (v850_gdbarch_init): Ditto.
5376 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5377 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5378 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5379 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5380 * arch-utils.h (legacy_call_dummy_words)
5381 (legacy_sizeof_call_dummy_words): Delete declarations.
5382 * arch-utils.c (legacy_call_dummy_words)
5383 (legacy_sizeof_call_dummy_words): Delete variables.
5384
5385 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5386 * gdbarch.h, gdbarch.c: Re-generate.
5387 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5388 * infcall.c (call_function_by_hand): Eliminate call to
5389 DEPRECATED_PUSH_DUMMY_FRAME.
5390 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5391 push_dummy_frame.
5392 (ns32k_push_dummy_frame): Delete function.
5393
5394 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5395 deprecated_call_dummy_breakpoint_offset or
5396 deprecated_call_dummy_start_offset.
5397 * dummy-frame.c, arm-tdep.c: Update comments.
5398 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5399 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5400 * gdbarch.h, gdbarch.c: Re-generate.
5401
5402 * infcall.c (legacy_push_dummy_code): Delete function.
5403 (push_dummy_code): Delete call.
5404
5405 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5406 * gdbarch.h, gdbarch.c: Re-generate.
5407 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5408 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5409 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5410 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5411
5412 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5413 (struct frame_info): Delete opaque declaration.
5414 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5415 * frame.c (get_frame_type): Delete call.
5416
5417 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5418 pc_in_call_dummy.
5419 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5420 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5421
5422 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5423
5424 * alphanbsd-tdep.c: Include "gdb_string.h".
5425 * armnbsd-tdep.c: Update copyright year.
5426 Include "gdb_string.h".
5427 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5428 dependencies.
5429
5430 * delta68-nat.c: Remove file.
5431 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5432 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5433 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5434 (delta68-nat.o): Remove dependency.
5435
5436 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5437 function.
5438 (m68k_gdbarch_init): Don't set
5439 deprecated_frameless_function_invocation.
5440
5441 2004-05-07 Randolph Chung <tausq@debian.org>
5442
5443 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5444 read_memory_nobpt for code reading when doing frame unwinding.
5445 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5446
5447 2004-05-07 Randolph Chung <tausq@debian.org>
5448
5449 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5450 instead of sp, handle sigaltstack case.
5451 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5452 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5453 signal handler and not that of the caller.
5454 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5455 hppa_linux_sigtramp_find_sigcontext.
5456
5457 2004-05-07 Randolph Chung <tausq@debian.org>
5458
5459 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5460 hppa-linux-nat.c.
5461 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5462 * hppa-linux-nat.c (fetch_register, store_register): Define.
5463 (fetch_inferior_registers, store_inferior_registers): Define.
5464 (supply_gregset): Add comment and clean up some unneeded code.
5465 (fill_gregset): Add comment and fix so that it saves registers in
5466 the right place in the gregset.
5467 (fill_fpregset): Fix buffer overrun problem.
5468 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5469
5470 2004-05-07 Randolph Chung <tausq@debian.org>
5471
5472 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5473 do common handling of the pcoqt register.
5474 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5475 to use helper function.
5476 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5477 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5478 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5479 generic fallback unwinder when all else fails.
5480 (hppa_gdbarch_init): Add fallback sniffer.
5481 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5482 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5483 to use helper function.
5484
5485 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5486
5487 * config/djgpp/fnchange.lst: Add translation rules for
5488 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5489
5490 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5491
5492 * frame.c (get_prev_frame_1): Work around GCC bug.
5493 * frame.h: Add comment about GCC bug.
5494
5495 2004-05-07 Andrew Cagney <cagney@redhat.com>
5496
5497 * observer.c: Include "commands.h" and "gdbcmd.h".
5498 (observer_debug, _initialize_observer): Add the
5499 command "set/show debug observer".
5500 * observer.sh: When observer debugging, log notify calls.
5501 * Makefile.in (observer.o): Update dependencies.
5502
5503 2004-05-07 Jason Molenda (jmolenda@apple.com)
5504
5505 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5506
5507 2004-05-07 Jim Blandy <jimb@redhat.com>
5508
5509 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5510 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5511 to recognize gpr regnums, instead of assuming that
5512 tdep->ppc_fp0_regnum marks the end of the general-purpose
5513 registers.
5514
5515 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5516 the given architecture has floating-point registers.
5517
5518 2004-05-07 Andrew Cagney <cagney@redhat.com>
5519
5520 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5521 macro defined to 1.
5522 * gdbarch.h, gdbarch.c: Re-generate.
5523 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5524 deprecated_use_generic_dummy_frames.
5525
5526 2004-05-07 Brian Ford <ford@vss.fsi.com>
5527
5528 * NEWS: Mention Cygwin DWARF 2 support.
5529
5530 2004-05-07 Andrew Cagney <cagney@redhat.com>
5531
5532 * objfiles.h (struct entry_info): Delete unused fields
5533 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5534 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5535 * mipsread.c (mipscoff_symfile_read): Update.
5536 * mdebugread.c (parse_partial_symbols): Update.
5537 * dwarfread.c (read_file_scope): Update.
5538 * dwarf2read.c (read_file_scope): Update.
5539 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5540 * coffread.c (complete_symtab): Update.
5541
5542 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5543
5544 * infcall.c (_initialize_infcall): Fix typo.
5545
5546 2004-05-07 Andrew Cagney <cagney@redhat.com>
5547
5548 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5549 * command.h (add_setshow_zinteger_cmd): Declare.
5550
5551 2004-05-06 Randolph Chung <tausq@debian.org>
5552
5553 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5554 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5555 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5556 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5557 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5558 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5559 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5560 definitions ...
5561 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5562 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5563 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5564 (hppa64_hpux_frame_find_saved_regs_in_sig)
5565 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5566 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5567 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5568 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5569 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5570 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5571 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5572 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5573 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5574 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5575 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5576 (hppa32_register_type, hppa_cannot_store_register)
5577 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5578 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5579 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5580 * pa64solib.c (pa64_solib_have_load_event)
5581 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5582 (pa64_solib_unloaded_library_pathname): Likewise.
5583 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5584 (som_solib_library_pathname): Likewise.
5585
5586 2004-05-05 Jim Ingham <jingham@apple.com>
5587
5588 * breakpoint.c (create_breakpoints): Copy the ignore count and
5589 thread id over from the pended breakpoint to the actual
5590 breakpoint.
5591
5592 2004-05-05 Andrew Cagney <cagney@redhat.com>
5593
5594 * gdbarch.sh (PARM_BOUNDARY): Delete.
5595 gdbarch.h, gdbarch.c: Re-generate.
5596 * valops.c (PARM_BOUNDARY): Delete macro.
5597 (value_push): Delete PARM_BOUNDARY code.
5598 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5599
5600 2004-05-04 Jim Blandy <jimb@redhat.com>
5601
5602 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5603 Don't assume that the gprs, fprs, and UISA sprs are
5604 contiguous, start at register number zero, and end with fpscr.
5605 Instead, use the numbers from the tdep structure.
5606
5607 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5608 should no longer be used in code specific to the RS6000 and its
5609 derivatives.
5610 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5611 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5612 tdep->ppc_fp0_regnum.
5613 (ppc_supply_fpregset, ppc_collect_fpregset)
5614 (rs6000_push_dummy_call, rs6000_extract_return_value)
5615 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5616 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5617 FP0_REGNUM.
5618 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5619 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5620 Same.
5621 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5622 bdm_ppc_store_registers): Same.
5623 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5624 (store_register, fill_fpregset): Same.
5625 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5626 (ppc_linux_supply_fpregset): Same.
5627 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5628 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5629 Same.
5630 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5631 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5632 ppc64_sysv_abi_return_value): Same.
5633 * rs6000-nat.c (regmap, fetch_inferior_registers)
5634 (store_inferior_registers, fetch_core_registers): Same.
5635
5636 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5637
5638 * m68knbsd-nat.c: Remove file.
5639 * m68knbsd-tdep.c: Remove file.
5640 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5641 dependencies.
5642 * configure.host: Add m68k-*-netbsdelf*.
5643 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5644 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5645 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5646 (XM_FILE): Remove.
5647 * config/m68k/nbsdelf.mh: New file.
5648 * config/m68k/nbsd.mt: New file.
5649 * config/m68k/nbsdaout.mt: Remove file.
5650 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5651 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5652 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5653 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5654 (use_struct_convention): Remove prototype.
5655 (USE_STRUCT_CONVENTION): Remove define.
5656 * config/m68k/xm-nbsd.h: Remove file.
5657
5658 2004-05-04 Michael Snyder <msnyder@redhat.com>
5659
5660 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5661 reg_struct_return method (as gcc usually does for cross targets).
5662
5663 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5664
5665 Committed by Andrew Cagney.
5666 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5667 alignment padding when accessing ucontext struct members.
5668
5669 2004-05-04 Jim Blandy <jimb@redhat.com>
5670
5671 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5672 'ppc_gplast_regnum' member.
5673 (ppc_num_gprs): New enum constant.
5674 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5675 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5676 * rs6000-nat.c (regmap, fetch_inferior_registers,
5677 store_inferior_registers): Same.
5678 * rs6000-tdep.c (e500_pseudo_register_read)
5679 (e500_pseudo_register_write): Same.
5680 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5681
5682 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5683 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5684 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5685 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5686 FPLAST_REGNUM.
5687 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5688 Same.
5689 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5690 * rs6000-nat.c (regmap, fetch_inferior_registers)
5691 (store_inferior_registers): Same.
5692
5693 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5694 with FPLAST_REGNUM.
5695
5696 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5697
5698 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5699 failure detected by recent versions of GCC.
5700 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5701 to be consistent with the usage in dwarf2_create_include_psymtab.
5702
5703 2004-05-03 Michael Snyder <msnyder@redhat.com>
5704
5705 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5706 (heuristic_proc_start): Whitespace cleanup.
5707
5708 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5709
5710 * sun3-nat.c: Remove file.
5711 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5712 dependencies.
5713 (ALLDEPFILES): Remove sun3-nat.c.
5714 (sun3-nat.o): Remove dependencies.
5715
5716 * i386-interix-nat.c, i386-interix-tdep.c,
5717 config/i386/nm-interix.h, config/i386/interix.mh,
5718 config/i386/interix.mt: Remove files.
5719 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5720 dependencies.
5721
5722 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5723
5724 * m68k-tdep.h (struct gdbarch_tdep): Add member
5725 struct_value_regnum.
5726 (m68k_svr4_init_abi): New prototype.
5727 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5728 different calling conventions.
5729 (m68k_extract_return_value): Remove code dealing with single-field
5730 structs.
5731 (m68k_store_return_value): Remove code dealing with single-field
5732 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5733 (m68k_extract_struct_value_address): Remove function.
5734 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5735 (m68k_reg_struct_return_p, m68k_return_value)
5736 (m68k_svr4_return_value): New functions.
5737 (m68k_use_struct_convention): Remove function.
5738 (m68k_push_dummy_call): Use new struct_value_regnum member of
5739 `struct gdbarch_tdep' instead of hardcoded register number to
5740 store STRUCT_ADDR.
5741 (m68k_svr4_init_abi): New function.
5742 (m68k_gdbarch_init): Don't set extract_return_value,
5743 store_return_values, deprecated_extract_struct_value_address and
5744 use_struct_convention. Set return_value instead. Initialize new
5745 struct_value_regnum member of `struct gdbarch_tdep'.
5746 * m68klinux-tdep.c: Update copyright year.
5747 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5748 (m68k_linux_extract_struct_value_address): Remove function.
5749 (m68k_linux_init_abi): Don't set extract_return_value,
5750 store_return_values, deprecated_extract_struct_value_address and
5751 use_struct_convention. Call m68k_svr4_init_abi but override the
5752 new struct_value_regnum member of `struct gdbarch_tdep'.
5753 * Makefile.in (m68k-tdep.o): Update dependencies.
5754
5755 2004-05-03 J. Brobecker <brobecker@gnat.com>
5756
5757 * dwarf2read.c (line_header): Add new included_p field in
5758 field file_names.
5759 (partial_die_info): New field has_stmt_list. New field line_offset.
5760 (dwarf2_create_include_psymtab): New function.
5761 (dwarf2_build_include_psymtabs): New function.
5762 (add_file_name): Add forward declaration. Initialize new field.
5763 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5764 to be able to determine the list of files included by the
5765 given unit, and build their associated psymtabs.
5766 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5767 files as well.
5768 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5769 (read_file_scope): Update call to dwarf_decode_lines.
5770 (read_partial_die): Handle DW_AT_stmt_list attributes.
5771
5772 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5773
5774 Unfix PR gdb/1626.
5775 * configure.in: Revert special case for osf5.*.
5776 * configure: Regenerate.
5777
5778 2004-05-02 Jim Blandy <jimb@redhat.com>
5779
5780 Move the symbol-file-from-memory functions into their own file.
5781 * symfile-mem.c, symfile-mem.h: New files.
5782 * symfile.c (symbol_file_add_from_bfd): New function.
5783 (symbol_file_add): Call symbol_file_add_from_bfd.
5784 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5785 Moved to symfile-mem.c.
5786 (_initialize_symfile): Move definition of
5787 add-symbol-file-from-memory command to symfile-mem.c.
5788 * symfile.h (symbol_file_add_from_bfd): New declaration.
5789 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5790 * config/powerpc/linux.mt (TDEPFILES): Same.
5791 * Makefile.in (SFILES): Add symfile-mem.c.
5792 (symfile_mem_h): New variable.
5793 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5794 (symfile-mem.o): New rule.
5795
5796 2004-05-01 Andrew Cagney <cagney@redhat.com>
5797
5798 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5799 frame_find_by_id instead of frame_relative_level.
5800 (do_enable_breakpoint): Ditto.
5801 * thread.c: Update copyright.
5802 (info_threads_command): Ditto, simplify.
5803
5804 * frame.c (deprecated_generic_get_saved_register): Delete
5805 function, moved to "xstormy16-tdep.c".
5806 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5807 deprecated_generic_get_saved_register from "frame.c".
5808 (xstormy16_frame_saved_register): Call
5809 xstormy16_get_saved_register.
5810 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5811 static.
5812 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5813 * frame.h (deprecated_generic_get_saved_register): Delete.
5814
5815 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5816
5817 * dwarfread.c: Update documentation on the state of dwarf-1.
5818
5819 2004-05-01 Andrew Cagney <cagney@redhat.com>
5820
5821 * stack.c (select_frame_command): Delete call to
5822 frame_relative_level.
5823 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5824 Delete #if0 code.
5825 (frame_info): Do not print FRAMELESS.
5826 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5827 (catch_info): Delete #if0 code.
5828
5829 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5830 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5831 of frame_relative_level.
5832 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5833 to SENTINEL_FRAME.
5834 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5835 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5836 frame_relative_level.
5837
5838 * frame.h (deprecated_set_frame_type): Delete declaration.
5839 * frame.c (deprecated_set_frame_type): Delete function, update
5840 comments.
5841
5842 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5843 * gdbarch.h, gdbarch.c: Re-generate.
5844 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5845 (shnbsd_pc_in_sigtramp): Delete.
5846 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5847 pc_in_sigtramp.
5848 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5849 pc_in_sigtramp.
5850 * frame.h: Update comments.
5851 * ppc-linux-tdep.c: Update comments.
5852 * breakpoint.c (bpstat_what): Update comments.
5853
5854 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5855 m68klinux-tdep.o's dependencies, were previously added to
5856 m68klinux-nat.o.
5857
5858 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5859 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5860 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5861 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5862 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5863
5864 * Makefile.in (m68klinux-nat.o): Update dependencies.
5865 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5866 (m68k_linux_sigtramp_frame_cache)
5867 (m68k_linux_sigtramp_frame_this_id)
5868 (m68k_linux_sigtramp_frame_prev_register)
5869 (m68k_linux_sigtramp_frame_unwind)
5870 (m68k_linux_sigtramp_frame_sniffer)
5871 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5872 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
5873 names, use trad-frame.h.
5874 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
5875 (struct m68k_sigtramp_info): Delete.
5876 * m68k-tdep.c (m68k_sigtramp_frame_cache)
5877 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
5878 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
5879 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
5880 "m68klinux-tdep.c".
5881
5882 * infrun.c (check_sigtramp2): Delete check for
5883 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
5884
5885 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5886
5887 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
5888
5889 2004-05-01 Andrew Cagney <cagney@redhat.com>
5890
5891 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5892 (frv_linux_sigtramp_frame_cache)
5893 (frv_linux_sigtramp_frame_this_id)
5894 (frv_linux_sigtramp_frame_prev_register)
5895 (frv_linux_sigtramp_frame_unwind)
5896 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
5897 include "linux" in function and variable names, directly call
5898 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
5899 the latest trad-frame code.
5900 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
5901 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
5902 * Makefile.in (frv-linux-tdep.o): Update dependencies.
5903 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
5904 * frv-tdep.c (frv_sigtramp_frame_cache)
5905 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
5906 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
5907 frv-linux-tdep.c.
5908 (frv_gdbarch_init): Do not append a sigtramp sniffer.
5909 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
5910 (frv_set_sigcontext_reg_addr): Delete function.
5911
5912 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
5913 (DEPRECATED_SIGTRAMP_END): Delete.
5914 * gdbarch.h, gdbarch.c: Re-generate.
5915 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
5916 * config/vax/tm-vaxbsd.h: Update copyright.
5917 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5918 (DEPRECATED_IN_SIGTRAMP): Define.
5919 * config/m68k/tm-nbsd.h: Update copyright.
5920 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
5921 (DEPRECATED_IN_SIGTRAMP): Define.
5922
5923 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5924
5925 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
5926 encondings. Fixes PR gdb/1628.
5927
5928 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
5929 DW_CFA_restore state without a matching DW_CFA_remember_state
5930 instead of aborting. Fixes PR backtrace/1589.
5931
5932 2004-04-30 Joel Brobecker <brobecker@gnat.com>
5933
5934 * MAINTAINERS: Add self as AIX maintainer.
5935 Update my e-mail address in write-after-approval section.
5936
5937 2004-04-30 Andrew Cagney <cagney@redhat.com>
5938
5939 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
5940 (legacy_get_prev_frame): Ditto.
5941
5942 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
5943 (mips_gdbarch_init): Do not set pc_in_sigtramp.
5944 * mipsread.c (sigtramp_address): Delete extern variable.
5945 (mipscoff_new_init): Delete reference.
5946 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
5947 (fixup_sigtramp): Delete function.
5948 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
5949 (fixup_sigtramp): Delete declarations.
5950
5951 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
5952 deprecated_pc_in_sigtramp.
5953 (ppcnbsd_pc_in_sigtramp): Delete function.
5954
5955 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5956
5957 * config/m68k/nm-nbsd.h: Tweak comments.
5958 * config/m68k/nm-nbsdaout.h: Likewise.
5959
5960 2004-04-30 Andrew Cagney <cagney@redhat.com>
5961
5962 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
5963 legacy_pc_in_sigtramp.
5964 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
5965
5966 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5967
5968 Add OpenBSD/m68k support.
5969 * NEWS (New native configurations): Mention OpenBSD/m68k.
5970 * m68kbsd-tdep.c: New file.
5971 * m68kbsd-nat.c: New file.
5972 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
5973 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
5974 * configure.host: Add m68k-*-openbsd.
5975 * configure.tgt: Add m68k-*-openbsd.
5976 * config/m68k/tm-obsd.h: New file.
5977 * config/m68k/obsd.mt: New file.
5978 * config/m68k/obsd.mh: New file.
5979 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
5980 m68kbsd-tdep.c.
5981
5982 2004-04-30 Andrew Cagney <cagney@redhat.com>
5983
5984 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
5985 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
5986
5987 2004-04-30 Mark Kettenis <kettenis@gnu.org>
5988
5989 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
5990 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
5991
5992 2004-04-30 Brian Ford <ford@vss.fsi.com>
5993
5994 Revert 2004-04-16 change.
5995 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
5996 (i386_coff_init_abi): Remove.
5997 * i386-tdep.h (i386_coff_init_abi): Remove.
5998 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
5999
6000 2004-04-30 Andrew Cagney <cagney@redhat.com>
6001
6002 * blockframe.c (find_pc_partial_function): Delete use of
6003 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6004 DEPRECATED_SIGTRAMP_END.
6005
6006 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6007 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6008 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6009 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6010 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6011
6012 * defs.h (deprecated_inside_entry_file): Delete declaration.
6013 * blockframe.c (deprecated_inside_entry_file): Delete function.
6014 (legacy_frame_chain_valid): Delete call.
6015 * sh64-tdep.c (sh64_frame_chain): Delete call.
6016 * objfiles.h: Update comments.
6017 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6018 call.
6019 * frame.c (get_prev_frame): Delete call, update comments.
6020
6021 2004-04-30 Brian Ford <ford@vss.fsi.com>
6022
6023 * MAINTAINERS (Write After Approval): Add myself.
6024
6025 2004-04-30 Andrew Cagney <cagney@redhat.com>
6026
6027 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6028 * gdbarch.h, gdbarch.c: Re-generate.
6029 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6030 code.
6031
6032 2004-04-30 Andrew Cagney <cagney@redhat.com>
6033
6034 * gdb-events.sh (selected_thread_changed)
6035 (selected_frame_level_changed, target_changed): Delete.
6036 * gdb-events.h, gdb-events.c: Re-generate.
6037 * valops.c (value_assign): Update.
6038 * stack.c (select_frame_command, up_silently_base)
6039 (down_silently_base): Update.
6040
6041 2004-04-29 Andrew Cagney <cagney@redhat.com>
6042
6043 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6044 registers correctly.
6045 (print_gp_register_row, mips32_heuristic_proc_desc)
6046 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6047 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6048 references to mips_isa_regsize.
6049
6050 2004-04-29 Andrew Cagney <cagney@redhat.com>
6051
6052 * mips-tdep.c (struct gdbarch_tdep): Delete
6053 mips_fp_register_double.
6054 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6055 mips_abi_regsize.
6056 (mips_gdbarch_init): Do not set mips_fp_register_double.
6057 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6058
6059 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6060
6061 Committed by Andrew Cagney.
6062 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6063 function calls.
6064
6065 2004-04-29 Andrew Cagney <cagney@redhat.com>
6066
6067 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6068 gdbarch, use mips_abi, update callers.
6069 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6070 mips_abi_regsize, update callers.
6071 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6072 mips_default_abi_regsize.
6073 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6074 mips_default_abi_regsize.
6075
6076 2004-04-29 Andrew Cagney <cagney@redhat.com>
6077
6078 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6079 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6080 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6081 mips_default_abi_regsize.
6082 (mips_isa_regsize): Rename mips_regisze.
6083 * mipsnbsd-tdep.c: Update.
6084 * mips-linux-tdep.c: Update.
6085 * irix5-nat.c: Update.
6086 * mips-tdep.h (mips_isa_regsize): Update.
6087
6088 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6089 Delete all disabled code.
6090 * gdb-events.h, gdb-events.c: Re-generate.
6091
6092 2004-04-19 Jerome Guitton <guitton@gnat.com>
6093 Mark Kettenis <kettenis@gnu.org>
6094
6095 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6096 the function begins with a branch instruction.
6097
6098 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6099
6100 * i386-tdep.c: Fix spelling mistakes.
6101
6102 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6103 Andrew Cagney <cagney@redhat.com>
6104
6105 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6106 <sys/proc.h>.
6107 * acconfig.h: Provide default _KMEMUSER value.
6108 * config.in, configure: Re-generate.
6109 * NEWS: Mention fix.
6110
6111 2004-04-24 Randolph Chung <tausq@debian.org>
6112
6113 * configure.host (hppa*-*-linux*): New target.
6114 * configure.tgt (hppa*-*-linux*): Likewise.
6115 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6116 gdbarch_init_osabi() call earlier so that osabi-specific frame
6117 unwinders can be registered first.
6118 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6119 hppa-linux-nat.c.
6120 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6121 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6122 * config/pa/linux.mh: New file.
6123 * config/pa/linux.mt: New file.
6124 * config/pa/nm-linux.h: New file.
6125 * config/pa/xm-linux.h: New file.
6126 * hppa-linux-nat.c: New file.
6127 * hppa-linux-tdep.c: New file.
6128
6129 2004-04-28 Randolph Chung <tausq@debian.org>
6130
6131 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6132 return values.
6133 (hppa32_push_dummy_call): Fix small struct and floating point argument
6134 passing, and make sure the stack frame is properly aligned.
6135
6136 2004-04-28 Andrew Cagney <cagney@redhat.com>
6137
6138 * stack.c (print_stack_frame): Fix description.
6139
6140 * NEWS: Mention gdb/gdbserver/configure execute permission
6141 changed. PR server/519.
6142
6143 2004-04-28 Andrew Cagney <cagney@redhat.com>
6144
6145 * stack.c (print_stack_frame_stub): Delete declaration.
6146 (struct print_stack_frame_args, print_stack_frame)
6147 (print_frame_info, print_frame): Replace "source" with print what.
6148 Replace "print" with "print_level". Replace "args" with
6149 "print_args".
6150 * frame.h (show_and_print_stack_frame, print_stack_frame)
6151 (print_frame_info): Update declarations.
6152 * stack.c (select_and_print_frame, frame_command)
6153 (current_frame_command, up_command, down_command): Update calls -
6154 use get_selected_frame, pass "enum print_what" for source, do not
6155 call frame_relative_level.
6156 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6157 * remote-rdp.c (remote_rdp_open): Ditto.
6158 * remote-mips.c (common_open): Ditto.
6159 * remote-e7000.c (e7000_start_remote): Ditto.
6160 * ocd.c (ocd_start_remote): Ditto.
6161 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6162 * infrun.c (normal_stop): Ditto.
6163 * inflow.c (kill_command): Ditto.
6164 * infcmd.c (finish_command): Ditto.
6165 * corelow.c (core_open): Ditto.
6166 * tracepoint.c (finish_tfind_command): Ditto.
6167 * thread.c (info_threads_command, info_threads_command)
6168 (restore_current_thread, do_captured_thread_select): Ditto.
6169 * ada-tasks.c (task_command): Ditto.
6170
6171 2004-04-26 Orjan Friberg <orjanf@axis.com>
6172
6173 * frame.c: Include "observer.h".
6174 (frame_observer_target_changed): New function.
6175 (_initialize_frame): Attach target_changed observer.
6176 * regcache.c: Include "observer.h".
6177 (regcache_observer_target_changed): New function.
6178 (_initialize_regcache): Attach target_changed observer.
6179 * valops.c: Include "observer.h".
6180 (value_assign): Notify target_changed event when modifying register.
6181 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6182
6183 2004-04-26 Orjan Friberg <orjanf@axis.com>
6184
6185 From Paul Koning <pkoning@equallogic.com>:
6186 * breakpoint.c (free_valchain): New function.
6187 (insert_bp_location, delete_breakpoint): Use free_valchain.
6188 (remove_breakpoint): Do not remove the valchain.
6189 (bpstat_stop_status): If not stopped by watchpoint, skip
6190 watchpoints when generating stop status list.
6191 * infrun.c (handle_inferior_event): Make
6192 stepped_after_stopped_by_watchpoint a global variable.
6193 * remote.c (remote_stopped_data_address): Return watch data
6194 address rather than zero if stepped_after_stopped_by_watchpoint is
6195 set.
6196
6197 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6198
6199 Fix PR gdb/1626.
6200 * configure.in: Check for curses after termcap.
6201 On osf5.*, do not check for ncurses.
6202 * configure: Regenerate.
6203
6204 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6205
6206 * ppcobsd-nat.c: Include "ppc-tdep.h".
6207 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6208
6209 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6210 Fixes PR tdep/1623 and PR tdep/1624.
6211
6212 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6213
6214 * xmodem.h, xmodem.c: Remove files.
6215 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6216
6217 2004-04-23 Randolph Chung <tausq@debian.org>
6218
6219 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6220 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6221 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6222 for handling stackless frames.
6223 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6224
6225 2004-04-23 Randolph Chung <tausq@debian.org>
6226
6227 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6228 starts at a pc before the frame is created.
6229
6230 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6231
6232 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6233
6234 2004-04-23 Jerome Guitton <guitton@gnat.com>
6235
6236 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6237 use convert_typed_floating to get the appropriate format.
6238
6239 2004-04-22 Randolph Chung <tausq@debian.org>
6240
6241 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6242 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6243 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6244 (hppa_sign_extend): Add prototype.
6245 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6246 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6247 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6248 hppa targets will also use these functions.
6249 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6250 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6251 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6252 (hppa_gdbarch_init): Remove gdbarch setting of
6253 skip_trampoline_code, in_solib_call_trampoline and
6254 in_solib_return_trampoline.
6255 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6256 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6257 hppa_in_solib_call_trampoline.
6258 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6259 Moved from hppa-tdep.c.
6260 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6261 in_solib_call_trampoline and in_solib_return_trampoline.
6262
6263 2004-04-22 Randolph Chung <tausq@debian.org>
6264
6265 * hppa-tdep.c (hppa_debug): New variable.
6266 (find_unwind_entry, hppa_frame_cache): Add debug output.
6267 (_initialize_hppa_tdep): Add command to set debug flag.
6268
6269 2004-04-22 Andrew Cagney <cagney@redhat.com>
6270
6271 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6272 "trad-frame.h".
6273 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6274 signal trampoline unwinder.
6275 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6276
6277 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6278
6279 Add OpenBSD/powerpc support.
6280 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6281 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6282 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6283 (ppc_collect_fpregset): New prototypes.
6284 * ppcobsd-nat.c: New file.
6285 * ppcobsd-tdep.c: New file.
6286 * ppcobsd-tdep.h: New file.
6287 * rs6000-tdep.c: Include "regset.h".
6288 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6289 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6290 New functions.
6291 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6292 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6293 (rs6000-tdep.o): Update dependencies.
6294 * configure.host: Add powerpc-*-openbsd.
6295 * configure.tgt: Add powerpc-*-openbsd.
6296 * config/powerpc/obsd.mh: New file.
6297 * config/powerpc/nm-obsd.h: New file.
6298 * config/powerpc/obsd.mt: New file.
6299
6300 2004-04-22 Andrew Cagney <cagney@redhat.com>
6301
6302 * frame.h (show_frame_info): Delete declaration.
6303
6304 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6305 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6306 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6307 * frv-tdep.c (frv_frame_this_id): Ditto.
6308 * avr-tdep.c (avr_frame_this_id): Ditto.
6309
6310 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6311
6312 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6313
6314 2004-04-22 Jim Blandy <jimb@redhat.com>
6315
6316 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6317 register number zero.
6318
6319 2004-04-21 Michael Snyder <msnyder@redhat.com>
6320
6321 * mips-tdep.c (heuristic_proc_start):
6322 Warning() already prefixes "Warning: ".
6323
6324 2004-04-21 Andrew Cagney <cagney@redhat.com>
6325
6326 * annotate.h (deprecated_annotate_starting_hook)
6327 (deprecated_annotate_stopped_hook)
6328 (deprecated_annotate_exited_hook)
6329 (deprecated_annotate_signal_hook)
6330 (deprecated_annotate_signalled_hook): Deprecate.
6331 * tracepoint.h (deprecated_create_tracepoint_hook)
6332 (deprecated_delete_tracepoint_hook)
6333 (deprecated_modify_tracepoint_hook)
6334 (deprecated_trace_find_hook)
6335 (deprecated_trace_start_stop_hook): Deprecate.
6336 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6337 * remote.h (deprecated_target_resume_hook)
6338 (deprecated_target_wait_loop_hook): Deprecate.
6339 * gdbcore.h (deprecated_exec_file_display_hook)
6340 (deprecated_file_changed_hook): Deprecate.
6341 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6342 * defs.h (deprecated_modify_breakpoint_hook)
6343 (deprecated_command_loop_hook, deprecated_show_load_progress)
6344 (deprecated_print_frame_info_listing_hook)
6345 (deprecated_query_hook, deprecated_warning_hook)
6346 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6347 (deprecated_delete_breakpoint_hook)
6348 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6349 (deprecated_readline_begin_hook, deprecated_readline_hook)
6350 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6351 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6352 (deprecated_context_hook, deprecated_target_wait_hook)
6353 (deprecated_attach_hook, deprecated_detach_hook)
6354 (deprecated_call_command_hook, deprecated_set_hook)
6355 (deprecated_error_hook, deprecated_error_begin_hook)
6356 (deprecated_ui_load_progress_hook): Deprecate.
6357 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6358 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6359 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6360 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6361 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6362 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6363 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6364 * annotate.c, aix-thread.c: Update.
6365
6366 2004-04-21 Andrew Cagney <cagney@redhat.com>
6367
6368 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6369 * vaxnbsd-tdep.c: Include "gdb_string.h".
6370
6371 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6372 (add_symbol_file_from_memory_command): #if 0 function body, call
6373 error instead.
6374
6375 2004-04-21 Andrew Cagney <cagney@redhat.com>
6376
6377 * gdbcore.h: Update copyright.
6378 (deprecated_add_core_fns): Rename add_core_fns.
6379 * win32-nat.c (_initialize_core_win32): Update.
6380 * sun3-nat.c (_initialize_core_sun3): Update.
6381 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6382 * rs6000-nat.c (_initialize_core_rs6000): Update.
6383 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6384 * nto-tdep.c (_initialize_nto_tdep): Update.
6385 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6386 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6387 * mips-nat.c (_initialize_core_mips): Update.
6388 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6389 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6390 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6391 * lynx-nat.c (_initialize_core_lynx): Update.
6392 * irix5-nat.c (_initialize_core_irix5): Update.
6393 * i386-interix-nat.c (_initialize_core_interix): Update.
6394 * cris-tdep.c (_initialize_cris_tdep): Update.
6395 * corelow.c (deprecated_add_core_fns): Update.
6396 * core-regset.c (_initialize_core_regset): Update.
6397 * core-aout.c (_initialize_core_aout): Update.
6398 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6399 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6400 * alpha-nat.c (_initialize_core_alpha): Update.
6401
6402 2004-04-21 Jim Blandy <jimb@redhat.com>
6403
6404 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6405
6406 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6407
6408 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6409 Delete.
6410 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6411 (read_attribute_value): Update calls to dwarf_alloc_block.
6412 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6413 dwarf2_tmp_obstack.
6414 (psymtab_to_symtab_1): Likewise. Clean up using
6415 free_stack_comp_unit.
6416 (add_to_cu_func_list): Use the comp_unit_obstack.
6417
6418 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6419
6420 * dwarf2read.c (dwarf2_flag_true_p): New function.
6421 (die_is_declaration): Use the function above. Add some comments.
6422
6423 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6424
6425 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6426 architecture when registering sparcnbsd_core_osabi_sniffer.
6427 Adjust comment.
6428
6429 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6430
6431 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6432 return value.
6433
6434 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6435 * i386-tdep.c: Correct register numbering scheme comments
6436 throughout.
6437 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6438 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6439 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6440 (i386_gdb_arch_init): Likewise.
6441
6442 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6443 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6444 ppcnbsd-tdep.o.
6445
6446 * m68k-tdep.h: Tweak comments.
6447 * m68k-tdep.c: Tweak comment.
6448
6449 2004-04-17 Randolph Chung <tausq@debian.org>
6450
6451 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6452 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6453 (hppa_hpux_som_init_abi): Set is_elf to 0.
6454 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6455 * hppa-tdep.c (low_text_segment_address): Remove global.
6456 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6457 section offset to calculate segment address.
6458 (internalize_unwinds): Define low_text_segment_address as local and
6459 pass to record_text_segment_lowaddr for ELF targets.
6460 (hppa_gdbarch_init): Zero fill tdep structure.
6461 (hppa_dump_tdep): Print tdep structure.
6462 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6463
6464 2004-04-17 Randolph Chung <tausq@debian.org>
6465
6466 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6467 (hppa_gdbarch_init): Set pseudo_register_read.
6468 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6469 * regcache.c (supply_register): Remove check for
6470 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6471
6472 2004-04-17 Randolph Chung <tausq@debian.org>
6473
6474 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6475 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6476 (hpread_adjust_stack_address): Move to hpread.c.
6477 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6478 obj_private_struct): Move from tm-hppa.h.
6479 * hpread.c (hppa-tdep.h): Include.
6480 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6481 (hpread_read_function_type, hpread_read_doc_function_type)
6482 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6483 directly.
6484 * pa64solib.c (hppa-tdep.h): Include.
6485 * somsolib.c (hppa-tdep.h): Include.
6486 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6487 inferior_status): Remove unused forward declarations.
6488 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6489 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6490 obj_private_struct): Move to hppa-tdep.h.
6491 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6492
6493 2004-04-17 Randolph Chung <tausq@debian.org>
6494
6495 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6496 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6497 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6498 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6499 Remove forward declaration and make static.
6500 (hppa_reg_struct_has_addr): Remove.
6501
6502 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6503
6504 * observer.sh: Move comments in sed command to first column.
6505
6506 2004-04-16 Jason Molenda (jmolenda@apple.com)
6507
6508 * frame.c: Minor typeo corrections in comments.
6509
6510 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6511
6512 * observer.c (observer_test_first_notification_function): Update
6513 function profile.
6514 (observer_test_second_notification_function): Likewise.
6515 (observer_test_third_notification_function): Likewise.
6516
6517 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6518
6519 From Brian Ford <ford@vss.fsi.com>:
6520 * i386-tdep.c (i386_coff_init_abi): New function.
6521 * i386-tdep.h (i386_coff_init_abi): New prototype.
6522 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6523 register number translation functions for DWARF and DWARF 2.
6524
6525 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6526
6527 * dwarf2read.c: Back out my previous change, it was incorrect.
6528
6529 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6530
6531 * dwarf2read.c: Include "hashtab.h".
6532 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6533 has_namespace_info.
6534 (struct partial_die_info): Add comments. Use bitfields to reduce
6535 memory footprint. Add scope, scope_set, has_specification,
6536 spec_offset, die_parent, die_child, and die_sibling.
6537 (peek_die_abbrev): Add prototype.
6538 (partial_read_comp_unit_head): New function, broken out from
6539 dwarf2_build_psymtabs_hard.
6540 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6541 Use partial_read_comp_unit_head. Initialize the CU and
6542 comp_unit_obstack. Update calls to read_partial_die and
6543 scan_partial_symbols. Use free_stack_comp_unit and
6544 load_partial_dies.
6545 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6546 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6547 Update calls to helper functions. Remove NAMESPACE argument.
6548 Update comments.
6549 (partial_die_parent_scope, partial_die_full_name): New functions.
6550 (add_partial_symbol): Remove namespace argument. Update call to
6551 pdi_needs_namespace. Use partial_die_full_name. Handle
6552 DW_TAG_namespace. Check has_namespace_info flag.
6553 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6554 tag. Handle namespaces.
6555 (add_partial_namespace, add_partial_enumeration): Simplify.
6556 (guess_structure_name): New function, derived from
6557 add_partial_structure.
6558 (add_partial_structure): Remove.
6559 (determine_class_name): Update comment.
6560 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6561 (is_type_tag_for_partial, load_partial_dies): New functions.
6562 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6563 Record specifications instead of following them immediately.
6564 (find_partial_die_in_comp_unit, find_partial_die)
6565 (fixup_partial_die, free_stack_comp_unit)
6566 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6567 (partial_die_hash, partial_die_eq): New functions.
6568 * Makefile.in (hashtab_h): Define.
6569 (dwarf2read.o): Update dependencies.
6570 (observer_inc, observer_h): Move to the correct section.
6571
6572 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6573
6574 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6575 (die_is_declaration): Use the function above. Add comment.
6576
6577 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6578
6579 * dwarf2read.c (read_structure_scope): Identify stub types
6580 using die_is_declaration() only.
6581
6582 2004-04-15 Roland McGrath <roland@redhat.com>
6583
6584 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6585 argument instead of NAME.
6586 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6587 in call to symbol_file_add_with_addrs_or_offsets.
6588 (build_addr_info): New function, helper for ...
6589 (symbol_file_add_from_memory): New function.
6590 (add_symbol_file_from_memory_command): New function using that.
6591 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6592 (pre_add_symbol_hook): Add const to argument type.
6593 * symfile.h (symbol_file_add_from_memory): Declare it.
6594
6595 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6596
6597 * NEWS (New native configurations): Mention OpenBSD/vax.
6598 * configure.host: Add vax-*-openbsd*.
6599 * config/vax/obsd.mh: New file.
6600 * config/vax/nm-obsd.h: New file.
6601
6602 * vax-tdep.c: Include "regset.h".
6603 (vax_supply_gregset): New function.
6604 (vax_gregset): New variable.
6605 (vax_regset_from_core_section): New function.
6606 (vax_gdbarch_init): Set regset_from_core_section.
6607 * Makefile.in (vax-tdep.o): Update dependencies.
6608
6609 2004-04-15 Andrew Cagney <cagney@redhat.com>
6610
6611 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6612 (observer_normal_stop_notification_stub)
6613 (observer_attach_normal_stop, observer_detach_normal_stop):
6614 Delete, replaced by #include "observer.inc".
6615 * infrun.c (normal_stop): Pass "stop_bpstat" to
6616 observer_notify_normal_stop.
6617 * Makefile.in (observer_inc): Define.
6618 (observer.o): Update dependencies.
6619 (observer.h, observer.inc): New rules.
6620 * observer.h: Delete file.
6621 * observer.sh: New file.
6622
6623 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6624
6625 * vax-tdep.c (vax_frame_cache): Fix typo.
6626
6627 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6628
6629 * NEWS (New native configurations): Mention NetBSD/vax.
6630 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6631 * config/vax/nbsdelf.mh: New file.
6632 * config/vax/nbsdaout.mh: New file.
6633 * config/vax/nm-nbsd.h: New file.
6634 * config/vax/nm-nbsdaout.h: New file.
6635
6636 * vaxnbsd-tdep.c: New file.
6637 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6638 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6639 * config/vax/nbsd.mt: New file.
6640 * config/vax/tm-nbsd.h: New file.
6641
6642 * Makefile.in (vaxbsd-nat.o): New dependency.
6643
6644 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6645 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6646 struct_addr arguments. Don't push return value address.
6647 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6648 arguments to vax_store_arguments. Store return value address in
6649 R1.
6650 (vax_store_struct_return, vax_extract_return_value)
6651 (vax_store_return_value): Remove functions.
6652 (vax_return_value): New function.
6653 (vax_gdbarch_init): Set return value. Don't set
6654 deprecated_store_struct_return, deprecated_extract_struct_return
6655 and deprecated_store_return_value.
6656
6657 2004-04-14 Andreas Schwab <schwab@suse.de>
6658
6659 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6660 value buffer.
6661 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6662
6663 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6664
6665 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6666 (vax_unwind_dummy_id): New functions.
6667 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6668 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6669 variables.
6670 (vax_fix_call_dummy): Remove function.
6671 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6672 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6673 call_dummy_location, deprecated_call_dummy_words,
6674 deprecated_sizeof_call_dummy_words,
6675 deprecated_call_dummy_breakpoint_offset,
6676 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6677 and deprecated_dummy_write_sp.
6678
6679 2004-04-13 David Carlton <carlton@kealia.com>
6680
6681 * MAINTAINERS: Move myself to "paper trail" section.
6682
6683 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6684
6685 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6686 "trad-frame.h".
6687 (vax_frame_init_saved_regs): Remove function.
6688 (vax_sigtramp_saved_pc): Remove function.
6689 (vax_frame_saved_pc): Remove function.
6690 (vax_frame_args_address): Remove function.
6691 (vax_frame_num_args): Rewrite.
6692 (vax_frame_chain): Remove function.
6693 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6694 VAX_FP_REGNUM.
6695 (vax_pop_frame): Likewise.
6696 (vax_saved_pc_after_call): Remove function.
6697 (struct vax_frame_cache): New structure.
6698 (vax_frame_cache): New function.
6699 (vax_frame_this_id): New function.
6700 (vax_frame_prev_register): New function.
6701 (vax_frame_unwind): New variable.
6702 (vax_frame_sniffer): New function.
6703 (vax_frame_base_address): New function.
6704 (vax_frame_args_address): New function.
6705 (vax_frame_base): New variable.
6706 (vax_unwind_pc): New function.
6707 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6708 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6709 deprecated_frame_chain, deprecated_frame_saved_pc,
6710 deprecated_frame_args_address and
6711 deprecated_frame_init_saved_regs.
6712 * Makefile.in (vax-tdep.o): Update dependencies.
6713
6714 * vaxbsd-nat.c: New file.
6715
6716 * vax-tdep.h: Update copyright year. Adjust comments.
6717 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6718 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6719 (vax_regnum): New enum. Replacing...
6720 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6721 (VAX_PS_REGNUM): ... these removed macros.
6722 * vax-tdep.c (vax_register_name): Remove prototype.
6723 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6724 (vax_register_byte, vax_register_raw_size,
6725 vax_register_virtual_size, vax_register_virtual_type): Remove
6726 functions.
6727 (vax_register_type): New function.
6728 (vax_breakpoint_from_pc): Reorganize.
6729 (vax_gdbarch_init): Set register_type. Don't set
6730 deprecated_register_size, deprecated_register_bytes,
6731 deprecated_register_byte, deprecated_register_raw_size,
6732 deprecated_max_register_raw_size,
6733 deprecated_register_virtual_size,
6734 deprecated_max_register_virtual_size and
6735 deprecated_register_virtual_type. Add comment on stack direction.
6736
6737 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6738
6739 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6740 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6741 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6742
6743 2004-04-10 Randolph Chung <tausq@debian.org>
6744
6745 * MAINTAINERS (write after approval): Add myself.
6746
6747 2004-04-07 Randolph Chung <tausq@debian.org>
6748
6749 * hppa-tdep.c (hppa_inner_than): Remove.
6750 (is_pa_2): Remove unused static variable.
6751 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6752
6753 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6754
6755 * language.h (language_defn): Add new la_post_parser field.
6756 * parser-defs.h (null_post_parser): New declaration (default for
6757 la_post_parser).
6758
6759 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6760 insert call to that function.
6761 (parse_exp_in_context): New function, including code formerly in
6762 parse_exp_1. Calls language-dependent post-parser after
6763 prefixification.
6764 (parse_expression_in_context): New exported function.
6765 (null_post_parser): New definition.
6766 * expression.h (parse_expression_in_context): Add declaration.
6767
6768 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6769 * c-lang.c (c_language_defn): Ditto.
6770 (cplus_language_defn): Ditto.
6771 (asm_language_defn): Ditto.
6772 (minimal_language_defn): Ditto.
6773 * f-lang.c (f_language_defn): Ditto.
6774 * jv-lang.c (java_language_defn): Ditto.
6775 * language.c (unknown_language_defn): Ditto.
6776 (auto_language_defn): Ditto.
6777 (local_language_defn): Ditto.
6778 * m2-lang.c (m2_language_defn): Ditto.
6779 * scm-lang.c (scm_language_defn): Ditto.
6780 * obj-lang.c (objc_language_defn): Ditto.
6781
6782 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6783
6784 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6785 (amd64nbsd_mcontext_addr): New function.
6786 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6787 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6788 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6789
6790 * corelow.c (core_xfer_partial): Fix coding standards violation.
6791 Add support for TARGET_OBJECT_WCOOKIE.
6792
6793 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6794 deprecated_pc_in_sigtramp.
6795 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6796 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6797 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6798 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6799 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6800 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6801 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6802
6803 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6804 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6805 Fix typo.
6806
6807 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6808 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6809 (amd64_collect_fxsave): Likewise.
6810
6811 * i386-sol2-tdep.c: Include "gdb_string.h".
6812 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6813 name.
6814 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6815
6816 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6817
6818 * i386-sol2-tdep.c: Include "solib-svr4.h".
6819 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6820 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6821 * config/i386/tm-i386sol2.h: Include :solib.h".
6822 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6823 solib-svr4.o and solib-legacy.o.
6824 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6825 solib-svr4.o.
6826
6827 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6828
6829 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6830 whether a register is supplied by PTRACE_GETFPREGS.
6831 (store_inferior_registers): Likewise.
6832 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6833 whether a register is supplied by PT_GETFPREGS.
6834 (store_inferior_registers): Likewise.
6835
6836 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6837 * config/i386/linux64.mt (TDEPFILES): Likewise.
6838
6839 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6840
6841 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6842 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6843 the program counter is in the range specified by `struct
6844 gdbarch_tdep'.
6845 * amd64-linux-tdep.c: Include "symtab.h".
6846 (amd64_linux_pc_in_sigtramp): Remove function.
6847 (amd64_linux_sigtramp_p): New function.
6848 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6849 deprecated_pc_in_sigtramp.
6850 * amd64nbsd-tdep.c: Include "symtab.h".
6851 (amd64nbsd_sigtramp_p): New function.
6852 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6853 deprecated_pc_in_sigtramp.
6854 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6855 few comments.
6856 (amd64obsd_pc_in_sigtramp): Remove function.
6857 (amd64obsd_sigtramp_p): New function.
6858 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6859 deprecated_pc_in_sigtramp.
6860 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6861 (i386bsd_pc_ins_sigtramp): Remove prototype.
6862 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6863 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6864 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6865 the program counter is in the range specified by `struct
6866 gdbarch_tdep'.
6867 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6868 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6869 (i386_go32_pc_in_sigtramp): Remove function.
6870 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6871 Initialize TDEP->sigtramp_p.
6872 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
6873 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
6874 deprecated_pc_in_sigtramp.
6875 * i386-linux-tdep.c: Adjust comments.
6876 (i386_linux_pc_in_sigtramp): Remove function.
6877 (i386_linux_sigtramp_p): New function.
6878 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6879 deprecated_pc_in_sigtramp.
6880 * i386-nto-tdep.c: Update copyright year.
6881 (i386nto_pc_in_sigtramp): Remove function.
6882 (i386nto_sigtramp_p): New function.
6883 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
6884 SP_REGNUM.
6885 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
6886 deprecated_pc_in_sigtramp.
6887 * i386-sol2-tdep.c: Update copyright year.
6888 (i386_sol2_pc_in_sigtramp): Remove function.
6889 (i386_sol2_sigtramp_p): New function.
6890 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
6891 deprecated_pc_in_sigtramp.
6892 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
6893 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
6894 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6895 deprecated_sigtramp_start and deprecated_sigtramp_end.
6896 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
6897 (i386nbsd_pc_in_sigtramp): Remove function.
6898 (i386nbsd_sigtramp_p): New function.
6899 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6900 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6901 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
6902 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
6903 (i386obsd_pc_in_sigtramp): Remove function.
6904 (i386obsd_sigtramp_p): New function.
6905 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
6906 functions.
6907 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
6908 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
6909 TDEP->sigtramp_p.
6910 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
6911 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
6912 dependencies.
6913
6914 * config/i386/i386aout.mt: Remove file.
6915
6916 * configure.tgt: Remove i[34567]86-*-go32*,
6917 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
6918 and i[34567]86-*-isc*. Set gdb_target to i386 for
6919 i[34567]86-*-netware* and i[34567]86-*-*.
6920 * config/i386/i386.mt: New file.
6921 * config/i386/embed.mt: Remove file.
6922 * config/i386/go32.mt: Remove file.
6923 * config/i386/i386nw.mt: Remove file.
6924 * config/i386/i386v.mt: Remove file.
6925 * config/i386/tm-go32.h: Remove file.
6926
6927 * tui/tui-hooks.c: Include "readline/readline.h" after
6928 "gdb_curses.h" instead of before.
6929 * tui/tui-io.c: Likewise.
6930
6931 * tui/tui.c: Fix typo in comment.
6932
6933 * sparc64-tdep.c (sparc_address_from_register): Remove function.
6934
6935 2004-04-08 Andrew Cagney <cagney@redhat.com>
6936
6937 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
6938 (deprecated_exception_support_initialized): Declare.
6939 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
6940 (initialize_hp_cxx_exception_support)
6941 (child_enable_exception_callback): Update.
6942 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
6943 (deprecated_exception_support_initialized): Rename
6944 deprecated_exception_catchpoints_are_fragile and
6945 deprecated_exception_support_initialized.
6946 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
6947
6948 * symtab.c (deprecated_hp_som_som_object_present): Rename
6949 hp_som_som_object_present.
6950 * symtab.h (deprecated_hp_som_som_object_present): Declare.
6951 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
6952 Update. Delete extern declaration.
6953 * valops.c (hp_som_som_object_present): Ditto.
6954 * parse.c (deprecated_hp_som_som_object_present)
6955 (parse_nested_classes_for_hpacc): Ditto.
6956 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
6957 * hppa-hpux-tdep.c (hp_som_som_object_present)
6958 (initialize_hp_cxx_exception_support): Ditto.
6959 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
6960 * cp-valprint.c (hp_som_som_object_present)
6961 (cp_print_class_method): Ditto.
6962 * c-typeprint.c (hp_som_som_object_present):
6963 (c_type_print_base): Ditto.
6964 * c-exp.y (hp_som_som_object_present): Ditto.
6965
6966 2004-04-08 Andrew Cagney <cagney@redhat.com>
6967
6968 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
6969 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
6970 (frame_unwind_find_by_frame): Re-implement the unwind code so
6971 that it can both prepend and append sniffers. Replace
6972 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
6973 * tramp-frame.c (tramp_frame_append): Use
6974 frame_unwind_prepend_unwinder.
6975 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
6976 frame_unwind_register_unwinder.
6977 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
6978 tramp_frame_append.
6979 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
6980 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
6981 (mips_linux_init_abi): Update.
6982
6983 2004-04-08 Kevin Buettner <kevinb@redhat.com>
6984
6985 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
6986 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
6987 file support.
6988
6989 2004-04-07 Kevin Buettner <kevinb@redhat.com>
6990
6991 * ia64-tdep.c (elf.h): Don't include.
6992 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
6993
6994 2004-04-07 Jason Molenda (jmolenda@apple.com)
6995
6996 * frame.h: Typeo corrections in comments.
6997
6998 2004-04-07 Jim Blandy <jimb@redhat.com>
6999
7000 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7001 %esp and %ebp
7002
7003 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7004
7005 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7006 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7007 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7008 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7009 and solib-legacy.o.
7010 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7011 solib-svr4.o.
7012 * config/sparc/tm-sol2.h: Update copyright year. Include
7013 "solib.h".
7014
7015 * sparc-sol2-tdep.c: Update copyright year. Include
7016 "solib-svr4.h".
7017 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7018 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7019 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7020 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7021 dependencies.
7022
7023 2004-04-06 Andrew Cagney <cagney@redhat.com>
7024
7025 * infttrace.c: Include "infttrace.h".
7026 * infttrace.h: Include "target.h".
7027 * Makefile.in (infttrace_h): Update.
7028 (infttrace.o): Update.
7029
7030 2004-04-06 Andrew Cagney <cagney@redhat.com>
7031
7032 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7033 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7034 move extern declarations from here ...
7035 * infttrace.h: ... to here.
7036 * Makefile.in (hppah-nat.o): Update dependencies.
7037
7038 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7039 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7040 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7041 (hppa_breakpoint_from_pc): Delete.
7042
7043 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7044
7045 2004-04-05 Andrew Cagney <cagney@redhat.com>
7046
7047 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7048 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7049 <sys/file.h>.
7050
7051 2004-04-06 Randolph Chung <tausq@debian.org>
7052
7053 Committed by Andrew Cagney (mechanical change).
7054 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7055 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7056 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7057 child_enable_exception_callback, current_ex_event,
7058 null_symtab_and_line, child_get_current_exception_event,
7059 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7060 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7061 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7062 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7063 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7064 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7065 Move hpux-specific definitions ...
7066 * hppa-hpux-tdep.c: ... to here.
7067
7068 2004-04-05 Andrew Cagney <cagney@redhat.com>
7069
7070 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7071 skip_prologue_using_sal.
7072
7073 2004-04-05 Andrew Cagney <cagney@redhat.com>
7074
7075 * config/i386/tm-i386.h: Delete file.
7076 * config/i386/tm-vxworks.h: Update copyright, do not include
7077 "tm-i386.h".
7078 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7079 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7080 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7081 * config/i386/ncr3000.mt (TM_FILE): Delete.
7082 * config/i386/interix.mt (TM_FILE): Delete.
7083 * config/i386/i386v.mt (TM_FILE): Delete.
7084 * config/i386/i386nw.mt (TM_FILE): Delete.
7085 * config/i386/i386gnu.mt (TM_FILE): Delete.
7086 * config/i386/i386aout.mt (TM_FILE): Delete.
7087 * config/i386/embed.mt (TM_FILE): Delete.
7088
7089 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7090
7091 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7092 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7093 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7094 (accg7_regnum): New constants.
7095 (last_spr_regnum, last_pseudo_regnum): Update.
7096 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7097 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7098 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7099 for accg registers.
7100 (frv_register_sim_regno): Update spr_map[].
7101
7102 2004-04-04 Andrew Cagney <cagney@redhat.com>
7103
7104 * config/mips/xm-riscos.h: Delete.
7105 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7106 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7107 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7108 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7109 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7110 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7111 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7112 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7113 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7114 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7115 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7116 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7117 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7118 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7119 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7120 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7121 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7122 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7123 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7124 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7125 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7126 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7127 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7128 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7129 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7130 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7131
7132 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7133 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7134 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7135 * configure.host: Remove m680[01]0-sun-sunos3*,
7136 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7137 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7138 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7139 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7140 mips-*-riscos*.
7141 * NEWS: Mention removed systems.
7142
7143 2004-04-04 Andrew Cagney <cagney@redhat.com>
7144
7145 GDB 6.1 release created from 6.1 branch.
7146
7147 2004-04-04 Andrew Cagney <cagney@redhat.com>
7148
7149 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7150 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7151 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7152
7153 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7154 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7155 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7156
7157 2004-04-03 Jim Blandy <jimb@redhat.com>
7158
7159 * MAINTAINERS: Chris Faylor has changed employers; add him to
7160 "paper trail" section, and update his E-mail address.
7161
7162 2004-04-03 Andrew Cagney <cagney@redhat.com>
7163
7164 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7165 generic dummy frames.
7166 * dummy-frame.c: Update copyright.
7167 (dummy_frame_sniffer): Delete check for generic dummy frames.
7168
7169 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7170 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7171 (REG_PARM_STACK_SPACE): Delete.
7172 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7173 Inline reference to REG_PARM_STACK_SPACE.
7174
7175 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7176 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7177 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7178 (FRAME_BASE_BEFORE_SIGTRAMP)
7179 (hppa32_hpux_frame_base_before_sigtramp)
7180 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7181 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7182 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7183 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7184 (FRAME_BASE_BEFORE_SIGTRAMP)
7185 (hppa64_hpux_frame_base_before_sigtramp)
7186 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7187
7188 2004-04-03 Andrew Cagney <cagney@redhat.com>
7189
7190 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7191
7192 2004-04-02 Andrew Cagney <cagney@redhat.com>
7193
7194 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7195 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7196 * dummy-frame.h: Delete out-of-date comments.
7197 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7198 * gdbarch.h, gdbarch.c: Re-generate.
7199
7200 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7201
7202 Committed by Andrew Cagney <cagney@redhat.com>.
7203 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7204 into account an instruction saving a register if we have already
7205 seen an earlier instruction saving that same register.
7206
7207 2004-04-02 Andrew Cagney <cagney@redhat.com>
7208
7209 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7210 * gdbarch.h, gdbarch.c: Re-generate.
7211 * frame.c (legacy_get_prev_frame): Delete references to
7212 DEPRECATED_INIT_FRAME_PC_FIRST.
7213
7214 * infrun.c (pc_in_sigtramp): Delete function.
7215 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7216 get_frame_type.
7217
7218 2004-04-02 Andrew Cagney <cagney@redhat.com>
7219
7220 * infrun.c (handle_step_into_function): Delete code conditional on
7221 legacy_frame_p.
7222 (handle_inferior_event, step_over_function): Ditto.
7223
7224 2004-04-02 Andrew Cagney <cagney@redhat.com>
7225
7226 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7227 "previous frame inner to this frame" test.
7228
7229 2004-04-02 Andrew Cagney <cagney@redhat.com>
7230
7231 * frame.c (safe_frame_unwind_memory): New function.
7232 * frame.h (safe_frame_unwind_memory): Declare. Update description
7233 of /safe_/ methods.
7234 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7235 "next_frame". Use safe_frame_unwind_memory.
7236 (tramp_frame_sniffer): Update call to tramp_frame_start.
7237
7238 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7239
7240 * dwarf2read.c (dwarf2_objfile_data_key): New.
7241 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7242 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7243 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7244 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7245 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7246 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7247 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7248 Remove variables.
7249 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7250 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7251 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7252 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7253 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7254 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7255 Remove macros.
7256 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7257 data.
7258 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7259 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7260 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7261 (read_partial_die, read_full_die, read_indirect_string)
7262 (dwarf_decode_line_header, dwarf_decode_macros)
7263 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7264 Update uses of removed variables.
7265 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7266 of removed macros.
7267 (_initialize_dwarf2_read): New function.
7268 * symfile.h (dwarf2_has_info): Update prototype.
7269 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7270 * elfread.c (elf_symfile_read): Likewise.
7271
7272 2004-04-01 Jim Blandy <jimb@redhat.com>
7273
7274 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7275 function for register numbers on all the rs6000-derived targets.
7276 (rs6000_gdbarch_init): Don't register a separate
7277 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7278 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7279 variants.
7280
7281 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7282 numbering.
7283
7284 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7285
7286 * valarith.c: Update copyright notice.
7287 (value_add): Handle range types.
7288 (value_sub): Ditto.
7289 (value_equal): Ditto.
7290 (value_less): Ditto.
7291 (value_neg): Ditto.
7292 (value_complement): Ditto.
7293 (value_binop): Simplify slightly by using is_integral_type and
7294 eliminiating unnecessary COERCE_ENUMs.
7295
7296 2004-03-31 Andrew Cagney <cagney@redhat.com>
7297
7298 * frame.h (frame_unwind_id): Declare.
7299 * frame.c (frame_unwind_id): New function.
7300 (get_prev_frame_1): New function.
7301 (frame_debug_got_null_frame): New function.
7302 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7303 code proper to prev_frame, update description.
7304 * infrun.c (step_over_function): Use frame_unwind_id.
7305
7306 2004-04-31 J. Brobecker <brobecker@gnat.com>
7307
7308 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7309 (hppa64_push_dummy_call): Likewise.
7310
7311 2004-03-30 Jim Blandy <jimb@redhat.com>
7312
7313 From Ulrich Weigand:
7314 * utils.c (query): Do not use a va_list variable multiple times.
7315
7316 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7317
7318 * Makefile.in (linux_nat_h): Update dependencies.
7319 * configure.in: Check for <gnu/libc-version.h>.
7320 * configure: Regenerate.
7321 * config.in: Regenerate.
7322 * linux-nat.h: Include "target.h". Add waitstatus field to
7323 struct lwp_info.
7324 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7325 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7326 to.
7327 (lin_lwp_handle_extended): New function. Handle clone events.
7328 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7329 thread exit events.
7330 (child_wait): Handle clone events.
7331 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7332 * linux-nat.c (linux_enable_event_reporting): Turn on
7333 PTRACE_O_TRACECLONE.
7334 (linux_handle_extended_wait): Handle clone events.
7335 * thread-db.c: Include <gnu/libc-version.h>.
7336 (struct private_thread_info): Add dying flag.
7337 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7338 higher.
7339 (attach_thread): Update comments. Handle dying threads.
7340 (detach_thread): Set the dying flag.
7341 (check_event): Always call attach_thread.
7342
7343 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7344
7345 * mips-tdep.c (mips_pdr_data): New.
7346 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7347 (_initialize_mips_tdep): Initialize mips_pdr_data.
7348
7349 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7350
7351 * minsyms.c (install_minimal_symbols): Move dropping leading
7352 char from linkage name from here...
7353 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7354 test for "__gnu_compiled*" symbols.
7355
7356 2004-03-28 Jim Blandy <jimb@redhat.com>
7357
7358 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7359 registers to temp register r0 and byte stores as prologue
7360 instructions.
7361
7362 2004-03-28 Andrew Cagney <cagney@redhat.com>
7363
7364 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7365 arm*-*-*.
7366
7367 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7368
7369 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7370 and switch the layout to force a display of register window.
7371
7372 2004-02-26 J. Brobecker <brobecker@gnat.com>
7373
7374 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7375 of the INTEGER class.
7376
7377 2004-03-26 Jim Blandy <jimb@redhat.com>
7378
7379 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7380 bytes long on PPC GNU/Linux.
7381
7382 2004-03-26 David Carlton <carlton@kealia.com>
7383
7384 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7385
7386 2004-03-25 Andrew Cagney <cagney@redhat.com>
7387
7388 * PROBLEMS: Add general section titles, remove references to
7389 specific releases.
7390
7391 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7392
7393 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7394 INT_REGISTER_SIZE.
7395 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7396 FP_REGISTER_VIRTUAL_SIZE.
7397 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7398 of DEPRECATED_REGISTER_RAW_SIZE.
7399 (arm_register_type): Add gdbarch argument.
7400 (arm_register_raw_size, arm_register_virtual_size): Delete.
7401 (arm_register_byte, arm_extract_return_value)
7402 (arm_store_return_value, arm_get_longjmp_target): Update references
7403 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7404 (arm_gdbarch_init): Likewise. Don't set
7405 deprecated_register_raw_size, deprecated_register_virtual_size,
7406 deprecated_max_register_raw_size,
7407 deprecated_max_register_virtual_size, or
7408 deprecated_max_register_virtual_type. Do set register_type.
7409 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7410 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7411 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7412 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7413 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7414 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7415 INT_REGISTER_SIZE.
7416 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7417 (remote_rdp_store_register): Likewise.
7418
7419 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7420
7421 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7422 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7423 to after osabi initialization.
7424 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7425 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7426 functions.
7427 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7428 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7429 variables.
7430 (mips_linux_init_abi): Append signal trampoline unwinders.
7431
7432 2004-03-24 Andrew Cagney <cagney@redhat.com>
7433
7434 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7435 * tramp-frame.c: Include "gdb_assert.h".
7436 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7437 correct sizeof.
7438 (tramp_frame_append): Validate the tramp frame's instructions.
7439 * Makefile.in (tramp-frame.o): Update dependencies.
7440
7441 2004-03-23 Andrew Cagney <cagney@redhat.com>
7442
7443 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7444
7445 2004-03-23 Andrew Cagney <cagney@redhat.com>
7446
7447 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7448 Nasser as past testsuite/lib/ (and other) maintainers.
7449
7450 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7451
7452 * infcmd.c (attach_command): Reread symbols if we already have
7453 an exec file.
7454
7455 2004-03-23 Andrew Cagney <cagney@redhat.com>
7456
7457 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7458
7459 2004-03-23 Andrew Cagney <cagney@redhat.com>
7460
7461 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7462 * gdbarch.h, gdbarch.c: Re-generate.
7463 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7464 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7465 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7466 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7467 (DEPRECATED_SIGTRAMP_START): Update.
7468 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7469 (DEPRECATED_SIGTRAMP_START): Update.
7470 * blockframe.c (find_pc_sect_partial_function): Update.
7471 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7472
7473 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7474
7475 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7476 if necessary.
7477
7478 2004-03-23 Andrew Cagney <cagney@redhat.com>
7479
7480 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7481 predicate, deprecate.
7482 * gdbarch.h, gdbarch.c: Re-generate.
7483 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7484 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7485 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7486 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7487 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7488 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7489 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7490 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7491 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7492 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7493 * blockframe.c (find_pc_partial_function): Update.
7494 * breakpoint.c (bpstat_what): Update.
7495 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7496 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7497 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7498 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7499 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7500 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7501 * i386-nto-tdep.c (i386nto_init_abi): Update.
7502 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7503 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7504 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7505 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7506 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7507 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7508 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7509 * infrun.c (pc_in_sigtramp): Update.
7510 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7511 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7512 * mips-tdep.c (mips_gdbarch_init): Update.
7513 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7514 * ppc-linux-tdep.c: Update comment.
7515 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7516 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7517 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7518 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7519 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7520 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7521 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7522 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7523 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7524 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7525
7526 2004-03-23 Andrew Cagney <cagney@redhat.com>
7527
7528 * tramp-frame.h, tramp-frame.h: New files.
7529 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7530 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7531
7532 * Makefile.in: Update all dependencies.
7533
7534 2004-03-23 Andrew Cagney <cagney@redhat.com>
7535
7536 * Makefile.in (trad_frame_h): Add $(frame_h).
7537 * trad-frame.h: Update copyright. Include "frame.h".
7538 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7539 (trad_frame_set_id, trad_frame_get_id): Declare.
7540 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7541 * trad-frame.c: Update copyright.
7542 (struct trad_frame_cache): Define.
7543 (trad_frame_cache_zalloc): New function.
7544 (trad_frame_set_id, trad_frame_get_id): New functions.
7545 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7546
7547 2004-03-22 Andrew Cagney <cagney@redhat.com>
7548
7549 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7550 s390_pltstub_unwind_cache.
7551 (s390_stub_frame_unwind_cache): Rename
7552 s390_pltstub_frame_unwind_cache.
7553 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7554 (s390_stub_frame_prev_register): Rename
7555 s390_pltstub_frame_prev_register.
7556 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7557 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7558
7559 From Ulrich Weigand:
7560 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7561 pointer calls like PLT calls.
7562
7563 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7564
7565 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7566 PC rather than the partial function start address. Use the start
7567 address to sanity check the found PDR.
7568
7569 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7570
7571 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7572 linux_handle_extended_wait.
7573
7574 2004-03-22 Andrew Cagney <cagney@redhat.com>
7575
7576 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7577 function.
7578
7579 * frame.h (generic_pop_current_frame): Delete declaration.
7580 (deprecate_pop_dummy_frame): Deprecate
7581 generic_pop_dummy_frame.
7582 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7583 (generic_pop_current_frame): Delete function.
7584 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7585 generic_pop_current_frame.
7586 * v850-tdep.c (v850_pop_frame): Update.
7587 * mcore-tdep.c (mcore_pop_frame): Update.
7588 * sh64-tdep.c (sh64_pop_frame): Update.
7589 * h8300-tdep.c (h8300_pop_frame): Update.
7590
7591 2004-03-22 Andrew Cagney <cagney@redhat.com>
7592
7593 * frame.h (deprecated_pc_in_call_dummy): Rename
7594 generic_pc_in_call_dummy.
7595 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7596 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7597 generic_pc_in_call_dummy.
7598 (pc_in_dummy_frame): Make static.
7599 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7600 * gdbarch.h, gdbarch.c: Re-generate.
7601 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7602 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7603 (legacy_get_prev_frame): Ditto.
7604 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7605 comment.
7606
7607 2004-03-21 Andrew Cagney <cagney@redhat.com>
7608
7609 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7610 declaration and out-of-date comment.
7611 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7612 Delete function.
7613 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7614 deprecated_pc_in_call_dummy.
7615
7616 * infrun.c (handle_inferior_event): For non legacy frames, use the
7617 frame ID and frame type to identify a signal trampoline. Update
7618 comments.
7619
7620 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7621
7622 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7623 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7624
7625 2004-03-21 Andrew Cagney <cagney@redhat.com>
7626
7627 * frame-unwind.h: Update copyright.
7628 (struct frame_data): Add opaque declaration.
7629 (frame_sniffer_ftype): Declare.
7630 (struct frame_unwind): Add "unwind_data" and "sniffer".
7631 (frame_unwind_register_unwinder): Declare.
7632 (frame_unwind_find_by_frame): Add parameter "this_cache".
7633 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7634 (legacy_get_prev_frame, legacy_get_prev_frame)
7635 (get_frame_type): Pass the prologue_cache to
7636 frame_unwind_find_by_frame.
7637 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7638 "unwinder".
7639 (frame_unwind_register_unwinder): New function.
7640 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7641
7642 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7643
7644 * bcache.c (print_percentage): Use floating point to avoid
7645 incorrect results when portion*100 overflows.
7646
7647 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7648
7649 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7650 (ppc_linux_init_extra_frame_info)
7651 (ppc_linux_frameless_function_invocation)
7652 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7653 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7654 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7655 (rs6000_frame_chain): Delete declarations.
7656 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7657 (ppc_linux_init_extra_frame_info)
7658 (ppc_linux_frameless_function_invocation)
7659 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7660 (ppc_linux_init_abi): Remove registration of above deleted functions.
7661 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7662 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7663 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7664 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7665 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7666 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7667 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7668 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7669 frame management for all OSABIs.
7670
7671 2004-03-19 Andrew Cagney <cagney@redhat.com>
7672
7673 Committed by Kevin Buettner <kevinb@redhat.com>.
7674
7675 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7676 Update copyright.
7677 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7678 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7679 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7680 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7681 unwinders. #ifdef legacy frame code.
7682 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7683 "frame-base.h".
7684 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7685 (struct rs6000_frame_cache, rs6000_frame_cache)
7686 (rs6000_frame_this_id, rs6000_frame_prev_register)
7687 (rs6000_frame_sniffer, rs6000_frame_unwind)
7688 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7689 (rs6000_frame_base): Implement a traditional frame unwinder.
7690 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7691 frame unwinder.
7692
7693 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7694
7695 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7696 breakpoint address for watchpoints or the catch eventpoints.
7697 Add new paramter ``bptype''. Adjust all callers.
7698
7699 2004-03-19 Andrew Cagney <cagney@redhat.com>
7700
7701 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7702
7703 * PROBLEMS: Delete note that ARM does not use frame code, problem
7704 fixed.
7705
7706 2004-03-18 Andrew Cagney <cagney@redhat.com>
7707
7708 * stack.c (return_command): Delete code wrapped in #ifdef
7709 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7710
7711 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7712
7713 2004-03-18 Andrew Cagney <cagney@redhat.com>
7714
7715 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7716 DEPRECATED_IN_SIGTRAMP.
7717 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7718 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7719 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7720 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7721 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7722 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7723 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7724 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7725 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7726 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7727
7728 2004-03-18 Andrew Cagney <cagney@redhat.com>
7729
7730 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7731 (struct frame_base_table_entry): Define.
7732 (struct frame_base_table): Re-implement as a linked list.
7733 (frame_base_init): Re-implement.
7734 (frame_base_table): Delete function.
7735 (append_predicate): Delete function.
7736 (frame_base_append_sniffer): Update.
7737 (frame_base_set_default): Update.
7738 (frame_base_find_by_frame): Update.
7739 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7740 * Makefile.in (frame-base.o): Update dependencies.
7741
7742 2004-03-17 Andrew Cagney <cagney@redhat.com>
7743
7744 * frame.c (legacy_get_prev_frame): Pass correct frame to
7745 frame_unwind_find_by_frame.
7746
7747 2004-03-17 David Carlton <carlton@kealia.com>
7748
7749 * NEWS: Mention C++ nested types and namespaces
7750
7751 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7752
7753 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7754 and "Regressions since gdb 5.3.". Add known regressions since
7755 gdb 6.0.
7756
7757 2004-03-16 David Carlton <carlton@kealia.com>
7758
7759 * dwarf2read.c (process_structure_scope): Process children even
7760 when we're a declaration.
7761
7762 2004-03-16 Andrew Cagney <cagney@redhat.com>
7763
7764 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7765 * blockframe.c (find_pc_partial_function)
7766 (find_pc_sect_partial_function): Merge into a single
7767 find_pc_partial_function.
7768
7769 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7770
7771 * i386bsd-nat.c: s/regno/regnum/g.
7772 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7773 FP0_REGNUM.
7774 (store_inferior_registers): Likewise.
7775
7776 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7777
7778 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7779 of i387_fill_fsave.
7780 (store_inferior_registers): Call i387_collect_fsave and
7781 i387_collect_fxsave instead of i387_fill_fsave and
7782 i387_fill_fxsave.
7783
7784 2004-03-15 Andrew Cagney <cagney@redhat.com>
7785
7786 * Makefile.in (frame-unwind.o): Update dependencies.
7787 * frame-unwind.c: Include "gdb_obstack.h".
7788 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7789 parameter.
7790 (append_predicate): Delete function.
7791 (struct frame_unwind_table_entry): New structure.
7792 (struct frame_unwind_table): Replace "sniffer" with "head" and
7793 "tail".
7794 (frame_unwind_append_sniffer): Update.
7795 (frame_unwind_find_by_frame): Update.
7796 (_initialize_frame_unwind): Registe frame_unwind_init using
7797 gdbarch_data_register_pre_init.
7798
7799 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7800
7801 * i386bsd-nat.c: Update copyright year.
7802 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7803 define unconditionally.
7804
7805 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7806
7807 * i387-tdep.h (i387_collect_fsave): New prototype.
7808 * i387-tdep.c (i387_collect_fsave): New function containing most
7809 of the code from i387_fill_fsave.
7810 (i387_fill_fsave): Call i387_collect_fsave.
7811
7812 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7813
7814 * i386-linux-tdep.c: Update copyright year.
7815 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7816 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7817 svr4_ilp32_link_map_offsets instead of
7818 i386_linux_svr4_fetch_link_map_offsets.
7819
7820 2004-03-15 David Carlton <carlton@kealia.com>
7821
7822 Fix for PR c++/1553:
7823 * dwarf2read.c (read_structure_type): Determine type name by
7824 calling determine_class_name.
7825 (determine_class_name): New.
7826 (determine_prefix): Look at TYPE_TAG_NAME and call
7827 determine_class_name when appropriate.
7828 (determine_prefix_aux, class_name): Delete.
7829 (read_namespace): Set die->type.
7830
7831 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7832
7833 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7834 unused macro definition. The definition in target.h (or perhaps
7835 elsewhere) takes precedence.
7836
7837 2004-03-15 Andrew Cagney <cagney@redhat.com>
7838
7839 * ppc-tdep.h: Update copyright.
7840 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7841 function signatures to match "regsets.h".
7842 * ppc-linux-tdep.c: Include "regset.h".
7843 (ELF_GREGSET_SIZE): Delete.
7844 (right_supply_register): New function.
7845 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7846 using right_supply_register.
7847 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7848 functions.
7849 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7850 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7851 (_initialize_ppc_linux_tdep): Do not register
7852 ppc_linux_regset_core_fns.
7853 (ppc_linux_regset_from_core_section): Replace
7854 fetch_core_registers.
7855 (ppc_linux_regset_core_fns): Delete.
7856 * ppc-linux-nat.c: (right_fill_reg): New function.
7857 (supply_gregset): Update call to ppc_linux_supply_gregset.
7858 (fill_gregset): Clear the register set, use right_fill_reg.
7859 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7860 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7861
7862 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7863 unsigned.
7864
7865 2004-03-15 Andrew Cagney <cagney@redhat.com>
7866
7867 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7868 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7869 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7870 and register_gdbarch_data.
7871 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7872 (struct gdbarch_data): Replace "init" by "pre_init" and
7873 "post_init".
7874 * gdbarch.h, gdbarch.c: Re-generate.
7875 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
7876 with"obstack", use OBSTACK_ZALLOC.
7877 (dwarf2_frame_ops): Delete.
7878 (dwarf2_frame_set_init_reg): Use gdbarch_data.
7879 (dwarf2_frame_init_reg): Use gdbarch_data.
7880 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
7881 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
7882 (_initialize_svr4_solib): Update.
7883 * user-regs.c (_initialize_user_regs): Update.
7884 * reggroups.c (_initialize_reggroup): Update.
7885 * regcache.c (_initialize_regcache): Update.
7886 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7887 * libunwind-frame.c (_initialize_libunwind_frame): Update.
7888 * gnu-v3-abi.c (init_gnuv3_ops): Update.
7889 * frame-unwind.c (_initialize_frame_unwind): Update.
7890 * frame-base.c (_initialize_frame_base): Update.
7891 * user-regs.c (user_reg_add): Update.
7892 * reggroups.c (reggroup_add): Update.
7893 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
7894 * libunwind-frame.c (libunwind_frame_set_descr): Update.
7895 * frame-unwind.c (frame_unwind_append_sniffer): Update.
7896 * frame-base.c (frame_base_table): Update.
7897 * remote.c (_initialize_remote): Update.
7898 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
7899
7900 2004-03-15 Andrew Cagney <cagney@redhat.com>
7901
7902 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
7903
7904 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7905
7906 * Makefile.in (frv-linux-tdep.o): Add dependencies.
7907 * frv-linux-tdep.c: New file.
7908 * frv-tdep.c (struct gdbarch_tdep): Add new field
7909 ``sigcontext_reg_addr''.
7910 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
7911 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7912 (frv_sigramp_frame_sniffer): New functions.
7913 (frv_sigtramp_frame_unwind): New static global.
7914 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
7915 sniffers.
7916 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
7917 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
7918
7919 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7920
7921 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
7922 but not via a call to error(), when unable to read memory.
7923
7924 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7925
7926 * frv-tdep.c (frv_call_dummy_words): Delete.
7927 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
7928
7929 2004-03-15 Andrew Cagney <cagney@redhat.com>
7930
7931 * infrun.c (handle_step_into_function, step_over_function): Only
7932 update and use STEP_FRAME_ID when the system is using legacy
7933 frames. Update comments.
7934
7935 2004-03-14 Mark Kettenis <kettenis@gnu.org>
7936
7937 * amd64-linux-tdep.h: Remove file.
7938 * amd64-linux-tdep.c: Don't include "inferior.h" and
7939 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
7940 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
7941 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
7942 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
7943 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
7944 macros.
7945 (user_to_gdb_regmap): Remove variable.
7946 (amd64_linux_gregset_reg_offset): New variable.
7947 (amd64_core_fns): Remove variable.
7948 (fetch_core_registers): Remove function.
7949 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
7950 functions.
7951 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
7952 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
7953 * Makefile.in (amd64_linux_tdep_h): Remove.
7954 (amd64-linux-nat.o): Update dependencies.
7955 (amd64-linux-tdep.o): Update dependencies.
7956
7957 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
7958 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
7959 functions.
7960 (fetch_inferior_registers, store_inferior_registers): Rewrite.
7961
7962 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
7963 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
7964
7965 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
7966
7967 * dwarf2read.c (read_structure_type): Rename from
7968 read_structure_scope. Don't create a symbol or call process_die.
7969 Return immediately if die->type is set. Call read_type_die before
7970 dwarf2_add_member_fn.
7971 (process_structure_scope): New function.
7972 (read_enumeration_type, process_enumeration_scope): New functions,
7973 broken out from read_enumeration. Don't create the enumeration
7974 type if it has already been created.
7975 (read_enumeration): Removed.
7976 (process_die): Call read_structure_type, process_structure_scope,
7977 read_enumeration_type, and process_enumeration_scope. Just call
7978 new_symbol for base and subrange types. Add a comment about other
7979 type dies.
7980 (read_type_die): Call read_enumeration_type.
7981 (add_partial_structure, new_symbol): Update comments.
7982
7983 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7984
7985 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
7986
7987 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
7988
7989 * tui/tui-win.h (tui_get_cmd_list): Declare.
7990 * tui/tui-win.c (tui_command): New function.
7991 (tui_get_cmd_list): New function.
7992 (_initialize_tui_win): Moved initialization of tui command in
7993 tui_get_cmd_list.
7994
7995 * tui/tui-data.c (init_content_element): Setup new data members.
7996 (init_win_info): Likewise.
7997 (free_content_elements): Free it.
7998 * tui/tui-data.h (struct tui_data_element): Store the register
7999 content to print.
8000 (struct tui_data_info): Keep the current register group.
8001
8002 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8003
8004 * tui/tui-regs.h (tui_show_registers): Update prototype.
8005 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8006 (tui_resize_all): No need to calculate anything for register window.
8007 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8008 (tui_set_register_element, tui_set_general_regs_content): Remove.
8009 (tui_set_special_regs_content): Remove.
8010 (tui_set_general_and_special_regs_content): Remove.
8011 (tui_set_float_regs_content): Remove.
8012 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8013 (tui_set_regs_content): Remove.
8014 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8015 (tui_v_show_registers_command_support): Remove.
8016 (tui_show_registers): Use a reggroup to specify the registers to show.
8017 (tui_show_register_group): New function.
8018 (tui_display_registers_from): Compute the layout of register window
8019 and refresh with new API; be sure to delete old register windows.
8020 (tui_check_register_values): Update to use tui_get_register and
8021 tui_display_data.
8022 (tui_display_register): Just refresh the register window part.
8023 (tui_register_format): Format registers and save in tui_data_element.
8024 (tui_get_register): New to combine tui_reg_value_has_changed and
8025 tui_get_register_raw_value; fix to use the new gdb API.
8026 (tui_show_float_command): Renamed tui_reg_float_command.
8027 (tui_show_general_command): Renamed tui_reg_general_command.
8028 (tui_show_special_command): Renamed tui_reg_system_command.
8029 (_initialize_tui_regs): Remove unused commands.
8030
8031 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8032
8033 * NEWS (New native configurations): Mention OpenBSD/amd64.
8034
8035 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8036 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8037 Remove defines.
8038 * config/i386/nm-fbsd64.h: Likewise.
8039 * config/i386/nm-obsd.h: Likewise.
8040 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8041 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8042
8043 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8044
8045 * frv-tdep.c (set_variant_scratch_registers): New function.
8046 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8047 New constants.
8048
8049 From Richard Sandiford <rsandifo@redhat.com>:
8050 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8051
8052 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8053
8054 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8055 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8056 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8057 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8058 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8059 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8060 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8061 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8062 definitions from frv-tdep.c to frv-tdep.h.
8063
8064 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8065
8066 Add shared library support for FR-V FDPIC ABI:
8067 * Makefile.in (solib-frv.o): Add dependencies.
8068 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8069 New functions.
8070 (frv_push_dummy_call): Add support for FDPIC ABI.
8071 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8072 for FDPIC ABI.
8073 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8074 (frv_fdpic_find_canonical_descriptor): Declare.
8075 * solib-frv.c: New file.
8076 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8077 * config/frv/tm-frv.h (solib.h): Include.
8078
8079 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8080
8081 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8082 (frv-tdep.o): Update dependencies.
8083 * frv-tdep.h: New file.
8084 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8085 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8086 constants.
8087 (struct gdbarch_tdep): Add new member ``frv_abi''.
8088 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8089 functions.
8090 (new_variant): Set ``frv_abi'' field.
8091 (gdb_arch_init): Detect FDPIC executables.
8092
8093 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8094
8095 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8096 wrapper.
8097
8098 2004-03-11 Andrew Cagney <cagney@redhat.com>
8099
8100 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8101
8102 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8103
8104 * solist.h (master_so_list): New function.
8105 * solib.c (master_so_list): Likewise.
8106 * solib-svr4.c (enable_break): Iterate over so_list entries
8107 obtained from master list instead of entries obtained directly
8108 via svr4_current_sos().
8109
8110 2004-03-10 Ben Elliston <bje@gnu.org>
8111
8112 * MAINTAINERS: Update my mail address.
8113
8114 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8115
8116 * remote-m32r-sdi.c: Support hardware watchpoint.
8117
8118 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8119
8120 * user-regs.c: Update copyright years.
8121 (struct user_regs): Rename to gdb_user_regs.
8122 (append_user_reg, builtin_user_regs, user_regs_init)
8123 (user_reg_add, user_reg_map_name_to_regnum)
8124 (usernum_to_user_reg): Update.
8125
8126 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8127
8128 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8129 (skip_children): New functions.
8130 (locate_pdi_sibling): Call skip_children.
8131
8132 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8133
8134 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8135 * gdbtypes.c (check_typedef): Update comments.
8136
8137 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8138
8139 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8140 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8141 pointer. Update comment about comp_unit_head.
8142 (struct abbrev_info): Shorten two int flags.
8143 (dwarf_alloc_abbrev): Take a CU argument.
8144 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8145 each time through the loop. Update cleanup argument.
8146 (psymtab_to_symtab_1): Update cleanup call.
8147 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8148 abbrev_obstack.
8149 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8150 Just call obstack_free and clear the pointer.
8151
8152 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8153
8154 * infrun.c (handle_inferior_event): Remove short-circuit code for
8155 events in a different thread.
8156
8157 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8158
8159 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8160 print the whole transfer.
8161 (initialize_targets): Update description of "set debug target".
8162
8163 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8164
8165 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8166
8167 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8168
8169 * MAINTAINERS (write after approval): Add myself.
8170
8171 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8172
8173 * sh-tdep.c (sh_print_registers_info): Use for loop.
8174 Don't skip multiple registers when a float register is encountered.
8175
8176 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8177
8178 Fix PR tdep/1291.
8179 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8180 to official SH documentation.
8181
8182 2004-03-07 Andrew Cagney <cagney@redhat.com>
8183
8184 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8185 unused function.
8186
8187 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8188
8189 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8190 (arm_get_next_pc): Handle BX and BLX.
8191
8192 2004-03-07 Andrew Cagney <cagney@redhat.com>
8193
8194 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8195 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8196 HPPA_SP_REGNUM.
8197 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8198 (hppa_target_read_fp): Delete.
8199 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8200 register_virtual_size, max_register_raw_size,
8201 max_register_virtual_size, register_byte, register_size,
8202 target_read_fp, fp_regnum, and register_bytes. Set register_type
8203 instead of register_virtual_type.
8204 (hppa32_register_type, hppa64_register_type): Replace
8205 hppa32_register_virtual_type and hppa64_register_virtual_type.
8206 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8207 (HPPA_FP_REGNUM): Define.
8208
8209 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8210
8211 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8212 (pa_do_registers_info): Delete.
8213 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8214 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8215 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8216
8217 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8218 GDB_TARGET_IS_HPPA code.
8219 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8220 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8221 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8222 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8223 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8224 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8225 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8226 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8227 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8228 (hppa_frameless_function_invocation, hppa64_store_return_value)
8229 (hppa_store_struct_return, hppa64_extract_return_value)
8230 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8231 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8232 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8233 (find_proc_framesize, deposit_21, restore_pc_queue)
8234 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8235 (rp_saved, pc_in_linker_stub): Delete.
8236
8237 Unconditionally enable 64-bit frame and ABI code.
8238 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8239 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8240 push_dummy_frame, fix_call_dummy, push_arguments,
8241 call_dummy_location, extract_return_value, use_struct_convention,
8242 store_return_value, store_struct_return, saved_pc_after_call,
8243 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8244 frame_chain, frame_chain_valid, frameless_function_invocation,
8245 frame_saved_pc, and pop_frame.
8246
8247 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8248 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8249 (hppa_gdbarch_init): Do not set PC_REGNUM.
8250
8251 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8252
8253 * config/alpha/tm-fbsd.h: Remove file.
8254 * config/alpha/fbsd.mt: Tweak comment.
8255 (TM_FILE): Set to tm-alpha.h.
8256
8257 2004-03-05 Andrew Cagney <cagney@redhat.com>
8258
8259 * infrun.c (step_over_function): When non-legacy code, and no
8260 step_frame_id, use the unwinder to get the caller's frame ID.
8261
8262 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8263
8264 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8265 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8266 bfd_arch_unknown. Adjust comment.
8267
8268 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8269 * i386obsd-tdep.c: Correct spelling in comment.
8270 * i386nbsd-tdep.c: Correct spelling in comment.
8271 * sparc-tdep.c: Correct spelling in comments.
8272
8273 2004-03-05 David Carlton <carlton@kealia.com>
8274
8275 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8276 bug.
8277
8278 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8279
8280 * sparc-tdep.c: Fix typo in comment.
8281
8282 2004-03-04 J. Brobecker <brobecker@gnat.com>
8283
8284 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8285
8286 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8287
8288 * dwarf2read.c: Add comment describing memory lifetimes.
8289 (struct dwarf2_pinfo): Update comment.
8290 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8291 (read_enumeration, new_symbol): Don't use obsavestring.
8292
8293 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8294
8295 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8296 instead of amd64_fill_fxsave.
8297 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8298 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8299
8300 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8301 Reorganize code a bit.
8302
8303 2004-03-04 Orjan Friberg <orjanf@axis.com>
8304
8305 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8306 when the frame pointer is pushed. Don't set the frame pointer's
8307 address on the stack unless it's actually located there.
8308 Set the SRP's address on the stack correctly when the PC is still in
8309 the prologue.
8310 (cris_return_value): New function.
8311 (cris_gdbarch_init): Clear deprecated store_return_value,
8312 extract_return_value.
8313
8314 2004-03-02 Jim Blandy <jimb@redhat.com>
8315
8316 * stabsread.c (reg_value_complaint): The maximum register number
8317 is one less than the number of registers.
8318
8319 2004-03-02 Andrew Cagney <cagney@redhat.com>
8320
8321 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8322 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8323 trailing comma and redundant assignment of I386_ST0_REGNUM.
8324 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8325 32-bit segment registers.
8326
8327 2004-03-01 Andrew Cagney <cagney@redhat.com>
8328
8329 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8330 use frame_relative_level and get_next_frame.
8331
8332 2004-02-29 Andrew Cagney <cagney@redhat.com>
8333
8334 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8335 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8336 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8337 Delete macro.
8338
8339 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8340
8341 * inflow.c (terminal_inferior): Don't give up the terminal if we
8342 previously couldn't get the inferior's terminal state.
8343
8344 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8345
8346 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8347 PC_REGNUM.
8348
8349 2004-02-28 Andrew Cagney <cagney@redhat.com>
8350
8351 * NEWS: Refer to GDB 6.1.
8352 * README: Refer to GDB 6.1.
8353 * PROBLEMS: Refer to GDB 6.1.
8354
8355 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8356
8357 * thread-db.c (disable_thread_signals): Remove unused function.
8358
8359 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8360
8361 * amd64-nat.c: Include "gdb_string.h".
8362 (amd64_collect_native_gregset): Zero-extend the 32-bit
8363 general-purpose registers and %eip.
8364
8365 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8366 * amd64-tdep.c (amd64_collect_fxsave): New function.
8367 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8368
8369 * i387-tdep.h: Update copyright year.
8370 (i387_collect_fxsave): New prototype.
8371 * i387-tdep.c: Update copyright year.
8372 (i387_collect_fxsave): New function containing most of the code
8373 from i387_fill_fxsave.
8374 (i387_fill_fxsave): Call i387_collect_fxsave.
8375
8376 2004-02-28 Andrew Cagney <cagney@redhat.com>
8377
8378 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8379 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8380
8381 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8382
8383 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8384
8385 2004-02-28 Andrew Cagney <cagney@redhat.com>
8386
8387 * utils.c: Use "", instead of <>, to include readline.
8388 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8389 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8390 * source.c, solib.c, exec.c, event-top.c: Ditto.
8391 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8392 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8393 * Makefile.in: Update all dependencies.
8394 (readline_tilde_h, readline_history_h): Define.
8395 (readline_headers): Delete.
8396
8397 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8398
8399 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8400 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8401 "config/i386/tm-lx64.h".
8402
8403 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8404 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8405 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8406
8407 2004-02-28 Andrew Cagney <cagney@redhat.com>
8408
8409 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8410
8411 * breakpoint.c (_initialize_breakpoint): Use
8412 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8413 Add help to show command.
8414
8415 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8416
8417 * i386-nat.c: Reformat to be closer to coding standards.
8418 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8419 `retval'. Make variables `align' and `size' local to while-loop.
8420 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8421 (_initialize_i386_nat): New prototype.
8422
8423 * tui/tui.c: Include <readline/readline.h> instead of
8424 "readline/readline.h". Include it after <term.h> and
8425 "gdb_curses.h".
8426
8427 2004-02-27 Andrew Cagney <cagney@redhat.com>
8428
8429 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8430 the new frame unwind code.
8431 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8432 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8433 PCOQ_HEAD_REGNUM.
8434
8435 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8436 "return_value" and "push_dummy_call".
8437 (hppa32_use_struct_convention): Delete unused function.
8438 (hppa32_store_return_value): Delete unused function.
8439 (hppa32_extract_return_value): Delete unused function.
8440 (hppa32_stack_align): Delete function.
8441
8442 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8443
8444 * coffread.c (enter_linenos): Don't let rawptr reference memory
8445 outside linetab[]'s limits.
8446
8447 2004-02-27 Andrew Cagney <cagney@redhat.com>
8448
8449 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8450 inferior stack space - the stack needs to grow upwards.
8451 (hppa32_frame_align): New function.
8452 (hppa64_frame_align): Replace hppa_frame_align.
8453 (hppa_gdbarch_init): Update.
8454
8455 2004-02-26 Orjan Friberg <orjanf@axis.com>
8456
8457 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8458 (dwarf2-frame.h): Include.
8459 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8460 Remove static variables related to ABI setting.
8461 (struct gdbarch_tdep): Remove cris_abi member.
8462 (struct frame_extra_info): Remove.
8463 (cris_unwind_cache, stack_item): New structs.
8464 (cris_frame_unwind, cris_frame_base): New variables.
8465 (push_stack_item, pop_stack_item)
8466 (cris_frame_unwind_cache, cris_frame_this_id)
8467 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8468 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8469 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8470 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8471 (cris_reg_struct_has_addr): New functions.
8472 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8473 (cris_frame_saved_pc, cris_saved_pc_after_call,
8474 (cris_store_struct_return, cris_frameless_function_invocation)
8475 (cris_pop_frame, cris_skip_prologue_main)
8476 (cris_abi_original_store_return_value)
8477 (cris_abi_v2_store_return_value)
8478 (cris_abi_original_extract_return_value)
8479 (cris_abi_v2_extract_return_value)
8480 (cris_abi_original_reg_struct_has_addr)
8481 (cris_abi_v2_reg_struct_has_addr)
8482 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8483 (cris_push_return_address, cris_abi_update): Remove.
8484 (_initialize_cris_tdep): Remove ABI command.
8485 (cris_dump_tdep): Ditto.
8486 (cris_gdbarch_init): Remove ABI command.
8487 Set store_return_value, extract_return_value, push_dummy_code,
8488 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8489 frame_unwind_append_sniffer, frame_base_set_default.
8490 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8491 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8492 sizeof_call_dummy_words, get_saved_register, push_return_address,
8493 pop_frame, store_struct_return, frame_init_saved_regs,
8494 init_extra_frame_info, frameless_function_invocation, frame_chain,
8495 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8496 dummy_write_sp.
8497
8498 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8499
8500 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8501 * valprint.c (print_hex_chars): Change from static to external.
8502 (print_char_chars): New function.
8503 * printcmd.c (print_scalar_formatted): For integer and enum types
8504 that are longer than LONGEST, perform processing via appropriate
8505 print_*_chars routines.
8506
8507 2004-02-26 Andrew Cagney <cagney@redhat.com>
8508
8509 * Makefile.in: Update dependencies.
8510 Changes from Ulrich Weigand,
8511 * s390-tdep.c: Include "dwarf2-frame.h".
8512 (s390_dwarf2_frame_init_reg): New function.
8513 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8514 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8515
8516 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8517
8518 * breakpoint.c (pending_break_support): New setting variable.
8519 (break_command_1): Account for pending_break_support setting
8520 when creating pending breakpoints.
8521 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8522 (_initialize_breakpoint): Add "set breakpoint pending" and
8523 "show breakpoint pending" commands.
8524
8525 2004-02-26 Andrew Cagney <cagney@redhat.com>
8526
8527 Fix PR i18n/1570.
8528 * charset.c (backslashable, backslashed, represented): Remove 'e'
8529 from list of escaped characters, not part of ISO-C.
8530
8531 2004-02-25 J. Brobecker <brobecker@gnat.com>
8532
8533 From Peter Schauer <schauer@pdf.de>:
8534 * tui/tui.c: Move system header includes after local includes.
8535 Fixes a build failure on solaris systems.
8536
8537 2004-02-25 J. Brobecker <brobecker@gnat.com>
8538
8539 * configure.in: Refine the previous change.
8540 * configure: Regenerate.
8541
8542 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8543
8544 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8545 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8546 "amd64-tdep.h" instead of "x86-64-tdep.h".
8547 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8548 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8549 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8550 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8551 and "x86-64-tdep.c".
8552 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8553 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8554 and "x86-64-tdep.c".
8555 * amd64bsd-nat.c: Update copyright year.
8556 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8557 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8558 "x86-64-tdep.h".
8559 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8560 "x86-64-tdep.h".
8561 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8562 "x86-64-tdep.h".
8563 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8564 "x86-64-tdep.h".
8565 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8566 "x86-64-tdep.h".
8567 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8568 "x86-64-tdep.h".
8569 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8570 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8571 * Makefile.in (amd64_linux_tdep_h): Renamed from
8572 x86_64_linux_tdep_h.
8573 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8574 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8575 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8576 (amd64obsd-tdep.o): Update dependencies.
8577 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8578 dependencies.
8579 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8580 dependencies.
8581 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8582 amd64-linux-nat.c amd64-linux-tdep.c.
8583 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8584 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8585 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8586 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8587 amd64-tdep.o and amd64-linux-tdep.o.
8588 (TM_FILE): Set to tm-linux64.h.
8589 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8590 (NAT_FILE): Set to nm-linux64.h.
8591 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8592 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8593 amd64-tdep.o.
8594 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8595 amd64-tdep.o.
8596 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8597 amd64-tdep.o.
8598
8599 2004-02-25 Roland McGrath <roland@redhat.com>
8600
8601 * remote.c (remote_protocol_qPart_auxv): New variable.
8602 (init_all_packet_configs): Initialize it.
8603 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8604 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8605 (show_remote_cmd): Call it.
8606 (_initialize_remote): Initialize commands.
8607 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8608 service TARGET_OBJECT_AUXV requests.
8609
8610 2004-02-25 J. Brobecker <brobecker@gnat.com>
8611
8612 * configure.in: Make sure that the wborder function is available.
8613 Otherwise, search for it in the cur_colr library.
8614 * configure: Regenerate.
8615
8616 2004-02-25 Andrew Cagney <cagney@redhat.com>
8617
8618 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8619
8620 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8621
8622 * config/i386/tm-x86-64linux.h: Tweak comments.
8623
8624 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8625
8626 * MAINTAINERS: Add self to write-after-approval list.
8627
8628 2004-02-25 Andrew Cagney <cagney@redhat.com>
8629
8630 PR cli/1566. Problem found, and fix suggested by David Allan.
8631 * cli/cli-script.c (execute_control_command): Unconditionally
8632 install a cleanup. Default "ret" to "invalid_control". Use
8633 "break" instead of "return" to escape from the switch.
8634
8635 2004-02-24 J. Brobecker <brobecker@gnat.com>
8636
8637 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8638 with the lines macro defined in term.h on AiX.
8639 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8640 a collision with the label_width macro defined in term.h on AiX.
8641
8642 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8643
8644 Committed by Kevin Buettner <kevinb@redhat.com>.
8645
8646 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8647 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8648 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8649 instead of ia64_write_pc().
8650 * ia64-linux-tdep.c (regcache.h): Include.
8651 (ia64_linux_write_pc): New function.
8652
8653 2004-02-23 Roland McGrath <roland@redhat.com>
8654
8655 * auxv.c (info_auxv_command): Fix typos in error messages.
8656
8657 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8658
8659 * x86-64-tdep.h: Tweak comment.
8660 (enum amd64_regnum): New.
8661 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8662 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8663 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8664 (X86_64_XMM1_REGNUM): Removed.
8665 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8666 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8667 prototypes for renamed functions.
8668 * x86-64-tdep.c: Fix typo.
8669 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8670 register numbers.
8671 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8672 Use constants from `enum amd64_regnum' for register numbers.
8673 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8674 (amd64_analyze_prologue, amd64_frame_cache,
8675 amd64_sigtramp_frame_cache): Use constants from `enum
8676 amd64_regnum' for register numbers.
8677 (amd64_supply_fpregset): Adjust for renamed functions.
8678 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8679 `enum amd64_regnum' for register numbers.
8680 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8681 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8682 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8683 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8684 (amd64_linux_fill_gregset): Adjust for renamed macros.
8685 (fetch_core_registers): Adjust for renamed functions.
8686 (amd64_linux_init_abi): Adjust for renamed functions.
8687 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8688 renamed functions.
8689 * amd64-nat.c: Adjust for renamed macros.
8690 * amd64bsd-nat.c (fetch_inferior_registers)
8691 (store_inferior_registers): Use constants from `enum amd64_regnum'
8692 for register numbers. Adjust for renamed variables.
8693 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8694 renamed variables.
8695 (_initialize_amd64fbsd_nat): Use constants from `enum
8696 amd64_regnum' for register numbers.
8697 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8698 `enum amd64_regnum' for register numbers.
8699 (amd64fbsd_init_abi): Adjust for renamed functions.
8700 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8701 `enum amd64_regnum' for register numbers.
8702 (amd64nbsd_init_abi): Adjust for renamed functions.
8703 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8704 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8705 `enum amd64_regnum' for register numbers.
8706 (amd64obsd_init_abi): Adjust for renamed functions.
8707 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8708
8709 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8710
8711 * breakpoint.c (print_one_breakpoint): Do not output spaces
8712 after printing <PENDING> for a pending breakpoint.
8713
8714 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8715
8716 * printcmd.c (print_scalar_formatted): Initialize val_long
8717 to remove compiler warning message.
8718
8719 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8720
8721 * defs.h (nquery, yquery): New prototypes.
8722 * breakpoint.c (break_command_1): Use new nquery interface.
8723 * utils.c (defaulted_query, nquery, yquery): New functions.
8724
8725 2004-02-23 Andrew Cagney <cagney@redhat.com>
8726
8727 * hppa-tdep.c (hppa_frame_align): New function.
8728 (hppa32_push_dummy_call): New function.
8729 (hppa64_push_dummy_call): New function.
8730 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8731 disabled.
8732
8733 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8734 FIX_CALL_DUMMY when push_dummy_call is available.
8735 (call_function_by_hand, push_dummy_code): Ditto.
8736
8737 2004-02-22 Andrew Cagney <cagney@redhat.com>
8738
8739 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8740 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8741 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8742 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8743 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8744 call_dummy_location to ON_STACK.
8745
8746 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8747
8748 * x86-64-linux-tdep.c: Tweak comment.
8749 (amd64_linux_supply_gregset): Renamed from
8750 x86_64_linux_supply_gresget.
8751 (amd64_linux_fill_gregset): Renamed from
8752 x86_64_linux_fill_gregset.
8753 (fetch_core_registers): Adjust for renamed functions.
8754 (amd64_core_fns): Renamed from x86_64_core_fns.
8755 (amd64_linux_sigtramp_start): Renamed from
8756 x86_64_linux_sigtramp_start.
8757 (amd64_linux_pc_in_sigtramp): Renamed from
8758 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8759 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8760 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8761 (amd64_linux_sigcontext_addr): Renamed from
8762 x86_64_linux_sigcontext_addr.
8763 (amd64_linux_sc_reg_offset): Renamed from
8764 x86_64_linux_sc_reg_offset.
8765 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8766 Adjust for renamed functions and variables.
8767 (_initialize_amd64_linux_tdep): Renamed from
8768 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8769 variables.
8770 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8771 Adjust for renamed functions.
8772
8773 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8774 from x86_64_linux_gregset64_reg_offset.
8775 (amd64_linux_gregset32_reg_offset): Rename from
8776 x86_64_linux_gregset64_reg_offset.
8777 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8778 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8779 (amd64_linux_dr_set_control): Renamed from
8780 x86_64_linux_dr_set_control. Adjust for renamed functions.
8781 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8782 Adjust for renamed functions.
8783 (amd64_linux_dr_reset_addr): Renamed from
8784 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8785 (amd64_linux_dr_get_status): Renamed from
8786 x86_64_linux_dr_get_status. Adjust for renamed functions.
8787 (_initialize_amd64_linux_nat): Renamed from
8788 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8789 functions.
8790 * config/i386/nm-x86-64linux.h: Update copyright year.
8791 Adjust for renamed functions.
8792
8793 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8794 amd64fbsd_sigtramp_start.
8795 (amd64fbsd_sigtramp_end_addr): Renamed from
8796 amd64fbsd_sigtramp_end.
8797 (amd64fbsd_init_abi): Adjust for renamed variables.
8798 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8799 variables.
8800 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8801 amd64fbsd_sigtramp_start.
8802 (amd64fbsd_sigtramp_end_addr): Renamed from
8803 amd64fbsd_sigtramp_end.
8804
8805 2004-02-22 Andrew Cagney <cagney@redhat.com>
8806
8807 * hppa-tdep.c (hppa32_return_value): New function.
8808 (hppa64_return_value): New function.
8809 (hppa_gdbarch_init): Set return_value; keep disabled.
8810
8811 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8812 struct-return and inferior function call methods.
8813
8814 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8815 "frame-base.h".
8816 (struct hppa_frame_cache): Define.
8817 (hppa_frame_cache, hppa_frame_this_id): New functions.
8818 (hppa_frame_prev_register): New function.
8819 (hppa_frame_unwind, hppa_frame_base): New variables.
8820 (hppa_frame_unwind_sniffer): New function.
8821 (hppa_frame_base_address, hppa_unwind_pc): New function.
8822 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8823 sniffer, and frame base sniffer; keep disabled.
8824 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8825 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8826
8827 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8828 to predicates for "seriously old code".
8829
8830 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8831 runtime if(0).
8832
8833 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8834 unsigned.
8835 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8836
8837 * config/pa/tm-hppa.h: Update copyright.
8838 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8839 (deprecated_init_frame_pc_default): Delete declaration.
8840 (hppa_frame_init_saved_regs): Delete declaration.
8841 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8842 * hppa-tdep.c: Include "arch-utils.h".
8843 (hppa_gdbarch_init): Set deprecated init_frame_pc
8844 and deprecated frame_init_saved_regs.
8845 (hppa_frame_init_saved_regs): Make static.
8846
8847 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8848
8849 Remove old 386BSD support.
8850 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8851 * configure.host: Remove i[34567]86-*-bsd*.
8852 * configure.tgt: Remove i[34567]86-*-bsd*.
8853 * i386b-nat.c: Removed.
8854 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8855 (i386b-nat.o): Remove dependencies.
8856
8857 * config/i386/i386bsd.mh: Removed.
8858 * config/i386/i386bsd.mt: Removed.
8859 * config/i386/nm-i386bsd.h: Removed.
8860 * config/i386/tm-i386bsd.h: Removed.
8861 * config/i386/xm-i386bsd.h: Removed.
8862
8863 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8864
8865 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8866 (amd64fbsd_init_abi): Set link map offsets.
8867 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8868 (amd64nbsd_init_abi): Set link map offsets.
8869 * amd64obsd-tdep.c: Include "solib-svr4.h".
8870 (amd64obsd_init_abi): Set link map offsets.
8871 * i386fbsd-tdep.c: Include "solib-svr4.h".
8872 (i386fbsd_init_abi): Set link map offsets.
8873 * i386nbsd-tdep.c: Include "solib-svr4.h".
8874 (i386nbsdelf_init_abi): Set link map offsets.
8875 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
8876 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
8877 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
8878 solib-legacy.o and core-aout.o. Reformat.
8879 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
8880 solib-svr4.o, solib-legacy.o. Reformat.
8881 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
8882 * config/i386/nbsdelf.mh: Reformat.
8883 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
8884 solib-svr4.o, solib-legacy.o and corelow.o.
8885 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
8886 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
8887 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
8888 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8889 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
8890 (TM_FILE): Set to tm-fbsd.h.
8891 * config/i386/nbsd.mt (TDEPFILES): Reformat.
8892 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
8893 solib-svr4.o.
8894 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
8895 solib-svr4.o.
8896 (TM_FILE): Set to nm-nbsd.h.
8897 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
8898 Simplify shared library support. Don't include "elf/common.h".
8899 (SVR4_SHARED_LIBS): Don't define.
8900 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
8901 "solib.h".
8902 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
8903 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
8904 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
8905 Don't include "i386/tm-i386.h". Include "solib.h".
8906 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
8907 Don't include "i386/tm-i386.h".
8908 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
8909 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
8910 Include "i386/xm-i386.h".
8911 (HOST_LONG_DOUBLE_FORMAT): Remove.
8912
8913 Fix OpenBSD/i386 sigtramp recognition.
8914 * i386-tdep.h: Update copyright year.
8915 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
8916 (i386bsd_sigtramp_end): New prototypes.
8917 (i386fbsd_sigtramp_start_addr): Renamed from
8918 i386fbsd_sigtramp_start.
8919 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8920 (i386obsd_sigtramp_start_addr): Renamed from
8921 i386obsd_sigtramp_start.
8922 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8923 * i386bsd-tdep.c: Update copyright year.
8924 (i386bsd_pc_in_sigtramp): Make public.
8925 * i386fbsd-nat.c: Update copyright year.
8926 (_initialize_i386fbsd_nat): Adjust for renamed variables.
8927 * i386fbsd-tdep.c: Update copyright year.
8928 (i386fbsd_sigtramp_start_addr): Renamed from
8929 i386fbsd_sigtramp_start.
8930 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
8931 (i386fbsdaout_init_abi): Adjust for renamed variables.
8932 * i386obsd-nat.c: Update copyright year.
8933 (_initialize_i386obsd_nat): Adjust for renamed variables.
8934 * i386obsd-tdep.c: Include "target.h".
8935 (i386obsd_page_size): New variable.
8936 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
8937 (i386obsd_sigtramp_end): New functions.
8938 (i386obsd_sigtramp_start_addr): Renamed from
8939 i386obsd_sigtramp_start.
8940 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
8941 (i386obsd_init_abi): Adjust for renamed variables. Set
8942 pc_in_sigtramp, sigtramp_start and sigtramp_end.
8943 * Makefile.in (i386obsd-tdep.o): Update dependencies.
8944
8945 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
8946 trampoline change in OpenBSD kernel.
8947
8948 * amd64-nat.c: Update copyright year.
8949 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
8950 architecture from REGCACHE.
8951
8952 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
8953 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
8954
8955 2004-02-21 Mark Kettenis <kettenis@gnu.org>
8956
8957 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
8958 i[34567]86-*-openbsd3.[0-3].
8959 * config/i386/obsdaout.mh: New file.
8960
8961 * config/i386/obsd.mh (MH_FLAGS): Remove.
8962
8963 Fix PR build/1549.
8964 * i386obsd-tdep.c: Update copyright years. Include
8965 "solib-svr4.h".
8966 (i386obsd_init_abi): Don't set regset_from_core_section here.
8967 (i386obsd_aout_init_abi): New function. Set
8968 regset_from_core_section here.
8969 (i386obsd_elf_init_abi): New function.
8970 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
8971 * Makefile.in (i386obsd-tdep.o): Update dependecies.
8972 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8973 (TM_FILE): Set to tm-nbsd.h.
8974
8975 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
8976 solib-sunos.o.
8977
8978 * solib-svr4.h: Update copyright year.
8979 (svr4_ilp32_fetch_link_map_offsets)
8980 (svr4_lp64_fetch_link_map_offsets): New prototype.
8981 * solib-svr4.c: Update copyright year.
8982 (svr4_ilp32_fetch_link_map_offsets)
8983 (svr4_lp64_fetch_link_map_offsets): New function.
8984
8985 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
8986
8987 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
8988 to the partial symbol table.
8989
8990 2004-02-20 J. brobecker <brobecker@gnat.com>
8991
8992 * PROBLEMS: Add description of problem documented under gdb/1560.
8993
8994 2004-02-20 Mark Kettenis <kettenis@gnu.org>
8995
8996 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
8997 comments.
8998 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
8999 functions.
9000 (amd64obsd_init_abi): Reorder initializations. Use
9001 amd64obsd_r_reg_offset to initialize the general-purpose register
9002 set details. Set regset_from_core_section.
9003 (_initialize_amd64obsd_tdep): Rename from
9004 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9005 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9006 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9007
9008 * NEWS (New native configurations): Mention OpenBSD/alpha.
9009 * configure.tgt: Add alpha*-*-openbsd*.
9010 * configure.host: Add alpha*-*-openbsd*.
9011 * alphanbsd-tdep.c: Update copyright year.
9012 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9013
9014 2004-02-20 Andrew Cagney <cagney@redhat.com>
9015
9016 Fix PR tdep/1372.
9017 * configure.tgt: Delete target "none-*-*".
9018 * configure.host: Delete host "none-*-*".
9019 * config/none/none.mh: Delete file.
9020 * config/none/none.mt: Delete file.
9021 * config/none/xm-none.h: Delete file.
9022 * config/none/tm-none.h: Delete file.
9023 * config/none/nm-none.h: Delete file.
9024
9025 2004-02-19 Fred Fish <fnf@redhat.com>
9026
9027 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9028 cache->uses_fp prior to setting it.
9029
9030 2004-02-19 Fred Fish <fnf@redhat.com>
9031
9032 Fix for PR breakpoint/1558.
9033 * sh-tdep.c (IS_JSR): New macro.
9034 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9035
9036 2004-02-19 Jim Blandy <jimb@redhat.com>
9037
9038 * findvar.c (value_from_register): Doc fix.
9039
9040 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9041
9042 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9043 type being greater than sizeof of host's LONGEST. Always use
9044 unpack_long() unless format 'f' chosen.
9045
9046 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9047
9048 Committed by Elena Zannoni <ezannoni@redhat.com>
9049
9050 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9051 contains a symbol wich is the best, non-exact match for the given
9052 pc. Update comments.
9053
9054 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9055
9056 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9057 macro, which was part of the now removed Mach 3 port.
9058 * utils.c (request_quit): Ditto.
9059
9060 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9061
9062 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9063 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9064
9065 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9066
9067 Committed by Mark Kettenis <kettenis@gnu.org>.
9068
9069 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9070 Define.
9071
9072 2004-02-18 Andrew Cagney <cagney@redhat.com>
9073
9074 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9075 CONFIG_INSTALL and CONFIG_UNINSTALL.
9076 * configure: Re-generate.
9077 * interps.h (INTERP_TUI): Define.
9078 * Makefile.in: Update dependencies.
9079 (TUI): New macro.
9080 (tui-main.o): Specify dependencies.
9081 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9082 * tui/tui-main.c: New file.
9083
9084 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9085
9086 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9087 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9088 dependencies.
9089 * configure.host: Add x86_64-*-openbsd*.
9090 * configure.tgt: Add x86_64-*-openbsd*.
9091 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9092
9093 * tui/tui.c: Don't include <malloc.h>.
9094
9095 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9096 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9097 amd64nbsd-tdep.c.
9098
9099 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9100 static. Remove extraneous whitespace.
9101 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9102 static.
9103
9104 2004-02-17 Jim Blandy <jimb@redhat.com>
9105
9106 * findvar.c (value_from_register): Doc fix.
9107
9108 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9109
9110 Committed by Jim Blandy <jimb@redhat.com>.
9111
9112 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9113 CORE_ADDR as type for selectors. Correct types for GNU run time
9114 message lookup function to use double indirection.
9115 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9116 * objc-lang.h (lookup_child_selector): Adapt prototype.
9117
9118 * s390-nat.c (SUBOFF): New macro.
9119 (supply_gregset, fill_gregset): Use it to handle debugging
9120 of 32-bit exectuables running under a 64-bit kernel.
9121 * s390-tdep.c: Include "solib-svr4.h".
9122 (s390_svr4_fetch_link_map_offset): New function.
9123 (s390x_svr_fetch_link_map_offset): Likewise.
9124 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9125 * Makefile.in (s390-tdep.o): Update dependencies.
9126
9127 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9128 "frame-unwind.h".
9129 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9130 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9131 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9132 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9133 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9134 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9135 S390_SIGNAL_FRAMESIZE,
9136 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9137 (struct frame_extra_info): Remove.
9138 (s390_memset_extra_info): Remove.
9139 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9140 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9141 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9142 (is_rse): Renamed to ...
9143 (is_rsy): ... this. Support long displacements.
9144 (is_rxe): Renamed to ...
9145 (is_rxy): ... this. Support long displacements.
9146 (compute_x_addr): Support long displacements.
9147 (struct s390_prologue_data): New data type.
9148 (s390_on_stack): Change API to use struct s390_prologue_data.
9149 (s390_store): Reimplement.
9150 (s390_load): New function.
9151 (s390_get_signal_frame_info): Remove.
9152 (s390_get_frame_info): Remove, replace by ...
9153 (s390_analyze_prolog): ... this new function.
9154 (s390_check_function_end): Remove.
9155 (s390_function_start): Remove.
9156 (s390_frameless_function_invokation): Remove.
9157 (s390_is_sigreturn): Remove.
9158 (s390_init_frame_pc_first): Remove.
9159 (s390_init_frame_extra_info): Remove.
9160 (s390_frame_init_saved_regs): Remove.
9161 (s390_frame_saved_pc_nofix): Remove.
9162 (s390_frame_saved_pc): Remove.
9163 (s390_frame_chain): Remove.
9164 (s390_fp_regnum, s390_read_fp): Remove.
9165 (s390_pop_frame_regular, s390_pop_frame): Remove.
9166 (s390_saved_pc_after_call): Remove.
9167 (s390_skip_prologue): Reimplement.
9168 (s390_in_function_epilogue_p): Support long displacements.
9169 (struct s390_unwind_cache): New data structure.
9170 (s390_frame_unwind_cache): New function.
9171 (s390_prologue_frame_unwind_cache): Likewise.
9172 (s390_backchain_frame_unwind_cache): Likewise.
9173 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9174 (s390_frame_unwind): Define.
9175 (s390_frame_sniffer): New function.
9176 (struct s390_pltstub_unwind_cache): New data structure.
9177 (s390_pltstub_frame_unwind_cache): New function.
9178 (s390_pltstub_frame_this_id): Likewise.
9179 (s390_pltstub_frame_prev_register): Likewise.
9180 (s390_pltstub_frame_unwind): Define.
9181 (s390_pltstub_frame_sniffer): New function.
9182 (struct s390_sigtramp_unwind_cache): New data structure.
9183 (s390_sigtramp_frame_unwind_cache): New function.
9184 (s390_sigtramp_frame_this_id): Likewise.
9185 (s390_sigtramp_frame_prev_register): Likewise.
9186 (s390_sigtramp_frame_unwind): Define.
9187 (s390_sigtramp_frame_sniffer): New function.
9188 (s390_frame_base_address, s390_local_base_address): New functions.
9189 (s390_frame_base): Define.
9190 (s390_unwind_pc, s390_unwind_sp): New function.
9191 (s390_push_dummy_call): Use new frame base location.
9192 (s390_unwind_dummy_id): Likewise.
9193 (s390_gdbarch_init): Remove calls to:
9194 set_gdbarch_frameless_function_invocation,
9195 set_gdbarch_deprecated_init_frame_pc,
9196 set_gdbarch_deprecated_frame_chain,
9197 set_gdbarch_deprecated_frame_init_saved_regs,
9198 set_gdbarch_deprecated_pop_frame,
9199 set_gdbarch_deprecated_init_extra_frame_info,
9200 set_gdbarch_deprecated_init_frame_pc_first,
9201 set_gdbarch_deprecated_target_read_fp,
9202 set_gdbarch_deprecated_frame_saved_pc,
9203 set_gdbarch_deprecated_saved_pc_after_call,
9204 set_gdbarch_deprecated_fp_regnum.
9205 Add calls to:
9206 set_gdbarch_in_solib_call_trampoline,
9207 frame_unwind_append_sniffer,
9208 frame_base_set_default,
9209 set_gdbarch_unwind_pc,
9210 set_gdbarch_unwind_sp.
9211 * Makefile.in (s390-tdep.o): Update dependencies.
9212
9213 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9214 (S390_STACK_FRAME_OVERHEAD): Remove.
9215 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9216 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9217 (s390_promote_integer_argument): Remove.
9218 (s390_cannot_extract_struct_value_address): Remove.
9219 (s390_use_struct_convention, s390_store_struct_return): Remove.
9220 (s390_extract_return_value, s390_store_return_value): Remove.
9221 (s390_return_value_convention, s390_return_value): New functions.
9222 (is_float_singleton): Handle typedefs.
9223 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9224 Remove, replace by ...
9225 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9226 s390_function_arg_integer): ... these new functions.
9227 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9228 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9229 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9230 Fill in tdep->abi.
9231 Remove calls to:
9232 set_gdbarch_deprecated_store_struct_return,
9233 set_gdbarch_deprecated_extract_return_value,
9234 set_gdbarch_deprecated_store_return_value,
9235 set_gdbarch_use_struct_convention,
9236 set_gdbarch_extract_struct_value_address,
9237 set_gdbarch_deprecated_pc_in_call_dummy,
9238 set_gdbarch_deprecated_push_arguments,
9239 set_gdbarch_deprecated_save_dummy_frame_tos,
9240 set_gdbarch_deprecated_push_return_address,
9241 set_gdbarch_deprecated_sizeof_call_dummy_words,
9242 set_gdbarch_deprecated_call_dummy_words,
9243 set_gdbarch_deprecated_dummy_write_sp.
9244 Add calls to:
9245 set_gdbarch_push_dummy_call,
9246 set_gdbarch_unwind_dummy_id,
9247 set_gdbarch_return_value.
9248
9249 * config/s390/nm-linux.h: Update comments.
9250 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9251 (STOPPED_BY_WATCHPOINT): Redefine.
9252 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9253 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9254 (s390_stopped_by_watchpoint): Likewise.
9255 (watch_area_cnt): Remove.
9256 * s390-nat.c: Update comments.
9257 (watch_area): Remove typedef.
9258 Global replace watch_area by struct watch_area.
9259 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9260 (s390_stopped_by_watchpoint): Remove pid argument,
9261 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9262 (s390_fix_watch_points): Remove pid argument,
9263 use s390_inferior_tid. Recompute area spanned by watchpoints.
9264 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9265 argument. Reimplement.
9266
9267 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9268 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9269 (FETCH_INFERIOR_REGISTERS): Define.
9270 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9271 core-regset.o.
9272 * config/s390/s390x.mt: Remove.
9273 * config/s390/tm-s390.h: Remove.
9274 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9275 (TARGET_ELF64): Remove.
9276 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9277 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9278 s390*-*-* case; always set gdb_target to s390.
9279 * regformats/reg-s390.dat: Remove control registers.
9280 * regformats/reg-s390x.dat: Likewise.
9281 * s390-tdep.h: New file.
9282 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9283 Include "inferior.h" and "s390-tdep.h".
9284 Remove private definition of offsetof.
9285 (s390_register_u_addr): Remove.
9286 (regmap_gregset, regmap_fpregset): Define.
9287 (supply_gregset, fill_gregset): Reimplement.
9288 (supply_fpregset, fill_fpregset): Likewise.
9289 (s390_inferior_tid): New function.
9290 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9291 (fetch_inferior_registers, store_inferior_registers): Likewise.
9292 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9293 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9294 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9295 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9296 (struct gdbarch_tdep): Define.
9297 (struct s390_register_info): Define.
9298 (s390_register_info): New variable.
9299 (s390_register_name): Reimplement.
9300 (s390_register_type): New function.
9301 (s390_register_raw_size, s390x_register_raw_size): Remove.
9302 (s390_cannot_fetch_register): Remove.
9303 (s390_register_byte): Remove.
9304 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9305 (s390_dwarf_regmap): New variable.
9306 (s390_dwarf_reg_to_regnum): New function.
9307 (s390_stab_reg_to_regnum): Remove.
9308 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9309 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9310 (s390_convert_register_p): Likewise.
9311 (s390_register_to_value, s390_value_to_register): Likewise.
9312 (s390_register_reggroup_p): Likewise.
9313 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9314 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9315 (s390_supply_regset, s390_regset_from_core_section): New functions.
9316 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9317 (S390_FPR_SIZE): Likewise.
9318 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9319 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9320 (S390_NUM_GPRS): Move here from tm-s390.h.
9321 (S390_NUM_FPRS): Likewise.
9322 (s390_in_function_epilogue_p): New function.
9323 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9324 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9325 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9326 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9327 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9328 Remove calls to:
9329 set_gdbarch_deprecated_max_register_raw_size,
9330 set_gdbarch_deprecated_max_register_virtual_size,
9331 set_gdbarch_deprecated_register_byte,
9332 set_gdbarch_cannot_fetch_register,
9333 set_gdbarch_cannot_store_register,
9334 set_gdbarch_deprecated_register_size,
9335 set_gdbarch_deprecated_register_raw_size,
9336 set_gdbarch_deprecated_register_virtual_size,
9337 set_gdbarch_deprecated_register_virtual_type,
9338 set_gdbarch_deprecated_register_bytes.
9339 Add calls to:
9340 set_gdbarch_num_pseudo_regs,
9341 set_gdbarch_register_type,
9342 set_gdbarch_convert_register_p,
9343 set_gdbarch_register_to_value,
9344 set_gdbarch_value_to_register,
9345 set_gdbarch_register_reggroup_p,
9346 set_gdbarch_regset_from_core_section,
9347 set_gdbarch_pseudo_register_read,
9348 set_gdbarch_pseudo_register_write,
9349 set_gdbarch_in_function_epilogue_p.
9350 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9351 (s390_tdep_h): New variable.
9352
9353 2004-02-17 Jim Blandy <jimb@redhat.com>
9354
9355 * findvar.c (value_from_register): If the type has no length, just
9356 return an acceptable value --- don't report an internal error.
9357
9358 * stabsread.c (read_type): If we find any type numbers that are
9359 forward references, complain if the references aren't resolved by
9360 the time we're finished reading.
9361 (cleanup_undefined_types): Make error message more appropriate for
9362 a complaint.
9363
9364 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9365
9366 * Makefile.in (defs_h): Remove dependency on progress_h.
9367 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9368 progress.h.
9369 * main.c (captured_main): Delete use of START_PROGRESS and
9370 END_PROGRESS.
9371
9372 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9373
9374 * objfiles.c (terminate_minimal_symbol_table): Add back
9375 initialization of MSYMBOL_TYPE.
9376
9377 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9378
9379 Committed by Andrew Cagney.
9380 * Makefile.in (ia64_tdep_h): New macro.
9381 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9382 (ia64-tdep.o): Likewise.
9383 * ia64-tdep.h: New file.
9384 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9385 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9386 (ia64_aix_sigcontext_register_address): Likewise.
9387 (ia64_linux_getunwind_table): Delete declaration.
9388 * ia64-linux-tdep.c: Likewise.
9389
9390 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9391
9392 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9393 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9394 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9395
9396 2004-02-17 Andrew Cagney <cagney@redhat.com>
9397
9398 * symtab.c (skip_prologue_using_sal): New function.
9399 * symtab.h (skip_prologue_using_sal): Declare.
9400 * frv-tdep.c: Include "symtab.h".
9401 (skip_prologue_using_sal): Delete function.
9402 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9403 * rs6000-tdep.c (refine_prologue_limit): Mention
9404 skip_prologue_using_sal.
9405 * ia64-tdep.c (refine_prologue_limit): Ditto.
9406 * Makefile.in: Update dependencies.
9407
9408 2004-02-16 Andrew Cagney <cagney@redhat.com>
9409
9410 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9411 START_INFERIOR_TRAPS_EXPECTED.
9412 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9413 START_INFERIOR_TRAPS_EXPECTED.
9414 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9415 Delete macro.
9416 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9417 macro, moved to "nm-osf.h". Update copyright.
9418 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9419 update copyright.
9420
9421 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9422 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9423 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9424 frameless_look_for_prologue.
9425 * frame.h (legacy_frameless_look_for_prologue): Rename
9426 frameless_look_for_prologue.
9427 * gdbarch.h, gdbarch.c: Re-generate.
9428 * sh64-tdep.c (sh64_gdbarch_init): Update.
9429 * sh-tdep.c (sh_gdbarch_init): Update.
9430 * s390-tdep.c (s390_gdbarch_init): Update.
9431 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9432 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9433 * m68k-tdep.c (m68k_gdbarch_init): Update.
9434 (delta68_frame_args_address): Update.
9435 * m32r-tdep.c (m32r_gdbarch_init): Update.
9436 * hppa-tdep.c (hppa_gdbarch_init): Update.
9437 * h8300-tdep.c (h8300_gdbarch_init): Update.
9438 * frv-tdep.c (frv_gdbarch_init): Update.
9439 (frv_frameless_function_invocation): Update.
9440 * cris-tdep.c (cris_gdbarch_init): Update.
9441 (cris_frameless_function_invocation): Update.
9442 * avr-tdep.c (avr_gdbarch_init): Update.
9443 * arm-tdep.c (arm_gdbarch_init): Update.
9444 * stack.c (frame_info): Update, call predicate.
9445 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9446 * frame.c (legacy_get_prev_frame): Update, call predicate..
9447 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9448 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9449 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9450 invocation.
9451 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9452 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9453 * vax-tdep.c (vax_gdbarch_init): Ditto.
9454
9455 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9456 function.
9457
9458 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9459
9460 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9461 initializations.
9462
9463 2004-02-16 Andrew Cagney <cagney@redhat.com>
9464
9465 * tui/tui-windata.c: Include "gdb_string.h".
9466 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9467 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9468 * Makefile.in: Update dependencies.
9469
9470 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9471
9472 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9473 * infrun.c: Include "gdb_assert.h".
9474 (singlestep_ptid, saved_singlestep_ptid)
9475 (stepping_past_singlestep_breakpoint): New variables.
9476 (resume): Set singlestep_ptid. Check for singlestep thread
9477 hop.
9478 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9479 (handle_inferior_event): Handle singlestep thread hop.
9480
9481 2004-02-16 Andrew Cagney <cagney@redhat.com>
9482
9483 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9484 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9485 (dwarf2_frame_init_reg): Ditto.
9486
9487 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9488 suggested by Joshua Neuheisel
9489
9490 * configure.in: Always check for curses, including pdcurses.
9491 Warn, instead of error, when no curses are found. Enable TUI when
9492 curses is available.
9493 * configure: Re-generate.
9494
9495 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9496
9497 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9498 sh_sh4_register_convert_to_virtual.
9499 (sh_register_convert_to_raw): Rename from
9500 sh_sh4_register_convert_to_raw.
9501 (sh_pseudo_register_read): Accomodate above name change.
9502 (sh_pseudo_register_write): Ditto.
9503
9504 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9505
9506 * sh-tdep.c (sh_generic_register_name): Remove.
9507 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9508
9509 2004-02-15 Andrew Cagney <cagney@redhat.com>
9510
9511 * configure.in (build_warnings): Add -Wunused-function.
9512 * configure: Re-generate.
9513
9514 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9515 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9516
9517 * procfs.c (procfs_init_inferior): Assume that
9518 START_INFERIOR_TRAPS_EXPECTED is defined.
9519 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9520 * config/ns32k/tm-nbsd.h: Delete file,
9521 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9522
9523 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9524 * config/vax/tm-vax.h: Delete file.
9525
9526 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9527 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9528 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9529 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9530 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9531 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9532 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9533
9534 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9535
9536 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9537 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9538 (struct dwarf2_frame_ops): New.
9539 (dwarf2_frame_default_init_reg): New function, based on
9540 dwarf2_frame_init_reg.
9541 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9542 (dwarf2_frame_init_reg): Call architecture-specific function.
9543 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9544 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9545 instead of dwarf2_frame_data.
9546 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9547 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9548
9549 2004-02-15 Andrew Cagney <cagney@redhat.com>
9550
9551 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9552 register_gdbarch_swap.
9553 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9554 * f-lang.c (_initialize_f_language): Update, use
9555 DEPRECATED_REGISTER_GDBARCH_SWAP.
9556 * remote.c (_initialize_remote): Ditto.
9557 * regcache.c (_initialize_regcache): Ditto.
9558 * parse.c (_initialize_parse): Ditto.
9559 * infrun.c (_initialize_infrun): Ditto.
9560 * mi/mi-main.c (_initialize_mi_main): Ditto.
9561 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9562
9563 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9564 poking .cacheable directly.
9565 * symfile.c (symfile_bfd_open): Ditto.
9566
9567 * Makefile.in: Update all dependencies.
9568
9569 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9570 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9571 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9572 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9573 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9574
9575 2004-02-14 Andrew Cagney <cagney@redhat.com>
9576
9577 * arch-utils.c (legacy_convert_register_p): Check
9578 DEPRECATED_REGISTER_CONVERTIBLE_P.
9579 * findvar.c (value_of_register): Ditto.
9580
9581 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9582 * gdbarch.h, gdbarch.c: Re-generate.
9583 * arch-utils.c (deprecated_register_convertible_not): Delete.
9584 * arch-utils.h (deprecated_register_convertible_not): Delete.
9585 * mi/mi-main.c (get_register): Update. Update copyright.
9586 * infcmd.c (default_print_registers_info): Update.
9587
9588 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9589 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9590 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9591 * gdbarch.h, gdbarch.c: Re-generate.
9592 * frame.c (deprecated_get_next_frame_hack): Delete function.
9593 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9594 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9595 Update.
9596 * infcall.c (call_function_by_hand): Update.
9597
9598 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9599
9600 * symfile.c (init_entry_point_info, entry_point_address): Move
9601 from here...
9602 * objfiles.c (init_entry_point_info, entry_point_address):..to
9603 here.
9604 * symfile.h (init_entry_point_info, entry_point_address): Remove
9605 prototypes.
9606 * objfiles.h (init_entry_point_info, entry_point_address):Add
9607 prototypes.
9608 * cris-tdep.c: Remove include of symfile.h. Add include of
9609 objfiles.h.
9610 * infcall.c: Ditto.
9611 * mcore-tdep.c: Ditto.
9612 * mn10300-tdep.c: Ditto.
9613 * sh64-tdep.c: Ditto.
9614 * v850-tdep.c: Ditto.
9615 * arm-tdep.c: Remove include of symfile.h.
9616 * blockframe.c: Ditto.
9617 * coffread.c: Ditto.
9618 * dbxread.c: Ditto.
9619 * dwarf2read.c: Ditto.
9620 * dwarfread.c: Ditto.
9621 * frv-tdep.c: Ditto.
9622 * ia64-tdep.c: Ditto.
9623 * mdebugread.c: Ditto.
9624 * mipsread.c: Ditto.
9625 * rs6000-tdep.c: Ditto.
9626 * s390-tdep.c: Ditto.
9627 * sh-tdep.c: Ditto.
9628 * xstormy16-tdep.c: Ditto.
9629 * gdbarch.sh: Remove include of symfile.h.
9630 * gdbarch.c: Regenerate.
9631 * solib-irix.c (enable_break): Use entry_point_address().
9632 Add comment about include file.
9633 * xcoffread.c: Add comment about include file.
9634 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9635 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9636 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9637 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9638 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9639
9640 2004-02-13 Andrew Cagney <cagney@redhat.com>
9641
9642 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9643 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9644 copyright.
9645 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9646
9647 2004-02-12 Fred Fish <fnf@redhat.com>
9648
9649 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9650 set_gdbarch_store_return_value.
9651
9652 2004-02-12 Andrew Cagney <cagney@redhat.com>
9653
9654 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9655 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9656 (interrupt_query): Ditto.
9657 (ofunc): Delete unused variable.
9658 * cris-tdep.c (cris_abi): Delete unused function.
9659 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9660 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9661 (cris_get_asr_quick_shift_steps): Ditto.
9662 (cris_skip_prologue_frameless_p): Ditto.
9663 * arm-tdep.c (arm_push_return_address): Delete unused function.
9664 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9665 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9666 * s390-tdep.c (s390_function_start): Delete unused function.
9667
9668 2004-02-12 Andrew Cagney <cagney@redhat.com>
9669
9670 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9671 gdbarch.h, gdbarch.c: Re-generate.
9672 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9673 to generic_prologue_frameless_p.
9674 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9675 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9676
9677 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9678
9679 * mips-linux-tdep.c: Include "frame.h".
9680 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9681 (mips_linux_skip_resolver): New functions.
9682 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9683 and set_gdbarch_in_solib_call_trampoline.
9684 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9685 to after set_gdbarch_in_solib_return_trampoline. Only set the
9686 solib hooks to mips16 functions if the OS ABI is unknown.
9687 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9688 including "config/tm-linux.h".
9689 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9690 * Makefile.in (mips-linux-tdep.o): Update.
9691
9692 2004-02-11 David Carlton <carlton@kealia.com>
9693
9694 * linespec.c (decode_compound): Only look for a class symbol when
9695 considering all but the rightmost component.
9696
9697 2004-02-11 Andrew Cagney <cagney@redhat.com>
9698
9699 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9700 abi code are are separatly grouped.
9701
9702 2004-02-11 Andrew Cagney <cagney@redhat.com>
9703
9704 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9705 * gdbarch.h, gdbarch.c: Re-generate.
9706 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9707 * v850-tdep.c (v850_gdbarch_init): Update.
9708 * sh64-tdep.c (sh64_gdbarch_init): Update.
9709 * sh-tdep.c (sh_gdbarch_init): Update.
9710 * s390-tdep.c (s390_gdbarch_init): Update.
9711 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9712 * mips-tdep.c (mips_gdbarch_init): Update.
9713 * mcore-tdep.c (mcore_gdbarch_init): Update.
9714 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9715 * m32r-tdep.c (m32r_gdbarch_init): Update.
9716 * ia64-tdep.c (ia64_gdbarch_init): Update.
9717 * hppa-tdep.c (hppa_gdbarch_init): Update.
9718 * h8300-tdep.c (h8300_gdbarch_init): Update.
9719 * frv-tdep.c (frv_gdbarch_init): Update.
9720 * d10v-tdep.c (d10v_gdbarch_init): Update.
9721 * cris-tdep.c (cris_gdbarch_init): Update.
9722 * avr-tdep.c (avr_gdbarch_init): Update.
9723 * arm-tdep.c (arm_gdbarch_init): Update.
9724 * alpha-tdep.c (alpha_gdbarch_init): Update.
9725
9726 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9727
9728 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9729 comma.
9730 (sh_sh4al_dsp_register_name): Ditto.
9731
9732 2004-02-10 Andrew Cagney <cagney@redhat.com>
9733
9734 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9735 (mips_init_frame_pc_first): Delete function.
9736 (mips_frame_saved_pc): Delete function.
9737 (mips_frame_chain): Delete function.
9738 (mips_init_extra_frame_info): Delete function.
9739 (mips_xfer_register): Delete unused variable "reg".
9740 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9741 (mips_n32n64_return_value): Delete unused variable "reg".
9742 (mips_n32n64_return_value): Delete unused variable "pos".
9743 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9744 (mips_o32_return_value): Delete unused variable "pos".
9745 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9746 (mips_print_fp_register): Delete unused variable "namelen"
9747 (mips_print_fp_register): Delete unused variable "flt2"
9748 (get_frame_pointer): Delete function.
9749 (cached_proc_desc): Delete static variable.
9750 (mips_pop_frame): Delete function.
9751 (mips_find_saved_regs): Delete function.
9752 (mips_get_saved_register): Delete function.
9753 (mips_saved_pc_after_call): Delete function.
9754 (SIGFRAME_BASE): Delete macro.
9755 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9756 (SIGFRAME_PC_OFF): Delete macro.
9757 (SIGFRAME_REGSAVE_OFF): Delete macro.
9758 (mips_dump_tdep): Do not print deleted macro definitions.
9759
9760 2004-02-10 Andrew Cagney <cagney@redhat.com>
9761
9762 * Makefile.in (SFILES): Remove explictly listed tui files.
9763 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9764
9765 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9766
9767 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9768 to use paddr functions to format ia64 addresses and long values.
9769 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9770 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9771 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9772 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9773 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9774
9775 2004-02-10 Andrew Cagney <cagney@redhat.com>
9776
9777 * defs.h: Do not include "tui.h".
9778 * gdb_curses.h: New file.
9779 * tui/tui-hooks.h: New file.
9780 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9781 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9782 (tui_initialize_io): Delete declaration.
9783 (tui_initialize_readline: Delete redundant declaration.
9784 (struct tui_point): Delete definition.
9785 * tui/tui-data.h (struct tui_point): Define.
9786 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9787 * utils.c: Include "tui/tui.h".
9788 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9789 * printcmd.c [TUI]: Include "tui/tui.h".
9790 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9791 * tui/tui-command.c: Include "gdb_curses.h".
9792 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9793 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9794 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9795 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9796 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9797 * Makefile.in: Update all dependencies.
9798 (tui_hooks_h, gdb_curses_h): Define.
9799 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9800
9801 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9802
9803 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9804 auxf2. Add comments about some other rarely used fields.
9805
9806 2004-02-10 Andrew Cagney <cagney@redhat.com>
9807
9808 * Makefile.in (init.c): Fix script removing duplicates. Problem
9809 reported by Peter Schauer.
9810
9811 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9812
9813 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9814 obstack_specify_allocation.
9815 * objfiles.c (allocate_objfile): Ditto.
9816 * solib-sunos.c (solib_add_common_symbols)
9817 (allocate_rt_common_objfile): Ditto.
9818 * symfile.c (reread_symbols): Ditto.
9819 * gdb_obstack.h: Add comment.
9820
9821 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9822
9823 * linespec.c (decode_line_1, locate_first_half)
9824 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9825 commented out code.
9826
9827 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9828
9829 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9830 obstack_free.
9831
9832 2004-02-09 Andrew Cagney <cagney@redhat.com>
9833
9834 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9835 fails, try find_pc_section. Fix PR c++/1267.
9836 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9837 instead of find_pc_mapped_section.
9838 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9839 not default to the section containing PC. Fix PR symtab/1519.
9840
9841 2004-02-09 Andrew Cagney <cagney@redhat.com>
9842
9843 * Makefile.in (mips-tdep.o): Update dependencies.
9844 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9845 "trad-frame.h".
9846 (mips_unwind_pc): Return the pseudo PC register.
9847 (mips_unwind_dummy_id): New function.
9848 (mips16_fetch_instruction): New function.
9849 (mips32_fetch_instruction): New function.
9850 (struct mips_frame_cache): Define.
9851 (mips_mdebug_frame_cache): New function.
9852 (mips_mdebug_frame_this_id): New function.
9853 (mips_mdebug_frame_prev_register): New function.
9854 (mips_mdebug_frame_unwind): Define.
9855 (mips_mdebug_frame_sniffer): New function.
9856 (mips_mdebug_frame_base_address): New function.
9857 (mips_mdebug_frame_base): Define.
9858 (mips_mdebug_frame_base_sniffer): New function.
9859 (mips_gdbarch_init): Append unwind and base sniffers. Set
9860 unwind_dummy_id.
9861
9862 2004-02-08 Andrew Cagney <cagney@redhat.com>
9863
9864 * frame.c: Print both the register number and name.
9865
9866 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9867 and a sed into a single sed. Make .c and .o patterns more robust.
9868 (OBS): Delete.
9869 (INIT_FILES): Replace OBS with COMMON_OBS.
9870 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9871
9872 2004-02-08 Mark Kettenis <kettenis@gnu.org>
9873
9874 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
9875 the PT_WCOOKIE request.
9876
9877 2004-02-08 Andrew Cagney <cagney@redhat.com>
9878
9879 * mips-tdep.c (mips_unwind_pc): New function.
9880 (mips_gdbarch_init): Set mips_unwind_pc.
9881
9882 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
9883 (get_frame_id): Allow the UNKNOWN_FRAME.
9884 (frame_register_unwind, get_frame_type): Ditto.
9885
9886 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
9887 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
9888 unwind_dummy_id indicates a legacy frame.
9889
9890 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
9891 * configure: Re-generate.
9892
9893 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
9894 methods.
9895
9896 2004-02-08 Andrew Cagney <cagney@redhat.com>
9897
9898 * configure.in (CONFIG_ALL): Set to Makefile target, and not
9899 makefile macro.
9900 * configure: Re-generate.
9901 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
9902 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
9903 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
9904 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
9905 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
9906 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
9907 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
9908 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
9909 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
9910 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
9911
9912 2004-02-07 Andrew Cagney <cagney@redhat.com>
9913
9914 * Makefile.in: Update all dependencies.
9915
9916 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
9917 * configure: Re-generate.
9918 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
9919 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
9920 (COMMON_OBS): Add "main.o" and "annotate.o".
9921 (ANNOTATE_OBS): Delete.
9922 (OBS): Remove ANNOTATE_OBS.
9923 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
9924 CONFIG_INITS.
9925 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
9926 against CONFIG_OBS and "main.o".
9927 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
9928 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
9929
9930 * tui/tui-command.c: Include "gdb_string.h", delete register
9931 attribute, use ISO-C function signatures.
9932 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
9933 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
9934 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
9935 * tui/tui.c: Ditto.
9936
9937 * tui/tui-command.c: Change variable and function names to lower
9938 case.
9939 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
9940 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
9941 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
9942 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
9943 * tui/tui-winsource.c, tui/tui.c: Ditto.
9944
9945 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
9946
9947 * buildsym.c (free_pending_blocks, finish_block)
9948 (record_pending_block, make_blockvector, end_symtab): Replace
9949 symbol_obstack with objfile_obstack.
9950 * coffread.c (process_coff_symbol, coff_read_struct_type)
9951 (coff_read_enum_type): Ditto.
9952 * cp-namespace.c (initialize_namespace_symtab)
9953 (check_one_possible_namespace_symbol): Ditto.
9954 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
9955 (dwarf2_symbol_mark_computed): Ditto.
9956 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
9957 * elfread.c (elf_symtab_read): Ditto.
9958 * hpread.c (hpread_symfile_init, hpread_symfile_init)
9959 (hpread_read_enum_type, hpread_read_function_type)
9960 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
9961 Ditto.
9962 * jv-lang.c (get_java_class_symtab, add_class_symbol)
9963 (java_link_class_type): Ditto.
9964 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
9965 (new_symbol): Ditto.
9966 * minsyms.c (install_minimal_symbols): Ditto.
9967 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
9968 (terminate_minimal_symbol_table): Replace symbol_obstack with
9969 objfile_obstack.
9970 (free_objfile): Remove freeing of symbol_obstack.
9971 * objfiles.h: Remove symbol_obstack field.
9972 * pa64solib.c (add_to_solist): Replace symbol_obstack with
9973 objfile_obstack.
9974 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
9975 symbol_obstack.
9976 (solib_add_common_symbols): Replace symbol_obstack with
9977 objfile_obstack.
9978 * somsolib.c (som_solib_add): Ditto.
9979 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
9980 (common_block_start, common_block_end): Ditto.
9981 * symfile.c (reread_symbols): Remove freeing and init of
9982 symbol_obstack.
9983 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
9984 * symfile.h: Update comment.
9985 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
9986 stats printing.
9987 * symtab.c (symbol_set_names): Replace symbol_obstack with
9988 objfile_obstack.
9989 * symtab.h (struct general_symbol_info, struct minimal_symbol):
9990 Update comments.
9991 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
9992 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
9993 objfile_obstack.
9994
9995 2004-02-07 Andrew Cagney <cagney@redhat.com>
9996
9997 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
9998 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
9999 fields and variables.
10000 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10001 (m_beInvisible): Delete macro.
10002 * tui/tui-data.h: Fix case case fields and variables.
10003 (m_genWinPtrIsNull): Delete macro.
10004 (tui_win_list): Rename winList.
10005 (TUI_SRC_WIN): Rename srcWin.
10006 (TUI_DISASM_WIN): Rename disassemWin.
10007 (TUI_DATA_WIN): Rename dataWin.
10008 (TUI_CMD_WIN): Rename cmdWin.
10009 (m_genWinPtrNotNull): Delete macro.
10010 (m_winPtrIsNull): Delete macro.
10011 (m_winPtrNotNull): Delete macro.
10012 (tui_win_is_source_type): Replace m_winIsSourceType
10013 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10014 (tui_win_has_locator): Replace m_hasLocator.
10015 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10016 m_setWinHighlightOff.
10017 * tui/tui-data.c: Update references.
10018 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10019 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10020 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10021 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10022 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10023 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10024 * tui/tui-winsource.c, tui/tui.c: Ditto.
10025
10026 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10027
10028 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10029 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10030 StackGhost.
10031
10032 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10033 variable `i6' to `i7'.
10034 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10035
10036 2004-02-07 Andrew Cagney <cagney@redhat.com>
10037
10038 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10039 (TuiPoint, TuiPointPtr): Ditto.
10040 (TuiStatus, TuiStatusPtr): Ditto.
10041 (TuiWinType, TuiWinTypePtr): Ditto.
10042 (struct tui_point): Rename _TuiPoint.
10043 (tui_get_low_disassembly_address): Rename
10044 tuiGetLowDisassemblyAddress.
10045 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10046 (tuiFree): Delete declaration.
10047 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10048 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10049 * tui/tui.c (tuiFree): Delete function.
10050 * cli/cli-cmds.c (disassemble_command): Update references.
10051 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10052 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10053 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10054 * tui/tui-winsource.c: Ditto.
10055
10056 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10057
10058 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10059 coffstab_build_psymtabs, elfstab_build_psymtabs)
10060 (stabsect_build_psymtabs): Replace psymbol_obstack with
10061 objfile_obstack.
10062 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10063 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10064 Ditto.
10065 * dwarfread.c (scan_compilation_units): Ditto.
10066 * elfread.c (elfstab_offset_sections): Ditto.
10067 * hppa-tdep.c (read_unwind_info): Ditto.
10068 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10069 (hpread_end_psymtab): Ditto.
10070 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10071 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10072 Ditto.
10073 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10074 * objfiles.c (add_to_objfile_sections)
10075 (build_objfile_section_table): Ditto.
10076 (allocate_objfile): Remove init of psymbol_obstack.
10077 (free_objfile): Remove freeing of psymbol_obstack.
10078 * objfiles.h (struct objfile): Remove field
10079 psymbol_obstack. Update comments.
10080 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10081 psymbol_obstack with objfile_obstack.
10082 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10083 psymbol_obstack.
10084 * somread.c (som_symfile_offsets, init_import_symbols)
10085 (init_export_symbols): Replace psymbol_obstack with
10086 objfile_obstack.
10087 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10088 * symfile.c (default_symfile_offsets, syms_from_objfile)
10089 (reread_symbols): Remove freeing and init of psymbol_obstack.
10090 (cashier_psymtab): Update comment.
10091 * symmisc.c (print_objfile_statistics): Don't report stats for
10092 psymbol obstack.
10093 * symtab.h (struct general_symbol_info, struct partial_symtab):
10094 Update comments.
10095 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10096 (xcoff_symfile_offsets): Replace psymbol_obstack with
10097 objfile_obstack.
10098
10099 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10100
10101 * objfiles.h (struct objfile): Add objfile_obstack field.
10102 Remove type_obstack field.
10103
10104 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10105 read_structure_scope read_enumeration, new_symbol): Replace
10106 type_obstack with objfile_obstack.
10107 * dwarfread.c (struct_type, enum_type): Ditto.
10108 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10109 (lookup_fundamental_type): Ditto.
10110 * gdbtypes.h (TYPE_ALLOC): Ditto.
10111 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10112 (hpread_read_doc_function_type, hpread_read_struct_type)
10113 (fix_static_member_physnames, hpread_read_array_type)
10114 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10115 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10116 (java_link_class_type): Ditto.
10117 * mdebugread.c (parse_type): Ditto.
10118 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10119 * solib-sunos.c (solib_add_common_symbols): Ditto.
10120 * stabsread.c (define_symbol, read_type, read_member_functions,
10121 read_cpp_abbrev, read_one_struct_field): Ditto.
10122 * symfile.c (reread_symbols): Ditto.
10123 * symmisc.c (print_objfile_statistics): Ditto.
10124
10125 2004-02-07 Andrew Cagney <cagney@redhat.com>
10126
10127 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10128 (tui_exec_info_content): Rename TuiExecInfoContent.
10129 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10130 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10131 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10132 (TuiList, TuiListPtr): Ditto.
10133 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10134 (TuiDataType, TuiDataTypePtr): Ditto.
10135 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10136 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10137 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10138 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10139 (TuiDataElement, TuiDataElementPtr): Ditto.
10140 (TuiWinElement, TuiWinElementPtr): Ditto.
10141 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10142 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10143 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10144 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10145 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10146 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10147 * tui/tui-command.c, tui/tui-data.c: Update references.
10148 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10149 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10150 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10151 * tui/tui-winsource.c, tui/tui.c: Ditto.
10152
10153 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10154
10155 * dwarf2-frame.h: Update copyright.
10156 (enum dwarf2_frame_reg_rule): New.
10157 (struct dwarf2_frame_state_reg): New.
10158 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10159 * dwarf2-frame.c: Update copyright.
10160 (enum dwarf2_reg_rule): Remove.
10161 (struct dwarf2_frame_state): Remove defenition of `struct
10162 dwarf2_frame_state_reg'.
10163 (read_reg): Call get_frame_arch to get the architecture instead of
10164 using CURRENT_GDBARCH.
10165 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10166 DWARF2_FRAME_.
10167 (dwarf2_frame_init_reg): New function.
10168 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10169 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10170 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10171 tags with DWARF2_FRAME_.
10172 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10173 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10174 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10175
10176 2004-02-06 Andrew Cagney <cagney@redhat.com>
10177
10178 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10179 (enum tui_data_type): Rename _TuiDataType.
10180 (struct tui_layout_def): Rename _TuiLayoutDef.
10181 (struct tui_source_element): Rename _TuiSourceElement.
10182 (struct tui_data_element): Rename _TuiDataElement.
10183 (struct tui_command_element): Rename _TuiCommandElement.
10184 (struct tui_locator_element): Rename _TuiLocatorElement.
10185 (union tui_which_element): Define.
10186 (struct tui_win_element): Rename _TuiWinElement.
10187 (struct tui_data_info): Rename _TuiDataInfo.
10188 (struct tui_source_info): Rename _TuiSourceInfo.
10189 (struct tui_command_info): Rename _TuiCommandInfo.
10190 (tui_initialize_static_data): Rename initializeStaticData.
10191 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10192 (tui_alloc_win_info): Rename allocWinInfo.
10193 (tui_init_generic_part): Rename initGenericPart.
10194 (tui_init_win_info): Rename initWinInfo.
10195 (tui_alloc_content): Rename allocContent.
10196 (tui_add_content_elements): Rename addContentElements.
10197 (tui_init_content_element): Rename initContentElement.
10198 (tui_free_window): Rename freeWindow.
10199 (tui_free_win_content): Rename freeWinContent.
10200 (tui_free_data_content): Rename freeDataContent.
10201 (tui_free_all_source_wins_content): Rename
10202 freeAllSourceWinsContent.
10203 (tui_del_window): Rename tuiDelWindow.
10204 (tui_del_data_windows): Rename tuiDelDataWindows.
10205 (tui_partial_win_by_name): Rename partialWinByName.
10206 (tui_win_name): Rename winName.
10207 (tui_current_layout): Rename currentLayout.
10208 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10209 (tui_term_height): Rename termHeight.
10210 (tui_set_term_height_to): Rename setTermHeightTo.
10211 (tui_term_width): Rename termWidth.
10212 (tui_set_term_width_to): Rename setTermWidthTo.
10213 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10214 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10215 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10216 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10217 (tui_source_windows): Rename sourceWindows.
10218 (tui_clear_source_windows): Rename clearSourceWindows.
10219 (tui_clear_source_windows_detail): Rename
10220 clearSourceWindowsDetail.
10221 (tui_clear_win_detail): Rename clearWinDetail.
10222 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10223 (tui_default_tab_len): Rename tuiDefaultTabLen.
10224 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10225 (tui_win_with_focus): Rename tuiWinWithFocus.
10226 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10227 (tui_layout_def): Rename tuiLayoutDef.
10228 (tui_win_resized): Rename tuiWinResized.
10229 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10230 (tui_next_win): Rename tuiNextWin.
10231 (tui_prev_win): Rename tuiPrevWin.
10232 (tui_add_to_source_windows): Rename addToSourceWindows.
10233 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10234 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10235 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10236 * tui/tui.c, tui/tui-data.c: Ditto.
10237 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10238 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10239
10240 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10241 (struct symtab): Declare.
10242 (tui_set_source_content): Rename tuiSetSourceContent.
10243 (tui_show_symtab_source): Rename tuiShowSource.
10244 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10245 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10246 * tui/tui-source.c: Update copyright. Update references.
10247 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10248 * tui/tui-stack.c: Update references.
10249
10250 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10251 (struct tui_win_info): Declare.
10252 (tui_scroll_forward): Rename tuiScrollForward.
10253 (tui_scroll_backward): Rename tuiScrollBackward.
10254 (tui_scroll_left): Rename tuiScrollLeft.
10255 (tui_scroll_right): Rename tuiScrollRight.
10256 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10257 (tui_resize_all): Rename tuiResizeAll.
10258 (tui_refresh_all_win): Rename tuiRefreshAll.
10259 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10260 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10261 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10262 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10263
10264 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10265 (tui_erase_data_content): Rename tuiEraseDataContent.
10266 (tui_display_all_data): Rename tuiDisplayAllData.
10267 (tui_check_data_values): Rename tuiCheckDataValues.
10268 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10269 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10270 (tui_first_data_element_no_in_line): Rename
10271 tuiFirstDataElementNoInLine.
10272 (tui_delete_data_content_windows): Rename
10273 tuiDeleteDataContentWindows.
10274 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10275 (tui_display_data_from): Rename tuiDisplayDataFrom.
10276 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10277 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10278 * tui/tui-win.c, tui/tui-regs.c: Update references.
10279 * tui/tui-layout.c, tui/tui.c: Update references.
10280
10281 * tui/tui-wingeneral.h: Update copyright.
10282 (m_allBeVisible): Delete macro.
10283 (m_allBeInvisible): Delete macro.
10284 (struct tui_gen_win_info): Declare.
10285 (struct tui_win_info): Declare.
10286 (tui_unhighlight_win): Rename unhighlightWin.
10287 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10288 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10289 (tui_make_window): Rename makeWindow.
10290 (tui_copy_win): Rename copyWin.
10291 (tui_box_win): Rename boxWin.
10292 (tui_highlight_win): Rename highlightWin.
10293 (tui_check_and_display_highlight_if_needed): Rename
10294 checkAndDisplayHighlightIfNeeded.
10295 (tui_refresh_all): Rename refreshAll.
10296 (tui_delete_win): Rename tuiDelwin.
10297 (tui_refresh_win): Rename tuiRefreshWin.
10298 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10299 (tui_make_visible, tui_make_invisible): New functions.
10300 (tui_make_all_visible, tui_make_all_invisible): New functions.
10301 (make_all_visible): Rename makeAllVisible.
10302 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10303 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10304 * tui/tui-windata.c, tui/tui-win.c: Update references.
10305 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10306 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10307
10308 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10309
10310 * proc-api.c (write_with_trace): Initialize local variable to
10311 silence compiler warning.
10312
10313 2004-02-06 Andrew Cagney <cagney@redhat.com>
10314
10315 * tui/tui-source.h: Do not include "defs.h".
10316 (struct tui_win_info): Declare.
10317 (tui_set_source_content_nil): Declare.
10318 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10319 (union tui_line_or_address): Rename _TuiLineOrAddress.
10320 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10321 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10322 (tui_update_source_window_as_is): Rename
10323 tuiUpdateSourceWindowAsIs.
10324 (tui_update_source_windows_with_addr): Rename
10325 tuiUpdateSourceWindowsWithAddr.
10326 (tui_update_source_windows_with_line): Rename
10327 tuiUpdateSourceWindowsWithLine.
10328 (tui_clear_source_content): Rename tuiClearSourceContent.
10329 (tui_erase_source_content): Rename tuiEraseSourceContent.
10330 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10331 (tui_show_source_content): Rename tuiShowSourceContent.
10332 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10333 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10334 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10335 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10336 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10337 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10338 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10339 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10340 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10341 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10342 (struct tui_win_info): Declare.
10343 * tui/tui-stack.c: Update references.
10344 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10345 * tui/tui-win.c, tui/tui-source.c: Ditto.
10346 * tui/tui.c, tui/tui-disasm.c: Ditto.
10347
10348 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10349
10350 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10351 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10352
10353 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10354
10355 * infrun.c (handle_inferior_event): Allow for breakpoint
10356 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10357 and SIGEMT. Update comments.
10358 * NEWS (Revised SPARC target): Mention support for non-executable
10359 stack.
10360
10361 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10362
10363 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10364 * inftarg.c: Update copyright year.
10365 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10366 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10367 (sparc_xfer_wcookie): New function.
10368 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10369 * Makefile.in (sparc-nat.o): Update dependencies.
10370 * config/sparc/nm-nbsd.h: Include "target.h".
10371 (NATIVE_XFER_WCOOKIE): New define.
10372 (sparc_xfer_wcookie): New prototype.
10373
10374 2004-02-04 Andrew Cagney <cagney@redhat.com>
10375
10376 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10377 SYSCALL_TRAP function.
10378 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10379
10380 2004-02-04 Andrew Cagney <cagney@redhat.com>
10381 Daniel Jacobowitz <drow@mvista.com>
10382
10383 * objfiles.h: Delete comments refering to inside_entry_func and
10384 DEPRECATED_FRAME_CHAIN_VALID.
10385 * defs.h (inside_entry_func): Update prototype..
10386 * blockframe.c (inside_entry_func): Rename to
10387 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10388 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10389
10390 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10391
10392 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10393 outside of #ifdef SOLIB_ADD region.
10394 (do_restore_lang_radix_cleanup): Ditto.
10395 (resolve_pending_breakpoint): Ditto.
10396
10397 2004-02-03 Andrew Cagney <cagney@redhat.com>
10398
10399 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10400 (process_note_abi_tag_sections): Delete unused function.
10401 (ia64_read_fp): Delete unused function.
10402 (gdbarch_extract_struct_value_address): Delete declaration.
10403
10404 2004-02-02 Andrew Cagney <cagney@redhat.com>
10405
10406 * vax-tdep.c (vax_frame_chain): Delete call to
10407 deprecated_inside_entry_file.
10408 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10409
10410 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10411
10412 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10413 column that's "empty" or "same value" when eliminating REG_RA
10414 rules.
10415
10416 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10417
10418 * NEWS: Add information about new pending breakpoint support.
10419
10420 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10421
10422 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10423 and pending fields for pending breakpoint support.
10424 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10425 (condition_command): Only parse condition if not a pending
10426 breakpoint.
10427 (print_one_breakpoint): Add support for pending breakpoints.
10428 (describe_other_breakpoints): Add checks to verify we are not
10429 dealing with pending breakpoints.
10430 (check_duplicates): Don't check pending breakpoints.
10431 (set_raw_breakpoint): Initialize pending flag.
10432 (do_restore_lang_radix_cleanup): New cleanup routine.
10433 (resolve_pending_breakpoint): New function.
10434 (re_enable_breakpoints_in_shlibs): Try and resolve any
10435 pending breakpoints via resolve_pending_breakpoint.
10436 (mention): Add pending breakpoint support.
10437 (parse_breakpoint_sals): Add new parameter to pass to
10438 decode_line_1 to indicate silent errors when files or functions
10439 are not found. Change all callers.
10440 (do_captured_parse_breakpoint): New function.
10441 (break_command_1): Change prototype to return an rc value and to
10442 take an optional pending breakpoint pointer. Support creating
10443 a pending breakpoint if a "not found" form of error occurs when
10444 parsing the breakpoint. Also support resolving an existing pending
10445 breakpoint and be silent if the resolution fails.
10446 (create_breakpoints): Change prototype to take pending breakpoint
10447 pointer. When resolving a pending breakpoint, use the new pointer
10448 to provide a conditional or commands added by the end-user.
10449 (delete_breakpoint): Add appropriate check for pending.
10450 (breakpoint_re_set_one): Ditto.
10451 (do_enable_breakpoint): Ditto.
10452
10453 2004-02-02 David Carlton <carlton@kealia.com>
10454
10455 * valops.c (enum oload_classification): New.
10456 (find_overload_match): Break implementation into separate
10457 functions; delete #if 0'd code; look for symbols within
10458 namespaces.
10459 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10460 (find_oload_champ,oload_method_static,classify_oload_match): New.
10461 * cp-support.h: Add declaration for cp_func_name; update
10462 declaration for make_symbol_overload_list.
10463 * cp-support.c (cp_func_name): New.
10464 (overload_list_add_symbol): Fix comment, use
10465 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10466 (make_symbol_overload_list): Take a function name and a namespace
10467 instead of a symbol; change implementation.
10468 (make_symbol_overload_list_using): New.
10469 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10470
10471 2004-02-02 Fred Fish <fnf@redhat.com>
10472
10473 * main.c (gdb_stdtarg): Move definition to group with other
10474 gdb_stdtarg definitions and update copyright years.
10475 * remote-sim.c (gdb_os_write_stderr): Write output to
10476 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10477 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10478 gdb_stderr stream and update copyright years.
10479
10480 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10481
10482 * Makefile.in (mips-linux-nat.o): Update dependencies.
10483 * mips-linux-nat.c: Include mips-tdep.h.
10484
10485 2004-02-01 Roland McGrath <roland@redhat.com>
10486
10487 * sol-thread.c (sol_thread_xfer_partial): New function.
10488 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10489 (init_sol_core_ops): Likewise.
10490
10491 * procfs.c (procfs_xfer_partial): New function.
10492 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10493 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10494
10495 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10496 procfs_xfer_auxv function.
10497
10498 * procfs.c (procfs_make_note_section): If we can read
10499 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10500 * linux-proc.c (linux_make_note_section): Likewise.
10501
10502 * auxv.h: New file.
10503 * auxv.c: New file.
10504 * Makefile.in (auxv_h): New variable.
10505 (COMMON_OBS): Add auxv.o here.
10506 (auxv.o): New target.
10507
10508 * corelow.c (core_xfer_partial): New function.
10509 (init_core_ops): Use it for core_ops.to_xfer_partial.
10510
10511 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10512 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10513 macro if that is defined.
10514
10515 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10516
10517 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10518 and check the specified thread for each breakpoint.
10519 * breakpoint.h (bpstat_stop_status): Update prototype.
10520 * infrun.c (handle_inferior_event): Update calls to
10521 bpstat_stop_status.
10522
10523 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10524
10525 * Makefile.in (cli-cmds.o): Add $(readline_h).
10526
10527 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10528
10529 * cli/cli-cmds.c: Include readline.h.
10530 (complete_command): Pass the start of the last word to
10531 complete_line.
10532
10533 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10534
10535 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10536 argument, and change first argument to a CORE_ADDR.
10537 * breakpoint.h (bpstat_stop_status): Update prototype.
10538 * infrun.c (adjust_pc_after_break): Add a new comment.
10539 (handle_inferior_event): Update calls to bpstat_stop_status.
10540
10541 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10542
10543 * breakpoint.h: Update copyright years.
10544
10545 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10546
10547 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10548 (bpstat_stop_status): Don't decrement PC.
10549 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10550 prototype.
10551 * infrun.c (adjust_pc_after_break): New function.
10552 (handle_inferior_event): Call it, early. Remove later references
10553 to DECR_PC_AFTER_BREAK.
10554 (normal_stop): Add commentary.
10555
10556 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10557
10558 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10559 2004-01-27 double-free fix.
10560
10561 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10562
10563 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10564 (sparc32_frame_prev_register): Handle StackGhost.
10565 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10566
10567 2004-01-29 Roland McGrath <roland@redhat.com>
10568
10569 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10570 * configure: Regenerated.
10571
10572 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10573 * Makefile.in (procfs.o): Add dep.
10574
10575 2004-01-28 Andrew Cagney <cagney@redhat.com>
10576
10577 * tui/tui-stack.h: Update copyright.
10578 (struct frame_info): Add opaque declaration.
10579 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10580 (tui_show_locator_content): Rename tuiShowLocatorContent.
10581 (tui_show_frame_info): Rename tuiShowFrameInfo.
10582 * tui/tui-stack.c: Update copyright. Update references.
10583 * tui/tui-winsource.c: Update references.
10584 * tui/tui-win.c: Update references.
10585 * tui/tui-layout.c: Update references.
10586 * tui/tui-hooks.c: Update copyright, update references.
10587 * tui/tui.c: Update copyright, update references.
10588 * tui/tui-disasm.c: Update references.
10589
10590 2004-01-28 David Carlton <carlton@kealia.com>
10591
10592 * dwarf2read.c (add_partial_structure): Use demangled name if
10593 namespace equals "".
10594
10595 2004-01-27 Jim Blandy <jimb@redhat.com>
10596
10597 Clean up misapplied patch:
10598 * dwarf2read.c (determine_prefix): Change one of the two forward
10599 declarations for 'determine_prefix_aux' to a declaration for this.
10600 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10601 argument to 'die_specification'.
10602
10603 * dwarf2read.c (read_func_scope): Re-indent comment.
10604
10605 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10606
10607 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10608 b->exp to NULL after freeing so that error during re-parsing or
10609 evaluation of expressions associated with breakpoint don't
10610 eventually lead to re-freeing of storage.
10611 Committed by Andrew Cagney.
10612
10613 2004-01-27 Andrew Cagney <cagney@redhat.com>
10614
10615 * source.c (ambiguous_line_spec): Delete undefined declaration.
10616 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10617 (m32r_set_server_address, m32r_set_download_path): Ditto.
10618 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10619
10620 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10621
10622 * dwarf2read.c: Update calls to changed and renamed functions, and
10623 references to moved variables.
10624
10625 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10626 language, language_defn, list_in_scope, and ftypes members.
10627 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10628 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10629 (baseaddr): Remove globals.
10630
10631 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10632 (set_cu_language, die_is_declaration, die_specification)
10633 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10634 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10635 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10636 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10637
10638 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10639 cu.list_in_scope. Don't initialize cu_header_offset.
10640 (add_partial_symbol): Add local baseaddr.
10641 (psymtab_to_symtab_1): Add local baseaddr. Use
10642 objfile->section_offsets for consistency. Don't initialize
10643 cu_header_offset; do initialize cu.header.offset and
10644 cu.list_in_scope.
10645 (read_file_scope, read_func_scope, read_lexical_block_scope)
10646 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10647
10648 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10649
10650 * PROBLEMS: Add gdb/1516.
10651
10652 2003-12-29 Robert Millan <robertmh@gnu.org>
10653
10654 Patch committed by Andrw Cagney.
10655 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10656 * configure.tgt: Match knetbsd*-gnu.
10657
10658 2004-01-26 Andrew Cagney <cagney@redhat.com>
10659
10660 * breakpoint.c (catch_command_1): Delete #ifdef code.
10661 (catch_fork_command_1): Delete #ifdef wrapper.
10662 (catch_exec_command_1): Ditto.
10663 (catch_load_command_1): Ditto.
10664 (catch_unload_command_1): Ditto.
10665
10666 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10667 (catch_breakpoint): Delete #if0ed function.
10668 (disable_catch_breakpoint): Ditto.
10669 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10670 (disable_catch, enable_catch, delete_catch): Ditto.
10671
10672 2004-01-26 Andrew Cagney <cagney@redhat.com>
10673
10674 * remote.c (echo_check, quit_flag): Delete variables.
10675 (cisco_kernel_mode): Delete variable.
10676 (minitelnet_return, tty_input, escape_count): Delete variables.
10677 (remote_cisco_mode): Delete variable.
10678 (remote_cisco_open, remote_cisco_close): Delete function.
10679 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10680 (init_remote_cisco_ops): Delete function.
10681 (_initialize_remote): Do not install "remote cisco" code.
10682 (read_frame): Delete cisco specific code.
10683 (remote_info_process): Delete function.
10684 (remote_wait): Delete cisco specific code.
10685 (remote_cisco_section_offsets): Delete function.
10686 (remote_cisco_objfile_relocate): Delete function.
10687 (remote_async_wait): Delete cisco specific code.
10688 (minitelnet, readtty, readsocket): Delete function.
10689
10690 2004-01-26 Andrew Cagney <cagney@redhat.com>
10691
10692 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10693 comments mentioning extract_returned_value_address.
10694 * infcmd.c (print_return_value): Update. Add comments on
10695 extract_returned_value_address.
10696 * stack.c (return_command): Add comments on
10697 extract_returned_value_address.
10698 * values.c: Update comment.
10699 * m32r-tdep.c: Update comment.
10700 * sparc-tdep.c: Update comment.
10701 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10702 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10703 * sh64-tdep.c (sh64_gdbarch_init): Update.
10704 * sh-tdep.c (sh_gdbarch_init): Update.
10705 * s390-tdep.c (s390_gdbarch_init): Update.
10706 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10707 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10708 * m68k-tdep.c (m68k_gdbarch_init): Update.
10709 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10710 * m32r-tdep.c (m32r_gdbarch_init): Update.
10711 * ia64-tdep.c (ia64_gdbarch_init): Update.
10712 * h8300-tdep.c (h8300_gdbarch_init): Update.
10713 * frv-tdep.c (frv_gdbarch_init): Update.
10714 * arm-tdep.c (arm_gdbarch_init): Update.
10715 * alpha-tdep.c (alpha_gdbarch_init): Update.
10716
10717 2004-01-26 Andrew Cagney <cagney@redhat.com>
10718
10719 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10720 SYMBOL_LOCATION_FUNCS
10721 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10722 "struct symbol_ops".
10723 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10724 type to "struct symbol_ops".
10725 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10726 (struct symbol): Replace ".aux_value.loc.funcs" and
10727 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10728 (SYMBOL_OBJFILE): Delete macro.
10729 (SYMBOL_LOCATION_FUNCS): Delete macro.
10730 (SYMBOL_LOCATION_BATON): Update.
10731 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10732 intead of SYMBOL_LOCATION_FUNCS.
10733 * ax-gdb.c (gen_var_ref): Ditto.
10734 * printcmd.c (address_info): Ditto.
10735 * findvar.c (read_var_value): Ditto.
10736 (symbol_read_needs_frame): Ditto.
10737
10738 2004-01-26 Andrew Cagney <cagney@redhat.com>
10739
10740 * dwarf2read.c (read_func_scope): Document frame-base hack.
10741
10742 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10743
10744 * infcmd.c (print_return_value): Plug memory leak; delete
10745 ui_stream object. Rename argument `structure_return' to
10746 `struct_return'.
10747
10748 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10749
10750 * infcmd.c (print_return_value): Wrap long lines.
10751 (finish_command_continuation, finish_command): Remove unused
10752 variable `funcaddr'. Fix some coding-standards problems.
10753
10754 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10755 SECT_SIZE is large enough, not whether it's exactly the right size.
10756 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10757 TDEP->fpregset to zero.
10758
10759 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10760 floating-point registers for traditional NetBSD core files.
10761 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10762 TDEP->sizeof_fpregset here.
10763
10764 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10765
10766 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10767 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10768 function with code split out from
10769 sparc32nbsd_sigcontext_frame_cache.
10770 (sparc32nbsd_sigcontext_frame_cache): Use
10771 sparc32nbsd_sigcontext_saved_regs.
10772 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10773 OpenBSD.
10774 * sparcobsd-tdep.c: New file.
10775 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10776 (sparcobsd-tdep.o): New dependency.
10777 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10778 * config/sparc/obsd.mt: New file.
10779
10780 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10781 TDEP->fpregset to be initialized to enable core file register
10782 sets.
10783
10784 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10785
10786 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10787 Add opaque declarations.
10788 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10789 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10790 function with code split out from
10791 sparc64nbsd_sigcontext_frame_cache.
10792 (sparc64nbsd_sigcontext_frame_cache): Use
10793 sparc64nbsd_sigcontext_saved_regs.
10794 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10795 OpenBSD.
10796 * sparc64obsd-tdep.c: New file.
10797 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10798 (sparc64obsd-tdep.o): New dependency.
10799 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10800 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10801 * config/sparc/obsd64.mt: New file.
10802
10803 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10804 read the instruction at PC.
10805
10806 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10807 value of GDB_OSABI_DEFAULT.
10808 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10809 instead of GDB_OSABI_NETBSD_AOUT.
10810
10811 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10812
10813 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10814 copyright.
10815
10816 2004-01-23 Andrew Cagney <cagney@redhat.com>
10817
10818 * printcmd.c (display_command): Replace tui_set_display call with
10819 tui_set_layout_for_display_command.
10820 * tui/tui.h (enum tui_win_type): Define.
10821 (tui_set_layout): Delete declaration.
10822 (tui_set_layout_for_display_command): Rename set_tui_layout.
10823 * tui/tui-data.h (enum tui_layout_type): Define.
10824 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10825 "tui.h".
10826 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10827 (tui_default_win_height): Rename tuiDefaultWinHeight.
10828 (tui_default_win_viewport_height): Rename
10829 tuiDefaultWinViewportHeight.
10830 (tui_set_layout): RenametuiSetLayout.
10831 * tui/tui-layout.c: Update references.
10832 * tui/tui.c: Update references.
10833 * tui/tui-disasm.c: Update references.
10834
10835 2004-01-23 David Carlton <carlton@kealia.com>
10836
10837 Partial workaround for PR c++/1511:
10838 * cp-namespace.c: Include frame.h.
10839 (cp_lookup_transparent_type): New
10840 (cp_lookup_transparent_type_loop): New.
10841 * cp-support.h: Declare cp_lookup_transparent_type.
10842 * symtab.c (basic_lookup_transparent_type): Renamed from
10843 lookup_transparent_type.
10844 (lookup_transparent_type): Replace old body by a call to
10845 current_language->la_lookup_transparent_type.
10846 * symtab.h: Update copyright. Declare
10847 basic_lookup_transparent_type.
10848 * language.h: Update copyright.
10849 (struct language_defn): Add la_lookup_transparent_type.
10850 * language.c: Update copyright.
10851 (unknown_language_defn): Add basic_lookup_transparent_type.
10852 (auto_language_defn): Add basic_lookup_transparent_type.
10853 (local_language_defn): Add basic_lookup_transparent_type.
10854 * ada-lang.c: Update copyright.
10855 (ada_language_defn): Add basic_lookup_transparent_type.
10856 * c-lang.c: Update copyright.
10857 (c_language_defn): Add basic_lookup_transparent_type.
10858 (cplus_language_defn): Add basic_lookup_transparent_type.
10859 (asm_language_defn): Add basic_lookup_transparent_type.
10860 (minimal_language_defn): Add basic_lookup_transparent_type.
10861 * f-lang.c: Update copyright.
10862 (f_language_defn): Add basic_lookup_transparent_type.
10863 * jv-lang.c: Update copyright.
10864 (java_language_defn): Add basic_lookup_transparent_type.
10865 * m2-lang.c: Update copyright.
10866 (m2_language_defn): Add basic_lookup_transparent_type.
10867 * objc-lang.c: Update copyright.
10868 (objc_language_defn): Add basic_lookup_transparent_type.
10869 * p-lang.c: Update copyright.
10870 (p_language_defn): Add basic_lookup_transparent_type.
10871 * scm-lang.c: Update copyright.
10872 (scm_language_defn): Add basic_lookup_transparent_type.
10873 * Makefile.in (cp-namespace.o): Depend on frame.h.
10874
10875 2004-01-23 David Carlton <carlton@kealia.com>
10876
10877 Patch for PR c++/1520:
10878 * dwarf2read.c (read_func_scope): Set processing_current_prefix
10879 properly if we have a specification die.
10880 (determine_prefix_aux): Rename from determine_prefix.
10881 (determine_prefix): Like the old determine_prefix, but never
10882 returns NULL.
10883
10884 2004-01-23 Theodore A. Roth <troth@openavr.org>
10885
10886 * avr-tdep.c: Update copyright.
10887 (avr_iaddr_p): Delete unused function.
10888 (avr_saddr_p): Delete unused function.
10889
10890 2004-01-23 David Carlton <carlton@kealia.com>
10891
10892 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
10893 Fix for PR symtab/1534.
10894
10895 2004-01-23 Mark Kettenis <kettenis@gnu.org>
10896
10897 * NEWS (New native configurations): Mention OpenBSD/sparc and
10898 OpenBSD/sparc64.
10899 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
10900 * configure.host: Likewise.
10901 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
10902 handler for OpenBSD.
10903 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
10904
10905 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10906
10907 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
10908 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
10909
10910 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
10911 * cli/cli-cmds.c (shell_escape): Likewise.
10912
10913 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
10914 OpenBSD .note.openbsd.ident sections.
10915
10916 2004-01-22 David Carlton <carlton@kealia.com>
10917
10918 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
10919 get_scope_pc_bounds.
10920 (read_file_scope): Ditto.
10921 (get_scope_pc_bounds): New function, produced by extracting code
10922 from the above two functions, consolidating it, and adding support
10923 for DW_TAG_namespace.
10924
10925 2004-01-22 Mark Kettenis <kettenis@gnu.org>
10926
10927 * osabi.c (MAX_NOTESZ): New define.
10928 (check_note): New function.
10929 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
10930 check_note.
10931
10932 2004-01-21 Roland McGrath <roland@redhat.com>
10933
10934 * MAINTAINERS (write after approval): Add myself.
10935
10936 2004-01-21 Eli Zaretskii <eliz@gnu.org>
10937
10938 * utils.c (init_page_info): Move declarations of `rows' and
10939 `cols' before the __GO32__-specific code. Move the closing brace
10940 outside the #ifdef __GO32__..#endif block.
10941 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
10942
10943 2004-01-21 Paul Brook <paul@codesourcery.com>
10944
10945 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
10946 BPSTAT_WHAT_CHECK_SHLIBS.
10947
10948 2004-01-21 Paul Brook <paul@codesourcery.com>
10949
10950 * MAINTAINERS: Add myself to write-after-approval.
10951
10952 2004-01-20 Andrew Cagney <cagney@redhat.com>
10953
10954 * ax-gdb.c (print_axs_value): Delete unused function.
10955 * jv-lang.c (java_lookup_type): Delete unused function.
10956 * cli/cli-dump.c (dump_filetype): Delete unused function.
10957 * remote-mips.c (remote_mips_insert_hw_breakpoint)
10958 (remote_mips_remove_hw_breakpoint): Delete unused functions.
10959 (mips_getstring): Delete unused function.
10960 (pmon_insert_breakpoint): Delete #if0ed function.
10961 (PMON_MAX_BP): Delete #if0ed MACRO.
10962 (mips_pmon_bp_info): Delete #if0ed variable.
10963 (pmon_remove_breakpoint): Delete #if0ed function.
10964 * monitor.c (monitor_write_even_block): Delete unused function.
10965 (monitor_write_memory_block): Delete #if0ed code.
10966 * dink32-rom.c (dink32_load): Delete unused function.
10967 (_initialize_dink32_rom): Delete #if0ed code.
10968 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
10969
10970 * tui/tui-command.c: Update references.
10971 * tui/tui-io.c: Update references.
10972 * tui/tui-command.h: Update copyright.
10973 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
10974
10975 * source.c (ambiguous_line_spec): Delete never-defined function.
10976 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
10977 * gdbtypes.c (add_name, add_mangled_type): Ditto.
10978 * cli/cli-cmds.c (validate_comname): Ditto.
10979
10980 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
10981 "tui-data.h".
10982 (tui_set_disassem_content): Rename tuiSetDisassemContent.
10983 (tui_show_disassem): Rename tuiShowDisassem.
10984 (tui_show_disassem_and_update_source): Rename
10985 tuiVerticalDisassemScroll.
10986 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
10987 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
10988 * tui/tui.h: Update copyright.
10989 (enum tui_status): Define.
10990 * tui/tui-data.h (enum tui_scroll_direction): Define.
10991 * tui/tui-disasm.c: Update copyright. Update references.
10992 * tui/tui-winsource.c: Update copyright. Update references.
10993 * tui/tui-win.c: Update references.
10994 * tui/tui-layout.c: Update references.
10995
10996 2004-01-20 Andrew Cagney <cagney@redhat.com>
10997
10998 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
10999 sym2 to start of block.
11000
11001 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11002
11003 * MAINTAINERS: Delete mmalloc.
11004 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11005 * NEWS: Mention removal of --with-malloc.
11006 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11007 * config.in: Regenerate.
11008 * configure: Regenerate.
11009 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11010 USE_MMALLOC, MMCHECK_FORCE.
11011 * gdbinit.in: Remove mmalloc.
11012 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11013 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11014 * config/i386/go32.mh: Likewise.
11015 * config/i386/interix.mh: Likewise.
11016 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11017
11018 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11019
11020 * linespec.c (decode_variable, symtab_from_filename): Call
11021 error_silent with error message instead of throwing an exception
11022 directly.
11023 * defs.h (error_silent, error_output_message): Add prototypes.
11024 (catch_exceptions_with_msg): Ditto.
11025 * utils.c (error_silent, error_output_message): New functions.
11026 * top.c (catch_exceptions_with_msg): New function.
11027
11028 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11029
11030 * mi/mi-cmds.h (enum print_values): Add definition.
11031
11032 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11033 type and value for simple data types and just the name and type
11034 for complex ones, if required.
11035
11036 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11037 children, if required.
11038
11039 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11040
11041 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11042 unused declarations.
11043
11044 2004-01-19 Andrew Cagney <cagney@redhat.com>
11045
11046 * top.h (mapped_symbol_files): Delete declaration.
11047 * main.c (captured_main): Delete option "m" and "mapped".
11048 * objfiles.c (mapped_symbol_files): Delete variable.
11049 * symfile.c (symbol_file_command): Delete mmap code.
11050 (symbol_file_add_with_addrs_or_offsets): Ditto.
11051 (add_symbol_file_command, reread_separate_symbols): Ditto.
11052 * objfiles.h (OBJF_MAPPED): Delete.
11053 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11054 (free_objfile) [USE_MMALLOC]: Ditto.
11055 (open_existing_mapped_file): Delete function.
11056 (open_mapped_file): Delete function.
11057 (map_to_file): Delete function.
11058
11059 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11060
11061 * infrun.c (step_into_function): Account for possible breakpoint
11062 adjustment when computing ``stop_func_start''.
11063
11064 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11065
11066 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11067 the region size against the size of a pointer, not the size of
11068 a register as given by DEPRECATED_REGISTER_SIZE.
11069
11070 2004-01-19 Andrew Cagney <cagney@redhat.com>
11071
11072 * tui/tui-regs.h: Include "tui-data.h".
11073 (tuiFirstRegElementNoInLine): Delete declaration.
11074 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11075 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11076 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11077 (tui_calculate_regs_column_count): Rename
11078 tuiCalculateRegsColumnCount.
11079 (tui_check_register_values): Rename tuiCheckRegisterValues.
11080 (tui_show_registers): Rename tuiShowRegisters.
11081 (tui_display_registers_from_line): Rename
11082 tuiDisplayRegistersFromLine.
11083 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11084 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11085 (tui_first_reg_element_no_inline): Rename
11086 tuiFirstRegElementNoInLine.
11087 * tui/tui-data.h: Update copyright.
11088 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11089 * tui/tui-windata.c: Update copyright, update references.
11090 * tui/tui-regs.c: Update copyright, update references.
11091 * tui/tui-win.c: Update copyright, update references.
11092 * tui/tui-layout.c: Update copyright, update references.
11093
11094 2004-01-18 Andrew Cagney <cagney@redhat.com>
11095
11096 * tui/tui-io.c: Update copyright.
11097 (key_is_end_sequence, key_is_backspace): New functions.
11098 (key_is_command_char, key_is_start_sequence): New function.
11099 (tui_getc): Update references.
11100 * tui/tui-io.h: Update copyright.
11101 (m_tuiStartNewLine): Delete macro.
11102 (m_isBackspace, m_isDeleteChar): Delete macros.
11103 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11104 (m_isNextPage, m_isPrevPage): Delete macros.
11105 (m_isLeftArrow, m_isRightArrow): Delete macros.
11106 (m_isXdbStyleCommandChar): Delete macro.
11107 (key_is_start_sequence): Declare, replace m_isStartSequence.
11108 (key_is_end_sequence): Declare, replace m_isEndSequence.
11109 (key_is_backspace): Declare ,replace m_isBackspace.
11110 (key_is_command_char): Declare, replace m_isCommandChar.
11111 * tui/tui-command.c: Update copyright.
11112 (tuiDispatchCtrlChar): Update references.
11113
11114 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11115 tuiSourceWin.h.
11116
11117 * tui/tui-command.c: Rename tui/tuiCommand.c.
11118 * tui/tui-command.h: Rename tui/tuiCommand.h.
11119 * tui/tui-data.c: Rename tui/tuiData.c.
11120 * tui/tui-data.h: Rename tui/tuiData.h.
11121 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11122 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11123 * tui/tui-io.c: Rename tui/tuiIO.c.
11124 * tui/tui-io.h: Rename tui/tuiIO.h.
11125 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11126 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11127 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11128 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11129 * tui/tui-source.c: Rename tui/tuiSource.c.
11130 * tui/tui-source.h: Rename tui/tuiSource.h.
11131 * tui/tui-stack.c: Rename tui/tuiStack.c.
11132 * tui/tui-stack.h: Rename tui/tuiStack.h.
11133 * tui/tui-win.c: Rename tui/tuiWin.c.
11134 * tui/tui-win.h: Rename tui/tuiWin.h.
11135 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11136 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11137 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11138 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11139 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11140 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11141 * tui/tui-file.c: Update includes.
11142 * tui/tui-hooks.c: Update includes.
11143 * tui/tui-interp.c: Update includes.
11144 * tui/tui.c: Update includes.
11145 * Makefile.in: Update all tui/ dependencies.
11146 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11147
11148 * Makefile.in: Update copyright. Update dependencies.
11149
11150 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11151 problem.
11152
11153 2004-01-18 Andrew Cagney <cagney@redhat.com>
11154
11155 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11156 instead of register_gdbarch_init.
11157
11158 * remote-sds.c (tohex): Delete unused function. Update copyright.
11159 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11160 * v850-tdep.c (v850_register_virtual_size): Ditto.
11161 * target.c (normal_target_post_startup_inferior): Ditto.
11162 * source.c (ambiguous_line_spec): Ditto.
11163 * remote.c (adapt_remote_get_threadinfo): Ditto.
11164 * mi/mi-out.c (out_field_fmt): Ditto.
11165 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11166 (output_control_change_notification): Ditto.
11167 * m68k-tdep.c (m68k_register_byte): Ditto.
11168 (m68k_remote_breakpoint_from_pc): Ditto.
11169 * ui-out.c (init_ui_out_state): Delete unused declaration.
11170 * stabsread.c (search_value): Ditto.
11171 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11172 * maint.c (print_section_table): Ditto.
11173 * infrun.c (set_follow_fork_mode_command): Ditto.
11174
11175 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11176
11177 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11178 DW_CFA_def_cfa_exporession. Add support for
11179 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11180 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11181
11182 2004-01-18 Andrew Cagney <cagney@redhat.com>
11183
11184 * ocd.c: Update copyright.
11185 (bdm_read_register_command): Delete unused function.
11186 (_initialize_remote_ocd): Delete commented out reference.
11187 (get_quoted_char, reset_packet): Delete #if0ed function.
11188 (output_packet, put_quoted_char): Delete #if0ed function.
11189 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11190 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11191 (BDM_BREAKPOINT): Delete #if0ed macro.
11192 (remote_timeout): Delete #if0ed variable.
11193
11194 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11195
11196 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11197 (core-sol2.o): Remove dependency.
11198 * core-sol2.c: Remove file.
11199
11200 2004-01-17 Andrew Cagney <cagney@redhat.com>
11201
11202 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11203 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11204 enums.
11205
11206 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11207
11208 * remote.c: Update copyright years.
11209
11210 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11211
11212 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11213
11214 2004-01-17 Andrew Cagney <cagney@redhat.com>
11215
11216 * mdebugread.c: Update copyright.
11217 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11218 (parse_type, parse_procedure): Ditto.
11219 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11220
11221 * cris-tdep.c (cris_store_struct_return): Put back accidently
11222 deleted function.
11223
11224 * gdbarch.sh: Update copyright year.
11225 * gdbarch.h, gdbarch.c: Re-generate.
11226
11227 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11228
11229 Suggested by George Anzinger.
11230 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11231 correct stack offset. Include unknown opcode numbers in the error
11232 message.
11233
11234 2004-01-17 Andrew Cagney <cagney@redhat.com>
11235
11236 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11237 extract_struct_value_address, i386 does not set it.
11238 * sparc64-tdep.c (sparc64_init_abi): Do not set
11239 extract_struct_value_address, never called.
11240 (sparc64_extract_struct_value_address): Delete function.
11241 * m68hc11-tdep.c: Update copyright.
11242 (m68hc11_gdbarch_init): Delete redundant assignment of
11243 extract_struct_value_address.
11244 * i386-tdep.c: Update copyright.
11245 (i386_gdbarch_init): Do not set extract_struct_value_address,
11246 never called.
11247 (i386_extract_struct_value_address): Delete function.
11248 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11249 extract_struct_value_address, never called.
11250 (sparc32_extract_struct_value_address): #if 0 function. Add
11251 comments explaining its future.
11252
11253 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11254
11255 * arm-tdep.c (arm_write_pc): New function.
11256 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11257
11258 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11259
11260 * breakpoint.c (must_shift_inst_regs): Delete.
11261 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11262 and SHIFT_INST_REGS.
11263 * infcmd.c (step_1, step_1_continuation): Delete references to
11264 SHIFT_INST_REGS.
11265 * infrun.c (keep_going): Likewise.
11266 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11267 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11268
11269 2004-01-17 Andrew Cagney <cagney@redhat.com>
11270
11271 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11272 * gdbarch.h, gdbarch.c: Re-generate.
11273 * infcmd.c (print_return_value): Delete reference to
11274 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11275
11276 * cris-tdep.c (cris_gdbarch_init): Do not set
11277 deprecated_extract_struct_value_address.
11278
11279 * xstormy16-tdep.c: Update copyright.
11280 (xstormy16_extract_struct_value_address): Update to current
11281 extract struct value address interface.
11282 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11283 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11284 current extract struct value address interface.
11285 (sh64_gdbarch_init): Set extract_struct_value_address.
11286
11287 * cris-tdep.c: Update copyright.
11288 (cris_extract_struct_value_address): Delete function.
11289 (struct_return_address): Delete variable.
11290 (cris_store_struct_return): Do not set struct_return_address.
11291
11292 * mcore-tdep.c: Update copyright.
11293 (mcore_extract_struct_value_address): Delete function. Update
11294 comments.
11295 (mcore_gdbarch_init): Update.
11296 * mn10300-tdep.c: Update copyright.
11297 (mn10300_extract_struct_value_address): Delete function.
11298 (mn10300_gdbarch_init): Update.
11299 * v850-tdep.c: Update copyright.
11300 (v850_extract_struct_value_address): Delete.
11301 (v850_gdbarch_init): Update.
11302 * ns32k-tdep.c: Update copyright.
11303 (ns32k_extract_struct_value_address): Delete.
11304 (ns32k_gdbarch_init): Update.
11305 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11306 (hppa_gdbarch_init): Update.
11307 * vax-tdep.c: Update copyright.
11308 (vax_extract_struct_value_address): Delete.
11309 (vax_gdbarch_init): Update.
11310
11311 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11312 * gdbarch.h, gdbarch.c: Re-generate.
11313 * procfs.c (procfs_fetch_registers): Delete reference to
11314 DEPRECATED_NPC_REGNUM.
11315 (procfs_store_registers): Ditto.
11316 * regcache.c (generic_target_write_pc): Simplify.
11317 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11318
11319 * core-sol2.c (fetch_core_registers): Replace
11320 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11321
11322 * hppa-tdep.c: Update copyright year.
11323 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11324 NPC_REGNUM.
11325 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11326
11327 * mips-tdep.c (mips_write_pc): New function.
11328 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11329 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11330 (mips_find_saved_regs, mips_software_single_step: Ditto.
11331 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11332 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11333
11334 2004-01-17 Andrew Cagney <cagney@redhat.com>
11335
11336 * mips-tdep.c: Re-indent. Group functions by ABI.
11337
11338 2004-01-17 Andrew Cagney <cagney@redhat.com>
11339
11340 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11341 * gdbarch.c: Re-generate.
11342 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11343 DECR_PC_AFTER_BREAK to zero.
11344 * vax-tdep.c (vax_gdbarch_init): Ditto.
11345 * v850-tdep.c (v850_gdbarch_init): Ditto.
11346 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11347 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11348 * sh-tdep.c (sh_gdbarch_init): Ditto.
11349 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11350 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11351 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11352 * mips-tdep.c (mips_gdbarch_init): Ditto.
11353 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11354 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11355 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11356 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11357 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11358 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11359 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11360 * frv-tdep.c (frv_gdbarch_init): Ditto.
11361 * cris-tdep.c (cris_gdbarch_init): Ditto.
11362 * avr-tdep.c (avr_gdbarch_init): Ditto.
11363 * arm-tdep.c (arm_gdbarch_init): Ditto.
11364 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11365
11366 2004-01-17 J. Brobecker <brobecker@gnat.com>
11367
11368 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11369 Delete, no longer used.
11370 (read_subrange_type): New function, mostly extracted from
11371 read_array_type().
11372 (read_array_type): Replace extracted code by call to
11373 read_subrange_type().
11374 (dwarf2_get_attr_constant_value): New function.
11375 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11376 (add_partial_symbol): Likewise.
11377 (process_die): Likewise.
11378 (new_symbol): Likewise.
11379 (read_type_die): Likewise.
11380
11381 2004-01-16 Andrew Cagney <cagney@redhat.com>
11382
11383 * symfile.c: Update copyright year.
11384 (compare_symbols): Delete unused function.
11385 * stabsread.c: Update copyright year.
11386 (lrs_general_complaint): Delete unused function.
11387 (ref_search_value): Ditto.
11388 (get_substring): Delete declaration.
11389 * sh64-tdep.c: Update copyright year.
11390 (sh64_get_gdb_regnum): Delete unused function.
11391 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11392 Delete unused function.
11393
11394 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11395
11396 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11397 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11398
11399 2004-01-16 Andrew Cagney <cagney@redhat.com>
11400
11401 Changes from Peter Schauer.
11402 * rs6000-tdep.c: Update copyright year.
11403 (rs6000_push_dummy_call): Update the stack pointer before
11404 accessing the corresponding stack region.
11405 * rs6000-nat.c: Update copyright year.
11406 (set_host_arch): Set "info.abfd" to "exec_bfd".
11407
11408 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11409
11410 * blockframe.c: Update copyright year.
11411 (inside_entry_func): Don't treat a zero PC specially.
11412
11413 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11414
11415 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11416 variable.
11417 (gcore_create_callback): Ditto. Skip any memory segment that has
11418 no permissions set.
11419
11420 2004-01-14 David Carlton <carlton@kealia.com>
11421
11422 Change symbols for C++ nested types to contain the fully qualified
11423 name, if possible. (At least in the DWARF-2 case.) Partial fix
11424 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11425 c++/895.
11426 * c-exp.y (qualified_type): Handle types nested within classes.
11427 * cp-namespace.c: Update comments.
11428 (cp_set_block_scope): Delete #if 0.
11429 (cp_lookup_nested_type): Handle types nested within classes.
11430 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11431 when appropriate.
11432 (add_partial_symbol): Add the name of the enclosing namespace to
11433 types.
11434 (pdi_needs_namespace): New.
11435 (add_partial_namespace): Tweak comment.
11436 (add_partial_structure): New.
11437 (psymtab_to_symtab_1): Initialize processing_current_prefix
11438 here...
11439 (process_die): instead of here.
11440 (read_structure_scope): Try to figure out the name of the class or
11441 namespace that the structure might be defined within.
11442 (read_enumeration): Generate fully-qualified names, if possible.
11443 (read_namespace): Don't set name to NULL.
11444 (die_specification): New.
11445 (new_symbol): Generate fully-qualified names for types.
11446 (read_type_die): Determine appropriate prefix.
11447 (determine_prefix): New.
11448 (typename_concat): New.
11449 (class_name): New.
11450 * valops.c (value_aggregate_elt): Pass NOSIDE to
11451 value_struct_elt_for_reference.
11452 (value_struct_elt_for_reference): Make static, add NOSIDE
11453 parameter, call value_maybe_namespace_elt as a last resort.
11454 (value_namespace_elt): Break out code into
11455 value_maybe_namespace_elt.
11456 (value_maybe_namespace_elt): New.
11457
11458 2004-01-12 Andrew Cagney <cagney@redhat.com>
11459
11460 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11461 cooked floating-point registers.
11462 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11463 and value_to_register.
11464
11465 2004-01-13 Andrew Cagney <cagney@redhat.com>
11466
11467 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11468 * gdbarch.c: Re-generate.
11469 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11470 FUNCTION_START_OFFSET.
11471 * v850-tdep.c (v850_gdbarch_init): Ditto.
11472 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11473 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11474 * sh-tdep.c (sh_gdbarch_init): Ditto.
11475 * s390-tdep.c (s390_gdbarch_init): Ditto.
11476 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11477 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11478 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11479 * mips-tdep.c (mips_gdbarch_init): Ditto.
11480 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11481 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11482 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11483 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11484 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11485 * i386-tdep.c (i386_gdbarch_init): Ditto.
11486 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11487 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11488 * frv-tdep.c (frv_gdbarch_init): Ditto.
11489 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11490 * cris-tdep.c (cris_gdbarch_init): Ditto.
11491 * avr-tdep.c (avr_gdbarch_init): Ditto.
11492 * arm-tdep.c (arm_gdbarch_init): Ditto.
11493 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11494
11495 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11496
11497 * infrun.c (follow_fork_mode_ask): Remove.
11498 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11499 (follow_fork): Simplify and remove internal error for
11500 follow_fork_mode_ask.
11501 (_initialize_infrun): Update "set follow-fork-mode" help text.
11502
11503 2004-01-13 Andrew Cagney <cagney@redhat.com>
11504
11505 * configure.in: Update copyright year.
11506 (build_warnings): Add -Wunused-label.
11507 * configure: Re-generate.
11508
11509 2004-01-12 Andrew Cagney <cagney@redhat.com>
11510
11511 * exec.h (exec_ops): Make "extern".
11512
11513 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11514 the function is void.
11515 (mips_pseudo_register_write): Ditto.
11516
11517 2004-01-12 Andrew Cagney <cagney@redhat.com>
11518
11519 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11520 call. Never defined.
11521 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11522 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11523 (struct sparc_gregset, struct regcache): Ditto.
11524 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11525
11526 2004-01-12 Andrew Cagney <cagney@redhat.com>
11527
11528 * mi/ChangeLog: Delete file. Renamed to ...
11529 * mi/ChangeLog-1999-2003: New file.
11530 * tui/ChangeLog: Delete file. Renamed to ...
11531 * tui/ChangeLog-1998-2003: New file.
11532
11533 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11534
11535 * sparc64nbsd-tdep.c: Include "regset.h".
11536 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11537 Remove variables.
11538 (fetch_core_registers): Remove function.
11539 (sparc64nbsd_core_fns): Remove variable.
11540 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11541 functions.
11542 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11543 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11544 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11545
11546 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11547 sparc_extract_struct_value_address.
11548 (sparc32_gdbarch_init): Set extract_struct_value_address.
11549 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11550 function.
11551 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11552 return_value_on_stack.
11553
11554 * NEWS: Mention that %cs and %ss have been added to the AMD64
11555 configurations
11556
11557 * frame.c: Update copyright year.
11558 (get_prev_frame): Improve comment.
11559
11560 * sparc64fbsd-tdep.c: Include "regset.h".
11561 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11562 Remove variables.
11563 (fetch_core_registers): Remove function.
11564 (sparc64fbsd_core_fns): Remove variable.
11565 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11566 functions.
11567 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11568 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11569 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11570
11571 * sparcnbsd-tdep.c: Include "regset.h".
11572 (fetch_core_registers): Remove function.
11573 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11574 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11575 functions.
11576 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11577 TDEP->fpregset.
11578 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11579
11580 * sparc-tdep.h (struct regset): Provide opaque declaration.
11581 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11582 fpregset and sizeof_fpregset members.
11583 * sparc-tdep.c (struct regset): Provide opaque declaration.
11584 (sparc_regset_from_core_section): New function.
11585 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11586 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11587 Set regset_from_core_section when appropriate.
11588
11589 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11590
11591 * x86-64-tdep.c (amd64_non_pod_p): New function.
11592 (amd64_classify_aggregate): Return class memory for non-POD
11593 C++ structure types.
11594
11595 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11596 argument. Use it to reserve a register if necessary.
11597 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11598 amd64_push_arguments.
11599
11600 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11601
11602 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11603 register numbers in comments.
11604 * x86-64-tdep.h: Update copyright year.
11605 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11606 Adjust for addition of %cs and %ss.
11607 * amd64fbsd-nat.c: Update copyright year.
11608 (reg_offset): Add register offsets for %cs and %ss.
11609 * amd64fbsd-tdep.c: Update copyright year.
11610 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11611 (amd64fbsd_sc_reg_offset): Likewise.
11612 * x86-64-linux-nat.c: Update copyright year.
11613 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11614 and %ss.
11615 * amd64nbsd-nat.c: Update copyright year.
11616 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11617 * amd64nbsd-tdep.c: Update copyright year.
11618 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11619 * x86-64-linux-tdep.c: Update copyright year.
11620 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11621 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11622 * regformats/reg-x86-64.dat: Add %cs and %ss.
11623
11624 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11625 variables to prevent long lines. Update comments to reflect
11626 reality.
11627
11628 2004-01-09 David Carlton <carlton@kealia.com>
11629
11630 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11631 * dwarf2read.c (read_namespace): Pull out name-generating code
11632 into namespace_name. Rename previous_namespace to previous_prefix
11633 and processing_current_namespace to processing_current_prefix..
11634 (namespace_name): New function.
11635 (add_partial_symbol): Substitute uses of pdi->name with
11636 actual_name.
11637 * cp-support.h: Rename processing_current_namespace to
11638 processing_current_prefix.
11639 Update copyright year.
11640 * cp-namespace.c: Rename processing_current_namespace to
11641 processing_current_prefix.
11642 Update copyright year.
11643
11644 2004-01-09 Andrew Cagney <cagney@redhat.com>
11645
11646 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11647
11648 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11649
11650 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11651 complaining.
11652 (process_one_symbol): Deal with N_PATCH stabs.
11653
11654 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11655
11656 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11657 ifdeffed code.
11658 Update copyright year.
11659
11660 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11661
11662 * config/pa/tm-hppa.h: Update extern declarations for
11663 hppa32_hpux_frame_saved_pc_in_sigtramp,
11664 hppa32_hpux_frame_base_before_sigtramp, and
11665 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11666
11667 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11668
11669 * config/pa/tm-hppah.h: Update copyright years.
11670
11671 2004-01-08 Andrew Cagney <cagney@redhat.com>
11672
11673 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11674 (mips_o32_reg_struct_has_addr): Delete function.
11675 (mips_gdbarch_init): Update.
11676 (mips_extract_struct_value_address): Delete function.
11677
11678 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11679
11680 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11681 reality.
11682
11683 2004-01-07 Andrew Cagney <cagney@redhat.com>
11684
11685 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11686 architecture's elf flags (when available).
11687
11688 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11689 FPU to the start, check the MIPS FPU when looking for an old
11690 architecture.
11691 (set_mipsfpu_single_command): Update the architecture.
11692 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11693
11694 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11695 (mips_mask_address_p): Add "tdep" parameter.
11696 (show_mask_address, mips_addr_bits_remove): Update.
11697 (mips_dump_tdep): Update.
11698 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11699 (MIPS_STACK_ARGSIZE): Delete macro.
11700 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11701 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11702 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11703 (mips_dump_tdep): Update.
11704 (MIPS_SAVED_REGSIZE): Delete macro.
11705 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11706 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11707 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11708 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11709 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11710 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11711 (mips_pop_frame, return_value_location): Update.
11712 (mips_n32n64_return_value, mips_dump_tdep): Update.
11713
11714 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11715 MIPS ABI.
11716
11717 * mips-tdep.c: Update copyright.
11718 (mips_gdbarch_init): Merge two code blocks handling the register
11719 name and number layout.
11720
11721 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11722
11723 * tracepoint.c (validate_actionline): Fix segv at EOF
11724
11725 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11726
11727 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11728 properly for static fields.
11729
11730 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11731 Jason Molenda <jmolenda@apple.com>
11732
11733 * disasm.c: Update copyright to include 2004.
11734 (do_mixed_source_and_assembly): For uiout asm list
11735 and tuple cleanups, initialize to null_cleanup instead of
11736 NULL and do so prior to loop. Only reset when we close off
11737 the tuple/list. Move check for whether to close off the
11738 asm tuple/list to after dump_insns call where it will be run
11739 on each loop iteration.
11740
11741 2004-01-05 Andrew Cagney <cagney@redhat.com>
11742
11743 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11744 should be a switch case and not a label.
11745 * mips-tdep.c (mips32_next_pc): Delete unused labels
11746 "greater_equal_branch" and "less_zero_branch".
11747 * jv-valprint.c (java_print_value_fields): Delete unused label
11748 "flush_it".
11749
11750 * target.c (unpush_target): Only close a target that is in the
11751 target stack.
11752
11753 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11754
11755 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11756 address from [sp + 64] instead of %o2.
11757
11758 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11759 fixes PR backtrace/1476.
11760
11761 2004-01-05 Andrew Cagney <cagney@redhat.com>
11762
11763 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11764 move to start of file.
11765 * i386-tdep.h (struct regcache): Add opaque declaration.
11766 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11767 declaration.
11768 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11769 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11770 * win32-nat.c (fake_create_process): Use ISO C style definition.
11771 * stabsread.c (define_symbol): Delete #ifndef
11772 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11773 stabs_argument_has_addr call, macro never defined.
11774
11775 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11776
11777 * op50-rom.c: Delete.
11778 * w89k-rom.c: Delete.
11779 * Makefile.in: Remove references.
11780
11781 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11782
11783 * x86-64-tdep.c: Update copyright year.
11784 (struct amd64_register_info): Rename from x86_64_register_info.
11785 (amd64_register_info): Rename from x86_64_register_info.
11786 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11787 (amd64_register_name): Rename from x86_64_register_name.
11788 (amd64_register_type): Rename from x86_64_register_type.
11789 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11790 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11791 (amd64_dwarf_reg_to_regnum): Rename from
11792 x86_64_dwarf_reg_to_regnum.
11793 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11794 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11795 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11796 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11797 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11798 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11799 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11800 (amd64_frame_cache): Rename from x86_64_frame_cache.
11801 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11802 (amd64_frame_prev_register): Rename from
11803 x86_64_frame_prev_register.
11804 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11805 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11806 (amd64_sigtramp_frame_cache): Rename from
11807 x86_64_sigtramp_frame_cache.
11808 (amd64_sigtramp_frame_prev_register): Rename from
11809 x86_64_sigtramp_frame_prev_register.
11810 (amd64_sigtramp_frame_unwind): Rename from
11811 x86_64_sigtramp_frame_unwind.
11812 (amd64_sigtramp_frame_sniffer): Rename from
11813 x86_64_sigtramp_frame_sniffer.
11814 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11815 (amd64_frame_base): Rename from x86_64_frame_base.
11816 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11817 (amd64_frame_align): Rename from x86_64_frame_align.
11818 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11819 (amd64_regset_from_core_section): Rename from
11820 x86_64_regset_from_core_section.
11821 (x86_64_init_abi): Update comments.
11822
11823 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11824
11825 * MAINTAINERS (write after approval): Add myself.
11826
11827 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11828
11829 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11830 `float' arguments.
11831
11832 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11833
11834 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11835 such that it mentions a specific version of GCC that exhibits this
11836 bug.
11837
11838 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11839
11840 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11841 structure that has a single `float' member, store it in %f1 in
11842 addition to %f0.
11843
11844 * sparc-sol2-nat.c: Add missing '\'.
11845
11846 * sparc-tdep.c (sparc32_return_value): New function.
11847 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11848 Remove functions.
11849 (sparc32_gdbarch_init): Set return_value, don't set
11850 extract_return_value, store_return_value, use_struct_convention
11851 and return_value_on_stack.
11852
11853 * sparc-sol2-nat.c: Add missing ')'.
11854
11855 2004-01-03 J. Brobecker <brobecker@gnat.com>
11856
11857 * infrun.c (handle_step_into_function): New function.
11858 (handle_inferior_event): Extract out some code into the new
11859 function above.
11860
11861 2004-01-03 J. Brobecker <brobecker@gnat.com>
11862
11863 * infrun.c (handle_inferior_event): Move the declaration of
11864 real_stop_pc inside the if blocks where it is used.
11865
11866 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11867
11868 * sparc64-tdep.c (sparc64_16_byte_align_p)
11869 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11870 Use check_typedef to get subtypes of structures and unions.
11871 (sparc64_store_return_value): Fix calculation of the appropriate
11872 offset into VALBUF when storing a structure or union.
11873 (sparc64_return_value): New function.
11874 (sparc64_use_struct_convention): Remove function.
11875 (sparc64_init_abi): Set return_value, don't set
11876 extract_return_value, store_return_value and
11877 use_struct_convention.
11878
11879 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
11880
11881 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
11882 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
11883 gdb/config/alpha/xm-alphaosf.h,
11884 gdb/config/powerpc/tm-ppcle-eabi.h,
11885 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
11886 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
11887 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
11888 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
11889 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
11890 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
11891 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
11892 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
11893 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
11894 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
11895 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
11896 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
11897 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
11898 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
11899 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
11900 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
11901 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
11902 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
11903 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
11904 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
11905 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
11906 Remove lines for .cvsignore files.
11907
11908 2004-01-03 J. Brobecker <brobecker@gnat.com>
11909
11910 * infrun.c: Back out the previous change.
11911
11912 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11913
11914 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
11915 sparc-*-sunos4* to the list of REMOVED configurations.
11916
11917 * configure.tgt: Add back sparc-*-vxworks*.
11918 * remote-vxsparc.c: Remove all includes except for "defs.h",
11919 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
11920 Include "sparc-tdep.h".
11921 (SPARC_R_G1): New define.
11922 (vxsparc_gregset): New variable.
11923 (ext_format_sparc): Remove extern declaration.
11924 (vx_read_register): Rewrite to use sparc32_supply_gregset and
11925 sparc32_supply_fpregset.
11926 (vx_write_register): Rewrite to use sparc32_collect_gregset,
11927 sparc_collect_rwindow and sparc32_collect_fpregset.
11928 * config/sparc/tm-vxworks.h: New file, based on recently removed
11929 tm-vxsparc.h.
11930 * config/sparc/vxworks.mt: New file, based on recently removed
11931 vxworks.mt.
11932
11933 2004-01-03 J. Brobecker <brobecker@gnat.com>
11934
11935 * infrun.c (handle_step_into_function): New function.
11936 (handle_inferior_event): Extract out some code into the new
11937 function above.
11938
11939 2004-01-02 Mark Kettenis <kettenis@gnu.org>
11940
11941 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
11942 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
11943 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
11944 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
11945 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
11946 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
11947 (sparc_nat_h): New variable.
11948 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
11949 (tm-sun4os4.h): Remove dependency.
11950 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
11951 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
11952 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
11953 sparc-tdep.o): Update dependencies.
11954 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
11955 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
11956 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
11957 dependencies.
11958 * configure.host: Remove existing sparc-*-lynxos*,
11959 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
11960 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
11961 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
11962 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
11963 triplets.
11964 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
11965 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
11966 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
11967 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
11968 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
11969 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
11970 sparc64-*-solaris2* and sparc64-*-* triplets.
11971 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
11972 "symtab.h" and "objfiles.h".
11973 (BIAS): Remove define.
11974 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
11975 (X_DISP19): Remove macros.
11976 (sparc_fetch_instruction): Remove function.
11977 (struct gdbarch_tdep): Remove definition.
11978 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
11979 (sparc_breakpoint_from_pc): Remove function.
11980 (struct sparc64_frame_cache): Remove definition.
11981 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
11982 sparc64_unwind_pc): Remove functions.
11983 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
11984 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
11985 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
11986 (sparc64_frame_cache): Change return type to `struct
11987 sparc_frame_cache *'. Simply call sparc_frame_cache.
11988 (sparc64_frame_this_id, sparc64_frame_prev_register,
11989 sparc64_frame_base_address): Use `struct sparc_frame_cache'
11990 instead of `struct sparc64_frame_cache.
11991 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
11992 sparc_analyze_control_transfer, sparc_software_single_step,
11993 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
11994 _initialize_sparc64_tdep): Remove functions.
11995 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
11996 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
11997 macros.
11998 (sparc64_supply_gregset, sparc64_collect_gregset,
11999 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12000 (sparc64_init_abi): New function.
12001 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12002 inclusion guard. Include "sparc-tdep.h".
12003 (BIAS): Define.
12004 (r_tstate_offset, r_fprs_offset): New defines.
12005 (enum sparc_regnum): Remove defenition.
12006 (enum sparc64_regnum): Reformat.
12007 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12008 (sparc64_init_abi, sparc64_supply_gregset,
12009 sparc64_collect_gregset, sparc64_supply_fpregset,
12010 sparc64_collect_fpregset): New prototypes.
12011 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12012 Add extern declarations.
12013 (sparc64_sol2_init_abi): New prototype.
12014 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12015 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12016 prototypes.
12017 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12018 "sparnbsd-nat.h".
12019 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12020 functions.
12021 (_initialize_sparc64fbsd_nat): Remove initialization of
12022 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12023 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12024 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12025 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12026 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12027 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12028 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12029 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12030 (sparc64fbsd_r_y_offset): Remove variables.
12031 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12032 Make static and const.
12033 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12034 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12035 functions.
12036 (sparc64fbsd_gregset): New variable.
12037 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12038 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12039 and sparc64_supply_fpregset.
12040 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12041 (sparc64fbsd_sigtramp_frame_this_id)
12042 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12043 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12044 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12045 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12046 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12047 * sparcnbsd-tdep.c: Update copyright year. Include
12048 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12049 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12050 "value.h" and "sparcnbsd-tdep.h".
12051 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12052 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12053 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12054 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12055 defines.
12056 (sparcnbsd_gregset): New variable.
12057 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12058 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12059 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12060 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12061 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12062 variables.
12063 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12064 (sparc32nbsd_sigcontext_frame_this_id)
12065 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12066 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12067 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12068 (sparcnbsd_get_longjmp_target_32,
12069 sparcnbsd_get_longjmp_target_64): Remove functions.
12070 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12071 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12072 sparcnbsd_init_elf): Remove.
12073 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12074 (sparcnbsd_elf_init_abi): New functions.
12075 (_initialize_sparcnbsd_tdep): New prototype.
12076 (_initialize_sparnbsd_tdep): Update.
12077 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12078 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12079 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12080 * config/sparc/linux.mh: Update comment.
12081 (XM_FILE, HOST_IPC): Remove variables.
12082 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12083 sparc-linux-nat.o.
12084 * config/sparc/linux.mt: Update comment.
12085 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12086 * config/sparc/nbsd.mt: Reformat.
12087 * config/sparc/nbsd64.mh: Update comment.
12088 (NATDEPFILES): Add sparc-nat.o.
12089 * config/sparc/nbsd64.mt: Update comment.
12090 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12091 (TM_FILE): Set to tm-nbsd.h.
12092 * config/sparc/nbsdelf.mh: Update comment.
12093 (NATDEPFILES): Add sparc-nat.o.
12094 (XM_FILE): Delete.
12095 * config/sparc/nbsdaout.mh: Update comment.
12096 (NATDEPFILES): Add sparc-nat.o
12097 (XM_FILE): Delete.
12098 * config/sparc/nm-linux.h: Update copyright year. Don't include
12099 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12100 inclusion.
12101 (KERNEL_U_SIZE): Remove define.
12102 (kernel_u_size): Remove prototype.
12103 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12104 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12105 "regcache.h".
12106 (CHILD_PREPARE_TO_STORE): Remove define.
12107 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12108 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12109 sparcnbsd-nat.c: Rewrite files.
12110 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12111 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12112 sparcnbsd-tdep.h: Remove files.
12113 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12114 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12115 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12116 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12117 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12118 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12119 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12120 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12121 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12122 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12123 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12124 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12125 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12126 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12127 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12128 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12129 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12130 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12131 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12132
12133 2004-01-02 Andrew Cagney <cagney@redhat.com>
12134
12135 From 2003-12-18 Kazuhiro Inaoka:
12136 * configure.host: Add m32r-linux target.
12137
12138 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12139
12140 * top.c (print_gdb_version): Update year to 2004.
12141
12142 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12143
12144 * MAINTAINERS: Add myself to the write-after-approval category.
12145
12146 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12147
12148 From Bernardo Innocenti <bernie@develer.com>:
12149 * configure.tgt: Add uClinux target.
12150
12151 2004-01-02 Andrew Cagney <cagney@redhat.com>
12152
12153 * utils.c (do_my_cleanups): Make static, add forward declaration.
12154 * defs.h (do_my_cleanups): Delete declaration.
12155
12156 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12157
12158 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12159 bfd/ChangeLog-0203.
12160
12161 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12162
12163 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12164 in <machine/reg.h>.
12165 * configure, config.in: Regenerate.
12166
12167 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12168 tui/ChangeLog-1998-2003.
12169 \f
12170 Local Variables:
12171 mode: change-log
12172 left-margin: 8
12173 fill-column: 74
12174 version-control: never
12175 End: