2004-09-24 Robert Picco <Robert.Picco@hp.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2
3 Committed by Andrew Cagney.
4 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
5 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
6 configuration.
7 (fetch_register_using_p): Implement 'p' packet. Based on code by
8 Fernando Nasser.
9 (remote_fetch_registers): Call fetch_register_using_p.
10 (init_all_packet_configs, show_remote_cmd)
11 (_initialize_remote): Add p-packet.
12
13 2004-09-24 Mark Kettenis <kettenis@gnu.org>
14
15 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
16 instead of call_ptrace. Call wait directly instead of
17 ptrace_wait.
18 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
19 (inf_ptrace_wait): Inline ptrace_wait call.
20
21 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
22
23 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
24 rolled back instead.
25
26 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
27
28 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
29 the new argument order.
30
31 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
32
33 * MAINTAINERS: Remove "broken" from XStormy16 entry.
34 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
35 (struct gdbarch_tdep): Remove.
36 (struct xstormy16_frame_cache): New frame cache structure.
37 (xstormy16_register_byte, xstormy16_register_raw_size)
38 (xstormy16_reg_virtual_type, xstormy16_register_type)
39 (xstormy16_push_arguments, xstormy16_push_return_address)
40 (xstormy16_pop_frame, xstormy16_store_struct_return)
41 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
42 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
43 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
44 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
45 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
46 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
47 (xstormy16_use_struct_convention): Drop gcc_p parameter.
48 (xstormy16_extract_return_value, xstormy16_store_return_value):
49 Regcachify. Drop useless struct convention handling.
50 (xstormy16_register_type, xstormy16_return_value)
51 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
52 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
53 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
54 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
55 (xstormy16_unwind_sp, xstormy16_unwind_pc)
56 (xstormy16_unwind_dummy_id) : New functions.
57 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
58 of xstormy16_scan_prologue.
59 (xstormy16_frame_unwind): New frame_unwind structure.
60 (xstormy16_frame_base): New frame_base structure.
61 (xstormy16_gdbarch_init): Accomodate all of the above changes.
62 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
63
64 2004-09-22 Mark Kettenis <kettenis@gnu.org>
65
66 * language.c (language_gdbarch_post_init): Fix off-by one error.
67
68 2004-09-21 Daniel Jacobowitz <dan@debian.org>
69
70 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
71 (struct dwarf2_offset_and_type): New.
72 (set_die_type, reset_die_and_siblings_types, get_die_type)
73 (offset_and_type_hash, offset_and_type_eq): New functions.
74 (read_structure_type, read_enumeration_type, read_array_type)
75 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
76 (read_tag_reference_type, read_tag_const_type)
77 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
78 (read_typedef, read_base_type, read_subrange_type): Use
79 set_die_type.
80
81 2004-09-20 Daniel Jacobowitz <dan@debian.org>
82
83 * Makefile.in (dwarf2read.o): Update dependencies.
84 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
85 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
86 and read_in_chain.
87 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
88 mark, and has_form_ref_addr.
89 (struct dwarf2_per_cu_data): New.
90 (dwarf2_max_cache_age): New.
91 (dwarf2_build_psymtabs_hard): Free cached compilation units
92 after loading. Create and manage the list of compilation units.
93 Remove unnecessary NULL initialization. Fix indentation.
94 (psymtab_to_symtab_1): Initialize all of CU.
95 (dwarf2_read_abbrevs): Set has_form_ref_addr.
96 (find_partial_die): Use dwarf2_find_containing_comp_unit
97 and load_comp_unit.
98 (free_stack_comp_unit): Update comments. Clear the per-cu
99 pointer. Handle aging.
100 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
101 (age_cached_comp_units, free_one_cached_comp_unit)
102 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
103 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
104 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
105 (show_dwarf2_cmd): New.
106 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
107 and "maint show dwarf2 max-cache-age".
108 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
109 externs.
110 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
111 global.
112
113 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
114
115 * dwarf2read.c (typename_concat): Change prototype to accept obstack
116 and dwarf2_cu struct pointer as arguments. Change function to use
117 obstack if provided and use dwarf2_cu to determine language-specific
118 separator.
119 (partial_die_parent_scope): Change comment to include java. Use
120 new version of typename_concat instead of obconcat.
121 (partial_die_full_name): Use typename_concat.
122 (read_namespace): Ditto.
123 (read_enumeration_type): Use typename_concat instead of obconcat.
124 (new_symbol): Ditto.
125 (add_partial_symbol): Enhance tests for C++ to also test for Java.
126 (guess_structure_name): Ditto.
127 (read_subroutine_type): Ditto.
128 (read_structure_type): Ditto.
129 (is_vtable_name): Add Java support.
130 (determine_class_name): Switch to new typename_concat call.
131 (determine_prefix): Switch to new typename_concat call.
132 * jv-exp.y (FuncStart): New pattern.
133 (MethodInvocation): Add support for simple function calls. Change
134 warning message for other forms of inferior call currently not
135 supported.
136 * valarith.c (value_subscript): Treat an array with upper-bound
137 of -1 as unknown size.
138
139 2004-09-20 Daniel Jacobowitz <dan@debian.org>
140
141 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
142 (lookup_partial_symtab): Use symtab_to_fullname.
143
144 2004-09-19 Jim Blandy <jimb@redhat.com>
145
146 * minsyms.c (lookup_minimal_symbol): Doc fix.
147
148 2004-09-20 Andrew Cagney <cagney@gnu.org>
149
150 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
151 CHILD_RESUME.
152 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
153 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
154 KILL_INFERIOR.
155 * infptrace.c: Update.
156
157 2004-09-19 Daniel Jacobowitz <dan@debian.org>
158
159 * symtab.c (output_source_filename): Mark first argument as const.
160 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
161 for "info sources" output.
162
163 2004-09-20 Mark Kettenis <kettenis@gnu.org>
164
165 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
166 <machine/vmparam.h>.
167 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
168 (register_u_addr): Remove prototype.
169
170 2004-09-19 Mark Kettenis <kettenis@gnu.org>
171
172 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
173 (i386bsd_fetch_inferior_registers): Rename from
174 fetch_inferior_registers. Make static.
175 (i386bsd_store_inferior_registers): Rename from
176 store_inferior_registers. Make static.
177 (i386bsd_target): New function.
178 * i386bsd-nat.h: New file.
179 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
180 "i386bsd-nat.h".
181 (i386fbsd_resume): Rename from child_resume. Make static.
182 (_initialize_i386fbsd_nat): Construct and add target vector.
183 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
184 (_initialize_i386nbsd_nat): Construct and add target vector.
185 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
186 Remove defines.
187 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
188 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
189 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
190 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
191 (LOADLIBES): New variable.
192 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
193 inf-ptrace.o. Remove inftarg.o.
194 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
195 inf-ptrace.o. Remove inftarg.o.
196 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
197 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
198 (LOADLIBES): New variable.
199 * Makefile.in (i386bsd_nat_h): New variable.
200 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
201 dependencies.
202
203 * sparc64nbsd-tdep.c: Include "objfiles.h".
204 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
205 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
206 svr4_lp64_fetch_link_map_offsets.
207 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
208 "nbsd-tdep.h".
209 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
210 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
211 svr4_lp64_fetch_link_map_offsets.
212 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
213 dependencies.
214
215 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
216 * fbsd-nat.h: New file.
217 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
218 (fbsd_nat_h): New variable.
219 (fbsd-nat.o): New dependency.
220
221 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
222 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
223
224 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
225 comment.
226
227 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
228
229 * ada-exp.y (type_int): New function to add layer of abstraction
230 around references to expression types.
231 (type_long): Ditto.
232 (type_long_long): Ditto.
233 (type_float): Ditto.
234 (type_double): Ditto.
235 (type_long_double): Ditto.
236 (type_char): Ditto.
237 (type_system_address): Ditto.
238 (simple_exp): Use type_* functions in place of builtin_*
239 variables.
240 (exp): Ditto.
241 (write_var_from_name): Ditto.
242 (write_object_renaming): Ditto.
243 * ada-lang.c (ada_create_fundamental_type): Remove redundant
244 declaration.
245 (build_ada_types): Remove, replacing with...
246 (ada_language_arch_info): New function to initialize primitive
247 type vector in language_arch_info.
248 (ada_array_length): Remove use of builtin_type_ada_int.
249 (value_pos_atr): Ditto.
250 (ada_evaluate_subexp): Ditto.
251 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
252 builtin_type_ada_long_long, builtin_type_ada_char,
253 builtin_type_ada_float, builtin_type_ada_double,
254 builtin_type_ada_long_double, builtin_type_ada_natural,
255 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
256 (ada_builtin_types): Remove.
257 (ada_language_defn): Remove entries for la_builtin_type_vector and
258 string_char_type and use ada_language_arch_info.
259 (_initialize_ada_language): Do type-vector initialization along
260 the lines of c-lang.c.
261 (ada_create_fundamental_type): Break up line.
262 (ada_dump_symtab): Remove unused function.
263 (enum ada_primitive_types): Define.
264 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
265 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
266 builtin_type_ada_float, builtin_type_ada_double,
267 builtin_type_ada_long_double, builtin_type_ada_natural,
268 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
269 * ada-lex.l: Use type_* functions in place of builtin_* variables.
270 (processInt): Ditto.
271 (processReal): Ditto.
272 (name_lookup): Ditto.
273 * ada-typeprint.c (print_range): Use builtin_type_int, not
274 builtin_type_ada_int.
275
276 2004-09-18 Mark Kettenis <kettenis@gnu.org>
277
278 * i386-tdep.c (i386_register_name): Rename regno to regnum.
279
280 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
281 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
282 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
283 * configure.in: Improve checks for curses library by checking for
284 mvwaddstr instead of initscr. Drop HP curses in favour of
285 standard curses on HP-UX.
286 * configure: Regenerated.
287
288 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
289
290 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
291 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
292 Minor formatting changes.
293 (empty_array): Slight rewrite for formatting.
294 (emit_char,parse,ada_language_defn,build_ada_types,
295 ada_is_exception_sym, _initialize_ada_language): Move
296 definitions around.
297 (ada_dump_symtab): Remove unused definition.
298 (ada_maybe_exception_partial_symbol): Remove unused definition.
299
300 2004-09-16 Andrew Cagney <cagney@gnu.org>
301
302 * inf-child.c: Include "gdb_string.h".
303 (inf_child_core_file_to_sym_file): Delete.
304 (inf_child_target): Set to_fetch_registers and to_store_registers.
305 * inf-ptrace.c: Include "gdb_string.h".
306 * Makefile.in: Update all dependencies.
307
308 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
309 problem.
310
311 2004-09-14 Joel Brobecker <brobecker@gnat.com>
312
313 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
314 call to heuristic_proc_desc. Remove code that became redundant
315 as a consequence.
316 (read_next_frame_reg): Remove special case for SP_REGNUM.
317 (set_reg_offset): Fix small typo.
318 (reset_saved_regs): New procedure.
319 (mips32_heuristic_proc_desc): No longer compute a fake
320 procedure descriptor. Compute the full frame cache instead.
321 Some minor comment reformatting.
322
323 2004-09-14 Andrew Cagney <cagney@gnu.org>
324
325 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
326 maintainer.
327
328 * thread-db.c (thread_db_new_objfile): Assume that there is a
329 child process.
330
331 2004-09-13 Jim Blandy <jimb@redhat.com>
332
333 * valops.c (value_assign): Move 'buffer' to the enclosing block,
334 so that its storage isn't referenced after its lifetime ends.
335
336 * valops.c (value_assign): 'use_buffer' is initialized to zero,
337 and never assigned to. Delete it, and the 'if (use_buffer)'
338 clauses. Delete 'raw_buffer', since it is now unused.
339
340 2004-09-13 Andrew Cagney <cagney@gnu.org>
341
342 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
343 * configure: Re-generate.
344 * nlm/Makefile.in (TAGS): Update.
345 * Makefile.in (TAGS): Update.
346 * config/vax/nbsd.mt (TM_FILE): Update.
347 * config/sparc/vxworks.mt (TM_FILE): Update.
348 * config/sparc/sol2.mt (TM_FILE): Update.
349 * config/sparc/sol2-64.mt (TM_FILE): Update.
350 * config/sparc/obsd64.mt (TM_FILE): Update.
351 * config/sparc/obsd.mt (TM_FILE): Update.
352 * config/sparc/nbsd64.mt (TM_FILE): Update.
353 * config/sparc/nbsd.mt (TM_FILE): Update.
354 * config/sparc/linux64.mt (TM_FILE): Update.
355 * config/sparc/linux.mt (TM_FILE): Update.
356 * config/sparc/fbsd.mt (TM_FILE): Update.
357 * config/sh/wince.mt (TM_FILE): Update.
358 * config/sh/nbsd.mt (TM_FILE): Update.
359 * config/sh/linux.mt (TM_FILE): Update.
360 * config/sh/embed.mt (TM_FILE): Update.
361 * config/s390/s390.mt (TM_FILE): Update.
362 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
363 * config/rs6000/rs6000.mt (TM_FILE): Update.
364 * config/rs6000/aix4.mt (TM_FILE): Update.
365 * config/powerpc/vxworks.mt (TM_FILE): Update.
366 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
367 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
368 * config/powerpc/obsd.mt (TM_FILE): Update.
369 * config/powerpc/nbsd.mt (TM_FILE): Update.
370 * config/powerpc/linux.mt (TM_FILE): Update.
371 * config/powerpc/aix.mt (TM_FILE): Update.
372 * config/pa/obsd.mt (TM_FILE): Update.
373 * config/pa/linux.mt (TM_FILE): Update.
374 * config/pa/hppahpux.mt (TM_FILE): Update.
375 * config/pa/hppa64.mt (TM_FILE): Update.
376 * config/pa/hppa.mt (TM_FILE): Update.
377 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
378 * config/mips/wince.mt (TM_FILE): Update.
379 * config/mips/vxmips.mt (TM_FILE): Update.
380 * config/mips/nbsd.mt (TM_FILE): Update.
381 * config/mips/linux.mt (TM_FILE): Update.
382 * config/mips/irix6.mt (TM_FILE): Update.
383 * config/mips/irix5.mt (TM_FILE): Update.
384 * config/mips/embed.mt (TM_FILE): Update.
385 * config/m68k/vxworks68.mt (TM_FILE): Update.
386 * config/m68k/st2000.mt (TM_FILE): Update.
387 * config/m68k/os68k.mt (TM_FILE): Update.
388 * config/m68k/obsd.mt (TM_FILE): Update.
389 * config/m68k/nbsd.mt (TM_FILE): Update.
390 * config/m68k/monitor.mt (TM_FILE): Update.
391 * config/m68k/linux.mt (TM_FILE): Update.
392 * config/m68k/cisco.mt (TM_FILE): Update.
393 * config/ia64/linux.mt (TM_FILE): Update.
394 * config/ia64/aix.mt (TM_FILE): Update.
395 * config/ia64/ia64.mt (TM_FILE): Update.
396 * config/i386/vxworks.mt (TM_FILE): Update.
397 * config/i386/obsd64.mt (TM_FILE): Update.
398 * config/i386/obsd.mt (TM_FILE): Update.
399 * config/i386/nto.mt (TM_FILE): Update.
400 * config/i386/nbsd64.mt (TM_FILE): Update.
401 * config/i386/nbsd.mt (TM_FILE): Update.
402 * config/i386/linux64.mt (TM_FILE): Update.
403 * config/i386/linux.mt (TM_FILE): Update.
404 * config/i386/i386sol2.mt (TM_FILE): Update.
405 * config/i386/i386lynx.mt (TM_FILE): Update.
406 * config/i386/fbsd64.mt (TM_FILE): Update.
407 * config/i386/fbsd.mt (TM_FILE): Update.
408 * config/i386/cygwin.mt (TM_FILE): Update.
409 * config/h8300/h8300.mt (TM_FILE): Update.
410 * config/frv/frv.mt (TM_FILE): Update.
411 * config/cris/cris.mt (TM_FILE): Update.
412 * config/arm/wince.mt (TM_FILE): Update.
413 * config/arm/nbsd.mt (TM_FILE): Update.
414 * config/arm/linux.mt (TM_FILE): Update.
415 * config/arm/embed.mt (TM_FILE): Update.
416 * config/alpha/nbsd.mt (TM_FILE): Update.
417 * config/alpha/fbsd.mt (TM_FILE): Update.
418 * config/alpha/alpha.mt (TM_FILE): Update.
419 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
420 * config/alpha/alpha-linux.mt (TM_FILE): Update.
421
422 Eliminate event_loop_p, always has the value 1.
423 * defs.h (event_loop_p): Delete macro.
424 * breakpoint.c (until_break_command): Simplify.
425 * utils.c (prompt_for_continue): Simplify.
426 * tracepoint.c (read_actions): Simplify.
427 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
428 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
429 (set_prompt, init_main): Simplify.
430 (init_signals, disconnect): Delete, unused.
431 * remote.c (remote_async_resume)
432 (extended_remote_async_create_inferior): Simplify.
433 * mi/mi-interp.c (mi_input): Delete, unused.
434 (mi_interpreter_resume, mi_command_loop): Simplify.
435 * interps.c (current_interp_command_loop): Simplify.
436 * infrun.c (proceed): Simplify.
437 * infcmd.c (run_command, continue_command, step_1, jump_command)
438 (until_command, advance_command, finish_command)
439 (interrupt_target_command): Simplify.
440 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
441
442 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
443 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
444 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
445 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
446 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
447 * mips-tdep.c (mips_dump_tdep): Do not print same.
448
449 2004-09-12 Andrew Cagney <cagney@gnu.org>
450
451 * valprint.c (print_longest): Use fputs_filtered. Make "val"
452 const.
453 * Makefile.in (valprint.o): Delete explict rule.
454
455 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
456 reported by Dave Anderson.
457
458 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
459
460 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
461
462 2004-09-12 Salvador E. Tropea <set@users.sf.net>
463 Andrew Cagney <cagney@gnu.org>
464
465 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
466 (mi_cmd_data_list_register_values)
467 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
468 the register number computation.
469
470 2004-09-12 Andrew Cagney <cagney@gnu.org>
471
472 * ppcnbsd-nat.c: Include "inf-ptrace.h".
473 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
474 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
475 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
476 target.
477 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
478 inf-ptrace.o and inf-child.o.
479 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
480 * Makefile.in: Update dependencies.
481
482 2004-09-11 Andrew Cagney <cagney@gnu.org>
483
484 * language.c (hex_string, hex_string_custom): Move from here ...
485 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
486 (CELLSIZE): Increase to 50.
487 * language.h (hex_string, hex_string_custom): Move from here ...
488 * defs.h: ... to here.
489 * Makefile.in: Update all dependencies.
490
491 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
492
493 * language.c (local_hex_format_custom): Remove.
494 (local_hex_string): Rename to hex_string, use C format, and move to
495 utils.c
496 (local_hex_string_custom): Rename to hex_string_custom and change
497 interface. Now uses C format. Move to utils.c
498 (local_octal_format_custom): Remove.
499 (local_decimal_format_custom): Remove.
500 (unknown_language_defn): Remove language-specific number
501 formatting entries.
502 (auto_language_defn): Ditto.
503 (local_language_defn): Ditto.
504 * language.h (struct language_format_info): Delete declaration.
505 (struct language_defn): Remove language_format_info fields
506 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
507 (local_binary_format): Remove macro.
508 (local_binary_format_prefix): Remove macro.
509 (local_binary_format_specifier): Remove macro.
510 (local_binary_format_suffix): Remove macro.
511 (local_octal_format): Remove macro.
512 (local_octal_format_prefix): Remove macro.
513 (local_octal_format_specifier): Remove macro.
514 (local_octal_format_suffix): Remove macro.
515 (local_decimal_format): Remove macro.
516 (local_decimal_format_prefix): Remove macro.
517 (local_decimal_format_specifier): Remove macro.
518 (local_decimal_format_suffix): Remove macro.
519 (local_hex_format): Remove macro.
520 (local_hex_format_prefix): Remove macro.
521 (local_hex_format_specifier): Remove macro.
522 (local_hex_format_suffix): Remove macro.
523 (local_decimal_format_custom): Remove.
524 (local_octal_format_custom): Remove.
525 (local_hex_format_custom): Remove.
526 (local_hex_string): Rename to hex_string and move to defs.h.
527 (local_hex_string_custom): Rename to hex_string_custom, change
528 interface, and move to defs.h.
529 * utils.c: (int_string): New function.
530 (hex_string): New function (from language.c).
531 (hex_string_custom): New function (from language.c).
532 (octal2str): New function.
533 (decimal2str): Add width parameter.
534 (paddr_u): Use new decimal2str interface.
535 (paddr_d): Ditto.
536 * defs.h (hex_string): Declare.
537 (hex_string_custom): Declare.
538 (int_string): Declare.
539 * printcmd.c (print_scalar_formatted): Remove localized binary
540 formatting.
541 * valprint.c (print_longest): Use int_string.
542 (print_floating): Use C hex format.
543 (print_hex_chars): Ditto.
544 (print_binary_chars): Remove language-specific formatting.
545 (print_octal_chars): Use C octal format.
546 (print_decimal_chars): Delocalize format.
547 (print_decimal): Remove.
548 * ada-lang.c (ada_language_defn): Remove language-specific number
549 formatting entries.
550 * p-lang.c (pascal_language_defn): Ditto.
551 * c-lang.c (c_language_defn): Ditto.
552 (cplus_language_defn): Ditto.
553 (asm_language_defn): Ditto.
554 (minimal_language_defn): Ditto.
555 * f-lang.c (f_language_defn): Ditto.
556 * jv-lang.c (java_language_defn): Ditto.
557 * m2-lang.c (m2_language_defn): Ditto.
558 * scm-lang.c (scm_language_defn): Ditto.
559 * objc-lang.c (objc_language_defn): Ditto.
560 * memattr.c (mem_info_command): Use renamed hex_string_custom with
561 new interface.
562 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
563 * ui-out.c (ui_out_field_core_addr): Ditto.
564 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
565 * exec.c (print_section_info): Ditto.
566 * i387-tdep.c (print_i387_status_word): Ditto.
567 (print_i387_control_word): Ditto.
568 (i387_print_float_info): Ditto.
569 * maint.c (maint_print_section_info): Ditto.
570 * solib.c (info_sharedlibrary_command): Ditto.
571 * somsolib.c (som_sharedlibrary_info_command): Ditto.
572 * symtab.c (print_msymbol_info): Ditto.
573 * tracepoint.c (tracepoints_info): Ditto.
574 * solib-frv.c (lm_base): Ditto.
575 (frv_current_sos): Ditto.
576 (enable_break2): Ditto.
577 (enable_break): Ditto.
578 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
579 (process_one_symbol): Ditto.
580 * infcmd.c (program_info): Ditto.
581 * mdebugread.c (parse_partial_symbols): Ditto.
582 * symfile.c (add_symbol_file_command): Ditto.
583 * cli/cli-cmds.c (edit_command): Ditto.
584 (list_command): Ditto.
585 * infcall.c (call_function_by_hand): Ditto.
586 * remote-vx.c (vx_run_files_info): Ditto.
587 (vx_wait): Ditto.
588 (vx_attach): Ditto.
589 (vx_detach): Ditto.
590 (vx_kill): Ditto.
591 * aix-thread.c (pdc_symbol_addrs): Ditto.
592 (pdc_read_regs): Ditto.
593 (pdc_write_regs): Ditto.
594 (pdc_read_data): Ditto.
595 (pdc_write_data): Ditto.
596 * d10v-tdep.c (display_trace): Ditto.
597 * rs6000-nat.c (find_toc_address): Ditto.
598 * aix-thread.c: Don't include language.h.
599 * buildsym.c: Ditto.
600 * dbxread.c: Ditto.
601 * mdebugread.c: Ditto.
602 * rs6000-nat.c: Ditto.
603 * buildsym.c (make_blockvector): Use renamed hex_string.
604
605 2004-09-10 Jason Molenda (jmolenda@apple.com)
606
607 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
608 chars after 'if' or 'while' commands in user-defined commands.
609
610 2004-09-08 Jim Blandy <jimb@redhat.com>
611
612 Fix bug reported and analyzed by Olivier Crete:
613 * symfile.c (copy_section_addr_info): New function.
614 (symbol_file_add_with_addrs_or_offsets): Use it to save the
615 original set of address arguments, instead of handwritten code
616 that uses one length to allocate and a different length to
617 initialize. Use make_cleanup_free_section_addr_info.
618 * symfile.h (copy_section_addr_info): New declaration.
619 * utils.c: #include "symfile.h".
620 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
621 New functions.
622 * defs.h (make_cleanup_free_section_addr_info): New declaration.
623 * Makefile.in (utils.o): Update dependencies.
624
625 2004-09-08 Andrew Cagney <cagney@gnu.org>
626
627 * thread-db.c (keep_thread_db): Delete.
628 (thread_db_new_objfile, thread_db_create_inferior)
629 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
630
631 2004-09-08 Mark Kettenis <kettenis@gnu.org>
632
633 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
634 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
635 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
636 (i386_frameless_signal_p): Remove prototype.
637 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
638 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
639 I386_SSE_NUM_REGS.
640 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
641 instead of FP0_REGNUM.
642 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
643 of FP0_REGNUM and FPC_REGNUM.
644
645 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
646 (sunos_solib_create_inferior_hook): Don't call
647 sunos_relocate_main_executable.
648
649 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
650 solib_svr4_fetch_link_map_offsets to
651 svr4_ilp32_fetch_link_map_offsets.
652 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
653 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
654 svr4_ilp32_fetch_link_map_offsets.
655 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
656
657 2004-09-07 Jim Blandy <jimb@redhat.com>
658
659 * frame.h (frame_register): Doc fix.
660
661 2004-09-07 Andrew Cagney <cagney@gnu.org>
662
663 * vx-share/wait.h: Delete #ifdef USG.
664 * utils.c (request_quit): Ditto.
665 * tui/tui.c (tui_reset): Ditto.
666 * remote.c: Ditto.
667 * remote-sds.c: Ditto.
668 * remote-rdi.c: Ditto.
669 * mdebugread.c: Ditto.
670 * m68klinux-nat.c: Ditto.
671 * infttrace.c: Ditto.
672 * infptrace.c: Ditto.
673 * i386v-nat.c: Ditto.
674 * exec.c: Ditto.
675 * dbxread.c: Ditto.
676 * core-aout.c: Ditto.
677
678 2004-09-05 Joel Brobecker <brobecker@gnat.com>
679
680 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
681 heuristic_proc_desc.
682 (mips_insn32_frame_cache): Likewise.
683
684 2004-09-04 Joel Brobecker <brobecker@gnat.com>
685
686 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
687 left behind by error.
688
689 2004-09-04 Joel Brobecker <brobecker@gnat.com>
690
691 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
692 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
693
694 2004-09-04 Joel Brobecker <brobecker@gnat.com>
695
696 * config/rs6000/xm-aix4.h: Remove this file.
697 * config/rs6000/aix4.mh (XM_FILE): Delete.
698
699 2004-09-04 Joel Brobecker <brobecker@gnat.com>
700
701 * config/rs6000/xm-rs6000.h: Remove this file.
702 * config/rs6000/rs6000.mh (XM_FILE): Remove.
703
704 2004-09-03 Andrew Cagney <cagney@gnu.org>
705
706 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
707 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
708 only use.
709
710 * mips-tdep.c (temp_saved_regs): Delete.
711 (set_reg_offset): Replace saved_regs parameter with this_cache.
712 (heuristic_proc_desc, mips16_heuristic_proc_desc)
713 (mips32_heuristic_proc_desc): Add this_cache parameter.
714 (mips_insn32_frame_cache, mips_insn16_frame_cache)
715 (after_prologue): Pass a NULL this_cache.
716
717 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
718 non-kernel trap prologues.
719
720 * mips-tdep.c (find_proc_desc): Delete function.
721 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
722 simplify.
723 (mips_insn16_frame_cache): Replace find_proc_desc with code from
724 mips_insn32_frame_cache.
725
726 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
727 Simplify as NEXT_FRAME is NULL.
728 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
729
730 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
731 local variable.
732 (mips_skip_prologue): Update.
733
734 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
735 "cur_frame" parameter.
736 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
737 (mips_insn32_frame_cache, find_proc_desc): Update
738
739 * config/vax/nm-obsd.h: Delete file.
740 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
741 * config/vax/nm-nbsd.h: Delete file.
742 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
743 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
744 * config/sh/nm-nbsd.h: Delete file.
745 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
746 * config/rs6000/nm-rs6000ly.h: Delete file.
747 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
748 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
749 * config/powerpc/nm-obsd.h: Delete file.
750 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
751 * config/powerpc/nm-nbsd.h: Delete file.
752 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
753 * config/pa/nm-obsd.h: Delete file.
754 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
755 * config/mips/nm-nbsd.h: Delete file.
756 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
757 * config/m88k/nm-obsd.h: Delete file.
758 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
759 * config/m68k/nm-nbsd.h: Delete file.
760 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
761 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
762 * config/i386/nm-nbsd.h: Delete file.
763 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
764 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
765 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
766 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
767 * config/i386/nm-i386lynx.h: Delete file.
768 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
769 * config/arm/nm-nbsd.h: Delete file.
770 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
771 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
772
773 * config/i386/tm-fbsd.h: Delete file.
774 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
775 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
776
777 * config/rs6000/tm-rs6000-aix4.h: Delete file.
778 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
779 * config/rs6000/aix4.mt (TM_FILE): Set to
780 config/rs6000/tm-rs6000.h.
781 * config/powerpc/tm-ppc-aix.h: Delete file.
782 * config/powerpc/aix.mt (TM_FILE): Set to
783 config/rs6000/tm-rs6000.h.
784 * config/m68k/tm-linux.h: Delete file.
785 * config/m68k/linux.mt (TM_FILE): Set to solib.h
786 * config/i386/tm-linux64.h: Delete file.
787 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
788 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
789
790 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
791 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
792 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
793 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
794 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
795 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
796 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
797 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
798 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
799
800 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
801 gdb_host_cpu.
802
803 2004-09-02 Joel Brobecker <brobecker@gnat.com>
804
805 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
806 Minor reformatting. Some code factoring.
807
808 2004-09-02 Andrew Cagney <cagney@gnu.org>
809
810 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
811 * config/vax/tm-nbsd.h: Delete file.
812 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
813 * config/sparc/tm-vxworks.h: Delete file.
814 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
815 * config/sparc/tm-nbsd.h: Delete file.
816 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
817 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
818 * config/sparc/tm-linux.h: Delete file.
819 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
820 * config/s390/tm-linux.h: Delete file.
821 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
822 * config/pa/tm-bsd.h: Delete file.
823 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
824 * config/m68k/tm-obsd.h: Delete file.
825 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
826 * config/m68k/tm-nbsd.h: Delete file.
827 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
828 * config/i386/tm-vxworks.h: Delete file.
829 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
830 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
831 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
832 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
833 * config/i386/tm-nbsd.h: Delete file.
834 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
835 * config/i386/tm-i386lynx.h: Delete file.
836 * config/cris/cris.mt (TM_FILE): Set to solib.h.
837 * config/cris/tm-cris.h: Delete file.
838
839 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
840 * configure: Re-generate.
841 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
842 * config/arm/tm-nbsd.h: Delete file.
843
844 * config/powerpc/tm-ppcle-sim.h: Delete.
845 * config/powerpc/tm-ppcle-eabi.h: Delete.
846 * config/powerpc/tm-nbsd.h: Delete.
847 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
848 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
849 tm-ppcle-eabi.h.
850
851 * config/i386/nto.mh (NAT_FILE): Delete.
852 * config/i386/nm-nto.h: Delete.
853
854 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
855 * config/m68k/tm-os68k.h: Ditto.
856 * config/m68k/tm-monitor.h: Ditto.
857 * config/m68k/tm-cisco.h: Ditto.
858 * config/m68k/st2000.mt (TM_FILE): Delete.
859 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
860 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
861 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
862 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
863
864 * config/m68k/tm-st2000.h: Delete.
865 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
866 * config/sparc/fbsd.mt (TM_FILE): Delete.
867 * config/sparc/tm-fbsd.h: Delete.
868
869 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
870 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
871 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
872
873 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
874 GDB_TM_FILE and GDB_XM_FILE.
875 * gdbarch.c: Re-generate.
876 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
877 quotes in macro definition.
878 * configure.in: Re-generate.
879
880 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
881 validating architecture methods.
882 * gdbarch.c: Re-generate.
883
884 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
885 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
886 GDB_MULTI_ARCH_PARTIAL.
887 * gdbarch.h: Re-generate.
888
889 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
890 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
891 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
892 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
893 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
894 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
895 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
896 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
897 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
898 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
899 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
900 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
901
902 2004-09-01 Andrew Cagney <cagney@gnu.org>
903
904 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
905 and main_func_highpc.
906 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
907 * objfiles.c (init_entry_point_info, objfile_relocate): Update
908 * nlmread.c (nlm_symfile_read): Update.
909
910 2004-09-01 Joel Brobecker <brobecker@gnat.com>
911
912 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
913 (mips_insn32_frame_cache): Inline call to find_proc_desc.
914 (find_proc_desc): Remove dead code.
915
916 2004-09-01 Joel Brobecker <brobecker@gnat.com>
917
918 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
919
920 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
921
922 * observer.sh: Add struct so_list declaration.
923 * Makefile.in: Add dependencies on observer.h for solib.c and
924 breakpoint.c.
925 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
926 function.
927 (_initialize_breakpoint): Register
928 disable_breakpoints_in_unloaded_shlib as an observer of the
929 "solib unloaded" observation event.
930 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
931 call decode_line_1 so unfound breakpoint errors are silent.
932 * solib.c (update_solib_list): When a solib is discovered to have
933 been unloaded by the program, notify all observers of the
934 "solib unloaded" observation event.
935
936 2004-09-01 Andrew Cagney <cagney@gnu.org>
937
938 * frame.c: Include "objfiles.h".
939 (inside_main_func): New function.
940 (get_prev_frame): Use new inside_main_func.
941 * Makefile.in (frame.o): Update dependencies.
942 * defs.h (inside_main_func): Delete declaration.
943 * blockframe.c (inside_main_func): Delete function.
944
945 2004-08-31 Jim Blandy <jimb@redhat.com>
946
947 * dwarf2read.c (is_vtable_name): New function, based on logic from
948 read_structure_type, but passing the correct length to strncmp,
949 and using 'sizeof' instead of 'strlen'.
950 (read_structure_type): Call it.
951
952 2004-08-31 Joel Brobecker <brobecker@gnat.com>
953
954 * config/powerpc/aix.mh: Add comment.
955
956 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
957
958 * MAINTAINERS: Add self to Write-After-Approval.
959
960 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
961
962 * MAINTAINERS: Add self to Write-After-Approval.
963
964 2004-08-30 Andrew Cagney <cagney@gnu.org>
965
966 Fix PR breakpoints/1757.
967 * infrun.c (struct execution_control_state): Replace
968 remove_breakpoints_on_following_step with
969 step_after_step_resume_breakpoint.
970 (init_execution_control_state): Update.
971 (handle_inferior_event): For signals, when stepping off a
972 breakpoint, set step_after_step_resume_breakpoint. When
973 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
974 (keep_going): Delete code handling
975 remove_breakpoints_on_following_step.
976
977 2004-08-29 David Lecomber <david@streamline-computing.com>
978
979 Fix PR gdb/648
980 * language.h (enum array_ordering): New enum.
981 * language.h (struct language_defn): New la_array_ordering
982 attribute.
983 * language.c (unknown_language_defn, auto_language_defn)
984 (local_language_defn): Ditto.
985 * ada-lang.c (ada_language_defn): Ditto.
986 * c-lang.c (c_language_defn, cplus_language_defn)
987 (asm_language_defn, minimal_language_defn): Ditto.
988 * f-lang.c (f_language_defn): Ditto.
989 * jv-lang.c (java_language_defn): Ditto.
990 * m2-lang.c (f_language_defn): Ditto.
991 * objc-lang.c (objc_language_defn): Ditto.
992 * p-lang.c (pascal_language_defn): Ditto.
993 * scm-lang.c (scm_language_defn): Ditto.
994 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
995 oriented large to small in type structure.
996 * dwarf2read.c (read_array_order): New function.
997 (read_array_type): Use read_array_order to check row/column
998 major ordering.
999
1000 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1001
1002 * target.c (target_resize_to_sections): Check
1003 current_target.to_sections for an old value when updating.
1004
1005 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1006
1007 * procfs.c (dbx_link_bpt_addr): New static global variable.
1008 (dbx_link_shadow_contents): New static global variable.
1009 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1010 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1011 if we just hit it.
1012 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1013 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1014 from run to run.
1015 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1016 after the inferior has been forked.
1017 (remove_dbx_link_breakpoint): New function.
1018 (dbx_link_addr): New function.
1019 (insert_dbx_link_bpt_in_file): New function.
1020 (insert_dbx_link_bpt_in_region): New function.
1021 (insert_dbx_link_breakpoint): New function.
1022 (proc_trace_syscalls_1): New function, extracted from
1023 proc_trace_syscalls.
1024 (proc_trace_syscalls): Replace extract code by call to
1025 proc_trace_syscalls_1.
1026 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1027 is no longer valid.
1028
1029 2004-08-25 Jim Blandy <jimb@redhat.com>
1030
1031 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1032
1033 2004-08-25 Andrew Cagney <cagney@gnu.org>
1034
1035 * infrun.c (struct execution_control_state): Delete field
1036 "stepping_through_sigtramp".
1037 (init_execution_control_state): Do not set same.
1038 (context_switch): Do not pass same to save_infrun_state and
1039 load_infrun_state.
1040 * gdbthread.h (struct thread_info): Delete field
1041 stepping_through_sigtramp.
1042 (save_infrun_state, load_infrun_state): Delete parameter
1043 stepping_through_sigtramp.
1044 * thread.c (load_infrun_state, save_infrun_state): Update.
1045
1046 * infrun.c: Re-indent. Move expression operators to the beginning
1047 of the line. Remove long disabled #if 0 code.
1048
1049 2004-08-24 Andrew Cagney <cagney@gnu.org>
1050
1051 * doublest.h (floatformat_ieee_quad): Rename
1052 floatformat_ia64_quad.
1053 * doublest.c (floatformat_ieee_quad): Rename
1054 floatformat_ia64_quad.
1055 (_initialize_doublest): Update.
1056
1057 2004-08-24 Jim Blandy <jimb@redhat.com>
1058
1059 * dwarf2expr.h (struct dwarf_expr_context): New members
1060 'num_pieces' and 'pieces', for returning the result of an
1061 expression that uses DW_OP_piece.
1062 (struct dwarf_expr_piece): New struct type.
1063 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1064 pieces.
1065 (free_dwarf_expr_context): Free pieces, if any.
1066 (add_piece): New function.
1067 (execute_stack_op): Implement DW_OP_piece.
1068 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1069 expression is a list of pieces, print an error message.
1070 (dwarf2_loc_desc_needs_frame): If the expression yields
1071 pieces, and any piece is in a register, then we need a frame.
1072
1073 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1074 the stack until we've decided what sort of result the evaluation
1075 has produced. Use separate variables, with more specific names.
1076
1077 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1078
1079 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1080 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1081 (arm_netbsd_init_abi_common): Register them.
1082
1083 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1084
1085 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1086
1087 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1088 safe_frame_unwind_memory instead of target_read_memory.
1089
1090 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1091 Reorder includes.
1092 (fetch_register, store_register): Remove prototypes.
1093 (child_resume): Reorganize code and comments such that it is
1094 grouped a bit more logically.
1095 (attach): Explicitly compare errno against 0.
1096 (detach): Likewise. Use perror_with_name instead of
1097 print_sys_errmsg.
1098 * Makefile.in (infptrace.o): Update dependencies.
1099
1100 * ia64-linux-nat.c: Update copyright year.
1101 (fetch_debug_register, store_debug_register)
1102 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1103 PTRACE_TYPE_ARG3.
1104 * config/ia64/nm-linux.h: Update copyright year.
1105 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1106
1107 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1108 from CORE_ADDR to struct frame_info *. Use
1109 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1110 (amd64_linux_sigtramp_p): Adjust for changed signature of
1111 and64_linux_sigtramp_start
1112
1113 * gdb_ptrace.h: GNU/Linux.
1114
1115 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1116 Remove defines.
1117
1118 * infptrace.c: Include "gdb_assert.h".
1119 (PTRACE_XFER_TYPE): Remove define.
1120 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1121 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1122 Tweak comment.
1123 (fetch_inferior_registers, store_inferior_registers): Remove
1124 redundant culry braces. Tweak comment. s/regno/regnum.
1125 * Makefile.in (infptrace.o): Update dependencies.
1126
1127 * configure.in: Change test for return type of ptrace to default
1128 to `long' instead of `int'.
1129 * configure: Regenerate.
1130
1131 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1132
1133 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1134
1135 * configure.in: Check for ttrace function.
1136 * configure, config.in: Regenerate.
1137
1138 * gdb_ptrace.h: New file.
1139 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1140 <sys/ptrace.h>.
1141 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1142 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1143 (attach): Don't define PT_ATTACH.
1144 (detach): Don't define PT_DETACH.
1145 * Makefile.in (gdb_ptrace_h): New variable.
1146 (infptrace.o): Update dependencies.
1147
1148 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1149
1150 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1151 instead of `int' if not already defined.
1152 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1153 PTRACE_TYPE_ARG3.
1154 * infptrace.c (call_ptrace): Revert change that replaced
1155 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1156
1157 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1158
1159 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1160 Remove defines.
1161
1162 * linux-nat.c (kill_inferior): Add missing third and fourth
1163 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1164
1165 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1166 PTRACE_TYPE_RET.
1167
1168 * proc-why.c (proc_prettyfprint_why): Fix format string.
1169
1170 * solib-osf.c (osf_current_sos): Remove unsused label.
1171
1172 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1173 curses headers.
1174 * configure, config.in: Regenerate.
1175 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1176 <ncurses/ncurses.h>.
1177
1178 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1179 * config/nm-nbsd.h: Update copyright year.
1180 (PTRACE_ARG3_TYPE): Remove define.
1181
1182 * sparc-nat.c (fetch_inferior_registers)
1183 (store_inferior_registers, sparc_xfer_wcookie):
1184 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1185
1186 * alphabsd-nat.c (fetch_inferior_registers):
1187 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1188 PTRACE_TYPE_ARG3.
1189 * amd64bsd-nat.c (fetch_inferior_registers)
1190 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1191 PTRACE_TYPE_ARG3.
1192 * armnbsd-nat.c: Update copyright year.
1193 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1194 (store_register, store_regs, store_fp_register, store_fp_regs):
1195 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1196 * hppabsd-nat.c (fetch_inferior_registers)
1197 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1198 PTRACE_TYPE_ARG3.
1199 * i386bsd-nat.c (fetch_inferior_registers)
1200 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1201 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1202 * m68kbsd-nat.c (fetch_inferior_registers)
1203 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1204 PTRACE_TYPE_ARG3.
1205 * m88kbsd-nat.c (fetch_inferior_registers)
1206 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1207 PTRACE_TYPE_ARG3.
1208 * mipsnbsd-nat.c: Update copyright year.
1209 (fetch_inferior_registers, store_inferior_registers):
1210 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1211 * ns32knbsd-nat.c: Update copyright year.
1212 (fetch_inferior_registers, store_inferior_registers):
1213 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1214 * ppcnbsd-nat.c (fetch_inferior_registers):
1215 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1216 PTRACE_TYPE_ARG3.
1217 * ppcobsd-nat.c (fetch_inferior_registers):
1218 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1219 PTRACE_TYPE_ARG3.
1220 * shnbsd-nat.c: Update copyright year.
1221 (fetch_inferior_registers, store_inferior_registers):
1222 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1223 * vaxbsd-nat.c (fetch_inferior_registers)
1224 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1225 PTRACE_TYPE_ARG3.
1226
1227 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1228 PTRACE_TYPE_ARG3.
1229 * infptrace.c (call_ptrace, child_resume, attach, detach)
1230 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1231 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1232 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1233 PTRACE_TYPE_ARG3.
1234
1235 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1236
1237 * defs.h: Remove out-of-date comment.
1238 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1239 [!GETENV_PROVIDED] (getenv): Remove prototype.
1240
1241 * standalone.c: Remove file.
1242 * Makefile.in (standalone.o): Remove dependency.
1243
1244 * i386-linux-nat.c (dummy_sse_values): Remove function and
1245 prototype.
1246 (i386_linux_dr_get): Fix typo in comment.
1247 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1248
1249 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1250
1251 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1252 from declaration.
1253 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1254 from definition.
1255
1256 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1257
1258 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1259 parenthesis in definition.
1260 * configure: Regenerated.
1261
1262 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1263
1264 * PROBLEMS: Mention build/1411.
1265
1266 2004-08-09 Robert Millan <robertmh@gnu.org>
1267
1268 Committed by Nathanael Nerode.
1269 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1270 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1271
1272 2004-08-12 Andrew Cagney <cagney@gnu.org>
1273
1274 * NEWS: Mention fixes in GDB 6.2.1.
1275 * PROBLEMS: Remove mention of mips-irix.
1276
1277 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1278
1279 * config/powerpc/xm-aix.h: Delete.
1280 * config/powerpc/aix.mh (MH_FILE): Remove.
1281 * config/powerpc/aix432.mh (MH_FILE): Remove.
1282
1283 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1284
1285 * config/powerpc/aix.mh: Remove obsolete comment.
1286 * config/powerpc/aix432.mh: Likewise.
1287
1288 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1289
1290 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1291
1292 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1293
1294 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1295 this file is now empty.
1296 * config/xm-aix4.h: Remove, this file is no longer included
1297 anywhere.
1298
1299 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1300
1301 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1302 that file is now empty.
1303 (termdef): Remove prototype, function no longer used.
1304
1305 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1306
1307 * doc/gdbint.texinfo (Host Definition): Remove documentation
1308 for USE_O_NOCTTY, no longer used.
1309 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1310 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1311
1312 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1313
1314 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1315 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1316 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1317
1318 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1319
1320 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1321 instead of FIVE_ARG_PTRACE.
1322
1323 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1324 (new_tty): Use O_NOCTTY unconditionally.
1325
1326 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1327
1328 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1329 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1330 fflush on stdout.
1331
1332 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1333
1334 * xcoff_symfile_finish: Replace last call to xmfree by call
1335 to xfree.
1336
1337 2004-08-10 Andrew Cagney <cagney@gnu.org>
1338
1339 * main.c (captured_main): Delete call to init_malloc.
1340 * defs.h (init_malloc): Delete declaration.
1341 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1342 (init_malloc): Delete functions.
1343
1344 * defs.h (xmfree): Delete.
1345 * utils.c (xmfree): Delete function.
1346 (xfree): Inline calls to xmfree and mfree.
1347 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1348 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1349 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1350 * somread.c (som_symfile_finish): Ditto.
1351 * objfiles.c (allocate_objfile, free_objfile):
1352 * nlmread.c (nlm_symfile_finish): Ditto.
1353 * hpread.c (hpread_symfile_finish): Ditto.
1354 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1355 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1356 * coffread.c (coff_symfile_finish): Ditto.
1357
1358 * defs.h (xmcalloc): Delete declaration.
1359 * utils.c (xmcalloc): Delete.
1360 (xcalloc): Inline calls to xmcalloc and mcalloc.
1361 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1362 xcalloc and xfree.
1363 * symtab.c (create_demangled_names_hash): Ditto.
1364
1365 * defs.h (xmrealloc): Delete.
1366 * utils.c (xmrealloc): Delete.
1367 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1368 * symmisc.c (extend_psymbol_list): Use xrealloc.
1369 * source.c (find_source_lines): Ditto.
1370 * hpread.c (hpread_lookup_type): Ditto.
1371 * dbxread.c (add_bincl_to_list): Ditto.
1372
1373 * utils.c (xmmalloc): Delete.
1374 (xmalloc): Inline xmmalloc and mmalloc calls.
1375 (msavestring): Use xmalloc.
1376 * defs.h (xmmalloc): Delete declaration.
1377 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1378 xmmalloc.
1379 * symmisc.c (extend_psymbol_list): Ditto.
1380 * symfile.c (init_psymbol_list): Ditto.
1381 * source.c (find_source_lines): Ditto.
1382 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1383 * elfread.c (elf_symtab_read): Ditto.
1384 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1385 * coffread.c (coff_symfile_init): Ditto.
1386
1387 2004-08-10 David Carlton <carlton@bactrian.org>
1388
1389 * MAINTAINERS: Remove David Carlton from c++ testsuite
1390 maintainers.
1391
1392 2004-08-10 Jerome Guitton <guitton@gnat.com>
1393
1394 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1395 print a line feed before the prompt.
1396
1397 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1398
1399 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1400
1401 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1402
1403 General cleanup of the AIX xm include file:
1404 * config/xm-aix4.h (fd_set): Remove undefine.
1405 Remove include of <sys/select.h>.
1406 (HAVE_TERMIO): Remove define.
1407 (USG): Likewise.
1408 (NULL): Remove redefine.
1409 (alloca): Remove #pragma.
1410 (vfork): Remove define.
1411 (termdef): Remove.
1412 (SIGWINCH_HANDLER): Remove.
1413 (SIGWINCH_HANDLER_BODY): Remove.
1414
1415 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1416
1417 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1418 GDB_OSABI_OPENBSD_ELF.
1419
1420 2004-08-07 Robert Millan <robertmh@gnu.org>
1421
1422 * bsd-kvm.c: Check for nlist.h before including it.
1423
1424 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1425
1426 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1427 sigcontext' offset consistency checks for ancient BSD.
1428
1429 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1430
1431 * configure.in: Check for <sys/types.h>. Check return and
1432 argument types of ptrace.
1433 * configure, config.in: Regenerate.
1434
1435 2004-08-09 Jim Blandy <jimb@redhat.com>
1436
1437 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1438 rs6000_register_sim_regno): Doc fixes.
1439
1440 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1441
1442 * mips-tdep.c: Include "floatformat.h".
1443 (n32n64_floatformat_always_valid): New function.
1444 (floatformat_n32n64_long_double_big): New constant.
1445 (mips_gdbarch_init): Set size and format of long double
1446 for N32 and N64 ABIs.
1447 * Makefile.in (mips-tdep.o): Update dependencies.
1448
1449 2004-08-08 Andrew Cagney <cagney@gnu.org>
1450
1451 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1452 print. Improve script's error messages.
1453 * gdbarch.h: Re-generate.
1454
1455 * gdbarch.sh (pformat): New function.
1456 (float_format, double_format, long_double_format): List with bit
1457 members. Use pformat when printing.
1458 * gdbarch.c, gdbarch.h: Re-generate.
1459
1460 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1461
1462 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1463 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1464 (ppcnbsd_supply_pcb): New function.
1465 (_initialize_ppcnbsd_nat): New prototype and function.
1466 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1467 (LOADLIBES): New variable.
1468 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1469
1470 2004-08-08 Andrew Cagney <cagney@gnu.org>
1471
1472 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1473 (builtin_type_ieee_double, builtin_type_ia64_quad)
1474 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1475 BE/LE floating-point types.
1476 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1477 (builtin_type_ieee_double, builtin_type_ia64_quad)
1478 (builtin_type_ia64_spill): Declare.
1479 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1480 (floatformat_ieee_double, floatformat_arm_ext)
1481 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1482 of LE/BE floatformats.
1483 * doublest.h: (struct floatformat, floatformat_ieee_single)
1484 (floatformat_ieee_double, floatformat_arm_ext)
1485 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1486
1487 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1488
1489 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1490
1491 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1492 instead of regcache_raw_supply when storing the registers.
1493
1494 * i386gnu-nat.c: Update copyright year.
1495 (gnu_store_registers): Don't use deprecated_registers and
1496 deprecated_registers_valid. Use regcache_valid_p and
1497 regcache_raw_supply instead.
1498
1499 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1500 frame_pc_unwind.
1501
1502 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1503 variables. Incapitalized "process".
1504
1505 * configure.in: Add cursesX to the list of possible curses libs.
1506 Add cursesX.h to the list of possible curses headers.
1507 * configure, config.in: Regenerate.
1508
1509 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1510
1511 * configure.in: Test for struct lwp in <sys/lwp.h>.
1512 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1513 the offset of l_addr in struct lwp.
1514
1515 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1516
1517 * bsd-kvm.c: Include "gdbcore.h"
1518 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1519
1520 2004-08-07 Andrew Cagney <cagney@gnu.org>
1521
1522 * gdbtypes.c (build_flt, build_complex): New functions.
1523 (gdbtypes_post_init): Use.
1524
1525 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1526
1527 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1528 through to builtin_type_uint128.
1529
1530 * c-exp.y: Use builtin_type function to obtain builtin types.
1531
1532 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1533 builtin_uint128.
1534 * gdbtypes.c (gdbtypes_post_init): Update.
1535 (build_gdbtypes): Move initialization of builtin_type_int0
1536 through to builtin_type_uint128 from here ...
1537 (_initialize_gdbtypes): ... to here.
1538 * d10v-tdep.c (d10v_register_type): Update.
1539
1540 * doublest.c: Update copyright.
1541 (floatformat_from_length): Call error when floatformat is NULL.
1542 (extract_floating_by_length): Remove NULL fmt check.
1543 (store_floating_by_length): Ditto.
1544
1545 2004-08-07 Andrew Cagney <cagney@gnu.org>
1546
1547 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1548 that the register is valid.
1549
1550 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1551
1552 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1553 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1554 struct frame_info *. Use safe_frame_unwind_memory instead of
1555 deprecated_read_memory_nobpt.
1556 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1557 changed signature of i386_linux_sigtramp_start and
1558 i386_linux_rt_sigtramp_start.
1559
1560 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1561 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1562 instead of deprecated_read_memory_nobpt.
1563 (i386nbsd_sigtramp_p): Adjust for changed signature of
1564 i386nbsd_sigtramp_offset.
1565
1566 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1567 safe_frame_unwind_memory instead of target_read_memory.
1568
1569 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1570 !NO_SYS_FILE.
1571 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1572 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1573 (_initialize_kernel_u_addr): Remove prototype and function.
1574 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1575 !NO_SYS_FILE.
1576 * xcoffread.c: Likewise.
1577
1578 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1579
1580 * vax-nat.c: New file.
1581 * vaxbsd-nat.c: Tweak comment.
1582 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1583 vaxnbsd-tdep.c.
1584 (vax-nat.o): New dependency.
1585 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1586 (vax-*-ultrix2*): Remove.
1587 * config/vax/vax.mh: New file.
1588 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1589 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1590 (vax_register_u_addr): New prototype.
1591 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1592 * config/vax/vaxult2.mh: Remove file.
1593 * config/vax/vaxult.mh: Remove file.
1594 * config/vax/vaxbsd.mh: Remove file.
1595 * config/vax/vax.mt (TM_FILE): Remove.
1596 * config/vax/tm-vaxbsd.h: Remove file.
1597
1598 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1599
1600 * aix-thread.c (get_signaled_thread): New function.
1601 (iter_trap): Delete, no longer used.
1602 (iter_tid): New function.
1603 (pd_update): Find the thread that received the SIGTRAP signal
1604 by first locating the kernel thread, and then finding its
1605 associated thread.
1606
1607 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1608
1609 * lin-lwp.c (child_wait): Continue inferior after processing
1610 PTRACE_EVENT_CLONE event.
1611
1612 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1613
1614 * MAINTAINERS: Add self to Write-After-Approval.
1615
1616 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1617
1618 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1619 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1620
1621 2004-08-05 Andrew Cagney <cagney@gnu.org>
1622
1623 * config/xm-sysv4.h: Delete file.
1624 * config/mips/xm-irix5.h: Delete file.
1625 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1626 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1627 * config/ia64/xm-aix.h: Delete file.
1628 * config/ia64/aix.mh (XM_FILE): Delete.
1629 * config/pa/xm-hppah.h: Delete file.
1630 * config/pa/hpux11w.mh (XM_FILE): Delete.
1631 * config/pa/hpux11.mh (XM_FILE): Delete.
1632 * config/pa/hpux1020.mh (XM_FILE): Delete.
1633 * config/pa/hppahpux.mh (XM_FILE): Delete.
1634
1635 * config/alpha/xm-alphalinux.h: Delete file.
1636 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1637 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1638 * config/alpha/xm-alphaosf.h: Delete file.
1639 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1640 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1641 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1642 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1643
1644 * config/i386/xm-i386v.h: Delete file.
1645 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1646 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1647 * config/i386/xm-i386sco.h: Delete file.
1648 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1649 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1650 * config/i386/xm-i386v4.h: Delete file.
1651 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1652 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1653 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1654 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1655
1656 * config/vax/xm-vax.h: Delete file.
1657 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1658 * config/vax/xm-vaxult2.h: Delete file.
1659 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1660 * config/vax/vaxult2.mh (XM_FILE): Delete.
1661 * config/vax/xm-vaxult.h: Delete file.
1662 * config/vax/vaxult.mh (XM_FILE): Delete.
1663 * config/vax/xm-vaxbsd.h: Delete file.
1664 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1665
1666 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1667 * gdbarch.h, gdbarch.c: Re-generate.
1668 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1669 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1670 * frame.h: Delete deprecated_read_fp from comments.
1671 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1672 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1673
1674 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1675
1676 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1677 trampoline in OpenBSD 3.5-current.
1678
1679 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1680 SSE registers.
1681
1682 * Makefile.in: Remove embedded page breaks.
1683
1684 2004-08-04 Jim Blandy <jimb@redhat.com>
1685
1686 * regcache.c (regcache_raw_read): Assert that, after calling
1687 target_fetch_registers, the register we're reading is cached.
1688
1689 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1690 a call to 'internal_error', with a more helpful error message.
1691 * rs6000-tdep.c (e500_pseudo_register_read,
1692 e500_pseudo_register_write, rs6000_store_return_value): Same.
1693
1694 2004-08-04 Andrew Cagney <cagney@gnu.org>
1695
1696 * Makefile.in: Update dependencies.
1697
1698 2004-08-04 Jim Blandy <jimb@redhat.com>
1699
1700 Change the layout of the PowerPC E500 raw register cache to allow
1701 the lower 32-bit halves of the GPRS to be their own raw registers,
1702 not pseudoregisters.
1703 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1704 add ppc_ev0_upper_regnum flag.
1705 * rs6000-tdep.c: #include "reggroups.h".
1706 (spe_register_p): Recognize the ev upper half registers as SPE
1707 registers.
1708 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1709 registers.
1710 (e500_move_ev_register): New function.
1711 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1712 vector registers are the pseudo-registers now, formed by splicing
1713 together the gprs and the upper-half registers.
1714 (e500_register_reggroup_p): New function.
1715 (P): Macro deleted.
1716 (P8, A4): New macro.
1717 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1718 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1719 macros.
1720 (registers_e500): Rearrange register set so that the raw register
1721 set contains 32-bit GPRs and upper-half registers, and the SPE
1722 vector registers become pseudo-registers.
1723 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1724 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1725 register numbers are now the same for the E500 as they are for
1726 other PowerPC variants. Register e500_register_reggroup_p as the
1727 register group function for the E500.
1728 * Makefile.in (rs6000-tdep.o): Update dependencies.
1729
1730 Adapt PPC E500 native support to the new raw regcache layout.
1731 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1732 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1733 (fetch_spe_register, store_spe_register): Handle fetching/storing
1734 all the SPE registers at once, if regno == -1. These now take
1735 over the job of fetch_spe_registers and store_spe_registers.
1736 (fetch_spe_registers, store_spe_registers): Deleted.
1737 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1738 unconditionally; they're always raw. Fetch/store SPE upper half
1739 registers, if present, instead of ev registers.
1740 (fetch_register, store_register): Remove sanity checks: gprs are
1741 never pseudo-registers now, so we never need to even mention any
1742 registers that are ever pseudoregisters.
1743
1744 Use a fixed register numbering when communicating with the PowerPC
1745 simulator.
1746 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1747 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1748 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1749 New functions.
1750 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1751 init_sim_regno_table.
1752 * Makefile.in (gdb_sim_ppc_h): New variable.
1753 (rs6000-tdep.o): Update dependencies.
1754
1755 2004-08-02 Andrew Cagney <cagney@gnu.org>
1756
1757 * cris-tdep.c (cris_register_size): Restore function, still used
1758 locally.
1759
1760 * gdbarch.sh (deprecated_target_read_fp)
1761 (deprecated_frame_locals_address, deprecated_frame_args_address)
1762 (deprecated_frame_chain_valid, deprecated_frame_chain)
1763 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1764 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1765 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1766 * gdbarch.h, gdbarch.c: Re-generate.
1767 * regcache.c (deprecated_read_fp): Do not call
1768 DEPRECATED_TARGET_READ_FP_P.
1769 * infcmd.c (default_print_registers_info): Do not call
1770 DEPRECATED_DO_REGISTERS_INFO.
1771 * frame-base.c (default_frame_locals_address): Do not call
1772 DEPRECATED_FRAME_LOCALS_ADDRESS.
1773 (default_frame_args_address): Do not call
1774 DEPRECATED_FRAME_ARGS_ADDRESS.
1775
1776 * gdbarch.sh (deprecated_register_raw_size)
1777 (deprecated_register_virtual_size:int): Delete.
1778 * gdbarch.h, gdbarch.c: Re-generate.
1779 * cris-tdep.c (cris_register_size): Delete.
1780 (cris_gdbarch_init): Update.
1781 * alpha-tdep.c (alpha_register_raw_size)
1782 (alpha_register_virtual_size): Delete.
1783 (alpha_gdbarch_init): Update.
1784
1785 * gdbarch.sh (deprecated_register_virtual_type)
1786 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1787 (deprecated_dummy_write_sp): Delete.
1788 * gdbarch.h, gdbarch.c: Re-generate.
1789
1790 * gdbarch.sh (deprecated_register_bytes): Delete.
1791 * gdbarch.h, gdbarch.c: Re-generate.
1792 * regcache.c (deprecated_register_bytes): New function.
1793 * regcache.h (deprecated_register_bytes): Declare.
1794 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1795 * v850-tdep.c (v850_gdbarch_init): Update.
1796 * sh64-tdep.c (sh64_gdbarch_init): Update.
1797 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1798 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1799 * mcore-tdep.c (mcore_gdbarch_init): Update.
1800 * cris-tdep.c (cris_gdbarch_init): Update.
1801 * arm-tdep.c (arm_gdbarch_init): Update.
1802 * remote.c (init_remote_state): Update.
1803 * remote-vx.c (vx_prepare_to_store): Update.
1804 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1805 * irix5-nat.c (fetch_core_registers): Update.
1806 * cris-tdep.c (cris_register_bytes_ok): Update.
1807 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1808
1809 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1810 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1811 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1812 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1813 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1814 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1815 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1816 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1817 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1818 with mips_insn16 and mips_insn32.
1819
1820 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1821 * rs6000-tdep.c (rs6000_push_dummy_call)
1822 (rs6000_extract_return_value): Use register_size.
1823 * xstormy16-tdep.c (xstormy16_get_saved_register)
1824 (xstormy16_extract_return_value): Ditto.
1825 * valops.c (value_assign): Ditto.
1826 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1827 * v850-tdep.c (v850_extract_return_value): Ditto.
1828 * tracepoint.c (collect_symbol): Ditto.
1829 * target.c (debug_print_register): Ditto.
1830 * stack.c (frame_info): Ditto.
1831 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1832 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1833 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1834 (store_register_using_P): Ditto.
1835 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1836 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1837 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1838 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1839 * regcache.c (deprecated_read_register_bytes)
1840 (deprecated_write_register_bytes, read_register)
1841 (write_register): Ditto.
1842 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1843 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1844 * monitor.c (monitor_supply_register, monitor_fetch_register)
1845 (monitor_store_register): Ditto.
1846 * mn10300-tdep.c (mn10300_pop_frame_regular)
1847 (mn10300_print_register): Ditto.
1848 * mipsv4-nat.c (fill_fpregset): Ditto.
1849 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1850 (mips64_fill_fpregset): Ditto.
1851 * mi/mi-main.c (register_changed_p, get_register)
1852 (mi_cmd_data_write_register_values): Ditto.
1853 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1854 * irix5-nat.c (fill_gregset, fetch_core_registers):
1855 * infrun.c (write_inferior_status_register): Ditto.
1856 * infptrace.c (fetch_register, store_register): Ditto.
1857 * infcmd.c (default_print_registers_info): Ditto.
1858 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1859 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1860 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1861 * hpux-thread.c (hpux_thread_fetch_registers)
1862 (hpux_thread_store_registers): Ditto.
1863 * hppah-nat.c (store_inferior_registers, fetch_register):
1864 * findvar.c (value_from_register): Ditto.
1865 * dve3900-rom.c (fetch_bitmapped_register):
1866 * cris-tdep.c (cris_gdbarch_init): Ditto.
1867 * alpha-tdep.h: Ditto.
1868 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1869
1870 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1871 DEPRECATED_REGISTER_RAW_SIZE from comments.
1872 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1873 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1874 DEPRECATED_REGISTER_RAW_SIZE.
1875 * findvar.c (value_of_register): Simplify by assuming that the
1876 registers raw and virtual sizes are identical.
1877 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1878 comment.
1879 * arch-utils.c (generic_register_size): Simplify by assuming
1880 register_type.
1881
1882 * regcache.c (legacy_read_register_gen, real_register)
1883 (legacy_write_register_gen): Delete, not used.
1884
1885 * regcache.c (struct regcache_descr): Delete legacy_p.
1886 (init_legacy_regcache_descr): Delete function.
1887 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1888 Do not use deprecated register functions.
1889 (regcache_raw_read, deprecated_write_register_gen):
1890 (deprecated_read_register_gen, regcache_raw_write): Delete code
1891 predicated on legacy_p.
1892 (register_size): Delete check against register raw size.
1893
1894 * cris-tdep.c (cris_register_type): Replace
1895 cris_register_virtual_type.
1896 (cris_gdbarch_init): Update, set register_type.
1897
1898 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1899 * gdbarch.h, gdbarch.c: Re-generate.
1900 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1901 (arm_gdbarch_init) Do not set frameless function invocation.
1902 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1903 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1904 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1905 (frv_gdbarch_init): Do not set frameless function invocation.
1906 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1907 * sh-tdep.c (sh_gdbarch_init): Ditto.
1908 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1909 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1910 * avr-tdep.c (avr_gdbarch_init): Ditto.
1911
1912 * blockframe.c (legacy_frame_chain_valid): Delete function.
1913
1914 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1915 and pc. Update comments.
1916 (pc_in_dummy_frame): Delete function.
1917 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1918 use the "id".
1919 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1920 call_hi, top and pc, use the id.
1921 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1922
1923 * dummy-frame.c: Include "gdb_string.h".
1924 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1925 (generic_save_dummy_frame_tos): Delete.
1926 (dummy_frame_push): New function, replaces above.
1927 * dummy-frame.h: Update copyright.
1928 (dummy_frame_push): Declare.
1929 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1930 (generic_save_call_dummy_addr): Delete declarations.
1931 * infcall.c: Include "dummy-frame.h".
1932 (call_function_by_hand): Add locals caller_regcache,
1933 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1934 with call to frame_save_as_regcache plus cleanup. Delete calls to
1935 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1936 Move clear_proceed_status to just before the resume, add call to
1937 dummy_frame_push (discard cleanup).
1938 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1939 (dummy-frame.o): Add $(gdb_string_h).
1940
1941 2004-08-01 Andrew Cagney <cagney@gnu.org>
1942
1943 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1944 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1945 * dummy-frame.c (find_dummy_frame): Delete.
1946 (struct dummy_frame_cache, dummy_frame_sniffer)
1947 (dummy_frame_prev_register, dummy_frame_this_id)
1948 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1949 frame unwinder using a dummy_frame_cache.
1950
1951 2004-08-01 Andrew Cagney <cagney@gnu.org>
1952
1953 * frame.h (frame_save_as_regcache): Declare.
1954 * frame.c (frame_save_as_regcache): New function.
1955 (do_frame_read_register): Replace do_frame_unwind_register.
1956 (frame_pop): Use frame_save_as_regcache.
1957 * dummy-frame.c (generic_push_dummy_frame): Use
1958 frame_save_as_regcache.
1959
1960 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1961
1962 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1963 file as included until we record the first line in the linetable.
1964
1965 2004-08-01 Andrew Cagney <cagney@gnu.org>
1966
1967 * frame.h (deprecated_pop_dummy_frame)
1968 (deprecated_read_register_dummy)
1969 (deprecated_generic_find_dummy_frame): Delete.
1970 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1971 (deprecated_read_register_dummy)
1972 (deprecated_find_dummy_frame_regcache)
1973 (discard_innermost_dummy)
1974 (deprecated_pop_dummy_frame): Delete.
1975 (dummy_frame_this_id): Simplify.
1976 (struct dummy_frame): Delete "fp" and "sp".
1977 (find_dummy_frame): Simplify.
1978 (generic_push_dummy_frame): Do not set "fp" or "sp".
1979 (fprint_dummy_frames): Do not print "fp" and "sp"
1980
1981 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1982
1983 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1984 (struct i386_insn): New structure.
1985 (i386_match_insn): New function.
1986 (i386_frame_setup_skip_insns): New variable.
1987 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1988 array i386_frame_setup_insns of instructions that should be
1989 skipped inside the frame setup sequence.
1990
1991 2004-08-01 Andrew Cagney <cagney@gnu.org>
1992
1993 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1994 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1995 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1996 * stack.c (frame_info): Delete references to
1997 DEPRECATED_FRAME_INIT_SAVED_REGS and
1998 deprecated_get_frame_saved_regs.
1999 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2000 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2001 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2002 (frame_unwind_register_signed)
2003 (frame_unwind_register_unsigned)
2004 (frame_unwind_unsigned_register): Use register_size.
2005 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2006 (deprecated_frame_xmalloc_with_cleanup)
2007 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2008 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2009
2010 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2011 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2012 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2013 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2014
2015 * infcall.c (call_function_by_hand): Do not use
2016 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2017 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2018 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2019 DEPRECATED_STACK_ALIGN.
2020
2021 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2022
2023 Committed by Andrew Cagney.
2024 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2025
2026 2004-08-01 Andrew Cagney <cagney@gnu.org>
2027
2028 * mips-tdep.c (mips16_frame_cache)
2029 (mips16_frame_this_id, mips16_frame_prev_register)
2030 (mips16_frame_unwind, mips16_frame_sniffer)
2031 (mips16_frame_base_address, mips16_frame_base)
2032 (mips16_frame_base_sniffer, mips32_frame_cache)
2033 (mips32_frame_this_id, mips32_frame_prev_register)
2034 (mips32_frame_unwind, mips32_frame_sniffer)
2035 (mips32_frame_base_address, mips32_frame_base)
2036 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2037 separate heuristic mips16 and mips32 unwinders.
2038 (mips_stub_frame_cache, mips_stub_frame_this_id)
2039 (mips_stub_frame_prev_register)
2040 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2041 (mips_stub_frame_base_address, mips_stub_frame_base)
2042 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2043 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2044 match true mdebug frames.
2045 (non_heuristic_proc_desc): Add forward declaration.
2046
2047 2004-08-01 Andrew Cagney <cagney@gnu.org>
2048
2049 * config/mips/tm-irix6.h: Delete file.
2050 * config/mips/tm-irix5.h: Delete file.
2051 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2052 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2053
2054 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2055 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2056 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2057 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2058 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2059 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2060 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2061 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2062 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2063 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2064 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2065 (TARGET_SIGNAL_RAW_VALUES): Delete.
2066 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2067 Delete.
2068 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2069 (TARGET_HW_WATCH_LIMIT): Delete.
2070 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2071 * minimon.h: Delete file.
2072
2073 * trad-frame.c (trad_frame_get_this_base)
2074 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2075 functions.
2076 * trad-frame.h (trad_frame_set_this_base)
2077 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2078
2079 2004-07-31 Andrew Cagney <cagney@gnu.org>
2080
2081 * trad-frame.c (trad_frame_get_prev_register): Rename
2082 trad_frame_get_prev_register.
2083 * vax-tdep.c (vax_frame_prev_register): Update.
2084 * trad-frame.h: Update.
2085 * trad-frame.c (trad_frame_get_register): Update.
2086 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2087 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2088 Update.
2089 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2090 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2091 Update.
2092 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2093 Update.
2094 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2095 Update.
2096 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2097 Update.
2098 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2099 Update.
2100 * s390-tdep.c (s390_frame_prev_register)
2101 (s390_stub_frame_prev_register)
2102 (s390_sigtramp_frame_prev_register): Update.
2103 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2104 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2105 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2106 * m88k-tdep.c (m88k_frame_prev_register)
2107 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2108 * m32r-tdep.c (m32r_frame_prev_register): Update.
2109 * hppa-tdep.c (hppa_frame_prev_register_helper)
2110 * frv-tdep.c (frv_frame_prev_register): Update.
2111 * d10v-tdep.c (d10v_frame_prev_register): Update.
2112 * cris-tdep.c (cris_frame_prev_register): Update.
2113 * avr-tdep.c (avr_frame_prev_register): Update.
2114 * arm-tdep.c (arm_prologue_prev_register)
2115 (arm_sigtramp_prev_register): Update.
2116
2117 2004-07-31 Andrew Cagney <cagney@gnu.org>
2118
2119 * frame.h (legacy_saved_regs_unwind)
2120 (legacy_frame_chain_valid, legacy_frame_p)
2121 (enum frame_type): Delete UNKNOWN_FRAME.
2122 * dummy-frame.c (dummy_frame_this_id): Simplify.
2123 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2124 * frame.c (struct frame_info): Delete the field "type".
2125 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2126 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2127 (legacy_saved_regs_unwind, legacy_frame_p)
2128 (frame_type_from_pc): Delete.
2129 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2130 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2131
2132 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2133
2134 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2135 indentation.
2136
2137 * mips-nat.c: Remove file.
2138 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2139 (mips-nat.o): Remove dependency.
2140
2141 * infptrace.c: Update copyright year.
2142 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2143 explicitly setting the buffer to all zeroes.
2144
2145 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2146 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2147
2148 2004-07-30 Andrew Cagney <cagney@gnu.org>
2149
2150 * GDB 6.2 released from gdb_6_2-branch.
2151
2152 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2153
2154 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2155
2156 * exec.c (exec_file_attach):
2157 * nto-tdep.c (nto_find_and_open_solib):
2158 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2159 * solib.c (solib_open):
2160 * somsolib.c (som_solib_sizeof_symbol_table):
2161 * source.c (is_regular_file, openp, open_source_file):
2162 * symfile.c (symfile_bfd_open):
2163 * wince.c (upload_to_device): Differentiate between the search for
2164 binary and source files.
2165
2166 2004-07-30 Andrew Cagney <cagney@gnu.org>
2167
2168 * complaints.c (_initialize_complaints): Pass NULL to
2169 add_setshow_zinteger_cmd for help_doc.
2170 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2171
2172 2004-07-30 Andrew Cagney <cagney@gnu.org>
2173
2174 Fix PR i18n/761.
2175 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2176 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2177 $(PACKAGE).pot and update-po.
2178 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2179 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2180 (update-po): New rules.
2181 (localedir): Define using autoconf.
2182 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2183 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2184 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2185 * configure.in: Generate CATALOGS and LINGUAS from contents of
2186 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2187 * configure: Re-generate.
2188 * po/gdbtext: New file
2189
2190 2004-07-30 Jerome Guitton <guitton@gnat.com>
2191
2192 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2193 order.
2194
2195 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2196
2197 * dwarf2read.c (read_file_scope): Set producer if attribute
2198 present.
2199 (struct dwarf2_cu): Added new member producer.
2200
2201 2004-07-30 Jerome Guitton <guitton@gnat.com>
2202
2203 * inflow.c (kill_command): release file handles in BFD.
2204 * exec.c (exec_file_attach): Ditto.
2205 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2206
2207 2004-07-29 Andrew Cagney <cagney@gnu.org>
2208
2209 * PROBLEMS (mips-irix): Note that it is broken.
2210
2211 2004-07-29 Andrew Cagney <cagney@gnu.org>
2212
2213 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2214 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2215
2216 * config/xm-nbsd.h: Delete file.
2217 * config/arm/xm-nbsd.h: Delete file.
2218 * config/i386/xm-nbsd.h: Delete file.
2219 * config/ns32k/xm-nbsd.h: Delete file.
2220 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2221 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2222 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2223 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2224 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2225
2226 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2227 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2228 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2229 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2230 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2231 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2232
2233 * config/powerpc/xm-linux.h: Delete empty file.
2234 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2235 * config/powerpc/linux.mh (XM_FILE): Delete.
2236 * config/m68k/xm-linux.h: Delete empty file.
2237 * config/m68k/linux.mh (XM_FILE): Delete.
2238 * config/ia64/xm-linux.h: Delete empty file.
2239 * config/ia64/linux.mh (XM_FILE): Delete.
2240 * config/arm/xm-linux.h: Delete empty file.
2241 * config/arm/linux.mh (XM_FILE): Delete.
2242
2243 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2244 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2245 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2246 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2247 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2248 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2249 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2250 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2251
2252 * config/m68k/xm-m68k.h: Delete file.
2253 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2254 copyright.
2255 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2256 * config/pa/xm-linux.h: Delete empty file.
2257 * config/pa/linux.mh (XM_FILE): Delete.
2258 * config/i386/xm-i386.h: Delete empty file.
2259 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2260 "i386/xm-i386.h".
2261 * config/i386/obsdaout.mh (XM_FILE): Delete.
2262 * config/i386/obsd64.mh (XM_FILE): Delete.
2263 * config/i386/fbsd64.mh (XM_FILE): Delete.
2264 * config/i386/nto.mh (XM_FILE): Delete.
2265 * config/i386/obsd.mh (XM_FILE): Delete.
2266 * config/i386/linux64.mh (XM_FILE): Delete.
2267 * config/i386/linux.mh (XM_FILE): Delete.
2268 * config/i386/i386sol2.mh (XM_FILE): Delete.
2269 * config/i386/i386gnu.mh (XM_FILE): Delete.
2270 * config/i386/fbsd.mh (XM_FILE): Delete.
2271 * config/i386/nbsd64.mh (XM_FILE): Delete.
2272
2273 2004-07-29 Andrew Cagney <cagney@gnu.org>
2274
2275 * config/pa/xm-linux.h: Do not include "floatformat.h".
2276 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2277 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2278 * config/i386/xm-i386.h: Do not include "floatformat.h".
2279 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2280 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2281 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2282 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2283 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2284 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2285 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2286 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2287 * configure, config.in: Regenerate.
2288 * configure.host (gdb_host_float_format, gdb_host_double_format)
2289 (gdb_host_long_double_format): Set according to the host.
2290
2291 2004-07-29 Andrew Cagney <cagney@gnu.org>
2292
2293 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2294
2295 2004-07-28 Andrew Cagney <cagney@gnu.org>
2296
2297 * PROBLEMS: Mention threads/1650.
2298 * NEWS: Mention the NPTL fix.
2299
2300 2004-07-28 Andrew Cagney <cagney@gnu.org>
2301
2302 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2303 (add_setshow_cmd_full): Make static.
2304 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2305 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2306 * cli/cli-decode.c (add_setshow_filename_cmd)
2307 (add_setshow_string_cmd): New functions.
2308 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2309 * mips-tdep.c (_initialize_mips_tdep): Update.
2310 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2311 * cli/cli-logging.c (_initialize_cli_logging): Update.
2312 * complaints.c (_initialize_complaints): Update.
2313 * remote.c (_initialize_remote): Update.
2314
2315 2004-07-28 Andrew Cagney <cagney@gnu.org>
2316
2317 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2318 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2319 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2320 print parameters. Make string parameters constant.
2321 * command.h: Update. Update copyright.
2322 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2323 * observer.c (_initialize_observer): Ditto.
2324 * frame.c (_initialize_frame): Ditto.
2325 * complaints.c (_initialize_complaints): Ditto.
2326 * maint.c (_initialize_maint_cmds): Ditto.
2327 * target.c (initialize_targets): Ditto.
2328 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2329 * infcall.c (_initialize_infcall): Ditto.
2330 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2331 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2332 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2333 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2334 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2335
2336 2004-07-28 Andrew Cagney <cagney@gnu.org>
2337
2338 * gdbtypes.c (lookup_primitive_typename): Delete function.
2339 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2340 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2341 * gdbtypes.c (lookup_typename): Ditto.
2342 * f-exp.y (yylex): Ditto.
2343 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2344
2345 * scm-lang.c (c_builtin_types): Delete extern declaration.
2346 (scm_language_defn): Replace
2347 string_char_type and primitive_type_vector with
2348 la_language_arch_info.
2349 * jv-lang.c (java_language_defn): Replace
2350 string_char_type and primitive_type_vector with
2351 la_language_arch_info.
2352 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2353 c_builtin_types in comment.
2354 * c-lang.h (struct language_arch_info): Declare opaque.
2355 (c_language_arch_info): Declare.
2356 (c_builtin_types): Delete declaration.
2357 * c-lang.c (c_language_arch_info): Set string_char_type to
2358 builtin_char, not builtin_true_char. Make global.
2359 (c_builtin_types): Delete array.
2360 (asm_language_defn, minimal_language_defn): Replace
2361 string_char_type and primitive_type_vector with
2362 la_language_arch_info.
2363
2364 2004-07-28 Andrew Cagney <cagney@gnu.org>
2365
2366 * gdbtypes.h (struct builtin_type): Rename true_char to
2367 builtin_true_char.
2368 * gdbtypes.c (gdbtypes_post_init): Update.
2369 * c-lang.c (arch_info): New function.
2370 (enum c_primitive_types): New enum.
2371 (c_language_defn): Instead of string_char_type and
2372 primitive_type_vector set la_language_arch_info.
2373
2374 2004-07-28 Andrew Cagney <cagney@gnu.org>
2375
2376 * language.h (struct language_arch_info): Fix typo
2377 s/primative/primitive/.
2378 * gdbtypes.c (lookup_primitive_typename): Ditto.
2379 * language.c (language_lookup_primitive_type_by_name)
2380 (unknown_language_arch_info): Ditto.
2381
2382 2004-07-27 Andrew Cagney <cagney@gnu.org>
2383
2384 * defs.h (enum language): Add nr_languages.
2385 * language.h (struct language_arch_info): Define.
2386 (struct language_defn): Add la_language_arch_info.
2387 (language_lookup_primative_type_by_name): Declare.
2388 (language_string_char_type): Declare.
2389 * language.c (_initialize_language, language_gdbarch_post_init)
2390 (struct language_gdbarch, language_gdbarch_data): Implement
2391 per-architecture language information.
2392 (unknown_language_arch_info, language_string_char_type)
2393 (language_lookup_primative_type_by_name): New functions.
2394 (unknown_language_defn, auto_language_defn)
2395 (local_language_defn): Set la_language_arch_info to
2396 unknown_language_arch_info.
2397 (unknown_builtin_types): Delete.
2398 * gdbtypes.c (lookup_primitive_typename): Use
2399 language_lookup_primative_type_by_name.
2400 (create_string_type): Use language_string_char_type.
2401 * values.c (value_from_string): Use language_string_char_type.
2402 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2403 * p-lang.c (pascal_language_defn): Ditto.
2404 * m2-lang.c (m2_language_defn): Ditto.
2405 * jv-lang.c (java_language_defn): Ditto.
2406 * objc-lang.c (objc_language_defn): Ditto.
2407 * f-lang.c (f_language_defn): Ditto.
2408 * c-lang.c (c_language_defn, cplus_language_defn)
2409 (asm_language_defn, minimal_language_defn): Ditto.
2410
2411 2004-07-27 Andrew Cagney <cagney@gnu.org>
2412
2413 * gdbtypes.h (struct builtin_type): Declare.
2414 (builtin_type): Declare.
2415 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2416 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2417 (gdbtypes_post_init): New function.
2418 (builtin_type): New function.
2419
2420 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2421
2422 * remote-m32r-sdi.c: Fix breakpoint bug.
2423 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2424 recv_char_data, recv_long_data): New functions to replace communication
2425 sequences.
2426
2427 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2428
2429 Document PR threads/1650.
2430 * PROBLEMS (Threads): Document problem with many threads
2431
2432 2004-07-26 Andrew Cagney <cagney@gnu.org>
2433
2434 * gdb-mi.el: Move from here ...
2435 * mi/gdb-mi.el: ... to here.
2436
2437 2004-07-26 Andrew Cagney <cagney@gnu.org>
2438
2439 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2440 * main.c (captured_main): When in batch mode always detach.
2441
2442 2004-07-26 Andrew Cagney <cagney@gnu.org>
2443
2444 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2445 and h8300 as broken.
2446 * NEWS: END-OF-LIFE frame compatibility module.
2447 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2448 specific comments.
2449
2450 2004-07-26 Andrew Cagney <cagney@gnu.org>
2451
2452 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2453 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2454 * wince.c (_initialize_wince): Update.
2455 * win32-nat.c (_initialize_win32_nat): Update.
2456 * varobj.c (_initialize_varobj): Update.
2457 * valops.c (_initialize_valops): Update.
2458 * utils.c (initialize_utils, initialize_utils): Update.
2459 * tui/tui-win.c (_initialize_tui_win): Update.
2460 * top.c (init_main): Update.
2461 * symfile.c (_initialize_symfile): Update.
2462 * source.c (_initialize_source): Update.
2463 * somsolib.c (_initialize_som_solib): Update.
2464 * solib.c (_initialize_solib): Update.
2465 * solib-frv.c (_initialize_frv_solib): Update.
2466 * serial.c (_initialize_serial): Update.
2467 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2468 * remote.c (_initialize_remote, _initialize_remote): Update.
2469 * remote-vx.c (_initialize_vx): Update.
2470 * remote-utils.c (_initialize_sr_support): Update.
2471 * remote-sds.c (_initialize_remote_sds): Update.
2472 * remote-mips.c (_initialize_remote_mips): Update.
2473 * remote-e7000.c (_initialize_remote_e7000): Update.
2474 * proc-api.c (_initialize_proc_api): Update.
2475 * printcmd.c: Update.
2476 * parse.c (_initialize_parse): Update.
2477 * pa64solib.c (_initialize_pa64_solib): Update.
2478 * p-valprint.c (_initialize_pascal_valprint): Update.
2479 * monitor.c (_initialize_remote_monitors): Update.
2480 * mips-tdep.c (_initialize_mips_tdep): Update.
2481 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2482 * maint.c (_initialize_maint_cmds): Update.
2483 * lin-lwp.c (_initialize_lin_lwp): Update.
2484 * language.c (_initialize_language): Update.
2485 * kod.c (_initialize_kod): Update.
2486 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2487 * i386-tdep.c (_initialize_i386_tdep): Update.
2488 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2489 * gdbarch.sh: Update.
2490 * gdbarch.c: Re-generate.
2491 * gdb-events.sh: Update.
2492 * gdb-events.c: Re-generate.
2493 * frame.c (_initialize_frame): Update.
2494 * exec.c: Update.
2495 * demangle.c (_initialize_demangler): Update.
2496 * dcache.c (_initialize_dcache): Update.
2497 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2498 * cp-valprint.c (_initialize_cp_valprint): Update.
2499 * corefile.c (_initialize_core): Update.
2500 * command.h: Update.
2501 * cli/cli-decode.h: Update.
2502 * cli/cli-cmds.c (init_cli_cmds): Update.
2503 * charset.c (_initialize_charset): Update.
2504 * breakpoint.c (_initialize_breakpoint): Update.
2505 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2506 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2507 * aix-thread.c (_initialize_aix_thread): Update.
2508
2509 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2510
2511 Partial fix for PR backtrace/1718.
2512 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2513 that GCC migrates into the prolugue. Don't handle any
2514 instructions that clobber %ebx.
2515
2516 2004-07-23 Andrew Cagney <cagney@gnu.org>
2517
2518 Use regcache_raw_collect instead of regcache_collect.
2519 * regcache.h (regcache_collect): Delete declaration.
2520 * regcache.c (regcache_colect): Delete function.
2521 * win32-nat.c (do_child_store_inferior_registers): Update.
2522 * sol-thread.c (sol_thread_store_registers): Update.
2523 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2524 * rs6000-nat.c (store_register): Update.
2525 * remote.c (store_register_using_P, remote_store_registers): Update.
2526 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2527 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2528 (fill_vrregset, store_spe_registers, fill_gregset)
2529 (fill_gregset): Update.
2530 * nto-procfs.c (procfs_store_registers): Update.
2531 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2532 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2533 * m68klinux-nat.c (store_register, fill_gregset): Update.
2534 * m68k-tdep.c (fill_gregset): Update.
2535 * infptrace.c (store_register): Update.
2536 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2537 * i386-linux-nat.c (store_register, fill_gregset): Update.
2538 * hppa-linux-nat.c (fill_gregset): Update.
2539 * go32-nat.c (store_register): Update.
2540 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2541 (store_fp_regs): Update.
2542 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2543 (store_nwfpe_extended, store_fpregister, store_fpregs)
2544 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2545 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2546 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2547 (store_regs_user_thread, store_regs_kernel_thread): Update.
2548
2549 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2550
2551 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2552 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2553 encoding.
2554 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2555 member of `struct comp_unit'.
2556
2557 2004-07-23 Andrew Cagney <cagney@gnu.org>
2558
2559 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2560 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2561
2562 2004-07-23 Martin Hunt <hunt@redhat.com>
2563 Kevin Buettner <kevinb@redhat.com>
2564
2565 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2566 alignment was being added to the offset instead of multiplied.
2567
2568 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2569
2570 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2571 changed signal trampoline in OpenBSD 3.5-current.
2572
2573 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2574 <machine/pcb.h> and "bsd-kvm.h".
2575 (sparc64nbsd_supply_pcb): New function.
2576 (_initialize_sparc64nbsd_nat): Renamed from
2577 _initialize_sparcnbsd_nat. Enable libkvm interface.
2578 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2579 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2580 (LOADLIBES): New variable.
2581
2582 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2583
2584 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2585
2586 2004-07-21 Andrew Cagney <cagney@gnu.org>
2587
2588 Use regcache_raw_supply instead of supply_register.
2589 * regcache.h (supply_register): Delete declaration.
2590 * regcache.c (supply_register): Delete function.
2591 * wince.c (do_child_fetch_inferior_registers): Update.
2592 * win32-nat.c (do_child_fetch_inferior_registers)
2593 (fetch_elf_core_registers): Update.
2594 * v850ice.c (v850ice_fetch_registers): Update.
2595 * thread-db.c (thread_db_store_registers): Update.
2596 * sol-thread.c (sol_thread_store_registers): Update.
2597 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2598 * rs6000-nat.c (fetch_register): Update.
2599 * rom68k-rom.c (rom68k_supply_one_register): Update.
2600 * remote.c (remote_wait, remote_async_wait): Update.
2601 * remote-st.c (get_hex_regs): Update.
2602 * remote-sim.c (gdbsim_fetch_register): Update.
2603 * remote-sds.c (sds_fetch_registers): Update.
2604 * remote-rdp.c (remote_rdp_fetch_register): Update.
2605 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2606 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2607 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2608 * remote-hms.c (init_hms_cmds): Update.
2609 * remote-est.c (init_est_cmds): Update.
2610 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2611 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2612 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2613 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2614 (fetch_register, supply_vrregset, supply_vrregset)
2615 (fetch_spe_registers): Update.
2616 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2617 * monitor.c (monitor_supply_register): Update.
2618 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2619 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2620 (mipsnbsd_supply_fpreg): Update.
2621 * mips-nat.c (fetch_inferior_registers)
2622 (fetch_core_registers): Update.
2623 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2624 (supply_fpregset, mips64_supply_gregset)
2625 (mips64_supply_fpregset): Update.
2626 * m68klinux-nat.c (fetch_register, supply_gregset)
2627 (supply_fpregset): Update.
2628 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2629 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2630 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2631 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2632 * infptrace.c (fetch_register): Update.
2633 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2634 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2635 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2636 (gnu_fetch_registers, gnu_store_registers): Update.
2637 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2638 * i386-linux-nat.c (fetch_register, supply_gregset)
2639 (dummy_sse_values): Update.
2640 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2641 * hppah-nat.c (fetch_register): Update.
2642 * hppa-linux-nat.c (fetch_register, supply_gregset)
2643 (supply_fpregset): Update.
2644 * go32-nat.c (fetch_register): Update.
2645 * dve3900-rom.c (fetch_bitmapped_register)
2646 (_initialize_r3900_rom): Update.
2647 * cris-tdep.c (supply_gregset): Update.
2648 * abug-rom.c (init_abug_cmds): Update.
2649 * core-aout.c (fetch_core_registers): Update.
2650 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2651 (fetch_register, fetch_fp_register): Update.
2652 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2653 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2654 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2655 * alphanbsd-tdep.c (fetch_core_registers): Update.
2656 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2657 * alpha-nat.c (fetch_osf_core_registers)
2658 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2659 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2660 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2661
2662 2004-07-21 Andrew Cagney <cagney@gnu.org>
2663
2664 * PROBLEMS: Mention breakpoints/1702.
2665 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2666 that is known to work.
2667
2668 2004-07-21 Andrew Cagney <cagney@gnu.org>
2669
2670 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2671 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2672 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2673 (handle_inferior_event): Wrap call to deprecated
2674 IGNORE_HELPER_CALL in #ifdef.
2675 * config/mips/tm-nbsd.h: Update.
2676
2677 2004-07-20 Jim Blandy <jimb@redhat.com>
2678
2679 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2680 bfd_mach_ppc has no segment registers.
2681
2682 Include PowerPC SPR numbers for special-purpose registers.
2683 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2684 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2685 new member in initializer.
2686 (S, S4, SN4, S64): New macros for defining special-purpose
2687 registers.
2688 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2689 registers_403, registers_403GC, registers_505, registers_860,
2690 registers_601, registers_602, registers_603, registers_604,
2691 registers_750, registers_e500): Use them.
2692
2693 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2694 replace references with expression used to initialize variable.
2695
2696 2004-07-20 Andrew Cagney <cagney@gnu.org>
2697
2698 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2699 read_memory_nobpt.
2700 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2701 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2702 (s390_sigtramp_frame_sniffer): Update.
2703 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2704 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2705 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2706 (mips32_fetch_instruction): Update.
2707 * mcore-tdep.c (get_insn): Update.
2708 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2709 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2710 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2711 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2712 (i386_linux_rt_sigtramp_start): Update.
2713 * i386-linux-nat.c (child_resume): Update.
2714 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2715 * hppa-linux-tdep.c (insns_match_pattern): Update.
2716 * gdbcore.h: Update.
2717 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2718 * frame.c (safe_frame_unwind_memory): Update.
2719 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2720 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2721 * alpha-tdep.c (alpha_read_insn): Update.
2722
2723 2004-07-20 Andrew Cagney <cagney@gnu.org>
2724
2725 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2726 containing both bytes and mask. Add "frame_type".
2727 * tramp-frame.c (tramp_frame_start): Update.
2728 (tramp_frame_prepend_unwinder): Update.
2729 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2730 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2731 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2732 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2733
2734 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2735
2736 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2737 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2738 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2739 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2740
2741 2004-07-17 Andrew Cagney <cagney@gnu.org>
2742
2743 * NEWS, PROBLEMS: Update for 6.2.
2744
2745 * README: Update to 6.2.
2746
2747 * utils.c (xvasprintf): Call xstrvprintf.
2748
2749 * parse.c: Update copyright.
2750 (null_post_parser): Eliminate ARGSUSED.
2751
2752 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2753 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2754 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2755
2756 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2757 * ppc-linux-nat.c: Use "Linux kernel".
2758 * hppa-linux-tdep.c: Use GNU/Linux.
2759 * hppa-linux-nat.c: Use GNU/Linux.
2760 * dwarfread.c: Add [sic] to use of Linux.
2761
2762 * hppa-linux-nat.c: Do not include <string.h>.
2763 (supply_fpregset): Remove "register" attribute.
2764
2765 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2766
2767 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2768
2769 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2770 * configure, config.in: Regenerated.
2771
2772 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2773 "bsd-kvm.h".
2774 (vaxbsd_supply_pcb): New function.
2775 (_initialize_vaxbsd_nat): New prototype and function.
2776 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2777 solib-sunos.o.
2778 (LOADLIBES): New variable.
2779 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2780 (LOADLIBES): New variable.
2781 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2782 (LOADLIBES): New variable.
2783 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2784
2785 2004-07-16 Andrew Cagney <cagney@gnu.org>
2786
2787 * defs.h (event_loop_p): Replace variable declaration with macro,
2788 always 1.
2789 * main.c (captured_main): Delete options "-async" and "-noasync".
2790 (event_loop_p): Delete variable.
2791 * NEWS: Mention that "-async" and "-noasync" were removed.
2792
2793 2004-07-16 Andrew Cagney <cagney@gnu.org>
2794
2795 * remote-m32r-sdi.c: Re-indent.
2796
2797 2004-07-16 Jim Blandy <jimb@redhat.com>
2798
2799 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2800 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2801 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2802 missing MPC823 SPRs.
2803 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2804 incorrect. (This was corrected in GDB's register name tables on
2805 2004-07-14.)
2806
2807 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2808 should be "esasrr" ("ESA Save and Restore Register").
2809
2810 2004-07-16 Andrew Cagney <cagney@gnu.org>
2811
2812 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2813 calls, no longer applicable. Update comments and rename parameter
2814 "step_frame" to "return_frame".
2815
2816 2004-07-16 Andrew Cagney <cagney@gnu.org>
2817
2818 * frame.c (fprint_field): New function.
2819 (fprint_frame_id): Use fprint_field.
2820
2821 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2822
2823 * ada-lang.c (ada_language_defn): Remove commented out code.
2824
2825 2004-07-15 Jim Blandy <jimb@redhat.com>
2826
2827 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2828 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2829
2830 2004-07-14 Jim Blandy <jimb@redhat.com>
2831
2832 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2833
2834 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2835
2836 * ppc-tdep.h (ppc_num_srs): New enum constant.
2837
2838 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2839 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2840 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2841 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2842 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2843 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2844 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2845 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2846 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2847 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2848 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2849 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2850 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2851 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2852 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2853 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2854 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2855 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2856 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2857 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2858 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2859 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2860 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2861 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2862 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2863 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2864 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2865 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2866 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2867 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2868 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2869 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2870 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2871 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2872 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2873 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2874 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2875 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2876 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2877 special-purpose register numbers.
2878
2879 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2880 manual mentions 'md_twb', but many mention 'm_twb', and at that
2881 point in the register list.)
2882
2883 2004-07-14 Andrew Cagney <cagney@gnu.org>
2884
2885 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2886 instead of "internal-error".
2887
2888 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2889
2890 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2891 that was inserted inside a comment.
2892
2893 2004-07-10 Randolph Chung <tausq@debian.org>
2894
2895 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2896 function.
2897 (hppa_hpux_push_dummy_code): New function.
2898 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2899 Set find_global_pointer method.
2900
2901 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2902
2903 * NEWS: Mention BSD libkvm interface.
2904
2905 2004-07-10 Michael Snyder <msnyder@redhat.com>
2906
2907 * symfile.c (generic_load): Comment typo.
2908 * stack.c (get_selected_block): Ditto.
2909 * regcache.c (regcache_cooked_read): Ditto.
2910 * monitor.c (monitor_debug): Ditto.
2911 * mips-tdep.c (mips_read_pc): Ditto.
2912 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2913 * gdb_mbuild.sh: Ditto.
2914 * gdbarch.sh: Ditto.
2915 * gdbarch.h: Ditto.
2916
2917 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2918
2919 * ada-tasks.c: Remove file.
2920
2921 Remove ARI problems:
2922
2923 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2924 beginning of line.
2925
2926 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2927 Add comment.
2928 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2929 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2930 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2931 (UMIN_OF_SIZE): Remove.
2932 (max_of_type): New function to replace orphan macro in gdbtypes.h
2933 (min_of_type): Ditto.
2934 (discrete_type_high_bound): Use max_of_type.
2935 (discrete_type_low_bound): Use min_of_type.
2936 (possible_user_operator_p): Move operator to beginning of line.
2937 (ada_is_variant_part): Ditto.
2938 (ensure_lval): Rewrite to avoid deprecated operations.
2939 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2940 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2941 (ada_enum_name): Remove assignments in 'if' statements.
2942 (build_ada_types): Add gdbarch parameter.
2943 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2944 with gdbarch_data_register_post_init.
2945 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2946 add_show_from_set.
2947
2948 * ada-valprint.c (inspect_it): Remove declaration.
2949 (repeat_count_threshold): Remove declaration.
2950 (ada_print_floating): Remove assignments in 'if' statements.
2951 (print_str): Move operator to beginning of line.
2952
2953 2004-07-08 Jim Blandy <jimb@redhat.com>
2954
2955 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2956
2957 2004-07-08 Bob Rossi <bob@brasko.net>
2958
2959 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2960
2961 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2962
2963 * language.h (struct_language_defn): Add new function pointer:
2964 la_class_name_from_physname. Also add new prototype for
2965 language_class_name_from_physname.
2966 * language.c (language_class_name_from_physname): New function.
2967 (unk_lang_class_name): Ditto.
2968 (unknown_language_defn, auto_language_defn): Change
2969 to add unk_lang_class_name function pointer for
2970 la_class_name_from_physname.
2971 (local_language_defn): Ditto.
2972 * dwarf2read.c (guess_structure_name): Change to call
2973 language_class_name_from_physname.
2974 (determine_class_name): Ditto.
2975 * cp-support.c (class_name_from_physname): Renamed.
2976 (cp_class_name_from_physname): New name of function.
2977 * cp-support.h: Ditto.
2978 * c-lang.c (c_language_defn): Change to add NULL
2979 for class_name_from_physname function pointer.
2980 (cplus_language_defn): Change to add cp_class_name_from_physname.
2981 * jv-lang.c (java_class_name_physname): New function.
2982 (java_find_last_component): New static routine.
2983 (java_language_defn): Add java_class_name_from_physname pointer.
2984 * ada-lang.c (ada_language_defn): Change to add NULL
2985 for class_name_from_physname function pointer.
2986 * f-lang.c (f_language_defn): Ditto.
2987 * m2-lang.c (m2_language_defn): Ditto.
2988 * objc-lang.c (objc_language_defn): Ditto.
2989 * p-lang.c (pascal_language_defn): Ditto.
2990 * scm-lang.c (scm_language_defn): Ditto.
2991
2992 2004-07-06 Andrew Cagney <cagney@gnu.org>
2993
2994 Patch from Bart Robinson.
2995 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2996 (O_LARGEFILE): Define to 0, if not defined.
2997
2998 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2999
3000 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3001 <machine/pcb.h> and "bsd-kvm.h".
3002 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3003 (m68kbsd_supply_pcb): New function.
3004 (_initialize_m68kbsd_nat): New prototype and function.
3005 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3006 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3007 (LOADLIBES): New variable.
3008 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3009 (LOADLIBES): New variable.
3010
3011 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3012
3013 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3014
3015 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3016 <sys/proc.h>.
3017 (bsd_kvm_cmdlist): New variable.
3018 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3019 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3020 command and "kvm proc" command.
3021 * Makefile.in (bsd-kvm.o): Update dependencies.
3022
3023 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3024
3025 * osabi.c: Update copyright year.
3026 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3027 notes if EI_OSABI is set to ELFOSABI_HPUX.
3028
3029 2004-07-01 Michael Snyder <msnyder@redhat.com>
3030
3031 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3032 that seems to have gotten whacked out of line.
3033
3034 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3035
3036 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3037 code.
3038
3039 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3040
3041 * ada-lang.c (decode_packed_array): Minor change to comment.
3042 (ada_value_slice_ptr): New function.
3043 (ada_value_slice): New function.
3044 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3045 test. Don't know why it is there.
3046 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3047 to avoid dereferencing huge arrays from which one is slicing.
3048 (empty_array): Correct to return an array rather than
3049 a subrange value.
3050 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3051 on empty arrays (let'em use 'FIRST instead).
3052
3053 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3054
3055 Address complaints from gdb_ari.sh:
3056
3057 * ada-exp.y: Include gdb_string.h rather than string.h.
3058 (convert_char_literal): Reformat declaration.
3059 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3060 * ada-lex.l: Change use of free to xfree (the macro would do so
3061 anyway, but this is harmless).
3062 Include gdb_string.h rather than string.h.
3063 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3064
3065 * ada-lang.c (parse): Remove K&Rism in parameter list.
3066 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3067
3068 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3069
3070 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3071 dead code.
3072
3073 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3074
3075 * alphabsd-nat.c: Update copyright year.
3076 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3077
3078 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3079
3080 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3081 (i386_cygwin_in_solib_call_trampoline): New function.
3082 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3083 and skip_trampoline_code gdbarch methods.
3084
3085 2004-06-29 Jim Blandy <jimb@redhat.com>
3086
3087 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3088 name actually used in the dependency lists.
3089
3090 2004-06-29 Randolph Chung <tausq@debian.org>
3091
3092 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3093
3094 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3095
3096 * win32-nat.c (child_pid_to_exec_file): New function.
3097 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3098 functionality.
3099
3100 2004-06-28 Andrew Cagney <cagney@gnu.org>
3101
3102 * defs.h (xstrvprintf): Declare.
3103 * utils.c (xstrvprintf): New function.
3104 (internal_vproblem, xstrprintf, xasprintf)
3105 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3106 * serial.c (serial_printf): Ditto.
3107 * complaints.c (vcomplaint): Ditto.
3108
3109 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3110
3111 * infcmd.c (attach_command): Move call to target_terminal_inferior
3112 behind loading symbol table.
3113
3114 2004-06-28 Andrew Cagney <cagney@gnu.org>
3115
3116 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3117 change - add back extern deprecated_ui_loop_hook declaration.
3118
3119 2004-06-28 Andrew Cagney <cagney@gnu.org>
3120
3121 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3122 xstrprintf.
3123 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3124 (c_value_of_variable): Ditto.
3125 * utils.c (internal_vproblem): Ditto.
3126 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3127 * remote.c (add_packet_config_cmd): Ditto.
3128 * remote-rdp.c (rdp_set_command_line): Ditto.
3129 * regcache.c (regcache_dump): Ditto.
3130 * frv-tdep.c (new_variant, new_variant): Ditto.
3131 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3132 (fbsd_find_memory_regions): Ditto.
3133 * breakpoint.c (create_thread_event_breakpoint)
3134 (create_breakpoints): Ditto.
3135 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3136 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3137
3138 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3139
3140 * ada-lang.c: Re-indent file, with some massaging to help indent
3141 a bit when the result is otherwise really too ugly.
3142
3143 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3144
3145 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3146 code_addr_p and special_addr_p to 'unsigned int'.
3147
3148 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3149
3150 * i386v4-nat.c: Update copyright year and tweak comment.
3151 (regmap): Remove trailing comma.
3152 (supply_gregset): Rename local variable i to regnum. Call
3153 regcache_raw_supply instead of supply_register.
3154 (fill_gregset): Rename argument regno to regnum. Call
3155 regcache_raw_collect instead of regcache_collect.
3156
3157 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3158
3159 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3160 and special_addr_p.
3161 (frame_id_build, frame_id_build_special): Update comments.
3162 (frame_id_build_wild): New prototype.
3163 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3164 struct frame_id fields.
3165 (frame_id_build_wild): New function.
3166 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3167
3168 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3169
3170 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3171 hppabsd-tdep.c.
3172
3173 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3174
3175 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3176
3177 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3178
3179 * ada-lang.c: Re-indent file.
3180
3181 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3182
3183 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3184 (no_symtab_msg): Likewise.
3185
3186 2004-06-27 Andreas Schwab <schwab@suse.de>
3187
3188 * source.c: Fix whitespace.
3189
3190 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3191
3192 * configure.in: Include <sys/param.h> for td_pcb test.
3193 * configure: Regenerated.
3194
3195 * i386nbsd-nat.c: New file.
3196 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3197 i386obsd-nat.c and i386obsd-tdep.c.
3198 (i386nbsd-nat.o): New dependency.
3199 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3200 bsd-kvm.o.
3201 (LOADLIBES): New variable.
3202 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3203 bsd-kvm.o.
3204 (LOADLIBES): New variable.
3205
3206 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3207 (LOADLIBES): New variable.
3208
3209 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3210 fetching from BSD_KVM_PADDR. Correctly lookup address for
3211 "_thread0".
3212
3213 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3214 "bsd-kvm.h".
3215 (amd64fbsd_supply_pcb): New funcion.
3216 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3217
3218 2004-06-27 <david@streamline-computing.com>
3219
3220 Partial fix for PR cli/1056.
3221 * valarith.c: Check for zero in division and remainder
3222 evaluation.
3223
3224 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3225
3226 * i387-tdep.c: Remove excessive whitespace.
3227
3228 2004-06-26 Andrew Cagney <cagney@gnu.org>
3229
3230 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3231 * gdb-events.h, gdb-events.c: Re-generate.
3232 * tui/tui-hooks.c (tui_install_hooks): Update.
3233 (tui_remove_hooks): Update.
3234 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3235
3236 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3237
3238 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3239 (gregset_t, fpregset_t): Remove typedefs.
3240 (REG_OFFSET): Rename argument.
3241 (amd64bsd_r_reg_offset): Rename from reg_offset.
3242 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3243 Remove functions.
3244 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3245 of reg_offset.
3246 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3247
3248 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3249
3250 * vax-tdep.c: Tweak comment.
3251
3252 Add OpenBSD/hppa support.
3253 * NEWS (New native configurations): Mention OpenBSD/hppa.
3254 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3255 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3256 files.
3257 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3258 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3259 * configure.host: Add hppa*-*-openbsd*.
3260 * configure.tgt: Add hppa*-*-openbsd*.
3261
3262 2004-06-25 Andrew Cagney <cagney@gnu.org>
3263
3264 * defs.h (deprecated_ui_loop_hook): Deprecated.
3265 * wince.c (child_wait): Update.
3266 * win32-nat.c (child_wait): Update.
3267 * v850ice.c (v850ice_wait): Update.
3268 * top.c (deprecated_ui_loop_hook): Update.
3269 * serial.h: Update.
3270 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3271 (do_unix_readchar): Update.
3272 * ser-tcp.c (net_open): Update.
3273 * remote-sim.c (gdb_os_poll_quit): Update.
3274 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3275
3276 2004-06-24 Andrew Cagney <cagney@gnu.org>
3277
3278 * defs.h (deprecated_pre_add_symbol_hook)
3279 (deprecated_post_add_symbol_hook): Deprecated.
3280 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3281 (symbol_file_add_with_addrs_or_offsets): Update references.
3282
3283 2004-06-24 Andrew Cagney <cagney@gnu.org>
3284
3285 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3286 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3287 * wince.c (ui_loop_hook): Delete extern declaration.
3288 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3289 * v850ice.c (ui_loop_hook): Delete extern declaration..
3290 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3291 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3292 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3293 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3294 ui_loop_hook declaration.
3295
3296 2004-06-24 Andrew Cagney <cagney@gnu.org>
3297
3298 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3299 entry_func_highpc fields.
3300 * objfiles.c (init_entry_point_info): Do not clear
3301 entry_func_lowpc and entry_func_highpc.
3302 (objfile_relocate): Do not relocate entry_func_lowpc and
3303 entry_func_highpc.
3304 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3305 entry_func_highpc.
3306 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3307 entry_func_highpc.
3308 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3309 entry_func_lowpc and entry_func_highpc with call to
3310 inside_entry_func.
3311
3312 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3313
3314 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3315 quad-precision floating point arguments in registers.
3316
3317 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3318
3319 From Michael Mueller <m.mueller99@kay-mueller.de>:
3320 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3321 account.
3322
3323 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3324
3325 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3326 to -1.
3327 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3328 untriggered watchpoints to a separate if clause. Update function
3329 comment regarding STOPPED_BY_WATCHPOINT argument.
3330
3331 2004-06-22 Jim Blandy <jimb@redhat.com>
3332
3333 * gdbarch.sh: Doc fix.
3334
3335 2004-06-21 Martin Hunt <hunt@redhat.com>
3336 Kevin Buettner <kevinb@redhat.com>
3337
3338 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3339 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3340 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3341 to set_gdbarch_sp_regnum(). Use cooked register number.
3342 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3343
3344 2004-06-21 Andrew Cagney <cagney@gnu.org>
3345
3346 * gdbarch.sh: When the macro field is empty, do not generate a
3347 macro definition. When the macro field is "=", generate the macro
3348 name from the upper-case function name.
3349 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3350 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3351 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3352 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3353 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3354 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3355 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3356 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3357 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3358 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3359 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3360 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3361 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3362 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3363 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3364 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3365 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3366 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3367 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3368 (DEPRECATED_USE_STRUCT_CONVENTION)
3369 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3370 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3371 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3372 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3373 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3374 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3375 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3376 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3377 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3378 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3379 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3380 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3381 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3382 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3383 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3384 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3385 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3386 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3387
3388 2004-06-21 Andrew Cagney <cagney@gnu.org>
3389
3390 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3391 macro name, and the function rather than macro value. Only wrap
3392 macro print statements in #ifdef. Move format logic to where it
3393 is needed.
3394 * gdbarch.c: Re-generate.
3395
3396 * gdbarch.sh (read): Delete "print_p" and "description", add
3397 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3398 Delete references to print_p.
3399 (TARGET_ARCHITECTURE): Delete print predicate.
3400 * gdbarch.c: Re-generate.
3401
3402 * gdbarch.sh: Check that multi-arch methods do not provide a
3403 macro.
3404 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3405 (print_registers_info, print_float_info, print_vector_info)
3406 (adjust_breakpoint_address, remote_translate_xfer_address)
3407 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3408 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3409 name from the multi-arch definition.
3410
3411 2004-06-20 Andrew Cagney <cagney@gnu.org>
3412
3413 * gdbarch.sh: Sort by the function, instead of macro name.
3414 * gdbarch.c: Re-generate.
3415
3416 2004-06-20 Andrew Cagney <cagney@gnu.org>
3417
3418 * gdbarch.sh: Use the function, instead of macro name in
3419 errors and the log file.
3420 (return_value): Remove stray ":" in spec.
3421
3422 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3423 * gdbarch.h, gdbarch.c: Re-generate.
3424 * Makefile.in (arch-utils.o): Update dependencies.
3425 * values.c (using_struct_return): Move code calling
3426 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3427 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3428 to legacy_return_value, simplify.
3429 * infcmd.c (print_return_value): Move code calling
3430 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3431 to legacy_return_value, simplify.
3432 * infcall.c (call_function_by_hand): Move code calling
3433 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3434 * arch-utils.c: Update copyright. Include "gdbcore.h".
3435 (legacy_return_value): New function.
3436 * arch-utils.h: Update copyright.
3437 (legacy_return_value): Declare.
3438
3439 2004-06-20 Andrew Cagney <cagney@gnu.org>
3440
3441 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3442 * gdbarch.h, gdbarch.c: Re-generate.
3443 * values.c (using_struct_return): Update call.
3444 * mcore-tdep.c: Update comment.
3445 * infcall.c (call_function_by_hand): Update comment.
3446 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3447 * arch-utils.h (always_use_struct_convention): Update.
3448 * v850-tdep.c (v850_gdbarch_init): Update.
3449 * sh64-tdep.c (sh64_gdbarch_init): Update.
3450 * sh-tdep.c (sh_gdbarch_init): Update.
3451 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3452 * mips-tdep.c (mips_gdbarch_init): Update.
3453 * mcore-tdep.c (mcore_gdbarch_init): Update.
3454 * m32r-tdep.c (m32r_gdbarch_init): Update.
3455 * ia64-tdep.c (ia64_gdbarch_init): Update.
3456 * h8300-tdep.c (h8300_gdbarch_init): Update.
3457 * frv-tdep.c (frv_gdbarch_init): Update.
3458 * cris-tdep.c (cris_gdbarch_init): Update.
3459 * arm-tdep.c (arm_gdbarch_init): Update.
3460 * alpha-tdep.c (alpha_gdbarch_init): Update.
3461
3462 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3463
3464 * PROBLEMS: Add more specific information, and a work-around,
3465 for PR gdb/1458.
3466
3467 2004-06-18 Andrew Cagney <cagney@gnu.org>
3468
3469 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3470 * gdbarch.h, gdbarch.c: Re-generate.
3471 * ada-lang.c (ada_finish_decode_line_1): Update.
3472 * infrun.c (handle_inferior_event): Update.
3473 * infcall.c (find_function_addr): Update.
3474 * linespec.c (minsym_found): Update.
3475 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3476 Update.
3477 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3478 * cli/cli-cmds.c (disassemble_command): Update.
3479 * vax-tdep.c (vax_gdbarch_init): Update.
3480
3481 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3482
3483 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3484
3485 2004-06-17 Andrew Cagney <cagney@gnu.org>
3486
3487 GDB 6.1.1 released from the GDB 6.1 branch.
3488 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3489 * PROBLEMS: Ditto.
3490
3491 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3492
3493 PR gdb/1658
3494 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3495 operation as a uleb128. Found by Michael Coulter.
3496
3497 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3498
3499 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3500 make it non-static.
3501 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3502 to ada-lang.h; this is needed to be able to implement the kill command
3503 in multi-task mode.
3504 (task_ptid): Ditto.
3505 (task_entry): Ditto.
3506 (task_list): Ditto.
3507 (ada_build_task_list): Ditto.
3508
3509 * ada-lang.c: Conditionalize routines and data structures related
3510 to breakpoints, exceptions, completion, and symbol caching on
3511 GNAT_GDB, since these are not yet used in the submitted public sources.
3512 (ada_main_name): Editorial: Move definition out of exception-related
3513 code.
3514
3515 2004-06-15 Andrew Cagney <cagney@gnu.org>
3516
3517 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3518 deprecated_pc_in_call_dummy.
3519
3520 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3521
3522 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3523 bfd_get_section_size_before_reloc or _raw_size.
3524 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3525 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3526 (dwarf2_read_section): Likewise.
3527 * elfread.c (elf_locate_sections): Likewise.
3528 * gcore.c (derive_heap_segment): Likewise.
3529 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3530 * remote-e7000.c (e7000_load): Likewise.
3531 * remote-m32r-sdi.c (m32r_load): Likewise.
3532 * remote-mips.c (mips_load_srec): Likewise.
3533 (pmon_load_fast): Likewise.
3534 * remote.c (compare_sections_command): Likewise.
3535 * symfile.c (add_section_size_callback): Likewise.
3536 (load_section_callback): Likewise.
3537 (pc_in_unmapped_range): Likewise.
3538 (pc_in_mapped_range): Likewise.
3539 (sections_overlap): Likewise.
3540 (list_overlays_command): Likewise.
3541 (simple_overlay_update_1): Likewise.
3542 (simple_overlay_update): Likewise.
3543 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3544 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3545
3546 2004-06-14 Randolph Chung <tausq@debian.org>
3547
3548 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3549 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3550 static.
3551 (hppa_hpux_inferior_created): New function.
3552 (hppa_hpux_init_abi): Register observer.
3553 * symfile.c (hp_cxx_exception_support_initialized)
3554 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3555 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3556
3557 2004-06-14 Randolph Chung <tausq@debian.org>
3558
3559 * MAINTAINERS (Write After Approval): Alphabetize my entry
3560 correctly.
3561
3562 2004-06-14 Andrew Cagney <cagney@gnu.org>
3563
3564 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3565 testsuite maintainer.
3566
3567 2004-06-13 Andrew Cagney <cagney@gnu.org>
3568
3569 * infcmd.c (print_return_value): Fix logic, allow
3570 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3571
3572 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3573 defining any macros.
3574 * gdbarch.h: Re-generate.
3575
3576 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3577 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3578 * gdbarch.h: Re-generate.
3579
3580 * values.c (generic_use_struct_convention): Don't check gcc_p.
3581
3582 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3583 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3584 * gdbarch.h, gdbarch.c: Regenerate.
3585 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3586 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3587 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3588 deprecated_max_register_raw_size and
3589 deprecated_max_register_virtual_size.
3590 * v850-tdep.c (v850_gdbarch_init): Ditto.
3591 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3592 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3593 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3594 * cris-tdep.c (cris_gdbarch_init): Ditto.
3595
3596 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3597 * gdbarch.h, gdbarch.c: Re-generate.
3598 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3599 (m68hc11_use_struct_convention): Delete function.
3600 (m68hc11_extract_struct_value_address): Delete function.
3601 (m68hc11_return_value): New function.
3602 (m68hc11_gdbarch_init): Instead of store_return_value,
3603 extract_return_value, return_value_on_stack,
3604 deprecated_extract_struct_value_address and use_struct_convention,
3605 set return_value.
3606 * values.c (using_struct_return): Do not call
3607 RETURN_VALUE_ON_STACK.
3608 * arch-utils.h (generic_return_value_on_stack_not): Delete
3609 declaration.
3610 * arch-utils.c (generic_return_value_on_stack_not): Delete
3611 function.
3612
3613 2004-06-12 Andrew Cagney <cagney@gnu.org>
3614
3615 * values.c (register_value_being_returned): Delete function.
3616 * infcmd.c (legacy_return_value): Delete function.
3617 * infcall.c (call_function_by_hand): Inline
3618 "register_value_being_returned", simplify.
3619 * values.c (using_struct_return): Update comment, refer to
3620 print_return_value instead of register_value_being_returned.
3621 * infcmd.c (print_return_value): Inline calls to
3622 register_value_being_returned and legacy_return_value. Simplify.
3623
3624 2004-06-11 Randolph Chung <tausq@debian.org>
3625
3626 * somread.c (som_symtab_read): Exclude gcc local symbols.
3627
3628 2004-06-11 Randolph Chung <tausq@debian.org>
3629
3630 * infrun.c (handle_inferior_event): Handle the case when a
3631 trampoline ends up in the runtime resolver, and if the trampoline
3632 has no name. Rearrange the code so that all the trampoline
3633 processing happens before other step-out-of-range handling.
3634
3635 2004-06-11 Martin Hunt <hunt@redhat.com>
3636
3637 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3638 has no fpu.
3639
3640 2004-06-10 Andrew Cagney <cagney@gnu.org>
3641
3642 * blockframe.c (legacy_inside_entry_func): Delete.
3643 (legacy_frame_chain_valid): Inline call to
3644 legacy_inside_entry_func, simplify.
3645
3646 2004-06-10 Bob Rossi <bob@brasko.net>
3647
3648 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3649 * dwarf2read.c (partial_die_info): Add dirname field.
3650 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3651 (read_partial_die): Save away DW_AT_comp_dir.
3652 * defs.h (symtab_to_filename): Removed.
3653 * source.c (find_and_open_source): Added.
3654 (open_source_file): Just calls find_and_open_source.
3655 (symtab_to_filename): Removed.
3656 (symtab_to_fullname, psymtab_to_fullname): Added.
3657 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3658 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3659 symtab_to_filename.
3660 * symtab.h (partial_symtab): Add dirname field.
3661 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3662 (mi_cmd_file_list_exec_source_file): Call new function
3663 symtab_to_fullname to find fullname.
3664 (mi_cmd_file_list_exec_source_files): Added.
3665 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3666 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3667
3668 2004-06-10 Andrew Cagney <cagney@gnu.org>
3669
3670 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3671 to generic_use_struct_convention, the default value.
3672
3673 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3674 of abort.
3675
3676 * ns32k-tdep.c (ns32k_push_arguments): New function.
3677 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3678 * infcall.c (call_function_by_hand): Call error instead of
3679 legacy_push_arguments.
3680 * value.h (legacy_push_arguments): Delete declaration.
3681 * valops.c (legacy_push_arguments): Delete function.
3682 (value_push): Delete function.
3683
3684 2004-06-10 Brian Ford <ford@vss.fsi.com>
3685
3686 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3687 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3688 info.
3689 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3690
3691 2004-06-10 Andrew Cagney <cagney@gnu.org>
3692
3693 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3694 * gdbarch.h, gdbarch.c: Re-generate.
3695 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3696 parameters.
3697 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3698 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3699 deprecated_pc_in_call_dummy instead of
3700 DEPRECATED_PC_IN_CALL_DUMMY.
3701 (arm_skip_prologue): Ditto.
3702 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3703 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3704 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3705 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3706 Ditto.
3707 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3708 (sh64_init_extra_frame_info, sh64_get_saved_register)
3709 (sh64_pop_frame): Ditto.
3710 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3711 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3712 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3713 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3714 (h8300_pop_frame): Ditto.
3715 * blockframe.c (legacy_inside_entry_func)
3716 (legacy_frame_chain_valid): Ditto.
3717 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3718 to deprecated_pc_in_call_dummy.
3719
3720 2004-06-09 Andrew Cagney <cagney@gnu.org>
3721
3722 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3723 provide a default value.
3724 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3725 * gdbarch.h, gdbarch.c: Re-generate.
3726 * arch-utils.c (generic_convert_register_p): Rename
3727 legacy_convert_register_p
3728 (legacy_register_to_value, legacy_value_to_register): Delete
3729 functions.
3730 * arch-utils.h (generic_convert_register_p): Rename
3731 legacy_convert_register_p.
3732 (legacy_register_to_value, legacy_value_to_register): Delete
3733 declarations.
3734
3735 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3736 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3737 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3738 * gdbarch.h, gdbarch.c: Re-generate.
3739 * infcmd.c (default_print_registers_info): Simplify.
3740 * findvar.c (value_of_register): Simplify.
3741 * mi/mi-main.c (get_register): Simplify.
3742 * arch-utils.c (legacy_convert_register_p): Always return 0.
3743 (legacy_register_to_value, legacy_value_to_register): Always call
3744 internal_error.
3745
3746 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3747 #ifdef CLEAR_INSN_CACHE code.
3748 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3749 Delete #ifdef CLEAR_DEFERRED_STORES code.
3750
3751 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3752
3753 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3754 copyright.
3755 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3756
3757 * config/mips/mipsv4.mh: Delete file.
3758
3759 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3760 unreferenced macro.
3761 (hpread_adjust_stack_address): Delete declaration.
3762
3763 2004-06-08 Andrew Cagney <cagney@gnu.org>
3764
3765 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3766 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3767 PTRACE_ATTACH / PTRACE_DETACH available call error.
3768 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3769 * infttrace.c (update_thread_state_after_attach, attach, detach):
3770 Remove #ifdef wrappers.
3771 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3772 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3773 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3774 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3775 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3776 * config/nm-linux.h (ATTACH_DETACH): Delete.
3777 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3778 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3779 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3780 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3781 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3782
3783 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3784
3785 * configure.in: Set $configdir to the right OS specific value.
3786 Use value when setting $tcldir and $tkdir.
3787 * configure: Regenerate.
3788
3789 2004-06-06 Paul Brook <paul@codesourcery.com>
3790
3791 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3792 records.
3793
3794 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3795
3796 * ada-lang.c (lookup_symbol_in_language): New function to allow
3797 re-use of another language's symbol lookup code. (Placed here
3798 temporarily while Ada support is being integrated into the public
3799 tree).
3800 (restore_language): New auxiliary function for
3801 lookup_symbol_in_language.
3802 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3803 temporarily while Ada support is being integrated into the public
3804 tree).
3805
3806 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3807
3808 * Makefile.in (check//%): New.
3809
3810 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3811 (mn10300_store_return_value): Rewrite.
3812 (mn10300_type_align): New.
3813 (mn10300_use_struct_convention): Rewrite.
3814 (mn10300_return_value): New, using all of the above.
3815 (mn10300_pop_frame_regular): Add saved_regs_size.
3816 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3817
3818 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3819 regs if PC is on movm.
3820
3821 2004-06-07 Jim Blandy <jimb@redhat.com>
3822
3823 Add native Linux support for the PowerPC E500.
3824 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3825 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3826 all architectures except the E500.
3827 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3828 #definitions.
3829 (struct gdb_evrregset_t): New type.
3830 (have_ptrace_getsetevrregs): New variable.
3831 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3832 fetch_spe_registers): New functions.
3833 (fetch_register): Call fetch_spe_register as appropriate.
3834 Assert that we're only passed raw register numbers.
3835 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3836 Don't fetch gprs if they're pseudoregisters.
3837 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3838 store_spe_registers): New functions.
3839 (store_register): Call store_spe_register as appropriate.
3840 Assert that we're only passed raw register numbers.
3841 (store_ppc_registers): Call store_spe_registers as appropriate.
3842 Don't store gprs if they're pseudoregisters.
3843
3844 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3845
3846 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3847 struct if one exists, even if we are dealing with a zombie thread.
3848
3849 2004-06-07 Andrew Cagney <cagney@gnu.org>
3850
3851 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3852 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3853 Rename PC_REQUIRES_RUN_BEFORE_USE.
3854 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3855 #ifdef.
3856
3857 2004-06-07 Randolph Chung <tausq@debian.org>
3858
3859 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3860 unwinding after sp has been saved to the stack but before the end
3861 of the prologue, and after the fp has been modified but before it has
3862 been saved to the stack.
3863 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3864 Remove superfluous definitions.
3865 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3866
3867 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3868
3869 Committed by Randolph Chung.
3870 * hppa-linux-nat.c: Include the correct version of the header file
3871 depending on the kernel version.
3872
3873 2004-06-06 Randolph Chung <tausq@debian.org>
3874
3875 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3876 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3877
3878 2004-06-06 Randolph Chung <tausq@debian.org>
3879
3880 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3881 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3882 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3883 * hppa-tdep.c (hppa_symbol_address): New function definition.
3884 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3885
3886 2004-06-06 Randolph Chung <tausq@debian.org>
3887
3888 * hppa-tdep.h (struct value): Forward declaration.
3889 (gdbarch_tdep): Define tdep find_global_pointer method.
3890 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3891 associated with the function we are trying to call, and write it
3892 to the gp register.
3893 (hppa32_convert_from_funct_ptr_addr): New function.
3894 (hppa_find_global_pointer): New function.
3895 (hppa_gdbarch_init): Set default find_global_pointer method; set
3896 convert_from_func_ptr_addr method.
3897 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3898 (hppa_linux_init_abi): Set find_global_pointer method.
3899 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3900
3901 2004-06-06 Randolph Chung <tausq@debian.org>
3902
3903 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3904 to struct value *function.
3905 * gdbarch.c: Regenerate.
3906 * gdbarch.h: Likewise.
3907 * infcall.c (call_function_by_hand): Pass entire function value
3908 to push_dummy_call.
3909
3910 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3911 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3912 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3913 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3914 * arm-tdep.c (arm_push_dummy_call): Likewise.
3915 * avr-tdep.c (avr_push_dummy_call): Likewise.
3916 * cris-tdep.c (cris_push_dummy_call): Likewise.
3917 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3918 * frv-tdep.c (frv_push_dummy_call): Likewise.
3919 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3920 * hppa-tdep.c (hppa32_push_dummy_call)
3921 (hppa64_push_dummy_call): Likewise.
3922 * i386-tdep.c (i386_push_dummy_call): Likewise.
3923 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3924 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3925 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3926 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3927 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3928 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3929 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3930 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3931 (ppc64_sysv_abi_push_dummy_call): Likewise.
3932 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3933 (ppc64_sysv_abi_push_dummy_call): Likewise.
3934 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3935 * s390-tdep.c (s390_push_dummy_call): Likewise.
3936 * sh-tdep.c (sh_push_dummy_call_fpu)
3937 (sh_push_dummy_call_nofpu): Likewise.
3938 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3939 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3940 * vax-tdep.c (vax_push_dummy_call): Likewise.
3941
3942 2004-06-04 Jim Blandy <jimb@redhat.com>
3943
3944 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3945 gdbarch argument to register_size.
3946
3947 * rs6000-tdep.c (rs6000_store_return_value): Use
3948 regcache_cooked_write_part instead of
3949 deprecated_write_register_bytes.
3950 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3951 not gdbarch_deprecated_store_return_value.
3952
3953 * ppc-linux-nat.c (store_register, fetch_register): Remove
3954 incorrect assertions. Simplify and generalize handling of
3955 transfers whose sizes are not multiples of, or less than, sizeof
3956 (PTRACE_XFER_TYPE).
3957
3958 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3959
3960 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3961 as a new thread event.
3962 * thread-db.c (thread_get_info_callback): If the thread is a
3963 zombie, return TD_THR_ZOMBIE.
3964 (thread_from_lwp): If thread_get_info_callback returns
3965 TD_THR_ZOMBIE, check if the thread is still on the thread list
3966 and return a -1 ptid if not found.
3967 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3968 change the status to TARGET_WAITKIND_SPURIOUS.
3969
3970 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3971
3972 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3973 double values in little endian mode.
3974
3975 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3976
3977 Committed by Andrew Cagney.
3978 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3979 after last enum constant to avoid error from IBM C
3980 compiler.
3981
3982 2004-06-02 Jim Blandy <jimb@redhat.com>
3983
3984 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3985 to 'message', and make it local to the lone block that uses it.
3986
3987 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3988
3989 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3990
3991 * ada-exp.y: Update copyright notice.
3992 Include block.h.
3993
3994 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3995 SPECIAL_VARIABLE and unify the treatment of these cases.
3996
3997 (write_attribute_call0): Remove.
3998 (write_attribute_call1): Remove.
3999 (write_attribute_calln): Remove.
4000 (save_qualifier): Add missing semicolon.
4001
4002 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4003 temporarily disabled to allow compilation with FSF head version.
4004
4005 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4006 use individual operators (OP_*) for all attributes.
4007 (exp syntax): Use write_int.
4008 Handle STRING literals with OP_STRING.
4009 (variable syntax): Add limit parameter to calls to
4010 write_object_renaming.
4011
4012 (temp_parse_space): New definition to hold entities that need
4013 only live until the next call to ada_parse.
4014 (string_to_operator): Rename fields of ada_opname_table entries.
4015
4016 (write_var_from_sym): Record block.
4017 (write_var_from_name): Minor reformatting.
4018 Make sure saved name is properly encoded in the case of multiple
4019 matches, and set its language to Ada.
4020 Update comment.
4021 Modify to indicate unresolved name as symbol in the UNRESOLVED
4022 namespace, allocated in temp_parse_space.
4023 (write_int): New function.
4024
4025 (write_object_renaming): Add max_depth parameter to limit
4026 chains of object renamings.
4027 Handle case where root of renaming expression is itself a renaming.
4028 Use temp_parse_space for temporary name buffer.
4029 Handle renamings to dereferenced pointers (___XEXA suffices).
4030
4031 (ada_parse, yyerror, string_to_operator,
4032 write_var_from_sym, write_var_from_name, write_attribute_call0,
4033 write_attribute_call1, write_attribute_calln,
4034 write_object_renaming): Protoize.
4035
4036 (_initialize_ada_exp): New function.
4037
4038 * ada-lang.c: Update copyright notice.
4039 General terminology change to conform to GNAT compiler usage:
4040 mangle => encode, demangle => decode
4041 Include gdb_obstack.h.
4042 Include gdb_regex.h
4043 Include frame.h
4044 Include hashtab.h
4045 Include completer.h
4046 Include gdb_stat.h
4047 Include block.h
4048 Include infcall.h
4049
4050 (ADA_RETAIN_DOTS): Make sure this is defined.
4051 (TRUNCATION_TOWARDS_ZERO): Define.
4052 (struct string_vector): Define.
4053 (unresolved_names): Remove definition.
4054 (xnew_string_vector): New function.
4055 (string_vector_append): New function.
4056 (extract_string): Make static.
4057 (ada_unqualified_name): New function.
4058 (add_angle_brackets): New function.
4059 (function_name_from_pc): New function.
4060 (place_on_stack): Rename to ensure_lval.
4061
4062 (ensure_lval): Renamed from place_on_stack.
4063 Make identity on lvals.
4064 Update comment.
4065 (is_nonfunction): New interface.
4066 Only symbols in LOC_CONST class can be enumerals.
4067 (fill_in_ada_prototype): Remove; now independent of language.
4068 (add_defn_to_vec): Add obstack and symtab arguments.
4069 Use obstack to hold collected definitions.
4070 (num_defns_collected): New function.
4071 (defns_collected): New function.
4072 (ada_resolve_subexp): Rename to resolve_subexp.
4073 (resolve_subexp): Renamed from ada_resolve_subexp.
4074 (ada_op_name): Return non-const result.
4075 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4076 other purposes.
4077
4078 (to_fixed_array_type): Add declaration.
4079 (coerce_unspec_val_to_type): Remove offset parameter.
4080 (find_sal_from_funcs_and_line): New interface.
4081 (find_line_in_linetable): Ditto.
4082
4083 (all_sals_for_line): Rename to ada_sals_for_line and make
4084 global.
4085 Add new parameter. When set, do not ask the user to choose the
4086 instance, but use the first one found instead.
4087 Use given line number in returned sals.
4088 Fix comment.
4089 Skip the prologue if funfirstline is set.
4090 Correct for memory leak when 0 lines found.
4091
4092 (value_pos_atr): Use pos_atr.
4093 (pos_atr): New function.
4094 (standard_lookup): Add block parameter.
4095
4096 (makeTimeStart): Remove declaration and uses.
4097 (makeTimeStop): Remove declaration and uses.
4098
4099 (ada_completer_word_break_characters): Allow for VMS.
4100 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4101 (raise_sym_name): New constant.
4102 (raise_unhandled_sym_name): New constant.
4103 (raise_assert_sym_name): New constant.
4104 (process_raise_exception_name): New constant.
4105 (longest_exception_template): New constant.
4106 (warning_limit): New variable to limit warnings during expression
4107 evaluation.
4108 (warnings_issued): New variable to keep track of warnings issued.
4109 (known_runtime_file_name_patterns): New constant.
4110 (known_auxiliary_function_name_patterns): New constant.
4111 (symbol_list_obstack): New variable.
4112
4113 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4114 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4115 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4116 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4117 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4118 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4119 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4120 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4121 and strcmp.
4122
4123 (ada_get_field_index): New function.
4124 (lim_warning): New function.
4125 (ada_translate_error_message): New function.
4126 (MAX_OF_SIZE): New function.
4127 (MIN_OF_SIZE): New function.
4128 (UMAX_OF_SIZE): New function.
4129 (UMIN_OF_SIZE): New function.
4130 (discrete_type_high_bound): New function.
4131 (discrete_type_low_bound): New function.
4132 (base_type): New function.
4133 (do_command): Remove.
4134
4135 (ada_update_initial_language): Use language_ada, not language_unknown.
4136 (ada_encode): Renamed from ada_mangle.
4137 Obey ADA_RETAIN_DOTS.
4138 (ada_decode): Renamed from ada_demangle.
4139 Update coding conventions.
4140 (decoded_names_store): New hash table.
4141 (ada_decode_symbol): New function.
4142 (ada_la_decode): New function.
4143
4144 (modify_general_field): Correct computations of offset and bit
4145 position.
4146 (desc_base_type): Handle ref types, too.
4147 (ada_is_direct_array_type): New function.
4148
4149 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4150 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4151 (ada_is_bogus_array_descriptor,ada_type_of_array,
4152 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4153 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4154 ada_is_array_descriptor_type.
4155
4156 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4157 (ada_is_packed_array_type): Handle pointers or
4158 references to packed arrays as well.
4159 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4160 (decode_packed_array_type): Search for the packed array type
4161 symbol in the currently selected block and associated
4162 superblocks too.
4163 Use lookup_symbol again.
4164
4165 (decode_packed_array): Handle pointers and references.
4166 Update call to coerce_unspec_val_to_type.
4167 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4168 (ada_value_primitive_packed_val): Improve comment.
4169
4170 (ada_index_type): Substitute int type for "undefined".
4171 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4172 ada_array_langth, ada_is_string_type): Use renamed
4173 ada_is_simple_array_type.
4174 (empty_array): New function.
4175
4176 (ada_resolve): Rename to resolve.
4177 (resolve): Make static.
4178 Call renamed resolve_subexp.
4179 Update comment.
4180 (ada_resolve_subexp): Rename to resolve_subexp.
4181 (resolve_subexp): Update comment.
4182 Decomment disabled code.
4183 Add LOC_COMPUTED* cases.
4184 Modify to use temporary struct symbols (marked as being in
4185 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4186 OP_UNRESOLVED_VALUE.
4187 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4188 Add OP_STRING case.
4189 Remove OP_ARRAY.
4190 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4191 Use new ada_lookup_symbol_list interface.
4192 Use new ada_resolve_function interface.
4193 Remove OP_TYPE case.
4194
4195 (ada_args_match): Idiot proof against null actuals.
4196 Use intermediate variables to clarify.
4197 (ada_resolve_function): Update comment and interface.
4198 (mangled_ordered_before): Rename to encoded_ordered_before and
4199 update comment.
4200 (sort_choices): Update comment and interface.
4201 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4202 (user_select_syms): New interface.
4203 Use new sort_choices interface.
4204 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4205 (possible_user_operator_p): Idiot-proof against null values.
4206 (ada_simple_renamed_entity): Don't make cleanup; rely on
4207 caller to free result string.
4208 Remove const from return type.
4209 (make_array_descriptor): Rename uses of place_on_stack to
4210 ensure_lval.
4211 Make sure that arrays are on stack.
4212
4213 (HASH_SIZE): Define.
4214 (struct cache_entry): Define.
4215 (cache_space): Define.
4216 (cache): Define.
4217 (clear_ada_sym_cache): New function.
4218 (find_entry): New function.
4219 (lookup_cached_symbol): New function.
4220 (defn_vector_size): Define.
4221 (cache_symbol): New function.
4222 (defn_symbols): Remove.
4223
4224 (standard_lookup): Use lookup_symbol_in_language to get effect of
4225 C lookup.
4226 Cache results.
4227
4228 (symbol_completion_match): New function.
4229 (symbol_completion_add): New function.
4230 (ada_make_symbol_completion_list): New function.
4231
4232 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4233 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4234 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4235 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4236
4237 (ada_lookup_simple_minsym): New function.
4238 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4239
4240 (add_symbols_from_enclosing_procs): New interface.
4241 Conditionalize more helpfully.
4242 Don't bother if program isn't running.
4243 Use new interface to get_frame_block.
4244 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4245
4246 (remove_extra_symbols): New interface.
4247 (xget_renaming_scope): New function.
4248 (is_package_name): New function.
4249 (renaming_is_visible): New function.
4250 (remove_out_of_scope_renamings): New function.
4251
4252 (ada_lookup_symbol_list): New interface.
4253 Properly reinitialize the symbol list obstack.
4254 Don't call add_symbols_from_enclosing_procs if we start from a
4255 static or global block.
4256 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4257 add_symbols_from_enclosing_procs.
4258 Add symtab data to cached entries.
4259 Handle symbols prefixed with
4260 "standard__" specially; strip prefix and don't look in local symbols.
4261 Do not include out of scope renaming symbols in list of
4262 symbols returned.
4263 Add const to block parameter.
4264 Move check for non-local, non-global symbols earlier.
4265 Remove timing stuff.
4266 (ada_lookup_symbol): New interface.
4267 Find symtab as well.
4268 (ada_lookup_symbol_nonlocal): New function.
4269
4270 (is_name_suffix): Enhance suffix detection to recognize
4271 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4272 (is_dot_digits_suffix): New function.
4273 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4274
4275 (ada_add_block_symbols): New interface. Use obstack to return results
4276 in a vector of struct ada_symbol_infos. Add symtab argument.
4277 Use new interface to add_defn_to_vec.
4278 Remove calls to fill_in_ada_prototype.
4279 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4280
4281 (ada_finish_decode_line_1): Add const qualification to local to fix
4282 warning.
4283 Start looking in static block for functions to avoid attempts
4284 to search frame chain for up-level variables.
4285 Adapt to new ada_sals_for_line interface.
4286 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4287 Handle quoting of the function name inside the spec string.
4288 Skip prologue when funfirstline is set and update the
4289 function documentation to that effect.
4290
4291 (debug_print_lines, debug_print_block, debug_print_blocks,
4292 debug_print_symtab): Remove.
4293
4294 (ada_main_name): New function.
4295 (ada_exception_breakpoint_type): New function.
4296 (is_known_support_routine): New function.
4297 (ada_find_printable_frame): Renamed from find_printable_frame and made
4298 global.
4299 Remove level parameter.
4300 Use new interface to select_frame.
4301
4302 (begin_command): Remove.
4303 (ada_adjust_exception_stop): New function.
4304 (ada_print_exception_stop): New function.
4305 (exception_name_from_cond): New function.
4306 (ada_report_exception_break): Replace disabled code with
4307 conditionalization on GNAT_GDB.
4308 Get the exception name from the condition string.
4309 Remove and move functionality into new functions
4310 ada_print_exception_breakpoint_task and
4311 ada_print_exception_breakpoint_nontask.
4312 (error_breakpoint_runtime_sym_not_found): New function.
4313 (is_runtime_sym_defined): New function.
4314 (ada_breakpoint_rewrite): Uncomment suppressed code.
4315 Use symbolic error-message and runtime-symbol names.
4316 Surround runtime symbol names in quotes.
4317 Allow non-specific breakpoints on exceptions and assertions before
4318 program starts.
4319
4320 (ada_is_tagged_type): Add parameter.
4321 (ada_is_tag_type): New function.
4322 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4323 (ada_variant_discrim_type): Ditto.
4324 (value_tag_from_contents_and_address): New function.
4325 (type_from_tag): New function.
4326 (struct tag_args): New structure used to communicate with
4327 ada_tag_name_1.
4328 (ada_tag_name_1): New function.
4329 (ada_tag_name): New function.
4330
4331 (ada_scan_number): Update comment.
4332 (find_struct_field): New function.
4333 (ada_search_struct_field): Make static.
4334 (ada_value_struct_elt): New version that returns references when
4335 given pointers or references to structs.
4336 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4337 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4338 interface.
4339 (ada_value_ind): Use new ada_to_fixed_value interface.
4340 (ada_coerce_ref): Ditto.
4341 (field_offset): Remove.
4342
4343 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4344 (ada_find_renaming_symbol): New function.
4345 (ada_prefer_type): Prefer named types over unnamed ones.
4346 (variant_field_index): New function.
4347 (contains_variant_part): Removed: subsumed by variant_field_index.
4348 (ada_template_to_fixed_record_type): New function, mostly from
4349 template_to_fixed_record_type.
4350 (template_to_fixed_record_type):
4351 Do not scan the type fields beyond the last one; prevents a
4352 potential SEGV.
4353 Handle case where variant field is listed BEFORE discriminant it
4354 depends on.
4355 Fix calculation of record length when bit length is
4356 not evenly divisible by char length.
4357 Move code to ada_template_to_fixed_record_type and call it.
4358
4359 (template_to_static_fixed_type): Revise comment.
4360 Modify to work on ordinary record types as well as templates,
4361 so as to handle fields that use ___XVE or ___XVU encodings.
4362 (to_record_with_fixed_variant_part): Fill out comment.
4363 Initialize C++ stuff in right type.
4364 Allow case where DVAL is null.
4365 Handle case where variant field is not last.
4366 Fix typo concerning record length.
4367 (to_fixed_record_type): Decomment disabled code.
4368 (to_fixed_record_type): Use variant_field_index instead of
4369 contains_variant_part.
4370 (to_fixed_variant_branch_type): Ditto.
4371 (to_fixed_array_type): Decomment disabled code.
4372 (ada_to_fixed_type): Convert tagged types to the specific type.
4373 Deactivate the size-check for array types in order to avoid
4374 some false size alarms.
4375 (to_static_fixed_type): Decomment disabled code.
4376 Modify to call template_to_static_fixed_type
4377 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4378 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4379 Remove valaddr argument, as it is never really used.
4380 (ada_to_fixed_value): Change interface to act on single struct value*
4381 operand.
4382 (adjust_pc_past_prologue): New function.
4383 (ada_attribute_name): Modify to take enum exp_opcode argument.
4384
4385 (ada_enum_name): Recognize new homonym-distinguishing convention.
4386 Adjust local variable's type to remove compiler warning.
4387 Fix a small problem in the part that unqualifies the enumeration name.
4388 (ada_value_binop): New function.
4389 (ada_value_equal): New function.
4390
4391 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4392 Don't give error message when not doing normal evaluation
4393 and a tagged type doesn't seem to contain a structure member.
4394 Give error message for packed arrays.
4395 For indexing arrays, handle pointers to packed arrays correctly.
4396 Handle case of 'first and 'last attributes of bare integral type
4397 without encoded subtype info.
4398 Remove some unnecessary casts.
4399 Fix uninitialized value of type in computing 'first, 'last, or 'length
4400 of array object.
4401 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4402 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4403 calls.
4404 Attributes are now exp_opcode values.
4405 Correct treatment of 'modulus.
4406 Better error message for taking 'length of wrong kind of type;
4407 improve comment.
4408 Change EVAL_NORMAL to noside for consistency.
4409 Use ada_value_binop for DIV, MOD, REM.
4410 Make special case out of array of length 0, since an argument
4411 of 0 upsets some platforms' malloc.
4412 Use OP_STRING instead of OP_ARRAY.
4413 For slice, add check that we have an array type before extracting
4414 a slice out of it. Avoids a SEGV.
4415 When evaluating an array slice, if the array type is a reference to
4416 an aligner type, then replace the aligner type by the actual type.
4417 Decomment disabled code.
4418 Remove some dead code.
4419 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4420 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4421 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4422 and UNOP_MBR to UNOP_IN_RANGE.
4423 If an array type has a parallel ___XVE type, then use it.
4424 Turn arrays into pointers for lvalue arrays.
4425 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4426 bounds error and handle 0-length slices.
4427 Use lim_warning.
4428 When selecting fields, apply ada_to_fixed_value (because the fields
4429 might have ___XVU or ___XVE encodings even if not dynamic.)
4430 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4431 (ada_is_system_address_type): New function.
4432
4433 (get_var_value): Use new interface to ada_lookup_symbol_list.
4434 (get_int_var_value): New interface.
4435 (to_fixed_range_type): Allow unknown bound, with warning.
4436 (ada_is_modular_type): Decomment disabled code.
4437 (ADA_OPERATORS): New definition.
4438 (ada_operator_length): New function.
4439 (ada_expr_op_name): New function.
4440 (ada_forward_operator_length): New function.
4441 (ada_dump_subexp_body): New function.
4442 (ada_print_subexp): New function.
4443 (ada_exp_descriptor): New constant.
4444 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4445 (ada_language_defn): Add ada_exp_descriptor entry.
4446 Change ada_parse => parse.
4447 Add post-parser entry.
4448 Use ada-specific non-local symbol lookup.
4449 Don't use C-style arrays.
4450 String lower-bound is 1.
4451 Decomment disabled code.
4452 (parse): New function.
4453 New fields ada_translate_error_message, ada_lookup_symbol,
4454 ada_lookup_minimal_symbol.
4455
4456 * ada-lang.h: Update copyright dates.
4457 Replace the mangle/demangle terminology throughout by the
4458 more appropriate encode/decode one.
4459 Include breakpoint.h.
4460 Forward declare struct partial_symbol, struct block.
4461 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4462 (EXTRACT_ADDRESS): Remove.
4463 (EXTRACT_INT): Remove.
4464 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4465 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4466 (MAX_RENAMING_CHAIN_LENGTH): Define.
4467 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4468
4469 (enum task_states): Remove.
4470 ada_task_states: Remove.
4471 (fat_string): Remove.
4472 (struct entry_call): Remove.
4473 (struct task_fields): Remove.
4474 (struct task_entry): Remove.
4475
4476 (struct ada_symbol_info): Define.
4477 (enum ada_attribute): Remove.
4478 (enum ada_operator): Define.
4479
4480 (ada_get_field_index): Declare.
4481 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4482 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4483 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4484 (ada_lookup_symbol_list): New interface.
4485 (ada_decode_symbol): Declare.
4486 (ada_decode): Declare.
4487 (ada_lookup_symbol): New interface.
4488 (ada_update_initial_language): Declare.
4489 (ada_lookup_simple_minsym): Declare.
4490 (user_select_syms): New interface.
4491 (ada_sals_for_line): Declare.
4492 (ada_is_tagged_type): New interface.
4493 (ada_tag_name): Declare.
4494 (ada_lookup_struct_elt_type): Remove declaration.
4495 (ada_search_struct_field): Remove declaration.
4496 (ada_attribute_name): New interface.
4497 (ada_is_system_address_type): Declare.
4498 (ada_to_fixed_value): Remove declaration.
4499 (ada_template_to_fixed_record_type_1): Declare.
4500 (get_int_var_value): New interface.
4501 (ada_find_any_symbol): Declare.
4502 (ada_find_renaming_symbol): Declare.
4503 (ada_mangle): Rename to ada_encode.
4504 (ada_simple_renamed_entity): Remove const.
4505 (ada_main_name): Declare.
4506 (get_current_task): Rename to ada_get_current_task.
4507 (get_entry_number): Remove declaration.
4508 (ada_report_exception_break): Remove declaration.
4509 (ada_print_exception_breakpoint_nontask): Declare.
4510 (ada_print_exception_breakpoint_task): Declare.
4511 (ada_find_printable_frame): Declare.
4512
4513 * ada-lex.l: Update copyright notices.
4514 Use xmalloc and xfree instead of malloc and free.
4515 Use new interface to name_lookup.
4516 Use new interface to
4517 ada_mangle=>ada_encode.
4518 Redo handling of '$...' variable to parallel current treatment
4519 in c-exp.y.
4520 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4521 digit_to_int, strtoulst, processInt, processReal, processId,
4522 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4523 yywrap): Protoize.
4524
4525 (processInt): Use cast to remove harmless warning.
4526 (processReal): Modify to get rid of compiler warning on scan formats.
4527
4528 (processId): Replace xmalloc with obstack_alloc for name and remove
4529 call to ada_name_string_cleanup.
4530 Remove obsolete disabled code.
4531 (name_lookup): Ditto.
4532 New interface.
4533 Use obsavestring on temp_parse_space instead of savestring
4534 on name, and remove call to ada_name_string_cleanup.
4535 Free string returned from ada_simple_renamed_entity.
4536 Use new interface to ada_lookup_symbol_list.
4537 Decomment disabled code.
4538 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4539 not types.
4540 When a type name lookup succeeds as a result of
4541 lookup_primitive_typename, check for regular type entry that has not
4542 yet been read in.
4543 Limit length of chain of renamed symbols we are willing to follow.
4544 Do not break names beginning with "standard__" into segments.
4545 (block_lookup): Use new interface to ada_lookup_symbol_list.
4546
4547 * ada-typeprint.c: Update copyright notice.
4548 (demangled_type_name): Rename to decoded_type_name.
4549 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4550 (print_range_bound): Correct handling of negative
4551 bounds that make the index type looked unsigned under STABS.
4552 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4553 (print_range_type_named): Use the builtin int type if no type
4554 corresponding to the given type name could be found.
4555 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4556 Add some bullet-proofing.
4557 (print_variant_clauses): Allow for variant branches with ___XVU
4558 encodings that are not dynamic fields.
4559 Use new interface to ada_is_tagged_type.
4560 (print_record_type): Allow for fields with ___XVE encodings that
4561 are not dynamic fields.
4562 Use new interface to ada_is_tagged_type.
4563 (ada_print_type): ada_is_array_descriptor =>
4564 ada_is_array_descriptor_type.
4565
4566 * ada-valprint.c: Update copyright notice.
4567 Include gdb_string.h
4568 Include infcall.h
4569 (ui_memcpy): New function.
4570 (ada_print_floating): New function.
4571 (ada_print_str): Order arguments correctly.
4572 Correct handling of empty arrays and arrays of 0-length items.
4573 ada_is_array_descriptor => ada_is_array_descriptor_type
4574 Print values of type System.Address in hexadecimal format.
4575 Use ada_print_floating to print floating-point numbers in Ada format.
4576 Print class tag values with type names.
4577 No longer print the address of reference values. Avoids
4578 a potential confusion.
4579 (ada_value_print): Stop printing the object type for reference
4580 values, but preserve that behavior for access types. Avoids
4581 a potential confusion.
4582 Simplify one conditional expression, as the first part is now
4583 necessarily true.
4584 ada_is_array_descriptor => ada_is_array_descriptor_type
4585 Add check for arrays for null records, and print them by hand.
4586
4587 2004-06-01 Jim Blandy <jimb@redhat.com>
4588
4589 * ppc-tdep.h: Delete unused 'regoff' member.
4590 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4591
4592 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4593
4594 Fix PR symtab/1661.
4595 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4596 (hpread_read_struct_type): Likewise.
4597
4598 2004-06-01 Andrew Cagney <cagney@gnu.org>
4599
4600 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4601 instead of xasprintf.
4602 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4603 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4604 (mi_cmd_data_list_register_names)
4605 (mi_cmd_data_list_changed_registers)
4606 (mi_cmd_data_list_register_values)
4607 (get_register, mi_cmd_data_write_register_values)
4608 (mi_cmd_data_write_register_values)
4609 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4610 (mi_cmd_target_download, mi_cmd_target_select)
4611 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4612 (mi_execute_cli_command, mi_execute_async_cli_command)
4613 (mi_execute_async_cli_command): Ditto.
4614 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4615 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4616
4617 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4618 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4619 error_last_message instead of mi_error_last_message.
4620 * mi/mi-main.c (mi_error_last_message): Delete function.
4621
4622 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4623 "invalid number of columns" error. Delete redundant "out of
4624 memory" check.
4625
4626 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4627
4628 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4629 (gregset_t, fpregset_t): Remove typedefs.
4630 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4631 (REG_OFFSET): Rename argument.
4632 (i386bsd_r_reg_offset): Rename from reg_offset.
4633 (REG_ADDR): Remove macro.
4634 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4635 functions.
4636 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4637 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4638 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4639 instead of supply_gregset.
4640 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4641 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4642 instead of fill_gregset.
4643 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4644
4645 * i386bsd-nat.c: Don't include "gregset.h".
4646 (supply_gregset, fill_gregset): Make static.
4647 (supply_fpregset, fill_fpregset): Remove.
4648 * Makefile.in (i386bsd-nat.o): Update dependencies.
4649
4650 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4651
4652 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4653 "gdb_assert.h". Con't include "gregset.h".
4654 (fbsd_make_corefile_notes): Use regset-based core file support
4655 instead off fill_gregset and fill_fpregset.
4656 * Makefile.in (fbsd-proc.o): Update dependencies.
4657
4658 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4659 instructions.
4660 (m88k_frame_prev_register): Simplify code a bit.
4661
4662 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4663 (amd64_collect_fpregset): New function.
4664 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4665
4666 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4667
4668 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4669 (i386_collect_gregset): New function.
4670 (i386_supply_fpregset): Adjust comment.
4671 (i386_collect_fpregset): New function.
4672 (i386_regset_from_core_section): Use i386_collect_gregset and
4673 i386_collect_fpregset.
4674
4675 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4676 handle VALUEP being null.
4677
4678 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4679
4680 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4681
4682 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4683
4684 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4685 assembler in OpenBSD 3.5-current.
4686 (amd64obsd_sigcontext_addr): Likewise.
4687
4688 2004-05-28 Jim Blandy <jimb@redhat.com>
4689
4690 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4691 register set, so our regcache isn't declared "legacy" and our E500
4692 pseudoregister read and write functions aren't ignored.
4693 (rs6000_register_byte, rs6000_register_raw_size,
4694 rs6000_register_virtual_type, rs6000_register_convertible,
4695 rs6000_register_convert_to_virtual,
4696 rs6000_register_convert_to_raw): Deleted.
4697 (rs6000_register_type, rs6000_convert_register_p,
4698 rs6000_register_to_value, rs6000_value_to_register): New
4699 functions.
4700 (rs6000_gdbarch_init): Don't register
4701 gdbarch_deprecated_register_size,
4702 gdbarch_deprecated_register_bytes,
4703 gdbarch_deprecated_register_byte,
4704 gdbarch_deprecated_register_raw_size,
4705 gdbarch_deprecated_register_virtual_type,
4706 gdbarch_deprecated_register_convertible,
4707 gdbarch_deprecated_register_convert_to_virtual, or
4708 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4709 register gdbarch_register_type, gdbarch_convert_register_p,
4710 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4711
4712 2004-05-26 Jim Blandy <jimb@redhat.com>
4713
4714 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4715 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4716 functions, updated to match the register numberings used in GCC.
4717 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4718 rs6000_dwarf2_reg_to_regnum as register number conversions
4719 functions for STABS and Dwarf2.
4720
4721 2004-05-26 Randolph Chung <tausq@debian.org>
4722
4723 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4724 in header file.
4725
4726 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4727
4728 * NEWS: Document new "start" command.
4729
4730 2004-05-25 Randolph Chung <tausq@debian.org>
4731
4732 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4733 hppa-linux.
4734
4735 2004-05-25 Randolph Chung <tausq@debian.org>
4736
4737 * hppa-hpux-tdep.c (offsetof): Define.
4738 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4739 (hppa32_hpux_frame_base_before_sigtramp)
4740 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4741 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4742 (hppa64_hpux_frame_base_before_sigtramp)
4743 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4744 functions.
4745 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4746 (hppa_hpux_sigtramp_frame_unwind_cache)
4747 (hppa_hpux_sigtramp_frame_this_id)
4748 (hppa_hpux_sigtramp_frame_prev_register)
4749 (hppa_hpux_sigtramp_frame_unwind)
4750 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4751 (hppa_hpux_init_abi): Register sigtramp unwinder.
4752 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4753
4754 2004-05-25 Randolph Chung <tausq@debian.org>
4755
4756 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4757 and multiple stack unwinds.
4758 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4759
4760 2004-05-25 Andrew Cagney <cagney@gnu.org>
4761
4762 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4763 * symfile-mem.h: Delete file.
4764 * symfile-mem.c: Do not include "symfile-mem.h".
4765 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4766 "struct bfd_section". When an error do not bother returning NULL.
4767 (add_symbol_file_from_memory_command): Use "struct bfd" and
4768 "struct bfd_section".
4769 * Makefile.in (symfile_mem_h): Delete.
4770 (symfile-mem.o): Update dependencies.
4771
4772 2004-05-25 Nick Roberts <nickrob@gnu.org>
4773
4774 * gdb-mi.el: New file.
4775
4776 2004-05-25 Andrew Cagney <cagney@gnu.org>
4777
4778 * inftarg.c: Include "observer.h".
4779 (child_attach, child_create_inferior): Notify inferior_created.
4780 * corelow.c: Include "observer.h".
4781 (core_open): Notify inferior_created.
4782 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4783
4784 2004-05-25 Andrew Cagney <cagney@gnu.org>
4785
4786 * target.h (struct target_ops): Add from_tty to
4787 to_create_inferior.
4788 (target_create_inferior, find_default_create_inferior): Update.
4789 * infcmd.c (run_command): Update.
4790 * wince.c (child_create_inferior): Update.
4791 * win32-nat.c (child_create_inferior): Update.
4792 * uw-thread.c (uw_thread_create_inferior): Update.
4793 * thread-db.c (thread_db_create_inferior): Update.
4794 * target.c (debug_to_create_inferior)
4795 (find_default_create_inferior): Update.
4796 (maybe_kill_then_create_inferior): Update.
4797 * sol-thread.c (sol_thread_create_inferior): Update.
4798 * remote.c (extended_remote_async_create_inferior)
4799 (extended_remote_create_inferior): Update.
4800 * remote-vx.c (vx_create_inferior): Update.
4801 * remote-st.c (st2000_create_inferior): Update.
4802 * remote-sim.c (gdbsim_create_inferior): Update.
4803 * remote-sds.c (sds_create_inferior): Update.
4804 * remote-rdp.c (remote_rdp_create_inferior): Update.
4805 * remote-rdi.c (arm_rdi_create_inferior): Update.
4806 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4807 * remote-e7000.c (e7000_create_inferior): Update.
4808 * procfs.c (procfs_create_inferior): Update.
4809 * ocd.c (ocd_create_inferior): Update.
4810 * ocd.h (ocd_create_inferior): Update.
4811 * nto-procfs.c (procfs_create_inferior): Update.
4812 * monitor.c (monitor_create_inferior): Update.
4813 * lin-lwp.c (lin_lwp_create_inferior): Update.
4814 * inftarg.c (child_create_inferior): Update.
4815 * hpux-thread.c (hpux_thread_create_inferior): Update.
4816 * gnu-nat.c (gnu_create_inferior): Update.
4817
4818 2004-05-25 Andrew Cagney <cagney@gnu.com>
4819
4820 * MAINTAINERS: Update e-mail address.
4821
4822 2004-05-24 Randolph Chung <tausq@debian.org>
4823
4824 * thread.c (info_threads_command, thread_apply_all_command)
4825 (thread_apply_command, thread_command, do_captured_thread_select):
4826 Remove HPUXHPPA-specific code.
4827
4828 2004-05-24 Randolph Chung <tausq@debian.org>
4829
4830 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4831 unused symbols.
4832 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4833 references.
4834
4835 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4836
4837 * infcmd.c (kill_if_already_running): New function, extracted
4838 from run_command().
4839 (run_command): Replace extracted code by call to
4840 kill_if_already_running().
4841 (start_command): New function.
4842 (_initialize_infcmd): Add "start" command.
4843
4844 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4845
4846 Add OpenBSD/m88k support.
4847 * NEWS (New native configurations): Mention OpenBSD/m88k.
4848 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4849 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4850 * Makefile.in (m88k_tdep_h): New variable.
4851 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4852 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4853 * configure.host: Add m88*-*-openbsd*.
4854 * configure.tgt: Add m88*-*-openbsd*.
4855
4856 2004-05-24 Jim Blandy <jimb@redhat.com>
4857
4858 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4859 to approve changes.
4860
4861 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4862
4863 * symtab.c (fixup_section): Search section table when lookup by
4864 name fails.
4865
4866 2004-05-24 Randolph Chung <tausq@debian.org>
4867
4868 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4869 be "small_struct".
4870
4871 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4872
4873 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4874 register number in regcache_raw_collect call.
4875 (m68kbsd_collect_fpregset): Likewise.
4876 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4877
4878 * regset.h (struct regset): Add back `regset' member.
4879
4880 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4881
4882 * configure.in: Check for td_pcb in `struct thread'.
4883 * configure, config.in: Regenerated.
4884
4885 * dpx2-nat.c: Remove file.
4886 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4887 (dpx2-nat.o): Remove dependencies.
4888
4889 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4890 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4891 (amd64obsd_supply_pcb): New function.
4892 (_initialize_amd64obsd_nat): Enable libkvm interface.
4893 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4894 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4895 (LOADLIBES): New variable.
4896
4897 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4898 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4899 (sparc32nbsd_supply_pcb): New function.
4900 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4901 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4902 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4903 (LOADLIBES): New variable.
4904
4905 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4906
4907 * bsd-kvm.c, bsd-kvm.h: New files.
4908 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4909 "bsd-kvm.h".
4910 (i386fbsd_supply_pcb): New function.
4911 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4912 (i386fbsd-nat.o): Update dependencies.
4913 (bsd_kvm_h): New variable.
4914 (bsd-kvm.o): New dependency.
4915 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4916 (LOADLIBES): New variable.
4917
4918 * regset.c: Tweak comment.
4919 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4920 macro.
4921 * regset.h: Update copyright year.
4922 (struct regset): Remove `descr' member, add `gdbarch' member.
4923 (regset_alloc): Adjust prototype and comment.
4924 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4925 (i386_supply_fpregset): Likewise.
4926 (i386_regset_from_core_section): Update call to regset_alloc.
4927 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4928 REGSET->arch.
4929 (i386obsd_aout_regset_from_core_section): Update call to
4930 regset_alloc.
4931 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4932 REGSET->arch.
4933 (i386nbsd_aout_regset_from_core_section): Update call to
4934 regset_alloc.
4935 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4936 REGSET->arch.
4937 (amd64_regset_from_core_section): Update call to regset_alloc.
4938 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4939 REGSET->arch.
4940 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4941 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4942 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4943 (sparc32nbsd_init_abi): Update call to regset_alloc.
4944 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4945 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4946 (sparc64obsd_init_abi): Update call to regset_alloc.
4947 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4948 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4949 (sparc64nbsd_init_abi): Update call to regset_alloc.
4950 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4951 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4952 (sparc64fbsd_init_abi): Update call to regset_alloc.
4953
4954 2004-05-22 Jim Blandy <jimb@redhat.com>
4955
4956 * ppc-tdep.h (spe_register_p): New declaration.
4957 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4958 ppc_spefscr_regnum.
4959 * rs6000-tdep.c (spe_register_p): New function.
4960 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4961 spefscr.
4962 (rs6000_gdbarch_init): Initialize the new members of the tdep
4963 structure.
4964
4965 2004-05-21 Jim Blandy <jimb@redhat.com>
4966
4967 * ppc-linux-nat.c (fetch_register): Move code back to be next
4968 to the comment that describes it. (Moved code, instead of
4969 comment, for symmetry with store_register.)
4970
4971 Allocate regset structures in the gdbarch's obstack, not using
4972 xmalloc.
4973 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4974 Add 'arch' argument. Allocate the regset on arch's obstack, not
4975 using xmalloc.
4976 * regset.h (regset_alloc): Update declaration.
4977 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4978 gdbarch argument.
4979 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4980 * i386-tdep.c (i386_regset_from_core_section): Same.
4981 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4982 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4983 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4984 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4985 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4986 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4987
4988 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4989
4990 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4991
4992 2004-05-21 Jim Blandy <jimb@redhat.com>
4993
4994 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4995 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4996
4997 2004-05-20 Jim Blandy <jimb@redhat.com>
4998
4999 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5000
5001 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5002
5003 * regset.h: Make prototype const-correct.
5004 * regset.c (regset_xmalloc): Make const-correct.
5005
5006 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5007
5008 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5009 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5010 (symbol_search_name): Declare.
5011
5012 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5013 (iter_name_next_hashed): Ditto.
5014 (iter_name_next_linear): Ditto.
5015 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5016
5017 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5018 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5019 (symbol_search_name): New function.
5020
5021 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5022
5023 * minsyms.c (build_minimal_symbol_hash_tables): Change
5024 test for adding to demangled hash table to check for difference
5025 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5026
5027 2004-05-19 Jim Blandy <jimb@redhat.com>
5028
5029 Use a constructor function to create regset structures.
5030 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5031 (struct regset): Use supply_regset_ftype. Add new
5032 'collect_regset' member.
5033 (regset_xmalloc): New declaration.
5034 * regset.c: New file.
5035 * am64-tdep.c (amd64_regset_from_core_section): Use
5036 regset_xmalloc to construct regset structures.
5037 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5038 * i386-tdep.c (i386_regset_from_core_section): Same.
5039 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5040 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5041 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5042 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5043 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5044 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5045 * Makefile.in (COMMON_OBS): Add regset.o.
5046 (regset.o): New rule.
5047
5048 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5049
5050 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5051 and pthread_cond_wait.c.
5052
5053 2004-05-18 Jim Blandy <jimb@redhat.com>
5054
5055 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5056 before the mach-specific switch, and then let the individual cases
5057 override the defaults, rather than leaving them uninitialized
5058 until the switch and then setting them in each case.
5059
5060 2004-05-18 Randolph Chung <tausq@debian.org>
5061
5062 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5063 millicode functions.
5064
5065 2004-05-18 Randolph Chung <tausq@debian.org>
5066
5067 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5068 references to dld_flags_buffer consistent.
5069
5070 2004-05-18 Randolph Chung <tausq@debian.org>
5071
5072 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5073 it for unwinding the stack.
5074
5075 2004-05-18 Randolph Chung <tausq@debian.org>
5076
5077 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5078 Undefine these so we can overide them using gdbarch.
5079
5080 2004-05-18 Randolph Chung <tausq@debian.org>
5081
5082 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5083 handling for 64-bit HPUX (elf).
5084
5085 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5086
5087 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5088 constants.
5089 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5090 * ia64-tdep.c (examine_prologue): Likewise.
5091 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5092 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5093
5094 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5095
5096 * vax-tdep.c (vax_return_value): Implement
5097 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5098
5099 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5100
5101 * vax-tdep.c (vax_return_value): Fix typo.
5102
5103 2004-05-17 Andrew Cagney <cagney@redhat.com>
5104
5105 * MAINTAINERS: Mark Salter was also responsible for
5106 testsuite/config/
5107
5108 * NEWS: Mention signal fixes.
5109
5110 2004-05-17 Randolph Chung <tausq@debian.org>
5111
5112 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5113 check to see if we are unwinding an export stub. Export stubs clobber
5114 the %rp in the call path and stores the original rp in a stack slot.
5115
5116 2004-05-17 Jim Blandy <jimb@redhat.com>
5117
5118 * MAINTAINERS: Update address for J.T. Conklin.
5119
5120 2004-05-17 Randolph Chung <tausq@debian.org>
5121
5122 * hppa-tdep.c: Remove superfluous #include's.
5123 * Makefile.in (hppa-tdep.o): Update dependencies.
5124
5125 2004-05-17 Randolph Chung <tausq@debian.org>
5126
5127 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5128 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5129 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5130 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5131 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5132 Remove static function declarations.
5133
5134 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5135
5136 * alphabsd-nat.c: Update copyright year.
5137 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5138
5139 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5140 and M68K_A2_REGNUM.
5141
5142 * m68k-tdep.c (m68k_svr4_return_value): Implement
5143 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5144
5145 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5146
5147 * sol-thread.c Update copyright year. Fix various coding
5148 standards violations. Tweak a few comments.
5149 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5150 Delete prototypes.
5151
5152 2004-05-15 Randolph Chung <tausq@debian.org>
5153
5154 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5155 as pointer instead of array reference since HPUX compiler does
5156 not accept unsized array arguments.
5157 * somsolib.c (dld_flags_buffer): Use constant array size.
5158
5159 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5160
5161 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5162 offset with decimal offset.
5163 (amd64obsd_sigcontext_addr): Return correct address for entire
5164 signal trampoline.
5165
5166 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5167 instead of get_frame_base.
5168
5169 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5170 (fill_gregset): Use regcache_raw_collect.
5171
5172 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5173 ppcobsd-tdep.c.
5174
5175 * config/sparc/tm-nbsd64.h: Remove file.
5176 * config/tm-sunos.h: Remove file.
5177
5178 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5179
5180 * rs6000-tdep.c (store_param_on_stack_p): New function,
5181 an improved version of some code extracted from skip_prologue().
5182 (skip_prologue): Use store_param_on_stack_p() to detect
5183 instructions saving a parameter on the stack. Detect when r0
5184 is used to save a parameter.
5185 Do not mark "li rx, SIMM" instructions as part of the prologue,
5186 unless the following instruction is also part of the prologue.
5187
5188 2004-05-14 Andrew Cagney <cagney@redhat.com>
5189
5190 * infrun.c (handle_inferior_event): Simplify
5191 STEP_OVER_UNDEBUGGABLE.
5192
5193 * infrun.c (handle_step_into_function): Delete function.
5194 (handle_inferior_event): Inline calls to
5195 handle_step_into_function.
5196
5197 2004-05-14 Jerome Guitton <guitton@gnat.com>
5198
5199 * rs6000-nat.c: Fix a comment.
5200
5201 2004-05-12 David Anderson <davea@sgi.com>
5202
5203 Committed by Jim Blandy <jimb@redhat.com>:
5204 * regcache.c (struct regcache_descr): fix comment spelling.
5205
5206 2004-05-13 J. Brobecker <brobecker@gnat.com>
5207
5208 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5209 Fixes a link link failure.
5210
5211 2004-05-13 J. Brobecker <brobecker@gnat.com>
5212
5213 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5214 error that was causing the build to fail.
5215
5216 2004-05-13 J. Brobecker <brobecker@gnat.com>
5217
5218 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5219 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5220
5221 2004-05-13 Andrew Cagney <cagney@redhat.com>
5222
5223 * infrun.c (handle_inferior_event): Check for
5224 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5225 calls. Update comments.
5226
5227 2004-05-13 Jim Blandy <jimb@redhat.com>
5228
5229 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5230 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5231 (store_regs_user_thread, store_regs_kernel_thread): Use
5232 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5233 * ppc-linux-nat.c (fill_gregset): Same.
5234 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5235 (ppc_linux_sigtramp_cache): Same.
5236 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5237 (ppcnbsd_sigtramp_cache_init): Same.
5238 * rs6000-nat.c (fetch_core_registers): Same.
5239 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5240 (rs6000_frame_cache): Same.
5241
5242 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5243 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5244 of assuming that the gprs are numbered starting with zero.
5245 * ppc-linux-nat.c (fill_gregset): Same.
5246 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5247 * ppcnbsd-nat.c (getregs_supplies): Same.
5248 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5249 * rs6000-nat.c (fetch_core_registers): Same.
5250 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5251
5252 2004-05-07 Michael Snyder <msnyder@redhat.com>
5253
5254 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5255 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5256
5257 2004-05-13 Andrew Cagney <cagney@redhat.com>
5258
5259 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5260
5261 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5262
5263 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5264 base_address for shared libraries.
5265
5266 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5267
5268 * MAINTAINERS (write after approval): Add myself.
5269
5270 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5271
5272 * breakpoint.c (bpstat_stop_status): Add new argument
5273 STOPPED_BY_WATCHPOINT. Use it instead of testing
5274 target_stopped_data_address agaist 0 to check whether
5275 or not we stopped due to a hardware watchpoint.
5276 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5277 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5278 with new argument.
5279
5280 2004-05-12 Jim Blandy <jimb@redhat.com>
5281
5282 * configure.in: When checking whether we should use the -bbigtoc
5283 option, don't forget to restore the original value of LDFLAGS.
5284 * configure: Regenerated.
5285
5286 2004-05-12 Andrew Cagney <cagney@redhat.com>
5287
5288 * thread.c (load_infrun_state): Delete step_sp.
5289 * infrun.c (context_switch): Ditto.
5290 * inferior.h (step_sp): Ditto.
5291 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5292 * gdbthread.h (struct thread_info, save_infrun_state)
5293 (restore_infrun_state): Ditto.
5294
5295 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5296
5297 * MAINTAINERS (write after approval): Add myself.
5298
5299 2004-05-12 Andrew Cagney <cagney@redhat.com>
5300
5301 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5302 eliminate reference to step_sp.
5303 (struct execution_control_state, init_execution_control_state)
5304 (handle_inferior_event, keep_going): Delete update_step_sp and
5305 step_sp.
5306 * infcmd.c (step_sp): Note that variable is unused.
5307
5308 2004-05-11 Andrew Cagney <cagney@redhat.com>
5309
5310 * infrun.c (step_over_function): Delete function.
5311 (handle_step_into_function): Use insert_step_resume_breakpoint.
5312 (insert_step_resume_breakpoint): Fix assertion.
5313
5314 2004-05-11 Nick Roberts <nickrob@gnu.org>
5315
5316 * utils.c (defaulted_query): Just use the normal query input type
5317 when printing the annotations.
5318
5319 2004-05-11 Andrew Cagney <cagney@redhat.com>
5320
5321 * infrun.c (handle_inferior_event): Simplify code handling
5322 step-into or return-from a signal trampoline.
5323
5324 2004-05-11 Andrew Cagney <cagney@redhat.com>
5325
5326 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5327 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5328
5329 2004-05-10 Jim Blandy <jimb@redhat.com>
5330
5331 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5332 with a call to internal_error.
5333
5334 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5335 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5336 processor variant lacks those registers.
5337 (ppc_floating_point_unit_p): Change description to make it clear
5338 that this returns info about the ISA, not the ABI.
5339 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5340 return true or false by checking tdep->ppc_fp0_regnum and
5341 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5342 arch/mach switching done in rs6000_gdbarch_init; it's better to
5343 keep that logic there, and just check the results here.
5344 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5345 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5346 floating-point registers.
5347 (ppc_supply_fpregset, ppc_collect_fpregset)
5348 (rs6000_push_dummy_call, rs6000_extract_return_value)
5349 (rs6000_store_return_value): Assert that we have floating-point
5350 registers.
5351 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5352 (rs6000_frame_cache): Don't note the locations at which
5353 floating-point registers were saved if we have no fprs.
5354 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5355 registers.
5356 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5357 (store_regs_user_thread, store_regs_kernel_thread): Only call
5358 supply_fprs / fill_fprs if we actually have floating-point
5359 registers.
5360 (special_register_p): Check ppc_fpscr_regnum before matching
5361 against it.
5362 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5363 supply / collect fpscr if we don't have it.
5364 * ppc-bdm.c: #include "gdb_assert.h".
5365 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5366 have floating-point registers, since I can't test this code on
5367 FP-free systems to adapt it.
5368 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5369 fpscr and floating point register numbers if they don't exist.
5370 (fetch_register): Assert that we have floating-point registers
5371 before we reach the code that handles them.
5372 (store_register): Same. And use tdep instead of calling
5373 gdbarch_tdep again.
5374 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5375 don't have them.
5376 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5377 fprs and fpscr if we don't have them.
5378 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5379 don't have them.
5380 * ppcnbsd-nat.c: #include "gdb_assert.h".
5381 (getfpregs_supplies): Assert that we have floating-point registers.
5382 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5383 * ppcobsd-tdep.c: #include "gdb_assert.h".
5384 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5385 have floating-point registers.
5386 * rs6000-nat.c (regmap): Don't match against the fpscr and
5387 floating point register numbers if they don't exist.
5388 (fetch_inferior_registers, store_inferior_registers,
5389 fetch_core_registers): Only fetch / store / supply the
5390 floating-point registers and the fpscr if we have them.
5391 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5392 (ppcobsd-tdep.o): Update dependencies.
5393
5394 2004-05-10 Andrew Cagney <cagney@redhat.com>
5395
5396 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5397 (context_switch): Do not switch through_sigtramp_breakpoint.
5398 * gdbthread.h (save_infrun_state, load_infrun_state)
5399 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5400 and structure member.
5401 * thread.c (load_infrun_state, save_infrun_state): Update.
5402
5403 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5404
5405 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5406
5407 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5408
5409 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5410 throughout.
5411 * aclocal.m4: Regenerate.
5412
5413 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5414
5415 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5416
5417 2004-05-10 Andrew Cagney <cagney@redhat.com>
5418
5419 * infrun.c (check_sigtramp2): Delete function.
5420 (handle_inferior_event): When single stepping, and taking a
5421 signal, set a breakpoint at the signal return address. Delete
5422 redundant calls to check_sigtramp2.
5423 (insert_step_resume_breakpoint): New function.
5424 (through_sigtramp_breakpoint, handle_inferior_event)
5425 (follow_exec, wait_for_inferior, fetch_inferior_event)
5426 (currently_stepping, keep_going): Delete most uses of
5427 through_sigtramp_breakpoint, not that it should be deleted.
5428 (delete_breakpoint_current_contents): Delete function.
5429
5430 2004-05-10 Randolph Chung <tausq@debian.org>
5431
5432 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5433 target.
5434 * config/pa/tm-linux.h: New file.
5435
5436 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5437
5438 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5439 of prefixes. Don't print the prefix twice in the CLI.
5440
5441 2004-05-10 Jim Blandy <jimb@redhat.com>
5442
5443 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5444 collect all the gprs.
5445
5446 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5447 loop collecting gprs.
5448
5449 2004-05-09 Andrew Cagney <cagney@redhat.com>
5450
5451 * remote-vx.c (net_step): Delete step-range code.
5452 * remote.c (remote_resume, init_all_packet_configs)
5453 (set_remote_protocol_E_packet_cmd)
5454 (show_remote_protocol_E_packet_cmd)
5455 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5456 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5457 (show_remote_protocol_e_packet_cmd): Ditto.
5458
5459 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5460
5461 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5462
5463 * hppa-tdep.h: Update copyright year.
5464 (struct trad_frame_saved_reg): Add opaque declaration.
5465
5466 * amd64-tdep.c (amd64_return_value): Implement
5467 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5468
5469 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5470 (m68k_value_to_register): New functions.
5471 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5472 value_to_register.
5473
5474 * defs.h (enum return_value_convention): Add
5475 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5476 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5477 * infcmd.c (legacy_return_value): New function.
5478 (print_return_value): Rwerite to implement
5479 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5480 * values.c (using_struct_return): Check for inequality to
5481 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5482 RETURN_VALUE_STRUCT_CONVENTION.
5483 * i386-tdep.c (i386_return_value): Implement
5484 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5485
5486 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5487 include "symtab.h", "opcode/vax.h" and "inferior.h".
5488 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5489 to read_memory_unsigned_integer.
5490 (vax_gdbarch_init): Reorder.
5491 (_initialize_vax_tdep): Spell out prototype.
5492 * Makefile.in (vax-tdep.o): Update dependencies.
5493
5494 2004-05-08 Andrew Cagney <cagney@redhat.com>
5495
5496 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5497 * target.c (target_detach, target_disconnect): Ditto.
5498
5499 * infcall.c (call_function_by_hand): When no
5500 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5501 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5502 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5503 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5504 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5505
5506 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5507 * gdbarch.h, gdbarch.c: Re-generate.
5508 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5509 deprecated_fix_call_dummy.
5510 * v850-tdep.c (v850_gdbarch_init): Ditto.
5511 * infcall.c (call_function_by_hand): Do not call
5512 DEPRECATED_FIX_CALL_DUMMY.
5513
5514 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5515 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5516 * gdbarch.h, gdbarch.c: Re-generate.
5517 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5518 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5519 deprecated_sizeof_call_dummy_words.
5520 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5521 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5522 * v850-tdep.c (v850_gdbarch_init): Ditto.
5523 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5524 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5525 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5526 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5527 * arch-utils.h (legacy_call_dummy_words)
5528 (legacy_sizeof_call_dummy_words): Delete declarations.
5529 * arch-utils.c (legacy_call_dummy_words)
5530 (legacy_sizeof_call_dummy_words): Delete variables.
5531
5532 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5533 * gdbarch.h, gdbarch.c: Re-generate.
5534 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5535 * infcall.c (call_function_by_hand): Eliminate call to
5536 DEPRECATED_PUSH_DUMMY_FRAME.
5537 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5538 push_dummy_frame.
5539 (ns32k_push_dummy_frame): Delete function.
5540
5541 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5542 deprecated_call_dummy_breakpoint_offset or
5543 deprecated_call_dummy_start_offset.
5544 * dummy-frame.c, arm-tdep.c: Update comments.
5545 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5546 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5547 * gdbarch.h, gdbarch.c: Re-generate.
5548
5549 * infcall.c (legacy_push_dummy_code): Delete function.
5550 (push_dummy_code): Delete call.
5551
5552 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5553 * gdbarch.h, gdbarch.c: Re-generate.
5554 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5555 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5556 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5557 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5558
5559 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5560 (struct frame_info): Delete opaque declaration.
5561 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5562 * frame.c (get_frame_type): Delete call.
5563
5564 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5565 pc_in_call_dummy.
5566 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5567 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5568
5569 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5570
5571 * alphanbsd-tdep.c: Include "gdb_string.h".
5572 * armnbsd-tdep.c: Update copyright year.
5573 Include "gdb_string.h".
5574 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5575 dependencies.
5576
5577 * delta68-nat.c: Remove file.
5578 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5579 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5580 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5581 (delta68-nat.o): Remove dependency.
5582
5583 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5584 function.
5585 (m68k_gdbarch_init): Don't set
5586 deprecated_frameless_function_invocation.
5587
5588 2004-05-07 Randolph Chung <tausq@debian.org>
5589
5590 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5591 read_memory_nobpt for code reading when doing frame unwinding.
5592 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5593
5594 2004-05-07 Randolph Chung <tausq@debian.org>
5595
5596 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5597 instead of sp, handle sigaltstack case.
5598 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5599 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5600 signal handler and not that of the caller.
5601 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5602 hppa_linux_sigtramp_find_sigcontext.
5603
5604 2004-05-07 Randolph Chung <tausq@debian.org>
5605
5606 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5607 hppa-linux-nat.c.
5608 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5609 * hppa-linux-nat.c (fetch_register, store_register): Define.
5610 (fetch_inferior_registers, store_inferior_registers): Define.
5611 (supply_gregset): Add comment and clean up some unneeded code.
5612 (fill_gregset): Add comment and fix so that it saves registers in
5613 the right place in the gregset.
5614 (fill_fpregset): Fix buffer overrun problem.
5615 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5616
5617 2004-05-07 Randolph Chung <tausq@debian.org>
5618
5619 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5620 do common handling of the pcoqt register.
5621 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5622 to use helper function.
5623 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5624 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5625 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5626 generic fallback unwinder when all else fails.
5627 (hppa_gdbarch_init): Add fallback sniffer.
5628 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5629 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5630 to use helper function.
5631
5632 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5633
5634 * config/djgpp/fnchange.lst: Add translation rules for
5635 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5636
5637 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5638
5639 * frame.c (get_prev_frame_1): Work around GCC bug.
5640 * frame.h: Add comment about GCC bug.
5641
5642 2004-05-07 Andrew Cagney <cagney@redhat.com>
5643
5644 * observer.c: Include "commands.h" and "gdbcmd.h".
5645 (observer_debug, _initialize_observer): Add the
5646 command "set/show debug observer".
5647 * observer.sh: When observer debugging, log notify calls.
5648 * Makefile.in (observer.o): Update dependencies.
5649
5650 2004-05-07 Jason Molenda (jmolenda@apple.com)
5651
5652 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5653
5654 2004-05-07 Jim Blandy <jimb@redhat.com>
5655
5656 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5657 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5658 to recognize gpr regnums, instead of assuming that
5659 tdep->ppc_fp0_regnum marks the end of the general-purpose
5660 registers.
5661
5662 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5663 the given architecture has floating-point registers.
5664
5665 2004-05-07 Andrew Cagney <cagney@redhat.com>
5666
5667 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5668 macro defined to 1.
5669 * gdbarch.h, gdbarch.c: Re-generate.
5670 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5671 deprecated_use_generic_dummy_frames.
5672
5673 2004-05-07 Brian Ford <ford@vss.fsi.com>
5674
5675 * NEWS: Mention Cygwin DWARF 2 support.
5676
5677 2004-05-07 Andrew Cagney <cagney@redhat.com>
5678
5679 * objfiles.h (struct entry_info): Delete unused fields
5680 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5681 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5682 * mipsread.c (mipscoff_symfile_read): Update.
5683 * mdebugread.c (parse_partial_symbols): Update.
5684 * dwarfread.c (read_file_scope): Update.
5685 * dwarf2read.c (read_file_scope): Update.
5686 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5687 * coffread.c (complete_symtab): Update.
5688
5689 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5690
5691 * infcall.c (_initialize_infcall): Fix typo.
5692
5693 2004-05-07 Andrew Cagney <cagney@redhat.com>
5694
5695 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5696 * command.h (add_setshow_zinteger_cmd): Declare.
5697
5698 2004-05-06 Randolph Chung <tausq@debian.org>
5699
5700 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5701 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5702 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5703 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5704 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5705 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5706 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5707 definitions ...
5708 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5709 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5710 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5711 (hppa64_hpux_frame_find_saved_regs_in_sig)
5712 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5713 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5714 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5715 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5716 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5717 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5718 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5719 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5720 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5721 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5722 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5723 (hppa32_register_type, hppa_cannot_store_register)
5724 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5725 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5726 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5727 * pa64solib.c (pa64_solib_have_load_event)
5728 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5729 (pa64_solib_unloaded_library_pathname): Likewise.
5730 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5731 (som_solib_library_pathname): Likewise.
5732
5733 2004-05-05 Jim Ingham <jingham@apple.com>
5734
5735 * breakpoint.c (create_breakpoints): Copy the ignore count and
5736 thread id over from the pended breakpoint to the actual
5737 breakpoint.
5738
5739 2004-05-05 Andrew Cagney <cagney@redhat.com>
5740
5741 * gdbarch.sh (PARM_BOUNDARY): Delete.
5742 gdbarch.h, gdbarch.c: Re-generate.
5743 * valops.c (PARM_BOUNDARY): Delete macro.
5744 (value_push): Delete PARM_BOUNDARY code.
5745 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5746
5747 2004-05-04 Jim Blandy <jimb@redhat.com>
5748
5749 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5750 Don't assume that the gprs, fprs, and UISA sprs are
5751 contiguous, start at register number zero, and end with fpscr.
5752 Instead, use the numbers from the tdep structure.
5753
5754 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5755 should no longer be used in code specific to the RS6000 and its
5756 derivatives.
5757 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5758 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5759 tdep->ppc_fp0_regnum.
5760 (ppc_supply_fpregset, ppc_collect_fpregset)
5761 (rs6000_push_dummy_call, rs6000_extract_return_value)
5762 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5763 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5764 FP0_REGNUM.
5765 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5766 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5767 Same.
5768 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5769 bdm_ppc_store_registers): Same.
5770 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5771 (store_register, fill_fpregset): Same.
5772 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5773 (ppc_linux_supply_fpregset): Same.
5774 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5775 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5776 Same.
5777 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5778 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5779 ppc64_sysv_abi_return_value): Same.
5780 * rs6000-nat.c (regmap, fetch_inferior_registers)
5781 (store_inferior_registers, fetch_core_registers): Same.
5782
5783 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5784
5785 * m68knbsd-nat.c: Remove file.
5786 * m68knbsd-tdep.c: Remove file.
5787 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5788 dependencies.
5789 * configure.host: Add m68k-*-netbsdelf*.
5790 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5791 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5792 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5793 (XM_FILE): Remove.
5794 * config/m68k/nbsdelf.mh: New file.
5795 * config/m68k/nbsd.mt: New file.
5796 * config/m68k/nbsdaout.mt: Remove file.
5797 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5798 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5799 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5800 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5801 (use_struct_convention): Remove prototype.
5802 (USE_STRUCT_CONVENTION): Remove define.
5803 * config/m68k/xm-nbsd.h: Remove file.
5804
5805 2004-05-04 Michael Snyder <msnyder@redhat.com>
5806
5807 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5808 reg_struct_return method (as gcc usually does for cross targets).
5809
5810 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5811
5812 Committed by Andrew Cagney.
5813 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5814 alignment padding when accessing ucontext struct members.
5815
5816 2004-05-04 Jim Blandy <jimb@redhat.com>
5817
5818 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5819 'ppc_gplast_regnum' member.
5820 (ppc_num_gprs): New enum constant.
5821 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5822 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5823 * rs6000-nat.c (regmap, fetch_inferior_registers,
5824 store_inferior_registers): Same.
5825 * rs6000-tdep.c (e500_pseudo_register_read)
5826 (e500_pseudo_register_write): Same.
5827 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5828
5829 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5830 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5831 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5832 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5833 FPLAST_REGNUM.
5834 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5835 Same.
5836 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5837 * rs6000-nat.c (regmap, fetch_inferior_registers)
5838 (store_inferior_registers): Same.
5839
5840 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5841 with FPLAST_REGNUM.
5842
5843 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5844
5845 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5846 failure detected by recent versions of GCC.
5847 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5848 to be consistent with the usage in dwarf2_create_include_psymtab.
5849
5850 2004-05-03 Michael Snyder <msnyder@redhat.com>
5851
5852 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5853 (heuristic_proc_start): Whitespace cleanup.
5854
5855 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5856
5857 * sun3-nat.c: Remove file.
5858 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5859 dependencies.
5860 (ALLDEPFILES): Remove sun3-nat.c.
5861 (sun3-nat.o): Remove dependencies.
5862
5863 * i386-interix-nat.c, i386-interix-tdep.c,
5864 config/i386/nm-interix.h, config/i386/interix.mh,
5865 config/i386/interix.mt: Remove files.
5866 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5867 dependencies.
5868
5869 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5870
5871 * m68k-tdep.h (struct gdbarch_tdep): Add member
5872 struct_value_regnum.
5873 (m68k_svr4_init_abi): New prototype.
5874 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5875 different calling conventions.
5876 (m68k_extract_return_value): Remove code dealing with single-field
5877 structs.
5878 (m68k_store_return_value): Remove code dealing with single-field
5879 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5880 (m68k_extract_struct_value_address): Remove function.
5881 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5882 (m68k_reg_struct_return_p, m68k_return_value)
5883 (m68k_svr4_return_value): New functions.
5884 (m68k_use_struct_convention): Remove function.
5885 (m68k_push_dummy_call): Use new struct_value_regnum member of
5886 `struct gdbarch_tdep' instead of hardcoded register number to
5887 store STRUCT_ADDR.
5888 (m68k_svr4_init_abi): New function.
5889 (m68k_gdbarch_init): Don't set extract_return_value,
5890 store_return_values, deprecated_extract_struct_value_address and
5891 use_struct_convention. Set return_value instead. Initialize new
5892 struct_value_regnum member of `struct gdbarch_tdep'.
5893 * m68klinux-tdep.c: Update copyright year.
5894 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5895 (m68k_linux_extract_struct_value_address): Remove function.
5896 (m68k_linux_init_abi): Don't set extract_return_value,
5897 store_return_values, deprecated_extract_struct_value_address and
5898 use_struct_convention. Call m68k_svr4_init_abi but override the
5899 new struct_value_regnum member of `struct gdbarch_tdep'.
5900 * Makefile.in (m68k-tdep.o): Update dependencies.
5901
5902 2004-05-03 J. Brobecker <brobecker@gnat.com>
5903
5904 * dwarf2read.c (line_header): Add new included_p field in
5905 field file_names.
5906 (partial_die_info): New field has_stmt_list. New field line_offset.
5907 (dwarf2_create_include_psymtab): New function.
5908 (dwarf2_build_include_psymtabs): New function.
5909 (add_file_name): Add forward declaration. Initialize new field.
5910 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5911 to be able to determine the list of files included by the
5912 given unit, and build their associated psymtabs.
5913 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5914 files as well.
5915 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5916 (read_file_scope): Update call to dwarf_decode_lines.
5917 (read_partial_die): Handle DW_AT_stmt_list attributes.
5918
5919 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5920
5921 Unfix PR gdb/1626.
5922 * configure.in: Revert special case for osf5.*.
5923 * configure: Regenerate.
5924
5925 2004-05-02 Jim Blandy <jimb@redhat.com>
5926
5927 Move the symbol-file-from-memory functions into their own file.
5928 * symfile-mem.c, symfile-mem.h: New files.
5929 * symfile.c (symbol_file_add_from_bfd): New function.
5930 (symbol_file_add): Call symbol_file_add_from_bfd.
5931 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5932 Moved to symfile-mem.c.
5933 (_initialize_symfile): Move definition of
5934 add-symbol-file-from-memory command to symfile-mem.c.
5935 * symfile.h (symbol_file_add_from_bfd): New declaration.
5936 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5937 * config/powerpc/linux.mt (TDEPFILES): Same.
5938 * Makefile.in (SFILES): Add symfile-mem.c.
5939 (symfile_mem_h): New variable.
5940 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5941 (symfile-mem.o): New rule.
5942
5943 2004-05-01 Andrew Cagney <cagney@redhat.com>
5944
5945 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5946 frame_find_by_id instead of frame_relative_level.
5947 (do_enable_breakpoint): Ditto.
5948 * thread.c: Update copyright.
5949 (info_threads_command): Ditto, simplify.
5950
5951 * frame.c (deprecated_generic_get_saved_register): Delete
5952 function, moved to "xstormy16-tdep.c".
5953 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5954 deprecated_generic_get_saved_register from "frame.c".
5955 (xstormy16_frame_saved_register): Call
5956 xstormy16_get_saved_register.
5957 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5958 static.
5959 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5960 * frame.h (deprecated_generic_get_saved_register): Delete.
5961
5962 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5963
5964 * dwarfread.c: Update documentation on the state of dwarf-1.
5965
5966 2004-05-01 Andrew Cagney <cagney@redhat.com>
5967
5968 * stack.c (select_frame_command): Delete call to
5969 frame_relative_level.
5970 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5971 Delete #if0 code.
5972 (frame_info): Do not print FRAMELESS.
5973 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5974 (catch_info): Delete #if0 code.
5975
5976 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5977 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5978 of frame_relative_level.
5979 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5980 to SENTINEL_FRAME.
5981 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5982 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5983 frame_relative_level.
5984
5985 * frame.h (deprecated_set_frame_type): Delete declaration.
5986 * frame.c (deprecated_set_frame_type): Delete function, update
5987 comments.
5988
5989 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5990 * gdbarch.h, gdbarch.c: Re-generate.
5991 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5992 (shnbsd_pc_in_sigtramp): Delete.
5993 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5994 pc_in_sigtramp.
5995 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5996 pc_in_sigtramp.
5997 * frame.h: Update comments.
5998 * ppc-linux-tdep.c: Update comments.
5999 * breakpoint.c (bpstat_what): Update comments.
6000
6001 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6002 m68klinux-tdep.o's dependencies, were previously added to
6003 m68klinux-nat.o.
6004
6005 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6006 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6007 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6008 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6009 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6010
6011 * Makefile.in (m68klinux-nat.o): Update dependencies.
6012 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6013 (m68k_linux_sigtramp_frame_cache)
6014 (m68k_linux_sigtramp_frame_this_id)
6015 (m68k_linux_sigtramp_frame_prev_register)
6016 (m68k_linux_sigtramp_frame_unwind)
6017 (m68k_linux_sigtramp_frame_sniffer)
6018 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6019 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6020 names, use trad-frame.h.
6021 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6022 (struct m68k_sigtramp_info): Delete.
6023 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6024 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6025 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6026 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6027 "m68klinux-tdep.c".
6028
6029 * infrun.c (check_sigtramp2): Delete check for
6030 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6031
6032 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6033
6034 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6035
6036 2004-05-01 Andrew Cagney <cagney@redhat.com>
6037
6038 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6039 (frv_linux_sigtramp_frame_cache)
6040 (frv_linux_sigtramp_frame_this_id)
6041 (frv_linux_sigtramp_frame_prev_register)
6042 (frv_linux_sigtramp_frame_unwind)
6043 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6044 include "linux" in function and variable names, directly call
6045 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6046 the latest trad-frame code.
6047 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6048 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6049 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6050 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6051 * frv-tdep.c (frv_sigtramp_frame_cache)
6052 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6053 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6054 frv-linux-tdep.c.
6055 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6056 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6057 (frv_set_sigcontext_reg_addr): Delete function.
6058
6059 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6060 (DEPRECATED_SIGTRAMP_END): Delete.
6061 * gdbarch.h, gdbarch.c: Re-generate.
6062 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6063 * config/vax/tm-vaxbsd.h: Update copyright.
6064 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6065 (DEPRECATED_IN_SIGTRAMP): Define.
6066 * config/m68k/tm-nbsd.h: Update copyright.
6067 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6068 (DEPRECATED_IN_SIGTRAMP): Define.
6069
6070 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6071
6072 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6073 encondings. Fixes PR gdb/1628.
6074
6075 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6076 DW_CFA_restore state without a matching DW_CFA_remember_state
6077 instead of aborting. Fixes PR backtrace/1589.
6078
6079 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6080
6081 * MAINTAINERS: Add self as AIX maintainer.
6082 Update my e-mail address in write-after-approval section.
6083
6084 2004-04-30 Andrew Cagney <cagney@redhat.com>
6085
6086 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6087 (legacy_get_prev_frame): Ditto.
6088
6089 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6090 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6091 * mipsread.c (sigtramp_address): Delete extern variable.
6092 (mipscoff_new_init): Delete reference.
6093 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6094 (fixup_sigtramp): Delete function.
6095 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6096 (fixup_sigtramp): Delete declarations.
6097
6098 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6099 deprecated_pc_in_sigtramp.
6100 (ppcnbsd_pc_in_sigtramp): Delete function.
6101
6102 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6103
6104 * config/m68k/nm-nbsd.h: Tweak comments.
6105 * config/m68k/nm-nbsdaout.h: Likewise.
6106
6107 2004-04-30 Andrew Cagney <cagney@redhat.com>
6108
6109 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6110 legacy_pc_in_sigtramp.
6111 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6112
6113 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6114
6115 Add OpenBSD/m68k support.
6116 * NEWS (New native configurations): Mention OpenBSD/m68k.
6117 * m68kbsd-tdep.c: New file.
6118 * m68kbsd-nat.c: New file.
6119 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6120 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6121 * configure.host: Add m68k-*-openbsd.
6122 * configure.tgt: Add m68k-*-openbsd.
6123 * config/m68k/tm-obsd.h: New file.
6124 * config/m68k/obsd.mt: New file.
6125 * config/m68k/obsd.mh: New file.
6126 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6127 m68kbsd-tdep.c.
6128
6129 2004-04-30 Andrew Cagney <cagney@redhat.com>
6130
6131 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6132 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6133
6134 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6135
6136 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6137 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6138
6139 2004-04-30 Brian Ford <ford@vss.fsi.com>
6140
6141 Revert 2004-04-16 change.
6142 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6143 (i386_coff_init_abi): Remove.
6144 * i386-tdep.h (i386_coff_init_abi): Remove.
6145 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6146
6147 2004-04-30 Andrew Cagney <cagney@redhat.com>
6148
6149 * blockframe.c (find_pc_partial_function): Delete use of
6150 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6151 DEPRECATED_SIGTRAMP_END.
6152
6153 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6154 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6155 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6156 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6157 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6158
6159 * defs.h (deprecated_inside_entry_file): Delete declaration.
6160 * blockframe.c (deprecated_inside_entry_file): Delete function.
6161 (legacy_frame_chain_valid): Delete call.
6162 * sh64-tdep.c (sh64_frame_chain): Delete call.
6163 * objfiles.h: Update comments.
6164 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6165 call.
6166 * frame.c (get_prev_frame): Delete call, update comments.
6167
6168 2004-04-30 Brian Ford <ford@vss.fsi.com>
6169
6170 * MAINTAINERS (Write After Approval): Add myself.
6171
6172 2004-04-30 Andrew Cagney <cagney@redhat.com>
6173
6174 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6175 * gdbarch.h, gdbarch.c: Re-generate.
6176 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6177 code.
6178
6179 2004-04-30 Andrew Cagney <cagney@redhat.com>
6180
6181 * gdb-events.sh (selected_thread_changed)
6182 (selected_frame_level_changed, target_changed): Delete.
6183 * gdb-events.h, gdb-events.c: Re-generate.
6184 * valops.c (value_assign): Update.
6185 * stack.c (select_frame_command, up_silently_base)
6186 (down_silently_base): Update.
6187
6188 2004-04-29 Andrew Cagney <cagney@redhat.com>
6189
6190 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6191 registers correctly.
6192 (print_gp_register_row, mips32_heuristic_proc_desc)
6193 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6194 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6195 references to mips_isa_regsize.
6196
6197 2004-04-29 Andrew Cagney <cagney@redhat.com>
6198
6199 * mips-tdep.c (struct gdbarch_tdep): Delete
6200 mips_fp_register_double.
6201 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6202 mips_abi_regsize.
6203 (mips_gdbarch_init): Do not set mips_fp_register_double.
6204 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6205
6206 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6207
6208 Committed by Andrew Cagney.
6209 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6210 function calls.
6211
6212 2004-04-29 Andrew Cagney <cagney@redhat.com>
6213
6214 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6215 gdbarch, use mips_abi, update callers.
6216 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6217 mips_abi_regsize, update callers.
6218 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6219 mips_default_abi_regsize.
6220 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6221 mips_default_abi_regsize.
6222
6223 2004-04-29 Andrew Cagney <cagney@redhat.com>
6224
6225 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6226 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6227 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6228 mips_default_abi_regsize.
6229 (mips_isa_regsize): Rename mips_regisze.
6230 * mipsnbsd-tdep.c: Update.
6231 * mips-linux-tdep.c: Update.
6232 * irix5-nat.c: Update.
6233 * mips-tdep.h (mips_isa_regsize): Update.
6234
6235 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6236 Delete all disabled code.
6237 * gdb-events.h, gdb-events.c: Re-generate.
6238
6239 2004-04-19 Jerome Guitton <guitton@gnat.com>
6240 Mark Kettenis <kettenis@gnu.org>
6241
6242 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6243 the function begins with a branch instruction.
6244
6245 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6246
6247 * i386-tdep.c: Fix spelling mistakes.
6248
6249 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6250 Andrew Cagney <cagney@redhat.com>
6251
6252 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6253 <sys/proc.h>.
6254 * acconfig.h: Provide default _KMEMUSER value.
6255 * config.in, configure: Re-generate.
6256 * NEWS: Mention fix.
6257
6258 2004-04-24 Randolph Chung <tausq@debian.org>
6259
6260 * configure.host (hppa*-*-linux*): New target.
6261 * configure.tgt (hppa*-*-linux*): Likewise.
6262 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6263 gdbarch_init_osabi() call earlier so that osabi-specific frame
6264 unwinders can be registered first.
6265 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6266 hppa-linux-nat.c.
6267 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6268 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6269 * config/pa/linux.mh: New file.
6270 * config/pa/linux.mt: New file.
6271 * config/pa/nm-linux.h: New file.
6272 * config/pa/xm-linux.h: New file.
6273 * hppa-linux-nat.c: New file.
6274 * hppa-linux-tdep.c: New file.
6275
6276 2004-04-28 Randolph Chung <tausq@debian.org>
6277
6278 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6279 return values.
6280 (hppa32_push_dummy_call): Fix small struct and floating point argument
6281 passing, and make sure the stack frame is properly aligned.
6282
6283 2004-04-28 Andrew Cagney <cagney@redhat.com>
6284
6285 * stack.c (print_stack_frame): Fix description.
6286
6287 * NEWS: Mention gdb/gdbserver/configure execute permission
6288 changed. PR server/519.
6289
6290 2004-04-28 Andrew Cagney <cagney@redhat.com>
6291
6292 * stack.c (print_stack_frame_stub): Delete declaration.
6293 (struct print_stack_frame_args, print_stack_frame)
6294 (print_frame_info, print_frame): Replace "source" with print what.
6295 Replace "print" with "print_level". Replace "args" with
6296 "print_args".
6297 * frame.h (show_and_print_stack_frame, print_stack_frame)
6298 (print_frame_info): Update declarations.
6299 * stack.c (select_and_print_frame, frame_command)
6300 (current_frame_command, up_command, down_command): Update calls -
6301 use get_selected_frame, pass "enum print_what" for source, do not
6302 call frame_relative_level.
6303 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6304 * remote-rdp.c (remote_rdp_open): Ditto.
6305 * remote-mips.c (common_open): Ditto.
6306 * remote-e7000.c (e7000_start_remote): Ditto.
6307 * ocd.c (ocd_start_remote): Ditto.
6308 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6309 * infrun.c (normal_stop): Ditto.
6310 * inflow.c (kill_command): Ditto.
6311 * infcmd.c (finish_command): Ditto.
6312 * corelow.c (core_open): Ditto.
6313 * tracepoint.c (finish_tfind_command): Ditto.
6314 * thread.c (info_threads_command, info_threads_command)
6315 (restore_current_thread, do_captured_thread_select): Ditto.
6316 * ada-tasks.c (task_command): Ditto.
6317
6318 2004-04-26 Orjan Friberg <orjanf@axis.com>
6319
6320 * frame.c: Include "observer.h".
6321 (frame_observer_target_changed): New function.
6322 (_initialize_frame): Attach target_changed observer.
6323 * regcache.c: Include "observer.h".
6324 (regcache_observer_target_changed): New function.
6325 (_initialize_regcache): Attach target_changed observer.
6326 * valops.c: Include "observer.h".
6327 (value_assign): Notify target_changed event when modifying register.
6328 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6329
6330 2004-04-26 Orjan Friberg <orjanf@axis.com>
6331
6332 From Paul Koning <pkoning@equallogic.com>:
6333 * breakpoint.c (free_valchain): New function.
6334 (insert_bp_location, delete_breakpoint): Use free_valchain.
6335 (remove_breakpoint): Do not remove the valchain.
6336 (bpstat_stop_status): If not stopped by watchpoint, skip
6337 watchpoints when generating stop status list.
6338 * infrun.c (handle_inferior_event): Make
6339 stepped_after_stopped_by_watchpoint a global variable.
6340 * remote.c (remote_stopped_data_address): Return watch data
6341 address rather than zero if stepped_after_stopped_by_watchpoint is
6342 set.
6343
6344 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6345
6346 Fix PR gdb/1626.
6347 * configure.in: Check for curses after termcap.
6348 On osf5.*, do not check for ncurses.
6349 * configure: Regenerate.
6350
6351 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6352
6353 * ppcobsd-nat.c: Include "ppc-tdep.h".
6354 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6355
6356 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6357 Fixes PR tdep/1623 and PR tdep/1624.
6358
6359 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6360
6361 * xmodem.h, xmodem.c: Remove files.
6362 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6363
6364 2004-04-23 Randolph Chung <tausq@debian.org>
6365
6366 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6367 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6368 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6369 for handling stackless frames.
6370 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6371
6372 2004-04-23 Randolph Chung <tausq@debian.org>
6373
6374 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6375 starts at a pc before the frame is created.
6376
6377 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6378
6379 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6380
6381 2004-04-23 Jerome Guitton <guitton@gnat.com>
6382
6383 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6384 use convert_typed_floating to get the appropriate format.
6385
6386 2004-04-22 Randolph Chung <tausq@debian.org>
6387
6388 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6389 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6390 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6391 (hppa_sign_extend): Add prototype.
6392 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6393 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6394 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6395 hppa targets will also use these functions.
6396 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6397 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6398 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6399 (hppa_gdbarch_init): Remove gdbarch setting of
6400 skip_trampoline_code, in_solib_call_trampoline and
6401 in_solib_return_trampoline.
6402 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6403 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6404 hppa_in_solib_call_trampoline.
6405 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6406 Moved from hppa-tdep.c.
6407 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6408 in_solib_call_trampoline and in_solib_return_trampoline.
6409
6410 2004-04-22 Randolph Chung <tausq@debian.org>
6411
6412 * hppa-tdep.c (hppa_debug): New variable.
6413 (find_unwind_entry, hppa_frame_cache): Add debug output.
6414 (_initialize_hppa_tdep): Add command to set debug flag.
6415
6416 2004-04-22 Andrew Cagney <cagney@redhat.com>
6417
6418 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6419 "trad-frame.h".
6420 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6421 signal trampoline unwinder.
6422 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6423
6424 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6425
6426 Add OpenBSD/powerpc support.
6427 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6428 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6429 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6430 (ppc_collect_fpregset): New prototypes.
6431 * ppcobsd-nat.c: New file.
6432 * ppcobsd-tdep.c: New file.
6433 * ppcobsd-tdep.h: New file.
6434 * rs6000-tdep.c: Include "regset.h".
6435 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6436 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6437 New functions.
6438 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6439 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6440 (rs6000-tdep.o): Update dependencies.
6441 * configure.host: Add powerpc-*-openbsd.
6442 * configure.tgt: Add powerpc-*-openbsd.
6443 * config/powerpc/obsd.mh: New file.
6444 * config/powerpc/nm-obsd.h: New file.
6445 * config/powerpc/obsd.mt: New file.
6446
6447 2004-04-22 Andrew Cagney <cagney@redhat.com>
6448
6449 * frame.h (show_frame_info): Delete declaration.
6450
6451 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6452 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6453 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6454 * frv-tdep.c (frv_frame_this_id): Ditto.
6455 * avr-tdep.c (avr_frame_this_id): Ditto.
6456
6457 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6458
6459 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6460
6461 2004-04-22 Jim Blandy <jimb@redhat.com>
6462
6463 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6464 register number zero.
6465
6466 2004-04-21 Michael Snyder <msnyder@redhat.com>
6467
6468 * mips-tdep.c (heuristic_proc_start):
6469 Warning() already prefixes "Warning: ".
6470
6471 2004-04-21 Andrew Cagney <cagney@redhat.com>
6472
6473 * annotate.h (deprecated_annotate_starting_hook)
6474 (deprecated_annotate_stopped_hook)
6475 (deprecated_annotate_exited_hook)
6476 (deprecated_annotate_signal_hook)
6477 (deprecated_annotate_signalled_hook): Deprecate.
6478 * tracepoint.h (deprecated_create_tracepoint_hook)
6479 (deprecated_delete_tracepoint_hook)
6480 (deprecated_modify_tracepoint_hook)
6481 (deprecated_trace_find_hook)
6482 (deprecated_trace_start_stop_hook): Deprecate.
6483 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6484 * remote.h (deprecated_target_resume_hook)
6485 (deprecated_target_wait_loop_hook): Deprecate.
6486 * gdbcore.h (deprecated_exec_file_display_hook)
6487 (deprecated_file_changed_hook): Deprecate.
6488 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6489 * defs.h (deprecated_modify_breakpoint_hook)
6490 (deprecated_command_loop_hook, deprecated_show_load_progress)
6491 (deprecated_print_frame_info_listing_hook)
6492 (deprecated_query_hook, deprecated_warning_hook)
6493 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6494 (deprecated_delete_breakpoint_hook)
6495 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6496 (deprecated_readline_begin_hook, deprecated_readline_hook)
6497 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6498 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6499 (deprecated_context_hook, deprecated_target_wait_hook)
6500 (deprecated_attach_hook, deprecated_detach_hook)
6501 (deprecated_call_command_hook, deprecated_set_hook)
6502 (deprecated_error_hook, deprecated_error_begin_hook)
6503 (deprecated_ui_load_progress_hook): Deprecate.
6504 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6505 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6506 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6507 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6508 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6509 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6510 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6511 * annotate.c, aix-thread.c: Update.
6512
6513 2004-04-21 Andrew Cagney <cagney@redhat.com>
6514
6515 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6516 * vaxnbsd-tdep.c: Include "gdb_string.h".
6517
6518 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6519 (add_symbol_file_from_memory_command): #if 0 function body, call
6520 error instead.
6521
6522 2004-04-21 Andrew Cagney <cagney@redhat.com>
6523
6524 * gdbcore.h: Update copyright.
6525 (deprecated_add_core_fns): Rename add_core_fns.
6526 * win32-nat.c (_initialize_core_win32): Update.
6527 * sun3-nat.c (_initialize_core_sun3): Update.
6528 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6529 * rs6000-nat.c (_initialize_core_rs6000): Update.
6530 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6531 * nto-tdep.c (_initialize_nto_tdep): Update.
6532 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6533 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6534 * mips-nat.c (_initialize_core_mips): Update.
6535 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6536 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6537 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6538 * lynx-nat.c (_initialize_core_lynx): Update.
6539 * irix5-nat.c (_initialize_core_irix5): Update.
6540 * i386-interix-nat.c (_initialize_core_interix): Update.
6541 * cris-tdep.c (_initialize_cris_tdep): Update.
6542 * corelow.c (deprecated_add_core_fns): Update.
6543 * core-regset.c (_initialize_core_regset): Update.
6544 * core-aout.c (_initialize_core_aout): Update.
6545 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6546 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6547 * alpha-nat.c (_initialize_core_alpha): Update.
6548
6549 2004-04-21 Jim Blandy <jimb@redhat.com>
6550
6551 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6552
6553 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6554
6555 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6556 Delete.
6557 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6558 (read_attribute_value): Update calls to dwarf_alloc_block.
6559 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6560 dwarf2_tmp_obstack.
6561 (psymtab_to_symtab_1): Likewise. Clean up using
6562 free_stack_comp_unit.
6563 (add_to_cu_func_list): Use the comp_unit_obstack.
6564
6565 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6566
6567 * dwarf2read.c (dwarf2_flag_true_p): New function.
6568 (die_is_declaration): Use the function above. Add some comments.
6569
6570 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6571
6572 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6573 architecture when registering sparcnbsd_core_osabi_sniffer.
6574 Adjust comment.
6575
6576 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6577
6578 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6579 return value.
6580
6581 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6582 * i386-tdep.c: Correct register numbering scheme comments
6583 throughout.
6584 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6585 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6586 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6587 (i386_gdb_arch_init): Likewise.
6588
6589 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6590 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6591 ppcnbsd-tdep.o.
6592
6593 * m68k-tdep.h: Tweak comments.
6594 * m68k-tdep.c: Tweak comment.
6595
6596 2004-04-17 Randolph Chung <tausq@debian.org>
6597
6598 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6599 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6600 (hppa_hpux_som_init_abi): Set is_elf to 0.
6601 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6602 * hppa-tdep.c (low_text_segment_address): Remove global.
6603 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6604 section offset to calculate segment address.
6605 (internalize_unwinds): Define low_text_segment_address as local and
6606 pass to record_text_segment_lowaddr for ELF targets.
6607 (hppa_gdbarch_init): Zero fill tdep structure.
6608 (hppa_dump_tdep): Print tdep structure.
6609 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6610
6611 2004-04-17 Randolph Chung <tausq@debian.org>
6612
6613 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6614 (hppa_gdbarch_init): Set pseudo_register_read.
6615 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6616 * regcache.c (supply_register): Remove check for
6617 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6618
6619 2004-04-17 Randolph Chung <tausq@debian.org>
6620
6621 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6622 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6623 (hpread_adjust_stack_address): Move to hpread.c.
6624 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6625 obj_private_struct): Move from tm-hppa.h.
6626 * hpread.c (hppa-tdep.h): Include.
6627 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6628 (hpread_read_function_type, hpread_read_doc_function_type)
6629 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6630 directly.
6631 * pa64solib.c (hppa-tdep.h): Include.
6632 * somsolib.c (hppa-tdep.h): Include.
6633 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6634 inferior_status): Remove unused forward declarations.
6635 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6636 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6637 obj_private_struct): Move to hppa-tdep.h.
6638 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6639
6640 2004-04-17 Randolph Chung <tausq@debian.org>
6641
6642 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6643 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6644 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6645 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6646 Remove forward declaration and make static.
6647 (hppa_reg_struct_has_addr): Remove.
6648
6649 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6650
6651 * observer.sh: Move comments in sed command to first column.
6652
6653 2004-04-16 Jason Molenda (jmolenda@apple.com)
6654
6655 * frame.c: Minor typeo corrections in comments.
6656
6657 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6658
6659 * observer.c (observer_test_first_notification_function): Update
6660 function profile.
6661 (observer_test_second_notification_function): Likewise.
6662 (observer_test_third_notification_function): Likewise.
6663
6664 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6665
6666 From Brian Ford <ford@vss.fsi.com>:
6667 * i386-tdep.c (i386_coff_init_abi): New function.
6668 * i386-tdep.h (i386_coff_init_abi): New prototype.
6669 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6670 register number translation functions for DWARF and DWARF 2.
6671
6672 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6673
6674 * dwarf2read.c: Back out my previous change, it was incorrect.
6675
6676 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6677
6678 * dwarf2read.c: Include "hashtab.h".
6679 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6680 has_namespace_info.
6681 (struct partial_die_info): Add comments. Use bitfields to reduce
6682 memory footprint. Add scope, scope_set, has_specification,
6683 spec_offset, die_parent, die_child, and die_sibling.
6684 (peek_die_abbrev): Add prototype.
6685 (partial_read_comp_unit_head): New function, broken out from
6686 dwarf2_build_psymtabs_hard.
6687 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6688 Use partial_read_comp_unit_head. Initialize the CU and
6689 comp_unit_obstack. Update calls to read_partial_die and
6690 scan_partial_symbols. Use free_stack_comp_unit and
6691 load_partial_dies.
6692 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6693 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6694 Update calls to helper functions. Remove NAMESPACE argument.
6695 Update comments.
6696 (partial_die_parent_scope, partial_die_full_name): New functions.
6697 (add_partial_symbol): Remove namespace argument. Update call to
6698 pdi_needs_namespace. Use partial_die_full_name. Handle
6699 DW_TAG_namespace. Check has_namespace_info flag.
6700 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6701 tag. Handle namespaces.
6702 (add_partial_namespace, add_partial_enumeration): Simplify.
6703 (guess_structure_name): New function, derived from
6704 add_partial_structure.
6705 (add_partial_structure): Remove.
6706 (determine_class_name): Update comment.
6707 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6708 (is_type_tag_for_partial, load_partial_dies): New functions.
6709 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6710 Record specifications instead of following them immediately.
6711 (find_partial_die_in_comp_unit, find_partial_die)
6712 (fixup_partial_die, free_stack_comp_unit)
6713 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6714 (partial_die_hash, partial_die_eq): New functions.
6715 * Makefile.in (hashtab_h): Define.
6716 (dwarf2read.o): Update dependencies.
6717 (observer_inc, observer_h): Move to the correct section.
6718
6719 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6720
6721 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6722 (die_is_declaration): Use the function above. Add comment.
6723
6724 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6725
6726 * dwarf2read.c (read_structure_scope): Identify stub types
6727 using die_is_declaration() only.
6728
6729 2004-04-15 Roland McGrath <roland@redhat.com>
6730
6731 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6732 argument instead of NAME.
6733 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6734 in call to symbol_file_add_with_addrs_or_offsets.
6735 (build_addr_info): New function, helper for ...
6736 (symbol_file_add_from_memory): New function.
6737 (add_symbol_file_from_memory_command): New function using that.
6738 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6739 (pre_add_symbol_hook): Add const to argument type.
6740 * symfile.h (symbol_file_add_from_memory): Declare it.
6741
6742 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6743
6744 * NEWS (New native configurations): Mention OpenBSD/vax.
6745 * configure.host: Add vax-*-openbsd*.
6746 * config/vax/obsd.mh: New file.
6747 * config/vax/nm-obsd.h: New file.
6748
6749 * vax-tdep.c: Include "regset.h".
6750 (vax_supply_gregset): New function.
6751 (vax_gregset): New variable.
6752 (vax_regset_from_core_section): New function.
6753 (vax_gdbarch_init): Set regset_from_core_section.
6754 * Makefile.in (vax-tdep.o): Update dependencies.
6755
6756 2004-04-15 Andrew Cagney <cagney@redhat.com>
6757
6758 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6759 (observer_normal_stop_notification_stub)
6760 (observer_attach_normal_stop, observer_detach_normal_stop):
6761 Delete, replaced by #include "observer.inc".
6762 * infrun.c (normal_stop): Pass "stop_bpstat" to
6763 observer_notify_normal_stop.
6764 * Makefile.in (observer_inc): Define.
6765 (observer.o): Update dependencies.
6766 (observer.h, observer.inc): New rules.
6767 * observer.h: Delete file.
6768 * observer.sh: New file.
6769
6770 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6771
6772 * vax-tdep.c (vax_frame_cache): Fix typo.
6773
6774 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6775
6776 * NEWS (New native configurations): Mention NetBSD/vax.
6777 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6778 * config/vax/nbsdelf.mh: New file.
6779 * config/vax/nbsdaout.mh: New file.
6780 * config/vax/nm-nbsd.h: New file.
6781 * config/vax/nm-nbsdaout.h: New file.
6782
6783 * vaxnbsd-tdep.c: New file.
6784 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6785 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6786 * config/vax/nbsd.mt: New file.
6787 * config/vax/tm-nbsd.h: New file.
6788
6789 * Makefile.in (vaxbsd-nat.o): New dependency.
6790
6791 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6792 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6793 struct_addr arguments. Don't push return value address.
6794 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6795 arguments to vax_store_arguments. Store return value address in
6796 R1.
6797 (vax_store_struct_return, vax_extract_return_value)
6798 (vax_store_return_value): Remove functions.
6799 (vax_return_value): New function.
6800 (vax_gdbarch_init): Set return value. Don't set
6801 deprecated_store_struct_return, deprecated_extract_struct_return
6802 and deprecated_store_return_value.
6803
6804 2004-04-14 Andreas Schwab <schwab@suse.de>
6805
6806 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6807 value buffer.
6808 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6809
6810 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6811
6812 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6813 (vax_unwind_dummy_id): New functions.
6814 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6815 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6816 variables.
6817 (vax_fix_call_dummy): Remove function.
6818 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6819 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6820 call_dummy_location, deprecated_call_dummy_words,
6821 deprecated_sizeof_call_dummy_words,
6822 deprecated_call_dummy_breakpoint_offset,
6823 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6824 and deprecated_dummy_write_sp.
6825
6826 2004-04-13 David Carlton <carlton@kealia.com>
6827
6828 * MAINTAINERS: Move myself to "paper trail" section.
6829
6830 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6831
6832 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6833 "trad-frame.h".
6834 (vax_frame_init_saved_regs): Remove function.
6835 (vax_sigtramp_saved_pc): Remove function.
6836 (vax_frame_saved_pc): Remove function.
6837 (vax_frame_args_address): Remove function.
6838 (vax_frame_num_args): Rewrite.
6839 (vax_frame_chain): Remove function.
6840 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6841 VAX_FP_REGNUM.
6842 (vax_pop_frame): Likewise.
6843 (vax_saved_pc_after_call): Remove function.
6844 (struct vax_frame_cache): New structure.
6845 (vax_frame_cache): New function.
6846 (vax_frame_this_id): New function.
6847 (vax_frame_prev_register): New function.
6848 (vax_frame_unwind): New variable.
6849 (vax_frame_sniffer): New function.
6850 (vax_frame_base_address): New function.
6851 (vax_frame_args_address): New function.
6852 (vax_frame_base): New variable.
6853 (vax_unwind_pc): New function.
6854 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6855 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6856 deprecated_frame_chain, deprecated_frame_saved_pc,
6857 deprecated_frame_args_address and
6858 deprecated_frame_init_saved_regs.
6859 * Makefile.in (vax-tdep.o): Update dependencies.
6860
6861 * vaxbsd-nat.c: New file.
6862
6863 * vax-tdep.h: Update copyright year. Adjust comments.
6864 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6865 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6866 (vax_regnum): New enum. Replacing...
6867 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6868 (VAX_PS_REGNUM): ... these removed macros.
6869 * vax-tdep.c (vax_register_name): Remove prototype.
6870 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6871 (vax_register_byte, vax_register_raw_size,
6872 vax_register_virtual_size, vax_register_virtual_type): Remove
6873 functions.
6874 (vax_register_type): New function.
6875 (vax_breakpoint_from_pc): Reorganize.
6876 (vax_gdbarch_init): Set register_type. Don't set
6877 deprecated_register_size, deprecated_register_bytes,
6878 deprecated_register_byte, deprecated_register_raw_size,
6879 deprecated_max_register_raw_size,
6880 deprecated_register_virtual_size,
6881 deprecated_max_register_virtual_size and
6882 deprecated_register_virtual_type. Add comment on stack direction.
6883
6884 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6885
6886 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6887 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6888 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6889
6890 2004-04-10 Randolph Chung <tausq@debian.org>
6891
6892 * MAINTAINERS (write after approval): Add myself.
6893
6894 2004-04-07 Randolph Chung <tausq@debian.org>
6895
6896 * hppa-tdep.c (hppa_inner_than): Remove.
6897 (is_pa_2): Remove unused static variable.
6898 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6899
6900 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6901
6902 * language.h (language_defn): Add new la_post_parser field.
6903 * parser-defs.h (null_post_parser): New declaration (default for
6904 la_post_parser).
6905
6906 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6907 insert call to that function.
6908 (parse_exp_in_context): New function, including code formerly in
6909 parse_exp_1. Calls language-dependent post-parser after
6910 prefixification.
6911 (parse_expression_in_context): New exported function.
6912 (null_post_parser): New definition.
6913 * expression.h (parse_expression_in_context): Add declaration.
6914
6915 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6916 * c-lang.c (c_language_defn): Ditto.
6917 (cplus_language_defn): Ditto.
6918 (asm_language_defn): Ditto.
6919 (minimal_language_defn): Ditto.
6920 * f-lang.c (f_language_defn): Ditto.
6921 * jv-lang.c (java_language_defn): Ditto.
6922 * language.c (unknown_language_defn): Ditto.
6923 (auto_language_defn): Ditto.
6924 (local_language_defn): Ditto.
6925 * m2-lang.c (m2_language_defn): Ditto.
6926 * scm-lang.c (scm_language_defn): Ditto.
6927 * obj-lang.c (objc_language_defn): Ditto.
6928
6929 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6930
6931 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6932 (amd64nbsd_mcontext_addr): New function.
6933 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6934 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6935 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6936
6937 * corelow.c (core_xfer_partial): Fix coding standards violation.
6938 Add support for TARGET_OBJECT_WCOOKIE.
6939
6940 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6941 deprecated_pc_in_sigtramp.
6942 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6943 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6944 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6945 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6946 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6947 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6948 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6949
6950 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6951 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6952 Fix typo.
6953
6954 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6955 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6956 (amd64_collect_fxsave): Likewise.
6957
6958 * i386-sol2-tdep.c: Include "gdb_string.h".
6959 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6960 name.
6961 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6962
6963 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6964
6965 * i386-sol2-tdep.c: Include "solib-svr4.h".
6966 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6967 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6968 * config/i386/tm-i386sol2.h: Include :solib.h".
6969 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6970 solib-svr4.o and solib-legacy.o.
6971 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6972 solib-svr4.o.
6973
6974 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6975
6976 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6977 whether a register is supplied by PTRACE_GETFPREGS.
6978 (store_inferior_registers): Likewise.
6979 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6980 whether a register is supplied by PT_GETFPREGS.
6981 (store_inferior_registers): Likewise.
6982
6983 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6984 * config/i386/linux64.mt (TDEPFILES): Likewise.
6985
6986 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6987
6988 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6989 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6990 the program counter is in the range specified by `struct
6991 gdbarch_tdep'.
6992 * amd64-linux-tdep.c: Include "symtab.h".
6993 (amd64_linux_pc_in_sigtramp): Remove function.
6994 (amd64_linux_sigtramp_p): New function.
6995 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6996 deprecated_pc_in_sigtramp.
6997 * amd64nbsd-tdep.c: Include "symtab.h".
6998 (amd64nbsd_sigtramp_p): New function.
6999 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7000 deprecated_pc_in_sigtramp.
7001 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7002 few comments.
7003 (amd64obsd_pc_in_sigtramp): Remove function.
7004 (amd64obsd_sigtramp_p): New function.
7005 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7006 deprecated_pc_in_sigtramp.
7007 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7008 (i386bsd_pc_ins_sigtramp): Remove prototype.
7009 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7010 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7011 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7012 the program counter is in the range specified by `struct
7013 gdbarch_tdep'.
7014 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7015 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7016 (i386_go32_pc_in_sigtramp): Remove function.
7017 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7018 Initialize TDEP->sigtramp_p.
7019 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7020 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7021 deprecated_pc_in_sigtramp.
7022 * i386-linux-tdep.c: Adjust comments.
7023 (i386_linux_pc_in_sigtramp): Remove function.
7024 (i386_linux_sigtramp_p): New function.
7025 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7026 deprecated_pc_in_sigtramp.
7027 * i386-nto-tdep.c: Update copyright year.
7028 (i386nto_pc_in_sigtramp): Remove function.
7029 (i386nto_sigtramp_p): New function.
7030 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7031 SP_REGNUM.
7032 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7033 deprecated_pc_in_sigtramp.
7034 * i386-sol2-tdep.c: Update copyright year.
7035 (i386_sol2_pc_in_sigtramp): Remove function.
7036 (i386_sol2_sigtramp_p): New function.
7037 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7038 deprecated_pc_in_sigtramp.
7039 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7040 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7041 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7042 deprecated_sigtramp_start and deprecated_sigtramp_end.
7043 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7044 (i386nbsd_pc_in_sigtramp): Remove function.
7045 (i386nbsd_sigtramp_p): New function.
7046 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7047 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7048 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7049 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7050 (i386obsd_pc_in_sigtramp): Remove function.
7051 (i386obsd_sigtramp_p): New function.
7052 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7053 functions.
7054 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7055 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7056 TDEP->sigtramp_p.
7057 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7058 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7059 dependencies.
7060
7061 * config/i386/i386aout.mt: Remove file.
7062
7063 * configure.tgt: Remove i[34567]86-*-go32*,
7064 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7065 and i[34567]86-*-isc*. Set gdb_target to i386 for
7066 i[34567]86-*-netware* and i[34567]86-*-*.
7067 * config/i386/i386.mt: New file.
7068 * config/i386/embed.mt: Remove file.
7069 * config/i386/go32.mt: Remove file.
7070 * config/i386/i386nw.mt: Remove file.
7071 * config/i386/i386v.mt: Remove file.
7072 * config/i386/tm-go32.h: Remove file.
7073
7074 * tui/tui-hooks.c: Include "readline/readline.h" after
7075 "gdb_curses.h" instead of before.
7076 * tui/tui-io.c: Likewise.
7077
7078 * tui/tui.c: Fix typo in comment.
7079
7080 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7081
7082 2004-04-08 Andrew Cagney <cagney@redhat.com>
7083
7084 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7085 (deprecated_exception_support_initialized): Declare.
7086 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7087 (initialize_hp_cxx_exception_support)
7088 (child_enable_exception_callback): Update.
7089 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7090 (deprecated_exception_support_initialized): Rename
7091 deprecated_exception_catchpoints_are_fragile and
7092 deprecated_exception_support_initialized.
7093 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7094
7095 * symtab.c (deprecated_hp_som_som_object_present): Rename
7096 hp_som_som_object_present.
7097 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7098 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7099 Update. Delete extern declaration.
7100 * valops.c (hp_som_som_object_present): Ditto.
7101 * parse.c (deprecated_hp_som_som_object_present)
7102 (parse_nested_classes_for_hpacc): Ditto.
7103 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7104 * hppa-hpux-tdep.c (hp_som_som_object_present)
7105 (initialize_hp_cxx_exception_support): Ditto.
7106 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7107 * cp-valprint.c (hp_som_som_object_present)
7108 (cp_print_class_method): Ditto.
7109 * c-typeprint.c (hp_som_som_object_present):
7110 (c_type_print_base): Ditto.
7111 * c-exp.y (hp_som_som_object_present): Ditto.
7112
7113 2004-04-08 Andrew Cagney <cagney@redhat.com>
7114
7115 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7116 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7117 (frame_unwind_find_by_frame): Re-implement the unwind code so
7118 that it can both prepend and append sniffers. Replace
7119 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7120 * tramp-frame.c (tramp_frame_append): Use
7121 frame_unwind_prepend_unwinder.
7122 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7123 frame_unwind_register_unwinder.
7124 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7125 tramp_frame_append.
7126 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7127 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7128 (mips_linux_init_abi): Update.
7129
7130 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7131
7132 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7133 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7134 file support.
7135
7136 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7137
7138 * ia64-tdep.c (elf.h): Don't include.
7139 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7140
7141 2004-04-07 Jason Molenda (jmolenda@apple.com)
7142
7143 * frame.h: Typeo corrections in comments.
7144
7145 2004-04-07 Jim Blandy <jimb@redhat.com>
7146
7147 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7148 %esp and %ebp
7149
7150 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7151
7152 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7153 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7154 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7155 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7156 and solib-legacy.o.
7157 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7158 solib-svr4.o.
7159 * config/sparc/tm-sol2.h: Update copyright year. Include
7160 "solib.h".
7161
7162 * sparc-sol2-tdep.c: Update copyright year. Include
7163 "solib-svr4.h".
7164 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7165 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7166 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7167 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7168 dependencies.
7169
7170 2004-04-06 Andrew Cagney <cagney@redhat.com>
7171
7172 * infttrace.c: Include "infttrace.h".
7173 * infttrace.h: Include "target.h".
7174 * Makefile.in (infttrace_h): Update.
7175 (infttrace.o): Update.
7176
7177 2004-04-06 Andrew Cagney <cagney@redhat.com>
7178
7179 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7180 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7181 move extern declarations from here ...
7182 * infttrace.h: ... to here.
7183 * Makefile.in (hppah-nat.o): Update dependencies.
7184
7185 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7186 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7187 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7188 (hppa_breakpoint_from_pc): Delete.
7189
7190 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7191
7192 2004-04-05 Andrew Cagney <cagney@redhat.com>
7193
7194 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7195 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7196 <sys/file.h>.
7197
7198 2004-04-06 Randolph Chung <tausq@debian.org>
7199
7200 Committed by Andrew Cagney (mechanical change).
7201 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7202 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7203 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7204 child_enable_exception_callback, current_ex_event,
7205 null_symtab_and_line, child_get_current_exception_event,
7206 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7207 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7208 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7209 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7210 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7211 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7212 Move hpux-specific definitions ...
7213 * hppa-hpux-tdep.c: ... to here.
7214
7215 2004-04-05 Andrew Cagney <cagney@redhat.com>
7216
7217 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7218 skip_prologue_using_sal.
7219
7220 2004-04-05 Andrew Cagney <cagney@redhat.com>
7221
7222 * config/i386/tm-i386.h: Delete file.
7223 * config/i386/tm-vxworks.h: Update copyright, do not include
7224 "tm-i386.h".
7225 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7226 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7227 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7228 * config/i386/ncr3000.mt (TM_FILE): Delete.
7229 * config/i386/interix.mt (TM_FILE): Delete.
7230 * config/i386/i386v.mt (TM_FILE): Delete.
7231 * config/i386/i386nw.mt (TM_FILE): Delete.
7232 * config/i386/i386gnu.mt (TM_FILE): Delete.
7233 * config/i386/i386aout.mt (TM_FILE): Delete.
7234 * config/i386/embed.mt (TM_FILE): Delete.
7235
7236 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7237
7238 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7239 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7240 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7241 (accg7_regnum): New constants.
7242 (last_spr_regnum, last_pseudo_regnum): Update.
7243 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7244 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7245 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7246 for accg registers.
7247 (frv_register_sim_regno): Update spr_map[].
7248
7249 2004-04-04 Andrew Cagney <cagney@redhat.com>
7250
7251 * config/mips/xm-riscos.h: Delete.
7252 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7253 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7254 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7255 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7256 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7257 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7258 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7259 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7260 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7261 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7262 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7263 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7264 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7265 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7266 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7267 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7268 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7269 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7270 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7271 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7272 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7273 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7274 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7275 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7276 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7277 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7278
7279 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7280 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7281 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7282 * configure.host: Remove m680[01]0-sun-sunos3*,
7283 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7284 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7285 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7286 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7287 mips-*-riscos*.
7288 * NEWS: Mention removed systems.
7289
7290 2004-04-04 Andrew Cagney <cagney@redhat.com>
7291
7292 GDB 6.1 release created from 6.1 branch.
7293
7294 2004-04-04 Andrew Cagney <cagney@redhat.com>
7295
7296 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7297 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7298 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7299
7300 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7301 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7302 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7303
7304 2004-04-03 Jim Blandy <jimb@redhat.com>
7305
7306 * MAINTAINERS: Chris Faylor has changed employers; add him to
7307 "paper trail" section, and update his E-mail address.
7308
7309 2004-04-03 Andrew Cagney <cagney@redhat.com>
7310
7311 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7312 generic dummy frames.
7313 * dummy-frame.c: Update copyright.
7314 (dummy_frame_sniffer): Delete check for generic dummy frames.
7315
7316 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7317 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7318 (REG_PARM_STACK_SPACE): Delete.
7319 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7320 Inline reference to REG_PARM_STACK_SPACE.
7321
7322 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7323 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7324 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7325 (FRAME_BASE_BEFORE_SIGTRAMP)
7326 (hppa32_hpux_frame_base_before_sigtramp)
7327 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7328 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7329 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7330 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7331 (FRAME_BASE_BEFORE_SIGTRAMP)
7332 (hppa64_hpux_frame_base_before_sigtramp)
7333 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7334
7335 2004-04-03 Andrew Cagney <cagney@redhat.com>
7336
7337 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7338
7339 2004-04-02 Andrew Cagney <cagney@redhat.com>
7340
7341 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7342 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7343 * dummy-frame.h: Delete out-of-date comments.
7344 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7345 * gdbarch.h, gdbarch.c: Re-generate.
7346
7347 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7348
7349 Committed by Andrew Cagney <cagney@redhat.com>.
7350 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7351 into account an instruction saving a register if we have already
7352 seen an earlier instruction saving that same register.
7353
7354 2004-04-02 Andrew Cagney <cagney@redhat.com>
7355
7356 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7357 * gdbarch.h, gdbarch.c: Re-generate.
7358 * frame.c (legacy_get_prev_frame): Delete references to
7359 DEPRECATED_INIT_FRAME_PC_FIRST.
7360
7361 * infrun.c (pc_in_sigtramp): Delete function.
7362 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7363 get_frame_type.
7364
7365 2004-04-02 Andrew Cagney <cagney@redhat.com>
7366
7367 * infrun.c (handle_step_into_function): Delete code conditional on
7368 legacy_frame_p.
7369 (handle_inferior_event, step_over_function): Ditto.
7370
7371 2004-04-02 Andrew Cagney <cagney@redhat.com>
7372
7373 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7374 "previous frame inner to this frame" test.
7375
7376 2004-04-02 Andrew Cagney <cagney@redhat.com>
7377
7378 * frame.c (safe_frame_unwind_memory): New function.
7379 * frame.h (safe_frame_unwind_memory): Declare. Update description
7380 of /safe_/ methods.
7381 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7382 "next_frame". Use safe_frame_unwind_memory.
7383 (tramp_frame_sniffer): Update call to tramp_frame_start.
7384
7385 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7386
7387 * dwarf2read.c (dwarf2_objfile_data_key): New.
7388 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7389 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7390 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7391 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7392 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7393 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7394 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7395 Remove variables.
7396 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7397 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7398 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7399 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7400 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7401 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7402 Remove macros.
7403 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7404 data.
7405 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7406 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7407 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7408 (read_partial_die, read_full_die, read_indirect_string)
7409 (dwarf_decode_line_header, dwarf_decode_macros)
7410 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7411 Update uses of removed variables.
7412 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7413 of removed macros.
7414 (_initialize_dwarf2_read): New function.
7415 * symfile.h (dwarf2_has_info): Update prototype.
7416 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7417 * elfread.c (elf_symfile_read): Likewise.
7418
7419 2004-04-01 Jim Blandy <jimb@redhat.com>
7420
7421 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7422 function for register numbers on all the rs6000-derived targets.
7423 (rs6000_gdbarch_init): Don't register a separate
7424 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7425 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7426 variants.
7427
7428 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7429 numbering.
7430
7431 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7432
7433 * valarith.c: Update copyright notice.
7434 (value_add): Handle range types.
7435 (value_sub): Ditto.
7436 (value_equal): Ditto.
7437 (value_less): Ditto.
7438 (value_neg): Ditto.
7439 (value_complement): Ditto.
7440 (value_binop): Simplify slightly by using is_integral_type and
7441 eliminiating unnecessary COERCE_ENUMs.
7442
7443 2004-03-31 Andrew Cagney <cagney@redhat.com>
7444
7445 * frame.h (frame_unwind_id): Declare.
7446 * frame.c (frame_unwind_id): New function.
7447 (get_prev_frame_1): New function.
7448 (frame_debug_got_null_frame): New function.
7449 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7450 code proper to prev_frame, update description.
7451 * infrun.c (step_over_function): Use frame_unwind_id.
7452
7453 2004-04-31 J. Brobecker <brobecker@gnat.com>
7454
7455 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7456 (hppa64_push_dummy_call): Likewise.
7457
7458 2004-03-30 Jim Blandy <jimb@redhat.com>
7459
7460 From Ulrich Weigand:
7461 * utils.c (query): Do not use a va_list variable multiple times.
7462
7463 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7464
7465 * Makefile.in (linux_nat_h): Update dependencies.
7466 * configure.in: Check for <gnu/libc-version.h>.
7467 * configure: Regenerate.
7468 * config.in: Regenerate.
7469 * linux-nat.h: Include "target.h". Add waitstatus field to
7470 struct lwp_info.
7471 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7472 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7473 to.
7474 (lin_lwp_handle_extended): New function. Handle clone events.
7475 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7476 thread exit events.
7477 (child_wait): Handle clone events.
7478 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7479 * linux-nat.c (linux_enable_event_reporting): Turn on
7480 PTRACE_O_TRACECLONE.
7481 (linux_handle_extended_wait): Handle clone events.
7482 * thread-db.c: Include <gnu/libc-version.h>.
7483 (struct private_thread_info): Add dying flag.
7484 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7485 higher.
7486 (attach_thread): Update comments. Handle dying threads.
7487 (detach_thread): Set the dying flag.
7488 (check_event): Always call attach_thread.
7489
7490 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7491
7492 * mips-tdep.c (mips_pdr_data): New.
7493 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7494 (_initialize_mips_tdep): Initialize mips_pdr_data.
7495
7496 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7497
7498 * minsyms.c (install_minimal_symbols): Move dropping leading
7499 char from linkage name from here...
7500 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7501 test for "__gnu_compiled*" symbols.
7502
7503 2004-03-28 Jim Blandy <jimb@redhat.com>
7504
7505 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7506 registers to temp register r0 and byte stores as prologue
7507 instructions.
7508
7509 2004-03-28 Andrew Cagney <cagney@redhat.com>
7510
7511 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7512 arm*-*-*.
7513
7514 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7515
7516 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7517 and switch the layout to force a display of register window.
7518
7519 2004-02-26 J. Brobecker <brobecker@gnat.com>
7520
7521 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7522 of the INTEGER class.
7523
7524 2004-03-26 Jim Blandy <jimb@redhat.com>
7525
7526 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7527 bytes long on PPC GNU/Linux.
7528
7529 2004-03-26 David Carlton <carlton@kealia.com>
7530
7531 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7532
7533 2004-03-25 Andrew Cagney <cagney@redhat.com>
7534
7535 * PROBLEMS: Add general section titles, remove references to
7536 specific releases.
7537
7538 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7539
7540 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7541 INT_REGISTER_SIZE.
7542 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7543 FP_REGISTER_VIRTUAL_SIZE.
7544 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7545 of DEPRECATED_REGISTER_RAW_SIZE.
7546 (arm_register_type): Add gdbarch argument.
7547 (arm_register_raw_size, arm_register_virtual_size): Delete.
7548 (arm_register_byte, arm_extract_return_value)
7549 (arm_store_return_value, arm_get_longjmp_target): Update references
7550 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7551 (arm_gdbarch_init): Likewise. Don't set
7552 deprecated_register_raw_size, deprecated_register_virtual_size,
7553 deprecated_max_register_raw_size,
7554 deprecated_max_register_virtual_size, or
7555 deprecated_max_register_virtual_type. Do set register_type.
7556 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7557 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7558 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7559 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7560 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7561 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7562 INT_REGISTER_SIZE.
7563 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7564 (remote_rdp_store_register): Likewise.
7565
7566 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7567
7568 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7569 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7570 to after osabi initialization.
7571 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7572 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7573 functions.
7574 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7575 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7576 variables.
7577 (mips_linux_init_abi): Append signal trampoline unwinders.
7578
7579 2004-03-24 Andrew Cagney <cagney@redhat.com>
7580
7581 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7582 * tramp-frame.c: Include "gdb_assert.h".
7583 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7584 correct sizeof.
7585 (tramp_frame_append): Validate the tramp frame's instructions.
7586 * Makefile.in (tramp-frame.o): Update dependencies.
7587
7588 2004-03-23 Andrew Cagney <cagney@redhat.com>
7589
7590 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7591
7592 2004-03-23 Andrew Cagney <cagney@redhat.com>
7593
7594 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7595 Nasser as past testsuite/lib/ (and other) maintainers.
7596
7597 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7598
7599 * infcmd.c (attach_command): Reread symbols if we already have
7600 an exec file.
7601
7602 2004-03-23 Andrew Cagney <cagney@redhat.com>
7603
7604 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7605
7606 2004-03-23 Andrew Cagney <cagney@redhat.com>
7607
7608 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7609 * gdbarch.h, gdbarch.c: Re-generate.
7610 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7611 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7612 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7613 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7614 (DEPRECATED_SIGTRAMP_START): Update.
7615 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7616 (DEPRECATED_SIGTRAMP_START): Update.
7617 * blockframe.c (find_pc_sect_partial_function): Update.
7618 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7619
7620 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7621
7622 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7623 if necessary.
7624
7625 2004-03-23 Andrew Cagney <cagney@redhat.com>
7626
7627 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7628 predicate, deprecate.
7629 * gdbarch.h, gdbarch.c: Re-generate.
7630 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7631 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7632 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7633 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7634 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7635 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7636 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7637 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7638 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7639 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7640 * blockframe.c (find_pc_partial_function): Update.
7641 * breakpoint.c (bpstat_what): Update.
7642 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7643 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7644 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7645 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7646 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7647 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7648 * i386-nto-tdep.c (i386nto_init_abi): Update.
7649 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7650 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7651 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7652 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7653 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7654 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7655 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7656 * infrun.c (pc_in_sigtramp): Update.
7657 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7658 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7659 * mips-tdep.c (mips_gdbarch_init): Update.
7660 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7661 * ppc-linux-tdep.c: Update comment.
7662 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7663 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7664 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7665 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7666 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7667 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7668 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7669 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7670 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7671 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7672
7673 2004-03-23 Andrew Cagney <cagney@redhat.com>
7674
7675 * tramp-frame.h, tramp-frame.h: New files.
7676 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7677 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7678
7679 * Makefile.in: Update all dependencies.
7680
7681 2004-03-23 Andrew Cagney <cagney@redhat.com>
7682
7683 * Makefile.in (trad_frame_h): Add $(frame_h).
7684 * trad-frame.h: Update copyright. Include "frame.h".
7685 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7686 (trad_frame_set_id, trad_frame_get_id): Declare.
7687 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7688 * trad-frame.c: Update copyright.
7689 (struct trad_frame_cache): Define.
7690 (trad_frame_cache_zalloc): New function.
7691 (trad_frame_set_id, trad_frame_get_id): New functions.
7692 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7693
7694 2004-03-22 Andrew Cagney <cagney@redhat.com>
7695
7696 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7697 s390_pltstub_unwind_cache.
7698 (s390_stub_frame_unwind_cache): Rename
7699 s390_pltstub_frame_unwind_cache.
7700 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7701 (s390_stub_frame_prev_register): Rename
7702 s390_pltstub_frame_prev_register.
7703 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7704 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7705
7706 From Ulrich Weigand:
7707 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7708 pointer calls like PLT calls.
7709
7710 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7711
7712 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7713 PC rather than the partial function start address. Use the start
7714 address to sanity check the found PDR.
7715
7716 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7717
7718 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7719 linux_handle_extended_wait.
7720
7721 2004-03-22 Andrew Cagney <cagney@redhat.com>
7722
7723 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7724 function.
7725
7726 * frame.h (generic_pop_current_frame): Delete declaration.
7727 (deprecate_pop_dummy_frame): Deprecate
7728 generic_pop_dummy_frame.
7729 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7730 (generic_pop_current_frame): Delete function.
7731 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7732 generic_pop_current_frame.
7733 * v850-tdep.c (v850_pop_frame): Update.
7734 * mcore-tdep.c (mcore_pop_frame): Update.
7735 * sh64-tdep.c (sh64_pop_frame): Update.
7736 * h8300-tdep.c (h8300_pop_frame): Update.
7737
7738 2004-03-22 Andrew Cagney <cagney@redhat.com>
7739
7740 * frame.h (deprecated_pc_in_call_dummy): Rename
7741 generic_pc_in_call_dummy.
7742 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7743 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7744 generic_pc_in_call_dummy.
7745 (pc_in_dummy_frame): Make static.
7746 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7747 * gdbarch.h, gdbarch.c: Re-generate.
7748 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7749 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7750 (legacy_get_prev_frame): Ditto.
7751 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7752 comment.
7753
7754 2004-03-21 Andrew Cagney <cagney@redhat.com>
7755
7756 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7757 declaration and out-of-date comment.
7758 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7759 Delete function.
7760 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7761 deprecated_pc_in_call_dummy.
7762
7763 * infrun.c (handle_inferior_event): For non legacy frames, use the
7764 frame ID and frame type to identify a signal trampoline. Update
7765 comments.
7766
7767 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7768
7769 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7770 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7771
7772 2004-03-21 Andrew Cagney <cagney@redhat.com>
7773
7774 * frame-unwind.h: Update copyright.
7775 (struct frame_data): Add opaque declaration.
7776 (frame_sniffer_ftype): Declare.
7777 (struct frame_unwind): Add "unwind_data" and "sniffer".
7778 (frame_unwind_register_unwinder): Declare.
7779 (frame_unwind_find_by_frame): Add parameter "this_cache".
7780 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7781 (legacy_get_prev_frame, legacy_get_prev_frame)
7782 (get_frame_type): Pass the prologue_cache to
7783 frame_unwind_find_by_frame.
7784 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7785 "unwinder".
7786 (frame_unwind_register_unwinder): New function.
7787 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7788
7789 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7790
7791 * bcache.c (print_percentage): Use floating point to avoid
7792 incorrect results when portion*100 overflows.
7793
7794 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7795
7796 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7797 (ppc_linux_init_extra_frame_info)
7798 (ppc_linux_frameless_function_invocation)
7799 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7800 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7801 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7802 (rs6000_frame_chain): Delete declarations.
7803 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7804 (ppc_linux_init_extra_frame_info)
7805 (ppc_linux_frameless_function_invocation)
7806 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7807 (ppc_linux_init_abi): Remove registration of above deleted functions.
7808 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7809 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7810 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7811 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7812 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7813 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7814 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7815 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7816 frame management for all OSABIs.
7817
7818 2004-03-19 Andrew Cagney <cagney@redhat.com>
7819
7820 Committed by Kevin Buettner <kevinb@redhat.com>.
7821
7822 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7823 Update copyright.
7824 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7825 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7826 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7827 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7828 unwinders. #ifdef legacy frame code.
7829 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7830 "frame-base.h".
7831 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7832 (struct rs6000_frame_cache, rs6000_frame_cache)
7833 (rs6000_frame_this_id, rs6000_frame_prev_register)
7834 (rs6000_frame_sniffer, rs6000_frame_unwind)
7835 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7836 (rs6000_frame_base): Implement a traditional frame unwinder.
7837 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7838 frame unwinder.
7839
7840 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7841
7842 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7843 breakpoint address for watchpoints or the catch eventpoints.
7844 Add new paramter ``bptype''. Adjust all callers.
7845
7846 2004-03-19 Andrew Cagney <cagney@redhat.com>
7847
7848 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7849
7850 * PROBLEMS: Delete note that ARM does not use frame code, problem
7851 fixed.
7852
7853 2004-03-18 Andrew Cagney <cagney@redhat.com>
7854
7855 * stack.c (return_command): Delete code wrapped in #ifdef
7856 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7857
7858 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7859
7860 2004-03-18 Andrew Cagney <cagney@redhat.com>
7861
7862 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7863 DEPRECATED_IN_SIGTRAMP.
7864 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7865 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7866 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7867 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7868 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7869 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7870 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7871 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7872 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7873 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7874
7875 2004-03-18 Andrew Cagney <cagney@redhat.com>
7876
7877 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7878 (struct frame_base_table_entry): Define.
7879 (struct frame_base_table): Re-implement as a linked list.
7880 (frame_base_init): Re-implement.
7881 (frame_base_table): Delete function.
7882 (append_predicate): Delete function.
7883 (frame_base_append_sniffer): Update.
7884 (frame_base_set_default): Update.
7885 (frame_base_find_by_frame): Update.
7886 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7887 * Makefile.in (frame-base.o): Update dependencies.
7888
7889 2004-03-17 Andrew Cagney <cagney@redhat.com>
7890
7891 * frame.c (legacy_get_prev_frame): Pass correct frame to
7892 frame_unwind_find_by_frame.
7893
7894 2004-03-17 David Carlton <carlton@kealia.com>
7895
7896 * NEWS: Mention C++ nested types and namespaces
7897
7898 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7899
7900 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7901 and "Regressions since gdb 5.3.". Add known regressions since
7902 gdb 6.0.
7903
7904 2004-03-16 David Carlton <carlton@kealia.com>
7905
7906 * dwarf2read.c (process_structure_scope): Process children even
7907 when we're a declaration.
7908
7909 2004-03-16 Andrew Cagney <cagney@redhat.com>
7910
7911 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7912 * blockframe.c (find_pc_partial_function)
7913 (find_pc_sect_partial_function): Merge into a single
7914 find_pc_partial_function.
7915
7916 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7917
7918 * i386bsd-nat.c: s/regno/regnum/g.
7919 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7920 FP0_REGNUM.
7921 (store_inferior_registers): Likewise.
7922
7923 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7924
7925 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7926 of i387_fill_fsave.
7927 (store_inferior_registers): Call i387_collect_fsave and
7928 i387_collect_fxsave instead of i387_fill_fsave and
7929 i387_fill_fxsave.
7930
7931 2004-03-15 Andrew Cagney <cagney@redhat.com>
7932
7933 * Makefile.in (frame-unwind.o): Update dependencies.
7934 * frame-unwind.c: Include "gdb_obstack.h".
7935 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7936 parameter.
7937 (append_predicate): Delete function.
7938 (struct frame_unwind_table_entry): New structure.
7939 (struct frame_unwind_table): Replace "sniffer" with "head" and
7940 "tail".
7941 (frame_unwind_append_sniffer): Update.
7942 (frame_unwind_find_by_frame): Update.
7943 (_initialize_frame_unwind): Registe frame_unwind_init using
7944 gdbarch_data_register_pre_init.
7945
7946 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7947
7948 * i386bsd-nat.c: Update copyright year.
7949 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7950 define unconditionally.
7951
7952 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7953
7954 * i387-tdep.h (i387_collect_fsave): New prototype.
7955 * i387-tdep.c (i387_collect_fsave): New function containing most
7956 of the code from i387_fill_fsave.
7957 (i387_fill_fsave): Call i387_collect_fsave.
7958
7959 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7960
7961 * i386-linux-tdep.c: Update copyright year.
7962 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7963 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7964 svr4_ilp32_link_map_offsets instead of
7965 i386_linux_svr4_fetch_link_map_offsets.
7966
7967 2004-03-15 David Carlton <carlton@kealia.com>
7968
7969 Fix for PR c++/1553:
7970 * dwarf2read.c (read_structure_type): Determine type name by
7971 calling determine_class_name.
7972 (determine_class_name): New.
7973 (determine_prefix): Look at TYPE_TAG_NAME and call
7974 determine_class_name when appropriate.
7975 (determine_prefix_aux, class_name): Delete.
7976 (read_namespace): Set die->type.
7977
7978 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7979
7980 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7981 unused macro definition. The definition in target.h (or perhaps
7982 elsewhere) takes precedence.
7983
7984 2004-03-15 Andrew Cagney <cagney@redhat.com>
7985
7986 * ppc-tdep.h: Update copyright.
7987 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7988 function signatures to match "regsets.h".
7989 * ppc-linux-tdep.c: Include "regset.h".
7990 (ELF_GREGSET_SIZE): Delete.
7991 (right_supply_register): New function.
7992 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7993 using right_supply_register.
7994 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7995 functions.
7996 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7997 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7998 (_initialize_ppc_linux_tdep): Do not register
7999 ppc_linux_regset_core_fns.
8000 (ppc_linux_regset_from_core_section): Replace
8001 fetch_core_registers.
8002 (ppc_linux_regset_core_fns): Delete.
8003 * ppc-linux-nat.c: (right_fill_reg): New function.
8004 (supply_gregset): Update call to ppc_linux_supply_gregset.
8005 (fill_gregset): Clear the register set, use right_fill_reg.
8006 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8007 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8008
8009 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8010 unsigned.
8011
8012 2004-03-15 Andrew Cagney <cagney@redhat.com>
8013
8014 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8015 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8016 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8017 and register_gdbarch_data.
8018 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8019 (struct gdbarch_data): Replace "init" by "pre_init" and
8020 "post_init".
8021 * gdbarch.h, gdbarch.c: Re-generate.
8022 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8023 with"obstack", use OBSTACK_ZALLOC.
8024 (dwarf2_frame_ops): Delete.
8025 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8026 (dwarf2_frame_init_reg): Use gdbarch_data.
8027 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8028 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8029 (_initialize_svr4_solib): Update.
8030 * user-regs.c (_initialize_user_regs): Update.
8031 * reggroups.c (_initialize_reggroup): Update.
8032 * regcache.c (_initialize_regcache): Update.
8033 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8034 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8035 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8036 * frame-unwind.c (_initialize_frame_unwind): Update.
8037 * frame-base.c (_initialize_frame_base): Update.
8038 * user-regs.c (user_reg_add): Update.
8039 * reggroups.c (reggroup_add): Update.
8040 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8041 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8042 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8043 * frame-base.c (frame_base_table): Update.
8044 * remote.c (_initialize_remote): Update.
8045 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8046
8047 2004-03-15 Andrew Cagney <cagney@redhat.com>
8048
8049 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8050
8051 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8052
8053 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8054 * frv-linux-tdep.c: New file.
8055 * frv-tdep.c (struct gdbarch_tdep): Add new field
8056 ``sigcontext_reg_addr''.
8057 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8058 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8059 (frv_sigramp_frame_sniffer): New functions.
8060 (frv_sigtramp_frame_unwind): New static global.
8061 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8062 sniffers.
8063 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8064 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8065
8066 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8067
8068 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8069 but not via a call to error(), when unable to read memory.
8070
8071 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8072
8073 * frv-tdep.c (frv_call_dummy_words): Delete.
8074 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8075
8076 2004-03-15 Andrew Cagney <cagney@redhat.com>
8077
8078 * infrun.c (handle_step_into_function, step_over_function): Only
8079 update and use STEP_FRAME_ID when the system is using legacy
8080 frames. Update comments.
8081
8082 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8083
8084 * amd64-linux-tdep.h: Remove file.
8085 * amd64-linux-tdep.c: Don't include "inferior.h" and
8086 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8087 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8088 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8089 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8090 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8091 macros.
8092 (user_to_gdb_regmap): Remove variable.
8093 (amd64_linux_gregset_reg_offset): New variable.
8094 (amd64_core_fns): Remove variable.
8095 (fetch_core_registers): Remove function.
8096 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8097 functions.
8098 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8099 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8100 * Makefile.in (amd64_linux_tdep_h): Remove.
8101 (amd64-linux-nat.o): Update dependencies.
8102 (amd64-linux-tdep.o): Update dependencies.
8103
8104 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8105 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8106 functions.
8107 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8108
8109 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8110 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8111
8112 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8113
8114 * dwarf2read.c (read_structure_type): Rename from
8115 read_structure_scope. Don't create a symbol or call process_die.
8116 Return immediately if die->type is set. Call read_type_die before
8117 dwarf2_add_member_fn.
8118 (process_structure_scope): New function.
8119 (read_enumeration_type, process_enumeration_scope): New functions,
8120 broken out from read_enumeration. Don't create the enumeration
8121 type if it has already been created.
8122 (read_enumeration): Removed.
8123 (process_die): Call read_structure_type, process_structure_scope,
8124 read_enumeration_type, and process_enumeration_scope. Just call
8125 new_symbol for base and subrange types. Add a comment about other
8126 type dies.
8127 (read_type_die): Call read_enumeration_type.
8128 (add_partial_structure, new_symbol): Update comments.
8129
8130 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8131
8132 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8133
8134 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8135
8136 * tui/tui-win.h (tui_get_cmd_list): Declare.
8137 * tui/tui-win.c (tui_command): New function.
8138 (tui_get_cmd_list): New function.
8139 (_initialize_tui_win): Moved initialization of tui command in
8140 tui_get_cmd_list.
8141
8142 * tui/tui-data.c (init_content_element): Setup new data members.
8143 (init_win_info): Likewise.
8144 (free_content_elements): Free it.
8145 * tui/tui-data.h (struct tui_data_element): Store the register
8146 content to print.
8147 (struct tui_data_info): Keep the current register group.
8148
8149 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8150
8151 * tui/tui-regs.h (tui_show_registers): Update prototype.
8152 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8153 (tui_resize_all): No need to calculate anything for register window.
8154 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8155 (tui_set_register_element, tui_set_general_regs_content): Remove.
8156 (tui_set_special_regs_content): Remove.
8157 (tui_set_general_and_special_regs_content): Remove.
8158 (tui_set_float_regs_content): Remove.
8159 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8160 (tui_set_regs_content): Remove.
8161 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8162 (tui_v_show_registers_command_support): Remove.
8163 (tui_show_registers): Use a reggroup to specify the registers to show.
8164 (tui_show_register_group): New function.
8165 (tui_display_registers_from): Compute the layout of register window
8166 and refresh with new API; be sure to delete old register windows.
8167 (tui_check_register_values): Update to use tui_get_register and
8168 tui_display_data.
8169 (tui_display_register): Just refresh the register window part.
8170 (tui_register_format): Format registers and save in tui_data_element.
8171 (tui_get_register): New to combine tui_reg_value_has_changed and
8172 tui_get_register_raw_value; fix to use the new gdb API.
8173 (tui_show_float_command): Renamed tui_reg_float_command.
8174 (tui_show_general_command): Renamed tui_reg_general_command.
8175 (tui_show_special_command): Renamed tui_reg_system_command.
8176 (_initialize_tui_regs): Remove unused commands.
8177
8178 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8179
8180 * NEWS (New native configurations): Mention OpenBSD/amd64.
8181
8182 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8183 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8184 Remove defines.
8185 * config/i386/nm-fbsd64.h: Likewise.
8186 * config/i386/nm-obsd.h: Likewise.
8187 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8188 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8189
8190 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8191
8192 * frv-tdep.c (set_variant_scratch_registers): New function.
8193 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8194 New constants.
8195
8196 From Richard Sandiford <rsandifo@redhat.com>:
8197 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8198
8199 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8200
8201 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8202 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8203 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8204 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8205 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8206 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8207 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8208 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8209 definitions from frv-tdep.c to frv-tdep.h.
8210
8211 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8212
8213 Add shared library support for FR-V FDPIC ABI:
8214 * Makefile.in (solib-frv.o): Add dependencies.
8215 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8216 New functions.
8217 (frv_push_dummy_call): Add support for FDPIC ABI.
8218 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8219 for FDPIC ABI.
8220 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8221 (frv_fdpic_find_canonical_descriptor): Declare.
8222 * solib-frv.c: New file.
8223 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8224 * config/frv/tm-frv.h (solib.h): Include.
8225
8226 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8227
8228 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8229 (frv-tdep.o): Update dependencies.
8230 * frv-tdep.h: New file.
8231 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8232 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8233 constants.
8234 (struct gdbarch_tdep): Add new member ``frv_abi''.
8235 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8236 functions.
8237 (new_variant): Set ``frv_abi'' field.
8238 (gdb_arch_init): Detect FDPIC executables.
8239
8240 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8241
8242 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8243 wrapper.
8244
8245 2004-03-11 Andrew Cagney <cagney@redhat.com>
8246
8247 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8248
8249 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8250
8251 * solist.h (master_so_list): New function.
8252 * solib.c (master_so_list): Likewise.
8253 * solib-svr4.c (enable_break): Iterate over so_list entries
8254 obtained from master list instead of entries obtained directly
8255 via svr4_current_sos().
8256
8257 2004-03-10 Ben Elliston <bje@gnu.org>
8258
8259 * MAINTAINERS: Update my mail address.
8260
8261 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8262
8263 * remote-m32r-sdi.c: Support hardware watchpoint.
8264
8265 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8266
8267 * user-regs.c: Update copyright years.
8268 (struct user_regs): Rename to gdb_user_regs.
8269 (append_user_reg, builtin_user_regs, user_regs_init)
8270 (user_reg_add, user_reg_map_name_to_regnum)
8271 (usernum_to_user_reg): Update.
8272
8273 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8274
8275 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8276 (skip_children): New functions.
8277 (locate_pdi_sibling): Call skip_children.
8278
8279 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8280
8281 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8282 * gdbtypes.c (check_typedef): Update comments.
8283
8284 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8285
8286 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8287 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8288 pointer. Update comment about comp_unit_head.
8289 (struct abbrev_info): Shorten two int flags.
8290 (dwarf_alloc_abbrev): Take a CU argument.
8291 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8292 each time through the loop. Update cleanup argument.
8293 (psymtab_to_symtab_1): Update cleanup call.
8294 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8295 abbrev_obstack.
8296 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8297 Just call obstack_free and clear the pointer.
8298
8299 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8300
8301 * infrun.c (handle_inferior_event): Remove short-circuit code for
8302 events in a different thread.
8303
8304 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8305
8306 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8307 print the whole transfer.
8308 (initialize_targets): Update description of "set debug target".
8309
8310 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8311
8312 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8313
8314 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8315
8316 * MAINTAINERS (write after approval): Add myself.
8317
8318 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8319
8320 * sh-tdep.c (sh_print_registers_info): Use for loop.
8321 Don't skip multiple registers when a float register is encountered.
8322
8323 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8324
8325 Fix PR tdep/1291.
8326 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8327 to official SH documentation.
8328
8329 2004-03-07 Andrew Cagney <cagney@redhat.com>
8330
8331 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8332 unused function.
8333
8334 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8335
8336 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8337 (arm_get_next_pc): Handle BX and BLX.
8338
8339 2004-03-07 Andrew Cagney <cagney@redhat.com>
8340
8341 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8342 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8343 HPPA_SP_REGNUM.
8344 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8345 (hppa_target_read_fp): Delete.
8346 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8347 register_virtual_size, max_register_raw_size,
8348 max_register_virtual_size, register_byte, register_size,
8349 target_read_fp, fp_regnum, and register_bytes. Set register_type
8350 instead of register_virtual_type.
8351 (hppa32_register_type, hppa64_register_type): Replace
8352 hppa32_register_virtual_type and hppa64_register_virtual_type.
8353 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8354 (HPPA_FP_REGNUM): Define.
8355
8356 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8357
8358 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8359 (pa_do_registers_info): Delete.
8360 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8361 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8362 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8363
8364 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8365 GDB_TARGET_IS_HPPA code.
8366 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8367 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8368 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8369 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8370 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8371 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8372 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8373 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8374 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8375 (hppa_frameless_function_invocation, hppa64_store_return_value)
8376 (hppa_store_struct_return, hppa64_extract_return_value)
8377 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8378 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8379 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8380 (find_proc_framesize, deposit_21, restore_pc_queue)
8381 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8382 (rp_saved, pc_in_linker_stub): Delete.
8383
8384 Unconditionally enable 64-bit frame and ABI code.
8385 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8386 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8387 push_dummy_frame, fix_call_dummy, push_arguments,
8388 call_dummy_location, extract_return_value, use_struct_convention,
8389 store_return_value, store_struct_return, saved_pc_after_call,
8390 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8391 frame_chain, frame_chain_valid, frameless_function_invocation,
8392 frame_saved_pc, and pop_frame.
8393
8394 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8395 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8396 (hppa_gdbarch_init): Do not set PC_REGNUM.
8397
8398 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8399
8400 * config/alpha/tm-fbsd.h: Remove file.
8401 * config/alpha/fbsd.mt: Tweak comment.
8402 (TM_FILE): Set to tm-alpha.h.
8403
8404 2004-03-05 Andrew Cagney <cagney@redhat.com>
8405
8406 * infrun.c (step_over_function): When non-legacy code, and no
8407 step_frame_id, use the unwinder to get the caller's frame ID.
8408
8409 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8410
8411 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8412 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8413 bfd_arch_unknown. Adjust comment.
8414
8415 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8416 * i386obsd-tdep.c: Correct spelling in comment.
8417 * i386nbsd-tdep.c: Correct spelling in comment.
8418 * sparc-tdep.c: Correct spelling in comments.
8419
8420 2004-03-05 David Carlton <carlton@kealia.com>
8421
8422 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8423 bug.
8424
8425 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8426
8427 * sparc-tdep.c: Fix typo in comment.
8428
8429 2004-03-04 J. Brobecker <brobecker@gnat.com>
8430
8431 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8432
8433 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8434
8435 * dwarf2read.c: Add comment describing memory lifetimes.
8436 (struct dwarf2_pinfo): Update comment.
8437 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8438 (read_enumeration, new_symbol): Don't use obsavestring.
8439
8440 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8441
8442 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8443 instead of amd64_fill_fxsave.
8444 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8445 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8446
8447 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8448 Reorganize code a bit.
8449
8450 2004-03-04 Orjan Friberg <orjanf@axis.com>
8451
8452 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8453 when the frame pointer is pushed. Don't set the frame pointer's
8454 address on the stack unless it's actually located there.
8455 Set the SRP's address on the stack correctly when the PC is still in
8456 the prologue.
8457 (cris_return_value): New function.
8458 (cris_gdbarch_init): Clear deprecated store_return_value,
8459 extract_return_value.
8460
8461 2004-03-02 Jim Blandy <jimb@redhat.com>
8462
8463 * stabsread.c (reg_value_complaint): The maximum register number
8464 is one less than the number of registers.
8465
8466 2004-03-02 Andrew Cagney <cagney@redhat.com>
8467
8468 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8469 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8470 trailing comma and redundant assignment of I386_ST0_REGNUM.
8471 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8472 32-bit segment registers.
8473
8474 2004-03-01 Andrew Cagney <cagney@redhat.com>
8475
8476 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8477 use frame_relative_level and get_next_frame.
8478
8479 2004-02-29 Andrew Cagney <cagney@redhat.com>
8480
8481 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8482 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8483 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8484 Delete macro.
8485
8486 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8487
8488 * inflow.c (terminal_inferior): Don't give up the terminal if we
8489 previously couldn't get the inferior's terminal state.
8490
8491 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8492
8493 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8494 PC_REGNUM.
8495
8496 2004-02-28 Andrew Cagney <cagney@redhat.com>
8497
8498 * NEWS: Refer to GDB 6.1.
8499 * README: Refer to GDB 6.1.
8500 * PROBLEMS: Refer to GDB 6.1.
8501
8502 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8503
8504 * thread-db.c (disable_thread_signals): Remove unused function.
8505
8506 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8507
8508 * amd64-nat.c: Include "gdb_string.h".
8509 (amd64_collect_native_gregset): Zero-extend the 32-bit
8510 general-purpose registers and %eip.
8511
8512 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8513 * amd64-tdep.c (amd64_collect_fxsave): New function.
8514 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8515
8516 * i387-tdep.h: Update copyright year.
8517 (i387_collect_fxsave): New prototype.
8518 * i387-tdep.c: Update copyright year.
8519 (i387_collect_fxsave): New function containing most of the code
8520 from i387_fill_fxsave.
8521 (i387_fill_fxsave): Call i387_collect_fxsave.
8522
8523 2004-02-28 Andrew Cagney <cagney@redhat.com>
8524
8525 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8526 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8527
8528 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8529
8530 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8531
8532 2004-02-28 Andrew Cagney <cagney@redhat.com>
8533
8534 * utils.c: Use "", instead of <>, to include readline.
8535 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8536 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8537 * source.c, solib.c, exec.c, event-top.c: Ditto.
8538 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8539 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8540 * Makefile.in: Update all dependencies.
8541 (readline_tilde_h, readline_history_h): Define.
8542 (readline_headers): Delete.
8543
8544 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8545
8546 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8547 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8548 "config/i386/tm-lx64.h".
8549
8550 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8551 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8552 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8553
8554 2004-02-28 Andrew Cagney <cagney@redhat.com>
8555
8556 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8557
8558 * breakpoint.c (_initialize_breakpoint): Use
8559 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8560 Add help to show command.
8561
8562 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8563
8564 * i386-nat.c: Reformat to be closer to coding standards.
8565 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8566 `retval'. Make variables `align' and `size' local to while-loop.
8567 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8568 (_initialize_i386_nat): New prototype.
8569
8570 * tui/tui.c: Include <readline/readline.h> instead of
8571 "readline/readline.h". Include it after <term.h> and
8572 "gdb_curses.h".
8573
8574 2004-02-27 Andrew Cagney <cagney@redhat.com>
8575
8576 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8577 the new frame unwind code.
8578 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8579 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8580 PCOQ_HEAD_REGNUM.
8581
8582 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8583 "return_value" and "push_dummy_call".
8584 (hppa32_use_struct_convention): Delete unused function.
8585 (hppa32_store_return_value): Delete unused function.
8586 (hppa32_extract_return_value): Delete unused function.
8587 (hppa32_stack_align): Delete function.
8588
8589 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8590
8591 * coffread.c (enter_linenos): Don't let rawptr reference memory
8592 outside linetab[]'s limits.
8593
8594 2004-02-27 Andrew Cagney <cagney@redhat.com>
8595
8596 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8597 inferior stack space - the stack needs to grow upwards.
8598 (hppa32_frame_align): New function.
8599 (hppa64_frame_align): Replace hppa_frame_align.
8600 (hppa_gdbarch_init): Update.
8601
8602 2004-02-26 Orjan Friberg <orjanf@axis.com>
8603
8604 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8605 (dwarf2-frame.h): Include.
8606 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8607 Remove static variables related to ABI setting.
8608 (struct gdbarch_tdep): Remove cris_abi member.
8609 (struct frame_extra_info): Remove.
8610 (cris_unwind_cache, stack_item): New structs.
8611 (cris_frame_unwind, cris_frame_base): New variables.
8612 (push_stack_item, pop_stack_item)
8613 (cris_frame_unwind_cache, cris_frame_this_id)
8614 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8615 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8616 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8617 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8618 (cris_reg_struct_has_addr): New functions.
8619 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8620 (cris_frame_saved_pc, cris_saved_pc_after_call,
8621 (cris_store_struct_return, cris_frameless_function_invocation)
8622 (cris_pop_frame, cris_skip_prologue_main)
8623 (cris_abi_original_store_return_value)
8624 (cris_abi_v2_store_return_value)
8625 (cris_abi_original_extract_return_value)
8626 (cris_abi_v2_extract_return_value)
8627 (cris_abi_original_reg_struct_has_addr)
8628 (cris_abi_v2_reg_struct_has_addr)
8629 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8630 (cris_push_return_address, cris_abi_update): Remove.
8631 (_initialize_cris_tdep): Remove ABI command.
8632 (cris_dump_tdep): Ditto.
8633 (cris_gdbarch_init): Remove ABI command.
8634 Set store_return_value, extract_return_value, push_dummy_code,
8635 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8636 frame_unwind_append_sniffer, frame_base_set_default.
8637 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8638 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8639 sizeof_call_dummy_words, get_saved_register, push_return_address,
8640 pop_frame, store_struct_return, frame_init_saved_regs,
8641 init_extra_frame_info, frameless_function_invocation, frame_chain,
8642 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8643 dummy_write_sp.
8644
8645 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8646
8647 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8648 * valprint.c (print_hex_chars): Change from static to external.
8649 (print_char_chars): New function.
8650 * printcmd.c (print_scalar_formatted): For integer and enum types
8651 that are longer than LONGEST, perform processing via appropriate
8652 print_*_chars routines.
8653
8654 2004-02-26 Andrew Cagney <cagney@redhat.com>
8655
8656 * Makefile.in: Update dependencies.
8657 Changes from Ulrich Weigand,
8658 * s390-tdep.c: Include "dwarf2-frame.h".
8659 (s390_dwarf2_frame_init_reg): New function.
8660 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8661 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8662
8663 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8664
8665 * breakpoint.c (pending_break_support): New setting variable.
8666 (break_command_1): Account for pending_break_support setting
8667 when creating pending breakpoints.
8668 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8669 (_initialize_breakpoint): Add "set breakpoint pending" and
8670 "show breakpoint pending" commands.
8671
8672 2004-02-26 Andrew Cagney <cagney@redhat.com>
8673
8674 Fix PR i18n/1570.
8675 * charset.c (backslashable, backslashed, represented): Remove 'e'
8676 from list of escaped characters, not part of ISO-C.
8677
8678 2004-02-25 J. Brobecker <brobecker@gnat.com>
8679
8680 From Peter Schauer <schauer@pdf.de>:
8681 * tui/tui.c: Move system header includes after local includes.
8682 Fixes a build failure on solaris systems.
8683
8684 2004-02-25 J. Brobecker <brobecker@gnat.com>
8685
8686 * configure.in: Refine the previous change.
8687 * configure: Regenerate.
8688
8689 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8690
8691 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8692 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8693 "amd64-tdep.h" instead of "x86-64-tdep.h".
8694 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8695 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8696 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8697 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8698 and "x86-64-tdep.c".
8699 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8700 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8701 and "x86-64-tdep.c".
8702 * amd64bsd-nat.c: Update copyright year.
8703 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8704 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8705 "x86-64-tdep.h".
8706 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8707 "x86-64-tdep.h".
8708 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8709 "x86-64-tdep.h".
8710 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8711 "x86-64-tdep.h".
8712 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8713 "x86-64-tdep.h".
8714 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8715 "x86-64-tdep.h".
8716 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8717 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8718 * Makefile.in (amd64_linux_tdep_h): Renamed from
8719 x86_64_linux_tdep_h.
8720 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8721 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8722 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8723 (amd64obsd-tdep.o): Update dependencies.
8724 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8725 dependencies.
8726 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8727 dependencies.
8728 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8729 amd64-linux-nat.c amd64-linux-tdep.c.
8730 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8731 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8732 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8733 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8734 amd64-tdep.o and amd64-linux-tdep.o.
8735 (TM_FILE): Set to tm-linux64.h.
8736 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8737 (NAT_FILE): Set to nm-linux64.h.
8738 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8739 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8740 amd64-tdep.o.
8741 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8742 amd64-tdep.o.
8743 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8744 amd64-tdep.o.
8745
8746 2004-02-25 Roland McGrath <roland@redhat.com>
8747
8748 * remote.c (remote_protocol_qPart_auxv): New variable.
8749 (init_all_packet_configs): Initialize it.
8750 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8751 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8752 (show_remote_cmd): Call it.
8753 (_initialize_remote): Initialize commands.
8754 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8755 service TARGET_OBJECT_AUXV requests.
8756
8757 2004-02-25 J. Brobecker <brobecker@gnat.com>
8758
8759 * configure.in: Make sure that the wborder function is available.
8760 Otherwise, search for it in the cur_colr library.
8761 * configure: Regenerate.
8762
8763 2004-02-25 Andrew Cagney <cagney@redhat.com>
8764
8765 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8766
8767 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8768
8769 * config/i386/tm-x86-64linux.h: Tweak comments.
8770
8771 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8772
8773 * MAINTAINERS: Add self to write-after-approval list.
8774
8775 2004-02-25 Andrew Cagney <cagney@redhat.com>
8776
8777 PR cli/1566. Problem found, and fix suggested by David Allan.
8778 * cli/cli-script.c (execute_control_command): Unconditionally
8779 install a cleanup. Default "ret" to "invalid_control". Use
8780 "break" instead of "return" to escape from the switch.
8781
8782 2004-02-24 J. Brobecker <brobecker@gnat.com>
8783
8784 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8785 with the lines macro defined in term.h on AiX.
8786 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8787 a collision with the label_width macro defined in term.h on AiX.
8788
8789 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8790
8791 Committed by Kevin Buettner <kevinb@redhat.com>.
8792
8793 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8794 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8795 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8796 instead of ia64_write_pc().
8797 * ia64-linux-tdep.c (regcache.h): Include.
8798 (ia64_linux_write_pc): New function.
8799
8800 2004-02-23 Roland McGrath <roland@redhat.com>
8801
8802 * auxv.c (info_auxv_command): Fix typos in error messages.
8803
8804 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8805
8806 * x86-64-tdep.h: Tweak comment.
8807 (enum amd64_regnum): New.
8808 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8809 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8810 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8811 (X86_64_XMM1_REGNUM): Removed.
8812 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8813 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8814 prototypes for renamed functions.
8815 * x86-64-tdep.c: Fix typo.
8816 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8817 register numbers.
8818 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8819 Use constants from `enum amd64_regnum' for register numbers.
8820 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8821 (amd64_analyze_prologue, amd64_frame_cache,
8822 amd64_sigtramp_frame_cache): Use constants from `enum
8823 amd64_regnum' for register numbers.
8824 (amd64_supply_fpregset): Adjust for renamed functions.
8825 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8826 `enum amd64_regnum' for register numbers.
8827 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8828 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8829 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8830 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8831 (amd64_linux_fill_gregset): Adjust for renamed macros.
8832 (fetch_core_registers): Adjust for renamed functions.
8833 (amd64_linux_init_abi): Adjust for renamed functions.
8834 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8835 renamed functions.
8836 * amd64-nat.c: Adjust for renamed macros.
8837 * amd64bsd-nat.c (fetch_inferior_registers)
8838 (store_inferior_registers): Use constants from `enum amd64_regnum'
8839 for register numbers. Adjust for renamed variables.
8840 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8841 renamed variables.
8842 (_initialize_amd64fbsd_nat): Use constants from `enum
8843 amd64_regnum' for register numbers.
8844 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8845 `enum amd64_regnum' for register numbers.
8846 (amd64fbsd_init_abi): Adjust for renamed functions.
8847 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8848 `enum amd64_regnum' for register numbers.
8849 (amd64nbsd_init_abi): Adjust for renamed functions.
8850 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8851 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8852 `enum amd64_regnum' for register numbers.
8853 (amd64obsd_init_abi): Adjust for renamed functions.
8854 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8855
8856 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8857
8858 * breakpoint.c (print_one_breakpoint): Do not output spaces
8859 after printing <PENDING> for a pending breakpoint.
8860
8861 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8862
8863 * printcmd.c (print_scalar_formatted): Initialize val_long
8864 to remove compiler warning message.
8865
8866 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8867
8868 * defs.h (nquery, yquery): New prototypes.
8869 * breakpoint.c (break_command_1): Use new nquery interface.
8870 * utils.c (defaulted_query, nquery, yquery): New functions.
8871
8872 2004-02-23 Andrew Cagney <cagney@redhat.com>
8873
8874 * hppa-tdep.c (hppa_frame_align): New function.
8875 (hppa32_push_dummy_call): New function.
8876 (hppa64_push_dummy_call): New function.
8877 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8878 disabled.
8879
8880 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8881 FIX_CALL_DUMMY when push_dummy_call is available.
8882 (call_function_by_hand, push_dummy_code): Ditto.
8883
8884 2004-02-22 Andrew Cagney <cagney@redhat.com>
8885
8886 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8887 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8888 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8889 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8890 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8891 call_dummy_location to ON_STACK.
8892
8893 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8894
8895 * x86-64-linux-tdep.c: Tweak comment.
8896 (amd64_linux_supply_gregset): Renamed from
8897 x86_64_linux_supply_gresget.
8898 (amd64_linux_fill_gregset): Renamed from
8899 x86_64_linux_fill_gregset.
8900 (fetch_core_registers): Adjust for renamed functions.
8901 (amd64_core_fns): Renamed from x86_64_core_fns.
8902 (amd64_linux_sigtramp_start): Renamed from
8903 x86_64_linux_sigtramp_start.
8904 (amd64_linux_pc_in_sigtramp): Renamed from
8905 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8906 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8907 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8908 (amd64_linux_sigcontext_addr): Renamed from
8909 x86_64_linux_sigcontext_addr.
8910 (amd64_linux_sc_reg_offset): Renamed from
8911 x86_64_linux_sc_reg_offset.
8912 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8913 Adjust for renamed functions and variables.
8914 (_initialize_amd64_linux_tdep): Renamed from
8915 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8916 variables.
8917 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8918 Adjust for renamed functions.
8919
8920 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8921 from x86_64_linux_gregset64_reg_offset.
8922 (amd64_linux_gregset32_reg_offset): Rename from
8923 x86_64_linux_gregset64_reg_offset.
8924 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8925 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8926 (amd64_linux_dr_set_control): Renamed from
8927 x86_64_linux_dr_set_control. Adjust for renamed functions.
8928 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8929 Adjust for renamed functions.
8930 (amd64_linux_dr_reset_addr): Renamed from
8931 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8932 (amd64_linux_dr_get_status): Renamed from
8933 x86_64_linux_dr_get_status. Adjust for renamed functions.
8934 (_initialize_amd64_linux_nat): Renamed from
8935 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8936 functions.
8937 * config/i386/nm-x86-64linux.h: Update copyright year.
8938 Adjust for renamed functions.
8939
8940 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8941 amd64fbsd_sigtramp_start.
8942 (amd64fbsd_sigtramp_end_addr): Renamed from
8943 amd64fbsd_sigtramp_end.
8944 (amd64fbsd_init_abi): Adjust for renamed variables.
8945 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8946 variables.
8947 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8948 amd64fbsd_sigtramp_start.
8949 (amd64fbsd_sigtramp_end_addr): Renamed from
8950 amd64fbsd_sigtramp_end.
8951
8952 2004-02-22 Andrew Cagney <cagney@redhat.com>
8953
8954 * hppa-tdep.c (hppa32_return_value): New function.
8955 (hppa64_return_value): New function.
8956 (hppa_gdbarch_init): Set return_value; keep disabled.
8957
8958 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8959 struct-return and inferior function call methods.
8960
8961 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8962 "frame-base.h".
8963 (struct hppa_frame_cache): Define.
8964 (hppa_frame_cache, hppa_frame_this_id): New functions.
8965 (hppa_frame_prev_register): New function.
8966 (hppa_frame_unwind, hppa_frame_base): New variables.
8967 (hppa_frame_unwind_sniffer): New function.
8968 (hppa_frame_base_address, hppa_unwind_pc): New function.
8969 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8970 sniffer, and frame base sniffer; keep disabled.
8971 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8972 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8973
8974 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8975 to predicates for "seriously old code".
8976
8977 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8978 runtime if(0).
8979
8980 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8981 unsigned.
8982 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8983
8984 * config/pa/tm-hppa.h: Update copyright.
8985 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8986 (deprecated_init_frame_pc_default): Delete declaration.
8987 (hppa_frame_init_saved_regs): Delete declaration.
8988 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8989 * hppa-tdep.c: Include "arch-utils.h".
8990 (hppa_gdbarch_init): Set deprecated init_frame_pc
8991 and deprecated frame_init_saved_regs.
8992 (hppa_frame_init_saved_regs): Make static.
8993
8994 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8995
8996 Remove old 386BSD support.
8997 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8998 * configure.host: Remove i[34567]86-*-bsd*.
8999 * configure.tgt: Remove i[34567]86-*-bsd*.
9000 * i386b-nat.c: Removed.
9001 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9002 (i386b-nat.o): Remove dependencies.
9003
9004 * config/i386/i386bsd.mh: Removed.
9005 * config/i386/i386bsd.mt: Removed.
9006 * config/i386/nm-i386bsd.h: Removed.
9007 * config/i386/tm-i386bsd.h: Removed.
9008 * config/i386/xm-i386bsd.h: Removed.
9009
9010 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9011
9012 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9013 (amd64fbsd_init_abi): Set link map offsets.
9014 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9015 (amd64nbsd_init_abi): Set link map offsets.
9016 * amd64obsd-tdep.c: Include "solib-svr4.h".
9017 (amd64obsd_init_abi): Set link map offsets.
9018 * i386fbsd-tdep.c: Include "solib-svr4.h".
9019 (i386fbsd_init_abi): Set link map offsets.
9020 * i386nbsd-tdep.c: Include "solib-svr4.h".
9021 (i386nbsdelf_init_abi): Set link map offsets.
9022 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9023 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9024 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9025 solib-legacy.o and core-aout.o. Reformat.
9026 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9027 solib-svr4.o, solib-legacy.o. Reformat.
9028 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9029 * config/i386/nbsdelf.mh: Reformat.
9030 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9031 solib-svr4.o, solib-legacy.o and corelow.o.
9032 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9033 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9034 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9035 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9036 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9037 (TM_FILE): Set to tm-fbsd.h.
9038 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9039 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9040 solib-svr4.o.
9041 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9042 solib-svr4.o.
9043 (TM_FILE): Set to nm-nbsd.h.
9044 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9045 Simplify shared library support. Don't include "elf/common.h".
9046 (SVR4_SHARED_LIBS): Don't define.
9047 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9048 "solib.h".
9049 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9050 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9051 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9052 Don't include "i386/tm-i386.h". Include "solib.h".
9053 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9054 Don't include "i386/tm-i386.h".
9055 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9056 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9057 Include "i386/xm-i386.h".
9058 (HOST_LONG_DOUBLE_FORMAT): Remove.
9059
9060 Fix OpenBSD/i386 sigtramp recognition.
9061 * i386-tdep.h: Update copyright year.
9062 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9063 (i386bsd_sigtramp_end): New prototypes.
9064 (i386fbsd_sigtramp_start_addr): Renamed from
9065 i386fbsd_sigtramp_start.
9066 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9067 (i386obsd_sigtramp_start_addr): Renamed from
9068 i386obsd_sigtramp_start.
9069 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9070 * i386bsd-tdep.c: Update copyright year.
9071 (i386bsd_pc_in_sigtramp): Make public.
9072 * i386fbsd-nat.c: Update copyright year.
9073 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9074 * i386fbsd-tdep.c: Update copyright year.
9075 (i386fbsd_sigtramp_start_addr): Renamed from
9076 i386fbsd_sigtramp_start.
9077 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9078 (i386fbsdaout_init_abi): Adjust for renamed variables.
9079 * i386obsd-nat.c: Update copyright year.
9080 (_initialize_i386obsd_nat): Adjust for renamed variables.
9081 * i386obsd-tdep.c: Include "target.h".
9082 (i386obsd_page_size): New variable.
9083 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9084 (i386obsd_sigtramp_end): New functions.
9085 (i386obsd_sigtramp_start_addr): Renamed from
9086 i386obsd_sigtramp_start.
9087 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9088 (i386obsd_init_abi): Adjust for renamed variables. Set
9089 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9090 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9091
9092 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9093 trampoline change in OpenBSD kernel.
9094
9095 * amd64-nat.c: Update copyright year.
9096 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9097 architecture from REGCACHE.
9098
9099 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9100 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9101
9102 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9103
9104 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9105 i[34567]86-*-openbsd3.[0-3].
9106 * config/i386/obsdaout.mh: New file.
9107
9108 * config/i386/obsd.mh (MH_FLAGS): Remove.
9109
9110 Fix PR build/1549.
9111 * i386obsd-tdep.c: Update copyright years. Include
9112 "solib-svr4.h".
9113 (i386obsd_init_abi): Don't set regset_from_core_section here.
9114 (i386obsd_aout_init_abi): New function. Set
9115 regset_from_core_section here.
9116 (i386obsd_elf_init_abi): New function.
9117 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9118 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9119 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9120 (TM_FILE): Set to tm-nbsd.h.
9121
9122 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9123 solib-sunos.o.
9124
9125 * solib-svr4.h: Update copyright year.
9126 (svr4_ilp32_fetch_link_map_offsets)
9127 (svr4_lp64_fetch_link_map_offsets): New prototype.
9128 * solib-svr4.c: Update copyright year.
9129 (svr4_ilp32_fetch_link_map_offsets)
9130 (svr4_lp64_fetch_link_map_offsets): New function.
9131
9132 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9133
9134 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9135 to the partial symbol table.
9136
9137 2004-02-20 J. brobecker <brobecker@gnat.com>
9138
9139 * PROBLEMS: Add description of problem documented under gdb/1560.
9140
9141 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9142
9143 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9144 comments.
9145 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9146 functions.
9147 (amd64obsd_init_abi): Reorder initializations. Use
9148 amd64obsd_r_reg_offset to initialize the general-purpose register
9149 set details. Set regset_from_core_section.
9150 (_initialize_amd64obsd_tdep): Rename from
9151 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9152 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9153 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9154
9155 * NEWS (New native configurations): Mention OpenBSD/alpha.
9156 * configure.tgt: Add alpha*-*-openbsd*.
9157 * configure.host: Add alpha*-*-openbsd*.
9158 * alphanbsd-tdep.c: Update copyright year.
9159 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9160
9161 2004-02-20 Andrew Cagney <cagney@redhat.com>
9162
9163 Fix PR tdep/1372.
9164 * configure.tgt: Delete target "none-*-*".
9165 * configure.host: Delete host "none-*-*".
9166 * config/none/none.mh: Delete file.
9167 * config/none/none.mt: Delete file.
9168 * config/none/xm-none.h: Delete file.
9169 * config/none/tm-none.h: Delete file.
9170 * config/none/nm-none.h: Delete file.
9171
9172 2004-02-19 Fred Fish <fnf@redhat.com>
9173
9174 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9175 cache->uses_fp prior to setting it.
9176
9177 2004-02-19 Fred Fish <fnf@redhat.com>
9178
9179 Fix for PR breakpoint/1558.
9180 * sh-tdep.c (IS_JSR): New macro.
9181 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9182
9183 2004-02-19 Jim Blandy <jimb@redhat.com>
9184
9185 * findvar.c (value_from_register): Doc fix.
9186
9187 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9188
9189 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9190 type being greater than sizeof of host's LONGEST. Always use
9191 unpack_long() unless format 'f' chosen.
9192
9193 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9194
9195 Committed by Elena Zannoni <ezannoni@redhat.com>
9196
9197 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9198 contains a symbol wich is the best, non-exact match for the given
9199 pc. Update comments.
9200
9201 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9202
9203 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9204 macro, which was part of the now removed Mach 3 port.
9205 * utils.c (request_quit): Ditto.
9206
9207 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9208
9209 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9210 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9211
9212 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9213
9214 Committed by Mark Kettenis <kettenis@gnu.org>.
9215
9216 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9217 Define.
9218
9219 2004-02-18 Andrew Cagney <cagney@redhat.com>
9220
9221 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9222 CONFIG_INSTALL and CONFIG_UNINSTALL.
9223 * configure: Re-generate.
9224 * interps.h (INTERP_TUI): Define.
9225 * Makefile.in: Update dependencies.
9226 (TUI): New macro.
9227 (tui-main.o): Specify dependencies.
9228 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9229 * tui/tui-main.c: New file.
9230
9231 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9232
9233 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9234 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9235 dependencies.
9236 * configure.host: Add x86_64-*-openbsd*.
9237 * configure.tgt: Add x86_64-*-openbsd*.
9238 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9239
9240 * tui/tui.c: Don't include <malloc.h>.
9241
9242 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9243 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9244 amd64nbsd-tdep.c.
9245
9246 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9247 static. Remove extraneous whitespace.
9248 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9249 static.
9250
9251 2004-02-17 Jim Blandy <jimb@redhat.com>
9252
9253 * findvar.c (value_from_register): Doc fix.
9254
9255 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9256
9257 Committed by Jim Blandy <jimb@redhat.com>.
9258
9259 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9260 CORE_ADDR as type for selectors. Correct types for GNU run time
9261 message lookup function to use double indirection.
9262 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9263 * objc-lang.h (lookup_child_selector): Adapt prototype.
9264
9265 * s390-nat.c (SUBOFF): New macro.
9266 (supply_gregset, fill_gregset): Use it to handle debugging
9267 of 32-bit exectuables running under a 64-bit kernel.
9268 * s390-tdep.c: Include "solib-svr4.h".
9269 (s390_svr4_fetch_link_map_offset): New function.
9270 (s390x_svr_fetch_link_map_offset): Likewise.
9271 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9272 * Makefile.in (s390-tdep.o): Update dependencies.
9273
9274 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9275 "frame-unwind.h".
9276 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9277 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9278 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9279 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9280 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9281 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9282 S390_SIGNAL_FRAMESIZE,
9283 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9284 (struct frame_extra_info): Remove.
9285 (s390_memset_extra_info): Remove.
9286 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9287 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9288 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9289 (is_rse): Renamed to ...
9290 (is_rsy): ... this. Support long displacements.
9291 (is_rxe): Renamed to ...
9292 (is_rxy): ... this. Support long displacements.
9293 (compute_x_addr): Support long displacements.
9294 (struct s390_prologue_data): New data type.
9295 (s390_on_stack): Change API to use struct s390_prologue_data.
9296 (s390_store): Reimplement.
9297 (s390_load): New function.
9298 (s390_get_signal_frame_info): Remove.
9299 (s390_get_frame_info): Remove, replace by ...
9300 (s390_analyze_prolog): ... this new function.
9301 (s390_check_function_end): Remove.
9302 (s390_function_start): Remove.
9303 (s390_frameless_function_invokation): Remove.
9304 (s390_is_sigreturn): Remove.
9305 (s390_init_frame_pc_first): Remove.
9306 (s390_init_frame_extra_info): Remove.
9307 (s390_frame_init_saved_regs): Remove.
9308 (s390_frame_saved_pc_nofix): Remove.
9309 (s390_frame_saved_pc): Remove.
9310 (s390_frame_chain): Remove.
9311 (s390_fp_regnum, s390_read_fp): Remove.
9312 (s390_pop_frame_regular, s390_pop_frame): Remove.
9313 (s390_saved_pc_after_call): Remove.
9314 (s390_skip_prologue): Reimplement.
9315 (s390_in_function_epilogue_p): Support long displacements.
9316 (struct s390_unwind_cache): New data structure.
9317 (s390_frame_unwind_cache): New function.
9318 (s390_prologue_frame_unwind_cache): Likewise.
9319 (s390_backchain_frame_unwind_cache): Likewise.
9320 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9321 (s390_frame_unwind): Define.
9322 (s390_frame_sniffer): New function.
9323 (struct s390_pltstub_unwind_cache): New data structure.
9324 (s390_pltstub_frame_unwind_cache): New function.
9325 (s390_pltstub_frame_this_id): Likewise.
9326 (s390_pltstub_frame_prev_register): Likewise.
9327 (s390_pltstub_frame_unwind): Define.
9328 (s390_pltstub_frame_sniffer): New function.
9329 (struct s390_sigtramp_unwind_cache): New data structure.
9330 (s390_sigtramp_frame_unwind_cache): New function.
9331 (s390_sigtramp_frame_this_id): Likewise.
9332 (s390_sigtramp_frame_prev_register): Likewise.
9333 (s390_sigtramp_frame_unwind): Define.
9334 (s390_sigtramp_frame_sniffer): New function.
9335 (s390_frame_base_address, s390_local_base_address): New functions.
9336 (s390_frame_base): Define.
9337 (s390_unwind_pc, s390_unwind_sp): New function.
9338 (s390_push_dummy_call): Use new frame base location.
9339 (s390_unwind_dummy_id): Likewise.
9340 (s390_gdbarch_init): Remove calls to:
9341 set_gdbarch_frameless_function_invocation,
9342 set_gdbarch_deprecated_init_frame_pc,
9343 set_gdbarch_deprecated_frame_chain,
9344 set_gdbarch_deprecated_frame_init_saved_regs,
9345 set_gdbarch_deprecated_pop_frame,
9346 set_gdbarch_deprecated_init_extra_frame_info,
9347 set_gdbarch_deprecated_init_frame_pc_first,
9348 set_gdbarch_deprecated_target_read_fp,
9349 set_gdbarch_deprecated_frame_saved_pc,
9350 set_gdbarch_deprecated_saved_pc_after_call,
9351 set_gdbarch_deprecated_fp_regnum.
9352 Add calls to:
9353 set_gdbarch_in_solib_call_trampoline,
9354 frame_unwind_append_sniffer,
9355 frame_base_set_default,
9356 set_gdbarch_unwind_pc,
9357 set_gdbarch_unwind_sp.
9358 * Makefile.in (s390-tdep.o): Update dependencies.
9359
9360 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9361 (S390_STACK_FRAME_OVERHEAD): Remove.
9362 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9363 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9364 (s390_promote_integer_argument): Remove.
9365 (s390_cannot_extract_struct_value_address): Remove.
9366 (s390_use_struct_convention, s390_store_struct_return): Remove.
9367 (s390_extract_return_value, s390_store_return_value): Remove.
9368 (s390_return_value_convention, s390_return_value): New functions.
9369 (is_float_singleton): Handle typedefs.
9370 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9371 Remove, replace by ...
9372 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9373 s390_function_arg_integer): ... these new functions.
9374 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9375 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9376 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9377 Fill in tdep->abi.
9378 Remove calls to:
9379 set_gdbarch_deprecated_store_struct_return,
9380 set_gdbarch_deprecated_extract_return_value,
9381 set_gdbarch_deprecated_store_return_value,
9382 set_gdbarch_use_struct_convention,
9383 set_gdbarch_extract_struct_value_address,
9384 set_gdbarch_deprecated_pc_in_call_dummy,
9385 set_gdbarch_deprecated_push_arguments,
9386 set_gdbarch_deprecated_save_dummy_frame_tos,
9387 set_gdbarch_deprecated_push_return_address,
9388 set_gdbarch_deprecated_sizeof_call_dummy_words,
9389 set_gdbarch_deprecated_call_dummy_words,
9390 set_gdbarch_deprecated_dummy_write_sp.
9391 Add calls to:
9392 set_gdbarch_push_dummy_call,
9393 set_gdbarch_unwind_dummy_id,
9394 set_gdbarch_return_value.
9395
9396 * config/s390/nm-linux.h: Update comments.
9397 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9398 (STOPPED_BY_WATCHPOINT): Redefine.
9399 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9400 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9401 (s390_stopped_by_watchpoint): Likewise.
9402 (watch_area_cnt): Remove.
9403 * s390-nat.c: Update comments.
9404 (watch_area): Remove typedef.
9405 Global replace watch_area by struct watch_area.
9406 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9407 (s390_stopped_by_watchpoint): Remove pid argument,
9408 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9409 (s390_fix_watch_points): Remove pid argument,
9410 use s390_inferior_tid. Recompute area spanned by watchpoints.
9411 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9412 argument. Reimplement.
9413
9414 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9415 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9416 (FETCH_INFERIOR_REGISTERS): Define.
9417 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9418 core-regset.o.
9419 * config/s390/s390x.mt: Remove.
9420 * config/s390/tm-s390.h: Remove.
9421 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9422 (TARGET_ELF64): Remove.
9423 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9424 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9425 s390*-*-* case; always set gdb_target to s390.
9426 * regformats/reg-s390.dat: Remove control registers.
9427 * regformats/reg-s390x.dat: Likewise.
9428 * s390-tdep.h: New file.
9429 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9430 Include "inferior.h" and "s390-tdep.h".
9431 Remove private definition of offsetof.
9432 (s390_register_u_addr): Remove.
9433 (regmap_gregset, regmap_fpregset): Define.
9434 (supply_gregset, fill_gregset): Reimplement.
9435 (supply_fpregset, fill_fpregset): Likewise.
9436 (s390_inferior_tid): New function.
9437 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9438 (fetch_inferior_registers, store_inferior_registers): Likewise.
9439 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9440 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9441 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9442 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9443 (struct gdbarch_tdep): Define.
9444 (struct s390_register_info): Define.
9445 (s390_register_info): New variable.
9446 (s390_register_name): Reimplement.
9447 (s390_register_type): New function.
9448 (s390_register_raw_size, s390x_register_raw_size): Remove.
9449 (s390_cannot_fetch_register): Remove.
9450 (s390_register_byte): Remove.
9451 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9452 (s390_dwarf_regmap): New variable.
9453 (s390_dwarf_reg_to_regnum): New function.
9454 (s390_stab_reg_to_regnum): Remove.
9455 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9456 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9457 (s390_convert_register_p): Likewise.
9458 (s390_register_to_value, s390_value_to_register): Likewise.
9459 (s390_register_reggroup_p): Likewise.
9460 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9461 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9462 (s390_supply_regset, s390_regset_from_core_section): New functions.
9463 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9464 (S390_FPR_SIZE): Likewise.
9465 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9466 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9467 (S390_NUM_GPRS): Move here from tm-s390.h.
9468 (S390_NUM_FPRS): Likewise.
9469 (s390_in_function_epilogue_p): New function.
9470 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9471 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9472 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9473 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9474 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9475 Remove calls to:
9476 set_gdbarch_deprecated_max_register_raw_size,
9477 set_gdbarch_deprecated_max_register_virtual_size,
9478 set_gdbarch_deprecated_register_byte,
9479 set_gdbarch_cannot_fetch_register,
9480 set_gdbarch_cannot_store_register,
9481 set_gdbarch_deprecated_register_size,
9482 set_gdbarch_deprecated_register_raw_size,
9483 set_gdbarch_deprecated_register_virtual_size,
9484 set_gdbarch_deprecated_register_virtual_type,
9485 set_gdbarch_deprecated_register_bytes.
9486 Add calls to:
9487 set_gdbarch_num_pseudo_regs,
9488 set_gdbarch_register_type,
9489 set_gdbarch_convert_register_p,
9490 set_gdbarch_register_to_value,
9491 set_gdbarch_value_to_register,
9492 set_gdbarch_register_reggroup_p,
9493 set_gdbarch_regset_from_core_section,
9494 set_gdbarch_pseudo_register_read,
9495 set_gdbarch_pseudo_register_write,
9496 set_gdbarch_in_function_epilogue_p.
9497 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9498 (s390_tdep_h): New variable.
9499
9500 2004-02-17 Jim Blandy <jimb@redhat.com>
9501
9502 * findvar.c (value_from_register): If the type has no length, just
9503 return an acceptable value --- don't report an internal error.
9504
9505 * stabsread.c (read_type): If we find any type numbers that are
9506 forward references, complain if the references aren't resolved by
9507 the time we're finished reading.
9508 (cleanup_undefined_types): Make error message more appropriate for
9509 a complaint.
9510
9511 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9512
9513 * Makefile.in (defs_h): Remove dependency on progress_h.
9514 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9515 progress.h.
9516 * main.c (captured_main): Delete use of START_PROGRESS and
9517 END_PROGRESS.
9518
9519 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9520
9521 * objfiles.c (terminate_minimal_symbol_table): Add back
9522 initialization of MSYMBOL_TYPE.
9523
9524 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9525
9526 Committed by Andrew Cagney.
9527 * Makefile.in (ia64_tdep_h): New macro.
9528 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9529 (ia64-tdep.o): Likewise.
9530 * ia64-tdep.h: New file.
9531 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9532 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9533 (ia64_aix_sigcontext_register_address): Likewise.
9534 (ia64_linux_getunwind_table): Delete declaration.
9535 * ia64-linux-tdep.c: Likewise.
9536
9537 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9538
9539 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9540 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9541 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9542
9543 2004-02-17 Andrew Cagney <cagney@redhat.com>
9544
9545 * symtab.c (skip_prologue_using_sal): New function.
9546 * symtab.h (skip_prologue_using_sal): Declare.
9547 * frv-tdep.c: Include "symtab.h".
9548 (skip_prologue_using_sal): Delete function.
9549 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9550 * rs6000-tdep.c (refine_prologue_limit): Mention
9551 skip_prologue_using_sal.
9552 * ia64-tdep.c (refine_prologue_limit): Ditto.
9553 * Makefile.in: Update dependencies.
9554
9555 2004-02-16 Andrew Cagney <cagney@redhat.com>
9556
9557 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9558 START_INFERIOR_TRAPS_EXPECTED.
9559 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9560 START_INFERIOR_TRAPS_EXPECTED.
9561 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9562 Delete macro.
9563 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9564 macro, moved to "nm-osf.h". Update copyright.
9565 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9566 update copyright.
9567
9568 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9569 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9570 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9571 frameless_look_for_prologue.
9572 * frame.h (legacy_frameless_look_for_prologue): Rename
9573 frameless_look_for_prologue.
9574 * gdbarch.h, gdbarch.c: Re-generate.
9575 * sh64-tdep.c (sh64_gdbarch_init): Update.
9576 * sh-tdep.c (sh_gdbarch_init): Update.
9577 * s390-tdep.c (s390_gdbarch_init): Update.
9578 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9579 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9580 * m68k-tdep.c (m68k_gdbarch_init): Update.
9581 (delta68_frame_args_address): Update.
9582 * m32r-tdep.c (m32r_gdbarch_init): Update.
9583 * hppa-tdep.c (hppa_gdbarch_init): Update.
9584 * h8300-tdep.c (h8300_gdbarch_init): Update.
9585 * frv-tdep.c (frv_gdbarch_init): Update.
9586 (frv_frameless_function_invocation): Update.
9587 * cris-tdep.c (cris_gdbarch_init): Update.
9588 (cris_frameless_function_invocation): Update.
9589 * avr-tdep.c (avr_gdbarch_init): Update.
9590 * arm-tdep.c (arm_gdbarch_init): Update.
9591 * stack.c (frame_info): Update, call predicate.
9592 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9593 * frame.c (legacy_get_prev_frame): Update, call predicate..
9594 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9595 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9596 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9597 invocation.
9598 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9599 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9600 * vax-tdep.c (vax_gdbarch_init): Ditto.
9601
9602 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9603 function.
9604
9605 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9606
9607 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9608 initializations.
9609
9610 2004-02-16 Andrew Cagney <cagney@redhat.com>
9611
9612 * tui/tui-windata.c: Include "gdb_string.h".
9613 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9614 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9615 * Makefile.in: Update dependencies.
9616
9617 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9618
9619 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9620 * infrun.c: Include "gdb_assert.h".
9621 (singlestep_ptid, saved_singlestep_ptid)
9622 (stepping_past_singlestep_breakpoint): New variables.
9623 (resume): Set singlestep_ptid. Check for singlestep thread
9624 hop.
9625 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9626 (handle_inferior_event): Handle singlestep thread hop.
9627
9628 2004-02-16 Andrew Cagney <cagney@redhat.com>
9629
9630 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9631 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9632 (dwarf2_frame_init_reg): Ditto.
9633
9634 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9635 suggested by Joshua Neuheisel
9636
9637 * configure.in: Always check for curses, including pdcurses.
9638 Warn, instead of error, when no curses are found. Enable TUI when
9639 curses is available.
9640 * configure: Re-generate.
9641
9642 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9643
9644 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9645 sh_sh4_register_convert_to_virtual.
9646 (sh_register_convert_to_raw): Rename from
9647 sh_sh4_register_convert_to_raw.
9648 (sh_pseudo_register_read): Accomodate above name change.
9649 (sh_pseudo_register_write): Ditto.
9650
9651 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9652
9653 * sh-tdep.c (sh_generic_register_name): Remove.
9654 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9655
9656 2004-02-15 Andrew Cagney <cagney@redhat.com>
9657
9658 * configure.in (build_warnings): Add -Wunused-function.
9659 * configure: Re-generate.
9660
9661 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9662 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9663
9664 * procfs.c (procfs_init_inferior): Assume that
9665 START_INFERIOR_TRAPS_EXPECTED is defined.
9666 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9667 * config/ns32k/tm-nbsd.h: Delete file,
9668 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9669
9670 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9671 * config/vax/tm-vax.h: Delete file.
9672
9673 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9674 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9675 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9676 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9677 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9678 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9679 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9680
9681 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9682
9683 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9684 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9685 (struct dwarf2_frame_ops): New.
9686 (dwarf2_frame_default_init_reg): New function, based on
9687 dwarf2_frame_init_reg.
9688 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9689 (dwarf2_frame_init_reg): Call architecture-specific function.
9690 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9691 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9692 instead of dwarf2_frame_data.
9693 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9694 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9695
9696 2004-02-15 Andrew Cagney <cagney@redhat.com>
9697
9698 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9699 register_gdbarch_swap.
9700 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9701 * f-lang.c (_initialize_f_language): Update, use
9702 DEPRECATED_REGISTER_GDBARCH_SWAP.
9703 * remote.c (_initialize_remote): Ditto.
9704 * regcache.c (_initialize_regcache): Ditto.
9705 * parse.c (_initialize_parse): Ditto.
9706 * infrun.c (_initialize_infrun): Ditto.
9707 * mi/mi-main.c (_initialize_mi_main): Ditto.
9708 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9709
9710 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9711 poking .cacheable directly.
9712 * symfile.c (symfile_bfd_open): Ditto.
9713
9714 * Makefile.in: Update all dependencies.
9715
9716 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9717 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9718 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9719 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9720 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9721
9722 2004-02-14 Andrew Cagney <cagney@redhat.com>
9723
9724 * arch-utils.c (legacy_convert_register_p): Check
9725 DEPRECATED_REGISTER_CONVERTIBLE_P.
9726 * findvar.c (value_of_register): Ditto.
9727
9728 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9729 * gdbarch.h, gdbarch.c: Re-generate.
9730 * arch-utils.c (deprecated_register_convertible_not): Delete.
9731 * arch-utils.h (deprecated_register_convertible_not): Delete.
9732 * mi/mi-main.c (get_register): Update. Update copyright.
9733 * infcmd.c (default_print_registers_info): Update.
9734
9735 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9736 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9737 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9738 * gdbarch.h, gdbarch.c: Re-generate.
9739 * frame.c (deprecated_get_next_frame_hack): Delete function.
9740 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9741 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9742 Update.
9743 * infcall.c (call_function_by_hand): Update.
9744
9745 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9746
9747 * symfile.c (init_entry_point_info, entry_point_address): Move
9748 from here...
9749 * objfiles.c (init_entry_point_info, entry_point_address):..to
9750 here.
9751 * symfile.h (init_entry_point_info, entry_point_address): Remove
9752 prototypes.
9753 * objfiles.h (init_entry_point_info, entry_point_address):Add
9754 prototypes.
9755 * cris-tdep.c: Remove include of symfile.h. Add include of
9756 objfiles.h.
9757 * infcall.c: Ditto.
9758 * mcore-tdep.c: Ditto.
9759 * mn10300-tdep.c: Ditto.
9760 * sh64-tdep.c: Ditto.
9761 * v850-tdep.c: Ditto.
9762 * arm-tdep.c: Remove include of symfile.h.
9763 * blockframe.c: Ditto.
9764 * coffread.c: Ditto.
9765 * dbxread.c: Ditto.
9766 * dwarf2read.c: Ditto.
9767 * dwarfread.c: Ditto.
9768 * frv-tdep.c: Ditto.
9769 * ia64-tdep.c: Ditto.
9770 * mdebugread.c: Ditto.
9771 * mipsread.c: Ditto.
9772 * rs6000-tdep.c: Ditto.
9773 * s390-tdep.c: Ditto.
9774 * sh-tdep.c: Ditto.
9775 * xstormy16-tdep.c: Ditto.
9776 * gdbarch.sh: Remove include of symfile.h.
9777 * gdbarch.c: Regenerate.
9778 * solib-irix.c (enable_break): Use entry_point_address().
9779 Add comment about include file.
9780 * xcoffread.c: Add comment about include file.
9781 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9782 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9783 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9784 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9785 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9786
9787 2004-02-13 Andrew Cagney <cagney@redhat.com>
9788
9789 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9790 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9791 copyright.
9792 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9793
9794 2004-02-12 Fred Fish <fnf@redhat.com>
9795
9796 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9797 set_gdbarch_store_return_value.
9798
9799 2004-02-12 Andrew Cagney <cagney@redhat.com>
9800
9801 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9802 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9803 (interrupt_query): Ditto.
9804 (ofunc): Delete unused variable.
9805 * cris-tdep.c (cris_abi): Delete unused function.
9806 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9807 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9808 (cris_get_asr_quick_shift_steps): Ditto.
9809 (cris_skip_prologue_frameless_p): Ditto.
9810 * arm-tdep.c (arm_push_return_address): Delete unused function.
9811 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9812 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9813 * s390-tdep.c (s390_function_start): Delete unused function.
9814
9815 2004-02-12 Andrew Cagney <cagney@redhat.com>
9816
9817 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9818 gdbarch.h, gdbarch.c: Re-generate.
9819 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9820 to generic_prologue_frameless_p.
9821 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9822 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9823
9824 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9825
9826 * mips-linux-tdep.c: Include "frame.h".
9827 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9828 (mips_linux_skip_resolver): New functions.
9829 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9830 and set_gdbarch_in_solib_call_trampoline.
9831 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9832 to after set_gdbarch_in_solib_return_trampoline. Only set the
9833 solib hooks to mips16 functions if the OS ABI is unknown.
9834 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9835 including "config/tm-linux.h".
9836 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9837 * Makefile.in (mips-linux-tdep.o): Update.
9838
9839 2004-02-11 David Carlton <carlton@kealia.com>
9840
9841 * linespec.c (decode_compound): Only look for a class symbol when
9842 considering all but the rightmost component.
9843
9844 2004-02-11 Andrew Cagney <cagney@redhat.com>
9845
9846 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9847 abi code are are separatly grouped.
9848
9849 2004-02-11 Andrew Cagney <cagney@redhat.com>
9850
9851 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9852 * gdbarch.h, gdbarch.c: Re-generate.
9853 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9854 * v850-tdep.c (v850_gdbarch_init): Update.
9855 * sh64-tdep.c (sh64_gdbarch_init): Update.
9856 * sh-tdep.c (sh_gdbarch_init): Update.
9857 * s390-tdep.c (s390_gdbarch_init): Update.
9858 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9859 * mips-tdep.c (mips_gdbarch_init): Update.
9860 * mcore-tdep.c (mcore_gdbarch_init): Update.
9861 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9862 * m32r-tdep.c (m32r_gdbarch_init): Update.
9863 * ia64-tdep.c (ia64_gdbarch_init): Update.
9864 * hppa-tdep.c (hppa_gdbarch_init): Update.
9865 * h8300-tdep.c (h8300_gdbarch_init): Update.
9866 * frv-tdep.c (frv_gdbarch_init): Update.
9867 * d10v-tdep.c (d10v_gdbarch_init): Update.
9868 * cris-tdep.c (cris_gdbarch_init): Update.
9869 * avr-tdep.c (avr_gdbarch_init): Update.
9870 * arm-tdep.c (arm_gdbarch_init): Update.
9871 * alpha-tdep.c (alpha_gdbarch_init): Update.
9872
9873 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9874
9875 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9876 comma.
9877 (sh_sh4al_dsp_register_name): Ditto.
9878
9879 2004-02-10 Andrew Cagney <cagney@redhat.com>
9880
9881 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9882 (mips_init_frame_pc_first): Delete function.
9883 (mips_frame_saved_pc): Delete function.
9884 (mips_frame_chain): Delete function.
9885 (mips_init_extra_frame_info): Delete function.
9886 (mips_xfer_register): Delete unused variable "reg".
9887 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9888 (mips_n32n64_return_value): Delete unused variable "reg".
9889 (mips_n32n64_return_value): Delete unused variable "pos".
9890 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9891 (mips_o32_return_value): Delete unused variable "pos".
9892 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9893 (mips_print_fp_register): Delete unused variable "namelen"
9894 (mips_print_fp_register): Delete unused variable "flt2"
9895 (get_frame_pointer): Delete function.
9896 (cached_proc_desc): Delete static variable.
9897 (mips_pop_frame): Delete function.
9898 (mips_find_saved_regs): Delete function.
9899 (mips_get_saved_register): Delete function.
9900 (mips_saved_pc_after_call): Delete function.
9901 (SIGFRAME_BASE): Delete macro.
9902 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9903 (SIGFRAME_PC_OFF): Delete macro.
9904 (SIGFRAME_REGSAVE_OFF): Delete macro.
9905 (mips_dump_tdep): Do not print deleted macro definitions.
9906
9907 2004-02-10 Andrew Cagney <cagney@redhat.com>
9908
9909 * Makefile.in (SFILES): Remove explictly listed tui files.
9910 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9911
9912 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9913
9914 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9915 to use paddr functions to format ia64 addresses and long values.
9916 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9917 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9918 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9919 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9920 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9921
9922 2004-02-10 Andrew Cagney <cagney@redhat.com>
9923
9924 * defs.h: Do not include "tui.h".
9925 * gdb_curses.h: New file.
9926 * tui/tui-hooks.h: New file.
9927 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9928 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9929 (tui_initialize_io): Delete declaration.
9930 (tui_initialize_readline: Delete redundant declaration.
9931 (struct tui_point): Delete definition.
9932 * tui/tui-data.h (struct tui_point): Define.
9933 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9934 * utils.c: Include "tui/tui.h".
9935 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9936 * printcmd.c [TUI]: Include "tui/tui.h".
9937 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9938 * tui/tui-command.c: Include "gdb_curses.h".
9939 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9940 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9941 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9942 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9943 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9944 * Makefile.in: Update all dependencies.
9945 (tui_hooks_h, gdb_curses_h): Define.
9946 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9947
9948 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9949
9950 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9951 auxf2. Add comments about some other rarely used fields.
9952
9953 2004-02-10 Andrew Cagney <cagney@redhat.com>
9954
9955 * Makefile.in (init.c): Fix script removing duplicates. Problem
9956 reported by Peter Schauer.
9957
9958 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9959
9960 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9961 obstack_specify_allocation.
9962 * objfiles.c (allocate_objfile): Ditto.
9963 * solib-sunos.c (solib_add_common_symbols)
9964 (allocate_rt_common_objfile): Ditto.
9965 * symfile.c (reread_symbols): Ditto.
9966 * gdb_obstack.h: Add comment.
9967
9968 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9969
9970 * linespec.c (decode_line_1, locate_first_half)
9971 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9972 commented out code.
9973
9974 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9975
9976 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9977 obstack_free.
9978
9979 2004-02-09 Andrew Cagney <cagney@redhat.com>
9980
9981 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9982 fails, try find_pc_section. Fix PR c++/1267.
9983 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9984 instead of find_pc_mapped_section.
9985 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9986 not default to the section containing PC. Fix PR symtab/1519.
9987
9988 2004-02-09 Andrew Cagney <cagney@redhat.com>
9989
9990 * Makefile.in (mips-tdep.o): Update dependencies.
9991 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9992 "trad-frame.h".
9993 (mips_unwind_pc): Return the pseudo PC register.
9994 (mips_unwind_dummy_id): New function.
9995 (mips16_fetch_instruction): New function.
9996 (mips32_fetch_instruction): New function.
9997 (struct mips_frame_cache): Define.
9998 (mips_mdebug_frame_cache): New function.
9999 (mips_mdebug_frame_this_id): New function.
10000 (mips_mdebug_frame_prev_register): New function.
10001 (mips_mdebug_frame_unwind): Define.
10002 (mips_mdebug_frame_sniffer): New function.
10003 (mips_mdebug_frame_base_address): New function.
10004 (mips_mdebug_frame_base): Define.
10005 (mips_mdebug_frame_base_sniffer): New function.
10006 (mips_gdbarch_init): Append unwind and base sniffers. Set
10007 unwind_dummy_id.
10008
10009 2004-02-08 Andrew Cagney <cagney@redhat.com>
10010
10011 * frame.c: Print both the register number and name.
10012
10013 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10014 and a sed into a single sed. Make .c and .o patterns more robust.
10015 (OBS): Delete.
10016 (INIT_FILES): Replace OBS with COMMON_OBS.
10017 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10018
10019 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10020
10021 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10022 the PT_WCOOKIE request.
10023
10024 2004-02-08 Andrew Cagney <cagney@redhat.com>
10025
10026 * mips-tdep.c (mips_unwind_pc): New function.
10027 (mips_gdbarch_init): Set mips_unwind_pc.
10028
10029 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10030 (get_frame_id): Allow the UNKNOWN_FRAME.
10031 (frame_register_unwind, get_frame_type): Ditto.
10032
10033 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10034 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10035 unwind_dummy_id indicates a legacy frame.
10036
10037 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10038 * configure: Re-generate.
10039
10040 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10041 methods.
10042
10043 2004-02-08 Andrew Cagney <cagney@redhat.com>
10044
10045 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10046 makefile macro.
10047 * configure: Re-generate.
10048 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10049 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10050 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10051 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10052 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10053 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10054 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10055 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10056 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10057 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10058
10059 2004-02-07 Andrew Cagney <cagney@redhat.com>
10060
10061 * Makefile.in: Update all dependencies.
10062
10063 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10064 * configure: Re-generate.
10065 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10066 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10067 (COMMON_OBS): Add "main.o" and "annotate.o".
10068 (ANNOTATE_OBS): Delete.
10069 (OBS): Remove ANNOTATE_OBS.
10070 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10071 CONFIG_INITS.
10072 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10073 against CONFIG_OBS and "main.o".
10074 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10075 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10076
10077 * tui/tui-command.c: Include "gdb_string.h", delete register
10078 attribute, use ISO-C function signatures.
10079 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10080 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10081 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10082 * tui/tui.c: Ditto.
10083
10084 * tui/tui-command.c: Change variable and function names to lower
10085 case.
10086 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10087 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10088 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10089 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10090 * tui/tui-winsource.c, tui/tui.c: Ditto.
10091
10092 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10093
10094 * buildsym.c (free_pending_blocks, finish_block)
10095 (record_pending_block, make_blockvector, end_symtab): Replace
10096 symbol_obstack with objfile_obstack.
10097 * coffread.c (process_coff_symbol, coff_read_struct_type)
10098 (coff_read_enum_type): Ditto.
10099 * cp-namespace.c (initialize_namespace_symtab)
10100 (check_one_possible_namespace_symbol): Ditto.
10101 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10102 (dwarf2_symbol_mark_computed): Ditto.
10103 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10104 * elfread.c (elf_symtab_read): Ditto.
10105 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10106 (hpread_read_enum_type, hpread_read_function_type)
10107 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10108 Ditto.
10109 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10110 (java_link_class_type): Ditto.
10111 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10112 (new_symbol): Ditto.
10113 * minsyms.c (install_minimal_symbols): Ditto.
10114 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10115 (terminate_minimal_symbol_table): Replace symbol_obstack with
10116 objfile_obstack.
10117 (free_objfile): Remove freeing of symbol_obstack.
10118 * objfiles.h: Remove symbol_obstack field.
10119 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10120 objfile_obstack.
10121 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10122 symbol_obstack.
10123 (solib_add_common_symbols): Replace symbol_obstack with
10124 objfile_obstack.
10125 * somsolib.c (som_solib_add): Ditto.
10126 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10127 (common_block_start, common_block_end): Ditto.
10128 * symfile.c (reread_symbols): Remove freeing and init of
10129 symbol_obstack.
10130 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10131 * symfile.h: Update comment.
10132 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10133 stats printing.
10134 * symtab.c (symbol_set_names): Replace symbol_obstack with
10135 objfile_obstack.
10136 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10137 Update comments.
10138 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10139 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10140 objfile_obstack.
10141
10142 2004-02-07 Andrew Cagney <cagney@redhat.com>
10143
10144 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10145 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10146 fields and variables.
10147 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10148 (m_beInvisible): Delete macro.
10149 * tui/tui-data.h: Fix case case fields and variables.
10150 (m_genWinPtrIsNull): Delete macro.
10151 (tui_win_list): Rename winList.
10152 (TUI_SRC_WIN): Rename srcWin.
10153 (TUI_DISASM_WIN): Rename disassemWin.
10154 (TUI_DATA_WIN): Rename dataWin.
10155 (TUI_CMD_WIN): Rename cmdWin.
10156 (m_genWinPtrNotNull): Delete macro.
10157 (m_winPtrIsNull): Delete macro.
10158 (m_winPtrNotNull): Delete macro.
10159 (tui_win_is_source_type): Replace m_winIsSourceType
10160 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10161 (tui_win_has_locator): Replace m_hasLocator.
10162 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10163 m_setWinHighlightOff.
10164 * tui/tui-data.c: Update references.
10165 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10166 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10167 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10168 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10169 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10170 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10171 * tui/tui-winsource.c, tui/tui.c: Ditto.
10172
10173 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10174
10175 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10176 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10177 StackGhost.
10178
10179 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10180 variable `i6' to `i7'.
10181 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10182
10183 2004-02-07 Andrew Cagney <cagney@redhat.com>
10184
10185 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10186 (TuiPoint, TuiPointPtr): Ditto.
10187 (TuiStatus, TuiStatusPtr): Ditto.
10188 (TuiWinType, TuiWinTypePtr): Ditto.
10189 (struct tui_point): Rename _TuiPoint.
10190 (tui_get_low_disassembly_address): Rename
10191 tuiGetLowDisassemblyAddress.
10192 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10193 (tuiFree): Delete declaration.
10194 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10195 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10196 * tui/tui.c (tuiFree): Delete function.
10197 * cli/cli-cmds.c (disassemble_command): Update references.
10198 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10199 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10200 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10201 * tui/tui-winsource.c: Ditto.
10202
10203 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10204
10205 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10206 coffstab_build_psymtabs, elfstab_build_psymtabs)
10207 (stabsect_build_psymtabs): Replace psymbol_obstack with
10208 objfile_obstack.
10209 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10210 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10211 Ditto.
10212 * dwarfread.c (scan_compilation_units): Ditto.
10213 * elfread.c (elfstab_offset_sections): Ditto.
10214 * hppa-tdep.c (read_unwind_info): Ditto.
10215 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10216 (hpread_end_psymtab): Ditto.
10217 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10218 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10219 Ditto.
10220 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10221 * objfiles.c (add_to_objfile_sections)
10222 (build_objfile_section_table): Ditto.
10223 (allocate_objfile): Remove init of psymbol_obstack.
10224 (free_objfile): Remove freeing of psymbol_obstack.
10225 * objfiles.h (struct objfile): Remove field
10226 psymbol_obstack. Update comments.
10227 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10228 psymbol_obstack with objfile_obstack.
10229 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10230 psymbol_obstack.
10231 * somread.c (som_symfile_offsets, init_import_symbols)
10232 (init_export_symbols): Replace psymbol_obstack with
10233 objfile_obstack.
10234 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10235 * symfile.c (default_symfile_offsets, syms_from_objfile)
10236 (reread_symbols): Remove freeing and init of psymbol_obstack.
10237 (cashier_psymtab): Update comment.
10238 * symmisc.c (print_objfile_statistics): Don't report stats for
10239 psymbol obstack.
10240 * symtab.h (struct general_symbol_info, struct partial_symtab):
10241 Update comments.
10242 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10243 (xcoff_symfile_offsets): Replace psymbol_obstack with
10244 objfile_obstack.
10245
10246 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10247
10248 * objfiles.h (struct objfile): Add objfile_obstack field.
10249 Remove type_obstack field.
10250
10251 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10252 read_structure_scope read_enumeration, new_symbol): Replace
10253 type_obstack with objfile_obstack.
10254 * dwarfread.c (struct_type, enum_type): Ditto.
10255 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10256 (lookup_fundamental_type): Ditto.
10257 * gdbtypes.h (TYPE_ALLOC): Ditto.
10258 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10259 (hpread_read_doc_function_type, hpread_read_struct_type)
10260 (fix_static_member_physnames, hpread_read_array_type)
10261 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10262 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10263 (java_link_class_type): Ditto.
10264 * mdebugread.c (parse_type): Ditto.
10265 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10266 * solib-sunos.c (solib_add_common_symbols): Ditto.
10267 * stabsread.c (define_symbol, read_type, read_member_functions,
10268 read_cpp_abbrev, read_one_struct_field): Ditto.
10269 * symfile.c (reread_symbols): Ditto.
10270 * symmisc.c (print_objfile_statistics): Ditto.
10271
10272 2004-02-07 Andrew Cagney <cagney@redhat.com>
10273
10274 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10275 (tui_exec_info_content): Rename TuiExecInfoContent.
10276 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10277 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10278 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10279 (TuiList, TuiListPtr): Ditto.
10280 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10281 (TuiDataType, TuiDataTypePtr): Ditto.
10282 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10283 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10284 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10285 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10286 (TuiDataElement, TuiDataElementPtr): Ditto.
10287 (TuiWinElement, TuiWinElementPtr): Ditto.
10288 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10289 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10290 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10291 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10292 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10293 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10294 * tui/tui-command.c, tui/tui-data.c: Update references.
10295 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10296 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10297 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10298 * tui/tui-winsource.c, tui/tui.c: Ditto.
10299
10300 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10301
10302 * dwarf2-frame.h: Update copyright.
10303 (enum dwarf2_frame_reg_rule): New.
10304 (struct dwarf2_frame_state_reg): New.
10305 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10306 * dwarf2-frame.c: Update copyright.
10307 (enum dwarf2_reg_rule): Remove.
10308 (struct dwarf2_frame_state): Remove defenition of `struct
10309 dwarf2_frame_state_reg'.
10310 (read_reg): Call get_frame_arch to get the architecture instead of
10311 using CURRENT_GDBARCH.
10312 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10313 DWARF2_FRAME_.
10314 (dwarf2_frame_init_reg): New function.
10315 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10316 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10317 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10318 tags with DWARF2_FRAME_.
10319 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10320 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10321 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10322
10323 2004-02-06 Andrew Cagney <cagney@redhat.com>
10324
10325 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10326 (enum tui_data_type): Rename _TuiDataType.
10327 (struct tui_layout_def): Rename _TuiLayoutDef.
10328 (struct tui_source_element): Rename _TuiSourceElement.
10329 (struct tui_data_element): Rename _TuiDataElement.
10330 (struct tui_command_element): Rename _TuiCommandElement.
10331 (struct tui_locator_element): Rename _TuiLocatorElement.
10332 (union tui_which_element): Define.
10333 (struct tui_win_element): Rename _TuiWinElement.
10334 (struct tui_data_info): Rename _TuiDataInfo.
10335 (struct tui_source_info): Rename _TuiSourceInfo.
10336 (struct tui_command_info): Rename _TuiCommandInfo.
10337 (tui_initialize_static_data): Rename initializeStaticData.
10338 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10339 (tui_alloc_win_info): Rename allocWinInfo.
10340 (tui_init_generic_part): Rename initGenericPart.
10341 (tui_init_win_info): Rename initWinInfo.
10342 (tui_alloc_content): Rename allocContent.
10343 (tui_add_content_elements): Rename addContentElements.
10344 (tui_init_content_element): Rename initContentElement.
10345 (tui_free_window): Rename freeWindow.
10346 (tui_free_win_content): Rename freeWinContent.
10347 (tui_free_data_content): Rename freeDataContent.
10348 (tui_free_all_source_wins_content): Rename
10349 freeAllSourceWinsContent.
10350 (tui_del_window): Rename tuiDelWindow.
10351 (tui_del_data_windows): Rename tuiDelDataWindows.
10352 (tui_partial_win_by_name): Rename partialWinByName.
10353 (tui_win_name): Rename winName.
10354 (tui_current_layout): Rename currentLayout.
10355 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10356 (tui_term_height): Rename termHeight.
10357 (tui_set_term_height_to): Rename setTermHeightTo.
10358 (tui_term_width): Rename termWidth.
10359 (tui_set_term_width_to): Rename setTermWidthTo.
10360 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10361 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10362 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10363 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10364 (tui_source_windows): Rename sourceWindows.
10365 (tui_clear_source_windows): Rename clearSourceWindows.
10366 (tui_clear_source_windows_detail): Rename
10367 clearSourceWindowsDetail.
10368 (tui_clear_win_detail): Rename clearWinDetail.
10369 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10370 (tui_default_tab_len): Rename tuiDefaultTabLen.
10371 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10372 (tui_win_with_focus): Rename tuiWinWithFocus.
10373 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10374 (tui_layout_def): Rename tuiLayoutDef.
10375 (tui_win_resized): Rename tuiWinResized.
10376 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10377 (tui_next_win): Rename tuiNextWin.
10378 (tui_prev_win): Rename tuiPrevWin.
10379 (tui_add_to_source_windows): Rename addToSourceWindows.
10380 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10381 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10382 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10383 * tui/tui.c, tui/tui-data.c: Ditto.
10384 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10385 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10386
10387 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10388 (struct symtab): Declare.
10389 (tui_set_source_content): Rename tuiSetSourceContent.
10390 (tui_show_symtab_source): Rename tuiShowSource.
10391 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10392 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10393 * tui/tui-source.c: Update copyright. Update references.
10394 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10395 * tui/tui-stack.c: Update references.
10396
10397 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10398 (struct tui_win_info): Declare.
10399 (tui_scroll_forward): Rename tuiScrollForward.
10400 (tui_scroll_backward): Rename tuiScrollBackward.
10401 (tui_scroll_left): Rename tuiScrollLeft.
10402 (tui_scroll_right): Rename tuiScrollRight.
10403 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10404 (tui_resize_all): Rename tuiResizeAll.
10405 (tui_refresh_all_win): Rename tuiRefreshAll.
10406 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10407 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10408 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10409 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10410
10411 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10412 (tui_erase_data_content): Rename tuiEraseDataContent.
10413 (tui_display_all_data): Rename tuiDisplayAllData.
10414 (tui_check_data_values): Rename tuiCheckDataValues.
10415 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10416 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10417 (tui_first_data_element_no_in_line): Rename
10418 tuiFirstDataElementNoInLine.
10419 (tui_delete_data_content_windows): Rename
10420 tuiDeleteDataContentWindows.
10421 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10422 (tui_display_data_from): Rename tuiDisplayDataFrom.
10423 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10424 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10425 * tui/tui-win.c, tui/tui-regs.c: Update references.
10426 * tui/tui-layout.c, tui/tui.c: Update references.
10427
10428 * tui/tui-wingeneral.h: Update copyright.
10429 (m_allBeVisible): Delete macro.
10430 (m_allBeInvisible): Delete macro.
10431 (struct tui_gen_win_info): Declare.
10432 (struct tui_win_info): Declare.
10433 (tui_unhighlight_win): Rename unhighlightWin.
10434 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10435 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10436 (tui_make_window): Rename makeWindow.
10437 (tui_copy_win): Rename copyWin.
10438 (tui_box_win): Rename boxWin.
10439 (tui_highlight_win): Rename highlightWin.
10440 (tui_check_and_display_highlight_if_needed): Rename
10441 checkAndDisplayHighlightIfNeeded.
10442 (tui_refresh_all): Rename refreshAll.
10443 (tui_delete_win): Rename tuiDelwin.
10444 (tui_refresh_win): Rename tuiRefreshWin.
10445 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10446 (tui_make_visible, tui_make_invisible): New functions.
10447 (tui_make_all_visible, tui_make_all_invisible): New functions.
10448 (make_all_visible): Rename makeAllVisible.
10449 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10450 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10451 * tui/tui-windata.c, tui/tui-win.c: Update references.
10452 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10453 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10454
10455 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10456
10457 * proc-api.c (write_with_trace): Initialize local variable to
10458 silence compiler warning.
10459
10460 2004-02-06 Andrew Cagney <cagney@redhat.com>
10461
10462 * tui/tui-source.h: Do not include "defs.h".
10463 (struct tui_win_info): Declare.
10464 (tui_set_source_content_nil): Declare.
10465 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10466 (union tui_line_or_address): Rename _TuiLineOrAddress.
10467 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10468 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10469 (tui_update_source_window_as_is): Rename
10470 tuiUpdateSourceWindowAsIs.
10471 (tui_update_source_windows_with_addr): Rename
10472 tuiUpdateSourceWindowsWithAddr.
10473 (tui_update_source_windows_with_line): Rename
10474 tuiUpdateSourceWindowsWithLine.
10475 (tui_clear_source_content): Rename tuiClearSourceContent.
10476 (tui_erase_source_content): Rename tuiEraseSourceContent.
10477 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10478 (tui_show_source_content): Rename tuiShowSourceContent.
10479 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10480 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10481 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10482 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10483 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10484 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10485 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10486 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10487 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10488 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10489 (struct tui_win_info): Declare.
10490 * tui/tui-stack.c: Update references.
10491 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10492 * tui/tui-win.c, tui/tui-source.c: Ditto.
10493 * tui/tui.c, tui/tui-disasm.c: Ditto.
10494
10495 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10496
10497 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10498 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10499
10500 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10501
10502 * infrun.c (handle_inferior_event): Allow for breakpoint
10503 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10504 and SIGEMT. Update comments.
10505 * NEWS (Revised SPARC target): Mention support for non-executable
10506 stack.
10507
10508 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10509
10510 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10511 * inftarg.c: Update copyright year.
10512 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10513 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10514 (sparc_xfer_wcookie): New function.
10515 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10516 * Makefile.in (sparc-nat.o): Update dependencies.
10517 * config/sparc/nm-nbsd.h: Include "target.h".
10518 (NATIVE_XFER_WCOOKIE): New define.
10519 (sparc_xfer_wcookie): New prototype.
10520
10521 2004-02-04 Andrew Cagney <cagney@redhat.com>
10522
10523 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10524 SYSCALL_TRAP function.
10525 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10526
10527 2004-02-04 Andrew Cagney <cagney@redhat.com>
10528 Daniel Jacobowitz <drow@mvista.com>
10529
10530 * objfiles.h: Delete comments refering to inside_entry_func and
10531 DEPRECATED_FRAME_CHAIN_VALID.
10532 * defs.h (inside_entry_func): Update prototype..
10533 * blockframe.c (inside_entry_func): Rename to
10534 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10535 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10536
10537 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10538
10539 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10540 outside of #ifdef SOLIB_ADD region.
10541 (do_restore_lang_radix_cleanup): Ditto.
10542 (resolve_pending_breakpoint): Ditto.
10543
10544 2004-02-03 Andrew Cagney <cagney@redhat.com>
10545
10546 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10547 (process_note_abi_tag_sections): Delete unused function.
10548 (ia64_read_fp): Delete unused function.
10549 (gdbarch_extract_struct_value_address): Delete declaration.
10550
10551 2004-02-02 Andrew Cagney <cagney@redhat.com>
10552
10553 * vax-tdep.c (vax_frame_chain): Delete call to
10554 deprecated_inside_entry_file.
10555 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10556
10557 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10558
10559 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10560 column that's "empty" or "same value" when eliminating REG_RA
10561 rules.
10562
10563 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10564
10565 * NEWS: Add information about new pending breakpoint support.
10566
10567 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10568
10569 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10570 and pending fields for pending breakpoint support.
10571 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10572 (condition_command): Only parse condition if not a pending
10573 breakpoint.
10574 (print_one_breakpoint): Add support for pending breakpoints.
10575 (describe_other_breakpoints): Add checks to verify we are not
10576 dealing with pending breakpoints.
10577 (check_duplicates): Don't check pending breakpoints.
10578 (set_raw_breakpoint): Initialize pending flag.
10579 (do_restore_lang_radix_cleanup): New cleanup routine.
10580 (resolve_pending_breakpoint): New function.
10581 (re_enable_breakpoints_in_shlibs): Try and resolve any
10582 pending breakpoints via resolve_pending_breakpoint.
10583 (mention): Add pending breakpoint support.
10584 (parse_breakpoint_sals): Add new parameter to pass to
10585 decode_line_1 to indicate silent errors when files or functions
10586 are not found. Change all callers.
10587 (do_captured_parse_breakpoint): New function.
10588 (break_command_1): Change prototype to return an rc value and to
10589 take an optional pending breakpoint pointer. Support creating
10590 a pending breakpoint if a "not found" form of error occurs when
10591 parsing the breakpoint. Also support resolving an existing pending
10592 breakpoint and be silent if the resolution fails.
10593 (create_breakpoints): Change prototype to take pending breakpoint
10594 pointer. When resolving a pending breakpoint, use the new pointer
10595 to provide a conditional or commands added by the end-user.
10596 (delete_breakpoint): Add appropriate check for pending.
10597 (breakpoint_re_set_one): Ditto.
10598 (do_enable_breakpoint): Ditto.
10599
10600 2004-02-02 David Carlton <carlton@kealia.com>
10601
10602 * valops.c (enum oload_classification): New.
10603 (find_overload_match): Break implementation into separate
10604 functions; delete #if 0'd code; look for symbols within
10605 namespaces.
10606 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10607 (find_oload_champ,oload_method_static,classify_oload_match): New.
10608 * cp-support.h: Add declaration for cp_func_name; update
10609 declaration for make_symbol_overload_list.
10610 * cp-support.c (cp_func_name): New.
10611 (overload_list_add_symbol): Fix comment, use
10612 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10613 (make_symbol_overload_list): Take a function name and a namespace
10614 instead of a symbol; change implementation.
10615 (make_symbol_overload_list_using): New.
10616 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10617
10618 2004-02-02 Fred Fish <fnf@redhat.com>
10619
10620 * main.c (gdb_stdtarg): Move definition to group with other
10621 gdb_stdtarg definitions and update copyright years.
10622 * remote-sim.c (gdb_os_write_stderr): Write output to
10623 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10624 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10625 gdb_stderr stream and update copyright years.
10626
10627 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10628
10629 * Makefile.in (mips-linux-nat.o): Update dependencies.
10630 * mips-linux-nat.c: Include mips-tdep.h.
10631
10632 2004-02-01 Roland McGrath <roland@redhat.com>
10633
10634 * sol-thread.c (sol_thread_xfer_partial): New function.
10635 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10636 (init_sol_core_ops): Likewise.
10637
10638 * procfs.c (procfs_xfer_partial): New function.
10639 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10640 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10641
10642 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10643 procfs_xfer_auxv function.
10644
10645 * procfs.c (procfs_make_note_section): If we can read
10646 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10647 * linux-proc.c (linux_make_note_section): Likewise.
10648
10649 * auxv.h: New file.
10650 * auxv.c: New file.
10651 * Makefile.in (auxv_h): New variable.
10652 (COMMON_OBS): Add auxv.o here.
10653 (auxv.o): New target.
10654
10655 * corelow.c (core_xfer_partial): New function.
10656 (init_core_ops): Use it for core_ops.to_xfer_partial.
10657
10658 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10659 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10660 macro if that is defined.
10661
10662 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10663
10664 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10665 and check the specified thread for each breakpoint.
10666 * breakpoint.h (bpstat_stop_status): Update prototype.
10667 * infrun.c (handle_inferior_event): Update calls to
10668 bpstat_stop_status.
10669
10670 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10671
10672 * Makefile.in (cli-cmds.o): Add $(readline_h).
10673
10674 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10675
10676 * cli/cli-cmds.c: Include readline.h.
10677 (complete_command): Pass the start of the last word to
10678 complete_line.
10679
10680 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10681
10682 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10683 argument, and change first argument to a CORE_ADDR.
10684 * breakpoint.h (bpstat_stop_status): Update prototype.
10685 * infrun.c (adjust_pc_after_break): Add a new comment.
10686 (handle_inferior_event): Update calls to bpstat_stop_status.
10687
10688 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10689
10690 * breakpoint.h: Update copyright years.
10691
10692 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10693
10694 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10695 (bpstat_stop_status): Don't decrement PC.
10696 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10697 prototype.
10698 * infrun.c (adjust_pc_after_break): New function.
10699 (handle_inferior_event): Call it, early. Remove later references
10700 to DECR_PC_AFTER_BREAK.
10701 (normal_stop): Add commentary.
10702
10703 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10704
10705 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10706 2004-01-27 double-free fix.
10707
10708 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10709
10710 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10711 (sparc32_frame_prev_register): Handle StackGhost.
10712 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10713
10714 2004-01-29 Roland McGrath <roland@redhat.com>
10715
10716 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10717 * configure: Regenerated.
10718
10719 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10720 * Makefile.in (procfs.o): Add dep.
10721
10722 2004-01-28 Andrew Cagney <cagney@redhat.com>
10723
10724 * tui/tui-stack.h: Update copyright.
10725 (struct frame_info): Add opaque declaration.
10726 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10727 (tui_show_locator_content): Rename tuiShowLocatorContent.
10728 (tui_show_frame_info): Rename tuiShowFrameInfo.
10729 * tui/tui-stack.c: Update copyright. Update references.
10730 * tui/tui-winsource.c: Update references.
10731 * tui/tui-win.c: Update references.
10732 * tui/tui-layout.c: Update references.
10733 * tui/tui-hooks.c: Update copyright, update references.
10734 * tui/tui.c: Update copyright, update references.
10735 * tui/tui-disasm.c: Update references.
10736
10737 2004-01-28 David Carlton <carlton@kealia.com>
10738
10739 * dwarf2read.c (add_partial_structure): Use demangled name if
10740 namespace equals "".
10741
10742 2004-01-27 Jim Blandy <jimb@redhat.com>
10743
10744 Clean up misapplied patch:
10745 * dwarf2read.c (determine_prefix): Change one of the two forward
10746 declarations for 'determine_prefix_aux' to a declaration for this.
10747 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10748 argument to 'die_specification'.
10749
10750 * dwarf2read.c (read_func_scope): Re-indent comment.
10751
10752 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10753
10754 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10755 b->exp to NULL after freeing so that error during re-parsing or
10756 evaluation of expressions associated with breakpoint don't
10757 eventually lead to re-freeing of storage.
10758 Committed by Andrew Cagney.
10759
10760 2004-01-27 Andrew Cagney <cagney@redhat.com>
10761
10762 * source.c (ambiguous_line_spec): Delete undefined declaration.
10763 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10764 (m32r_set_server_address, m32r_set_download_path): Ditto.
10765 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10766
10767 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10768
10769 * dwarf2read.c: Update calls to changed and renamed functions, and
10770 references to moved variables.
10771
10772 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10773 language, language_defn, list_in_scope, and ftypes members.
10774 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10775 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10776 (baseaddr): Remove globals.
10777
10778 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10779 (set_cu_language, die_is_declaration, die_specification)
10780 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10781 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10782 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10783 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10784
10785 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10786 cu.list_in_scope. Don't initialize cu_header_offset.
10787 (add_partial_symbol): Add local baseaddr.
10788 (psymtab_to_symtab_1): Add local baseaddr. Use
10789 objfile->section_offsets for consistency. Don't initialize
10790 cu_header_offset; do initialize cu.header.offset and
10791 cu.list_in_scope.
10792 (read_file_scope, read_func_scope, read_lexical_block_scope)
10793 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10794
10795 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10796
10797 * PROBLEMS: Add gdb/1516.
10798
10799 2003-12-29 Robert Millan <robertmh@gnu.org>
10800
10801 Patch committed by Andrw Cagney.
10802 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10803 * configure.tgt: Match knetbsd*-gnu.
10804
10805 2004-01-26 Andrew Cagney <cagney@redhat.com>
10806
10807 * breakpoint.c (catch_command_1): Delete #ifdef code.
10808 (catch_fork_command_1): Delete #ifdef wrapper.
10809 (catch_exec_command_1): Ditto.
10810 (catch_load_command_1): Ditto.
10811 (catch_unload_command_1): Ditto.
10812
10813 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10814 (catch_breakpoint): Delete #if0ed function.
10815 (disable_catch_breakpoint): Ditto.
10816 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10817 (disable_catch, enable_catch, delete_catch): Ditto.
10818
10819 2004-01-26 Andrew Cagney <cagney@redhat.com>
10820
10821 * remote.c (echo_check, quit_flag): Delete variables.
10822 (cisco_kernel_mode): Delete variable.
10823 (minitelnet_return, tty_input, escape_count): Delete variables.
10824 (remote_cisco_mode): Delete variable.
10825 (remote_cisco_open, remote_cisco_close): Delete function.
10826 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10827 (init_remote_cisco_ops): Delete function.
10828 (_initialize_remote): Do not install "remote cisco" code.
10829 (read_frame): Delete cisco specific code.
10830 (remote_info_process): Delete function.
10831 (remote_wait): Delete cisco specific code.
10832 (remote_cisco_section_offsets): Delete function.
10833 (remote_cisco_objfile_relocate): Delete function.
10834 (remote_async_wait): Delete cisco specific code.
10835 (minitelnet, readtty, readsocket): Delete function.
10836
10837 2004-01-26 Andrew Cagney <cagney@redhat.com>
10838
10839 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10840 comments mentioning extract_returned_value_address.
10841 * infcmd.c (print_return_value): Update. Add comments on
10842 extract_returned_value_address.
10843 * stack.c (return_command): Add comments on
10844 extract_returned_value_address.
10845 * values.c: Update comment.
10846 * m32r-tdep.c: Update comment.
10847 * sparc-tdep.c: Update comment.
10848 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10849 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10850 * sh64-tdep.c (sh64_gdbarch_init): Update.
10851 * sh-tdep.c (sh_gdbarch_init): Update.
10852 * s390-tdep.c (s390_gdbarch_init): Update.
10853 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10854 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10855 * m68k-tdep.c (m68k_gdbarch_init): Update.
10856 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10857 * m32r-tdep.c (m32r_gdbarch_init): Update.
10858 * ia64-tdep.c (ia64_gdbarch_init): Update.
10859 * h8300-tdep.c (h8300_gdbarch_init): Update.
10860 * frv-tdep.c (frv_gdbarch_init): Update.
10861 * arm-tdep.c (arm_gdbarch_init): Update.
10862 * alpha-tdep.c (alpha_gdbarch_init): Update.
10863
10864 2004-01-26 Andrew Cagney <cagney@redhat.com>
10865
10866 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10867 SYMBOL_LOCATION_FUNCS
10868 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10869 "struct symbol_ops".
10870 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10871 type to "struct symbol_ops".
10872 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10873 (struct symbol): Replace ".aux_value.loc.funcs" and
10874 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10875 (SYMBOL_OBJFILE): Delete macro.
10876 (SYMBOL_LOCATION_FUNCS): Delete macro.
10877 (SYMBOL_LOCATION_BATON): Update.
10878 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10879 intead of SYMBOL_LOCATION_FUNCS.
10880 * ax-gdb.c (gen_var_ref): Ditto.
10881 * printcmd.c (address_info): Ditto.
10882 * findvar.c (read_var_value): Ditto.
10883 (symbol_read_needs_frame): Ditto.
10884
10885 2004-01-26 Andrew Cagney <cagney@redhat.com>
10886
10887 * dwarf2read.c (read_func_scope): Document frame-base hack.
10888
10889 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10890
10891 * infcmd.c (print_return_value): Plug memory leak; delete
10892 ui_stream object. Rename argument `structure_return' to
10893 `struct_return'.
10894
10895 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10896
10897 * infcmd.c (print_return_value): Wrap long lines.
10898 (finish_command_continuation, finish_command): Remove unused
10899 variable `funcaddr'. Fix some coding-standards problems.
10900
10901 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10902 SECT_SIZE is large enough, not whether it's exactly the right size.
10903 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10904 TDEP->fpregset to zero.
10905
10906 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10907 floating-point registers for traditional NetBSD core files.
10908 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10909 TDEP->sizeof_fpregset here.
10910
10911 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10912
10913 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10914 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10915 function with code split out from
10916 sparc32nbsd_sigcontext_frame_cache.
10917 (sparc32nbsd_sigcontext_frame_cache): Use
10918 sparc32nbsd_sigcontext_saved_regs.
10919 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10920 OpenBSD.
10921 * sparcobsd-tdep.c: New file.
10922 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10923 (sparcobsd-tdep.o): New dependency.
10924 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10925 * config/sparc/obsd.mt: New file.
10926
10927 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10928 TDEP->fpregset to be initialized to enable core file register
10929 sets.
10930
10931 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10932
10933 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10934 Add opaque declarations.
10935 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10936 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10937 function with code split out from
10938 sparc64nbsd_sigcontext_frame_cache.
10939 (sparc64nbsd_sigcontext_frame_cache): Use
10940 sparc64nbsd_sigcontext_saved_regs.
10941 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10942 OpenBSD.
10943 * sparc64obsd-tdep.c: New file.
10944 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10945 (sparc64obsd-tdep.o): New dependency.
10946 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10947 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10948 * config/sparc/obsd64.mt: New file.
10949
10950 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10951 read the instruction at PC.
10952
10953 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10954 value of GDB_OSABI_DEFAULT.
10955 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10956 instead of GDB_OSABI_NETBSD_AOUT.
10957
10958 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10959
10960 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10961 copyright.
10962
10963 2004-01-23 Andrew Cagney <cagney@redhat.com>
10964
10965 * printcmd.c (display_command): Replace tui_set_display call with
10966 tui_set_layout_for_display_command.
10967 * tui/tui.h (enum tui_win_type): Define.
10968 (tui_set_layout): Delete declaration.
10969 (tui_set_layout_for_display_command): Rename set_tui_layout.
10970 * tui/tui-data.h (enum tui_layout_type): Define.
10971 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10972 "tui.h".
10973 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10974 (tui_default_win_height): Rename tuiDefaultWinHeight.
10975 (tui_default_win_viewport_height): Rename
10976 tuiDefaultWinViewportHeight.
10977 (tui_set_layout): RenametuiSetLayout.
10978 * tui/tui-layout.c: Update references.
10979 * tui/tui.c: Update references.
10980 * tui/tui-disasm.c: Update references.
10981
10982 2004-01-23 David Carlton <carlton@kealia.com>
10983
10984 Partial workaround for PR c++/1511:
10985 * cp-namespace.c: Include frame.h.
10986 (cp_lookup_transparent_type): New
10987 (cp_lookup_transparent_type_loop): New.
10988 * cp-support.h: Declare cp_lookup_transparent_type.
10989 * symtab.c (basic_lookup_transparent_type): Renamed from
10990 lookup_transparent_type.
10991 (lookup_transparent_type): Replace old body by a call to
10992 current_language->la_lookup_transparent_type.
10993 * symtab.h: Update copyright. Declare
10994 basic_lookup_transparent_type.
10995 * language.h: Update copyright.
10996 (struct language_defn): Add la_lookup_transparent_type.
10997 * language.c: Update copyright.
10998 (unknown_language_defn): Add basic_lookup_transparent_type.
10999 (auto_language_defn): Add basic_lookup_transparent_type.
11000 (local_language_defn): Add basic_lookup_transparent_type.
11001 * ada-lang.c: Update copyright.
11002 (ada_language_defn): Add basic_lookup_transparent_type.
11003 * c-lang.c: Update copyright.
11004 (c_language_defn): Add basic_lookup_transparent_type.
11005 (cplus_language_defn): Add basic_lookup_transparent_type.
11006 (asm_language_defn): Add basic_lookup_transparent_type.
11007 (minimal_language_defn): Add basic_lookup_transparent_type.
11008 * f-lang.c: Update copyright.
11009 (f_language_defn): Add basic_lookup_transparent_type.
11010 * jv-lang.c: Update copyright.
11011 (java_language_defn): Add basic_lookup_transparent_type.
11012 * m2-lang.c: Update copyright.
11013 (m2_language_defn): Add basic_lookup_transparent_type.
11014 * objc-lang.c: Update copyright.
11015 (objc_language_defn): Add basic_lookup_transparent_type.
11016 * p-lang.c: Update copyright.
11017 (p_language_defn): Add basic_lookup_transparent_type.
11018 * scm-lang.c: Update copyright.
11019 (scm_language_defn): Add basic_lookup_transparent_type.
11020 * Makefile.in (cp-namespace.o): Depend on frame.h.
11021
11022 2004-01-23 David Carlton <carlton@kealia.com>
11023
11024 Patch for PR c++/1520:
11025 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11026 properly if we have a specification die.
11027 (determine_prefix_aux): Rename from determine_prefix.
11028 (determine_prefix): Like the old determine_prefix, but never
11029 returns NULL.
11030
11031 2004-01-23 Theodore A. Roth <troth@openavr.org>
11032
11033 * avr-tdep.c: Update copyright.
11034 (avr_iaddr_p): Delete unused function.
11035 (avr_saddr_p): Delete unused function.
11036
11037 2004-01-23 David Carlton <carlton@kealia.com>
11038
11039 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11040 Fix for PR symtab/1534.
11041
11042 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11043
11044 * NEWS (New native configurations): Mention OpenBSD/sparc and
11045 OpenBSD/sparc64.
11046 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11047 * configure.host: Likewise.
11048 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11049 handler for OpenBSD.
11050 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11051
11052 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11053
11054 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11055 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11056
11057 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11058 * cli/cli-cmds.c (shell_escape): Likewise.
11059
11060 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11061 OpenBSD .note.openbsd.ident sections.
11062
11063 2004-01-22 David Carlton <carlton@kealia.com>
11064
11065 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11066 get_scope_pc_bounds.
11067 (read_file_scope): Ditto.
11068 (get_scope_pc_bounds): New function, produced by extracting code
11069 from the above two functions, consolidating it, and adding support
11070 for DW_TAG_namespace.
11071
11072 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11073
11074 * osabi.c (MAX_NOTESZ): New define.
11075 (check_note): New function.
11076 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11077 check_note.
11078
11079 2004-01-21 Roland McGrath <roland@redhat.com>
11080
11081 * MAINTAINERS (write after approval): Add myself.
11082
11083 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11084
11085 * utils.c (init_page_info): Move declarations of `rows' and
11086 `cols' before the __GO32__-specific code. Move the closing brace
11087 outside the #ifdef __GO32__..#endif block.
11088 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11089
11090 2004-01-21 Paul Brook <paul@codesourcery.com>
11091
11092 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11093 BPSTAT_WHAT_CHECK_SHLIBS.
11094
11095 2004-01-21 Paul Brook <paul@codesourcery.com>
11096
11097 * MAINTAINERS: Add myself to write-after-approval.
11098
11099 2004-01-20 Andrew Cagney <cagney@redhat.com>
11100
11101 * ax-gdb.c (print_axs_value): Delete unused function.
11102 * jv-lang.c (java_lookup_type): Delete unused function.
11103 * cli/cli-dump.c (dump_filetype): Delete unused function.
11104 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11105 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11106 (mips_getstring): Delete unused function.
11107 (pmon_insert_breakpoint): Delete #if0ed function.
11108 (PMON_MAX_BP): Delete #if0ed MACRO.
11109 (mips_pmon_bp_info): Delete #if0ed variable.
11110 (pmon_remove_breakpoint): Delete #if0ed function.
11111 * monitor.c (monitor_write_even_block): Delete unused function.
11112 (monitor_write_memory_block): Delete #if0ed code.
11113 * dink32-rom.c (dink32_load): Delete unused function.
11114 (_initialize_dink32_rom): Delete #if0ed code.
11115 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11116
11117 * tui/tui-command.c: Update references.
11118 * tui/tui-io.c: Update references.
11119 * tui/tui-command.h: Update copyright.
11120 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11121
11122 * source.c (ambiguous_line_spec): Delete never-defined function.
11123 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11124 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11125 * cli/cli-cmds.c (validate_comname): Ditto.
11126
11127 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11128 "tui-data.h".
11129 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11130 (tui_show_disassem): Rename tuiShowDisassem.
11131 (tui_show_disassem_and_update_source): Rename
11132 tuiVerticalDisassemScroll.
11133 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11134 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11135 * tui/tui.h: Update copyright.
11136 (enum tui_status): Define.
11137 * tui/tui-data.h (enum tui_scroll_direction): Define.
11138 * tui/tui-disasm.c: Update copyright. Update references.
11139 * tui/tui-winsource.c: Update copyright. Update references.
11140 * tui/tui-win.c: Update references.
11141 * tui/tui-layout.c: Update references.
11142
11143 2004-01-20 Andrew Cagney <cagney@redhat.com>
11144
11145 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11146 sym2 to start of block.
11147
11148 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11149
11150 * MAINTAINERS: Delete mmalloc.
11151 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11152 * NEWS: Mention removal of --with-malloc.
11153 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11154 * config.in: Regenerate.
11155 * configure: Regenerate.
11156 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11157 USE_MMALLOC, MMCHECK_FORCE.
11158 * gdbinit.in: Remove mmalloc.
11159 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11160 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11161 * config/i386/go32.mh: Likewise.
11162 * config/i386/interix.mh: Likewise.
11163 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11164
11165 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11166
11167 * linespec.c (decode_variable, symtab_from_filename): Call
11168 error_silent with error message instead of throwing an exception
11169 directly.
11170 * defs.h (error_silent, error_output_message): Add prototypes.
11171 (catch_exceptions_with_msg): Ditto.
11172 * utils.c (error_silent, error_output_message): New functions.
11173 * top.c (catch_exceptions_with_msg): New function.
11174
11175 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11176
11177 * mi/mi-cmds.h (enum print_values): Add definition.
11178
11179 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11180 type and value for simple data types and just the name and type
11181 for complex ones, if required.
11182
11183 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11184 children, if required.
11185
11186 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11187
11188 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11189 unused declarations.
11190
11191 2004-01-19 Andrew Cagney <cagney@redhat.com>
11192
11193 * top.h (mapped_symbol_files): Delete declaration.
11194 * main.c (captured_main): Delete option "m" and "mapped".
11195 * objfiles.c (mapped_symbol_files): Delete variable.
11196 * symfile.c (symbol_file_command): Delete mmap code.
11197 (symbol_file_add_with_addrs_or_offsets): Ditto.
11198 (add_symbol_file_command, reread_separate_symbols): Ditto.
11199 * objfiles.h (OBJF_MAPPED): Delete.
11200 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11201 (free_objfile) [USE_MMALLOC]: Ditto.
11202 (open_existing_mapped_file): Delete function.
11203 (open_mapped_file): Delete function.
11204 (map_to_file): Delete function.
11205
11206 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11207
11208 * infrun.c (step_into_function): Account for possible breakpoint
11209 adjustment when computing ``stop_func_start''.
11210
11211 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11212
11213 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11214 the region size against the size of a pointer, not the size of
11215 a register as given by DEPRECATED_REGISTER_SIZE.
11216
11217 2004-01-19 Andrew Cagney <cagney@redhat.com>
11218
11219 * tui/tui-regs.h: Include "tui-data.h".
11220 (tuiFirstRegElementNoInLine): Delete declaration.
11221 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11222 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11223 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11224 (tui_calculate_regs_column_count): Rename
11225 tuiCalculateRegsColumnCount.
11226 (tui_check_register_values): Rename tuiCheckRegisterValues.
11227 (tui_show_registers): Rename tuiShowRegisters.
11228 (tui_display_registers_from_line): Rename
11229 tuiDisplayRegistersFromLine.
11230 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11231 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11232 (tui_first_reg_element_no_inline): Rename
11233 tuiFirstRegElementNoInLine.
11234 * tui/tui-data.h: Update copyright.
11235 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11236 * tui/tui-windata.c: Update copyright, update references.
11237 * tui/tui-regs.c: Update copyright, update references.
11238 * tui/tui-win.c: Update copyright, update references.
11239 * tui/tui-layout.c: Update copyright, update references.
11240
11241 2004-01-18 Andrew Cagney <cagney@redhat.com>
11242
11243 * tui/tui-io.c: Update copyright.
11244 (key_is_end_sequence, key_is_backspace): New functions.
11245 (key_is_command_char, key_is_start_sequence): New function.
11246 (tui_getc): Update references.
11247 * tui/tui-io.h: Update copyright.
11248 (m_tuiStartNewLine): Delete macro.
11249 (m_isBackspace, m_isDeleteChar): Delete macros.
11250 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11251 (m_isNextPage, m_isPrevPage): Delete macros.
11252 (m_isLeftArrow, m_isRightArrow): Delete macros.
11253 (m_isXdbStyleCommandChar): Delete macro.
11254 (key_is_start_sequence): Declare, replace m_isStartSequence.
11255 (key_is_end_sequence): Declare, replace m_isEndSequence.
11256 (key_is_backspace): Declare ,replace m_isBackspace.
11257 (key_is_command_char): Declare, replace m_isCommandChar.
11258 * tui/tui-command.c: Update copyright.
11259 (tuiDispatchCtrlChar): Update references.
11260
11261 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11262 tuiSourceWin.h.
11263
11264 * tui/tui-command.c: Rename tui/tuiCommand.c.
11265 * tui/tui-command.h: Rename tui/tuiCommand.h.
11266 * tui/tui-data.c: Rename tui/tuiData.c.
11267 * tui/tui-data.h: Rename tui/tuiData.h.
11268 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11269 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11270 * tui/tui-io.c: Rename tui/tuiIO.c.
11271 * tui/tui-io.h: Rename tui/tuiIO.h.
11272 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11273 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11274 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11275 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11276 * tui/tui-source.c: Rename tui/tuiSource.c.
11277 * tui/tui-source.h: Rename tui/tuiSource.h.
11278 * tui/tui-stack.c: Rename tui/tuiStack.c.
11279 * tui/tui-stack.h: Rename tui/tuiStack.h.
11280 * tui/tui-win.c: Rename tui/tuiWin.c.
11281 * tui/tui-win.h: Rename tui/tuiWin.h.
11282 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11283 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11284 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11285 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11286 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11287 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11288 * tui/tui-file.c: Update includes.
11289 * tui/tui-hooks.c: Update includes.
11290 * tui/tui-interp.c: Update includes.
11291 * tui/tui.c: Update includes.
11292 * Makefile.in: Update all tui/ dependencies.
11293 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11294
11295 * Makefile.in: Update copyright. Update dependencies.
11296
11297 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11298 problem.
11299
11300 2004-01-18 Andrew Cagney <cagney@redhat.com>
11301
11302 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11303 instead of register_gdbarch_init.
11304
11305 * remote-sds.c (tohex): Delete unused function. Update copyright.
11306 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11307 * v850-tdep.c (v850_register_virtual_size): Ditto.
11308 * target.c (normal_target_post_startup_inferior): Ditto.
11309 * source.c (ambiguous_line_spec): Ditto.
11310 * remote.c (adapt_remote_get_threadinfo): Ditto.
11311 * mi/mi-out.c (out_field_fmt): Ditto.
11312 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11313 (output_control_change_notification): Ditto.
11314 * m68k-tdep.c (m68k_register_byte): Ditto.
11315 (m68k_remote_breakpoint_from_pc): Ditto.
11316 * ui-out.c (init_ui_out_state): Delete unused declaration.
11317 * stabsread.c (search_value): Ditto.
11318 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11319 * maint.c (print_section_table): Ditto.
11320 * infrun.c (set_follow_fork_mode_command): Ditto.
11321
11322 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11323
11324 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11325 DW_CFA_def_cfa_exporession. Add support for
11326 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11327 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11328
11329 2004-01-18 Andrew Cagney <cagney@redhat.com>
11330
11331 * ocd.c: Update copyright.
11332 (bdm_read_register_command): Delete unused function.
11333 (_initialize_remote_ocd): Delete commented out reference.
11334 (get_quoted_char, reset_packet): Delete #if0ed function.
11335 (output_packet, put_quoted_char): Delete #if0ed function.
11336 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11337 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11338 (BDM_BREAKPOINT): Delete #if0ed macro.
11339 (remote_timeout): Delete #if0ed variable.
11340
11341 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11342
11343 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11344 (core-sol2.o): Remove dependency.
11345 * core-sol2.c: Remove file.
11346
11347 2004-01-17 Andrew Cagney <cagney@redhat.com>
11348
11349 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11350 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11351 enums.
11352
11353 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11354
11355 * remote.c: Update copyright years.
11356
11357 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11358
11359 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11360
11361 2004-01-17 Andrew Cagney <cagney@redhat.com>
11362
11363 * mdebugread.c: Update copyright.
11364 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11365 (parse_type, parse_procedure): Ditto.
11366 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11367
11368 * cris-tdep.c (cris_store_struct_return): Put back accidently
11369 deleted function.
11370
11371 * gdbarch.sh: Update copyright year.
11372 * gdbarch.h, gdbarch.c: Re-generate.
11373
11374 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11375
11376 Suggested by George Anzinger.
11377 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11378 correct stack offset. Include unknown opcode numbers in the error
11379 message.
11380
11381 2004-01-17 Andrew Cagney <cagney@redhat.com>
11382
11383 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11384 extract_struct_value_address, i386 does not set it.
11385 * sparc64-tdep.c (sparc64_init_abi): Do not set
11386 extract_struct_value_address, never called.
11387 (sparc64_extract_struct_value_address): Delete function.
11388 * m68hc11-tdep.c: Update copyright.
11389 (m68hc11_gdbarch_init): Delete redundant assignment of
11390 extract_struct_value_address.
11391 * i386-tdep.c: Update copyright.
11392 (i386_gdbarch_init): Do not set extract_struct_value_address,
11393 never called.
11394 (i386_extract_struct_value_address): Delete function.
11395 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11396 extract_struct_value_address, never called.
11397 (sparc32_extract_struct_value_address): #if 0 function. Add
11398 comments explaining its future.
11399
11400 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11401
11402 * arm-tdep.c (arm_write_pc): New function.
11403 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11404
11405 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11406
11407 * breakpoint.c (must_shift_inst_regs): Delete.
11408 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11409 and SHIFT_INST_REGS.
11410 * infcmd.c (step_1, step_1_continuation): Delete references to
11411 SHIFT_INST_REGS.
11412 * infrun.c (keep_going): Likewise.
11413 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11414 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11415
11416 2004-01-17 Andrew Cagney <cagney@redhat.com>
11417
11418 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11419 * gdbarch.h, gdbarch.c: Re-generate.
11420 * infcmd.c (print_return_value): Delete reference to
11421 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11422
11423 * cris-tdep.c (cris_gdbarch_init): Do not set
11424 deprecated_extract_struct_value_address.
11425
11426 * xstormy16-tdep.c: Update copyright.
11427 (xstormy16_extract_struct_value_address): Update to current
11428 extract struct value address interface.
11429 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11430 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11431 current extract struct value address interface.
11432 (sh64_gdbarch_init): Set extract_struct_value_address.
11433
11434 * cris-tdep.c: Update copyright.
11435 (cris_extract_struct_value_address): Delete function.
11436 (struct_return_address): Delete variable.
11437 (cris_store_struct_return): Do not set struct_return_address.
11438
11439 * mcore-tdep.c: Update copyright.
11440 (mcore_extract_struct_value_address): Delete function. Update
11441 comments.
11442 (mcore_gdbarch_init): Update.
11443 * mn10300-tdep.c: Update copyright.
11444 (mn10300_extract_struct_value_address): Delete function.
11445 (mn10300_gdbarch_init): Update.
11446 * v850-tdep.c: Update copyright.
11447 (v850_extract_struct_value_address): Delete.
11448 (v850_gdbarch_init): Update.
11449 * ns32k-tdep.c: Update copyright.
11450 (ns32k_extract_struct_value_address): Delete.
11451 (ns32k_gdbarch_init): Update.
11452 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11453 (hppa_gdbarch_init): Update.
11454 * vax-tdep.c: Update copyright.
11455 (vax_extract_struct_value_address): Delete.
11456 (vax_gdbarch_init): Update.
11457
11458 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11459 * gdbarch.h, gdbarch.c: Re-generate.
11460 * procfs.c (procfs_fetch_registers): Delete reference to
11461 DEPRECATED_NPC_REGNUM.
11462 (procfs_store_registers): Ditto.
11463 * regcache.c (generic_target_write_pc): Simplify.
11464 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11465
11466 * core-sol2.c (fetch_core_registers): Replace
11467 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11468
11469 * hppa-tdep.c: Update copyright year.
11470 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11471 NPC_REGNUM.
11472 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11473
11474 * mips-tdep.c (mips_write_pc): New function.
11475 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11476 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11477 (mips_find_saved_regs, mips_software_single_step: Ditto.
11478 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11479 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11480
11481 2004-01-17 Andrew Cagney <cagney@redhat.com>
11482
11483 * mips-tdep.c: Re-indent. Group functions by ABI.
11484
11485 2004-01-17 Andrew Cagney <cagney@redhat.com>
11486
11487 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11488 * gdbarch.c: Re-generate.
11489 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11490 DECR_PC_AFTER_BREAK to zero.
11491 * vax-tdep.c (vax_gdbarch_init): Ditto.
11492 * v850-tdep.c (v850_gdbarch_init): Ditto.
11493 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11494 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11495 * sh-tdep.c (sh_gdbarch_init): Ditto.
11496 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11497 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11498 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11499 * mips-tdep.c (mips_gdbarch_init): Ditto.
11500 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11501 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11502 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11503 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11504 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11505 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11506 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11507 * frv-tdep.c (frv_gdbarch_init): Ditto.
11508 * cris-tdep.c (cris_gdbarch_init): Ditto.
11509 * avr-tdep.c (avr_gdbarch_init): Ditto.
11510 * arm-tdep.c (arm_gdbarch_init): Ditto.
11511 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11512
11513 2004-01-17 J. Brobecker <brobecker@gnat.com>
11514
11515 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11516 Delete, no longer used.
11517 (read_subrange_type): New function, mostly extracted from
11518 read_array_type().
11519 (read_array_type): Replace extracted code by call to
11520 read_subrange_type().
11521 (dwarf2_get_attr_constant_value): New function.
11522 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11523 (add_partial_symbol): Likewise.
11524 (process_die): Likewise.
11525 (new_symbol): Likewise.
11526 (read_type_die): Likewise.
11527
11528 2004-01-16 Andrew Cagney <cagney@redhat.com>
11529
11530 * symfile.c: Update copyright year.
11531 (compare_symbols): Delete unused function.
11532 * stabsread.c: Update copyright year.
11533 (lrs_general_complaint): Delete unused function.
11534 (ref_search_value): Ditto.
11535 (get_substring): Delete declaration.
11536 * sh64-tdep.c: Update copyright year.
11537 (sh64_get_gdb_regnum): Delete unused function.
11538 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11539 Delete unused function.
11540
11541 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11542
11543 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11544 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11545
11546 2004-01-16 Andrew Cagney <cagney@redhat.com>
11547
11548 Changes from Peter Schauer.
11549 * rs6000-tdep.c: Update copyright year.
11550 (rs6000_push_dummy_call): Update the stack pointer before
11551 accessing the corresponding stack region.
11552 * rs6000-nat.c: Update copyright year.
11553 (set_host_arch): Set "info.abfd" to "exec_bfd".
11554
11555 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11556
11557 * blockframe.c: Update copyright year.
11558 (inside_entry_func): Don't treat a zero PC specially.
11559
11560 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11561
11562 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11563 variable.
11564 (gcore_create_callback): Ditto. Skip any memory segment that has
11565 no permissions set.
11566
11567 2004-01-14 David Carlton <carlton@kealia.com>
11568
11569 Change symbols for C++ nested types to contain the fully qualified
11570 name, if possible. (At least in the DWARF-2 case.) Partial fix
11571 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11572 c++/895.
11573 * c-exp.y (qualified_type): Handle types nested within classes.
11574 * cp-namespace.c: Update comments.
11575 (cp_set_block_scope): Delete #if 0.
11576 (cp_lookup_nested_type): Handle types nested within classes.
11577 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11578 when appropriate.
11579 (add_partial_symbol): Add the name of the enclosing namespace to
11580 types.
11581 (pdi_needs_namespace): New.
11582 (add_partial_namespace): Tweak comment.
11583 (add_partial_structure): New.
11584 (psymtab_to_symtab_1): Initialize processing_current_prefix
11585 here...
11586 (process_die): instead of here.
11587 (read_structure_scope): Try to figure out the name of the class or
11588 namespace that the structure might be defined within.
11589 (read_enumeration): Generate fully-qualified names, if possible.
11590 (read_namespace): Don't set name to NULL.
11591 (die_specification): New.
11592 (new_symbol): Generate fully-qualified names for types.
11593 (read_type_die): Determine appropriate prefix.
11594 (determine_prefix): New.
11595 (typename_concat): New.
11596 (class_name): New.
11597 * valops.c (value_aggregate_elt): Pass NOSIDE to
11598 value_struct_elt_for_reference.
11599 (value_struct_elt_for_reference): Make static, add NOSIDE
11600 parameter, call value_maybe_namespace_elt as a last resort.
11601 (value_namespace_elt): Break out code into
11602 value_maybe_namespace_elt.
11603 (value_maybe_namespace_elt): New.
11604
11605 2004-01-12 Andrew Cagney <cagney@redhat.com>
11606
11607 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11608 cooked floating-point registers.
11609 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11610 and value_to_register.
11611
11612 2004-01-13 Andrew Cagney <cagney@redhat.com>
11613
11614 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11615 * gdbarch.c: Re-generate.
11616 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11617 FUNCTION_START_OFFSET.
11618 * v850-tdep.c (v850_gdbarch_init): Ditto.
11619 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11620 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11621 * sh-tdep.c (sh_gdbarch_init): Ditto.
11622 * s390-tdep.c (s390_gdbarch_init): Ditto.
11623 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11624 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11625 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11626 * mips-tdep.c (mips_gdbarch_init): Ditto.
11627 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11628 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11629 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11630 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11631 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11632 * i386-tdep.c (i386_gdbarch_init): Ditto.
11633 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11634 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11635 * frv-tdep.c (frv_gdbarch_init): Ditto.
11636 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11637 * cris-tdep.c (cris_gdbarch_init): Ditto.
11638 * avr-tdep.c (avr_gdbarch_init): Ditto.
11639 * arm-tdep.c (arm_gdbarch_init): Ditto.
11640 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11641
11642 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11643
11644 * infrun.c (follow_fork_mode_ask): Remove.
11645 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11646 (follow_fork): Simplify and remove internal error for
11647 follow_fork_mode_ask.
11648 (_initialize_infrun): Update "set follow-fork-mode" help text.
11649
11650 2004-01-13 Andrew Cagney <cagney@redhat.com>
11651
11652 * configure.in: Update copyright year.
11653 (build_warnings): Add -Wunused-label.
11654 * configure: Re-generate.
11655
11656 2004-01-12 Andrew Cagney <cagney@redhat.com>
11657
11658 * exec.h (exec_ops): Make "extern".
11659
11660 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11661 the function is void.
11662 (mips_pseudo_register_write): Ditto.
11663
11664 2004-01-12 Andrew Cagney <cagney@redhat.com>
11665
11666 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11667 call. Never defined.
11668 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11669 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11670 (struct sparc_gregset, struct regcache): Ditto.
11671 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11672
11673 2004-01-12 Andrew Cagney <cagney@redhat.com>
11674
11675 * mi/ChangeLog: Delete file. Renamed to ...
11676 * mi/ChangeLog-1999-2003: New file.
11677 * tui/ChangeLog: Delete file. Renamed to ...
11678 * tui/ChangeLog-1998-2003: New file.
11679
11680 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11681
11682 * sparc64nbsd-tdep.c: Include "regset.h".
11683 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11684 Remove variables.
11685 (fetch_core_registers): Remove function.
11686 (sparc64nbsd_core_fns): Remove variable.
11687 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11688 functions.
11689 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11690 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11691 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11692
11693 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11694 sparc_extract_struct_value_address.
11695 (sparc32_gdbarch_init): Set extract_struct_value_address.
11696 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11697 function.
11698 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11699 return_value_on_stack.
11700
11701 * NEWS: Mention that %cs and %ss have been added to the AMD64
11702 configurations
11703
11704 * frame.c: Update copyright year.
11705 (get_prev_frame): Improve comment.
11706
11707 * sparc64fbsd-tdep.c: Include "regset.h".
11708 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11709 Remove variables.
11710 (fetch_core_registers): Remove function.
11711 (sparc64fbsd_core_fns): Remove variable.
11712 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11713 functions.
11714 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11715 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11716 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11717
11718 * sparcnbsd-tdep.c: Include "regset.h".
11719 (fetch_core_registers): Remove function.
11720 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11721 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11722 functions.
11723 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11724 TDEP->fpregset.
11725 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11726
11727 * sparc-tdep.h (struct regset): Provide opaque declaration.
11728 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11729 fpregset and sizeof_fpregset members.
11730 * sparc-tdep.c (struct regset): Provide opaque declaration.
11731 (sparc_regset_from_core_section): New function.
11732 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11733 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11734 Set regset_from_core_section when appropriate.
11735
11736 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11737
11738 * x86-64-tdep.c (amd64_non_pod_p): New function.
11739 (amd64_classify_aggregate): Return class memory for non-POD
11740 C++ structure types.
11741
11742 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11743 argument. Use it to reserve a register if necessary.
11744 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11745 amd64_push_arguments.
11746
11747 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11748
11749 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11750 register numbers in comments.
11751 * x86-64-tdep.h: Update copyright year.
11752 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11753 Adjust for addition of %cs and %ss.
11754 * amd64fbsd-nat.c: Update copyright year.
11755 (reg_offset): Add register offsets for %cs and %ss.
11756 * amd64fbsd-tdep.c: Update copyright year.
11757 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11758 (amd64fbsd_sc_reg_offset): Likewise.
11759 * x86-64-linux-nat.c: Update copyright year.
11760 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11761 and %ss.
11762 * amd64nbsd-nat.c: Update copyright year.
11763 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11764 * amd64nbsd-tdep.c: Update copyright year.
11765 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11766 * x86-64-linux-tdep.c: Update copyright year.
11767 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11768 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11769 * regformats/reg-x86-64.dat: Add %cs and %ss.
11770
11771 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11772 variables to prevent long lines. Update comments to reflect
11773 reality.
11774
11775 2004-01-09 David Carlton <carlton@kealia.com>
11776
11777 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11778 * dwarf2read.c (read_namespace): Pull out name-generating code
11779 into namespace_name. Rename previous_namespace to previous_prefix
11780 and processing_current_namespace to processing_current_prefix..
11781 (namespace_name): New function.
11782 (add_partial_symbol): Substitute uses of pdi->name with
11783 actual_name.
11784 * cp-support.h: Rename processing_current_namespace to
11785 processing_current_prefix.
11786 Update copyright year.
11787 * cp-namespace.c: Rename processing_current_namespace to
11788 processing_current_prefix.
11789 Update copyright year.
11790
11791 2004-01-09 Andrew Cagney <cagney@redhat.com>
11792
11793 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11794
11795 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11796
11797 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11798 complaining.
11799 (process_one_symbol): Deal with N_PATCH stabs.
11800
11801 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11802
11803 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11804 ifdeffed code.
11805 Update copyright year.
11806
11807 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11808
11809 * config/pa/tm-hppa.h: Update extern declarations for
11810 hppa32_hpux_frame_saved_pc_in_sigtramp,
11811 hppa32_hpux_frame_base_before_sigtramp, and
11812 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11813
11814 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11815
11816 * config/pa/tm-hppah.h: Update copyright years.
11817
11818 2004-01-08 Andrew Cagney <cagney@redhat.com>
11819
11820 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11821 (mips_o32_reg_struct_has_addr): Delete function.
11822 (mips_gdbarch_init): Update.
11823 (mips_extract_struct_value_address): Delete function.
11824
11825 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11826
11827 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11828 reality.
11829
11830 2004-01-07 Andrew Cagney <cagney@redhat.com>
11831
11832 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11833 architecture's elf flags (when available).
11834
11835 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11836 FPU to the start, check the MIPS FPU when looking for an old
11837 architecture.
11838 (set_mipsfpu_single_command): Update the architecture.
11839 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11840
11841 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11842 (mips_mask_address_p): Add "tdep" parameter.
11843 (show_mask_address, mips_addr_bits_remove): Update.
11844 (mips_dump_tdep): Update.
11845 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11846 (MIPS_STACK_ARGSIZE): Delete macro.
11847 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11848 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11849 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11850 (mips_dump_tdep): Update.
11851 (MIPS_SAVED_REGSIZE): Delete macro.
11852 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11853 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11854 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11855 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11856 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11857 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11858 (mips_pop_frame, return_value_location): Update.
11859 (mips_n32n64_return_value, mips_dump_tdep): Update.
11860
11861 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11862 MIPS ABI.
11863
11864 * mips-tdep.c: Update copyright.
11865 (mips_gdbarch_init): Merge two code blocks handling the register
11866 name and number layout.
11867
11868 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11869
11870 * tracepoint.c (validate_actionline): Fix segv at EOF
11871
11872 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11873
11874 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11875 properly for static fields.
11876
11877 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11878 Jason Molenda <jmolenda@apple.com>
11879
11880 * disasm.c: Update copyright to include 2004.
11881 (do_mixed_source_and_assembly): For uiout asm list
11882 and tuple cleanups, initialize to null_cleanup instead of
11883 NULL and do so prior to loop. Only reset when we close off
11884 the tuple/list. Move check for whether to close off the
11885 asm tuple/list to after dump_insns call where it will be run
11886 on each loop iteration.
11887
11888 2004-01-05 Andrew Cagney <cagney@redhat.com>
11889
11890 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11891 should be a switch case and not a label.
11892 * mips-tdep.c (mips32_next_pc): Delete unused labels
11893 "greater_equal_branch" and "less_zero_branch".
11894 * jv-valprint.c (java_print_value_fields): Delete unused label
11895 "flush_it".
11896
11897 * target.c (unpush_target): Only close a target that is in the
11898 target stack.
11899
11900 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11901
11902 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11903 address from [sp + 64] instead of %o2.
11904
11905 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11906 fixes PR backtrace/1476.
11907
11908 2004-01-05 Andrew Cagney <cagney@redhat.com>
11909
11910 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11911 move to start of file.
11912 * i386-tdep.h (struct regcache): Add opaque declaration.
11913 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11914 declaration.
11915 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11916 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11917 * win32-nat.c (fake_create_process): Use ISO C style definition.
11918 * stabsread.c (define_symbol): Delete #ifndef
11919 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11920 stabs_argument_has_addr call, macro never defined.
11921
11922 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11923
11924 * op50-rom.c: Delete.
11925 * w89k-rom.c: Delete.
11926 * Makefile.in: Remove references.
11927
11928 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11929
11930 * x86-64-tdep.c: Update copyright year.
11931 (struct amd64_register_info): Rename from x86_64_register_info.
11932 (amd64_register_info): Rename from x86_64_register_info.
11933 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11934 (amd64_register_name): Rename from x86_64_register_name.
11935 (amd64_register_type): Rename from x86_64_register_type.
11936 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11937 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11938 (amd64_dwarf_reg_to_regnum): Rename from
11939 x86_64_dwarf_reg_to_regnum.
11940 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11941 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11942 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11943 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11944 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11945 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11946 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11947 (amd64_frame_cache): Rename from x86_64_frame_cache.
11948 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11949 (amd64_frame_prev_register): Rename from
11950 x86_64_frame_prev_register.
11951 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11952 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11953 (amd64_sigtramp_frame_cache): Rename from
11954 x86_64_sigtramp_frame_cache.
11955 (amd64_sigtramp_frame_prev_register): Rename from
11956 x86_64_sigtramp_frame_prev_register.
11957 (amd64_sigtramp_frame_unwind): Rename from
11958 x86_64_sigtramp_frame_unwind.
11959 (amd64_sigtramp_frame_sniffer): Rename from
11960 x86_64_sigtramp_frame_sniffer.
11961 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11962 (amd64_frame_base): Rename from x86_64_frame_base.
11963 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11964 (amd64_frame_align): Rename from x86_64_frame_align.
11965 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11966 (amd64_regset_from_core_section): Rename from
11967 x86_64_regset_from_core_section.
11968 (x86_64_init_abi): Update comments.
11969
11970 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11971
11972 * MAINTAINERS (write after approval): Add myself.
11973
11974 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11975
11976 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11977 `float' arguments.
11978
11979 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11980
11981 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11982 such that it mentions a specific version of GCC that exhibits this
11983 bug.
11984
11985 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11986
11987 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11988 structure that has a single `float' member, store it in %f1 in
11989 addition to %f0.
11990
11991 * sparc-sol2-nat.c: Add missing '\'.
11992
11993 * sparc-tdep.c (sparc32_return_value): New function.
11994 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11995 Remove functions.
11996 (sparc32_gdbarch_init): Set return_value, don't set
11997 extract_return_value, store_return_value, use_struct_convention
11998 and return_value_on_stack.
11999
12000 * sparc-sol2-nat.c: Add missing ')'.
12001
12002 2004-01-03 J. Brobecker <brobecker@gnat.com>
12003
12004 * infrun.c (handle_step_into_function): New function.
12005 (handle_inferior_event): Extract out some code into the new
12006 function above.
12007
12008 2004-01-03 J. Brobecker <brobecker@gnat.com>
12009
12010 * infrun.c (handle_inferior_event): Move the declaration of
12011 real_stop_pc inside the if blocks where it is used.
12012
12013 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12014
12015 * sparc64-tdep.c (sparc64_16_byte_align_p)
12016 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12017 Use check_typedef to get subtypes of structures and unions.
12018 (sparc64_store_return_value): Fix calculation of the appropriate
12019 offset into VALBUF when storing a structure or union.
12020 (sparc64_return_value): New function.
12021 (sparc64_use_struct_convention): Remove function.
12022 (sparc64_init_abi): Set return_value, don't set
12023 extract_return_value, store_return_value and
12024 use_struct_convention.
12025
12026 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12027
12028 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12029 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12030 gdb/config/alpha/xm-alphaosf.h,
12031 gdb/config/powerpc/tm-ppcle-eabi.h,
12032 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12033 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12034 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12035 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12036 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12037 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12038 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12039 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12040 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12041 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12042 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12043 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12044 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12045 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12046 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12047 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12048 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12049 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12050 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12051 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12052 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12053 Remove lines for .cvsignore files.
12054
12055 2004-01-03 J. Brobecker <brobecker@gnat.com>
12056
12057 * infrun.c: Back out the previous change.
12058
12059 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12060
12061 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12062 sparc-*-sunos4* to the list of REMOVED configurations.
12063
12064 * configure.tgt: Add back sparc-*-vxworks*.
12065 * remote-vxsparc.c: Remove all includes except for "defs.h",
12066 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12067 Include "sparc-tdep.h".
12068 (SPARC_R_G1): New define.
12069 (vxsparc_gregset): New variable.
12070 (ext_format_sparc): Remove extern declaration.
12071 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12072 sparc32_supply_fpregset.
12073 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12074 sparc_collect_rwindow and sparc32_collect_fpregset.
12075 * config/sparc/tm-vxworks.h: New file, based on recently removed
12076 tm-vxsparc.h.
12077 * config/sparc/vxworks.mt: New file, based on recently removed
12078 vxworks.mt.
12079
12080 2004-01-03 J. Brobecker <brobecker@gnat.com>
12081
12082 * infrun.c (handle_step_into_function): New function.
12083 (handle_inferior_event): Extract out some code into the new
12084 function above.
12085
12086 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12087
12088 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12089 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12090 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12091 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12092 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12093 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12094 (sparc_nat_h): New variable.
12095 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12096 (tm-sun4os4.h): Remove dependency.
12097 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12098 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12099 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12100 sparc-tdep.o): Update dependencies.
12101 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12102 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12103 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12104 dependencies.
12105 * configure.host: Remove existing sparc-*-lynxos*,
12106 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12107 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12108 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12109 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12110 triplets.
12111 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12112 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12113 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12114 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12115 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12116 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12117 sparc64-*-solaris2* and sparc64-*-* triplets.
12118 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12119 "symtab.h" and "objfiles.h".
12120 (BIAS): Remove define.
12121 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12122 (X_DISP19): Remove macros.
12123 (sparc_fetch_instruction): Remove function.
12124 (struct gdbarch_tdep): Remove definition.
12125 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12126 (sparc_breakpoint_from_pc): Remove function.
12127 (struct sparc64_frame_cache): Remove definition.
12128 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12129 sparc64_unwind_pc): Remove functions.
12130 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12131 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12132 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12133 (sparc64_frame_cache): Change return type to `struct
12134 sparc_frame_cache *'. Simply call sparc_frame_cache.
12135 (sparc64_frame_this_id, sparc64_frame_prev_register,
12136 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12137 instead of `struct sparc64_frame_cache.
12138 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12139 sparc_analyze_control_transfer, sparc_software_single_step,
12140 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12141 _initialize_sparc64_tdep): Remove functions.
12142 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12143 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12144 macros.
12145 (sparc64_supply_gregset, sparc64_collect_gregset,
12146 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12147 (sparc64_init_abi): New function.
12148 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12149 inclusion guard. Include "sparc-tdep.h".
12150 (BIAS): Define.
12151 (r_tstate_offset, r_fprs_offset): New defines.
12152 (enum sparc_regnum): Remove defenition.
12153 (enum sparc64_regnum): Reformat.
12154 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12155 (sparc64_init_abi, sparc64_supply_gregset,
12156 sparc64_collect_gregset, sparc64_supply_fpregset,
12157 sparc64_collect_fpregset): New prototypes.
12158 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12159 Add extern declarations.
12160 (sparc64_sol2_init_abi): New prototype.
12161 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12162 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12163 prototypes.
12164 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12165 "sparnbsd-nat.h".
12166 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12167 functions.
12168 (_initialize_sparc64fbsd_nat): Remove initialization of
12169 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12170 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12171 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12172 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12173 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12174 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12175 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12176 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12177 (sparc64fbsd_r_y_offset): Remove variables.
12178 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12179 Make static and const.
12180 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12181 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12182 functions.
12183 (sparc64fbsd_gregset): New variable.
12184 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12185 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12186 and sparc64_supply_fpregset.
12187 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12188 (sparc64fbsd_sigtramp_frame_this_id)
12189 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12190 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12191 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12192 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12193 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12194 * sparcnbsd-tdep.c: Update copyright year. Include
12195 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12196 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12197 "value.h" and "sparcnbsd-tdep.h".
12198 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12199 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12200 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12201 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12202 defines.
12203 (sparcnbsd_gregset): New variable.
12204 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12205 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12206 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12207 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12208 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12209 variables.
12210 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12211 (sparc32nbsd_sigcontext_frame_this_id)
12212 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12213 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12214 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12215 (sparcnbsd_get_longjmp_target_32,
12216 sparcnbsd_get_longjmp_target_64): Remove functions.
12217 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12218 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12219 sparcnbsd_init_elf): Remove.
12220 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12221 (sparcnbsd_elf_init_abi): New functions.
12222 (_initialize_sparcnbsd_tdep): New prototype.
12223 (_initialize_sparnbsd_tdep): Update.
12224 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12225 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12226 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12227 * config/sparc/linux.mh: Update comment.
12228 (XM_FILE, HOST_IPC): Remove variables.
12229 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12230 sparc-linux-nat.o.
12231 * config/sparc/linux.mt: Update comment.
12232 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12233 * config/sparc/nbsd.mt: Reformat.
12234 * config/sparc/nbsd64.mh: Update comment.
12235 (NATDEPFILES): Add sparc-nat.o.
12236 * config/sparc/nbsd64.mt: Update comment.
12237 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12238 (TM_FILE): Set to tm-nbsd.h.
12239 * config/sparc/nbsdelf.mh: Update comment.
12240 (NATDEPFILES): Add sparc-nat.o.
12241 (XM_FILE): Delete.
12242 * config/sparc/nbsdaout.mh: Update comment.
12243 (NATDEPFILES): Add sparc-nat.o
12244 (XM_FILE): Delete.
12245 * config/sparc/nm-linux.h: Update copyright year. Don't include
12246 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12247 inclusion.
12248 (KERNEL_U_SIZE): Remove define.
12249 (kernel_u_size): Remove prototype.
12250 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12251 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12252 "regcache.h".
12253 (CHILD_PREPARE_TO_STORE): Remove define.
12254 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12255 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12256 sparcnbsd-nat.c: Rewrite files.
12257 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12258 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12259 sparcnbsd-tdep.h: Remove files.
12260 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12261 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12262 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12263 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12264 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12265 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12266 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12267 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12268 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12269 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12270 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12271 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12272 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12273 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12274 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12275 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12276 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12277 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12278 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12279
12280 2004-01-02 Andrew Cagney <cagney@redhat.com>
12281
12282 From 2003-12-18 Kazuhiro Inaoka:
12283 * configure.host: Add m32r-linux target.
12284
12285 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12286
12287 * top.c (print_gdb_version): Update year to 2004.
12288
12289 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12290
12291 * MAINTAINERS: Add myself to the write-after-approval category.
12292
12293 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12294
12295 From Bernardo Innocenti <bernie@develer.com>:
12296 * configure.tgt: Add uClinux target.
12297
12298 2004-01-02 Andrew Cagney <cagney@redhat.com>
12299
12300 * utils.c (do_my_cleanups): Make static, add forward declaration.
12301 * defs.h (do_my_cleanups): Delete declaration.
12302
12303 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12304
12305 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12306 bfd/ChangeLog-0203.
12307
12308 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12309
12310 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12311 in <machine/reg.h>.
12312 * configure, config.in: Regenerate.
12313
12314 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12315 tui/ChangeLog-1998-2003.
12316 \f
12317 Local Variables:
12318 mode: change-log
12319 left-margin: 8
12320 fill-column: 74
12321 version-control: never
12322 End:
This page took 0.48589 seconds and 4 git commands to generate.