Makefile.in: Revert previous change. yylwrap was rolled back instead.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2
3 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
4 rolled back instead.
5
6 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
7
8 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
9 the new argument order.
10
11 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
12
13 * MAINTAINERS: Remove "broken" from XStormy16 entry.
14 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
15 (struct gdbarch_tdep): Remove.
16 (struct xstormy16_frame_cache): New frame cache structure.
17 (xstormy16_register_byte, xstormy16_register_raw_size)
18 (xstormy16_reg_virtual_type, xstormy16_register_type)
19 (xstormy16_push_arguments, xstormy16_push_return_address)
20 (xstormy16_pop_frame, xstormy16_store_struct_return)
21 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
22 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
23 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
24 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
25 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
26 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
27 (xstormy16_use_struct_convention): Drop gcc_p parameter.
28 (xstormy16_extract_return_value, xstormy16_store_return_value):
29 Regcachify. Drop useless struct convention handling.
30 (xstormy16_register_type, xstormy16_return_value)
31 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
32 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
33 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
34 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
35 (xstormy16_unwind_sp, xstormy16_unwind_pc)
36 (xstormy16_unwind_dummy_id) : New functions.
37 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
38 of xstormy16_scan_prologue.
39 (xstormy16_frame_unwind): New frame_unwind structure.
40 (xstormy16_frame_base): New frame_base structure.
41 (xstormy16_gdbarch_init): Accomodate all of the above changes.
42 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
43
44 2004-09-22 Mark Kettenis <kettenis@gnu.org>
45
46 * language.c (language_gdbarch_post_init): Fix off-by one error.
47
48 2004-09-21 Daniel Jacobowitz <dan@debian.org>
49
50 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
51 (struct dwarf2_offset_and_type): New.
52 (set_die_type, reset_die_and_siblings_types, get_die_type)
53 (offset_and_type_hash, offset_and_type_eq): New functions.
54 (read_structure_type, read_enumeration_type, read_array_type)
55 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
56 (read_tag_reference_type, read_tag_const_type)
57 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
58 (read_typedef, read_base_type, read_subrange_type): Use
59 set_die_type.
60
61 2004-09-20 Daniel Jacobowitz <dan@debian.org>
62
63 * Makefile.in (dwarf2read.o): Update dependencies.
64 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
65 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
66 and read_in_chain.
67 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
68 mark, and has_form_ref_addr.
69 (struct dwarf2_per_cu_data): New.
70 (dwarf2_max_cache_age): New.
71 (dwarf2_build_psymtabs_hard): Free cached compilation units
72 after loading. Create and manage the list of compilation units.
73 Remove unnecessary NULL initialization. Fix indentation.
74 (psymtab_to_symtab_1): Initialize all of CU.
75 (dwarf2_read_abbrevs): Set has_form_ref_addr.
76 (find_partial_die): Use dwarf2_find_containing_comp_unit
77 and load_comp_unit.
78 (free_stack_comp_unit): Update comments. Clear the per-cu
79 pointer. Handle aging.
80 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
81 (age_cached_comp_units, free_one_cached_comp_unit)
82 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
83 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
84 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
85 (show_dwarf2_cmd): New.
86 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
87 and "maint show dwarf2 max-cache-age".
88 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
89 externs.
90 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
91 global.
92
93 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
94
95 * dwarf2read.c (typename_concat): Change prototype to accept obstack
96 and dwarf2_cu struct pointer as arguments. Change function to use
97 obstack if provided and use dwarf2_cu to determine language-specific
98 separator.
99 (partial_die_parent_scope): Change comment to include java. Use
100 new version of typename_concat instead of obconcat.
101 (partial_die_full_name): Use typename_concat.
102 (read_namespace): Ditto.
103 (read_enumeration_type): Use typename_concat instead of obconcat.
104 (new_symbol): Ditto.
105 (add_partial_symbol): Enhance tests for C++ to also test for Java.
106 (guess_structure_name): Ditto.
107 (read_subroutine_type): Ditto.
108 (read_structure_type): Ditto.
109 (is_vtable_name): Add Java support.
110 (determine_class_name): Switch to new typename_concat call.
111 (determine_prefix): Switch to new typename_concat call.
112 * jv-exp.y (FuncStart): New pattern.
113 (MethodInvocation): Add support for simple function calls. Change
114 warning message for other forms of inferior call currently not
115 supported.
116 * valarith.c (value_subscript): Treat an array with upper-bound
117 of -1 as unknown size.
118
119 2004-09-20 Daniel Jacobowitz <dan@debian.org>
120
121 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
122 (lookup_partial_symtab): Use symtab_to_fullname.
123
124 2004-09-19 Jim Blandy <jimb@redhat.com>
125
126 * minsyms.c (lookup_minimal_symbol): Doc fix.
127
128 2004-09-20 Andrew Cagney <cagney@gnu.org>
129
130 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
131 CHILD_RESUME.
132 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
133 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
134 KILL_INFERIOR.
135 * infptrace.c: Update.
136
137 2004-09-19 Daniel Jacobowitz <dan@debian.org>
138
139 * symtab.c (output_source_filename): Mark first argument as const.
140 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
141 for "info sources" output.
142
143 2004-09-20 Mark Kettenis <kettenis@gnu.org>
144
145 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
146 <machine/vmparam.h>.
147 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
148 (register_u_addr): Remove prototype.
149
150 2004-09-19 Mark Kettenis <kettenis@gnu.org>
151
152 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
153 (i386bsd_fetch_inferior_registers): Rename from
154 fetch_inferior_registers. Make static.
155 (i386bsd_store_inferior_registers): Rename from
156 store_inferior_registers. Make static.
157 (i386bsd_target): New function.
158 * i386bsd-nat.h: New file.
159 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
160 "i386bsd-nat.h".
161 (i386fbsd_resume): Rename from child_resume. Make static.
162 (_initialize_i386fbsd_nat): Construct and add target vector.
163 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
164 (_initialize_i386nbsd_nat): Construct and add target vector.
165 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
166 Remove defines.
167 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
168 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
169 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
170 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
171 (LOADLIBES): New variable.
172 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
173 inf-ptrace.o. Remove inftarg.o.
174 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
175 inf-ptrace.o. Remove inftarg.o.
176 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
177 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
178 (LOADLIBES): New variable.
179 * Makefile.in (i386bsd_nat_h): New variable.
180 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
181 dependencies.
182
183 * sparc64nbsd-tdep.c: Include "objfiles.h".
184 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
185 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
186 svr4_lp64_fetch_link_map_offsets.
187 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
188 "nbsd-tdep.h".
189 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
190 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
191 svr4_lp64_fetch_link_map_offsets.
192 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
193 dependencies.
194
195 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
196 * fbsd-nat.h: New file.
197 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
198 (fbsd_nat_h): New variable.
199 (fbsd-nat.o): New dependency.
200
201 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
202 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
203
204 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
205 comment.
206
207 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
208
209 * ada-exp.y (type_int): New function to add layer of abstraction
210 around references to expression types.
211 (type_long): Ditto.
212 (type_long_long): Ditto.
213 (type_float): Ditto.
214 (type_double): Ditto.
215 (type_long_double): Ditto.
216 (type_char): Ditto.
217 (type_system_address): Ditto.
218 (simple_exp): Use type_* functions in place of builtin_*
219 variables.
220 (exp): Ditto.
221 (write_var_from_name): Ditto.
222 (write_object_renaming): Ditto.
223 * ada-lang.c (ada_create_fundamental_type): Remove redundant
224 declaration.
225 (build_ada_types): Remove, replacing with...
226 (ada_language_arch_info): New function to initialize primitive
227 type vector in language_arch_info.
228 (ada_array_length): Remove use of builtin_type_ada_int.
229 (value_pos_atr): Ditto.
230 (ada_evaluate_subexp): Ditto.
231 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
232 builtin_type_ada_long_long, builtin_type_ada_char,
233 builtin_type_ada_float, builtin_type_ada_double,
234 builtin_type_ada_long_double, builtin_type_ada_natural,
235 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
236 (ada_builtin_types): Remove.
237 (ada_language_defn): Remove entries for la_builtin_type_vector and
238 string_char_type and use ada_language_arch_info.
239 (_initialize_ada_language): Do type-vector initialization along
240 the lines of c-lang.c.
241 (ada_create_fundamental_type): Break up line.
242 (ada_dump_symtab): Remove unused function.
243 (enum ada_primitive_types): Define.
244 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
245 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
246 builtin_type_ada_float, builtin_type_ada_double,
247 builtin_type_ada_long_double, builtin_type_ada_natural,
248 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
249 * ada-lex.l: Use type_* functions in place of builtin_* variables.
250 (processInt): Ditto.
251 (processReal): Ditto.
252 (name_lookup): Ditto.
253 * ada-typeprint.c (print_range): Use builtin_type_int, not
254 builtin_type_ada_int.
255
256 2004-09-18 Mark Kettenis <kettenis@gnu.org>
257
258 * i386-tdep.c (i386_register_name): Rename regno to regnum.
259
260 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
261 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
262 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
263 * configure.in: Improve checks for curses library by checking for
264 mvwaddstr instead of initscr. Drop HP curses in favour of
265 standard curses on HP-UX.
266 * configure: Regenerated.
267
268 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
269
270 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
271 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
272 Minor formatting changes.
273 (empty_array): Slight rewrite for formatting.
274 (emit_char,parse,ada_language_defn,build_ada_types,
275 ada_is_exception_sym, _initialize_ada_language): Move
276 definitions around.
277 (ada_dump_symtab): Remove unused definition.
278 (ada_maybe_exception_partial_symbol): Remove unused definition.
279
280 2004-09-16 Andrew Cagney <cagney@gnu.org>
281
282 * inf-child.c: Include "gdb_string.h".
283 (inf_child_core_file_to_sym_file): Delete.
284 (inf_child_target): Set to_fetch_registers and to_store_registers.
285 * inf-ptrace.c: Include "gdb_string.h".
286 * Makefile.in: Update all dependencies.
287
288 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
289 problem.
290
291 2004-09-14 Joel Brobecker <brobecker@gnat.com>
292
293 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
294 call to heuristic_proc_desc. Remove code that became redundant
295 as a consequence.
296 (read_next_frame_reg): Remove special case for SP_REGNUM.
297 (set_reg_offset): Fix small typo.
298 (reset_saved_regs): New procedure.
299 (mips32_heuristic_proc_desc): No longer compute a fake
300 procedure descriptor. Compute the full frame cache instead.
301 Some minor comment reformatting.
302
303 2004-09-14 Andrew Cagney <cagney@gnu.org>
304
305 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
306 maintainer.
307
308 * thread-db.c (thread_db_new_objfile): Assume that there is a
309 child process.
310
311 2004-09-13 Jim Blandy <jimb@redhat.com>
312
313 * valops.c (value_assign): Move 'buffer' to the enclosing block,
314 so that its storage isn't referenced after its lifetime ends.
315
316 * valops.c (value_assign): 'use_buffer' is initialized to zero,
317 and never assigned to. Delete it, and the 'if (use_buffer)'
318 clauses. Delete 'raw_buffer', since it is now unused.
319
320 2004-09-13 Andrew Cagney <cagney@gnu.org>
321
322 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
323 * configure: Re-generate.
324 * nlm/Makefile.in (TAGS): Update.
325 * Makefile.in (TAGS): Update.
326 * config/vax/nbsd.mt (TM_FILE): Update.
327 * config/sparc/vxworks.mt (TM_FILE): Update.
328 * config/sparc/sol2.mt (TM_FILE): Update.
329 * config/sparc/sol2-64.mt (TM_FILE): Update.
330 * config/sparc/obsd64.mt (TM_FILE): Update.
331 * config/sparc/obsd.mt (TM_FILE): Update.
332 * config/sparc/nbsd64.mt (TM_FILE): Update.
333 * config/sparc/nbsd.mt (TM_FILE): Update.
334 * config/sparc/linux64.mt (TM_FILE): Update.
335 * config/sparc/linux.mt (TM_FILE): Update.
336 * config/sparc/fbsd.mt (TM_FILE): Update.
337 * config/sh/wince.mt (TM_FILE): Update.
338 * config/sh/nbsd.mt (TM_FILE): Update.
339 * config/sh/linux.mt (TM_FILE): Update.
340 * config/sh/embed.mt (TM_FILE): Update.
341 * config/s390/s390.mt (TM_FILE): Update.
342 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
343 * config/rs6000/rs6000.mt (TM_FILE): Update.
344 * config/rs6000/aix4.mt (TM_FILE): Update.
345 * config/powerpc/vxworks.mt (TM_FILE): Update.
346 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
347 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
348 * config/powerpc/obsd.mt (TM_FILE): Update.
349 * config/powerpc/nbsd.mt (TM_FILE): Update.
350 * config/powerpc/linux.mt (TM_FILE): Update.
351 * config/powerpc/aix.mt (TM_FILE): Update.
352 * config/pa/obsd.mt (TM_FILE): Update.
353 * config/pa/linux.mt (TM_FILE): Update.
354 * config/pa/hppahpux.mt (TM_FILE): Update.
355 * config/pa/hppa64.mt (TM_FILE): Update.
356 * config/pa/hppa.mt (TM_FILE): Update.
357 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
358 * config/mips/wince.mt (TM_FILE): Update.
359 * config/mips/vxmips.mt (TM_FILE): Update.
360 * config/mips/nbsd.mt (TM_FILE): Update.
361 * config/mips/linux.mt (TM_FILE): Update.
362 * config/mips/irix6.mt (TM_FILE): Update.
363 * config/mips/irix5.mt (TM_FILE): Update.
364 * config/mips/embed.mt (TM_FILE): Update.
365 * config/m68k/vxworks68.mt (TM_FILE): Update.
366 * config/m68k/st2000.mt (TM_FILE): Update.
367 * config/m68k/os68k.mt (TM_FILE): Update.
368 * config/m68k/obsd.mt (TM_FILE): Update.
369 * config/m68k/nbsd.mt (TM_FILE): Update.
370 * config/m68k/monitor.mt (TM_FILE): Update.
371 * config/m68k/linux.mt (TM_FILE): Update.
372 * config/m68k/cisco.mt (TM_FILE): Update.
373 * config/ia64/linux.mt (TM_FILE): Update.
374 * config/ia64/aix.mt (TM_FILE): Update.
375 * config/ia64/ia64.mt (TM_FILE): Update.
376 * config/i386/vxworks.mt (TM_FILE): Update.
377 * config/i386/obsd64.mt (TM_FILE): Update.
378 * config/i386/obsd.mt (TM_FILE): Update.
379 * config/i386/nto.mt (TM_FILE): Update.
380 * config/i386/nbsd64.mt (TM_FILE): Update.
381 * config/i386/nbsd.mt (TM_FILE): Update.
382 * config/i386/linux64.mt (TM_FILE): Update.
383 * config/i386/linux.mt (TM_FILE): Update.
384 * config/i386/i386sol2.mt (TM_FILE): Update.
385 * config/i386/i386lynx.mt (TM_FILE): Update.
386 * config/i386/fbsd64.mt (TM_FILE): Update.
387 * config/i386/fbsd.mt (TM_FILE): Update.
388 * config/i386/cygwin.mt (TM_FILE): Update.
389 * config/h8300/h8300.mt (TM_FILE): Update.
390 * config/frv/frv.mt (TM_FILE): Update.
391 * config/cris/cris.mt (TM_FILE): Update.
392 * config/arm/wince.mt (TM_FILE): Update.
393 * config/arm/nbsd.mt (TM_FILE): Update.
394 * config/arm/linux.mt (TM_FILE): Update.
395 * config/arm/embed.mt (TM_FILE): Update.
396 * config/alpha/nbsd.mt (TM_FILE): Update.
397 * config/alpha/fbsd.mt (TM_FILE): Update.
398 * config/alpha/alpha.mt (TM_FILE): Update.
399 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
400 * config/alpha/alpha-linux.mt (TM_FILE): Update.
401
402 Eliminate event_loop_p, always has the value 1.
403 * defs.h (event_loop_p): Delete macro.
404 * breakpoint.c (until_break_command): Simplify.
405 * utils.c (prompt_for_continue): Simplify.
406 * tracepoint.c (read_actions): Simplify.
407 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
408 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
409 (set_prompt, init_main): Simplify.
410 (init_signals, disconnect): Delete, unused.
411 * remote.c (remote_async_resume)
412 (extended_remote_async_create_inferior): Simplify.
413 * mi/mi-interp.c (mi_input): Delete, unused.
414 (mi_interpreter_resume, mi_command_loop): Simplify.
415 * interps.c (current_interp_command_loop): Simplify.
416 * infrun.c (proceed): Simplify.
417 * infcmd.c (run_command, continue_command, step_1, jump_command)
418 (until_command, advance_command, finish_command)
419 (interrupt_target_command): Simplify.
420 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
421
422 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
423 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
424 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
425 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
426 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
427 * mips-tdep.c (mips_dump_tdep): Do not print same.
428
429 2004-09-12 Andrew Cagney <cagney@gnu.org>
430
431 * valprint.c (print_longest): Use fputs_filtered. Make "val"
432 const.
433 * Makefile.in (valprint.o): Delete explict rule.
434
435 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
436 reported by Dave Anderson.
437
438 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
439
440 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
441
442 2004-09-12 Salvador E. Tropea <set@users.sf.net>
443 Andrew Cagney <cagney@gnu.org>
444
445 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
446 (mi_cmd_data_list_register_values)
447 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
448 the register number computation.
449
450 2004-09-12 Andrew Cagney <cagney@gnu.org>
451
452 * ppcnbsd-nat.c: Include "inf-ptrace.h".
453 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
454 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
455 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
456 target.
457 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
458 inf-ptrace.o and inf-child.o.
459 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
460 * Makefile.in: Update dependencies.
461
462 2004-09-11 Andrew Cagney <cagney@gnu.org>
463
464 * language.c (hex_string, hex_string_custom): Move from here ...
465 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
466 (CELLSIZE): Increase to 50.
467 * language.h (hex_string, hex_string_custom): Move from here ...
468 * defs.h: ... to here.
469 * Makefile.in: Update all dependencies.
470
471 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
472
473 * language.c (local_hex_format_custom): Remove.
474 (local_hex_string): Rename to hex_string, use C format, and move to
475 utils.c
476 (local_hex_string_custom): Rename to hex_string_custom and change
477 interface. Now uses C format. Move to utils.c
478 (local_octal_format_custom): Remove.
479 (local_decimal_format_custom): Remove.
480 (unknown_language_defn): Remove language-specific number
481 formatting entries.
482 (auto_language_defn): Ditto.
483 (local_language_defn): Ditto.
484 * language.h (struct language_format_info): Delete declaration.
485 (struct language_defn): Remove language_format_info fields
486 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
487 (local_binary_format): Remove macro.
488 (local_binary_format_prefix): Remove macro.
489 (local_binary_format_specifier): Remove macro.
490 (local_binary_format_suffix): Remove macro.
491 (local_octal_format): Remove macro.
492 (local_octal_format_prefix): Remove macro.
493 (local_octal_format_specifier): Remove macro.
494 (local_octal_format_suffix): Remove macro.
495 (local_decimal_format): Remove macro.
496 (local_decimal_format_prefix): Remove macro.
497 (local_decimal_format_specifier): Remove macro.
498 (local_decimal_format_suffix): Remove macro.
499 (local_hex_format): Remove macro.
500 (local_hex_format_prefix): Remove macro.
501 (local_hex_format_specifier): Remove macro.
502 (local_hex_format_suffix): Remove macro.
503 (local_decimal_format_custom): Remove.
504 (local_octal_format_custom): Remove.
505 (local_hex_format_custom): Remove.
506 (local_hex_string): Rename to hex_string and move to defs.h.
507 (local_hex_string_custom): Rename to hex_string_custom, change
508 interface, and move to defs.h.
509 * utils.c: (int_string): New function.
510 (hex_string): New function (from language.c).
511 (hex_string_custom): New function (from language.c).
512 (octal2str): New function.
513 (decimal2str): Add width parameter.
514 (paddr_u): Use new decimal2str interface.
515 (paddr_d): Ditto.
516 * defs.h (hex_string): Declare.
517 (hex_string_custom): Declare.
518 (int_string): Declare.
519 * printcmd.c (print_scalar_formatted): Remove localized binary
520 formatting.
521 * valprint.c (print_longest): Use int_string.
522 (print_floating): Use C hex format.
523 (print_hex_chars): Ditto.
524 (print_binary_chars): Remove language-specific formatting.
525 (print_octal_chars): Use C octal format.
526 (print_decimal_chars): Delocalize format.
527 (print_decimal): Remove.
528 * ada-lang.c (ada_language_defn): Remove language-specific number
529 formatting entries.
530 * p-lang.c (pascal_language_defn): Ditto.
531 * c-lang.c (c_language_defn): Ditto.
532 (cplus_language_defn): Ditto.
533 (asm_language_defn): Ditto.
534 (minimal_language_defn): Ditto.
535 * f-lang.c (f_language_defn): Ditto.
536 * jv-lang.c (java_language_defn): Ditto.
537 * m2-lang.c (m2_language_defn): Ditto.
538 * scm-lang.c (scm_language_defn): Ditto.
539 * objc-lang.c (objc_language_defn): Ditto.
540 * memattr.c (mem_info_command): Use renamed hex_string_custom with
541 new interface.
542 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
543 * ui-out.c (ui_out_field_core_addr): Ditto.
544 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
545 * exec.c (print_section_info): Ditto.
546 * i387-tdep.c (print_i387_status_word): Ditto.
547 (print_i387_control_word): Ditto.
548 (i387_print_float_info): Ditto.
549 * maint.c (maint_print_section_info): Ditto.
550 * solib.c (info_sharedlibrary_command): Ditto.
551 * somsolib.c (som_sharedlibrary_info_command): Ditto.
552 * symtab.c (print_msymbol_info): Ditto.
553 * tracepoint.c (tracepoints_info): Ditto.
554 * solib-frv.c (lm_base): Ditto.
555 (frv_current_sos): Ditto.
556 (enable_break2): Ditto.
557 (enable_break): Ditto.
558 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
559 (process_one_symbol): Ditto.
560 * infcmd.c (program_info): Ditto.
561 * mdebugread.c (parse_partial_symbols): Ditto.
562 * symfile.c (add_symbol_file_command): Ditto.
563 * cli/cli-cmds.c (edit_command): Ditto.
564 (list_command): Ditto.
565 * infcall.c (call_function_by_hand): Ditto.
566 * remote-vx.c (vx_run_files_info): Ditto.
567 (vx_wait): Ditto.
568 (vx_attach): Ditto.
569 (vx_detach): Ditto.
570 (vx_kill): Ditto.
571 * aix-thread.c (pdc_symbol_addrs): Ditto.
572 (pdc_read_regs): Ditto.
573 (pdc_write_regs): Ditto.
574 (pdc_read_data): Ditto.
575 (pdc_write_data): Ditto.
576 * d10v-tdep.c (display_trace): Ditto.
577 * rs6000-nat.c (find_toc_address): Ditto.
578 * aix-thread.c: Don't include language.h.
579 * buildsym.c: Ditto.
580 * dbxread.c: Ditto.
581 * mdebugread.c: Ditto.
582 * rs6000-nat.c: Ditto.
583 * buildsym.c (make_blockvector): Use renamed hex_string.
584
585 2004-09-10 Jason Molenda (jmolenda@apple.com)
586
587 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
588 chars after 'if' or 'while' commands in user-defined commands.
589
590 2004-09-08 Jim Blandy <jimb@redhat.com>
591
592 Fix bug reported and analyzed by Olivier Crete:
593 * symfile.c (copy_section_addr_info): New function.
594 (symbol_file_add_with_addrs_or_offsets): Use it to save the
595 original set of address arguments, instead of handwritten code
596 that uses one length to allocate and a different length to
597 initialize. Use make_cleanup_free_section_addr_info.
598 * symfile.h (copy_section_addr_info): New declaration.
599 * utils.c: #include "symfile.h".
600 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
601 New functions.
602 * defs.h (make_cleanup_free_section_addr_info): New declaration.
603 * Makefile.in (utils.o): Update dependencies.
604
605 2004-09-08 Andrew Cagney <cagney@gnu.org>
606
607 * thread-db.c (keep_thread_db): Delete.
608 (thread_db_new_objfile, thread_db_create_inferior)
609 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
610
611 2004-09-08 Mark Kettenis <kettenis@gnu.org>
612
613 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
614 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
615 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
616 (i386_frameless_signal_p): Remove prototype.
617 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
618 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
619 I386_SSE_NUM_REGS.
620 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
621 instead of FP0_REGNUM.
622 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
623 of FP0_REGNUM and FPC_REGNUM.
624
625 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
626 (sunos_solib_create_inferior_hook): Don't call
627 sunos_relocate_main_executable.
628
629 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
630 solib_svr4_fetch_link_map_offsets to
631 svr4_ilp32_fetch_link_map_offsets.
632 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
633 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
634 svr4_ilp32_fetch_link_map_offsets.
635 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
636
637 2004-09-07 Jim Blandy <jimb@redhat.com>
638
639 * frame.h (frame_register): Doc fix.
640
641 2004-09-07 Andrew Cagney <cagney@gnu.org>
642
643 * vx-share/wait.h: Delete #ifdef USG.
644 * utils.c (request_quit): Ditto.
645 * tui/tui.c (tui_reset): Ditto.
646 * remote.c: Ditto.
647 * remote-sds.c: Ditto.
648 * remote-rdi.c: Ditto.
649 * mdebugread.c: Ditto.
650 * m68klinux-nat.c: Ditto.
651 * infttrace.c: Ditto.
652 * infptrace.c: Ditto.
653 * i386v-nat.c: Ditto.
654 * exec.c: Ditto.
655 * dbxread.c: Ditto.
656 * core-aout.c: Ditto.
657
658 2004-09-05 Joel Brobecker <brobecker@gnat.com>
659
660 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
661 heuristic_proc_desc.
662 (mips_insn32_frame_cache): Likewise.
663
664 2004-09-04 Joel Brobecker <brobecker@gnat.com>
665
666 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
667 left behind by error.
668
669 2004-09-04 Joel Brobecker <brobecker@gnat.com>
670
671 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
672 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
673
674 2004-09-04 Joel Brobecker <brobecker@gnat.com>
675
676 * config/rs6000/xm-aix4.h: Remove this file.
677 * config/rs6000/aix4.mh (XM_FILE): Delete.
678
679 2004-09-04 Joel Brobecker <brobecker@gnat.com>
680
681 * config/rs6000/xm-rs6000.h: Remove this file.
682 * config/rs6000/rs6000.mh (XM_FILE): Remove.
683
684 2004-09-03 Andrew Cagney <cagney@gnu.org>
685
686 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
687 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
688 only use.
689
690 * mips-tdep.c (temp_saved_regs): Delete.
691 (set_reg_offset): Replace saved_regs parameter with this_cache.
692 (heuristic_proc_desc, mips16_heuristic_proc_desc)
693 (mips32_heuristic_proc_desc): Add this_cache parameter.
694 (mips_insn32_frame_cache, mips_insn16_frame_cache)
695 (after_prologue): Pass a NULL this_cache.
696
697 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
698 non-kernel trap prologues.
699
700 * mips-tdep.c (find_proc_desc): Delete function.
701 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
702 simplify.
703 (mips_insn16_frame_cache): Replace find_proc_desc with code from
704 mips_insn32_frame_cache.
705
706 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
707 Simplify as NEXT_FRAME is NULL.
708 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
709
710 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
711 local variable.
712 (mips_skip_prologue): Update.
713
714 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
715 "cur_frame" parameter.
716 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
717 (mips_insn32_frame_cache, find_proc_desc): Update
718
719 * config/vax/nm-obsd.h: Delete file.
720 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
721 * config/vax/nm-nbsd.h: Delete file.
722 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
723 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
724 * config/sh/nm-nbsd.h: Delete file.
725 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
726 * config/rs6000/nm-rs6000ly.h: Delete file.
727 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
728 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
729 * config/powerpc/nm-obsd.h: Delete file.
730 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
731 * config/powerpc/nm-nbsd.h: Delete file.
732 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
733 * config/pa/nm-obsd.h: Delete file.
734 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
735 * config/mips/nm-nbsd.h: Delete file.
736 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
737 * config/m88k/nm-obsd.h: Delete file.
738 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
739 * config/m68k/nm-nbsd.h: Delete file.
740 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
741 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
742 * config/i386/nm-nbsd.h: Delete file.
743 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
744 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
745 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
746 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
747 * config/i386/nm-i386lynx.h: Delete file.
748 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
749 * config/arm/nm-nbsd.h: Delete file.
750 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
751 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
752
753 * config/i386/tm-fbsd.h: Delete file.
754 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
755 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
756
757 * config/rs6000/tm-rs6000-aix4.h: Delete file.
758 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
759 * config/rs6000/aix4.mt (TM_FILE): Set to
760 config/rs6000/tm-rs6000.h.
761 * config/powerpc/tm-ppc-aix.h: Delete file.
762 * config/powerpc/aix.mt (TM_FILE): Set to
763 config/rs6000/tm-rs6000.h.
764 * config/m68k/tm-linux.h: Delete file.
765 * config/m68k/linux.mt (TM_FILE): Set to solib.h
766 * config/i386/tm-linux64.h: Delete file.
767 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
768 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
769
770 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
771 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
772 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
773 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
774 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
775 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
776 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
777 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
778 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
779
780 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
781 gdb_host_cpu.
782
783 2004-09-02 Joel Brobecker <brobecker@gnat.com>
784
785 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
786 Minor reformatting. Some code factoring.
787
788 2004-09-02 Andrew Cagney <cagney@gnu.org>
789
790 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
791 * config/vax/tm-nbsd.h: Delete file.
792 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
793 * config/sparc/tm-vxworks.h: Delete file.
794 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
795 * config/sparc/tm-nbsd.h: Delete file.
796 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
797 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
798 * config/sparc/tm-linux.h: Delete file.
799 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
800 * config/s390/tm-linux.h: Delete file.
801 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
802 * config/pa/tm-bsd.h: Delete file.
803 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
804 * config/m68k/tm-obsd.h: Delete file.
805 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
806 * config/m68k/tm-nbsd.h: Delete file.
807 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
808 * config/i386/tm-vxworks.h: Delete file.
809 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
810 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
811 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
812 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
813 * config/i386/tm-nbsd.h: Delete file.
814 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
815 * config/i386/tm-i386lynx.h: Delete file.
816 * config/cris/cris.mt (TM_FILE): Set to solib.h.
817 * config/cris/tm-cris.h: Delete file.
818
819 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
820 * configure: Re-generate.
821 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
822 * config/arm/tm-nbsd.h: Delete file.
823
824 * config/powerpc/tm-ppcle-sim.h: Delete.
825 * config/powerpc/tm-ppcle-eabi.h: Delete.
826 * config/powerpc/tm-nbsd.h: Delete.
827 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
828 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
829 tm-ppcle-eabi.h.
830
831 * config/i386/nto.mh (NAT_FILE): Delete.
832 * config/i386/nm-nto.h: Delete.
833
834 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
835 * config/m68k/tm-os68k.h: Ditto.
836 * config/m68k/tm-monitor.h: Ditto.
837 * config/m68k/tm-cisco.h: Ditto.
838 * config/m68k/st2000.mt (TM_FILE): Delete.
839 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
840 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
841 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
842 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
843
844 * config/m68k/tm-st2000.h: Delete.
845 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
846 * config/sparc/fbsd.mt (TM_FILE): Delete.
847 * config/sparc/tm-fbsd.h: Delete.
848
849 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
850 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
851 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
852
853 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
854 GDB_TM_FILE and GDB_XM_FILE.
855 * gdbarch.c: Re-generate.
856 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
857 quotes in macro definition.
858 * configure.in: Re-generate.
859
860 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
861 validating architecture methods.
862 * gdbarch.c: Re-generate.
863
864 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
865 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
866 GDB_MULTI_ARCH_PARTIAL.
867 * gdbarch.h: Re-generate.
868
869 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
870 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
871 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
872 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
873 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
874 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
875 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
876 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
877 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
878 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
879 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
880 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
881
882 2004-09-01 Andrew Cagney <cagney@gnu.org>
883
884 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
885 and main_func_highpc.
886 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
887 * objfiles.c (init_entry_point_info, objfile_relocate): Update
888 * nlmread.c (nlm_symfile_read): Update.
889
890 2004-09-01 Joel Brobecker <brobecker@gnat.com>
891
892 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
893 (mips_insn32_frame_cache): Inline call to find_proc_desc.
894 (find_proc_desc): Remove dead code.
895
896 2004-09-01 Joel Brobecker <brobecker@gnat.com>
897
898 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
899
900 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
901
902 * observer.sh: Add struct so_list declaration.
903 * Makefile.in: Add dependencies on observer.h for solib.c and
904 breakpoint.c.
905 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
906 function.
907 (_initialize_breakpoint): Register
908 disable_breakpoints_in_unloaded_shlib as an observer of the
909 "solib unloaded" observation event.
910 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
911 call decode_line_1 so unfound breakpoint errors are silent.
912 * solib.c (update_solib_list): When a solib is discovered to have
913 been unloaded by the program, notify all observers of the
914 "solib unloaded" observation event.
915
916 2004-09-01 Andrew Cagney <cagney@gnu.org>
917
918 * frame.c: Include "objfiles.h".
919 (inside_main_func): New function.
920 (get_prev_frame): Use new inside_main_func.
921 * Makefile.in (frame.o): Update dependencies.
922 * defs.h (inside_main_func): Delete declaration.
923 * blockframe.c (inside_main_func): Delete function.
924
925 2004-08-31 Jim Blandy <jimb@redhat.com>
926
927 * dwarf2read.c (is_vtable_name): New function, based on logic from
928 read_structure_type, but passing the correct length to strncmp,
929 and using 'sizeof' instead of 'strlen'.
930 (read_structure_type): Call it.
931
932 2004-08-31 Joel Brobecker <brobecker@gnat.com>
933
934 * config/powerpc/aix.mh: Add comment.
935
936 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
937
938 * MAINTAINERS: Add self to Write-After-Approval.
939
940 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
941
942 * MAINTAINERS: Add self to Write-After-Approval.
943
944 2004-08-30 Andrew Cagney <cagney@gnu.org>
945
946 Fix PR breakpoints/1757.
947 * infrun.c (struct execution_control_state): Replace
948 remove_breakpoints_on_following_step with
949 step_after_step_resume_breakpoint.
950 (init_execution_control_state): Update.
951 (handle_inferior_event): For signals, when stepping off a
952 breakpoint, set step_after_step_resume_breakpoint. When
953 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
954 (keep_going): Delete code handling
955 remove_breakpoints_on_following_step.
956
957 2004-08-29 David Lecomber <david@streamline-computing.com>
958
959 Fix PR gdb/648
960 * language.h (enum array_ordering): New enum.
961 * language.h (struct language_defn): New la_array_ordering
962 attribute.
963 * language.c (unknown_language_defn, auto_language_defn)
964 (local_language_defn): Ditto.
965 * ada-lang.c (ada_language_defn): Ditto.
966 * c-lang.c (c_language_defn, cplus_language_defn)
967 (asm_language_defn, minimal_language_defn): Ditto.
968 * f-lang.c (f_language_defn): Ditto.
969 * jv-lang.c (java_language_defn): Ditto.
970 * m2-lang.c (f_language_defn): Ditto.
971 * objc-lang.c (objc_language_defn): Ditto.
972 * p-lang.c (pascal_language_defn): Ditto.
973 * scm-lang.c (scm_language_defn): Ditto.
974 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
975 oriented large to small in type structure.
976 * dwarf2read.c (read_array_order): New function.
977 (read_array_type): Use read_array_order to check row/column
978 major ordering.
979
980 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
981
982 * target.c (target_resize_to_sections): Check
983 current_target.to_sections for an old value when updating.
984
985 2004-08-27 Joel Brobecker <brobecker@gnat.com>
986
987 * procfs.c (dbx_link_bpt_addr): New static global variable.
988 (dbx_link_shadow_contents): New static global variable.
989 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
990 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
991 if we just hit it.
992 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
993 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
994 from run to run.
995 (procfs_create_inferior): Remove syssgi syscall-exit notifications
996 after the inferior has been forked.
997 (remove_dbx_link_breakpoint): New function.
998 (dbx_link_addr): New function.
999 (insert_dbx_link_bpt_in_file): New function.
1000 (insert_dbx_link_bpt_in_region): New function.
1001 (insert_dbx_link_breakpoint): New function.
1002 (proc_trace_syscalls_1): New function, extracted from
1003 proc_trace_syscalls.
1004 (proc_trace_syscalls): Replace extract code by call to
1005 proc_trace_syscalls_1.
1006 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1007 is no longer valid.
1008
1009 2004-08-25 Jim Blandy <jimb@redhat.com>
1010
1011 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1012
1013 2004-08-25 Andrew Cagney <cagney@gnu.org>
1014
1015 * infrun.c (struct execution_control_state): Delete field
1016 "stepping_through_sigtramp".
1017 (init_execution_control_state): Do not set same.
1018 (context_switch): Do not pass same to save_infrun_state and
1019 load_infrun_state.
1020 * gdbthread.h (struct thread_info): Delete field
1021 stepping_through_sigtramp.
1022 (save_infrun_state, load_infrun_state): Delete parameter
1023 stepping_through_sigtramp.
1024 * thread.c (load_infrun_state, save_infrun_state): Update.
1025
1026 * infrun.c: Re-indent. Move expression operators to the beginning
1027 of the line. Remove long disabled #if 0 code.
1028
1029 2004-08-24 Andrew Cagney <cagney@gnu.org>
1030
1031 * doublest.h (floatformat_ieee_quad): Rename
1032 floatformat_ia64_quad.
1033 * doublest.c (floatformat_ieee_quad): Rename
1034 floatformat_ia64_quad.
1035 (_initialize_doublest): Update.
1036
1037 2004-08-24 Jim Blandy <jimb@redhat.com>
1038
1039 * dwarf2expr.h (struct dwarf_expr_context): New members
1040 'num_pieces' and 'pieces', for returning the result of an
1041 expression that uses DW_OP_piece.
1042 (struct dwarf_expr_piece): New struct type.
1043 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1044 pieces.
1045 (free_dwarf_expr_context): Free pieces, if any.
1046 (add_piece): New function.
1047 (execute_stack_op): Implement DW_OP_piece.
1048 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1049 expression is a list of pieces, print an error message.
1050 (dwarf2_loc_desc_needs_frame): If the expression yields
1051 pieces, and any piece is in a register, then we need a frame.
1052
1053 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1054 the stack until we've decided what sort of result the evaluation
1055 has produced. Use separate variables, with more specific names.
1056
1057 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1058
1059 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1060 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1061 (arm_netbsd_init_abi_common): Register them.
1062
1063 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1064
1065 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1066
1067 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1068 safe_frame_unwind_memory instead of target_read_memory.
1069
1070 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1071 Reorder includes.
1072 (fetch_register, store_register): Remove prototypes.
1073 (child_resume): Reorganize code and comments such that it is
1074 grouped a bit more logically.
1075 (attach): Explicitly compare errno against 0.
1076 (detach): Likewise. Use perror_with_name instead of
1077 print_sys_errmsg.
1078 * Makefile.in (infptrace.o): Update dependencies.
1079
1080 * ia64-linux-nat.c: Update copyright year.
1081 (fetch_debug_register, store_debug_register)
1082 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1083 PTRACE_TYPE_ARG3.
1084 * config/ia64/nm-linux.h: Update copyright year.
1085 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1086
1087 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1088 from CORE_ADDR to struct frame_info *. Use
1089 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1090 (amd64_linux_sigtramp_p): Adjust for changed signature of
1091 and64_linux_sigtramp_start
1092
1093 * gdb_ptrace.h: GNU/Linux.
1094
1095 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1096 Remove defines.
1097
1098 * infptrace.c: Include "gdb_assert.h".
1099 (PTRACE_XFER_TYPE): Remove define.
1100 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1101 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1102 Tweak comment.
1103 (fetch_inferior_registers, store_inferior_registers): Remove
1104 redundant culry braces. Tweak comment. s/regno/regnum.
1105 * Makefile.in (infptrace.o): Update dependencies.
1106
1107 * configure.in: Change test for return type of ptrace to default
1108 to `long' instead of `int'.
1109 * configure: Regenerate.
1110
1111 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1112
1113 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1114
1115 * configure.in: Check for ttrace function.
1116 * configure, config.in: Regenerate.
1117
1118 * gdb_ptrace.h: New file.
1119 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1120 <sys/ptrace.h>.
1121 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1122 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1123 (attach): Don't define PT_ATTACH.
1124 (detach): Don't define PT_DETACH.
1125 * Makefile.in (gdb_ptrace_h): New variable.
1126 (infptrace.o): Update dependencies.
1127
1128 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1129
1130 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1131 instead of `int' if not already defined.
1132 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1133 PTRACE_TYPE_ARG3.
1134 * infptrace.c (call_ptrace): Revert change that replaced
1135 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1136
1137 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1138
1139 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1140 Remove defines.
1141
1142 * linux-nat.c (kill_inferior): Add missing third and fourth
1143 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1144
1145 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1146 PTRACE_TYPE_RET.
1147
1148 * proc-why.c (proc_prettyfprint_why): Fix format string.
1149
1150 * solib-osf.c (osf_current_sos): Remove unsused label.
1151
1152 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1153 curses headers.
1154 * configure, config.in: Regenerate.
1155 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1156 <ncurses/ncurses.h>.
1157
1158 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1159 * config/nm-nbsd.h: Update copyright year.
1160 (PTRACE_ARG3_TYPE): Remove define.
1161
1162 * sparc-nat.c (fetch_inferior_registers)
1163 (store_inferior_registers, sparc_xfer_wcookie):
1164 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1165
1166 * alphabsd-nat.c (fetch_inferior_registers):
1167 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1168 PTRACE_TYPE_ARG3.
1169 * amd64bsd-nat.c (fetch_inferior_registers)
1170 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1171 PTRACE_TYPE_ARG3.
1172 * armnbsd-nat.c: Update copyright year.
1173 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1174 (store_register, store_regs, store_fp_register, store_fp_regs):
1175 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1176 * hppabsd-nat.c (fetch_inferior_registers)
1177 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1178 PTRACE_TYPE_ARG3.
1179 * i386bsd-nat.c (fetch_inferior_registers)
1180 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1181 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1182 * m68kbsd-nat.c (fetch_inferior_registers)
1183 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1184 PTRACE_TYPE_ARG3.
1185 * m88kbsd-nat.c (fetch_inferior_registers)
1186 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1187 PTRACE_TYPE_ARG3.
1188 * mipsnbsd-nat.c: Update copyright year.
1189 (fetch_inferior_registers, store_inferior_registers):
1190 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1191 * ns32knbsd-nat.c: Update copyright year.
1192 (fetch_inferior_registers, store_inferior_registers):
1193 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1194 * ppcnbsd-nat.c (fetch_inferior_registers):
1195 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1196 PTRACE_TYPE_ARG3.
1197 * ppcobsd-nat.c (fetch_inferior_registers):
1198 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1199 PTRACE_TYPE_ARG3.
1200 * shnbsd-nat.c: Update copyright year.
1201 (fetch_inferior_registers, store_inferior_registers):
1202 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1203 * vaxbsd-nat.c (fetch_inferior_registers)
1204 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1205 PTRACE_TYPE_ARG3.
1206
1207 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1208 PTRACE_TYPE_ARG3.
1209 * infptrace.c (call_ptrace, child_resume, attach, detach)
1210 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1211 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1212 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1213 PTRACE_TYPE_ARG3.
1214
1215 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1216
1217 * defs.h: Remove out-of-date comment.
1218 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1219 [!GETENV_PROVIDED] (getenv): Remove prototype.
1220
1221 * standalone.c: Remove file.
1222 * Makefile.in (standalone.o): Remove dependency.
1223
1224 * i386-linux-nat.c (dummy_sse_values): Remove function and
1225 prototype.
1226 (i386_linux_dr_get): Fix typo in comment.
1227 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1228
1229 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1230
1231 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1232 from declaration.
1233 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1234 from definition.
1235
1236 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1237
1238 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1239 parenthesis in definition.
1240 * configure: Regenerated.
1241
1242 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1243
1244 * PROBLEMS: Mention build/1411.
1245
1246 2004-08-09 Robert Millan <robertmh@gnu.org>
1247
1248 Committed by Nathanael Nerode.
1249 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1250 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1251
1252 2004-08-12 Andrew Cagney <cagney@gnu.org>
1253
1254 * NEWS: Mention fixes in GDB 6.2.1.
1255 * PROBLEMS: Remove mention of mips-irix.
1256
1257 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1258
1259 * config/powerpc/xm-aix.h: Delete.
1260 * config/powerpc/aix.mh (MH_FILE): Remove.
1261 * config/powerpc/aix432.mh (MH_FILE): Remove.
1262
1263 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1264
1265 * config/powerpc/aix.mh: Remove obsolete comment.
1266 * config/powerpc/aix432.mh: Likewise.
1267
1268 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1269
1270 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1271
1272 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1273
1274 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1275 this file is now empty.
1276 * config/xm-aix4.h: Remove, this file is no longer included
1277 anywhere.
1278
1279 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1280
1281 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1282 that file is now empty.
1283 (termdef): Remove prototype, function no longer used.
1284
1285 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1286
1287 * doc/gdbint.texinfo (Host Definition): Remove documentation
1288 for USE_O_NOCTTY, no longer used.
1289 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1290 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1291
1292 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1293
1294 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1295 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1296 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1297
1298 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1299
1300 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1301 instead of FIVE_ARG_PTRACE.
1302
1303 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1304 (new_tty): Use O_NOCTTY unconditionally.
1305
1306 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1307
1308 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1309 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1310 fflush on stdout.
1311
1312 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1313
1314 * xcoff_symfile_finish: Replace last call to xmfree by call
1315 to xfree.
1316
1317 2004-08-10 Andrew Cagney <cagney@gnu.org>
1318
1319 * main.c (captured_main): Delete call to init_malloc.
1320 * defs.h (init_malloc): Delete declaration.
1321 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1322 (init_malloc): Delete functions.
1323
1324 * defs.h (xmfree): Delete.
1325 * utils.c (xmfree): Delete function.
1326 (xfree): Inline calls to xmfree and mfree.
1327 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1328 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1329 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1330 * somread.c (som_symfile_finish): Ditto.
1331 * objfiles.c (allocate_objfile, free_objfile):
1332 * nlmread.c (nlm_symfile_finish): Ditto.
1333 * hpread.c (hpread_symfile_finish): Ditto.
1334 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1335 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1336 * coffread.c (coff_symfile_finish): Ditto.
1337
1338 * defs.h (xmcalloc): Delete declaration.
1339 * utils.c (xmcalloc): Delete.
1340 (xcalloc): Inline calls to xmcalloc and mcalloc.
1341 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1342 xcalloc and xfree.
1343 * symtab.c (create_demangled_names_hash): Ditto.
1344
1345 * defs.h (xmrealloc): Delete.
1346 * utils.c (xmrealloc): Delete.
1347 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1348 * symmisc.c (extend_psymbol_list): Use xrealloc.
1349 * source.c (find_source_lines): Ditto.
1350 * hpread.c (hpread_lookup_type): Ditto.
1351 * dbxread.c (add_bincl_to_list): Ditto.
1352
1353 * utils.c (xmmalloc): Delete.
1354 (xmalloc): Inline xmmalloc and mmalloc calls.
1355 (msavestring): Use xmalloc.
1356 * defs.h (xmmalloc): Delete declaration.
1357 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1358 xmmalloc.
1359 * symmisc.c (extend_psymbol_list): Ditto.
1360 * symfile.c (init_psymbol_list): Ditto.
1361 * source.c (find_source_lines): Ditto.
1362 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1363 * elfread.c (elf_symtab_read): Ditto.
1364 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1365 * coffread.c (coff_symfile_init): Ditto.
1366
1367 2004-08-10 David Carlton <carlton@bactrian.org>
1368
1369 * MAINTAINERS: Remove David Carlton from c++ testsuite
1370 maintainers.
1371
1372 2004-08-10 Jerome Guitton <guitton@gnat.com>
1373
1374 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1375 print a line feed before the prompt.
1376
1377 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1378
1379 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1380
1381 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1382
1383 General cleanup of the AIX xm include file:
1384 * config/xm-aix4.h (fd_set): Remove undefine.
1385 Remove include of <sys/select.h>.
1386 (HAVE_TERMIO): Remove define.
1387 (USG): Likewise.
1388 (NULL): Remove redefine.
1389 (alloca): Remove #pragma.
1390 (vfork): Remove define.
1391 (termdef): Remove.
1392 (SIGWINCH_HANDLER): Remove.
1393 (SIGWINCH_HANDLER_BODY): Remove.
1394
1395 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1396
1397 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1398 GDB_OSABI_OPENBSD_ELF.
1399
1400 2004-08-07 Robert Millan <robertmh@gnu.org>
1401
1402 * bsd-kvm.c: Check for nlist.h before including it.
1403
1404 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1405
1406 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1407 sigcontext' offset consistency checks for ancient BSD.
1408
1409 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1410
1411 * configure.in: Check for <sys/types.h>. Check return and
1412 argument types of ptrace.
1413 * configure, config.in: Regenerate.
1414
1415 2004-08-09 Jim Blandy <jimb@redhat.com>
1416
1417 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1418 rs6000_register_sim_regno): Doc fixes.
1419
1420 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1421
1422 * mips-tdep.c: Include "floatformat.h".
1423 (n32n64_floatformat_always_valid): New function.
1424 (floatformat_n32n64_long_double_big): New constant.
1425 (mips_gdbarch_init): Set size and format of long double
1426 for N32 and N64 ABIs.
1427 * Makefile.in (mips-tdep.o): Update dependencies.
1428
1429 2004-08-08 Andrew Cagney <cagney@gnu.org>
1430
1431 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1432 print. Improve script's error messages.
1433 * gdbarch.h: Re-generate.
1434
1435 * gdbarch.sh (pformat): New function.
1436 (float_format, double_format, long_double_format): List with bit
1437 members. Use pformat when printing.
1438 * gdbarch.c, gdbarch.h: Re-generate.
1439
1440 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1441
1442 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1443 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1444 (ppcnbsd_supply_pcb): New function.
1445 (_initialize_ppcnbsd_nat): New prototype and function.
1446 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1447 (LOADLIBES): New variable.
1448 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1449
1450 2004-08-08 Andrew Cagney <cagney@gnu.org>
1451
1452 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1453 (builtin_type_ieee_double, builtin_type_ia64_quad)
1454 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1455 BE/LE floating-point types.
1456 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1457 (builtin_type_ieee_double, builtin_type_ia64_quad)
1458 (builtin_type_ia64_spill): Declare.
1459 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1460 (floatformat_ieee_double, floatformat_arm_ext)
1461 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1462 of LE/BE floatformats.
1463 * doublest.h: (struct floatformat, floatformat_ieee_single)
1464 (floatformat_ieee_double, floatformat_arm_ext)
1465 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1466
1467 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1468
1469 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1470
1471 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1472 instead of regcache_raw_supply when storing the registers.
1473
1474 * i386gnu-nat.c: Update copyright year.
1475 (gnu_store_registers): Don't use deprecated_registers and
1476 deprecated_registers_valid. Use regcache_valid_p and
1477 regcache_raw_supply instead.
1478
1479 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1480 frame_pc_unwind.
1481
1482 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1483 variables. Incapitalized "process".
1484
1485 * configure.in: Add cursesX to the list of possible curses libs.
1486 Add cursesX.h to the list of possible curses headers.
1487 * configure, config.in: Regenerate.
1488
1489 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1490
1491 * configure.in: Test for struct lwp in <sys/lwp.h>.
1492 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1493 the offset of l_addr in struct lwp.
1494
1495 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1496
1497 * bsd-kvm.c: Include "gdbcore.h"
1498 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1499
1500 2004-08-07 Andrew Cagney <cagney@gnu.org>
1501
1502 * gdbtypes.c (build_flt, build_complex): New functions.
1503 (gdbtypes_post_init): Use.
1504
1505 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1506
1507 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1508 through to builtin_type_uint128.
1509
1510 * c-exp.y: Use builtin_type function to obtain builtin types.
1511
1512 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1513 builtin_uint128.
1514 * gdbtypes.c (gdbtypes_post_init): Update.
1515 (build_gdbtypes): Move initialization of builtin_type_int0
1516 through to builtin_type_uint128 from here ...
1517 (_initialize_gdbtypes): ... to here.
1518 * d10v-tdep.c (d10v_register_type): Update.
1519
1520 * doublest.c: Update copyright.
1521 (floatformat_from_length): Call error when floatformat is NULL.
1522 (extract_floating_by_length): Remove NULL fmt check.
1523 (store_floating_by_length): Ditto.
1524
1525 2004-08-07 Andrew Cagney <cagney@gnu.org>
1526
1527 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1528 that the register is valid.
1529
1530 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1531
1532 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1533 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1534 struct frame_info *. Use safe_frame_unwind_memory instead of
1535 deprecated_read_memory_nobpt.
1536 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1537 changed signature of i386_linux_sigtramp_start and
1538 i386_linux_rt_sigtramp_start.
1539
1540 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1541 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1542 instead of deprecated_read_memory_nobpt.
1543 (i386nbsd_sigtramp_p): Adjust for changed signature of
1544 i386nbsd_sigtramp_offset.
1545
1546 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1547 safe_frame_unwind_memory instead of target_read_memory.
1548
1549 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1550 !NO_SYS_FILE.
1551 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1552 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1553 (_initialize_kernel_u_addr): Remove prototype and function.
1554 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1555 !NO_SYS_FILE.
1556 * xcoffread.c: Likewise.
1557
1558 2004-08-06 Mark Kettenis <kettenis@gnu.org>
1559
1560 * vax-nat.c: New file.
1561 * vaxbsd-nat.c: Tweak comment.
1562 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1563 vaxnbsd-tdep.c.
1564 (vax-nat.o): New dependency.
1565 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1566 (vax-*-ultrix2*): Remove.
1567 * config/vax/vax.mh: New file.
1568 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1569 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1570 (vax_register_u_addr): New prototype.
1571 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1572 * config/vax/vaxult2.mh: Remove file.
1573 * config/vax/vaxult.mh: Remove file.
1574 * config/vax/vaxbsd.mh: Remove file.
1575 * config/vax/vax.mt (TM_FILE): Remove.
1576 * config/vax/tm-vaxbsd.h: Remove file.
1577
1578 2004-08-06 Joel Brobecker <brobecker@gnat.com>
1579
1580 * aix-thread.c (get_signaled_thread): New function.
1581 (iter_trap): Delete, no longer used.
1582 (iter_tid): New function.
1583 (pd_update): Find the thread that received the SIGTRAP signal
1584 by first locating the kernel thread, and then finding its
1585 associated thread.
1586
1587 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1588
1589 * lin-lwp.c (child_wait): Continue inferior after processing
1590 PTRACE_EVENT_CLONE event.
1591
1592 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1593
1594 * MAINTAINERS: Add self to Write-After-Approval.
1595
1596 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1597
1598 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1599 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1600
1601 2004-08-05 Andrew Cagney <cagney@gnu.org>
1602
1603 * config/xm-sysv4.h: Delete file.
1604 * config/mips/xm-irix5.h: Delete file.
1605 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1606 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1607 * config/ia64/xm-aix.h: Delete file.
1608 * config/ia64/aix.mh (XM_FILE): Delete.
1609 * config/pa/xm-hppah.h: Delete file.
1610 * config/pa/hpux11w.mh (XM_FILE): Delete.
1611 * config/pa/hpux11.mh (XM_FILE): Delete.
1612 * config/pa/hpux1020.mh (XM_FILE): Delete.
1613 * config/pa/hppahpux.mh (XM_FILE): Delete.
1614
1615 * config/alpha/xm-alphalinux.h: Delete file.
1616 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1617 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1618 * config/alpha/xm-alphaosf.h: Delete file.
1619 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1620 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1621 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1622 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1623
1624 * config/i386/xm-i386v.h: Delete file.
1625 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1626 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1627 * config/i386/xm-i386sco.h: Delete file.
1628 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1629 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1630 * config/i386/xm-i386v4.h: Delete file.
1631 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1632 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1633 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1634 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1635
1636 * config/vax/xm-vax.h: Delete file.
1637 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1638 * config/vax/xm-vaxult2.h: Delete file.
1639 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1640 * config/vax/vaxult2.mh (XM_FILE): Delete.
1641 * config/vax/xm-vaxult.h: Delete file.
1642 * config/vax/vaxult.mh (XM_FILE): Delete.
1643 * config/vax/xm-vaxbsd.h: Delete file.
1644 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1645
1646 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1647 * gdbarch.h, gdbarch.c: Re-generate.
1648 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1649 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1650 * frame.h: Delete deprecated_read_fp from comments.
1651 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1652 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1653
1654 2004-08-04 Mark Kettenis <kettenis@gnu.org>
1655
1656 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1657 trampoline in OpenBSD 3.5-current.
1658
1659 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1660 SSE registers.
1661
1662 * Makefile.in: Remove embedded page breaks.
1663
1664 2004-08-04 Jim Blandy <jimb@redhat.com>
1665
1666 * regcache.c (regcache_raw_read): Assert that, after calling
1667 target_fetch_registers, the register we're reading is cached.
1668
1669 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1670 a call to 'internal_error', with a more helpful error message.
1671 * rs6000-tdep.c (e500_pseudo_register_read,
1672 e500_pseudo_register_write, rs6000_store_return_value): Same.
1673
1674 2004-08-04 Andrew Cagney <cagney@gnu.org>
1675
1676 * Makefile.in: Update dependencies.
1677
1678 2004-08-04 Jim Blandy <jimb@redhat.com>
1679
1680 Change the layout of the PowerPC E500 raw register cache to allow
1681 the lower 32-bit halves of the GPRS to be their own raw registers,
1682 not pseudoregisters.
1683 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1684 add ppc_ev0_upper_regnum flag.
1685 * rs6000-tdep.c: #include "reggroups.h".
1686 (spe_register_p): Recognize the ev upper half registers as SPE
1687 registers.
1688 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1689 registers.
1690 (e500_move_ev_register): New function.
1691 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1692 vector registers are the pseudo-registers now, formed by splicing
1693 together the gprs and the upper-half registers.
1694 (e500_register_reggroup_p): New function.
1695 (P): Macro deleted.
1696 (P8, A4): New macro.
1697 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1698 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1699 macros.
1700 (registers_e500): Rearrange register set so that the raw register
1701 set contains 32-bit GPRs and upper-half registers, and the SPE
1702 vector registers become pseudo-registers.
1703 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1704 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1705 register numbers are now the same for the E500 as they are for
1706 other PowerPC variants. Register e500_register_reggroup_p as the
1707 register group function for the E500.
1708 * Makefile.in (rs6000-tdep.o): Update dependencies.
1709
1710 Adapt PPC E500 native support to the new raw regcache layout.
1711 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1712 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1713 (fetch_spe_register, store_spe_register): Handle fetching/storing
1714 all the SPE registers at once, if regno == -1. These now take
1715 over the job of fetch_spe_registers and store_spe_registers.
1716 (fetch_spe_registers, store_spe_registers): Deleted.
1717 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1718 unconditionally; they're always raw. Fetch/store SPE upper half
1719 registers, if present, instead of ev registers.
1720 (fetch_register, store_register): Remove sanity checks: gprs are
1721 never pseudo-registers now, so we never need to even mention any
1722 registers that are ever pseudoregisters.
1723
1724 Use a fixed register numbering when communicating with the PowerPC
1725 simulator.
1726 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1727 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1728 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1729 New functions.
1730 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1731 init_sim_regno_table.
1732 * Makefile.in (gdb_sim_ppc_h): New variable.
1733 (rs6000-tdep.o): Update dependencies.
1734
1735 2004-08-02 Andrew Cagney <cagney@gnu.org>
1736
1737 * cris-tdep.c (cris_register_size): Restore function, still used
1738 locally.
1739
1740 * gdbarch.sh (deprecated_target_read_fp)
1741 (deprecated_frame_locals_address, deprecated_frame_args_address)
1742 (deprecated_frame_chain_valid, deprecated_frame_chain)
1743 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1744 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1745 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1746 * gdbarch.h, gdbarch.c: Re-generate.
1747 * regcache.c (deprecated_read_fp): Do not call
1748 DEPRECATED_TARGET_READ_FP_P.
1749 * infcmd.c (default_print_registers_info): Do not call
1750 DEPRECATED_DO_REGISTERS_INFO.
1751 * frame-base.c (default_frame_locals_address): Do not call
1752 DEPRECATED_FRAME_LOCALS_ADDRESS.
1753 (default_frame_args_address): Do not call
1754 DEPRECATED_FRAME_ARGS_ADDRESS.
1755
1756 * gdbarch.sh (deprecated_register_raw_size)
1757 (deprecated_register_virtual_size:int): Delete.
1758 * gdbarch.h, gdbarch.c: Re-generate.
1759 * cris-tdep.c (cris_register_size): Delete.
1760 (cris_gdbarch_init): Update.
1761 * alpha-tdep.c (alpha_register_raw_size)
1762 (alpha_register_virtual_size): Delete.
1763 (alpha_gdbarch_init): Update.
1764
1765 * gdbarch.sh (deprecated_register_virtual_type)
1766 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1767 (deprecated_dummy_write_sp): Delete.
1768 * gdbarch.h, gdbarch.c: Re-generate.
1769
1770 * gdbarch.sh (deprecated_register_bytes): Delete.
1771 * gdbarch.h, gdbarch.c: Re-generate.
1772 * regcache.c (deprecated_register_bytes): New function.
1773 * regcache.h (deprecated_register_bytes): Declare.
1774 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1775 * v850-tdep.c (v850_gdbarch_init): Update.
1776 * sh64-tdep.c (sh64_gdbarch_init): Update.
1777 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1778 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1779 * mcore-tdep.c (mcore_gdbarch_init): Update.
1780 * cris-tdep.c (cris_gdbarch_init): Update.
1781 * arm-tdep.c (arm_gdbarch_init): Update.
1782 * remote.c (init_remote_state): Update.
1783 * remote-vx.c (vx_prepare_to_store): Update.
1784 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1785 * irix5-nat.c (fetch_core_registers): Update.
1786 * cris-tdep.c (cris_register_bytes_ok): Update.
1787 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1788
1789 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1790 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1791 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1792 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1793 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1794 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1795 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1796 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1797 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1798 with mips_insn16 and mips_insn32.
1799
1800 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1801 * rs6000-tdep.c (rs6000_push_dummy_call)
1802 (rs6000_extract_return_value): Use register_size.
1803 * xstormy16-tdep.c (xstormy16_get_saved_register)
1804 (xstormy16_extract_return_value): Ditto.
1805 * valops.c (value_assign): Ditto.
1806 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1807 * v850-tdep.c (v850_extract_return_value): Ditto.
1808 * tracepoint.c (collect_symbol): Ditto.
1809 * target.c (debug_print_register): Ditto.
1810 * stack.c (frame_info): Ditto.
1811 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1812 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1813 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1814 (store_register_using_P): Ditto.
1815 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1816 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1817 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1818 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1819 * regcache.c (deprecated_read_register_bytes)
1820 (deprecated_write_register_bytes, read_register)
1821 (write_register): Ditto.
1822 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1823 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1824 * monitor.c (monitor_supply_register, monitor_fetch_register)
1825 (monitor_store_register): Ditto.
1826 * mn10300-tdep.c (mn10300_pop_frame_regular)
1827 (mn10300_print_register): Ditto.
1828 * mipsv4-nat.c (fill_fpregset): Ditto.
1829 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1830 (mips64_fill_fpregset): Ditto.
1831 * mi/mi-main.c (register_changed_p, get_register)
1832 (mi_cmd_data_write_register_values): Ditto.
1833 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1834 * irix5-nat.c (fill_gregset, fetch_core_registers):
1835 * infrun.c (write_inferior_status_register): Ditto.
1836 * infptrace.c (fetch_register, store_register): Ditto.
1837 * infcmd.c (default_print_registers_info): Ditto.
1838 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1839 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1840 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1841 * hpux-thread.c (hpux_thread_fetch_registers)
1842 (hpux_thread_store_registers): Ditto.
1843 * hppah-nat.c (store_inferior_registers, fetch_register):
1844 * findvar.c (value_from_register): Ditto.
1845 * dve3900-rom.c (fetch_bitmapped_register):
1846 * cris-tdep.c (cris_gdbarch_init): Ditto.
1847 * alpha-tdep.h: Ditto.
1848 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1849
1850 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1851 DEPRECATED_REGISTER_RAW_SIZE from comments.
1852 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1853 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1854 DEPRECATED_REGISTER_RAW_SIZE.
1855 * findvar.c (value_of_register): Simplify by assuming that the
1856 registers raw and virtual sizes are identical.
1857 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1858 comment.
1859 * arch-utils.c (generic_register_size): Simplify by assuming
1860 register_type.
1861
1862 * regcache.c (legacy_read_register_gen, real_register)
1863 (legacy_write_register_gen): Delete, not used.
1864
1865 * regcache.c (struct regcache_descr): Delete legacy_p.
1866 (init_legacy_regcache_descr): Delete function.
1867 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1868 Do not use deprecated register functions.
1869 (regcache_raw_read, deprecated_write_register_gen):
1870 (deprecated_read_register_gen, regcache_raw_write): Delete code
1871 predicated on legacy_p.
1872 (register_size): Delete check against register raw size.
1873
1874 * cris-tdep.c (cris_register_type): Replace
1875 cris_register_virtual_type.
1876 (cris_gdbarch_init): Update, set register_type.
1877
1878 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1879 * gdbarch.h, gdbarch.c: Re-generate.
1880 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1881 (arm_gdbarch_init) Do not set frameless function invocation.
1882 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1883 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1884 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1885 (frv_gdbarch_init): Do not set frameless function invocation.
1886 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1887 * sh-tdep.c (sh_gdbarch_init): Ditto.
1888 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1889 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1890 * avr-tdep.c (avr_gdbarch_init): Ditto.
1891
1892 * blockframe.c (legacy_frame_chain_valid): Delete function.
1893
1894 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1895 and pc. Update comments.
1896 (pc_in_dummy_frame): Delete function.
1897 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1898 use the "id".
1899 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1900 call_hi, top and pc, use the id.
1901 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1902
1903 * dummy-frame.c: Include "gdb_string.h".
1904 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1905 (generic_save_dummy_frame_tos): Delete.
1906 (dummy_frame_push): New function, replaces above.
1907 * dummy-frame.h: Update copyright.
1908 (dummy_frame_push): Declare.
1909 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1910 (generic_save_call_dummy_addr): Delete declarations.
1911 * infcall.c: Include "dummy-frame.h".
1912 (call_function_by_hand): Add locals caller_regcache,
1913 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1914 with call to frame_save_as_regcache plus cleanup. Delete calls to
1915 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1916 Move clear_proceed_status to just before the resume, add call to
1917 dummy_frame_push (discard cleanup).
1918 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1919 (dummy-frame.o): Add $(gdb_string_h).
1920
1921 2004-08-01 Andrew Cagney <cagney@gnu.org>
1922
1923 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
1924 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
1925 * dummy-frame.c (find_dummy_frame): Delete.
1926 (struct dummy_frame_cache, dummy_frame_sniffer)
1927 (dummy_frame_prev_register, dummy_frame_this_id)
1928 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
1929 frame unwinder using a dummy_frame_cache.
1930
1931 2004-08-01 Andrew Cagney <cagney@gnu.org>
1932
1933 * frame.h (frame_save_as_regcache): Declare.
1934 * frame.c (frame_save_as_regcache): New function.
1935 (do_frame_read_register): Replace do_frame_unwind_register.
1936 (frame_pop): Use frame_save_as_regcache.
1937 * dummy-frame.c (generic_push_dummy_frame): Use
1938 frame_save_as_regcache.
1939
1940 2004-08-01 Joel Brobecker <brobecker@gnat.com>
1941
1942 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
1943 file as included until we record the first line in the linetable.
1944
1945 2004-08-01 Andrew Cagney <cagney@gnu.org>
1946
1947 * frame.h (deprecated_pop_dummy_frame)
1948 (deprecated_read_register_dummy)
1949 (deprecated_generic_find_dummy_frame): Delete.
1950 * dummy-frame.c (deprecated_generic_find_dummy_frame)
1951 (deprecated_read_register_dummy)
1952 (deprecated_find_dummy_frame_regcache)
1953 (discard_innermost_dummy)
1954 (deprecated_pop_dummy_frame): Delete.
1955 (dummy_frame_this_id): Simplify.
1956 (struct dummy_frame): Delete "fp" and "sp".
1957 (find_dummy_frame): Simplify.
1958 (generic_push_dummy_frame): Do not set "fp" or "sp".
1959 (fprint_dummy_frames): Do not print "fp" and "sp"
1960
1961 2004-08-01 Mark Kettenis <kettenis@gnu.org>
1962
1963 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
1964 (struct i386_insn): New structure.
1965 (i386_match_insn): New function.
1966 (i386_frame_setup_skip_insns): New variable.
1967 (i386_analyze_frame_setup): Change to use i386_match_insn and the
1968 array i386_frame_setup_insns of instructions that should be
1969 skipped inside the frame setup sequence.
1970
1971 2004-08-01 Andrew Cagney <cagney@gnu.org>
1972
1973 * frame.h (deprecated_frame_xmalloc_with_cleanup)
1974 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1975 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1976 * stack.c (frame_info): Delete references to
1977 DEPRECATED_FRAME_INIT_SAVED_REGS and
1978 deprecated_get_frame_saved_regs.
1979 * frame.c (struct frame_info): Delete saved_regs and extra_info.
1980 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
1981 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
1982 (frame_unwind_register_signed)
1983 (frame_unwind_register_unsigned)
1984 (frame_unwind_unsigned_register): Use register_size.
1985 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
1986 (deprecated_frame_xmalloc_with_cleanup)
1987 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
1988 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
1989
1990 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
1991 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
1992 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
1993 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
1994
1995 * infcall.c (call_function_by_hand): Do not use
1996 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
1997 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
1998 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
1999 DEPRECATED_STACK_ALIGN.
2000
2001 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2002
2003 Committed by Andrew Cagney.
2004 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2005
2006 2004-08-01 Andrew Cagney <cagney@gnu.org>
2007
2008 * mips-tdep.c (mips16_frame_cache)
2009 (mips16_frame_this_id, mips16_frame_prev_register)
2010 (mips16_frame_unwind, mips16_frame_sniffer)
2011 (mips16_frame_base_address, mips16_frame_base)
2012 (mips16_frame_base_sniffer, mips32_frame_cache)
2013 (mips32_frame_this_id, mips32_frame_prev_register)
2014 (mips32_frame_unwind, mips32_frame_sniffer)
2015 (mips32_frame_base_address, mips32_frame_base)
2016 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2017 separate heuristic mips16 and mips32 unwinders.
2018 (mips_stub_frame_cache, mips_stub_frame_this_id)
2019 (mips_stub_frame_prev_register)
2020 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2021 (mips_stub_frame_base_address, mips_stub_frame_base)
2022 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2023 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2024 match true mdebug frames.
2025 (non_heuristic_proc_desc): Add forward declaration.
2026
2027 2004-08-01 Andrew Cagney <cagney@gnu.org>
2028
2029 * config/mips/tm-irix6.h: Delete file.
2030 * config/mips/tm-irix5.h: Delete file.
2031 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2032 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2033
2034 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2035 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2036 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2037 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2038 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2039 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2040 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2041 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2042 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2043 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2044 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2045 (TARGET_SIGNAL_RAW_VALUES): Delete.
2046 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2047 Delete.
2048 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2049 (TARGET_HW_WATCH_LIMIT): Delete.
2050 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2051 * minimon.h: Delete file.
2052
2053 * trad-frame.c (trad_frame_get_this_base)
2054 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2055 functions.
2056 * trad-frame.h (trad_frame_set_this_base)
2057 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2058
2059 2004-07-31 Andrew Cagney <cagney@gnu.org>
2060
2061 * trad-frame.c (trad_frame_get_prev_register): Rename
2062 trad_frame_get_prev_register.
2063 * vax-tdep.c (vax_frame_prev_register): Update.
2064 * trad-frame.h: Update.
2065 * trad-frame.c (trad_frame_get_register): Update.
2066 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2067 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2068 Update.
2069 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2070 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2071 Update.
2072 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2073 Update.
2074 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2075 Update.
2076 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2077 Update.
2078 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2079 Update.
2080 * s390-tdep.c (s390_frame_prev_register)
2081 (s390_stub_frame_prev_register)
2082 (s390_sigtramp_frame_prev_register): Update.
2083 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2084 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2085 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2086 * m88k-tdep.c (m88k_frame_prev_register)
2087 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2088 * m32r-tdep.c (m32r_frame_prev_register): Update.
2089 * hppa-tdep.c (hppa_frame_prev_register_helper)
2090 * frv-tdep.c (frv_frame_prev_register): Update.
2091 * d10v-tdep.c (d10v_frame_prev_register): Update.
2092 * cris-tdep.c (cris_frame_prev_register): Update.
2093 * avr-tdep.c (avr_frame_prev_register): Update.
2094 * arm-tdep.c (arm_prologue_prev_register)
2095 (arm_sigtramp_prev_register): Update.
2096
2097 2004-07-31 Andrew Cagney <cagney@gnu.org>
2098
2099 * frame.h (legacy_saved_regs_unwind)
2100 (legacy_frame_chain_valid, legacy_frame_p)
2101 (enum frame_type): Delete UNKNOWN_FRAME.
2102 * dummy-frame.c (dummy_frame_this_id): Simplify.
2103 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2104 * frame.c (struct frame_info): Delete the field "type".
2105 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2106 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2107 (legacy_saved_regs_unwind, legacy_frame_p)
2108 (frame_type_from_pc): Delete.
2109 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2110 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2111
2112 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2113
2114 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2115 indentation.
2116
2117 * mips-nat.c: Remove file.
2118 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2119 (mips-nat.o): Remove dependency.
2120
2121 * infptrace.c: Update copyright year.
2122 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2123 explicitly setting the buffer to all zeroes.
2124
2125 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2126 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2127
2128 2004-07-30 Andrew Cagney <cagney@gnu.org>
2129
2130 * GDB 6.2 released from gdb_6_2-branch.
2131
2132 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2133
2134 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2135
2136 * exec.c (exec_file_attach):
2137 * nto-tdep.c (nto_find_and_open_solib):
2138 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2139 * solib.c (solib_open):
2140 * somsolib.c (som_solib_sizeof_symbol_table):
2141 * source.c (is_regular_file, openp, open_source_file):
2142 * symfile.c (symfile_bfd_open):
2143 * wince.c (upload_to_device): Differentiate between the search for
2144 binary and source files.
2145
2146 2004-07-30 Andrew Cagney <cagney@gnu.org>
2147
2148 * complaints.c (_initialize_complaints): Pass NULL to
2149 add_setshow_zinteger_cmd for help_doc.
2150 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2151
2152 2004-07-30 Andrew Cagney <cagney@gnu.org>
2153
2154 Fix PR i18n/761.
2155 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2156 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2157 $(PACKAGE).pot and update-po.
2158 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2159 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2160 (update-po): New rules.
2161 (localedir): Define using autoconf.
2162 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2163 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2164 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2165 * configure.in: Generate CATALOGS and LINGUAS from contents of
2166 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2167 * configure: Re-generate.
2168 * po/gdbtext: New file
2169
2170 2004-07-30 Jerome Guitton <guitton@gnat.com>
2171
2172 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2173 order.
2174
2175 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2176
2177 * dwarf2read.c (read_file_scope): Set producer if attribute
2178 present.
2179 (struct dwarf2_cu): Added new member producer.
2180
2181 2004-07-30 Jerome Guitton <guitton@gnat.com>
2182
2183 * inflow.c (kill_command): release file handles in BFD.
2184 * exec.c (exec_file_attach): Ditto.
2185 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2186
2187 2004-07-29 Andrew Cagney <cagney@gnu.org>
2188
2189 * PROBLEMS (mips-irix): Note that it is broken.
2190
2191 2004-07-29 Andrew Cagney <cagney@gnu.org>
2192
2193 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2194 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2195
2196 * config/xm-nbsd.h: Delete file.
2197 * config/arm/xm-nbsd.h: Delete file.
2198 * config/i386/xm-nbsd.h: Delete file.
2199 * config/ns32k/xm-nbsd.h: Delete file.
2200 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2201 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2202 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2203 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2204 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2205
2206 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2207 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2208 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2209 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2210 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2211 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2212
2213 * config/powerpc/xm-linux.h: Delete empty file.
2214 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2215 * config/powerpc/linux.mh (XM_FILE): Delete.
2216 * config/m68k/xm-linux.h: Delete empty file.
2217 * config/m68k/linux.mh (XM_FILE): Delete.
2218 * config/ia64/xm-linux.h: Delete empty file.
2219 * config/ia64/linux.mh (XM_FILE): Delete.
2220 * config/arm/xm-linux.h: Delete empty file.
2221 * config/arm/linux.mh (XM_FILE): Delete.
2222
2223 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2224 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2225 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2226 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2227 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2228 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2229 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2230 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2231
2232 * config/m68k/xm-m68k.h: Delete file.
2233 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2234 copyright.
2235 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2236 * config/pa/xm-linux.h: Delete empty file.
2237 * config/pa/linux.mh (XM_FILE): Delete.
2238 * config/i386/xm-i386.h: Delete empty file.
2239 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2240 "i386/xm-i386.h".
2241 * config/i386/obsdaout.mh (XM_FILE): Delete.
2242 * config/i386/obsd64.mh (XM_FILE): Delete.
2243 * config/i386/fbsd64.mh (XM_FILE): Delete.
2244 * config/i386/nto.mh (XM_FILE): Delete.
2245 * config/i386/obsd.mh (XM_FILE): Delete.
2246 * config/i386/linux64.mh (XM_FILE): Delete.
2247 * config/i386/linux.mh (XM_FILE): Delete.
2248 * config/i386/i386sol2.mh (XM_FILE): Delete.
2249 * config/i386/i386gnu.mh (XM_FILE): Delete.
2250 * config/i386/fbsd.mh (XM_FILE): Delete.
2251 * config/i386/nbsd64.mh (XM_FILE): Delete.
2252
2253 2004-07-29 Andrew Cagney <cagney@gnu.org>
2254
2255 * config/pa/xm-linux.h: Do not include "floatformat.h".
2256 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2257 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2258 * config/i386/xm-i386.h: Do not include "floatformat.h".
2259 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2260 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2261 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2262 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2263 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2264 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2265 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2266 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2267 * configure, config.in: Regenerate.
2268 * configure.host (gdb_host_float_format, gdb_host_double_format)
2269 (gdb_host_long_double_format): Set according to the host.
2270
2271 2004-07-29 Andrew Cagney <cagney@gnu.org>
2272
2273 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2274
2275 2004-07-28 Andrew Cagney <cagney@gnu.org>
2276
2277 * PROBLEMS: Mention threads/1650.
2278 * NEWS: Mention the NPTL fix.
2279
2280 2004-07-28 Andrew Cagney <cagney@gnu.org>
2281
2282 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2283 (add_setshow_cmd_full): Make static.
2284 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2285 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2286 * cli/cli-decode.c (add_setshow_filename_cmd)
2287 (add_setshow_string_cmd): New functions.
2288 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2289 * mips-tdep.c (_initialize_mips_tdep): Update.
2290 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2291 * cli/cli-logging.c (_initialize_cli_logging): Update.
2292 * complaints.c (_initialize_complaints): Update.
2293 * remote.c (_initialize_remote): Update.
2294
2295 2004-07-28 Andrew Cagney <cagney@gnu.org>
2296
2297 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2298 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2299 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2300 print parameters. Make string parameters constant.
2301 * command.h: Update. Update copyright.
2302 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2303 * observer.c (_initialize_observer): Ditto.
2304 * frame.c (_initialize_frame): Ditto.
2305 * complaints.c (_initialize_complaints): Ditto.
2306 * maint.c (_initialize_maint_cmds): Ditto.
2307 * target.c (initialize_targets): Ditto.
2308 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2309 * infcall.c (_initialize_infcall): Ditto.
2310 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2311 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2312 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2313 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2314 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2315
2316 2004-07-28 Andrew Cagney <cagney@gnu.org>
2317
2318 * gdbtypes.c (lookup_primitive_typename): Delete function.
2319 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2320 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2321 * gdbtypes.c (lookup_typename): Ditto.
2322 * f-exp.y (yylex): Ditto.
2323 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2324
2325 * scm-lang.c (c_builtin_types): Delete extern declaration.
2326 (scm_language_defn): Replace
2327 string_char_type and primitive_type_vector with
2328 la_language_arch_info.
2329 * jv-lang.c (java_language_defn): Replace
2330 string_char_type and primitive_type_vector with
2331 la_language_arch_info.
2332 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2333 c_builtin_types in comment.
2334 * c-lang.h (struct language_arch_info): Declare opaque.
2335 (c_language_arch_info): Declare.
2336 (c_builtin_types): Delete declaration.
2337 * c-lang.c (c_language_arch_info): Set string_char_type to
2338 builtin_char, not builtin_true_char. Make global.
2339 (c_builtin_types): Delete array.
2340 (asm_language_defn, minimal_language_defn): Replace
2341 string_char_type and primitive_type_vector with
2342 la_language_arch_info.
2343
2344 2004-07-28 Andrew Cagney <cagney@gnu.org>
2345
2346 * gdbtypes.h (struct builtin_type): Rename true_char to
2347 builtin_true_char.
2348 * gdbtypes.c (gdbtypes_post_init): Update.
2349 * c-lang.c (arch_info): New function.
2350 (enum c_primitive_types): New enum.
2351 (c_language_defn): Instead of string_char_type and
2352 primitive_type_vector set la_language_arch_info.
2353
2354 2004-07-28 Andrew Cagney <cagney@gnu.org>
2355
2356 * language.h (struct language_arch_info): Fix typo
2357 s/primative/primitive/.
2358 * gdbtypes.c (lookup_primitive_typename): Ditto.
2359 * language.c (language_lookup_primitive_type_by_name)
2360 (unknown_language_arch_info): Ditto.
2361
2362 2004-07-27 Andrew Cagney <cagney@gnu.org>
2363
2364 * defs.h (enum language): Add nr_languages.
2365 * language.h (struct language_arch_info): Define.
2366 (struct language_defn): Add la_language_arch_info.
2367 (language_lookup_primative_type_by_name): Declare.
2368 (language_string_char_type): Declare.
2369 * language.c (_initialize_language, language_gdbarch_post_init)
2370 (struct language_gdbarch, language_gdbarch_data): Implement
2371 per-architecture language information.
2372 (unknown_language_arch_info, language_string_char_type)
2373 (language_lookup_primative_type_by_name): New functions.
2374 (unknown_language_defn, auto_language_defn)
2375 (local_language_defn): Set la_language_arch_info to
2376 unknown_language_arch_info.
2377 (unknown_builtin_types): Delete.
2378 * gdbtypes.c (lookup_primitive_typename): Use
2379 language_lookup_primative_type_by_name.
2380 (create_string_type): Use language_string_char_type.
2381 * values.c (value_from_string): Use language_string_char_type.
2382 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2383 * p-lang.c (pascal_language_defn): Ditto.
2384 * m2-lang.c (m2_language_defn): Ditto.
2385 * jv-lang.c (java_language_defn): Ditto.
2386 * objc-lang.c (objc_language_defn): Ditto.
2387 * f-lang.c (f_language_defn): Ditto.
2388 * c-lang.c (c_language_defn, cplus_language_defn)
2389 (asm_language_defn, minimal_language_defn): Ditto.
2390
2391 2004-07-27 Andrew Cagney <cagney@gnu.org>
2392
2393 * gdbtypes.h (struct builtin_type): Declare.
2394 (builtin_type): Declare.
2395 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2396 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2397 (gdbtypes_post_init): New function.
2398 (builtin_type): New function.
2399
2400 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2401
2402 * remote-m32r-sdi.c: Fix breakpoint bug.
2403 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2404 recv_char_data, recv_long_data): New functions to replace communication
2405 sequences.
2406
2407 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2408
2409 Document PR threads/1650.
2410 * PROBLEMS (Threads): Document problem with many threads
2411
2412 2004-07-26 Andrew Cagney <cagney@gnu.org>
2413
2414 * gdb-mi.el: Move from here ...
2415 * mi/gdb-mi.el: ... to here.
2416
2417 2004-07-26 Andrew Cagney <cagney@gnu.org>
2418
2419 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2420 * main.c (captured_main): When in batch mode always detach.
2421
2422 2004-07-26 Andrew Cagney <cagney@gnu.org>
2423
2424 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2425 and h8300 as broken.
2426 * NEWS: END-OF-LIFE frame compatibility module.
2427 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2428 specific comments.
2429
2430 2004-07-26 Andrew Cagney <cagney@gnu.org>
2431
2432 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2433 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2434 * wince.c (_initialize_wince): Update.
2435 * win32-nat.c (_initialize_win32_nat): Update.
2436 * varobj.c (_initialize_varobj): Update.
2437 * valops.c (_initialize_valops): Update.
2438 * utils.c (initialize_utils, initialize_utils): Update.
2439 * tui/tui-win.c (_initialize_tui_win): Update.
2440 * top.c (init_main): Update.
2441 * symfile.c (_initialize_symfile): Update.
2442 * source.c (_initialize_source): Update.
2443 * somsolib.c (_initialize_som_solib): Update.
2444 * solib.c (_initialize_solib): Update.
2445 * solib-frv.c (_initialize_frv_solib): Update.
2446 * serial.c (_initialize_serial): Update.
2447 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2448 * remote.c (_initialize_remote, _initialize_remote): Update.
2449 * remote-vx.c (_initialize_vx): Update.
2450 * remote-utils.c (_initialize_sr_support): Update.
2451 * remote-sds.c (_initialize_remote_sds): Update.
2452 * remote-mips.c (_initialize_remote_mips): Update.
2453 * remote-e7000.c (_initialize_remote_e7000): Update.
2454 * proc-api.c (_initialize_proc_api): Update.
2455 * printcmd.c: Update.
2456 * parse.c (_initialize_parse): Update.
2457 * pa64solib.c (_initialize_pa64_solib): Update.
2458 * p-valprint.c (_initialize_pascal_valprint): Update.
2459 * monitor.c (_initialize_remote_monitors): Update.
2460 * mips-tdep.c (_initialize_mips_tdep): Update.
2461 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2462 * maint.c (_initialize_maint_cmds): Update.
2463 * lin-lwp.c (_initialize_lin_lwp): Update.
2464 * language.c (_initialize_language): Update.
2465 * kod.c (_initialize_kod): Update.
2466 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2467 * i386-tdep.c (_initialize_i386_tdep): Update.
2468 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2469 * gdbarch.sh: Update.
2470 * gdbarch.c: Re-generate.
2471 * gdb-events.sh: Update.
2472 * gdb-events.c: Re-generate.
2473 * frame.c (_initialize_frame): Update.
2474 * exec.c: Update.
2475 * demangle.c (_initialize_demangler): Update.
2476 * dcache.c (_initialize_dcache): Update.
2477 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2478 * cp-valprint.c (_initialize_cp_valprint): Update.
2479 * corefile.c (_initialize_core): Update.
2480 * command.h: Update.
2481 * cli/cli-decode.h: Update.
2482 * cli/cli-cmds.c (init_cli_cmds): Update.
2483 * charset.c (_initialize_charset): Update.
2484 * breakpoint.c (_initialize_breakpoint): Update.
2485 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2486 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2487 * aix-thread.c (_initialize_aix_thread): Update.
2488
2489 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2490
2491 Partial fix for PR backtrace/1718.
2492 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2493 that GCC migrates into the prolugue. Don't handle any
2494 instructions that clobber %ebx.
2495
2496 2004-07-23 Andrew Cagney <cagney@gnu.org>
2497
2498 Use regcache_raw_collect instead of regcache_collect.
2499 * regcache.h (regcache_collect): Delete declaration.
2500 * regcache.c (regcache_colect): Delete function.
2501 * win32-nat.c (do_child_store_inferior_registers): Update.
2502 * sol-thread.c (sol_thread_store_registers): Update.
2503 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2504 * rs6000-nat.c (store_register): Update.
2505 * remote.c (store_register_using_P, remote_store_registers): Update.
2506 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2507 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2508 (fill_vrregset, store_spe_registers, fill_gregset)
2509 (fill_gregset): Update.
2510 * nto-procfs.c (procfs_store_registers): Update.
2511 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2512 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2513 * m68klinux-nat.c (store_register, fill_gregset): Update.
2514 * m68k-tdep.c (fill_gregset): Update.
2515 * infptrace.c (store_register): Update.
2516 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2517 * i386-linux-nat.c (store_register, fill_gregset): Update.
2518 * hppa-linux-nat.c (fill_gregset): Update.
2519 * go32-nat.c (store_register): Update.
2520 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2521 (store_fp_regs): Update.
2522 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2523 (store_nwfpe_extended, store_fpregister, store_fpregs)
2524 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2525 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2526 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2527 (store_regs_user_thread, store_regs_kernel_thread): Update.
2528
2529 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2530
2531 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2532 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2533 encoding.
2534 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2535 member of `struct comp_unit'.
2536
2537 2004-07-23 Andrew Cagney <cagney@gnu.org>
2538
2539 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2540 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2541
2542 2004-07-23 Martin Hunt <hunt@redhat.com>
2543 Kevin Buettner <kevinb@redhat.com>
2544
2545 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2546 alignment was being added to the offset instead of multiplied.
2547
2548 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2549
2550 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2551 changed signal trampoline in OpenBSD 3.5-current.
2552
2553 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2554 <machine/pcb.h> and "bsd-kvm.h".
2555 (sparc64nbsd_supply_pcb): New function.
2556 (_initialize_sparc64nbsd_nat): Renamed from
2557 _initialize_sparcnbsd_nat. Enable libkvm interface.
2558 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2559 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2560 (LOADLIBES): New variable.
2561
2562 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2563
2564 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2565
2566 2004-07-21 Andrew Cagney <cagney@gnu.org>
2567
2568 Use regcache_raw_supply instead of supply_register.
2569 * regcache.h (supply_register): Delete declaration.
2570 * regcache.c (supply_register): Delete function.
2571 * wince.c (do_child_fetch_inferior_registers): Update.
2572 * win32-nat.c (do_child_fetch_inferior_registers)
2573 (fetch_elf_core_registers): Update.
2574 * v850ice.c (v850ice_fetch_registers): Update.
2575 * thread-db.c (thread_db_store_registers): Update.
2576 * sol-thread.c (sol_thread_store_registers): Update.
2577 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2578 * rs6000-nat.c (fetch_register): Update.
2579 * rom68k-rom.c (rom68k_supply_one_register): Update.
2580 * remote.c (remote_wait, remote_async_wait): Update.
2581 * remote-st.c (get_hex_regs): Update.
2582 * remote-sim.c (gdbsim_fetch_register): Update.
2583 * remote-sds.c (sds_fetch_registers): Update.
2584 * remote-rdp.c (remote_rdp_fetch_register): Update.
2585 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2586 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2587 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2588 * remote-hms.c (init_hms_cmds): Update.
2589 * remote-est.c (init_est_cmds): Update.
2590 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2591 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2592 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2593 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2594 (fetch_register, supply_vrregset, supply_vrregset)
2595 (fetch_spe_registers): Update.
2596 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2597 * monitor.c (monitor_supply_register): Update.
2598 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2599 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2600 (mipsnbsd_supply_fpreg): Update.
2601 * mips-nat.c (fetch_inferior_registers)
2602 (fetch_core_registers): Update.
2603 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2604 (supply_fpregset, mips64_supply_gregset)
2605 (mips64_supply_fpregset): Update.
2606 * m68klinux-nat.c (fetch_register, supply_gregset)
2607 (supply_fpregset): Update.
2608 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2609 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2610 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2611 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2612 * infptrace.c (fetch_register): Update.
2613 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2614 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2615 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2616 (gnu_fetch_registers, gnu_store_registers): Update.
2617 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2618 * i386-linux-nat.c (fetch_register, supply_gregset)
2619 (dummy_sse_values): Update.
2620 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2621 * hppah-nat.c (fetch_register): Update.
2622 * hppa-linux-nat.c (fetch_register, supply_gregset)
2623 (supply_fpregset): Update.
2624 * go32-nat.c (fetch_register): Update.
2625 * dve3900-rom.c (fetch_bitmapped_register)
2626 (_initialize_r3900_rom): Update.
2627 * cris-tdep.c (supply_gregset): Update.
2628 * abug-rom.c (init_abug_cmds): Update.
2629 * core-aout.c (fetch_core_registers): Update.
2630 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2631 (fetch_register, fetch_fp_register): Update.
2632 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2633 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2634 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2635 * alphanbsd-tdep.c (fetch_core_registers): Update.
2636 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2637 * alpha-nat.c (fetch_osf_core_registers)
2638 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2639 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2640 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2641
2642 2004-07-21 Andrew Cagney <cagney@gnu.org>
2643
2644 * PROBLEMS: Mention breakpoints/1702.
2645 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2646 that is known to work.
2647
2648 2004-07-21 Andrew Cagney <cagney@gnu.org>
2649
2650 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2651 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2652 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2653 (handle_inferior_event): Wrap call to deprecated
2654 IGNORE_HELPER_CALL in #ifdef.
2655 * config/mips/tm-nbsd.h: Update.
2656
2657 2004-07-20 Jim Blandy <jimb@redhat.com>
2658
2659 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2660 bfd_mach_ppc has no segment registers.
2661
2662 Include PowerPC SPR numbers for special-purpose registers.
2663 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2664 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2665 new member in initializer.
2666 (S, S4, SN4, S64): New macros for defining special-purpose
2667 registers.
2668 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2669 registers_403, registers_403GC, registers_505, registers_860,
2670 registers_601, registers_602, registers_603, registers_604,
2671 registers_750, registers_e500): Use them.
2672
2673 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2674 replace references with expression used to initialize variable.
2675
2676 2004-07-20 Andrew Cagney <cagney@gnu.org>
2677
2678 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2679 read_memory_nobpt.
2680 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2681 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2682 (s390_sigtramp_frame_sniffer): Update.
2683 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2684 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2685 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2686 (mips32_fetch_instruction): Update.
2687 * mcore-tdep.c (get_insn): Update.
2688 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2689 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2690 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2691 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2692 (i386_linux_rt_sigtramp_start): Update.
2693 * i386-linux-nat.c (child_resume): Update.
2694 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2695 * hppa-linux-tdep.c (insns_match_pattern): Update.
2696 * gdbcore.h: Update.
2697 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2698 * frame.c (safe_frame_unwind_memory): Update.
2699 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2700 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2701 * alpha-tdep.c (alpha_read_insn): Update.
2702
2703 2004-07-20 Andrew Cagney <cagney@gnu.org>
2704
2705 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2706 containing both bytes and mask. Add "frame_type".
2707 * tramp-frame.c (tramp_frame_start): Update.
2708 (tramp_frame_prepend_unwinder): Update.
2709 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2710 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2711 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2712 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2713
2714 2004-07-19 Eli Zaretskii <eliz@gnu.org>
2715
2716 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2717 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2718 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2719 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2720
2721 2004-07-17 Andrew Cagney <cagney@gnu.org>
2722
2723 * NEWS, PROBLEMS: Update for 6.2.
2724
2725 * README: Update to 6.2.
2726
2727 * utils.c (xvasprintf): Call xstrvprintf.
2728
2729 * parse.c: Update copyright.
2730 (null_post_parser): Eliminate ARGSUSED.
2731
2732 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2733 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2734 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2735
2736 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2737 * ppc-linux-nat.c: Use "Linux kernel".
2738 * hppa-linux-tdep.c: Use GNU/Linux.
2739 * hppa-linux-nat.c: Use GNU/Linux.
2740 * dwarfread.c: Add [sic] to use of Linux.
2741
2742 * hppa-linux-nat.c: Do not include <string.h>.
2743 (supply_fpregset): Remove "register" attribute.
2744
2745 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2746
2747 2004-07-17 Mark Kettenis <kettenis@gnu.org>
2748
2749 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2750 * configure, config.in: Regenerated.
2751
2752 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2753 "bsd-kvm.h".
2754 (vaxbsd_supply_pcb): New function.
2755 (_initialize_vaxbsd_nat): New prototype and function.
2756 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2757 solib-sunos.o.
2758 (LOADLIBES): New variable.
2759 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2760 (LOADLIBES): New variable.
2761 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2762 (LOADLIBES): New variable.
2763 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2764
2765 2004-07-16 Andrew Cagney <cagney@gnu.org>
2766
2767 * defs.h (event_loop_p): Replace variable declaration with macro,
2768 always 1.
2769 * main.c (captured_main): Delete options "-async" and "-noasync".
2770 (event_loop_p): Delete variable.
2771 * NEWS: Mention that "-async" and "-noasync" were removed.
2772
2773 2004-07-16 Andrew Cagney <cagney@gnu.org>
2774
2775 * remote-m32r-sdi.c: Re-indent.
2776
2777 2004-07-16 Jim Blandy <jimb@redhat.com>
2778
2779 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2780 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2781 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2782 missing MPC823 SPRs.
2783 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2784 incorrect. (This was corrected in GDB's register name tables on
2785 2004-07-14.)
2786
2787 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2788 should be "esasrr" ("ESA Save and Restore Register").
2789
2790 2004-07-16 Andrew Cagney <cagney@gnu.org>
2791
2792 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2793 calls, no longer applicable. Update comments and rename parameter
2794 "step_frame" to "return_frame".
2795
2796 2004-07-16 Andrew Cagney <cagney@gnu.org>
2797
2798 * frame.c (fprint_field): New function.
2799 (fprint_frame_id): Use fprint_field.
2800
2801 2004-07-15 Joel Brobecker <brobecker@gnat.com>
2802
2803 * ada-lang.c (ada_language_defn): Remove commented out code.
2804
2805 2004-07-15 Jim Blandy <jimb@redhat.com>
2806
2807 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2808 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2809
2810 2004-07-14 Jim Blandy <jimb@redhat.com>
2811
2812 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2813
2814 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2815
2816 * ppc-tdep.h (ppc_num_srs): New enum constant.
2817
2818 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2819 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2820 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2821 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2822 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2823 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2824 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2825 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2826 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2827 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2828 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2829 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2830 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2831 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2832 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2833 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2834 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2835 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2836 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2837 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2838 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2839 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2840 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2841 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2842 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2843 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2844 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2845 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2846 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2847 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2848 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2849 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2850 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2851 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2852 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2853 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2854 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2855 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2856 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2857 special-purpose register numbers.
2858
2859 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2860 manual mentions 'md_twb', but many mention 'm_twb', and at that
2861 point in the register list.)
2862
2863 2004-07-14 Andrew Cagney <cagney@gnu.org>
2864
2865 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2866 instead of "internal-error".
2867
2868 2004-07-10 Joel Brobecker <brobecker@gnat.com>
2869
2870 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2871 that was inserted inside a comment.
2872
2873 2004-07-10 Randolph Chung <tausq@debian.org>
2874
2875 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2876 function.
2877 (hppa_hpux_push_dummy_code): New function.
2878 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2879 Set find_global_pointer method.
2880
2881 2004-07-10 Mark Kettenis <kettenis@gnu.org>
2882
2883 * NEWS: Mention BSD libkvm interface.
2884
2885 2004-07-10 Michael Snyder <msnyder@redhat.com>
2886
2887 * symfile.c (generic_load): Comment typo.
2888 * stack.c (get_selected_block): Ditto.
2889 * regcache.c (regcache_cooked_read): Ditto.
2890 * monitor.c (monitor_debug): Ditto.
2891 * mips-tdep.c (mips_read_pc): Ditto.
2892 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2893 * gdb_mbuild.sh: Ditto.
2894 * gdbarch.sh: Ditto.
2895 * gdbarch.h: Ditto.
2896
2897 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2898
2899 * ada-tasks.c: Remove file.
2900
2901 Remove ARI problems:
2902
2903 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2904 beginning of line.
2905
2906 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2907 Add comment.
2908 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2909 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2910 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2911 (UMIN_OF_SIZE): Remove.
2912 (max_of_type): New function to replace orphan macro in gdbtypes.h
2913 (min_of_type): Ditto.
2914 (discrete_type_high_bound): Use max_of_type.
2915 (discrete_type_low_bound): Use min_of_type.
2916 (possible_user_operator_p): Move operator to beginning of line.
2917 (ada_is_variant_part): Ditto.
2918 (ensure_lval): Rewrite to avoid deprecated operations.
2919 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2920 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2921 (ada_enum_name): Remove assignments in 'if' statements.
2922 (build_ada_types): Add gdbarch parameter.
2923 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
2924 with gdbarch_data_register_post_init.
2925 Use add_setshow_uinteger_cmd rather than add_set_cmd and
2926 add_show_from_set.
2927
2928 * ada-valprint.c (inspect_it): Remove declaration.
2929 (repeat_count_threshold): Remove declaration.
2930 (ada_print_floating): Remove assignments in 'if' statements.
2931 (print_str): Move operator to beginning of line.
2932
2933 2004-07-08 Jim Blandy <jimb@redhat.com>
2934
2935 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
2936
2937 2004-07-08 Bob Rossi <bob@brasko.net>
2938
2939 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
2940
2941 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
2942
2943 * language.h (struct_language_defn): Add new function pointer:
2944 la_class_name_from_physname. Also add new prototype for
2945 language_class_name_from_physname.
2946 * language.c (language_class_name_from_physname): New function.
2947 (unk_lang_class_name): Ditto.
2948 (unknown_language_defn, auto_language_defn): Change
2949 to add unk_lang_class_name function pointer for
2950 la_class_name_from_physname.
2951 (local_language_defn): Ditto.
2952 * dwarf2read.c (guess_structure_name): Change to call
2953 language_class_name_from_physname.
2954 (determine_class_name): Ditto.
2955 * cp-support.c (class_name_from_physname): Renamed.
2956 (cp_class_name_from_physname): New name of function.
2957 * cp-support.h: Ditto.
2958 * c-lang.c (c_language_defn): Change to add NULL
2959 for class_name_from_physname function pointer.
2960 (cplus_language_defn): Change to add cp_class_name_from_physname.
2961 * jv-lang.c (java_class_name_physname): New function.
2962 (java_find_last_component): New static routine.
2963 (java_language_defn): Add java_class_name_from_physname pointer.
2964 * ada-lang.c (ada_language_defn): Change to add NULL
2965 for class_name_from_physname function pointer.
2966 * f-lang.c (f_language_defn): Ditto.
2967 * m2-lang.c (m2_language_defn): Ditto.
2968 * objc-lang.c (objc_language_defn): Ditto.
2969 * p-lang.c (pascal_language_defn): Ditto.
2970 * scm-lang.c (scm_language_defn): Ditto.
2971
2972 2004-07-06 Andrew Cagney <cagney@gnu.org>
2973
2974 Patch from Bart Robinson.
2975 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
2976 (O_LARGEFILE): Define to 0, if not defined.
2977
2978 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2979
2980 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
2981 <machine/pcb.h> and "bsd-kvm.h".
2982 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
2983 (m68kbsd_supply_pcb): New function.
2984 (_initialize_m68kbsd_nat): New prototype and function.
2985 * Makefile.in (m68kbsd-nat.o): Update dependencies.
2986 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2987 (LOADLIBES): New variable.
2988 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2989 (LOADLIBES): New variable.
2990
2991 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
2992
2993 2004-07-03 Mark Kettenis <kettenis@gnu.org>
2994
2995 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
2996 <sys/proc.h>.
2997 (bsd_kvm_cmdlist): New variable.
2998 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
2999 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3000 command and "kvm proc" command.
3001 * Makefile.in (bsd-kvm.o): Update dependencies.
3002
3003 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3004
3005 * osabi.c: Update copyright year.
3006 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3007 notes if EI_OSABI is set to ELFOSABI_HPUX.
3008
3009 2004-07-01 Michael Snyder <msnyder@redhat.com>
3010
3011 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3012 that seems to have gotten whacked out of line.
3013
3014 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3015
3016 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3017 code.
3018
3019 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3020
3021 * ada-lang.c (decode_packed_array): Minor change to comment.
3022 (ada_value_slice_ptr): New function.
3023 (ada_value_slice): New function.
3024 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3025 test. Don't know why it is there.
3026 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3027 to avoid dereferencing huge arrays from which one is slicing.
3028 (empty_array): Correct to return an array rather than
3029 a subrange value.
3030 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3031 on empty arrays (let'em use 'FIRST instead).
3032
3033 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3034
3035 Address complaints from gdb_ari.sh:
3036
3037 * ada-exp.y: Include gdb_string.h rather than string.h.
3038 (convert_char_literal): Reformat declaration.
3039 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3040 * ada-lex.l: Change use of free to xfree (the macro would do so
3041 anyway, but this is harmless).
3042 Include gdb_string.h rather than string.h.
3043 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3044
3045 * ada-lang.c (parse): Remove K&Rism in parameter list.
3046 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3047
3048 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3049
3050 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3051 dead code.
3052
3053 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3054
3055 * alphabsd-nat.c: Update copyright year.
3056 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3057
3058 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3059
3060 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3061 (i386_cygwin_in_solib_call_trampoline): New function.
3062 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3063 and skip_trampoline_code gdbarch methods.
3064
3065 2004-06-29 Jim Blandy <jimb@redhat.com>
3066
3067 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3068 name actually used in the dependency lists.
3069
3070 2004-06-29 Randolph Chung <tausq@debian.org>
3071
3072 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3073
3074 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3075
3076 * win32-nat.c (child_pid_to_exec_file): New function.
3077 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3078 functionality.
3079
3080 2004-06-28 Andrew Cagney <cagney@gnu.org>
3081
3082 * defs.h (xstrvprintf): Declare.
3083 * utils.c (xstrvprintf): New function.
3084 (internal_vproblem, xstrprintf, xasprintf)
3085 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3086 * serial.c (serial_printf): Ditto.
3087 * complaints.c (vcomplaint): Ditto.
3088
3089 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3090
3091 * infcmd.c (attach_command): Move call to target_terminal_inferior
3092 behind loading symbol table.
3093
3094 2004-06-28 Andrew Cagney <cagney@gnu.org>
3095
3096 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3097 change - add back extern deprecated_ui_loop_hook declaration.
3098
3099 2004-06-28 Andrew Cagney <cagney@gnu.org>
3100
3101 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3102 xstrprintf.
3103 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3104 (c_value_of_variable): Ditto.
3105 * utils.c (internal_vproblem): Ditto.
3106 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3107 * remote.c (add_packet_config_cmd): Ditto.
3108 * remote-rdp.c (rdp_set_command_line): Ditto.
3109 * regcache.c (regcache_dump): Ditto.
3110 * frv-tdep.c (new_variant, new_variant): Ditto.
3111 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3112 (fbsd_find_memory_regions): Ditto.
3113 * breakpoint.c (create_thread_event_breakpoint)
3114 (create_breakpoints): Ditto.
3115 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3116 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3117
3118 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3119
3120 * ada-lang.c: Re-indent file, with some massaging to help indent
3121 a bit when the result is otherwise really too ugly.
3122
3123 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3124
3125 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3126 code_addr_p and special_addr_p to 'unsigned int'.
3127
3128 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3129
3130 * i386v4-nat.c: Update copyright year and tweak comment.
3131 (regmap): Remove trailing comma.
3132 (supply_gregset): Rename local variable i to regnum. Call
3133 regcache_raw_supply instead of supply_register.
3134 (fill_gregset): Rename argument regno to regnum. Call
3135 regcache_raw_collect instead of regcache_collect.
3136
3137 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3138
3139 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3140 and special_addr_p.
3141 (frame_id_build, frame_id_build_special): Update comments.
3142 (frame_id_build_wild): New prototype.
3143 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3144 struct frame_id fields.
3145 (frame_id_build_wild): New function.
3146 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3147
3148 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3149
3150 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3151 hppabsd-tdep.c.
3152
3153 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3154
3155 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3156
3157 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3158
3159 * ada-lang.c: Re-indent file.
3160
3161 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3162
3163 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3164 (no_symtab_msg): Likewise.
3165
3166 2004-06-27 Andreas Schwab <schwab@suse.de>
3167
3168 * source.c: Fix whitespace.
3169
3170 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3171
3172 * configure.in: Include <sys/param.h> for td_pcb test.
3173 * configure: Regenerated.
3174
3175 * i386nbsd-nat.c: New file.
3176 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3177 i386obsd-nat.c and i386obsd-tdep.c.
3178 (i386nbsd-nat.o): New dependency.
3179 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3180 bsd-kvm.o.
3181 (LOADLIBES): New variable.
3182 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3183 bsd-kvm.o.
3184 (LOADLIBES): New variable.
3185
3186 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3187 (LOADLIBES): New variable.
3188
3189 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3190 fetching from BSD_KVM_PADDR. Correctly lookup address for
3191 "_thread0".
3192
3193 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3194 "bsd-kvm.h".
3195 (amd64fbsd_supply_pcb): New funcion.
3196 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3197
3198 2004-06-27 <david@streamline-computing.com>
3199
3200 Partial fix for PR cli/1056.
3201 * valarith.c: Check for zero in division and remainder
3202 evaluation.
3203
3204 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3205
3206 * i387-tdep.c: Remove excessive whitespace.
3207
3208 2004-06-26 Andrew Cagney <cagney@gnu.org>
3209
3210 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3211 * gdb-events.h, gdb-events.c: Re-generate.
3212 * tui/tui-hooks.c (tui_install_hooks): Update.
3213 (tui_remove_hooks): Update.
3214 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3215
3216 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3217
3218 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3219 (gregset_t, fpregset_t): Remove typedefs.
3220 (REG_OFFSET): Rename argument.
3221 (amd64bsd_r_reg_offset): Rename from reg_offset.
3222 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3223 Remove functions.
3224 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3225 of reg_offset.
3226 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3227
3228 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3229
3230 * vax-tdep.c: Tweak comment.
3231
3232 Add OpenBSD/hppa support.
3233 * NEWS (New native configurations): Mention OpenBSD/hppa.
3234 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3235 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3236 files.
3237 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3238 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3239 * configure.host: Add hppa*-*-openbsd*.
3240 * configure.tgt: Add hppa*-*-openbsd*.
3241
3242 2004-06-25 Andrew Cagney <cagney@gnu.org>
3243
3244 * defs.h (deprecated_ui_loop_hook): Deprecated.
3245 * wince.c (child_wait): Update.
3246 * win32-nat.c (child_wait): Update.
3247 * v850ice.c (v850ice_wait): Update.
3248 * top.c (deprecated_ui_loop_hook): Update.
3249 * serial.h: Update.
3250 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3251 (do_unix_readchar): Update.
3252 * ser-tcp.c (net_open): Update.
3253 * remote-sim.c (gdb_os_poll_quit): Update.
3254 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3255
3256 2004-06-24 Andrew Cagney <cagney@gnu.org>
3257
3258 * defs.h (deprecated_pre_add_symbol_hook)
3259 (deprecated_post_add_symbol_hook): Deprecated.
3260 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3261 (symbol_file_add_with_addrs_or_offsets): Update references.
3262
3263 2004-06-24 Andrew Cagney <cagney@gnu.org>
3264
3265 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3266 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3267 * wince.c (ui_loop_hook): Delete extern declaration.
3268 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3269 * v850ice.c (ui_loop_hook): Delete extern declaration..
3270 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3271 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3272 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3273 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3274 ui_loop_hook declaration.
3275
3276 2004-06-24 Andrew Cagney <cagney@gnu.org>
3277
3278 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3279 entry_func_highpc fields.
3280 * objfiles.c (init_entry_point_info): Do not clear
3281 entry_func_lowpc and entry_func_highpc.
3282 (objfile_relocate): Do not relocate entry_func_lowpc and
3283 entry_func_highpc.
3284 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3285 entry_func_highpc.
3286 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3287 entry_func_highpc.
3288 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3289 entry_func_lowpc and entry_func_highpc with call to
3290 inside_entry_func.
3291
3292 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3293
3294 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3295 quad-precision floating point arguments in registers.
3296
3297 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3298
3299 From Michael Mueller <m.mueller99@kay-mueller.de>:
3300 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3301 account.
3302
3303 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3304
3305 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3306 to -1.
3307 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3308 untriggered watchpoints to a separate if clause. Update function
3309 comment regarding STOPPED_BY_WATCHPOINT argument.
3310
3311 2004-06-22 Jim Blandy <jimb@redhat.com>
3312
3313 * gdbarch.sh: Doc fix.
3314
3315 2004-06-21 Martin Hunt <hunt@redhat.com>
3316 Kevin Buettner <kevinb@redhat.com>
3317
3318 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3319 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3320 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3321 to set_gdbarch_sp_regnum(). Use cooked register number.
3322 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3323
3324 2004-06-21 Andrew Cagney <cagney@gnu.org>
3325
3326 * gdbarch.sh: When the macro field is empty, do not generate a
3327 macro definition. When the macro field is "=", generate the macro
3328 name from the upper-case function name.
3329 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3330 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3331 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3332 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3333 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3334 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3335 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3336 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3337 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3338 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3339 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3340 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3341 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3342 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3343 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3344 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3345 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3346 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3347 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3348 (DEPRECATED_USE_STRUCT_CONVENTION)
3349 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3350 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3351 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3352 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3353 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3354 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3355 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3356 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3357 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3358 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3359 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3360 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3361 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3362 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3363 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3364 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3365 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3366 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3367
3368 2004-06-21 Andrew Cagney <cagney@gnu.org>
3369
3370 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3371 macro name, and the function rather than macro value. Only wrap
3372 macro print statements in #ifdef. Move format logic to where it
3373 is needed.
3374 * gdbarch.c: Re-generate.
3375
3376 * gdbarch.sh (read): Delete "print_p" and "description", add
3377 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3378 Delete references to print_p.
3379 (TARGET_ARCHITECTURE): Delete print predicate.
3380 * gdbarch.c: Re-generate.
3381
3382 * gdbarch.sh: Check that multi-arch methods do not provide a
3383 macro.
3384 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3385 (print_registers_info, print_float_info, print_vector_info)
3386 (adjust_breakpoint_address, remote_translate_xfer_address)
3387 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3388 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3389 name from the multi-arch definition.
3390
3391 2004-06-20 Andrew Cagney <cagney@gnu.org>
3392
3393 * gdbarch.sh: Sort by the function, instead of macro name.
3394 * gdbarch.c: Re-generate.
3395
3396 2004-06-20 Andrew Cagney <cagney@gnu.org>
3397
3398 * gdbarch.sh: Use the function, instead of macro name in
3399 errors and the log file.
3400 (return_value): Remove stray ":" in spec.
3401
3402 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3403 * gdbarch.h, gdbarch.c: Re-generate.
3404 * Makefile.in (arch-utils.o): Update dependencies.
3405 * values.c (using_struct_return): Move code calling
3406 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3407 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3408 to legacy_return_value, simplify.
3409 * infcmd.c (print_return_value): Move code calling
3410 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3411 to legacy_return_value, simplify.
3412 * infcall.c (call_function_by_hand): Move code calling
3413 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3414 * arch-utils.c: Update copyright. Include "gdbcore.h".
3415 (legacy_return_value): New function.
3416 * arch-utils.h: Update copyright.
3417 (legacy_return_value): Declare.
3418
3419 2004-06-20 Andrew Cagney <cagney@gnu.org>
3420
3421 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3422 * gdbarch.h, gdbarch.c: Re-generate.
3423 * values.c (using_struct_return): Update call.
3424 * mcore-tdep.c: Update comment.
3425 * infcall.c (call_function_by_hand): Update comment.
3426 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3427 * arch-utils.h (always_use_struct_convention): Update.
3428 * v850-tdep.c (v850_gdbarch_init): Update.
3429 * sh64-tdep.c (sh64_gdbarch_init): Update.
3430 * sh-tdep.c (sh_gdbarch_init): Update.
3431 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3432 * mips-tdep.c (mips_gdbarch_init): Update.
3433 * mcore-tdep.c (mcore_gdbarch_init): Update.
3434 * m32r-tdep.c (m32r_gdbarch_init): Update.
3435 * ia64-tdep.c (ia64_gdbarch_init): Update.
3436 * h8300-tdep.c (h8300_gdbarch_init): Update.
3437 * frv-tdep.c (frv_gdbarch_init): Update.
3438 * cris-tdep.c (cris_gdbarch_init): Update.
3439 * arm-tdep.c (arm_gdbarch_init): Update.
3440 * alpha-tdep.c (alpha_gdbarch_init): Update.
3441
3442 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3443
3444 * PROBLEMS: Add more specific information, and a work-around,
3445 for PR gdb/1458.
3446
3447 2004-06-18 Andrew Cagney <cagney@gnu.org>
3448
3449 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3450 * gdbarch.h, gdbarch.c: Re-generate.
3451 * ada-lang.c (ada_finish_decode_line_1): Update.
3452 * infrun.c (handle_inferior_event): Update.
3453 * infcall.c (find_function_addr): Update.
3454 * linespec.c (minsym_found): Update.
3455 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3456 Update.
3457 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3458 * cli/cli-cmds.c (disassemble_command): Update.
3459 * vax-tdep.c (vax_gdbarch_init): Update.
3460
3461 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3462
3463 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3464
3465 2004-06-17 Andrew Cagney <cagney@gnu.org>
3466
3467 GDB 6.1.1 released from the GDB 6.1 branch.
3468 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3469 * PROBLEMS: Ditto.
3470
3471 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3472
3473 PR gdb/1658
3474 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3475 operation as a uleb128. Found by Michael Coulter.
3476
3477 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3478
3479 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3480 make it non-static.
3481 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3482 to ada-lang.h; this is needed to be able to implement the kill command
3483 in multi-task mode.
3484 (task_ptid): Ditto.
3485 (task_entry): Ditto.
3486 (task_list): Ditto.
3487 (ada_build_task_list): Ditto.
3488
3489 * ada-lang.c: Conditionalize routines and data structures related
3490 to breakpoints, exceptions, completion, and symbol caching on
3491 GNAT_GDB, since these are not yet used in the submitted public sources.
3492 (ada_main_name): Editorial: Move definition out of exception-related
3493 code.
3494
3495 2004-06-15 Andrew Cagney <cagney@gnu.org>
3496
3497 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3498 deprecated_pc_in_call_dummy.
3499
3500 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3501
3502 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3503 bfd_get_section_size_before_reloc or _raw_size.
3504 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3505 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3506 (dwarf2_read_section): Likewise.
3507 * elfread.c (elf_locate_sections): Likewise.
3508 * gcore.c (derive_heap_segment): Likewise.
3509 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3510 * remote-e7000.c (e7000_load): Likewise.
3511 * remote-m32r-sdi.c (m32r_load): Likewise.
3512 * remote-mips.c (mips_load_srec): Likewise.
3513 (pmon_load_fast): Likewise.
3514 * remote.c (compare_sections_command): Likewise.
3515 * symfile.c (add_section_size_callback): Likewise.
3516 (load_section_callback): Likewise.
3517 (pc_in_unmapped_range): Likewise.
3518 (pc_in_mapped_range): Likewise.
3519 (sections_overlap): Likewise.
3520 (list_overlays_command): Likewise.
3521 (simple_overlay_update_1): Likewise.
3522 (simple_overlay_update): Likewise.
3523 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3524 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3525
3526 2004-06-14 Randolph Chung <tausq@debian.org>
3527
3528 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3529 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3530 static.
3531 (hppa_hpux_inferior_created): New function.
3532 (hppa_hpux_init_abi): Register observer.
3533 * symfile.c (hp_cxx_exception_support_initialized)
3534 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3535 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3536
3537 2004-06-14 Randolph Chung <tausq@debian.org>
3538
3539 * MAINTAINERS (Write After Approval): Alphabetize my entry
3540 correctly.
3541
3542 2004-06-14 Andrew Cagney <cagney@gnu.org>
3543
3544 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3545 testsuite maintainer.
3546
3547 2004-06-13 Andrew Cagney <cagney@gnu.org>
3548
3549 * infcmd.c (print_return_value): Fix logic, allow
3550 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3551
3552 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3553 defining any macros.
3554 * gdbarch.h: Re-generate.
3555
3556 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3557 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3558 * gdbarch.h: Re-generate.
3559
3560 * values.c (generic_use_struct_convention): Don't check gcc_p.
3561
3562 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3563 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3564 * gdbarch.h, gdbarch.c: Regenerate.
3565 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3566 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3567 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3568 deprecated_max_register_raw_size and
3569 deprecated_max_register_virtual_size.
3570 * v850-tdep.c (v850_gdbarch_init): Ditto.
3571 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3572 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3573 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3574 * cris-tdep.c (cris_gdbarch_init): Ditto.
3575
3576 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3577 * gdbarch.h, gdbarch.c: Re-generate.
3578 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3579 (m68hc11_use_struct_convention): Delete function.
3580 (m68hc11_extract_struct_value_address): Delete function.
3581 (m68hc11_return_value): New function.
3582 (m68hc11_gdbarch_init): Instead of store_return_value,
3583 extract_return_value, return_value_on_stack,
3584 deprecated_extract_struct_value_address and use_struct_convention,
3585 set return_value.
3586 * values.c (using_struct_return): Do not call
3587 RETURN_VALUE_ON_STACK.
3588 * arch-utils.h (generic_return_value_on_stack_not): Delete
3589 declaration.
3590 * arch-utils.c (generic_return_value_on_stack_not): Delete
3591 function.
3592
3593 2004-06-12 Andrew Cagney <cagney@gnu.org>
3594
3595 * values.c (register_value_being_returned): Delete function.
3596 * infcmd.c (legacy_return_value): Delete function.
3597 * infcall.c (call_function_by_hand): Inline
3598 "register_value_being_returned", simplify.
3599 * values.c (using_struct_return): Update comment, refer to
3600 print_return_value instead of register_value_being_returned.
3601 * infcmd.c (print_return_value): Inline calls to
3602 register_value_being_returned and legacy_return_value. Simplify.
3603
3604 2004-06-11 Randolph Chung <tausq@debian.org>
3605
3606 * somread.c (som_symtab_read): Exclude gcc local symbols.
3607
3608 2004-06-11 Randolph Chung <tausq@debian.org>
3609
3610 * infrun.c (handle_inferior_event): Handle the case when a
3611 trampoline ends up in the runtime resolver, and if the trampoline
3612 has no name. Rearrange the code so that all the trampoline
3613 processing happens before other step-out-of-range handling.
3614
3615 2004-06-11 Martin Hunt <hunt@redhat.com>
3616
3617 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3618 has no fpu.
3619
3620 2004-06-10 Andrew Cagney <cagney@gnu.org>
3621
3622 * blockframe.c (legacy_inside_entry_func): Delete.
3623 (legacy_frame_chain_valid): Inline call to
3624 legacy_inside_entry_func, simplify.
3625
3626 2004-06-10 Bob Rossi <bob@brasko.net>
3627
3628 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3629 * dwarf2read.c (partial_die_info): Add dirname field.
3630 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3631 (read_partial_die): Save away DW_AT_comp_dir.
3632 * defs.h (symtab_to_filename): Removed.
3633 * source.c (find_and_open_source): Added.
3634 (open_source_file): Just calls find_and_open_source.
3635 (symtab_to_filename): Removed.
3636 (symtab_to_fullname, psymtab_to_fullname): Added.
3637 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3638 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3639 symtab_to_filename.
3640 * symtab.h (partial_symtab): Add dirname field.
3641 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3642 (mi_cmd_file_list_exec_source_file): Call new function
3643 symtab_to_fullname to find fullname.
3644 (mi_cmd_file_list_exec_source_files): Added.
3645 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
3646 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3647
3648 2004-06-10 Andrew Cagney <cagney@gnu.org>
3649
3650 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3651 to generic_use_struct_convention, the default value.
3652
3653 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3654 of abort.
3655
3656 * ns32k-tdep.c (ns32k_push_arguments): New function.
3657 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3658 * infcall.c (call_function_by_hand): Call error instead of
3659 legacy_push_arguments.
3660 * value.h (legacy_push_arguments): Delete declaration.
3661 * valops.c (legacy_push_arguments): Delete function.
3662 (value_push): Delete function.
3663
3664 2004-06-10 Brian Ford <ford@vss.fsi.com>
3665
3666 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3667 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3668 info.
3669 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3670
3671 2004-06-10 Andrew Cagney <cagney@gnu.org>
3672
3673 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3674 * gdbarch.h, gdbarch.c: Re-generate.
3675 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3676 parameters.
3677 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3678 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3679 deprecated_pc_in_call_dummy instead of
3680 DEPRECATED_PC_IN_CALL_DUMMY.
3681 (arm_skip_prologue): Ditto.
3682 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3683 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3684 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3685 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3686 Ditto.
3687 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3688 (sh64_init_extra_frame_info, sh64_get_saved_register)
3689 (sh64_pop_frame): Ditto.
3690 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3691 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3692 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3693 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3694 (h8300_pop_frame): Ditto.
3695 * blockframe.c (legacy_inside_entry_func)
3696 (legacy_frame_chain_valid): Ditto.
3697 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3698 to deprecated_pc_in_call_dummy.
3699
3700 2004-06-09 Andrew Cagney <cagney@gnu.org>
3701
3702 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3703 provide a default value.
3704 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3705 * gdbarch.h, gdbarch.c: Re-generate.
3706 * arch-utils.c (generic_convert_register_p): Rename
3707 legacy_convert_register_p
3708 (legacy_register_to_value, legacy_value_to_register): Delete
3709 functions.
3710 * arch-utils.h (generic_convert_register_p): Rename
3711 legacy_convert_register_p.
3712 (legacy_register_to_value, legacy_value_to_register): Delete
3713 declarations.
3714
3715 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3716 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3717 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3718 * gdbarch.h, gdbarch.c: Re-generate.
3719 * infcmd.c (default_print_registers_info): Simplify.
3720 * findvar.c (value_of_register): Simplify.
3721 * mi/mi-main.c (get_register): Simplify.
3722 * arch-utils.c (legacy_convert_register_p): Always return 0.
3723 (legacy_register_to_value, legacy_value_to_register): Always call
3724 internal_error.
3725
3726 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3727 #ifdef CLEAR_INSN_CACHE code.
3728 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3729 Delete #ifdef CLEAR_DEFERRED_STORES code.
3730
3731 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3732
3733 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3734 copyright.
3735 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3736
3737 * config/mips/mipsv4.mh: Delete file.
3738
3739 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3740 unreferenced macro.
3741 (hpread_adjust_stack_address): Delete declaration.
3742
3743 2004-06-08 Andrew Cagney <cagney@gnu.org>
3744
3745 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3746 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3747 PTRACE_ATTACH / PTRACE_DETACH available call error.
3748 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3749 * infttrace.c (update_thread_state_after_attach, attach, detach):
3750 Remove #ifdef wrappers.
3751 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3752 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3753 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3754 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3755 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3756 * config/nm-linux.h (ATTACH_DETACH): Delete.
3757 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3758 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3759 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3760 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3761 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3762
3763 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
3764
3765 * configure.in: Set $configdir to the right OS specific value.
3766 Use value when setting $tcldir and $tkdir.
3767 * configure: Regenerate.
3768
3769 2004-06-06 Paul Brook <paul@codesourcery.com>
3770
3771 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3772 records.
3773
3774 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3775
3776 * ada-lang.c (lookup_symbol_in_language): New function to allow
3777 re-use of another language's symbol lookup code. (Placed here
3778 temporarily while Ada support is being integrated into the public
3779 tree).
3780 (restore_language): New auxiliary function for
3781 lookup_symbol_in_language.
3782 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3783 temporarily while Ada support is being integrated into the public
3784 tree).
3785
3786 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
3787
3788 * Makefile.in (check//%): New.
3789
3790 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3791 (mn10300_store_return_value): Rewrite.
3792 (mn10300_type_align): New.
3793 (mn10300_use_struct_convention): Rewrite.
3794 (mn10300_return_value): New, using all of the above.
3795 (mn10300_pop_frame_regular): Add saved_regs_size.
3796 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3797
3798 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3799 regs if PC is on movm.
3800
3801 2004-06-07 Jim Blandy <jimb@redhat.com>
3802
3803 Add native Linux support for the PowerPC E500.
3804 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3805 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3806 all architectures except the E500.
3807 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3808 #definitions.
3809 (struct gdb_evrregset_t): New type.
3810 (have_ptrace_getsetevrregs): New variable.
3811 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3812 fetch_spe_registers): New functions.
3813 (fetch_register): Call fetch_spe_register as appropriate.
3814 Assert that we're only passed raw register numbers.
3815 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3816 Don't fetch gprs if they're pseudoregisters.
3817 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3818 store_spe_registers): New functions.
3819 (store_register): Call store_spe_register as appropriate.
3820 Assert that we're only passed raw register numbers.
3821 (store_ppc_registers): Call store_spe_registers as appropriate.
3822 Don't store gprs if they're pseudoregisters.
3823
3824 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3825
3826 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3827 struct if one exists, even if we are dealing with a zombie thread.
3828
3829 2004-06-07 Andrew Cagney <cagney@gnu.org>
3830
3831 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3832 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3833 Rename PC_REQUIRES_RUN_BEFORE_USE.
3834 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3835 #ifdef.
3836
3837 2004-06-07 Randolph Chung <tausq@debian.org>
3838
3839 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3840 unwinding after sp has been saved to the stack but before the end
3841 of the prologue, and after the fp has been modified but before it has
3842 been saved to the stack.
3843 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3844 Remove superfluous definitions.
3845 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3846
3847 2004-06-07 Guy Martin <gmsoft@gentoo.org>
3848
3849 Committed by Randolph Chung.
3850 * hppa-linux-nat.c: Include the correct version of the header file
3851 depending on the kernel version.
3852
3853 2004-06-06 Randolph Chung <tausq@debian.org>
3854
3855 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3856 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3857
3858 2004-06-06 Randolph Chung <tausq@debian.org>
3859
3860 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3861 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3862 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3863 * hppa-tdep.c (hppa_symbol_address): New function definition.
3864 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3865
3866 2004-06-06 Randolph Chung <tausq@debian.org>
3867
3868 * hppa-tdep.h (struct value): Forward declaration.
3869 (gdbarch_tdep): Define tdep find_global_pointer method.
3870 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3871 associated with the function we are trying to call, and write it
3872 to the gp register.
3873 (hppa32_convert_from_funct_ptr_addr): New function.
3874 (hppa_find_global_pointer): New function.
3875 (hppa_gdbarch_init): Set default find_global_pointer method; set
3876 convert_from_func_ptr_addr method.
3877 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3878 (hppa_linux_init_abi): Set find_global_pointer method.
3879 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3880
3881 2004-06-06 Randolph Chung <tausq@debian.org>
3882
3883 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3884 to struct value *function.
3885 * gdbarch.c: Regenerate.
3886 * gdbarch.h: Likewise.
3887 * infcall.c (call_function_by_hand): Pass entire function value
3888 to push_dummy_call.
3889
3890 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3891 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3892 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3893 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3894 * arm-tdep.c (arm_push_dummy_call): Likewise.
3895 * avr-tdep.c (avr_push_dummy_call): Likewise.
3896 * cris-tdep.c (cris_push_dummy_call): Likewise.
3897 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3898 * frv-tdep.c (frv_push_dummy_call): Likewise.
3899 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3900 * hppa-tdep.c (hppa32_push_dummy_call)
3901 (hppa64_push_dummy_call): Likewise.
3902 * i386-tdep.c (i386_push_dummy_call): Likewise.
3903 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3904 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3905 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3906 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3907 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3908 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3909 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3910 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3911 (ppc64_sysv_abi_push_dummy_call): Likewise.
3912 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3913 (ppc64_sysv_abi_push_dummy_call): Likewise.
3914 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3915 * s390-tdep.c (s390_push_dummy_call): Likewise.
3916 * sh-tdep.c (sh_push_dummy_call_fpu)
3917 (sh_push_dummy_call_nofpu): Likewise.
3918 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3919 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3920 * vax-tdep.c (vax_push_dummy_call): Likewise.
3921
3922 2004-06-04 Jim Blandy <jimb@redhat.com>
3923
3924 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
3925 gdbarch argument to register_size.
3926
3927 * rs6000-tdep.c (rs6000_store_return_value): Use
3928 regcache_cooked_write_part instead of
3929 deprecated_write_register_bytes.
3930 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
3931 not gdbarch_deprecated_store_return_value.
3932
3933 * ppc-linux-nat.c (store_register, fetch_register): Remove
3934 incorrect assertions. Simplify and generalize handling of
3935 transfers whose sizes are not multiples of, or less than, sizeof
3936 (PTRACE_XFER_TYPE).
3937
3938 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
3939
3940 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
3941 as a new thread event.
3942 * thread-db.c (thread_get_info_callback): If the thread is a
3943 zombie, return TD_THR_ZOMBIE.
3944 (thread_from_lwp): If thread_get_info_callback returns
3945 TD_THR_ZOMBIE, check if the thread is still on the thread list
3946 and return a -1 ptid if not found.
3947 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
3948 change the status to TARGET_WAITKIND_SPURIOUS.
3949
3950 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
3951
3952 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
3953 double values in little endian mode.
3954
3955 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
3956
3957 Committed by Andrew Cagney.
3958 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
3959 after last enum constant to avoid error from IBM C
3960 compiler.
3961
3962 2004-06-02 Jim Blandy <jimb@redhat.com>
3963
3964 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
3965 to 'message', and make it local to the lone block that uses it.
3966
3967 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
3968
3969 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
3970
3971 * ada-exp.y: Update copyright notice.
3972 Include block.h.
3973
3974 Replace REGNAME, LAST, INTERNAL_VARIABLE with
3975 SPECIAL_VARIABLE and unify the treatment of these cases.
3976
3977 (write_attribute_call0): Remove.
3978 (write_attribute_call1): Remove.
3979 (write_attribute_calln): Remove.
3980 (save_qualifier): Add missing semicolon.
3981
3982 (simple_exp,exp): Decomment (i.e., reactivate) code that was
3983 temporarily disabled to allow compilation with FSF head version.
3984
3985 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
3986 use individual operators (OP_*) for all attributes.
3987 (exp syntax): Use write_int.
3988 Handle STRING literals with OP_STRING.
3989 (variable syntax): Add limit parameter to calls to
3990 write_object_renaming.
3991
3992 (temp_parse_space): New definition to hold entities that need
3993 only live until the next call to ada_parse.
3994 (string_to_operator): Rename fields of ada_opname_table entries.
3995
3996 (write_var_from_sym): Record block.
3997 (write_var_from_name): Minor reformatting.
3998 Make sure saved name is properly encoded in the case of multiple
3999 matches, and set its language to Ada.
4000 Update comment.
4001 Modify to indicate unresolved name as symbol in the UNRESOLVED
4002 namespace, allocated in temp_parse_space.
4003 (write_int): New function.
4004
4005 (write_object_renaming): Add max_depth parameter to limit
4006 chains of object renamings.
4007 Handle case where root of renaming expression is itself a renaming.
4008 Use temp_parse_space for temporary name buffer.
4009 Handle renamings to dereferenced pointers (___XEXA suffices).
4010
4011 (ada_parse, yyerror, string_to_operator,
4012 write_var_from_sym, write_var_from_name, write_attribute_call0,
4013 write_attribute_call1, write_attribute_calln,
4014 write_object_renaming): Protoize.
4015
4016 (_initialize_ada_exp): New function.
4017
4018 * ada-lang.c: Update copyright notice.
4019 General terminology change to conform to GNAT compiler usage:
4020 mangle => encode, demangle => decode
4021 Include gdb_obstack.h.
4022 Include gdb_regex.h
4023 Include frame.h
4024 Include hashtab.h
4025 Include completer.h
4026 Include gdb_stat.h
4027 Include block.h
4028 Include infcall.h
4029
4030 (ADA_RETAIN_DOTS): Make sure this is defined.
4031 (TRUNCATION_TOWARDS_ZERO): Define.
4032 (struct string_vector): Define.
4033 (unresolved_names): Remove definition.
4034 (xnew_string_vector): New function.
4035 (string_vector_append): New function.
4036 (extract_string): Make static.
4037 (ada_unqualified_name): New function.
4038 (add_angle_brackets): New function.
4039 (function_name_from_pc): New function.
4040 (place_on_stack): Rename to ensure_lval.
4041
4042 (ensure_lval): Renamed from place_on_stack.
4043 Make identity on lvals.
4044 Update comment.
4045 (is_nonfunction): New interface.
4046 Only symbols in LOC_CONST class can be enumerals.
4047 (fill_in_ada_prototype): Remove; now independent of language.
4048 (add_defn_to_vec): Add obstack and symtab arguments.
4049 Use obstack to hold collected definitions.
4050 (num_defns_collected): New function.
4051 (defns_collected): New function.
4052 (ada_resolve_subexp): Rename to resolve_subexp.
4053 (resolve_subexp): Renamed from ada_resolve_subexp.
4054 (ada_op_name): Return non-const result.
4055 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4056 other purposes.
4057
4058 (to_fixed_array_type): Add declaration.
4059 (coerce_unspec_val_to_type): Remove offset parameter.
4060 (find_sal_from_funcs_and_line): New interface.
4061 (find_line_in_linetable): Ditto.
4062
4063 (all_sals_for_line): Rename to ada_sals_for_line and make
4064 global.
4065 Add new parameter. When set, do not ask the user to choose the
4066 instance, but use the first one found instead.
4067 Use given line number in returned sals.
4068 Fix comment.
4069 Skip the prologue if funfirstline is set.
4070 Correct for memory leak when 0 lines found.
4071
4072 (value_pos_atr): Use pos_atr.
4073 (pos_atr): New function.
4074 (standard_lookup): Add block parameter.
4075
4076 (makeTimeStart): Remove declaration and uses.
4077 (makeTimeStop): Remove declaration and uses.
4078
4079 (ada_completer_word_break_characters): Allow for VMS.
4080 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4081 (raise_sym_name): New constant.
4082 (raise_unhandled_sym_name): New constant.
4083 (raise_assert_sym_name): New constant.
4084 (process_raise_exception_name): New constant.
4085 (longest_exception_template): New constant.
4086 (warning_limit): New variable to limit warnings during expression
4087 evaluation.
4088 (warnings_issued): New variable to keep track of warnings issued.
4089 (known_runtime_file_name_patterns): New constant.
4090 (known_auxiliary_function_name_patterns): New constant.
4091 (symbol_list_obstack): New variable.
4092
4093 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4094 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4095 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4096 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4097 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4098 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4099 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4100 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4101 and strcmp.
4102
4103 (ada_get_field_index): New function.
4104 (lim_warning): New function.
4105 (ada_translate_error_message): New function.
4106 (MAX_OF_SIZE): New function.
4107 (MIN_OF_SIZE): New function.
4108 (UMAX_OF_SIZE): New function.
4109 (UMIN_OF_SIZE): New function.
4110 (discrete_type_high_bound): New function.
4111 (discrete_type_low_bound): New function.
4112 (base_type): New function.
4113 (do_command): Remove.
4114
4115 (ada_update_initial_language): Use language_ada, not language_unknown.
4116 (ada_encode): Renamed from ada_mangle.
4117 Obey ADA_RETAIN_DOTS.
4118 (ada_decode): Renamed from ada_demangle.
4119 Update coding conventions.
4120 (decoded_names_store): New hash table.
4121 (ada_decode_symbol): New function.
4122 (ada_la_decode): New function.
4123
4124 (modify_general_field): Correct computations of offset and bit
4125 position.
4126 (desc_base_type): Handle ref types, too.
4127 (ada_is_direct_array_type): New function.
4128
4129 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4130 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4131 (ada_is_bogus_array_descriptor,ada_type_of_array,
4132 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4133 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4134 ada_is_array_descriptor_type.
4135
4136 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4137 (ada_is_packed_array_type): Handle pointers or
4138 references to packed arrays as well.
4139 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4140 (decode_packed_array_type): Search for the packed array type
4141 symbol in the currently selected block and associated
4142 superblocks too.
4143 Use lookup_symbol again.
4144
4145 (decode_packed_array): Handle pointers and references.
4146 Update call to coerce_unspec_val_to_type.
4147 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4148 (ada_value_primitive_packed_val): Improve comment.
4149
4150 (ada_index_type): Substitute int type for "undefined".
4151 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4152 ada_array_langth, ada_is_string_type): Use renamed
4153 ada_is_simple_array_type.
4154 (empty_array): New function.
4155
4156 (ada_resolve): Rename to resolve.
4157 (resolve): Make static.
4158 Call renamed resolve_subexp.
4159 Update comment.
4160 (ada_resolve_subexp): Rename to resolve_subexp.
4161 (resolve_subexp): Update comment.
4162 Decomment disabled code.
4163 Add LOC_COMPUTED* cases.
4164 Modify to use temporary struct symbols (marked as being in
4165 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4166 OP_UNRESOLVED_VALUE.
4167 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4168 Add OP_STRING case.
4169 Remove OP_ARRAY.
4170 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4171 Use new ada_lookup_symbol_list interface.
4172 Use new ada_resolve_function interface.
4173 Remove OP_TYPE case.
4174
4175 (ada_args_match): Idiot proof against null actuals.
4176 Use intermediate variables to clarify.
4177 (ada_resolve_function): Update comment and interface.
4178 (mangled_ordered_before): Rename to encoded_ordered_before and
4179 update comment.
4180 (sort_choices): Update comment and interface.
4181 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4182 (user_select_syms): New interface.
4183 Use new sort_choices interface.
4184 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4185 (possible_user_operator_p): Idiot-proof against null values.
4186 (ada_simple_renamed_entity): Don't make cleanup; rely on
4187 caller to free result string.
4188 Remove const from return type.
4189 (make_array_descriptor): Rename uses of place_on_stack to
4190 ensure_lval.
4191 Make sure that arrays are on stack.
4192
4193 (HASH_SIZE): Define.
4194 (struct cache_entry): Define.
4195 (cache_space): Define.
4196 (cache): Define.
4197 (clear_ada_sym_cache): New function.
4198 (find_entry): New function.
4199 (lookup_cached_symbol): New function.
4200 (defn_vector_size): Define.
4201 (cache_symbol): New function.
4202 (defn_symbols): Remove.
4203
4204 (standard_lookup): Use lookup_symbol_in_language to get effect of
4205 C lookup.
4206 Cache results.
4207
4208 (symbol_completion_match): New function.
4209 (symbol_completion_add): New function.
4210 (ada_make_symbol_completion_list): New function.
4211
4212 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4213 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4214 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4215 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4216
4217 (ada_lookup_simple_minsym): New function.
4218 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4219
4220 (add_symbols_from_enclosing_procs): New interface.
4221 Conditionalize more helpfully.
4222 Don't bother if program isn't running.
4223 Use new interface to get_frame_block.
4224 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4225
4226 (remove_extra_symbols): New interface.
4227 (xget_renaming_scope): New function.
4228 (is_package_name): New function.
4229 (renaming_is_visible): New function.
4230 (remove_out_of_scope_renamings): New function.
4231
4232 (ada_lookup_symbol_list): New interface.
4233 Properly reinitialize the symbol list obstack.
4234 Don't call add_symbols_from_enclosing_procs if we start from a
4235 static or global block.
4236 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4237 add_symbols_from_enclosing_procs.
4238 Add symtab data to cached entries.
4239 Handle symbols prefixed with
4240 "standard__" specially; strip prefix and don't look in local symbols.
4241 Do not include out of scope renaming symbols in list of
4242 symbols returned.
4243 Add const to block parameter.
4244 Move check for non-local, non-global symbols earlier.
4245 Remove timing stuff.
4246 (ada_lookup_symbol): New interface.
4247 Find symtab as well.
4248 (ada_lookup_symbol_nonlocal): New function.
4249
4250 (is_name_suffix): Enhance suffix detection to recognize
4251 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4252 (is_dot_digits_suffix): New function.
4253 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4254
4255 (ada_add_block_symbols): New interface. Use obstack to return results
4256 in a vector of struct ada_symbol_infos. Add symtab argument.
4257 Use new interface to add_defn_to_vec.
4258 Remove calls to fill_in_ada_prototype.
4259 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4260
4261 (ada_finish_decode_line_1): Add const qualification to local to fix
4262 warning.
4263 Start looking in static block for functions to avoid attempts
4264 to search frame chain for up-level variables.
4265 Adapt to new ada_sals_for_line interface.
4266 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4267 Handle quoting of the function name inside the spec string.
4268 Skip prologue when funfirstline is set and update the
4269 function documentation to that effect.
4270
4271 (debug_print_lines, debug_print_block, debug_print_blocks,
4272 debug_print_symtab): Remove.
4273
4274 (ada_main_name): New function.
4275 (ada_exception_breakpoint_type): New function.
4276 (is_known_support_routine): New function.
4277 (ada_find_printable_frame): Renamed from find_printable_frame and made
4278 global.
4279 Remove level parameter.
4280 Use new interface to select_frame.
4281
4282 (begin_command): Remove.
4283 (ada_adjust_exception_stop): New function.
4284 (ada_print_exception_stop): New function.
4285 (exception_name_from_cond): New function.
4286 (ada_report_exception_break): Replace disabled code with
4287 conditionalization on GNAT_GDB.
4288 Get the exception name from the condition string.
4289 Remove and move functionality into new functions
4290 ada_print_exception_breakpoint_task and
4291 ada_print_exception_breakpoint_nontask.
4292 (error_breakpoint_runtime_sym_not_found): New function.
4293 (is_runtime_sym_defined): New function.
4294 (ada_breakpoint_rewrite): Uncomment suppressed code.
4295 Use symbolic error-message and runtime-symbol names.
4296 Surround runtime symbol names in quotes.
4297 Allow non-specific breakpoints on exceptions and assertions before
4298 program starts.
4299
4300 (ada_is_tagged_type): Add parameter.
4301 (ada_is_tag_type): New function.
4302 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4303 (ada_variant_discrim_type): Ditto.
4304 (value_tag_from_contents_and_address): New function.
4305 (type_from_tag): New function.
4306 (struct tag_args): New structure used to communicate with
4307 ada_tag_name_1.
4308 (ada_tag_name_1): New function.
4309 (ada_tag_name): New function.
4310
4311 (ada_scan_number): Update comment.
4312 (find_struct_field): New function.
4313 (ada_search_struct_field): Make static.
4314 (ada_value_struct_elt): New version that returns references when
4315 given pointers or references to structs.
4316 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4317 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4318 interface.
4319 (ada_value_ind): Use new ada_to_fixed_value interface.
4320 (ada_coerce_ref): Ditto.
4321 (field_offset): Remove.
4322
4323 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4324 (ada_find_renaming_symbol): New function.
4325 (ada_prefer_type): Prefer named types over unnamed ones.
4326 (variant_field_index): New function.
4327 (contains_variant_part): Removed: subsumed by variant_field_index.
4328 (ada_template_to_fixed_record_type): New function, mostly from
4329 template_to_fixed_record_type.
4330 (template_to_fixed_record_type):
4331 Do not scan the type fields beyond the last one; prevents a
4332 potential SEGV.
4333 Handle case where variant field is listed BEFORE discriminant it
4334 depends on.
4335 Fix calculation of record length when bit length is
4336 not evenly divisible by char length.
4337 Move code to ada_template_to_fixed_record_type and call it.
4338
4339 (template_to_static_fixed_type): Revise comment.
4340 Modify to work on ordinary record types as well as templates,
4341 so as to handle fields that use ___XVE or ___XVU encodings.
4342 (to_record_with_fixed_variant_part): Fill out comment.
4343 Initialize C++ stuff in right type.
4344 Allow case where DVAL is null.
4345 Handle case where variant field is not last.
4346 Fix typo concerning record length.
4347 (to_fixed_record_type): Decomment disabled code.
4348 (to_fixed_record_type): Use variant_field_index instead of
4349 contains_variant_part.
4350 (to_fixed_variant_branch_type): Ditto.
4351 (to_fixed_array_type): Decomment disabled code.
4352 (ada_to_fixed_type): Convert tagged types to the specific type.
4353 Deactivate the size-check for array types in order to avoid
4354 some false size alarms.
4355 (to_static_fixed_type): Decomment disabled code.
4356 Modify to call template_to_static_fixed_type
4357 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4358 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4359 Remove valaddr argument, as it is never really used.
4360 (ada_to_fixed_value): Change interface to act on single struct value*
4361 operand.
4362 (adjust_pc_past_prologue): New function.
4363 (ada_attribute_name): Modify to take enum exp_opcode argument.
4364
4365 (ada_enum_name): Recognize new homonym-distinguishing convention.
4366 Adjust local variable's type to remove compiler warning.
4367 Fix a small problem in the part that unqualifies the enumeration name.
4368 (ada_value_binop): New function.
4369 (ada_value_equal): New function.
4370
4371 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4372 Don't give error message when not doing normal evaluation
4373 and a tagged type doesn't seem to contain a structure member.
4374 Give error message for packed arrays.
4375 For indexing arrays, handle pointers to packed arrays correctly.
4376 Handle case of 'first and 'last attributes of bare integral type
4377 without encoded subtype info.
4378 Remove some unnecessary casts.
4379 Fix uninitialized value of type in computing 'first, 'last, or 'length
4380 of array object.
4381 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4382 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4383 calls.
4384 Attributes are now exp_opcode values.
4385 Correct treatment of 'modulus.
4386 Better error message for taking 'length of wrong kind of type;
4387 improve comment.
4388 Change EVAL_NORMAL to noside for consistency.
4389 Use ada_value_binop for DIV, MOD, REM.
4390 Make special case out of array of length 0, since an argument
4391 of 0 upsets some platforms' malloc.
4392 Use OP_STRING instead of OP_ARRAY.
4393 For slice, add check that we have an array type before extracting
4394 a slice out of it. Avoids a SEGV.
4395 When evaluating an array slice, if the array type is a reference to
4396 an aligner type, then replace the aligner type by the actual type.
4397 Decomment disabled code.
4398 Remove some dead code.
4399 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4400 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4401 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4402 and UNOP_MBR to UNOP_IN_RANGE.
4403 If an array type has a parallel ___XVE type, then use it.
4404 Turn arrays into pointers for lvalue arrays.
4405 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4406 bounds error and handle 0-length slices.
4407 Use lim_warning.
4408 When selecting fields, apply ada_to_fixed_value (because the fields
4409 might have ___XVU or ___XVE encodings even if not dynamic.)
4410 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4411 (ada_is_system_address_type): New function.
4412
4413 (get_var_value): Use new interface to ada_lookup_symbol_list.
4414 (get_int_var_value): New interface.
4415 (to_fixed_range_type): Allow unknown bound, with warning.
4416 (ada_is_modular_type): Decomment disabled code.
4417 (ADA_OPERATORS): New definition.
4418 (ada_operator_length): New function.
4419 (ada_expr_op_name): New function.
4420 (ada_forward_operator_length): New function.
4421 (ada_dump_subexp_body): New function.
4422 (ada_print_subexp): New function.
4423 (ada_exp_descriptor): New constant.
4424 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4425 (ada_language_defn): Add ada_exp_descriptor entry.
4426 Change ada_parse => parse.
4427 Add post-parser entry.
4428 Use ada-specific non-local symbol lookup.
4429 Don't use C-style arrays.
4430 String lower-bound is 1.
4431 Decomment disabled code.
4432 (parse): New function.
4433 New fields ada_translate_error_message, ada_lookup_symbol,
4434 ada_lookup_minimal_symbol.
4435
4436 * ada-lang.h: Update copyright dates.
4437 Replace the mangle/demangle terminology throughout by the
4438 more appropriate encode/decode one.
4439 Include breakpoint.h.
4440 Forward declare struct partial_symbol, struct block.
4441 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4442 (EXTRACT_ADDRESS): Remove.
4443 (EXTRACT_INT): Remove.
4444 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4445 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4446 (MAX_RENAMING_CHAIN_LENGTH): Define.
4447 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4448
4449 (enum task_states): Remove.
4450 ada_task_states: Remove.
4451 (fat_string): Remove.
4452 (struct entry_call): Remove.
4453 (struct task_fields): Remove.
4454 (struct task_entry): Remove.
4455
4456 (struct ada_symbol_info): Define.
4457 (enum ada_attribute): Remove.
4458 (enum ada_operator): Define.
4459
4460 (ada_get_field_index): Declare.
4461 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4462 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4463 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4464 (ada_lookup_symbol_list): New interface.
4465 (ada_decode_symbol): Declare.
4466 (ada_decode): Declare.
4467 (ada_lookup_symbol): New interface.
4468 (ada_update_initial_language): Declare.
4469 (ada_lookup_simple_minsym): Declare.
4470 (user_select_syms): New interface.
4471 (ada_sals_for_line): Declare.
4472 (ada_is_tagged_type): New interface.
4473 (ada_tag_name): Declare.
4474 (ada_lookup_struct_elt_type): Remove declaration.
4475 (ada_search_struct_field): Remove declaration.
4476 (ada_attribute_name): New interface.
4477 (ada_is_system_address_type): Declare.
4478 (ada_to_fixed_value): Remove declaration.
4479 (ada_template_to_fixed_record_type_1): Declare.
4480 (get_int_var_value): New interface.
4481 (ada_find_any_symbol): Declare.
4482 (ada_find_renaming_symbol): Declare.
4483 (ada_mangle): Rename to ada_encode.
4484 (ada_simple_renamed_entity): Remove const.
4485 (ada_main_name): Declare.
4486 (get_current_task): Rename to ada_get_current_task.
4487 (get_entry_number): Remove declaration.
4488 (ada_report_exception_break): Remove declaration.
4489 (ada_print_exception_breakpoint_nontask): Declare.
4490 (ada_print_exception_breakpoint_task): Declare.
4491 (ada_find_printable_frame): Declare.
4492
4493 * ada-lex.l: Update copyright notices.
4494 Use xmalloc and xfree instead of malloc and free.
4495 Use new interface to name_lookup.
4496 Use new interface to
4497 ada_mangle=>ada_encode.
4498 Redo handling of '$...' variable to parallel current treatment
4499 in c-exp.y.
4500 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4501 digit_to_int, strtoulst, processInt, processReal, processId,
4502 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4503 yywrap): Protoize.
4504
4505 (processInt): Use cast to remove harmless warning.
4506 (processReal): Modify to get rid of compiler warning on scan formats.
4507
4508 (processId): Replace xmalloc with obstack_alloc for name and remove
4509 call to ada_name_string_cleanup.
4510 Remove obsolete disabled code.
4511 (name_lookup): Ditto.
4512 New interface.
4513 Use obsavestring on temp_parse_space instead of savestring
4514 on name, and remove call to ada_name_string_cleanup.
4515 Free string returned from ada_simple_renamed_entity.
4516 Use new interface to ada_lookup_symbol_list.
4517 Decomment disabled code.
4518 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4519 not types.
4520 When a type name lookup succeeds as a result of
4521 lookup_primitive_typename, check for regular type entry that has not
4522 yet been read in.
4523 Limit length of chain of renamed symbols we are willing to follow.
4524 Do not break names beginning with "standard__" into segments.
4525 (block_lookup): Use new interface to ada_lookup_symbol_list.
4526
4527 * ada-typeprint.c: Update copyright notice.
4528 (demangled_type_name): Rename to decoded_type_name.
4529 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4530 (print_range_bound): Correct handling of negative
4531 bounds that make the index type looked unsigned under STABS.
4532 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4533 (print_range_type_named): Use the builtin int type if no type
4534 corresponding to the given type name could be found.
4535 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4536 Add some bullet-proofing.
4537 (print_variant_clauses): Allow for variant branches with ___XVU
4538 encodings that are not dynamic fields.
4539 Use new interface to ada_is_tagged_type.
4540 (print_record_type): Allow for fields with ___XVE encodings that
4541 are not dynamic fields.
4542 Use new interface to ada_is_tagged_type.
4543 (ada_print_type): ada_is_array_descriptor =>
4544 ada_is_array_descriptor_type.
4545
4546 * ada-valprint.c: Update copyright notice.
4547 Include gdb_string.h
4548 Include infcall.h
4549 (ui_memcpy): New function.
4550 (ada_print_floating): New function.
4551 (ada_print_str): Order arguments correctly.
4552 Correct handling of empty arrays and arrays of 0-length items.
4553 ada_is_array_descriptor => ada_is_array_descriptor_type
4554 Print values of type System.Address in hexadecimal format.
4555 Use ada_print_floating to print floating-point numbers in Ada format.
4556 Print class tag values with type names.
4557 No longer print the address of reference values. Avoids
4558 a potential confusion.
4559 (ada_value_print): Stop printing the object type for reference
4560 values, but preserve that behavior for access types. Avoids
4561 a potential confusion.
4562 Simplify one conditional expression, as the first part is now
4563 necessarily true.
4564 ada_is_array_descriptor => ada_is_array_descriptor_type
4565 Add check for arrays for null records, and print them by hand.
4566
4567 2004-06-01 Jim Blandy <jimb@redhat.com>
4568
4569 * ppc-tdep.h: Delete unused 'regoff' member.
4570 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4571
4572 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4573
4574 Fix PR symtab/1661.
4575 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4576 (hpread_read_struct_type): Likewise.
4577
4578 2004-06-01 Andrew Cagney <cagney@gnu.org>
4579
4580 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4581 instead of xasprintf.
4582 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4583 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4584 (mi_cmd_data_list_register_names)
4585 (mi_cmd_data_list_changed_registers)
4586 (mi_cmd_data_list_register_values)
4587 (get_register, mi_cmd_data_write_register_values)
4588 (mi_cmd_data_write_register_values)
4589 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4590 (mi_cmd_target_download, mi_cmd_target_select)
4591 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4592 (mi_execute_cli_command, mi_execute_async_cli_command)
4593 (mi_execute_async_cli_command): Ditto.
4594 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4595 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4596
4597 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4598 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4599 error_last_message instead of mi_error_last_message.
4600 * mi/mi-main.c (mi_error_last_message): Delete function.
4601
4602 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4603 "invalid number of columns" error. Delete redundant "out of
4604 memory" check.
4605
4606 2004-05-31 Mark Kettenis <kettenis@gnu.org>
4607
4608 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4609 (gregset_t, fpregset_t): Remove typedefs.
4610 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4611 (REG_OFFSET): Rename argument.
4612 (i386bsd_r_reg_offset): Rename from reg_offset.
4613 (REG_ADDR): Remove macro.
4614 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4615 functions.
4616 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4617 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4618 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4619 instead of supply_gregset.
4620 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4621 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4622 instead of fill_gregset.
4623 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4624
4625 * i386bsd-nat.c: Don't include "gregset.h".
4626 (supply_gregset, fill_gregset): Make static.
4627 (supply_fpregset, fill_fpregset): Remove.
4628 * Makefile.in (i386bsd-nat.o): Update dependencies.
4629
4630 2004-05-30 Mark Kettenis <kettenis@gnu.org>
4631
4632 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4633 "gdb_assert.h". Con't include "gregset.h".
4634 (fbsd_make_corefile_notes): Use regset-based core file support
4635 instead off fill_gregset and fill_fpregset.
4636 * Makefile.in (fbsd-proc.o): Update dependencies.
4637
4638 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4639 instructions.
4640 (m88k_frame_prev_register): Simplify code a bit.
4641
4642 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4643 (amd64_collect_fpregset): New function.
4644 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4645
4646 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4647
4648 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4649 (i386_collect_gregset): New function.
4650 (i386_supply_fpregset): Adjust comment.
4651 (i386_collect_fpregset): New function.
4652 (i386_regset_from_core_section): Use i386_collect_gregset and
4653 i386_collect_fpregset.
4654
4655 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4656 handle VALUEP being null.
4657
4658 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4659
4660 2004-05-29 Mark Kettenis <kettenis@gnu.org>
4661
4662 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4663
4664 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4665 assembler in OpenBSD 3.5-current.
4666 (amd64obsd_sigcontext_addr): Likewise.
4667
4668 2004-05-28 Jim Blandy <jimb@redhat.com>
4669
4670 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4671 register set, so our regcache isn't declared "legacy" and our E500
4672 pseudoregister read and write functions aren't ignored.
4673 (rs6000_register_byte, rs6000_register_raw_size,
4674 rs6000_register_virtual_type, rs6000_register_convertible,
4675 rs6000_register_convert_to_virtual,
4676 rs6000_register_convert_to_raw): Deleted.
4677 (rs6000_register_type, rs6000_convert_register_p,
4678 rs6000_register_to_value, rs6000_value_to_register): New
4679 functions.
4680 (rs6000_gdbarch_init): Don't register
4681 gdbarch_deprecated_register_size,
4682 gdbarch_deprecated_register_bytes,
4683 gdbarch_deprecated_register_byte,
4684 gdbarch_deprecated_register_raw_size,
4685 gdbarch_deprecated_register_virtual_type,
4686 gdbarch_deprecated_register_convertible,
4687 gdbarch_deprecated_register_convert_to_virtual, or
4688 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4689 register gdbarch_register_type, gdbarch_convert_register_p,
4690 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4691
4692 2004-05-26 Jim Blandy <jimb@redhat.com>
4693
4694 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4695 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4696 functions, updated to match the register numberings used in GCC.
4697 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4698 rs6000_dwarf2_reg_to_regnum as register number conversions
4699 functions for STABS and Dwarf2.
4700
4701 2004-05-26 Randolph Chung <tausq@debian.org>
4702
4703 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4704 in header file.
4705
4706 2004-05-25 Joel Brobecker <brobecker@gnat.com>
4707
4708 * NEWS: Document new "start" command.
4709
4710 2004-05-25 Randolph Chung <tausq@debian.org>
4711
4712 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4713 hppa-linux.
4714
4715 2004-05-25 Randolph Chung <tausq@debian.org>
4716
4717 * hppa-hpux-tdep.c (offsetof): Define.
4718 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4719 (hppa32_hpux_frame_base_before_sigtramp)
4720 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4721 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4722 (hppa64_hpux_frame_base_before_sigtramp)
4723 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4724 functions.
4725 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4726 (hppa_hpux_sigtramp_frame_unwind_cache)
4727 (hppa_hpux_sigtramp_frame_this_id)
4728 (hppa_hpux_sigtramp_frame_prev_register)
4729 (hppa_hpux_sigtramp_frame_unwind)
4730 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4731 (hppa_hpux_init_abi): Register sigtramp unwinder.
4732 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4733
4734 2004-05-25 Randolph Chung <tausq@debian.org>
4735
4736 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4737 and multiple stack unwinds.
4738 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4739
4740 2004-05-25 Andrew Cagney <cagney@gnu.org>
4741
4742 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4743 * symfile-mem.h: Delete file.
4744 * symfile-mem.c: Do not include "symfile-mem.h".
4745 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4746 "struct bfd_section". When an error do not bother returning NULL.
4747 (add_symbol_file_from_memory_command): Use "struct bfd" and
4748 "struct bfd_section".
4749 * Makefile.in (symfile_mem_h): Delete.
4750 (symfile-mem.o): Update dependencies.
4751
4752 2004-05-25 Nick Roberts <nickrob@gnu.org>
4753
4754 * gdb-mi.el: New file.
4755
4756 2004-05-25 Andrew Cagney <cagney@gnu.org>
4757
4758 * inftarg.c: Include "observer.h".
4759 (child_attach, child_create_inferior): Notify inferior_created.
4760 * corelow.c: Include "observer.h".
4761 (core_open): Notify inferior_created.
4762 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4763
4764 2004-05-25 Andrew Cagney <cagney@gnu.org>
4765
4766 * target.h (struct target_ops): Add from_tty to
4767 to_create_inferior.
4768 (target_create_inferior, find_default_create_inferior): Update.
4769 * infcmd.c (run_command): Update.
4770 * wince.c (child_create_inferior): Update.
4771 * win32-nat.c (child_create_inferior): Update.
4772 * uw-thread.c (uw_thread_create_inferior): Update.
4773 * thread-db.c (thread_db_create_inferior): Update.
4774 * target.c (debug_to_create_inferior)
4775 (find_default_create_inferior): Update.
4776 (maybe_kill_then_create_inferior): Update.
4777 * sol-thread.c (sol_thread_create_inferior): Update.
4778 * remote.c (extended_remote_async_create_inferior)
4779 (extended_remote_create_inferior): Update.
4780 * remote-vx.c (vx_create_inferior): Update.
4781 * remote-st.c (st2000_create_inferior): Update.
4782 * remote-sim.c (gdbsim_create_inferior): Update.
4783 * remote-sds.c (sds_create_inferior): Update.
4784 * remote-rdp.c (remote_rdp_create_inferior): Update.
4785 * remote-rdi.c (arm_rdi_create_inferior): Update.
4786 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4787 * remote-e7000.c (e7000_create_inferior): Update.
4788 * procfs.c (procfs_create_inferior): Update.
4789 * ocd.c (ocd_create_inferior): Update.
4790 * ocd.h (ocd_create_inferior): Update.
4791 * nto-procfs.c (procfs_create_inferior): Update.
4792 * monitor.c (monitor_create_inferior): Update.
4793 * lin-lwp.c (lin_lwp_create_inferior): Update.
4794 * inftarg.c (child_create_inferior): Update.
4795 * hpux-thread.c (hpux_thread_create_inferior): Update.
4796 * gnu-nat.c (gnu_create_inferior): Update.
4797
4798 2004-05-25 Andrew Cagney <cagney@gnu.com>
4799
4800 * MAINTAINERS: Update e-mail address.
4801
4802 2004-05-24 Randolph Chung <tausq@debian.org>
4803
4804 * thread.c (info_threads_command, thread_apply_all_command)
4805 (thread_apply_command, thread_command, do_captured_thread_select):
4806 Remove HPUXHPPA-specific code.
4807
4808 2004-05-24 Randolph Chung <tausq@debian.org>
4809
4810 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4811 unused symbols.
4812 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4813 references.
4814
4815 2004-05-24 Joel Brobecker <brobecker@gnat.com>
4816
4817 * infcmd.c (kill_if_already_running): New function, extracted
4818 from run_command().
4819 (run_command): Replace extracted code by call to
4820 kill_if_already_running().
4821 (start_command): New function.
4822 (_initialize_infcmd): Add "start" command.
4823
4824 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4825
4826 Add OpenBSD/m88k support.
4827 * NEWS (New native configurations): Mention OpenBSD/m88k.
4828 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4829 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4830 * Makefile.in (m88k_tdep_h): New variable.
4831 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4832 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4833 * configure.host: Add m88*-*-openbsd*.
4834 * configure.tgt: Add m88*-*-openbsd*.
4835
4836 2004-05-24 Jim Blandy <jimb@redhat.com>
4837
4838 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4839 to approve changes.
4840
4841 2004-05-24 Kevin Buettner <kevinb@redhat.com>
4842
4843 * symtab.c (fixup_section): Search section table when lookup by
4844 name fails.
4845
4846 2004-05-24 Randolph Chung <tausq@debian.org>
4847
4848 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4849 be "small_struct".
4850
4851 2004-05-24 Mark Kettenis <kettenis@gnu.org>
4852
4853 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4854 register number in regcache_raw_collect call.
4855 (m68kbsd_collect_fpregset): Likewise.
4856 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4857
4858 * regset.h (struct regset): Add back `regset' member.
4859
4860 2004-05-23 Mark Kettenis <kettenis@gnu.org>
4861
4862 * configure.in: Check for td_pcb in `struct thread'.
4863 * configure, config.in: Regenerated.
4864
4865 * dpx2-nat.c: Remove file.
4866 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4867 (dpx2-nat.o): Remove dependencies.
4868
4869 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4870 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4871 (amd64obsd_supply_pcb): New function.
4872 (_initialize_amd64obsd_nat): Enable libkvm interface.
4873 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4874 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4875 (LOADLIBES): New variable.
4876
4877 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4878 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4879 (sparc32nbsd_supply_pcb): New function.
4880 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4881 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4882 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4883 (LOADLIBES): New variable.
4884
4885 2004-05-22 Mark Kettenis <kettenis@gnu.org>
4886
4887 * bsd-kvm.c, bsd-kvm.h: New files.
4888 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4889 "bsd-kvm.h".
4890 (i386fbsd_supply_pcb): New function.
4891 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4892 (i386fbsd-nat.o): Update dependencies.
4893 (bsd_kvm_h): New variable.
4894 (bsd-kvm.o): New dependency.
4895 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4896 (LOADLIBES): New variable.
4897
4898 * regset.c: Tweak comment.
4899 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4900 macro.
4901 * regset.h: Update copyright year.
4902 (struct regset): Remove `descr' member, add `gdbarch' member.
4903 (regset_alloc): Adjust prototype and comment.
4904 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4905 (i386_supply_fpregset): Likewise.
4906 (i386_regset_from_core_section): Update call to regset_alloc.
4907 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4908 REGSET->arch.
4909 (i386obsd_aout_regset_from_core_section): Update call to
4910 regset_alloc.
4911 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4912 REGSET->arch.
4913 (i386nbsd_aout_regset_from_core_section): Update call to
4914 regset_alloc.
4915 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4916 REGSET->arch.
4917 (amd64_regset_from_core_section): Update call to regset_alloc.
4918 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4919 REGSET->arch.
4920 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4921 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4922 &sparc32nbsd_gregset in sparc32_supply_gregset call.
4923 (sparc32nbsd_init_abi): Update call to regset_alloc.
4924 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
4925 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
4926 (sparc64obsd_init_abi): Update call to regset_alloc.
4927 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
4928 &sparc64nbsd_gregset in sparc64_supply_gregset call.
4929 (sparc64nbsd_init_abi): Update call to regset_alloc.
4930 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
4931 &sparc64fbsd_gregset in sparc64_supply_gregset call.
4932 (sparc64fbsd_init_abi): Update call to regset_alloc.
4933
4934 2004-05-22 Jim Blandy <jimb@redhat.com>
4935
4936 * ppc-tdep.h (spe_register_p): New declaration.
4937 (struct gdbarch_tdep): New members: ppc_acc_regnum and
4938 ppc_spefscr_regnum.
4939 * rs6000-tdep.c (spe_register_p): New function.
4940 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
4941 spefscr.
4942 (rs6000_gdbarch_init): Initialize the new members of the tdep
4943 structure.
4944
4945 2004-05-21 Jim Blandy <jimb@redhat.com>
4946
4947 * ppc-linux-nat.c (fetch_register): Move code back to be next
4948 to the comment that describes it. (Moved code, instead of
4949 comment, for symmetry with store_register.)
4950
4951 Allocate regset structures in the gdbarch's obstack, not using
4952 xmalloc.
4953 * regset.c (regset_alloc): Renamed from regset_xmalloc.
4954 Add 'arch' argument. Allocate the regset on arch's obstack, not
4955 using xmalloc.
4956 * regset.h (regset_alloc): Update declaration.
4957 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
4958 gdbarch argument.
4959 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
4960 * i386-tdep.c (i386_regset_from_core_section): Same.
4961 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
4962 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
4963 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
4964 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
4965 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
4966 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
4967
4968 2004-05-21 Joel Brobecker <brobecker@gnat.com>
4969
4970 * config/djgpp/fnchange.lst: Undo previous change, was useless.
4971
4972 2004-05-21 Jim Blandy <jimb@redhat.com>
4973
4974 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
4975 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
4976
4977 2004-05-20 Jim Blandy <jimb@redhat.com>
4978
4979 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
4980
4981 2004-05-20 Mark Kettenis <kettenis@gnu.org>
4982
4983 * regset.h: Make prototype const-correct.
4984 * regset.c (regset_xmalloc): Make const-correct.
4985
4986 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
4987
4988 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
4989 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
4990 (symbol_search_name): Declare.
4991
4992 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
4993 (iter_name_next_hashed): Ditto.
4994 (iter_name_next_linear): Ditto.
4995 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
4996
4997 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
4998 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
4999 (symbol_search_name): New function.
5000
5001 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5002
5003 * minsyms.c (build_minimal_symbol_hash_tables): Change
5004 test for adding to demangled hash table to check for difference
5005 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5006
5007 2004-05-19 Jim Blandy <jimb@redhat.com>
5008
5009 Use a constructor function to create regset structures.
5010 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5011 (struct regset): Use supply_regset_ftype. Add new
5012 'collect_regset' member.
5013 (regset_xmalloc): New declaration.
5014 * regset.c: New file.
5015 * am64-tdep.c (amd64_regset_from_core_section): Use
5016 regset_xmalloc to construct regset structures.
5017 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5018 * i386-tdep.c (i386_regset_from_core_section): Same.
5019 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5020 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5021 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5022 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5023 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5024 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5025 * Makefile.in (COMMON_OBS): Add regset.o.
5026 (regset.o): New rule.
5027
5028 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5029
5030 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5031 and pthread_cond_wait.c.
5032
5033 2004-05-18 Jim Blandy <jimb@redhat.com>
5034
5035 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5036 before the mach-specific switch, and then let the individual cases
5037 override the defaults, rather than leaving them uninitialized
5038 until the switch and then setting them in each case.
5039
5040 2004-05-18 Randolph Chung <tausq@debian.org>
5041
5042 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5043 millicode functions.
5044
5045 2004-05-18 Randolph Chung <tausq@debian.org>
5046
5047 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5048 references to dld_flags_buffer consistent.
5049
5050 2004-05-18 Randolph Chung <tausq@debian.org>
5051
5052 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5053 it for unwinding the stack.
5054
5055 2004-05-18 Randolph Chung <tausq@debian.org>
5056
5057 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5058 Undefine these so we can overide them using gdbarch.
5059
5060 2004-05-18 Randolph Chung <tausq@debian.org>
5061
5062 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5063 handling for 64-bit HPUX (elf).
5064
5065 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5066
5067 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5068 constants.
5069 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5070 * ia64-tdep.c (examine_prologue): Likewise.
5071 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5072 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5073
5074 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5075
5076 * vax-tdep.c (vax_return_value): Implement
5077 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5078
5079 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5080
5081 * vax-tdep.c (vax_return_value): Fix typo.
5082
5083 2004-05-17 Andrew Cagney <cagney@redhat.com>
5084
5085 * MAINTAINERS: Mark Salter was also responsible for
5086 testsuite/config/
5087
5088 * NEWS: Mention signal fixes.
5089
5090 2004-05-17 Randolph Chung <tausq@debian.org>
5091
5092 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5093 check to see if we are unwinding an export stub. Export stubs clobber
5094 the %rp in the call path and stores the original rp in a stack slot.
5095
5096 2004-05-17 Jim Blandy <jimb@redhat.com>
5097
5098 * MAINTAINERS: Update address for J.T. Conklin.
5099
5100 2004-05-17 Randolph Chung <tausq@debian.org>
5101
5102 * hppa-tdep.c: Remove superfluous #include's.
5103 * Makefile.in (hppa-tdep.o): Update dependencies.
5104
5105 2004-05-17 Randolph Chung <tausq@debian.org>
5106
5107 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5108 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5109 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5110 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5111 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5112 Remove static function declarations.
5113
5114 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5115
5116 * alphabsd-nat.c: Update copyright year.
5117 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5118
5119 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5120 and M68K_A2_REGNUM.
5121
5122 * m68k-tdep.c (m68k_svr4_return_value): Implement
5123 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5124
5125 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5126
5127 * sol-thread.c Update copyright year. Fix various coding
5128 standards violations. Tweak a few comments.
5129 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5130 Delete prototypes.
5131
5132 2004-05-15 Randolph Chung <tausq@debian.org>
5133
5134 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5135 as pointer instead of array reference since HPUX compiler does
5136 not accept unsized array arguments.
5137 * somsolib.c (dld_flags_buffer): Use constant array size.
5138
5139 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5140
5141 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5142 offset with decimal offset.
5143 (amd64obsd_sigcontext_addr): Return correct address for entire
5144 signal trampoline.
5145
5146 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5147 instead of get_frame_base.
5148
5149 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5150 (fill_gregset): Use regcache_raw_collect.
5151
5152 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5153 ppcobsd-tdep.c.
5154
5155 * config/sparc/tm-nbsd64.h: Remove file.
5156 * config/tm-sunos.h: Remove file.
5157
5158 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5159
5160 * rs6000-tdep.c (store_param_on_stack_p): New function,
5161 an improved version of some code extracted from skip_prologue().
5162 (skip_prologue): Use store_param_on_stack_p() to detect
5163 instructions saving a parameter on the stack. Detect when r0
5164 is used to save a parameter.
5165 Do not mark "li rx, SIMM" instructions as part of the prologue,
5166 unless the following instruction is also part of the prologue.
5167
5168 2004-05-14 Andrew Cagney <cagney@redhat.com>
5169
5170 * infrun.c (handle_inferior_event): Simplify
5171 STEP_OVER_UNDEBUGGABLE.
5172
5173 * infrun.c (handle_step_into_function): Delete function.
5174 (handle_inferior_event): Inline calls to
5175 handle_step_into_function.
5176
5177 2004-05-14 Jerome Guitton <guitton@gnat.com>
5178
5179 * rs6000-nat.c: Fix a comment.
5180
5181 2004-05-12 David Anderson <davea@sgi.com>
5182
5183 Committed by Jim Blandy <jimb@redhat.com>:
5184 * regcache.c (struct regcache_descr): fix comment spelling.
5185
5186 2004-05-13 J. Brobecker <brobecker@gnat.com>
5187
5188 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5189 Fixes a link link failure.
5190
5191 2004-05-13 J. Brobecker <brobecker@gnat.com>
5192
5193 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5194 error that was causing the build to fail.
5195
5196 2004-05-13 J. Brobecker <brobecker@gnat.com>
5197
5198 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5199 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5200
5201 2004-05-13 Andrew Cagney <cagney@redhat.com>
5202
5203 * infrun.c (handle_inferior_event): Check for
5204 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5205 calls. Update comments.
5206
5207 2004-05-13 Jim Blandy <jimb@redhat.com>
5208
5209 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5210 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5211 (store_regs_user_thread, store_regs_kernel_thread): Use
5212 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5213 * ppc-linux-nat.c (fill_gregset): Same.
5214 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5215 (ppc_linux_sigtramp_cache): Same.
5216 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5217 (ppcnbsd_sigtramp_cache_init): Same.
5218 * rs6000-nat.c (fetch_core_registers): Same.
5219 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5220 (rs6000_frame_cache): Same.
5221
5222 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5223 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5224 of assuming that the gprs are numbered starting with zero.
5225 * ppc-linux-nat.c (fill_gregset): Same.
5226 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5227 * ppcnbsd-nat.c (getregs_supplies): Same.
5228 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5229 * rs6000-nat.c (fetch_core_registers): Same.
5230 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5231
5232 2004-05-07 Michael Snyder <msnyder@redhat.com>
5233
5234 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5235 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5236
5237 2004-05-13 Andrew Cagney <cagney@redhat.com>
5238
5239 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5240
5241 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5242
5243 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5244 base_address for shared libraries.
5245
5246 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5247
5248 * MAINTAINERS (write after approval): Add myself.
5249
5250 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5251
5252 * breakpoint.c (bpstat_stop_status): Add new argument
5253 STOPPED_BY_WATCHPOINT. Use it instead of testing
5254 target_stopped_data_address agaist 0 to check whether
5255 or not we stopped due to a hardware watchpoint.
5256 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5257 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5258 with new argument.
5259
5260 2004-05-12 Jim Blandy <jimb@redhat.com>
5261
5262 * configure.in: When checking whether we should use the -bbigtoc
5263 option, don't forget to restore the original value of LDFLAGS.
5264 * configure: Regenerated.
5265
5266 2004-05-12 Andrew Cagney <cagney@redhat.com>
5267
5268 * thread.c (load_infrun_state): Delete step_sp.
5269 * infrun.c (context_switch): Ditto.
5270 * inferior.h (step_sp): Ditto.
5271 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5272 * gdbthread.h (struct thread_info, save_infrun_state)
5273 (restore_infrun_state): Ditto.
5274
5275 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5276
5277 * MAINTAINERS (write after approval): Add myself.
5278
5279 2004-05-12 Andrew Cagney <cagney@redhat.com>
5280
5281 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5282 eliminate reference to step_sp.
5283 (struct execution_control_state, init_execution_control_state)
5284 (handle_inferior_event, keep_going): Delete update_step_sp and
5285 step_sp.
5286 * infcmd.c (step_sp): Note that variable is unused.
5287
5288 2004-05-11 Andrew Cagney <cagney@redhat.com>
5289
5290 * infrun.c (step_over_function): Delete function.
5291 (handle_step_into_function): Use insert_step_resume_breakpoint.
5292 (insert_step_resume_breakpoint): Fix assertion.
5293
5294 2004-05-11 Nick Roberts <nickrob@gnu.org>
5295
5296 * utils.c (defaulted_query): Just use the normal query input type
5297 when printing the annotations.
5298
5299 2004-05-11 Andrew Cagney <cagney@redhat.com>
5300
5301 * infrun.c (handle_inferior_event): Simplify code handling
5302 step-into or return-from a signal trampoline.
5303
5304 2004-05-11 Andrew Cagney <cagney@redhat.com>
5305
5306 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5307 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5308
5309 2004-05-10 Jim Blandy <jimb@redhat.com>
5310
5311 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5312 with a call to internal_error.
5313
5314 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5315 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5316 processor variant lacks those registers.
5317 (ppc_floating_point_unit_p): Change description to make it clear
5318 that this returns info about the ISA, not the ABI.
5319 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5320 return true or false by checking tdep->ppc_fp0_regnum and
5321 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5322 arch/mach switching done in rs6000_gdbarch_init; it's better to
5323 keep that logic there, and just check the results here.
5324 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5325 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5326 floating-point registers.
5327 (ppc_supply_fpregset, ppc_collect_fpregset)
5328 (rs6000_push_dummy_call, rs6000_extract_return_value)
5329 (rs6000_store_return_value): Assert that we have floating-point
5330 registers.
5331 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5332 (rs6000_frame_cache): Don't note the locations at which
5333 floating-point registers were saved if we have no fprs.
5334 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5335 registers.
5336 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5337 (store_regs_user_thread, store_regs_kernel_thread): Only call
5338 supply_fprs / fill_fprs if we actually have floating-point
5339 registers.
5340 (special_register_p): Check ppc_fpscr_regnum before matching
5341 against it.
5342 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5343 supply / collect fpscr if we don't have it.
5344 * ppc-bdm.c: #include "gdb_assert.h".
5345 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5346 have floating-point registers, since I can't test this code on
5347 FP-free systems to adapt it.
5348 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5349 fpscr and floating point register numbers if they don't exist.
5350 (fetch_register): Assert that we have floating-point registers
5351 before we reach the code that handles them.
5352 (store_register): Same. And use tdep instead of calling
5353 gdbarch_tdep again.
5354 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5355 don't have them.
5356 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5357 fprs and fpscr if we don't have them.
5358 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5359 don't have them.
5360 * ppcnbsd-nat.c: #include "gdb_assert.h".
5361 (getfpregs_supplies): Assert that we have floating-point registers.
5362 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5363 * ppcobsd-tdep.c: #include "gdb_assert.h".
5364 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5365 have floating-point registers.
5366 * rs6000-nat.c (regmap): Don't match against the fpscr and
5367 floating point register numbers if they don't exist.
5368 (fetch_inferior_registers, store_inferior_registers,
5369 fetch_core_registers): Only fetch / store / supply the
5370 floating-point registers and the fpscr if we have them.
5371 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5372 (ppcobsd-tdep.o): Update dependencies.
5373
5374 2004-05-10 Andrew Cagney <cagney@redhat.com>
5375
5376 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5377 (context_switch): Do not switch through_sigtramp_breakpoint.
5378 * gdbthread.h (save_infrun_state, load_infrun_state)
5379 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5380 and structure member.
5381 * thread.c (load_infrun_state, save_infrun_state): Update.
5382
5383 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5384
5385 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5386
5387 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5388
5389 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5390 throughout.
5391 * aclocal.m4: Regenerate.
5392
5393 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5394
5395 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5396
5397 2004-05-10 Andrew Cagney <cagney@redhat.com>
5398
5399 * infrun.c (check_sigtramp2): Delete function.
5400 (handle_inferior_event): When single stepping, and taking a
5401 signal, set a breakpoint at the signal return address. Delete
5402 redundant calls to check_sigtramp2.
5403 (insert_step_resume_breakpoint): New function.
5404 (through_sigtramp_breakpoint, handle_inferior_event)
5405 (follow_exec, wait_for_inferior, fetch_inferior_event)
5406 (currently_stepping, keep_going): Delete most uses of
5407 through_sigtramp_breakpoint, not that it should be deleted.
5408 (delete_breakpoint_current_contents): Delete function.
5409
5410 2004-05-10 Randolph Chung <tausq@debian.org>
5411
5412 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5413 target.
5414 * config/pa/tm-linux.h: New file.
5415
5416 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5417
5418 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5419 of prefixes. Don't print the prefix twice in the CLI.
5420
5421 2004-05-10 Jim Blandy <jimb@redhat.com>
5422
5423 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5424 collect all the gprs.
5425
5426 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5427 loop collecting gprs.
5428
5429 2004-05-09 Andrew Cagney <cagney@redhat.com>
5430
5431 * remote-vx.c (net_step): Delete step-range code.
5432 * remote.c (remote_resume, init_all_packet_configs)
5433 (set_remote_protocol_E_packet_cmd)
5434 (show_remote_protocol_E_packet_cmd)
5435 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5436 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5437 (show_remote_protocol_e_packet_cmd): Ditto.
5438
5439 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5440
5441 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5442
5443 * hppa-tdep.h: Update copyright year.
5444 (struct trad_frame_saved_reg): Add opaque declaration.
5445
5446 * amd64-tdep.c (amd64_return_value): Implement
5447 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5448
5449 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5450 (m68k_value_to_register): New functions.
5451 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5452 value_to_register.
5453
5454 * defs.h (enum return_value_convention): Add
5455 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5456 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5457 * infcmd.c (legacy_return_value): New function.
5458 (print_return_value): Rwerite to implement
5459 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5460 * values.c (using_struct_return): Check for inequality to
5461 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5462 RETURN_VALUE_STRUCT_CONVENTION.
5463 * i386-tdep.c (i386_return_value): Implement
5464 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5465
5466 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5467 include "symtab.h", "opcode/vax.h" and "inferior.h".
5468 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5469 to read_memory_unsigned_integer.
5470 (vax_gdbarch_init): Reorder.
5471 (_initialize_vax_tdep): Spell out prototype.
5472 * Makefile.in (vax-tdep.o): Update dependencies.
5473
5474 2004-05-08 Andrew Cagney <cagney@redhat.com>
5475
5476 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5477 * target.c (target_detach, target_disconnect): Ditto.
5478
5479 * infcall.c (call_function_by_hand): When no
5480 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5481 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5482 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5483 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5484 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5485
5486 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5487 * gdbarch.h, gdbarch.c: Re-generate.
5488 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5489 deprecated_fix_call_dummy.
5490 * v850-tdep.c (v850_gdbarch_init): Ditto.
5491 * infcall.c (call_function_by_hand): Do not call
5492 DEPRECATED_FIX_CALL_DUMMY.
5493
5494 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5495 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5496 * gdbarch.h, gdbarch.c: Re-generate.
5497 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5498 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5499 deprecated_sizeof_call_dummy_words.
5500 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5501 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5502 * v850-tdep.c (v850_gdbarch_init): Ditto.
5503 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5504 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5505 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5506 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5507 * arch-utils.h (legacy_call_dummy_words)
5508 (legacy_sizeof_call_dummy_words): Delete declarations.
5509 * arch-utils.c (legacy_call_dummy_words)
5510 (legacy_sizeof_call_dummy_words): Delete variables.
5511
5512 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5513 * gdbarch.h, gdbarch.c: Re-generate.
5514 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5515 * infcall.c (call_function_by_hand): Eliminate call to
5516 DEPRECATED_PUSH_DUMMY_FRAME.
5517 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5518 push_dummy_frame.
5519 (ns32k_push_dummy_frame): Delete function.
5520
5521 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5522 deprecated_call_dummy_breakpoint_offset or
5523 deprecated_call_dummy_start_offset.
5524 * dummy-frame.c, arm-tdep.c: Update comments.
5525 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5526 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5527 * gdbarch.h, gdbarch.c: Re-generate.
5528
5529 * infcall.c (legacy_push_dummy_code): Delete function.
5530 (push_dummy_code): Delete call.
5531
5532 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5533 * gdbarch.h, gdbarch.c: Re-generate.
5534 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5535 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5536 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5537 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5538
5539 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5540 (struct frame_info): Delete opaque declaration.
5541 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5542 * frame.c (get_frame_type): Delete call.
5543
5544 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5545 pc_in_call_dummy.
5546 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5547 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5548
5549 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5550
5551 * alphanbsd-tdep.c: Include "gdb_string.h".
5552 * armnbsd-tdep.c: Update copyright year.
5553 Include "gdb_string.h".
5554 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5555 dependencies.
5556
5557 * delta68-nat.c: Remove file.
5558 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5559 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5560 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5561 (delta68-nat.o): Remove dependency.
5562
5563 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5564 function.
5565 (m68k_gdbarch_init): Don't set
5566 deprecated_frameless_function_invocation.
5567
5568 2004-05-07 Randolph Chung <tausq@debian.org>
5569
5570 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5571 read_memory_nobpt for code reading when doing frame unwinding.
5572 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5573
5574 2004-05-07 Randolph Chung <tausq@debian.org>
5575
5576 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5577 instead of sp, handle sigaltstack case.
5578 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5579 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5580 signal handler and not that of the caller.
5581 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5582 hppa_linux_sigtramp_find_sigcontext.
5583
5584 2004-05-07 Randolph Chung <tausq@debian.org>
5585
5586 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5587 hppa-linux-nat.c.
5588 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5589 * hppa-linux-nat.c (fetch_register, store_register): Define.
5590 (fetch_inferior_registers, store_inferior_registers): Define.
5591 (supply_gregset): Add comment and clean up some unneeded code.
5592 (fill_gregset): Add comment and fix so that it saves registers in
5593 the right place in the gregset.
5594 (fill_fpregset): Fix buffer overrun problem.
5595 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5596
5597 2004-05-07 Randolph Chung <tausq@debian.org>
5598
5599 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5600 do common handling of the pcoqt register.
5601 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5602 to use helper function.
5603 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5604 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5605 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5606 generic fallback unwinder when all else fails.
5607 (hppa_gdbarch_init): Add fallback sniffer.
5608 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5609 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5610 to use helper function.
5611
5612 2004-05-08 Joel Brobecker <brobecker@gnat.com>
5613
5614 * config/djgpp/fnchange.lst: Add translation rules for
5615 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5616
5617 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5618
5619 * frame.c (get_prev_frame_1): Work around GCC bug.
5620 * frame.h: Add comment about GCC bug.
5621
5622 2004-05-07 Andrew Cagney <cagney@redhat.com>
5623
5624 * observer.c: Include "commands.h" and "gdbcmd.h".
5625 (observer_debug, _initialize_observer): Add the
5626 command "set/show debug observer".
5627 * observer.sh: When observer debugging, log notify calls.
5628 * Makefile.in (observer.o): Update dependencies.
5629
5630 2004-05-07 Jason Molenda (jmolenda@apple.com)
5631
5632 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5633
5634 2004-05-07 Jim Blandy <jimb@redhat.com>
5635
5636 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5637 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5638 to recognize gpr regnums, instead of assuming that
5639 tdep->ppc_fp0_regnum marks the end of the general-purpose
5640 registers.
5641
5642 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5643 the given architecture has floating-point registers.
5644
5645 2004-05-07 Andrew Cagney <cagney@redhat.com>
5646
5647 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5648 macro defined to 1.
5649 * gdbarch.h, gdbarch.c: Re-generate.
5650 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5651 deprecated_use_generic_dummy_frames.
5652
5653 2004-05-07 Brian Ford <ford@vss.fsi.com>
5654
5655 * NEWS: Mention Cygwin DWARF 2 support.
5656
5657 2004-05-07 Andrew Cagney <cagney@redhat.com>
5658
5659 * objfiles.h (struct entry_info): Delete unused fields
5660 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5661 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5662 * mipsread.c (mipscoff_symfile_read): Update.
5663 * mdebugread.c (parse_partial_symbols): Update.
5664 * dwarfread.c (read_file_scope): Update.
5665 * dwarf2read.c (read_file_scope): Update.
5666 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5667 * coffread.c (complete_symtab): Update.
5668
5669 2004-05-07 Mark Kettenis <kettenis@gnu.org>
5670
5671 * infcall.c (_initialize_infcall): Fix typo.
5672
5673 2004-05-07 Andrew Cagney <cagney@redhat.com>
5674
5675 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5676 * command.h (add_setshow_zinteger_cmd): Declare.
5677
5678 2004-05-06 Randolph Chung <tausq@debian.org>
5679
5680 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5681 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5682 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5683 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5684 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5685 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5686 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5687 definitions ...
5688 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5689 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5690 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5691 (hppa64_hpux_frame_find_saved_regs_in_sig)
5692 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5693 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5694 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5695 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5696 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5697 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5698 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5699 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5700 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5701 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5702 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5703 (hppa32_register_type, hppa_cannot_store_register)
5704 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5705 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5706 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5707 * pa64solib.c (pa64_solib_have_load_event)
5708 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5709 (pa64_solib_unloaded_library_pathname): Likewise.
5710 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5711 (som_solib_library_pathname): Likewise.
5712
5713 2004-05-05 Jim Ingham <jingham@apple.com>
5714
5715 * breakpoint.c (create_breakpoints): Copy the ignore count and
5716 thread id over from the pended breakpoint to the actual
5717 breakpoint.
5718
5719 2004-05-05 Andrew Cagney <cagney@redhat.com>
5720
5721 * gdbarch.sh (PARM_BOUNDARY): Delete.
5722 gdbarch.h, gdbarch.c: Re-generate.
5723 * valops.c (PARM_BOUNDARY): Delete macro.
5724 (value_push): Delete PARM_BOUNDARY code.
5725 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5726
5727 2004-05-04 Jim Blandy <jimb@redhat.com>
5728
5729 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5730 Don't assume that the gprs, fprs, and UISA sprs are
5731 contiguous, start at register number zero, and end with fpscr.
5732 Instead, use the numbers from the tdep structure.
5733
5734 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5735 should no longer be used in code specific to the RS6000 and its
5736 derivatives.
5737 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5738 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5739 tdep->ppc_fp0_regnum.
5740 (ppc_supply_fpregset, ppc_collect_fpregset)
5741 (rs6000_push_dummy_call, rs6000_extract_return_value)
5742 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5743 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5744 FP0_REGNUM.
5745 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5746 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5747 Same.
5748 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5749 bdm_ppc_store_registers): Same.
5750 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5751 (store_register, fill_fpregset): Same.
5752 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5753 (ppc_linux_supply_fpregset): Same.
5754 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5755 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5756 Same.
5757 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5758 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5759 ppc64_sysv_abi_return_value): Same.
5760 * rs6000-nat.c (regmap, fetch_inferior_registers)
5761 (store_inferior_registers, fetch_core_registers): Same.
5762
5763 2004-05-01 Mark Kettenis <kettenis@gnu.org>
5764
5765 * m68knbsd-nat.c: Remove file.
5766 * m68knbsd-tdep.c: Remove file.
5767 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5768 dependencies.
5769 * configure.host: Add m68k-*-netbsdelf*.
5770 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5771 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5772 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5773 (XM_FILE): Remove.
5774 * config/m68k/nbsdelf.mh: New file.
5775 * config/m68k/nbsd.mt: New file.
5776 * config/m68k/nbsdaout.mt: Remove file.
5777 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5778 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5779 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5780 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5781 (use_struct_convention): Remove prototype.
5782 (USE_STRUCT_CONVENTION): Remove define.
5783 * config/m68k/xm-nbsd.h: Remove file.
5784
5785 2004-05-04 Michael Snyder <msnyder@redhat.com>
5786
5787 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5788 reg_struct_return method (as gcc usually does for cross targets).
5789
5790 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5791
5792 Committed by Andrew Cagney.
5793 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5794 alignment padding when accessing ucontext struct members.
5795
5796 2004-05-04 Jim Blandy <jimb@redhat.com>
5797
5798 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5799 'ppc_gplast_regnum' member.
5800 (ppc_num_gprs): New enum constant.
5801 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5802 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5803 * rs6000-nat.c (regmap, fetch_inferior_registers,
5804 store_inferior_registers): Same.
5805 * rs6000-tdep.c (e500_pseudo_register_read)
5806 (e500_pseudo_register_write): Same.
5807 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5808
5809 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5810 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5811 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5812 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5813 FPLAST_REGNUM.
5814 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5815 Same.
5816 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5817 * rs6000-nat.c (regmap, fetch_inferior_registers)
5818 (store_inferior_registers): Same.
5819
5820 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5821 with FPLAST_REGNUM.
5822
5823 2004-05-03 Joel Brobecker <brobecker@gnat.com>
5824
5825 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5826 failure detected by recent versions of GCC.
5827 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5828 to be consistent with the usage in dwarf2_create_include_psymtab.
5829
5830 2004-05-03 Michael Snyder <msnyder@redhat.com>
5831
5832 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5833 (heuristic_proc_start): Whitespace cleanup.
5834
5835 2004-05-04 Mark Kettenis <kettenis@gnu.org>
5836
5837 * sun3-nat.c: Remove file.
5838 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5839 dependencies.
5840 (ALLDEPFILES): Remove sun3-nat.c.
5841 (sun3-nat.o): Remove dependencies.
5842
5843 * i386-interix-nat.c, i386-interix-tdep.c,
5844 config/i386/nm-interix.h, config/i386/interix.mh,
5845 config/i386/interix.mt: Remove files.
5846 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5847 dependencies.
5848
5849 2004-05-03 Mark Kettenis <kettenis@gnu.org>
5850
5851 * m68k-tdep.h (struct gdbarch_tdep): Add member
5852 struct_value_regnum.
5853 (m68k_svr4_init_abi): New prototype.
5854 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5855 different calling conventions.
5856 (m68k_extract_return_value): Remove code dealing with single-field
5857 structs.
5858 (m68k_store_return_value): Remove code dealing with single-field
5859 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5860 (m68k_extract_struct_value_address): Remove function.
5861 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5862 (m68k_reg_struct_return_p, m68k_return_value)
5863 (m68k_svr4_return_value): New functions.
5864 (m68k_use_struct_convention): Remove function.
5865 (m68k_push_dummy_call): Use new struct_value_regnum member of
5866 `struct gdbarch_tdep' instead of hardcoded register number to
5867 store STRUCT_ADDR.
5868 (m68k_svr4_init_abi): New function.
5869 (m68k_gdbarch_init): Don't set extract_return_value,
5870 store_return_values, deprecated_extract_struct_value_address and
5871 use_struct_convention. Set return_value instead. Initialize new
5872 struct_value_regnum member of `struct gdbarch_tdep'.
5873 * m68klinux-tdep.c: Update copyright year.
5874 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5875 (m68k_linux_extract_struct_value_address): Remove function.
5876 (m68k_linux_init_abi): Don't set extract_return_value,
5877 store_return_values, deprecated_extract_struct_value_address and
5878 use_struct_convention. Call m68k_svr4_init_abi but override the
5879 new struct_value_regnum member of `struct gdbarch_tdep'.
5880 * Makefile.in (m68k-tdep.o): Update dependencies.
5881
5882 2004-05-03 J. Brobecker <brobecker@gnat.com>
5883
5884 * dwarf2read.c (line_header): Add new included_p field in
5885 field file_names.
5886 (partial_die_info): New field has_stmt_list. New field line_offset.
5887 (dwarf2_create_include_psymtab): New function.
5888 (dwarf2_build_include_psymtabs): New function.
5889 (add_file_name): Add forward declaration. Initialize new field.
5890 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5891 to be able to determine the list of files included by the
5892 given unit, and build their associated psymtabs.
5893 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5894 files as well.
5895 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5896 (read_file_scope): Update call to dwarf_decode_lines.
5897 (read_partial_die): Handle DW_AT_stmt_list attributes.
5898
5899 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5900
5901 Unfix PR gdb/1626.
5902 * configure.in: Revert special case for osf5.*.
5903 * configure: Regenerate.
5904
5905 2004-05-02 Jim Blandy <jimb@redhat.com>
5906
5907 Move the symbol-file-from-memory functions into their own file.
5908 * symfile-mem.c, symfile-mem.h: New files.
5909 * symfile.c (symbol_file_add_from_bfd): New function.
5910 (symbol_file_add): Call symbol_file_add_from_bfd.
5911 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5912 Moved to symfile-mem.c.
5913 (_initialize_symfile): Move definition of
5914 add-symbol-file-from-memory command to symfile-mem.c.
5915 * symfile.h (symbol_file_add_from_bfd): New declaration.
5916 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5917 * config/powerpc/linux.mt (TDEPFILES): Same.
5918 * Makefile.in (SFILES): Add symfile-mem.c.
5919 (symfile_mem_h): New variable.
5920 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5921 (symfile-mem.o): New rule.
5922
5923 2004-05-01 Andrew Cagney <cagney@redhat.com>
5924
5925 * breakpoint.c (insert_bp_location): Use get_frame_id, and
5926 frame_find_by_id instead of frame_relative_level.
5927 (do_enable_breakpoint): Ditto.
5928 * thread.c: Update copyright.
5929 (info_threads_command): Ditto, simplify.
5930
5931 * frame.c (deprecated_generic_get_saved_register): Delete
5932 function, moved to "xstormy16-tdep.c".
5933 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
5934 deprecated_generic_get_saved_register from "frame.c".
5935 (xstormy16_frame_saved_register): Call
5936 xstormy16_get_saved_register.
5937 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
5938 static.
5939 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
5940 * frame.h (deprecated_generic_get_saved_register): Delete.
5941
5942 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
5943
5944 * dwarfread.c: Update documentation on the state of dwarf-1.
5945
5946 2004-05-01 Andrew Cagney <cagney@redhat.com>
5947
5948 * stack.c (select_frame_command): Delete call to
5949 frame_relative_level.
5950 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
5951 Delete #if0 code.
5952 (frame_info): Do not print FRAMELESS.
5953 (print_block_frame_labels): Replace DEPRECATED_STREQ.
5954 (catch_info): Delete #if0 code.
5955
5956 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
5957 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
5958 of frame_relative_level.
5959 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
5960 to SENTINEL_FRAME.
5961 * frame.h (enum frame_type): Add SENTINEL_FRAME.
5962 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
5963 frame_relative_level.
5964
5965 * frame.h (deprecated_set_frame_type): Delete declaration.
5966 * frame.c (deprecated_set_frame_type): Delete function, update
5967 comments.
5968
5969 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
5970 * gdbarch.h, gdbarch.c: Re-generate.
5971 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
5972 (shnbsd_pc_in_sigtramp): Delete.
5973 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
5974 pc_in_sigtramp.
5975 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
5976 pc_in_sigtramp.
5977 * frame.h: Update comments.
5978 * ppc-linux-tdep.c: Update comments.
5979 * breakpoint.c (bpstat_what): Update comments.
5980
5981 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
5982 m68klinux-tdep.o's dependencies, were previously added to
5983 m68klinux-nat.o.
5984
5985 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
5986 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
5987 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
5988 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
5989 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
5990
5991 * Makefile.in (m68klinux-nat.o): Update dependencies.
5992 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
5993 (m68k_linux_sigtramp_frame_cache)
5994 (m68k_linux_sigtramp_frame_this_id)
5995 (m68k_linux_sigtramp_frame_prev_register)
5996 (m68k_linux_sigtramp_frame_unwind)
5997 (m68k_linux_sigtramp_frame_sniffer)
5998 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
5999 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6000 names, use trad-frame.h.
6001 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6002 (struct m68k_sigtramp_info): Delete.
6003 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6004 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6005 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6006 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6007 "m68klinux-tdep.c".
6008
6009 * infrun.c (check_sigtramp2): Delete check for
6010 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6011
6012 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6013
6014 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6015
6016 2004-05-01 Andrew Cagney <cagney@redhat.com>
6017
6018 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6019 (frv_linux_sigtramp_frame_cache)
6020 (frv_linux_sigtramp_frame_this_id)
6021 (frv_linux_sigtramp_frame_prev_register)
6022 (frv_linux_sigtramp_frame_unwind)
6023 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6024 include "linux" in function and variable names, directly call
6025 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6026 the latest trad-frame code.
6027 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6028 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6029 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6030 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6031 * frv-tdep.c (frv_sigtramp_frame_cache)
6032 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6033 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6034 frv-linux-tdep.c.
6035 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6036 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6037 (frv_set_sigcontext_reg_addr): Delete function.
6038
6039 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6040 (DEPRECATED_SIGTRAMP_END): Delete.
6041 * gdbarch.h, gdbarch.c: Re-generate.
6042 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6043 * config/vax/tm-vaxbsd.h: Update copyright.
6044 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6045 (DEPRECATED_IN_SIGTRAMP): Define.
6046 * config/m68k/tm-nbsd.h: Update copyright.
6047 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6048 (DEPRECATED_IN_SIGTRAMP): Define.
6049
6050 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6051
6052 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6053 encondings. Fixes PR gdb/1628.
6054
6055 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6056 DW_CFA_restore state without a matching DW_CFA_remember_state
6057 instead of aborting. Fixes PR backtrace/1589.
6058
6059 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6060
6061 * MAINTAINERS: Add self as AIX maintainer.
6062 Update my e-mail address in write-after-approval section.
6063
6064 2004-04-30 Andrew Cagney <cagney@redhat.com>
6065
6066 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6067 (legacy_get_prev_frame): Ditto.
6068
6069 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6070 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6071 * mipsread.c (sigtramp_address): Delete extern variable.
6072 (mipscoff_new_init): Delete reference.
6073 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6074 (fixup_sigtramp): Delete function.
6075 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6076 (fixup_sigtramp): Delete declarations.
6077
6078 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6079 deprecated_pc_in_sigtramp.
6080 (ppcnbsd_pc_in_sigtramp): Delete function.
6081
6082 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6083
6084 * config/m68k/nm-nbsd.h: Tweak comments.
6085 * config/m68k/nm-nbsdaout.h: Likewise.
6086
6087 2004-04-30 Andrew Cagney <cagney@redhat.com>
6088
6089 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6090 legacy_pc_in_sigtramp.
6091 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6092
6093 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6094
6095 Add OpenBSD/m68k support.
6096 * NEWS (New native configurations): Mention OpenBSD/m68k.
6097 * m68kbsd-tdep.c: New file.
6098 * m68kbsd-nat.c: New file.
6099 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6100 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6101 * configure.host: Add m68k-*-openbsd.
6102 * configure.tgt: Add m68k-*-openbsd.
6103 * config/m68k/tm-obsd.h: New file.
6104 * config/m68k/obsd.mt: New file.
6105 * config/m68k/obsd.mh: New file.
6106 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6107 m68kbsd-tdep.c.
6108
6109 2004-04-30 Andrew Cagney <cagney@redhat.com>
6110
6111 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6112 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6113
6114 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6115
6116 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6117 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6118
6119 2004-04-30 Brian Ford <ford@vss.fsi.com>
6120
6121 Revert 2004-04-16 change.
6122 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6123 (i386_coff_init_abi): Remove.
6124 * i386-tdep.h (i386_coff_init_abi): Remove.
6125 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6126
6127 2004-04-30 Andrew Cagney <cagney@redhat.com>
6128
6129 * blockframe.c (find_pc_partial_function): Delete use of
6130 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6131 DEPRECATED_SIGTRAMP_END.
6132
6133 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6134 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6135 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6136 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6137 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6138
6139 * defs.h (deprecated_inside_entry_file): Delete declaration.
6140 * blockframe.c (deprecated_inside_entry_file): Delete function.
6141 (legacy_frame_chain_valid): Delete call.
6142 * sh64-tdep.c (sh64_frame_chain): Delete call.
6143 * objfiles.h: Update comments.
6144 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6145 call.
6146 * frame.c (get_prev_frame): Delete call, update comments.
6147
6148 2004-04-30 Brian Ford <ford@vss.fsi.com>
6149
6150 * MAINTAINERS (Write After Approval): Add myself.
6151
6152 2004-04-30 Andrew Cagney <cagney@redhat.com>
6153
6154 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6155 * gdbarch.h, gdbarch.c: Re-generate.
6156 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6157 code.
6158
6159 2004-04-30 Andrew Cagney <cagney@redhat.com>
6160
6161 * gdb-events.sh (selected_thread_changed)
6162 (selected_frame_level_changed, target_changed): Delete.
6163 * gdb-events.h, gdb-events.c: Re-generate.
6164 * valops.c (value_assign): Update.
6165 * stack.c (select_frame_command, up_silently_base)
6166 (down_silently_base): Update.
6167
6168 2004-04-29 Andrew Cagney <cagney@redhat.com>
6169
6170 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6171 registers correctly.
6172 (print_gp_register_row, mips32_heuristic_proc_desc)
6173 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6174 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6175 references to mips_isa_regsize.
6176
6177 2004-04-29 Andrew Cagney <cagney@redhat.com>
6178
6179 * mips-tdep.c (struct gdbarch_tdep): Delete
6180 mips_fp_register_double.
6181 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6182 mips_abi_regsize.
6183 (mips_gdbarch_init): Do not set mips_fp_register_double.
6184 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6185
6186 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6187
6188 Committed by Andrew Cagney.
6189 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6190 function calls.
6191
6192 2004-04-29 Andrew Cagney <cagney@redhat.com>
6193
6194 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6195 gdbarch, use mips_abi, update callers.
6196 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6197 mips_abi_regsize, update callers.
6198 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6199 mips_default_abi_regsize.
6200 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6201 mips_default_abi_regsize.
6202
6203 2004-04-29 Andrew Cagney <cagney@redhat.com>
6204
6205 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6206 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6207 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6208 mips_default_abi_regsize.
6209 (mips_isa_regsize): Rename mips_regisze.
6210 * mipsnbsd-tdep.c: Update.
6211 * mips-linux-tdep.c: Update.
6212 * irix5-nat.c: Update.
6213 * mips-tdep.h (mips_isa_regsize): Update.
6214
6215 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6216 Delete all disabled code.
6217 * gdb-events.h, gdb-events.c: Re-generate.
6218
6219 2004-04-19 Jerome Guitton <guitton@gnat.com>
6220 Mark Kettenis <kettenis@gnu.org>
6221
6222 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6223 the function begins with a branch instruction.
6224
6225 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6226
6227 * i386-tdep.c: Fix spelling mistakes.
6228
6229 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6230 Andrew Cagney <cagney@redhat.com>
6231
6232 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6233 <sys/proc.h>.
6234 * acconfig.h: Provide default _KMEMUSER value.
6235 * config.in, configure: Re-generate.
6236 * NEWS: Mention fix.
6237
6238 2004-04-24 Randolph Chung <tausq@debian.org>
6239
6240 * configure.host (hppa*-*-linux*): New target.
6241 * configure.tgt (hppa*-*-linux*): Likewise.
6242 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6243 gdbarch_init_osabi() call earlier so that osabi-specific frame
6244 unwinders can be registered first.
6245 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6246 hppa-linux-nat.c.
6247 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6248 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6249 * config/pa/linux.mh: New file.
6250 * config/pa/linux.mt: New file.
6251 * config/pa/nm-linux.h: New file.
6252 * config/pa/xm-linux.h: New file.
6253 * hppa-linux-nat.c: New file.
6254 * hppa-linux-tdep.c: New file.
6255
6256 2004-04-28 Randolph Chung <tausq@debian.org>
6257
6258 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6259 return values.
6260 (hppa32_push_dummy_call): Fix small struct and floating point argument
6261 passing, and make sure the stack frame is properly aligned.
6262
6263 2004-04-28 Andrew Cagney <cagney@redhat.com>
6264
6265 * stack.c (print_stack_frame): Fix description.
6266
6267 * NEWS: Mention gdb/gdbserver/configure execute permission
6268 changed. PR server/519.
6269
6270 2004-04-28 Andrew Cagney <cagney@redhat.com>
6271
6272 * stack.c (print_stack_frame_stub): Delete declaration.
6273 (struct print_stack_frame_args, print_stack_frame)
6274 (print_frame_info, print_frame): Replace "source" with print what.
6275 Replace "print" with "print_level". Replace "args" with
6276 "print_args".
6277 * frame.h (show_and_print_stack_frame, print_stack_frame)
6278 (print_frame_info): Update declarations.
6279 * stack.c (select_and_print_frame, frame_command)
6280 (current_frame_command, up_command, down_command): Update calls -
6281 use get_selected_frame, pass "enum print_what" for source, do not
6282 call frame_relative_level.
6283 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6284 * remote-rdp.c (remote_rdp_open): Ditto.
6285 * remote-mips.c (common_open): Ditto.
6286 * remote-e7000.c (e7000_start_remote): Ditto.
6287 * ocd.c (ocd_start_remote): Ditto.
6288 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6289 * infrun.c (normal_stop): Ditto.
6290 * inflow.c (kill_command): Ditto.
6291 * infcmd.c (finish_command): Ditto.
6292 * corelow.c (core_open): Ditto.
6293 * tracepoint.c (finish_tfind_command): Ditto.
6294 * thread.c (info_threads_command, info_threads_command)
6295 (restore_current_thread, do_captured_thread_select): Ditto.
6296 * ada-tasks.c (task_command): Ditto.
6297
6298 2004-04-26 Orjan Friberg <orjanf@axis.com>
6299
6300 * frame.c: Include "observer.h".
6301 (frame_observer_target_changed): New function.
6302 (_initialize_frame): Attach target_changed observer.
6303 * regcache.c: Include "observer.h".
6304 (regcache_observer_target_changed): New function.
6305 (_initialize_regcache): Attach target_changed observer.
6306 * valops.c: Include "observer.h".
6307 (value_assign): Notify target_changed event when modifying register.
6308 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6309
6310 2004-04-26 Orjan Friberg <orjanf@axis.com>
6311
6312 From Paul Koning <pkoning@equallogic.com>:
6313 * breakpoint.c (free_valchain): New function.
6314 (insert_bp_location, delete_breakpoint): Use free_valchain.
6315 (remove_breakpoint): Do not remove the valchain.
6316 (bpstat_stop_status): If not stopped by watchpoint, skip
6317 watchpoints when generating stop status list.
6318 * infrun.c (handle_inferior_event): Make
6319 stepped_after_stopped_by_watchpoint a global variable.
6320 * remote.c (remote_stopped_data_address): Return watch data
6321 address rather than zero if stepped_after_stopped_by_watchpoint is
6322 set.
6323
6324 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6325
6326 Fix PR gdb/1626.
6327 * configure.in: Check for curses after termcap.
6328 On osf5.*, do not check for ncurses.
6329 * configure: Regenerate.
6330
6331 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6332
6333 * ppcobsd-nat.c: Include "ppc-tdep.h".
6334 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6335
6336 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6337 Fixes PR tdep/1623 and PR tdep/1624.
6338
6339 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6340
6341 * xmodem.h, xmodem.c: Remove files.
6342 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6343
6344 2004-04-23 Randolph Chung <tausq@debian.org>
6345
6346 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6347 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6348 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6349 for handling stackless frames.
6350 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6351
6352 2004-04-23 Randolph Chung <tausq@debian.org>
6353
6354 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6355 starts at a pc before the frame is created.
6356
6357 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6358
6359 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6360
6361 2004-04-23 Jerome Guitton <guitton@gnat.com>
6362
6363 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6364 use convert_typed_floating to get the appropriate format.
6365
6366 2004-04-22 Randolph Chung <tausq@debian.org>
6367
6368 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6369 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6370 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6371 (hppa_sign_extend): Add prototype.
6372 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6373 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6374 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6375 hppa targets will also use these functions.
6376 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6377 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6378 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6379 (hppa_gdbarch_init): Remove gdbarch setting of
6380 skip_trampoline_code, in_solib_call_trampoline and
6381 in_solib_return_trampoline.
6382 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6383 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6384 hppa_in_solib_call_trampoline.
6385 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6386 Moved from hppa-tdep.c.
6387 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6388 in_solib_call_trampoline and in_solib_return_trampoline.
6389
6390 2004-04-22 Randolph Chung <tausq@debian.org>
6391
6392 * hppa-tdep.c (hppa_debug): New variable.
6393 (find_unwind_entry, hppa_frame_cache): Add debug output.
6394 (_initialize_hppa_tdep): Add command to set debug flag.
6395
6396 2004-04-22 Andrew Cagney <cagney@redhat.com>
6397
6398 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6399 "trad-frame.h".
6400 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6401 signal trampoline unwinder.
6402 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6403
6404 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6405
6406 Add OpenBSD/powerpc support.
6407 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6408 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6409 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6410 (ppc_collect_fpregset): New prototypes.
6411 * ppcobsd-nat.c: New file.
6412 * ppcobsd-tdep.c: New file.
6413 * ppcobsd-tdep.h: New file.
6414 * rs6000-tdep.c: Include "regset.h".
6415 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6416 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6417 New functions.
6418 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6419 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6420 (rs6000-tdep.o): Update dependencies.
6421 * configure.host: Add powerpc-*-openbsd.
6422 * configure.tgt: Add powerpc-*-openbsd.
6423 * config/powerpc/obsd.mh: New file.
6424 * config/powerpc/nm-obsd.h: New file.
6425 * config/powerpc/obsd.mt: New file.
6426
6427 2004-04-22 Andrew Cagney <cagney@redhat.com>
6428
6429 * frame.h (show_frame_info): Delete declaration.
6430
6431 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6432 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6433 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6434 * frv-tdep.c (frv_frame_this_id): Ditto.
6435 * avr-tdep.c (avr_frame_this_id): Ditto.
6436
6437 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6438
6439 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6440
6441 2004-04-22 Jim Blandy <jimb@redhat.com>
6442
6443 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6444 register number zero.
6445
6446 2004-04-21 Michael Snyder <msnyder@redhat.com>
6447
6448 * mips-tdep.c (heuristic_proc_start):
6449 Warning() already prefixes "Warning: ".
6450
6451 2004-04-21 Andrew Cagney <cagney@redhat.com>
6452
6453 * annotate.h (deprecated_annotate_starting_hook)
6454 (deprecated_annotate_stopped_hook)
6455 (deprecated_annotate_exited_hook)
6456 (deprecated_annotate_signal_hook)
6457 (deprecated_annotate_signalled_hook): Deprecate.
6458 * tracepoint.h (deprecated_create_tracepoint_hook)
6459 (deprecated_delete_tracepoint_hook)
6460 (deprecated_modify_tracepoint_hook)
6461 (deprecated_trace_find_hook)
6462 (deprecated_trace_start_stop_hook): Deprecate.
6463 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6464 * remote.h (deprecated_target_resume_hook)
6465 (deprecated_target_wait_loop_hook): Deprecate.
6466 * gdbcore.h (deprecated_exec_file_display_hook)
6467 (deprecated_file_changed_hook): Deprecate.
6468 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6469 * defs.h (deprecated_modify_breakpoint_hook)
6470 (deprecated_command_loop_hook, deprecated_show_load_progress)
6471 (deprecated_print_frame_info_listing_hook)
6472 (deprecated_query_hook, deprecated_warning_hook)
6473 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6474 (deprecated_delete_breakpoint_hook)
6475 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6476 (deprecated_readline_begin_hook, deprecated_readline_hook)
6477 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6478 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6479 (deprecated_context_hook, deprecated_target_wait_hook)
6480 (deprecated_attach_hook, deprecated_detach_hook)
6481 (deprecated_call_command_hook, deprecated_set_hook)
6482 (deprecated_error_hook, deprecated_error_begin_hook)
6483 (deprecated_ui_load_progress_hook): Deprecate.
6484 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6485 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6486 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6487 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6488 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6489 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6490 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6491 * annotate.c, aix-thread.c: Update.
6492
6493 2004-04-21 Andrew Cagney <cagney@redhat.com>
6494
6495 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6496 * vaxnbsd-tdep.c: Include "gdb_string.h".
6497
6498 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6499 (add_symbol_file_from_memory_command): #if 0 function body, call
6500 error instead.
6501
6502 2004-04-21 Andrew Cagney <cagney@redhat.com>
6503
6504 * gdbcore.h: Update copyright.
6505 (deprecated_add_core_fns): Rename add_core_fns.
6506 * win32-nat.c (_initialize_core_win32): Update.
6507 * sun3-nat.c (_initialize_core_sun3): Update.
6508 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6509 * rs6000-nat.c (_initialize_core_rs6000): Update.
6510 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6511 * nto-tdep.c (_initialize_nto_tdep): Update.
6512 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6513 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6514 * mips-nat.c (_initialize_core_mips): Update.
6515 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6516 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6517 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6518 * lynx-nat.c (_initialize_core_lynx): Update.
6519 * irix5-nat.c (_initialize_core_irix5): Update.
6520 * i386-interix-nat.c (_initialize_core_interix): Update.
6521 * cris-tdep.c (_initialize_cris_tdep): Update.
6522 * corelow.c (deprecated_add_core_fns): Update.
6523 * core-regset.c (_initialize_core_regset): Update.
6524 * core-aout.c (_initialize_core_aout): Update.
6525 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6526 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6527 * alpha-nat.c (_initialize_core_alpha): Update.
6528
6529 2004-04-21 Jim Blandy <jimb@redhat.com>
6530
6531 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6532
6533 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6534
6535 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6536 Delete.
6537 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6538 (read_attribute_value): Update calls to dwarf_alloc_block.
6539 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6540 dwarf2_tmp_obstack.
6541 (psymtab_to_symtab_1): Likewise. Clean up using
6542 free_stack_comp_unit.
6543 (add_to_cu_func_list): Use the comp_unit_obstack.
6544
6545 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6546
6547 * dwarf2read.c (dwarf2_flag_true_p): New function.
6548 (die_is_declaration): Use the function above. Add some comments.
6549
6550 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6551
6552 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6553 architecture when registering sparcnbsd_core_osabi_sniffer.
6554 Adjust comment.
6555
6556 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6557
6558 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6559 return value.
6560
6561 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6562 * i386-tdep.c: Correct register numbering scheme comments
6563 throughout.
6564 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6565 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6566 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6567 (i386_gdb_arch_init): Likewise.
6568
6569 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6570 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6571 ppcnbsd-tdep.o.
6572
6573 * m68k-tdep.h: Tweak comments.
6574 * m68k-tdep.c: Tweak comment.
6575
6576 2004-04-17 Randolph Chung <tausq@debian.org>
6577
6578 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6579 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6580 (hppa_hpux_som_init_abi): Set is_elf to 0.
6581 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6582 * hppa-tdep.c (low_text_segment_address): Remove global.
6583 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6584 section offset to calculate segment address.
6585 (internalize_unwinds): Define low_text_segment_address as local and
6586 pass to record_text_segment_lowaddr for ELF targets.
6587 (hppa_gdbarch_init): Zero fill tdep structure.
6588 (hppa_dump_tdep): Print tdep structure.
6589 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6590
6591 2004-04-17 Randolph Chung <tausq@debian.org>
6592
6593 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6594 (hppa_gdbarch_init): Set pseudo_register_read.
6595 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6596 * regcache.c (supply_register): Remove check for
6597 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6598
6599 2004-04-17 Randolph Chung <tausq@debian.org>
6600
6601 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6602 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6603 (hpread_adjust_stack_address): Move to hpread.c.
6604 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6605 obj_private_struct): Move from tm-hppa.h.
6606 * hpread.c (hppa-tdep.h): Include.
6607 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6608 (hpread_read_function_type, hpread_read_doc_function_type)
6609 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6610 directly.
6611 * pa64solib.c (hppa-tdep.h): Include.
6612 * somsolib.c (hppa-tdep.h): Include.
6613 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6614 inferior_status): Remove unused forward declarations.
6615 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6616 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6617 obj_private_struct): Move to hppa-tdep.h.
6618 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6619
6620 2004-04-17 Randolph Chung <tausq@debian.org>
6621
6622 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6623 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6624 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6625 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6626 Remove forward declaration and make static.
6627 (hppa_reg_struct_has_addr): Remove.
6628
6629 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6630
6631 * observer.sh: Move comments in sed command to first column.
6632
6633 2004-04-16 Jason Molenda (jmolenda@apple.com)
6634
6635 * frame.c: Minor typeo corrections in comments.
6636
6637 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6638
6639 * observer.c (observer_test_first_notification_function): Update
6640 function profile.
6641 (observer_test_second_notification_function): Likewise.
6642 (observer_test_third_notification_function): Likewise.
6643
6644 2004-04-16 Mark Kettenis <kettenis@gnu.org>
6645
6646 From Brian Ford <ford@vss.fsi.com>:
6647 * i386-tdep.c (i386_coff_init_abi): New function.
6648 * i386-tdep.h (i386_coff_init_abi): New prototype.
6649 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6650 register number translation functions for DWARF and DWARF 2.
6651
6652 2004-04-16 Joel Brobecker <brobecker@gnat.com>
6653
6654 * dwarf2read.c: Back out my previous change, it was incorrect.
6655
6656 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
6657
6658 * dwarf2read.c: Include "hashtab.h".
6659 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6660 has_namespace_info.
6661 (struct partial_die_info): Add comments. Use bitfields to reduce
6662 memory footprint. Add scope, scope_set, has_specification,
6663 spec_offset, die_parent, die_child, and die_sibling.
6664 (peek_die_abbrev): Add prototype.
6665 (partial_read_comp_unit_head): New function, broken out from
6666 dwarf2_build_psymtabs_hard.
6667 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6668 Use partial_read_comp_unit_head. Initialize the CU and
6669 comp_unit_obstack. Update calls to read_partial_die and
6670 scan_partial_symbols. Use free_stack_comp_unit and
6671 load_partial_dies.
6672 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6673 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6674 Update calls to helper functions. Remove NAMESPACE argument.
6675 Update comments.
6676 (partial_die_parent_scope, partial_die_full_name): New functions.
6677 (add_partial_symbol): Remove namespace argument. Update call to
6678 pdi_needs_namespace. Use partial_die_full_name. Handle
6679 DW_TAG_namespace. Check has_namespace_info flag.
6680 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6681 tag. Handle namespaces.
6682 (add_partial_namespace, add_partial_enumeration): Simplify.
6683 (guess_structure_name): New function, derived from
6684 add_partial_structure.
6685 (add_partial_structure): Remove.
6686 (determine_class_name): Update comment.
6687 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6688 (is_type_tag_for_partial, load_partial_dies): New functions.
6689 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6690 Record specifications instead of following them immediately.
6691 (find_partial_die_in_comp_unit, find_partial_die)
6692 (fixup_partial_die, free_stack_comp_unit)
6693 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6694 (partial_die_hash, partial_die_eq): New functions.
6695 * Makefile.in (hashtab_h): Define.
6696 (dwarf2read.o): Update dependencies.
6697 (observer_inc, observer_h): Move to the correct section.
6698
6699 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6700
6701 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6702 (die_is_declaration): Use the function above. Add comment.
6703
6704 2004-04-15 Joel Brobecker <brobecker@gnat.com>
6705
6706 * dwarf2read.c (read_structure_scope): Identify stub types
6707 using die_is_declaration() only.
6708
6709 2004-04-15 Roland McGrath <roland@redhat.com>
6710
6711 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6712 argument instead of NAME.
6713 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6714 in call to symbol_file_add_with_addrs_or_offsets.
6715 (build_addr_info): New function, helper for ...
6716 (symbol_file_add_from_memory): New function.
6717 (add_symbol_file_from_memory_command): New function using that.
6718 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6719 (pre_add_symbol_hook): Add const to argument type.
6720 * symfile.h (symbol_file_add_from_memory): Declare it.
6721
6722 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6723
6724 * NEWS (New native configurations): Mention OpenBSD/vax.
6725 * configure.host: Add vax-*-openbsd*.
6726 * config/vax/obsd.mh: New file.
6727 * config/vax/nm-obsd.h: New file.
6728
6729 * vax-tdep.c: Include "regset.h".
6730 (vax_supply_gregset): New function.
6731 (vax_gregset): New variable.
6732 (vax_regset_from_core_section): New function.
6733 (vax_gdbarch_init): Set regset_from_core_section.
6734 * Makefile.in (vax-tdep.o): Update dependencies.
6735
6736 2004-04-15 Andrew Cagney <cagney@redhat.com>
6737
6738 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6739 (observer_normal_stop_notification_stub)
6740 (observer_attach_normal_stop, observer_detach_normal_stop):
6741 Delete, replaced by #include "observer.inc".
6742 * infrun.c (normal_stop): Pass "stop_bpstat" to
6743 observer_notify_normal_stop.
6744 * Makefile.in (observer_inc): Define.
6745 (observer.o): Update dependencies.
6746 (observer.h, observer.inc): New rules.
6747 * observer.h: Delete file.
6748 * observer.sh: New file.
6749
6750 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6751
6752 * vax-tdep.c (vax_frame_cache): Fix typo.
6753
6754 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6755
6756 * NEWS (New native configurations): Mention NetBSD/vax.
6757 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6758 * config/vax/nbsdelf.mh: New file.
6759 * config/vax/nbsdaout.mh: New file.
6760 * config/vax/nm-nbsd.h: New file.
6761 * config/vax/nm-nbsdaout.h: New file.
6762
6763 * vaxnbsd-tdep.c: New file.
6764 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6765 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6766 * config/vax/nbsd.mt: New file.
6767 * config/vax/tm-nbsd.h: New file.
6768
6769 * Makefile.in (vaxbsd-nat.o): New dependency.
6770
6771 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6772 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6773 struct_addr arguments. Don't push return value address.
6774 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6775 arguments to vax_store_arguments. Store return value address in
6776 R1.
6777 (vax_store_struct_return, vax_extract_return_value)
6778 (vax_store_return_value): Remove functions.
6779 (vax_return_value): New function.
6780 (vax_gdbarch_init): Set return value. Don't set
6781 deprecated_store_struct_return, deprecated_extract_struct_return
6782 and deprecated_store_return_value.
6783
6784 2004-04-14 Andreas Schwab <schwab@suse.de>
6785
6786 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6787 value buffer.
6788 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6789
6790 2004-04-14 Mark Kettenis <kettenis@gnu.org>
6791
6792 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6793 (vax_unwind_dummy_id): New functions.
6794 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6795 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6796 variables.
6797 (vax_fix_call_dummy): Remove function.
6798 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6799 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6800 call_dummy_location, deprecated_call_dummy_words,
6801 deprecated_sizeof_call_dummy_words,
6802 deprecated_call_dummy_breakpoint_offset,
6803 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6804 and deprecated_dummy_write_sp.
6805
6806 2004-04-13 David Carlton <carlton@kealia.com>
6807
6808 * MAINTAINERS: Move myself to "paper trail" section.
6809
6810 2004-04-12 Mark Kettenis <kettenis@gnu.org>
6811
6812 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6813 "trad-frame.h".
6814 (vax_frame_init_saved_regs): Remove function.
6815 (vax_sigtramp_saved_pc): Remove function.
6816 (vax_frame_saved_pc): Remove function.
6817 (vax_frame_args_address): Remove function.
6818 (vax_frame_num_args): Rewrite.
6819 (vax_frame_chain): Remove function.
6820 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6821 VAX_FP_REGNUM.
6822 (vax_pop_frame): Likewise.
6823 (vax_saved_pc_after_call): Remove function.
6824 (struct vax_frame_cache): New structure.
6825 (vax_frame_cache): New function.
6826 (vax_frame_this_id): New function.
6827 (vax_frame_prev_register): New function.
6828 (vax_frame_unwind): New variable.
6829 (vax_frame_sniffer): New function.
6830 (vax_frame_base_address): New function.
6831 (vax_frame_args_address): New function.
6832 (vax_frame_base): New variable.
6833 (vax_unwind_pc): New function.
6834 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6835 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6836 deprecated_frame_chain, deprecated_frame_saved_pc,
6837 deprecated_frame_args_address and
6838 deprecated_frame_init_saved_regs.
6839 * Makefile.in (vax-tdep.o): Update dependencies.
6840
6841 * vaxbsd-nat.c: New file.
6842
6843 * vax-tdep.h: Update copyright year. Adjust comments.
6844 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6845 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6846 (vax_regnum): New enum. Replacing...
6847 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6848 (VAX_PS_REGNUM): ... these removed macros.
6849 * vax-tdep.c (vax_register_name): Remove prototype.
6850 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6851 (vax_register_byte, vax_register_raw_size,
6852 vax_register_virtual_size, vax_register_virtual_type): Remove
6853 functions.
6854 (vax_register_type): New function.
6855 (vax_breakpoint_from_pc): Reorganize.
6856 (vax_gdbarch_init): Set register_type. Don't set
6857 deprecated_register_size, deprecated_register_bytes,
6858 deprecated_register_byte, deprecated_register_raw_size,
6859 deprecated_max_register_raw_size,
6860 deprecated_register_virtual_size,
6861 deprecated_max_register_virtual_size and
6862 deprecated_register_virtual_type. Add comment on stack direction.
6863
6864 2004-04-11 Mark Kettenis <kettenis@gnu.org>
6865
6866 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6867 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
6868 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
6869
6870 2004-04-10 Randolph Chung <tausq@debian.org>
6871
6872 * MAINTAINERS (write after approval): Add myself.
6873
6874 2004-04-07 Randolph Chung <tausq@debian.org>
6875
6876 * hppa-tdep.c (hppa_inner_than): Remove.
6877 (is_pa_2): Remove unused static variable.
6878 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
6879
6880 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6881
6882 * language.h (language_defn): Add new la_post_parser field.
6883 * parser-defs.h (null_post_parser): New declaration (default for
6884 la_post_parser).
6885
6886 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6887 insert call to that function.
6888 (parse_exp_in_context): New function, including code formerly in
6889 parse_exp_1. Calls language-dependent post-parser after
6890 prefixification.
6891 (parse_expression_in_context): New exported function.
6892 (null_post_parser): New definition.
6893 * expression.h (parse_expression_in_context): Add declaration.
6894
6895 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6896 * c-lang.c (c_language_defn): Ditto.
6897 (cplus_language_defn): Ditto.
6898 (asm_language_defn): Ditto.
6899 (minimal_language_defn): Ditto.
6900 * f-lang.c (f_language_defn): Ditto.
6901 * jv-lang.c (java_language_defn): Ditto.
6902 * language.c (unknown_language_defn): Ditto.
6903 (auto_language_defn): Ditto.
6904 (local_language_defn): Ditto.
6905 * m2-lang.c (m2_language_defn): Ditto.
6906 * scm-lang.c (scm_language_defn): Ditto.
6907 * obj-lang.c (objc_language_defn): Ditto.
6908
6909 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6910
6911 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6912 (amd64nbsd_mcontext_addr): New function.
6913 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6914 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6915 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6916
6917 * corelow.c (core_xfer_partial): Fix coding standards violation.
6918 Add support for TARGET_OBJECT_WCOOKIE.
6919
6920 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6921 deprecated_pc_in_sigtramp.
6922 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
6923 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
6924 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
6925 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
6926 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
6927 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
6928 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
6929
6930 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
6931 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
6932 Fix typo.
6933
6934 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
6935 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
6936 (amd64_collect_fxsave): Likewise.
6937
6938 * i386-sol2-tdep.c: Include "gdb_string.h".
6939 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
6940 name.
6941 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6942
6943 2004-04-10 Mark Kettenis <kettenis@gnu.org>
6944
6945 * i386-sol2-tdep.c: Include "solib-svr4.h".
6946 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
6947 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
6948 * config/i386/tm-i386sol2.h: Include :solib.h".
6949 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
6950 solib-svr4.o and solib-legacy.o.
6951 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
6952 solib-svr4.o.
6953
6954 2004-04-09 Mark Kettenis <kettenis@gnu.org>
6955
6956 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
6957 whether a register is supplied by PTRACE_GETFPREGS.
6958 (store_inferior_registers): Likewise.
6959 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
6960 whether a register is supplied by PT_GETFPREGS.
6961 (store_inferior_registers): Likewise.
6962
6963 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
6964 * config/i386/linux64.mt (TDEPFILES): Likewise.
6965
6966 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
6967
6968 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
6969 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6970 the program counter is in the range specified by `struct
6971 gdbarch_tdep'.
6972 * amd64-linux-tdep.c: Include "symtab.h".
6973 (amd64_linux_pc_in_sigtramp): Remove function.
6974 (amd64_linux_sigtramp_p): New function.
6975 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
6976 deprecated_pc_in_sigtramp.
6977 * amd64nbsd-tdep.c: Include "symtab.h".
6978 (amd64nbsd_sigtramp_p): New function.
6979 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6980 deprecated_pc_in_sigtramp.
6981 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
6982 few comments.
6983 (amd64obsd_pc_in_sigtramp): Remove function.
6984 (amd64obsd_sigtramp_p): New function.
6985 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
6986 deprecated_pc_in_sigtramp.
6987 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
6988 (i386bsd_pc_ins_sigtramp): Remove prototype.
6989 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
6990 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
6991 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
6992 the program counter is in the range specified by `struct
6993 gdbarch_tdep'.
6994 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
6995 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
6996 (i386_go32_pc_in_sigtramp): Remove function.
6997 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
6998 Initialize TDEP->sigtramp_p.
6999 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7000 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7001 deprecated_pc_in_sigtramp.
7002 * i386-linux-tdep.c: Adjust comments.
7003 (i386_linux_pc_in_sigtramp): Remove function.
7004 (i386_linux_sigtramp_p): New function.
7005 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7006 deprecated_pc_in_sigtramp.
7007 * i386-nto-tdep.c: Update copyright year.
7008 (i386nto_pc_in_sigtramp): Remove function.
7009 (i386nto_sigtramp_p): New function.
7010 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7011 SP_REGNUM.
7012 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7013 deprecated_pc_in_sigtramp.
7014 * i386-sol2-tdep.c: Update copyright year.
7015 (i386_sol2_pc_in_sigtramp): Remove function.
7016 (i386_sol2_sigtramp_p): New function.
7017 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7018 deprecated_pc_in_sigtramp.
7019 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7020 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7021 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7022 deprecated_sigtramp_start and deprecated_sigtramp_end.
7023 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7024 (i386nbsd_pc_in_sigtramp): Remove function.
7025 (i386nbsd_sigtramp_p): New function.
7026 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7027 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7028 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7029 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7030 (i386obsd_pc_in_sigtramp): Remove function.
7031 (i386obsd_sigtramp_p): New function.
7032 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7033 functions.
7034 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7035 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7036 TDEP->sigtramp_p.
7037 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7038 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7039 dependencies.
7040
7041 * config/i386/i386aout.mt: Remove file.
7042
7043 * configure.tgt: Remove i[34567]86-*-go32*,
7044 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7045 and i[34567]86-*-isc*. Set gdb_target to i386 for
7046 i[34567]86-*-netware* and i[34567]86-*-*.
7047 * config/i386/i386.mt: New file.
7048 * config/i386/embed.mt: Remove file.
7049 * config/i386/go32.mt: Remove file.
7050 * config/i386/i386nw.mt: Remove file.
7051 * config/i386/i386v.mt: Remove file.
7052 * config/i386/tm-go32.h: Remove file.
7053
7054 * tui/tui-hooks.c: Include "readline/readline.h" after
7055 "gdb_curses.h" instead of before.
7056 * tui/tui-io.c: Likewise.
7057
7058 * tui/tui.c: Fix typo in comment.
7059
7060 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7061
7062 2004-04-08 Andrew Cagney <cagney@redhat.com>
7063
7064 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7065 (deprecated_exception_support_initialized): Declare.
7066 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7067 (initialize_hp_cxx_exception_support)
7068 (child_enable_exception_callback): Update.
7069 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7070 (deprecated_exception_support_initialized): Rename
7071 deprecated_exception_catchpoints_are_fragile and
7072 deprecated_exception_support_initialized.
7073 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7074
7075 * symtab.c (deprecated_hp_som_som_object_present): Rename
7076 hp_som_som_object_present.
7077 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7078 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7079 Update. Delete extern declaration.
7080 * valops.c (hp_som_som_object_present): Ditto.
7081 * parse.c (deprecated_hp_som_som_object_present)
7082 (parse_nested_classes_for_hpacc): Ditto.
7083 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7084 * hppa-hpux-tdep.c (hp_som_som_object_present)
7085 (initialize_hp_cxx_exception_support): Ditto.
7086 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7087 * cp-valprint.c (hp_som_som_object_present)
7088 (cp_print_class_method): Ditto.
7089 * c-typeprint.c (hp_som_som_object_present):
7090 (c_type_print_base): Ditto.
7091 * c-exp.y (hp_som_som_object_present): Ditto.
7092
7093 2004-04-08 Andrew Cagney <cagney@redhat.com>
7094
7095 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7096 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7097 (frame_unwind_find_by_frame): Re-implement the unwind code so
7098 that it can both prepend and append sniffers. Replace
7099 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7100 * tramp-frame.c (tramp_frame_append): Use
7101 frame_unwind_prepend_unwinder.
7102 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7103 frame_unwind_register_unwinder.
7104 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7105 tramp_frame_append.
7106 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7107 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7108 (mips_linux_init_abi): Update.
7109
7110 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7111
7112 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7113 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7114 file support.
7115
7116 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7117
7118 * ia64-tdep.c (elf.h): Don't include.
7119 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7120
7121 2004-04-07 Jason Molenda (jmolenda@apple.com)
7122
7123 * frame.h: Typeo corrections in comments.
7124
7125 2004-04-07 Jim Blandy <jimb@redhat.com>
7126
7127 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7128 %esp and %ebp
7129
7130 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7131
7132 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7133 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7134 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7135 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7136 and solib-legacy.o.
7137 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7138 solib-svr4.o.
7139 * config/sparc/tm-sol2.h: Update copyright year. Include
7140 "solib.h".
7141
7142 * sparc-sol2-tdep.c: Update copyright year. Include
7143 "solib-svr4.h".
7144 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7145 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7146 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7147 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7148 dependencies.
7149
7150 2004-04-06 Andrew Cagney <cagney@redhat.com>
7151
7152 * infttrace.c: Include "infttrace.h".
7153 * infttrace.h: Include "target.h".
7154 * Makefile.in (infttrace_h): Update.
7155 (infttrace.o): Update.
7156
7157 2004-04-06 Andrew Cagney <cagney@redhat.com>
7158
7159 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7160 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7161 move extern declarations from here ...
7162 * infttrace.h: ... to here.
7163 * Makefile.in (hppah-nat.o): Update dependencies.
7164
7165 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7166 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7167 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7168 (hppa_breakpoint_from_pc): Delete.
7169
7170 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7171
7172 2004-04-05 Andrew Cagney <cagney@redhat.com>
7173
7174 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7175 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7176 <sys/file.h>.
7177
7178 2004-04-06 Randolph Chung <tausq@debian.org>
7179
7180 Committed by Andrew Cagney (mechanical change).
7181 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7182 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7183 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7184 child_enable_exception_callback, current_ex_event,
7185 null_symtab_and_line, child_get_current_exception_event,
7186 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7187 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7188 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7189 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7190 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7191 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7192 Move hpux-specific definitions ...
7193 * hppa-hpux-tdep.c: ... to here.
7194
7195 2004-04-05 Andrew Cagney <cagney@redhat.com>
7196
7197 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7198 skip_prologue_using_sal.
7199
7200 2004-04-05 Andrew Cagney <cagney@redhat.com>
7201
7202 * config/i386/tm-i386.h: Delete file.
7203 * config/i386/tm-vxworks.h: Update copyright, do not include
7204 "tm-i386.h".
7205 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7206 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7207 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7208 * config/i386/ncr3000.mt (TM_FILE): Delete.
7209 * config/i386/interix.mt (TM_FILE): Delete.
7210 * config/i386/i386v.mt (TM_FILE): Delete.
7211 * config/i386/i386nw.mt (TM_FILE): Delete.
7212 * config/i386/i386gnu.mt (TM_FILE): Delete.
7213 * config/i386/i386aout.mt (TM_FILE): Delete.
7214 * config/i386/embed.mt (TM_FILE): Delete.
7215
7216 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7217
7218 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7219 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7220 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7221 (accg7_regnum): New constants.
7222 (last_spr_regnum, last_pseudo_regnum): Update.
7223 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7224 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7225 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7226 for accg registers.
7227 (frv_register_sim_regno): Update spr_map[].
7228
7229 2004-04-04 Andrew Cagney <cagney@redhat.com>
7230
7231 * config/mips/xm-riscos.h: Delete.
7232 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7233 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7234 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7235 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7236 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7237 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7238 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7239 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7240 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7241 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7242 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7243 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7244 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7245 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7246 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7247 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7248 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7249 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7250 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7251 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7252 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7253 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7254 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7255 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7256 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7257 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7258
7259 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7260 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7261 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7262 * configure.host: Remove m680[01]0-sun-sunos3*,
7263 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7264 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7265 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7266 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7267 mips-*-riscos*.
7268 * NEWS: Mention removed systems.
7269
7270 2004-04-04 Andrew Cagney <cagney@redhat.com>
7271
7272 GDB 6.1 release created from 6.1 branch.
7273
7274 2004-04-04 Andrew Cagney <cagney@redhat.com>
7275
7276 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7277 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7278 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7279
7280 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7281 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7282 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7283
7284 2004-04-03 Jim Blandy <jimb@redhat.com>
7285
7286 * MAINTAINERS: Chris Faylor has changed employers; add him to
7287 "paper trail" section, and update his E-mail address.
7288
7289 2004-04-03 Andrew Cagney <cagney@redhat.com>
7290
7291 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7292 generic dummy frames.
7293 * dummy-frame.c: Update copyright.
7294 (dummy_frame_sniffer): Delete check for generic dummy frames.
7295
7296 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7297 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7298 (REG_PARM_STACK_SPACE): Delete.
7299 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7300 Inline reference to REG_PARM_STACK_SPACE.
7301
7302 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7303 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7304 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7305 (FRAME_BASE_BEFORE_SIGTRAMP)
7306 (hppa32_hpux_frame_base_before_sigtramp)
7307 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7308 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7309 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7310 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7311 (FRAME_BASE_BEFORE_SIGTRAMP)
7312 (hppa64_hpux_frame_base_before_sigtramp)
7313 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7314
7315 2004-04-03 Andrew Cagney <cagney@redhat.com>
7316
7317 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7318
7319 2004-04-02 Andrew Cagney <cagney@redhat.com>
7320
7321 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7322 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7323 * dummy-frame.h: Delete out-of-date comments.
7324 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7325 * gdbarch.h, gdbarch.c: Re-generate.
7326
7327 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7328
7329 Committed by Andrew Cagney <cagney@redhat.com>.
7330 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7331 into account an instruction saving a register if we have already
7332 seen an earlier instruction saving that same register.
7333
7334 2004-04-02 Andrew Cagney <cagney@redhat.com>
7335
7336 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7337 * gdbarch.h, gdbarch.c: Re-generate.
7338 * frame.c (legacy_get_prev_frame): Delete references to
7339 DEPRECATED_INIT_FRAME_PC_FIRST.
7340
7341 * infrun.c (pc_in_sigtramp): Delete function.
7342 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7343 get_frame_type.
7344
7345 2004-04-02 Andrew Cagney <cagney@redhat.com>
7346
7347 * infrun.c (handle_step_into_function): Delete code conditional on
7348 legacy_frame_p.
7349 (handle_inferior_event, step_over_function): Ditto.
7350
7351 2004-04-02 Andrew Cagney <cagney@redhat.com>
7352
7353 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7354 "previous frame inner to this frame" test.
7355
7356 2004-04-02 Andrew Cagney <cagney@redhat.com>
7357
7358 * frame.c (safe_frame_unwind_memory): New function.
7359 * frame.h (safe_frame_unwind_memory): Declare. Update description
7360 of /safe_/ methods.
7361 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7362 "next_frame". Use safe_frame_unwind_memory.
7363 (tramp_frame_sniffer): Update call to tramp_frame_start.
7364
7365 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7366
7367 * dwarf2read.c (dwarf2_objfile_data_key): New.
7368 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7369 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7370 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7371 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7372 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7373 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7374 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7375 Remove variables.
7376 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7377 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7378 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7379 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7380 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7381 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7382 Remove macros.
7383 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7384 data.
7385 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7386 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7387 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7388 (read_partial_die, read_full_die, read_indirect_string)
7389 (dwarf_decode_line_header, dwarf_decode_macros)
7390 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7391 Update uses of removed variables.
7392 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7393 of removed macros.
7394 (_initialize_dwarf2_read): New function.
7395 * symfile.h (dwarf2_has_info): Update prototype.
7396 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7397 * elfread.c (elf_symfile_read): Likewise.
7398
7399 2004-04-01 Jim Blandy <jimb@redhat.com>
7400
7401 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7402 function for register numbers on all the rs6000-derived targets.
7403 (rs6000_gdbarch_init): Don't register a separate
7404 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7405 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7406 variants.
7407
7408 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7409 numbering.
7410
7411 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7412
7413 * valarith.c: Update copyright notice.
7414 (value_add): Handle range types.
7415 (value_sub): Ditto.
7416 (value_equal): Ditto.
7417 (value_less): Ditto.
7418 (value_neg): Ditto.
7419 (value_complement): Ditto.
7420 (value_binop): Simplify slightly by using is_integral_type and
7421 eliminiating unnecessary COERCE_ENUMs.
7422
7423 2004-03-31 Andrew Cagney <cagney@redhat.com>
7424
7425 * frame.h (frame_unwind_id): Declare.
7426 * frame.c (frame_unwind_id): New function.
7427 (get_prev_frame_1): New function.
7428 (frame_debug_got_null_frame): New function.
7429 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7430 code proper to prev_frame, update description.
7431 * infrun.c (step_over_function): Use frame_unwind_id.
7432
7433 2004-04-31 J. Brobecker <brobecker@gnat.com>
7434
7435 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7436 (hppa64_push_dummy_call): Likewise.
7437
7438 2004-03-30 Jim Blandy <jimb@redhat.com>
7439
7440 From Ulrich Weigand:
7441 * utils.c (query): Do not use a va_list variable multiple times.
7442
7443 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7444
7445 * Makefile.in (linux_nat_h): Update dependencies.
7446 * configure.in: Check for <gnu/libc-version.h>.
7447 * configure: Regenerate.
7448 * config.in: Regenerate.
7449 * linux-nat.h: Include "target.h". Add waitstatus field to
7450 struct lwp_info.
7451 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7452 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7453 to.
7454 (lin_lwp_handle_extended): New function. Handle clone events.
7455 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7456 thread exit events.
7457 (child_wait): Handle clone events.
7458 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7459 * linux-nat.c (linux_enable_event_reporting): Turn on
7460 PTRACE_O_TRACECLONE.
7461 (linux_handle_extended_wait): Handle clone events.
7462 * thread-db.c: Include <gnu/libc-version.h>.
7463 (struct private_thread_info): Add dying flag.
7464 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7465 higher.
7466 (attach_thread): Update comments. Handle dying threads.
7467 (detach_thread): Set the dying flag.
7468 (check_event): Always call attach_thread.
7469
7470 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7471
7472 * mips-tdep.c (mips_pdr_data): New.
7473 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7474 (_initialize_mips_tdep): Initialize mips_pdr_data.
7475
7476 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7477
7478 * minsyms.c (install_minimal_symbols): Move dropping leading
7479 char from linkage name from here...
7480 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7481 test for "__gnu_compiled*" symbols.
7482
7483 2004-03-28 Jim Blandy <jimb@redhat.com>
7484
7485 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7486 registers to temp register r0 and byte stores as prologue
7487 instructions.
7488
7489 2004-03-28 Andrew Cagney <cagney@redhat.com>
7490
7491 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7492 arm*-*-*.
7493
7494 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7495
7496 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7497 and switch the layout to force a display of register window.
7498
7499 2004-02-26 J. Brobecker <brobecker@gnat.com>
7500
7501 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7502 of the INTEGER class.
7503
7504 2004-03-26 Jim Blandy <jimb@redhat.com>
7505
7506 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7507 bytes long on PPC GNU/Linux.
7508
7509 2004-03-26 David Carlton <carlton@kealia.com>
7510
7511 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7512
7513 2004-03-25 Andrew Cagney <cagney@redhat.com>
7514
7515 * PROBLEMS: Add general section titles, remove references to
7516 specific releases.
7517
7518 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7519
7520 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7521 INT_REGISTER_SIZE.
7522 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7523 FP_REGISTER_VIRTUAL_SIZE.
7524 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7525 of DEPRECATED_REGISTER_RAW_SIZE.
7526 (arm_register_type): Add gdbarch argument.
7527 (arm_register_raw_size, arm_register_virtual_size): Delete.
7528 (arm_register_byte, arm_extract_return_value)
7529 (arm_store_return_value, arm_get_longjmp_target): Update references
7530 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7531 (arm_gdbarch_init): Likewise. Don't set
7532 deprecated_register_raw_size, deprecated_register_virtual_size,
7533 deprecated_max_register_raw_size,
7534 deprecated_max_register_virtual_size, or
7535 deprecated_max_register_virtual_type. Do set register_type.
7536 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7537 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7538 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7539 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7540 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7541 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7542 INT_REGISTER_SIZE.
7543 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7544 (remote_rdp_store_register): Likewise.
7545
7546 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7547
7548 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7549 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7550 to after osabi initialization.
7551 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7552 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7553 functions.
7554 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7555 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7556 variables.
7557 (mips_linux_init_abi): Append signal trampoline unwinders.
7558
7559 2004-03-24 Andrew Cagney <cagney@redhat.com>
7560
7561 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7562 * tramp-frame.c: Include "gdb_assert.h".
7563 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7564 correct sizeof.
7565 (tramp_frame_append): Validate the tramp frame's instructions.
7566 * Makefile.in (tramp-frame.o): Update dependencies.
7567
7568 2004-03-23 Andrew Cagney <cagney@redhat.com>
7569
7570 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7571
7572 2004-03-23 Andrew Cagney <cagney@redhat.com>
7573
7574 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7575 Nasser as past testsuite/lib/ (and other) maintainers.
7576
7577 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7578
7579 * infcmd.c (attach_command): Reread symbols if we already have
7580 an exec file.
7581
7582 2004-03-23 Andrew Cagney <cagney@redhat.com>
7583
7584 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7585
7586 2004-03-23 Andrew Cagney <cagney@redhat.com>
7587
7588 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7589 * gdbarch.h, gdbarch.c: Re-generate.
7590 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7591 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7592 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7593 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
7594 (DEPRECATED_SIGTRAMP_START): Update.
7595 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
7596 (DEPRECATED_SIGTRAMP_START): Update.
7597 * blockframe.c (find_pc_sect_partial_function): Update.
7598 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7599
7600 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
7601
7602 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7603 if necessary.
7604
7605 2004-03-23 Andrew Cagney <cagney@redhat.com>
7606
7607 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7608 predicate, deprecate.
7609 * gdbarch.h, gdbarch.c: Re-generate.
7610 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7611 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7612 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7613 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7614 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7615 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7616 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7617 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7618 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7619 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7620 * blockframe.c (find_pc_partial_function): Update.
7621 * breakpoint.c (bpstat_what): Update.
7622 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7623 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7624 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7625 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7626 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7627 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7628 * i386-nto-tdep.c (i386nto_init_abi): Update.
7629 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7630 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7631 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7632 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7633 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7634 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7635 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7636 * infrun.c (pc_in_sigtramp): Update.
7637 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7638 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7639 * mips-tdep.c (mips_gdbarch_init): Update.
7640 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7641 * ppc-linux-tdep.c: Update comment.
7642 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7643 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7644 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7645 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7646 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7647 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7648 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7649 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7650 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7651 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
7652
7653 2004-03-23 Andrew Cagney <cagney@redhat.com>
7654
7655 * tramp-frame.h, tramp-frame.h: New files.
7656 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7657 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7658
7659 * Makefile.in: Update all dependencies.
7660
7661 2004-03-23 Andrew Cagney <cagney@redhat.com>
7662
7663 * Makefile.in (trad_frame_h): Add $(frame_h).
7664 * trad-frame.h: Update copyright. Include "frame.h".
7665 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7666 (trad_frame_set_id, trad_frame_get_id): Declare.
7667 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7668 * trad-frame.c: Update copyright.
7669 (struct trad_frame_cache): Define.
7670 (trad_frame_cache_zalloc): New function.
7671 (trad_frame_set_id, trad_frame_get_id): New functions.
7672 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
7673
7674 2004-03-22 Andrew Cagney <cagney@redhat.com>
7675
7676 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7677 s390_pltstub_unwind_cache.
7678 (s390_stub_frame_unwind_cache): Rename
7679 s390_pltstub_frame_unwind_cache.
7680 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7681 (s390_stub_frame_prev_register): Rename
7682 s390_pltstub_frame_prev_register.
7683 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7684 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7685
7686 From Ulrich Weigand:
7687 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7688 pointer calls like PLT calls.
7689
7690 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7691
7692 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7693 PC rather than the partial function start address. Use the start
7694 address to sanity check the found PDR.
7695
7696 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
7697
7698 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7699 linux_handle_extended_wait.
7700
7701 2004-03-22 Andrew Cagney <cagney@redhat.com>
7702
7703 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7704 function.
7705
7706 * frame.h (generic_pop_current_frame): Delete declaration.
7707 (deprecate_pop_dummy_frame): Deprecate
7708 generic_pop_dummy_frame.
7709 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7710 (generic_pop_current_frame): Delete function.
7711 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7712 generic_pop_current_frame.
7713 * v850-tdep.c (v850_pop_frame): Update.
7714 * mcore-tdep.c (mcore_pop_frame): Update.
7715 * sh64-tdep.c (sh64_pop_frame): Update.
7716 * h8300-tdep.c (h8300_pop_frame): Update.
7717
7718 2004-03-22 Andrew Cagney <cagney@redhat.com>
7719
7720 * frame.h (deprecated_pc_in_call_dummy): Rename
7721 generic_pc_in_call_dummy.
7722 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7723 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7724 generic_pc_in_call_dummy.
7725 (pc_in_dummy_frame): Make static.
7726 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7727 * gdbarch.h, gdbarch.c: Re-generate.
7728 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7729 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7730 (legacy_get_prev_frame): Ditto.
7731 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7732 comment.
7733
7734 2004-03-21 Andrew Cagney <cagney@redhat.com>
7735
7736 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7737 declaration and out-of-date comment.
7738 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7739 Delete function.
7740 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7741 deprecated_pc_in_call_dummy.
7742
7743 * infrun.c (handle_inferior_event): For non legacy frames, use the
7744 frame ID and frame type to identify a signal trampoline. Update
7745 comments.
7746
7747 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7748
7749 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7750 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7751
7752 2004-03-21 Andrew Cagney <cagney@redhat.com>
7753
7754 * frame-unwind.h: Update copyright.
7755 (struct frame_data): Add opaque declaration.
7756 (frame_sniffer_ftype): Declare.
7757 (struct frame_unwind): Add "unwind_data" and "sniffer".
7758 (frame_unwind_register_unwinder): Declare.
7759 (frame_unwind_find_by_frame): Add parameter "this_cache".
7760 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7761 (legacy_get_prev_frame, legacy_get_prev_frame)
7762 (get_frame_type): Pass the prologue_cache to
7763 frame_unwind_find_by_frame.
7764 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7765 "unwinder".
7766 (frame_unwind_register_unwinder): New function.
7767 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7768
7769 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7770
7771 * bcache.c (print_percentage): Use floating point to avoid
7772 incorrect results when portion*100 overflows.
7773
7774 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7775
7776 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7777 (ppc_linux_init_extra_frame_info)
7778 (ppc_linux_frameless_function_invocation)
7779 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7780 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7781 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7782 (rs6000_frame_chain): Delete declarations.
7783 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7784 (ppc_linux_init_extra_frame_info)
7785 (ppc_linux_frameless_function_invocation)
7786 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7787 (ppc_linux_init_abi): Remove registration of above deleted functions.
7788 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7789 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7790 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7791 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7792 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7793 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7794 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7795 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7796 frame management for all OSABIs.
7797
7798 2004-03-19 Andrew Cagney <cagney@redhat.com>
7799
7800 Committed by Kevin Buettner <kevinb@redhat.com>.
7801
7802 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7803 Update copyright.
7804 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7805 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7806 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7807 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7808 unwinders. #ifdef legacy frame code.
7809 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7810 "frame-base.h".
7811 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7812 (struct rs6000_frame_cache, rs6000_frame_cache)
7813 (rs6000_frame_this_id, rs6000_frame_prev_register)
7814 (rs6000_frame_sniffer, rs6000_frame_unwind)
7815 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7816 (rs6000_frame_base): Implement a traditional frame unwinder.
7817 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7818 frame unwinder.
7819
7820 2004-03-19 Kevin Buettner <kevinb@redhat.com>
7821
7822 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7823 breakpoint address for watchpoints or the catch eventpoints.
7824 Add new paramter ``bptype''. Adjust all callers.
7825
7826 2004-03-19 Andrew Cagney <cagney@redhat.com>
7827
7828 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7829
7830 * PROBLEMS: Delete note that ARM does not use frame code, problem
7831 fixed.
7832
7833 2004-03-18 Andrew Cagney <cagney@redhat.com>
7834
7835 * stack.c (return_command): Delete code wrapped in #ifdef
7836 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7837
7838 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7839
7840 2004-03-18 Andrew Cagney <cagney@redhat.com>
7841
7842 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7843 DEPRECATED_IN_SIGTRAMP.
7844 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7845 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7846 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7847 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7848 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7849 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7850 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7851 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7852 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7853 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7854
7855 2004-03-18 Andrew Cagney <cagney@redhat.com>
7856
7857 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7858 (struct frame_base_table_entry): Define.
7859 (struct frame_base_table): Re-implement as a linked list.
7860 (frame_base_init): Re-implement.
7861 (frame_base_table): Delete function.
7862 (append_predicate): Delete function.
7863 (frame_base_append_sniffer): Update.
7864 (frame_base_set_default): Update.
7865 (frame_base_find_by_frame): Update.
7866 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7867 * Makefile.in (frame-base.o): Update dependencies.
7868
7869 2004-03-17 Andrew Cagney <cagney@redhat.com>
7870
7871 * frame.c (legacy_get_prev_frame): Pass correct frame to
7872 frame_unwind_find_by_frame.
7873
7874 2004-03-17 David Carlton <carlton@kealia.com>
7875
7876 * NEWS: Mention C++ nested types and namespaces
7877
7878 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7879
7880 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7881 and "Regressions since gdb 5.3.". Add known regressions since
7882 gdb 6.0.
7883
7884 2004-03-16 David Carlton <carlton@kealia.com>
7885
7886 * dwarf2read.c (process_structure_scope): Process children even
7887 when we're a declaration.
7888
7889 2004-03-16 Andrew Cagney <cagney@redhat.com>
7890
7891 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7892 * blockframe.c (find_pc_partial_function)
7893 (find_pc_sect_partial_function): Merge into a single
7894 find_pc_partial_function.
7895
7896 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7897
7898 * i386bsd-nat.c: s/regno/regnum/g.
7899 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7900 FP0_REGNUM.
7901 (store_inferior_registers): Likewise.
7902
7903 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7904
7905 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7906 of i387_fill_fsave.
7907 (store_inferior_registers): Call i387_collect_fsave and
7908 i387_collect_fxsave instead of i387_fill_fsave and
7909 i387_fill_fxsave.
7910
7911 2004-03-15 Andrew Cagney <cagney@redhat.com>
7912
7913 * Makefile.in (frame-unwind.o): Update dependencies.
7914 * frame-unwind.c: Include "gdb_obstack.h".
7915 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7916 parameter.
7917 (append_predicate): Delete function.
7918 (struct frame_unwind_table_entry): New structure.
7919 (struct frame_unwind_table): Replace "sniffer" with "head" and
7920 "tail".
7921 (frame_unwind_append_sniffer): Update.
7922 (frame_unwind_find_by_frame): Update.
7923 (_initialize_frame_unwind): Registe frame_unwind_init using
7924 gdbarch_data_register_pre_init.
7925
7926 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7927
7928 * i386bsd-nat.c: Update copyright year.
7929 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
7930 define unconditionally.
7931
7932 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7933
7934 * i387-tdep.h (i387_collect_fsave): New prototype.
7935 * i387-tdep.c (i387_collect_fsave): New function containing most
7936 of the code from i387_fill_fsave.
7937 (i387_fill_fsave): Call i387_collect_fsave.
7938
7939 2004-03-15 Mark Kettenis <kettenis@gnu.org>
7940
7941 * i386-linux-tdep.c: Update copyright year.
7942 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
7943 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
7944 svr4_ilp32_link_map_offsets instead of
7945 i386_linux_svr4_fetch_link_map_offsets.
7946
7947 2004-03-15 David Carlton <carlton@kealia.com>
7948
7949 Fix for PR c++/1553:
7950 * dwarf2read.c (read_structure_type): Determine type name by
7951 calling determine_class_name.
7952 (determine_class_name): New.
7953 (determine_prefix): Look at TYPE_TAG_NAME and call
7954 determine_class_name when appropriate.
7955 (determine_prefix_aux, class_name): Delete.
7956 (read_namespace): Set die->type.
7957
7958 2004-03-15 Kevin Buettner <kevinb@redhat.com>
7959
7960 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
7961 unused macro definition. The definition in target.h (or perhaps
7962 elsewhere) takes precedence.
7963
7964 2004-03-15 Andrew Cagney <cagney@redhat.com>
7965
7966 * ppc-tdep.h: Update copyright.
7967 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
7968 function signatures to match "regsets.h".
7969 * ppc-linux-tdep.c: Include "regset.h".
7970 (ELF_GREGSET_SIZE): Delete.
7971 (right_supply_register): New function.
7972 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
7973 using right_supply_register.
7974 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
7975 functions.
7976 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
7977 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
7978 (_initialize_ppc_linux_tdep): Do not register
7979 ppc_linux_regset_core_fns.
7980 (ppc_linux_regset_from_core_section): Replace
7981 fetch_core_registers.
7982 (ppc_linux_regset_core_fns): Delete.
7983 * ppc-linux-nat.c: (right_fill_reg): New function.
7984 (supply_gregset): Update call to ppc_linux_supply_gregset.
7985 (fill_gregset): Clear the register set, use right_fill_reg.
7986 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
7987 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
7988
7989 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
7990 unsigned.
7991
7992 2004-03-15 Andrew Cagney <cagney@redhat.com>
7993
7994 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
7995 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
7996 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
7997 and register_gdbarch_data.
7998 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
7999 (struct gdbarch_data): Replace "init" by "pre_init" and
8000 "post_init".
8001 * gdbarch.h, gdbarch.c: Re-generate.
8002 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8003 with"obstack", use OBSTACK_ZALLOC.
8004 (dwarf2_frame_ops): Delete.
8005 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8006 (dwarf2_frame_init_reg): Use gdbarch_data.
8007 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8008 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8009 (_initialize_svr4_solib): Update.
8010 * user-regs.c (_initialize_user_regs): Update.
8011 * reggroups.c (_initialize_reggroup): Update.
8012 * regcache.c (_initialize_regcache): Update.
8013 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8014 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8015 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8016 * frame-unwind.c (_initialize_frame_unwind): Update.
8017 * frame-base.c (_initialize_frame_base): Update.
8018 * user-regs.c (user_reg_add): Update.
8019 * reggroups.c (reggroup_add): Update.
8020 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8021 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8022 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8023 * frame-base.c (frame_base_table): Update.
8024 * remote.c (_initialize_remote): Update.
8025 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8026
8027 2004-03-15 Andrew Cagney <cagney@redhat.com>
8028
8029 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8030
8031 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8032
8033 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8034 * frv-linux-tdep.c: New file.
8035 * frv-tdep.c (struct gdbarch_tdep): Add new field
8036 ``sigcontext_reg_addr''.
8037 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8038 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8039 (frv_sigramp_frame_sniffer): New functions.
8040 (frv_sigtramp_frame_unwind): New static global.
8041 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8042 sniffers.
8043 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8044 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8045
8046 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8047
8048 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8049 but not via a call to error(), when unable to read memory.
8050
8051 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8052
8053 * frv-tdep.c (frv_call_dummy_words): Delete.
8054 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8055
8056 2004-03-15 Andrew Cagney <cagney@redhat.com>
8057
8058 * infrun.c (handle_step_into_function, step_over_function): Only
8059 update and use STEP_FRAME_ID when the system is using legacy
8060 frames. Update comments.
8061
8062 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8063
8064 * amd64-linux-tdep.h: Remove file.
8065 * amd64-linux-tdep.c: Don't include "inferior.h" and
8066 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8067 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8068 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8069 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8070 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8071 macros.
8072 (user_to_gdb_regmap): Remove variable.
8073 (amd64_linux_gregset_reg_offset): New variable.
8074 (amd64_core_fns): Remove variable.
8075 (fetch_core_registers): Remove function.
8076 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8077 functions.
8078 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8079 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8080 * Makefile.in (amd64_linux_tdep_h): Remove.
8081 (amd64-linux-nat.o): Update dependencies.
8082 (amd64-linux-tdep.o): Update dependencies.
8083
8084 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8085 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8086 functions.
8087 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8088
8089 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8090 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8091
8092 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8093
8094 * dwarf2read.c (read_structure_type): Rename from
8095 read_structure_scope. Don't create a symbol or call process_die.
8096 Return immediately if die->type is set. Call read_type_die before
8097 dwarf2_add_member_fn.
8098 (process_structure_scope): New function.
8099 (read_enumeration_type, process_enumeration_scope): New functions,
8100 broken out from read_enumeration. Don't create the enumeration
8101 type if it has already been created.
8102 (read_enumeration): Removed.
8103 (process_die): Call read_structure_type, process_structure_scope,
8104 read_enumeration_type, and process_enumeration_scope. Just call
8105 new_symbol for base and subrange types. Add a comment about other
8106 type dies.
8107 (read_type_die): Call read_enumeration_type.
8108 (add_partial_structure, new_symbol): Update comments.
8109
8110 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8111
8112 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8113
8114 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8115
8116 * tui/tui-win.h (tui_get_cmd_list): Declare.
8117 * tui/tui-win.c (tui_command): New function.
8118 (tui_get_cmd_list): New function.
8119 (_initialize_tui_win): Moved initialization of tui command in
8120 tui_get_cmd_list.
8121
8122 * tui/tui-data.c (init_content_element): Setup new data members.
8123 (init_win_info): Likewise.
8124 (free_content_elements): Free it.
8125 * tui/tui-data.h (struct tui_data_element): Store the register
8126 content to print.
8127 (struct tui_data_info): Keep the current register group.
8128
8129 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8130
8131 * tui/tui-regs.h (tui_show_registers): Update prototype.
8132 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8133 (tui_resize_all): No need to calculate anything for register window.
8134 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8135 (tui_set_register_element, tui_set_general_regs_content): Remove.
8136 (tui_set_special_regs_content): Remove.
8137 (tui_set_general_and_special_regs_content): Remove.
8138 (tui_set_float_regs_content): Remove.
8139 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8140 (tui_set_regs_content): Remove.
8141 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8142 (tui_v_show_registers_command_support): Remove.
8143 (tui_show_registers): Use a reggroup to specify the registers to show.
8144 (tui_show_register_group): New function.
8145 (tui_display_registers_from): Compute the layout of register window
8146 and refresh with new API; be sure to delete old register windows.
8147 (tui_check_register_values): Update to use tui_get_register and
8148 tui_display_data.
8149 (tui_display_register): Just refresh the register window part.
8150 (tui_register_format): Format registers and save in tui_data_element.
8151 (tui_get_register): New to combine tui_reg_value_has_changed and
8152 tui_get_register_raw_value; fix to use the new gdb API.
8153 (tui_show_float_command): Renamed tui_reg_float_command.
8154 (tui_show_general_command): Renamed tui_reg_general_command.
8155 (tui_show_special_command): Renamed tui_reg_system_command.
8156 (_initialize_tui_regs): Remove unused commands.
8157
8158 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8159
8160 * NEWS (New native configurations): Mention OpenBSD/amd64.
8161
8162 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8163 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8164 Remove defines.
8165 * config/i386/nm-fbsd64.h: Likewise.
8166 * config/i386/nm-obsd.h: Likewise.
8167 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8168 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8169
8170 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8171
8172 * frv-tdep.c (set_variant_scratch_registers): New function.
8173 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8174 New constants.
8175
8176 From Richard Sandiford <rsandifo@redhat.com>:
8177 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8178
8179 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8180
8181 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8182 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8183 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8184 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8185 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8186 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8187 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8188 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8189 definitions from frv-tdep.c to frv-tdep.h.
8190
8191 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8192
8193 Add shared library support for FR-V FDPIC ABI:
8194 * Makefile.in (solib-frv.o): Add dependencies.
8195 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8196 New functions.
8197 (frv_push_dummy_call): Add support for FDPIC ABI.
8198 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8199 for FDPIC ABI.
8200 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8201 (frv_fdpic_find_canonical_descriptor): Declare.
8202 * solib-frv.c: New file.
8203 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8204 * config/frv/tm-frv.h (solib.h): Include.
8205
8206 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8207
8208 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8209 (frv-tdep.o): Update dependencies.
8210 * frv-tdep.h: New file.
8211 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8212 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8213 constants.
8214 (struct gdbarch_tdep): Add new member ``frv_abi''.
8215 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8216 functions.
8217 (new_variant): Set ``frv_abi'' field.
8218 (gdb_arch_init): Detect FDPIC executables.
8219
8220 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8221
8222 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8223 wrapper.
8224
8225 2004-03-11 Andrew Cagney <cagney@redhat.com>
8226
8227 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8228
8229 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8230
8231 * solist.h (master_so_list): New function.
8232 * solib.c (master_so_list): Likewise.
8233 * solib-svr4.c (enable_break): Iterate over so_list entries
8234 obtained from master list instead of entries obtained directly
8235 via svr4_current_sos().
8236
8237 2004-03-10 Ben Elliston <bje@gnu.org>
8238
8239 * MAINTAINERS: Update my mail address.
8240
8241 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8242
8243 * remote-m32r-sdi.c: Support hardware watchpoint.
8244
8245 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8246
8247 * user-regs.c: Update copyright years.
8248 (struct user_regs): Rename to gdb_user_regs.
8249 (append_user_reg, builtin_user_regs, user_regs_init)
8250 (user_reg_add, user_reg_map_name_to_regnum)
8251 (usernum_to_user_reg): Update.
8252
8253 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8254
8255 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8256 (skip_children): New functions.
8257 (locate_pdi_sibling): Call skip_children.
8258
8259 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8260
8261 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8262 * gdbtypes.c (check_typedef): Update comments.
8263
8264 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8265
8266 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8267 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8268 pointer. Update comment about comp_unit_head.
8269 (struct abbrev_info): Shorten two int flags.
8270 (dwarf_alloc_abbrev): Take a CU argument.
8271 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8272 each time through the loop. Update cleanup argument.
8273 (psymtab_to_symtab_1): Update cleanup call.
8274 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8275 abbrev_obstack.
8276 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8277 Just call obstack_free and clear the pointer.
8278
8279 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8280
8281 * infrun.c (handle_inferior_event): Remove short-circuit code for
8282 events in a different thread.
8283
8284 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8285
8286 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8287 print the whole transfer.
8288 (initialize_targets): Update description of "set debug target".
8289
8290 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8291
8292 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8293
8294 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8295
8296 * MAINTAINERS (write after approval): Add myself.
8297
8298 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8299
8300 * sh-tdep.c (sh_print_registers_info): Use for loop.
8301 Don't skip multiple registers when a float register is encountered.
8302
8303 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8304
8305 Fix PR tdep/1291.
8306 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8307 to official SH documentation.
8308
8309 2004-03-07 Andrew Cagney <cagney@redhat.com>
8310
8311 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8312 unused function.
8313
8314 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8315
8316 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8317 (arm_get_next_pc): Handle BX and BLX.
8318
8319 2004-03-07 Andrew Cagney <cagney@redhat.com>
8320
8321 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8322 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8323 HPPA_SP_REGNUM.
8324 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8325 (hppa_target_read_fp): Delete.
8326 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8327 register_virtual_size, max_register_raw_size,
8328 max_register_virtual_size, register_byte, register_size,
8329 target_read_fp, fp_regnum, and register_bytes. Set register_type
8330 instead of register_virtual_type.
8331 (hppa32_register_type, hppa64_register_type): Replace
8332 hppa32_register_virtual_type and hppa64_register_virtual_type.
8333 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8334 (HPPA_FP_REGNUM): Define.
8335
8336 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8337
8338 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8339 (pa_do_registers_info): Delete.
8340 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8341 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8342 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8343
8344 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8345 GDB_TARGET_IS_HPPA code.
8346 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8347 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8348 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8349 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8350 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8351 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8352 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8353 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8354 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8355 (hppa_frameless_function_invocation, hppa64_store_return_value)
8356 (hppa_store_struct_return, hppa64_extract_return_value)
8357 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8358 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8359 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8360 (find_proc_framesize, deposit_21, restore_pc_queue)
8361 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8362 (rp_saved, pc_in_linker_stub): Delete.
8363
8364 Unconditionally enable 64-bit frame and ABI code.
8365 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8366 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8367 push_dummy_frame, fix_call_dummy, push_arguments,
8368 call_dummy_location, extract_return_value, use_struct_convention,
8369 store_return_value, store_struct_return, saved_pc_after_call,
8370 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8371 frame_chain, frame_chain_valid, frameless_function_invocation,
8372 frame_saved_pc, and pop_frame.
8373
8374 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8375 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8376 (hppa_gdbarch_init): Do not set PC_REGNUM.
8377
8378 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8379
8380 * config/alpha/tm-fbsd.h: Remove file.
8381 * config/alpha/fbsd.mt: Tweak comment.
8382 (TM_FILE): Set to tm-alpha.h.
8383
8384 2004-03-05 Andrew Cagney <cagney@redhat.com>
8385
8386 * infrun.c (step_over_function): When non-legacy code, and no
8387 step_frame_id, use the unwinder to get the caller's frame ID.
8388
8389 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8390
8391 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8392 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8393 bfd_arch_unknown. Adjust comment.
8394
8395 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8396 * i386obsd-tdep.c: Correct spelling in comment.
8397 * i386nbsd-tdep.c: Correct spelling in comment.
8398 * sparc-tdep.c: Correct spelling in comments.
8399
8400 2004-03-05 David Carlton <carlton@kealia.com>
8401
8402 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8403 bug.
8404
8405 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8406
8407 * sparc-tdep.c: Fix typo in comment.
8408
8409 2004-03-04 J. Brobecker <brobecker@gnat.com>
8410
8411 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8412
8413 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8414
8415 * dwarf2read.c: Add comment describing memory lifetimes.
8416 (struct dwarf2_pinfo): Update comment.
8417 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8418 (read_enumeration, new_symbol): Don't use obsavestring.
8419
8420 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8421
8422 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8423 instead of amd64_fill_fxsave.
8424 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8425 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8426
8427 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8428 Reorganize code a bit.
8429
8430 2004-03-04 Orjan Friberg <orjanf@axis.com>
8431
8432 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8433 when the frame pointer is pushed. Don't set the frame pointer's
8434 address on the stack unless it's actually located there.
8435 Set the SRP's address on the stack correctly when the PC is still in
8436 the prologue.
8437 (cris_return_value): New function.
8438 (cris_gdbarch_init): Clear deprecated store_return_value,
8439 extract_return_value.
8440
8441 2004-03-02 Jim Blandy <jimb@redhat.com>
8442
8443 * stabsread.c (reg_value_complaint): The maximum register number
8444 is one less than the number of registers.
8445
8446 2004-03-02 Andrew Cagney <cagney@redhat.com>
8447
8448 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8449 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8450 trailing comma and redundant assignment of I386_ST0_REGNUM.
8451 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8452 32-bit segment registers.
8453
8454 2004-03-01 Andrew Cagney <cagney@redhat.com>
8455
8456 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8457 use frame_relative_level and get_next_frame.
8458
8459 2004-02-29 Andrew Cagney <cagney@redhat.com>
8460
8461 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8462 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8463 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8464 Delete macro.
8465
8466 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8467
8468 * inflow.c (terminal_inferior): Don't give up the terminal if we
8469 previously couldn't get the inferior's terminal state.
8470
8471 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8472
8473 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8474 PC_REGNUM.
8475
8476 2004-02-28 Andrew Cagney <cagney@redhat.com>
8477
8478 * NEWS: Refer to GDB 6.1.
8479 * README: Refer to GDB 6.1.
8480 * PROBLEMS: Refer to GDB 6.1.
8481
8482 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8483
8484 * thread-db.c (disable_thread_signals): Remove unused function.
8485
8486 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8487
8488 * amd64-nat.c: Include "gdb_string.h".
8489 (amd64_collect_native_gregset): Zero-extend the 32-bit
8490 general-purpose registers and %eip.
8491
8492 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8493 * amd64-tdep.c (amd64_collect_fxsave): New function.
8494 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8495
8496 * i387-tdep.h: Update copyright year.
8497 (i387_collect_fxsave): New prototype.
8498 * i387-tdep.c: Update copyright year.
8499 (i387_collect_fxsave): New function containing most of the code
8500 from i387_fill_fxsave.
8501 (i387_fill_fxsave): Call i387_collect_fxsave.
8502
8503 2004-02-28 Andrew Cagney <cagney@redhat.com>
8504
8505 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8506 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8507
8508 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8509
8510 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8511
8512 2004-02-28 Andrew Cagney <cagney@redhat.com>
8513
8514 * utils.c: Use "", instead of <>, to include readline.
8515 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8516 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8517 * source.c, solib.c, exec.c, event-top.c: Ditto.
8518 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8519 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8520 * Makefile.in: Update all dependencies.
8521 (readline_tilde_h, readline_history_h): Define.
8522 (readline_headers): Delete.
8523
8524 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8525
8526 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8527 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8528 "config/i386/tm-lx64.h".
8529
8530 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8531 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8532 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8533
8534 2004-02-28 Andrew Cagney <cagney@redhat.com>
8535
8536 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8537
8538 * breakpoint.c (_initialize_breakpoint): Use
8539 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8540 Add help to show command.
8541
8542 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8543
8544 * i386-nat.c: Reformat to be closer to coding standards.
8545 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8546 `retval'. Make variables `align' and `size' local to while-loop.
8547 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8548 (_initialize_i386_nat): New prototype.
8549
8550 * tui/tui.c: Include <readline/readline.h> instead of
8551 "readline/readline.h". Include it after <term.h> and
8552 "gdb_curses.h".
8553
8554 2004-02-27 Andrew Cagney <cagney@redhat.com>
8555
8556 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8557 the new frame unwind code.
8558 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8559 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8560 PCOQ_HEAD_REGNUM.
8561
8562 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8563 "return_value" and "push_dummy_call".
8564 (hppa32_use_struct_convention): Delete unused function.
8565 (hppa32_store_return_value): Delete unused function.
8566 (hppa32_extract_return_value): Delete unused function.
8567 (hppa32_stack_align): Delete function.
8568
8569 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
8570
8571 * coffread.c (enter_linenos): Don't let rawptr reference memory
8572 outside linetab[]'s limits.
8573
8574 2004-02-27 Andrew Cagney <cagney@redhat.com>
8575
8576 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8577 inferior stack space - the stack needs to grow upwards.
8578 (hppa32_frame_align): New function.
8579 (hppa64_frame_align): Replace hppa_frame_align.
8580 (hppa_gdbarch_init): Update.
8581
8582 2004-02-26 Orjan Friberg <orjanf@axis.com>
8583
8584 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8585 (dwarf2-frame.h): Include.
8586 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8587 Remove static variables related to ABI setting.
8588 (struct gdbarch_tdep): Remove cris_abi member.
8589 (struct frame_extra_info): Remove.
8590 (cris_unwind_cache, stack_item): New structs.
8591 (cris_frame_unwind, cris_frame_base): New variables.
8592 (push_stack_item, pop_stack_item)
8593 (cris_frame_unwind_cache, cris_frame_this_id)
8594 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8595 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8596 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8597 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8598 (cris_reg_struct_has_addr): New functions.
8599 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8600 (cris_frame_saved_pc, cris_saved_pc_after_call,
8601 (cris_store_struct_return, cris_frameless_function_invocation)
8602 (cris_pop_frame, cris_skip_prologue_main)
8603 (cris_abi_original_store_return_value)
8604 (cris_abi_v2_store_return_value)
8605 (cris_abi_original_extract_return_value)
8606 (cris_abi_v2_extract_return_value)
8607 (cris_abi_original_reg_struct_has_addr)
8608 (cris_abi_v2_reg_struct_has_addr)
8609 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8610 (cris_push_return_address, cris_abi_update): Remove.
8611 (_initialize_cris_tdep): Remove ABI command.
8612 (cris_dump_tdep): Ditto.
8613 (cris_gdbarch_init): Remove ABI command.
8614 Set store_return_value, extract_return_value, push_dummy_code,
8615 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8616 frame_unwind_append_sniffer, frame_base_set_default.
8617 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8618 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8619 sizeof_call_dummy_words, get_saved_register, push_return_address,
8620 pop_frame, store_struct_return, frame_init_saved_regs,
8621 init_extra_frame_info, frameless_function_invocation, frame_chain,
8622 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8623 dummy_write_sp.
8624
8625 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8626
8627 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8628 * valprint.c (print_hex_chars): Change from static to external.
8629 (print_char_chars): New function.
8630 * printcmd.c (print_scalar_formatted): For integer and enum types
8631 that are longer than LONGEST, perform processing via appropriate
8632 print_*_chars routines.
8633
8634 2004-02-26 Andrew Cagney <cagney@redhat.com>
8635
8636 * Makefile.in: Update dependencies.
8637 Changes from Ulrich Weigand,
8638 * s390-tdep.c: Include "dwarf2-frame.h".
8639 (s390_dwarf2_frame_init_reg): New function.
8640 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8641 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8642
8643 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8644
8645 * breakpoint.c (pending_break_support): New setting variable.
8646 (break_command_1): Account for pending_break_support setting
8647 when creating pending breakpoints.
8648 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8649 (_initialize_breakpoint): Add "set breakpoint pending" and
8650 "show breakpoint pending" commands.
8651
8652 2004-02-26 Andrew Cagney <cagney@redhat.com>
8653
8654 Fix PR i18n/1570.
8655 * charset.c (backslashable, backslashed, represented): Remove 'e'
8656 from list of escaped characters, not part of ISO-C.
8657
8658 2004-02-25 J. Brobecker <brobecker@gnat.com>
8659
8660 From Peter Schauer <schauer@pdf.de>:
8661 * tui/tui.c: Move system header includes after local includes.
8662 Fixes a build failure on solaris systems.
8663
8664 2004-02-25 J. Brobecker <brobecker@gnat.com>
8665
8666 * configure.in: Refine the previous change.
8667 * configure: Regenerate.
8668
8669 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8670
8671 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8672 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8673 "amd64-tdep.h" instead of "x86-64-tdep.h".
8674 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8675 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8676 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8677 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8678 and "x86-64-tdep.c".
8679 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8680 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8681 and "x86-64-tdep.c".
8682 * amd64bsd-nat.c: Update copyright year.
8683 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8684 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8685 "x86-64-tdep.h".
8686 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8687 "x86-64-tdep.h".
8688 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8689 "x86-64-tdep.h".
8690 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8691 "x86-64-tdep.h".
8692 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8693 "x86-64-tdep.h".
8694 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8695 "x86-64-tdep.h".
8696 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
8697 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8698 * Makefile.in (amd64_linux_tdep_h): Renamed from
8699 x86_64_linux_tdep_h.
8700 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8701 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8702 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8703 (amd64obsd-tdep.o): Update dependencies.
8704 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8705 dependencies.
8706 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8707 dependencies.
8708 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8709 amd64-linux-nat.c amd64-linux-tdep.c.
8710 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8711 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8712 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8713 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8714 amd64-tdep.o and amd64-linux-tdep.o.
8715 (TM_FILE): Set to tm-linux64.h.
8716 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8717 (NAT_FILE): Set to nm-linux64.h.
8718 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8719 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8720 amd64-tdep.o.
8721 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8722 amd64-tdep.o.
8723 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8724 amd64-tdep.o.
8725
8726 2004-02-25 Roland McGrath <roland@redhat.com>
8727
8728 * remote.c (remote_protocol_qPart_auxv): New variable.
8729 (init_all_packet_configs): Initialize it.
8730 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8731 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8732 (show_remote_cmd): Call it.
8733 (_initialize_remote): Initialize commands.
8734 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8735 service TARGET_OBJECT_AUXV requests.
8736
8737 2004-02-25 J. Brobecker <brobecker@gnat.com>
8738
8739 * configure.in: Make sure that the wborder function is available.
8740 Otherwise, search for it in the cur_colr library.
8741 * configure: Regenerate.
8742
8743 2004-02-25 Andrew Cagney <cagney@redhat.com>
8744
8745 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8746
8747 2004-02-25 Mark Kettenis <kettenis@gnu.org>
8748
8749 * config/i386/tm-x86-64linux.h: Tweak comments.
8750
8751 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
8752
8753 * MAINTAINERS: Add self to write-after-approval list.
8754
8755 2004-02-25 Andrew Cagney <cagney@redhat.com>
8756
8757 PR cli/1566. Problem found, and fix suggested by David Allan.
8758 * cli/cli-script.c (execute_control_command): Unconditionally
8759 install a cleanup. Default "ret" to "invalid_control". Use
8760 "break" instead of "return" to escape from the switch.
8761
8762 2004-02-24 J. Brobecker <brobecker@gnat.com>
8763
8764 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8765 with the lines macro defined in term.h on AiX.
8766 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8767 a collision with the label_width macro defined in term.h on AiX.
8768
8769 2004-02-23 David Mosberger <davidm@hpl.hp.com>
8770
8771 Committed by Kevin Buettner <kevinb@redhat.com>.
8772
8773 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8774 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8775 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8776 instead of ia64_write_pc().
8777 * ia64-linux-tdep.c (regcache.h): Include.
8778 (ia64_linux_write_pc): New function.
8779
8780 2004-02-23 Roland McGrath <roland@redhat.com>
8781
8782 * auxv.c (info_auxv_command): Fix typos in error messages.
8783
8784 2004-02-23 Mark Kettenis <kettenis@gnu.org>
8785
8786 * x86-64-tdep.h: Tweak comment.
8787 (enum amd64_regnum): New.
8788 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8789 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8790 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8791 (X86_64_XMM1_REGNUM): Removed.
8792 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8793 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8794 prototypes for renamed functions.
8795 * x86-64-tdep.c: Fix typo.
8796 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8797 register numbers.
8798 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8799 Use constants from `enum amd64_regnum' for register numbers.
8800 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8801 (amd64_analyze_prologue, amd64_frame_cache,
8802 amd64_sigtramp_frame_cache): Use constants from `enum
8803 amd64_regnum' for register numbers.
8804 (amd64_supply_fpregset): Adjust for renamed functions.
8805 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8806 `enum amd64_regnum' for register numbers.
8807 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8808 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8809 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8810 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8811 (amd64_linux_fill_gregset): Adjust for renamed macros.
8812 (fetch_core_registers): Adjust for renamed functions.
8813 (amd64_linux_init_abi): Adjust for renamed functions.
8814 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8815 renamed functions.
8816 * amd64-nat.c: Adjust for renamed macros.
8817 * amd64bsd-nat.c (fetch_inferior_registers)
8818 (store_inferior_registers): Use constants from `enum amd64_regnum'
8819 for register numbers. Adjust for renamed variables.
8820 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8821 renamed variables.
8822 (_initialize_amd64fbsd_nat): Use constants from `enum
8823 amd64_regnum' for register numbers.
8824 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8825 `enum amd64_regnum' for register numbers.
8826 (amd64fbsd_init_abi): Adjust for renamed functions.
8827 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8828 `enum amd64_regnum' for register numbers.
8829 (amd64nbsd_init_abi): Adjust for renamed functions.
8830 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8831 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8832 `enum amd64_regnum' for register numbers.
8833 (amd64obsd_init_abi): Adjust for renamed functions.
8834 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8835
8836 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8837
8838 * breakpoint.c (print_one_breakpoint): Do not output spaces
8839 after printing <PENDING> for a pending breakpoint.
8840
8841 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8842
8843 * printcmd.c (print_scalar_formatted): Initialize val_long
8844 to remove compiler warning message.
8845
8846 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8847
8848 * defs.h (nquery, yquery): New prototypes.
8849 * breakpoint.c (break_command_1): Use new nquery interface.
8850 * utils.c (defaulted_query, nquery, yquery): New functions.
8851
8852 2004-02-23 Andrew Cagney <cagney@redhat.com>
8853
8854 * hppa-tdep.c (hppa_frame_align): New function.
8855 (hppa32_push_dummy_call): New function.
8856 (hppa64_push_dummy_call): New function.
8857 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8858 disabled.
8859
8860 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8861 FIX_CALL_DUMMY when push_dummy_call is available.
8862 (call_function_by_hand, push_dummy_code): Ditto.
8863
8864 2004-02-22 Andrew Cagney <cagney@redhat.com>
8865
8866 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8867 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8868 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8869 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8870 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8871 call_dummy_location to ON_STACK.
8872
8873 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8874
8875 * x86-64-linux-tdep.c: Tweak comment.
8876 (amd64_linux_supply_gregset): Renamed from
8877 x86_64_linux_supply_gresget.
8878 (amd64_linux_fill_gregset): Renamed from
8879 x86_64_linux_fill_gregset.
8880 (fetch_core_registers): Adjust for renamed functions.
8881 (amd64_core_fns): Renamed from x86_64_core_fns.
8882 (amd64_linux_sigtramp_start): Renamed from
8883 x86_64_linux_sigtramp_start.
8884 (amd64_linux_pc_in_sigtramp): Renamed from
8885 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8886 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8887 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8888 (amd64_linux_sigcontext_addr): Renamed from
8889 x86_64_linux_sigcontext_addr.
8890 (amd64_linux_sc_reg_offset): Renamed from
8891 x86_64_linux_sc_reg_offset.
8892 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8893 Adjust for renamed functions and variables.
8894 (_initialize_amd64_linux_tdep): Renamed from
8895 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8896 variables.
8897 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8898 Adjust for renamed functions.
8899
8900 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8901 from x86_64_linux_gregset64_reg_offset.
8902 (amd64_linux_gregset32_reg_offset): Rename from
8903 x86_64_linux_gregset64_reg_offset.
8904 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8905 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8906 (amd64_linux_dr_set_control): Renamed from
8907 x86_64_linux_dr_set_control. Adjust for renamed functions.
8908 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8909 Adjust for renamed functions.
8910 (amd64_linux_dr_reset_addr): Renamed from
8911 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8912 (amd64_linux_dr_get_status): Renamed from
8913 x86_64_linux_dr_get_status. Adjust for renamed functions.
8914 (_initialize_amd64_linux_nat): Renamed from
8915 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8916 functions.
8917 * config/i386/nm-x86-64linux.h: Update copyright year.
8918 Adjust for renamed functions.
8919
8920 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8921 amd64fbsd_sigtramp_start.
8922 (amd64fbsd_sigtramp_end_addr): Renamed from
8923 amd64fbsd_sigtramp_end.
8924 (amd64fbsd_init_abi): Adjust for renamed variables.
8925 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
8926 variables.
8927 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
8928 amd64fbsd_sigtramp_start.
8929 (amd64fbsd_sigtramp_end_addr): Renamed from
8930 amd64fbsd_sigtramp_end.
8931
8932 2004-02-22 Andrew Cagney <cagney@redhat.com>
8933
8934 * hppa-tdep.c (hppa32_return_value): New function.
8935 (hppa64_return_value): New function.
8936 (hppa_gdbarch_init): Set return_value; keep disabled.
8937
8938 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
8939 struct-return and inferior function call methods.
8940
8941 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8942 "frame-base.h".
8943 (struct hppa_frame_cache): Define.
8944 (hppa_frame_cache, hppa_frame_this_id): New functions.
8945 (hppa_frame_prev_register): New function.
8946 (hppa_frame_unwind, hppa_frame_base): New variables.
8947 (hppa_frame_unwind_sniffer): New function.
8948 (hppa_frame_base_address, hppa_unwind_pc): New function.
8949 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
8950 sniffer, and frame base sniffer; keep disabled.
8951 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
8952 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
8953
8954 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
8955 to predicates for "seriously old code".
8956
8957 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
8958 runtime if(0).
8959
8960 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
8961 unsigned.
8962 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
8963
8964 * config/pa/tm-hppa.h: Update copyright.
8965 (DEPRECATED_INIT_FRAME_PC): Delete macro.
8966 (deprecated_init_frame_pc_default): Delete declaration.
8967 (hppa_frame_init_saved_regs): Delete declaration.
8968 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
8969 * hppa-tdep.c: Include "arch-utils.h".
8970 (hppa_gdbarch_init): Set deprecated init_frame_pc
8971 and deprecated frame_init_saved_regs.
8972 (hppa_frame_init_saved_regs): Make static.
8973
8974 2004-02-22 Mark Kettenis <kettenis@gnu.org>
8975
8976 Remove old 386BSD support.
8977 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
8978 * configure.host: Remove i[34567]86-*-bsd*.
8979 * configure.tgt: Remove i[34567]86-*-bsd*.
8980 * i386b-nat.c: Removed.
8981 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
8982 (i386b-nat.o): Remove dependencies.
8983
8984 * config/i386/i386bsd.mh: Removed.
8985 * config/i386/i386bsd.mt: Removed.
8986 * config/i386/nm-i386bsd.h: Removed.
8987 * config/i386/tm-i386bsd.h: Removed.
8988 * config/i386/xm-i386bsd.h: Removed.
8989
8990 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
8991
8992 * amd64fbsd-tdep.c: Include "solib-svr4.h".
8993 (amd64fbsd_init_abi): Set link map offsets.
8994 * amd64nbsd-tdep.c: Include "slib-svr4.h".
8995 (amd64nbsd_init_abi): Set link map offsets.
8996 * amd64obsd-tdep.c: Include "solib-svr4.h".
8997 (amd64obsd_init_abi): Set link map offsets.
8998 * i386fbsd-tdep.c: Include "solib-svr4.h".
8999 (i386fbsd_init_abi): Set link map offsets.
9000 * i386nbsd-tdep.c: Include "solib-svr4.h".
9001 (i386nbsdelf_init_abi): Set link map offsets.
9002 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9003 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9004 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9005 solib-legacy.o and core-aout.o. Reformat.
9006 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9007 solib-svr4.o, solib-legacy.o. Reformat.
9008 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9009 * config/i386/nbsdelf.mh: Reformat.
9010 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9011 solib-svr4.o, solib-legacy.o and corelow.o.
9012 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9013 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9014 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9015 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9016 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9017 (TM_FILE): Set to tm-fbsd.h.
9018 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9019 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9020 solib-svr4.o.
9021 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9022 solib-svr4.o.
9023 (TM_FILE): Set to nm-nbsd.h.
9024 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9025 Simplify shared library support. Don't include "elf/common.h".
9026 (SVR4_SHARED_LIBS): Don't define.
9027 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9028 "solib.h".
9029 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9030 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9031 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9032 Don't include "i386/tm-i386.h". Include "solib.h".
9033 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9034 Don't include "i386/tm-i386.h".
9035 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9036 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9037 Include "i386/xm-i386.h".
9038 (HOST_LONG_DOUBLE_FORMAT): Remove.
9039
9040 Fix OpenBSD/i386 sigtramp recognition.
9041 * i386-tdep.h: Update copyright year.
9042 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9043 (i386bsd_sigtramp_end): New prototypes.
9044 (i386fbsd_sigtramp_start_addr): Renamed from
9045 i386fbsd_sigtramp_start.
9046 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9047 (i386obsd_sigtramp_start_addr): Renamed from
9048 i386obsd_sigtramp_start.
9049 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9050 * i386bsd-tdep.c: Update copyright year.
9051 (i386bsd_pc_in_sigtramp): Make public.
9052 * i386fbsd-nat.c: Update copyright year.
9053 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9054 * i386fbsd-tdep.c: Update copyright year.
9055 (i386fbsd_sigtramp_start_addr): Renamed from
9056 i386fbsd_sigtramp_start.
9057 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9058 (i386fbsdaout_init_abi): Adjust for renamed variables.
9059 * i386obsd-nat.c: Update copyright year.
9060 (_initialize_i386obsd_nat): Adjust for renamed variables.
9061 * i386obsd-tdep.c: Include "target.h".
9062 (i386obsd_page_size): New variable.
9063 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9064 (i386obsd_sigtramp_end): New functions.
9065 (i386obsd_sigtramp_start_addr): Renamed from
9066 i386obsd_sigtramp_start.
9067 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9068 (i386obsd_init_abi): Adjust for renamed variables. Set
9069 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9070 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9071
9072 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9073 trampoline change in OpenBSD kernel.
9074
9075 * amd64-nat.c: Update copyright year.
9076 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9077 architecture from REGCACHE.
9078
9079 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9080 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9081
9082 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9083
9084 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9085 i[34567]86-*-openbsd3.[0-3].
9086 * config/i386/obsdaout.mh: New file.
9087
9088 * config/i386/obsd.mh (MH_FLAGS): Remove.
9089
9090 Fix PR build/1549.
9091 * i386obsd-tdep.c: Update copyright years. Include
9092 "solib-svr4.h".
9093 (i386obsd_init_abi): Don't set regset_from_core_section here.
9094 (i386obsd_aout_init_abi): New function. Set
9095 regset_from_core_section here.
9096 (i386obsd_elf_init_abi): New function.
9097 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9098 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9099 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9100 (TM_FILE): Set to tm-nbsd.h.
9101
9102 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9103 solib-sunos.o.
9104
9105 * solib-svr4.h: Update copyright year.
9106 (svr4_ilp32_fetch_link_map_offsets)
9107 (svr4_lp64_fetch_link_map_offsets): New prototype.
9108 * solib-svr4.c: Update copyright year.
9109 (svr4_ilp32_fetch_link_map_offsets)
9110 (svr4_lp64_fetch_link_map_offsets): New function.
9111
9112 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9113
9114 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9115 to the partial symbol table.
9116
9117 2004-02-20 J. brobecker <brobecker@gnat.com>
9118
9119 * PROBLEMS: Add description of problem documented under gdb/1560.
9120
9121 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9122
9123 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9124 comments.
9125 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9126 functions.
9127 (amd64obsd_init_abi): Reorder initializations. Use
9128 amd64obsd_r_reg_offset to initialize the general-purpose register
9129 set details. Set regset_from_core_section.
9130 (_initialize_amd64obsd_tdep): Rename from
9131 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9132 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9133 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9134
9135 * NEWS (New native configurations): Mention OpenBSD/alpha.
9136 * configure.tgt: Add alpha*-*-openbsd*.
9137 * configure.host: Add alpha*-*-openbsd*.
9138 * alphanbsd-tdep.c: Update copyright year.
9139 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9140
9141 2004-02-20 Andrew Cagney <cagney@redhat.com>
9142
9143 Fix PR tdep/1372.
9144 * configure.tgt: Delete target "none-*-*".
9145 * configure.host: Delete host "none-*-*".
9146 * config/none/none.mh: Delete file.
9147 * config/none/none.mt: Delete file.
9148 * config/none/xm-none.h: Delete file.
9149 * config/none/tm-none.h: Delete file.
9150 * config/none/nm-none.h: Delete file.
9151
9152 2004-02-19 Fred Fish <fnf@redhat.com>
9153
9154 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9155 cache->uses_fp prior to setting it.
9156
9157 2004-02-19 Fred Fish <fnf@redhat.com>
9158
9159 Fix for PR breakpoint/1558.
9160 * sh-tdep.c (IS_JSR): New macro.
9161 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9162
9163 2004-02-19 Jim Blandy <jimb@redhat.com>
9164
9165 * findvar.c (value_from_register): Doc fix.
9166
9167 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9168
9169 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9170 type being greater than sizeof of host's LONGEST. Always use
9171 unpack_long() unless format 'f' chosen.
9172
9173 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9174
9175 Committed by Elena Zannoni <ezannoni@redhat.com>
9176
9177 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9178 contains a symbol wich is the best, non-exact match for the given
9179 pc. Update comments.
9180
9181 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9182
9183 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9184 macro, which was part of the now removed Mach 3 port.
9185 * utils.c (request_quit): Ditto.
9186
9187 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9188
9189 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9190 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9191
9192 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9193
9194 Committed by Mark Kettenis <kettenis@gnu.org>.
9195
9196 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9197 Define.
9198
9199 2004-02-18 Andrew Cagney <cagney@redhat.com>
9200
9201 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9202 CONFIG_INSTALL and CONFIG_UNINSTALL.
9203 * configure: Re-generate.
9204 * interps.h (INTERP_TUI): Define.
9205 * Makefile.in: Update dependencies.
9206 (TUI): New macro.
9207 (tui-main.o): Specify dependencies.
9208 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9209 * tui/tui-main.c: New file.
9210
9211 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9212
9213 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9214 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9215 dependencies.
9216 * configure.host: Add x86_64-*-openbsd*.
9217 * configure.tgt: Add x86_64-*-openbsd*.
9218 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9219
9220 * tui/tui.c: Don't include <malloc.h>.
9221
9222 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9223 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9224 amd64nbsd-tdep.c.
9225
9226 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9227 static. Remove extraneous whitespace.
9228 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9229 static.
9230
9231 2004-02-17 Jim Blandy <jimb@redhat.com>
9232
9233 * findvar.c (value_from_register): Doc fix.
9234
9235 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9236
9237 Committed by Jim Blandy <jimb@redhat.com>.
9238
9239 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9240 CORE_ADDR as type for selectors. Correct types for GNU run time
9241 message lookup function to use double indirection.
9242 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9243 * objc-lang.h (lookup_child_selector): Adapt prototype.
9244
9245 * s390-nat.c (SUBOFF): New macro.
9246 (supply_gregset, fill_gregset): Use it to handle debugging
9247 of 32-bit exectuables running under a 64-bit kernel.
9248 * s390-tdep.c: Include "solib-svr4.h".
9249 (s390_svr4_fetch_link_map_offset): New function.
9250 (s390x_svr_fetch_link_map_offset): Likewise.
9251 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9252 * Makefile.in (s390-tdep.o): Update dependencies.
9253
9254 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9255 "frame-unwind.h".
9256 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9257 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9258 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9259 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9260 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9261 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9262 S390_SIGNAL_FRAMESIZE,
9263 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9264 (struct frame_extra_info): Remove.
9265 (s390_memset_extra_info): Remove.
9266 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9267 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9268 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9269 (is_rse): Renamed to ...
9270 (is_rsy): ... this. Support long displacements.
9271 (is_rxe): Renamed to ...
9272 (is_rxy): ... this. Support long displacements.
9273 (compute_x_addr): Support long displacements.
9274 (struct s390_prologue_data): New data type.
9275 (s390_on_stack): Change API to use struct s390_prologue_data.
9276 (s390_store): Reimplement.
9277 (s390_load): New function.
9278 (s390_get_signal_frame_info): Remove.
9279 (s390_get_frame_info): Remove, replace by ...
9280 (s390_analyze_prolog): ... this new function.
9281 (s390_check_function_end): Remove.
9282 (s390_function_start): Remove.
9283 (s390_frameless_function_invokation): Remove.
9284 (s390_is_sigreturn): Remove.
9285 (s390_init_frame_pc_first): Remove.
9286 (s390_init_frame_extra_info): Remove.
9287 (s390_frame_init_saved_regs): Remove.
9288 (s390_frame_saved_pc_nofix): Remove.
9289 (s390_frame_saved_pc): Remove.
9290 (s390_frame_chain): Remove.
9291 (s390_fp_regnum, s390_read_fp): Remove.
9292 (s390_pop_frame_regular, s390_pop_frame): Remove.
9293 (s390_saved_pc_after_call): Remove.
9294 (s390_skip_prologue): Reimplement.
9295 (s390_in_function_epilogue_p): Support long displacements.
9296 (struct s390_unwind_cache): New data structure.
9297 (s390_frame_unwind_cache): New function.
9298 (s390_prologue_frame_unwind_cache): Likewise.
9299 (s390_backchain_frame_unwind_cache): Likewise.
9300 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9301 (s390_frame_unwind): Define.
9302 (s390_frame_sniffer): New function.
9303 (struct s390_pltstub_unwind_cache): New data structure.
9304 (s390_pltstub_frame_unwind_cache): New function.
9305 (s390_pltstub_frame_this_id): Likewise.
9306 (s390_pltstub_frame_prev_register): Likewise.
9307 (s390_pltstub_frame_unwind): Define.
9308 (s390_pltstub_frame_sniffer): New function.
9309 (struct s390_sigtramp_unwind_cache): New data structure.
9310 (s390_sigtramp_frame_unwind_cache): New function.
9311 (s390_sigtramp_frame_this_id): Likewise.
9312 (s390_sigtramp_frame_prev_register): Likewise.
9313 (s390_sigtramp_frame_unwind): Define.
9314 (s390_sigtramp_frame_sniffer): New function.
9315 (s390_frame_base_address, s390_local_base_address): New functions.
9316 (s390_frame_base): Define.
9317 (s390_unwind_pc, s390_unwind_sp): New function.
9318 (s390_push_dummy_call): Use new frame base location.
9319 (s390_unwind_dummy_id): Likewise.
9320 (s390_gdbarch_init): Remove calls to:
9321 set_gdbarch_frameless_function_invocation,
9322 set_gdbarch_deprecated_init_frame_pc,
9323 set_gdbarch_deprecated_frame_chain,
9324 set_gdbarch_deprecated_frame_init_saved_regs,
9325 set_gdbarch_deprecated_pop_frame,
9326 set_gdbarch_deprecated_init_extra_frame_info,
9327 set_gdbarch_deprecated_init_frame_pc_first,
9328 set_gdbarch_deprecated_target_read_fp,
9329 set_gdbarch_deprecated_frame_saved_pc,
9330 set_gdbarch_deprecated_saved_pc_after_call,
9331 set_gdbarch_deprecated_fp_regnum.
9332 Add calls to:
9333 set_gdbarch_in_solib_call_trampoline,
9334 frame_unwind_append_sniffer,
9335 frame_base_set_default,
9336 set_gdbarch_unwind_pc,
9337 set_gdbarch_unwind_sp.
9338 * Makefile.in (s390-tdep.o): Update dependencies.
9339
9340 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9341 (S390_STACK_FRAME_OVERHEAD): Remove.
9342 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9343 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9344 (s390_promote_integer_argument): Remove.
9345 (s390_cannot_extract_struct_value_address): Remove.
9346 (s390_use_struct_convention, s390_store_struct_return): Remove.
9347 (s390_extract_return_value, s390_store_return_value): Remove.
9348 (s390_return_value_convention, s390_return_value): New functions.
9349 (is_float_singleton): Handle typedefs.
9350 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9351 Remove, replace by ...
9352 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9353 s390_function_arg_integer): ... these new functions.
9354 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9355 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9356 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9357 Fill in tdep->abi.
9358 Remove calls to:
9359 set_gdbarch_deprecated_store_struct_return,
9360 set_gdbarch_deprecated_extract_return_value,
9361 set_gdbarch_deprecated_store_return_value,
9362 set_gdbarch_use_struct_convention,
9363 set_gdbarch_extract_struct_value_address,
9364 set_gdbarch_deprecated_pc_in_call_dummy,
9365 set_gdbarch_deprecated_push_arguments,
9366 set_gdbarch_deprecated_save_dummy_frame_tos,
9367 set_gdbarch_deprecated_push_return_address,
9368 set_gdbarch_deprecated_sizeof_call_dummy_words,
9369 set_gdbarch_deprecated_call_dummy_words,
9370 set_gdbarch_deprecated_dummy_write_sp.
9371 Add calls to:
9372 set_gdbarch_push_dummy_call,
9373 set_gdbarch_unwind_dummy_id,
9374 set_gdbarch_return_value.
9375
9376 * config/s390/nm-linux.h: Update comments.
9377 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9378 (STOPPED_BY_WATCHPOINT): Redefine.
9379 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9380 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9381 (s390_stopped_by_watchpoint): Likewise.
9382 (watch_area_cnt): Remove.
9383 * s390-nat.c: Update comments.
9384 (watch_area): Remove typedef.
9385 Global replace watch_area by struct watch_area.
9386 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9387 (s390_stopped_by_watchpoint): Remove pid argument,
9388 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9389 (s390_fix_watch_points): Remove pid argument,
9390 use s390_inferior_tid. Recompute area spanned by watchpoints.
9391 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9392 argument. Reimplement.
9393
9394 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9395 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9396 (FETCH_INFERIOR_REGISTERS): Define.
9397 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9398 core-regset.o.
9399 * config/s390/s390x.mt: Remove.
9400 * config/s390/tm-s390.h: Remove.
9401 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9402 (TARGET_ELF64): Remove.
9403 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9404 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9405 s390*-*-* case; always set gdb_target to s390.
9406 * regformats/reg-s390.dat: Remove control registers.
9407 * regformats/reg-s390x.dat: Likewise.
9408 * s390-tdep.h: New file.
9409 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9410 Include "inferior.h" and "s390-tdep.h".
9411 Remove private definition of offsetof.
9412 (s390_register_u_addr): Remove.
9413 (regmap_gregset, regmap_fpregset): Define.
9414 (supply_gregset, fill_gregset): Reimplement.
9415 (supply_fpregset, fill_fpregset): Likewise.
9416 (s390_inferior_tid): New function.
9417 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9418 (fetch_inferior_registers, store_inferior_registers): Likewise.
9419 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9420 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9421 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9422 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9423 (struct gdbarch_tdep): Define.
9424 (struct s390_register_info): Define.
9425 (s390_register_info): New variable.
9426 (s390_register_name): Reimplement.
9427 (s390_register_type): New function.
9428 (s390_register_raw_size, s390x_register_raw_size): Remove.
9429 (s390_cannot_fetch_register): Remove.
9430 (s390_register_byte): Remove.
9431 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9432 (s390_dwarf_regmap): New variable.
9433 (s390_dwarf_reg_to_regnum): New function.
9434 (s390_stab_reg_to_regnum): Remove.
9435 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9436 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9437 (s390_convert_register_p): Likewise.
9438 (s390_register_to_value, s390_value_to_register): Likewise.
9439 (s390_register_reggroup_p): Likewise.
9440 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9441 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9442 (s390_supply_regset, s390_regset_from_core_section): New functions.
9443 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9444 (S390_FPR_SIZE): Likewise.
9445 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9446 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9447 (S390_NUM_GPRS): Move here from tm-s390.h.
9448 (S390_NUM_FPRS): Likewise.
9449 (s390_in_function_epilogue_p): New function.
9450 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9451 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9452 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9453 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9454 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9455 Remove calls to:
9456 set_gdbarch_deprecated_max_register_raw_size,
9457 set_gdbarch_deprecated_max_register_virtual_size,
9458 set_gdbarch_deprecated_register_byte,
9459 set_gdbarch_cannot_fetch_register,
9460 set_gdbarch_cannot_store_register,
9461 set_gdbarch_deprecated_register_size,
9462 set_gdbarch_deprecated_register_raw_size,
9463 set_gdbarch_deprecated_register_virtual_size,
9464 set_gdbarch_deprecated_register_virtual_type,
9465 set_gdbarch_deprecated_register_bytes.
9466 Add calls to:
9467 set_gdbarch_num_pseudo_regs,
9468 set_gdbarch_register_type,
9469 set_gdbarch_convert_register_p,
9470 set_gdbarch_register_to_value,
9471 set_gdbarch_value_to_register,
9472 set_gdbarch_register_reggroup_p,
9473 set_gdbarch_regset_from_core_section,
9474 set_gdbarch_pseudo_register_read,
9475 set_gdbarch_pseudo_register_write,
9476 set_gdbarch_in_function_epilogue_p.
9477 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9478 (s390_tdep_h): New variable.
9479
9480 2004-02-17 Jim Blandy <jimb@redhat.com>
9481
9482 * findvar.c (value_from_register): If the type has no length, just
9483 return an acceptable value --- don't report an internal error.
9484
9485 * stabsread.c (read_type): If we find any type numbers that are
9486 forward references, complain if the references aren't resolved by
9487 the time we're finished reading.
9488 (cleanup_undefined_types): Make error message more appropriate for
9489 a complaint.
9490
9491 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9492
9493 * Makefile.in (defs_h): Remove dependency on progress_h.
9494 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9495 progress.h.
9496 * main.c (captured_main): Delete use of START_PROGRESS and
9497 END_PROGRESS.
9498
9499 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9500
9501 * objfiles.c (terminate_minimal_symbol_table): Add back
9502 initialization of MSYMBOL_TYPE.
9503
9504 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9505
9506 Committed by Andrew Cagney.
9507 * Makefile.in (ia64_tdep_h): New macro.
9508 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9509 (ia64-tdep.o): Likewise.
9510 * ia64-tdep.h: New file.
9511 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9512 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9513 (ia64_aix_sigcontext_register_address): Likewise.
9514 (ia64_linux_getunwind_table): Delete declaration.
9515 * ia64-linux-tdep.c: Likewise.
9516
9517 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9518
9519 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9520 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9521 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9522
9523 2004-02-17 Andrew Cagney <cagney@redhat.com>
9524
9525 * symtab.c (skip_prologue_using_sal): New function.
9526 * symtab.h (skip_prologue_using_sal): Declare.
9527 * frv-tdep.c: Include "symtab.h".
9528 (skip_prologue_using_sal): Delete function.
9529 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9530 * rs6000-tdep.c (refine_prologue_limit): Mention
9531 skip_prologue_using_sal.
9532 * ia64-tdep.c (refine_prologue_limit): Ditto.
9533 * Makefile.in: Update dependencies.
9534
9535 2004-02-16 Andrew Cagney <cagney@redhat.com>
9536
9537 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9538 START_INFERIOR_TRAPS_EXPECTED.
9539 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9540 START_INFERIOR_TRAPS_EXPECTED.
9541 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9542 Delete macro.
9543 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9544 macro, moved to "nm-osf.h". Update copyright.
9545 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9546 update copyright.
9547
9548 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9549 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9550 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9551 frameless_look_for_prologue.
9552 * frame.h (legacy_frameless_look_for_prologue): Rename
9553 frameless_look_for_prologue.
9554 * gdbarch.h, gdbarch.c: Re-generate.
9555 * sh64-tdep.c (sh64_gdbarch_init): Update.
9556 * sh-tdep.c (sh_gdbarch_init): Update.
9557 * s390-tdep.c (s390_gdbarch_init): Update.
9558 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9559 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9560 * m68k-tdep.c (m68k_gdbarch_init): Update.
9561 (delta68_frame_args_address): Update.
9562 * m32r-tdep.c (m32r_gdbarch_init): Update.
9563 * hppa-tdep.c (hppa_gdbarch_init): Update.
9564 * h8300-tdep.c (h8300_gdbarch_init): Update.
9565 * frv-tdep.c (frv_gdbarch_init): Update.
9566 (frv_frameless_function_invocation): Update.
9567 * cris-tdep.c (cris_gdbarch_init): Update.
9568 (cris_frameless_function_invocation): Update.
9569 * avr-tdep.c (avr_gdbarch_init): Update.
9570 * arm-tdep.c (arm_gdbarch_init): Update.
9571 * stack.c (frame_info): Update, call predicate.
9572 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9573 * frame.c (legacy_get_prev_frame): Update, call predicate..
9574 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9575 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9576 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9577 invocation.
9578 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9579 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9580 * vax-tdep.c (vax_gdbarch_init): Ditto.
9581
9582 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9583 function.
9584
9585 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9586
9587 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9588 initializations.
9589
9590 2004-02-16 Andrew Cagney <cagney@redhat.com>
9591
9592 * tui/tui-windata.c: Include "gdb_string.h".
9593 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9594 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9595 * Makefile.in: Update dependencies.
9596
9597 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
9598
9599 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9600 * infrun.c: Include "gdb_assert.h".
9601 (singlestep_ptid, saved_singlestep_ptid)
9602 (stepping_past_singlestep_breakpoint): New variables.
9603 (resume): Set singlestep_ptid. Check for singlestep thread
9604 hop.
9605 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9606 (handle_inferior_event): Handle singlestep thread hop.
9607
9608 2004-02-16 Andrew Cagney <cagney@redhat.com>
9609
9610 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9611 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9612 (dwarf2_frame_init_reg): Ditto.
9613
9614 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9615 suggested by Joshua Neuheisel
9616
9617 * configure.in: Always check for curses, including pdcurses.
9618 Warn, instead of error, when no curses are found. Enable TUI when
9619 curses is available.
9620 * configure: Re-generate.
9621
9622 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9623
9624 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9625 sh_sh4_register_convert_to_virtual.
9626 (sh_register_convert_to_raw): Rename from
9627 sh_sh4_register_convert_to_raw.
9628 (sh_pseudo_register_read): Accomodate above name change.
9629 (sh_pseudo_register_write): Ditto.
9630
9631 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
9632
9633 * sh-tdep.c (sh_generic_register_name): Remove.
9634 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9635
9636 2004-02-15 Andrew Cagney <cagney@redhat.com>
9637
9638 * configure.in (build_warnings): Add -Wunused-function.
9639 * configure: Re-generate.
9640
9641 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9642 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9643
9644 * procfs.c (procfs_init_inferior): Assume that
9645 START_INFERIOR_TRAPS_EXPECTED is defined.
9646 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9647 * config/ns32k/tm-nbsd.h: Delete file,
9648 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9649
9650 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9651 * config/vax/tm-vax.h: Delete file.
9652
9653 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9654 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9655 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9656 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9657 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9658 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9659 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9660
9661 2004-02-15 Mark Kettenis <kettenis@gnu.org>
9662
9663 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9664 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9665 (struct dwarf2_frame_ops): New.
9666 (dwarf2_frame_default_init_reg): New function, based on
9667 dwarf2_frame_init_reg.
9668 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9669 (dwarf2_frame_init_reg): Call architecture-specific function.
9670 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9671 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9672 instead of dwarf2_frame_data.
9673 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9674 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9675
9676 2004-02-15 Andrew Cagney <cagney@redhat.com>
9677
9678 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9679 register_gdbarch_swap.
9680 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9681 * f-lang.c (_initialize_f_language): Update, use
9682 DEPRECATED_REGISTER_GDBARCH_SWAP.
9683 * remote.c (_initialize_remote): Ditto.
9684 * regcache.c (_initialize_regcache): Ditto.
9685 * parse.c (_initialize_parse): Ditto.
9686 * infrun.c (_initialize_infrun): Ditto.
9687 * mi/mi-main.c (_initialize_mi_main): Ditto.
9688 * gdbtypes.c (_initialize_gdbtypes): Ditto.
9689
9690 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9691 poking .cacheable directly.
9692 * symfile.c (symfile_bfd_open): Ditto.
9693
9694 * Makefile.in: Update all dependencies.
9695
9696 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9697 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9698 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9699 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9700 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
9701
9702 2004-02-14 Andrew Cagney <cagney@redhat.com>
9703
9704 * arch-utils.c (legacy_convert_register_p): Check
9705 DEPRECATED_REGISTER_CONVERTIBLE_P.
9706 * findvar.c (value_of_register): Ditto.
9707
9708 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9709 * gdbarch.h, gdbarch.c: Re-generate.
9710 * arch-utils.c (deprecated_register_convertible_not): Delete.
9711 * arch-utils.h (deprecated_register_convertible_not): Delete.
9712 * mi/mi-main.c (get_register): Update. Update copyright.
9713 * infcmd.c (default_print_registers_info): Update.
9714
9715 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9716 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9717 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
9718 * gdbarch.h, gdbarch.c: Re-generate.
9719 * frame.c (deprecated_get_next_frame_hack): Delete function.
9720 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9721 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9722 Update.
9723 * infcall.c (call_function_by_hand): Update.
9724
9725 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
9726
9727 * symfile.c (init_entry_point_info, entry_point_address): Move
9728 from here...
9729 * objfiles.c (init_entry_point_info, entry_point_address):..to
9730 here.
9731 * symfile.h (init_entry_point_info, entry_point_address): Remove
9732 prototypes.
9733 * objfiles.h (init_entry_point_info, entry_point_address):Add
9734 prototypes.
9735 * cris-tdep.c: Remove include of symfile.h. Add include of
9736 objfiles.h.
9737 * infcall.c: Ditto.
9738 * mcore-tdep.c: Ditto.
9739 * mn10300-tdep.c: Ditto.
9740 * sh64-tdep.c: Ditto.
9741 * v850-tdep.c: Ditto.
9742 * arm-tdep.c: Remove include of symfile.h.
9743 * blockframe.c: Ditto.
9744 * coffread.c: Ditto.
9745 * dbxread.c: Ditto.
9746 * dwarf2read.c: Ditto.
9747 * dwarfread.c: Ditto.
9748 * frv-tdep.c: Ditto.
9749 * ia64-tdep.c: Ditto.
9750 * mdebugread.c: Ditto.
9751 * mipsread.c: Ditto.
9752 * rs6000-tdep.c: Ditto.
9753 * s390-tdep.c: Ditto.
9754 * sh-tdep.c: Ditto.
9755 * xstormy16-tdep.c: Ditto.
9756 * gdbarch.sh: Remove include of symfile.h.
9757 * gdbarch.c: Regenerate.
9758 * solib-irix.c (enable_break): Use entry_point_address().
9759 Add comment about include file.
9760 * xcoffread.c: Add comment about include file.
9761 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9762 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9763 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9764 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9765 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9766
9767 2004-02-13 Andrew Cagney <cagney@redhat.com>
9768
9769 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9770 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9771 copyright.
9772 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9773
9774 2004-02-12 Fred Fish <fnf@redhat.com>
9775
9776 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9777 set_gdbarch_store_return_value.
9778
9779 2004-02-12 Andrew Cagney <cagney@redhat.com>
9780
9781 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9782 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9783 (interrupt_query): Ditto.
9784 (ofunc): Delete unused variable.
9785 * cris-tdep.c (cris_abi): Delete unused function.
9786 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9787 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9788 (cris_get_asr_quick_shift_steps): Ditto.
9789 (cris_skip_prologue_frameless_p): Ditto.
9790 * arm-tdep.c (arm_push_return_address): Delete unused function.
9791 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9792 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9793 * s390-tdep.c (s390_function_start): Delete unused function.
9794
9795 2004-02-12 Andrew Cagney <cagney@redhat.com>
9796
9797 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9798 gdbarch.h, gdbarch.c: Re-generate.
9799 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9800 to generic_prologue_frameless_p.
9801 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9802 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9803
9804 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
9805
9806 * mips-linux-tdep.c: Include "frame.h".
9807 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9808 (mips_linux_skip_resolver): New functions.
9809 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9810 and set_gdbarch_in_solib_call_trampoline.
9811 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9812 to after set_gdbarch_in_solib_return_trampoline. Only set the
9813 solib hooks to mips16 functions if the OS ABI is unknown.
9814 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9815 including "config/tm-linux.h".
9816 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9817 * Makefile.in (mips-linux-tdep.o): Update.
9818
9819 2004-02-11 David Carlton <carlton@kealia.com>
9820
9821 * linespec.c (decode_compound): Only look for a class symbol when
9822 considering all but the rightmost component.
9823
9824 2004-02-11 Andrew Cagney <cagney@redhat.com>
9825
9826 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9827 abi code are are separatly grouped.
9828
9829 2004-02-11 Andrew Cagney <cagney@redhat.com>
9830
9831 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9832 * gdbarch.h, gdbarch.c: Re-generate.
9833 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9834 * v850-tdep.c (v850_gdbarch_init): Update.
9835 * sh64-tdep.c (sh64_gdbarch_init): Update.
9836 * sh-tdep.c (sh_gdbarch_init): Update.
9837 * s390-tdep.c (s390_gdbarch_init): Update.
9838 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9839 * mips-tdep.c (mips_gdbarch_init): Update.
9840 * mcore-tdep.c (mcore_gdbarch_init): Update.
9841 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9842 * m32r-tdep.c (m32r_gdbarch_init): Update.
9843 * ia64-tdep.c (ia64_gdbarch_init): Update.
9844 * hppa-tdep.c (hppa_gdbarch_init): Update.
9845 * h8300-tdep.c (h8300_gdbarch_init): Update.
9846 * frv-tdep.c (frv_gdbarch_init): Update.
9847 * d10v-tdep.c (d10v_gdbarch_init): Update.
9848 * cris-tdep.c (cris_gdbarch_init): Update.
9849 * avr-tdep.c (avr_gdbarch_init): Update.
9850 * arm-tdep.c (arm_gdbarch_init): Update.
9851 * alpha-tdep.c (alpha_gdbarch_init): Update.
9852
9853 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
9854
9855 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9856 comma.
9857 (sh_sh4al_dsp_register_name): Ditto.
9858
9859 2004-02-10 Andrew Cagney <cagney@redhat.com>
9860
9861 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9862 (mips_init_frame_pc_first): Delete function.
9863 (mips_frame_saved_pc): Delete function.
9864 (mips_frame_chain): Delete function.
9865 (mips_init_extra_frame_info): Delete function.
9866 (mips_xfer_register): Delete unused variable "reg".
9867 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9868 (mips_n32n64_return_value): Delete unused variable "reg".
9869 (mips_n32n64_return_value): Delete unused variable "pos".
9870 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9871 (mips_o32_return_value): Delete unused variable "pos".
9872 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9873 (mips_print_fp_register): Delete unused variable "namelen"
9874 (mips_print_fp_register): Delete unused variable "flt2"
9875 (get_frame_pointer): Delete function.
9876 (cached_proc_desc): Delete static variable.
9877 (mips_pop_frame): Delete function.
9878 (mips_find_saved_regs): Delete function.
9879 (mips_get_saved_register): Delete function.
9880 (mips_saved_pc_after_call): Delete function.
9881 (SIGFRAME_BASE): Delete macro.
9882 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9883 (SIGFRAME_PC_OFF): Delete macro.
9884 (SIGFRAME_REGSAVE_OFF): Delete macro.
9885 (mips_dump_tdep): Do not print deleted macro definitions.
9886
9887 2004-02-10 Andrew Cagney <cagney@redhat.com>
9888
9889 * Makefile.in (SFILES): Remove explictly listed tui files.
9890 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9891
9892 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
9893
9894 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9895 to use paddr functions to format ia64 addresses and long values.
9896 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9897 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9898 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9899 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9900 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9901
9902 2004-02-10 Andrew Cagney <cagney@redhat.com>
9903
9904 * defs.h: Do not include "tui.h".
9905 * gdb_curses.h: New file.
9906 * tui/tui-hooks.h: New file.
9907 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9908 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9909 (tui_initialize_io): Delete declaration.
9910 (tui_initialize_readline: Delete redundant declaration.
9911 (struct tui_point): Delete definition.
9912 * tui/tui-data.h (struct tui_point): Define.
9913 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9914 * utils.c: Include "tui/tui.h".
9915 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9916 * printcmd.c [TUI]: Include "tui/tui.h".
9917 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9918 * tui/tui-command.c: Include "gdb_curses.h".
9919 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9920 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9921 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9922 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
9923 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
9924 * Makefile.in: Update all dependencies.
9925 (tui_hooks_h, gdb_curses_h): Define.
9926 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
9927
9928 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
9929
9930 * objfiles.h (struct objfile): Remove unused fields auxf1 and
9931 auxf2. Add comments about some other rarely used fields.
9932
9933 2004-02-10 Andrew Cagney <cagney@redhat.com>
9934
9935 * Makefile.in (init.c): Fix script removing duplicates. Problem
9936 reported by Peter Schauer.
9937
9938 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9939
9940 * bcache.c (bcache_xmalloc): Use obstack_init instead of
9941 obstack_specify_allocation.
9942 * objfiles.c (allocate_objfile): Ditto.
9943 * solib-sunos.c (solib_add_common_symbols)
9944 (allocate_rt_common_objfile): Ditto.
9945 * symfile.c (reread_symbols): Ditto.
9946 * gdb_obstack.h: Add comment.
9947
9948 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
9949
9950 * linespec.c (decode_line_1, locate_first_half)
9951 (decode_compound, lookup_prefix_sym): Update comments. Delete old
9952 commented out code.
9953
9954 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
9955
9956 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
9957 obstack_free.
9958
9959 2004-02-09 Andrew Cagney <cagney@redhat.com>
9960
9961 * blockframe.c (find_pc_partial_function): If find_pc_overlay
9962 fails, try find_pc_section. Fix PR c++/1267.
9963 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
9964 instead of find_pc_mapped_section.
9965 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
9966 not default to the section containing PC. Fix PR symtab/1519.
9967
9968 2004-02-09 Andrew Cagney <cagney@redhat.com>
9969
9970 * Makefile.in (mips-tdep.o): Update dependencies.
9971 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
9972 "trad-frame.h".
9973 (mips_unwind_pc): Return the pseudo PC register.
9974 (mips_unwind_dummy_id): New function.
9975 (mips16_fetch_instruction): New function.
9976 (mips32_fetch_instruction): New function.
9977 (struct mips_frame_cache): Define.
9978 (mips_mdebug_frame_cache): New function.
9979 (mips_mdebug_frame_this_id): New function.
9980 (mips_mdebug_frame_prev_register): New function.
9981 (mips_mdebug_frame_unwind): Define.
9982 (mips_mdebug_frame_sniffer): New function.
9983 (mips_mdebug_frame_base_address): New function.
9984 (mips_mdebug_frame_base): Define.
9985 (mips_mdebug_frame_base_sniffer): New function.
9986 (mips_gdbarch_init): Append unwind and base sniffers. Set
9987 unwind_dummy_id.
9988
9989 2004-02-08 Andrew Cagney <cagney@redhat.com>
9990
9991 * frame.c: Print both the register number and name.
9992
9993 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
9994 and a sed into a single sed. Make .c and .o patterns more robust.
9995 (OBS): Delete.
9996 (INIT_FILES): Replace OBS with COMMON_OBS.
9997 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
9998
9999 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10000
10001 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10002 the PT_WCOOKIE request.
10003
10004 2004-02-08 Andrew Cagney <cagney@redhat.com>
10005
10006 * mips-tdep.c (mips_unwind_pc): New function.
10007 (mips_gdbarch_init): Set mips_unwind_pc.
10008
10009 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10010 (get_frame_id): Allow the UNKNOWN_FRAME.
10011 (frame_register_unwind, get_frame_type): Ditto.
10012
10013 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10014 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10015 unwind_dummy_id indicates a legacy frame.
10016
10017 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10018 * configure: Re-generate.
10019
10020 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10021 methods.
10022
10023 2004-02-08 Andrew Cagney <cagney@redhat.com>
10024
10025 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10026 makefile macro.
10027 * configure: Re-generate.
10028 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10029 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10030 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10031 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10032 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10033 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10034 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10035 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10036 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10037 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10038
10039 2004-02-07 Andrew Cagney <cagney@redhat.com>
10040
10041 * Makefile.in: Update all dependencies.
10042
10043 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10044 * configure: Re-generate.
10045 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10046 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10047 (COMMON_OBS): Add "main.o" and "annotate.o".
10048 (ANNOTATE_OBS): Delete.
10049 (OBS): Remove ANNOTATE_OBS.
10050 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10051 CONFIG_INITS.
10052 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10053 against CONFIG_OBS and "main.o".
10054 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10055 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10056
10057 * tui/tui-command.c: Include "gdb_string.h", delete register
10058 attribute, use ISO-C function signatures.
10059 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10060 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10061 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10062 * tui/tui.c: Ditto.
10063
10064 * tui/tui-command.c: Change variable and function names to lower
10065 case.
10066 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10067 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10068 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10069 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10070 * tui/tui-winsource.c, tui/tui.c: Ditto.
10071
10072 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10073
10074 * buildsym.c (free_pending_blocks, finish_block)
10075 (record_pending_block, make_blockvector, end_symtab): Replace
10076 symbol_obstack with objfile_obstack.
10077 * coffread.c (process_coff_symbol, coff_read_struct_type)
10078 (coff_read_enum_type): Ditto.
10079 * cp-namespace.c (initialize_namespace_symtab)
10080 (check_one_possible_namespace_symbol): Ditto.
10081 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10082 (dwarf2_symbol_mark_computed): Ditto.
10083 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10084 * elfread.c (elf_symtab_read): Ditto.
10085 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10086 (hpread_read_enum_type, hpread_read_function_type)
10087 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10088 Ditto.
10089 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10090 (java_link_class_type): Ditto.
10091 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10092 (new_symbol): Ditto.
10093 * minsyms.c (install_minimal_symbols): Ditto.
10094 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10095 (terminate_minimal_symbol_table): Replace symbol_obstack with
10096 objfile_obstack.
10097 (free_objfile): Remove freeing of symbol_obstack.
10098 * objfiles.h: Remove symbol_obstack field.
10099 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10100 objfile_obstack.
10101 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10102 symbol_obstack.
10103 (solib_add_common_symbols): Replace symbol_obstack with
10104 objfile_obstack.
10105 * somsolib.c (som_solib_add): Ditto.
10106 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10107 (common_block_start, common_block_end): Ditto.
10108 * symfile.c (reread_symbols): Remove freeing and init of
10109 symbol_obstack.
10110 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10111 * symfile.h: Update comment.
10112 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10113 stats printing.
10114 * symtab.c (symbol_set_names): Replace symbol_obstack with
10115 objfile_obstack.
10116 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10117 Update comments.
10118 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10119 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10120 objfile_obstack.
10121
10122 2004-02-07 Andrew Cagney <cagney@redhat.com>
10123
10124 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10125 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10126 fields and variables.
10127 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10128 (m_beInvisible): Delete macro.
10129 * tui/tui-data.h: Fix case case fields and variables.
10130 (m_genWinPtrIsNull): Delete macro.
10131 (tui_win_list): Rename winList.
10132 (TUI_SRC_WIN): Rename srcWin.
10133 (TUI_DISASM_WIN): Rename disassemWin.
10134 (TUI_DATA_WIN): Rename dataWin.
10135 (TUI_CMD_WIN): Rename cmdWin.
10136 (m_genWinPtrNotNull): Delete macro.
10137 (m_winPtrIsNull): Delete macro.
10138 (m_winPtrNotNull): Delete macro.
10139 (tui_win_is_source_type): Replace m_winIsSourceType
10140 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10141 (tui_win_has_locator): Replace m_hasLocator.
10142 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10143 m_setWinHighlightOff.
10144 * tui/tui-data.c: Update references.
10145 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10146 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10147 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10148 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10149 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10150 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10151 * tui/tui-winsource.c, tui/tui.c: Ditto.
10152
10153 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10154
10155 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10156 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10157 StackGhost.
10158
10159 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10160 variable `i6' to `i7'.
10161 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10162
10163 2004-02-07 Andrew Cagney <cagney@redhat.com>
10164
10165 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10166 (TuiPoint, TuiPointPtr): Ditto.
10167 (TuiStatus, TuiStatusPtr): Ditto.
10168 (TuiWinType, TuiWinTypePtr): Ditto.
10169 (struct tui_point): Rename _TuiPoint.
10170 (tui_get_low_disassembly_address): Rename
10171 tuiGetLowDisassemblyAddress.
10172 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10173 (tuiFree): Delete declaration.
10174 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10175 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10176 * tui/tui.c (tuiFree): Delete function.
10177 * cli/cli-cmds.c (disassemble_command): Update references.
10178 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10179 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10180 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10181 * tui/tui-winsource.c: Ditto.
10182
10183 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10184
10185 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10186 coffstab_build_psymtabs, elfstab_build_psymtabs)
10187 (stabsect_build_psymtabs): Replace psymbol_obstack with
10188 objfile_obstack.
10189 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10190 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10191 Ditto.
10192 * dwarfread.c (scan_compilation_units): Ditto.
10193 * elfread.c (elfstab_offset_sections): Ditto.
10194 * hppa-tdep.c (read_unwind_info): Ditto.
10195 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10196 (hpread_end_psymtab): Ditto.
10197 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10198 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10199 Ditto.
10200 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10201 * objfiles.c (add_to_objfile_sections)
10202 (build_objfile_section_table): Ditto.
10203 (allocate_objfile): Remove init of psymbol_obstack.
10204 (free_objfile): Remove freeing of psymbol_obstack.
10205 * objfiles.h (struct objfile): Remove field
10206 psymbol_obstack. Update comments.
10207 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10208 psymbol_obstack with objfile_obstack.
10209 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10210 psymbol_obstack.
10211 * somread.c (som_symfile_offsets, init_import_symbols)
10212 (init_export_symbols): Replace psymbol_obstack with
10213 objfile_obstack.
10214 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10215 * symfile.c (default_symfile_offsets, syms_from_objfile)
10216 (reread_symbols): Remove freeing and init of psymbol_obstack.
10217 (cashier_psymtab): Update comment.
10218 * symmisc.c (print_objfile_statistics): Don't report stats for
10219 psymbol obstack.
10220 * symtab.h (struct general_symbol_info, struct partial_symtab):
10221 Update comments.
10222 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10223 (xcoff_symfile_offsets): Replace psymbol_obstack with
10224 objfile_obstack.
10225
10226 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10227
10228 * objfiles.h (struct objfile): Add objfile_obstack field.
10229 Remove type_obstack field.
10230
10231 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10232 read_structure_scope read_enumeration, new_symbol): Replace
10233 type_obstack with objfile_obstack.
10234 * dwarfread.c (struct_type, enum_type): Ditto.
10235 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10236 (lookup_fundamental_type): Ditto.
10237 * gdbtypes.h (TYPE_ALLOC): Ditto.
10238 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10239 (hpread_read_doc_function_type, hpread_read_struct_type)
10240 (fix_static_member_physnames, hpread_read_array_type)
10241 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10242 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10243 (java_link_class_type): Ditto.
10244 * mdebugread.c (parse_type): Ditto.
10245 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10246 * solib-sunos.c (solib_add_common_symbols): Ditto.
10247 * stabsread.c (define_symbol, read_type, read_member_functions,
10248 read_cpp_abbrev, read_one_struct_field): Ditto.
10249 * symfile.c (reread_symbols): Ditto.
10250 * symmisc.c (print_objfile_statistics): Ditto.
10251
10252 2004-02-07 Andrew Cagney <cagney@redhat.com>
10253
10254 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10255 (tui_exec_info_content): Rename TuiExecInfoContent.
10256 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10257 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10258 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10259 (TuiList, TuiListPtr): Ditto.
10260 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10261 (TuiDataType, TuiDataTypePtr): Ditto.
10262 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10263 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10264 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10265 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10266 (TuiDataElement, TuiDataElementPtr): Ditto.
10267 (TuiWinElement, TuiWinElementPtr): Ditto.
10268 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10269 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10270 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10271 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10272 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10273 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10274 * tui/tui-command.c, tui/tui-data.c: Update references.
10275 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10276 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10277 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10278 * tui/tui-winsource.c, tui/tui.c: Ditto.
10279
10280 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10281
10282 * dwarf2-frame.h: Update copyright.
10283 (enum dwarf2_frame_reg_rule): New.
10284 (struct dwarf2_frame_state_reg): New.
10285 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10286 * dwarf2-frame.c: Update copyright.
10287 (enum dwarf2_reg_rule): Remove.
10288 (struct dwarf2_frame_state): Remove defenition of `struct
10289 dwarf2_frame_state_reg'.
10290 (read_reg): Call get_frame_arch to get the architecture instead of
10291 using CURRENT_GDBARCH.
10292 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10293 DWARF2_FRAME_.
10294 (dwarf2_frame_init_reg): New function.
10295 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10296 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10297 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10298 tags with DWARF2_FRAME_.
10299 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10300 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10301 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10302
10303 2004-02-06 Andrew Cagney <cagney@redhat.com>
10304
10305 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10306 (enum tui_data_type): Rename _TuiDataType.
10307 (struct tui_layout_def): Rename _TuiLayoutDef.
10308 (struct tui_source_element): Rename _TuiSourceElement.
10309 (struct tui_data_element): Rename _TuiDataElement.
10310 (struct tui_command_element): Rename _TuiCommandElement.
10311 (struct tui_locator_element): Rename _TuiLocatorElement.
10312 (union tui_which_element): Define.
10313 (struct tui_win_element): Rename _TuiWinElement.
10314 (struct tui_data_info): Rename _TuiDataInfo.
10315 (struct tui_source_info): Rename _TuiSourceInfo.
10316 (struct tui_command_info): Rename _TuiCommandInfo.
10317 (tui_initialize_static_data): Rename initializeStaticData.
10318 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10319 (tui_alloc_win_info): Rename allocWinInfo.
10320 (tui_init_generic_part): Rename initGenericPart.
10321 (tui_init_win_info): Rename initWinInfo.
10322 (tui_alloc_content): Rename allocContent.
10323 (tui_add_content_elements): Rename addContentElements.
10324 (tui_init_content_element): Rename initContentElement.
10325 (tui_free_window): Rename freeWindow.
10326 (tui_free_win_content): Rename freeWinContent.
10327 (tui_free_data_content): Rename freeDataContent.
10328 (tui_free_all_source_wins_content): Rename
10329 freeAllSourceWinsContent.
10330 (tui_del_window): Rename tuiDelWindow.
10331 (tui_del_data_windows): Rename tuiDelDataWindows.
10332 (tui_partial_win_by_name): Rename partialWinByName.
10333 (tui_win_name): Rename winName.
10334 (tui_current_layout): Rename currentLayout.
10335 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10336 (tui_term_height): Rename termHeight.
10337 (tui_set_term_height_to): Rename setTermHeightTo.
10338 (tui_term_width): Rename termWidth.
10339 (tui_set_term_width_to): Rename setTermWidthTo.
10340 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10341 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10342 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10343 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10344 (tui_source_windows): Rename sourceWindows.
10345 (tui_clear_source_windows): Rename clearSourceWindows.
10346 (tui_clear_source_windows_detail): Rename
10347 clearSourceWindowsDetail.
10348 (tui_clear_win_detail): Rename clearWinDetail.
10349 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10350 (tui_default_tab_len): Rename tuiDefaultTabLen.
10351 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10352 (tui_win_with_focus): Rename tuiWinWithFocus.
10353 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10354 (tui_layout_def): Rename tuiLayoutDef.
10355 (tui_win_resized): Rename tuiWinResized.
10356 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10357 (tui_next_win): Rename tuiNextWin.
10358 (tui_prev_win): Rename tuiPrevWin.
10359 (tui_add_to_source_windows): Rename addToSourceWindows.
10360 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10361 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10362 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10363 * tui/tui.c, tui/tui-data.c: Ditto.
10364 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10365 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10366
10367 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10368 (struct symtab): Declare.
10369 (tui_set_source_content): Rename tuiSetSourceContent.
10370 (tui_show_symtab_source): Rename tuiShowSource.
10371 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10372 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10373 * tui/tui-source.c: Update copyright. Update references.
10374 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10375 * tui/tui-stack.c: Update references.
10376
10377 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10378 (struct tui_win_info): Declare.
10379 (tui_scroll_forward): Rename tuiScrollForward.
10380 (tui_scroll_backward): Rename tuiScrollBackward.
10381 (tui_scroll_left): Rename tuiScrollLeft.
10382 (tui_scroll_right): Rename tuiScrollRight.
10383 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10384 (tui_resize_all): Rename tuiResizeAll.
10385 (tui_refresh_all_win): Rename tuiRefreshAll.
10386 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10387 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10388 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10389 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10390
10391 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10392 (tui_erase_data_content): Rename tuiEraseDataContent.
10393 (tui_display_all_data): Rename tuiDisplayAllData.
10394 (tui_check_data_values): Rename tuiCheckDataValues.
10395 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10396 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10397 (tui_first_data_element_no_in_line): Rename
10398 tuiFirstDataElementNoInLine.
10399 (tui_delete_data_content_windows): Rename
10400 tuiDeleteDataContentWindows.
10401 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10402 (tui_display_data_from): Rename tuiDisplayDataFrom.
10403 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10404 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10405 * tui/tui-win.c, tui/tui-regs.c: Update references.
10406 * tui/tui-layout.c, tui/tui.c: Update references.
10407
10408 * tui/tui-wingeneral.h: Update copyright.
10409 (m_allBeVisible): Delete macro.
10410 (m_allBeInvisible): Delete macro.
10411 (struct tui_gen_win_info): Declare.
10412 (struct tui_win_info): Declare.
10413 (tui_unhighlight_win): Rename unhighlightWin.
10414 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10415 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10416 (tui_make_window): Rename makeWindow.
10417 (tui_copy_win): Rename copyWin.
10418 (tui_box_win): Rename boxWin.
10419 (tui_highlight_win): Rename highlightWin.
10420 (tui_check_and_display_highlight_if_needed): Rename
10421 checkAndDisplayHighlightIfNeeded.
10422 (tui_refresh_all): Rename refreshAll.
10423 (tui_delete_win): Rename tuiDelwin.
10424 (tui_refresh_win): Rename tuiRefreshWin.
10425 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10426 (tui_make_visible, tui_make_invisible): New functions.
10427 (tui_make_all_visible, tui_make_all_invisible): New functions.
10428 (make_all_visible): Rename makeAllVisible.
10429 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10430 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10431 * tui/tui-windata.c, tui/tui-win.c: Update references.
10432 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10433 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10434
10435 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10436
10437 * proc-api.c (write_with_trace): Initialize local variable to
10438 silence compiler warning.
10439
10440 2004-02-06 Andrew Cagney <cagney@redhat.com>
10441
10442 * tui/tui-source.h: Do not include "defs.h".
10443 (struct tui_win_info): Declare.
10444 (tui_set_source_content_nil): Declare.
10445 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10446 (union tui_line_or_address): Rename _TuiLineOrAddress.
10447 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10448 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10449 (tui_update_source_window_as_is): Rename
10450 tuiUpdateSourceWindowAsIs.
10451 (tui_update_source_windows_with_addr): Rename
10452 tuiUpdateSourceWindowsWithAddr.
10453 (tui_update_source_windows_with_line): Rename
10454 tuiUpdateSourceWindowsWithLine.
10455 (tui_clear_source_content): Rename tuiClearSourceContent.
10456 (tui_erase_source_content): Rename tuiEraseSourceContent.
10457 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10458 (tui_show_source_content): Rename tuiShowSourceContent.
10459 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10460 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10461 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10462 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10463 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10464 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10465 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10466 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10467 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10468 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10469 (struct tui_win_info): Declare.
10470 * tui/tui-stack.c: Update references.
10471 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10472 * tui/tui-win.c, tui/tui-source.c: Ditto.
10473 * tui/tui.c, tui/tui-disasm.c: Ditto.
10474
10475 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10476
10477 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10478 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10479
10480 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10481
10482 * infrun.c (handle_inferior_event): Allow for breakpoint
10483 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10484 and SIGEMT. Update comments.
10485 * NEWS (Revised SPARC target): Mention support for non-executable
10486 stack.
10487
10488 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10489
10490 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10491 * inftarg.c: Update copyright year.
10492 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10493 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10494 (sparc_xfer_wcookie): New function.
10495 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10496 * Makefile.in (sparc-nat.o): Update dependencies.
10497 * config/sparc/nm-nbsd.h: Include "target.h".
10498 (NATIVE_XFER_WCOOKIE): New define.
10499 (sparc_xfer_wcookie): New prototype.
10500
10501 2004-02-04 Andrew Cagney <cagney@redhat.com>
10502
10503 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10504 SYSCALL_TRAP function.
10505 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10506
10507 2004-02-04 Andrew Cagney <cagney@redhat.com>
10508 Daniel Jacobowitz <drow@mvista.com>
10509
10510 * objfiles.h: Delete comments refering to inside_entry_func and
10511 DEPRECATED_FRAME_CHAIN_VALID.
10512 * defs.h (inside_entry_func): Update prototype..
10513 * blockframe.c (inside_entry_func): Rename to
10514 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10515 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10516
10517 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10518
10519 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10520 outside of #ifdef SOLIB_ADD region.
10521 (do_restore_lang_radix_cleanup): Ditto.
10522 (resolve_pending_breakpoint): Ditto.
10523
10524 2004-02-03 Andrew Cagney <cagney@redhat.com>
10525
10526 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10527 (process_note_abi_tag_sections): Delete unused function.
10528 (ia64_read_fp): Delete unused function.
10529 (gdbarch_extract_struct_value_address): Delete declaration.
10530
10531 2004-02-02 Andrew Cagney <cagney@redhat.com>
10532
10533 * vax-tdep.c (vax_frame_chain): Delete call to
10534 deprecated_inside_entry_file.
10535 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10536
10537 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10538
10539 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10540 column that's "empty" or "same value" when eliminating REG_RA
10541 rules.
10542
10543 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10544
10545 * NEWS: Add information about new pending breakpoint support.
10546
10547 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10548
10549 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10550 and pending fields for pending breakpoint support.
10551 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10552 (condition_command): Only parse condition if not a pending
10553 breakpoint.
10554 (print_one_breakpoint): Add support for pending breakpoints.
10555 (describe_other_breakpoints): Add checks to verify we are not
10556 dealing with pending breakpoints.
10557 (check_duplicates): Don't check pending breakpoints.
10558 (set_raw_breakpoint): Initialize pending flag.
10559 (do_restore_lang_radix_cleanup): New cleanup routine.
10560 (resolve_pending_breakpoint): New function.
10561 (re_enable_breakpoints_in_shlibs): Try and resolve any
10562 pending breakpoints via resolve_pending_breakpoint.
10563 (mention): Add pending breakpoint support.
10564 (parse_breakpoint_sals): Add new parameter to pass to
10565 decode_line_1 to indicate silent errors when files or functions
10566 are not found. Change all callers.
10567 (do_captured_parse_breakpoint): New function.
10568 (break_command_1): Change prototype to return an rc value and to
10569 take an optional pending breakpoint pointer. Support creating
10570 a pending breakpoint if a "not found" form of error occurs when
10571 parsing the breakpoint. Also support resolving an existing pending
10572 breakpoint and be silent if the resolution fails.
10573 (create_breakpoints): Change prototype to take pending breakpoint
10574 pointer. When resolving a pending breakpoint, use the new pointer
10575 to provide a conditional or commands added by the end-user.
10576 (delete_breakpoint): Add appropriate check for pending.
10577 (breakpoint_re_set_one): Ditto.
10578 (do_enable_breakpoint): Ditto.
10579
10580 2004-02-02 David Carlton <carlton@kealia.com>
10581
10582 * valops.c (enum oload_classification): New.
10583 (find_overload_match): Break implementation into separate
10584 functions; delete #if 0'd code; look for symbols within
10585 namespaces.
10586 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10587 (find_oload_champ,oload_method_static,classify_oload_match): New.
10588 * cp-support.h: Add declaration for cp_func_name; update
10589 declaration for make_symbol_overload_list.
10590 * cp-support.c (cp_func_name): New.
10591 (overload_list_add_symbol): Fix comment, use
10592 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10593 (make_symbol_overload_list): Take a function name and a namespace
10594 instead of a symbol; change implementation.
10595 (make_symbol_overload_list_using): New.
10596 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10597
10598 2004-02-02 Fred Fish <fnf@redhat.com>
10599
10600 * main.c (gdb_stdtarg): Move definition to group with other
10601 gdb_stdtarg definitions and update copyright years.
10602 * remote-sim.c (gdb_os_write_stderr): Write output to
10603 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10604 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
10605 gdb_stderr stream and update copyright years.
10606
10607 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10608
10609 * Makefile.in (mips-linux-nat.o): Update dependencies.
10610 * mips-linux-nat.c: Include mips-tdep.h.
10611
10612 2004-02-01 Roland McGrath <roland@redhat.com>
10613
10614 * sol-thread.c (sol_thread_xfer_partial): New function.
10615 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10616 (init_sol_core_ops): Likewise.
10617
10618 * procfs.c (procfs_xfer_partial): New function.
10619 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10620 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10621
10622 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10623 procfs_xfer_auxv function.
10624
10625 * procfs.c (procfs_make_note_section): If we can read
10626 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10627 * linux-proc.c (linux_make_note_section): Likewise.
10628
10629 * auxv.h: New file.
10630 * auxv.c: New file.
10631 * Makefile.in (auxv_h): New variable.
10632 (COMMON_OBS): Add auxv.o here.
10633 (auxv.o): New target.
10634
10635 * corelow.c (core_xfer_partial): New function.
10636 (init_core_ops): Use it for core_ops.to_xfer_partial.
10637
10638 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10639 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10640 macro if that is defined.
10641
10642 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10643
10644 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10645 and check the specified thread for each breakpoint.
10646 * breakpoint.h (bpstat_stop_status): Update prototype.
10647 * infrun.c (handle_inferior_event): Update calls to
10648 bpstat_stop_status.
10649
10650 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10651
10652 * Makefile.in (cli-cmds.o): Add $(readline_h).
10653
10654 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
10655
10656 * cli/cli-cmds.c: Include readline.h.
10657 (complete_command): Pass the start of the last word to
10658 complete_line.
10659
10660 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10661
10662 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10663 argument, and change first argument to a CORE_ADDR.
10664 * breakpoint.h (bpstat_stop_status): Update prototype.
10665 * infrun.c (adjust_pc_after_break): Add a new comment.
10666 (handle_inferior_event): Update calls to bpstat_stop_status.
10667
10668 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10669
10670 * breakpoint.h: Update copyright years.
10671
10672 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10673
10674 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10675 (bpstat_stop_status): Don't decrement PC.
10676 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10677 prototype.
10678 * infrun.c (adjust_pc_after_break): New function.
10679 (handle_inferior_event): Call it, early. Remove later references
10680 to DECR_PC_AFTER_BREAK.
10681 (normal_stop): Add commentary.
10682
10683 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
10684
10685 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10686 2004-01-27 double-free fix.
10687
10688 2004-01-31 Mark Kettenis <kettenis@gnu.org>
10689
10690 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10691 (sparc32_frame_prev_register): Handle StackGhost.
10692 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10693
10694 2004-01-29 Roland McGrath <roland@redhat.com>
10695
10696 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10697 * configure: Regenerated.
10698
10699 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10700 * Makefile.in (procfs.o): Add dep.
10701
10702 2004-01-28 Andrew Cagney <cagney@redhat.com>
10703
10704 * tui/tui-stack.h: Update copyright.
10705 (struct frame_info): Add opaque declaration.
10706 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10707 (tui_show_locator_content): Rename tuiShowLocatorContent.
10708 (tui_show_frame_info): Rename tuiShowFrameInfo.
10709 * tui/tui-stack.c: Update copyright. Update references.
10710 * tui/tui-winsource.c: Update references.
10711 * tui/tui-win.c: Update references.
10712 * tui/tui-layout.c: Update references.
10713 * tui/tui-hooks.c: Update copyright, update references.
10714 * tui/tui.c: Update copyright, update references.
10715 * tui/tui-disasm.c: Update references.
10716
10717 2004-01-28 David Carlton <carlton@kealia.com>
10718
10719 * dwarf2read.c (add_partial_structure): Use demangled name if
10720 namespace equals "".
10721
10722 2004-01-27 Jim Blandy <jimb@redhat.com>
10723
10724 Clean up misapplied patch:
10725 * dwarf2read.c (determine_prefix): Change one of the two forward
10726 declarations for 'determine_prefix_aux' to a declaration for this.
10727 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10728 argument to 'die_specification'.
10729
10730 * dwarf2read.c (read_func_scope): Re-indent comment.
10731
10732 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
10733
10734 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10735 b->exp to NULL after freeing so that error during re-parsing or
10736 evaluation of expressions associated with breakpoint don't
10737 eventually lead to re-freeing of storage.
10738 Committed by Andrew Cagney.
10739
10740 2004-01-27 Andrew Cagney <cagney@redhat.com>
10741
10742 * source.c (ambiguous_line_spec): Delete undefined declaration.
10743 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10744 (m32r_set_server_address, m32r_set_download_path): Ditto.
10745 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10746
10747 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
10748
10749 * dwarf2read.c: Update calls to changed and renamed functions, and
10750 references to moved variables.
10751
10752 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10753 language, language_defn, list_in_scope, and ftypes members.
10754 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10755 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10756 (baseaddr): Remove globals.
10757
10758 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10759 (set_cu_language, die_is_declaration, die_specification)
10760 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10761 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10762 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10763 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10764
10765 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10766 cu.list_in_scope. Don't initialize cu_header_offset.
10767 (add_partial_symbol): Add local baseaddr.
10768 (psymtab_to_symtab_1): Add local baseaddr. Use
10769 objfile->section_offsets for consistency. Don't initialize
10770 cu_header_offset; do initialize cu.header.offset and
10771 cu.list_in_scope.
10772 (read_file_scope, read_func_scope, read_lexical_block_scope)
10773 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10774
10775 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10776
10777 * PROBLEMS: Add gdb/1516.
10778
10779 2003-12-29 Robert Millan <robertmh@gnu.org>
10780
10781 Patch committed by Andrw Cagney.
10782 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10783 * configure.tgt: Match knetbsd*-gnu.
10784
10785 2004-01-26 Andrew Cagney <cagney@redhat.com>
10786
10787 * breakpoint.c (catch_command_1): Delete #ifdef code.
10788 (catch_fork_command_1): Delete #ifdef wrapper.
10789 (catch_exec_command_1): Ditto.
10790 (catch_load_command_1): Ditto.
10791 (catch_unload_command_1): Ditto.
10792
10793 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10794 (catch_breakpoint): Delete #if0ed function.
10795 (disable_catch_breakpoint): Ditto.
10796 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10797 (disable_catch, enable_catch, delete_catch): Ditto.
10798
10799 2004-01-26 Andrew Cagney <cagney@redhat.com>
10800
10801 * remote.c (echo_check, quit_flag): Delete variables.
10802 (cisco_kernel_mode): Delete variable.
10803 (minitelnet_return, tty_input, escape_count): Delete variables.
10804 (remote_cisco_mode): Delete variable.
10805 (remote_cisco_open, remote_cisco_close): Delete function.
10806 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10807 (init_remote_cisco_ops): Delete function.
10808 (_initialize_remote): Do not install "remote cisco" code.
10809 (read_frame): Delete cisco specific code.
10810 (remote_info_process): Delete function.
10811 (remote_wait): Delete cisco specific code.
10812 (remote_cisco_section_offsets): Delete function.
10813 (remote_cisco_objfile_relocate): Delete function.
10814 (remote_async_wait): Delete cisco specific code.
10815 (minitelnet, readtty, readsocket): Delete function.
10816
10817 2004-01-26 Andrew Cagney <cagney@redhat.com>
10818
10819 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10820 comments mentioning extract_returned_value_address.
10821 * infcmd.c (print_return_value): Update. Add comments on
10822 extract_returned_value_address.
10823 * stack.c (return_command): Add comments on
10824 extract_returned_value_address.
10825 * values.c: Update comment.
10826 * m32r-tdep.c: Update comment.
10827 * sparc-tdep.c: Update comment.
10828 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10829 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10830 * sh64-tdep.c (sh64_gdbarch_init): Update.
10831 * sh-tdep.c (sh_gdbarch_init): Update.
10832 * s390-tdep.c (s390_gdbarch_init): Update.
10833 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10834 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10835 * m68k-tdep.c (m68k_gdbarch_init): Update.
10836 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10837 * m32r-tdep.c (m32r_gdbarch_init): Update.
10838 * ia64-tdep.c (ia64_gdbarch_init): Update.
10839 * h8300-tdep.c (h8300_gdbarch_init): Update.
10840 * frv-tdep.c (frv_gdbarch_init): Update.
10841 * arm-tdep.c (arm_gdbarch_init): Update.
10842 * alpha-tdep.c (alpha_gdbarch_init): Update.
10843
10844 2004-01-26 Andrew Cagney <cagney@redhat.com>
10845
10846 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10847 SYMBOL_LOCATION_FUNCS
10848 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10849 "struct symbol_ops".
10850 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10851 type to "struct symbol_ops".
10852 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10853 (struct symbol): Replace ".aux_value.loc.funcs" and
10854 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10855 (SYMBOL_OBJFILE): Delete macro.
10856 (SYMBOL_LOCATION_FUNCS): Delete macro.
10857 (SYMBOL_LOCATION_BATON): Update.
10858 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10859 intead of SYMBOL_LOCATION_FUNCS.
10860 * ax-gdb.c (gen_var_ref): Ditto.
10861 * printcmd.c (address_info): Ditto.
10862 * findvar.c (read_var_value): Ditto.
10863 (symbol_read_needs_frame): Ditto.
10864
10865 2004-01-26 Andrew Cagney <cagney@redhat.com>
10866
10867 * dwarf2read.c (read_func_scope): Document frame-base hack.
10868
10869 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10870
10871 * infcmd.c (print_return_value): Plug memory leak; delete
10872 ui_stream object. Rename argument `structure_return' to
10873 `struct_return'.
10874
10875 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10876
10877 * infcmd.c (print_return_value): Wrap long lines.
10878 (finish_command_continuation, finish_command): Remove unused
10879 variable `funcaddr'. Fix some coding-standards problems.
10880
10881 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
10882 SECT_SIZE is large enough, not whether it's exactly the right size.
10883 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10884 TDEP->fpregset to zero.
10885
10886 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
10887 floating-point registers for traditional NetBSD core files.
10888 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10889 TDEP->sizeof_fpregset here.
10890
10891 2004-01-25 Mark Kettenis <kettenis@gnu.org>
10892
10893 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10894 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10895 function with code split out from
10896 sparc32nbsd_sigcontext_frame_cache.
10897 (sparc32nbsd_sigcontext_frame_cache): Use
10898 sparc32nbsd_sigcontext_saved_regs.
10899 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10900 OpenBSD.
10901 * sparcobsd-tdep.c: New file.
10902 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10903 (sparcobsd-tdep.o): New dependency.
10904 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10905 * config/sparc/obsd.mt: New file.
10906
10907 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10908 TDEP->fpregset to be initialized to enable core file register
10909 sets.
10910
10911 2004-01-24 Mark Kettenis <kettenis@gnu.org>
10912
10913 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
10914 Add opaque declarations.
10915 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10916 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10917 function with code split out from
10918 sparc64nbsd_sigcontext_frame_cache.
10919 (sparc64nbsd_sigcontext_frame_cache): Use
10920 sparc64nbsd_sigcontext_saved_regs.
10921 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10922 OpenBSD.
10923 * sparc64obsd-tdep.c: New file.
10924 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
10925 (sparc64obsd-tdep.o): New dependency.
10926 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
10927 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
10928 * config/sparc/obsd64.mt: New file.
10929
10930 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
10931 read the instruction at PC.
10932
10933 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
10934 value of GDB_OSABI_DEFAULT.
10935 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
10936 instead of GDB_OSABI_NETBSD_AOUT.
10937
10938 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
10939
10940 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
10941 copyright.
10942
10943 2004-01-23 Andrew Cagney <cagney@redhat.com>
10944
10945 * printcmd.c (display_command): Replace tui_set_display call with
10946 tui_set_layout_for_display_command.
10947 * tui/tui.h (enum tui_win_type): Define.
10948 (tui_set_layout): Delete declaration.
10949 (tui_set_layout_for_display_command): Rename set_tui_layout.
10950 * tui/tui-data.h (enum tui_layout_type): Define.
10951 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
10952 "tui.h".
10953 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
10954 (tui_default_win_height): Rename tuiDefaultWinHeight.
10955 (tui_default_win_viewport_height): Rename
10956 tuiDefaultWinViewportHeight.
10957 (tui_set_layout): RenametuiSetLayout.
10958 * tui/tui-layout.c: Update references.
10959 * tui/tui.c: Update references.
10960 * tui/tui-disasm.c: Update references.
10961
10962 2004-01-23 David Carlton <carlton@kealia.com>
10963
10964 Partial workaround for PR c++/1511:
10965 * cp-namespace.c: Include frame.h.
10966 (cp_lookup_transparent_type): New
10967 (cp_lookup_transparent_type_loop): New.
10968 * cp-support.h: Declare cp_lookup_transparent_type.
10969 * symtab.c (basic_lookup_transparent_type): Renamed from
10970 lookup_transparent_type.
10971 (lookup_transparent_type): Replace old body by a call to
10972 current_language->la_lookup_transparent_type.
10973 * symtab.h: Update copyright. Declare
10974 basic_lookup_transparent_type.
10975 * language.h: Update copyright.
10976 (struct language_defn): Add la_lookup_transparent_type.
10977 * language.c: Update copyright.
10978 (unknown_language_defn): Add basic_lookup_transparent_type.
10979 (auto_language_defn): Add basic_lookup_transparent_type.
10980 (local_language_defn): Add basic_lookup_transparent_type.
10981 * ada-lang.c: Update copyright.
10982 (ada_language_defn): Add basic_lookup_transparent_type.
10983 * c-lang.c: Update copyright.
10984 (c_language_defn): Add basic_lookup_transparent_type.
10985 (cplus_language_defn): Add basic_lookup_transparent_type.
10986 (asm_language_defn): Add basic_lookup_transparent_type.
10987 (minimal_language_defn): Add basic_lookup_transparent_type.
10988 * f-lang.c: Update copyright.
10989 (f_language_defn): Add basic_lookup_transparent_type.
10990 * jv-lang.c: Update copyright.
10991 (java_language_defn): Add basic_lookup_transparent_type.
10992 * m2-lang.c: Update copyright.
10993 (m2_language_defn): Add basic_lookup_transparent_type.
10994 * objc-lang.c: Update copyright.
10995 (objc_language_defn): Add basic_lookup_transparent_type.
10996 * p-lang.c: Update copyright.
10997 (p_language_defn): Add basic_lookup_transparent_type.
10998 * scm-lang.c: Update copyright.
10999 (scm_language_defn): Add basic_lookup_transparent_type.
11000 * Makefile.in (cp-namespace.o): Depend on frame.h.
11001
11002 2004-01-23 David Carlton <carlton@kealia.com>
11003
11004 Patch for PR c++/1520:
11005 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11006 properly if we have a specification die.
11007 (determine_prefix_aux): Rename from determine_prefix.
11008 (determine_prefix): Like the old determine_prefix, but never
11009 returns NULL.
11010
11011 2004-01-23 Theodore A. Roth <troth@openavr.org>
11012
11013 * avr-tdep.c: Update copyright.
11014 (avr_iaddr_p): Delete unused function.
11015 (avr_saddr_p): Delete unused function.
11016
11017 2004-01-23 David Carlton <carlton@kealia.com>
11018
11019 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11020 Fix for PR symtab/1534.
11021
11022 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11023
11024 * NEWS (New native configurations): Mention OpenBSD/sparc and
11025 OpenBSD/sparc64.
11026 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11027 * configure.host: Likewise.
11028 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11029 handler for OpenBSD.
11030 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11031
11032 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11033
11034 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11035 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11036
11037 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11038 * cli/cli-cmds.c (shell_escape): Likewise.
11039
11040 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11041 OpenBSD .note.openbsd.ident sections.
11042
11043 2004-01-22 David Carlton <carlton@kealia.com>
11044
11045 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11046 get_scope_pc_bounds.
11047 (read_file_scope): Ditto.
11048 (get_scope_pc_bounds): New function, produced by extracting code
11049 from the above two functions, consolidating it, and adding support
11050 for DW_TAG_namespace.
11051
11052 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11053
11054 * osabi.c (MAX_NOTESZ): New define.
11055 (check_note): New function.
11056 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11057 check_note.
11058
11059 2004-01-21 Roland McGrath <roland@redhat.com>
11060
11061 * MAINTAINERS (write after approval): Add myself.
11062
11063 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11064
11065 * utils.c (init_page_info): Move declarations of `rows' and
11066 `cols' before the __GO32__-specific code. Move the closing brace
11067 outside the #ifdef __GO32__..#endif block.
11068 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11069
11070 2004-01-21 Paul Brook <paul@codesourcery.com>
11071
11072 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11073 BPSTAT_WHAT_CHECK_SHLIBS.
11074
11075 2004-01-21 Paul Brook <paul@codesourcery.com>
11076
11077 * MAINTAINERS: Add myself to write-after-approval.
11078
11079 2004-01-20 Andrew Cagney <cagney@redhat.com>
11080
11081 * ax-gdb.c (print_axs_value): Delete unused function.
11082 * jv-lang.c (java_lookup_type): Delete unused function.
11083 * cli/cli-dump.c (dump_filetype): Delete unused function.
11084 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11085 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11086 (mips_getstring): Delete unused function.
11087 (pmon_insert_breakpoint): Delete #if0ed function.
11088 (PMON_MAX_BP): Delete #if0ed MACRO.
11089 (mips_pmon_bp_info): Delete #if0ed variable.
11090 (pmon_remove_breakpoint): Delete #if0ed function.
11091 * monitor.c (monitor_write_even_block): Delete unused function.
11092 (monitor_write_memory_block): Delete #if0ed code.
11093 * dink32-rom.c (dink32_load): Delete unused function.
11094 (_initialize_dink32_rom): Delete #if0ed code.
11095 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11096
11097 * tui/tui-command.c: Update references.
11098 * tui/tui-io.c: Update references.
11099 * tui/tui-command.h: Update copyright.
11100 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11101
11102 * source.c (ambiguous_line_spec): Delete never-defined function.
11103 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11104 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11105 * cli/cli-cmds.c (validate_comname): Ditto.
11106
11107 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11108 "tui-data.h".
11109 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11110 (tui_show_disassem): Rename tuiShowDisassem.
11111 (tui_show_disassem_and_update_source): Rename
11112 tuiVerticalDisassemScroll.
11113 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11114 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11115 * tui/tui.h: Update copyright.
11116 (enum tui_status): Define.
11117 * tui/tui-data.h (enum tui_scroll_direction): Define.
11118 * tui/tui-disasm.c: Update copyright. Update references.
11119 * tui/tui-winsource.c: Update copyright. Update references.
11120 * tui/tui-win.c: Update references.
11121 * tui/tui-layout.c: Update references.
11122
11123 2004-01-20 Andrew Cagney <cagney@redhat.com>
11124
11125 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11126 sym2 to start of block.
11127
11128 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11129
11130 * MAINTAINERS: Delete mmalloc.
11131 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11132 * NEWS: Mention removal of --with-malloc.
11133 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11134 * config.in: Regenerate.
11135 * configure: Regenerate.
11136 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11137 USE_MMALLOC, MMCHECK_FORCE.
11138 * gdbinit.in: Remove mmalloc.
11139 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11140 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11141 * config/i386/go32.mh: Likewise.
11142 * config/i386/interix.mh: Likewise.
11143 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11144
11145 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11146
11147 * linespec.c (decode_variable, symtab_from_filename): Call
11148 error_silent with error message instead of throwing an exception
11149 directly.
11150 * defs.h (error_silent, error_output_message): Add prototypes.
11151 (catch_exceptions_with_msg): Ditto.
11152 * utils.c (error_silent, error_output_message): New functions.
11153 * top.c (catch_exceptions_with_msg): New function.
11154
11155 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11156
11157 * mi/mi-cmds.h (enum print_values): Add definition.
11158
11159 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11160 type and value for simple data types and just the name and type
11161 for complex ones, if required.
11162
11163 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11164 children, if required.
11165
11166 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11167
11168 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11169 unused declarations.
11170
11171 2004-01-19 Andrew Cagney <cagney@redhat.com>
11172
11173 * top.h (mapped_symbol_files): Delete declaration.
11174 * main.c (captured_main): Delete option "m" and "mapped".
11175 * objfiles.c (mapped_symbol_files): Delete variable.
11176 * symfile.c (symbol_file_command): Delete mmap code.
11177 (symbol_file_add_with_addrs_or_offsets): Ditto.
11178 (add_symbol_file_command, reread_separate_symbols): Ditto.
11179 * objfiles.h (OBJF_MAPPED): Delete.
11180 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11181 (free_objfile) [USE_MMALLOC]: Ditto.
11182 (open_existing_mapped_file): Delete function.
11183 (open_mapped_file): Delete function.
11184 (map_to_file): Delete function.
11185
11186 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11187
11188 * infrun.c (step_into_function): Account for possible breakpoint
11189 adjustment when computing ``stop_func_start''.
11190
11191 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11192
11193 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11194 the region size against the size of a pointer, not the size of
11195 a register as given by DEPRECATED_REGISTER_SIZE.
11196
11197 2004-01-19 Andrew Cagney <cagney@redhat.com>
11198
11199 * tui/tui-regs.h: Include "tui-data.h".
11200 (tuiFirstRegElementNoInLine): Delete declaration.
11201 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11202 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11203 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11204 (tui_calculate_regs_column_count): Rename
11205 tuiCalculateRegsColumnCount.
11206 (tui_check_register_values): Rename tuiCheckRegisterValues.
11207 (tui_show_registers): Rename tuiShowRegisters.
11208 (tui_display_registers_from_line): Rename
11209 tuiDisplayRegistersFromLine.
11210 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11211 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11212 (tui_first_reg_element_no_inline): Rename
11213 tuiFirstRegElementNoInLine.
11214 * tui/tui-data.h: Update copyright.
11215 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11216 * tui/tui-windata.c: Update copyright, update references.
11217 * tui/tui-regs.c: Update copyright, update references.
11218 * tui/tui-win.c: Update copyright, update references.
11219 * tui/tui-layout.c: Update copyright, update references.
11220
11221 2004-01-18 Andrew Cagney <cagney@redhat.com>
11222
11223 * tui/tui-io.c: Update copyright.
11224 (key_is_end_sequence, key_is_backspace): New functions.
11225 (key_is_command_char, key_is_start_sequence): New function.
11226 (tui_getc): Update references.
11227 * tui/tui-io.h: Update copyright.
11228 (m_tuiStartNewLine): Delete macro.
11229 (m_isBackspace, m_isDeleteChar): Delete macros.
11230 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11231 (m_isNextPage, m_isPrevPage): Delete macros.
11232 (m_isLeftArrow, m_isRightArrow): Delete macros.
11233 (m_isXdbStyleCommandChar): Delete macro.
11234 (key_is_start_sequence): Declare, replace m_isStartSequence.
11235 (key_is_end_sequence): Declare, replace m_isEndSequence.
11236 (key_is_backspace): Declare ,replace m_isBackspace.
11237 (key_is_command_char): Declare, replace m_isCommandChar.
11238 * tui/tui-command.c: Update copyright.
11239 (tuiDispatchCtrlChar): Update references.
11240
11241 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11242 tuiSourceWin.h.
11243
11244 * tui/tui-command.c: Rename tui/tuiCommand.c.
11245 * tui/tui-command.h: Rename tui/tuiCommand.h.
11246 * tui/tui-data.c: Rename tui/tuiData.c.
11247 * tui/tui-data.h: Rename tui/tuiData.h.
11248 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11249 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11250 * tui/tui-io.c: Rename tui/tuiIO.c.
11251 * tui/tui-io.h: Rename tui/tuiIO.h.
11252 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11253 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11254 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11255 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11256 * tui/tui-source.c: Rename tui/tuiSource.c.
11257 * tui/tui-source.h: Rename tui/tuiSource.h.
11258 * tui/tui-stack.c: Rename tui/tuiStack.c.
11259 * tui/tui-stack.h: Rename tui/tuiStack.h.
11260 * tui/tui-win.c: Rename tui/tuiWin.c.
11261 * tui/tui-win.h: Rename tui/tuiWin.h.
11262 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11263 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11264 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11265 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11266 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11267 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11268 * tui/tui-file.c: Update includes.
11269 * tui/tui-hooks.c: Update includes.
11270 * tui/tui-interp.c: Update includes.
11271 * tui/tui.c: Update includes.
11272 * Makefile.in: Update all tui/ dependencies.
11273 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11274
11275 * Makefile.in: Update copyright. Update dependencies.
11276
11277 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11278 problem.
11279
11280 2004-01-18 Andrew Cagney <cagney@redhat.com>
11281
11282 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11283 instead of register_gdbarch_init.
11284
11285 * remote-sds.c (tohex): Delete unused function. Update copyright.
11286 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11287 * v850-tdep.c (v850_register_virtual_size): Ditto.
11288 * target.c (normal_target_post_startup_inferior): Ditto.
11289 * source.c (ambiguous_line_spec): Ditto.
11290 * remote.c (adapt_remote_get_threadinfo): Ditto.
11291 * mi/mi-out.c (out_field_fmt): Ditto.
11292 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11293 (output_control_change_notification): Ditto.
11294 * m68k-tdep.c (m68k_register_byte): Ditto.
11295 (m68k_remote_breakpoint_from_pc): Ditto.
11296 * ui-out.c (init_ui_out_state): Delete unused declaration.
11297 * stabsread.c (search_value): Ditto.
11298 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11299 * maint.c (print_section_table): Ditto.
11300 * infrun.c (set_follow_fork_mode_command): Ditto.
11301
11302 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11303
11304 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11305 DW_CFA_def_cfa_exporession. Add support for
11306 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11307 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11308
11309 2004-01-18 Andrew Cagney <cagney@redhat.com>
11310
11311 * ocd.c: Update copyright.
11312 (bdm_read_register_command): Delete unused function.
11313 (_initialize_remote_ocd): Delete commented out reference.
11314 (get_quoted_char, reset_packet): Delete #if0ed function.
11315 (output_packet, put_quoted_char): Delete #if0ed function.
11316 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11317 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11318 (BDM_BREAKPOINT): Delete #if0ed macro.
11319 (remote_timeout): Delete #if0ed variable.
11320
11321 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11322
11323 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11324 (core-sol2.o): Remove dependency.
11325 * core-sol2.c: Remove file.
11326
11327 2004-01-17 Andrew Cagney <cagney@redhat.com>
11328
11329 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11330 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11331 enums.
11332
11333 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11334
11335 * remote.c: Update copyright years.
11336
11337 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11338
11339 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11340
11341 2004-01-17 Andrew Cagney <cagney@redhat.com>
11342
11343 * mdebugread.c: Update copyright.
11344 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11345 (parse_type, parse_procedure): Ditto.
11346 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11347
11348 * cris-tdep.c (cris_store_struct_return): Put back accidently
11349 deleted function.
11350
11351 * gdbarch.sh: Update copyright year.
11352 * gdbarch.h, gdbarch.c: Re-generate.
11353
11354 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11355
11356 Suggested by George Anzinger.
11357 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11358 correct stack offset. Include unknown opcode numbers in the error
11359 message.
11360
11361 2004-01-17 Andrew Cagney <cagney@redhat.com>
11362
11363 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11364 extract_struct_value_address, i386 does not set it.
11365 * sparc64-tdep.c (sparc64_init_abi): Do not set
11366 extract_struct_value_address, never called.
11367 (sparc64_extract_struct_value_address): Delete function.
11368 * m68hc11-tdep.c: Update copyright.
11369 (m68hc11_gdbarch_init): Delete redundant assignment of
11370 extract_struct_value_address.
11371 * i386-tdep.c: Update copyright.
11372 (i386_gdbarch_init): Do not set extract_struct_value_address,
11373 never called.
11374 (i386_extract_struct_value_address): Delete function.
11375 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11376 extract_struct_value_address, never called.
11377 (sparc32_extract_struct_value_address): #if 0 function. Add
11378 comments explaining its future.
11379
11380 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11381
11382 * arm-tdep.c (arm_write_pc): New function.
11383 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11384
11385 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11386
11387 * breakpoint.c (must_shift_inst_regs): Delete.
11388 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11389 and SHIFT_INST_REGS.
11390 * infcmd.c (step_1, step_1_continuation): Delete references to
11391 SHIFT_INST_REGS.
11392 * infrun.c (keep_going): Likewise.
11393 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11394 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11395
11396 2004-01-17 Andrew Cagney <cagney@redhat.com>
11397
11398 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11399 * gdbarch.h, gdbarch.c: Re-generate.
11400 * infcmd.c (print_return_value): Delete reference to
11401 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11402
11403 * cris-tdep.c (cris_gdbarch_init): Do not set
11404 deprecated_extract_struct_value_address.
11405
11406 * xstormy16-tdep.c: Update copyright.
11407 (xstormy16_extract_struct_value_address): Update to current
11408 extract struct value address interface.
11409 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11410 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11411 current extract struct value address interface.
11412 (sh64_gdbarch_init): Set extract_struct_value_address.
11413
11414 * cris-tdep.c: Update copyright.
11415 (cris_extract_struct_value_address): Delete function.
11416 (struct_return_address): Delete variable.
11417 (cris_store_struct_return): Do not set struct_return_address.
11418
11419 * mcore-tdep.c: Update copyright.
11420 (mcore_extract_struct_value_address): Delete function. Update
11421 comments.
11422 (mcore_gdbarch_init): Update.
11423 * mn10300-tdep.c: Update copyright.
11424 (mn10300_extract_struct_value_address): Delete function.
11425 (mn10300_gdbarch_init): Update.
11426 * v850-tdep.c: Update copyright.
11427 (v850_extract_struct_value_address): Delete.
11428 (v850_gdbarch_init): Update.
11429 * ns32k-tdep.c: Update copyright.
11430 (ns32k_extract_struct_value_address): Delete.
11431 (ns32k_gdbarch_init): Update.
11432 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11433 (hppa_gdbarch_init): Update.
11434 * vax-tdep.c: Update copyright.
11435 (vax_extract_struct_value_address): Delete.
11436 (vax_gdbarch_init): Update.
11437
11438 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11439 * gdbarch.h, gdbarch.c: Re-generate.
11440 * procfs.c (procfs_fetch_registers): Delete reference to
11441 DEPRECATED_NPC_REGNUM.
11442 (procfs_store_registers): Ditto.
11443 * regcache.c (generic_target_write_pc): Simplify.
11444 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11445
11446 * core-sol2.c (fetch_core_registers): Replace
11447 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11448
11449 * hppa-tdep.c: Update copyright year.
11450 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11451 NPC_REGNUM.
11452 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11453
11454 * mips-tdep.c (mips_write_pc): New function.
11455 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11456 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11457 (mips_find_saved_regs, mips_software_single_step: Ditto.
11458 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11459 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11460
11461 2004-01-17 Andrew Cagney <cagney@redhat.com>
11462
11463 * mips-tdep.c: Re-indent. Group functions by ABI.
11464
11465 2004-01-17 Andrew Cagney <cagney@redhat.com>
11466
11467 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11468 * gdbarch.c: Re-generate.
11469 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11470 DECR_PC_AFTER_BREAK to zero.
11471 * vax-tdep.c (vax_gdbarch_init): Ditto.
11472 * v850-tdep.c (v850_gdbarch_init): Ditto.
11473 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11474 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11475 * sh-tdep.c (sh_gdbarch_init): Ditto.
11476 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11477 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11478 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11479 * mips-tdep.c (mips_gdbarch_init): Ditto.
11480 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11481 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11482 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11483 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11484 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11485 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11486 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11487 * frv-tdep.c (frv_gdbarch_init): Ditto.
11488 * cris-tdep.c (cris_gdbarch_init): Ditto.
11489 * avr-tdep.c (avr_gdbarch_init): Ditto.
11490 * arm-tdep.c (arm_gdbarch_init): Ditto.
11491 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11492
11493 2004-01-17 J. Brobecker <brobecker@gnat.com>
11494
11495 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11496 Delete, no longer used.
11497 (read_subrange_type): New function, mostly extracted from
11498 read_array_type().
11499 (read_array_type): Replace extracted code by call to
11500 read_subrange_type().
11501 (dwarf2_get_attr_constant_value): New function.
11502 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11503 (add_partial_symbol): Likewise.
11504 (process_die): Likewise.
11505 (new_symbol): Likewise.
11506 (read_type_die): Likewise.
11507
11508 2004-01-16 Andrew Cagney <cagney@redhat.com>
11509
11510 * symfile.c: Update copyright year.
11511 (compare_symbols): Delete unused function.
11512 * stabsread.c: Update copyright year.
11513 (lrs_general_complaint): Delete unused function.
11514 (ref_search_value): Ditto.
11515 (get_substring): Delete declaration.
11516 * sh64-tdep.c: Update copyright year.
11517 (sh64_get_gdb_regnum): Delete unused function.
11518 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11519 Delete unused function.
11520
11521 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11522
11523 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11524 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11525
11526 2004-01-16 Andrew Cagney <cagney@redhat.com>
11527
11528 Changes from Peter Schauer.
11529 * rs6000-tdep.c: Update copyright year.
11530 (rs6000_push_dummy_call): Update the stack pointer before
11531 accessing the corresponding stack region.
11532 * rs6000-nat.c: Update copyright year.
11533 (set_host_arch): Set "info.abfd" to "exec_bfd".
11534
11535 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11536
11537 * blockframe.c: Update copyright year.
11538 (inside_entry_func): Don't treat a zero PC specially.
11539
11540 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11541
11542 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11543 variable.
11544 (gcore_create_callback): Ditto. Skip any memory segment that has
11545 no permissions set.
11546
11547 2004-01-14 David Carlton <carlton@kealia.com>
11548
11549 Change symbols for C++ nested types to contain the fully qualified
11550 name, if possible. (At least in the DWARF-2 case.) Partial fix
11551 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11552 c++/895.
11553 * c-exp.y (qualified_type): Handle types nested within classes.
11554 * cp-namespace.c: Update comments.
11555 (cp_set_block_scope): Delete #if 0.
11556 (cp_lookup_nested_type): Handle types nested within classes.
11557 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11558 when appropriate.
11559 (add_partial_symbol): Add the name of the enclosing namespace to
11560 types.
11561 (pdi_needs_namespace): New.
11562 (add_partial_namespace): Tweak comment.
11563 (add_partial_structure): New.
11564 (psymtab_to_symtab_1): Initialize processing_current_prefix
11565 here...
11566 (process_die): instead of here.
11567 (read_structure_scope): Try to figure out the name of the class or
11568 namespace that the structure might be defined within.
11569 (read_enumeration): Generate fully-qualified names, if possible.
11570 (read_namespace): Don't set name to NULL.
11571 (die_specification): New.
11572 (new_symbol): Generate fully-qualified names for types.
11573 (read_type_die): Determine appropriate prefix.
11574 (determine_prefix): New.
11575 (typename_concat): New.
11576 (class_name): New.
11577 * valops.c (value_aggregate_elt): Pass NOSIDE to
11578 value_struct_elt_for_reference.
11579 (value_struct_elt_for_reference): Make static, add NOSIDE
11580 parameter, call value_maybe_namespace_elt as a last resort.
11581 (value_namespace_elt): Break out code into
11582 value_maybe_namespace_elt.
11583 (value_maybe_namespace_elt): New.
11584
11585 2004-01-12 Andrew Cagney <cagney@redhat.com>
11586
11587 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11588 cooked floating-point registers.
11589 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11590 and value_to_register.
11591
11592 2004-01-13 Andrew Cagney <cagney@redhat.com>
11593
11594 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11595 * gdbarch.c: Re-generate.
11596 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11597 FUNCTION_START_OFFSET.
11598 * v850-tdep.c (v850_gdbarch_init): Ditto.
11599 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11600 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11601 * sh-tdep.c (sh_gdbarch_init): Ditto.
11602 * s390-tdep.c (s390_gdbarch_init): Ditto.
11603 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11604 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11605 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11606 * mips-tdep.c (mips_gdbarch_init): Ditto.
11607 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11608 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11609 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11610 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11611 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11612 * i386-tdep.c (i386_gdbarch_init): Ditto.
11613 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11614 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11615 * frv-tdep.c (frv_gdbarch_init): Ditto.
11616 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11617 * cris-tdep.c (cris_gdbarch_init): Ditto.
11618 * avr-tdep.c (avr_gdbarch_init): Ditto.
11619 * arm-tdep.c (arm_gdbarch_init): Ditto.
11620 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11621
11622 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
11623
11624 * infrun.c (follow_fork_mode_ask): Remove.
11625 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11626 (follow_fork): Simplify and remove internal error for
11627 follow_fork_mode_ask.
11628 (_initialize_infrun): Update "set follow-fork-mode" help text.
11629
11630 2004-01-13 Andrew Cagney <cagney@redhat.com>
11631
11632 * configure.in: Update copyright year.
11633 (build_warnings): Add -Wunused-label.
11634 * configure: Re-generate.
11635
11636 2004-01-12 Andrew Cagney <cagney@redhat.com>
11637
11638 * exec.h (exec_ops): Make "extern".
11639
11640 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11641 the function is void.
11642 (mips_pseudo_register_write): Ditto.
11643
11644 2004-01-12 Andrew Cagney <cagney@redhat.com>
11645
11646 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11647 call. Never defined.
11648 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11649 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11650 (struct sparc_gregset, struct regcache): Ditto.
11651 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11652
11653 2004-01-12 Andrew Cagney <cagney@redhat.com>
11654
11655 * mi/ChangeLog: Delete file. Renamed to ...
11656 * mi/ChangeLog-1999-2003: New file.
11657 * tui/ChangeLog: Delete file. Renamed to ...
11658 * tui/ChangeLog-1998-2003: New file.
11659
11660 2004-01-11 Mark Kettenis <kettenis@gnu.org>
11661
11662 * sparc64nbsd-tdep.c: Include "regset.h".
11663 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11664 Remove variables.
11665 (fetch_core_registers): Remove function.
11666 (sparc64nbsd_core_fns): Remove variable.
11667 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11668 functions.
11669 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11670 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11671 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11672
11673 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11674 sparc_extract_struct_value_address.
11675 (sparc32_gdbarch_init): Set extract_struct_value_address.
11676 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11677 function.
11678 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11679 return_value_on_stack.
11680
11681 * NEWS: Mention that %cs and %ss have been added to the AMD64
11682 configurations
11683
11684 * frame.c: Update copyright year.
11685 (get_prev_frame): Improve comment.
11686
11687 * sparc64fbsd-tdep.c: Include "regset.h".
11688 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11689 Remove variables.
11690 (fetch_core_registers): Remove function.
11691 (sparc64fbsd_core_fns): Remove variable.
11692 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11693 functions.
11694 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11695 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11696 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
11697
11698 * sparcnbsd-tdep.c: Include "regset.h".
11699 (fetch_core_registers): Remove function.
11700 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11701 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11702 functions.
11703 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11704 TDEP->fpregset.
11705 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
11706
11707 * sparc-tdep.h (struct regset): Provide opaque declaration.
11708 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11709 fpregset and sizeof_fpregset members.
11710 * sparc-tdep.c (struct regset): Provide opaque declaration.
11711 (sparc_regset_from_core_section): New function.
11712 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11713 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11714 Set regset_from_core_section when appropriate.
11715
11716 2004-01-10 Mark Kettenis <kettenis@gnu.org>
11717
11718 * x86-64-tdep.c (amd64_non_pod_p): New function.
11719 (amd64_classify_aggregate): Return class memory for non-POD
11720 C++ structure types.
11721
11722 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11723 argument. Use it to reserve a register if necessary.
11724 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11725 amd64_push_arguments.
11726
11727 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11728
11729 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11730 register numbers in comments.
11731 * x86-64-tdep.h: Update copyright year.
11732 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11733 Adjust for addition of %cs and %ss.
11734 * amd64fbsd-nat.c: Update copyright year.
11735 (reg_offset): Add register offsets for %cs and %ss.
11736 * amd64fbsd-tdep.c: Update copyright year.
11737 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11738 (amd64fbsd_sc_reg_offset): Likewise.
11739 * x86-64-linux-nat.c: Update copyright year.
11740 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11741 and %ss.
11742 * amd64nbsd-nat.c: Update copyright year.
11743 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11744 * amd64nbsd-tdep.c: Update copyright year.
11745 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11746 * x86-64-linux-tdep.c: Update copyright year.
11747 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11748 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11749 * regformats/reg-x86-64.dat: Add %cs and %ss.
11750
11751 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11752 variables to prevent long lines. Update comments to reflect
11753 reality.
11754
11755 2004-01-09 David Carlton <carlton@kealia.com>
11756
11757 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11758 * dwarf2read.c (read_namespace): Pull out name-generating code
11759 into namespace_name. Rename previous_namespace to previous_prefix
11760 and processing_current_namespace to processing_current_prefix..
11761 (namespace_name): New function.
11762 (add_partial_symbol): Substitute uses of pdi->name with
11763 actual_name.
11764 * cp-support.h: Rename processing_current_namespace to
11765 processing_current_prefix.
11766 Update copyright year.
11767 * cp-namespace.c: Rename processing_current_namespace to
11768 processing_current_prefix.
11769 Update copyright year.
11770
11771 2004-01-09 Andrew Cagney <cagney@redhat.com>
11772
11773 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11774
11775 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11776
11777 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11778 complaining.
11779 (process_one_symbol): Deal with N_PATCH stabs.
11780
11781 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
11782
11783 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11784 ifdeffed code.
11785 Update copyright year.
11786
11787 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11788
11789 * config/pa/tm-hppa.h: Update extern declarations for
11790 hppa32_hpux_frame_saved_pc_in_sigtramp,
11791 hppa32_hpux_frame_base_before_sigtramp, and
11792 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11793
11794 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11795
11796 * config/pa/tm-hppah.h: Update copyright years.
11797
11798 2004-01-08 Andrew Cagney <cagney@redhat.com>
11799
11800 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11801 (mips_o32_reg_struct_has_addr): Delete function.
11802 (mips_gdbarch_init): Update.
11803 (mips_extract_struct_value_address): Delete function.
11804
11805 2004-01-08 David Mosberger <davidm@hpl.hp.com>
11806
11807 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11808 reality.
11809
11810 2004-01-07 Andrew Cagney <cagney@redhat.com>
11811
11812 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11813 architecture's elf flags (when available).
11814
11815 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11816 FPU to the start, check the MIPS FPU when looking for an old
11817 architecture.
11818 (set_mipsfpu_single_command): Update the architecture.
11819 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11820
11821 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11822 (mips_mask_address_p): Add "tdep" parameter.
11823 (show_mask_address, mips_addr_bits_remove): Update.
11824 (mips_dump_tdep): Update.
11825 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11826 (MIPS_STACK_ARGSIZE): Delete macro.
11827 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11828 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11829 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11830 (mips_dump_tdep): Update.
11831 (MIPS_SAVED_REGSIZE): Delete macro.
11832 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11833 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11834 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11835 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11836 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11837 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11838 (mips_pop_frame, return_value_location): Update.
11839 (mips_n32n64_return_value, mips_dump_tdep): Update.
11840
11841 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11842 MIPS ABI.
11843
11844 * mips-tdep.c: Update copyright.
11845 (mips_gdbarch_init): Merge two code blocks handling the register
11846 name and number layout.
11847
11848 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11849
11850 * tracepoint.c (validate_actionline): Fix segv at EOF
11851
11852 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11853
11854 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11855 properly for static fields.
11856
11857 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
11858 Jason Molenda <jmolenda@apple.com>
11859
11860 * disasm.c: Update copyright to include 2004.
11861 (do_mixed_source_and_assembly): For uiout asm list
11862 and tuple cleanups, initialize to null_cleanup instead of
11863 NULL and do so prior to loop. Only reset when we close off
11864 the tuple/list. Move check for whether to close off the
11865 asm tuple/list to after dump_insns call where it will be run
11866 on each loop iteration.
11867
11868 2004-01-05 Andrew Cagney <cagney@redhat.com>
11869
11870 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11871 should be a switch case and not a label.
11872 * mips-tdep.c (mips32_next_pc): Delete unused labels
11873 "greater_equal_branch" and "less_zero_branch".
11874 * jv-valprint.c (java_print_value_fields): Delete unused label
11875 "flush_it".
11876
11877 * target.c (unpush_target): Only close a target that is in the
11878 target stack.
11879
11880 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11881
11882 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11883 address from [sp + 64] instead of %o2.
11884
11885 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11886 fixes PR backtrace/1476.
11887
11888 2004-01-05 Andrew Cagney <cagney@redhat.com>
11889
11890 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11891 move to start of file.
11892 * i386-tdep.h (struct regcache): Add opaque declaration.
11893 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11894 declaration.
11895 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11896 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11897 * win32-nat.c (fake_create_process): Use ISO C style definition.
11898 * stabsread.c (define_symbol): Delete #ifndef
11899 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11900 stabs_argument_has_addr call, macro never defined.
11901
11902 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11903
11904 * op50-rom.c: Delete.
11905 * w89k-rom.c: Delete.
11906 * Makefile.in: Remove references.
11907
11908 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11909
11910 * x86-64-tdep.c: Update copyright year.
11911 (struct amd64_register_info): Rename from x86_64_register_info.
11912 (amd64_register_info): Rename from x86_64_register_info.
11913 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11914 (amd64_register_name): Rename from x86_64_register_name.
11915 (amd64_register_type): Rename from x86_64_register_type.
11916 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11917 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11918 (amd64_dwarf_reg_to_regnum): Rename from
11919 x86_64_dwarf_reg_to_regnum.
11920 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11921 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11922 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
11923 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
11924 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
11925 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
11926 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
11927 (amd64_frame_cache): Rename from x86_64_frame_cache.
11928 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
11929 (amd64_frame_prev_register): Rename from
11930 x86_64_frame_prev_register.
11931 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
11932 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
11933 (amd64_sigtramp_frame_cache): Rename from
11934 x86_64_sigtramp_frame_cache.
11935 (amd64_sigtramp_frame_prev_register): Rename from
11936 x86_64_sigtramp_frame_prev_register.
11937 (amd64_sigtramp_frame_unwind): Rename from
11938 x86_64_sigtramp_frame_unwind.
11939 (amd64_sigtramp_frame_sniffer): Rename from
11940 x86_64_sigtramp_frame_sniffer.
11941 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
11942 (amd64_frame_base): Rename from x86_64_frame_base.
11943 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
11944 (amd64_frame_align): Rename from x86_64_frame_align.
11945 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
11946 (amd64_regset_from_core_section): Rename from
11947 x86_64_regset_from_core_section.
11948 (x86_64_init_abi): Update comments.
11949
11950 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
11951
11952 * MAINTAINERS (write after approval): Add myself.
11953
11954 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11955
11956 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
11957 `float' arguments.
11958
11959 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11960
11961 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
11962 such that it mentions a specific version of GCC that exhibits this
11963 bug.
11964
11965 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11966
11967 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
11968 structure that has a single `float' member, store it in %f1 in
11969 addition to %f0.
11970
11971 * sparc-sol2-nat.c: Add missing '\'.
11972
11973 * sparc-tdep.c (sparc32_return_value): New function.
11974 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
11975 Remove functions.
11976 (sparc32_gdbarch_init): Set return_value, don't set
11977 extract_return_value, store_return_value, use_struct_convention
11978 and return_value_on_stack.
11979
11980 * sparc-sol2-nat.c: Add missing ')'.
11981
11982 2004-01-03 J. Brobecker <brobecker@gnat.com>
11983
11984 * infrun.c (handle_step_into_function): New function.
11985 (handle_inferior_event): Extract out some code into the new
11986 function above.
11987
11988 2004-01-03 J. Brobecker <brobecker@gnat.com>
11989
11990 * infrun.c (handle_inferior_event): Move the declaration of
11991 real_stop_pc inside the if blocks where it is used.
11992
11993 2004-01-03 Mark Kettenis <kettenis@gnu.org>
11994
11995 * sparc64-tdep.c (sparc64_16_byte_align_p)
11996 (sparc64_store_floating_fields, sparc64_store_floating_fields):
11997 Use check_typedef to get subtypes of structures and unions.
11998 (sparc64_store_return_value): Fix calculation of the appropriate
11999 offset into VALBUF when storing a structure or union.
12000 (sparc64_return_value): New function.
12001 (sparc64_use_struct_convention): Remove function.
12002 (sparc64_init_abi): Set return_value, don't set
12003 extract_return_value, store_return_value and
12004 use_struct_convention.
12005
12006 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12007
12008 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12009 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12010 gdb/config/alpha/xm-alphaosf.h,
12011 gdb/config/powerpc/tm-ppcle-eabi.h,
12012 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12013 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12014 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12015 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12016 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12017 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12018 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12019 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12020 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12021 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12022 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12023 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12024 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12025 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12026 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12027 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12028 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12029 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12030 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12031 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12032 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12033 Remove lines for .cvsignore files.
12034
12035 2004-01-03 J. Brobecker <brobecker@gnat.com>
12036
12037 * infrun.c: Back out the previous change.
12038
12039 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12040
12041 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12042 sparc-*-sunos4* to the list of REMOVED configurations.
12043
12044 * configure.tgt: Add back sparc-*-vxworks*.
12045 * remote-vxsparc.c: Remove all includes except for "defs.h",
12046 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12047 Include "sparc-tdep.h".
12048 (SPARC_R_G1): New define.
12049 (vxsparc_gregset): New variable.
12050 (ext_format_sparc): Remove extern declaration.
12051 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12052 sparc32_supply_fpregset.
12053 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12054 sparc_collect_rwindow and sparc32_collect_fpregset.
12055 * config/sparc/tm-vxworks.h: New file, based on recently removed
12056 tm-vxsparc.h.
12057 * config/sparc/vxworks.mt: New file, based on recently removed
12058 vxworks.mt.
12059
12060 2004-01-03 J. Brobecker <brobecker@gnat.com>
12061
12062 * infrun.c (handle_step_into_function): New function.
12063 (handle_inferior_event): Extract out some code into the new
12064 function above.
12065
12066 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12067
12068 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12069 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12070 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12071 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12072 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12073 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12074 (sparc_nat_h): New variable.
12075 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12076 (tm-sun4os4.h): Remove dependency.
12077 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12078 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12079 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12080 sparc-tdep.o): Update dependencies.
12081 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12082 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12083 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12084 dependencies.
12085 * configure.host: Remove existing sparc-*-lynxos*,
12086 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12087 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12088 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12089 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12090 triplets.
12091 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12092 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12093 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12094 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12095 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12096 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12097 sparc64-*-solaris2* and sparc64-*-* triplets.
12098 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12099 "symtab.h" and "objfiles.h".
12100 (BIAS): Remove define.
12101 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12102 (X_DISP19): Remove macros.
12103 (sparc_fetch_instruction): Remove function.
12104 (struct gdbarch_tdep): Remove definition.
12105 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12106 (sparc_breakpoint_from_pc): Remove function.
12107 (struct sparc64_frame_cache): Remove definition.
12108 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12109 sparc64_unwind_pc): Remove functions.
12110 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12111 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12112 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12113 (sparc64_frame_cache): Change return type to `struct
12114 sparc_frame_cache *'. Simply call sparc_frame_cache.
12115 (sparc64_frame_this_id, sparc64_frame_prev_register,
12116 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12117 instead of `struct sparc64_frame_cache.
12118 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12119 sparc_analyze_control_transfer, sparc_software_single_step,
12120 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12121 _initialize_sparc64_tdep): Remove functions.
12122 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12123 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12124 macros.
12125 (sparc64_supply_gregset, sparc64_collect_gregset,
12126 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12127 (sparc64_init_abi): New function.
12128 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12129 inclusion guard. Include "sparc-tdep.h".
12130 (BIAS): Define.
12131 (r_tstate_offset, r_fprs_offset): New defines.
12132 (enum sparc_regnum): Remove defenition.
12133 (enum sparc64_regnum): Reformat.
12134 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12135 (sparc64_init_abi, sparc64_supply_gregset,
12136 sparc64_collect_gregset, sparc64_supply_fpregset,
12137 sparc64_collect_fpregset): New prototypes.
12138 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12139 Add extern declarations.
12140 (sparc64_sol2_init_abi): New prototype.
12141 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12142 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12143 prototypes.
12144 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12145 "sparnbsd-nat.h".
12146 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12147 functions.
12148 (_initialize_sparc64fbsd_nat): Remove initialization of
12149 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12150 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12151 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12152 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12153 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12154 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12155 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12156 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12157 (sparc64fbsd_r_y_offset): Remove variables.
12158 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12159 Make static and const.
12160 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12161 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12162 functions.
12163 (sparc64fbsd_gregset): New variable.
12164 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12165 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12166 and sparc64_supply_fpregset.
12167 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12168 (sparc64fbsd_sigtramp_frame_this_id)
12169 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12170 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12171 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12172 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12173 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12174 * sparcnbsd-tdep.c: Update copyright year. Include
12175 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12176 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12177 "value.h" and "sparcnbsd-tdep.h".
12178 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12179 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12180 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12181 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12182 defines.
12183 (sparcnbsd_gregset): New variable.
12184 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12185 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12186 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12187 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12188 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12189 variables.
12190 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12191 (sparc32nbsd_sigcontext_frame_this_id)
12192 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12193 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12194 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12195 (sparcnbsd_get_longjmp_target_32,
12196 sparcnbsd_get_longjmp_target_64): Remove functions.
12197 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12198 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12199 sparcnbsd_init_elf): Remove.
12200 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12201 (sparcnbsd_elf_init_abi): New functions.
12202 (_initialize_sparcnbsd_tdep): New prototype.
12203 (_initialize_sparnbsd_tdep): Update.
12204 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12205 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12206 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12207 * config/sparc/linux.mh: Update comment.
12208 (XM_FILE, HOST_IPC): Remove variables.
12209 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12210 sparc-linux-nat.o.
12211 * config/sparc/linux.mt: Update comment.
12212 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12213 * config/sparc/nbsd.mt: Reformat.
12214 * config/sparc/nbsd64.mh: Update comment.
12215 (NATDEPFILES): Add sparc-nat.o.
12216 * config/sparc/nbsd64.mt: Update comment.
12217 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12218 (TM_FILE): Set to tm-nbsd.h.
12219 * config/sparc/nbsdelf.mh: Update comment.
12220 (NATDEPFILES): Add sparc-nat.o.
12221 (XM_FILE): Delete.
12222 * config/sparc/nbsdaout.mh: Update comment.
12223 (NATDEPFILES): Add sparc-nat.o
12224 (XM_FILE): Delete.
12225 * config/sparc/nm-linux.h: Update copyright year. Don't include
12226 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12227 inclusion.
12228 (KERNEL_U_SIZE): Remove define.
12229 (kernel_u_size): Remove prototype.
12230 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12231 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12232 "regcache.h".
12233 (CHILD_PREPARE_TO_STORE): Remove define.
12234 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12235 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12236 sparcnbsd-nat.c: Rewrite files.
12237 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12238 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12239 sparcnbsd-tdep.h: Remove files.
12240 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12241 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12242 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12243 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12244 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12245 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12246 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12247 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12248 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12249 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12250 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12251 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12252 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12253 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12254 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12255 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12256 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12257 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12258 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12259
12260 2004-01-02 Andrew Cagney <cagney@redhat.com>
12261
12262 From 2003-12-18 Kazuhiro Inaoka:
12263 * configure.host: Add m32r-linux target.
12264
12265 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12266
12267 * top.c (print_gdb_version): Update year to 2004.
12268
12269 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12270
12271 * MAINTAINERS: Add myself to the write-after-approval category.
12272
12273 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12274
12275 From Bernardo Innocenti <bernie@develer.com>:
12276 * configure.tgt: Add uClinux target.
12277
12278 2004-01-02 Andrew Cagney <cagney@redhat.com>
12279
12280 * utils.c (do_my_cleanups): Make static, add forward declaration.
12281 * defs.h (do_my_cleanups): Delete declaration.
12282
12283 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12284
12285 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12286 bfd/ChangeLog-0203.
12287
12288 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12289
12290 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12291 in <machine/reg.h>.
12292 * configure, config.in: Regenerate.
12293
12294 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12295 tui/ChangeLog-1998-2003.
12296 \f
12297 Local Variables:
12298 mode: change-log
12299 left-margin: 8
12300 fill-column: 74
12301 version-control: never
12302 End:
This page took 0.261653 seconds and 5 git commands to generate.