daily update
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
3691b3be
MK
12004-09-26 Mark Kettenis <kettenis@gnu.org>
2
36f391e8
MK
3 * fbsd-proc.c: Remove file.
4 * Makefile.in (fbsd-proc.o): Remove dependency.
5
771e236c
MK
6 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
7 code together.
8
3691b3be
MK
9 * config/i386/nm-fbsd64.h: Remove file.
10 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
11
6a5c78a3
MK
122004-09-26 Mark Kettenis <kettenis@gnu.org>
13
14 * amd64-nat.h: Update copyright year.
15 (amd64bsd_target): New prototype.
16 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
17 (amd64bsd_target): New function.
18 (amd64bsd_fetch_inferior_registers): Rename from
19 fetch_inferior_registers. Make static.
20 (amd64bsd_store_inferior_registers): Rename from
21 store_inferior_registers. Make static.
22 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
23 (_initialize_amd64fbsd_nat): Construct and add target vector.
24 * amd64nbsd-nat.o: Include "target.h".
25 (_initialize_amd64nbsd_nat): Construct and add target vector.
26 * amd64obsd-nat.c: Include "target.h".
27 (_initialize_amd64obsd_nat): Construct and add target vector.
28 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
29 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
30 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
31 fbsd-nat.o.
32 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
33 Remove infptrace.o and inftarg.o. Add inf-child.o and
34 inf-ptrace.o.
35 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
36 (amd64obsd-nat.o): Update dependencies.
37
27acbe61
MK
382004-09-25 Mark Kettenis <kettenis@gnu.org>
39
509a5e7d
MK
40 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
41 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
42 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
43 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
44 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
45
6e1e94ea
MK
46 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
47 Inline attach call.
48 (inf_ptrace_detach): Inline detach call.
49
8b9cf735
MK
50 * configure.in: Check for waddstr instead of mvwaddstr when
51 searching for curses library. Check for wborder.
52 * configure, config.in: Regenerate.
53 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
54 available.
55
27acbe61
MK
56 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
57
b96ec7ac
AC
582004-09-24 Robert Picco <Robert.Picco@hp.com>
59
60 Committed by Andrew Cagney.
61 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
62 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
63 configuration.
64 (fetch_register_using_p): Implement 'p' packet. Based on code by
65 Fernando Nasser.
66 (remote_fetch_registers): Call fetch_register_using_p.
67 (init_all_packet_configs, show_remote_cmd)
68 (_initialize_remote): Add p-packet.
69
62ece330
MK
702004-09-24 Mark Kettenis <kettenis@gnu.org>
71
72 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
73 instead of call_ptrace. Call wait directly instead of
74 ptrace_wait.
75 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
76 (inf_ptrace_wait): Inline ptrace_wait call.
77
00937274
PH
782004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
79
80 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
81 rolled back instead.
82
3f2c7a45
PH
832004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
84
85 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
86 the new argument order.
87
b6fcb393
CV
882004-09-23 Corinna Vinschen <vinschen@redhat.com>
89
90 * MAINTAINERS: Remove "broken" from XStormy16 entry.
91 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
92 (struct gdbarch_tdep): Remove.
93 (struct xstormy16_frame_cache): New frame cache structure.
94 (xstormy16_register_byte, xstormy16_register_raw_size)
95 (xstormy16_reg_virtual_type, xstormy16_register_type)
96 (xstormy16_push_arguments, xstormy16_push_return_address)
97 (xstormy16_pop_frame, xstormy16_store_struct_return)
98 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
99 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
100 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
101 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
102 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
103 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
104 (xstormy16_use_struct_convention): Drop gcc_p parameter.
105 (xstormy16_extract_return_value, xstormy16_store_return_value):
106 Regcachify. Drop useless struct convention handling.
107 (xstormy16_register_type, xstormy16_return_value)
108 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
109 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
110 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
111 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
112 (xstormy16_unwind_sp, xstormy16_unwind_pc)
113 (xstormy16_unwind_dummy_id) : New functions.
114 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
115 of xstormy16_scan_prologue.
116 (xstormy16_frame_unwind): New frame_unwind structure.
117 (xstormy16_frame_base): New frame_base structure.
118 (xstormy16_gdbarch_init): Accomodate all of the above changes.
119 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
120
1285b746
MK
1212004-09-22 Mark Kettenis <kettenis@gnu.org>
122
123 * language.c (language_gdbarch_post_init): Fix off-by one error.
124
1c379e20
DJ
1252004-09-21 Daniel Jacobowitz <dan@debian.org>
126
127 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
128 (struct dwarf2_offset_and_type): New.
129 (set_die_type, reset_die_and_siblings_types, get_die_type)
130 (offset_and_type_hash, offset_and_type_eq): New functions.
131 (read_structure_type, read_enumeration_type, read_array_type)
132 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
133 (read_tag_reference_type, read_tag_const_type)
134 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
135 (read_typedef, read_base_type, read_subrange_type): Use
136 set_die_type.
137
ae038cb0
DJ
1382004-09-20 Daniel Jacobowitz <dan@debian.org>
139
140 * Makefile.in (dwarf2read.o): Update dependencies.
141 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
142 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
143 and read_in_chain.
144 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
145 mark, and has_form_ref_addr.
146 (struct dwarf2_per_cu_data): New.
147 (dwarf2_max_cache_age): New.
148 (dwarf2_build_psymtabs_hard): Free cached compilation units
149 after loading. Create and manage the list of compilation units.
150 Remove unnecessary NULL initialization. Fix indentation.
151 (psymtab_to_symtab_1): Initialize all of CU.
152 (dwarf2_read_abbrevs): Set has_form_ref_addr.
153 (find_partial_die): Use dwarf2_find_containing_comp_unit
154 and load_comp_unit.
155 (free_stack_comp_unit): Update comments. Clear the per-cu
156 pointer. Handle aging.
157 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
158 (age_cached_comp_units, free_one_cached_comp_unit)
159 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
160 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
161 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
162 (show_dwarf2_cmd): New.
163 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
164 and "maint show dwarf2 max-cache-age".
165 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
166 externs.
167 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
168 global.
169
987504bb
JJ
1702004-09-20 Jeff Johnston <jjohnstn@redhat.com>
171
172 * dwarf2read.c (typename_concat): Change prototype to accept obstack
173 and dwarf2_cu struct pointer as arguments. Change function to use
174 obstack if provided and use dwarf2_cu to determine language-specific
175 separator.
176 (partial_die_parent_scope): Change comment to include java. Use
177 new version of typename_concat instead of obconcat.
178 (partial_die_full_name): Use typename_concat.
179 (read_namespace): Ditto.
180 (read_enumeration_type): Use typename_concat instead of obconcat.
181 (new_symbol): Ditto.
182 (add_partial_symbol): Enhance tests for C++ to also test for Java.
183 (guess_structure_name): Ditto.
184 (read_subroutine_type): Ditto.
185 (read_structure_type): Ditto.
186 (is_vtable_name): Add Java support.
187 (determine_class_name): Switch to new typename_concat call.
188 (determine_prefix): Switch to new typename_concat call.
189 * jv-exp.y (FuncStart): New pattern.
190 (MethodInvocation): Add support for simple function calls. Change
191 warning message for other forms of inferior call currently not
192 supported.
193 * valarith.c (value_subscript): Treat an array with upper-bound
194 of -1 as unknown size.
195
d9c8471e
DJ
1962004-09-20 Daniel Jacobowitz <dan@debian.org>
197
198 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
199 (lookup_partial_symtab): Use symtab_to_fullname.
200
d73f140a
JB
2012004-09-19 Jim Blandy <jimb@redhat.com>
202
203 * minsyms.c (lookup_minimal_symbol): Doc fix.
204
adbef1f0
AC
2052004-09-20 Andrew Cagney <cagney@gnu.org>
206
207 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
208 CHILD_RESUME.
209 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
210 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
211 KILL_INFERIOR.
212 * infptrace.c: Update.
213
d092d1a2
DJ
2142004-09-19 Daniel Jacobowitz <dan@debian.org>
215
216 * symtab.c (output_source_filename): Mark first argument as const.
217 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
218 for "info sources" output.
219
86d9e1d7
MK
2202004-09-20 Mark Kettenis <kettenis@gnu.org>
221
222 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
223 <machine/vmparam.h>.
224 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
225 (register_u_addr): Remove prototype.
226
9a6c8ef4
MK
2272004-09-19 Mark Kettenis <kettenis@gnu.org>
228
9692934b
MK
229 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
230 (i386bsd_fetch_inferior_registers): Rename from
231 fetch_inferior_registers. Make static.
232 (i386bsd_store_inferior_registers): Rename from
233 store_inferior_registers. Make static.
234 (i386bsd_target): New function.
235 * i386bsd-nat.h: New file.
236 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
237 "i386bsd-nat.h".
238 (i386fbsd_resume): Rename from child_resume. Make static.
239 (_initialize_i386fbsd_nat): Construct and add target vector.
240 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
241 (_initialize_i386nbsd_nat): Construct and add target vector.
242 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
243 Remove defines.
244 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
245 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
246 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
247 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
248 (LOADLIBES): New variable.
249 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
250 inf-ptrace.o. Remove inftarg.o.
251 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
252 inf-ptrace.o. Remove inftarg.o.
253 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
254 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
255 (LOADLIBES): New variable.
256 * Makefile.in (i386bsd_nat_h): New variable.
257 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
258 dependencies.
259
3510d1f2
MK
260 * sparc64nbsd-tdep.c: Include "objfiles.h".
261 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
262 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
263 svr4_lp64_fetch_link_map_offsets.
264 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
265 "nbsd-tdep.h".
266 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
267 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
268 svr4_lp64_fetch_link_map_offsets.
269 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
270 dependencies.
271
578c1c03
MK
272 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
273 * fbsd-nat.h: New file.
274 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
275 (fbsd_nat_h): New variable.
276 (fbsd-nat.o): New dependency.
277
7a7b73b7
MK
278 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
279 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
280
9a6c8ef4
MK
281 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
282 comment.
283
72d5681a
PH
2842004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
285
286 * ada-exp.y (type_int): New function to add layer of abstraction
287 around references to expression types.
288 (type_long): Ditto.
289 (type_long_long): Ditto.
290 (type_float): Ditto.
291 (type_double): Ditto.
292 (type_long_double): Ditto.
293 (type_char): Ditto.
294 (type_system_address): Ditto.
295 (simple_exp): Use type_* functions in place of builtin_*
296 variables.
297 (exp): Ditto.
298 (write_var_from_name): Ditto.
299 (write_object_renaming): Ditto.
300 * ada-lang.c (ada_create_fundamental_type): Remove redundant
301 declaration.
302 (build_ada_types): Remove, replacing with...
303 (ada_language_arch_info): New function to initialize primitive
304 type vector in language_arch_info.
305 (ada_array_length): Remove use of builtin_type_ada_int.
306 (value_pos_atr): Ditto.
307 (ada_evaluate_subexp): Ditto.
308 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
309 builtin_type_ada_long_long, builtin_type_ada_char,
310 builtin_type_ada_float, builtin_type_ada_double,
311 builtin_type_ada_long_double, builtin_type_ada_natural,
312 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
313 (ada_builtin_types): Remove.
314 (ada_language_defn): Remove entries for la_builtin_type_vector and
315 string_char_type and use ada_language_arch_info.
316 (_initialize_ada_language): Do type-vector initialization along
317 the lines of c-lang.c.
318 (ada_create_fundamental_type): Break up line.
319 (ada_dump_symtab): Remove unused function.
320 (enum ada_primitive_types): Define.
321 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
322 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
323 builtin_type_ada_float, builtin_type_ada_double,
324 builtin_type_ada_long_double, builtin_type_ada_natural,
325 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
326 * ada-lex.l: Use type_* functions in place of builtin_* variables.
327 (processInt): Ditto.
328 (processReal): Ditto.
329 (name_lookup): Ditto.
330 * ada-typeprint.c (print_range): Use builtin_type_int, not
331 builtin_type_ada_int.
332
4f0be353
MK
3332004-09-18 Mark Kettenis <kettenis@gnu.org>
334
30b0e2d8
MK
335 * i386-tdep.c (i386_register_name): Rename regno to regnum.
336
4f0be353
MK
337 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
338 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
339 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
340 * configure.in: Improve checks for curses library by checking for
341 mvwaddstr instead of initscr. Drop HP curses in favour of
342 standard curses on HP-UX.
343 * configure: Regenerated.
344
72d5681a 3452004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
6c038f32
PH
346
347 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
348 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
349 Minor formatting changes.
350 (empty_array): Slight rewrite for formatting.
351 (emit_char,parse,ada_language_defn,build_ada_types,
352 ada_is_exception_sym, _initialize_ada_language): Move
353 definitions around.
354 (ada_dump_symtab): Remove unused definition.
355 (ada_maybe_exception_partial_symbol): Remove unused definition.
356
1c8c7407
AC
3572004-09-16 Andrew Cagney <cagney@gnu.org>
358
7681f339
AC
359 * inf-child.c: Include "gdb_string.h".
360 (inf_child_core_file_to_sym_file): Delete.
361 (inf_child_target): Set to_fetch_registers and to_store_registers.
362 * inf-ptrace.c: Include "gdb_string.h".
363 * Makefile.in: Update all dependencies.
364
1c8c7407
AC
365 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
366 problem.
367
65596487
JB
3682004-09-14 Joel Brobecker <brobecker@gnat.com>
369
370 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
371 call to heuristic_proc_desc. Remove code that became redundant
372 as a consequence.
373 (read_next_frame_reg): Remove special case for SP_REGNUM.
374 (set_reg_offset): Fix small typo.
375 (reset_saved_regs): New procedure.
376 (mips32_heuristic_proc_desc): No longer compute a fake
377 procedure descriptor. Compute the full frame cache instead.
378 Some minor comment reformatting.
379
95575b2e
AC
3802004-09-14 Andrew Cagney <cagney@gnu.org>
381
f200c492
AC
382 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
383 maintainer.
384
95575b2e
AC
385 * thread-db.c (thread_db_new_objfile): Assume that there is a
386 child process.
387
69657671
JB
3882004-09-13 Jim Blandy <jimb@redhat.com>
389
390 * valops.c (value_assign): Move 'buffer' to the enclosing block,
391 so that its storage isn't referenced after its lifetime ends.
392
6c4182dd
JB
393 * valops.c (value_assign): 'use_buffer' is initialized to zero,
394 and never assigned to. Delete it, and the 'if (use_buffer)'
395 clauses. Delete 'raw_buffer', since it is now unused.
396
ee31a58d
AC
3972004-09-13 Andrew Cagney <cagney@gnu.org>
398
2c0fc042
AC
399 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
400 * configure: Re-generate.
401 * nlm/Makefile.in (TAGS): Update.
402 * Makefile.in (TAGS): Update.
403 * config/vax/nbsd.mt (TM_FILE): Update.
404 * config/sparc/vxworks.mt (TM_FILE): Update.
405 * config/sparc/sol2.mt (TM_FILE): Update.
406 * config/sparc/sol2-64.mt (TM_FILE): Update.
407 * config/sparc/obsd64.mt (TM_FILE): Update.
408 * config/sparc/obsd.mt (TM_FILE): Update.
409 * config/sparc/nbsd64.mt (TM_FILE): Update.
410 * config/sparc/nbsd.mt (TM_FILE): Update.
411 * config/sparc/linux64.mt (TM_FILE): Update.
412 * config/sparc/linux.mt (TM_FILE): Update.
413 * config/sparc/fbsd.mt (TM_FILE): Update.
414 * config/sh/wince.mt (TM_FILE): Update.
415 * config/sh/nbsd.mt (TM_FILE): Update.
416 * config/sh/linux.mt (TM_FILE): Update.
417 * config/sh/embed.mt (TM_FILE): Update.
418 * config/s390/s390.mt (TM_FILE): Update.
419 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
420 * config/rs6000/rs6000.mt (TM_FILE): Update.
421 * config/rs6000/aix4.mt (TM_FILE): Update.
422 * config/powerpc/vxworks.mt (TM_FILE): Update.
423 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
424 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
425 * config/powerpc/obsd.mt (TM_FILE): Update.
426 * config/powerpc/nbsd.mt (TM_FILE): Update.
427 * config/powerpc/linux.mt (TM_FILE): Update.
428 * config/powerpc/aix.mt (TM_FILE): Update.
429 * config/pa/obsd.mt (TM_FILE): Update.
430 * config/pa/linux.mt (TM_FILE): Update.
431 * config/pa/hppahpux.mt (TM_FILE): Update.
432 * config/pa/hppa64.mt (TM_FILE): Update.
433 * config/pa/hppa.mt (TM_FILE): Update.
434 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
435 * config/mips/wince.mt (TM_FILE): Update.
436 * config/mips/vxmips.mt (TM_FILE): Update.
437 * config/mips/nbsd.mt (TM_FILE): Update.
438 * config/mips/linux.mt (TM_FILE): Update.
439 * config/mips/irix6.mt (TM_FILE): Update.
440 * config/mips/irix5.mt (TM_FILE): Update.
441 * config/mips/embed.mt (TM_FILE): Update.
442 * config/m68k/vxworks68.mt (TM_FILE): Update.
443 * config/m68k/st2000.mt (TM_FILE): Update.
444 * config/m68k/os68k.mt (TM_FILE): Update.
445 * config/m68k/obsd.mt (TM_FILE): Update.
446 * config/m68k/nbsd.mt (TM_FILE): Update.
447 * config/m68k/monitor.mt (TM_FILE): Update.
448 * config/m68k/linux.mt (TM_FILE): Update.
449 * config/m68k/cisco.mt (TM_FILE): Update.
450 * config/ia64/linux.mt (TM_FILE): Update.
451 * config/ia64/aix.mt (TM_FILE): Update.
452 * config/ia64/ia64.mt (TM_FILE): Update.
453 * config/i386/vxworks.mt (TM_FILE): Update.
454 * config/i386/obsd64.mt (TM_FILE): Update.
455 * config/i386/obsd.mt (TM_FILE): Update.
456 * config/i386/nto.mt (TM_FILE): Update.
457 * config/i386/nbsd64.mt (TM_FILE): Update.
458 * config/i386/nbsd.mt (TM_FILE): Update.
459 * config/i386/linux64.mt (TM_FILE): Update.
460 * config/i386/linux.mt (TM_FILE): Update.
461 * config/i386/i386sol2.mt (TM_FILE): Update.
462 * config/i386/i386lynx.mt (TM_FILE): Update.
463 * config/i386/fbsd64.mt (TM_FILE): Update.
464 * config/i386/fbsd.mt (TM_FILE): Update.
465 * config/i386/cygwin.mt (TM_FILE): Update.
466 * config/h8300/h8300.mt (TM_FILE): Update.
467 * config/frv/frv.mt (TM_FILE): Update.
468 * config/cris/cris.mt (TM_FILE): Update.
469 * config/arm/wince.mt (TM_FILE): Update.
470 * config/arm/nbsd.mt (TM_FILE): Update.
471 * config/arm/linux.mt (TM_FILE): Update.
472 * config/arm/embed.mt (TM_FILE): Update.
473 * config/alpha/nbsd.mt (TM_FILE): Update.
474 * config/alpha/fbsd.mt (TM_FILE): Update.
475 * config/alpha/alpha.mt (TM_FILE): Update.
476 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
477 * config/alpha/alpha-linux.mt (TM_FILE): Update.
478
362646f5
AC
479 Eliminate event_loop_p, always has the value 1.
480 * defs.h (event_loop_p): Delete macro.
481 * breakpoint.c (until_break_command): Simplify.
482 * utils.c (prompt_for_continue): Simplify.
483 * tracepoint.c (read_actions): Simplify.
484 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
485 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
486 (set_prompt, init_main): Simplify.
487 (init_signals, disconnect): Delete, unused.
488 * remote.c (remote_async_resume)
489 (extended_remote_async_create_inferior): Simplify.
490 * mi/mi-interp.c (mi_input): Delete, unused.
491 (mi_interpreter_resume, mi_command_loop): Simplify.
492 * interps.c (current_interp_command_loop): Simplify.
493 * infrun.c (proceed): Simplify.
494 * infcmd.c (run_command, continue_command, step_1, jump_command)
495 (until_command, advance_command, finish_command)
496 (interrupt_target_command): Simplify.
497 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
498
ee31a58d
AC
499 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
500 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
501 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
502 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
503 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
504 * mips-tdep.c (mips_dump_tdep): Do not print same.
505
b7ffc4a8
AC
5062004-09-12 Andrew Cagney <cagney@gnu.org>
507
2bfb72ee
AC
508 * valprint.c (print_longest): Use fputs_filtered. Make "val"
509 const.
510 * Makefile.in (valprint.o): Delete explict rule.
511
4f17c3c1
AC
512 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
513 reported by Dave Anderson.
514
f810308b
AC
515 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
516
b7ffc4a8
AC
517 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
518
28b41c52
AC
5192004-09-12 Salvador E. Tropea <set@users.sf.net>
520 Andrew Cagney <cagney@gnu.org>
521
522 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
523 (mi_cmd_data_list_register_values)
524 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
525 the register number computation.
526
5bf970f9
AC
5272004-09-12 Andrew Cagney <cagney@gnu.org>
528
529 * ppcnbsd-nat.c: Include "inf-ptrace.h".
530 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
531 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
532 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
533 target.
534 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
535 inf-ptrace.o and inf-child.o.
536 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
537 * Makefile.in: Update dependencies.
538
0759e0bf
AC
5392004-09-11 Andrew Cagney <cagney@gnu.org>
540
541 * language.c (hex_string, hex_string_custom): Move from here ...
542 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
543 (CELLSIZE): Increase to 50.
544 * language.h (hex_string, hex_string_custom): Move from here ...
545 * defs.h: ... to here.
546 * Makefile.in: Update all dependencies.
547
bb599908
PH
5482004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
549
550 * language.c (local_hex_format_custom): Remove.
551 (local_hex_string): Rename to hex_string, use C format, and move to
552 utils.c
553 (local_hex_string_custom): Rename to hex_string_custom and change
554 interface. Now uses C format. Move to utils.c
555 (local_octal_format_custom): Remove.
556 (local_decimal_format_custom): Remove.
557 (unknown_language_defn): Remove language-specific number
558 formatting entries.
559 (auto_language_defn): Ditto.
560 (local_language_defn): Ditto.
561 * language.h (struct language_format_info): Delete declaration.
562 (struct language_defn): Remove language_format_info fields
563 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
564 (local_binary_format): Remove macro.
565 (local_binary_format_prefix): Remove macro.
566 (local_binary_format_specifier): Remove macro.
567 (local_binary_format_suffix): Remove macro.
568 (local_octal_format): Remove macro.
569 (local_octal_format_prefix): Remove macro.
570 (local_octal_format_specifier): Remove macro.
571 (local_octal_format_suffix): Remove macro.
572 (local_decimal_format): Remove macro.
573 (local_decimal_format_prefix): Remove macro.
574 (local_decimal_format_specifier): Remove macro.
575 (local_decimal_format_suffix): Remove macro.
576 (local_hex_format): Remove macro.
577 (local_hex_format_prefix): Remove macro.
578 (local_hex_format_specifier): Remove macro.
579 (local_hex_format_suffix): Remove macro.
580 (local_decimal_format_custom): Remove.
581 (local_octal_format_custom): Remove.
582 (local_hex_format_custom): Remove.
583 (local_hex_string): Rename to hex_string and move to defs.h.
584 (local_hex_string_custom): Rename to hex_string_custom, change
585 interface, and move to defs.h.
586 * utils.c: (int_string): New function.
587 (hex_string): New function (from language.c).
588 (hex_string_custom): New function (from language.c).
589 (octal2str): New function.
590 (decimal2str): Add width parameter.
591 (paddr_u): Use new decimal2str interface.
592 (paddr_d): Ditto.
593 * defs.h (hex_string): Declare.
594 (hex_string_custom): Declare.
595 (int_string): Declare.
596 * printcmd.c (print_scalar_formatted): Remove localized binary
597 formatting.
598 * valprint.c (print_longest): Use int_string.
599 (print_floating): Use C hex format.
600 (print_hex_chars): Ditto.
601 (print_binary_chars): Remove language-specific formatting.
602 (print_octal_chars): Use C octal format.
603 (print_decimal_chars): Delocalize format.
604 (print_decimal): Remove.
605 * ada-lang.c (ada_language_defn): Remove language-specific number
606 formatting entries.
607 * p-lang.c (pascal_language_defn): Ditto.
608 * c-lang.c (c_language_defn): Ditto.
609 (cplus_language_defn): Ditto.
610 (asm_language_defn): Ditto.
611 (minimal_language_defn): Ditto.
612 * f-lang.c (f_language_defn): Ditto.
613 * jv-lang.c (java_language_defn): Ditto.
614 * m2-lang.c (m2_language_defn): Ditto.
615 * scm-lang.c (scm_language_defn): Ditto.
616 * objc-lang.c (objc_language_defn): Ditto.
617 * memattr.c (mem_info_command): Use renamed hex_string_custom with
618 new interface.
619 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
620 * ui-out.c (ui_out_field_core_addr): Ditto.
621 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
622 * exec.c (print_section_info): Ditto.
623 * i387-tdep.c (print_i387_status_word): Ditto.
624 (print_i387_control_word): Ditto.
625 (i387_print_float_info): Ditto.
626 * maint.c (maint_print_section_info): Ditto.
627 * solib.c (info_sharedlibrary_command): Ditto.
628 * somsolib.c (som_sharedlibrary_info_command): Ditto.
629 * symtab.c (print_msymbol_info): Ditto.
630 * tracepoint.c (tracepoints_info): Ditto.
631 * solib-frv.c (lm_base): Ditto.
632 (frv_current_sos): Ditto.
633 (enable_break2): Ditto.
634 (enable_break): Ditto.
635 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
636 (process_one_symbol): Ditto.
637 * infcmd.c (program_info): Ditto.
638 * mdebugread.c (parse_partial_symbols): Ditto.
639 * symfile.c (add_symbol_file_command): Ditto.
640 * cli/cli-cmds.c (edit_command): Ditto.
641 (list_command): Ditto.
642 * infcall.c (call_function_by_hand): Ditto.
643 * remote-vx.c (vx_run_files_info): Ditto.
644 (vx_wait): Ditto.
645 (vx_attach): Ditto.
646 (vx_detach): Ditto.
647 (vx_kill): Ditto.
648 * aix-thread.c (pdc_symbol_addrs): Ditto.
649 (pdc_read_regs): Ditto.
650 (pdc_write_regs): Ditto.
651 (pdc_read_data): Ditto.
652 (pdc_write_data): Ditto.
653 * d10v-tdep.c (display_trace): Ditto.
654 * rs6000-nat.c (find_toc_address): Ditto.
655 * aix-thread.c: Don't include language.h.
656 * buildsym.c: Ditto.
657 * dbxread.c: Ditto.
658 * mdebugread.c: Ditto.
659 * rs6000-nat.c: Ditto.
660 * buildsym.c (make_blockvector): Use renamed hex_string.
661
33f2d567
JM
6622004-09-10 Jason Molenda (jmolenda@apple.com)
663
664 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
665 chars after 'if' or 'while' commands in user-defined commands.
666
7b90c3f9
JB
6672004-09-08 Jim Blandy <jimb@redhat.com>
668
669 Fix bug reported and analyzed by Olivier Crete:
670 * symfile.c (copy_section_addr_info): New function.
671 (symbol_file_add_with_addrs_or_offsets): Use it to save the
672 original set of address arguments, instead of handwritten code
673 that uses one length to allocate and a different length to
674 initialize. Use make_cleanup_free_section_addr_info.
675 * symfile.h (copy_section_addr_info): New declaration.
676 * utils.c: #include "symfile.h".
677 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
678 New functions.
679 * defs.h (make_cleanup_free_section_addr_info): New declaration.
680 * Makefile.in (utils.o): Update dependencies.
681
b26a6851
AC
6822004-09-08 Andrew Cagney <cagney@gnu.org>
683
684 * thread-db.c (keep_thread_db): Delete.
685 (thread_db_new_objfile, thread_db_create_inferior)
686 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
687
be24b061
MK
6882004-09-08 Mark Kettenis <kettenis@gnu.org>
689
f6792ef4
MK
690 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
691 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
692 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
693 (i386_frameless_signal_p): Remove prototype.
694 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
695 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
696 I386_SSE_NUM_REGS.
697 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
698 instead of FP0_REGNUM.
699 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
700 of FP0_REGNUM and FPC_REGNUM.
701
eeefdaa7
MK
702 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
703 (sunos_solib_create_inferior_hook): Don't call
704 sunos_relocate_main_executable.
705
be24b061
MK
706 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
707 solib_svr4_fetch_link_map_offsets to
708 svr4_ilp32_fetch_link_map_offsets.
709 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
710 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
711 svr4_ilp32_fetch_link_map_offsets.
712 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
713
7c679d16
JB
7142004-09-07 Jim Blandy <jimb@redhat.com>
715
716 * frame.h (frame_register): Doc fix.
717
1f04aa62
AC
7182004-09-07 Andrew Cagney <cagney@gnu.org>
719
720 * vx-share/wait.h: Delete #ifdef USG.
721 * utils.c (request_quit): Ditto.
722 * tui/tui.c (tui_reset): Ditto.
723 * remote.c: Ditto.
724 * remote-sds.c: Ditto.
725 * remote-rdi.c: Ditto.
726 * mdebugread.c: Ditto.
727 * m68klinux-nat.c: Ditto.
728 * infttrace.c: Ditto.
729 * infptrace.c: Ditto.
730 * i386v-nat.c: Ditto.
731 * exec.c: Ditto.
732 * dbxread.c: Ditto.
733 * core-aout.c: Ditto.
734
90edbfbc
JB
7352004-09-05 Joel Brobecker <brobecker@gnat.com>
736
737 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
738 heuristic_proc_desc.
739 (mips_insn32_frame_cache): Likewise.
740
01f4bf2b
JB
7412004-09-04 Joel Brobecker <brobecker@gnat.com>
742
743 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
744 left behind by error.
745
8511a048
JB
7462004-09-04 Joel Brobecker <brobecker@gnat.com>
747
748 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
749 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
750
649dfe9f
JB
7512004-09-04 Joel Brobecker <brobecker@gnat.com>
752
753 * config/rs6000/xm-aix4.h: Remove this file.
754 * config/rs6000/aix4.mh (XM_FILE): Delete.
755
6e50f889
JB
7562004-09-04 Joel Brobecker <brobecker@gnat.com>
757
758 * config/rs6000/xm-rs6000.h: Remove this file.
759 * config/rs6000/rs6000.mh (XM_FILE): Remove.
760
b8c4aece
AC
7612004-09-03 Andrew Cagney <cagney@gnu.org>
762
fb603883
AC
763 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
764 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
765 only use.
766
c9343fd1
AC
767 * mips-tdep.c (temp_saved_regs): Delete.
768 (set_reg_offset): Replace saved_regs parameter with this_cache.
769 (heuristic_proc_desc, mips16_heuristic_proc_desc)
770 (mips32_heuristic_proc_desc): Add this_cache parameter.
771 (mips_insn32_frame_cache, mips_insn16_frame_cache)
772 (after_prologue): Pass a NULL this_cache.
773
9733cfe1
AC
774 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
775 non-kernel trap prologues.
776
0d5febcc
AC
777 * mips-tdep.c (find_proc_desc): Delete function.
778 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
779 simplify.
780 (mips_insn16_frame_cache): Replace find_proc_desc with code from
781 mips_insn32_frame_cache.
782
9733cfe1 783 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
283be873
AC
784 Simplify as NEXT_FRAME is NULL.
785 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
786
177f84a3
AC
787 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
788 local variable.
789 (mips_skip_prologue): Update.
790
465f7520
AC
791 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
792 "cur_frame" parameter.
177f84a3
AC
793 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
794 (mips_insn32_frame_cache, find_proc_desc): Update
465f7520 795
e38b8658
AC
796 * config/vax/nm-obsd.h: Delete file.
797 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
798 * config/vax/nm-nbsd.h: Delete file.
799 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
800 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
801 * config/sh/nm-nbsd.h: Delete file.
802 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
803 * config/rs6000/nm-rs6000ly.h: Delete file.
804 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
805 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
806 * config/powerpc/nm-obsd.h: Delete file.
807 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
808 * config/powerpc/nm-nbsd.h: Delete file.
809 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
810 * config/pa/nm-obsd.h: Delete file.
811 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
812 * config/mips/nm-nbsd.h: Delete file.
813 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
814 * config/m88k/nm-obsd.h: Delete file.
815 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
816 * config/m68k/nm-nbsd.h: Delete file.
817 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
818 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
819 * config/i386/nm-nbsd.h: Delete file.
820 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
821 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
822 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
823 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
824 * config/i386/nm-i386lynx.h: Delete file.
825 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
826 * config/arm/nm-nbsd.h: Delete file.
827 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
828 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
829
be1ed680
AC
830 * config/i386/tm-fbsd.h: Delete file.
831 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
832 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
833
4b392b26
AC
834 * config/rs6000/tm-rs6000-aix4.h: Delete file.
835 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
836 * config/rs6000/aix4.mt (TM_FILE): Set to
837 config/rs6000/tm-rs6000.h.
838 * config/powerpc/tm-ppc-aix.h: Delete file.
839 * config/powerpc/aix.mt (TM_FILE): Set to
840 config/rs6000/tm-rs6000.h.
841 * config/m68k/tm-linux.h: Delete file.
842 * config/m68k/linux.mt (TM_FILE): Set to solib.h
843 * config/i386/tm-linux64.h: Delete file.
844 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
845 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
846
f3219c75
AC
847 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
848 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
849 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
850 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
851 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
852 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
853 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
854 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
855 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
856
b8c4aece
AC
857 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
858 gdb_host_cpu.
859
8ac2e020
JB
8602004-09-02 Joel Brobecker <brobecker@gnat.com>
861
862 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
863 Minor reformatting. Some code factoring.
864
c185a355
AC
8652004-09-02 Andrew Cagney <cagney@gnu.org>
866
63f22f0d
AC
867 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
868 * config/vax/tm-nbsd.h: Delete file.
869 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
870 * config/sparc/tm-vxworks.h: Delete file.
871 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
872 * config/sparc/tm-nbsd.h: Delete file.
873 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
874 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
875 * config/sparc/tm-linux.h: Delete file.
876 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
877 * config/s390/tm-linux.h: Delete file.
878 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
879 * config/pa/tm-bsd.h: Delete file.
880 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
881 * config/m68k/tm-obsd.h: Delete file.
882 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
883 * config/m68k/tm-nbsd.h: Delete file.
884 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
885 * config/i386/tm-vxworks.h: Delete file.
886 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
887 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
888 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
889 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
890 * config/i386/tm-nbsd.h: Delete file.
891 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
892 * config/i386/tm-i386lynx.h: Delete file.
893 * config/cris/cris.mt (TM_FILE): Set to solib.h.
894 * config/cris/tm-cris.h: Delete file.
895
0f475e27
AC
896 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
897 * configure: Re-generate.
898 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
899 * config/arm/tm-nbsd.h: Delete file.
900
458ed000
AC
901 * config/powerpc/tm-ppcle-sim.h: Delete.
902 * config/powerpc/tm-ppcle-eabi.h: Delete.
903 * config/powerpc/tm-nbsd.h: Delete.
904 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
905 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
906 tm-ppcle-eabi.h.
907
f14375f3
AC
908 * config/i386/nto.mh (NAT_FILE): Delete.
909 * config/i386/nm-nto.h: Delete.
910
c34d127c
AC
911 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
912 * config/m68k/tm-os68k.h: Ditto.
913 * config/m68k/tm-monitor.h: Ditto.
914 * config/m68k/tm-cisco.h: Ditto.
915 * config/m68k/st2000.mt (TM_FILE): Delete.
916 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
917 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
918 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
919 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
920
f7f0fe03
AC
921 * config/m68k/tm-st2000.h: Delete.
922 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
923 * config/sparc/fbsd.mt (TM_FILE): Delete.
924 * config/sparc/tm-fbsd.h: Delete.
925
a2558533
AC
926 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
927 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
928 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
929
b78960be
AC
930 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
931 GDB_TM_FILE and GDB_XM_FILE.
932 * gdbarch.c: Re-generate.
933 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
934 quotes in macro definition.
935 * configure.in: Re-generate.
936
4d60522e
AC
937 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
938 validating architecture methods.
939 * gdbarch.c: Re-generate.
940
5010d38b
AC
941 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
942 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
943 GDB_MULTI_ARCH_PARTIAL.
944 * gdbarch.h: Re-generate.
945
c185a355
AC
946 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
947 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
948 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
949 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
950 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
951 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
952 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
953 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
954 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
955 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
956 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
957 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
958
14aaa6ab
AC
9592004-09-01 Andrew Cagney <cagney@gnu.org>
960
961 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
962 and main_func_highpc.
963 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
964 * objfiles.c (init_entry_point_info, objfile_relocate): Update
965 * nlmread.c (nlm_symfile_read): Update.
966
a343eb3c
JB
9672004-09-01 Joel Brobecker <brobecker@gnat.com>
968
969 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
970 (mips_insn32_frame_cache): Inline call to find_proc_desc.
971 (find_proc_desc): Remove dead code.
972
4fbbbd07
JB
9732004-09-01 Joel Brobecker <brobecker@gnat.com>
974
975 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
976
84acb35a
JJ
9772004-09-01 Jeff Johnston <jjohnstn@redhat.com>
978
979 * observer.sh: Add struct so_list declaration.
980 * Makefile.in: Add dependencies on observer.h for solib.c and
981 breakpoint.c.
982 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
983 function.
984 (_initialize_breakpoint): Register
985 disable_breakpoints_in_unloaded_shlib as an observer of the
986 "solib unloaded" observation event.
987 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
988 call decode_line_1 so unfound breakpoint errors are silent.
989 * solib.c (update_solib_list): When a solib is discovered to have
990 been unloaded by the program, notify all observers of the
991 "solib unloaded" observation event.
992
c8cd9f6c
AC
9932004-09-01 Andrew Cagney <cagney@gnu.org>
994
995 * frame.c: Include "objfiles.h".
996 (inside_main_func): New function.
997 (get_prev_frame): Use new inside_main_func.
998 * Makefile.in (frame.o): Update dependencies.
999 * defs.h (inside_main_func): Delete declaration.
1000 * blockframe.c (inside_main_func): Delete function.
1001
1168df01
JB
10022004-08-31 Jim Blandy <jimb@redhat.com>
1003
1004 * dwarf2read.c (is_vtable_name): New function, based on logic from
1005 read_structure_type, but passing the correct length to strncmp,
1006 and using 'sizeof' instead of 'strlen'.
1007 (read_structure_type): Call it.
1008
f14f9744
JB
10092004-08-31 Joel Brobecker <brobecker@gnat.com>
1010
1011 * config/powerpc/aix.mh: Add comment.
1012
386d4518
PG
10132004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1014
1015 * MAINTAINERS: Add self to Write-After-Approval.
1016
7d97d5e2
MI
10172004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1018
1019 * MAINTAINERS: Add self to Write-After-Approval.
1020
68f53502
AC
10212004-08-30 Andrew Cagney <cagney@gnu.org>
1022
1023 Fix PR breakpoints/1757.
1024 * infrun.c (struct execution_control_state): Replace
1025 remove_breakpoints_on_following_step with
1026 step_after_step_resume_breakpoint.
1027 (init_execution_control_state): Update.
1028 (handle_inferior_event): For signals, when stepping off a
1029 breakpoint, set step_after_step_resume_breakpoint. When
1030 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1031 (keep_going): Delete code handling
1032 remove_breakpoints_on_following_step.
1033
7ca2d3a3
DL
10342004-08-29 David Lecomber <david@streamline-computing.com>
1035
1036 Fix PR gdb/648
1037 * language.h (enum array_ordering): New enum.
1038 * language.h (struct language_defn): New la_array_ordering
1039 attribute.
1040 * language.c (unknown_language_defn, auto_language_defn)
1041 (local_language_defn): Ditto.
1042 * ada-lang.c (ada_language_defn): Ditto.
1043 * c-lang.c (c_language_defn, cplus_language_defn)
1044 (asm_language_defn, minimal_language_defn): Ditto.
1045 * f-lang.c (f_language_defn): Ditto.
1046 * jv-lang.c (java_language_defn): Ditto.
1047 * m2-lang.c (f_language_defn): Ditto.
1048 * objc-lang.c (objc_language_defn): Ditto.
1049 * p-lang.c (pascal_language_defn): Ditto.
1050 * scm-lang.c (scm_language_defn): Ditto.
1051 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1052 oriented large to small in type structure.
1053 * dwarf2read.c (read_array_order): New function.
1054 (read_array_type): Use read_array_order to check row/column
1055 major ordering.
1056
e354df01
NW
10572004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1058
1059 * target.c (target_resize_to_sections): Check
1060 current_target.to_sections for an old value when updating.
1061
9185ddce
JB
10622004-08-27 Joel Brobecker <brobecker@gnat.com>
1063
1064 * procfs.c (dbx_link_bpt_addr): New static global variable.
1065 (dbx_link_shadow_contents): New static global variable.
1066 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1067 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1068 if we just hit it.
1069 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1070 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1071 from run to run.
1072 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1073 after the inferior has been forked.
1074 (remove_dbx_link_breakpoint): New function.
1075 (dbx_link_addr): New function.
1076 (insert_dbx_link_bpt_in_file): New function.
1077 (insert_dbx_link_bpt_in_region): New function.
1078 (insert_dbx_link_breakpoint): New function.
1079 (proc_trace_syscalls_1): New function, extracted from
1080 proc_trace_syscalls.
1081 (proc_trace_syscalls): Replace extract code by call to
1082 proc_trace_syscalls_1.
1083 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1084 is no longer valid.
1085
e6742ace
JB
10862004-08-25 Jim Blandy <jimb@redhat.com>
1087
1088 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1089
8fb3e588
AC
10902004-08-25 Andrew Cagney <cagney@gnu.org>
1091
629a41ee
AC
1092 * infrun.c (struct execution_control_state): Delete field
1093 "stepping_through_sigtramp".
1094 (init_execution_control_state): Do not set same.
1095 (context_switch): Do not pass same to save_infrun_state and
1096 load_infrun_state.
1097 * gdbthread.h (struct thread_info): Delete field
1098 stepping_through_sigtramp.
1099 (save_infrun_state, load_infrun_state): Delete parameter
1100 stepping_through_sigtramp.
1101 * thread.c (load_infrun_state, save_infrun_state): Update.
1102
8fb3e588
AC
1103 * infrun.c: Re-indent. Move expression operators to the beginning
1104 of the line. Remove long disabled #if 0 code.
1105
49c54768
AC
11062004-08-24 Andrew Cagney <cagney@gnu.org>
1107
1108 * doublest.h (floatformat_ieee_quad): Rename
1109 floatformat_ia64_quad.
1110 * doublest.c (floatformat_ieee_quad): Rename
1111 floatformat_ia64_quad.
1112 (_initialize_doublest): Update.
1113
5ca2e327
JB
11142004-08-24 Jim Blandy <jimb@redhat.com>
1115
87808bd6
JB
1116 * dwarf2expr.h (struct dwarf_expr_context): New members
1117 'num_pieces' and 'pieces', for returning the result of an
1118 expression that uses DW_OP_piece.
1119 (struct dwarf_expr_piece): New struct type.
1120 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1121 pieces.
1122 (free_dwarf_expr_context): Free pieces, if any.
1123 (add_piece): New function.
1124 (execute_stack_op): Implement DW_OP_piece.
1125 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1126 expression is a list of pieces, print an error message.
1127 (dwarf2_loc_desc_needs_frame): If the expression yields
1128 pieces, and any piece is in a register, then we need a frame.
1129
5ca2e327
JB
1130 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1131 the stack until we've decided what sort of result the evaluation
1132 has produced. Use separate variables, with more specific names.
1133
2afeb6b8
RE
11342004-08-23 Richard Earnshaw <rearnsha@arm.com>
1135
1136 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1137 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1138 (arm_netbsd_init_abi_common): Register them.
1139
5885ab49
MK
11402004-08-22 Mark Kettenis <kettenis@gnu.org>
1141
fda820a6
MK
1142 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1143
1c5bf419
MK
1144 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1145 safe_frame_unwind_memory instead of target_read_memory.
1146
8cbba7c8
MK
1147 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1148 Reorder includes.
1149 (fetch_register, store_register): Remove prototypes.
1150 (child_resume): Reorganize code and comments such that it is
1151 grouped a bit more logically.
1152 (attach): Explicitly compare errno against 0.
1153 (detach): Likewise. Use perror_with_name instead of
1154 print_sys_errmsg.
1155 * Makefile.in (infptrace.o): Update dependencies.
1156
c5fa4245
MK
1157 * ia64-linux-nat.c: Update copyright year.
1158 (fetch_debug_register, store_debug_register)
1159 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1160 PTRACE_TYPE_ARG3.
1161 * config/ia64/nm-linux.h: Update copyright year.
1162 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1163
387c058c
MK
1164 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1165 from CORE_ADDR to struct frame_info *. Use
1166 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1167 (amd64_linux_sigtramp_p): Adjust for changed signature of
1168 and64_linux_sigtramp_start
1169
277215a6
MK
1170 * gdb_ptrace.h: GNU/Linux.
1171
25f6178e
MK
1172 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1173 Remove defines.
1174
652fc137
MK
1175 * infptrace.c: Include "gdb_assert.h".
1176 (PTRACE_XFER_TYPE): Remove define.
1177 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1178 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1179 Tweak comment.
1180 (fetch_inferior_registers, store_inferior_registers): Remove
1181 redundant culry braces. Tweak comment. s/regno/regnum.
1182 * Makefile.in (infptrace.o): Update dependencies.
1183
5885ab49
MK
1184 * configure.in: Change test for return type of ptrace to default
1185 to `long' instead of `int'.
1186 * configure: Regenerate.
1187
11003ae3
MK
11882004-08-21 Mark Kettenis <kettenis@gnu.org>
1189
6b95110c
MK
1190 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1191
bcb3dc3d
MK
1192 * configure.in: Check for ttrace function.
1193 * configure, config.in: Regenerate.
1194
11003ae3
MK
1195 * gdb_ptrace.h: New file.
1196 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1197 <sys/ptrace.h>.
1198 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1199 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1200 (attach): Don't define PT_ATTACH.
1201 (detach): Don't define PT_DETACH.
1202 * Makefile.in (gdb_ptrace_h): New variable.
1203 (infptrace.o): Update dependencies.
1204
f8707cac
MK
12052004-08-16 Mark Kettenis <kettenis@gnu.org>
1206
1207 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1208 instead of `int' if not already defined.
1209 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1210 PTRACE_TYPE_ARG3.
1211 * infptrace.c (call_ptrace): Revert change that replaced
1212 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1213
655c5466
MK
12142004-08-15 Mark Kettenis <kettenis@gnu.org>
1215
156e5ba7
MK
1216 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1217 Remove defines.
1218
de9a9e51
MK
1219 * linux-nat.c (kill_inferior): Add missing third and fourth
1220 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1221
88800403
MK
1222 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1223 PTRACE_TYPE_RET.
1224
849a1d7c
MK
1225 * proc-why.c (proc_prettyfprint_why): Fix format string.
1226
61ad16d1
MK
1227 * solib-osf.c (osf_current_sos): Remove unsused label.
1228
a6ed5501
MK
1229 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1230 curses headers.
1231 * configure, config.in: Regenerate.
1232 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1233 <ncurses/ncurses.h>.
1234
016ddeca
MK
1235 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1236 * config/nm-nbsd.h: Update copyright year.
1237 (PTRACE_ARG3_TYPE): Remove define.
1238
49ec097f
MK
1239 * sparc-nat.c (fetch_inferior_registers)
1240 (store_inferior_registers, sparc_xfer_wcookie):
1241 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1242
9f8e0089
MK
1243 * alphabsd-nat.c (fetch_inferior_registers):
1244 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1245 PTRACE_TYPE_ARG3.
1246 * amd64bsd-nat.c (fetch_inferior_registers)
1247 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1248 PTRACE_TYPE_ARG3.
1249 * armnbsd-nat.c: Update copyright year.
1250 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1251 (store_register, store_regs, store_fp_register, store_fp_regs):
1252 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1253 * hppabsd-nat.c (fetch_inferior_registers)
1254 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1255 PTRACE_TYPE_ARG3.
1256 * i386bsd-nat.c (fetch_inferior_registers)
1257 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1258 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1259 * m68kbsd-nat.c (fetch_inferior_registers)
1260 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1261 PTRACE_TYPE_ARG3.
1262 * m88kbsd-nat.c (fetch_inferior_registers)
1263 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1264 PTRACE_TYPE_ARG3.
1265 * mipsnbsd-nat.c: Update copyright year.
1266 (fetch_inferior_registers, store_inferior_registers):
1267 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1268 * ns32knbsd-nat.c: Update copyright year.
1269 (fetch_inferior_registers, store_inferior_registers):
1270 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1271 * ppcnbsd-nat.c (fetch_inferior_registers):
1272 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1273 PTRACE_TYPE_ARG3.
1274 * ppcobsd-nat.c (fetch_inferior_registers):
1275 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1276 PTRACE_TYPE_ARG3.
1277 * shnbsd-nat.c: Update copyright year.
1278 (fetch_inferior_registers, store_inferior_registers):
1279 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1280 * vaxbsd-nat.c (fetch_inferior_registers)
1281 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1282 PTRACE_TYPE_ARG3.
1283
655c5466
MK
1284 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1285 PTRACE_TYPE_ARG3.
1286 * infptrace.c (call_ptrace, child_resume, attach, detach)
1287 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1288 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1289 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1290 PTRACE_TYPE_ARG3.
1291
c40d0d10
MK
12922004-08-14 Mark Kettenis <kettenis@gnu.org>
1293
5cb0ff31
MK
1294 * defs.h: Remove out-of-date comment.
1295 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1296 [!GETENV_PROVIDED] (getenv): Remove prototype.
1297
5f0f34cb
MK
1298 * standalone.c: Remove file.
1299 * Makefile.in (standalone.o): Remove dependency.
1300
7532965f
MK
1301 * i386-linux-nat.c (dummy_sse_values): Remove function and
1302 prototype.
1303 (i386_linux_dr_get): Fix typo in comment.
1304 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1305
1bdc6c53
MK
1306 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1307
c40d0d10
MK
1308 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1309 from declaration.
1310 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1311 from definition.
1312
64218d3e
MK
13132004-08-13 Mark Kettenis <kettenis@gnu.org>
1314
1315 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1316 parenthesis in definition.
1317 * configure: Regenerated.
1318
926c94e7
MC
13192004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1320
1321 * PROBLEMS: Mention build/1411.
1322
69489883
NN
13232004-08-09 Robert Millan <robertmh@gnu.org>
1324
1325 Committed by Nathanael Nerode.
1326 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1327 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1328
ebb7c577
AC
13292004-08-12 Andrew Cagney <cagney@gnu.org>
1330
1331 * NEWS: Mention fixes in GDB 6.2.1.
1332 * PROBLEMS: Remove mention of mips-irix.
1333
232d697c
JB
13342004-08-11 Joel Brobecker <brobecker@gnat.com>
1335
1336 * config/powerpc/xm-aix.h: Delete.
1337 * config/powerpc/aix.mh (MH_FILE): Remove.
1338 * config/powerpc/aix432.mh (MH_FILE): Remove.
1339
72f4e82b
JB
13402004-08-11 Joel Brobecker <brobecker@gnat.com>
1341
1342 * config/powerpc/aix.mh: Remove obsolete comment.
1343 * config/powerpc/aix432.mh: Likewise.
1344
0687ccb2
JB
13452004-08-11 Joel Brobecker <brobecker@gnat.com>
1346
1347 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1348
dbf3ada7
JB
13492004-08-11 Joel Brobecker <brobecker@gnat.com>
1350
e08e1886
JB
1351 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1352 this file is now empty.
1353 * config/xm-aix4.h: Remove, this file is no longer included
1354 anywhere.
1355
13562004-08-11 Joel Brobecker <brobecker@gnat.com>
1357
1358 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1359 that file is now empty.
dbf3ada7
JB
1360 (termdef): Remove prototype, function no longer used.
1361
4c525ef6
JB
13622004-08-11 Joel Brobecker <brobecker@gnat.com>
1363
1364 * doc/gdbint.texinfo (Host Definition): Remove documentation
1365 for USE_O_NOCTTY, no longer used.
1366 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1367 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1368
82e0b968
JB
13692004-08-11 Joel Brobecker <brobecker@gnat.com>
1370
1371 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1372 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1373 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1374
f2acbe1c
MK
13752004-08-11 Mark Kettenis <kettenis@gnu.org>
1376
daa98270
MK
1377 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1378 instead of FIVE_ARG_PTRACE.
1379
f2acbe1c
MK
1380 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1381 (new_tty): Use O_NOCTTY unconditionally.
1382
cc377e6b
MK
13832004-08-10 Mark Kettenis <kettenis@gnu.org>
1384
1385 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1386 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1387 fflush on stdout.
1388
3bcc18fa
JB
13892004-08-10 Joel Brobecker <brobecker@gnat.com>
1390
1391 * xcoff_symfile_finish: Replace last call to xmfree by call
1392 to xfree.
1393
7936743b
AC
13942004-08-10 Andrew Cagney <cagney@gnu.org>
1395
cc503c8a
AC
1396 * main.c (captured_main): Delete call to init_malloc.
1397 * defs.h (init_malloc): Delete declaration.
1398 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1399 (init_malloc): Delete functions.
1400
2dc74dc1
AC
1401 * defs.h (xmfree): Delete.
1402 * utils.c (xmfree): Delete function.
1403 (xfree): Inline calls to xmfree and mfree.
1404 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1405 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1406 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1407 * somread.c (som_symfile_finish): Ditto.
1408 * objfiles.c (allocate_objfile, free_objfile):
1409 * nlmread.c (nlm_symfile_finish): Ditto.
1410 * hpread.c (hpread_symfile_finish): Ditto.
1411 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1412 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1413 * coffread.c (coff_symfile_finish): Ditto.
1414
aa2ee5f6
AC
1415 * defs.h (xmcalloc): Delete declaration.
1416 * utils.c (xmcalloc): Delete.
1417 (xcalloc): Inline calls to xmcalloc and mcalloc.
1418 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1419 xcalloc and xfree.
1420 * symtab.c (create_demangled_names_hash): Ditto.
1421
0efffb96
AC
1422 * defs.h (xmrealloc): Delete.
1423 * utils.c (xmrealloc): Delete.
1424 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1425 * symmisc.c (extend_psymbol_list): Use xrealloc.
1426 * source.c (find_source_lines): Ditto.
1427 * hpread.c (hpread_lookup_type): Ditto.
1428 * dbxread.c (add_bincl_to_list): Ditto.
1429
7936743b
AC
1430 * utils.c (xmmalloc): Delete.
1431 (xmalloc): Inline xmmalloc and mmalloc calls.
1432 (msavestring): Use xmalloc.
1433 * defs.h (xmmalloc): Delete declaration.
1434 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1435 xmmalloc.
1436 * symmisc.c (extend_psymbol_list): Ditto.
1437 * symfile.c (init_psymbol_list): Ditto.
1438 * source.c (find_source_lines): Ditto.
1439 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1440 * elfread.c (elf_symtab_read): Ditto.
1441 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1442 * coffread.c (coff_symfile_init): Ditto.
1443
252ab814
DC
14442004-08-10 David Carlton <carlton@bactrian.org>
1445
1446 * MAINTAINERS: Remove David Carlton from c++ testsuite
1447 maintainers.
1448
8f5ba92b
JG
14492004-08-10 Jerome Guitton <guitton@gnat.com>
1450
1451 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1452 print a line feed before the prompt.
1453
21749010
MK
14542004-08-10 Mark Kettenis <kettenis@gnu.org>
1455
1456 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1457
1f011ce2
JB
14582004-08-09 Joel Brobecker <brobecker@gnat.com>
1459
1460 General cleanup of the AIX xm include file:
1461 * config/xm-aix4.h (fd_set): Remove undefine.
1462 Remove include of <sys/select.h>.
1463 (HAVE_TERMIO): Remove define.
1464 (USG): Likewise.
1465 (NULL): Remove redefine.
1466 (alloca): Remove #pragma.
1467 (vfork): Remove define.
1468 (termdef): Remove.
1469 (SIGWINCH_HANDLER): Remove.
1470 (SIGWINCH_HANDLER_BODY): Remove.
1471
cf4e7692
MK
14722004-08-09 Mark Kettenis <kettenis@gnu.org>
1473
1474 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1475 GDB_OSABI_OPENBSD_ELF.
1476
ac5754fa
MK
14772004-08-07 Robert Millan <robertmh@gnu.org>
1478
1479 * bsd-kvm.c: Check for nlist.h before including it.
1480
086ec9eb
MK
14812004-08-09 Mark Kettenis <kettenis@gnu.org>
1482
bbe06c74
MK
1483 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1484 sigcontext' offset consistency checks for ancient BSD.
1485
3aa7b3b3
MK
1486 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1487
086ec9eb
MK
1488 * configure.in: Check for <sys/types.h>. Check return and
1489 argument types of ptrace.
1490 * configure, config.in: Regenerate.
1491
09991fa0
JB
14922004-08-09 Jim Blandy <jimb@redhat.com>
1493
1494 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1495 rs6000_register_sim_regno): Doc fixes.
1496
fed7ba43
JB
14972004-08-08 Joel Brobecker <brobecker@gnat.com>
1498
1499 * mips-tdep.c: Include "floatformat.h".
1500 (n32n64_floatformat_always_valid): New function.
1501 (floatformat_n32n64_long_double_big): New constant.
1502 (mips_gdbarch_init): Set size and format of long double
1503 for N32 and N64 ABIs.
1504 * Makefile.in (mips-tdep.o): Update dependencies.
1505
456fcf94
AC
15062004-08-08 Andrew Cagney <cagney@gnu.org>
1507
2f9b146e
AC
1508 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1509 print. Improve script's error messages.
1510 * gdbarch.h: Re-generate.
1511
456fcf94
AC
1512 * gdbarch.sh (pformat): New function.
1513 (float_format, double_format, long_double_format): List with bit
1514 members. Use pformat when printing.
1515 * gdbarch.c, gdbarch.h: Re-generate.
1516
69e9e646
NW
15172004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1518
1519 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1520 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1521 (ppcnbsd_supply_pcb): New function.
1522 (_initialize_ppcnbsd_nat): New prototype and function.
1523 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1524 (LOADLIBES): New variable.
1525 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1526
5ef2d0aa
AC
15272004-08-08 Andrew Cagney <cagney@gnu.org>
1528
1529 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1530 (builtin_type_ieee_double, builtin_type_ia64_quad)
1531 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1532 BE/LE floating-point types.
1533 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1534 (builtin_type_ieee_double, builtin_type_ia64_quad)
1535 (builtin_type_ia64_spill): Declare.
1536 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1537 (floatformat_ieee_double, floatformat_arm_ext)
1538 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1539 of LE/BE floatformats.
1540 * doublest.h: (struct floatformat, floatformat_ieee_single)
1541 (floatformat_ieee_double, floatformat_arm_ext)
1542 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1543
5c7f2947
MK
15442004-08-08 Mark Kettenis <kettenis@gnu.org>
1545
ecac404d
MK
1546 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1547
9b8607ce
MK
1548 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1549 instead of regcache_raw_supply when storing the registers.
1550
f6052080
MK
1551 * i386gnu-nat.c: Update copyright year.
1552 (gnu_store_registers): Don't use deprecated_registers and
1553 deprecated_registers_valid. Use regcache_valid_p and
1554 regcache_raw_supply instead.
1555
17777823
MK
1556 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1557 frame_pc_unwind.
1558
5240ceac
MK
1559 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1560 variables. Incapitalized "process".
1561
5c7f2947
MK
1562 * configure.in: Add cursesX to the list of possible curses libs.
1563 Add cursesX.h to the list of possible curses headers.
1564 * configure, config.in: Regenerate.
1565
da7d81e3
NW
15662004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1567
1568 * configure.in: Test for struct lwp in <sys/lwp.h>.
1569 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1570 the offset of l_addr in struct lwp.
1571
7f245d65
NW
15722004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1573
1574 * bsd-kvm.c: Include "gdbcore.h"
1575 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1576
47b3f456
AC
15772004-08-07 Andrew Cagney <cagney@gnu.org>
1578
70bd8e24
AC
1579 * gdbtypes.c (build_flt, build_complex): New functions.
1580 (gdbtypes_post_init): Use.
1581
9b0dea39
AC
1582 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1583
5cf7abac
AC
1584 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1585 through to builtin_type_uint128.
1586
64d2b26d
AC
1587 * c-exp.y: Use builtin_type function to obtain builtin types.
1588
7ad6570d
AC
1589 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1590 builtin_uint128.
1591 * gdbtypes.c (gdbtypes_post_init): Update.
1592 (build_gdbtypes): Move initialization of builtin_type_int0
1593 through to builtin_type_uint128 from here ...
1594 (_initialize_gdbtypes): ... to here.
1595 * d10v-tdep.c (d10v_register_type): Update.
1596
47b3f456
AC
1597 * doublest.c: Update copyright.
1598 (floatformat_from_length): Call error when floatformat is NULL.
1599 (extract_floating_by_length): Remove NULL fmt check.
1600 (store_floating_by_length): Ditto.
1601
0a8146bf
AC
16022004-08-07 Andrew Cagney <cagney@gnu.org>
1603
1604 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1605 that the register is valid.
1606
c0ccb908
MK
16072004-08-05 Mark Kettenis <kettenis@chello.nl>
1608
8e6bed05
MK
1609 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1610 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1611 struct frame_info *. Use safe_frame_unwind_memory instead of
1612 deprecated_read_memory_nobpt.
1613 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1614 changed signature of i386_linux_sigtramp_start and
1615 i386_linux_rt_sigtramp_start.
1616
24f9f5e3
MK
1617 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1618 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1619 instead of deprecated_read_memory_nobpt.
1620 (i386nbsd_sigtramp_p): Adjust for changed signature of
1621 i386nbsd_sigtramp_offset.
1622
c822af0c
MK
1623 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1624 safe_frame_unwind_memory instead of target_read_memory.
1625
c0ccb908
MK
1626 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1627 !NO_SYS_FILE.
1628 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1629 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1630 (_initialize_kernel_u_addr): Remove prototype and function.
1631 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1632 !NO_SYS_FILE.
1633 * xcoffread.c: Likewise.
1634
b9e1c0d6
MK
16352004-08-06 Mark Kettenis <kettenis@gnu.org>
1636
1637 * vax-nat.c: New file.
1638 * vaxbsd-nat.c: Tweak comment.
1639 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
1640 vaxnbsd-tdep.c.
1641 (vax-nat.o): New dependency.
1642 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
1643 (vax-*-ultrix2*): Remove.
1644 * config/vax/vax.mh: New file.
1645 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
1646 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
1647 (vax_register_u_addr): New prototype.
1648 (REGISTER_U_ADDR): Define using vax_register_u_addr.
1649 * config/vax/vaxult2.mh: Remove file.
1650 * config/vax/vaxult.mh: Remove file.
1651 * config/vax/vaxbsd.mh: Remove file.
1652 * config/vax/vax.mt (TM_FILE): Remove.
1653 * config/vax/tm-vaxbsd.h: Remove file.
1654
9ad7bec7
JB
16552004-08-06 Joel Brobecker <brobecker@gnat.com>
1656
1657 * aix-thread.c (get_signaled_thread): New function.
1658 (iter_trap): Delete, no longer used.
1659 (iter_tid): New function.
1660 (pd_update): Find the thread that received the SIGTRAP signal
1661 by first locating the kernel thread, and then finding its
1662 associated thread.
1663
bf0d233d
UW
16642004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
1665
1666 * lin-lwp.c (child_wait): Continue inferior after processing
1667 PTRACE_EVENT_CLONE event.
1668
d0f853e1
NN
16692004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
1670
1671 * MAINTAINERS: Add self to Write-After-Approval.
1672
ab14aeb0
JJ
16732004-08-05 Jeff Johnston <jjohnstn@redhat.com>
1674
1675 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
1676 libunwind-xxxx.so" where xxxx is UNW_TARGET.
1677
9c8dbfa9
AC
16782004-08-05 Andrew Cagney <cagney@gnu.org>
1679
c8f3ca46
AC
1680 * config/xm-sysv4.h: Delete file.
1681 * config/mips/xm-irix5.h: Delete file.
1682 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
1683 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
1684 * config/ia64/xm-aix.h: Delete file.
1685 * config/ia64/aix.mh (XM_FILE): Delete.
1686 * config/pa/xm-hppah.h: Delete file.
1687 * config/pa/hpux11w.mh (XM_FILE): Delete.
1688 * config/pa/hpux11.mh (XM_FILE): Delete.
1689 * config/pa/hpux1020.mh (XM_FILE): Delete.
1690 * config/pa/hppahpux.mh (XM_FILE): Delete.
1691
5f7daaff
AC
1692 * config/alpha/xm-alphalinux.h: Delete file.
1693 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
1694 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
1695 * config/alpha/xm-alphaosf.h: Delete file.
1696 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
1697 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
1698 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
1699 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
1700
69babf95
AC
1701 * config/i386/xm-i386v.h: Delete file.
1702 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
1703 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
1704 * config/i386/xm-i386sco.h: Delete file.
1705 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
1706 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
1707 * config/i386/xm-i386v4.h: Delete file.
1708 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
1709 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
1710 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
1711 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
1712
6f009c8a
AC
1713 * config/vax/xm-vax.h: Delete file.
1714 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
1715 * config/vax/xm-vaxult2.h: Delete file.
1716 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
1717 * config/vax/vaxult2.mh (XM_FILE): Delete.
1718 * config/vax/xm-vaxult.h: Delete file.
1719 * config/vax/vaxult.mh (XM_FILE): Delete.
1720 * config/vax/xm-vaxbsd.h: Delete file.
1721 * config/vax/vaxbsd.mh (XM_FILE): Delete.
1722
9c8dbfa9
AC
1723 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
1724 * gdbarch.h, gdbarch.c: Re-generate.
1725 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
1726 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
1727 * frame.h: Delete deprecated_read_fp from comments.
1728 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
1729 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
1730
84367a3e
MK
17312004-08-04 Mark Kettenis <kettenis@gnu.org>
1732
9c8e3411
MK
1733 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
1734 trampoline in OpenBSD 3.5-current.
1735
b87bc0d8
MK
1736 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
1737 SSE registers.
1738
84367a3e
MK
1739 * Makefile.in: Remove embedded page breaks.
1740
a44bddec
JB
17412004-08-04 Jim Blandy <jimb@redhat.com>
1742
7ab3286f
JB
1743 * regcache.c (regcache_raw_read): Assert that, after calling
1744 target_fetch_registers, the register we're reading is cached.
1745
a44bddec
JB
1746 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
1747 a call to 'internal_error', with a more helpful error message.
1748 * rs6000-tdep.c (e500_pseudo_register_read,
870d65d5 1749 e500_pseudo_register_write, rs6000_store_return_value): Same.
a44bddec 1750
35124113
AC
17512004-08-04 Andrew Cagney <cagney@gnu.org>
1752
1753 * Makefile.in: Update dependencies.
1754
9f643768
JB
17552004-08-04 Jim Blandy <jimb@redhat.com>
1756
6ced10dd
JB
1757 Change the layout of the PowerPC E500 raw register cache to allow
1758 the lower 32-bit halves of the GPRS to be their own raw registers,
1759 not pseudoregisters.
1760 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
1761 add ppc_ev0_upper_regnum flag.
1762 * rs6000-tdep.c: #include "reggroups.h".
1763 (spe_register_p): Recognize the ev upper half registers as SPE
1764 registers.
1765 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
1766 registers.
1767 (e500_move_ev_register): New function.
1768 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
1769 vector registers are the pseudo-registers now, formed by splicing
1770 together the gprs and the upper-half registers.
1771 (e500_register_reggroup_p): New function.
1772 (P): Macro deleted.
1773 (P8, A4): New macro.
1774 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
1775 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
1776 macros.
1777 (registers_e500): Rearrange register set so that the raw register
1778 set contains 32-bit GPRs and upper-half registers, and the SPE
1779 vector registers become pseudo-registers.
1780 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
1781 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
1782 register numbers are now the same for the E500 as they are for
1783 other PowerPC variants. Register e500_register_reggroup_p as the
1784 register group function for the E500.
1785 * Makefile.in (rs6000-tdep.o): Update dependencies.
1786
1787 Adapt PPC E500 native support to the new raw regcache layout.
1788 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
1789 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
1790 (fetch_spe_register, store_spe_register): Handle fetching/storing
1791 all the SPE registers at once, if regno == -1. These now take
1792 over the job of fetch_spe_registers and store_spe_registers.
1793 (fetch_spe_registers, store_spe_registers): Deleted.
1794 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
1795 unconditionally; they're always raw. Fetch/store SPE upper half
1796 registers, if present, instead of ev registers.
1797 (fetch_register, store_register): Remove sanity checks: gprs are
1798 never pseudo-registers now, so we never need to even mention any
1799 registers that are ever pseudoregisters.
1800
9f643768
JB
1801 Use a fixed register numbering when communicating with the PowerPC
1802 simulator.
1803 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
1804 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
1805 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
1806 New functions.
1807 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
1808 init_sim_regno_table.
1809 * Makefile.in (gdb_sim_ppc_h): New variable.
1810 (rs6000-tdep.o): Update dependencies.
1811
1e2279c8
AC
18122004-08-02 Andrew Cagney <cagney@gnu.org>
1813
1d94326f
AC
1814 * cris-tdep.c (cris_register_size): Restore function, still used
1815 locally.
1816
331ae7ed
AC
1817 * gdbarch.sh (deprecated_target_read_fp)
1818 (deprecated_frame_locals_address, deprecated_frame_args_address)
1819 (deprecated_frame_chain_valid, deprecated_frame_chain)
1820 (deprecated_init_extra_frame_info, deprecated_pop_frame)
1821 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
1822 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
1823 * gdbarch.h, gdbarch.c: Re-generate.
1824 * regcache.c (deprecated_read_fp): Do not call
1825 DEPRECATED_TARGET_READ_FP_P.
1826 * infcmd.c (default_print_registers_info): Do not call
1827 DEPRECATED_DO_REGISTERS_INFO.
1828 * frame-base.c (default_frame_locals_address): Do not call
1829 DEPRECATED_FRAME_LOCALS_ADDRESS.
1830 (default_frame_args_address): Do not call
1831 DEPRECATED_FRAME_ARGS_ADDRESS.
1832
1e2279c8
AC
1833 * gdbarch.sh (deprecated_register_raw_size)
1834 (deprecated_register_virtual_size:int): Delete.
1835 * gdbarch.h, gdbarch.c: Re-generate.
1836 * cris-tdep.c (cris_register_size): Delete.
1837 (cris_gdbarch_init): Update.
1838 * alpha-tdep.c (alpha_register_raw_size)
1839 (alpha_register_virtual_size): Delete.
1840 (alpha_gdbarch_init): Update.
1841
a90c06b4
AC
1842 * gdbarch.sh (deprecated_register_virtual_type)
1843 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
1844 (deprecated_dummy_write_sp): Delete.
1845 * gdbarch.h, gdbarch.c: Re-generate.
1846
f42accbe
AC
1847 * gdbarch.sh (deprecated_register_bytes): Delete.
1848 * gdbarch.h, gdbarch.c: Re-generate.
1849 * regcache.c (deprecated_register_bytes): New function.
1850 * regcache.h (deprecated_register_bytes): Declare.
1851 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
1852 * v850-tdep.c (v850_gdbarch_init): Update.
1853 * sh64-tdep.c (sh64_gdbarch_init): Update.
1854 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
1855 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
1856 * mcore-tdep.c (mcore_gdbarch_init): Update.
1857 * cris-tdep.c (cris_gdbarch_init): Update.
1858 * arm-tdep.c (arm_gdbarch_init): Update.
1859 * remote.c (init_remote_state): Update.
1860 * remote-vx.c (vx_prepare_to_store): Update.
1861 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
1862 * irix5-nat.c (fetch_core_registers): Update.
1863 * cris-tdep.c (cris_register_bytes_ok): Update.
1864 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
1865
45c9dd44
AC
1866 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
1867 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
1868 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
1869 (mips_insn16_frame_base_address, mips_insn16_frame_base)
1870 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
1871 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
1872 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
1873 (mips_insn32_frame_base_address, mips_insn32_frame_base)
1874 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
1875 with mips_insn16 and mips_insn32.
1876
3acba339
AC
1877 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
1878 * rs6000-tdep.c (rs6000_push_dummy_call)
1879 (rs6000_extract_return_value): Use register_size.
1880 * xstormy16-tdep.c (xstormy16_get_saved_register)
1881 (xstormy16_extract_return_value): Ditto.
1882 * valops.c (value_assign): Ditto.
1883 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
1884 * v850-tdep.c (v850_extract_return_value): Ditto.
1885 * tracepoint.c (collect_symbol): Ditto.
1886 * target.c (debug_print_register): Ditto.
1887 * stack.c (frame_info): Ditto.
1888 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
1889 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
1890 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
1891 (store_register_using_P): Ditto.
1892 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
1893 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
1894 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
1895 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
1896 * regcache.c (deprecated_read_register_bytes)
1897 (deprecated_write_register_bytes, read_register)
1898 (write_register): Ditto.
1899 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
1900 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
1901 * monitor.c (monitor_supply_register, monitor_fetch_register)
1902 (monitor_store_register): Ditto.
1903 * mn10300-tdep.c (mn10300_pop_frame_regular)
1904 (mn10300_print_register): Ditto.
1905 * mipsv4-nat.c (fill_fpregset): Ditto.
1906 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
1907 (mips64_fill_fpregset): Ditto.
1908 * mi/mi-main.c (register_changed_p, get_register)
1909 (mi_cmd_data_write_register_values): Ditto.
1910 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
1911 * irix5-nat.c (fill_gregset, fetch_core_registers):
1912 * infrun.c (write_inferior_status_register): Ditto.
1913 * infptrace.c (fetch_register, store_register): Ditto.
1914 * infcmd.c (default_print_registers_info): Ditto.
1915 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
1916 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
1917 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
1918 * hpux-thread.c (hpux_thread_fetch_registers)
1919 (hpux_thread_store_registers): Ditto.
1920 * hppah-nat.c (store_inferior_registers, fetch_register):
1921 * findvar.c (value_from_register): Ditto.
1922 * dve3900-rom.c (fetch_bitmapped_register):
1923 * cris-tdep.c (cris_gdbarch_init): Ditto.
1924 * alpha-tdep.h: Ditto.
1925 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
1926
01e1877c
AC
1927 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
1928 DEPRECATED_REGISTER_RAW_SIZE from comments.
1929 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
1930 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
1931 DEPRECATED_REGISTER_RAW_SIZE.
1932 * findvar.c (value_of_register): Simplify by assuming that the
1933 registers raw and virtual sizes are identical.
1934 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
1935 comment.
1936 * arch-utils.c (generic_register_size): Simplify by assuming
1937 register_type.
1938
73f458fb
AC
1939 * regcache.c (legacy_read_register_gen, real_register)
1940 (legacy_write_register_gen): Delete, not used.
1941
336a3131
AC
1942 * regcache.c (struct regcache_descr): Delete legacy_p.
1943 (init_legacy_regcache_descr): Delete function.
1944 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
1945 Do not use deprecated register functions.
1946 (regcache_raw_read, deprecated_write_register_gen):
1947 (deprecated_read_register_gen, regcache_raw_write): Delete code
1948 predicated on legacy_p.
1949 (register_size): Delete check against register raw size.
1950
c1d546cd
AC
1951 * cris-tdep.c (cris_register_type): Replace
1952 cris_register_virtual_type.
1953 (cris_gdbarch_init): Update, set register_type.
1954
48c2c0a6
AC
1955 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
1956 * gdbarch.h, gdbarch.c: Re-generate.
1957 * arm-tdep.c (arm_frameless_function_invocation): Delete.
1958 (arm_gdbarch_init) Do not set frameless function invocation.
1959 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
1960 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
1961 * frv-tdep.c (frv_frameless_function_invocation): Delete.
1962 (frv_gdbarch_init): Do not set frameless function invocation.
1963 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1964 * sh-tdep.c (sh_gdbarch_init): Ditto.
1965 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
1966 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
1967 * avr-tdep.c (avr_gdbarch_init): Ditto.
1968
474093a6
AC
1969 * blockframe.c (legacy_frame_chain_valid): Delete function.
1970
3c109c8b
AC
1971 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
1972 and pc. Update comments.
1973 (pc_in_dummy_frame): Delete function.
1974 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
1975 use the "id".
1976 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
1977 call_hi, top and pc, use the id.
1978 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
1979
96860204
AC
1980 * dummy-frame.c: Include "gdb_string.h".
1981 (generic_save_call_dummy_addr, generic_push_dummy_frame)
1982 (generic_save_dummy_frame_tos): Delete.
1983 (dummy_frame_push): New function, replaces above.
1984 * dummy-frame.h: Update copyright.
1985 (dummy_frame_push): Declare.
1986 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
1987 (generic_save_call_dummy_addr): Delete declarations.
1988 * infcall.c: Include "dummy-frame.h".
1989 (call_function_by_hand): Add locals caller_regcache,
1990 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
1991 with call to frame_save_as_regcache plus cleanup. Delete calls to
1992 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
1993 Move clear_proceed_status to just before the resume, add call to
1994 dummy_frame_push (discard cleanup).
1995 * Makefile.in (infcall.o): Add $(dummy_frame_h).
1996 (dummy-frame.o): Add $(gdb_string_h).
1997
d67ec5db
AC
19982004-08-01 Andrew Cagney <cagney@gnu.org>
1999
2000 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2001 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2002 * dummy-frame.c (find_dummy_frame): Delete.
2003 (struct dummy_frame_cache, dummy_frame_sniffer)
2004 (dummy_frame_prev_register, dummy_frame_this_id)
2005 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2006 frame unwinder using a dummy_frame_cache.
2007
a81dcb05
AC
20082004-08-01 Andrew Cagney <cagney@gnu.org>
2009
2010 * frame.h (frame_save_as_regcache): Declare.
2011 * frame.c (frame_save_as_regcache): New function.
2012 (do_frame_read_register): Replace do_frame_unwind_register.
2013 (frame_pop): Use frame_save_as_regcache.
2014 * dummy-frame.c (generic_push_dummy_frame): Use
2015 frame_save_as_regcache.
2016
aa495d11
JB
20172004-08-01 Joel Brobecker <brobecker@gnat.com>
2018
2019 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2020 file as included until we record the first line in the linetable.
2021
ff65ac78
AC
20222004-08-01 Andrew Cagney <cagney@gnu.org>
2023
2024 * frame.h (deprecated_pop_dummy_frame)
2025 (deprecated_read_register_dummy)
2026 (deprecated_generic_find_dummy_frame): Delete.
2027 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2028 (deprecated_read_register_dummy)
2029 (deprecated_find_dummy_frame_regcache)
2030 (discard_innermost_dummy)
2031 (deprecated_pop_dummy_frame): Delete.
2032 (dummy_frame_this_id): Simplify.
2033 (struct dummy_frame): Delete "fp" and "sp".
2034 (find_dummy_frame): Simplify.
2035 (generic_push_dummy_frame): Do not set "fp" or "sp".
2036 (fprint_dummy_frames): Do not print "fp" and "sp"
2037
37bdc87e
MK
20382004-08-01 Mark Kettenis <kettenis@gnu.org>
2039
2040 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2041 (struct i386_insn): New structure.
2042 (i386_match_insn): New function.
2043 (i386_frame_setup_skip_insns): New variable.
2044 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2045 array i386_frame_setup_insns of instructions that should be
2046 skipped inside the frame setup sequence.
2047
8241eaa6
AC
20482004-08-01 Andrew Cagney <cagney@gnu.org>
2049
5bc602c7
AC
2050 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2051 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2052 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2053 * stack.c (frame_info): Delete references to
2054 DEPRECATED_FRAME_INIT_SAVED_REGS and
2055 deprecated_get_frame_saved_regs.
2056 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2057 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2058 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2059 (frame_unwind_register_signed)
2060 (frame_unwind_register_unsigned)
2061 (frame_unwind_unsigned_register): Use register_size.
2062 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2063 (deprecated_frame_xmalloc_with_cleanup)
2064 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2065 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2066
03d363a1
AC
2067 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2068 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2069 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2070 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2071
8241eaa6
AC
2072 * infcall.c (call_function_by_hand): Do not use
2073 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2074 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2075 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2076 DEPRECATED_STACK_ALIGN.
2077
f00df8b7
AC
20782004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2079
2080 Committed by Andrew Cagney.
2081 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2082
eec63939
AC
20832004-08-01 Andrew Cagney <cagney@gnu.org>
2084
2085 * mips-tdep.c (mips16_frame_cache)
2086 (mips16_frame_this_id, mips16_frame_prev_register)
2087 (mips16_frame_unwind, mips16_frame_sniffer)
2088 (mips16_frame_base_address, mips16_frame_base)
2089 (mips16_frame_base_sniffer, mips32_frame_cache)
2090 (mips32_frame_this_id, mips32_frame_prev_register)
2091 (mips32_frame_unwind, mips32_frame_sniffer)
2092 (mips32_frame_base_address, mips32_frame_base)
2093 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2094 separate heuristic mips16 and mips32 unwinders.
2095 (mips_stub_frame_cache, mips_stub_frame_this_id)
2096 (mips_stub_frame_prev_register)
2097 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2098 (mips_stub_frame_base_address, mips_stub_frame_base)
2099 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2100 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2101 match true mdebug frames.
2102 (non_heuristic_proc_desc): Add forward declaration.
2103
e66299b3
AC
21042004-08-01 Andrew Cagney <cagney@gnu.org>
2105
83cbbf3e
AC
2106 * config/mips/tm-irix6.h: Delete file.
2107 * config/mips/tm-irix5.h: Delete file.
2108 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2109 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2110
22d41b37
AC
2111 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2112 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2113 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2114 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2115 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2116 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2117 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2118 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2119 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2120 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2121 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2122 (TARGET_SIGNAL_RAW_VALUES): Delete.
2123 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2124 Delete.
2125 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2126 (TARGET_HW_WATCH_LIMIT): Delete.
2127 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2128 * minimon.h: Delete file.
2129
e66299b3
AC
2130 * trad-frame.c (trad_frame_get_this_base)
2131 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2132 functions.
2133 * trad-frame.h (trad_frame_set_this_base)
2134 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2135
1f67027d
AC
21362004-07-31 Andrew Cagney <cagney@gnu.org>
2137
2138 * trad-frame.c (trad_frame_get_prev_register): Rename
2139 trad_frame_get_prev_register.
2140 * vax-tdep.c (vax_frame_prev_register): Update.
2141 * trad-frame.h: Update.
2142 * trad-frame.c (trad_frame_get_register): Update.
2143 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2144 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2145 Update.
2146 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2147 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2148 Update.
2149 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2150 Update.
2151 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2152 Update.
2153 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2154 Update.
2155 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2156 Update.
2157 * s390-tdep.c (s390_frame_prev_register)
2158 (s390_stub_frame_prev_register)
2159 (s390_sigtramp_frame_prev_register): Update.
2160 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2161 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2162 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2163 * m88k-tdep.c (m88k_frame_prev_register)
2164 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2165 * m32r-tdep.c (m32r_frame_prev_register): Update.
2166 * hppa-tdep.c (hppa_frame_prev_register_helper)
2167 * frv-tdep.c (frv_frame_prev_register): Update.
2168 * d10v-tdep.c (d10v_frame_prev_register): Update.
2169 * cris-tdep.c (cris_frame_prev_register): Update.
2170 * avr-tdep.c (avr_frame_prev_register): Update.
2171 * arm-tdep.c (arm_prologue_prev_register)
2172 (arm_sigtramp_prev_register): Update.
2173
c1bf6f65
AC
21742004-07-31 Andrew Cagney <cagney@gnu.org>
2175
2176 * frame.h (legacy_saved_regs_unwind)
2177 (legacy_frame_chain_valid, legacy_frame_p)
2178 (enum frame_type): Delete UNKNOWN_FRAME.
01fbbd97
AC
2179 * dummy-frame.c (dummy_frame_this_id): Simplify.
2180 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
c1bf6f65
AC
2181 * frame.c (struct frame_info): Delete the field "type".
2182 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2183 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2184 (legacy_saved_regs_unwind, legacy_frame_p)
2185 (frame_type_from_pc): Delete.
2186 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2187 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2188
dc856692
MK
21892004-07-31 Mark Kettenis <kettenis@gnu.org>
2190
5a5effe1
MK
2191 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2192 indentation.
2193
d4fd50a6
MK
2194 * mips-nat.c: Remove file.
2195 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2196 (mips-nat.o): Remove dependency.
2197
2689df5a
MK
2198 * infptrace.c: Update copyright year.
2199 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2200 explicitly setting the buffer to all zeroes.
2201
dc856692
MK
2202 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2203 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2204
763910e0
AC
22052004-07-30 Andrew Cagney <cagney@gnu.org>
2206
2207 * GDB 6.2 released from gdb_6_2-branch.
2208
0b66e38c
EZ
22092004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2210
2211 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2212
2213 * exec.c (exec_file_attach):
2214 * nto-tdep.c (nto_find_and_open_solib):
2215 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2216 * solib.c (solib_open):
2217 * somsolib.c (som_solib_sizeof_symbol_table):
2218 * source.c (is_regular_file, openp, open_source_file):
2219 * symfile.c (symfile_bfd_open):
2220 * wince.c (upload_to_device): Differentiate between the search for
2221 binary and source files.
2222
be7d7357
AC
22232004-07-30 Andrew Cagney <cagney@gnu.org>
2224
2225 * complaints.c (_initialize_complaints): Pass NULL to
2226 add_setshow_zinteger_cmd for help_doc.
2227 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2228
ddc9cd0f
AC
22292004-07-30 Andrew Cagney <cagney@gnu.org>
2230
2231 Fix PR i18n/761.
2232 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2233 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2234 $(PACKAGE).pot and update-po.
2235 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2236 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2237 (update-po): New rules.
2238 (localedir): Define using autoconf.
2239 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2240 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2241 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2242 * configure.in: Generate CATALOGS and LINGUAS from contents of
2243 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2244 * configure: Re-generate.
2245 * po/gdbtext: New file
2246
e92f3704
JG
22472004-07-30 Jerome Guitton <guitton@gnat.com>
2248
2249 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2250 order.
2251
b0f35d58
DL
22522004-07-30 David Lecomber <dsl@sources.redhat.com>
2253
2254 * dwarf2read.c (read_file_scope): Set producer if attribute
2255 present.
2256 (struct dwarf2_cu): Added new member producer.
2257
ce7d4522
JG
22582004-07-30 Jerome Guitton <guitton@gnat.com>
2259
2260 * inflow.c (kill_command): release file handles in BFD.
2261 * exec.c (exec_file_attach): Ditto.
2262 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2263
05ee07c7
AC
22642004-07-29 Andrew Cagney <cagney@gnu.org>
2265
2266 * PROBLEMS (mips-irix): Note that it is broken.
2267
62eceb47
AC
22682004-07-29 Andrew Cagney <cagney@gnu.org>
2269
e57b8d41
AC
2270 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2271 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2272
d334389b
AC
2273 * config/xm-nbsd.h: Delete file.
2274 * config/arm/xm-nbsd.h: Delete file.
2275 * config/i386/xm-nbsd.h: Delete file.
2276 * config/ns32k/xm-nbsd.h: Delete file.
2277 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2278 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2279 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2280 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2281 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2282
e910f676
AC
2283 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2284 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2285 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2286 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2287 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2288 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2289
6fa856b9
AC
2290 * config/powerpc/xm-linux.h: Delete empty file.
2291 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2292 * config/powerpc/linux.mh (XM_FILE): Delete.
2293 * config/m68k/xm-linux.h: Delete empty file.
2294 * config/m68k/linux.mh (XM_FILE): Delete.
2295 * config/ia64/xm-linux.h: Delete empty file.
2296 * config/ia64/linux.mh (XM_FILE): Delete.
2297 * config/arm/xm-linux.h: Delete empty file.
2298 * config/arm/linux.mh (XM_FILE): Delete.
2299
471ae5ae
AC
2300 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2301 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2302 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2303 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2304 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2305 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2306 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2307 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2308
62eceb47
AC
2309 * config/m68k/xm-m68k.h: Delete file.
2310 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2311 copyright.
2312 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2313 * config/pa/xm-linux.h: Delete empty file.
2314 * config/pa/linux.mh (XM_FILE): Delete.
2315 * config/i386/xm-i386.h: Delete empty file.
2316 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2317 "i386/xm-i386.h".
2318 * config/i386/obsdaout.mh (XM_FILE): Delete.
2319 * config/i386/obsd64.mh (XM_FILE): Delete.
2320 * config/i386/fbsd64.mh (XM_FILE): Delete.
2321 * config/i386/nto.mh (XM_FILE): Delete.
2322 * config/i386/obsd.mh (XM_FILE): Delete.
2323 * config/i386/linux64.mh (XM_FILE): Delete.
2324 * config/i386/linux.mh (XM_FILE): Delete.
2325 * config/i386/i386sol2.mh (XM_FILE): Delete.
2326 * config/i386/i386gnu.mh (XM_FILE): Delete.
2327 * config/i386/fbsd.mh (XM_FILE): Delete.
2328 * config/i386/nbsd64.mh (XM_FILE): Delete.
2329
c35f4ffc
AC
23302004-07-29 Andrew Cagney <cagney@gnu.org>
2331
2332 * config/pa/xm-linux.h: Do not include "floatformat.h".
2333 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2334 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2335 * config/i386/xm-i386.h: Do not include "floatformat.h".
2336 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2337 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2338 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2339 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2340 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2341 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2342 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2343 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2344 * configure, config.in: Regenerate.
2345 * configure.host (gdb_host_float_format, gdb_host_double_format)
2346 (gdb_host_long_double_format): Set according to the host.
2347
624a44a3
AC
23482004-07-29 Andrew Cagney <cagney@gnu.org>
2349
2350 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2351
0dea2468
AC
23522004-07-28 Andrew Cagney <cagney@gnu.org>
2353
2354 * PROBLEMS: Mention threads/1650.
2355 * NEWS: Mention the NPTL fix.
2356
b3f42336
AC
23572004-07-28 Andrew Cagney <cagney@gnu.org>
2358
2359 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2360 (add_setshow_cmd_full): Make static.
2361 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2362 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2363 * cli/cli-decode.c (add_setshow_filename_cmd)
2364 (add_setshow_string_cmd): New functions.
2365 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2366 * mips-tdep.c (_initialize_mips_tdep): Update.
2367 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2368 * cli/cli-logging.c (_initialize_cli_logging): Update.
2369 * complaints.c (_initialize_complaints): Update.
2370 * remote.c (_initialize_remote): Update.
2371
3b64bf98
AC
23722004-07-28 Andrew Cagney <cagney@gnu.org>
2373
2374 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2375 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2376 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2377 print parameters. Make string parameters constant.
2378 * command.h: Update. Update copyright.
2379 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2380 * observer.c (_initialize_observer): Ditto.
2381 * frame.c (_initialize_frame): Ditto.
2382 * complaints.c (_initialize_complaints): Ditto.
2383 * maint.c (_initialize_maint_cmds): Ditto.
2384 * target.c (initialize_targets): Ditto.
2385 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2386 * infcall.c (_initialize_infcall): Ditto.
2387 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2388 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2389 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2390 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2391 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2392
e9667a65
AC
23932004-07-28 Andrew Cagney <cagney@gnu.org>
2394
54a5b07d
AC
2395 * gdbtypes.c (lookup_primitive_typename): Delete function.
2396 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2397 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2398 * gdbtypes.c (lookup_typename): Ditto.
2399 * f-exp.y (yylex): Ditto.
2400 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2401
e9667a65
AC
2402 * scm-lang.c (c_builtin_types): Delete extern declaration.
2403 (scm_language_defn): Replace
2404 string_char_type and primitive_type_vector with
2405 la_language_arch_info.
2406 * jv-lang.c (java_language_defn): Replace
2407 string_char_type and primitive_type_vector with
2408 la_language_arch_info.
2409 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2410 c_builtin_types in comment.
2411 * c-lang.h (struct language_arch_info): Declare opaque.
2412 (c_language_arch_info): Declare.
2413 (c_builtin_types): Delete declaration.
2414 * c-lang.c (c_language_arch_info): Set string_char_type to
2415 builtin_char, not builtin_true_char. Make global.
2416 (c_builtin_types): Delete array.
2417 (asm_language_defn, minimal_language_defn): Replace
2418 string_char_type and primitive_type_vector with
2419 la_language_arch_info.
2420
685419e2
AC
24212004-07-28 Andrew Cagney <cagney@gnu.org>
2422
2423 * gdbtypes.h (struct builtin_type): Rename true_char to
2424 builtin_true_char.
2425 * gdbtypes.c (gdbtypes_post_init): Update.
2426 * c-lang.c (arch_info): New function.
2427 (enum c_primitive_types): New enum.
2428 (c_language_defn): Instead of string_char_type and
2429 primitive_type_vector set la_language_arch_info.
2430
5a44ea29
AC
24312004-07-28 Andrew Cagney <cagney@gnu.org>
2432
2433 * language.h (struct language_arch_info): Fix typo
2434 s/primative/primitive/.
2435 * gdbtypes.c (lookup_primitive_typename): Ditto.
2436 * language.c (language_lookup_primitive_type_by_name)
2437 (unknown_language_arch_info): Ditto.
2438
f290d38e
AC
24392004-07-27 Andrew Cagney <cagney@gnu.org>
2440
2441 * defs.h (enum language): Add nr_languages.
2442 * language.h (struct language_arch_info): Define.
2443 (struct language_defn): Add la_language_arch_info.
2444 (language_lookup_primative_type_by_name): Declare.
2445 (language_string_char_type): Declare.
2446 * language.c (_initialize_language, language_gdbarch_post_init)
2447 (struct language_gdbarch, language_gdbarch_data): Implement
2448 per-architecture language information.
2449 (unknown_language_arch_info, language_string_char_type)
2450 (language_lookup_primative_type_by_name): New functions.
2451 (unknown_language_defn, auto_language_defn)
2452 (local_language_defn): Set la_language_arch_info to
2453 unknown_language_arch_info.
2454 (unknown_builtin_types): Delete.
2455 * gdbtypes.c (lookup_primitive_typename): Use
2456 language_lookup_primative_type_by_name.
2457 (create_string_type): Use language_string_char_type.
2458 * values.c (value_from_string): Use language_string_char_type.
2459 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2460 * p-lang.c (pascal_language_defn): Ditto.
2461 * m2-lang.c (m2_language_defn): Ditto.
2462 * jv-lang.c (java_language_defn): Ditto.
2463 * objc-lang.c (objc_language_defn): Ditto.
2464 * f-lang.c (f_language_defn): Ditto.
2465 * c-lang.c (c_language_defn, cplus_language_defn)
2466 (asm_language_defn, minimal_language_defn): Ditto.
2467
000177f0
AC
24682004-07-27 Andrew Cagney <cagney@gnu.org>
2469
2470 * gdbtypes.h (struct builtin_type): Declare.
2471 (builtin_type): Declare.
2472 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2473 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2474 (gdbtypes_post_init): New function.
2475 (builtin_type): New function.
2476
e22f895c
KI
24772004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2478
2479 * remote-m32r-sdi.c: Fix breakpoint bug.
2480 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2481 recv_char_data, recv_long_data): New functions to replace communication
2482 sequences.
2483
536517dd
MC
24842004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2485
2486 Document PR threads/1650.
2487 * PROBLEMS (Threads): Document problem with many threads
2488
a0a44d18
AC
24892004-07-26 Andrew Cagney <cagney@gnu.org>
2490
2491 * gdb-mi.el: Move from here ...
2492 * mi/gdb-mi.el: ... to here.
2493
7ac4ac06
AC
24942004-07-26 Andrew Cagney <cagney@gnu.org>
2495
2496 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2497 * main.c (captured_main): When in batch mode always detach.
2498
a1b461bf
AC
24992004-07-26 Andrew Cagney <cagney@gnu.org>
2500
2501 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2502 and h8300 as broken.
2503 * NEWS: END-OF-LIFE frame compatibility module.
2504 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2505 specific comments.
2506
cb1a6d5f
AC
25072004-07-26 Andrew Cagney <cagney@gnu.org>
2508
2509 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2510 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2511 * wince.c (_initialize_wince): Update.
2512 * win32-nat.c (_initialize_win32_nat): Update.
2513 * varobj.c (_initialize_varobj): Update.
2514 * valops.c (_initialize_valops): Update.
2515 * utils.c (initialize_utils, initialize_utils): Update.
2516 * tui/tui-win.c (_initialize_tui_win): Update.
2517 * top.c (init_main): Update.
2518 * symfile.c (_initialize_symfile): Update.
2519 * source.c (_initialize_source): Update.
2520 * somsolib.c (_initialize_som_solib): Update.
2521 * solib.c (_initialize_solib): Update.
2522 * solib-frv.c (_initialize_frv_solib): Update.
2523 * serial.c (_initialize_serial): Update.
2524 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2525 * remote.c (_initialize_remote, _initialize_remote): Update.
2526 * remote-vx.c (_initialize_vx): Update.
2527 * remote-utils.c (_initialize_sr_support): Update.
2528 * remote-sds.c (_initialize_remote_sds): Update.
2529 * remote-mips.c (_initialize_remote_mips): Update.
2530 * remote-e7000.c (_initialize_remote_e7000): Update.
2531 * proc-api.c (_initialize_proc_api): Update.
2532 * printcmd.c: Update.
2533 * parse.c (_initialize_parse): Update.
2534 * pa64solib.c (_initialize_pa64_solib): Update.
2535 * p-valprint.c (_initialize_pascal_valprint): Update.
2536 * monitor.c (_initialize_remote_monitors): Update.
2537 * mips-tdep.c (_initialize_mips_tdep): Update.
2538 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2539 * maint.c (_initialize_maint_cmds): Update.
2540 * lin-lwp.c (_initialize_lin_lwp): Update.
2541 * language.c (_initialize_language): Update.
2542 * kod.c (_initialize_kod): Update.
2543 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2544 * i386-tdep.c (_initialize_i386_tdep): Update.
2545 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2546 * gdbarch.sh: Update.
2547 * gdbarch.c: Re-generate.
2548 * gdb-events.sh: Update.
2549 * gdb-events.c: Re-generate.
2550 * frame.c (_initialize_frame): Update.
2551 * exec.c: Update.
2552 * demangle.c (_initialize_demangler): Update.
2553 * dcache.c (_initialize_dcache): Update.
2554 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2555 * cp-valprint.c (_initialize_cp_valprint): Update.
2556 * corefile.c (_initialize_core): Update.
2557 * command.h: Update.
2558 * cli/cli-decode.h: Update.
2559 * cli/cli-cmds.c (init_cli_cmds): Update.
2560 * charset.c (_initialize_charset): Update.
2561 * breakpoint.c (_initialize_breakpoint): Update.
2562 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2563 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2564 * aix-thread.c (_initialize_aix_thread): Update.
2565
b4632131
MK
25662004-07-24 Mark Kettenis <kettenis@gnu.org>
2567
2568 Partial fix for PR backtrace/1718.
2569 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2570 that GCC migrates into the prolugue. Don't handle any
2571 instructions that clobber %ebx.
2572
822c9732
AC
25732004-07-23 Andrew Cagney <cagney@gnu.org>
2574
2575 Use regcache_raw_collect instead of regcache_collect.
2576 * regcache.h (regcache_collect): Delete declaration.
2577 * regcache.c (regcache_colect): Delete function.
2578 * win32-nat.c (do_child_store_inferior_registers): Update.
2579 * sol-thread.c (sol_thread_store_registers): Update.
2580 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2581 * rs6000-nat.c (store_register): Update.
2582 * remote.c (store_register_using_P, remote_store_registers): Update.
2583 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2584 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2585 (fill_vrregset, store_spe_registers, fill_gregset)
2586 (fill_gregset): Update.
2587 * nto-procfs.c (procfs_store_registers): Update.
2588 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2589 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2590 * m68klinux-nat.c (store_register, fill_gregset): Update.
2591 * m68k-tdep.c (fill_gregset): Update.
2592 * infptrace.c (store_register): Update.
2593 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2594 * i386-linux-nat.c (store_register, fill_gregset): Update.
2595 * hppa-linux-nat.c (fill_gregset): Update.
2596 * go32-nat.c (store_register): Update.
2597 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2598 (store_fp_regs): Update.
2599 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2600 (store_nwfpe_extended, store_fpregister, store_fpregs)
2601 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2602 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2603 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2604 (store_regs_user_thread, store_regs_kernel_thread): Update.
2605
32b05c07
MK
26062004-07-24 Mark Kettenis <kettenis@gnu.org>
2607
2608 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2609 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2610 encoding.
2611 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2612 member of `struct comp_unit'.
2613
8567c30f
AC
26142004-07-23 Andrew Cagney <cagney@gnu.org>
2615
2616 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2617 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2618
f6da8dd8
MH
26192004-07-23 Martin Hunt <hunt@redhat.com>
2620 Kevin Buettner <kevinb@redhat.com>
2621
2622 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2623 alignment was being added to the offset instead of multiplied.
2624
bd921882
MK
26252004-07-23 Mark Kettenis <kettenis@gnu.org>
2626
24f033e8
MK
2627 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2628 changed signal trampoline in OpenBSD 3.5-current.
2629
90f3cecd
MK
2630 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2631 <machine/pcb.h> and "bsd-kvm.h".
2632 (sparc64nbsd_supply_pcb): New function.
2633 (_initialize_sparc64nbsd_nat): Renamed from
2634 _initialize_sparcnbsd_nat. Enable libkvm interface.
2635 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
2636 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
2637 (LOADLIBES): New variable.
2638
a4954a62
MK
2639 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
2640
bd921882
MK
2641 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
2642
23a6d369
AC
26432004-07-21 Andrew Cagney <cagney@gnu.org>
2644
2645 Use regcache_raw_supply instead of supply_register.
2646 * regcache.h (supply_register): Delete declaration.
2647 * regcache.c (supply_register): Delete function.
2648 * wince.c (do_child_fetch_inferior_registers): Update.
2649 * win32-nat.c (do_child_fetch_inferior_registers)
2650 (fetch_elf_core_registers): Update.
2651 * v850ice.c (v850ice_fetch_registers): Update.
2652 * thread-db.c (thread_db_store_registers): Update.
2653 * sol-thread.c (sol_thread_store_registers): Update.
2654 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
2655 * rs6000-nat.c (fetch_register): Update.
2656 * rom68k-rom.c (rom68k_supply_one_register): Update.
2657 * remote.c (remote_wait, remote_async_wait): Update.
2658 * remote-st.c (get_hex_regs): Update.
2659 * remote-sim.c (gdbsim_fetch_register): Update.
2660 * remote-sds.c (sds_fetch_registers): Update.
2661 * remote-rdp.c (remote_rdp_fetch_register): Update.
2662 * remote-rdi.c (arm_rdi_fetch_registers): Update.
2663 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
2664 * remote-m32r-sdi.c (m32r_fetch_register): Update.
2665 * remote-hms.c (init_hms_cmds): Update.
2666 * remote-est.c (init_est_cmds): Update.
2667 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
2668 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
2669 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
2670 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
2671 (fetch_register, supply_vrregset, supply_vrregset)
2672 (fetch_spe_registers): Update.
2673 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
2674 * monitor.c (monitor_supply_register): Update.
2675 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
2676 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
2677 (mipsnbsd_supply_fpreg): Update.
2678 * mips-nat.c (fetch_inferior_registers)
2679 (fetch_core_registers): Update.
2680 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
2681 (supply_fpregset, mips64_supply_gregset)
2682 (mips64_supply_fpregset): Update.
2683 * m68klinux-nat.c (fetch_register, supply_gregset)
2684 (supply_fpregset): Update.
2685 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
2686 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
2687 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
2688 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
2689 * infptrace.c (fetch_register): Update.
2690 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
2691 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
2692 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
2693 (gnu_fetch_registers, gnu_store_registers): Update.
2694 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
2695 * i386-linux-nat.c (fetch_register, supply_gregset)
2696 (dummy_sse_values): Update.
2697 * hpux-thread.c (hpux_thread_fetch_registers): Update.
2698 * hppah-nat.c (fetch_register): Update.
2699 * hppa-linux-nat.c (fetch_register, supply_gregset)
2700 (supply_fpregset): Update.
2701 * go32-nat.c (fetch_register): Update.
2702 * dve3900-rom.c (fetch_bitmapped_register)
2703 (_initialize_r3900_rom): Update.
2704 * cris-tdep.c (supply_gregset): Update.
2705 * abug-rom.c (init_abug_cmds): Update.
2706 * core-aout.c (fetch_core_registers): Update.
2707 * armnbsd-nat.c (supply_gregset, supply_fparegset)
2708 (fetch_register, fetch_fp_register): Update.
2709 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
2710 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
2711 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
2712 * alphanbsd-tdep.c (fetch_core_registers): Update.
2713 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
2714 * alpha-nat.c (fetch_osf_core_registers)
2715 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
2716 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
2717 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
2718
73cc75f3
AC
27192004-07-21 Andrew Cagney <cagney@gnu.org>
2720
2721 * PROBLEMS: Mention breakpoints/1702.
2722 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
2723 that is known to work.
2724
a53c66de
AC
27252004-07-21 Andrew Cagney <cagney@gnu.org>
2726
2727 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
2728 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
2729 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
2730 (handle_inferior_event): Wrap call to deprecated
2731 IGNORE_HELPER_CALL in #ifdef.
2732 * config/mips/tm-nbsd.h: Update.
2733
708ff411
JB
27342004-07-20 Jim Blandy <jimb@redhat.com>
2735
412b3060
JB
2736 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
2737 bfd_mach_ppc has no segment registers.
2738
13ac140c
JB
2739 Include PowerPC SPR numbers for special-purpose registers.
2740 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
2741 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
2742 new member in initializer.
2743 (S, S4, SN4, S64): New macros for defining special-purpose
2744 registers.
2745 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
2746 registers_403, registers_403GC, registers_505, registers_860,
2747 registers_601, registers_602, registers_603, registers_604,
2748 registers_750, registers_e500): Use them.
2749
708ff411
JB
2750 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
2751 replace references with expression used to initialize variable.
2752
1f602b35
AC
27532004-07-20 Andrew Cagney <cagney@gnu.org>
2754
2755 * breakpoint.c (deprecated_read_memory_nobpt): Rename
2756 read_memory_nobpt.
2757 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
2758 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
2759 (s390_sigtramp_frame_sniffer): Update.
2760 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
2761 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
2762 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
2763 (mips32_fetch_instruction): Update.
2764 * mcore-tdep.c (get_insn): Update.
2765 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
2766 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
2767 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
2768 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2769 (i386_linux_rt_sigtramp_start): Update.
2770 * i386-linux-nat.c (child_resume): Update.
2771 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
2772 * hppa-linux-tdep.c (insns_match_pattern): Update.
2773 * gdbcore.h: Update.
2774 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
2775 * frame.c (safe_frame_unwind_memory): Update.
2776 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
2777 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
2778 * alpha-tdep.c (alpha_read_insn): Update.
2779
2cd8546d
AC
27802004-07-20 Andrew Cagney <cagney@gnu.org>
2781
2782 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
2783 containing both bytes and mask. Add "frame_type".
2784 * tramp-frame.c (tramp_frame_start): Update.
2785 (tramp_frame_prepend_unwinder): Update.
2786 * mips-linux-tdep.c (mips_linux_o32_sigframe)
2787 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
2788 (mips_linux_n64_rt_sigframe): Update. Make "static const".
2789 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
2790
f928dd62
EZ
27912004-07-19 Eli Zaretskii <eliz@gnu.org>
2792
2793 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
2794 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
2795 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
2796 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
2797
d5c560f7
AC
27982004-07-17 Andrew Cagney <cagney@gnu.org>
2799
860660cb
AC
2800 * NEWS, PROBLEMS: Update for 6.2.
2801
8c266f54
AC
2802 * README: Update to 6.2.
2803
a552edd9
AC
2804 * utils.c (xvasprintf): Call xstrvprintf.
2805
c4a172b5
AC
2806 * parse.c: Update copyright.
2807 (null_post_parser): Eliminate ARGSUSED.
2808
da745b36
AC
2809 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
2810 * tui/tui-win.c (tui_get_cmd_list): Ditto.
2811 * symfile-mem.c (_initialize_symfile_mem): Ditto.
2812
9cbc6ef0
AC
2813 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
2814 * ppc-linux-nat.c: Use "Linux kernel".
2815 * hppa-linux-tdep.c: Use GNU/Linux.
2816 * hppa-linux-nat.c: Use GNU/Linux.
2817 * dwarfread.c: Add [sic] to use of Linux.
2818
1b89295f
AC
2819 * hppa-linux-nat.c: Do not include <string.h>.
2820 (supply_fpregset): Remove "register" attribute.
2821
d5c560f7
AC
2822 * solib-frv.c (fetch_loadmap): Use xfree, not free.
2823
7ddd7709
MK
28242004-07-17 Mark Kettenis <kettenis@gnu.org>
2825
b1d19a62
MK
2826 * configure.in: Define _MSE_INT_H on Solaris 9 too.
2827 * configure, config.in: Regenerated.
2828
7ddd7709
MK
2829 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
2830 "bsd-kvm.h".
2831 (vaxbsd_supply_pcb): New function.
2832 (_initialize_vaxbsd_nat): New prototype and function.
2833 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
2834 solib-sunos.o.
2835 (LOADLIBES): New variable.
2836 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
2837 (LOADLIBES): New variable.
2838 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
2839 (LOADLIBES): New variable.
2840 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2841
2c07db7a
AC
28422004-07-16 Andrew Cagney <cagney@gnu.org>
2843
2844 * defs.h (event_loop_p): Replace variable declaration with macro,
2845 always 1.
2846 * main.c (captured_main): Delete options "-async" and "-noasync".
2847 (event_loop_p): Delete variable.
2848 * NEWS: Mention that "-async" and "-noasync" were removed.
2849
717eb1cf
AC
28502004-07-16 Andrew Cagney <cagney@gnu.org>
2851
2852 * remote-m32r-sdi.c: Re-indent.
2853
c101bc14
JB
28542004-07-16 Jim Blandy <jimb@redhat.com>
2855
5109a438
JB
2856 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
2857 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
2858 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
2859 missing MPC823 SPRs.
2860 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
2861 incorrect. (This was corrected in GDB's register name tables on
2862 2004-07-14.)
2863
c101bc14
JB
2864 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
2865 should be "esasrr" ("ESA Save and Restore Register").
2866
7ce450bd
AC
28672004-07-16 Andrew Cagney <cagney@gnu.org>
2868
2869 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
2870 calls, no longer applicable. Update comments and rename parameter
2871 "step_frame" to "return_frame".
2872
ca73dd9d
AC
28732004-07-16 Andrew Cagney <cagney@gnu.org>
2874
2875 * frame.c (fprint_field): New function.
2876 (fprint_frame_id): Use fprint_field.
2877
31941f6d
JB
28782004-07-15 Joel Brobecker <brobecker@gnat.com>
2879
2880 * ada-lang.c (ada_language_defn): Remove commented out code.
2881
f86a7158
JB
28822004-07-15 Jim Blandy <jimb@redhat.com>
2883
2884 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
2885 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
2886
c24791ec
JB
28872004-07-14 Jim Blandy <jimb@redhat.com>
2888
29bb1356
JB
2889 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
2890
cc98b5cc
JB
2891 * ppc-tdep.h (ppc_num_vrs): New enum constant.
2892
8f088af7
JB
2893 * ppc-tdep.h (ppc_num_srs): New enum constant.
2894
0ea0ec5f
JB
2895 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
2896 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
2897 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
2898 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
2899 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
2900 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
2901 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
2902 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
2903 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
2904 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
2905 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
2906 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
2907 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
2908 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
2909 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
2910 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
2911 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
2912 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
2913 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
2914 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
2915 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
2916 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
2917 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
2918 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
2919 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
2920 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
2921 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
2922 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
2923 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
2924 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
2925 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
2926 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
2927 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
2928 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
2929 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
2930 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
2931 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
2932 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
2933 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
2934 special-purpose register numbers.
2935
c24791ec
JB
2936 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
2937 manual mentions 'md_twb', but many mention 'm_twb', and at that
2938 point in the register list.)
2939
d833db3b
AC
29402004-07-14 Andrew Cagney <cagney@gnu.org>
2941
2942 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
2943 instead of "internal-error".
2944
080228b2
JB
29452004-07-10 Joel Brobecker <brobecker@gnat.com>
2946
2947 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
2948 that was inserted inside a comment.
2949
c268433a
RC
29502004-07-10 Randolph Chung <tausq@debian.org>
2951
2952 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
2953 function.
2954 (hppa_hpux_push_dummy_code): New function.
2955 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
2956 Set find_global_pointer method.
2957
71009278
MK
29582004-07-10 Mark Kettenis <kettenis@gnu.org>
2959
2960 * NEWS: Mention BSD libkvm interface.
2961
b2fa5097
MS
29622004-07-10 Michael Snyder <msnyder@redhat.com>
2963
2964 * symfile.c (generic_load): Comment typo.
2965 * stack.c (get_selected_block): Ditto.
2966 * regcache.c (regcache_cooked_read): Ditto.
2967 * monitor.c (monitor_debug): Ditto.
2968 * mips-tdep.c (mips_read_pc): Ditto.
2969 * i386-linux-nat.c (ps_get_thread_area): Ditto.
2970 * gdb_mbuild.sh: Ditto.
2971 * gdbarch.sh: Ditto.
2972 * gdbarch.h: Ditto.
2973
c3e5cd34
PH
29742004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
2975
8a2225b2
PH
2976 * ada-tasks.c: Remove file.
2977
c3e5cd34
PH
2978 Remove ARI problems:
2979
2980 * ada-exp.y (write_var_from_sym): Reformat to put operator at
2981 beginning of line.
2982
2983 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
2984 Add comment.
2985 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
2986 (MIN_OF_SIZE): Rename min_of_size. Add comment.
2987 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
2988 (UMIN_OF_SIZE): Remove.
2989 (max_of_type): New function to replace orphan macro in gdbtypes.h
2990 (min_of_type): Ditto.
2991 (discrete_type_high_bound): Use max_of_type.
2992 (discrete_type_low_bound): Use min_of_type.
2993 (possible_user_operator_p): Move operator to beginning of line.
2994 (ada_is_variant_part): Ditto.
2995 (ensure_lval): Rewrite to avoid deprecated operations.
2996 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
2997 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
2998 (ada_enum_name): Remove assignments in 'if' statements.
2999 (build_ada_types): Add gdbarch parameter.
3000 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3001 with gdbarch_data_register_post_init.
3002 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3003 add_show_from_set.
3004
3005 * ada-valprint.c (inspect_it): Remove declaration.
3006 (repeat_count_threshold): Remove declaration.
3007 (ada_print_floating): Remove assignments in 'if' statements.
3008 (print_str): Move operator to beginning of line.
3009
61ce229a
JB
30102004-07-08 Jim Blandy <jimb@redhat.com>
3011
3012 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3013
09bcec80
BR
30142004-07-08 Bob Rossi <bob@brasko.net>
3015
3016 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3017
31c27f77
JJ
30182004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3019
3020 * language.h (struct_language_defn): Add new function pointer:
3021 la_class_name_from_physname. Also add new prototype for
3022 language_class_name_from_physname.
3023 * language.c (language_class_name_from_physname): New function.
3024 (unk_lang_class_name): Ditto.
3025 (unknown_language_defn, auto_language_defn): Change
3026 to add unk_lang_class_name function pointer for
3027 la_class_name_from_physname.
3028 (local_language_defn): Ditto.
3029 * dwarf2read.c (guess_structure_name): Change to call
3030 language_class_name_from_physname.
3031 (determine_class_name): Ditto.
3032 * cp-support.c (class_name_from_physname): Renamed.
3033 (cp_class_name_from_physname): New name of function.
3034 * cp-support.h: Ditto.
3035 * c-lang.c (c_language_defn): Change to add NULL
3036 for class_name_from_physname function pointer.
3037 (cplus_language_defn): Change to add cp_class_name_from_physname.
3038 * jv-lang.c (java_class_name_physname): New function.
3039 (java_find_last_component): New static routine.
3040 (java_language_defn): Add java_class_name_from_physname pointer.
3041 * ada-lang.c (ada_language_defn): Change to add NULL
3042 for class_name_from_physname function pointer.
3043 * f-lang.c (f_language_defn): Ditto.
3044 * m2-lang.c (m2_language_defn): Ditto.
3045 * objc-lang.c (objc_language_defn): Ditto.
3046 * p-lang.c (pascal_language_defn): Ditto.
3047 * scm-lang.c (scm_language_defn): Ditto.
3048
ee28ca0f
AC
30492004-07-06 Andrew Cagney <cagney@gnu.org>
3050
3051 Patch from Bart Robinson.
3052 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3053 (O_LARGEFILE): Define to 0, if not defined.
3054
fdb1bf9d
MK
30552004-07-03 Mark Kettenis <kettenis@gnu.org>
3056
cb162ff6
MK
3057 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3058 <machine/pcb.h> and "bsd-kvm.h".
3059 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3060 (m68kbsd_supply_pcb): New function.
3061 (_initialize_m68kbsd_nat): New prototype and function.
3062 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3063 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3064 (LOADLIBES): New variable.
3065 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3066 (LOADLIBES): New variable.
3067
fdb1bf9d
MK
3068 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3069
963c4174
MK
30702004-07-03 Mark Kettenis <kettenis@gnu.org>
3071
3072 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3073 <sys/proc.h>.
3074 (bsd_kvm_cmdlist): New variable.
3075 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3076 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3077 command and "kvm proc" command.
3078 * Makefile.in (bsd-kvm.o): Update dependencies.
3079
533f1d8f
MK
30802004-07-02 Mark Kettenis <kettenis@gnu.org>
3081
3082 * osabi.c: Update copyright year.
3083 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3084 notes if EI_OSABI is set to ELFOSABI_HPUX.
3085
6780dcde
MS
30862004-07-01 Michael Snyder <msnyder@redhat.com>
3087
3088 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3089 that seems to have gotten whacked out of line.
3090
67bebe79
MK
30912004-07-01 Mark Kettenis <kettenis@gnu.org>
3092
3093 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3094 code.
3095
0b5d8877
PH
30962004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3097
3098 * ada-lang.c (decode_packed_array): Minor change to comment.
3099 (ada_value_slice_ptr): New function.
3100 (ada_value_slice): New function.
3101 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3102 test. Don't know why it is there.
3103 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3104 to avoid dereferencing huge arrays from which one is slicing.
3105 (empty_array): Correct to return an array rather than
3106 a subrange value.
3107 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3108 on empty arrays (let'em use 'FIRST instead).
3109
19c1ef65
PH
31102004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3111
3112 Address complaints from gdb_ari.sh:
3113
3114 * ada-exp.y: Include gdb_string.h rather than string.h.
3115 (convert_char_literal): Reformat declaration.
3116 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3117 * ada-lex.l: Change use of free to xfree (the macro would do so
3118 anyway, but this is harmless).
3119 Include gdb_string.h rather than string.h.
3120 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3121
3122 * ada-lang.c (parse): Remove K&Rism in parameter list.
3123 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3124
d81cbc94
MK
31252004-06-30 Mark Kettenis <kettenis@gnu.org>
3126
3127 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3128 dead code.
3129
07681759
MK
31302004-06-30 Mark Kettenis <kettenis@gnu.org>
3131
3132 * alphabsd-nat.c: Update copyright year.
3133 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3134
f7948b5f
JB
31352004-06-29 Joel Brobecker <brobecker@gnat.com>
3136
6e0cdd28 3137 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
f7948b5f
JB
3138 (i386_cygwin_in_solib_call_trampoline): New function.
3139 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3140 and skip_trampoline_code gdbarch methods.
3141
8f113c9a
JB
31422004-06-29 Jim Blandy <jimb@redhat.com>
3143
3144 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3145 name actually used in the dependency lists.
3146
97dc871c
RC
31472004-06-29 Randolph Chung <tausq@debian.org>
3148
3149 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3150
47216e51
CV
31512004-06-29 Corinna Vinschen <vinschen@redhat.com>
3152
3153 * win32-nat.c (child_pid_to_exec_file): New function.
6780dcde 3154 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
47216e51
CV
3155 functionality.
3156
e623b504
AC
31572004-06-28 Andrew Cagney <cagney@gnu.org>
3158
3159 * defs.h (xstrvprintf): Declare.
3160 * utils.c (xstrvprintf): New function.
3161 (internal_vproblem, xstrprintf, xasprintf)
3162 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3163 * serial.c (serial_printf): Ditto.
3164 * complaints.c (vcomplaint): Ditto.
3165
79acc9b3
CV
31662004-06-29 Corinna Vinschen <vinschen@redhat.com>
3167
3168 * infcmd.c (attach_command): Move call to target_terminal_inferior
3169 behind loading symbol table.
3170
1daf35d9
AC
31712004-06-28 Andrew Cagney <cagney@gnu.org>
3172
3173 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3174 change - add back extern deprecated_ui_loop_hook declaration.
3175
b435e160
AC
31762004-06-28 Andrew Cagney <cagney@gnu.org>
3177
3178 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3179 xstrprintf.
3180 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3181 (c_value_of_variable): Ditto.
3182 * utils.c (internal_vproblem): Ditto.
3183 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3184 * remote.c (add_packet_config_cmd): Ditto.
3185 * remote-rdp.c (rdp_set_command_line): Ditto.
3186 * regcache.c (regcache_dump): Ditto.
3187 * frv-tdep.c (new_variant, new_variant): Ditto.
3188 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3189 (fbsd_find_memory_regions): Ditto.
3190 * breakpoint.c (create_thread_event_breakpoint)
3191 (create_breakpoints): Ditto.
3192 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3193 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3194
06d5cf63
JB
31952004-06-28 Joel Brobecker <brobecker@gnat.com>
3196
3197 * ada-lang.c: Re-indent file, with some massaging to help indent
3198 a bit when the result is otherwise really too ugly.
3199
35809fad
UW
32002004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3201
3202 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3203 code_addr_p and special_addr_p to 'unsigned int'.
3204
40e20472
MK
32052004-06-27 Mark Kettenis <kettenis@gnu.org>
3206
3207 * i386v4-nat.c: Update copyright year and tweak comment.
3208 (regmap): Remove trailing comma.
3209 (supply_gregset): Rename local variable i to regnum. Call
3210 regcache_raw_supply instead of supply_register.
3211 (fill_gregset): Rename argument regno to regnum. Call
3212 regcache_raw_collect instead of regcache_collect.
3213
12b0b6de
UW
32142004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3215
3216 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3217 and special_addr_p.
3218 (frame_id_build, frame_id_build_special): Update comments.
3219 (frame_id_build_wild): New prototype.
3220 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3221 struct frame_id fields.
3222 (frame_id_build_wild): New function.
3223 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3224
47b42a3e
MK
32252004-06-27 Mark Kettenis <kettenis@gnu.org>
3226
3227 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3228 hppabsd-tdep.c.
3229
1265e4aa
JB
32302004-06-27 Joel Brobecker <brobecker@gnat.com>
3231
3232 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3233
76a01679
JB
32342004-06-27 Joel Brobecker <brobecker@gnat.com>
3235
3236 * ada-lang.c: Re-indent file.
3237
7aca490a
JB
32382004-06-27 Joel Brobecker <brobecker@gnat.com>
3239
3240 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3241 (no_symtab_msg): Likewise.
3242
5e987968
AS
32432004-06-27 Andreas Schwab <schwab@suse.de>
3244
3245 * source.c: Fix whitespace.
3246
315c4276
MK
32472004-06-27 Mark Kettenis <kettenis@gnu.org>
3248
d15be926
MK
3249 * configure.in: Include <sys/param.h> for td_pcb test.
3250 * configure: Regenerated.
3251
9062529b
MK
3252 * i386nbsd-nat.c: New file.
3253 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3254 i386obsd-nat.c and i386obsd-tdep.c.
3255 (i386nbsd-nat.o): New dependency.
3256 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3257 bsd-kvm.o.
3258 (LOADLIBES): New variable.
3259 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3260 bsd-kvm.o.
3261 (LOADLIBES): New variable.
3262
8010310e
MK
3263 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3264 (LOADLIBES): New variable.
3265
efe1d7b9
MK
3266 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3267 fetching from BSD_KVM_PADDR. Correctly lookup address for
3268 "_thread0".
3269
315c4276
MK
3270 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3271 "bsd-kvm.h".
3272 (amd64fbsd_supply_pcb): New funcion.
3273 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3274
399cfac6
DL
32752004-06-27 <david@streamline-computing.com>
3276
3277 Partial fix for PR cli/1056.
3278 * valarith.c: Check for zero in division and remainder
3279 evaluation.
3280
6235f9c8
MK
32812004-06-27 Mark Kettenis <kettenis@gnu.org>
3282
3283 * i387-tdep.c: Remove excessive whitespace.
3284
2726dafc
AC
32852004-06-26 Andrew Cagney <cagney@gnu.org>
3286
3287 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3288 * gdb-events.h, gdb-events.c: Re-generate.
3289 * tui/tui-hooks.c (tui_install_hooks): Update.
3290 (tui_remove_hooks): Update.
3291 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3292
0e56aeaf
MK
32932004-06-26 Mark Kettenis <kettenis@gnu.org>
3294
cb461069
MK
3295 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3296 (gregset_t, fpregset_t): Remove typedefs.
3297 (REG_OFFSET): Rename argument.
3298 (amd64bsd_r_reg_offset): Rename from reg_offset.
3299 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3300 Remove functions.
3301 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3302 of reg_offset.
3303 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3304
ecba89de
MK
3305 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3306
4cd80476
MK
3307 * vax-tdep.c: Tweak comment.
3308
0e56aeaf
MK
3309 Add OpenBSD/hppa support.
3310 * NEWS (New native configurations): Mention OpenBSD/hppa.
3311 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3312 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3313 files.
3314 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3315 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3316 * configure.host: Add hppa*-*-openbsd*.
3317 * configure.tgt: Add hppa*-*-openbsd*.
3318
98bbd631
AC
33192004-06-25 Andrew Cagney <cagney@gnu.org>
3320
3321 * defs.h (deprecated_ui_loop_hook): Deprecated.
3322 * wince.c (child_wait): Update.
3323 * win32-nat.c (child_wait): Update.
3324 * v850ice.c (v850ice_wait): Update.
3325 * top.c (deprecated_ui_loop_hook): Update.
3326 * serial.h: Update.
3327 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3328 (do_unix_readchar): Update.
3329 * ser-tcp.c (net_open): Update.
3330 * remote-sim.c (gdb_os_poll_quit): Update.
3331 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3332
769d7dc4
AC
33332004-06-24 Andrew Cagney <cagney@gnu.org>
3334
3335 * defs.h (deprecated_pre_add_symbol_hook)
3336 (deprecated_post_add_symbol_hook): Deprecated.
3337 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3338 (symbol_file_add_with_addrs_or_offsets): Update references.
3339
11c949aa
AC
33402004-06-24 Andrew Cagney <cagney@gnu.org>
3341
3342 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3343 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3344 * wince.c (ui_loop_hook): Delete extern declaration.
3345 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3346 * v850ice.c (ui_loop_hook): Delete extern declaration..
3347 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3348 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3349 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3350 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3351 ui_loop_hook declaration.
3352
eedc19af
AC
33532004-06-24 Andrew Cagney <cagney@gnu.org>
3354
3355 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3356 entry_func_highpc fields.
3357 * objfiles.c (init_entry_point_info): Do not clear
3358 entry_func_lowpc and entry_func_highpc.
3359 (objfile_relocate): Do not relocate entry_func_lowpc and
3360 entry_func_highpc.
3361 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3362 entry_func_highpc.
3363 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3364 entry_func_highpc.
3365 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3366 entry_func_lowpc and entry_func_highpc with call to
3367 inside_entry_func.
3368
d47079be
MK
33692004-06-24 Mark Kettenis <kettenis@gnu.org>
3370
3371 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3372 quad-precision floating point arguments in registers.
3373
2107e348
MK
33742004-06-24 Mark Kettenis <kettenis@gnu.org>
3375
3376 From Michael Mueller <m.mueller99@kay-mueller.de>:
3377 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3378 account.
3379
46587c42
JJ
33802004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3381
3382 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3383 to -1.
3384 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3385 untriggered watchpoints to a separate if clause. Update function
3386 comment regarding STOPPED_BY_WATCHPOINT argument.
3387
226f5cf4
JB
33882004-06-22 Jim Blandy <jimb@redhat.com>
3389
3390 * gdbarch.sh: Doc fix.
3391
f10683bb
MH
33922004-06-21 Martin Hunt <hunt@redhat.com>
3393 Kevin Buettner <kevinb@redhat.com>
3394
3395 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3396 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3397 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3398 to set_gdbarch_sp_regnum(). Use cooked register number.
3399 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3400
412d5987
AC
34012004-06-21 Andrew Cagney <cagney@gnu.org>
3402
3403 * gdbarch.sh: When the macro field is empty, do not generate a
3404 macro definition. When the macro field is "=", generate the macro
3405 name from the upper-case function name.
3406 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3407 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3408 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3409 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3410 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3411 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3412 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3413 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3414 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3415 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3416 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3417 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3418 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3419 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3420 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3421 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3422 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3423 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3424 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3425 (DEPRECATED_USE_STRUCT_CONVENTION)
3426 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3427 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3428 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3429 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3430 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3431 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3432 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3433 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3434 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3435 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3436 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3437 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3438 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3439 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3440 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3441 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3442 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3443 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3444
68908a3e
AC
34452004-06-21 Andrew Cagney <cagney@gnu.org>
3446
48f7351b
AC
3447 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3448 macro name, and the function rather than macro value. Only wrap
3449 macro print statements in #ifdef. Move format logic to where it
3450 is needed.
3451 * gdbarch.c: Re-generate.
3452
283354d8
AC
3453 * gdbarch.sh (read): Delete "print_p" and "description", add
3454 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3455 Delete references to print_p.
3456 (TARGET_ARCHITECTURE): Delete print predicate.
3457 * gdbarch.c: Re-generate.
3458
68908a3e
AC
3459 * gdbarch.sh: Check that multi-arch methods do not provide a
3460 macro.
3461 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3462 (print_registers_info, print_float_info, print_vector_info)
3463 (adjust_breakpoint_address, remote_translate_xfer_address)
3464 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3465 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3466 name from the multi-arch definition.
3467
a2428dbe
AC
34682004-06-20 Andrew Cagney <cagney@gnu.org>
3469
3470 * gdbarch.sh: Sort by the function, instead of macro name.
3471 * gdbarch.c: Re-generate.
3472
750eb019
AC
34732004-06-20 Andrew Cagney <cagney@gnu.org>
3474
66d659b1
AC
3475 * gdbarch.sh: Use the function, instead of macro name in
3476 errors and the log file.
3477 (return_value): Remove stray ":" in spec.
3478
750eb019
AC
3479 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3480 * gdbarch.h, gdbarch.c: Re-generate.
3481 * Makefile.in (arch-utils.o): Update dependencies.
3482 * values.c (using_struct_return): Move code calling
3483 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3484 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3485 to legacy_return_value, simplify.
3486 * infcmd.c (print_return_value): Move code calling
3487 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3488 to legacy_return_value, simplify.
3489 * infcall.c (call_function_by_hand): Move code calling
3490 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3491 * arch-utils.c: Update copyright. Include "gdbcore.h".
3492 (legacy_return_value): New function.
3493 * arch-utils.h: Update copyright.
3494 (legacy_return_value): Declare.
3495
b5622e8d
AC
34962004-06-20 Andrew Cagney <cagney@gnu.org>
3497
3498 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3499 * gdbarch.h, gdbarch.c: Re-generate.
3500 * values.c (using_struct_return): Update call.
3501 * mcore-tdep.c: Update comment.
3502 * infcall.c (call_function_by_hand): Update comment.
3503 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3504 * arch-utils.h (always_use_struct_convention): Update.
3505 * v850-tdep.c (v850_gdbarch_init): Update.
3506 * sh64-tdep.c (sh64_gdbarch_init): Update.
3507 * sh-tdep.c (sh_gdbarch_init): Update.
3508 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3509 * mips-tdep.c (mips_gdbarch_init): Update.
3510 * mcore-tdep.c (mcore_gdbarch_init): Update.
3511 * m32r-tdep.c (m32r_gdbarch_init): Update.
3512 * ia64-tdep.c (ia64_gdbarch_init): Update.
3513 * h8300-tdep.c (h8300_gdbarch_init): Update.
3514 * frv-tdep.c (frv_gdbarch_init): Update.
3515 * cris-tdep.c (cris_gdbarch_init): Update.
3516 * arm-tdep.c (arm_gdbarch_init): Update.
3517 * alpha-tdep.c (alpha_gdbarch_init): Update.
3518
5191de37
MC
35192004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3520
3521 * PROBLEMS: Add more specific information, and a work-around,
3522 for PR gdb/1458.
3523
782263ab
AC
35242004-06-18 Andrew Cagney <cagney@gnu.org>
3525
3526 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3527 * gdbarch.h, gdbarch.c: Re-generate.
3528 * ada-lang.c (ada_finish_decode_line_1): Update.
3529 * infrun.c (handle_inferior_event): Update.
3530 * infcall.c (find_function_addr): Update.
3531 * linespec.c (minsym_found): Update.
3532 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3533 Update.
3534 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3535 * cli/cli-cmds.c (disassemble_command): Update.
3536 * vax-tdep.c (vax_gdbarch_init): Update.
3537
2f305df1
MK
35382004-06-18 Mark Kettenis <kettenis@gnu.org>
3539
3540 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3541
e5fe55f7
AC
35422004-06-17 Andrew Cagney <cagney@gnu.org>
3543
3544 GDB 6.1.1 released from the GDB 6.1 branch.
3545 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3546 * PROBLEMS: Ditto.
3547
473b7be6
DJ
35482004-06-16 Daniel Jacobowitz <dan@debian.org>
3549
3550 PR gdb/1658
3551 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3552 operation as a uleb128. Found by Michael Coulter.
3553
96d887e8
PH
35542004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3555
3556 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3557 make it non-static.
3558 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3559 to ada-lang.h; this is needed to be able to implement the kill command
3560 in multi-task mode.
3561 (task_ptid): Ditto.
3562 (task_entry): Ditto.
3563 (task_list): Ditto.
3564 (ada_build_task_list): Ditto.
3565
3566 * ada-lang.c: Conditionalize routines and data structures related
3567 to breakpoints, exceptions, completion, and symbol caching on
3568 GNAT_GDB, since these are not yet used in the submitted public sources.
3569 (ada_main_name): Editorial: Move definition out of exception-related
3570 code.
3571
31eef181
AC
35722004-06-15 Andrew Cagney <cagney@gnu.org>
3573
3574 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3575 deprecated_pc_in_call_dummy.
3576
2c500098
AM
35772004-06-15 Alan Modra <amodra@bigpond.net.au>
3578
3579 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3580 bfd_get_section_size_before_reloc or _raw_size.
3581 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3582 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3583 (dwarf2_read_section): Likewise.
3584 * elfread.c (elf_locate_sections): Likewise.
3585 * gcore.c (derive_heap_segment): Likewise.
3586 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3587 * remote-e7000.c (e7000_load): Likewise.
3588 * remote-m32r-sdi.c (m32r_load): Likewise.
3589 * remote-mips.c (mips_load_srec): Likewise.
3590 (pmon_load_fast): Likewise.
3591 * remote.c (compare_sections_command): Likewise.
3592 * symfile.c (add_section_size_callback): Likewise.
3593 (load_section_callback): Likewise.
3594 (pc_in_unmapped_range): Likewise.
3595 (pc_in_mapped_range): Likewise.
3596 (sections_overlap): Likewise.
3597 (list_overlays_command): Likewise.
3598 (simple_overlay_update_1): Likewise.
3599 (simple_overlay_update): Likewise.
3600 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3601 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3602
90f943f1
RC
36032004-06-14 Randolph Chung <tausq@debian.org>
3604
3605 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3606 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3607 static.
3608 (hppa_hpux_inferior_created): New function.
3609 (hppa_hpux_init_abi): Register observer.
3610 * symfile.c (hp_cxx_exception_support_initialized)
3611 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3612 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3613
700c15aa
RC
36142004-06-14 Randolph Chung <tausq@debian.org>
3615
3973a7d3
AC
3616 * MAINTAINERS (Write After Approval): Alphabetize my entry
3617 correctly.
700c15aa 3618
cea4838c
AC
36192004-06-14 Andrew Cagney <cagney@gnu.org>
3620
3621 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3622 testsuite maintainer.
3623
97092415
AC
36242004-06-13 Andrew Cagney <cagney@gnu.org>
3625
e8c3165b
AC
3626 * infcmd.c (print_return_value): Fix logic, allow
3627 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3628
bceabdd8
AC
3629 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3630 defining any macros.
3631 * gdbarch.h: Re-generate.
3632
57010b1c
AC
3633 * gdbarch.sh: Delete "level" attribute. Only check for a macro
3634 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
3635 * gdbarch.h: Re-generate.
3636
bc87dfa0
AC
3637 * values.c (generic_use_struct_convention): Don't check gcc_p.
3638
15ac804d
AC
3639 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
3640 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
3641 * gdbarch.h, gdbarch.c: Regenerate.
3642 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
3643 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
3644 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3645 deprecated_max_register_raw_size and
3646 deprecated_max_register_virtual_size.
3647 * v850-tdep.c (v850_gdbarch_init): Ditto.
3648 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3649 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3650 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3651 * cris-tdep.c (cris_gdbarch_init): Ditto.
3652
97092415
AC
3653 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
3654 * gdbarch.h, gdbarch.c: Re-generate.
3655 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
3656 (m68hc11_use_struct_convention): Delete function.
3657 (m68hc11_extract_struct_value_address): Delete function.
3658 (m68hc11_return_value): New function.
3659 (m68hc11_gdbarch_init): Instead of store_return_value,
3660 extract_return_value, return_value_on_stack,
3661 deprecated_extract_struct_value_address and use_struct_convention,
3662 set return_value.
3663 * values.c (using_struct_return): Do not call
3664 RETURN_VALUE_ON_STACK.
3665 * arch-utils.h (generic_return_value_on_stack_not): Delete
3666 declaration.
3667 * arch-utils.c (generic_return_value_on_stack_not): Delete
3668 function.
3669
44e5158b
AC
36702004-06-12 Andrew Cagney <cagney@gnu.org>
3671
3672 * values.c (register_value_being_returned): Delete function.
3673 * infcmd.c (legacy_return_value): Delete function.
3674 * infcall.c (call_function_by_hand): Inline
3675 "register_value_being_returned", simplify.
3676 * values.c (using_struct_return): Update comment, refer to
3677 print_return_value instead of register_value_being_returned.
3678 * infcmd.c (print_return_value): Inline calls to
3679 register_value_being_returned and legacy_return_value. Simplify.
3680
b887c273
RC
36812004-06-11 Randolph Chung <tausq@debian.org>
3682
3683 * somread.c (som_symtab_read): Exclude gcc local symbols.
3684
1b2bfbb9
RC
36852004-06-11 Randolph Chung <tausq@debian.org>
3686
3973a7d3
AC
3687 * infrun.c (handle_inferior_event): Handle the case when a
3688 trampoline ends up in the runtime resolver, and if the trampoline
3689 has no name. Rearrange the code so that all the trampoline
3690 processing happens before other step-out-of-range handling.
1b2bfbb9 3691
a9d61c86
MH
36922004-06-11 Martin Hunt <hunt@redhat.com>
3693
3694 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
3695 has no fpu.
3696
2c87cf5a
AC
36972004-06-10 Andrew Cagney <cagney@gnu.org>
3698
3699 * blockframe.c (legacy_inside_entry_func): Delete.
3700 (legacy_frame_chain_valid): Inline call to
3701 legacy_inside_entry_func, simplify.
3702
0b67b468 37032004-06-10 Bob Rossi <bob@brasko.net>
57c22c6c
BR
3704
3705 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
3973a7d3
AC
3706 * dwarf2read.c (partial_die_info): Add dirname field.
3707 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
3708 (read_partial_die): Save away DW_AT_comp_dir.
3709 * defs.h (symtab_to_filename): Removed.
3710 * source.c (find_and_open_source): Added.
57c22c6c 3711 (open_source_file): Just calls find_and_open_source.
3973a7d3
AC
3712 (symtab_to_filename): Removed.
3713 (symtab_to_fullname, psymtab_to_fullname): Added.
57c22c6c
BR
3714 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
3715 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
3716 symtab_to_filename.
3717 * symtab.h (partial_symtab): Add dirname field.
3718 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
3973a7d3
AC
3719 (mi_cmd_file_list_exec_source_file): Call new function
3720 symtab_to_fullname to find fullname.
57c22c6c 3721 (mi_cmd_file_list_exec_source_files): Added.
3973a7d3 3722 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
57c22c6c
BR
3723 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
3724
9a1dd1ad
AC
37252004-06-10 Andrew Cagney <cagney@gnu.org>
3726
239ae8c7
AC
3727 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
3728 to generic_use_struct_convention, the default value.
3729
fc720350
AC
3730 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
3731 of abort.
3732
9a1dd1ad
AC
3733 * ns32k-tdep.c (ns32k_push_arguments): New function.
3734 (ns32k_gdbarch_init): Set deprecated_push_arguments.
3735 * infcall.c (call_function_by_hand): Call error instead of
3736 legacy_push_arguments.
3737 * value.h (legacy_push_arguments): Delete declaration.
3738 * valops.c (legacy_push_arguments): Delete function.
3739 (value_push): Delete function.
3740
fea25152
BF
37412004-06-10 Brian Ford <ford@vss.fsi.com>
3742
3743 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
3744 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
3745 info.
3746 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
3747
30a4a8e0
AC
37482004-06-10 Andrew Cagney <cagney@gnu.org>
3749
3750 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
3751 * gdbarch.h, gdbarch.c: Re-generate.
3752 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
3753 parameters.
3754 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
3755 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
3756 deprecated_pc_in_call_dummy instead of
3757 DEPRECATED_PC_IN_CALL_DUMMY.
3758 (arm_skip_prologue): Ditto.
3759 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
3760 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
3761 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
3762 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
3763 Ditto.
3764 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
3765 (sh64_init_extra_frame_info, sh64_get_saved_register)
3766 (sh64_pop_frame): Ditto.
3767 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
3768 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
3769 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
3770 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
3771 (h8300_pop_frame): Ditto.
3772 * blockframe.c (legacy_inside_entry_func)
3773 (legacy_frame_chain_valid): Ditto.
3774 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
3775 to deprecated_pc_in_call_dummy.
3776
81cfbe54
AC
37772004-06-09 Andrew Cagney <cagney@gnu.org>
3778
a1f4a1b6
AC
3779 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
3780 provide a default value.
3781 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
3782 * gdbarch.h, gdbarch.c: Re-generate.
3783 * arch-utils.c (generic_convert_register_p): Rename
3784 legacy_convert_register_p
3785 (legacy_register_to_value, legacy_value_to_register): Delete
3786 functions.
3787 * arch-utils.h (generic_convert_register_p): Rename
3788 legacy_convert_register_p.
3789 (legacy_register_to_value, legacy_value_to_register): Delete
3790 declarations.
3791
9730f241
AC
3792 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
3793 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
3794 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
3795 * gdbarch.h, gdbarch.c: Re-generate.
3796 * infcmd.c (default_print_registers_info): Simplify.
3797 * findvar.c (value_of_register): Simplify.
3798 * mi/mi-main.c (get_register): Simplify.
3799 * arch-utils.c (legacy_convert_register_p): Always return 0.
3800 (legacy_register_to_value, legacy_value_to_register): Always call
3801 internal_error.
3802
8a1bf479
AC
3803 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
3804 #ifdef CLEAR_INSN_CACHE code.
3805 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
3806 Delete #ifdef CLEAR_DEFERRED_STORES code.
3807
4b38d6f1
AC
3808 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
3809
2d62ecc7
AC
3810 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
3811 copyright.
3812 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
3813
be4f7469
AC
3814 * config/mips/mipsv4.mh: Delete file.
3815
81cfbe54
AC
3816 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
3817 unreferenced macro.
3818 (hpread_adjust_stack_address): Delete declaration.
3819
d966f0cb
AC
38202004-06-08 Andrew Cagney <cagney@gnu.org>
3821
3822 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3823 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
3824 PTRACE_ATTACH / PTRACE_DETACH available call error.
3825 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
3826 * infttrace.c (update_thread_state_after_attach, attach, detach):
3827 Remove #ifdef wrappers.
3828 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
3829 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
3830 * config/nm-bsd.h (ATTACH_DETACH): Delete.
3831 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
3832 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
3833 * config/nm-linux.h (ATTACH_DETACH): Delete.
3834 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
3835 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
3836 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
3837 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
3838 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
3839
d91670b9
CV
38402004-06-08 Corinna Vinschen <vinschen@redhat.com>
3841
3842 * configure.in: Set $configdir to the right OS specific value.
3843 Use value when setting $tcldir and $tkdir.
3844 * configure: Regenerate.
3845
28ba0b33
PB
38462004-06-06 Paul Brook <paul@codesourcery.com>
3847
3848 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
3849 records.
3850
f26caa11
PH
38512004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
3852
3853 * ada-lang.c (lookup_symbol_in_language): New function to allow
3854 re-use of another language's symbol lookup code. (Placed here
3855 temporarily while Ada support is being integrated into the public
3856 tree).
3857 (restore_language): New auxiliary function for
3858 lookup_symbol_in_language.
3859 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
3860 temporarily while Ada support is being integrated into the public
3861 tree).
3862
d560a54b
AO
38632004-06-08 Alexandre Oliva <aoliva@redhat.com>
3864
e75d110c
AO
3865 * Makefile.in (check//%): New.
3866
d560a54b
AO
3867 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
3868 (mn10300_store_return_value): Rewrite.
3869 (mn10300_type_align): New.
3870 (mn10300_use_struct_convention): Rewrite.
3871 (mn10300_return_value): New, using all of the above.
3872 (mn10300_pop_frame_regular): Add saved_regs_size.
3873 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
3874
a72fbdb7
AO
3875 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
3876 regs if PC is on movm.
3877
01904826
JB
38782004-06-07 Jim Blandy <jimb@redhat.com>
3879
3880 Add native Linux support for the PowerPC E500.
3881 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
3882 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
3883 all architectures except the E500.
3884 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
3885 #definitions.
3886 (struct gdb_evrregset_t): New type.
3887 (have_ptrace_getsetevrregs): New variable.
3888 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
3889 fetch_spe_registers): New functions.
3890 (fetch_register): Call fetch_spe_register as appropriate.
3891 Assert that we're only passed raw register numbers.
3892 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
3893 Don't fetch gprs if they're pseudoregisters.
3894 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
3895 store_spe_registers): New functions.
3896 (store_register): Call store_spe_register as appropriate.
3897 Assert that we're only passed raw register numbers.
3898 (store_ppc_registers): Call store_spe_registers as appropriate.
3899 Don't store gprs if they're pseudoregisters.
3900
f90ef764
JJ
39012004-06-07 Jeff Johnston <jjohnstn@redhat.com>
3902
3903 * thread-db.c (thread_get_info_callback): Fill in the thread_info
3904 struct if one exists, even if we are dealing with a zombie thread.
3905
45b75230
AC
39062004-06-07 Andrew Cagney <cagney@gnu.org>
3907
3908 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
3909 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
3910 Rename PC_REQUIRES_RUN_BEFORE_USE.
3911 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
3912 #ifdef.
3913
1658da49
RC
39142004-06-07 Randolph Chung <tausq@debian.org>
3915
3916 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
3917 unwinding after sp has been saved to the stack but before the end
3918 of the prologue, and after the fp has been modified but before it has
3919 been saved to the stack.
3920 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
3921 Remove superfluous definitions.
3922 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
3923
9a727a3c
RC
39242004-06-07 Guy Martin <gmsoft@gentoo.org>
3925
3926 Committed by Randolph Chung.
3927 * hppa-linux-nat.c: Include the correct version of the header file
3928 depending on the kernel version.
3929
9e500012
RC
39302004-06-06 Randolph Chung <tausq@debian.org>
3931
3932 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
3933 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
3934
3388d7ff
RC
39352004-06-06 Randolph Chung <tausq@debian.org>
3936
3937 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
3938 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
3939 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
3940 * hppa-tdep.c (hppa_symbol_address): New function definition.
3941 * hppa-tdep.h (hppa_symbol_address): New function declaration.
3942
d49771ef
RC
39432004-06-06 Randolph Chung <tausq@debian.org>
3944
3945 * hppa-tdep.h (struct value): Forward declaration.
3946 (gdbarch_tdep): Define tdep find_global_pointer method.
3947 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
3948 associated with the function we are trying to call, and write it
3949 to the gp register.
3950 (hppa32_convert_from_funct_ptr_addr): New function.
3951 (hppa_find_global_pointer): New function.
3952 (hppa_gdbarch_init): Set default find_global_pointer method; set
3953 convert_from_func_ptr_addr method.
3954 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
3955 (hppa_linux_init_abi): Set find_global_pointer method.
3956 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
3957
7d9b040b
RC
39582004-06-06 Randolph Chung <tausq@debian.org>
3959
3960 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
3961 to struct value *function.
3962 * gdbarch.c: Regenerate.
3963 * gdbarch.h: Likewise.
3964 * infcall.c (call_function_by_hand): Pass entire function value
3965 to push_dummy_call.
3966
3967 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
3968 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
3969 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
3970 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
3971 * arm-tdep.c (arm_push_dummy_call): Likewise.
3972 * avr-tdep.c (avr_push_dummy_call): Likewise.
3973 * cris-tdep.c (cris_push_dummy_call): Likewise.
3974 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
3975 * frv-tdep.c (frv_push_dummy_call): Likewise.
3976 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
3977 * hppa-tdep.c (hppa32_push_dummy_call)
3978 (hppa64_push_dummy_call): Likewise.
3979 * i386-tdep.c (i386_push_dummy_call): Likewise.
3980 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
3981 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
3982 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
3983 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
3984 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
3985 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
3986 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
3987 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
3988 (ppc64_sysv_abi_push_dummy_call): Likewise.
3989 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
3990 (ppc64_sysv_abi_push_dummy_call): Likewise.
3991 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
3992 * s390-tdep.c (s390_push_dummy_call): Likewise.
3993 * sh-tdep.c (sh_push_dummy_call_fpu)
3994 (sh_push_dummy_call_nofpu): Likewise.
3995 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
3996 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
3997 * vax-tdep.c (vax_push_dummy_call): Likewise.
3998
4a19ea35
JB
39992004-06-04 Jim Blandy <jimb@redhat.com>
4000
8327ccee
JB
4001 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4002 gdbarch argument to register_size.
4003
a3c001ce
JB
4004 * rs6000-tdep.c (rs6000_store_return_value): Use
4005 regcache_cooked_write_part instead of
4006 deprecated_write_register_bytes.
4007 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4008 not gdbarch_deprecated_store_return_value.
4009
4a19ea35
JB
4010 * ppc-linux-nat.c (store_register, fetch_register): Remove
4011 incorrect assertions. Simplify and generalize handling of
4012 transfers whose sizes are not multiples of, or less than, sizeof
4013 (PTRACE_XFER_TYPE).
4014
b9b5d7ea
JJ
40152004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4016
4017 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4018 as a new thread event.
720c7d64 4019 * thread-db.c (thread_get_info_callback): If the thread is a
b9b5d7ea 4020 zombie, return TD_THR_ZOMBIE.
720c7d64 4021 (thread_from_lwp): If thread_get_info_callback returns
b9b5d7ea
JJ
4022 TD_THR_ZOMBIE, check if the thread is still on the thread list
4023 and return a -1 ptid if not found.
4024 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4025 change the status to TARGET_WAITKIND_SPURIOUS.
4026
c8a3b559
CV
40272004-06-03 Corinna Vinschen <vinschen@redhat.com>
4028
4029 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4030 double values in little endian mode.
4031
20605361
AC
40322004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4033
4034 Committed by Andrew Cagney.
4035 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4036 after last enum constant to avoid error from IBM C
4037 compiler.
4038
bc97b3ba
JB
40392004-06-02 Jim Blandy <jimb@redhat.com>
4040
4041 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4042 to 'message', and make it local to the lone block that uses it.
4043
1da28ab0
JB
4044 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4045
4c4b4cd2
PH
40462004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4047
8a2225b2
PH
4048 * ada-exp.y: Update copyright notice.
4049 Include block.h.
4050
4051 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4052 SPECIAL_VARIABLE and unify the treatment of these cases.
4053
4054 (write_attribute_call0): Remove.
4055 (write_attribute_call1): Remove.
4056 (write_attribute_calln): Remove.
4057 (save_qualifier): Add missing semicolon.
4058
4059 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4060 temporarily disabled to allow compilation with FSF head version.
4061
4062 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4063 use individual operators (OP_*) for all attributes.
4064 (exp syntax): Use write_int.
4065 Handle STRING literals with OP_STRING.
4066 (variable syntax): Add limit parameter to calls to
4067 write_object_renaming.
4068
4069 (temp_parse_space): New definition to hold entities that need
4070 only live until the next call to ada_parse.
4071 (string_to_operator): Rename fields of ada_opname_table entries.
4072
4073 (write_var_from_sym): Record block.
4074 (write_var_from_name): Minor reformatting.
4075 Make sure saved name is properly encoded in the case of multiple
4076 matches, and set its language to Ada.
4077 Update comment.
4078 Modify to indicate unresolved name as symbol in the UNRESOLVED
4079 namespace, allocated in temp_parse_space.
4080 (write_int): New function.
4081
4082 (write_object_renaming): Add max_depth parameter to limit
4083 chains of object renamings.
4084 Handle case where root of renaming expression is itself a renaming.
4085 Use temp_parse_space for temporary name buffer.
4086 Handle renamings to dereferenced pointers (___XEXA suffices).
4087
4088 (ada_parse, yyerror, string_to_operator,
4089 write_var_from_sym, write_var_from_name, write_attribute_call0,
4090 write_attribute_call1, write_attribute_calln,
4091 write_object_renaming): Protoize.
4092
4093 (_initialize_ada_exp): New function.
4094
4095 * ada-lang.c: Update copyright notice.
4096 General terminology change to conform to GNAT compiler usage:
4097 mangle => encode, demangle => decode
4098 Include gdb_obstack.h.
4099 Include gdb_regex.h
4100 Include frame.h
4101 Include hashtab.h
4102 Include completer.h
4103 Include gdb_stat.h
4104 Include block.h
4105 Include infcall.h
4106
4107 (ADA_RETAIN_DOTS): Make sure this is defined.
4108 (TRUNCATION_TOWARDS_ZERO): Define.
4109 (struct string_vector): Define.
4110 (unresolved_names): Remove definition.
4111 (xnew_string_vector): New function.
4112 (string_vector_append): New function.
4113 (extract_string): Make static.
4114 (ada_unqualified_name): New function.
4115 (add_angle_brackets): New function.
4116 (function_name_from_pc): New function.
4117 (place_on_stack): Rename to ensure_lval.
4118
4119 (ensure_lval): Renamed from place_on_stack.
4120 Make identity on lvals.
4121 Update comment.
4122 (is_nonfunction): New interface.
4123 Only symbols in LOC_CONST class can be enumerals.
4124 (fill_in_ada_prototype): Remove; now independent of language.
4125 (add_defn_to_vec): Add obstack and symtab arguments.
4126 Use obstack to hold collected definitions.
4127 (num_defns_collected): New function.
4128 (defns_collected): New function.
4129 (ada_resolve_subexp): Rename to resolve_subexp.
4130 (resolve_subexp): Renamed from ada_resolve_subexp.
4131 (ada_op_name): Return non-const result.
4132 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4133 other purposes.
4134
4135 (to_fixed_array_type): Add declaration.
4136 (coerce_unspec_val_to_type): Remove offset parameter.
4137 (find_sal_from_funcs_and_line): New interface.
4138 (find_line_in_linetable): Ditto.
4139
4140 (all_sals_for_line): Rename to ada_sals_for_line and make
4141 global.
4142 Add new parameter. When set, do not ask the user to choose the
4143 instance, but use the first one found instead.
4144 Use given line number in returned sals.
4145 Fix comment.
4146 Skip the prologue if funfirstline is set.
4147 Correct for memory leak when 0 lines found.
4148
4149 (value_pos_atr): Use pos_atr.
4150 (pos_atr): New function.
4151 (standard_lookup): Add block parameter.
4152
4153 (makeTimeStart): Remove declaration and uses.
4154 (makeTimeStop): Remove declaration and uses.
4155
4156 (ada_completer_word_break_characters): Allow for VMS.
4157 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4158 (raise_sym_name): New constant.
4159 (raise_unhandled_sym_name): New constant.
4160 (raise_assert_sym_name): New constant.
4161 (process_raise_exception_name): New constant.
4162 (longest_exception_template): New constant.
4163 (warning_limit): New variable to limit warnings during expression
4164 evaluation.
4165 (warnings_issued): New variable to keep track of warnings issued.
4166 (known_runtime_file_name_patterns): New constant.
4167 (known_auxiliary_function_name_patterns): New constant.
4168 (symbol_list_obstack): New variable.
4169
4170 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4171 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4172 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4173 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4174 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4175 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4176 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4177 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4178 and strcmp.
4179
4180 (ada_get_field_index): New function.
4181 (lim_warning): New function.
4182 (ada_translate_error_message): New function.
4183 (MAX_OF_SIZE): New function.
4184 (MIN_OF_SIZE): New function.
4185 (UMAX_OF_SIZE): New function.
4186 (UMIN_OF_SIZE): New function.
4187 (discrete_type_high_bound): New function.
4188 (discrete_type_low_bound): New function.
4189 (base_type): New function.
4190 (do_command): Remove.
4191
4192 (ada_update_initial_language): Use language_ada, not language_unknown.
4193 (ada_encode): Renamed from ada_mangle.
4194 Obey ADA_RETAIN_DOTS.
4195 (ada_decode): Renamed from ada_demangle.
4196 Update coding conventions.
4197 (decoded_names_store): New hash table.
4198 (ada_decode_symbol): New function.
4199 (ada_la_decode): New function.
4200
4201 (modify_general_field): Correct computations of offset and bit
4202 position.
4203 (desc_base_type): Handle ref types, too.
4204 (ada_is_direct_array_type): New function.
4205
4206 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4207 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4208 (ada_is_bogus_array_descriptor,ada_type_of_array,
4209 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4210 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4211 ada_is_array_descriptor_type.
4212
4213 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4214 (ada_is_packed_array_type): Handle pointers or
4215 references to packed arrays as well.
4216 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4217 (decode_packed_array_type): Search for the packed array type
4218 symbol in the currently selected block and associated
4219 superblocks too.
4220 Use lookup_symbol again.
4221
4222 (decode_packed_array): Handle pointers and references.
4223 Update call to coerce_unspec_val_to_type.
4224 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4225 (ada_value_primitive_packed_val): Improve comment.
4226
4227 (ada_index_type): Substitute int type for "undefined".
4228 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4229 ada_array_langth, ada_is_string_type): Use renamed
4230 ada_is_simple_array_type.
4231 (empty_array): New function.
4232
4233 (ada_resolve): Rename to resolve.
4234 (resolve): Make static.
4235 Call renamed resolve_subexp.
4236 Update comment.
4237 (ada_resolve_subexp): Rename to resolve_subexp.
4238 (resolve_subexp): Update comment.
4239 Decomment disabled code.
4240 Add LOC_COMPUTED* cases.
4241 Modify to use temporary struct symbols (marked as being in
4242 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4243 OP_UNRESOLVED_VALUE.
4244 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4245 Add OP_STRING case.
4246 Remove OP_ARRAY.
4247 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4248 Use new ada_lookup_symbol_list interface.
4249 Use new ada_resolve_function interface.
4250 Remove OP_TYPE case.
4251
4252 (ada_args_match): Idiot proof against null actuals.
4253 Use intermediate variables to clarify.
4254 (ada_resolve_function): Update comment and interface.
4255 (mangled_ordered_before): Rename to encoded_ordered_before and
4256 update comment.
4257 (sort_choices): Update comment and interface.
4258 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4259 (user_select_syms): New interface.
4260 Use new sort_choices interface.
4261 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4262 (possible_user_operator_p): Idiot-proof against null values.
4263 (ada_simple_renamed_entity): Don't make cleanup; rely on
4264 caller to free result string.
4265 Remove const from return type.
4266 (make_array_descriptor): Rename uses of place_on_stack to
4267 ensure_lval.
4268 Make sure that arrays are on stack.
4269
4270 (HASH_SIZE): Define.
4271 (struct cache_entry): Define.
4272 (cache_space): Define.
4273 (cache): Define.
4274 (clear_ada_sym_cache): New function.
4275 (find_entry): New function.
4276 (lookup_cached_symbol): New function.
4277 (defn_vector_size): Define.
4278 (cache_symbol): New function.
4279 (defn_symbols): Remove.
4280
4281 (standard_lookup): Use lookup_symbol_in_language to get effect of
4282 C lookup.
4283 Cache results.
4284
4285 (symbol_completion_match): New function.
4286 (symbol_completion_add): New function.
4287 (ada_make_symbol_completion_list): New function.
4288
4289 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4290 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4291 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4292 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4293
4294 (ada_lookup_simple_minsym): New function.
4295 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4296
4297 (add_symbols_from_enclosing_procs): New interface.
4298 Conditionalize more helpfully.
4299 Don't bother if program isn't running.
4300 Use new interface to get_frame_block.
4301 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4302
4303 (remove_extra_symbols): New interface.
4304 (xget_renaming_scope): New function.
4305 (is_package_name): New function.
4306 (renaming_is_visible): New function.
4307 (remove_out_of_scope_renamings): New function.
4308
4309 (ada_lookup_symbol_list): New interface.
4310 Properly reinitialize the symbol list obstack.
4311 Don't call add_symbols_from_enclosing_procs if we start from a
4312 static or global block.
4313 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4314 add_symbols_from_enclosing_procs.
4315 Add symtab data to cached entries.
4316 Handle symbols prefixed with
4317 "standard__" specially; strip prefix and don't look in local symbols.
4318 Do not include out of scope renaming symbols in list of
4319 symbols returned.
4320 Add const to block parameter.
4321 Move check for non-local, non-global symbols earlier.
4322 Remove timing stuff.
4323 (ada_lookup_symbol): New interface.
4324 Find symtab as well.
4325 (ada_lookup_symbol_nonlocal): New function.
4326
4327 (is_name_suffix): Enhance suffix detection to recognize
4328 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4329 (is_dot_digits_suffix): New function.
4330 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4331
4332 (ada_add_block_symbols): New interface. Use obstack to return results
4333 in a vector of struct ada_symbol_infos. Add symtab argument.
4334 Use new interface to add_defn_to_vec.
4335 Remove calls to fill_in_ada_prototype.
4336 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4337
4338 (ada_finish_decode_line_1): Add const qualification to local to fix
4339 warning.
4340 Start looking in static block for functions to avoid attempts
4341 to search frame chain for up-level variables.
4342 Adapt to new ada_sals_for_line interface.
4343 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4344 Handle quoting of the function name inside the spec string.
4345 Skip prologue when funfirstline is set and update the
4346 function documentation to that effect.
4347
4348 (debug_print_lines, debug_print_block, debug_print_blocks,
4349 debug_print_symtab): Remove.
4350
4351 (ada_main_name): New function.
4352 (ada_exception_breakpoint_type): New function.
4353 (is_known_support_routine): New function.
4354 (ada_find_printable_frame): Renamed from find_printable_frame and made
4355 global.
4356 Remove level parameter.
4357 Use new interface to select_frame.
4358
4359 (begin_command): Remove.
4360 (ada_adjust_exception_stop): New function.
4361 (ada_print_exception_stop): New function.
4362 (exception_name_from_cond): New function.
4363 (ada_report_exception_break): Replace disabled code with
4364 conditionalization on GNAT_GDB.
4365 Get the exception name from the condition string.
4366 Remove and move functionality into new functions
4367 ada_print_exception_breakpoint_task and
4368 ada_print_exception_breakpoint_nontask.
4369 (error_breakpoint_runtime_sym_not_found): New function.
4370 (is_runtime_sym_defined): New function.
4371 (ada_breakpoint_rewrite): Uncomment suppressed code.
4372 Use symbolic error-message and runtime-symbol names.
4373 Surround runtime symbol names in quotes.
4374 Allow non-specific breakpoints on exceptions and assertions before
4375 program starts.
4376
4377 (ada_is_tagged_type): Add parameter.
4378 (ada_is_tag_type): New function.
4379 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4380 (ada_variant_discrim_type): Ditto.
4381 (value_tag_from_contents_and_address): New function.
4382 (type_from_tag): New function.
4383 (struct tag_args): New structure used to communicate with
4384 ada_tag_name_1.
4385 (ada_tag_name_1): New function.
4386 (ada_tag_name): New function.
4387
4388 (ada_scan_number): Update comment.
4389 (find_struct_field): New function.
4390 (ada_search_struct_field): Make static.
4391 (ada_value_struct_elt): New version that returns references when
4392 given pointers or references to structs.
4393 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4394 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4395 interface.
4396 (ada_value_ind): Use new ada_to_fixed_value interface.
4397 (ada_coerce_ref): Ditto.
4398 (field_offset): Remove.
4399
4400 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4401 (ada_find_renaming_symbol): New function.
4402 (ada_prefer_type): Prefer named types over unnamed ones.
4403 (variant_field_index): New function.
4404 (contains_variant_part): Removed: subsumed by variant_field_index.
4405 (ada_template_to_fixed_record_type): New function, mostly from
4406 template_to_fixed_record_type.
4407 (template_to_fixed_record_type):
4408 Do not scan the type fields beyond the last one; prevents a
4409 potential SEGV.
4410 Handle case where variant field is listed BEFORE discriminant it
4411 depends on.
4412 Fix calculation of record length when bit length is
4413 not evenly divisible by char length.
4414 Move code to ada_template_to_fixed_record_type and call it.
4415
4416 (template_to_static_fixed_type): Revise comment.
4417 Modify to work on ordinary record types as well as templates,
4418 so as to handle fields that use ___XVE or ___XVU encodings.
4419 (to_record_with_fixed_variant_part): Fill out comment.
4420 Initialize C++ stuff in right type.
4421 Allow case where DVAL is null.
4422 Handle case where variant field is not last.
4423 Fix typo concerning record length.
4424 (to_fixed_record_type): Decomment disabled code.
4425 (to_fixed_record_type): Use variant_field_index instead of
4426 contains_variant_part.
4427 (to_fixed_variant_branch_type): Ditto.
4428 (to_fixed_array_type): Decomment disabled code.
4429 (ada_to_fixed_type): Convert tagged types to the specific type.
4430 Deactivate the size-check for array types in order to avoid
4431 some false size alarms.
4432 (to_static_fixed_type): Decomment disabled code.
4433 Modify to call template_to_static_fixed_type
4434 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4435 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4436 Remove valaddr argument, as it is never really used.
4437 (ada_to_fixed_value): Change interface to act on single struct value*
4438 operand.
4439 (adjust_pc_past_prologue): New function.
4440 (ada_attribute_name): Modify to take enum exp_opcode argument.
4441
4442 (ada_enum_name): Recognize new homonym-distinguishing convention.
4443 Adjust local variable's type to remove compiler warning.
4444 Fix a small problem in the part that unqualifies the enumeration name.
4445 (ada_value_binop): New function.
4446 (ada_value_equal): New function.
4447
4448 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4449 Don't give error message when not doing normal evaluation
4450 and a tagged type doesn't seem to contain a structure member.
4451 Give error message for packed arrays.
4452 For indexing arrays, handle pointers to packed arrays correctly.
4453 Handle case of 'first and 'last attributes of bare integral type
4454 without encoded subtype info.
4455 Remove some unnecessary casts.
4456 Fix uninitialized value of type in computing 'first, 'last, or 'length
4457 of array object.
4458 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4459 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4460 calls.
4461 Attributes are now exp_opcode values.
4462 Correct treatment of 'modulus.
4463 Better error message for taking 'length of wrong kind of type;
4464 improve comment.
4465 Change EVAL_NORMAL to noside for consistency.
4466 Use ada_value_binop for DIV, MOD, REM.
4467 Make special case out of array of length 0, since an argument
4468 of 0 upsets some platforms' malloc.
4469 Use OP_STRING instead of OP_ARRAY.
4470 For slice, add check that we have an array type before extracting
4471 a slice out of it. Avoids a SEGV.
4472 When evaluating an array slice, if the array type is a reference to
4473 an aligner type, then replace the aligner type by the actual type.
4474 Decomment disabled code.
4475 Remove some dead code.
4476 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4477 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4478 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4479 and UNOP_MBR to UNOP_IN_RANGE.
4480 If an array type has a parallel ___XVE type, then use it.
4481 Turn arrays into pointers for lvalue arrays.
4482 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4483 bounds error and handle 0-length slices.
4484 Use lim_warning.
4485 When selecting fields, apply ada_to_fixed_value (because the fields
4486 might have ___XVU or ___XVE encodings even if not dynamic.)
4487 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4488 (ada_is_system_address_type): New function.
4489
4490 (get_var_value): Use new interface to ada_lookup_symbol_list.
4491 (get_int_var_value): New interface.
4492 (to_fixed_range_type): Allow unknown bound, with warning.
4493 (ada_is_modular_type): Decomment disabled code.
4494 (ADA_OPERATORS): New definition.
4495 (ada_operator_length): New function.
4496 (ada_expr_op_name): New function.
4497 (ada_forward_operator_length): New function.
4498 (ada_dump_subexp_body): New function.
4499 (ada_print_subexp): New function.
4500 (ada_exp_descriptor): New constant.
4501 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4502 (ada_language_defn): Add ada_exp_descriptor entry.
4503 Change ada_parse => parse.
4504 Add post-parser entry.
4505 Use ada-specific non-local symbol lookup.
4506 Don't use C-style arrays.
4507 String lower-bound is 1.
4508 Decomment disabled code.
4509 (parse): New function.
4510 New fields ada_translate_error_message, ada_lookup_symbol,
4511 ada_lookup_minimal_symbol.
4512
4513 * ada-lang.h: Update copyright dates.
4514 Replace the mangle/demangle terminology throughout by the
4515 more appropriate encode/decode one.
4516 Include breakpoint.h.
4517 Forward declare struct partial_symbol, struct block.
4518 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4519 (EXTRACT_ADDRESS): Remove.
4520 (EXTRACT_INT): Remove.
4521 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4522 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4523 (MAX_RENAMING_CHAIN_LENGTH): Define.
4524 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4525
4526 (enum task_states): Remove.
4527 ada_task_states: Remove.
4528 (fat_string): Remove.
4529 (struct entry_call): Remove.
4530 (struct task_fields): Remove.
4531 (struct task_entry): Remove.
4532
4533 (struct ada_symbol_info): Define.
4534 (enum ada_attribute): Remove.
4535 (enum ada_operator): Define.
4536
4537 (ada_get_field_index): Declare.
4538 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4539 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4540 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4541 (ada_lookup_symbol_list): New interface.
4542 (ada_decode_symbol): Declare.
4543 (ada_decode): Declare.
4544 (ada_lookup_symbol): New interface.
4545 (ada_update_initial_language): Declare.
4546 (ada_lookup_simple_minsym): Declare.
4547 (user_select_syms): New interface.
4548 (ada_sals_for_line): Declare.
4549 (ada_is_tagged_type): New interface.
4550 (ada_tag_name): Declare.
4551 (ada_lookup_struct_elt_type): Remove declaration.
4552 (ada_search_struct_field): Remove declaration.
4553 (ada_attribute_name): New interface.
4554 (ada_is_system_address_type): Declare.
4555 (ada_to_fixed_value): Remove declaration.
4556 (ada_template_to_fixed_record_type_1): Declare.
4557 (get_int_var_value): New interface.
4558 (ada_find_any_symbol): Declare.
4559 (ada_find_renaming_symbol): Declare.
4560 (ada_mangle): Rename to ada_encode.
4561 (ada_simple_renamed_entity): Remove const.
4562 (ada_main_name): Declare.
4563 (get_current_task): Rename to ada_get_current_task.
4564 (get_entry_number): Remove declaration.
4565 (ada_report_exception_break): Remove declaration.
4566 (ada_print_exception_breakpoint_nontask): Declare.
4567 (ada_print_exception_breakpoint_task): Declare.
4568 (ada_find_printable_frame): Declare.
4569
4570 * ada-lex.l: Update copyright notices.
4571 Use xmalloc and xfree instead of malloc and free.
4572 Use new interface to name_lookup.
4573 Use new interface to
4574 ada_mangle=>ada_encode.
4575 Redo handling of '$...' variable to parallel current treatment
4576 in c-exp.y.
4577 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4578 digit_to_int, strtoulst, processInt, processReal, processId,
4579 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4580 yywrap): Protoize.
4581
4582 (processInt): Use cast to remove harmless warning.
4583 (processReal): Modify to get rid of compiler warning on scan formats.
4584
4585 (processId): Replace xmalloc with obstack_alloc for name and remove
4586 call to ada_name_string_cleanup.
4587 Remove obsolete disabled code.
4588 (name_lookup): Ditto.
4589 New interface.
4590 Use obsavestring on temp_parse_space instead of savestring
4591 on name, and remove call to ada_name_string_cleanup.
4592 Free string returned from ada_simple_renamed_entity.
4593 Use new interface to ada_lookup_symbol_list.
4594 Decomment disabled code.
4595 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4596 not types.
4597 When a type name lookup succeeds as a result of
4598 lookup_primitive_typename, check for regular type entry that has not
4599 yet been read in.
4600 Limit length of chain of renamed symbols we are willing to follow.
4601 Do not break names beginning with "standard__" into segments.
4602 (block_lookup): Use new interface to ada_lookup_symbol_list.
4603
4604 * ada-typeprint.c: Update copyright notice.
4605 (demangled_type_name): Rename to decoded_type_name.
4606 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4607 (print_range_bound): Correct handling of negative
4608 bounds that make the index type looked unsigned under STABS.
4609 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4610 (print_range_type_named): Use the builtin int type if no type
4611 corresponding to the given type name could be found.
4612 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4613 Add some bullet-proofing.
4614 (print_variant_clauses): Allow for variant branches with ___XVU
4615 encodings that are not dynamic fields.
4616 Use new interface to ada_is_tagged_type.
4617 (print_record_type): Allow for fields with ___XVE encodings that
4618 are not dynamic fields.
4619 Use new interface to ada_is_tagged_type.
4620 (ada_print_type): ada_is_array_descriptor =>
4621 ada_is_array_descriptor_type.
4622
4623 * ada-valprint.c: Update copyright notice.
4624 Include gdb_string.h
4625 Include infcall.h
4626 (ui_memcpy): New function.
4627 (ada_print_floating): New function.
4628 (ada_print_str): Order arguments correctly.
4629 Correct handling of empty arrays and arrays of 0-length items.
4630 ada_is_array_descriptor => ada_is_array_descriptor_type
4631 Print values of type System.Address in hexadecimal format.
4632 Use ada_print_floating to print floating-point numbers in Ada format.
4633 Print class tag values with type names.
4634 No longer print the address of reference values. Avoids
4635 a potential confusion.
4636 (ada_value_print): Stop printing the object type for reference
4637 values, but preserve that behavior for access types. Avoids
4638 a potential confusion.
4639 Simplify one conditional expression, as the first part is now
4640 necessarily true.
4641 ada_is_array_descriptor => ada_is_array_descriptor_type
4642 Add check for arrays for null records, and print them by hand.
4c4b4cd2 4643
f65f91b5
JB
46442004-06-01 Jim Blandy <jimb@redhat.com>
4645
4646 * ppc-tdep.h: Delete unused 'regoff' member.
4647 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
4648
d4687fa0
MC
46492004-06-01 Michael Chastain <mec.gnu@mindspring.com>
4650
4651 Fix PR symtab/1661.
4652 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
4653 (hpread_read_struct_type): Likewise.
4654
de169ec9
AC
46552004-06-01 Andrew Cagney <cagney@gnu.org>
4656
c6902d46
AC
4657 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
4658 instead of xasprintf.
4659 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
4660 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
4661 (mi_cmd_data_list_register_names)
4662 (mi_cmd_data_list_changed_registers)
4663 (mi_cmd_data_list_register_values)
4664 (get_register, mi_cmd_data_write_register_values)
4665 (mi_cmd_data_write_register_values)
4666 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
4667 (mi_cmd_target_download, mi_cmd_target_select)
4668 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
4669 (mi_execute_cli_command, mi_execute_async_cli_command)
4670 (mi_execute_async_cli_command): Ditto.
4671 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
4672 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
4673
6085fc2d
AC
4674 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
4675 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
4676 error_last_message instead of mi_error_last_message.
4677 * mi/mi-main.c (mi_error_last_message): Delete function.
4678
de169ec9
AC
4679 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
4680 "invalid number of columns" error. Delete redundant "out of
4681 memory" check.
4682
1fc7d519
MK
46832004-05-31 Mark Kettenis <kettenis@gnu.org>
4684
6cfb2041
MK
4685 * i386bsd-nat.c: Don't include <sys/procfs.h>.
4686 (gregset_t, fpregset_t): Remove typedefs.
4687 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
4688 (REG_OFFSET): Rename argument.
4689 (i386bsd_r_reg_offset): Rename from reg_offset.
4690 (REG_ADDR): Remove macro.
4691 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
4692 functions.
4693 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
4694 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
4695 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
4696 instead of supply_gregset.
4697 (store_inferior_registers): Use `struct reg' and `struct fpreg'
4698 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
4699 instead of fill_gregset.
4700 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
4701
1fc7d519
MK
4702 * i386bsd-nat.c: Don't include "gregset.h".
4703 (supply_gregset, fill_gregset): Make static.
4704 (supply_fpregset, fill_fpregset): Remove.
4705 * Makefile.in (i386bsd-nat.o): Update dependencies.
4706
2c34abbe
MK
47072004-05-30 Mark Kettenis <kettenis@gnu.org>
4708
448724fb
MK
4709 * fbsd-proc.c: Include "regcache.h", "regset.h" and
4710 "gdb_assert.h". Con't include "gregset.h".
4711 (fbsd_make_corefile_notes): Use regset-based core file support
4712 instead off fill_gregset and fill_fpregset.
4713 * Makefile.in (fbsd-proc.o): Update dependencies.
4714
5ca8ca7c
MK
4715 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
4716 instructions.
4717 (m88k_frame_prev_register): Simplify code a bit.
4718
593adc23
MK
4719 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
4720 (amd64_collect_fpregset): New function.
4721 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
4722
8d1b517b
MK
4723 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
4724
7fdafb5a
MK
4725 * i386-tdep.c (i386_supply_gregset): Adjust comment.
4726 (i386_collect_gregset): New function.
4727 (i386_supply_fpregset): Adjust comment.
4728 (i386_collect_fpregset): New function.
4729 (i386_regset_from_core_section): Use i386_collect_gregset and
4730 i386_collect_fpregset.
4731
8693c419
MK
4732 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
4733 handle VALUEP being null.
4734
2c34abbe
MK
4735 * regset.h (collect_regset_ftype): Unconstify fourth argument.
4736
45d134d8
MK
47372004-05-29 Mark Kettenis <kettenis@gnu.org>
4738
1698f4e7
MK
4739 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
4740
45d134d8
MK
4741 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
4742 assembler in OpenBSD 3.5-current.
4743 (amd64obsd_sigcontext_addr): Likewise.
4744
691d145a
JB
47452004-05-28 Jim Blandy <jimb@redhat.com>
4746
4747 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
4748 register set, so our regcache isn't declared "legacy" and our E500
4749 pseudoregister read and write functions aren't ignored.
4750 (rs6000_register_byte, rs6000_register_raw_size,
4751 rs6000_register_virtual_type, rs6000_register_convertible,
4752 rs6000_register_convert_to_virtual,
4753 rs6000_register_convert_to_raw): Deleted.
4754 (rs6000_register_type, rs6000_convert_register_p,
4755 rs6000_register_to_value, rs6000_value_to_register): New
4756 functions.
4757 (rs6000_gdbarch_init): Don't register
4758 gdbarch_deprecated_register_size,
4759 gdbarch_deprecated_register_bytes,
4760 gdbarch_deprecated_register_byte,
4761 gdbarch_deprecated_register_raw_size,
4762 gdbarch_deprecated_register_virtual_type,
4763 gdbarch_deprecated_register_convertible,
4764 gdbarch_deprecated_register_convert_to_virtual, or
4765 gdbarch_deprecated_register_convert_to_raw methods. Instead,
4766 register gdbarch_register_type, gdbarch_convert_register_p,
4767 gdbarch_register_to_value, and gdbarch_value_to_register methods.
4768
18ed0c4e
JB
47692004-05-26 Jim Blandy <jimb@redhat.com>
4770
4771 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
4772 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
4773 functions, updated to match the register numberings used in GCC.
4774 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
4775 rs6000_dwarf2_reg_to_regnum as register number conversions
4776 functions for STABS and Dwarf2.
4777
779af9e3
RC
47782004-05-26 Randolph Chung <tausq@debian.org>
4779
4780 * infttrace.h (target_waitkind): Forward declare type instead of pulling
4781 in header file.
4782
c23968a2
JB
47832004-05-25 Joel Brobecker <brobecker@gnat.com>
4784
4785 * NEWS: Document new "start" command.
4786
3a7d1c27
RC
47872004-05-25 Randolph Chung <tausq@debian.org>
4788
4789 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
4790 hppa-linux.
4791
43613416
RC
47922004-05-25 Randolph Chung <tausq@debian.org>
4793
4794 * hppa-hpux-tdep.c (offsetof): Define.
4795 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
4796 (hppa32_hpux_frame_base_before_sigtramp)
4797 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
4798 (hppa64_hpux_frame_saved_pc_in_sigtramp)
4799 (hppa64_hpux_frame_base_before_sigtramp)
4800 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
4801 functions.
4802 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
4803 (hppa_hpux_sigtramp_frame_unwind_cache)
4804 (hppa_hpux_sigtramp_frame_this_id)
4805 (hppa_hpux_sigtramp_frame_prev_register)
4806 (hppa_hpux_sigtramp_frame_unwind)
4807 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
4808 (hppa_hpux_init_abi): Register sigtramp unwinder.
4809 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
4810
6d1be3f1
RC
48112004-05-25 Randolph Chung <tausq@debian.org>
4812
4813 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
4814 and multiple stack unwinds.
4815 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
4816
97c34f65
AC
48172004-05-25 Andrew Cagney <cagney@gnu.org>
4818
4819 * symfile.h (symbol_file_add_from_memory): Delete declaration.
4820 * symfile-mem.h: Delete file.
4821 * symfile-mem.c: Do not include "symfile-mem.h".
4822 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
4823 "struct bfd_section". When an error do not bother returning NULL.
4824 (add_symbol_file_from_memory_command): Use "struct bfd" and
4825 "struct bfd_section".
4826 * Makefile.in (symfile_mem_h): Delete.
4827 (symfile-mem.o): Update dependencies.
4828
e23cbd82
NR
48292004-05-25 Nick Roberts <nickrob@gnu.org>
4830
4831 * gdb-mi.el: New file.
4832
20d2ca3e
AC
48332004-05-25 Andrew Cagney <cagney@gnu.org>
4834
4835 * inftarg.c: Include "observer.h".
4836 (child_attach, child_create_inferior): Notify inferior_created.
4837 * corelow.c: Include "observer.h".
4838 (core_open): Notify inferior_created.
4839 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
4840
c27cda74
AC
48412004-05-25 Andrew Cagney <cagney@gnu.org>
4842
4843 * target.h (struct target_ops): Add from_tty to
4844 to_create_inferior.
4845 (target_create_inferior, find_default_create_inferior): Update.
4846 * infcmd.c (run_command): Update.
4847 * wince.c (child_create_inferior): Update.
4848 * win32-nat.c (child_create_inferior): Update.
4849 * uw-thread.c (uw_thread_create_inferior): Update.
4850 * thread-db.c (thread_db_create_inferior): Update.
4851 * target.c (debug_to_create_inferior)
4852 (find_default_create_inferior): Update.
4853 (maybe_kill_then_create_inferior): Update.
4854 * sol-thread.c (sol_thread_create_inferior): Update.
4855 * remote.c (extended_remote_async_create_inferior)
4856 (extended_remote_create_inferior): Update.
4857 * remote-vx.c (vx_create_inferior): Update.
4858 * remote-st.c (st2000_create_inferior): Update.
4859 * remote-sim.c (gdbsim_create_inferior): Update.
4860 * remote-sds.c (sds_create_inferior): Update.
4861 * remote-rdp.c (remote_rdp_create_inferior): Update.
4862 * remote-rdi.c (arm_rdi_create_inferior): Update.
4863 * remote-m32r-sdi.c (m32r_create_inferior): Update.
4864 * remote-e7000.c (e7000_create_inferior): Update.
4865 * procfs.c (procfs_create_inferior): Update.
4866 * ocd.c (ocd_create_inferior): Update.
4867 * ocd.h (ocd_create_inferior): Update.
4868 * nto-procfs.c (procfs_create_inferior): Update.
4869 * monitor.c (monitor_create_inferior): Update.
4870 * lin-lwp.c (lin_lwp_create_inferior): Update.
4871 * inftarg.c (child_create_inferior): Update.
4872 * hpux-thread.c (hpux_thread_create_inferior): Update.
4873 * gnu-nat.c (gnu_create_inferior): Update.
4874
1db2a798
AC
48752004-05-25 Andrew Cagney <cagney@gnu.com>
4876
4877 * MAINTAINERS: Update e-mail address.
4878
007d08bb
RC
48792004-05-24 Randolph Chung <tausq@debian.org>
4880
4881 * thread.c (info_threads_command, thread_apply_all_command)
4882 (thread_apply_command, thread_command, do_captured_thread_select):
4883 Remove HPUXHPPA-specific code.
4884
69e7b95e
RC
48852004-05-24 Randolph Chung <tausq@debian.org>
4886
4887 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
4888 unused symbols.
4889 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
4890 references.
4891
a4d5f2e0
JB
48922004-05-24 Joel Brobecker <brobecker@gnat.com>
4893
4894 * infcmd.c (kill_if_already_running): New function, extracted
4895 from run_command().
4896 (run_command): Replace extracted code by call to
4897 kill_if_already_running().
4898 (start_command): New function.
4899 (_initialize_infcmd): Add "start" command.
4900
bf2ca189
MK
49012004-05-24 Mark Kettenis <kettenis@gnu.org>
4902
4903 Add OpenBSD/m88k support.
4904 * NEWS (New native configurations): Mention OpenBSD/m88k.
4905 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
4906 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
4907 * Makefile.in (m88k_tdep_h): New variable.
4908 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
4909 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
4910 * configure.host: Add m88*-*-openbsd*.
4911 * configure.tgt: Add m88*-*-openbsd*.
4912
80fadb11
JB
49132004-05-24 Jim Blandy <jimb@redhat.com>
4914
4915 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
4916 to approve changes.
4917
19e2d14b
KB
49182004-05-24 Kevin Buettner <kevinb@redhat.com>
4919
4920 * symtab.c (fixup_section): Search section table when lookup by
4921 name fails.
4922
1b07b470
RC
49232004-05-24 Randolph Chung <tausq@debian.org>
4924
4925 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
4926 be "small_struct".
4927
368702b1
MK
49282004-05-24 Mark Kettenis <kettenis@gnu.org>
4929
5df97fde
MK
4930 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
4931 register number in regcache_raw_collect call.
4932 (m68kbsd_collect_fpregset): Likewise.
4933 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
4934
368702b1
MK
4935 * regset.h (struct regset): Add back `regset' member.
4936
a770d4ec
MK
49372004-05-23 Mark Kettenis <kettenis@gnu.org>
4938
70f9f479
MK
4939 * configure.in: Check for td_pcb in `struct thread'.
4940 * configure, config.in: Regenerated.
4941
2e16d79e
MK
4942 * dpx2-nat.c: Remove file.
4943 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
4944 (dpx2-nat.o): Remove dependencies.
4945
492cf391
MK
4946 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
4947 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
4948 (amd64obsd_supply_pcb): New function.
4949 (_initialize_amd64obsd_nat): Enable libkvm interface.
4950 * Makefile.in (amd64obsd-nat.o): Update dependencies.
4951 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
4952 (LOADLIBES): New variable.
4953
a770d4ec
MK
4954 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
4955 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
4956 (sparc32nbsd_supply_pcb): New function.
4957 (_initialize_sparcnbsd_nat): Enable libkvm interface.
4958 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
4959 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4960 (LOADLIBES): New variable.
4961
9ea75c57
MK
49622004-05-22 Mark Kettenis <kettenis@gnu.org>
4963
2e0c3539
MK
4964 * bsd-kvm.c, bsd-kvm.h: New files.
4965 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4966 "bsd-kvm.h".
4967 (i386fbsd_supply_pcb): New function.
4968 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
4969 (i386fbsd-nat.o): Update dependencies.
4970 (bsd_kvm_h): New variable.
4971 (bsd-kvm.o): New dependency.
4972 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4973 (LOADLIBES): New variable.
4974
9ea75c57
MK
4975 * regset.c: Tweak comment.
4976 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
4977 macro.
4978 * regset.h: Update copyright year.
4979 (struct regset): Remove `descr' member, add `gdbarch' member.
4980 (regset_alloc): Adjust prototype and comment.
4981 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
4982 (i386_supply_fpregset): Likewise.
4983 (i386_regset_from_core_section): Update call to regset_alloc.
4984 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
4985 REGSET->arch.
4986 (i386obsd_aout_regset_from_core_section): Update call to
4987 regset_alloc.
4988 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
4989 REGSET->arch.
4990 (i386nbsd_aout_regset_from_core_section): Update call to
4991 regset_alloc.
4992 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
4993 REGSET->arch.
4994 (amd64_regset_from_core_section): Update call to regset_alloc.
4995 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
4996 REGSET->arch.
4997 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
4998 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
4999 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5000 (sparc32nbsd_init_abi): Update call to regset_alloc.
5001 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5002 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5003 (sparc64obsd_init_abi): Update call to regset_alloc.
5004 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5005 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5006 (sparc64nbsd_init_abi): Update call to regset_alloc.
5007 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5008 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5009 (sparc64fbsd_init_abi): Update call to regset_alloc.
5010
867e2dc5
JB
50112004-05-22 Jim Blandy <jimb@redhat.com>
5012
5013 * ppc-tdep.h (spe_register_p): New declaration.
5014 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5015 ppc_spefscr_regnum.
5016 * rs6000-tdep.c (spe_register_p): New function.
5017 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5018 spefscr.
5019 (rs6000_gdbarch_init): Initialize the new members of the tdep
5020 structure.
5021
617a4cba
JB
50222004-05-21 Jim Blandy <jimb@redhat.com>
5023
0397dee1
JB
5024 * ppc-linux-nat.c (fetch_register): Move code back to be next
5025 to the comment that describes it. (Moved code, instead of
5026 comment, for symmetry with store_register.)
5027
617a4cba
JB
5028 Allocate regset structures in the gdbarch's obstack, not using
5029 xmalloc.
5030 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5031 Add 'arch' argument. Allocate the regset on arch's obstack, not
5032 using xmalloc.
5033 * regset.h (regset_alloc): Update declaration.
5034 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5035 gdbarch argument.
5036 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5037 * i386-tdep.c (i386_regset_from_core_section): Same.
5038 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5039 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5040 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5041 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5042 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5043 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5044
9aa3914d
JB
50452004-05-21 Joel Brobecker <brobecker@gnat.com>
5046
5047 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5048
99c87dab
JB
50492004-05-21 Jim Blandy <jimb@redhat.com>
5050
5051 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5052 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5053
c2b6b4aa
JB
50542004-05-20 Jim Blandy <jimb@redhat.com>
5055
5056 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5057
144529d0
MK
50582004-05-20 Mark Kettenis <kettenis@gnu.org>
5059
5060 * regset.h: Make prototype const-correct.
5061 * regset.c (regset_xmalloc): Make const-correct.
5062
4725b721
PH
50632004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5064
5065 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5066 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5067 (symbol_search_name): Declare.
5068
5069 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5070 (iter_name_next_hashed): Ditto.
5071 (iter_name_next_linear): Ditto.
5072 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5073
5074 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5075 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5076 (symbol_search_name): New function.
5077
5078 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5079
5080 * minsyms.c (build_minimal_symbol_hash_tables): Change
5081 test for adding to demangled hash table to check for difference
5082 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5083
be07a590
JB
50842004-05-19 Jim Blandy <jimb@redhat.com>
5085
5086 Use a constructor function to create regset structures.
5087 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5088 (struct regset): Use supply_regset_ftype. Add new
5089 'collect_regset' member.
5090 (regset_xmalloc): New declaration.
5091 * regset.c: New file.
5092 * am64-tdep.c (amd64_regset_from_core_section): Use
5093 regset_xmalloc to construct regset structures.
5094 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5095 * i386-tdep.c (i386_regset_from_core_section): Same.
5096 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5097 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5098 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5099 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5100 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5101 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5102 * Makefile.in (COMMON_OBS): Add regset.o.
5103 (regset.o): New rule.
5104
604368f5
JB
51052004-05-19 Joel Brobecker <brobecker@gnat.com>
5106
5107 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5108 and pthread_cond_wait.c.
5109
82d69f8b
JB
51102004-05-18 Jim Blandy <jimb@redhat.com>
5111
5112 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5113 before the mach-specific switch, and then let the individual cases
5114 override the defaults, rather than leaving them uninitialized
5115 until the switch and then setting them in each case.
5116
5859efe5
RC
51172004-05-18 Randolph Chung <tausq@debian.org>
5118
5119 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5120 millicode functions.
5121
9ca80cf8
RC
51222004-05-18 Randolph Chung <tausq@debian.org>
5123
5124 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5125 references to dld_flags_buffer consistent.
5126
ed70ba00
RC
51272004-05-18 Randolph Chung <tausq@debian.org>
5128
5129 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5130 it for unwinding the stack.
5131
63100632
RC
51322004-05-18 Randolph Chung <tausq@debian.org>
5133
5134 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5135 Undefine these so we can overide them using gdbarch.
5136
090ccbb7
RC
51372004-05-18 Randolph Chung <tausq@debian.org>
5138
5139 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5140 handling for 64-bit HPUX (elf).
5141
594706e6
DJ
51422004-05-18 Daniel Jacobowitz <dan@debian.org>
5143
5144 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5145 constants.
5146 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5147 * ia64-tdep.c (examine_prologue): Likewise.
5148 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5149 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5150
e5483145
MK
51512004-05-18 Mark Kettenis <kettenis@gnu.org>
5152
5153 * vax-tdep.c (vax_return_value): Implement
5154 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5155
caed1a45
MK
51562004-05-17 Mark Kettenis <kettenis@gnu.org>
5157
5158 * vax-tdep.c (vax_return_value): Fix typo.
5159
3c0b7db2
AC
51602004-05-17 Andrew Cagney <cagney@redhat.com>
5161
5aae53e5
AC
5162 * MAINTAINERS: Mark Salter was also responsible for
5163 testsuite/config/
5164
3c0b7db2
AC
5165 * NEWS: Mention signal fixes.
5166
22b0923d
RC
51672004-05-17 Randolph Chung <tausq@debian.org>
5168
5169 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5170 check to see if we are unwinding an export stub. Export stubs clobber
5171 the %rp in the call path and stores the original rp in a stack slot.
5172
22f2b2f3
JB
51732004-05-17 Jim Blandy <jimb@redhat.com>
5174
5175 * MAINTAINERS: Update address for J.T. Conklin.
5176
cea96d64
RC
51772004-05-17 Randolph Chung <tausq@debian.org>
5178
5179 * hppa-tdep.c: Remove superfluous #include's.
5180 * Makefile.in (hppa-tdep.o): Update dependencies.
5181
f08f6a4a
RC
51822004-05-17 Randolph Chung <tausq@debian.org>
5183
5184 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5185 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5186 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5187 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5188 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5189 Remove static function declarations.
5190
51da707a
MK
51912004-05-17 Mark Kettenis <kettenis@gnu.org>
5192
caed1a45
MK
5193 * alphabsd-nat.c: Update copyright year.
5194 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5195
c0c2b0db
MK
5196 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5197 and M68K_A2_REGNUM.
5198
51da707a
MK
5199 * m68k-tdep.c (m68k_svr4_return_value): Implement
5200 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5201
8d027a04
MK
52022004-05-16 Mark Kettenis <kettenis@gnu.org>
5203
5204 * sol-thread.c Update copyright year. Fix various coding
5205 standards violations. Tweak a few comments.
5206 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5207 Delete prototypes.
5208
0d99fdb9
RC
52092004-05-15 Randolph Chung <tausq@debian.org>
5210
5211 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5212 as pointer instead of array reference since HPUX compiler does
5213 not accept unsized array arguments.
5214 * somsolib.c (dld_flags_buffer): Use constant array size.
5215
f7e3843a
MK
52162004-05-15 Mark Kettenis <kettenis@gnu.org>
5217
0fe85704
MK
5218 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5219 offset with decimal offset.
5220 (amd64obsd_sigcontext_addr): Return correct address for entire
5221 signal trampoline.
5222
a54f9a00
MK
5223 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5224 instead of get_frame_base.
5225
feae6502
MK
5226 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5227 (fill_gregset): Use regcache_raw_collect.
5228
0382d099
MK
5229 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5230 ppcobsd-tdep.c.
5231
f7e3843a
MK
5232 * config/sparc/tm-nbsd64.h: Remove file.
5233 * config/tm-sunos.h: Remove file.
5234
773df3e5
JB
52352004-05-15 Joel Brobecker <brobecker@gnat.com>
5236
5237 * rs6000-tdep.c (store_param_on_stack_p): New function,
5238 an improved version of some code extracted from skip_prologue().
5239 (skip_prologue): Use store_param_on_stack_p() to detect
5240 instructions saving a parameter on the stack. Detect when r0
5241 is used to save a parameter.
5242 Do not mark "li rx, SIMM" instructions as part of the prologue,
5243 unless the following instruction is also part of the prologue.
5244
95918acb
AC
52452004-05-14 Andrew Cagney <cagney@redhat.com>
5246
06f32659
AC
5247 * infrun.c (handle_inferior_event): Simplify
5248 STEP_OVER_UNDEBUGGABLE.
5249
95918acb
AC
5250 * infrun.c (handle_step_into_function): Delete function.
5251 (handle_inferior_event): Inline calls to
5252 handle_step_into_function.
5253
40711ff1 52542004-05-14 Jerome Guitton <guitton@gnat.com>
42203e46
JG
5255
5256 * rs6000-nat.c: Fix a comment.
5257
02f60eae
JB
52582004-05-12 David Anderson <davea@sgi.com>
5259
5260 Committed by Jim Blandy <jimb@redhat.com>:
5261 * regcache.c (struct regcache_descr): fix comment spelling.
5262
552e377b
JB
52632004-05-13 J. Brobecker <brobecker@gnat.com>
5264
5265 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5266 Fixes a link link failure.
5267
349766b2
JB
52682004-05-13 J. Brobecker <brobecker@gnat.com>
5269
5270 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5271 error that was causing the build to fail.
5272
0d4d5484
JB
52732004-05-13 J. Brobecker <brobecker@gnat.com>
5274
5275 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5276 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5277
0b30808c
AC
52782004-05-13 Andrew Cagney <cagney@redhat.com>
5279
5280 * infrun.c (handle_inferior_event): Check for
5281 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5282 calls. Update comments.
5283
cdf2c5f5
JB
52842004-05-13 Jim Blandy <jimb@redhat.com>
5285
063715bf
JB
5286 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5287 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5288 (store_regs_user_thread, store_regs_kernel_thread): Use
5289 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5290 * ppc-linux-nat.c (fill_gregset): Same.
5291 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5292 (ppc_linux_sigtramp_cache): Same.
5293 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5294 (ppcnbsd_sigtramp_cache_init): Same.
5295 * rs6000-nat.c (fetch_core_registers): Same.
5296 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5297 (rs6000_frame_cache): Same.
5298
cdf2c5f5
JB
5299 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5300 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5301 of assuming that the gprs are numbered starting with zero.
5302 * ppc-linux-nat.c (fill_gregset): Same.
5303 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5304 * ppcnbsd-nat.c (getregs_supplies): Same.
5305 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5306 * rs6000-nat.c (fetch_core_registers): Same.
5307 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5308
450bd37b
MS
53092004-05-07 Michael Snyder <msnyder@redhat.com>
5310
5311 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5312 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5313
4a72a2a6
AC
53142004-05-13 Andrew Cagney <cagney@redhat.com>
5315
5316 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5317
8edfa926
BM
53182004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5319
5320 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5321 base_address for shared libraries.
5322
723e0e3d
BM
53232004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5324
5325 * MAINTAINERS (write after approval): Add myself.
5326
00d4360e
UW
53272004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5328
5329 * breakpoint.c (bpstat_stop_status): Add new argument
5330 STOPPED_BY_WATCHPOINT. Use it instead of testing
5331 target_stopped_data_address agaist 0 to check whether
5332 or not we stopped due to a hardware watchpoint.
5333 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5334 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5335 with new argument.
5336
ec76baa5
JB
53372004-05-12 Jim Blandy <jimb@redhat.com>
5338
5339 * configure.in: When checking whether we should use the -bbigtoc
5340 option, don't forget to restore the original value of LDFLAGS.
5341 * configure: Regenerated.
5342
f2c9ca08
AC
53432004-05-12 Andrew Cagney <cagney@redhat.com>
5344
5345 * thread.c (load_infrun_state): Delete step_sp.
5346 * infrun.c (context_switch): Ditto.
5347 * inferior.h (step_sp): Ditto.
5348 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5349 * gdbthread.h (struct thread_info, save_infrun_state)
5350 (restore_infrun_state): Ditto.
5351
090ddb2a
UW
53522004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5353
5354 * MAINTAINERS (write after approval): Add myself.
5355
8aad930b
AC
53562004-05-12 Andrew Cagney <cagney@redhat.com>
5357
5358 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5359 eliminate reference to step_sp.
5360 (struct execution_control_state, init_execution_control_state)
5361 (handle_inferior_event, keep_going): Delete update_step_sp and
5362 step_sp.
5363 * infcmd.c (step_sp): Note that variable is unused.
5364
922d5ae0
AC
53652004-05-11 Andrew Cagney <cagney@redhat.com>
5366
5367 * infrun.c (step_over_function): Delete function.
5368 (handle_step_into_function): Use insert_step_resume_breakpoint.
5369 (insert_step_resume_breakpoint): Fix assertion.
5370
017c5ca5
NR
53712004-05-11 Nick Roberts <nickrob@gnu.org>
5372
5373 * utils.c (defaulted_query): Just use the normal query input type
5374 when printing the annotations.
5375
42edda50
AC
53762004-05-11 Andrew Cagney <cagney@redhat.com>
5377
5378 * infrun.c (handle_inferior_event): Simplify code handling
5379 step-into or return-from a signal trampoline.
5380
d28b44a7
AC
53812004-05-11 Andrew Cagney <cagney@redhat.com>
5382
5383 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5384 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5385
383f0f5b
JB
53862004-05-10 Jim Blandy <jimb@redhat.com>
5387
d0b57c3a
JB
5388 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5389 with a call to internal_error.
5390
383f0f5b
JB
5391 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5392 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5393 processor variant lacks those registers.
5394 (ppc_floating_point_unit_p): Change description to make it clear
5395 that this returns info about the ISA, not the ABI.
5396 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5397 return true or false by checking tdep->ppc_fp0_regnum and
5398 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5399 arch/mach switching done in rs6000_gdbarch_init; it's better to
5400 keep that logic there, and just check the results here.
5401 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5402 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5403 floating-point registers.
5404 (ppc_supply_fpregset, ppc_collect_fpregset)
5405 (rs6000_push_dummy_call, rs6000_extract_return_value)
5406 (rs6000_store_return_value): Assert that we have floating-point
5407 registers.
5408 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5409 (rs6000_frame_cache): Don't note the locations at which
5410 floating-point registers were saved if we have no fprs.
5411 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5412 registers.
5413 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5414 (store_regs_user_thread, store_regs_kernel_thread): Only call
5415 supply_fprs / fill_fprs if we actually have floating-point
5416 registers.
5417 (special_register_p): Check ppc_fpscr_regnum before matching
5418 against it.
5419 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5420 supply / collect fpscr if we don't have it.
5421 * ppc-bdm.c: #include "gdb_assert.h".
5422 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5423 have floating-point registers, since I can't test this code on
5424 FP-free systems to adapt it.
5425 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5426 fpscr and floating point register numbers if they don't exist.
5427 (fetch_register): Assert that we have floating-point registers
5428 before we reach the code that handles them.
5429 (store_register): Same. And use tdep instead of calling
5430 gdbarch_tdep again.
5431 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5432 don't have them.
5433 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5434 fprs and fpscr if we don't have them.
5435 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5436 don't have them.
5437 * ppcnbsd-nat.c: #include "gdb_assert.h".
5438 (getfpregs_supplies): Assert that we have floating-point registers.
5439 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5440 * ppcobsd-tdep.c: #include "gdb_assert.h".
5441 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5442 have floating-point registers.
5443 * rs6000-nat.c (regmap): Don't match against the fpscr and
5444 floating point register numbers if they don't exist.
5445 (fetch_inferior_registers, store_inferior_registers,
5446 fetch_core_registers): Only fetch / store / supply the
5447 floating-point registers and the fpscr if we have them.
5448 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5449 (ppcobsd-tdep.o): Update dependencies.
5450
15960608
AC
54512004-05-10 Andrew Cagney <cagney@redhat.com>
5452
5453 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5454 (context_switch): Do not switch through_sigtramp_breakpoint.
5455 * gdbthread.h (save_infrun_state, load_infrun_state)
5456 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5457 and structure member.
5458 * thread.c (load_infrun_state, save_infrun_state): Update.
5459
5ab5aa0f
MK
54602004-05-10 Mark Kettenis <kettenis@gnu.org>
5461
5462 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5463
da78b0e7
DJ
54642004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5465
5466 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5467 throughout.
5468 * aclocal.m4: Regenerate.
5469
cca0d3b0
NW
54702004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5471
5472 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5473
d303a6c7
AC
54742004-05-10 Andrew Cagney <cagney@redhat.com>
5475
5476 * infrun.c (check_sigtramp2): Delete function.
5477 (handle_inferior_event): When single stepping, and taking a
5478 signal, set a breakpoint at the signal return address. Delete
5479 redundant calls to check_sigtramp2.
5480 (insert_step_resume_breakpoint): New function.
5481 (through_sigtramp_breakpoint, handle_inferior_event)
5482 (follow_exec, wait_for_inferior, fetch_inferior_event)
5483 (currently_stepping, keep_going): Delete most uses of
5484 through_sigtramp_breakpoint, not that it should be deleted.
5485 (delete_breakpoint_current_contents): Delete function.
5486
03f4cc20
RC
54872004-05-10 Randolph Chung <tausq@debian.org>
5488
5489 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5490 target.
5491 * config/pa/tm-linux.h: New file.
5492
37fc812e
DJ
54932004-05-10 Daniel Jacobowitz <drow@mvista.com>
5494
5495 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5496 of prefixes. Don't print the prefix twice in the CLI.
5497
26c0b942
JB
54982004-05-10 Jim Blandy <jimb@redhat.com>
5499
2e56e9c1
JB
5500 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5501 collect all the gprs.
5502
26c0b942
JB
5503 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5504 loop collecting gprs.
5505
dc497459
AC
55062004-05-09 Andrew Cagney <cagney@redhat.com>
5507
5508 * remote-vx.c (net_step): Delete step-range code.
5509 * remote.c (remote_resume, init_all_packet_configs)
5510 (set_remote_protocol_E_packet_cmd)
5511 (show_remote_protocol_E_packet_cmd)
5512 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5513 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5514 (show_remote_protocol_e_packet_cmd): Ditto.
5515
0543f387
MK
55162004-05-09 Mark Kettenis <kettenis@gnu.org>
5517
c481d1ca
MK
5518 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5519
f626a069
MK
5520 * hppa-tdep.h: Update copyright year.
5521 (struct trad_frame_saved_reg): Add opaque declaration.
5522
6fa57a7d
MK
5523 * amd64-tdep.c (amd64_return_value): Implement
5524 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5525
e47577ab
MK
5526 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5527 (m68k_value_to_register): New functions.
5528 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5529 value_to_register.
5530
31db7b6c
MK
5531 * defs.h (enum return_value_convention): Add
5532 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5533 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5534 * infcmd.c (legacy_return_value): New function.
5535 (print_return_value): Rwerite to implement
5536 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5537 * values.c (using_struct_return): Check for inequality to
5538 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5539 RETURN_VALUE_STRUCT_CONVENTION.
5540 * i386-tdep.c (i386_return_value): Implement
5541 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5542
0543f387
MK
5543 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5544 include "symtab.h", "opcode/vax.h" and "inferior.h".
5545 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5546 to read_memory_unsigned_integer.
5547 (vax_gdbarch_init): Reorder.
5548 (_initialize_vax_tdep): Spell out prototype.
5549 * Makefile.in (vax-tdep.o): Update dependencies.
5550
0c93b7b6
AC
55512004-05-08 Andrew Cagney <cagney@redhat.com>
5552
e6b55ae2
AC
5553 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5554 * target.c (target_detach, target_disconnect): Ditto.
5555
1ac839b8
AC
5556 * infcall.c (call_function_by_hand): When no
5557 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5558 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5559 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5560 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5561 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5562
28954179
AC
5563 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5564 * gdbarch.h, gdbarch.c: Re-generate.
5565 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5566 deprecated_fix_call_dummy.
5567 * v850-tdep.c (v850_gdbarch_init): Ditto.
5568 * infcall.c (call_function_by_hand): Do not call
5569 DEPRECATED_FIX_CALL_DUMMY.
5570
434b87dd
AC
5571 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5572 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5573 * gdbarch.h, gdbarch.c: Re-generate.
5574 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5575 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5576 deprecated_sizeof_call_dummy_words.
5577 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5578 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5579 * v850-tdep.c (v850_gdbarch_init): Ditto.
5580 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5581 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5582 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5583 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5584 * arch-utils.h (legacy_call_dummy_words)
5585 (legacy_sizeof_call_dummy_words): Delete declarations.
5586 * arch-utils.c (legacy_call_dummy_words)
5587 (legacy_sizeof_call_dummy_words): Delete variables.
5588
58d28df8
AC
5589 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5590 * gdbarch.h, gdbarch.c: Re-generate.
5591 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5592 * infcall.c (call_function_by_hand): Eliminate call to
5593 DEPRECATED_PUSH_DUMMY_FRAME.
5594 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5595 push_dummy_frame.
5596 (ns32k_push_dummy_frame): Delete function.
5597
e4a2df64
AC
5598 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5599 deprecated_call_dummy_breakpoint_offset or
5600 deprecated_call_dummy_start_offset.
5601 * dummy-frame.c, arm-tdep.c: Update comments.
5602 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5603 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5604 * gdbarch.h, gdbarch.c: Re-generate.
5605
d3712828
AC
5606 * infcall.c (legacy_push_dummy_code): Delete function.
5607 (push_dummy_code): Delete call.
5608
7a882905
AC
5609 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5610 * gdbarch.h, gdbarch.c: Re-generate.
5611 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5612 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5613 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5614 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5615
0ec5872b
AC
5616 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5617 (struct frame_info): Delete opaque declaration.
5618 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5619 * frame.c (get_frame_type): Delete call.
5620
0c93b7b6
AC
5621 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5622 pc_in_call_dummy.
5623 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5624 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5625
75536971
MK
56262004-05-08 Mark Kettenis <kettenis@gnu.org>
5627
527ca6bb
MK
5628 * alphanbsd-tdep.c: Include "gdb_string.h".
5629 * armnbsd-tdep.c: Update copyright year.
5630 Include "gdb_string.h".
5631 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5632 dependencies.
5633
d39fdc61
MK
5634 * delta68-nat.c: Remove file.
5635 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
5636 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
5637 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
5638 (delta68-nat.o): Remove dependency.
5639
75536971
MK
5640 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
5641 function.
5642 (m68k_gdbarch_init): Don't set
5643 deprecated_frameless_function_invocation.
5644
f4ca1d1f
RC
56452004-05-07 Randolph Chung <tausq@debian.org>
5646
5647 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
5648 read_memory_nobpt for code reading when doing frame unwinding.
5649 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
5650
2f0e8c7a
RC
56512004-05-07 Randolph Chung <tausq@debian.org>
5652
5653 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
5654 instead of sp, handle sigaltstack case.
5655 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
5656 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
5657 signal handler and not that of the caller.
5658 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
5659 hppa_linux_sigtramp_find_sigcontext.
5660
959464ff
RC
56612004-05-07 Randolph Chung <tausq@debian.org>
5662
5663 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
5664 hppa-linux-nat.c.
5665 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
5666 * hppa-linux-nat.c (fetch_register, store_register): Define.
5667 (fetch_inferior_registers, store_inferior_registers): Define.
5668 (supply_gregset): Add comment and clean up some unneeded code.
5669 (fill_gregset): Add comment and fix so that it saves registers in
5670 the right place in the gregset.
5671 (fill_fpregset): Fix buffer overrun problem.
5672 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
5673
0da28f8a
RC
56742004-05-07 Randolph Chung <tausq@debian.org>
5675
5676 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
5677 do common handling of the pcoqt register.
5678 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
5679 to use helper function.
5680 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
5681 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
5682 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
5683 generic fallback unwinder when all else fails.
5684 (hppa_gdbarch_init): Add fallback sniffer.
5685 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
5686 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
5687 to use helper function.
5688
b9ec757a
JB
56892004-05-08 Joel Brobecker <brobecker@gnat.com>
5690
5691 * config/djgpp/fnchange.lst: Add translation rules for
5692 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
5693
756e95f1
MK
56942004-05-08 Mark Kettenis <kettenis@gnu.org>
5695
5696 * frame.c (get_prev_frame_1): Work around GCC bug.
5697 * frame.h: Add comment about GCC bug.
5698
2b4855ab
AC
56992004-05-07 Andrew Cagney <cagney@redhat.com>
5700
5701 * observer.c: Include "commands.h" and "gdbcmd.h".
5702 (observer_debug, _initialize_observer): Add the
5703 command "set/show debug observer".
5704 * observer.sh: When observer debugging, log notify calls.
5705 * Makefile.in (observer.o): Update dependencies.
5706
ba3e8e46
JM
57072004-05-07 Jason Molenda (jmolenda@apple.com)
5708
5709 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
5710
16796152
JB
57112004-05-07 Jim Blandy <jimb@redhat.com>
5712
daf6dc85
JB
5713 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
5714 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
5715 to recognize gpr regnums, instead of assuming that
5716 tdep->ppc_fp0_regnum marks the end of the general-purpose
5717 registers.
5718
16796152
JB
5719 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
5720 the given architecture has floating-point registers.
5721
c69b8bfc
AC
57222004-05-07 Andrew Cagney <cagney@redhat.com>
5723
5724 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
5725 macro defined to 1.
5726 * gdbarch.h, gdbarch.c: Re-generate.
5727 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5728 deprecated_use_generic_dummy_frames.
5729
7243600a
BF
57302004-05-07 Brian Ford <ford@vss.fsi.com>
5731
5732 * NEWS: Mention Cygwin DWARF 2 support.
5733
73c1e0a1
AC
57342004-05-07 Andrew Cagney <cagney@redhat.com>
5735
5736 * objfiles.h (struct entry_info): Delete unused fields
5737 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
5738 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
5739 * mipsread.c (mipscoff_symfile_read): Update.
5740 * mdebugread.c (parse_partial_symbols): Update.
5741 * dwarfread.c (read_file_scope): Update.
5742 * dwarf2read.c (read_file_scope): Update.
5743 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
5744 * coffread.c (complete_symtab): Update.
5745
1d3056ac
MK
57462004-05-07 Mark Kettenis <kettenis@gnu.org>
5747
5748 * infcall.c (_initialize_infcall): Fix typo.
5749
15170568
AC
57502004-05-07 Andrew Cagney <cagney@redhat.com>
5751
5752 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
5753 * command.h (add_setshow_zinteger_cmd): Declare.
5754
34f75cc1
RC
57552004-05-06 Randolph Chung <tausq@debian.org>
5756
5757 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
5758 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
5759 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
5760 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
5761 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
5762 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
5763 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
5764 definitions ...
5765 * hppa-tdep.h: ... to here, with HPPA_ prefix.
5766 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
5767 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
5768 (hppa64_hpux_frame_find_saved_regs_in_sig)
5769 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
5770 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
5771 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
5772 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
5773 (hppa_linux_sigtramp_frame_prev_register): Likewise.
5774 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
5775 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
5776 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
5777 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
5778 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
5779 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
5780 (hppa32_register_type, hppa_cannot_store_register)
5781 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
5782 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
5783 * hpread.c (hpread_process_one_debug_symbol): Likewise.
5784 * pa64solib.c (pa64_solib_have_load_event)
5785 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
5786 (pa64_solib_unloaded_library_pathname): Likewise.
5787 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
5788 (som_solib_library_pathname): Likewise.
5789
0a5e7efe
JI
57902004-05-05 Jim Ingham <jingham@apple.com>
5791
5792 * breakpoint.c (create_breakpoints): Copy the ignore count and
5793 thread id over from the pended breakpoint to the actual
5794 breakpoint.
5795
10a4b113
AC
57962004-05-05 Andrew Cagney <cagney@redhat.com>
5797
5798 * gdbarch.sh (PARM_BOUNDARY): Delete.
5799 gdbarch.h, gdbarch.c: Re-generate.
5800 * valops.c (PARM_BOUNDARY): Delete macro.
5801 (value_push): Delete PARM_BOUNDARY code.
5802 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
5803
366f009f
JB
58042004-05-04 Jim Blandy <jimb@redhat.com>
5805
32b99774
JB
5806 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
5807 Don't assume that the gprs, fprs, and UISA sprs are
5808 contiguous, start at register number zero, and end with fpscr.
5809 Instead, use the numbers from the tdep structure.
5810
366f009f
JB
5811 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
5812 should no longer be used in code specific to the RS6000 and its
5813 derivatives.
5814 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
5815 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
5816 tdep->ppc_fp0_regnum.
5817 (ppc_supply_fpregset, ppc_collect_fpregset)
5818 (rs6000_push_dummy_call, rs6000_extract_return_value)
5819 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
5820 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
5821 FP0_REGNUM.
5822 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
5823 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
5824 Same.
5825 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
5826 bdm_ppc_store_registers): Same.
5827 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
5828 (store_register, fill_fpregset): Same.
5829 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
5830 (ppc_linux_supply_fpregset): Same.
5831 * ppcnbsd-nat.c (getfpregs_supplies): Same.
5832 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
5833 Same.
5834 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
5835 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
5836 ppc64_sysv_abi_return_value): Same.
5837 * rs6000-nat.c (regmap, fetch_inferior_registers)
5838 (store_inferior_registers, fetch_core_registers): Same.
5839
827f338d
MK
58402004-05-01 Mark Kettenis <kettenis@gnu.org>
5841
5842 * m68knbsd-nat.c: Remove file.
5843 * m68knbsd-tdep.c: Remove file.
5844 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
5845 dependencies.
5846 * configure.host: Add m68k-*-netbsdelf*.
5847 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
5848 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
5849 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
5850 (XM_FILE): Remove.
5851 * config/m68k/nbsdelf.mh: New file.
5852 * config/m68k/nbsd.mt: New file.
5853 * config/m68k/nbsdaout.mt: Remove file.
5854 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
5855 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
5856 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
5857 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
5858 (use_struct_convention): Remove prototype.
5859 (USE_STRUCT_CONVENTION): Remove define.
5860 * config/m68k/xm-nbsd.h: Remove file.
5861
66894781
MS
58622004-05-04 Michael Snyder <msnyder@redhat.com>
5863
5864 * m68k-tdep.c (m68k_gdbarch_init): Default to using
5865 reg_struct_return method (as gcc usually does for cross targets).
5866
f0f63663
AC
58672004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5868
5869 Committed by Andrew Cagney.
5870 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
5871 alignment padding when accessing ucontext struct members.
5872
edf61169
JB
58732004-05-04 Jim Blandy <jimb@redhat.com>
5874
8bf659e8
JB
5875 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
5876 'ppc_gplast_regnum' member.
5877 (ppc_num_gprs): New enum constant.
5878 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
5879 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
5880 * rs6000-nat.c (regmap, fetch_inferior_registers,
5881 store_inferior_registers): Same.
5882 * rs6000-tdep.c (e500_pseudo_register_read)
5883 (e500_pseudo_register_write): Same.
5884 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
5885
b967e06f
JB
5886 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
5887 * ppc-tdep.h (ppc_num_fprs): New enum constant.
5888 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
5889 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
5890 FPLAST_REGNUM.
5891 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
5892 Same.
5893 * ppc-linux-nat.c (ppc_register_u_addr): Same.
5894 * rs6000-nat.c (regmap, fetch_inferior_registers)
5895 (store_inferior_registers): Same.
5896
edf61169
JB
5897 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
5898 with FPLAST_REGNUM.
5899
58a9656e
JB
59002004-05-03 Joel Brobecker <brobecker@gnat.com>
5901
5902 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
5903 failure detected by recent versions of GCC.
5904 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
5905 to be consistent with the usage in dwarf2_create_include_psymtab.
5906
dc305454
MS
59072004-05-03 Michael Snyder <msnyder@redhat.com>
5908
5909 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
5910 (heuristic_proc_start): Whitespace cleanup.
5911
29972665
MK
59122004-05-04 Mark Kettenis <kettenis@gnu.org>
5913
6b57680d
MK
5914 * sun3-nat.c: Remove file.
5915 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
5916 dependencies.
5917 (ALLDEPFILES): Remove sun3-nat.c.
5918 (sun3-nat.o): Remove dependencies.
5919
29972665
MK
5920 * i386-interix-nat.c, i386-interix-tdep.c,
5921 config/i386/nm-interix.h, config/i386/interix.mh,
5922 config/i386/interix.mt: Remove files.
5923 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
5924 dependencies.
5925
f595cb19
MK
59262004-05-03 Mark Kettenis <kettenis@gnu.org>
5927
5928 * m68k-tdep.h (struct gdbarch_tdep): Add member
5929 struct_value_regnum.
5930 (m68k_svr4_init_abi): New prototype.
5931 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
5932 different calling conventions.
5933 (m68k_extract_return_value): Remove code dealing with single-field
5934 structs.
5935 (m68k_store_return_value): Remove code dealing with single-field
5936 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
5937 (m68k_extract_struct_value_address): Remove function.
5938 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
5939 (m68k_reg_struct_return_p, m68k_return_value)
5940 (m68k_svr4_return_value): New functions.
5941 (m68k_use_struct_convention): Remove function.
5942 (m68k_push_dummy_call): Use new struct_value_regnum member of
5943 `struct gdbarch_tdep' instead of hardcoded register number to
5944 store STRUCT_ADDR.
5945 (m68k_svr4_init_abi): New function.
5946 (m68k_gdbarch_init): Don't set extract_return_value,
5947 store_return_values, deprecated_extract_struct_value_address and
5948 use_struct_convention. Set return_value instead. Initialize new
5949 struct_value_regnum member of `struct gdbarch_tdep'.
5950 * m68klinux-tdep.c: Update copyright year.
5951 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
5952 (m68k_linux_extract_struct_value_address): Remove function.
5953 (m68k_linux_init_abi): Don't set extract_return_value,
5954 store_return_values, deprecated_extract_struct_value_address and
5955 use_struct_convention. Call m68k_svr4_init_abi but override the
5956 new struct_value_regnum member of `struct gdbarch_tdep'.
5957 * Makefile.in (m68k-tdep.o): Update dependencies.
5958
aaa75496
JB
59592004-05-03 J. Brobecker <brobecker@gnat.com>
5960
5961 * dwarf2read.c (line_header): Add new included_p field in
5962 field file_names.
5963 (partial_die_info): New field has_stmt_list. New field line_offset.
5964 (dwarf2_create_include_psymtab): New function.
5965 (dwarf2_build_include_psymtabs): New function.
5966 (add_file_name): Add forward declaration. Initialize new field.
5967 (dwarf_decode_lines): Add new parameter. Enhance this procedure
5968 to be able to determine the list of files included by the
5969 given unit, and build their associated psymtabs.
5970 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
5971 files as well.
5972 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
5973 (read_file_scope): Update call to dwarf_decode_lines.
5974 (read_partial_die): Handle DW_AT_stmt_list attributes.
5975
c848556f
MC
59762004-05-02 Michael Chastain <mec.gnu@mindspring.com>
5977
5978 Unfix PR gdb/1626.
5979 * configure.in: Revert special case for osf5.*.
5980 * configure: Regenerate.
5981
eb4556d7
JB
59822004-05-02 Jim Blandy <jimb@redhat.com>
5983
5984 Move the symbol-file-from-memory functions into their own file.
5985 * symfile-mem.c, symfile-mem.h: New files.
5986 * symfile.c (symbol_file_add_from_bfd): New function.
5987 (symbol_file_add): Call symbol_file_add_from_bfd.
5988 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
5989 Moved to symfile-mem.c.
5990 (_initialize_symfile): Move definition of
5991 add-symbol-file-from-memory command to symfile-mem.c.
5992 * symfile.h (symbol_file_add_from_bfd): New declaration.
5993 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
5994 * config/powerpc/linux.mt (TDEPFILES): Same.
5995 * Makefile.in (SFILES): Add symfile-mem.c.
5996 (symfile_mem_h): New variable.
5997 (HFILES_NO_SRCDIR): Add symfile-mem.h.
5998 (symfile-mem.o): New rule.
5999
80bb239e
AC
60002004-05-01 Andrew Cagney <cagney@redhat.com>
6001
7789d0fa
AC
6002 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6003 frame_find_by_id instead of frame_relative_level.
6004 (do_enable_breakpoint): Ditto.
6005 * thread.c: Update copyright.
6006 (info_threads_command): Ditto, simplify.
6007
80bb239e
AC
6008 * frame.c (deprecated_generic_get_saved_register): Delete
6009 function, moved to "xstormy16-tdep.c".
6010 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6011 deprecated_generic_get_saved_register from "frame.c".
6012 (xstormy16_frame_saved_register): Call
6013 xstormy16_get_saved_register.
6014 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6015 static.
6016 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6017 * frame.h (deprecated_generic_get_saved_register): Delete.
6018
b2a871dd
MC
60192004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6020
6021 * dwarfread.c: Update documentation on the state of dwarf-1.
6022
0e100dab
AC
60232004-05-01 Andrew Cagney <cagney@redhat.com>
6024
acd8056e
AC
6025 * stack.c (select_frame_command): Delete call to
6026 frame_relative_level.
6027 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6028 Delete #if0 code.
6029 (frame_info): Do not print FRAMELESS.
6030 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6031 (catch_info): Delete #if0 code.
6032
0e100dab
AC
6033 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6034 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6035 of frame_relative_level.
6036 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6037 to SENTINEL_FRAME.
6038 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6039 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6040 frame_relative_level.
6041
55699d59
AC
6042 * frame.h (deprecated_set_frame_type): Delete declaration.
6043 * frame.c (deprecated_set_frame_type): Delete function, update
6044 comments.
6045
fcf70625
AC
6046 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6047 * gdbarch.h, gdbarch.c: Re-generate.
6048 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6049 (shnbsd_pc_in_sigtramp): Delete.
6050 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6051 pc_in_sigtramp.
6052 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6053 pc_in_sigtramp.
6054 * frame.h: Update comments.
6055 * ppc-linux-tdep.c: Update comments.
6056 * breakpoint.c (bpstat_what): Update comments.
6057
ac5eccb7
AC
6058 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6059 m68klinux-tdep.o's dependencies, were previously added to
6060 m68klinux-nat.o.
6061
f2524b93
AC
6062 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6063 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6064 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6065 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6066 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6067
17e20bce
AC
6068 * Makefile.in (m68klinux-nat.o): Update dependencies.
6069 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6070 (m68k_linux_sigtramp_frame_cache)
6071 (m68k_linux_sigtramp_frame_this_id)
6072 (m68k_linux_sigtramp_frame_prev_register)
6073 (m68k_linux_sigtramp_frame_unwind)
6074 (m68k_linux_sigtramp_frame_sniffer)
6075 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6076 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6077 names, use trad-frame.h.
6078 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6079 (struct m68k_sigtramp_info): Delete.
6080 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6081 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6082 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6083 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6084 "m68klinux-tdep.c".
6085
c8864fa2
AC
6086 * infrun.c (check_sigtramp2): Delete check for
6087 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6088
511dd2cd
MK
60892004-05-01 Mark Kettenis <kettenis@gnu.org>
6090
6091 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6092
8c6b0e06
AC
60932004-05-01 Andrew Cagney <cagney@redhat.com>
6094
9df0bb3f
AC
6095 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6096 (frv_linux_sigtramp_frame_cache)
6097 (frv_linux_sigtramp_frame_this_id)
6098 (frv_linux_sigtramp_frame_prev_register)
6099 (frv_linux_sigtramp_frame_unwind)
6100 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6101 include "linux" in function and variable names, directly call
6102 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6103 the latest trad-frame code.
6104 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6105 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6106 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6107 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6108 * frv-tdep.c (frv_sigtramp_frame_cache)
6109 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6110 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6111 frv-linux-tdep.c.
6112 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6113 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6114 (frv_set_sigcontext_reg_addr): Delete function.
6115
8c6b0e06
AC
6116 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6117 (DEPRECATED_SIGTRAMP_END): Delete.
6118 * gdbarch.h, gdbarch.c: Re-generate.
6119 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6120 * config/vax/tm-vaxbsd.h: Update copyright.
6121 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6122 (DEPRECATED_IN_SIGTRAMP): Define.
6123 * config/m68k/tm-nbsd.h: Update copyright.
6124 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6125 (DEPRECATED_IN_SIGTRAMP): Define.
6126
50ea7769
MK
61272004-05-01 Mark Kettenis <kettenis@gnu.org>
6128
03ac2a74
MK
6129 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6130 encondings. Fixes PR gdb/1628.
6131
50ea7769
MK
6132 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6133 DW_CFA_restore state without a matching DW_CFA_remember_state
6134 instead of aborting. Fixes PR backtrace/1589.
6135
9a5d7be1
JB
61362004-04-30 Joel Brobecker <brobecker@gnat.com>
6137
6138 * MAINTAINERS: Add self as AIX maintainer.
6139 Update my e-mail address in write-after-approval section.
6140
2593d1cd
AC
61412004-04-30 Andrew Cagney <cagney@redhat.com>
6142
ce12bbf9
AC
6143 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6144 (legacy_get_prev_frame): Ditto.
6145
36710c63
AC
6146 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6147 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6148 * mipsread.c (sigtramp_address): Delete extern variable.
6149 (mipscoff_new_init): Delete reference.
6150 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6151 (fixup_sigtramp): Delete function.
6152 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6153 (fixup_sigtramp): Delete declarations.
6154
2593d1cd
AC
6155 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6156 deprecated_pc_in_sigtramp.
6157 (ppcnbsd_pc_in_sigtramp): Delete function.
6158
2a25f91c
MK
61592004-05-01 Mark Kettenis <kettenis@gnu.org>
6160
6161 * config/m68k/nm-nbsd.h: Tweak comments.
6162 * config/m68k/nm-nbsdaout.h: Likewise.
6163
0b281939
AC
61642004-04-30 Andrew Cagney <cagney@redhat.com>
6165
6166 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6167 legacy_pc_in_sigtramp.
6168 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6169
8f2d3ea0
MK
61702004-05-01 Mark Kettenis <kettenis@gnu.org>
6171
6172 Add OpenBSD/m68k support.
6173 * NEWS (New native configurations): Mention OpenBSD/m68k.
6174 * m68kbsd-tdep.c: New file.
6175 * m68kbsd-nat.c: New file.
6176 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6177 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6178 * configure.host: Add m68k-*-openbsd.
6179 * configure.tgt: Add m68k-*-openbsd.
6180 * config/m68k/tm-obsd.h: New file.
6181 * config/m68k/obsd.mt: New file.
6182 * config/m68k/obsd.mh: New file.
6183 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6184 m68kbsd-tdep.c.
6185
c40f49a4
AC
61862004-04-30 Andrew Cagney <cagney@redhat.com>
6187
6188 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6189 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6190
e81554cd
MK
61912004-04-30 Mark Kettenis <kettenis@gnu.org>
6192
6193 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6194 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6195
d4dc1a91
BF
61962004-04-30 Brian Ford <ford@vss.fsi.com>
6197
6198 Revert 2004-04-16 change.
6199 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6200 (i386_coff_init_abi): Remove.
6201 * i386-tdep.h (i386_coff_init_abi): Remove.
6202 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6203
2f72f850
AC
62042004-04-30 Andrew Cagney <cagney@redhat.com>
6205
e492f9d6
AC
6206 * blockframe.c (find_pc_partial_function): Delete use of
6207 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6208 DEPRECATED_SIGTRAMP_END.
6209
7b7adad0
AC
6210 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6211 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6212 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6213 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6214 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6215
2f72f850
AC
6216 * defs.h (deprecated_inside_entry_file): Delete declaration.
6217 * blockframe.c (deprecated_inside_entry_file): Delete function.
6218 (legacy_frame_chain_valid): Delete call.
6219 * sh64-tdep.c (sh64_frame_chain): Delete call.
6220 * objfiles.h: Update comments.
6221 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6222 call.
6223 * frame.c (get_prev_frame): Delete call, update comments.
6224
283f90a7
BF
62252004-04-30 Brian Ford <ford@vss.fsi.com>
6226
6227 * MAINTAINERS (Write After Approval): Add myself.
6228
8ee56bcf
AC
62292004-04-30 Andrew Cagney <cagney@redhat.com>
6230
6231 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6232 * gdbarch.h, gdbarch.c: Re-generate.
6233 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6234 code.
6235
ee27e1b6
AC
62362004-04-30 Andrew Cagney <cagney@redhat.com>
6237
6238 * gdb-events.sh (selected_thread_changed)
6239 (selected_frame_level_changed, target_changed): Delete.
6240 * gdb-events.h, gdb-events.c: Re-generate.
6241 * valops.c (value_assign): Update.
6242 * stack.c (select_frame_command, up_silently_base)
6243 (down_silently_base): Update.
6244
d5ac5a39
AC
62452004-04-29 Andrew Cagney <cagney@redhat.com>
6246
6247 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6248 registers correctly.
6249 (print_gp_register_row, mips32_heuristic_proc_desc)
6250 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6251 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6252 references to mips_isa_regsize.
6253
ceae6e75
AC
62542004-04-29 Andrew Cagney <cagney@redhat.com>
6255
6256 * mips-tdep.c (struct gdbarch_tdep): Delete
6257 mips_fp_register_double.
6258 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6259 mips_abi_regsize.
6260 (mips_gdbarch_init): Do not set mips_fp_register_double.
6261 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6262
a587af0b
AC
62632004-04-29 Joel Brobecker <brobecker@gnat.com>
6264
6265 Committed by Andrew Cagney.
6266 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6267 function calls.
6268
13326b4e
AC
62692004-04-29 Andrew Cagney <cagney@redhat.com>
6270
6271 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6272 gdbarch, use mips_abi, update callers.
6273 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6274 mips_abi_regsize, update callers.
6275 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6276 mips_default_abi_regsize.
6277 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6278 mips_default_abi_regsize.
6279
711cc5cd
AC
62802004-04-29 Andrew Cagney <cagney@redhat.com>
6281
1b13c4f6
AC
6282 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6283 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6284 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6285 mips_default_abi_regsize.
6286 (mips_isa_regsize): Rename mips_regisze.
6287 * mipsnbsd-tdep.c: Update.
6288 * mips-linux-tdep.c: Update.
6289 * irix5-nat.c: Update.
6290 * mips-tdep.h (mips_isa_regsize): Update.
6291
711cc5cd
AC
6292 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6293 Delete all disabled code.
6294 * gdb-events.h, gdb-events.c: Re-generate.
6295
e63bbc88
MK
62962004-04-19 Jerome Guitton <guitton@gnat.com>
6297 Mark Kettenis <kettenis@gnu.org>
6298
6299 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6300 the function begins with a branch instruction.
6301
fd35795f
MK
63022004-04-29 Mark Kettenis <kettenis@gnu.org>
6303
6304 * i386-tdep.c: Fix spelling mistakes.
6305
c960c18f
AC
63062004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6307 Andrew Cagney <cagney@redhat.com>
6308
6309 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6310 <sys/proc.h>.
6311 * acconfig.h: Provide default _KMEMUSER value.
6312 * config.in, configure: Re-generate.
6313 * NEWS: Mention fix.
6314
50306a9d
RC
63152004-04-24 Randolph Chung <tausq@debian.org>
6316
6317 * configure.host (hppa*-*-linux*): New target.
6318 * configure.tgt (hppa*-*-linux*): Likewise.
6319 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6320 gdbarch_init_osabi() call earlier so that osabi-specific frame
6321 unwinders can be registered first.
6322 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6323 hppa-linux-nat.c.
6324 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6325 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6326 * config/pa/linux.mh: New file.
6327 * config/pa/linux.mt: New file.
6328 * config/pa/nm-linux.h: New file.
6329 * config/pa/xm-linux.h: New file.
6330 * hppa-linux-nat.c: New file.
6331 * hppa-linux-tdep.c: New file.
6332
2a6228ef
RC
63332004-04-28 Randolph Chung <tausq@debian.org>
6334
6335 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6336 return values.
6337 (hppa32_push_dummy_call): Fix small struct and floating point argument
6338 passing, and make sure the stack frame is properly aligned.
6339
82c10df6
AC
63402004-04-28 Andrew Cagney <cagney@redhat.com>
6341
d762c46a
AC
6342 * stack.c (print_stack_frame): Fix description.
6343
82c10df6
AC
6344 * NEWS: Mention gdb/gdbserver/configure execute permission
6345 changed. PR server/519.
6346
0faf0076
AC
63472004-04-28 Andrew Cagney <cagney@redhat.com>
6348
6349 * stack.c (print_stack_frame_stub): Delete declaration.
6350 (struct print_stack_frame_args, print_stack_frame)
6351 (print_frame_info, print_frame): Replace "source" with print what.
6352 Replace "print" with "print_level". Replace "args" with
6353 "print_args".
6354 * frame.h (show_and_print_stack_frame, print_stack_frame)
6355 (print_frame_info): Update declarations.
6356 * stack.c (select_and_print_frame, frame_command)
6357 (current_frame_command, up_command, down_command): Update calls -
6358 use get_selected_frame, pass "enum print_what" for source, do not
6359 call frame_relative_level.
6360 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6361 * remote-rdp.c (remote_rdp_open): Ditto.
6362 * remote-mips.c (common_open): Ditto.
6363 * remote-e7000.c (e7000_start_remote): Ditto.
6364 * ocd.c (ocd_start_remote): Ditto.
6365 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6366 * infrun.c (normal_stop): Ditto.
6367 * inflow.c (kill_command): Ditto.
6368 * infcmd.c (finish_command): Ditto.
6369 * corelow.c (core_open): Ditto.
6370 * tracepoint.c (finish_tfind_command): Ditto.
6371 * thread.c (info_threads_command, info_threads_command)
6372 (restore_current_thread, do_captured_thread_select): Ditto.
6373 * ada-tasks.c (task_command): Ditto.
6374
f4c5303c
OF
63752004-04-26 Orjan Friberg <orjanf@axis.com>
6376
6377 * frame.c: Include "observer.h".
6378 (frame_observer_target_changed): New function.
6379 (_initialize_frame): Attach target_changed observer.
6380 * regcache.c: Include "observer.h".
6381 (regcache_observer_target_changed): New function.
6382 (_initialize_regcache): Attach target_changed observer.
6383 * valops.c: Include "observer.h".
6384 (value_assign): Notify target_changed event when modifying register.
6385 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6386
7270d8f2
OF
63872004-04-26 Orjan Friberg <orjanf@axis.com>
6388
6389 From Paul Koning <pkoning@equallogic.com>:
6390 * breakpoint.c (free_valchain): New function.
6391 (insert_bp_location, delete_breakpoint): Use free_valchain.
6392 (remove_breakpoint): Do not remove the valchain.
6393 (bpstat_stop_status): If not stopped by watchpoint, skip
6394 watchpoints when generating stop status list.
6395 * infrun.c (handle_inferior_event): Make
6396 stepped_after_stopped_by_watchpoint a global variable.
6397 * remote.c (remote_stopped_data_address): Return watch data
6398 address rather than zero if stepped_after_stopped_by_watchpoint is
6399 set.
6400
02d62932
MC
64012004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6402
6403 Fix PR gdb/1626.
6404 * configure.in: Check for curses after termcap.
6405 On osf5.*, do not check for ncurses.
6406 * configure: Regenerate.
6407
3e9a183c
MK
64082004-04-25 Mark Kettenis <kettenis@gnu.org>
6409
c79ac407
MK
6410 * ppcobsd-nat.c: Include "ppc-tdep.h".
6411 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6412
3e9a183c
MK
6413 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6414 Fixes PR tdep/1623 and PR tdep/1624.
6415
38cc9c28
MC
64162004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6417
6418 * xmodem.h, xmodem.c: Remove files.
6419 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6420
7f07c5b6
RC
64212004-04-23 Randolph Chung <tausq@debian.org>
6422
6423 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6424 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6425 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6426 for handling stackless frames.
6427 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6428
9f7194c3
RC
64292004-04-23 Randolph Chung <tausq@debian.org>
6430
6431 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6432 starts at a pc before the frame is created.
6433
dcff6009
JB
64342004-04-23 Joel Brobecker <brobecker@gnat.com>
6435
6436 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6437
40711ff1 64382004-04-23 Jerome Guitton <guitton@gnat.com>
65951cd9
JG
6439
6440 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6441 use convert_typed_floating to get the appropriate format.
6442
abc485a1
RC
64432004-04-22 Randolph Chung <tausq@debian.org>
6444
6445 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6446 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6447 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6448 (hppa_sign_extend): Add prototype.
6449 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6450 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6451 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6452 hppa targets will also use these functions.
6453 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6454 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6455 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6456 (hppa_gdbarch_init): Remove gdbarch setting of
6457 skip_trampoline_code, in_solib_call_trampoline and
6458 in_solib_return_trampoline.
6459 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6460 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6461 hppa_in_solib_call_trampoline.
6462 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6463 Moved from hppa-tdep.c.
6464 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6465 in_solib_call_trampoline and in_solib_return_trampoline.
6466
369aa520
RC
64672004-04-22 Randolph Chung <tausq@debian.org>
6468
6469 * hppa-tdep.c (hppa_debug): New variable.
6470 (find_unwind_entry, hppa_frame_cache): Add debug output.
6471 (_initialize_hppa_tdep): Add command to set debug flag.
6472
476be15e
AC
64732004-04-22 Andrew Cagney <cagney@redhat.com>
6474
6475 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6476 "trad-frame.h".
6477 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6478 signal trampoline unwinder.
6479 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6480
d195bc9f
MK
64812004-04-22 Mark Kettenis <kettenis@gnu.org>
6482
6483 Add OpenBSD/powerpc support.
6484 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6485 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6486 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6487 (ppc_collect_fpregset): New prototypes.
6488 * ppcobsd-nat.c: New file.
6489 * ppcobsd-tdep.c: New file.
6490 * ppcobsd-tdep.h: New file.
6491 * rs6000-tdep.c: Include "regset.h".
6492 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6493 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6494 New functions.
6495 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6496 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6497 (rs6000-tdep.o): Update dependencies.
6498 * configure.host: Add powerpc-*-openbsd.
6499 * configure.tgt: Add powerpc-*-openbsd.
6500 * config/powerpc/obsd.mh: New file.
6501 * config/powerpc/nm-obsd.h: New file.
6502 * config/powerpc/obsd.mt: New file.
6503
6f14cc33
AC
65042004-04-22 Andrew Cagney <cagney@redhat.com>
6505
fcf29e5f
AC
6506 * frame.h (show_frame_info): Delete declaration.
6507
6f14cc33
AC
6508 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6509 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6510 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6511 * frv-tdep.c (frv_frame_this_id): Ditto.
6512 * avr-tdep.c (avr_frame_this_id): Ditto.
6513
e5786a5c
EZ
65142004-04-22 Elena Zannoni <ezannoni@redhat.com>
6515
6516 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6517
26e75e5c
JB
65182004-04-22 Jim Blandy <jimb@redhat.com>
6519
6520 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6521 register number zero.
6522
d8d65dd3
MS
65232004-04-21 Michael Snyder <msnyder@redhat.com>
6524
6525 * mips-tdep.c (heuristic_proc_start):
6526 Warning() already prefixes "Warning: ".
6527
9a4105ab
AC
65282004-04-21 Andrew Cagney <cagney@redhat.com>
6529
6530 * annotate.h (deprecated_annotate_starting_hook)
6531 (deprecated_annotate_stopped_hook)
6532 (deprecated_annotate_exited_hook)
6533 (deprecated_annotate_signal_hook)
6534 (deprecated_annotate_signalled_hook): Deprecate.
6535 * tracepoint.h (deprecated_create_tracepoint_hook)
6536 (deprecated_delete_tracepoint_hook)
6537 (deprecated_modify_tracepoint_hook)
6538 (deprecated_trace_find_hook)
6539 (deprecated_trace_start_stop_hook): Deprecate.
6540 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6541 * remote.h (deprecated_target_resume_hook)
6542 (deprecated_target_wait_loop_hook): Deprecate.
6543 * gdbcore.h (deprecated_exec_file_display_hook)
6544 (deprecated_file_changed_hook): Deprecate.
6545 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6546 * defs.h (deprecated_modify_breakpoint_hook)
6547 (deprecated_command_loop_hook, deprecated_show_load_progress)
6548 (deprecated_print_frame_info_listing_hook)
6549 (deprecated_query_hook, deprecated_warning_hook)
6550 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6551 (deprecated_delete_breakpoint_hook)
6552 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6553 (deprecated_readline_begin_hook, deprecated_readline_hook)
6554 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6555 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6556 (deprecated_context_hook, deprecated_target_wait_hook)
6557 (deprecated_attach_hook, deprecated_detach_hook)
6558 (deprecated_call_command_hook, deprecated_set_hook)
6559 (deprecated_error_hook, deprecated_error_begin_hook)
6560 (deprecated_ui_load_progress_hook): Deprecate.
6561 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6562 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6563 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6564 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6565 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6566 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6567 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6568 * annotate.c, aix-thread.c: Update.
6569
62cf13cc
AC
65702004-04-21 Andrew Cagney <cagney@redhat.com>
6571
b2e31a62
AC
6572 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6573 * vaxnbsd-tdep.c: Include "gdb_string.h".
6574
62cf13cc
AC
6575 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6576 (add_symbol_file_from_memory_command): #if 0 function body, call
6577 error instead.
6578
00e32a35
AC
65792004-04-21 Andrew Cagney <cagney@redhat.com>
6580
6581 * gdbcore.h: Update copyright.
6582 (deprecated_add_core_fns): Rename add_core_fns.
6583 * win32-nat.c (_initialize_core_win32): Update.
6584 * sun3-nat.c (_initialize_core_sun3): Update.
6585 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6586 * rs6000-nat.c (_initialize_core_rs6000): Update.
6587 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6588 * nto-tdep.c (_initialize_nto_tdep): Update.
6589 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6590 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6591 * mips-nat.c (_initialize_core_mips): Update.
6592 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6593 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6594 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6595 * lynx-nat.c (_initialize_core_lynx): Update.
6596 * irix5-nat.c (_initialize_core_irix5): Update.
6597 * i386-interix-nat.c (_initialize_core_interix): Update.
6598 * cris-tdep.c (_initialize_cris_tdep): Update.
6599 * corelow.c (deprecated_add_core_fns): Update.
6600 * core-regset.c (_initialize_core_regset): Update.
6601 * core-aout.c (_initialize_core_aout): Update.
6602 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6603 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6604 * alpha-nat.c (_initialize_core_alpha): Update.
6605
13c7b1ca
JB
66062004-04-21 Jim Blandy <jimb@redhat.com>
6607
6608 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6609
7b5a2f43
DJ
66102004-04-19 Daniel Jacobowitz <drow@mvista.com>
6611
6612 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6613 Delete.
6614 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6615 (read_attribute_value): Update calls to dwarf_alloc_block.
6616 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6617 dwarf2_tmp_obstack.
6618 (psymtab_to_symtab_1): Likewise. Clean up using
6619 free_stack_comp_unit.
6620 (add_to_cu_func_list): Use the comp_unit_obstack.
6621
05cf31d1
JB
66222004-04-19 Joel Brobecker <brobecker@gnat.com>
6623
6624 * dwarf2read.c (dwarf2_flag_true_p): New function.
6625 (die_is_declaration): Use the function above. Add some comments.
6626
adf93a2f
MK
66272004-04-19 Mark Kettenis <kettenis@gnu.org>
6628
6629 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6630 architecture when registering sparcnbsd_core_osabi_sniffer.
6631 Adjust comment.
6632
748894bf
MK
66332004-04-18 Mark Kettenis <kettenis@gnu.org>
6634
f622ad42
MK
6635 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
6636 return value.
6637
c4fc7f1b
MK
6638 Based on a patch from Brian Ford <ford@vss.fsi.com>:
6639 * i386-tdep.c: Correct register numbering scheme comments
6640 throughout.
6641 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
6642 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
6643 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
6644 (i386_gdb_arch_init): Likewise.
6645
b4ead1bd
MK
6646 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
6647 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
6648 ppcnbsd-tdep.o.
6649
748894bf
MK
6650 * m68k-tdep.h: Tweak comments.
6651 * m68k-tdep.c: Tweak comment.
6652
fdd72f95
RC
66532004-04-17 Randolph Chung <tausq@debian.org>
6654
6655 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
6656 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
6657 (hppa_hpux_som_init_abi): Set is_elf to 0.
6658 (hppa_hpux_elf_init_abi): Set is_elf to 1.
6659 * hppa-tdep.c (low_text_segment_address): Remove global.
6660 (record_text_segment_lowaddr): Pass in low address as parameter. Use
6661 section offset to calculate segment address.
6662 (internalize_unwinds): Define low_text_segment_address as local and
6663 pass to record_text_segment_lowaddr for ELF targets.
6664 (hppa_gdbarch_init): Zero fill tdep structure.
6665 (hppa_dump_tdep): Print tdep structure.
6666 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
6667
0f8d9d59
RC
66682004-04-17 Randolph Chung <tausq@debian.org>
6669
6670 * hppa-tdep.c (hppa_pseudo_register_read): Define.
6671 (hppa_gdbarch_init): Set pseudo_register_read.
6672 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
6673 * regcache.c (supply_register): Remove check for
6674 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
6675
7c46b9fb
RC
66762004-04-17 Randolph Chung <tausq@debian.org>
6677
6678 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
6679 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
6680 (hpread_adjust_stack_address): Move to hpread.c.
6681 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6682 obj_private_struct): Move from tm-hppa.h.
6683 * hpread.c (hppa-tdep.h): Include.
6684 (hpread_adjust_stack_address): Move from hppa-tdep.c.
6685 (hpread_read_function_type, hpread_read_doc_function_type)
6686 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
6687 directly.
6688 * pa64solib.c (hppa-tdep.h): Include.
6689 * somsolib.c (hppa-tdep.h): Include.
6690 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
6691 inferior_status): Remove unused forward declarations.
6692 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
6693 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
6694 obj_private_struct): Move to hppa-tdep.h.
6695 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
6696
8d153463
RC
66972004-04-17 Randolph Chung <tausq@debian.org>
6698
6699 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
6700 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
6701 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
6702 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
6703 Remove forward declaration and make static.
6704 (hppa_reg_struct_has_addr): Remove.
6705
350c2e5b
JB
67062004-04-16 Joel Brobecker <brobecker@gnat.com>
6707
6708 * observer.sh: Move comments in sed command to first column.
6709
bbde78fa
JM
67102004-04-16 Jason Molenda (jmolenda@apple.com)
6711
6712 * frame.c: Minor typeo corrections in comments.
6713
e0270fd9
JB
67142004-04-16 Joel Brobecker <brobecker@gnat.com>
6715
6716 * observer.c (observer_test_first_notification_function): Update
6717 function profile.
6718 (observer_test_second_notification_function): Likewise.
6719 (observer_test_third_notification_function): Likewise.
6720
3d049254
MK
67212004-04-16 Mark Kettenis <kettenis@gnu.org>
6722
6723 From Brian Ford <ford@vss.fsi.com>:
6724 * i386-tdep.c (i386_coff_init_abi): New function.
6725 * i386-tdep.h (i386_coff_init_abi): New prototype.
6726 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
6727 register number translation functions for DWARF and DWARF 2.
6728
7867684d
JB
67292004-04-16 Joel Brobecker <brobecker@gnat.com>
6730
6731 * dwarf2read.c: Back out my previous change, it was incorrect.
6732
72bf9492
DJ
67332004-04-16 Daniel Jacobowitz <drow@mvista.com>
6734
6735 * dwarf2read.c: Include "hashtab.h".
6736 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
6737 has_namespace_info.
6738 (struct partial_die_info): Add comments. Use bitfields to reduce
6739 memory footprint. Add scope, scope_set, has_specification,
6740 spec_offset, die_parent, die_child, and die_sibling.
6741 (peek_die_abbrev): Add prototype.
6742 (partial_read_comp_unit_head): New function, broken out from
6743 dwarf2_build_psymtabs_hard.
6744 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
6745 Use partial_read_comp_unit_head. Initialize the CU and
6746 comp_unit_obstack. Update calls to read_partial_die and
6747 scan_partial_symbols. Use free_stack_comp_unit and
6748 load_partial_dies.
6749 (scan_partial_symbols): Change PDI to a pointer. Use the child and
6750 sibling pointers to walk partial DIEs. Call fixup_partial_die.
6751 Update calls to helper functions. Remove NAMESPACE argument.
6752 Update comments.
6753 (partial_die_parent_scope, partial_die_full_name): New functions.
6754 (add_partial_symbol): Remove namespace argument. Update call to
6755 pdi_needs_namespace. Use partial_die_full_name. Handle
6756 DW_TAG_namespace. Check has_namespace_info flag.
6757 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
6758 tag. Handle namespaces.
6759 (add_partial_namespace, add_partial_enumeration): Simplify.
6760 (guess_structure_name): New function, derived from
6761 add_partial_structure.
6762 (add_partial_structure): Remove.
6763 (determine_class_name): Update comment.
6764 (dwarf2_read_abbrevs): Set has_namespace_info flag.
6765 (is_type_tag_for_partial, load_partial_dies): New functions.
6766 (read_partial_die): Pass abbrev and abbrev_len as arguments.
6767 Record specifications instead of following them immediately.
6768 (find_partial_die_in_comp_unit, find_partial_die)
6769 (fixup_partial_die, free_stack_comp_unit)
6770 (hashtab_obstack_allocate, dummy_obstack_deallocate)
6771 (partial_die_hash, partial_die_eq): New functions.
6772 * Makefile.in (hashtab_h): Define.
6773 (dwarf2read.o): Update dependencies.
6774 (observer_inc, observer_h): Move to the correct section.
6775
fdc860a3
JB
67762004-04-15 Joel Brobecker <brobecker@gnat.com>
6777
6778 * dwarf2read.c (dwarf2_attribute_true_p): New function.
6779 (die_is_declaration): Use the function above. Add comment.
6780
dc718098
JB
67812004-04-15 Joel Brobecker <brobecker@gnat.com>
6782
6783 * dwarf2read.c (read_structure_scope): Identify stub types
6784 using die_is_declaration() only.
6785
8718a420
RM
67862004-04-15 Roland McGrath <roland@redhat.com>
6787
6788 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
6789 argument instead of NAME.
6790 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
6791 in call to symbol_file_add_with_addrs_or_offsets.
6792 (build_addr_info): New function, helper for ...
6793 (symbol_file_add_from_memory): New function.
6794 (add_symbol_file_from_memory_command): New function using that.
6795 (_initialize_symfile): Register it for add-symbol-file-from-memory.
6796 (pre_add_symbol_hook): Add const to argument type.
6797 * symfile.h (symbol_file_add_from_memory): Declare it.
6798
8b910bab
MK
67992004-04-15 Mark Kettenis <kettenis@gnu.org>
6800
9f076e7a
MK
6801 * NEWS (New native configurations): Mention OpenBSD/vax.
6802 * configure.host: Add vax-*-openbsd*.
6803 * config/vax/obsd.mh: New file.
6804 * config/vax/nm-obsd.h: New file.
6805
8b910bab
MK
6806 * vax-tdep.c: Include "regset.h".
6807 (vax_supply_gregset): New function.
6808 (vax_gregset): New variable.
6809 (vax_regset_from_core_section): New function.
6810 (vax_gdbarch_init): Set regset_from_core_section.
6811 * Makefile.in (vax-tdep.o): Update dependencies.
6812
7a464420
AC
68132004-04-15 Andrew Cagney <cagney@redhat.com>
6814
6815 * observer.c (normal_stop_subject, observer_notify_normal_stop)
6816 (observer_normal_stop_notification_stub)
6817 (observer_attach_normal_stop, observer_detach_normal_stop):
6818 Delete, replaced by #include "observer.inc".
6819 * infrun.c (normal_stop): Pass "stop_bpstat" to
6820 observer_notify_normal_stop.
6821 * Makefile.in (observer_inc): Define.
6822 (observer.o): Update dependencies.
6823 (observer.h, observer.inc): New rules.
6824 * observer.h: Delete file.
6825 * observer.sh: New file.
6826
e36ad527
MK
68272004-04-15 Mark Kettenis <kettenis@gnu.org>
6828
6829 * vax-tdep.c (vax_frame_cache): Fix typo.
6830
67b441e1
MK
68312004-04-14 Mark Kettenis <kettenis@gnu.org>
6832
6f606e1c
MK
6833 * NEWS (New native configurations): Mention NetBSD/vax.
6834 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
6835 * config/vax/nbsdelf.mh: New file.
6836 * config/vax/nbsdaout.mh: New file.
6837 * config/vax/nm-nbsd.h: New file.
6838 * config/vax/nm-nbsdaout.h: New file.
6839
9c5519a5
MK
6840 * vaxnbsd-tdep.c: New file.
6841 * Makefile.in (vaxnbsd-tdep.o): New dependency.
6842 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
6843 * config/vax/nbsd.mt: New file.
6844 * config/vax/tm-nbsd.h: New file.
6845
4844a614
MK
6846 * Makefile.in (vaxbsd-nat.o): New dependency.
6847
67b441e1
MK
6848 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
6849 * vax-tdep.c (vax_store_arguments): Remove struct_return and
6850 struct_addr arguments. Don't push return value address.
6851 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
6852 arguments to vax_store_arguments. Store return value address in
6853 R1.
6854 (vax_store_struct_return, vax_extract_return_value)
6855 (vax_store_return_value): Remove functions.
6856 (vax_return_value): New function.
6857 (vax_gdbarch_init): Set return value. Don't set
6858 deprecated_store_struct_return, deprecated_extract_struct_return
6859 and deprecated_store_return_value.
6860
6672f2ae
AS
68612004-04-14 Andreas Schwab <schwab@suse.de>
6862
6863 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
6864 value buffer.
6865 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
6866
7346c184
MK
68672004-04-14 Mark Kettenis <kettenis@gnu.org>
6868
6869 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
6870 (vax_unwind_dummy_id): New functions.
6871 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
6872 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
6873 variables.
6874 (vax_fix_call_dummy): Remove function.
6875 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
6876 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
6877 call_dummy_location, deprecated_call_dummy_words,
6878 deprecated_sizeof_call_dummy_words,
6879 deprecated_call_dummy_breakpoint_offset,
6880 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
6881 and deprecated_dummy_write_sp.
6882
58e23df4
DC
68832004-04-13 David Carlton <carlton@kealia.com>
6884
6885 * MAINTAINERS: Move myself to "paper trail" section.
6886
5e6b39ff
MK
68872004-04-12 Mark Kettenis <kettenis@gnu.org>
6888
7def7fef
MK
6889 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
6890 "trad-frame.h".
6891 (vax_frame_init_saved_regs): Remove function.
6892 (vax_sigtramp_saved_pc): Remove function.
6893 (vax_frame_saved_pc): Remove function.
6894 (vax_frame_args_address): Remove function.
6895 (vax_frame_num_args): Rewrite.
6896 (vax_frame_chain): Remove function.
6897 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
6898 VAX_FP_REGNUM.
6899 (vax_pop_frame): Likewise.
6900 (vax_saved_pc_after_call): Remove function.
6901 (struct vax_frame_cache): New structure.
6902 (vax_frame_cache): New function.
6903 (vax_frame_this_id): New function.
6904 (vax_frame_prev_register): New function.
6905 (vax_frame_unwind): New variable.
6906 (vax_frame_sniffer): New function.
6907 (vax_frame_base_address): New function.
6908 (vax_frame_args_address): New function.
6909 (vax_frame_base): New variable.
6910 (vax_unwind_pc): New function.
6911 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
6912 deprecated_fp_regnum, deprecated_saved_pc_after_call,
6913 deprecated_frame_chain, deprecated_frame_saved_pc,
6914 deprecated_frame_args_address and
6915 deprecated_frame_init_saved_regs.
6916 * Makefile.in (vax-tdep.o): Update dependencies.
6917
53284fc1
MK
6918 * vaxbsd-nat.c: New file.
6919
5e6b39ff
MK
6920 * vax-tdep.h: Update copyright year. Adjust comments.
6921 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
6922 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
6923 (vax_regnum): New enum. Replacing...
6924 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
6925 (VAX_PS_REGNUM): ... these removed macros.
6926 * vax-tdep.c (vax_register_name): Remove prototype.
6927 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
6928 (vax_register_byte, vax_register_raw_size,
6929 vax_register_virtual_size, vax_register_virtual_type): Remove
6930 functions.
6931 (vax_register_type): New function.
6932 (vax_breakpoint_from_pc): Reorganize.
6933 (vax_gdbarch_init): Set register_type. Don't set
6934 deprecated_register_size, deprecated_register_bytes,
6935 deprecated_register_byte, deprecated_register_raw_size,
6936 deprecated_max_register_raw_size,
6937 deprecated_register_virtual_size,
6938 deprecated_max_register_virtual_size and
6939 deprecated_register_virtual_type. Add comment on stack direction.
6940
e9c71e9f
MK
69412004-04-11 Mark Kettenis <kettenis@gnu.org>
6942
6943 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
6944 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
296bc76f 6945 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
e9c71e9f 6946
d46f1176 69472004-04-10 Randolph Chung <tausq@debian.org>
8718a420 6948
d46f1176
RC
6949 * MAINTAINERS (write after approval): Add myself.
6950
a2a84a72
RC
69512004-04-07 Randolph Chung <tausq@debian.org>
6952
6953 * hppa-tdep.c (hppa_inner_than): Remove.
6954 (is_pa_2): Remove unused static variable.
8718a420 6955 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
a2a84a72 6956
e85c3284
PH
69572004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
6958
6959 * language.h (language_defn): Add new la_post_parser field.
6960 * parser-defs.h (null_post_parser): New declaration (default for
6961 la_post_parser).
8718a420 6962
e85c3284
PH
6963 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
6964 insert call to that function.
6965 (parse_exp_in_context): New function, including code formerly in
8718a420 6966 parse_exp_1. Calls language-dependent post-parser after
e85c3284
PH
6967 prefixification.
6968 (parse_expression_in_context): New exported function.
6969 (null_post_parser): New definition.
6970 * expression.h (parse_expression_in_context): Add declaration.
8718a420 6971
e85c3284
PH
6972 * p-lang.c (pascal_language_defn): Add trivial post-parser.
6973 * c-lang.c (c_language_defn): Ditto.
6974 (cplus_language_defn): Ditto.
6975 (asm_language_defn): Ditto.
6976 (minimal_language_defn): Ditto.
6977 * f-lang.c (f_language_defn): Ditto.
6978 * jv-lang.c (java_language_defn): Ditto.
6979 * language.c (unknown_language_defn): Ditto.
6980 (auto_language_defn): Ditto.
6981 (local_language_defn): Ditto.
6982 * m2-lang.c (m2_language_defn): Ditto.
6983 * scm-lang.c (scm_language_defn): Ditto.
6984 * obj-lang.c (objc_language_defn): Ditto.
8718a420 6985
d9f8c85b
MK
69862004-04-10 Mark Kettenis <kettenis@gnu.org>
6987
fa34704a
MK
6988 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
6989 (amd64nbsd_mcontext_addr): New function.
6990 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
6991 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
6992 with amd64nbsd_r_reg_offset, instead of building it on the fly.
6993
403e1656
MK
6994 * corelow.c (core_xfer_partial): Fix coding standards violation.
6995 Add support for TARGET_OBJECT_WCOOKIE.
6996
a57e5a95
MK
6997 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
6998 deprecated_pc_in_sigtramp.
6999 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7000 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7001 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7002 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7003 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7004 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7005 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7006
377d9ebd
MK
7007 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7008 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7009 Fix typo.
7010
f0ef85a5
MK
7011 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7012 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7013 (amd64_collect_fxsave): Likewise.
7014
d9f8c85b
MK
7015 * i386-sol2-tdep.c: Include "gdb_string.h".
7016 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7017 name.
7018 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7019
75f501b5
MK
70202004-04-10 Mark Kettenis <kettenis@gnu.org>
7021
7022 * i386-sol2-tdep.c: Include "solib-svr4.h".
7023 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7024 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7025 * config/i386/tm-i386sol2.h: Include :solib.h".
7026 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7027 solib-svr4.o and solib-legacy.o.
7028 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7029 solib-svr4.o.
7030
b31bc724
MK
70312004-04-09 Mark Kettenis <kettenis@gnu.org>
7032
18bbbd9e
MK
7033 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7034 whether a register is supplied by PTRACE_GETFPREGS.
7035 (store_inferior_registers): Likewise.
7036 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7037 whether a register is supplied by PT_GETFPREGS.
7038 (store_inferior_registers): Likewise.
7039
3c30bf1b
MK
7040 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7041 * config/i386/linux64.mt (TDEPFILES): Likewise.
7042
a4194092
MK
7043 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7044
911bc6ee
MK
7045 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7046 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7047 the program counter is in the range specified by `struct
7048 gdbarch_tdep'.
7049 * amd64-linux-tdep.c: Include "symtab.h".
7050 (amd64_linux_pc_in_sigtramp): Remove function.
7051 (amd64_linux_sigtramp_p): New function.
7052 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7053 deprecated_pc_in_sigtramp.
7054 * amd64nbsd-tdep.c: Include "symtab.h".
7055 (amd64nbsd_sigtramp_p): New function.
7056 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7057 deprecated_pc_in_sigtramp.
7058 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7059 few comments.
7060 (amd64obsd_pc_in_sigtramp): Remove function.
7061 (amd64obsd_sigtramp_p): New function.
7062 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7063 deprecated_pc_in_sigtramp.
7064 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7065 (i386bsd_pc_ins_sigtramp): Remove prototype.
7066 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7067 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7068 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7069 the program counter is in the range specified by `struct
7070 gdbarch_tdep'.
7071 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7072 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7073 (i386_go32_pc_in_sigtramp): Remove function.
7074 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7075 Initialize TDEP->sigtramp_p.
7076 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7077 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7078 deprecated_pc_in_sigtramp.
7079 * i386-linux-tdep.c: Adjust comments.
7080 (i386_linux_pc_in_sigtramp): Remove function.
7081 (i386_linux_sigtramp_p): New function.
7082 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7083 deprecated_pc_in_sigtramp.
7084 * i386-nto-tdep.c: Update copyright year.
7085 (i386nto_pc_in_sigtramp): Remove function.
7086 (i386nto_sigtramp_p): New function.
7087 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7088 SP_REGNUM.
7089 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7090 deprecated_pc_in_sigtramp.
7091 * i386-sol2-tdep.c: Update copyright year.
7092 (i386_sol2_pc_in_sigtramp): Remove function.
7093 (i386_sol2_sigtramp_p): New function.
7094 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7095 deprecated_pc_in_sigtramp.
7096 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7097 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7098 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7099 deprecated_sigtramp_start and deprecated_sigtramp_end.
7100 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7101 (i386nbsd_pc_in_sigtramp): Remove function.
7102 (i386nbsd_sigtramp_p): New function.
7103 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7104 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7105 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7106 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7107 (i386obsd_pc_in_sigtramp): Remove function.
7108 (i386obsd_sigtramp_p): New function.
7109 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7110 functions.
7111 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7112 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7113 TDEP->sigtramp_p.
7114 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7115 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7116 dependencies.
7117
e083e6ec
MK
7118 * config/i386/i386aout.mt: Remove file.
7119
bd153b94
MK
7120 * configure.tgt: Remove i[34567]86-*-go32*,
7121 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7122 and i[34567]86-*-isc*. Set gdb_target to i386 for
7123 i[34567]86-*-netware* and i[34567]86-*-*.
7124 * config/i386/i386.mt: New file.
7125 * config/i386/embed.mt: Remove file.
7126 * config/i386/go32.mt: Remove file.
7127 * config/i386/i386nw.mt: Remove file.
7128 * config/i386/i386v.mt: Remove file.
7129 * config/i386/tm-go32.h: Remove file.
7130
4a1bcc8c
MK
7131 * tui/tui-hooks.c: Include "readline/readline.h" after
7132 "gdb_curses.h" instead of before.
7133 * tui/tui-io.c: Likewise.
7134
f9a79064
MK
7135 * tui/tui.c: Fix typo in comment.
7136
b31bc724
MK
7137 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7138
f83f82bc
AC
71392004-04-08 Andrew Cagney <cagney@redhat.com>
7140
7141 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7142 (deprecated_exception_support_initialized): Declare.
8718a420 7143 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
f83f82bc
AC
7144 (initialize_hp_cxx_exception_support)
7145 (child_enable_exception_callback): Update.
7146 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7147 (deprecated_exception_support_initialized): Rename
7148 deprecated_exception_catchpoints_are_fragile and
7149 deprecated_exception_support_initialized.
7150 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7151
7152 * symtab.c (deprecated_hp_som_som_object_present): Rename
7153 hp_som_som_object_present.
7154 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7155 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7156 Update. Delete extern declaration.
7157 * valops.c (hp_som_som_object_present): Ditto.
8718a420 7158 * parse.c (deprecated_hp_som_som_object_present)
f83f82bc
AC
7159 (parse_nested_classes_for_hpacc): Ditto.
7160 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8718a420 7161 * hppa-hpux-tdep.c (hp_som_som_object_present)
f83f82bc
AC
7162 (initialize_hp_cxx_exception_support): Ditto.
7163 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8718a420 7164 * cp-valprint.c (hp_som_som_object_present)
f83f82bc 7165 (cp_print_class_method): Ditto.
8718a420 7166 * c-typeprint.c (hp_som_som_object_present):
f83f82bc
AC
7167 (c_type_print_base): Ditto.
7168 * c-exp.y (hp_som_som_object_present): Ditto.
7169
fb2be677
AC
71702004-04-08 Andrew Cagney <cagney@redhat.com>
7171
7172 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7173 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7174 (frame_unwind_find_by_frame): Re-implement the unwind code so
7175 that it can both prepend and append sniffers. Replace
7176 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7177 * tramp-frame.c (tramp_frame_append): Use
7178 frame_unwind_prepend_unwinder.
7179 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7180 frame_unwind_register_unwinder.
7181 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7182 tramp_frame_append.
7183 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8718a420 7184 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
fb2be677
AC
7185 (mips_linux_init_abi): Update.
7186
67faf007
KB
71872004-04-08 Kevin Buettner <kevinb@redhat.com>
7188
7189 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7190 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7191 file support.
7192
8973ff21
KB
71932004-04-07 Kevin Buettner <kevinb@redhat.com>
7194
7195 * ia64-tdep.c (elf.h): Don't include.
7196 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7197
4a0e2f88
JM
71982004-04-07 Jason Molenda (jmolenda@apple.com)
7199
7200 * frame.h: Typeo corrections in comments.
7201
9872ad24
JB
72022004-04-07 Jim Blandy <jimb@redhat.com>
7203
7204 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7205 %esp and %ebp
7206
70b216c8
MK
72072004-04-07 Mark Kettenis <kettenis@gnu.org>
7208
11d5789c
MK
7209 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7210 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7211 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7212 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7213 and solib-legacy.o.
7214 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7215 solib-svr4.o.
7216 * config/sparc/tm-sol2.h: Update copyright year. Include
7217 "solib.h".
7218
70b216c8
MK
7219 * sparc-sol2-tdep.c: Update copyright year. Include
7220 "solib-svr4.h".
7221 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7222 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7223 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
096f864c 7224 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
70b216c8
MK
7225 dependencies.
7226
6339dc9e
AC
72272004-04-06 Andrew Cagney <cagney@redhat.com>
7228
7229 * infttrace.c: Include "infttrace.h".
7230 * infttrace.h: Include "target.h".
7231 * Makefile.in (infttrace_h): Update.
7232 (infttrace.o): Update.
8718a420 7233
93449403
AC
72342004-04-06 Andrew Cagney <cagney@redhat.com>
7235
6d518969
AC
7236 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7237 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7238 move extern declarations from here ...
7239 * infttrace.h: ... to here.
7240 * Makefile.in (hppah-nat.o): Update dependencies.
7241
85f4f2d8
AC
7242 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7243 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8718a420 7244 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
85f4f2d8
AC
7245 (hppa_breakpoint_from_pc): Delete.
7246
93449403
AC
7247 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7248
71456ec6
AC
72492004-04-05 Andrew Cagney <cagney@redhat.com>
7250
7251 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7252 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7253 <sys/file.h>.
8718a420 7254
4c02c60c
AC
72552004-04-06 Randolph Chung <tausq@debian.org>
7256
7257 Committed by Andrew Cagney (mechanical change).
7258 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7259 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7260 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7261 child_enable_exception_callback, current_ex_event,
7262 null_symtab_and_line, child_get_current_exception_event,
7263 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7264 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7265 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7266 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7267 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7268 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7269 Move hpux-specific definitions ...
7270 * hppa-hpux-tdep.c: ... to here.
7271
3a515653
AC
72722004-04-05 Andrew Cagney <cagney@redhat.com>
7273
7274 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7275 skip_prologue_using_sal.
7276
c1730d02
AC
72772004-04-05 Andrew Cagney <cagney@redhat.com>
7278
7279 * config/i386/tm-i386.h: Delete file.
7280 * config/i386/tm-vxworks.h: Update copyright, do not include
7281 "tm-i386.h".
7282 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7283 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7284 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7285 * config/i386/ncr3000.mt (TM_FILE): Delete.
7286 * config/i386/interix.mt (TM_FILE): Delete.
7287 * config/i386/i386v.mt (TM_FILE): Delete.
7288 * config/i386/i386nw.mt (TM_FILE): Delete.
7289 * config/i386/i386gnu.mt (TM_FILE): Delete.
7290 * config/i386/i386aout.mt (TM_FILE): Delete.
7291 * config/i386/embed.mt (TM_FILE): Delete.
7292
8b67aa36
KB
72932004-04-05 Kevin Buettner <kevinb@redhat.com>
7294
7295 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7296 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7297 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7298 (accg7_regnum): New constants.
7299 (last_spr_regnum, last_pseudo_regnum): Update.
c2f59a1a
KB
7300 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7301 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8b67aa36
KB
7302 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7303 for accg registers.
7304 (frv_register_sim_regno): Update spr_map[].
7305
3c7012f5
AC
73062004-04-04 Andrew Cagney <cagney@redhat.com>
7307
7308 * config/mips/xm-riscos.h: Delete.
7309 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7310 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7311 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7312 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7313 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7314 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7315 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7316 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7317 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7318 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7319 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7320 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7321 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7322 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7323 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7324 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7325 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7326 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7327 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7328 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7329 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7330 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7331 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7332 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7333 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7334 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8718a420 7335
3c7012f5
AC
7336 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7337 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7338 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7339 * configure.host: Remove m680[01]0-sun-sunos3*,
7340 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7341 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7342 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7343 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7344 mips-*-riscos*.
7345 * NEWS: Mention removed systems.
7346
99d16a21
AC
73472004-04-04 Andrew Cagney <cagney@redhat.com>
7348
7349 GDB 6.1 release created from 6.1 branch.
7350
6cdf9d98
AC
73512004-04-04 Andrew Cagney <cagney@redhat.com>
7352
98d346c3
AC
7353 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7354 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7355 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7356
6cdf9d98
AC
7357 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7358 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7359 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7360
859a326d
JB
73612004-04-03 Jim Blandy <jimb@redhat.com>
7362
7363 * MAINTAINERS: Chris Faylor has changed employers; add him to
7364 "paper trail" section, and update his E-mail address.
7365
b87178c3
AC
73662004-04-03 Andrew Cagney <cagney@redhat.com>
7367
4ea2acf0
AC
7368 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7369 generic dummy frames.
7370 * dummy-frame.c: Update copyright.
7371 (dummy_frame_sniffer): Delete check for generic dummy frames.
7372
d0bd2d18 7373 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8718a420 7374 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
d0bd2d18
AC
7375 (REG_PARM_STACK_SPACE): Delete.
7376 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7377 Inline reference to REG_PARM_STACK_SPACE.
7378
b87178c3
AC
7379 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7380 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7381 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7382 (FRAME_BASE_BEFORE_SIGTRAMP)
7383 (hppa32_hpux_frame_base_before_sigtramp)
7384 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7385 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7386 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7387 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7388 (FRAME_BASE_BEFORE_SIGTRAMP)
7389 (hppa64_hpux_frame_base_before_sigtramp)
7390 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7391
43e2e1a0
AC
73922004-04-03 Andrew Cagney <cagney@redhat.com>
7393
7394 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7395
ddc135a4
AC
73962004-04-02 Andrew Cagney <cagney@redhat.com>
7397
7398 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7399 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7400 * dummy-frame.h: Delete out-of-date comments.
7401 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7402 * gdbarch.h, gdbarch.c: Re-generate.
7403
d15bfd3a 74042004-04-02 Joel Brobecker <brobecker@gnat.com>
8718a420 7405
d15bfd3a
AC
7406 Committed by Andrew Cagney <cagney@redhat.com>.
7407 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7408 into account an instruction saving a register if we have already
7409 seen an earlier instruction saving that same register.
7410
f04ceafa
AC
74112004-04-02 Andrew Cagney <cagney@redhat.com>
7412
08be3abd
AC
7413 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7414 * gdbarch.h, gdbarch.c: Re-generate.
7415 * frame.c (legacy_get_prev_frame): Delete references to
7416 DEPRECATED_INIT_FRAME_PC_FIRST.
7417
f04ceafa
AC
7418 * infrun.c (pc_in_sigtramp): Delete function.
7419 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7420 get_frame_type.
7421
08e69816
AC
74222004-04-02 Andrew Cagney <cagney@redhat.com>
7423
7424 * infrun.c (handle_step_into_function): Delete code conditional on
7425 legacy_frame_p.
7426 (handle_inferior_event, step_over_function): Ditto.
7427
adb54772
AC
74282004-04-02 Andrew Cagney <cagney@redhat.com>
7429
7430 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7431 "previous frame inner to this frame" test.
7432
304396fb
AC
74332004-04-02 Andrew Cagney <cagney@redhat.com>
7434
7435 * frame.c (safe_frame_unwind_memory): New function.
7436 * frame.h (safe_frame_unwind_memory): Declare. Update description
7437 of /safe_/ methods.
7438 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7439 "next_frame". Use safe_frame_unwind_memory.
7440 (tramp_frame_sniffer): Update call to tramp_frame_start.
7441
6502dd73
DJ
74422004-04-01 Daniel Jacobowitz <drow@mvista.com>
7443
7444 * dwarf2read.c (dwarf2_objfile_data_key): New.
7445 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7446 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7447 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7448 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7449 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7450 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7451 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7452 Remove variables.
7453 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7454 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7455 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7456 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7457 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7458 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7459 Remove macros.
7460 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7461 data.
7462 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7463 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7464 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7465 (read_partial_die, read_full_die, read_indirect_string)
7466 (dwarf_decode_line_header, dwarf_decode_macros)
7467 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7468 Update uses of removed variables.
7469 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7470 of removed macros.
7471 (_initialize_dwarf2_read): New function.
7472 * symfile.h (dwarf2_has_info): Update prototype.
7473 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7474 * elfread.c (elf_symfile_read): Likewise.
7475
408752b0
JB
74762004-04-01 Jim Blandy <jimb@redhat.com>
7477
9f744501
JB
7478 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7479 function for register numbers on all the rs6000-derived targets.
7480 (rs6000_gdbarch_init): Don't register a separate
7481 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7482 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7483 variants.
7484
408752b0
JB
7485 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7486 numbering.
7487
2de41bce
PH
74882004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7489
7490 * valarith.c: Update copyright notice.
7491 (value_add): Handle range types.
7492 (value_sub): Ditto.
7493 (value_equal): Ditto.
7494 (value_less): Ditto.
7495 (value_neg): Ditto.
7496 (value_complement): Ditto.
8718a420 7497 (value_binop): Simplify slightly by using is_integral_type and
2de41bce 7498 eliminiating unnecessary COERCE_ENUMs.
8718a420 7499
5613d8d3
AC
75002004-03-31 Andrew Cagney <cagney@redhat.com>
7501
7502 * frame.h (frame_unwind_id): Declare.
7503 * frame.c (frame_unwind_id): New function.
7504 (get_prev_frame_1): New function.
7505 (frame_debug_got_null_frame): New function.
7506 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7507 code proper to prev_frame, update description.
7508 * infrun.c (step_over_function): Use frame_unwind_id.
7509
c4557624
JB
75102004-04-31 J. Brobecker <brobecker@gnat.com>
7511
7512 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7513 (hppa64_push_dummy_call): Likewise.
7514
3e6bb910
JB
75152004-03-30 Jim Blandy <jimb@redhat.com>
7516
7517 From Ulrich Weigand:
7518 * utils.c (query): Do not use a va_list variable multiple times.
7519
a2f23071
DJ
75202004-03-29 Daniel Jacobowitz <drow@mvista.com>
7521
7522 * Makefile.in (linux_nat_h): Update dependencies.
7523 * configure.in: Check for <gnu/libc-version.h>.
7524 * configure: Regenerate.
7525 * config.in: Regenerate.
7526 * linux-nat.h: Include "target.h". Add waitstatus field to
7527 struct lwp_info.
7528 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7529 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7530 to.
7531 (lin_lwp_handle_extended): New function. Handle clone events.
7532 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7533 thread exit events.
7534 (child_wait): Handle clone events.
7535 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7536 * linux-nat.c (linux_enable_event_reporting): Turn on
7537 PTRACE_O_TRACECLONE.
7538 (linux_handle_extended_wait): Handle clone events.
7539 * thread-db.c: Include <gnu/libc-version.h>.
7540 (struct private_thread_info): Add dying flag.
7541 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7542 higher.
7543 (attach_thread): Update comments. Handle dying threads.
7544 (detach_thread): Set the dying flag.
7545 (check_event): Always call attach_thread.
7546
8d5f9dcb
DJ
75472004-03-29 Daniel Jacobowitz <drow@mvista.com>
7548
7549 * mips-tdep.c (mips_pdr_data): New.
7550 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7551 (_initialize_mips_tdep): Initialize mips_pdr_data.
7552
66337bb1
CV
75532004-03-29 Corinna Vinschen <vinschen@redhat.com>
7554
7555 * minsyms.c (install_minimal_symbols): Move dropping leading
7556 char from linkage name from here...
7557 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7558 test for "__gnu_compiled*" symbols.
7559
e802b915
JB
75602004-03-28 Jim Blandy <jimb@redhat.com>
7561
7562 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7563 registers to temp register r0 and byte stores as prologue
7564 instructions.
7565
72b56458
AC
75662004-03-28 Andrew Cagney <cagney@redhat.com>
7567
7568 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7569 arm*-*-*.
7570
0bfbda3b
SC
75712004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7572
7573 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7574 and switch the layout to force a display of register window.
7575
5a7225ed
JB
75762004-02-26 J. Brobecker <brobecker@gnat.com>
7577
7578 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7579 of the INTEGER class.
7580
81a07a45
JB
75812004-03-26 Jim Blandy <jimb@redhat.com>
7582
7583 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7584 bytes long on PPC GNU/Linux.
7585
8c691c7a
DC
75862004-03-26 David Carlton <carlton@kealia.com>
7587
7588 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7589
103a0089
AC
75902004-03-25 Andrew Cagney <cagney@redhat.com>
7591
7592 * PROBLEMS: Add general section titles, remove references to
7593 specific releases.
7594
7a5ea0d4
DJ
75952004-03-25 Daniel Jacobowitz <drow@mvista.com>
7596
7597 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7598 INT_REGISTER_SIZE.
7599 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7600 FP_REGISTER_VIRTUAL_SIZE.
7601 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7602 of DEPRECATED_REGISTER_RAW_SIZE.
7603 (arm_register_type): Add gdbarch argument.
7604 (arm_register_raw_size, arm_register_virtual_size): Delete.
7605 (arm_register_byte, arm_extract_return_value)
7606 (arm_store_return_value, arm_get_longjmp_target): Update references
7607 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7608 (arm_gdbarch_init): Likewise. Don't set
7609 deprecated_register_raw_size, deprecated_register_virtual_size,
7610 deprecated_max_register_raw_size,
7611 deprecated_max_register_virtual_size, or
7612 deprecated_max_register_virtual_type. Do set register_type.
7613 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7614 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7615 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7616 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7617 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7618 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7619 INT_REGISTER_SIZE.
7620 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7621 (remote_rdp_store_register): Likewise.
7622
5792a79b
DJ
76232004-03-24 Daniel Jacobowitz <drow@mvista.com>
7624
7625 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7626 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7627 to after osabi initialization.
7628 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7629 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7630 functions.
7631 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7632 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7633 variables.
7634 (mips_linux_init_abi): Append signal trampoline unwinders.
7635
1196bfda
AC
76362004-03-24 Andrew Cagney <cagney@redhat.com>
7637
7638 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
7639 * tramp-frame.c: Include "gdb_assert.h".
7640 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
7641 correct sizeof.
7642 (tramp_frame_append): Validate the tramp frame's instructions.
7643 * Makefile.in (tramp-frame.o): Update dependencies.
7644
4be282b4
AC
76452004-03-23 Andrew Cagney <cagney@redhat.com>
7646
7647 * trad-frame.h (trad_frame_set_reg_addr): Declare.
7648
69aec09b
AC
76492004-03-23 Andrew Cagney <cagney@redhat.com>
7650
7651 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
7652 Nasser as past testsuite/lib/ (and other) maintainers.
7653
63ed89b4
DJ
76542004-03-23 Daniel Jacobowitz <drow@mvista.com>
7655
7656 * infcmd.c (attach_command): Reread symbols if we already have
7657 an exec file.
7658
f3b36427
AC
76592004-03-23 Andrew Cagney <cagney@redhat.com>
7660
7661 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
7662
aa2a3f87
AC
76632004-03-23 Andrew Cagney <cagney@redhat.com>
7664
7665 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
7666 * gdbarch.h, gdbarch.c: Re-generate.
7667 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7668 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7669 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8718a420 7670 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87 7671 (DEPRECATED_SIGTRAMP_START): Update.
8718a420 7672 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
aa2a3f87
AC
7673 (DEPRECATED_SIGTRAMP_START): Update.
7674 * blockframe.c (find_pc_sect_partial_function): Update.
7675 * arch-utils.c (legacy_pc_in_sigtramp): Update.
7676
00cac895
DJ
76772004-03-23 Daniel Jacobowitz <drow@mvista.com>
7678
7679 * remote.c (remote_open_1): Reopen the exec file and reread symbols
7680 if necessary.
7681
f561f026
AC
76822004-03-23 Andrew Cagney <cagney@redhat.com>
7683
7684 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
7685 predicate, deprecate.
7686 * gdbarch.h, gdbarch.c: Re-generate.
7687 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7688 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7689 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
7690 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7691 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
7692 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
7693 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
7694 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
7695 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
7696 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
7697 * blockframe.c (find_pc_partial_function): Update.
7698 * breakpoint.c (bpstat_what): Update.
7699 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
7700 * frv-linux-tdep.c (frv_linux_init_abi): Update.
7701 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
7702 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
7703 * i386-interix-tdep.c (i386_interix_init_abi): Update.
7704 * i386-linux-tdep.c (i386_linux_init_abi): Update.
7705 * i386-nto-tdep.c (i386nto_init_abi): Update.
7706 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
7707 * i386-tdep.c (i386_sigtramp_frame_sniffer)
7708 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
7709 * i386bsd-tdep.c (i386bsd_init_abi): Update.
7710 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
7711 * i386obsd-tdep.c (i386obsd_init_abi): Update.
7712 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
7713 * infrun.c (pc_in_sigtramp): Update.
7714 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
7715 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
7716 * mips-tdep.c (mips_gdbarch_init): Update.
7717 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
7718 * ppc-linux-tdep.c: Update comment.
7719 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
7720 * shnbsd-tdep.c (shnbsd_init_abi): Update.
7721 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
7722 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
7723 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
7724 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
7725 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
7726 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
7727 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
7728 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8718a420 7729
8050c72f
AC
77302004-03-23 Andrew Cagney <cagney@redhat.com>
7731
d2259dd3
AC
7732 * tramp-frame.h, tramp-frame.h: New files.
7733 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
7734 Update rules to include "tramp-frame.h" and "tramp-frame.c".
7735
8050c72f
AC
7736 * Makefile.in: Update all dependencies.
7737
0db9b4b7
AC
77382004-03-23 Andrew Cagney <cagney@redhat.com>
7739
7740 * Makefile.in (trad_frame_h): Add $(frame_h).
7741 * trad-frame.h: Update copyright. Include "frame.h".
7742 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
7743 (trad_frame_set_id, trad_frame_get_id): Declare.
7744 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
7745 * trad-frame.c: Update copyright.
7746 (struct trad_frame_cache): Define.
7747 (trad_frame_cache_zalloc): New function.
7748 (trad_frame_set_id, trad_frame_get_id): New functions.
7749 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8718a420 7750
8e645ae7
AC
77512004-03-22 Andrew Cagney <cagney@redhat.com>
7752
7753 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
7754 s390_pltstub_unwind_cache.
7755 (s390_stub_frame_unwind_cache): Rename
7756 s390_pltstub_frame_unwind_cache.
7757 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
7758 (s390_stub_frame_prev_register): Rename
7759 s390_pltstub_frame_prev_register.
7760 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
7761 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
7762
7763 From Ulrich Weigand:
7764 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
7765 pointer calls like PLT calls.
7766
34fcf120
DJ
77672004-03-22 Daniel Jacobowitz <drow@mvista.com>
7768
7769 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
7770 PC rather than the partial function start address. Use the start
7771 address to sanity check the found PDR.
7772
5b917078
DJ
77732004-03-22 Daniel Jacobowitz <drow@mvista.com>
7774
7775 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
7776 linux_handle_extended_wait.
7777
8adf9e78
AC
77782004-03-22 Andrew Cagney <cagney@redhat.com>
7779
c3122434
AC
7780 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
7781 function.
7782
8adf9e78
AC
7783 * frame.h (generic_pop_current_frame): Delete declaration.
7784 (deprecate_pop_dummy_frame): Deprecate
7785 generic_pop_dummy_frame.
7786 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
7787 (generic_pop_current_frame): Delete function.
7788 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
7789 generic_pop_current_frame.
7790 * v850-tdep.c (v850_pop_frame): Update.
7791 * mcore-tdep.c (mcore_pop_frame): Update.
7792 * sh64-tdep.c (sh64_pop_frame): Update.
7793 * h8300-tdep.c (h8300_pop_frame): Update.
7794
90ba813f
AC
77952004-03-22 Andrew Cagney <cagney@redhat.com>
7796
7797 * frame.h (deprecated_pc_in_call_dummy): Rename
7798 generic_pc_in_call_dummy.
7799 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
7800 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
7801 generic_pc_in_call_dummy.
7802 (pc_in_dummy_frame): Make static.
7803 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
7804 * gdbarch.h, gdbarch.c: Re-generate.
7805 * dummy-frame.c (dummy_frame_sniffer): Simplify.
7806 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
7807 (legacy_get_prev_frame): Ditto.
7808 * inferior.h: Delete reference to generic_pc_in_call_dummy in
7809 comment.
8718a420 7810
ca4bb888
AC
78112004-03-21 Andrew Cagney <cagney@redhat.com>
7812
244675f9
AC
7813 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
7814 declaration and out-of-date comment.
7815 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
7816 Delete function.
7817 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
7818 deprecated_pc_in_call_dummy.
7819
ca4bb888
AC
7820 * infrun.c (handle_inferior_event): For non legacy frames, use the
7821 frame ID and frame type to identify a signal trampoline. Update
7822 comments.
7823
1777c7b4
NW
78242004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
7825
7826 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
7827 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
7828
82417da5
AC
78292004-03-21 Andrew Cagney <cagney@redhat.com>
7830
7831 * frame-unwind.h: Update copyright.
7832 (struct frame_data): Add opaque declaration.
7833 (frame_sniffer_ftype): Declare.
7834 (struct frame_unwind): Add "unwind_data" and "sniffer".
7835 (frame_unwind_register_unwinder): Declare.
7836 (frame_unwind_find_by_frame): Add parameter "this_cache".
7837 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
7838 (legacy_get_prev_frame, legacy_get_prev_frame)
7839 (get_frame_type): Pass the prologue_cache to
7840 frame_unwind_find_by_frame.
7841 * frame-unwind.c (struct frame_unwind_table_entry): Add field
7842 "unwinder".
7843 (frame_unwind_register_unwinder): New function.
7844 (frame_unwind_find_by_frame): Handle an unwind sniffer.
7845
b2ba182e
PH
78462004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
7847
7848 * bcache.c (print_percentage): Use floating point to avoid
7849 incorrect results when portion*100 overflows.
7850
81332287
KB
78512004-03-19 Kevin Buettner <kevinb@redhat.com>
7852
7853 * ppc_tdep.h (ppc_linux_frame_saved_pc)
7854 (ppc_linux_init_extra_frame_info)
7855 (ppc_linux_frameless_function_invocation)
7856 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
7857 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
7858 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
7859 (rs6000_frame_chain): Delete declarations.
7860 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
7861 (ppc_linux_init_extra_frame_info)
7862 (ppc_linux_frameless_function_invocation)
7863 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
7864 (ppc_linux_init_abi): Remove registration of above deleted functions.
7865 * rs6000-tdep.c (rs6000_init_extra_frame_info)
7866 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
7867 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
7868 (rs6000_pop_frame, rs6000_frameless_function_invocation)
7869 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
7870 (rs6000_gdbarch_init): Remove registration of above deleted functions.
7871 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
7872 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
7873 frame management for all OSABIs.
7874
61a65099
KB
78752004-03-19 Andrew Cagney <cagney@redhat.com>
7876
7877 Committed by Kevin Buettner <kevinb@redhat.com>.
7878
7879 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
7880 Update copyright.
7881 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
7882 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
7883 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
7884 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
7885 unwinders. #ifdef legacy frame code.
7886 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
7887 "frame-base.h".
7888 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
7889 (struct rs6000_frame_cache, rs6000_frame_cache)
7890 (rs6000_frame_this_id, rs6000_frame_prev_register)
7891 (rs6000_frame_sniffer, rs6000_frame_unwind)
7892 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
7893 (rs6000_frame_base): Implement a traditional frame unwinder.
7894 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
7895 frame unwinder.
7896
88f7da05
KB
78972004-03-19 Kevin Buettner <kevinb@redhat.com>
7898
7899 * breakpoint.c (adjust_breakpoint_address): Don't adjust
7900 breakpoint address for watchpoints or the catch eventpoints.
7901 Add new paramter ``bptype''. Adjust all callers.
7902
f826dce1
AC
79032004-03-19 Andrew Cagney <cagney@redhat.com>
7904
33cb8b0f
AC
7905 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
7906
f826dce1
AC
7907 * PROBLEMS: Delete note that ARM does not use frame code, problem
7908 fixed.
7909
43b1ab88
AC
79102004-03-18 Andrew Cagney <cagney@redhat.com>
7911
292ab034
AC
7912 * stack.c (return_command): Delete code wrapped in #ifdef
7913 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
7914
43b1ab88
AC
7915 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
7916
dbfe4626
AC
79172004-03-18 Andrew Cagney <cagney@redhat.com>
7918
7919 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
7920 DEPRECATED_IN_SIGTRAMP.
7921 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7922 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
7923 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7924 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7925 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7926 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7927 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7928 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
7929 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
7930 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
7931
0cad6aec
AC
79322004-03-18 Andrew Cagney <cagney@redhat.com>
7933
7934 * frame-base.c: Update copyright. Include "gdb_obstack.h".
7935 (struct frame_base_table_entry): Define.
7936 (struct frame_base_table): Re-implement as a linked list.
7937 (frame_base_init): Re-implement.
7938 (frame_base_table): Delete function.
7939 (append_predicate): Delete function.
7940 (frame_base_append_sniffer): Update.
7941 (frame_base_set_default): Update.
7942 (frame_base_find_by_frame): Update.
7943 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
7944 * Makefile.in (frame-base.o): Update dependencies.
7945
9982c2e7
AC
79462004-03-17 Andrew Cagney <cagney@redhat.com>
7947
7948 * frame.c (legacy_get_prev_frame): Pass correct frame to
7949 frame_unwind_find_by_frame.
7950
8dfe8985
DC
79512004-03-17 David Carlton <carlton@kealia.com>
7952
7953 * NEWS: Mention C++ nested types and namespaces
7954
ed47347a
MC
79552004-03-16 Michael Chastain <mec.gnu@mindspring.com>
7956
7957 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
7958 and "Regressions since gdb 5.3.". Add known regressions since
7959 gdb 6.0.
7960
90aeadfc
DC
79612004-03-16 David Carlton <carlton@kealia.com>
7962
7963 * dwarf2read.c (process_structure_scope): Process children even
7964 when we're a declaration.
7965
73912b9b
AC
79662004-03-16 Andrew Cagney <cagney@redhat.com>
7967
7968 * symtab.h (find_pc_sect_partial_function): Delete declaration.
7969 * blockframe.c (find_pc_partial_function)
7970 (find_pc_sect_partial_function): Merge into a single
7971 find_pc_partial_function.
7972
283accbc
MK
79732004-03-16 Mark Kettenis <kettenis@gnu.org>
7974
7975 * i386bsd-nat.c: s/regno/regnum/g.
7976 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
7977 FP0_REGNUM.
7978 (store_inferior_registers): Likewise.
7979
f5b1afdf
MK
79802004-03-16 Mark Kettenis <kettenis@gnu.org>
7981
7982 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
7983 of i387_fill_fsave.
7984 (store_inferior_registers): Call i387_collect_fsave and
7985 i387_collect_fxsave instead of i387_fill_fsave and
7986 i387_fill_fxsave.
7987
41fe5eb3
AC
79882004-03-15 Andrew Cagney <cagney@redhat.com>
7989
7990 * Makefile.in (frame-unwind.o): Update dependencies.
7991 * frame-unwind.c: Include "gdb_obstack.h".
7992 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
7993 parameter.
7994 (append_predicate): Delete function.
7995 (struct frame_unwind_table_entry): New structure.
7996 (struct frame_unwind_table): Replace "sniffer" with "head" and
7997 "tail".
7998 (frame_unwind_append_sniffer): Update.
7999 (frame_unwind_find_by_frame): Update.
8000 (_initialize_frame_unwind): Registe frame_unwind_init using
8001 gdbarch_data_register_pre_init.
8002
3f63813d
MK
80032004-03-15 Mark Kettenis <kettenis@gnu.org>
8004
8005 * i386bsd-nat.c: Update copyright year.
8006 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8007 define unconditionally.
8008
3248c325 80092004-03-15 Mark Kettenis <kettenis@gnu.org>
63b6c53f
MK
8010
8011 * i387-tdep.h (i387_collect_fsave): New prototype.
8012 * i387-tdep.c (i387_collect_fsave): New function containing most
8013 of the code from i387_fill_fsave.
3248c325 8014 (i387_fill_fsave): Call i387_collect_fsave.
63b6c53f 8015
871fbe6a
MK
80162004-03-15 Mark Kettenis <kettenis@gnu.org>
8017
8018 * i386-linux-tdep.c: Update copyright year.
8019 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8020 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8021 svr4_ilp32_link_map_offsets instead of
8022 i386_linux_svr4_fetch_link_map_offsets.
8023
8176b9b8
DC
80242004-03-15 David Carlton <carlton@kealia.com>
8025
8026 Fix for PR c++/1553:
8027 * dwarf2read.c (read_structure_type): Determine type name by
8028 calling determine_class_name.
8029 (determine_class_name): New.
8030 (determine_prefix): Look at TYPE_TAG_NAME and call
8031 determine_class_name when appropriate.
8032 (determine_prefix_aux, class_name): Delete.
9d58e29d 8033 (read_namespace): Set die->type.
8176b9b8 8034
fe8bf7d7
KB
80352004-03-15 Kevin Buettner <kevinb@redhat.com>
8036
8037 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8038 unused macro definition. The definition in target.h (or perhaps
8039 elsewhere) takes precedence.
8040
ed6edd9b
AC
80412004-03-15 Andrew Cagney <cagney@redhat.com>
8042
f9be684a
AC
8043 * ppc-tdep.h: Update copyright.
8044 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8045 function signatures to match "regsets.h".
8046 * ppc-linux-tdep.c: Include "regset.h".
8047 (ELF_GREGSET_SIZE): Delete.
8048 (right_supply_register): New function.
8049 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8050 using right_supply_register.
8051 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8052 functions.
8053 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8054 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8055 (_initialize_ppc_linux_tdep): Do not register
8056 ppc_linux_regset_core_fns.
8057 (ppc_linux_regset_from_core_section): Replace
8058 fetch_core_registers.
8059 (ppc_linux_regset_core_fns): Delete.
8060 * ppc-linux-nat.c: (right_fill_reg): New function.
8061 (supply_gregset): Update call to ppc_linux_supply_gregset.
8062 (fill_gregset): Clear the register set, use right_fill_reg.
8063 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8064 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8065
ed6edd9b
AC
8066 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8067 unsigned.
8068
030f20e1
AC
80692004-03-15 Andrew Cagney <cagney@redhat.com>
8070
8071 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8072 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8073 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8074 and register_gdbarch_data.
8075 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8076 (struct gdbarch_data): Replace "init" by "pre_init" and
8077 "post_init".
8078 * gdbarch.h, gdbarch.c: Re-generate.
8079 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8080 with"obstack", use OBSTACK_ZALLOC.
8081 (dwarf2_frame_ops): Delete.
8082 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8083 (dwarf2_frame_init_reg): Use gdbarch_data.
8084 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8718a420 8085 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
030f20e1
AC
8086 (_initialize_svr4_solib): Update.
8087 * user-regs.c (_initialize_user_regs): Update.
8088 * reggroups.c (_initialize_reggroup): Update.
8089 * regcache.c (_initialize_regcache): Update.
8090 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8091 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8092 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8093 * frame-unwind.c (_initialize_frame_unwind): Update.
8094 * frame-base.c (_initialize_frame_base): Update.
8095 * user-regs.c (user_reg_add): Update.
8096 * reggroups.c (reggroup_add): Update.
8097 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8098 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8099 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8100 * frame-base.c (frame_base_table): Update.
8101 * remote.c (_initialize_remote): Update.
8102 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8718a420 8103
3111a3fc
AC
81042004-03-15 Andrew Cagney <cagney@redhat.com>
8105
8106 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8107
5ecb7103
KB
81082004-03-15 Kevin Buettner <kevinb@redhat.com>
8109
8110 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8111 * frv-linux-tdep.c: New file.
8112 * frv-tdep.c (struct gdbarch_tdep): Add new field
8113 ``sigcontext_reg_addr''.
8114 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8115 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8116 (frv_sigramp_frame_sniffer): New functions.
8117 (frv_sigtramp_frame_unwind): New static global.
8118 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8119 sniffers.
8120 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8121 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8122
1ccda5e9
KB
81232004-03-15 Kevin Buettner <kevinb@redhat.com>
8124
8125 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8126 but not via a call to error(), when unable to read memory.
8127
b375a0a5
KB
81282004-03-15 Kevin Buettner <kevinb@redhat.com>
8129
8130 * frv-tdep.c (frv_call_dummy_words): Delete.
8131 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8132
4fdf6121
AC
81332004-03-15 Andrew Cagney <cagney@redhat.com>
8134
8135 * infrun.c (handle_step_into_function, step_over_function): Only
8136 update and use STEP_FRAME_ID when the system is using legacy
8137 frames. Update comments.
8138
34021503
MK
81392004-03-14 Mark Kettenis <kettenis@gnu.org>
8140
187e21d1
MK
8141 * amd64-linux-tdep.h: Remove file.
8142 * amd64-linux-tdep.c: Don't include "inferior.h" and
8143 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8144 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8145 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8146 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8147 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8148 macros.
8149 (user_to_gdb_regmap): Remove variable.
8150 (amd64_linux_gregset_reg_offset): New variable.
8151 (amd64_core_fns): Remove variable.
8152 (fetch_core_registers): Remove function.
8153 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8154 functions.
8155 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8156 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8157 * Makefile.in (amd64_linux_tdep_h): Remove.
8158 (amd64-linux-nat.o): Update dependencies.
8159 (amd64-linux-tdep.o): Update dependencies.
8160
99679982
MK
8161 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8162 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8163 functions.
8164 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8165
34021503
MK
8166 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8167 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8168
134d01f1
DJ
81692004-03-14 Daniel Jacobowitz <drow@mvista.com>
8170
8171 * dwarf2read.c (read_structure_type): Rename from
8718a420 8172 read_structure_scope. Don't create a symbol or call process_die.
134d01f1
DJ
8173 Return immediately if die->type is set. Call read_type_die before
8174 dwarf2_add_member_fn.
8175 (process_structure_scope): New function.
8176 (read_enumeration_type, process_enumeration_scope): New functions,
8177 broken out from read_enumeration. Don't create the enumeration
8178 type if it has already been created.
8179 (read_enumeration): Removed.
8180 (process_die): Call read_structure_type, process_structure_scope,
8181 read_enumeration_type, and process_enumeration_scope. Just call
8182 new_symbol for base and subrange types. Add a comment about other
8183 type dies.
8184 (read_type_die): Call read_enumeration_type.
8185 (add_partial_structure, new_symbol): Update comments.
8186
65760afb
SC
81872004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8188
8189 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8190
10f59415
SC
81912004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8192
8193 * tui/tui-win.h (tui_get_cmd_list): Declare.
8194 * tui/tui-win.c (tui_command): New function.
8195 (tui_get_cmd_list): New function.
8196 (_initialize_tui_win): Moved initialization of tui command in
8197 tui_get_cmd_list.
8198
8199 * tui/tui-data.c (init_content_element): Setup new data members.
8200 (init_win_info): Likewise.
8201 (free_content_elements): Free it.
8202 * tui/tui-data.h (struct tui_data_element): Store the register
8203 content to print.
8204 (struct tui_data_info): Keep the current register group.
8205
8206 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8207
8208 * tui/tui-regs.h (tui_show_registers): Update prototype.
8209 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8210 (tui_resize_all): No need to calculate anything for register window.
8211 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8212 (tui_set_register_element, tui_set_general_regs_content): Remove.
8213 (tui_set_special_regs_content): Remove.
8214 (tui_set_general_and_special_regs_content): Remove.
8215 (tui_set_float_regs_content): Remove.
8216 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8217 (tui_set_regs_content): Remove.
8218 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8219 (tui_v_show_registers_command_support): Remove.
8220 (tui_show_registers): Use a reggroup to specify the registers to show.
8221 (tui_show_register_group): New function.
8222 (tui_display_registers_from): Compute the layout of register window
8223 and refresh with new API; be sure to delete old register windows.
8224 (tui_check_register_values): Update to use tui_get_register and
8225 tui_display_data.
8226 (tui_display_register): Just refresh the register window part.
8227 (tui_register_format): Format registers and save in tui_data_element.
8228 (tui_get_register): New to combine tui_reg_value_has_changed and
8229 tui_get_register_raw_value; fix to use the new gdb API.
8230 (tui_show_float_command): Renamed tui_reg_float_command.
8231 (tui_show_general_command): Renamed tui_reg_general_command.
8232 (tui_show_special_command): Renamed tui_reg_system_command.
8233 (_initialize_tui_regs): Remove unused commands.
8234
c3364ea4
MK
82352004-03-13 Mark Kettenis <kettenis@gnu.org>
8236
27d1e716
MK
8237 * NEWS (New native configurations): Mention OpenBSD/amd64.
8238
c3364ea4
MK
8239 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8240 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8241 Remove defines.
8242 * config/i386/nm-fbsd64.h: Likewise.
8243 * config/i386/nm-obsd.h: Likewise.
8244 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8245 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8246
b2d6d697
KB
82472004-03-12 Kevin Buettner <kevinb@redhat.com>
8248
8249 * frv-tdep.c (set_variant_scratch_registers): New function.
b2d6d697
KB
8250 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8251 New constants.
8252
76e43199
KB
8253 From Richard Sandiford <rsandifo@redhat.com>:
8254 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8255
34ce532e
KB
82562004-03-12 Kevin Buettner <kevinb@redhat.com>
8257
8258 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8259 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8260 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8261 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8262 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8263 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8264 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8265 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8266 definitions from frv-tdep.c to frv-tdep.h.
8267
c4d10515
KB
82682004-03-12 Kevin Buettner <kevinb@redhat.com>
8269
8270 Add shared library support for FR-V FDPIC ABI:
8271 * Makefile.in (solib-frv.o): Add dependencies.
8272 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8273 New functions.
8274 (frv_push_dummy_call): Add support for FDPIC ABI.
8275 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8276 for FDPIC ABI.
8277 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8278 (frv_fdpic_find_canonical_descriptor): Declare.
8279 * solib-frv.c: New file.
8280 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8281 * config/frv/tm-frv.h (solib.h): Include.
8282
ed1bd989
KB
82832004-03-12 Kevin Buettner <kevinb@redhat.com>
8284
8285 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8286 (frv-tdep.o): Update dependencies.
8287 * frv-tdep.h: New file.
8288 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8289 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8290 constants.
8291 (struct gdbarch_tdep): Add new member ``frv_abi''.
8292 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8293 functions.
8294 (new_variant): Set ``frv_abi'' field.
8295 (gdb_arch_init): Detect FDPIC executables.
8296
82b38f72
MK
82972004-03-12 Mark Kettenis <kettenis@gnu.org>
8298
8299 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8300 wrapper.
8301
db1ea9ba
AC
83022004-03-11 Andrew Cagney <cagney@redhat.com>
8303
8304 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8305
f8766ec1
KB
83062004-03-11 Kevin Buettner <kevinb@redhat.com>
8307
8308 * solist.h (master_so_list): New function.
8309 * solib.c (master_so_list): Likewise.
8310 * solib-svr4.c (enable_break): Iterate over so_list entries
8311 obtained from master list instead of entries obtained directly
8312 via svr4_current_sos().
8313
523f6a27
BE
83142004-03-10 Ben Elliston <bje@gnu.org>
8315
8316 * MAINTAINERS: Update my mail address.
8317
37814c18
KI
83182004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8319
8320 * remote-m32r-sdi.c: Support hardware watchpoint.
8321
8b9740d8
DJ
83222004-03-09 Daniel Jacobowitz <drow@mvista.com>
8323
8324 * user-regs.c: Update copyright years.
8325 (struct user_regs): Rename to gdb_user_regs.
8326 (append_user_reg, builtin_user_regs, user_regs_init)
8327 (user_reg_add, user_reg_map_name_to_regnum)
8328 (usernum_to_user_reg): Update.
8329
4bb7a0a7
DJ
83302004-03-09 Daniel Jacobowitz <drow@mvista.com>
8331
8332 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8333 (skip_children): New functions.
8334 (locate_pdi_sibling): Call skip_children.
8335
44e1a9eb
DJ
83362004-03-09 Daniel Jacobowitz <drow@mvista.com>
8337
8338 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8339 * gdbtypes.c (check_typedef): Update comments.
8340
f3dd6933
DJ
83412004-03-09 Daniel Jacobowitz <drow@mvista.com>
8342
8343 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8344 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8345 pointer. Update comment about comp_unit_head.
8346 (struct abbrev_info): Shorten two int flags.
8347 (dwarf_alloc_abbrev): Take a CU argument.
8348 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8349 each time through the loop. Update cleanup argument.
8350 (psymtab_to_symtab_1): Update cleanup call.
8351 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8352 abbrev_obstack.
8353 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8354 Just call obstack_free and clear the pointer.
8355
b40c7d58
DJ
83562004-03-09 Daniel Jacobowitz <drow@mvista.com>
8357
8358 * infrun.c (handle_inferior_event): Remove short-circuit code for
8359 events in a different thread.
8360
333dabeb
DJ
83612004-03-09 Daniel Jacobowitz <drow@mvista.com>
8362
8363 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8364 print the whole transfer.
8365 (initialize_targets): Update description of "set debug target".
8366
aa17d93e
DJ
83672004-03-09 Daniel Jacobowitz <drow@mvista.com>
8368
8369 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8370
0b71f08f
NW
83712004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8372
8373 * MAINTAINERS (write after approval): Add myself.
8374
3930f270
CV
83752004-03-08 Corinna Vinschen <vinschen@redhat.com>
8376
8377 * sh-tdep.c (sh_print_registers_info): Use for loop.
8378 Don't skip multiple registers when a float register is encountered.
8379
a2b4a96c
CV
83802004-03-08 Corinna Vinschen <vinschen@redhat.com>
8381
8382 Fix PR tdep/1291.
8383 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8384 to official SH documentation.
8385
f15a4bc0
AC
83862004-03-07 Andrew Cagney <cagney@redhat.com>
8387
8388 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8389 unused function.
8390
9498281f
DJ
83912004-03-07 Daniel Jacobowitz <drow@mvista.com>
8392
8393 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8394 (arm_get_next_pc): Handle BX and BLX.
8395
449e1137
AC
83962004-03-07 Andrew Cagney <cagney@redhat.com>
8397
eded0a31
AC
8398 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8399 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8400 HPPA_SP_REGNUM.
8401 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8402 (hppa_target_read_fp): Delete.
8403 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8404 register_virtual_size, max_register_raw_size,
8405 max_register_virtual_size, register_byte, register_size,
8406 target_read_fp, fp_regnum, and register_bytes. Set register_type
8407 instead of register_virtual_type.
8408 (hppa32_register_type, hppa64_register_type): Replace
8409 hppa32_register_virtual_type and hppa64_register_virtual_type.
8410 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8411 (HPPA_FP_REGNUM): Define.
8412
f5f907e2
AC
8413 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8414
69b4bbe4
AC
8415 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8416 (pa_do_registers_info): Delete.
8417 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8718a420 8418 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
69b4bbe4 8419 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
f5f907e2 8420
78161e48
AC
8421 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8422 GDB_TARGET_IS_HPPA code.
8423 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8718a420 8424 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
78161e48
AC
8425 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8426 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8718a420
RM
8427 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8428 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8429 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
78161e48 8430 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8718a420
RM
8431 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8432 (hppa_frameless_function_invocation, hppa64_store_return_value)
8433 (hppa_store_struct_return, hppa64_extract_return_value)
78161e48 8434 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8718a420 8435 (hppa32_call_dummy_length, hppa64_call_dummy_length)
78161e48 8436 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8718a420
RM
8437 (find_proc_framesize, deposit_21, restore_pc_queue)
8438 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
210197d2 8439 (rp_saved, pc_in_linker_stub): Delete.
78161e48 8440
782eae8b
AC
8441 Unconditionally enable 64-bit frame and ABI code.
8442 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8443 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8444 push_dummy_frame, fix_call_dummy, push_arguments,
8445 call_dummy_location, extract_return_value, use_struct_convention,
8446 store_return_value, store_struct_return, saved_pc_after_call,
8447 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8448 frame_chain, frame_chain_valid, frameless_function_invocation,
8449 frame_saved_pc, and pop_frame.
78161e48 8450
449e1137
AC
8451 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8452 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8453 (hppa_gdbarch_init): Do not set PC_REGNUM.
8454
12507572
MK
84552004-03-06 Mark Kettenis <kettenis@gnu.org>
8456
8457 * config/alpha/tm-fbsd.h: Remove file.
8458 * config/alpha/fbsd.mt: Tweak comment.
8459 (TM_FILE): Set to tm-alpha.h.
8460
c107cc1b
AC
84612004-03-05 Andrew Cagney <cagney@redhat.com>
8462
8463 * infrun.c (step_over_function): When non-legacy code, and no
8464 step_frame_id, use the unwinder to get the caller's frame ID.
8465
f2e7c15d
MK
84662004-03-05 Mark Kettenis <kettenis@gnu.org>
8467
8b0c3633
MK
8468 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8469 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8470 bfd_arch_unknown. Adjust comment.
8471
f2e7c15d
MK
8472 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8473 * i386obsd-tdep.c: Correct spelling in comment.
8474 * i386nbsd-tdep.c: Correct spelling in comment.
8475 * sparc-tdep.c: Correct spelling in comments.
8476
1198ecbe
DC
84772004-03-05 David Carlton <carlton@kealia.com>
8478
8479 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8480 bug.
8481
9eb42ed1
MK
84822004-03-05 Mark Kettenis <kettenis@gnu.org>
8483
8484 * sparc-tdep.c: Fix typo in comment.
8485
52b5e991
JB
84862004-03-04 J. Brobecker <brobecker@gnat.com>
8487
8488 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8489
d8151005
DJ
84902004-03-04 Daniel Jacobowitz <drow@mvista.com>
8491
8492 * dwarf2read.c: Add comment describing memory lifetimes.
8493 (struct dwarf2_pinfo): Update comment.
8494 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8495 (read_enumeration, new_symbol): Don't use obsavestring.
8496
cbeae229
MK
84972004-03-04 Mark Kettenis <kettenis@gnu.org>
8498
722d18c2
MK
8499 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8500 instead of amd64_fill_fxsave.
8501 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8502 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8503
cbeae229
MK
8504 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8505 Reorganize code a bit.
8506
b4206d25
OF
85072004-03-04 Orjan Friberg <orjanf@axis.com>
8508
8509 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8718a420
RM
8510 when the frame pointer is pushed. Don't set the frame pointer's
8511 address on the stack unless it's actually located there.
b4206d25
OF
8512 Set the SRP's address on the stack correctly when the PC is still in
8513 the prologue.
8514 (cris_return_value): New function.
8515 (cris_gdbarch_init): Clear deprecated store_return_value,
8516 extract_return_value.
8517
49b0b195
JB
85182004-03-02 Jim Blandy <jimb@redhat.com>
8519
8520 * stabsread.c (reg_value_complaint): The maximum register number
8521 is one less than the number of registers.
8522
e9ff708b
AC
85232004-03-02 Andrew Cagney <cagney@redhat.com>
8524
8525 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8526 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8527 trailing comma and redundant assignment of I386_ST0_REGNUM.
8528 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8529 32-bit segment registers.
8530
d4715e41
AC
85312004-03-01 Andrew Cagney <cagney@redhat.com>
8532
8533 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8534 use frame_relative_level and get_next_frame.
8535
3ce2bf18
AC
85362004-02-29 Andrew Cagney <cagney@redhat.com>
8537
8538 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8539 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8540 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8541 Delete macro.
8542
2da6aac3
DJ
85432004-02-29 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * inflow.c (terminal_inferior): Don't give up the terminal if we
8546 previously couldn't get the inferior's terminal state.
8547
6ba34a8d
DJ
85482004-02-29 Daniel Jacobowitz <drow@mvista.com>
8549
8550 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8551 PC_REGNUM.
8552
faae5abe
AC
85532004-02-28 Andrew Cagney <cagney@redhat.com>
8554
8555 * NEWS: Refer to GDB 6.1.
8556 * README: Refer to GDB 6.1.
8557 * PROBLEMS: Refer to GDB 6.1.
8558
2227a3c5
DJ
85592004-02-28 Daniel Jacobowitz <drow@mvista.com>
8560
8561 * thread-db.c (disable_thread_signals): Remove unused function.
8562
80571bff
MK
85632004-02-28 Mark Kettenis <kettenis@gnu.org>
8564
041bd74b
MK
8565 * amd64-nat.c: Include "gdb_string.h".
8566 (amd64_collect_native_gregset): Zero-extend the 32-bit
8567 general-purpose registers and %eip.
8568
3c017e40
MK
8569 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8570 * amd64-tdep.c (amd64_collect_fxsave): New function.
8571 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8572
80571bff
MK
8573 * i387-tdep.h: Update copyright year.
8574 (i387_collect_fxsave): New prototype.
8575 * i387-tdep.c: Update copyright year.
8576 (i387_collect_fxsave): New function containing most of the code
8577 from i387_fill_fxsave.
8578 (i387_fill_fxsave): Call i387_collect_fxsave.
8579
50d71875
AC
85802004-02-28 Andrew Cagney <cagney@redhat.com>
8581
8582 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8583 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8584
4a28816e
MK
85852004-02-28 Mark Kettenis <kettenis@gnu.org>
8586
8587 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8588
dbda9972
AC
85892004-02-28 Andrew Cagney <cagney@redhat.com>
8590
8591 * utils.c: Use "", instead of <>, to include readline.
8592 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8593 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8594 * source.c, solib.c, exec.c, event-top.c: Ditto.
8595 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8596 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8597 * Makefile.in: Update all dependencies.
8598 (readline_tilde_h, readline_history_h): Define.
8599 (readline_headers): Delete.
8600
83277a99
MK
86012004-02-28 Mark Kettenis <kettenis@gnu.org>
8602
91ae4303
MK
8603 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8604 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8605 "config/i386/tm-lx64.h".
8606
83277a99
MK
8607 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8608 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8609 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8610
6e1d7d6c
AC
86112004-02-28 Andrew Cagney <cagney@redhat.com>
8612
ecc9ac84
AC
8613 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8614
6e1d7d6c
AC
8615 * breakpoint.c (_initialize_breakpoint): Use
8616 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8617 Add help to show command.
8618
9671aeef
MK
86192004-02-28 Mark Kettenis <kettenis@gnu.org>
8620
7fa2737c
MK
8621 * i386-nat.c: Reformat to be closer to coding standards.
8622 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8623 `retval'. Make variables `align' and `size' local to while-loop.
8624 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8625 (_initialize_i386_nat): New prototype.
8626
9671aeef
MK
8627 * tui/tui.c: Include <readline/readline.h> instead of
8628 "readline/readline.h". Include it after <term.h> and
8629 "gdb_curses.h".
8630
fca7aa43
AC
86312004-02-27 Andrew Cagney <cagney@redhat.com>
8632
412275d5
AC
8633 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
8634 the new frame unwind code.
8635 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
8636 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
8637 PCOQ_HEAD_REGNUM.
8638
fca7aa43
AC
8639 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
8640 "return_value" and "push_dummy_call".
8641 (hppa32_use_struct_convention): Delete unused function.
8642 (hppa32_store_return_value): Delete unused function.
8643 (hppa32_extract_return_value): Delete unused function.
8644 (hppa32_stack_align): Delete function.
8645
e6a8a7d2
EZ
86462004-02-27 Eli Zaretskii <eliz@elta.co.il>
8647
8648 * coffread.c (enter_linenos): Don't let rawptr reference memory
8649 outside linetab[]'s limits.
8650
1797a8f6
AC
86512004-02-27 Andrew Cagney <cagney@redhat.com>
8652
8653 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
8654 inferior stack space - the stack needs to grow upwards.
8655 (hppa32_frame_align): New function.
8656 (hppa64_frame_align): Replace hppa_frame_align.
8657 (hppa_gdbarch_init): Update.
8658
2e4b5889
OF
86592004-02-26 Orjan Friberg <orjanf@axis.com>
8660
8661 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
8662 (dwarf2-frame.h): Include.
8663 (enum cris_regnums): New enum CRIS_FP_REGNUM.
8664 Remove static variables related to ABI setting.
8665 (struct gdbarch_tdep): Remove cris_abi member.
8666 (struct frame_extra_info): Remove.
8667 (cris_unwind_cache, stack_item): New structs.
8668 (cris_frame_unwind, cris_frame_base): New variables.
8669 (push_stack_item, pop_stack_item)
8670 (cris_frame_unwind_cache, cris_frame_this_id)
8671 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
8672 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
8673 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
8674 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
8675 (cris_reg_struct_has_addr): New functions.
8676 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
8718a420 8677 (cris_frame_saved_pc, cris_saved_pc_after_call,
2e4b5889
OF
8678 (cris_store_struct_return, cris_frameless_function_invocation)
8679 (cris_pop_frame, cris_skip_prologue_main)
8680 (cris_abi_original_store_return_value)
8681 (cris_abi_v2_store_return_value)
8682 (cris_abi_original_extract_return_value)
8683 (cris_abi_v2_extract_return_value)
8684 (cris_abi_original_reg_struct_has_addr)
8685 (cris_abi_v2_reg_struct_has_addr)
8686 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
8687 (cris_push_return_address, cris_abi_update): Remove.
8688 (_initialize_cris_tdep): Remove ABI command.
8689 (cris_dump_tdep): Ditto.
8718a420 8690 (cris_gdbarch_init): Remove ABI command.
2e4b5889
OF
8691 Set store_return_value, extract_return_value, push_dummy_code,
8692 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
8693 frame_unwind_append_sniffer, frame_base_set_default.
8694 Clear deprecated init_frame_pc, push_arguments, store_return_value,
8695 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
8696 sizeof_call_dummy_words, get_saved_register, push_return_address,
8718a420 8697 pop_frame, store_struct_return, frame_init_saved_regs,
2e4b5889
OF
8698 init_extra_frame_info, frameless_function_invocation, frame_chain,
8699 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
8700 dummy_write_sp.
8718a420 8701
6b9acc27
JJ
87022004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8703
8704 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
8705 * valprint.c (print_hex_chars): Change from static to external.
8706 (print_char_chars): New function.
8707 * printcmd.c (print_scalar_formatted): For integer and enum types
8708 that are longer than LONGEST, perform processing via appropriate
8709 print_*_chars routines.
8710
a431654a
AC
87112004-02-26 Andrew Cagney <cagney@redhat.com>
8712
8713 * Makefile.in: Update dependencies.
8714 Changes from Ulrich Weigand,
8715 * s390-tdep.c: Include "dwarf2-frame.h".
8716 (s390_dwarf2_frame_init_reg): New function.
8717 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
8718 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
8719
fa8d40ab
JJ
87202004-02-26 Jeff Johnston <jjohnstn@redhat.com>
8721
8722 * breakpoint.c (pending_break_support): New setting variable.
8723 (break_command_1): Account for pending_break_support setting
8724 when creating pending breakpoints.
8725 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
8726 (_initialize_breakpoint): Add "set breakpoint pending" and
8727 "show breakpoint pending" commands.
8728
0dcd613f
AC
87292004-02-26 Andrew Cagney <cagney@redhat.com>
8730
8731 Fix PR i18n/1570.
8732 * charset.c (backslashable, backslashed, represented): Remove 'e'
8733 from list of escaped characters, not part of ISO-C.
8734
479272a3
JB
87352004-02-25 J. Brobecker <brobecker@gnat.com>
8736
8737 From Peter Schauer <schauer@pdf.de>:
8738 * tui/tui.c: Move system header includes after local includes.
8739 Fixes a build failure on solaris systems.
8740
7613d933
JB
87412004-02-25 J. Brobecker <brobecker@gnat.com>
8742
8743 * configure.in: Refine the previous change.
8744 * configure: Regenerate.
8745
9c1488cb
MK
87462004-02-25 Mark Kettenis <kettenis@gnu.org>
8747
8748 * amd64-tdep.h: Renamed from x86-64-tdep.h.
8749 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
8750 "amd64-tdep.h" instead of "x86-64-tdep.h".
8751 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8752 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
8753 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
8754 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8755 and "x86-64-tdep.c".
8756 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
8757 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
8758 and "x86-64-tdep.c".
8759 * amd64bsd-nat.c: Update copyright year.
8760 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
8761 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
8762 "x86-64-tdep.h".
8763 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
8764 "x86-64-tdep.h".
8765 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
8766 "x86-64-tdep.h".
8767 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
8768 "x86-64-tdep.h".
8769 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
8770 "x86-64-tdep.h".
8771 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
8772 "x86-64-tdep.h".
8718a420 8773 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9c1488cb
MK
8774 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
8775 * Makefile.in (amd64_linux_tdep_h): Renamed from
8776 x86_64_linux_tdep_h.
8777 (amd64_tdep_h): Renamed from x86_64_tdep_h.
8778 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
8779 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
8780 (amd64obsd-tdep.o): Update dependencies.
8781 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
8782 dependencies.
8783 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
8784 dependencies.
8785 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
8786 amd64-linux-nat.c amd64-linux-tdep.c.
8787 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
8788 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
8789 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
8790 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
8791 amd64-tdep.o and amd64-linux-tdep.o.
8792 (TM_FILE): Set to tm-linux64.h.
8793 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
8794 (NAT_FILE): Set to nm-linux64.h.
8795 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
8796 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8797 amd64-tdep.o.
8798 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8799 amd64-tdep.o.
8800 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
8801 amd64-tdep.o.
8802
4b8dad4a
RM
88032004-02-25 Roland McGrath <roland@redhat.com>
8804
8805 * remote.c (remote_protocol_qPart_auxv): New variable.
8806 (init_all_packet_configs): Initialize it.
8807 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
8808 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
8809 (show_remote_cmd): Call it.
8810 (_initialize_remote): Initialize commands.
8811 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
8812 service TARGET_OBJECT_AUXV requests.
8813
66745969
JB
88142004-02-25 J. Brobecker <brobecker@gnat.com>
8815
8816 * configure.in: Make sure that the wborder function is available.
8817 Otherwise, search for it in the cur_colr library.
8818 * configure: Regenerate.
8819
79508e1e
AC
88202004-02-25 Andrew Cagney <cagney@redhat.com>
8821
8822 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
8823
571ee600
MK
88242004-02-25 Mark Kettenis <kettenis@gnu.org>
8825
8826 * config/i386/tm-x86-64linux.h: Tweak comments.
8827
2b1b322f 88282004-02-25 Richard Sandiford <rsandifo@redhat.com>
ad74788f
RS
8829
8830 * MAINTAINERS: Add self to write-after-approval list.
8831
4d2acc65
AC
88322004-02-25 Andrew Cagney <cagney@redhat.com>
8833
4b8dad4a 8834 PR cli/1566. Problem found, and fix suggested by David Allan.
4d2acc65
AC
8835 * cli/cli-script.c (execute_control_command): Unconditionally
8836 install a cleanup. Default "ret" to "invalid_control". Use
8837 "break" instead of "return" to escape from the switch.
8838
4cfcaf21
JB
88392004-02-24 J. Brobecker <brobecker@gnat.com>
8840
8841 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
8842 with the lines macro defined in term.h on AiX.
8843 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
8844 a collision with the label_width macro defined in term.h on AiX.
8845
54a5c8d8
KB
88462004-02-23 David Mosberger <davidm@hpl.hp.com>
8847
8848 Committed by Kevin Buettner <kevinb@redhat.com>.
8849
8850 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
8851 * ia64-tdep.c (ia64_write_pc): Make it a global function.
8852 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
8853 instead of ia64_write_pc().
8854 * ia64-linux-tdep.c (regcache.h): Include.
8855 (ia64_linux_write_pc): New function.
4b8dad4a 8856
8a1dac83
RM
88572004-02-23 Roland McGrath <roland@redhat.com>
8858
8859 * auxv.c (info_auxv_command): Fix typos in error messages.
8860
90f90721
MK
88612004-02-23 Mark Kettenis <kettenis@gnu.org>
8862
8a1dac83 8863 * x86-64-tdep.h: Tweak comment.
90f90721
MK
8864 (enum amd64_regnum): New.
8865 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
8866 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
8867 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
8868 (X86_64_XMM1_REGNUM): Removed.
8869 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
8870 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
8871 prototypes for renamed functions.
8872 * x86-64-tdep.c: Fix typo.
8873 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
8874 register numbers.
8875 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
8876 Use constants from `enum amd64_regnum' for register numbers.
8877 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
8878 (amd64_analyze_prologue, amd64_frame_cache,
8879 amd64_sigtramp_frame_cache): Use constants from `enum
8880 amd64_regnum' for register numbers.
8881 (amd64_supply_fpregset): Adjust for renamed functions.
8882 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
8883 `enum amd64_regnum' for register numbers.
8884 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
8885 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
8886 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
8887 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
8888 (amd64_linux_fill_gregset): Adjust for renamed macros.
8889 (fetch_core_registers): Adjust for renamed functions.
8890 (amd64_linux_init_abi): Adjust for renamed functions.
8891 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
8892 renamed functions.
8893 * amd64-nat.c: Adjust for renamed macros.
8894 * amd64bsd-nat.c (fetch_inferior_registers)
8895 (store_inferior_registers): Use constants from `enum amd64_regnum'
8896 for register numbers. Adjust for renamed variables.
8897 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
8898 renamed variables.
8899 (_initialize_amd64fbsd_nat): Use constants from `enum
8900 amd64_regnum' for register numbers.
8901 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
8902 `enum amd64_regnum' for register numbers.
8903 (amd64fbsd_init_abi): Adjust for renamed functions.
8904 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
8905 `enum amd64_regnum' for register numbers.
8906 (amd64nbsd_init_abi): Adjust for renamed functions.
8907 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
8908 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
8909 `enum amd64_regnum' for register numbers.
8910 (amd64obsd_init_abi): Adjust for renamed functions.
8911 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
8912
d5479188
JJ
89132004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8914
8915 * breakpoint.c (print_one_breakpoint): Do not output spaces
8916 after printing <PENDING> for a pending breakpoint.
8917
81cb7cc9
JJ
89182004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8919
8920 * printcmd.c (print_scalar_formatted): Initialize val_long
8921 to remove compiler warning message.
8922
cbdeadca
JJ
89232004-02-23 Jeff Johnston <jjohnstn@redhat.com>
8924
8925 * defs.h (nquery, yquery): New prototypes.
8926 * breakpoint.c (break_command_1): Use new nquery interface.
8927 * utils.c (defaulted_query, nquery, yquery): New functions.
8928
da6bab63
AC
89292004-02-23 Andrew Cagney <cagney@redhat.com>
8930
2f690297
AC
8931 * hppa-tdep.c (hppa_frame_align): New function.
8932 (hppa32_push_dummy_call): New function.
8933 (hppa64_push_dummy_call): New function.
8934 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
8935 disabled.
8a1dac83 8936
da6bab63
AC
8937 * infcall.c (legacy_push_dummy_code): Don't call deprecated
8938 FIX_CALL_DUMMY when push_dummy_call is available.
8939 (call_function_by_hand, push_dummy_code): Ditto.
8940
abf9b42d
AC
89412004-02-22 Andrew Cagney <cagney@redhat.com>
8942
8943 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
8944 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
8945 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
8946 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
8947 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
8948 call_dummy_location to ON_STACK.
8949
10fc94a4
MK
89502004-02-22 Mark Kettenis <kettenis@gnu.org>
8951
51433e4b
MK
8952 * x86-64-linux-tdep.c: Tweak comment.
8953 (amd64_linux_supply_gregset): Renamed from
8954 x86_64_linux_supply_gresget.
8955 (amd64_linux_fill_gregset): Renamed from
8956 x86_64_linux_fill_gregset.
8957 (fetch_core_registers): Adjust for renamed functions.
8958 (amd64_core_fns): Renamed from x86_64_core_fns.
8959 (amd64_linux_sigtramp_start): Renamed from
8960 x86_64_linux_sigtramp_start.
8961 (amd64_linux_pc_in_sigtramp): Renamed from
8962 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
8963 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
8964 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
8965 (amd64_linux_sigcontext_addr): Renamed from
8966 x86_64_linux_sigcontext_addr.
8967 (amd64_linux_sc_reg_offset): Renamed from
8968 x86_64_linux_sc_reg_offset.
8969 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
8970 Adjust for renamed functions and variables.
8971 (_initialize_amd64_linux_tdep): Renamed from
8972 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
8973 variables.
8974 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
8975 Adjust for renamed functions.
8976
430eaf2e
MK
8977 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
8978 from x86_64_linux_gregset64_reg_offset.
8979 (amd64_linux_gregset32_reg_offset): Rename from
8980 x86_64_linux_gregset64_reg_offset.
8981 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
8982 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
8983 (amd64_linux_dr_set_control): Renamed from
8984 x86_64_linux_dr_set_control. Adjust for renamed functions.
8985 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
8986 Adjust for renamed functions.
8987 (amd64_linux_dr_reset_addr): Renamed from
8988 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
8989 (amd64_linux_dr_get_status): Renamed from
8990 x86_64_linux_dr_get_status. Adjust for renamed functions.
8991 (_initialize_amd64_linux_nat): Renamed from
8992 _initialize_x86_64_linux_nat. Adjust for renamed variables and
8993 functions.
8994 * config/i386/nm-x86-64linux.h: Update copyright year.
8995 Adjust for renamed functions.
8996
10fc94a4
MK
8997 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
8998 amd64fbsd_sigtramp_start.
8999 (amd64fbsd_sigtramp_end_addr): Renamed from
9000 amd64fbsd_sigtramp_end.
9001 (amd64fbsd_init_abi): Adjust for renamed variables.
9002 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9003 variables.
9004 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9005 amd64fbsd_sigtramp_start.
9006 (amd64fbsd_sigtramp_end_addr): Renamed from
9007 amd64fbsd_sigtramp_end.
9008
343af405
AC
90092004-02-22 Andrew Cagney <cagney@redhat.com>
9010
537987fc
AC
9011 * hppa-tdep.c (hppa32_return_value): New function.
9012 (hppa64_return_value): New function.
9013 (hppa_gdbarch_init): Set return_value; keep disabled.
9014
fad850b2
AC
9015 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9016 struct-return and inferior function call methods.
9017
26d08f08
AC
9018 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9019 "frame-base.h".
9020 (struct hppa_frame_cache): Define.
9021 (hppa_frame_cache, hppa_frame_this_id): New functions.
9022 (hppa_frame_prev_register): New function.
9023 (hppa_frame_unwind, hppa_frame_base): New variables.
9024 (hppa_frame_unwind_sniffer): New function.
9025 (hppa_frame_base_address, hppa_unwind_pc): New function.
9026 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9027 sniffer, and frame base sniffer; keep disabled.
9028 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9029 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9030
e7d7bd65
AC
9031 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9032 to predicates for "seriously old code".
9033
e963316f
AC
9034 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9035 runtime if(0).
9036
56132691
AC
9037 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9038 unsigned.
9039 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
e963316f 9040
343af405
AC
9041 * config/pa/tm-hppa.h: Update copyright.
9042 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9043 (deprecated_init_frame_pc_default): Delete declaration.
9044 (hppa_frame_init_saved_regs): Delete declaration.
9045 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9046 * hppa-tdep.c: Include "arch-utils.h".
9047 (hppa_gdbarch_init): Set deprecated init_frame_pc
9048 and deprecated frame_init_saved_regs.
9049 (hppa_frame_init_saved_regs): Make static.
9050
f5859b4d
MK
90512004-02-22 Mark Kettenis <kettenis@gnu.org>
9052
86f6f8e7 9053 Remove old 386BSD support.
cf7c5c23 9054 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
86f6f8e7
MK
9055 * configure.host: Remove i[34567]86-*-bsd*.
9056 * configure.tgt: Remove i[34567]86-*-bsd*.
9057 * i386b-nat.c: Removed.
9058 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
cf7c5c23
MK
9059 (i386b-nat.o): Remove dependencies.
9060
86f6f8e7
MK
9061 * config/i386/i386bsd.mh: Removed.
9062 * config/i386/i386bsd.mt: Removed.
9063 * config/i386/nm-i386bsd.h: Removed.
9064 * config/i386/tm-i386bsd.h: Removed.
9065 * config/i386/xm-i386bsd.h: Removed.
9066
971218cd
MK
9067 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9068
7e654c37
MK
9069 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9070 (amd64fbsd_init_abi): Set link map offsets.
9071 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9072 (amd64nbsd_init_abi): Set link map offsets.
9073 * amd64obsd-tdep.c: Include "solib-svr4.h".
9074 (amd64obsd_init_abi): Set link map offsets.
9075 * i386fbsd-tdep.c: Include "solib-svr4.h".
9076 (i386fbsd_init_abi): Set link map offsets.
9077 * i386nbsd-tdep.c: Include "solib-svr4.h".
9078 (i386nbsdelf_init_abi): Set link map offsets.
9079 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9080 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9081 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9082 solib-legacy.o and core-aout.o. Reformat.
9083 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9084 solib-svr4.o, solib-legacy.o. Reformat.
9085 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9086 * config/i386/nbsdelf.mh: Reformat.
9087 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9088 solib-svr4.o, solib-legacy.o and corelow.o.
9089 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9090 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9091 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9092 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9093 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9094 (TM_FILE): Set to tm-fbsd.h.
9095 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9096 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9097 solib-svr4.o.
9098 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9099 solib-svr4.o.
9100 (TM_FILE): Set to nm-nbsd.h.
9101 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9102 Simplify shared library support. Don't include "elf/common.h".
9103 (SVR4_SHARED_LIBS): Don't define.
9104 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9105 "solib.h".
9106 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9107 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9108 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9109 Don't include "i386/tm-i386.h". Include "solib.h".
9110 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9111 Don't include "i386/tm-i386.h".
9112 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9113 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9114 Include "i386/xm-i386.h".
9115 (HOST_LONG_DOUBLE_FORMAT): Remove.
9116
5d93ae8c
MK
9117 Fix OpenBSD/i386 sigtramp recognition.
9118 * i386-tdep.h: Update copyright year.
9119 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9120 (i386bsd_sigtramp_end): New prototypes.
9121 (i386fbsd_sigtramp_start_addr): Renamed from
9122 i386fbsd_sigtramp_start.
9123 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9124 (i386obsd_sigtramp_start_addr): Renamed from
9125 i386obsd_sigtramp_start.
9126 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9127 * i386bsd-tdep.c: Update copyright year.
9128 (i386bsd_pc_in_sigtramp): Make public.
9129 * i386fbsd-nat.c: Update copyright year.
9130 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9131 * i386fbsd-tdep.c: Update copyright year.
9132 (i386fbsd_sigtramp_start_addr): Renamed from
9133 i386fbsd_sigtramp_start.
9134 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9135 (i386fbsdaout_init_abi): Adjust for renamed variables.
9136 * i386obsd-nat.c: Update copyright year.
9137 (_initialize_i386obsd_nat): Adjust for renamed variables.
9138 * i386obsd-tdep.c: Include "target.h".
9139 (i386obsd_page_size): New variable.
9140 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9141 (i386obsd_sigtramp_end): New functions.
9142 (i386obsd_sigtramp_start_addr): Renamed from
9143 i386obsd_sigtramp_start.
9144 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9145 (i386obsd_init_abi): Adjust for renamed variables. Set
9146 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9147 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9148
84d04465
MK
9149 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9150 trampoline change in OpenBSD kernel.
9151
b053aceb
MK
9152 * amd64-nat.c: Update copyright year.
9153 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9154 architecture from REGCACHE.
9155
f5859b4d
MK
9156 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9157 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9158
e4bbbda8
MK
91592004-02-21 Mark Kettenis <kettenis@gnu.org>
9160
ba361932
MK
9161 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9162 i[34567]86-*-openbsd3.[0-3].
9163 * config/i386/obsdaout.mh: New file.
9164
d3e48264
MK
9165 * config/i386/obsd.mh (MH_FLAGS): Remove.
9166
60a6eeb6
MK
9167 Fix PR build/1549.
9168 * i386obsd-tdep.c: Update copyright years. Include
9169 "solib-svr4.h".
9170 (i386obsd_init_abi): Don't set regset_from_core_section here.
9171 (i386obsd_aout_init_abi): New function. Set
9172 regset_from_core_section here.
9173 (i386obsd_elf_init_abi): New function.
9174 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9175 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9176 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9177 (TM_FILE): Set to tm-nbsd.h.
9178
9179 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9180 solib-sunos.o.
9181
e4bbbda8
MK
9182 * solib-svr4.h: Update copyright year.
9183 (svr4_ilp32_fetch_link_map_offsets)
9184 (svr4_lp64_fetch_link_map_offsets): New prototype.
9185 * solib-svr4.c: Update copyright year.
9186 (svr4_ilp32_fetch_link_map_offsets)
9187 (svr4_lp64_fetch_link_map_offsets): New function.
9188
f6fe98ef
DJ
91892004-02-20 Daniel Jacobowitz <drow@mvista.com>
9190
9191 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9192 to the partial symbol table.
9193
589ca796
JB
91942004-02-20 J. brobecker <brobecker@gnat.com>
9195
9196 * PROBLEMS: Add description of problem documented under gdb/1560.
9197
2031c21a
MK
91982004-02-20 Mark Kettenis <kettenis@gnu.org>
9199
30b344b1
MK
9200 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9201 comments.
9202 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9203 functions.
9204 (amd64obsd_init_abi): Reorder initializations. Use
9205 amd64obsd_r_reg_offset to initialize the general-purpose register
9206 set details. Set regset_from_core_section.
9207 (_initialize_amd64obsd_tdep): Rename from
9208 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9209 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9210 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9211
2031c21a
MK
9212 * NEWS (New native configurations): Mention OpenBSD/alpha.
9213 * configure.tgt: Add alpha*-*-openbsd*.
9214 * configure.host: Add alpha*-*-openbsd*.
9215 * alphanbsd-tdep.c: Update copyright year.
9216 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9217
42471775
AC
92182004-02-20 Andrew Cagney <cagney@redhat.com>
9219
9220 Fix PR tdep/1372.
9221 * configure.tgt: Delete target "none-*-*".
9222 * configure.host: Delete host "none-*-*".
9223 * config/none/none.mh: Delete file.
9224 * config/none/none.mt: Delete file.
9225 * config/none/xm-none.h: Delete file.
9226 * config/none/tm-none.h: Delete file.
9227 * config/none/nm-none.h: Delete file.
9228
960ccd7d
FF
92292004-02-19 Fred Fish <fnf@redhat.com>
9230
9231 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9232 cache->uses_fp prior to setting it.
9233
5f883edd
FF
92342004-02-19 Fred Fish <fnf@redhat.com>
9235
9236 Fix for PR breakpoint/1558.
9237 * sh-tdep.c (IS_JSR): New macro.
9238 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9239
f98c22d5
JB
92402004-02-19 Jim Blandy <jimb@redhat.com>
9241
9242 * findvar.c (value_from_register): Doc fix.
9243
95051d27
JJ
92442004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9245
9246 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9247 type being greater than sizeof of host's LONGEST. Always use
9248 unpack_long() unless format 'f' chosen.
9249
ccefbec3
EZ
92502004-02-19 Joel Brobecker <brobecker@gnat.com>
9251
9252 Committed by Elena Zannoni <ezannoni@redhat.com>
2ede629f 9253
ccefbec3
EZ
9254 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9255 contains a symbol wich is the best, non-exact match for the given
9256 pc. Update comments.
9257
92582004-02-19 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 9259
2ede629f
EZ
9260 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9261 macro, which was part of the now removed Mach 3 port.
9262 * utils.c (request_quit): Ditto.
9263
567ee972
MK
92642004-02-18 Mark Kettenis <kettenis@gnu.org>
9265
9266 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9267 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9268
50cca7bb
MK
92692004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9270
9271 Committed by Mark Kettenis <kettenis@gnu.org>.
9272
9273 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9274 Define.
9275
226361c4
AC
92762004-02-18 Andrew Cagney <cagney@redhat.com>
9277
9278 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9279 CONFIG_INSTALL and CONFIG_UNINSTALL.
9280 * configure: Re-generate.
9281 * interps.h (INTERP_TUI): Define.
9282 * Makefile.in: Update dependencies.
9283 (TUI): New macro.
9284 (tui-main.o): Specify dependencies.
9285 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9286 * tui/tui-main.c: New file.
9287
49cfa46f
MK
92882004-02-18 Mark Kettenis <kettenis@gnu.org>
9289
e2879ccb
MK
9290 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9291 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9292 dependencies.
9293 * configure.host: Add x86_64-*-openbsd*.
9294 * configure.tgt: Add x86_64-*-openbsd*.
9295 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9296
c43f4bec
MK
9297 * tui/tui.c: Don't include <malloc.h>.
9298
09ae75b6
MK
9299 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9300 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9301 amd64nbsd-tdep.c.
9302
49cfa46f 9303 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
8a1dac83 9304 static. Remove extraneous whitespace.
49cfa46f
MK
9305 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9306 static.
9307
05957fdb
JB
93082004-02-17 Jim Blandy <jimb@redhat.com>
9309
9310 * findvar.c (value_from_register): Doc fix.
9311
d0f54f9d
JB
93122004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9313
9314 Committed by Jim Blandy <jimb@redhat.com>.
e1457d83 9315
8a1dac83 9316 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
c253954e
JB
9317 CORE_ADDR as type for selectors. Correct types for GNU run time
9318 message lookup function to use double indirection.
9319 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9320 * objc-lang.h (lookup_child_selector): Adapt prototype.
9321
9cbd5950
JB
9322 * s390-nat.c (SUBOFF): New macro.
9323 (supply_gregset, fill_gregset): Use it to handle debugging
9324 of 32-bit exectuables running under a 64-bit kernel.
9325 * s390-tdep.c: Include "solib-svr4.h".
9326 (s390_svr4_fetch_link_map_offset): New function.
9327 (s390x_svr_fetch_link_map_offset): Likewise.
9328 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9329 * Makefile.in (s390-tdep.o): Update dependencies.
9330
a8c99f38
JB
9331 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9332 "frame-unwind.h".
9333 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9334 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9335 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9336 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9337 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9338 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
8a1dac83 9339 S390_SIGNAL_FRAMESIZE,
a8c99f38
JB
9340 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9341 (struct frame_extra_info): Remove.
9342 (s390_memset_extra_info): Remove.
f73b1eff
JB
9343 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9344 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9345 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
a8c99f38
JB
9346 (is_rse): Renamed to ...
9347 (is_rsy): ... this. Support long displacements.
9348 (is_rxe): Renamed to ...
9349 (is_rxy): ... this. Support long displacements.
9350 (compute_x_addr): Support long displacements.
9351 (struct s390_prologue_data): New data type.
9352 (s390_on_stack): Change API to use struct s390_prologue_data.
9353 (s390_store): Reimplement.
9354 (s390_load): New function.
9355 (s390_get_signal_frame_info): Remove.
9356 (s390_get_frame_info): Remove, replace by ...
9357 (s390_analyze_prolog): ... this new function.
9358 (s390_check_function_end): Remove.
9359 (s390_function_start): Remove.
9360 (s390_frameless_function_invokation): Remove.
9361 (s390_is_sigreturn): Remove.
9362 (s390_init_frame_pc_first): Remove.
9363 (s390_init_frame_extra_info): Remove.
9364 (s390_frame_init_saved_regs): Remove.
9365 (s390_frame_saved_pc_nofix): Remove.
9366 (s390_frame_saved_pc): Remove.
9367 (s390_frame_chain): Remove.
9368 (s390_fp_regnum, s390_read_fp): Remove.
9369 (s390_pop_frame_regular, s390_pop_frame): Remove.
9370 (s390_saved_pc_after_call): Remove.
9371 (s390_skip_prologue): Reimplement.
9372 (s390_in_function_epilogue_p): Support long displacements.
9373 (struct s390_unwind_cache): New data structure.
9374 (s390_frame_unwind_cache): New function.
9375 (s390_prologue_frame_unwind_cache): Likewise.
9376 (s390_backchain_frame_unwind_cache): Likewise.
9377 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9378 (s390_frame_unwind): Define.
9379 (s390_frame_sniffer): New function.
9380 (struct s390_pltstub_unwind_cache): New data structure.
9381 (s390_pltstub_frame_unwind_cache): New function.
9382 (s390_pltstub_frame_this_id): Likewise.
9383 (s390_pltstub_frame_prev_register): Likewise.
9384 (s390_pltstub_frame_unwind): Define.
9385 (s390_pltstub_frame_sniffer): New function.
9386 (struct s390_sigtramp_unwind_cache): New data structure.
9387 (s390_sigtramp_frame_unwind_cache): New function.
9388 (s390_sigtramp_frame_this_id): Likewise.
9389 (s390_sigtramp_frame_prev_register): Likewise.
9390 (s390_sigtramp_frame_unwind): Define.
9391 (s390_sigtramp_frame_sniffer): New function.
9392 (s390_frame_base_address, s390_local_base_address): New functions.
9393 (s390_frame_base): Define.
9394 (s390_unwind_pc, s390_unwind_sp): New function.
9395 (s390_push_dummy_call): Use new frame base location.
9396 (s390_unwind_dummy_id): Likewise.
9397 (s390_gdbarch_init): Remove calls to:
9398 set_gdbarch_frameless_function_invocation,
9399 set_gdbarch_deprecated_init_frame_pc,
9400 set_gdbarch_deprecated_frame_chain,
9401 set_gdbarch_deprecated_frame_init_saved_regs,
9402 set_gdbarch_deprecated_pop_frame,
9403 set_gdbarch_deprecated_init_extra_frame_info,
9404 set_gdbarch_deprecated_init_frame_pc_first,
9405 set_gdbarch_deprecated_target_read_fp,
9406 set_gdbarch_deprecated_frame_saved_pc,
9407 set_gdbarch_deprecated_saved_pc_after_call,
9408 set_gdbarch_deprecated_fp_regnum.
9409 Add calls to:
9410 set_gdbarch_in_solib_call_trampoline,
9411 frame_unwind_append_sniffer,
9412 frame_base_set_default,
9413 set_gdbarch_unwind_pc,
9414 set_gdbarch_unwind_sp.
9415 * Makefile.in (s390-tdep.o): Update dependencies.
9416
b0cf273e
JB
9417 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9418 (S390_STACK_FRAME_OVERHEAD): Remove.
9419 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9420 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9421 (s390_promote_integer_argument): Remove.
9422 (s390_cannot_extract_struct_value_address): Remove.
9423 (s390_use_struct_convention, s390_store_struct_return): Remove.
9424 (s390_extract_return_value, s390_store_return_value): Remove.
9425 (s390_return_value_convention, s390_return_value): New functions.
9426 (is_float_singleton): Handle typedefs.
8a1dac83 9427 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
b0cf273e
JB
9428 Remove, replace by ...
9429 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9430 s390_function_arg_integer): ... these new functions.
9431 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9432 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9433 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9434 Fill in tdep->abi.
9435 Remove calls to:
9436 set_gdbarch_deprecated_store_struct_return,
9437 set_gdbarch_deprecated_extract_return_value,
9438 set_gdbarch_deprecated_store_return_value,
9439 set_gdbarch_use_struct_convention,
9440 set_gdbarch_extract_struct_value_address,
9441 set_gdbarch_deprecated_pc_in_call_dummy,
9442 set_gdbarch_deprecated_push_arguments,
9443 set_gdbarch_deprecated_save_dummy_frame_tos,
9444 set_gdbarch_deprecated_push_return_address,
9445 set_gdbarch_deprecated_sizeof_call_dummy_words,
9446 set_gdbarch_deprecated_call_dummy_words,
9447 set_gdbarch_deprecated_dummy_write_sp.
9448 Add calls to:
9449 set_gdbarch_push_dummy_call,
9450 set_gdbarch_unwind_dummy_id,
9451 set_gdbarch_return_value.
8a1dac83 9452
e1457d83
JB
9453 * config/s390/nm-linux.h: Update comments.
9454 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9455 (STOPPED_BY_WATCHPOINT): Redefine.
9456 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9457 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9458 (s390_stopped_by_watchpoint): Likewise.
9459 (watch_area_cnt): Remove.
9460 * s390-nat.c: Update comments.
9461 (watch_area): Remove typedef.
9462 Global replace watch_area by struct watch_area.
9463 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
8a1dac83 9464 (s390_stopped_by_watchpoint): Remove pid argument,
e1457d83
JB
9465 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9466 (s390_fix_watch_points): Remove pid argument,
9467 use s390_inferior_tid. Recompute area spanned by watchpoints.
9468 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9469 argument. Reimplement.
9470
d0f54f9d
JB
9471 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9472 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9473 (FETCH_INFERIOR_REGISTERS): Define.
8a1dac83 9474 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
d0f54f9d
JB
9475 core-regset.o.
9476 * config/s390/s390x.mt: Remove.
9477 * config/s390/tm-s390.h: Remove.
9478 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9479 (TARGET_ELF64): Remove.
9480 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9481 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9482 s390*-*-* case; always set gdb_target to s390.
9483 * regformats/reg-s390.dat: Remove control registers.
9484 * regformats/reg-s390x.dat: Likewise.
9485 * s390-tdep.h: New file.
8a1dac83 9486 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
d0f54f9d
JB
9487 Include "inferior.h" and "s390-tdep.h".
9488 Remove private definition of offsetof.
9489 (s390_register_u_addr): Remove.
9490 (regmap_gregset, regmap_fpregset): Define.
9491 (supply_gregset, fill_gregset): Reimplement.
9492 (supply_fpregset, fill_fpregset): Likewise.
9493 (s390_inferior_tid): New function.
9494 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9495 (fetch_inferior_registers, store_inferior_registers): Likewise.
9496 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9497 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9498 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9499 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9500 (struct gdbarch_tdep): Define.
9501 (struct s390_register_info): Define.
9502 (s390_register_info): New variable.
9503 (s390_register_name): Reimplement.
9504 (s390_register_type): New function.
9505 (s390_register_raw_size, s390x_register_raw_size): Remove.
9506 (s390_cannot_fetch_register): Remove.
9507 (s390_register_byte): Remove.
9508 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9509 (s390_dwarf_regmap): New variable.
9510 (s390_dwarf_reg_to_regnum): New function.
9511 (s390_stab_reg_to_regnum): Remove.
9512 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9513 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9514 (s390_convert_register_p): Likewise.
9515 (s390_register_to_value, s390_value_to_register): Likewise.
9516 (s390_register_reggroup_p): Likewise.
9517 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9518 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9519 (s390_supply_regset, s390_regset_from_core_section): New functions.
9520 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9521 (S390_FPR_SIZE): Likewise.
9522 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9523 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9524 (S390_NUM_GPRS): Move here from tm-s390.h.
9525 (S390_NUM_FPRS): Likewise.
9526 (s390_in_function_epilogue_p): New function.
9527 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9528 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9529 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9530 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9531 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9532 Remove calls to:
9533 set_gdbarch_deprecated_max_register_raw_size,
8a1dac83
RM
9534 set_gdbarch_deprecated_max_register_virtual_size,
9535 set_gdbarch_deprecated_register_byte,
d0f54f9d 9536 set_gdbarch_cannot_fetch_register,
8a1dac83 9537 set_gdbarch_cannot_store_register,
d0f54f9d
JB
9538 set_gdbarch_deprecated_register_size,
9539 set_gdbarch_deprecated_register_raw_size,
9540 set_gdbarch_deprecated_register_virtual_size,
9541 set_gdbarch_deprecated_register_virtual_type,
9542 set_gdbarch_deprecated_register_bytes.
9543 Add calls to:
9544 set_gdbarch_num_pseudo_regs,
9545 set_gdbarch_register_type,
9546 set_gdbarch_convert_register_p,
9547 set_gdbarch_register_to_value,
9548 set_gdbarch_value_to_register,
9549 set_gdbarch_register_reggroup_p,
9550 set_gdbarch_regset_from_core_section,
9551 set_gdbarch_pseudo_register_read,
9552 set_gdbarch_pseudo_register_write,
9553 set_gdbarch_in_function_epilogue_p.
9554 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9555 (s390_tdep_h): New variable.
9556
8cfe231d
JB
95572004-02-17 Jim Blandy <jimb@redhat.com>
9558
4589a601
JB
9559 * findvar.c (value_from_register): If the type has no length, just
9560 return an acceptable value --- don't report an internal error.
9561
8cfe231d
JB
9562 * stabsread.c (read_type): If we find any type numbers that are
9563 forward references, complain if the references aren't resolved by
9564 the time we're finished reading.
9565 (cleanup_undefined_types): Make error message more appropriate for
9566 a complaint.
9567
5bf0017e
EZ
95682004-02-17 Elena Zannoni <ezannoni@redhat.com>
9569
9d62932d
EZ
9570 * Makefile.in (defs_h): Remove dependency on progress_h.
9571 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9572 progress.h.
9573 * main.c (captured_main): Delete use of START_PROGRESS and
9574 END_PROGRESS.
9575
95762004-02-17 Elena Zannoni <ezannoni@redhat.com>
8a1dac83 9577
5bf0017e
EZ
9578 * objfiles.c (terminate_minimal_symbol_table): Add back
9579 initialization of MSYMBOL_TYPE.
9580
9fc9f5e2
AC
95812004-02-17 David Mosberger <davidm@hpl.hp.com>
9582
9583 Committed by Andrew Cagney.
9584 * Makefile.in (ia64_tdep_h): New macro.
9585 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9586 (ia64-tdep.o): Likewise.
9587 * ia64-tdep.h: New file.
9588 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9589 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9590 (ia64_aix_sigcontext_register_address): Likewise.
9591 (ia64_linux_getunwind_table): Delete declaration.
9592 * ia64-linux-tdep.c: Likewise.
9593
76cd2bd9
CV
95942004-02-17 Corinna Vinschen <vinschen@redhat.com>
9595
9596 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9597 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9598 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9599
634aa483
AC
96002004-02-17 Andrew Cagney <cagney@redhat.com>
9601
9602 * symtab.c (skip_prologue_using_sal): New function.
9603 * symtab.h (skip_prologue_using_sal): Declare.
9604 * frv-tdep.c: Include "symtab.h".
9605 (skip_prologue_using_sal): Delete function.
9606 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9607 * rs6000-tdep.c (refine_prologue_limit): Mention
9608 skip_prologue_using_sal.
9609 * ia64-tdep.c (refine_prologue_limit): Ditto.
9610 * Makefile.in: Update dependencies.
9611
96122004-02-16 Andrew Cagney <cagney@redhat.com>
19772a2c 9613
39ce7b3f
AC
9614 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9615 START_INFERIOR_TRAPS_EXPECTED.
9616 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9617 START_INFERIOR_TRAPS_EXPECTED.
9618 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9619 Delete macro.
9620 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9621 macro, moved to "nm-osf.h". Update copyright.
9622 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9623 update copyright.
9624
19772a2c
AC
9625 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9626 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9627 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9628 frameless_look_for_prologue.
9629 * frame.h (legacy_frameless_look_for_prologue): Rename
9630 frameless_look_for_prologue.
9631 * gdbarch.h, gdbarch.c: Re-generate.
9632 * sh64-tdep.c (sh64_gdbarch_init): Update.
9633 * sh-tdep.c (sh_gdbarch_init): Update.
9634 * s390-tdep.c (s390_gdbarch_init): Update.
9635 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
9636 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
9637 * m68k-tdep.c (m68k_gdbarch_init): Update.
9638 (delta68_frame_args_address): Update.
9639 * m32r-tdep.c (m32r_gdbarch_init): Update.
9640 * hppa-tdep.c (hppa_gdbarch_init): Update.
9641 * h8300-tdep.c (h8300_gdbarch_init): Update.
9642 * frv-tdep.c (frv_gdbarch_init): Update.
9643 (frv_frameless_function_invocation): Update.
9644 * cris-tdep.c (cris_gdbarch_init): Update.
9645 (cris_frameless_function_invocation): Update.
9646 * avr-tdep.c (avr_gdbarch_init): Update.
9647 * arm-tdep.c (arm_gdbarch_init): Update.
9648 * stack.c (frame_info): Update, call predicate.
9649 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
9650 * frame.c (legacy_get_prev_frame): Update, call predicate..
9651 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
9652 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
9653 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
9654 invocation.
9655 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
9656 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
9657 * vax-tdep.c (vax_gdbarch_init): Ditto.
2be8b3c1
AC
9658
9659 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
9660 function.
9661
7dcaac91
DJ
96622004-02-16 Daniel Jacobowitz <drow@mvista.com>
9663
9664 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
9665 initializations.
9666
88289b6e
AC
96672004-02-16 Andrew Cagney <cagney@redhat.com>
9668
9669 * tui/tui-windata.c: Include "gdb_string.h".
9670 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
9671 * tui/tui-layout.c, tui/tui-command.c: Ditto.
9672 * Makefile.in: Update dependencies.
9673
9f976b41
DJ
96742004-02-16 Daniel Jacobowitz <drow@mvista.com>
9675
9676 * Makefile.in (infrun.o): Add $(gdb_assert_h).
9677 * infrun.c: Include "gdb_assert.h".
9678 (singlestep_ptid, saved_singlestep_ptid)
9679 (stepping_past_singlestep_breakpoint): New variables.
9680 (resume): Set singlestep_ptid. Check for singlestep thread
9681 hop.
9682 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
9683 (handle_inferior_event): Handle singlestep thread hop.
9684
c324d747
AC
96852004-02-16 Andrew Cagney <cagney@redhat.com>
9686
f090b9b1
AC
9687 * dwarf2-frame.c (dwarf2_frame_ops): New function.
9688 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
9689 (dwarf2_frame_init_reg): Ditto.
9690
fd33e6cb
AC
9691 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
9692 suggested by Joshua Neuheisel
9693
c324d747
AC
9694 * configure.in: Always check for curses, including pdcurses.
9695 Warn, instead of error, when no curses are found. Enable TUI when
9696 curses is available.
9697 * configure: Re-generate.
9698
b66ba949
CV
96992004-02-16 Corinna Vinschen <vinschen@redhat.com>
9700
9701 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
9702 sh_sh4_register_convert_to_virtual.
9703 (sh_register_convert_to_raw): Rename from
9704 sh_sh4_register_convert_to_raw.
9705 (sh_pseudo_register_read): Accomodate above name change.
9706 (sh_pseudo_register_write): Ditto.
9707
b58cbbf2
CV
97082004-02-16 Corinna Vinschen <vinschen@redhat.com>
9709
9710 * sh-tdep.c (sh_generic_register_name): Remove.
9711 (sh_gdbarch_init): Use sh_sh_register_name in default case.
9712
5929a910
AC
97132004-02-15 Andrew Cagney <cagney@redhat.com>
9714
4566dfcf
AC
9715 * configure.in (build_warnings): Add -Wunused-function.
9716 * configure: Re-generate.
9717
db11ed55
AC
9718 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
9719 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
9720
46ac7a5d
AC
9721 * procfs.c (procfs_init_inferior): Assume that
9722 START_INFERIOR_TRAPS_EXPECTED is defined.
9723 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
9724 * config/ns32k/tm-nbsd.h: Delete file,
9725 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
9726
ba801595
AC
9727 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
9728 * config/vax/tm-vax.h: Delete file.
9729
5929a910
AC
9730 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9731 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9732 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9733 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9734 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
9735 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
9736 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
9737
8f22cb90
MK
97382004-02-15 Mark Kettenis <kettenis@gnu.org>
9739
9740 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
9741 * dwarf2-frame.c (dwarf2_frame_data): New variable.
9742 (struct dwarf2_frame_ops): New.
9743 (dwarf2_frame_default_init_reg): New function, based on
9744 dwarf2_frame_init_reg.
9745 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
9746 (dwarf2_frame_init_reg): Call architecture-specific function.
9747 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
9748 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
9749 instead of dwarf2_frame_data.
9750 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
9751 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
9752
8132723e
AC
97532004-02-15 Andrew Cagney <cagney@redhat.com>
9754
046a4708
AC
9755 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
9756 register_gdbarch_swap.
9757 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
9758 * f-lang.c (_initialize_f_language): Update, use
9759 DEPRECATED_REGISTER_GDBARCH_SWAP.
9760 * remote.c (_initialize_remote): Ditto.
9761 * regcache.c (_initialize_regcache): Ditto.
9762 * parse.c (_initialize_parse): Ditto.
9763 * infrun.c (_initialize_infrun): Ditto.
9764 * mi/mi-main.c (_initialize_mi_main): Ditto.
9765 * gdbtypes.c (_initialize_gdbtypes): Ditto.
8a1dac83 9766
549c1eea
AC
9767 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
9768 poking .cacheable directly.
9769 * symfile.c (symfile_bfd_open): Ditto.
9770
0c0b39de
AC
9771 * Makefile.in: Update all dependencies.
9772
8132723e
AC
9773 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
9774 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
9775 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
9776 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
9777 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
0c0b39de 9778
b9d26eb9
AC
97792004-02-14 Andrew Cagney <cagney@redhat.com>
9780
8e1f669a
AC
9781 * arch-utils.c (legacy_convert_register_p): Check
9782 DEPRECATED_REGISTER_CONVERTIBLE_P.
9783 * findvar.c (value_of_register): Ditto.
9784
cd0bfa36
AC
9785 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
9786 * gdbarch.h, gdbarch.c: Re-generate.
9787 * arch-utils.c (deprecated_register_convertible_not): Delete.
9788 * arch-utils.h (deprecated_register_convertible_not): Delete.
9789 * mi/mi-main.c (get_register): Update. Update copyright.
9790 * infcmd.c (default_print_registers_info): Update.
9791
b9d26eb9
AC
9792 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
9793 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
9794 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
8a1dac83 9795 * gdbarch.h, gdbarch.c: Re-generate.
b9d26eb9
AC
9796 * frame.c (deprecated_get_next_frame_hack): Delete function.
9797 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
9798 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9799 Update.
9800 * infcall.c (call_function_by_hand): Update.
9801
9ab9195f
EZ
98022004-02-14 Elena Zannoni <ezannoni@redhat.com>
9803
9804 * symfile.c (init_entry_point_info, entry_point_address): Move
8a1dac83 9805 from here...
9ab9195f
EZ
9806 * objfiles.c (init_entry_point_info, entry_point_address):..to
9807 here.
9808 * symfile.h (init_entry_point_info, entry_point_address): Remove
9809 prototypes.
9810 * objfiles.h (init_entry_point_info, entry_point_address):Add
8a1dac83 9811 prototypes.
9ab9195f
EZ
9812 * cris-tdep.c: Remove include of symfile.h. Add include of
9813 objfiles.h.
9814 * infcall.c: Ditto.
9815 * mcore-tdep.c: Ditto.
9816 * mn10300-tdep.c: Ditto.
9817 * sh64-tdep.c: Ditto.
9818 * v850-tdep.c: Ditto.
9819 * arm-tdep.c: Remove include of symfile.h.
9820 * blockframe.c: Ditto.
9821 * coffread.c: Ditto.
9822 * dbxread.c: Ditto.
9823 * dwarf2read.c: Ditto.
9824 * dwarfread.c: Ditto.
8a1dac83 9825 * frv-tdep.c: Ditto.
9ab9195f
EZ
9826 * ia64-tdep.c: Ditto.
9827 * mdebugread.c: Ditto.
9828 * mipsread.c: Ditto.
8a1dac83 9829 * rs6000-tdep.c: Ditto.
9ab9195f
EZ
9830 * s390-tdep.c: Ditto.
9831 * sh-tdep.c: Ditto.
8a1dac83 9832 * xstormy16-tdep.c: Ditto.
9ab9195f
EZ
9833 * gdbarch.sh: Remove include of symfile.h.
9834 * gdbarch.c: Regenerate.
9835 * solib-irix.c (enable_break): Use entry_point_address().
9836 Add comment about include file.
9837 * xcoffread.c: Add comment about include file.
8a1dac83
RM
9838 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
9839 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
9840 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
9841 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
9ab9195f
EZ
9842 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
9843
c4c5b7ba
AC
98442004-02-13 Andrew Cagney <cagney@redhat.com>
9845
9846 * corelow.c (core_xfer_partial): Use "struct bfd_section".
9847 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
9848 copyright.
9849 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
9850
3e7879de
FF
98512004-02-12 Fred Fish <fnf@redhat.com>
9852
9853 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
9854 set_gdbarch_store_return_value.
9855
6a7760b6
AC
98562004-02-12 Andrew Cagney <cagney@redhat.com>
9857
9858 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
9859 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
9860 (interrupt_query): Ditto.
9861 (ofunc): Delete unused variable.
9862 * cris-tdep.c (cris_abi): Delete unused function.
9863 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
9864 (cris_get_wide_opcode, cris_get_short_size): Ditto.
9865 (cris_get_asr_quick_shift_steps): Ditto.
9866 (cris_skip_prologue_frameless_p): Ditto.
9867 * arm-tdep.c (arm_push_return_address): Delete unused function.
9868 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
9869 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
9870 * s390-tdep.c (s390_function_start): Delete unused function.
9871
31687c3c
AC
98722004-02-12 Andrew Cagney <cagney@redhat.com>
9873
9874 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
9875 gdbarch.h, gdbarch.c: Re-generate.
9876 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
9877 to generic_prologue_frameless_p.
9878 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
9879 * arch-utils.c (generic_prologue_frameless_p): Delete function.
9880
6de918a6
DJ
98812004-02-11 Daniel Jacobowitz <drow@mvista.com>
9882
9883 * mips-linux-tdep.c: Include "frame.h".
9884 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
9885 (mips_linux_skip_resolver): New functions.
9886 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
9887 and set_gdbarch_in_solib_call_trampoline.
9888 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
9889 to after set_gdbarch_in_solib_return_trampoline. Only set the
9890 solib hooks to mips16 functions if the OS ABI is unknown.
9891 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
9892 including "config/tm-linux.h".
9893 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
9894 * Makefile.in (mips-linux-tdep.o): Update.
9895
87b3ede8
DC
98962004-02-11 David Carlton <carlton@kealia.com>
9897
9898 * linespec.c (decode_compound): Only look for a class symbol when
9899 considering all but the rightmost component.
9900
5979bc46
AC
99012004-02-11 Andrew Cagney <cagney@redhat.com>
9902
9903 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
9904 abi code are are separatly grouped.
9905
5867a2fb
AC
99062004-02-11 Andrew Cagney <cagney@redhat.com>
9907
9908 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
9909 * gdbarch.h, gdbarch.c: Re-generate.
9910 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
9911 * v850-tdep.c (v850_gdbarch_init): Update.
9912 * sh64-tdep.c (sh64_gdbarch_init): Update.
9913 * sh-tdep.c (sh_gdbarch_init): Update.
9914 * s390-tdep.c (s390_gdbarch_init): Update.
9915 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
9916 * mips-tdep.c (mips_gdbarch_init): Update.
9917 * mcore-tdep.c (mcore_gdbarch_init): Update.
9918 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
9919 * m32r-tdep.c (m32r_gdbarch_init): Update.
9920 * ia64-tdep.c (ia64_gdbarch_init): Update.
9921 * hppa-tdep.c (hppa_gdbarch_init): Update.
9922 * h8300-tdep.c (h8300_gdbarch_init): Update.
9923 * frv-tdep.c (frv_gdbarch_init): Update.
9924 * d10v-tdep.c (d10v_gdbarch_init): Update.
9925 * cris-tdep.c (cris_gdbarch_init): Update.
9926 * avr-tdep.c (avr_gdbarch_init): Update.
9927 * arm-tdep.c (arm_gdbarch_init): Update.
9928 * alpha-tdep.c (alpha_gdbarch_init): Update.
9929
026a72f8
CV
99302004-02-11 Corinna Vinschen <vinschen@redhat.com>
9931
9932 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
9933 comma.
9934 (sh_sh4al_dsp_register_name): Ditto.
9935
3903d437
AC
99362004-02-10 Andrew Cagney <cagney@redhat.com>
9937
9938 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
9939 (mips_init_frame_pc_first): Delete function.
9940 (mips_frame_saved_pc): Delete function.
9941 (mips_frame_chain): Delete function.
9942 (mips_init_extra_frame_info): Delete function.
9943 (mips_xfer_register): Delete unused variable "reg".
9944 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
9945 (mips_n32n64_return_value): Delete unused variable "reg".
9946 (mips_n32n64_return_value): Delete unused variable "pos".
9947 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
9948 (mips_o32_return_value): Delete unused variable "pos".
9949 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
9950 (mips_print_fp_register): Delete unused variable "namelen"
9951 (mips_print_fp_register): Delete unused variable "flt2"
9952 (get_frame_pointer): Delete function.
9953 (cached_proc_desc): Delete static variable.
9954 (mips_pop_frame): Delete function.
9955 (mips_find_saved_regs): Delete function.
9956 (mips_get_saved_register): Delete function.
9957 (mips_saved_pc_after_call): Delete function.
9958 (SIGFRAME_BASE): Delete macro.
9959 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
9960 (SIGFRAME_PC_OFF): Delete macro.
9961 (SIGFRAME_REGSAVE_OFF): Delete macro.
9962 (mips_dump_tdep): Do not print deleted macro definitions.
9963
b9fb98bd
AC
99642004-02-10 Andrew Cagney <cagney@redhat.com>
9965
9966 * Makefile.in (SFILES): Remove explictly listed tui files.
9967 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
9968
78ced177 99692004-02-10 Jeff Johnston <jjohnstn@redhat.com>
8a1dac83 9970
78ced177
JJ
9971 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
9972 to use paddr functions to format ia64 addresses and long values.
9973 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
9974 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
9975 (get_kernel_table, ia64_find_proc_info_x): Ditto.
9976 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
9977 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
9978
6a83354a
AC
99792004-02-10 Andrew Cagney <cagney@redhat.com>
9980
9981 * defs.h: Do not include "tui.h".
9982 * gdb_curses.h: New file.
9983 * tui/tui-hooks.h: New file.
9984 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
9985 (tui_install_hooks, tui_remove_hooks): Delete declarations.
9986 (tui_initialize_io): Delete declaration.
9987 (tui_initialize_readline: Delete redundant declaration.
9988 (struct tui_point): Delete definition.
9989 * tui/tui-data.h (struct tui_point): Define.
9990 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
9991 * utils.c: Include "tui/tui.h".
9992 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
9993 * printcmd.c [TUI]: Include "tui/tui.h".
9994 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
9995 * tui/tui-command.c: Include "gdb_curses.h".
9996 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
9997 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
9998 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
9999 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10000 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10001 * Makefile.in: Update all dependencies.
10002 (tui_hooks_h, gdb_curses_h): Define.
10003 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10004
997470ef
EZ
100052004-02-10 Elena Zannoni <ezannoni@redhat.com>
10006
10007 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10008 auxf2. Add comments about some other rarely used fields.
10009
4ff2cc4d
AC
100102004-02-10 Andrew Cagney <cagney@redhat.com>
10011
10012 * Makefile.in (init.c): Fix script removing duplicates. Problem
10013 reported by Peter Schauer.
10014
1ab21617
EZ
100152004-02-09 Elena Zannoni <ezannoni@redhat.com>
10016
10017 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10018 obstack_specify_allocation.
10019 * objfiles.c (allocate_objfile): Ditto.
8a1dac83 10020 * solib-sunos.c (solib_add_common_symbols)
1ab21617
EZ
10021 (allocate_rt_common_objfile): Ditto.
10022 * symfile.c (reread_symbols): Ditto.
10023 * gdb_obstack.h: Add comment.
10024
17763fd9
EZ
100252004-02-09 Elena Zannoni <ezannoni@redhat.com>
10026
10027 * linespec.c (decode_line_1, locate_first_half)
10028 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10029 commented out code.
10030
ec5cdd75
DJ
100312004-02-09 Daniel Jacobowitz <drow@mvista.com>
10032
10033 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10034 obstack_free.
10035
43b54b88
AC
100362004-02-09 Andrew Cagney <cagney@redhat.com>
10037
10038 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10039 fails, try find_pc_section. Fix PR c++/1267.
10040 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10041 instead of find_pc_mapped_section.
10042 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10043 not default to the section containing PC. Fix PR symtab/1519.
10044
edfae063
AC
100452004-02-09 Andrew Cagney <cagney@redhat.com>
10046
10047 * Makefile.in (mips-tdep.o): Update dependencies.
10048 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10049 "trad-frame.h".
10050 (mips_unwind_pc): Return the pseudo PC register.
10051 (mips_unwind_dummy_id): New function.
10052 (mips16_fetch_instruction): New function.
10053 (mips32_fetch_instruction): New function.
10054 (struct mips_frame_cache): Define.
10055 (mips_mdebug_frame_cache): New function.
10056 (mips_mdebug_frame_this_id): New function.
10057 (mips_mdebug_frame_prev_register): New function.
10058 (mips_mdebug_frame_unwind): Define.
10059 (mips_mdebug_frame_sniffer): New function.
10060 (mips_mdebug_frame_base_address): New function.
10061 (mips_mdebug_frame_base): Define.
10062 (mips_mdebug_frame_base_sniffer): New function.
10063 (mips_gdbarch_init): Append unwind and base sniffers. Set
10064 unwind_dummy_id.
10065
defc864c
AC
100662004-02-08 Andrew Cagney <cagney@redhat.com>
10067
6764ddad
AC
10068 * frame.c: Print both the register number and name.
10069
defc864c
AC
10070 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10071 and a sed into a single sed. Make .c and .o patterns more robust.
10072 (OBS): Delete.
10073 (INIT_FILES): Replace OBS with COMMON_OBS.
10074 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10075
645d6d10
MK
100762004-02-08 Mark Kettenis <kettenis@gnu.org>
10077
10078 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10079 the PT_WCOOKIE request.
10080
23e3c3fc
AC
100812004-02-08 Andrew Cagney <cagney@redhat.com>
10082
58dfe9ff
AC
10083 * mips-tdep.c (mips_unwind_pc): New function.
10084 (mips_gdbarch_init): Set mips_unwind_pc.
10085
1152e35e
AC
10086 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10087 (get_frame_id): Allow the UNKNOWN_FRAME.
10088 (frame_register_unwind, get_frame_type): Ditto.
10089
31b75dbf
AC
10090 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10091 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10092 unwind_dummy_id indicates a legacy frame.
10093
3483b318
AC
10094 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10095 * configure: Re-generate.
10096
23e3c3fc
AC
10097 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10098 methods.
10099
33f8ca73
AC
101002004-02-08 Andrew Cagney <cagney@redhat.com>
10101
10102 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10103 makefile macro.
10104 * configure: Re-generate.
10105 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10106 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10107 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10108 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10109 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10110 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10111 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10112 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10113 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10114 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10115
6ba8e26f 101162004-02-07 Andrew Cagney <cagney@redhat.com>
d836ee13 10117
20d286a5
AC
10118 * Makefile.in: Update all dependencies.
10119
d836ee13
AC
10120 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10121 * configure: Re-generate.
10122 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10123 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10124 (COMMON_OBS): Add "main.o" and "annotate.o".
10125 (ANNOTATE_OBS): Delete.
10126 (OBS): Remove ANNOTATE_OBS.
10127 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10128 CONFIG_INITS.
10129 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10130 against CONFIG_OBS and "main.o".
10131 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10132 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10133
d02c80cd
AC
10134 * tui/tui-command.c: Include "gdb_string.h", delete register
10135 attribute, use ISO-C function signatures.
10136 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10137 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10138 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10139 * tui/tui.c: Ditto.
6ba8e26f
AC
10140
10141 * tui/tui-command.c: Change variable and function names to lower
10142 case.
10143 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10144 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10145 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10146 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10147 * tui/tui-winsource.c, tui/tui.c: Ditto.
10148
4a146b47
EZ
101492004-02-07 Elena Zannoni <ezannoni@redhat.com>
10150
10151 * buildsym.c (free_pending_blocks, finish_block)
10152 (record_pending_block, make_blockvector, end_symtab): Replace
10153 symbol_obstack with objfile_obstack.
8a1dac83 10154 * coffread.c (process_coff_symbol, coff_read_struct_type)
4a146b47 10155 (coff_read_enum_type): Ditto.
8a1dac83 10156 * cp-namespace.c (initialize_namespace_symtab)
4a146b47 10157 (check_one_possible_namespace_symbol): Ditto.
8a1dac83 10158 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
4a146b47
EZ
10159 (dwarf2_symbol_mark_computed): Ditto.
10160 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10161 * elfread.c (elf_symtab_read): Ditto.
10162 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10163 (hpread_read_enum_type, hpread_read_function_type)
10164 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10165 Ditto.
8a1dac83 10166 * jv-lang.c (get_java_class_symtab, add_class_symbol)
4a146b47 10167 (java_link_class_type): Ditto.
8a1dac83 10168 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
4a146b47
EZ
10169 (new_symbol): Ditto.
10170 * minsyms.c (install_minimal_symbols): Ditto.
10171 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10172 (terminate_minimal_symbol_table): Replace symbol_obstack with
10173 objfile_obstack.
10174 (free_objfile): Remove freeing of symbol_obstack.
10175 * objfiles.h: Remove symbol_obstack field.
10176 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10177 objfile_obstack.
10178 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10179 symbol_obstack.
10180 (solib_add_common_symbols): Replace symbol_obstack with
10181 objfile_obstack.
10182 * somsolib.c (som_solib_add): Ditto.
10183 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10184 (common_block_start, common_block_end): Ditto.
10185 * symfile.c (reread_symbols): Remove freeing and init of
10186 symbol_obstack.
10187 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10188 * symfile.h: Update comment.
10189 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10190 stats printing.
10191 * symtab.c (symbol_set_names): Replace symbol_obstack with
10192 objfile_obstack.
10193 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10194 Update comments.
10195 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10196 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10197 objfile_obstack.
10198
6d012f14
AC
101992004-02-07 Andrew Cagney <cagney@redhat.com>
10200
10201 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10202 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10203 fields and variables.
10204 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10205 (m_beInvisible): Delete macro.
10206 * tui/tui-data.h: Fix case case fields and variables.
10207 (m_genWinPtrIsNull): Delete macro.
10208 (tui_win_list): Rename winList.
10209 (TUI_SRC_WIN): Rename srcWin.
10210 (TUI_DISASM_WIN): Rename disassemWin.
10211 (TUI_DATA_WIN): Rename dataWin.
10212 (TUI_CMD_WIN): Rename cmdWin.
10213 (m_genWinPtrNotNull): Delete macro.
10214 (m_winPtrIsNull): Delete macro.
10215 (m_winPtrNotNull): Delete macro.
10216 (tui_win_is_source_type): Replace m_winIsSourceType
10217 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10218 (tui_win_has_locator): Replace m_hasLocator.
10219 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10220 m_setWinHighlightOff.
10221 * tui/tui-data.c: Update references.
10222 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10223 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10224 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10225 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10226 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10227 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10228 * tui/tui-winsource.c, tui/tui.c: Ditto.
10229
7d34766b
MK
102302004-02-07 Mark Kettenis <kettenis@gnu.org>
10231
1c800673
MK
10232 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10233 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10234 StackGhost.
10235
7d34766b
MK
10236 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10237 variable `i6' to `i7'.
10238 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10239
22940a24
AC
102402004-02-07 Andrew Cagney <cagney@redhat.com>
10241
10242 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10243 (TuiPoint, TuiPointPtr): Ditto.
10244 (TuiStatus, TuiStatusPtr): Ditto.
10245 (TuiWinType, TuiWinTypePtr): Ditto.
10246 (struct tui_point): Rename _TuiPoint.
10247 (tui_get_low_disassembly_address): Rename
10248 tuiGetLowDisassemblyAddress.
10249 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10250 (tuiFree): Delete declaration.
10251 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10252 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10253 * tui/tui.c (tuiFree): Delete function.
10254 * cli/cli-cmds.c (disassemble_command): Update references.
10255 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10256 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10257 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10258 * tui/tui-winsource.c: Ditto.
10259
8b92e4d5
EZ
102602004-02-07 Elena Zannoni <ezannoni@redhat.com>
10261
10262 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10263 coffstab_build_psymtabs, elfstab_build_psymtabs)
10264 (stabsect_build_psymtabs): Replace psymbol_obstack with
10265 objfile_obstack.
10266 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10267 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10268 Ditto.
10269 * dwarfread.c (scan_compilation_units): Ditto.
10270 * elfread.c (elfstab_offset_sections): Ditto.
10271 * hppa-tdep.c (read_unwind_info): Ditto.
10272 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10273 (hpread_end_psymtab): Ditto.
10274 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10275 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10276 Ditto.
10277 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
8a1dac83 10278 * objfiles.c (add_to_objfile_sections)
8b92e4d5
EZ
10279 (build_objfile_section_table): Ditto.
10280 (allocate_objfile): Remove init of psymbol_obstack.
10281 (free_objfile): Remove freeing of psymbol_obstack.
10282 * objfiles.h (struct objfile): Remove field
10283 psymbol_obstack. Update comments.
10284 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10285 psymbol_obstack with objfile_obstack.
10286 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10287 psymbol_obstack.
10288 * somread.c (som_symfile_offsets, init_import_symbols)
10289 (init_export_symbols): Replace psymbol_obstack with
10290 objfile_obstack.
10291 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10292 * symfile.c (default_symfile_offsets, syms_from_objfile)
10293 (reread_symbols): Remove freeing and init of psymbol_obstack.
10294 (cashier_psymtab): Update comment.
10295 * symmisc.c (print_objfile_statistics): Don't report stats for
10296 psymbol obstack.
10297 * symtab.h (struct general_symbol_info, struct partial_symtab):
10298 Update comments.
10299 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10300 (xcoff_symfile_offsets): Replace psymbol_obstack with
10301 objfile_obstack.
10302
b99607ea
EZ
103032004-02-07 Elena Zannoni <ezannoni@redhat.com>
10304
10305 * objfiles.h (struct objfile): Add objfile_obstack field.
10306 Remove type_obstack field.
10307
10308 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10309 read_structure_scope read_enumeration, new_symbol): Replace
10310 type_obstack with objfile_obstack.
10311 * dwarfread.c (struct_type, enum_type): Ditto.
8a1dac83 10312 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
b99607ea
EZ
10313 (lookup_fundamental_type): Ditto.
10314 * gdbtypes.h (TYPE_ALLOC): Ditto.
8a1dac83
RM
10315 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10316 (hpread_read_doc_function_type, hpread_read_struct_type)
10317 (fix_static_member_physnames, hpread_read_array_type)
b99607ea 10318 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
8a1dac83 10319 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
b99607ea
EZ
10320 (java_link_class_type): Ditto.
10321 * mdebugread.c (parse_type): Ditto.
10322 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10323 * solib-sunos.c (solib_add_common_symbols): Ditto.
10324 * stabsread.c (define_symbol, read_type, read_member_functions,
10325 read_cpp_abbrev, read_one_struct_field): Ditto.
10326 * symfile.c (reread_symbols): Ditto.
10327 * symmisc.c (print_objfile_statistics): Ditto.
8a1dac83 10328
2a8854a7
AC
103292004-02-07 Andrew Cagney <cagney@redhat.com>
10330
10331 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10332 (tui_exec_info_content): Rename TuiExecInfoContent.
10333 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10334 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10335 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10336 (TuiList, TuiListPtr): Ditto.
10337 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10338 (TuiDataType, TuiDataTypePtr): Ditto.
10339 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10340 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10341 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10342 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10343 (TuiDataElement, TuiDataElementPtr): Ditto.
10344 (TuiWinElement, TuiWinElementPtr): Ditto.
10345 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10346 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10347 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10348 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10349 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10350 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10351 * tui/tui-command.c, tui/tui-data.c: Update references.
10352 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10353 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10354 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10355 * tui/tui-winsource.c, tui/tui.c: Ditto.
8a1dac83 10356
05cbe71a
MK
103572004-02-07 Mark Kettenis <kettenis@gnu.org>
10358
10359 * dwarf2-frame.h: Update copyright.
10360 (enum dwarf2_frame_reg_rule): New.
10361 (struct dwarf2_frame_state_reg): New.
10362 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10363 * dwarf2-frame.c: Update copyright.
10364 (enum dwarf2_reg_rule): Remove.
10365 (struct dwarf2_frame_state): Remove defenition of `struct
10366 dwarf2_frame_state_reg'.
10367 (read_reg): Call get_frame_arch to get the architecture instead of
10368 using CURRENT_GDBARCH.
10369 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10370 DWARF2_FRAME_.
10371 (dwarf2_frame_init_reg): New function.
10372 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10373 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10374 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10375 tags with DWARF2_FRAME_.
10376 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10377 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10378 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10379
ec7d9e56
AC
103802004-02-06 Andrew Cagney <cagney@redhat.com>
10381
dd1abb8c
AC
10382 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10383 (enum tui_data_type): Rename _TuiDataType.
10384 (struct tui_layout_def): Rename _TuiLayoutDef.
10385 (struct tui_source_element): Rename _TuiSourceElement.
10386 (struct tui_data_element): Rename _TuiDataElement.
10387 (struct tui_command_element): Rename _TuiCommandElement.
10388 (struct tui_locator_element): Rename _TuiLocatorElement.
10389 (union tui_which_element): Define.
10390 (struct tui_win_element): Rename _TuiWinElement.
10391 (struct tui_data_info): Rename _TuiDataInfo.
10392 (struct tui_source_info): Rename _TuiSourceInfo.
10393 (struct tui_command_info): Rename _TuiCommandInfo.
10394 (tui_initialize_static_data): Rename initializeStaticData.
10395 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10396 (tui_alloc_win_info): Rename allocWinInfo.
10397 (tui_init_generic_part): Rename initGenericPart.
10398 (tui_init_win_info): Rename initWinInfo.
10399 (tui_alloc_content): Rename allocContent.
10400 (tui_add_content_elements): Rename addContentElements.
10401 (tui_init_content_element): Rename initContentElement.
10402 (tui_free_window): Rename freeWindow.
10403 (tui_free_win_content): Rename freeWinContent.
10404 (tui_free_data_content): Rename freeDataContent.
10405 (tui_free_all_source_wins_content): Rename
10406 freeAllSourceWinsContent.
10407 (tui_del_window): Rename tuiDelWindow.
10408 (tui_del_data_windows): Rename tuiDelDataWindows.
10409 (tui_partial_win_by_name): Rename partialWinByName.
10410 (tui_win_name): Rename winName.
10411 (tui_current_layout): Rename currentLayout.
10412 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10413 (tui_term_height): Rename termHeight.
10414 (tui_set_term_height_to): Rename setTermHeightTo.
10415 (tui_term_width): Rename termWidth.
10416 (tui_set_term_width_to): Rename setTermWidthTo.
10417 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10418 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10419 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10420 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10421 (tui_source_windows): Rename sourceWindows.
10422 (tui_clear_source_windows): Rename clearSourceWindows.
10423 (tui_clear_source_windows_detail): Rename
10424 clearSourceWindowsDetail.
10425 (tui_clear_win_detail): Rename clearWinDetail.
10426 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10427 (tui_default_tab_len): Rename tuiDefaultTabLen.
10428 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10429 (tui_win_with_focus): Rename tuiWinWithFocus.
10430 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10431 (tui_layout_def): Rename tuiLayoutDef.
10432 (tui_win_resized): Rename tuiWinResized.
10433 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10434 (tui_next_win): Rename tuiNextWin.
10435 (tui_prev_win): Rename tuiPrevWin.
10436 (tui_add_to_source_windows): Rename addToSourceWindows.
10437 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10438 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10439 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10440 * tui/tui.c, tui/tui-data.c: Ditto.
10441 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10442 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10443
a358af15
AC
10444 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10445 (struct symtab): Declare.
10446 (tui_set_source_content): Rename tuiSetSourceContent.
10447 (tui_show_symtab_source): Rename tuiShowSource.
10448 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10449 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10450 * tui/tui-source.c: Update copyright. Update references.
10451 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10452 * tui/tui-stack.c: Update references.
10453
a21fcd8f
AC
10454 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10455 (struct tui_win_info): Declare.
10456 (tui_scroll_forward): Rename tuiScrollForward.
10457 (tui_scroll_backward): Rename tuiScrollBackward.
10458 (tui_scroll_left): Rename tuiScrollLeft.
10459 (tui_scroll_right): Rename tuiScrollRight.
10460 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10461 (tui_resize_all): Rename tuiResizeAll.
10462 (tui_refresh_all_win): Rename tuiRefreshAll.
10463 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10464 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10465 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10466 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10467
edae1ccf
AC
10468 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10469 (tui_erase_data_content): Rename tuiEraseDataContent.
10470 (tui_display_all_data): Rename tuiDisplayAllData.
10471 (tui_check_data_values): Rename tuiCheckDataValues.
10472 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10473 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10474 (tui_first_data_element_no_in_line): Rename
10475 tuiFirstDataElementNoInLine.
10476 (tui_delete_data_content_windows): Rename
10477 tuiDeleteDataContentWindows.
10478 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10479 (tui_display_data_from): Rename tuiDisplayDataFrom.
10480 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10481 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10482 * tui/tui-win.c, tui/tui-regs.c: Update references.
10483 * tui/tui-layout.c, tui/tui.c: Update references.
10484
ec7d9e56
AC
10485 * tui/tui-wingeneral.h: Update copyright.
10486 (m_allBeVisible): Delete macro.
8a1dac83 10487 (m_allBeInvisible): Delete macro.
ec7d9e56
AC
10488 (struct tui_gen_win_info): Declare.
10489 (struct tui_win_info): Declare.
10490 (tui_unhighlight_win): Rename unhighlightWin.
10491 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10492 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10493 (tui_make_window): Rename makeWindow.
10494 (tui_copy_win): Rename copyWin.
10495 (tui_box_win): Rename boxWin.
10496 (tui_highlight_win): Rename highlightWin.
10497 (tui_check_and_display_highlight_if_needed): Rename
10498 checkAndDisplayHighlightIfNeeded.
10499 (tui_refresh_all): Rename refreshAll.
10500 (tui_delete_win): Rename tuiDelwin.
10501 (tui_refresh_win): Rename tuiRefreshWin.
10502 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10503 (tui_make_visible, tui_make_invisible): New functions.
10504 (tui_make_all_visible, tui_make_all_invisible): New functions.
10505 (make_all_visible): Rename makeAllVisible.
10506 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10507 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10508 * tui/tui-windata.c, tui/tui-win.c: Update references.
10509 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10510 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10511
1e52e2eb
MK
105122004-02-06 Mark Kettenis <kettenis@gnu.org>
10513
10514 * proc-api.c (write_with_trace): Initialize local variable to
10515 silence compiler warning.
10516
f80bda8e
AC
105172004-02-06 Andrew Cagney <cagney@redhat.com>
10518
10519 * tui/tui-source.h: Do not include "defs.h".
10520 (struct tui_win_info): Declare.
10521 (tui_set_source_content_nil): Declare.
10522 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10523 (union tui_line_or_address): Rename _TuiLineOrAddress.
10524 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10525 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10526 (tui_update_source_window_as_is): Rename
10527 tuiUpdateSourceWindowAsIs.
10528 (tui_update_source_windows_with_addr): Rename
10529 tuiUpdateSourceWindowsWithAddr.
10530 (tui_update_source_windows_with_line): Rename
10531 tuiUpdateSourceWindowsWithLine.
10532 (tui_clear_source_content): Rename tuiClearSourceContent.
10533 (tui_erase_source_content): Rename tuiEraseSourceContent.
10534 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10535 (tui_show_source_content): Rename tuiShowSourceContent.
10536 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10537 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10538 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10539 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10540 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10541 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10542 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10543 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10544 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10545 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10546 (struct tui_win_info): Declare.
10547 * tui/tui-stack.c: Update references.
10548 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10549 * tui/tui-win.c, tui/tui-source.c: Ditto.
10550 * tui/tui.c, tui/tui-disasm.c: Ditto.
10551
9fbfb822
MK
105522004-02-06 Mark Kettenis <kettenis@gnu.org>
10553
10554 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10555 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10556
03cebad2
MK
105572004-02-05 Mark Kettenis <kettenis@gnu.org>
10558
10559 * infrun.c (handle_inferior_event): Allow for breakpoint
10560 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10561 and SIGEMT. Update comments.
10562 * NEWS (Revised SPARC target): Mention support for non-executable
10563 stack.
10564
290281b1
MK
105652004-02-04 Mark Kettenis <kettenis@gnu.org>
10566
10567 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10568 * inftarg.c: Update copyright year.
10569 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10570 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10571 (sparc_xfer_wcookie): New function.
10572 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10573 * Makefile.in (sparc-nat.o): Update dependencies.
10574 * config/sparc/nm-nbsd.h: Include "target.h".
10575 (NATIVE_XFER_WCOOKIE): New define.
10576 (sparc_xfer_wcookie): New prototype.
10577
212161df
AC
105782004-02-04 Andrew Cagney <cagney@redhat.com>
10579
10580 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10581 SYSCALL_TRAP function.
10582 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10583
6e4c6c91
DJ
105842004-02-04 Andrew Cagney <cagney@redhat.com>
10585 Daniel Jacobowitz <drow@mvista.com>
10586
10587 * objfiles.h: Delete comments refering to inside_entry_func and
10588 DEPRECATED_FRAME_CHAIN_VALID.
10589 * defs.h (inside_entry_func): Update prototype..
10590 * blockframe.c (inside_entry_func): Rename to
10591 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10592 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10593
cae688ec
JJ
105942004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10595
10596 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10597 outside of #ifdef SOLIB_ADD region.
10598 (do_restore_lang_radix_cleanup): Ditto.
10599 (resolve_pending_breakpoint): Ditto.
10600
19217676
AC
106012004-02-03 Andrew Cagney <cagney@redhat.com>
10602
10603 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10604 (process_note_abi_tag_sections): Delete unused function.
10605 (ia64_read_fp): Delete unused function.
10606 (gdbarch_extract_struct_value_address): Delete declaration.
10607
876753be
AC
106082004-02-02 Andrew Cagney <cagney@redhat.com>
10609
10610 * vax-tdep.c (vax_frame_chain): Delete call to
10611 deprecated_inside_entry_file.
10612 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10613
d4f10bf2
MK
106142004-02-02 Mark Kettenis <kettenis@gnu.org>
10615
10616 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10617 column that's "empty" or "same value" when eliminating REG_RA
10618 rules.
10619
cae688ec
JJ
106202004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10621
10622 * NEWS: Add information about new pending breakpoint support.
10623
0101ce28
JJ
106242004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10625
10626 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10627 and pending fields for pending breakpoint support.
10628 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10629 (condition_command): Only parse condition if not a pending
10630 breakpoint.
10631 (print_one_breakpoint): Add support for pending breakpoints.
10632 (describe_other_breakpoints): Add checks to verify we are not
10633 dealing with pending breakpoints.
10634 (check_duplicates): Don't check pending breakpoints.
10635 (set_raw_breakpoint): Initialize pending flag.
10636 (do_restore_lang_radix_cleanup): New cleanup routine.
10637 (resolve_pending_breakpoint): New function.
10638 (re_enable_breakpoints_in_shlibs): Try and resolve any
10639 pending breakpoints via resolve_pending_breakpoint.
10640 (mention): Add pending breakpoint support.
10641 (parse_breakpoint_sals): Add new parameter to pass to
10642 decode_line_1 to indicate silent errors when files or functions
10643 are not found. Change all callers.
10644 (do_captured_parse_breakpoint): New function.
10645 (break_command_1): Change prototype to return an rc value and to
10646 take an optional pending breakpoint pointer. Support creating
10647 a pending breakpoint if a "not found" form of error occurs when
10648 parsing the breakpoint. Also support resolving an existing pending
10649 breakpoint and be silent if the resolution fails.
10650 (create_breakpoints): Change prototype to take pending breakpoint
10651 pointer. When resolving a pending breakpoint, use the new pointer
10652 to provide a conditional or commands added by the end-user.
10653 (delete_breakpoint): Add appropriate check for pending.
10654 (breakpoint_re_set_one): Ditto.
10655 (do_enable_breakpoint): Ditto.
10656
8d577d32
DC
106572004-02-02 David Carlton <carlton@kealia.com>
10658
10659 * valops.c (enum oload_classification): New.
10660 (find_overload_match): Break implementation into separate
10661 functions; delete #if 0'd code; look for symbols within
10662 namespaces.
10663 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
10664 (find_oload_champ,oload_method_static,classify_oload_match): New.
10665 * cp-support.h: Add declaration for cp_func_name; update
10666 declaration for make_symbol_overload_list.
10667 * cp-support.c (cp_func_name): New.
10668 (overload_list_add_symbol): Fix comment, use
10669 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
10670 (make_symbol_overload_list): Take a function name and a namespace
10671 instead of a symbol; change implementation.
10672 (make_symbol_overload_list_using): New.
10673 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
10674
22e8e3c7
FF
106752004-02-02 Fred Fish <fnf@redhat.com>
10676
10677 * main.c (gdb_stdtarg): Move definition to group with other
15390fef 10678 gdb_stdtarg definitions and update copyright years.
22e8e3c7
FF
10679 * remote-sim.c (gdb_os_write_stderr): Write output to
10680 gdb_stdtargerr stream instead of gdb_stdtarg stream.
10681 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
15390fef 10682 gdb_stderr stream and update copyright years.
22e8e3c7 10683
6b753f60
DJ
106842004-02-01 Daniel Jacobowitz <drow@mvista.com>
10685
10686 * Makefile.in (mips-linux-nat.o): Update dependencies.
10687 * mips-linux-nat.c: Include mips-tdep.h.
10688
106892004-02-01 Roland McGrath <roland@redhat.com>
2cb6b099
RM
10690
10691 * sol-thread.c (sol_thread_xfer_partial): New function.
10692 (init_sol_thread_ops): Use that for to_xfer_partial hook.
10693 (init_sol_core_ops): Likewise.
10694
10695 * procfs.c (procfs_xfer_partial): New function.
10696 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
10697 * Makefile.in (procfs.o): Add $(auxv_h) dep.
10698
10699 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
10700 procfs_xfer_auxv function.
10701
10702 * procfs.c (procfs_make_note_section): If we can read
10703 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
10704 * linux-proc.c (linux_make_note_section): Likewise.
10705
10706 * auxv.h: New file.
10707 * auxv.c: New file.
10708 * Makefile.in (auxv_h): New variable.
10709 (COMMON_OBS): Add auxv.o here.
10710 (auxv.o): New target.
10711
10712 * corelow.c (core_xfer_partial): New function.
10713 (init_core_ops): Use it for core_ops.to_xfer_partial.
10714
10715 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
10716 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
10717 macro if that is defined.
10718
fa5281d0
DJ
107192004-02-01 Daniel Jacobowitz <drow@mvista.com>
10720
10721 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
10722 and check the specified thread for each breakpoint.
10723 * breakpoint.h (bpstat_stop_status): Update prototype.
10724 * infrun.c (handle_inferior_event): Update calls to
10725 bpstat_stop_status.
10726
26ee262d
DJ
107272004-02-01 Daniel Jacobowitz <drow@mvista.com>
10728
10729 * Makefile.in (cli-cmds.o): Add $(readline_h).
10730
d9b52655
DJ
107312004-02-01 Daniel Jacobowitz <drow@mvista.com>
10732
10733 * cli/cli-cmds.c: Include readline.h.
10734 (complete_command): Pass the start of the last word to
10735 complete_line.
10736
9709f61c
DJ
107372004-01-31 Daniel Jacobowitz <drow@mvista.com>
10738
10739 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
10740 argument, and change first argument to a CORE_ADDR.
10741 * breakpoint.h (bpstat_stop_status): Update prototype.
10742 * infrun.c (adjust_pc_after_break): Add a new comment.
10743 (handle_inferior_event): Update calls to bpstat_stop_status.
10744
4f1280bb
DJ
107452004-01-31 Daniel Jacobowitz <drow@mvista.com>
10746
10747 * breakpoint.h: Update copyright years.
10748
4fa8626c
DJ
107492004-01-31 Daniel Jacobowitz <drow@mvista.com>
10750
10751 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
10752 (bpstat_stop_status): Don't decrement PC.
10753 * breakpoint.h (software_breakpoint_inserted_here_p): Add
10754 prototype.
10755 * infrun.c (adjust_pc_after_break): New function.
10756 (handle_inferior_event): Call it, early. Remove later references
10757 to DECR_PC_AFTER_BREAK.
10758 (normal_stop): Add commentary.
10759
fad0733a
DJ
107602004-01-31 Daniel Jacobowitz <drow@mvista.com>
10761
10762 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
10763 2004-01-27 double-free fix.
10764
42cdca6c
MK
107652004-01-31 Mark Kettenis <kettenis@gnu.org>
10766
10767 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10768 (sparc32_frame_prev_register): Handle StackGhost.
10769 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10770
932d5416
RM
107712004-01-29 Roland McGrath <roland@redhat.com>
10772
10773 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
10774 * configure: Regenerated.
10775
10776 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
10777 * Makefile.in (procfs.o): Add dep.
10778
47d3492a
AC
107792004-01-28 Andrew Cagney <cagney@redhat.com>
10780
10781 * tui/tui-stack.h: Update copyright.
10782 (struct frame_info): Add opaque declaration.
10783 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
10784 (tui_show_locator_content): Rename tuiShowLocatorContent.
10785 (tui_show_frame_info): Rename tuiShowFrameInfo.
10786 * tui/tui-stack.c: Update copyright. Update references.
10787 * tui/tui-winsource.c: Update references.
10788 * tui/tui-win.c: Update references.
10789 * tui/tui-layout.c: Update references.
10790 * tui/tui-hooks.c: Update copyright, update references.
10791 * tui/tui.c: Update copyright, update references.
10792 * tui/tui-disasm.c: Update references.
10793
5d51ca54
DC
107942004-01-28 David Carlton <carlton@kealia.com>
10795
10796 * dwarf2read.c (add_partial_structure): Use demangled name if
10797 namespace equals "".
10798
086ed43d
JB
107992004-01-27 Jim Blandy <jimb@redhat.com>
10800
10801 Clean up misapplied patch:
10802 * dwarf2read.c (determine_prefix): Change one of the two forward
10803 declarations for 'determine_prefix_aux' to a declaration for this.
10804 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
10805 argument to 'die_specification'.
10806
2a35147e
JB
10807 * dwarf2read.c (read_func_scope): Re-indent comment.
10808
a355c7de 108092004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
932d5416 10810
a355c7de
AC
10811 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
10812 b->exp to NULL after freeing so that error during re-parsing or
10813 evaluation of expressions associated with breakpoint don't
10814 eventually lead to re-freeing of storage.
10815 Committed by Andrew Cagney.
10816
63ff5125
AC
108172004-01-27 Andrew Cagney <cagney@redhat.com>
10818
10819 * source.c (ambiguous_line_spec): Delete undefined declaration.
10820 * m32r-rom.c (m32r_set_board_address): Delete unused function.
10821 (m32r_set_server_address, m32r_set_download_path): Ditto.
10822 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
10823
e142c38c
DJ
108242004-01-27 Daniel Jacobowitz <drow@mvista.com>
10825
10826 * dwarf2read.c: Update calls to changed and renamed functions, and
10827 references to moved variables.
10828
10829 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
10830 language, language_defn, list_in_scope, and ftypes members.
10831 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
10832 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
10833 (baseaddr): Remove globals.
10834
10835 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
10836 (set_cu_language, die_is_declaration, die_specification)
10837 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
10838 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
10839 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
10840 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
10841
10842 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
10843 cu.list_in_scope. Don't initialize cu_header_offset.
10844 (add_partial_symbol): Add local baseaddr.
10845 (psymtab_to_symtab_1): Add local baseaddr. Use
10846 objfile->section_offsets for consistency. Don't initialize
10847 cu_header_offset; do initialize cu.header.offset and
10848 cu.list_in_scope.
10849 (read_file_scope, read_func_scope, read_lexical_block_scope)
10850 (dwarf_decode_lines, new_symbol): Add local baseaddr.
10851
c6e06ede
MC
108522004-01-27 Michael Chastain <mec.gnu@mindspring.com>
10853
fb328ecc 10854 * PROBLEMS: Add gdb/1516.
c6e06ede 10855
48184fd4
AC
108562003-12-29 Robert Millan <robertmh@gnu.org>
10857
10858 Patch committed by Andrw Cagney.
10859 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
10860 * configure.tgt: Match knetbsd*-gnu.
10861
c1321b30
AC
108622004-01-26 Andrew Cagney <cagney@redhat.com>
10863
f3699be3
AC
10864 * breakpoint.c (catch_command_1): Delete #ifdef code.
10865 (catch_fork_command_1): Delete #ifdef wrapper.
10866 (catch_exec_command_1): Ditto.
10867 (catch_load_command_1): Ditto.
10868 (catch_unload_command_1): Ditto.
10869
c1321b30
AC
10870 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
10871 (catch_breakpoint): Delete #if0ed function.
10872 (disable_catch_breakpoint): Ditto.
10873 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
10874 (disable_catch, enable_catch, delete_catch): Ditto.
10875
b4501125
AC
108762004-01-26 Andrew Cagney <cagney@redhat.com>
10877
10878 * remote.c (echo_check, quit_flag): Delete variables.
10879 (cisco_kernel_mode): Delete variable.
10880 (minitelnet_return, tty_input, escape_count): Delete variables.
10881 (remote_cisco_mode): Delete variable.
10882 (remote_cisco_open, remote_cisco_close): Delete function.
10883 (remote_cisco_mourn, remote_cisco_wait): Delete function.
10884 (init_remote_cisco_ops): Delete function.
10885 (_initialize_remote): Do not install "remote cisco" code.
10886 (read_frame): Delete cisco specific code.
10887 (remote_info_process): Delete function.
10888 (remote_wait): Delete cisco specific code.
10889 (remote_cisco_section_offsets): Delete function.
10890 (remote_cisco_objfile_relocate): Delete function.
10891 (remote_async_wait): Delete cisco specific code.
10892 (minitelnet, readtty, readsocket): Delete function.
10893
74055713
AC
108942004-01-26 Andrew Cagney <cagney@redhat.com>
10895
10896 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
10897 comments mentioning extract_returned_value_address.
10898 * infcmd.c (print_return_value): Update. Add comments on
10899 extract_returned_value_address.
10900 * stack.c (return_command): Add comments on
10901 extract_returned_value_address.
10902 * values.c: Update comment.
10903 * m32r-tdep.c: Update comment.
10904 * sparc-tdep.c: Update comment.
10905 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
10906 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10907 * sh64-tdep.c (sh64_gdbarch_init): Update.
10908 * sh-tdep.c (sh_gdbarch_init): Update.
10909 * s390-tdep.c (s390_gdbarch_init): Update.
10910 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10911 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10912 * m68k-tdep.c (m68k_gdbarch_init): Update.
10913 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10914 * m32r-tdep.c (m32r_gdbarch_init): Update.
10915 * ia64-tdep.c (ia64_gdbarch_init): Update.
10916 * h8300-tdep.c (h8300_gdbarch_init): Update.
10917 * frv-tdep.c (frv_gdbarch_init): Update.
10918 * arm-tdep.c (arm_gdbarch_init): Update.
10919 * alpha-tdep.c (alpha_gdbarch_init): Update.
10920
a67af2b9
AC
109212004-01-26 Andrew Cagney <cagney@redhat.com>
10922
10923 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
10924 SYMBOL_LOCATION_FUNCS
10925 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
10926 "struct symbol_ops".
10927 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
10928 type to "struct symbol_ops".
10929 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
10930 (struct symbol): Replace ".aux_value.loc.funcs" and
10931 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
10932 (SYMBOL_OBJFILE): Delete macro.
10933 (SYMBOL_LOCATION_FUNCS): Delete macro.
10934 (SYMBOL_LOCATION_BATON): Update.
10935 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
10936 intead of SYMBOL_LOCATION_FUNCS.
10937 * ax-gdb.c (gen_var_ref): Ditto.
10938 * printcmd.c (address_info): Ditto.
10939 * findvar.c (read_var_value): Ditto.
10940 (symbol_read_needs_frame): Ditto.
10941
c034e007
AC
109422004-01-26 Andrew Cagney <cagney@redhat.com>
10943
10944 * dwarf2read.c (read_func_scope): Document frame-base hack.
10945
bb472c1e
MK
109462004-01-25 Mark Kettenis <kettenis@gnu.org>
10947
10948 * infcmd.c (print_return_value): Plug memory leak; delete
10949 ui_stream object. Rename argument `structure_return' to
10950 `struct_return'.
10951
c8e737d5
MK
109522004-01-25 Mark Kettenis <kettenis@gnu.org>
10953
f941662f
MK
10954 * infcmd.c (print_return_value): Wrap long lines.
10955 (finish_command_continuation, finish_command): Remove unused
10956 variable `funcaddr'. Fix some coding-standards problems.
10957
c558d81a 10958 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
d8d65dd3 10959 SECT_SIZE is large enough, not whether it's exactly the right size.
c558d81a
MK
10960 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
10961 TDEP->fpregset to zero.
10962
bf1e5861 10963 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
c8e737d5
MK
10964 floating-point registers for traditional NetBSD core files.
10965 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
10966 TDEP->sizeof_fpregset here.
10967
4c72d57a
MK
109682004-01-25 Mark Kettenis <kettenis@gnu.org>
10969
566626fa
MK
10970 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
10971 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
10972 function with code split out from
10973 sparc32nbsd_sigcontext_frame_cache.
10974 (sparc32nbsd_sigcontext_frame_cache): Use
10975 sparc32nbsd_sigcontext_saved_regs.
10976 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
10977 OpenBSD.
10978 * sparcobsd-tdep.c: New file.
10979 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
10980 (sparcobsd-tdep.o): New dependency.
10981 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
10982 * config/sparc/obsd.mt: New file.
10983
4c72d57a
MK
10984 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
10985 TDEP->fpregset to be initialized to enable core file register
10986 sets.
10987
7e5e9f88
MK
109882004-01-24 Mark Kettenis <kettenis@gnu.org>
10989
f0f207fd 10990 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
1e067c66
MK
10991 Add opaque declarations.
10992 (sparc64nbsd_sigcontext_saved_regs): New prototype.
10993 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
10994 function with code split out from
10995 sparc64nbsd_sigcontext_frame_cache.
10996 (sparc64nbsd_sigcontext_frame_cache): Use
10997 sparc64nbsd_sigcontext_saved_regs.
10998 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
10999 OpenBSD.
11000 * sparc64obsd-tdep.c: New file.
11001 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11002 (sparc64obsd-tdep.o): New dependency.
11003 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11004 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11005 * config/sparc/obsd64.mt: New file.
11006
690668cc
MK
11007 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11008 read the instruction at PC.
11009
7e5e9f88
MK
11010 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11011 value of GDB_OSABI_DEFAULT.
11012 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11013 instead of GDB_OSABI_NETBSD_AOUT.
11014
68b6dce9
NR
110152004-01-24 Nick Roberts <nick@nick.uklinux.net>
11016
11017 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11018 copyright.
11019
080ce8c0
AC
110202004-01-23 Andrew Cagney <cagney@redhat.com>
11021
11022 * printcmd.c (display_command): Replace tui_set_display call with
11023 tui_set_layout_for_display_command.
11024 * tui/tui.h (enum tui_win_type): Define.
11025 (tui_set_layout): Delete declaration.
11026 (tui_set_layout_for_display_command): Rename set_tui_layout.
11027 * tui/tui-data.h (enum tui_layout_type): Define.
11028 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11029 "tui.h".
11030 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11031 (tui_default_win_height): Rename tuiDefaultWinHeight.
11032 (tui_default_win_viewport_height): Rename
11033 tuiDefaultWinViewportHeight.
11034 (tui_set_layout): RenametuiSetLayout.
11035 * tui/tui-layout.c: Update references.
11036 * tui/tui.c: Update references.
11037 * tui/tui-disasm.c: Update references.
11038
b368761e
DC
110392004-01-23 David Carlton <carlton@kealia.com>
11040
11041 Partial workaround for PR c++/1511:
11042 * cp-namespace.c: Include frame.h.
11043 (cp_lookup_transparent_type): New
11044 (cp_lookup_transparent_type_loop): New.
11045 * cp-support.h: Declare cp_lookup_transparent_type.
11046 * symtab.c (basic_lookup_transparent_type): Renamed from
11047 lookup_transparent_type.
11048 (lookup_transparent_type): Replace old body by a call to
11049 current_language->la_lookup_transparent_type.
11050 * symtab.h: Update copyright. Declare
11051 basic_lookup_transparent_type.
11052 * language.h: Update copyright.
11053 (struct language_defn): Add la_lookup_transparent_type.
11054 * language.c: Update copyright.
11055 (unknown_language_defn): Add basic_lookup_transparent_type.
11056 (auto_language_defn): Add basic_lookup_transparent_type.
11057 (local_language_defn): Add basic_lookup_transparent_type.
11058 * ada-lang.c: Update copyright.
11059 (ada_language_defn): Add basic_lookup_transparent_type.
11060 * c-lang.c: Update copyright.
11061 (c_language_defn): Add basic_lookup_transparent_type.
11062 (cplus_language_defn): Add basic_lookup_transparent_type.
11063 (asm_language_defn): Add basic_lookup_transparent_type.
11064 (minimal_language_defn): Add basic_lookup_transparent_type.
11065 * f-lang.c: Update copyright.
11066 (f_language_defn): Add basic_lookup_transparent_type.
11067 * jv-lang.c: Update copyright.
11068 (java_language_defn): Add basic_lookup_transparent_type.
11069 * m2-lang.c: Update copyright.
11070 (m2_language_defn): Add basic_lookup_transparent_type.
11071 * objc-lang.c: Update copyright.
11072 (objc_language_defn): Add basic_lookup_transparent_type.
11073 * p-lang.c: Update copyright.
11074 (p_language_defn): Add basic_lookup_transparent_type.
11075 * scm-lang.c: Update copyright.
11076 (scm_language_defn): Add basic_lookup_transparent_type.
11077 * Makefile.in (cp-namespace.o): Depend on frame.h.
11078
fdde2d81
DC
110792004-01-23 David Carlton <carlton@kealia.com>
11080
11081 Patch for PR c++/1520:
11082 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11083 properly if we have a specification die.
11084 (determine_prefix_aux): Rename from determine_prefix.
11085 (determine_prefix): Like the old determine_prefix, but never
11086 returns NULL.
11087
5b828b6b
TR
110882004-01-23 Theodore A. Roth <troth@openavr.org>
11089
11090 * avr-tdep.c: Update copyright.
11091 (avr_iaddr_p): Delete unused function.
11092 (avr_saddr_p): Delete unused function.
11093
a1b8c067
DC
110942004-01-23 David Carlton <carlton@kealia.com>
11095
11096 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11097 Fix for PR symtab/1534.
11098
f2cab569
MK
110992004-01-23 Mark Kettenis <kettenis@gnu.org>
11100
11101 * NEWS (New native configurations): Mention OpenBSD/sparc and
11102 OpenBSD/sparc64.
11103 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11104 * configure.host: Likewise.
11105 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11106 handler for OpenBSD.
11107 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11108
642d8300
MK
111092004-01-22 Mark Kettenis <kettenis@gnu.org>
11110
89aac506
MK
11111 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11112 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11113
36662fde
MK
11114 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11115 * cli/cli-cmds.c (shell_escape): Likewise.
11116
642d8300
MK
11117 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11118 OpenBSD .note.openbsd.ident sections.
11119
fae299cd
DC
111202004-01-22 David Carlton <carlton@kealia.com>
11121
11122 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11123 get_scope_pc_bounds.
11124 (read_file_scope): Ditto.
11125 (get_scope_pc_bounds): New function, produced by extracting code
11126 from the above two functions, consolidating it, and adding support
11127 for DW_TAG_namespace.
11128
a49d618c
MK
111292004-01-22 Mark Kettenis <kettenis@gnu.org>
11130
11131 * osabi.c (MAX_NOTESZ): New define.
11132 (check_note): New function.
11133 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11134 check_note.
11135
fe61caab
RM
111362004-01-21 Roland McGrath <roland@redhat.com>
11137
11138 * MAINTAINERS (write after approval): Add myself.
11139
ec145965
EZ
111402004-01-21 Eli Zaretskii <eliz@gnu.org>
11141
11142 * utils.c (init_page_info): Move declarations of `rows' and
11143 `cols' before the __GO32__-specific code. Move the closing brace
11144 outside the #ifdef __GO32__..#endif block.
11145 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11146
877522db
PB
111472004-01-21 Paul Brook <paul@codesourcery.com>
11148
11149 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11150 BPSTAT_WHAT_CHECK_SHLIBS.
11151
dbf5be1c
PB
111522004-01-21 Paul Brook <paul@codesourcery.com>
11153
11154 * MAINTAINERS: Add myself to write-after-approval.
11155
81f08b92
AC
111562004-01-20 Andrew Cagney <cagney@redhat.com>
11157
5a1efed7
AC
11158 * ax-gdb.c (print_axs_value): Delete unused function.
11159 * jv-lang.c (java_lookup_type): Delete unused function.
11160 * cli/cli-dump.c (dump_filetype): Delete unused function.
11161 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11162 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11163 (mips_getstring): Delete unused function.
11164 (pmon_insert_breakpoint): Delete #if0ed function.
11165 (PMON_MAX_BP): Delete #if0ed MACRO.
11166 (mips_pmon_bp_info): Delete #if0ed variable.
11167 (pmon_remove_breakpoint): Delete #if0ed function.
11168 * monitor.c (monitor_write_even_block): Delete unused function.
11169 (monitor_write_memory_block): Delete #if0ed code.
11170 * dink32-rom.c (dink32_load): Delete unused function.
11171 (_initialize_dink32_rom): Delete #if0ed code.
11172 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11173
b0a30fce
AC
11174 * tui/tui-command.c: Update references.
11175 * tui/tui-io.c: Update references.
11176 * tui/tui-command.h: Update copyright.
11177 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11178
81f08b92
AC
11179 * source.c (ambiguous_line_spec): Delete never-defined function.
11180 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11181 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11182 * cli/cli-cmds.c (validate_comname): Ditto.
11183
65f05602
AC
11184 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11185 "tui-data.h".
11186 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11187 (tui_show_disassem): Rename tuiShowDisassem.
11188 (tui_show_disassem_and_update_source): Rename
11189 tuiVerticalDisassemScroll.
11190 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11191 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11192 * tui/tui.h: Update copyright.
11193 (enum tui_status): Define.
11194 * tui/tui-data.h (enum tui_scroll_direction): Define.
11195 * tui/tui-disasm.c: Update copyright. Update references.
11196 * tui/tui-winsource.c: Update copyright. Update references.
11197 * tui/tui-win.c: Update references.
11198 * tui/tui-layout.c: Update references.
11199
6bb0384f
AC
112002004-01-20 Andrew Cagney <cagney@redhat.com>
11201
11202 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11203 sym2 to start of block.
11204
9175c9a3
MC
112052004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11206
11207 * MAINTAINERS: Delete mmalloc.
11208 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11209 * NEWS: Mention removal of --with-malloc.
11210 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11211 * config.in: Regenerate.
11212 * configure: Regenerate.
6bb0384f
AC
11213 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11214 USE_MMALLOC, MMCHECK_FORCE.
9175c9a3
MC
11215 * gdbinit.in: Remove mmalloc.
11216 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11217 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11218 * config/i386/go32.mh: Likewise.
11219 * config/i386/interix.mh: Likewise.
11220 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11221
4fcef00a
JJ
112222004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11223
11224 * linespec.c (decode_variable, symtab_from_filename): Call
11225 error_silent with error message instead of throwing an exception
11226 directly.
11227 * defs.h (error_silent, error_output_message): Add prototypes.
11228 (catch_exceptions_with_msg): Ditto.
11229 * utils.c (error_silent, error_output_message): New functions.
11230 * top.c (catch_exceptions_with_msg): New function.
11231
8e94b928
NR
112322004-01-20 Nick Roberts <nick@nick.uklinux.net>
11233
11234 * mi/mi-cmds.h (enum print_values): Add definition.
11235
11236 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11237 type and value for simple data types and just the name and type
11238 for complex ones, if required.
11239
11240 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11241 children, if required.
11242
a02d6af8
KB
112432004-01-19 Kevin Buettner <kevinb@redhat.com>
11244
11245 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11246 unused declarations.
11247
78a4a9b9
AC
112482004-01-19 Andrew Cagney <cagney@redhat.com>
11249
11250 * top.h (mapped_symbol_files): Delete declaration.
11251 * main.c (captured_main): Delete option "m" and "mapped".
11252 * objfiles.c (mapped_symbol_files): Delete variable.
11253 * symfile.c (symbol_file_command): Delete mmap code.
11254 (symbol_file_add_with_addrs_or_offsets): Ditto.
11255 (add_symbol_file_command, reread_separate_symbols): Ditto.
11256 * objfiles.h (OBJF_MAPPED): Delete.
11257 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11258 (free_objfile) [USE_MMALLOC]: Ditto.
11259 (open_existing_mapped_file): Delete function.
11260 (open_mapped_file): Delete function.
11261 (map_to_file): Delete function.
11262
2dbd5e30
KB
112632004-01-19 Kevin Buettner <kevinb@redhat.com>
11264
11265 * infrun.c (step_into_function): Account for possible breakpoint
11266 adjustment when computing ``stop_func_start''.
11267
437b434f
KB
112682004-01-19 Kevin Buettner <kevinb@redhat.com>
11269
11270 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11271 the region size against the size of a pointer, not the size of
11272 a register as given by DEPRECATED_REGISTER_SIZE.
11273
55fb0713
AC
112742004-01-19 Andrew Cagney <cagney@redhat.com>
11275
11276 * tui/tui-regs.h: Include "tui-data.h".
11277 (tuiFirstRegElementNoInLine): Delete declaration.
11278 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11279 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11280 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11281 (tui_calculate_regs_column_count): Rename
11282 tuiCalculateRegsColumnCount.
11283 (tui_check_register_values): Rename tuiCheckRegisterValues.
11284 (tui_show_registers): Rename tuiShowRegisters.
11285 (tui_display_registers_from_line): Rename
11286 tuiDisplayRegistersFromLine.
11287 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11288 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11289 (tui_first_reg_element_no_inline): Rename
11290 tuiFirstRegElementNoInLine.
11291 * tui/tui-data.h: Update copyright.
11292 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11293 * tui/tui-windata.c: Update copyright, update references.
11294 * tui/tui-regs.c: Update copyright, update references.
11295 * tui/tui-win.c: Update copyright, update references.
11296 * tui/tui-layout.c: Update copyright, update references.
fe61caab 11297
cebe9500
AC
112982004-01-18 Andrew Cagney <cagney@redhat.com>
11299
bcdf1568
AC
11300 * tui/tui-io.c: Update copyright.
11301 (key_is_end_sequence, key_is_backspace): New functions.
11302 (key_is_command_char, key_is_start_sequence): New function.
11303 (tui_getc): Update references.
11304 * tui/tui-io.h: Update copyright.
11305 (m_tuiStartNewLine): Delete macro.
11306 (m_isBackspace, m_isDeleteChar): Delete macros.
11307 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11308 (m_isNextPage, m_isPrevPage): Delete macros.
11309 (m_isLeftArrow, m_isRightArrow): Delete macros.
11310 (m_isXdbStyleCommandChar): Delete macro.
11311 (key_is_start_sequence): Declare, replace m_isStartSequence.
11312 (key_is_end_sequence): Declare, replace m_isEndSequence.
11313 (key_is_backspace): Declare ,replace m_isBackspace.
11314 (key_is_command_char): Declare, replace m_isCommandChar.
11315 * tui/tui-command.c: Update copyright.
11316 (tuiDispatchCtrlChar): Update references.
11317
130d87e6
AC
11318 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11319 tuiSourceWin.h.
11320
d7b2e967
AC
11321 * tui/tui-command.c: Rename tui/tuiCommand.c.
11322 * tui/tui-command.h: Rename tui/tuiCommand.h.
11323 * tui/tui-data.c: Rename tui/tuiData.c.
11324 * tui/tui-data.h: Rename tui/tuiData.h.
11325 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11326 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11327 * tui/tui-io.c: Rename tui/tuiIO.c.
11328 * tui/tui-io.h: Rename tui/tuiIO.h.
11329 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11330 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11331 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11332 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11333 * tui/tui-source.c: Rename tui/tuiSource.c.
11334 * tui/tui-source.h: Rename tui/tuiSource.h.
11335 * tui/tui-stack.c: Rename tui/tuiStack.c.
11336 * tui/tui-stack.h: Rename tui/tuiStack.h.
11337 * tui/tui-win.c: Rename tui/tuiWin.c.
11338 * tui/tui-win.h: Rename tui/tuiWin.h.
11339 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11340 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11341 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11342 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11343 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11344 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11345 * tui/tui-file.c: Update includes.
11346 * tui/tui-hooks.c: Update includes.
11347 * tui/tui-interp.c: Update includes.
11348 * tui/tui.c: Update includes.
11349 * Makefile.in: Update all tui/ dependencies.
11350 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11351
b2100910
AC
11352 * Makefile.in: Update copyright. Update dependencies.
11353
cebe9500
AC
11354 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11355 problem.
11356
c6f0559b
AC
113572004-01-18 Andrew Cagney <cagney@redhat.com>
11358
43e9390b
AC
11359 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11360 instead of register_gdbarch_init.
11361
c6f0559b
AC
11362 * remote-sds.c (tohex): Delete unused function. Update copyright.
11363 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11364 * v850-tdep.c (v850_register_virtual_size): Ditto.
11365 * target.c (normal_target_post_startup_inferior): Ditto.
11366 * source.c (ambiguous_line_spec): Ditto.
11367 * remote.c (adapt_remote_get_threadinfo): Ditto.
11368 * mi/mi-out.c (out_field_fmt): Ditto.
11369 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11370 (output_control_change_notification): Ditto.
11371 * m68k-tdep.c (m68k_register_byte): Ditto.
11372 (m68k_remote_breakpoint_from_pc): Ditto.
11373 * ui-out.c (init_ui_out_state): Delete unused declaration.
11374 * stabsread.c (search_value): Ditto.
11375 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11376 * maint.c (print_section_table): Ditto.
11377 * infrun.c (set_follow_fork_mode_command): Ditto.
11378
a8504492
MK
113792004-01-18 Mark Kettenis <kettenis@gnu.org>
11380
11381 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11382 DW_CFA_def_cfa_exporession. Add support for
11383 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11384 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11385
0bd8997e
AC
113862004-01-18 Andrew Cagney <cagney@redhat.com>
11387
11388 * ocd.c: Update copyright.
11389 (bdm_read_register_command): Delete unused function.
11390 (_initialize_remote_ocd): Delete commented out reference.
11391 (get_quoted_char, reset_packet): Delete #if0ed function.
11392 (output_packet, put_quoted_char): Delete #if0ed function.
11393 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11394 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11395 (BDM_BREAKPOINT): Delete #if0ed macro.
11396 (remote_timeout): Delete #if0ed variable.
11397
31bb40e4
MK
113982004-01-18 Mark Kettenis <kettenis@gnu.org>
11399
11400 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11401 (core-sol2.o): Remove dependency.
11402 * core-sol2.c: Remove file.
11403
887432a5
AC
114042004-01-17 Andrew Cagney <cagney@redhat.com>
11405
11406 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11407 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11408 enums.
11409
29182b13
DJ
114102004-01-17 Daniel Jacobowitz <drow@mvista.com>
11411
11412 * remote.c: Update copyright years.
11413
2963ee1d
DJ
114142004-01-17 Daniel Jacobowitz <drow@mvista.com>
11415
11416 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11417
79d45cd4
AC
114182004-01-17 Andrew Cagney <cagney@redhat.com>
11419
ee300cd4
AC
11420 * mdebugread.c: Update copyright.
11421 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11422 (parse_type, parse_procedure): Ditto.
11423 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11424
fcacc9c2
AC
11425 * cris-tdep.c (cris_store_struct_return): Put back accidently
11426 deleted function.
11427
79d45cd4
AC
11428 * gdbarch.sh: Update copyright year.
11429 * gdbarch.h, gdbarch.c: Re-generate.
11430
b263358a
DJ
114312004-01-17 Daniel Jacobowitz <drow@mvista.com>
11432
11433 Suggested by George Anzinger.
11434 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11435 correct stack offset. Include unknown opcode numbers in the error
11436 message.
11437
931aecf5
AC
114382004-01-17 Andrew Cagney <cagney@redhat.com>
11439
11440 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11441 extract_struct_value_address, i386 does not set it.
11442 * sparc64-tdep.c (sparc64_init_abi): Do not set
11443 extract_struct_value_address, never called.
11444 (sparc64_extract_struct_value_address): Delete function.
11445 * m68hc11-tdep.c: Update copyright.
11446 (m68hc11_gdbarch_init): Delete redundant assignment of
11447 extract_struct_value_address.
11448 * i386-tdep.c: Update copyright.
11449 (i386_gdbarch_init): Do not set extract_struct_value_address,
11450 never called.
11451 (i386_extract_struct_value_address): Delete function.
11452 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11453 extract_struct_value_address, never called.
11454 (sparc32_extract_struct_value_address): #if 0 function. Add
11455 comments explaining its future.
11456
756fe439
DJ
114572004-01-17 Daniel Jacobowitz <drow@mvista.com>
11458
11459 * arm-tdep.c (arm_write_pc): New function.
11460 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11461
e74f0f02
DJ
114622004-01-17 Daniel Jacobowitz <drow@mvista.com>
11463
11464 * breakpoint.c (must_shift_inst_regs): Delete.
11465 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11466 and SHIFT_INST_REGS.
11467 * infcmd.c (step_1, step_1_continuation): Delete references to
11468 SHIFT_INST_REGS.
11469 * infrun.c (keep_going): Likewise.
11470 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11471 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11472
b6cb9035
AC
114732004-01-17 Andrew Cagney <cagney@redhat.com>
11474
444a1e2e
AC
11475 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11476 * gdbarch.h, gdbarch.c: Re-generate.
11477 * infcmd.c (print_return_value): Delete reference to
11478 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11479
def7e6ed
AC
11480 * cris-tdep.c (cris_gdbarch_init): Do not set
11481 deprecated_extract_struct_value_address.
11482
07be497a
AC
11483 * xstormy16-tdep.c: Update copyright.
11484 (xstormy16_extract_struct_value_address): Update to current
11485 extract struct value address interface.
11486 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11487 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11488 current extract struct value address interface.
11489 (sh64_gdbarch_init): Set extract_struct_value_address.
11490
6b4d5c91
AC
11491 * cris-tdep.c: Update copyright.
11492 (cris_extract_struct_value_address): Delete function.
11493 (struct_return_address): Delete variable.
11494 (cris_store_struct_return): Do not set struct_return_address.
11495
464e0365
AC
11496 * mcore-tdep.c: Update copyright.
11497 (mcore_extract_struct_value_address): Delete function. Update
11498 comments.
11499 (mcore_gdbarch_init): Update.
11500 * mn10300-tdep.c: Update copyright.
11501 (mn10300_extract_struct_value_address): Delete function.
11502 (mn10300_gdbarch_init): Update.
11503 * v850-tdep.c: Update copyright.
11504 (v850_extract_struct_value_address): Delete.
11505 (v850_gdbarch_init): Update.
11506 * ns32k-tdep.c: Update copyright.
11507 (ns32k_extract_struct_value_address): Delete.
11508 (ns32k_gdbarch_init): Update.
11509 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11510 (hppa_gdbarch_init): Update.
11511 * vax-tdep.c: Update copyright.
11512 (vax_extract_struct_value_address): Delete.
11513 (vax_gdbarch_init): Update.
11514
afb18d0f
AC
11515 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11516 * gdbarch.h, gdbarch.c: Re-generate.
11517 * procfs.c (procfs_fetch_registers): Delete reference to
11518 DEPRECATED_NPC_REGNUM.
11519 (procfs_store_registers): Ditto.
11520 * regcache.c (generic_target_write_pc): Simplify.
11521 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11522
a698f53e
AC
11523 * core-sol2.c (fetch_core_registers): Replace
11524 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11525
adc11376
AC
11526 * hppa-tdep.c: Update copyright year.
11527 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11528 NPC_REGNUM.
11529 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11530
b6cb9035
AC
11531 * mips-tdep.c (mips_write_pc): New function.
11532 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11533 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11534 (mips_find_saved_regs, mips_software_single_step: Ditto.
11535 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11536 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11537
6d82d43b
AC
115382004-01-17 Andrew Cagney <cagney@redhat.com>
11539
11540 * mips-tdep.c: Re-indent. Group functions by ABI.
11541
71bd6bd4
AC
115422004-01-17 Andrew Cagney <cagney@redhat.com>
11543
11544 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11545 * gdbarch.c: Re-generate.
11546 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11547 DECR_PC_AFTER_BREAK to zero.
11548 * vax-tdep.c (vax_gdbarch_init): Ditto.
11549 * v850-tdep.c (v850_gdbarch_init): Ditto.
11550 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11551 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11552 * sh-tdep.c (sh_gdbarch_init): Ditto.
11553 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11554 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11555 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11556 * mips-tdep.c (mips_gdbarch_init): Ditto.
11557 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11558 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11559 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11560 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11561 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11562 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11563 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11564 * frv-tdep.c (frv_gdbarch_init): Ditto.
11565 * cris-tdep.c (cris_gdbarch_init): Ditto.
11566 * avr-tdep.c (avr_gdbarch_init): Ditto.
11567 * arm-tdep.c (arm_gdbarch_init): Ditto.
11568 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11569
a02abb62
JB
115702004-01-17 J. Brobecker <brobecker@gnat.com>
11571
11572 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11573 Delete, no longer used.
11574 (read_subrange_type): New function, mostly extracted from
11575 read_array_type().
11576 (read_array_type): Replace extracted code by call to
11577 read_subrange_type().
11578 (dwarf2_get_attr_constant_value): New function.
11579 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11580 (add_partial_symbol): Likewise.
11581 (process_die): Likewise.
11582 (new_symbol): Likewise.
11583 (read_type_die): Likewise.
11584
cf5b2f1b
AC
115852004-01-16 Andrew Cagney <cagney@redhat.com>
11586
11587 * symfile.c: Update copyright year.
11588 (compare_symbols): Delete unused function.
11589 * stabsread.c: Update copyright year.
11590 (lrs_general_complaint): Delete unused function.
11591 (ref_search_value): Ditto.
11592 (get_substring): Delete declaration.
11593 * sh64-tdep.c: Update copyright year.
11594 (sh64_get_gdb_regnum): Delete unused function.
11595 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11596 Delete unused function.
11597
d33b9831
MK
115982004-01-17 Mark Kettenis <kettenis@gnu.org>
11599
11600 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11601 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11602
7aea86e6
AC
116032004-01-16 Andrew Cagney <cagney@redhat.com>
11604
11605 Changes from Peter Schauer.
11606 * rs6000-tdep.c: Update copyright year.
11607 (rs6000_push_dummy_call): Update the stack pointer before
11608 accessing the corresponding stack region.
11609 * rs6000-nat.c: Update copyright year.
11610 (set_host_arch): Set "info.abfd" to "exec_bfd".
11611
26b0da32
MK
116122004-01-15 Mark Kettenis <kettenis@gnu.org>
11613
11614 * blockframe.c: Update copyright year.
11615 (inside_entry_func): Don't treat a zero PC specially.
11616
86fbe6cc
EZ
116172004-01-14 Elena Zannoni <ezannoni@redhat.com>
11618
11619 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11620 variable.
11621 (gcore_create_callback): Ditto. Skip any memory segment that has
11622 no permissions set.
11623
63d06c5c
DC
116242004-01-14 David Carlton <carlton@kealia.com>
11625
11626 Change symbols for C++ nested types to contain the fully qualified
11627 name, if possible. (At least in the DWARF-2 case.) Partial fix
11628 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11629 c++/895.
11630 * c-exp.y (qualified_type): Handle types nested within classes.
11631 * cp-namespace.c: Update comments.
11632 (cp_set_block_scope): Delete #if 0.
11633 (cp_lookup_nested_type): Handle types nested within classes.
11634 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
11635 when appropriate.
11636 (add_partial_symbol): Add the name of the enclosing namespace to
11637 types.
11638 (pdi_needs_namespace): New.
11639 (add_partial_namespace): Tweak comment.
11640 (add_partial_structure): New.
11641 (psymtab_to_symtab_1): Initialize processing_current_prefix
11642 here...
11643 (process_die): instead of here.
11644 (read_structure_scope): Try to figure out the name of the class or
11645 namespace that the structure might be defined within.
11646 (read_enumeration): Generate fully-qualified names, if possible.
11647 (read_namespace): Don't set name to NULL.
11648 (die_specification): New.
11649 (new_symbol): Generate fully-qualified names for types.
11650 (read_type_die): Determine appropriate prefix.
11651 (determine_prefix): New.
11652 (typename_concat): New.
11653 (class_name): New.
11654 * valops.c (value_aggregate_elt): Pass NOSIDE to
11655 value_struct_elt_for_reference.
11656 (value_struct_elt_for_reference): Make static, add NOSIDE
11657 parameter, call value_maybe_namespace_elt as a last resort.
11658 (value_namespace_elt): Break out code into
11659 value_maybe_namespace_elt.
11660 (value_maybe_namespace_elt): New.
11661
87783b8b
AC
116622004-01-12 Andrew Cagney <cagney@redhat.com>
11663
11664 * mips-tdep.c (mips_convert_register_p): Handle both raw and
11665 cooked floating-point registers.
11666 (mips_gdbarch_init): Set convert_register_p, register_to_value,
11667 and value_to_register.
11668
6503b91e
AC
116692004-01-13 Andrew Cagney <cagney@redhat.com>
11670
11671 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
11672 * gdbarch.c: Re-generate.
11673 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11674 FUNCTION_START_OFFSET.
11675 * v850-tdep.c (v850_gdbarch_init): Ditto.
11676 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11677 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11678 * sh-tdep.c (sh_gdbarch_init): Ditto.
11679 * s390-tdep.c (s390_gdbarch_init): Ditto.
11680 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11681 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11682 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11683 * mips-tdep.c (mips_gdbarch_init): Ditto.
11684 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11685 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
11686 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11687 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11688 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11689 * i386-tdep.c (i386_gdbarch_init): Ditto.
11690 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11691 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11692 * frv-tdep.c (frv_gdbarch_init): Ditto.
11693 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
11694 * cris-tdep.c (cris_gdbarch_init): Ditto.
11695 * avr-tdep.c (avr_gdbarch_init): Ditto.
11696 * arm-tdep.c (arm_gdbarch_init): Ditto.
11697 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
11698
ea1dd7bc
DJ
116992004-01-13 Daniel Jacobowitz <drow@mvista.com>
11700
11701 * infrun.c (follow_fork_mode_ask): Remove.
11702 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
11703 (follow_fork): Simplify and remove internal error for
11704 follow_fork_mode_ask.
11705 (_initialize_infrun): Update "set follow-fork-mode" help text.
11706
0f0cffd2
AC
117072004-01-13 Andrew Cagney <cagney@redhat.com>
11708
11709 * configure.in: Update copyright year.
11710 (build_warnings): Add -Wunused-label.
11711 * configure: Re-generate.
11712
de38af99
AC
117132004-01-12 Andrew Cagney <cagney@redhat.com>
11714
954a7fba
AC
11715 * exec.h (exec_ops): Make "extern".
11716
de38af99
AC
11717 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
11718 the function is void.
11719 (mips_pseudo_register_write): Ditto.
11720
1a111ce3
AC
117212004-01-12 Andrew Cagney <cagney@redhat.com>
11722
11723 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
11724 call. Never defined.
11725 * sparc-tdep.h (struct frame_info): Add opaque declaration.
11726 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
11727 (struct sparc_gregset, struct regcache): Ditto.
11728 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
11729
48efe704
AC
117302004-01-12 Andrew Cagney <cagney@redhat.com>
11731
11732 * mi/ChangeLog: Delete file. Renamed to ...
11733 * mi/ChangeLog-1999-2003: New file.
11734 * tui/ChangeLog: Delete file. Renamed to ...
11735 * tui/ChangeLog-1998-2003: New file.
fe61caab 11736
a54124c5
MK
117372004-01-11 Mark Kettenis <kettenis@gnu.org>
11738
2ca62865
MK
11739 * sparc64nbsd-tdep.c: Include "regset.h".
11740 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
11741 Remove variables.
11742 (fetch_core_registers): Remove function.
11743 (sparc64nbsd_core_fns): Remove variable.
11744 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
11745 functions.
11746 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
11747 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
11748 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
11749
ca9d58e9
MK
11750 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
11751 sparc_extract_struct_value_address.
11752 (sparc32_gdbarch_init): Set extract_struct_value_address.
11753 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
11754 function.
11755 (sparc64_init_abi): Set extract_struct_value_address. Don't set
11756 return_value_on_stack.
11757
3cc87ec0
MK
11758 * NEWS: Mention that %cs and %ss have been added to the AMD64
11759 configurations
11760
5bf00f29
MK
11761 * frame.c: Update copyright year.
11762 (get_prev_frame): Improve comment.
11763
4f7ec84e
MK
11764 * sparc64fbsd-tdep.c: Include "regset.h".
11765 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
11766 Remove variables.
11767 (fetch_core_registers): Remove function.
11768 (sparc64fbsd_core_fns): Remove variable.
11769 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
11770 functions.
11771 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
11772 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
46b58ce9 11773 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4f7ec84e 11774
4e7b0cd3
MK
11775 * sparcnbsd-tdep.c: Include "regset.h".
11776 (fetch_core_registers): Remove function.
11777 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
11778 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
11779 functions.
11780 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
11781 TDEP->fpregset.
46b58ce9 11782 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4e7b0cd3 11783
a54124c5
MK
11784 * sparc-tdep.h (struct regset): Provide opaque declaration.
11785 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
11786 fpregset and sizeof_fpregset members.
11787 * sparc-tdep.c (struct regset): Provide opaque declaration.
11788 (sparc_regset_from_core_section): New function.
11789 (sparc32_gdbarch_init): Initialize TDEP->gregset,
11790 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
11791 Set regset_from_core_section when appropriate.
11792
29ff87c5
MK
117932004-01-10 Mark Kettenis <kettenis@gnu.org>
11794
79b1ab3d
MK
11795 * x86-64-tdep.c (amd64_non_pod_p): New function.
11796 (amd64_classify_aggregate): Return class memory for non-POD
11797 C++ structure types.
11798
6470d250
MK
11799 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
11800 argument. Use it to reserve a register if necessary.
11801 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
11802 amd64_push_arguments.
11803
562c50c2
MK
11804 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
11805
af233647
MK
11806 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
11807 register numbers in comments.
11808 * x86-64-tdep.h: Update copyright year.
11809 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
11810 Adjust for addition of %cs and %ss.
11811 * amd64fbsd-nat.c: Update copyright year.
11812 (reg_offset): Add register offsets for %cs and %ss.
11813 * amd64fbsd-tdep.c: Update copyright year.
11814 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
11815 (amd64fbsd_sc_reg_offset): Likewise.
11816 * x86-64-linux-nat.c: Update copyright year.
11817 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
11818 and %ss.
11819 * amd64nbsd-nat.c: Update copyright year.
11820 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
11821 * amd64nbsd-tdep.c: Update copyright year.
11822 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
11823 * x86-64-linux-tdep.c: Update copyright year.
11824 (user_to_gdb_regmap): Add mapping for %cs and %ss.
11825 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
11826 * regformats/reg-x86-64.dat: Add %cs and %ss.
11827
29ff87c5
MK
11828 * blockframe.c (inside_entry_func): Reformat. Introduce new local
11829 variables to prevent long lines. Update comments to reflect
11830 reality.
11831
38d518c9
EZ
118322004-01-09 David Carlton <carlton@kealia.com>
11833
11834 Checked in by Elena Zannoni <ezannoni@redhat.com>.
11835 * dwarf2read.c (read_namespace): Pull out name-generating code
11836 into namespace_name. Rename previous_namespace to previous_prefix
11837 and processing_current_namespace to processing_current_prefix..
11838 (namespace_name): New function.
11839 (add_partial_symbol): Substitute uses of pdi->name with
11840 actual_name.
11841 * cp-support.h: Rename processing_current_namespace to
11842 processing_current_prefix.
11843 Update copyright year.
11844 * cp-namespace.c: Rename processing_current_namespace to
11845 processing_current_prefix.
11846 Update copyright year.
fe61caab 11847
1e4728e7
AC
118482004-01-09 Andrew Cagney <cagney@redhat.com>
11849
11850 * jv-valprint.c, ser-unix.c: Add missing copyright years.
11851
c77c642a
MK
118522004-01-09 Mark Kettenis <kettenis@gnu.org>
11853
11854 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
11855 complaining.
11856 (process_one_symbol): Deal with N_PATCH stabs.
11857
b44e9041
EZ
118582004-01-09 Elena Zannoni <ezannoni@redhat.com>
11859
11860 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
11861 ifdeffed code.
11862 Update copyright year.
38d518c9 11863
eccfb640
MC
118642004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11865
11866 * config/pa/tm-hppa.h: Update extern declarations for
11867 hppa32_hpux_frame_saved_pc_in_sigtramp,
11868 hppa32_hpux_frame_base_before_sigtramp, and
11869 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
11870
848c5feb
MC
118712004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11872
11873 * config/pa/tm-hppah.h: Update copyright years.
11874
3cc5d663
AC
118752004-01-08 Andrew Cagney <cagney@redhat.com>
11876
11877 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
11878 (mips_o32_reg_struct_has_addr): Delete function.
11879 (mips_gdbarch_init): Update.
11880 (mips_extract_struct_value_address): Delete function.
11881
bfec0b41
JJ
118822004-01-08 David Mosberger <davidm@hpl.hp.com>
11883
11884 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
11885 reality.
11886
16e109ca
AC
118872004-01-07 Andrew Cagney <cagney@redhat.com>
11888
6214a8a1
AC
11889 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
11890 architecture's elf flags (when available).
11891
8d5838b5
AC
11892 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
11893 FPU to the start, check the MIPS FPU when looking for an old
11894 architecture.
11895 (set_mipsfpu_single_command): Update the architecture.
11896 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
11897
480d3dd2
AC
11898 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
11899 (mips_mask_address_p): Add "tdep" parameter.
11900 (show_mask_address, mips_addr_bits_remove): Update.
11901 (mips_dump_tdep): Update.
11902 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
11903 (MIPS_STACK_ARGSIZE): Delete macro.
11904 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
11905 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
11906 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
11907 (mips_dump_tdep): Update.
11908 (MIPS_SAVED_REGSIZE): Delete macro.
11909 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
11910 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
11911 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
11912 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
11913 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
11914 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
11915 (mips_pop_frame, return_value_location): Update.
11916 (mips_n32n64_return_value, mips_dump_tdep): Update.
11917
ec03c1ac
AC
11918 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
11919 MIPS ABI.
11920
16e109ca
AC
11921 * mips-tdep.c: Update copyright.
11922 (mips_gdbarch_init): Merge two code blocks handling the register
11923 name and number layout.
11924
15255275
MS
119252004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
11926
11927 * tracepoint.c (validate_actionline): Fix segv at EOF
11928
9f9057da
MC
119292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11930
11931 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
11932 properly for static fields.
11933
0127c0d3 119342004-01-06 Jeff Johnston <jjohnstn@redhat.com>
91562f53 11935 Jason Molenda <jmolenda@apple.com>
0127c0d3
JJ
11936
11937 * disasm.c: Update copyright to include 2004.
11938 (do_mixed_source_and_assembly): For uiout asm list
11939 and tuple cleanups, initialize to null_cleanup instead of
fe61caab 11940 NULL and do so prior to loop. Only reset when we close off
0127c0d3 11941 the tuple/list. Move check for whether to close off the
fe61caab 11942 asm tuple/list to after dump_insns call where it will be run
0127c0d3
JJ
11943 on each loop iteration.
11944
5269965e
AC
119452004-01-05 Andrew Cagney <cagney@redhat.com>
11946
54f1137d
AC
11947 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
11948 should be a switch case and not a label.
11949 * mips-tdep.c (mips32_next_pc): Delete unused labels
11950 "greater_equal_branch" and "less_zero_branch".
11951 * jv-valprint.c (java_print_value_fields): Delete unused label
11952 "flush_it".
11953
5269965e
AC
11954 * target.c (unpush_target): Only close a target that is in the
11955 target stack.
11956
dbc22fa1
MK
119572004-01-05 Mark Kettenis <kettenis@gnu.org>
11958
9515395e
MK
11959 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
11960 address from [sp + 64] instead of %o2.
11961
dbc22fa1
MK
11962 * frame.c (get_prev_frame): Don't try to unwind the PC. This
11963 fixes PR backtrace/1476.
11964
5439edaa
AC
119652004-01-05 Andrew Cagney <cagney@redhat.com>
11966
11967 * libunwind-frame.h (struct frame_id): Add opaque declaration,
11968 move to start of file.
11969 * i386-tdep.h (struct regcache): Add opaque declaration.
11970 * config/ia64/nm-linux.h (struct target_ops): Add opaque
11971 declaration.
11972 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
11973 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
11974 * win32-nat.c (fake_create_process): Use ISO C style definition.
11975 * stabsread.c (define_symbol): Delete #ifndef
11976 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
11977 stabs_argument_has_addr call, macro never defined.
11978
19061abe
MC
119792004-01-04 Michael Chastain <mec.gnu@mindspring.com>
11980
11981 * op50-rom.c: Delete.
11982 * w89k-rom.c: Delete.
11983 * Makefile.in: Remove references.
11984
e53bef9f
MK
119852004-01-04 Mark Kettenis <kettenis@gnu.org>
11986
11987 * x86-64-tdep.c: Update copyright year.
11988 (struct amd64_register_info): Rename from x86_64_register_info.
11989 (amd64_register_info): Rename from x86_64_register_info.
11990 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
11991 (amd64_register_name): Rename from x86_64_register_name.
11992 (amd64_register_type): Rename from x86_64_register_type.
11993 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
11994 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
11995 (amd64_dwarf_reg_to_regnum): Rename from
11996 x86_64_dwarf_reg_to_regnum.
11997 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
11998 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
11999 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12000 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12001 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12002 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12003 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12004 (amd64_frame_cache): Rename from x86_64_frame_cache.
12005 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12006 (amd64_frame_prev_register): Rename from
12007 x86_64_frame_prev_register.
12008 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12009 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12010 (amd64_sigtramp_frame_cache): Rename from
12011 x86_64_sigtramp_frame_cache.
12012 (amd64_sigtramp_frame_prev_register): Rename from
12013 x86_64_sigtramp_frame_prev_register.
12014 (amd64_sigtramp_frame_unwind): Rename from
12015 x86_64_sigtramp_frame_unwind.
12016 (amd64_sigtramp_frame_sniffer): Rename from
12017 x86_64_sigtramp_frame_sniffer.
12018 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12019 (amd64_frame_base): Rename from x86_64_frame_base.
12020 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12021 (amd64_frame_align): Rename from x86_64_frame_align.
12022 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12023 (amd64_regset_from_core_section): Rename from
12024 x86_64_regset_from_core_section.
12025 (x86_64_init_abi): Update comments.
12026
fca6aa58
NR
120272004-01-04 Nick Roberts <nick@nick.uklinux.net>
12028
12029 * MAINTAINERS (write after approval): Add myself.
12030
8ada74e3
MK
120312004-01-04 Mark Kettenis <kettenis@gnu.org>
12032
12033 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12034 `float' arguments.
12035
5154b0cd
MK
120362004-01-04 Mark Kettenis <kettenis@gnu.org>
12037
12038 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12039 such that it mentions a specific version of GCC that exhibits this
12040 bug.
12041
fb316966
MK
120422004-01-03 Mark Kettenis <kettenis@gnu.org>
12043
200cc553
MK
12044 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12045 structure that has a single `float' member, store it in %f1 in
12046 addition to %f0.
12047
e226a4a0
MK
12048 * sparc-sol2-nat.c: Add missing '\'.
12049
b9d4c5ed
MK
12050 * sparc-tdep.c (sparc32_return_value): New function.
12051 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12052 Remove functions.
12053 (sparc32_gdbarch_init): Set return_value, don't set
12054 extract_return_value, store_return_value, use_struct_convention
12055 and return_value_on_stack.
12056
fb316966
MK
12057 * sparc-sol2-nat.c: Add missing ')'.
12058
1af510a8
JB
120592004-01-03 J. Brobecker <brobecker@gnat.com>
12060
12061 * infrun.c (handle_step_into_function): New function.
12062 (handle_inferior_event): Extract out some code into the new
12063 function above.
12064
5cf4d23a
JB
120652004-01-03 J. Brobecker <brobecker@gnat.com>
12066
12067 * infrun.c (handle_inferior_event): Move the declaration of
12068 real_stop_pc inside the if blocks where it is used.
12069
60af1db2
MK
120702004-01-03 Mark Kettenis <kettenis@gnu.org>
12071
12072 * sparc64-tdep.c (sparc64_16_byte_align_p)
12073 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12074 Use check_typedef to get subtypes of structures and unions.
12075 (sparc64_store_return_value): Fix calculation of the appropriate
12076 offset into VALBUF when storing a structure or union.
12077 (sparc64_return_value): New function.
12078 (sparc64_use_struct_convention): Remove function.
12079 (sparc64_init_abi): Set return_value, don't set
12080 extract_return_value, store_return_value and
12081 use_struct_convention.
12082
1a901d3f
EZ
120832004-01-03 Eli Zaretskii <eliz@elta.co.il>
12084
12085 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12086 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12087 gdb/config/alpha/xm-alphaosf.h,
12088 gdb/config/powerpc/tm-ppcle-eabi.h,
12089 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12090 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12091 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12092 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12093 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12094 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12095 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12096 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12097 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12098 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12099 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12100 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12101 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12102 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12103 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12104 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12105 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12106 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12107 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12108 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12109 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12110 Remove lines for .cvsignore files.
12111
ef52e463
JB
121122004-01-03 J. Brobecker <brobecker@gnat.com>
12113
12114 * infrun.c: Back out the previous change.
12115
cb1bf9dc
MK
121162004-01-03 Mark Kettenis <kettenis@gnu.org>
12117
f0424ef6
MK
12118 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12119 sparc-*-sunos4* to the list of REMOVED configurations.
12120
cb1bf9dc
MK
12121 * configure.tgt: Add back sparc-*-vxworks*.
12122 * remote-vxsparc.c: Remove all includes except for "defs.h",
12123 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12124 Include "sparc-tdep.h".
12125 (SPARC_R_G1): New define.
12126 (vxsparc_gregset): New variable.
12127 (ext_format_sparc): Remove extern declaration.
12128 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12129 sparc32_supply_fpregset.
12130 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12131 sparc_collect_rwindow and sparc32_collect_fpregset.
12132 * config/sparc/tm-vxworks.h: New file, based on recently removed
12133 tm-vxsparc.h.
12134 * config/sparc/vxworks.mt: New file, based on recently removed
12135 vxworks.mt.
fe61caab 12136
5e938f9f
JB
121372004-01-03 J. Brobecker <brobecker@gnat.com>
12138
12139 * infrun.c (handle_step_into_function): New function.
12140 (handle_inferior_event): Extract out some code into the new
12141 function above.
12142
386c036b
MK
121432004-01-02 Mark Kettenis <kettenis@gnu.org>
12144
12145 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12146 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12147 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12148 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12149 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12150 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12151 (sparc_nat_h): New variable.
12152 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12153 (tm-sun4os4.h): Remove dependency.
12154 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12155 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12156 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12157 sparc-tdep.o): Update dependencies.
12158 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12159 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12160 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12161 dependencies.
12162 * configure.host: Remove existing sparc-*-lynxos*,
12163 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12164 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12165 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12166 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12167 triplets.
12168 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12169 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12170 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12171 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12172 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12173 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12174 sparc64-*-solaris2* and sparc64-*-* triplets.
12175 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12176 "symtab.h" and "objfiles.h".
12177 (BIAS): Remove define.
12178 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12179 (X_DISP19): Remove macros.
12180 (sparc_fetch_instruction): Remove function.
12181 (struct gdbarch_tdep): Remove definition.
12182 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12183 (sparc_breakpoint_from_pc): Remove function.
12184 (struct sparc64_frame_cache): Remove definition.
12185 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12186 sparc64_unwind_pc): Remove functions.
12187 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12188 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12189 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12190 (sparc64_frame_cache): Change return type to `struct
12191 sparc_frame_cache *'. Simply call sparc_frame_cache.
12192 (sparc64_frame_this_id, sparc64_frame_prev_register,
12193 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12194 instead of `struct sparc64_frame_cache.
12195 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12196 sparc_analyze_control_transfer, sparc_software_single_step,
12197 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12198 _initialize_sparc64_tdep): Remove functions.
12199 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12200 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12201 macros.
12202 (sparc64_supply_gregset, sparc64_collect_gregset,
12203 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12204 (sparc64_init_abi): New function.
12205 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12206 inclusion guard. Include "sparc-tdep.h".
12207 (BIAS): Define.
12208 (r_tstate_offset, r_fprs_offset): New defines.
12209 (enum sparc_regnum): Remove defenition.
12210 (enum sparc64_regnum): Reformat.
12211 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12212 (sparc64_init_abi, sparc64_supply_gregset,
12213 sparc64_collect_gregset, sparc64_supply_fpregset,
12214 sparc64_collect_fpregset): New prototypes.
12215 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12216 Add extern declarations.
12217 (sparc64_sol2_init_abi): New prototype.
12218 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12219 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12220 prototypes.
12221 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12222 "sparnbsd-nat.h".
12223 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12224 functions.
12225 (_initialize_sparc64fbsd_nat): Remove initialization of
12226 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12227 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
fe61caab 12228 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
386c036b
MK
12229 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12230 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12231 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12232 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12233 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12234 (sparc64fbsd_r_y_offset): Remove variables.
12235 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12236 Make static and const.
12237 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12238 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12239 functions.
12240 (sparc64fbsd_gregset): New variable.
12241 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12242 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12243 and sparc64_supply_fpregset.
12244 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12245 (sparc64fbsd_sigtramp_frame_this_id)
12246 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12247 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12248 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12249 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12250 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12251 * sparcnbsd-tdep.c: Update copyright year. Include
12252 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12253 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12254 "value.h" and "sparcnbsd-tdep.h".
12255 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12256 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12257 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12258 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12259 defines.
12260 (sparcnbsd_gregset): New variable.
12261 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12262 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12263 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12264 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12265 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12266 variables.
12267 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12268 (sparc32nbsd_sigcontext_frame_this_id)
12269 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12270 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12271 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12272 (sparcnbsd_get_longjmp_target_32,
12273 sparcnbsd_get_longjmp_target_64): Remove functions.
12274 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12275 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12276 sparcnbsd_init_elf): Remove.
12277 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12278 (sparcnbsd_elf_init_abi): New functions.
12279 (_initialize_sparcnbsd_tdep): New prototype.
12280 (_initialize_sparnbsd_tdep): Update.
12281 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12282 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12283 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12284 * config/sparc/linux.mh: Update comment.
12285 (XM_FILE, HOST_IPC): Remove variables.
12286 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12287 sparc-linux-nat.o.
12288 * config/sparc/linux.mt: Update comment.
12289 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12290 * config/sparc/nbsd.mt: Reformat.
12291 * config/sparc/nbsd64.mh: Update comment.
12292 (NATDEPFILES): Add sparc-nat.o.
12293 * config/sparc/nbsd64.mt: Update comment.
12294 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12295 (TM_FILE): Set to tm-nbsd.h.
12296 * config/sparc/nbsdelf.mh: Update comment.
12297 (NATDEPFILES): Add sparc-nat.o.
12298 (XM_FILE): Delete.
12299 * config/sparc/nbsdaout.mh: Update comment.
12300 (NATDEPFILES): Add sparc-nat.o
12301 (XM_FILE): Delete.
12302 * config/sparc/nm-linux.h: Update copyright year. Don't include
12303 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12304 inclusion.
12305 (KERNEL_U_SIZE): Remove define.
12306 (kernel_u_size): Remove prototype.
12307 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12308 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12309 "regcache.h".
12310 (CHILD_PREPARE_TO_STORE): Remove define.
12311 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12312 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12313 sparcnbsd-nat.c: Rewrite files.
12314 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12315 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12316 sparcnbsd-tdep.h: Remove files.
12317 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12318 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12319 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12320 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12321 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12322 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12323 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12324 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12325 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12326 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12327 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12328 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12329 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12330 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12331 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12332 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12333 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12334 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12335 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12336
ee84457a
AC
123372004-01-02 Andrew Cagney <cagney@redhat.com>
12338
12339 From 2003-12-18 Kazuhiro Inaoka:
12340 * configure.host: Add m32r-linux target.
12341
0bc2134e
MC
123422004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12343
12344 * top.c (print_gdb_version): Update year to 2004.
12345
89a72f9c
MM
123462004-01-02 Mark Mitchell <mark@codesourcery.com>
12347
12348 * MAINTAINERS: Add myself to the write-after-approval category.
12349
86b013ed
DJ
123502004-01-02 Daniel Jacobowitz <drow@mvista.com>
12351
12352 From Bernardo Innocenti <bernie@develer.com>:
12353 * configure.tgt: Add uClinux target.
12354
e42c9534
AC
123552004-01-02 Andrew Cagney <cagney@redhat.com>
12356
12357 * utils.c (do_my_cleanups): Make static, add forward declaration.
12358 * defs.h (do_my_cleanups): Delete declaration.
12359
162467d3
EZ
123602004-01-02 Eli Zaretskii <eliz@elta.co.il>
12361
12362 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12363 bfd/ChangeLog-0203.
12364
78434e59
MK
123652004-01-02 Mark Kettenis <kettenis@gnu.org>
12366
12367 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12368 in <machine/reg.h>.
12369 * configure, config.in: Regenerate.
12370
48efe704
AC
12371For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12372tui/ChangeLog-1998-2003.
c906108c
SS
12373\f
12374Local Variables:
12375mode: change-log
12376left-margin: 8
12377fill-column: 74
12378version-control: never
12379End:
This page took 1.337466 seconds and 4 git commands to generate.