* dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2
3 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4 bfd_get_section_size_before_reloc or _raw_size.
5 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6 * dwarf2read.c (dwarf2_locate_sections): Likewise.
7 (dwarf2_read_section): Likewise.
8 * elfread.c (elf_locate_sections): Likewise.
9 * gcore.c (derive_heap_segment): Likewise.
10 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
11 * remote-e7000.c (e7000_load): Likewise.
12 * remote-m32r-sdi.c (m32r_load): Likewise.
13 * remote-mips.c (mips_load_srec): Likewise.
14 (pmon_load_fast): Likewise.
15 * remote.c (compare_sections_command): Likewise.
16 * symfile.c (add_section_size_callback): Likewise.
17 (load_section_callback): Likewise.
18 (pc_in_unmapped_range): Likewise.
19 (pc_in_mapped_range): Likewise.
20 (sections_overlap): Likewise.
21 (list_overlays_command): Likewise.
22 (simple_overlay_update_1): Likewise.
23 (simple_overlay_update): Likewise.
24 * tracepoint.c (remote_set_transparent_ranges): Likewise.
25 * win32-nat.c (core_section_load_dll_symbols): Likewise.
26
27 2004-06-14 Randolph Chung <tausq@debian.org>
28
29 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
30 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
31 static.
32 (hppa_hpux_inferior_created): New function.
33 (hppa_hpux_init_abi): Register observer.
34 * symfile.c (hp_cxx_exception_support_initialized)
35 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
36 (symbol_file_add_main_1, symbol_file_clear): Likewise.
37
38 2004-06-14 Randolph Chung <tausq@debian.org>
39
40 * MAINTAINERS (Write After Approval): Alphabetize my entry
41 correctly.
42
43 2004-06-14 Andrew Cagney <cagney@gnu.org>
44
45 * MAINTAINERS (testsuite): List Michael Chastain as the lead
46 testsuite maintainer.
47
48 2004-06-13 Andrew Cagney <cagney@gnu.org>
49
50 * infcmd.c (print_return_value): Fix logic, allow
51 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
52
53 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
54 defining any macros.
55 * gdbarch.h: Re-generate.
56
57 * gdbarch.sh: Delete "level" attribute. Only check for a macro
58 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
59 * gdbarch.h: Re-generate.
60
61 * values.c (generic_use_struct_convention): Don't check gcc_p.
62
63 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
64 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
65 * gdbarch.h, gdbarch.c: Regenerate.
66 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
67 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
68 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
69 deprecated_max_register_raw_size and
70 deprecated_max_register_virtual_size.
71 * v850-tdep.c (v850_gdbarch_init): Ditto.
72 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
73 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
74 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
75 * cris-tdep.c (cris_gdbarch_init): Ditto.
76
77 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
78 * gdbarch.h, gdbarch.c: Re-generate.
79 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
80 (m68hc11_use_struct_convention): Delete function.
81 (m68hc11_extract_struct_value_address): Delete function.
82 (m68hc11_return_value): New function.
83 (m68hc11_gdbarch_init): Instead of store_return_value,
84 extract_return_value, return_value_on_stack,
85 deprecated_extract_struct_value_address and use_struct_convention,
86 set return_value.
87 * values.c (using_struct_return): Do not call
88 RETURN_VALUE_ON_STACK.
89 * arch-utils.h (generic_return_value_on_stack_not): Delete
90 declaration.
91 * arch-utils.c (generic_return_value_on_stack_not): Delete
92 function.
93
94 2004-06-12 Andrew Cagney <cagney@gnu.org>
95
96 * values.c (register_value_being_returned): Delete function.
97 * infcmd.c (legacy_return_value): Delete function.
98 * infcall.c (call_function_by_hand): Inline
99 "register_value_being_returned", simplify.
100 * values.c (using_struct_return): Update comment, refer to
101 print_return_value instead of register_value_being_returned.
102 * infcmd.c (print_return_value): Inline calls to
103 register_value_being_returned and legacy_return_value. Simplify.
104
105 2004-06-11 Randolph Chung <tausq@debian.org>
106
107 * somread.c (som_symtab_read): Exclude gcc local symbols.
108
109 2004-06-11 Randolph Chung <tausq@debian.org>
110
111 * infrun.c (handle_inferior_event): Handle the case when a
112 trampoline ends up in the runtime resolver, and if the trampoline
113 has no name. Rearrange the code so that all the trampoline
114 processing happens before other step-out-of-range handling.
115
116 2004-06-11 Martin Hunt <hunt@redhat.com>
117
118 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
119 has no fpu.
120
121 2004-06-10 Andrew Cagney <cagney@gnu.org>
122
123 * blockframe.c (legacy_inside_entry_func): Delete.
124 (legacy_frame_chain_valid): Inline call to
125 legacy_inside_entry_func, simplify.
126
127 2004-06-10 Bob Rossi <bob@brasko.net>
128
129 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
130 * dwarf2read.c (partial_die_info): Add dirname field.
131 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
132 (read_partial_die): Save away DW_AT_comp_dir.
133 * defs.h (symtab_to_filename): Removed.
134 * source.c (find_and_open_source): Added.
135 (open_source_file): Just calls find_and_open_source.
136 (symtab_to_filename): Removed.
137 (symtab_to_fullname, psymtab_to_fullname): Added.
138 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
139 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
140 symtab_to_filename.
141 * symtab.h (partial_symtab): Add dirname field.
142 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
143 (mi_cmd_file_list_exec_source_file): Call new function
144 symtab_to_fullname to find fullname.
145 (mi_cmd_file_list_exec_source_files): Added.
146 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
147 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
148
149 2004-06-10 Andrew Cagney <cagney@gnu.org>
150
151 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
152 to generic_use_struct_convention, the default value.
153
154 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
155 of abort.
156
157 * ns32k-tdep.c (ns32k_push_arguments): New function.
158 (ns32k_gdbarch_init): Set deprecated_push_arguments.
159 * infcall.c (call_function_by_hand): Call error instead of
160 legacy_push_arguments.
161 * value.h (legacy_push_arguments): Delete declaration.
162 * valops.c (legacy_push_arguments): Delete function.
163 (value_push): Delete function.
164
165 2004-06-10 Brian Ford <ford@vss.fsi.com>
166
167 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
168 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
169 info.
170 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
171
172 2004-06-10 Andrew Cagney <cagney@gnu.org>
173
174 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
175 * gdbarch.h, gdbarch.c: Re-generate.
176 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
177 parameters.
178 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
179 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
180 deprecated_pc_in_call_dummy instead of
181 DEPRECATED_PC_IN_CALL_DUMMY.
182 (arm_skip_prologue): Ditto.
183 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
184 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
185 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
186 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
187 Ditto.
188 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
189 (sh64_init_extra_frame_info, sh64_get_saved_register)
190 (sh64_pop_frame): Ditto.
191 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
192 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
193 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
194 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
195 (h8300_pop_frame): Ditto.
196 * blockframe.c (legacy_inside_entry_func)
197 (legacy_frame_chain_valid): Ditto.
198 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
199 to deprecated_pc_in_call_dummy.
200
201 2004-06-09 Andrew Cagney <cagney@gnu.org>
202
203 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
204 provide a default value.
205 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
206 * gdbarch.h, gdbarch.c: Re-generate.
207 * arch-utils.c (generic_convert_register_p): Rename
208 legacy_convert_register_p
209 (legacy_register_to_value, legacy_value_to_register): Delete
210 functions.
211 * arch-utils.h (generic_convert_register_p): Rename
212 legacy_convert_register_p.
213 (legacy_register_to_value, legacy_value_to_register): Delete
214 declarations.
215
216 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
217 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
218 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
219 * gdbarch.h, gdbarch.c: Re-generate.
220 * infcmd.c (default_print_registers_info): Simplify.
221 * findvar.c (value_of_register): Simplify.
222 * mi/mi-main.c (get_register): Simplify.
223 * arch-utils.c (legacy_convert_register_p): Always return 0.
224 (legacy_register_to_value, legacy_value_to_register): Always call
225 internal_error.
226
227 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
228 #ifdef CLEAR_INSN_CACHE code.
229 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
230 Delete #ifdef CLEAR_DEFERRED_STORES code.
231
232 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
233
234 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
235 copyright.
236 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
237
238 * config/mips/mipsv4.mh: Delete file.
239
240 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
241 unreferenced macro.
242 (hpread_adjust_stack_address): Delete declaration.
243
244 2004-06-08 Andrew Cagney <cagney@gnu.org>
245
246 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
247 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
248 PTRACE_ATTACH / PTRACE_DETACH available call error.
249 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
250 * infttrace.c (update_thread_state_after_attach, attach, detach):
251 Remove #ifdef wrappers.
252 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
253 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
254 * config/nm-bsd.h (ATTACH_DETACH): Delete.
255 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
256 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
257 * config/nm-linux.h (ATTACH_DETACH): Delete.
258 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
259 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
260 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
261 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
262 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
263
264 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
265
266 * configure.in: Set $configdir to the right OS specific value.
267 Use value when setting $tcldir and $tkdir.
268 * configure: Regenerate.
269
270 2004-06-06 Paul Brook <paul@codesourcery.com>
271
272 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
273 records.
274
275 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
276
277 * ada-lang.c (lookup_symbol_in_language): New function to allow
278 re-use of another language's symbol lookup code. (Placed here
279 temporarily while Ada support is being integrated into the public
280 tree).
281 (restore_language): New auxiliary function for
282 lookup_symbol_in_language.
283 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
284 temporarily while Ada support is being integrated into the public
285 tree).
286
287 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
288
289 * Makefile.in (check//%): New.
290
291 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
292 (mn10300_store_return_value): Rewrite.
293 (mn10300_type_align): New.
294 (mn10300_use_struct_convention): Rewrite.
295 (mn10300_return_value): New, using all of the above.
296 (mn10300_pop_frame_regular): Add saved_regs_size.
297 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
298
299 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
300 regs if PC is on movm.
301
302 2004-06-07 Jim Blandy <jimb@redhat.com>
303
304 Add native Linux support for the PowerPC E500.
305 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
306 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
307 all architectures except the E500.
308 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
309 #definitions.
310 (struct gdb_evrregset_t): New type.
311 (have_ptrace_getsetevrregs): New variable.
312 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
313 fetch_spe_registers): New functions.
314 (fetch_register): Call fetch_spe_register as appropriate.
315 Assert that we're only passed raw register numbers.
316 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
317 Don't fetch gprs if they're pseudoregisters.
318 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
319 store_spe_registers): New functions.
320 (store_register): Call store_spe_register as appropriate.
321 Assert that we're only passed raw register numbers.
322 (store_ppc_registers): Call store_spe_registers as appropriate.
323 Don't store gprs if they're pseudoregisters.
324
325 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
326
327 * thread-db.c (thread_get_info_callback): Fill in the thread_info
328 struct if one exists, even if we are dealing with a zombie thread.
329
330 2004-06-07 Andrew Cagney <cagney@gnu.org>
331
332 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
333 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
334 Rename PC_REQUIRES_RUN_BEFORE_USE.
335 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
336 #ifdef.
337
338 2004-06-07 Randolph Chung <tausq@debian.org>
339
340 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
341 unwinding after sp has been saved to the stack but before the end
342 of the prologue, and after the fp has been modified but before it has
343 been saved to the stack.
344 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
345 Remove superfluous definitions.
346 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
347
348 2004-06-07 Guy Martin <gmsoft@gentoo.org>
349
350 Committed by Randolph Chung.
351 * hppa-linux-nat.c: Include the correct version of the header file
352 depending on the kernel version.
353
354 2004-06-06 Randolph Chung <tausq@debian.org>
355
356 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
357 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
358
359 2004-06-06 Randolph Chung <tausq@debian.org>
360
361 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
362 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
363 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
364 * hppa-tdep.c (hppa_symbol_address): New function definition.
365 * hppa-tdep.h (hppa_symbol_address): New function declaration.
366
367 2004-06-06 Randolph Chung <tausq@debian.org>
368
369 * hppa-tdep.h (struct value): Forward declaration.
370 (gdbarch_tdep): Define tdep find_global_pointer method.
371 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
372 associated with the function we are trying to call, and write it
373 to the gp register.
374 (hppa32_convert_from_funct_ptr_addr): New function.
375 (hppa_find_global_pointer): New function.
376 (hppa_gdbarch_init): Set default find_global_pointer method; set
377 convert_from_func_ptr_addr method.
378 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
379 (hppa_linux_init_abi): Set find_global_pointer method.
380 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
381
382 2004-06-06 Randolph Chung <tausq@debian.org>
383
384 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
385 to struct value *function.
386 * gdbarch.c: Regenerate.
387 * gdbarch.h: Likewise.
388 * infcall.c (call_function_by_hand): Pass entire function value
389 to push_dummy_call.
390
391 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
392 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
393 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
394 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
395 * arm-tdep.c (arm_push_dummy_call): Likewise.
396 * avr-tdep.c (avr_push_dummy_call): Likewise.
397 * cris-tdep.c (cris_push_dummy_call): Likewise.
398 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
399 * frv-tdep.c (frv_push_dummy_call): Likewise.
400 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
401 * hppa-tdep.c (hppa32_push_dummy_call)
402 (hppa64_push_dummy_call): Likewise.
403 * i386-tdep.c (i386_push_dummy_call): Likewise.
404 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
405 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
406 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
407 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
408 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
409 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
410 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
411 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
412 (ppc64_sysv_abi_push_dummy_call): Likewise.
413 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
414 (ppc64_sysv_abi_push_dummy_call): Likewise.
415 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
416 * s390-tdep.c (s390_push_dummy_call): Likewise.
417 * sh-tdep.c (sh_push_dummy_call_fpu)
418 (sh_push_dummy_call_nofpu): Likewise.
419 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
420 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
421 * vax-tdep.c (vax_push_dummy_call): Likewise.
422
423 2004-06-04 Jim Blandy <jimb@redhat.com>
424
425 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
426 gdbarch argument to register_size.
427
428 * rs6000-tdep.c (rs6000_store_return_value): Use
429 regcache_cooked_write_part instead of
430 deprecated_write_register_bytes.
431 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
432 not gdbarch_deprecated_store_return_value.
433
434 * ppc-linux-nat.c (store_register, fetch_register): Remove
435 incorrect assertions. Simplify and generalize handling of
436 transfers whose sizes are not multiples of, or less than, sizeof
437 (PTRACE_XFER_TYPE).
438
439 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
440
441 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
442 as a new thread event.
443 * thread_db.c (thread_get_info_callback): If the thread is a
444 zombie, return TD_THR_ZOMBIE.
445 * (thread_from_lwp): If thread_get_info_callback returns
446 TD_THR_ZOMBIE, check if the thread is still on the thread list
447 and return a -1 ptid if not found.
448 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
449 change the status to TARGET_WAITKIND_SPURIOUS.
450
451 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
452
453 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
454 double values in little endian mode.
455
456 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
457
458 Committed by Andrew Cagney.
459 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
460 after last enum constant to avoid error from IBM C
461 compiler.
462
463 2004-06-02 Jim Blandy <jimb@redhat.com>
464
465 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
466 to 'message', and make it local to the lone block that uses it.
467
468 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
469
470 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
471
472 * ada-exp.y: Synchronize with current ACT sources.
473 * ada-lang.c: Ditto.
474 * ada-lang.h: Ditto.
475 * ada-lex.l: Ditto.
476 * ada-tasks.c: Ditto.
477 * ada-typeprint.c: Ditto.
478 * ada-valprint.c: Ditto.
479
480 2004-06-01 Jim Blandy <jimb@redhat.com>
481
482 * ppc-tdep.h: Delete unused 'regoff' member.
483 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
484
485 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
486
487 Fix PR symtab/1661.
488 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
489 (hpread_read_struct_type): Likewise.
490
491 2004-06-01 Andrew Cagney <cagney@gnu.org>
492
493 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
494 instead of xasprintf.
495 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
496 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
497 (mi_cmd_data_list_register_names)
498 (mi_cmd_data_list_changed_registers)
499 (mi_cmd_data_list_register_values)
500 (get_register, mi_cmd_data_write_register_values)
501 (mi_cmd_data_write_register_values)
502 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
503 (mi_cmd_target_download, mi_cmd_target_select)
504 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
505 (mi_execute_cli_command, mi_execute_async_cli_command)
506 (mi_execute_async_cli_command): Ditto.
507 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
508 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
509
510 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
511 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
512 error_last_message instead of mi_error_last_message.
513 * mi/mi-main.c (mi_error_last_message): Delete function.
514
515 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
516 "invalid number of columns" error. Delete redundant "out of
517 memory" check.
518
519 2004-05-31 Mark Kettenis <kettenis@gnu.org>
520
521 * i386bsd-nat.c: Don't include <sys/procfs.h>.
522 (gregset_t, fpregset_t): Remove typedefs.
523 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
524 (REG_OFFSET): Rename argument.
525 (i386bsd_r_reg_offset): Rename from reg_offset.
526 (REG_ADDR): Remove macro.
527 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
528 functions.
529 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
530 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
531 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
532 instead of supply_gregset.
533 (store_inferior_registers): Use `struct reg' and `struct fpreg'
534 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
535 instead of fill_gregset.
536 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
537
538 * i386bsd-nat.c: Don't include "gregset.h".
539 (supply_gregset, fill_gregset): Make static.
540 (supply_fpregset, fill_fpregset): Remove.
541 * Makefile.in (i386bsd-nat.o): Update dependencies.
542
543 2004-05-30 Mark Kettenis <kettenis@gnu.org>
544
545 * fbsd-proc.c: Include "regcache.h", "regset.h" and
546 "gdb_assert.h". Con't include "gregset.h".
547 (fbsd_make_corefile_notes): Use regset-based core file support
548 instead off fill_gregset and fill_fpregset.
549 * Makefile.in (fbsd-proc.o): Update dependencies.
550
551 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
552 instructions.
553 (m88k_frame_prev_register): Simplify code a bit.
554
555 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
556 (amd64_collect_fpregset): New function.
557 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
558
559 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
560
561 * i386-tdep.c (i386_supply_gregset): Adjust comment.
562 (i386_collect_gregset): New function.
563 (i386_supply_fpregset): Adjust comment.
564 (i386_collect_fpregset): New function.
565 (i386_regset_from_core_section): Use i386_collect_gregset and
566 i386_collect_fpregset.
567
568 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
569 handle VALUEP being null.
570
571 * regset.h (collect_regset_ftype): Unconstify fourth argument.
572
573 2004-05-29 Mark Kettenis <kettenis@gnu.org>
574
575 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
576
577 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
578 assembler in OpenBSD 3.5-current.
579 (amd64obsd_sigcontext_addr): Likewise.
580
581 2004-05-28 Jim Blandy <jimb@redhat.com>
582
583 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
584 register set, so our regcache isn't declared "legacy" and our E500
585 pseudoregister read and write functions aren't ignored.
586 (rs6000_register_byte, rs6000_register_raw_size,
587 rs6000_register_virtual_type, rs6000_register_convertible,
588 rs6000_register_convert_to_virtual,
589 rs6000_register_convert_to_raw): Deleted.
590 (rs6000_register_type, rs6000_convert_register_p,
591 rs6000_register_to_value, rs6000_value_to_register): New
592 functions.
593 (rs6000_gdbarch_init): Don't register
594 gdbarch_deprecated_register_size,
595 gdbarch_deprecated_register_bytes,
596 gdbarch_deprecated_register_byte,
597 gdbarch_deprecated_register_raw_size,
598 gdbarch_deprecated_register_virtual_type,
599 gdbarch_deprecated_register_convertible,
600 gdbarch_deprecated_register_convert_to_virtual, or
601 gdbarch_deprecated_register_convert_to_raw methods. Instead,
602 register gdbarch_register_type, gdbarch_convert_register_p,
603 gdbarch_register_to_value, and gdbarch_value_to_register methods.
604
605 2004-05-26 Jim Blandy <jimb@redhat.com>
606
607 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
608 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
609 functions, updated to match the register numberings used in GCC.
610 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
611 rs6000_dwarf2_reg_to_regnum as register number conversions
612 functions for STABS and Dwarf2.
613
614 2004-05-26 Randolph Chung <tausq@debian.org>
615
616 * infttrace.h (target_waitkind): Forward declare type instead of pulling
617 in header file.
618
619 2004-05-25 Joel Brobecker <brobecker@gnat.com>
620
621 * NEWS: Document new "start" command.
622
623 2004-05-25 Randolph Chung <tausq@debian.org>
624
625 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
626 hppa-linux.
627
628 2004-05-25 Randolph Chung <tausq@debian.org>
629
630 * hppa-hpux-tdep.c (offsetof): Define.
631 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
632 (hppa32_hpux_frame_base_before_sigtramp)
633 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
634 (hppa64_hpux_frame_saved_pc_in_sigtramp)
635 (hppa64_hpux_frame_base_before_sigtramp)
636 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
637 functions.
638 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
639 (hppa_hpux_sigtramp_frame_unwind_cache)
640 (hppa_hpux_sigtramp_frame_this_id)
641 (hppa_hpux_sigtramp_frame_prev_register)
642 (hppa_hpux_sigtramp_frame_unwind)
643 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
644 (hppa_hpux_init_abi): Register sigtramp unwinder.
645 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
646
647 2004-05-25 Randolph Chung <tausq@debian.org>
648
649 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
650 and multiple stack unwinds.
651 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
652
653 2004-05-25 Andrew Cagney <cagney@gnu.org>
654
655 * symfile.h (symbol_file_add_from_memory): Delete declaration.
656 * symfile-mem.h: Delete file.
657 * symfile-mem.c: Do not include "symfile-mem.h".
658 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
659 "struct bfd_section". When an error do not bother returning NULL.
660 (add_symbol_file_from_memory_command): Use "struct bfd" and
661 "struct bfd_section".
662 * Makefile.in (symfile_mem_h): Delete.
663 (symfile-mem.o): Update dependencies.
664
665 2004-05-25 Nick Roberts <nickrob@gnu.org>
666
667 * gdb-mi.el: New file.
668
669 2004-05-25 Andrew Cagney <cagney@gnu.org>
670
671 * inftarg.c: Include "observer.h".
672 (child_attach, child_create_inferior): Notify inferior_created.
673 * corelow.c: Include "observer.h".
674 (core_open): Notify inferior_created.
675 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
676
677 2004-05-25 Andrew Cagney <cagney@gnu.org>
678
679 * target.h (struct target_ops): Add from_tty to
680 to_create_inferior.
681 (target_create_inferior, find_default_create_inferior): Update.
682 * infcmd.c (run_command): Update.
683 * wince.c (child_create_inferior): Update.
684 * win32-nat.c (child_create_inferior): Update.
685 * uw-thread.c (uw_thread_create_inferior): Update.
686 * thread-db.c (thread_db_create_inferior): Update.
687 * target.c (debug_to_create_inferior)
688 (find_default_create_inferior): Update.
689 (maybe_kill_then_create_inferior): Update.
690 * sol-thread.c (sol_thread_create_inferior): Update.
691 * remote.c (extended_remote_async_create_inferior)
692 (extended_remote_create_inferior): Update.
693 * remote-vx.c (vx_create_inferior): Update.
694 * remote-st.c (st2000_create_inferior): Update.
695 * remote-sim.c (gdbsim_create_inferior): Update.
696 * remote-sds.c (sds_create_inferior): Update.
697 * remote-rdp.c (remote_rdp_create_inferior): Update.
698 * remote-rdi.c (arm_rdi_create_inferior): Update.
699 * remote-m32r-sdi.c (m32r_create_inferior): Update.
700 * remote-e7000.c (e7000_create_inferior): Update.
701 * procfs.c (procfs_create_inferior): Update.
702 * ocd.c (ocd_create_inferior): Update.
703 * ocd.h (ocd_create_inferior): Update.
704 * nto-procfs.c (procfs_create_inferior): Update.
705 * monitor.c (monitor_create_inferior): Update.
706 * lin-lwp.c (lin_lwp_create_inferior): Update.
707 * inftarg.c (child_create_inferior): Update.
708 * hpux-thread.c (hpux_thread_create_inferior): Update.
709 * gnu-nat.c (gnu_create_inferior): Update.
710
711 2004-05-25 Andrew Cagney <cagney@gnu.com>
712
713 * MAINTAINERS: Update e-mail address.
714
715 2004-05-24 Randolph Chung <tausq@debian.org>
716
717 * thread.c (info_threads_command, thread_apply_all_command)
718 (thread_apply_command, thread_command, do_captured_thread_select):
719 Remove HPUXHPPA-specific code.
720
721 2004-05-24 Randolph Chung <tausq@debian.org>
722
723 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
724 unused symbols.
725 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
726 references.
727
728 2004-05-24 Joel Brobecker <brobecker@gnat.com>
729
730 * infcmd.c (kill_if_already_running): New function, extracted
731 from run_command().
732 (run_command): Replace extracted code by call to
733 kill_if_already_running().
734 (start_command): New function.
735 (_initialize_infcmd): Add "start" command.
736
737 2004-05-24 Mark Kettenis <kettenis@gnu.org>
738
739 Add OpenBSD/m88k support.
740 * NEWS (New native configurations): Mention OpenBSD/m88k.
741 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
742 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
743 * Makefile.in (m88k_tdep_h): New variable.
744 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
745 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
746 * configure.host: Add m88*-*-openbsd*.
747 * configure.tgt: Add m88*-*-openbsd*.
748
749 2004-05-24 Jim Blandy <jimb@redhat.com>
750
751 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
752 to approve changes.
753
754 2004-05-24 Kevin Buettner <kevinb@redhat.com>
755
756 * symtab.c (fixup_section): Search section table when lookup by
757 name fails.
758
759 2004-05-24 Randolph Chung <tausq@debian.org>
760
761 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
762 be "small_struct".
763
764 2004-05-24 Mark Kettenis <kettenis@gnu.org>
765
766 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
767 register number in regcache_raw_collect call.
768 (m68kbsd_collect_fpregset): Likewise.
769 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
770
771 * regset.h (struct regset): Add back `regset' member.
772
773 2004-05-23 Mark Kettenis <kettenis@gnu.org>
774
775 * configure.in: Check for td_pcb in `struct thread'.
776 * configure, config.in: Regenerated.
777
778 * dpx2-nat.c: Remove file.
779 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
780 (dpx2-nat.o): Remove dependencies.
781
782 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
783 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
784 (amd64obsd_supply_pcb): New function.
785 (_initialize_amd64obsd_nat): Enable libkvm interface.
786 * Makefile.in (amd64obsd-nat.o): Update dependencies.
787 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
788 (LOADLIBES): New variable.
789
790 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
791 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
792 (sparc32nbsd_supply_pcb): New function.
793 (_initialize_sparcnbsd_nat): Enable libkvm interface.
794 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
795 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
796 (LOADLIBES): New variable.
797
798 2004-05-22 Mark Kettenis <kettenis@gnu.org>
799
800 * bsd-kvm.c, bsd-kvm.h: New files.
801 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
802 "bsd-kvm.h".
803 (i386fbsd_supply_pcb): New function.
804 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
805 (i386fbsd-nat.o): Update dependencies.
806 (bsd_kvm_h): New variable.
807 (bsd-kvm.o): New dependency.
808 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
809 (LOADLIBES): New variable.
810
811 * regset.c: Tweak comment.
812 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
813 macro.
814 * regset.h: Update copyright year.
815 (struct regset): Remove `descr' member, add `gdbarch' member.
816 (regset_alloc): Adjust prototype and comment.
817 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
818 (i386_supply_fpregset): Likewise.
819 (i386_regset_from_core_section): Update call to regset_alloc.
820 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
821 REGSET->arch.
822 (i386obsd_aout_regset_from_core_section): Update call to
823 regset_alloc.
824 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
825 REGSET->arch.
826 (i386nbsd_aout_regset_from_core_section): Update call to
827 regset_alloc.
828 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
829 REGSET->arch.
830 (amd64_regset_from_core_section): Update call to regset_alloc.
831 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
832 REGSET->arch.
833 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
834 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
835 &sparc32nbsd_gregset in sparc32_supply_gregset call.
836 (sparc32nbsd_init_abi): Update call to regset_alloc.
837 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
838 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
839 (sparc64obsd_init_abi): Update call to regset_alloc.
840 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
841 &sparc64nbsd_gregset in sparc64_supply_gregset call.
842 (sparc64nbsd_init_abi): Update call to regset_alloc.
843 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
844 &sparc64fbsd_gregset in sparc64_supply_gregset call.
845 (sparc64fbsd_init_abi): Update call to regset_alloc.
846
847 2004-05-22 Jim Blandy <jimb@redhat.com>
848
849 * ppc-tdep.h (spe_register_p): New declaration.
850 (struct gdbarch_tdep): New members: ppc_acc_regnum and
851 ppc_spefscr_regnum.
852 * rs6000-tdep.c (spe_register_p): New function.
853 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
854 spefscr.
855 (rs6000_gdbarch_init): Initialize the new members of the tdep
856 structure.
857
858 2004-05-21 Jim Blandy <jimb@redhat.com>
859
860 * ppc-linux-nat.c (fetch_register): Move code back to be next
861 to the comment that describes it. (Moved code, instead of
862 comment, for symmetry with store_register.)
863
864 Allocate regset structures in the gdbarch's obstack, not using
865 xmalloc.
866 * regset.c (regset_alloc): Renamed from regset_xmalloc.
867 Add 'arch' argument. Allocate the regset on arch's obstack, not
868 using xmalloc.
869 * regset.h (regset_alloc): Update declaration.
870 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
871 gdbarch argument.
872 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
873 * i386-tdep.c (i386_regset_from_core_section): Same.
874 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
875 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
876 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
877 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
878 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
879 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
880
881 2004-05-21 Joel Brobecker <brobecker@gnat.com>
882
883 * config/djgpp/fnchange.lst: Undo previous change, was useless.
884
885 2004-05-21 Jim Blandy <jimb@redhat.com>
886
887 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
888 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
889
890 2004-05-20 Jim Blandy <jimb@redhat.com>
891
892 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
893
894 2004-05-20 Mark Kettenis <kettenis@gnu.org>
895
896 * regset.h: Make prototype const-correct.
897 * regset.c (regset_xmalloc): Make const-correct.
898
899 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
900
901 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
902 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
903 (symbol_search_name): Declare.
904
905 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
906 (iter_name_next_hashed): Ditto.
907 (iter_name_next_linear): Ditto.
908 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
909
910 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
911 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
912 (symbol_search_name): New function.
913
914 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
915
916 * minsyms.c (build_minimal_symbol_hash_tables): Change
917 test for adding to demangled hash table to check for difference
918 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
919
920 2004-05-19 Jim Blandy <jimb@redhat.com>
921
922 Use a constructor function to create regset structures.
923 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
924 (struct regset): Use supply_regset_ftype. Add new
925 'collect_regset' member.
926 (regset_xmalloc): New declaration.
927 * regset.c: New file.
928 * am64-tdep.c (amd64_regset_from_core_section): Use
929 regset_xmalloc to construct regset structures.
930 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
931 * i386-tdep.c (i386_regset_from_core_section): Same.
932 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
933 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
934 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
935 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
936 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
937 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
938 * Makefile.in (COMMON_OBS): Add regset.o.
939 (regset.o): New rule.
940
941 2004-05-19 Joel Brobecker <brobecker@gnat.com>
942
943 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
944 and pthread_cond_wait.c.
945
946 2004-05-18 Jim Blandy <jimb@redhat.com>
947
948 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
949 before the mach-specific switch, and then let the individual cases
950 override the defaults, rather than leaving them uninitialized
951 until the switch and then setting them in each case.
952
953 2004-05-18 Randolph Chung <tausq@debian.org>
954
955 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
956 millicode functions.
957
958 2004-05-18 Randolph Chung <tausq@debian.org>
959
960 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
961 references to dld_flags_buffer consistent.
962
963 2004-05-18 Randolph Chung <tausq@debian.org>
964
965 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
966 it for unwinding the stack.
967
968 2004-05-18 Randolph Chung <tausq@debian.org>
969
970 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
971 Undefine these so we can overide them using gdbarch.
972
973 2004-05-18 Randolph Chung <tausq@debian.org>
974
975 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
976 handling for 64-bit HPUX (elf).
977
978 2004-05-18 Daniel Jacobowitz <dan@debian.org>
979
980 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
981 constants.
982 * amd64-tdep.c (amd64_skip_prologue): Likewise.
983 * ia64-tdep.c (examine_prologue): Likewise.
984 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
985 * v850-tdep.c (v850_fix_call_dummy): Likewise.
986
987 2004-05-18 Mark Kettenis <kettenis@gnu.org>
988
989 * vax-tdep.c (vax_return_value): Implement
990 RETURN_VALUE_ABI_RETURNS_ADDRESS.
991
992 2004-05-17 Mark Kettenis <kettenis@gnu.org>
993
994 * vax-tdep.c (vax_return_value): Fix typo.
995
996 2004-05-17 Andrew Cagney <cagney@redhat.com>
997
998 * MAINTAINERS: Mark Salter was also responsible for
999 testsuite/config/
1000
1001 * NEWS: Mention signal fixes.
1002
1003 2004-05-17 Randolph Chung <tausq@debian.org>
1004
1005 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
1006 check to see if we are unwinding an export stub. Export stubs clobber
1007 the %rp in the call path and stores the original rp in a stack slot.
1008
1009 2004-05-17 Jim Blandy <jimb@redhat.com>
1010
1011 * MAINTAINERS: Update address for J.T. Conklin.
1012
1013 2004-05-17 Randolph Chung <tausq@debian.org>
1014
1015 * hppa-tdep.c: Remove superfluous #include's.
1016 * Makefile.in (hppa-tdep.o): Update dependencies.
1017
1018 2004-05-17 Randolph Chung <tausq@debian.org>
1019
1020 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
1021 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
1022 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
1023 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
1024 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
1025 Remove static function declarations.
1026
1027 2004-05-17 Mark Kettenis <kettenis@gnu.org>
1028
1029 * alphabsd-nat.c: Update copyright year.
1030 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
1031
1032 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
1033 and M68K_A2_REGNUM.
1034
1035 * m68k-tdep.c (m68k_svr4_return_value): Implement
1036 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1037
1038 2004-05-16 Mark Kettenis <kettenis@gnu.org>
1039
1040 * sol-thread.c Update copyright year. Fix various coding
1041 standards violations. Tweak a few comments.
1042 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
1043 Delete prototypes.
1044
1045 2004-05-15 Randolph Chung <tausq@debian.org>
1046
1047 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
1048 as pointer instead of array reference since HPUX compiler does
1049 not accept unsized array arguments.
1050 * somsolib.c (dld_flags_buffer): Use constant array size.
1051
1052 2004-05-15 Mark Kettenis <kettenis@gnu.org>
1053
1054 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
1055 offset with decimal offset.
1056 (amd64obsd_sigcontext_addr): Return correct address for entire
1057 signal trampoline.
1058
1059 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
1060 instead of get_frame_base.
1061
1062 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
1063 (fill_gregset): Use regcache_raw_collect.
1064
1065 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
1066 ppcobsd-tdep.c.
1067
1068 * config/sparc/tm-nbsd64.h: Remove file.
1069 * config/tm-sunos.h: Remove file.
1070
1071 2004-05-15 Joel Brobecker <brobecker@gnat.com>
1072
1073 * rs6000-tdep.c (store_param_on_stack_p): New function,
1074 an improved version of some code extracted from skip_prologue().
1075 (skip_prologue): Use store_param_on_stack_p() to detect
1076 instructions saving a parameter on the stack. Detect when r0
1077 is used to save a parameter.
1078 Do not mark "li rx, SIMM" instructions as part of the prologue,
1079 unless the following instruction is also part of the prologue.
1080
1081 2004-05-14 Andrew Cagney <cagney@redhat.com>
1082
1083 * infrun.c (handle_inferior_event): Simplify
1084 STEP_OVER_UNDEBUGGABLE.
1085
1086 * infrun.c (handle_step_into_function): Delete function.
1087 (handle_inferior_event): Inline calls to
1088 handle_step_into_function.
1089
1090 2004-05-14 Jerome Guitton <guitton@rome.act-europe.fr>
1091
1092 * rs6000-nat.c: Fix a comment.
1093
1094 2004-05-12 David Anderson <davea@sgi.com>
1095
1096 Committed by Jim Blandy <jimb@redhat.com>:
1097 * regcache.c (struct regcache_descr): fix comment spelling.
1098
1099 2004-05-13 J. Brobecker <brobecker@gnat.com>
1100
1101 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
1102 Fixes a link link failure.
1103
1104 2004-05-13 J. Brobecker <brobecker@gnat.com>
1105
1106 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
1107 error that was causing the build to fail.
1108
1109 2004-05-13 J. Brobecker <brobecker@gnat.com>
1110
1111 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
1112 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
1113
1114 2004-05-13 Andrew Cagney <cagney@redhat.com>
1115
1116 * infrun.c (handle_inferior_event): Check for
1117 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
1118 calls. Update comments.
1119
1120 2004-05-13 Jim Blandy <jimb@redhat.com>
1121
1122 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
1123 (fetch_regs_user_thread, fetch_regs_kernel_thread)
1124 (store_regs_user_thread, store_regs_kernel_thread): Use
1125 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
1126 * ppc-linux-nat.c (fill_gregset): Same.
1127 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
1128 (ppc_linux_sigtramp_cache): Same.
1129 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
1130 (ppcnbsd_sigtramp_cache_init): Same.
1131 * rs6000-nat.c (fetch_core_registers): Same.
1132 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
1133 (rs6000_frame_cache): Same.
1134
1135 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
1136 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
1137 of assuming that the gprs are numbered starting with zero.
1138 * ppc-linux-nat.c (fill_gregset): Same.
1139 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
1140 * ppcnbsd-nat.c (getregs_supplies): Same.
1141 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
1142 * rs6000-nat.c (fetch_core_registers): Same.
1143 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
1144
1145 2004-05-07 Michael Snyder <msnyder@redhat.com>
1146
1147 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
1148 LOC_COMPUTED_ARG, and LOC_INDIRECT.
1149
1150 2004-05-13 Andrew Cagney <cagney@redhat.com>
1151
1152 * infrun.c (handle_inferior_event): Use frame_unwind_id.
1153
1154 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
1155
1156 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
1157 base_address for shared libraries.
1158
1159 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
1160
1161 * MAINTAINERS (write after approval): Add myself.
1162
1163 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
1164
1165 * breakpoint.c (bpstat_stop_status): Add new argument
1166 STOPPED_BY_WATCHPOINT. Use it instead of testing
1167 target_stopped_data_address agaist 0 to check whether
1168 or not we stopped due to a hardware watchpoint.
1169 * breakpoint.h (bpstat_stop_status): Adapt prototype.
1170 * infrun.c (handle_inferior_event): Call bpstat_stop_status
1171 with new argument.
1172
1173 2004-05-12 Jim Blandy <jimb@redhat.com>
1174
1175 * configure.in: When checking whether we should use the -bbigtoc
1176 option, don't forget to restore the original value of LDFLAGS.
1177 * configure: Regenerated.
1178
1179 2004-05-12 Andrew Cagney <cagney@redhat.com>
1180
1181 * thread.c (load_infrun_state): Delete step_sp.
1182 * infrun.c (context_switch): Ditto.
1183 * inferior.h (step_sp): Ditto.
1184 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
1185 * gdbthread.h (struct thread_info, save_infrun_state)
1186 (restore_infrun_state): Ditto.
1187
1188 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
1189
1190 * MAINTAINERS (write after approval): Add myself.
1191
1192 2004-05-12 Andrew Cagney <cagney@redhat.com>
1193
1194 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
1195 eliminate reference to step_sp.
1196 (struct execution_control_state, init_execution_control_state)
1197 (handle_inferior_event, keep_going): Delete update_step_sp and
1198 step_sp.
1199 * infcmd.c (step_sp): Note that variable is unused.
1200
1201 2004-05-11 Andrew Cagney <cagney@redhat.com>
1202
1203 * infrun.c (step_over_function): Delete function.
1204 (handle_step_into_function): Use insert_step_resume_breakpoint.
1205 (insert_step_resume_breakpoint): Fix assertion.
1206
1207 2004-05-11 Nick Roberts <nickrob@gnu.org>
1208
1209 * utils.c (defaulted_query): Just use the normal query input type
1210 when printing the annotations.
1211
1212 2004-05-11 Andrew Cagney <cagney@redhat.com>
1213
1214 * infrun.c (handle_inferior_event): Simplify code handling
1215 step-into or return-from a signal trampoline.
1216
1217 2004-05-11 Andrew Cagney <cagney@redhat.com>
1218
1219 * ppcnbsd-tdep.c: Include "gdb_assert.h".
1220 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
1221
1222 2004-05-10 Jim Blandy <jimb@redhat.com>
1223
1224 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
1225 with a call to internal_error.
1226
1227 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
1228 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
1229 processor variant lacks those registers.
1230 (ppc_floating_point_unit_p): Change description to make it clear
1231 that this returns info about the ISA, not the ABI.
1232 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
1233 return true or false by checking tdep->ppc_fp0_regnum and
1234 tdep->ppc_fpscr_regnum. The original code replicated the BFD
1235 arch/mach switching done in rs6000_gdbarch_init; it's better to
1236 keep that logic there, and just check the results here.
1237 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
1238 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
1239 floating-point registers.
1240 (ppc_supply_fpregset, ppc_collect_fpregset)
1241 (rs6000_push_dummy_call, rs6000_extract_return_value)
1242 (rs6000_store_return_value): Assert that we have floating-point
1243 registers.
1244 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
1245 (rs6000_frame_cache): Don't note the locations at which
1246 floating-point registers were saved if we have no fprs.
1247 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
1248 registers.
1249 (fetch_regs_user_thread, fetch_regs_kernel_thread)
1250 (store_regs_user_thread, store_regs_kernel_thread): Only call
1251 supply_fprs / fill_fprs if we actually have floating-point
1252 registers.
1253 (special_register_p): Check ppc_fpscr_regnum before matching
1254 against it.
1255 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
1256 supply / collect fpscr if we don't have it.
1257 * ppc-bdm.c: #include "gdb_assert.h".
1258 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
1259 have floating-point registers, since I can't test this code on
1260 FP-free systems to adapt it.
1261 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
1262 fpscr and floating point register numbers if they don't exist.
1263 (fetch_register): Assert that we have floating-point registers
1264 before we reach the code that handles them.
1265 (store_register): Same. And use tdep instead of calling
1266 gdbarch_tdep again.
1267 (fill_fpregset): Don't try to collect FP registers and fpscr if we
1268 don't have them.
1269 (ppc_linux_sigtramp_cache): Don't record the saved locations of
1270 fprs and fpscr if we don't have them.
1271 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
1272 don't have them.
1273 * ppcnbsd-nat.c: #include "gdb_assert.h".
1274 (getfpregs_supplies): Assert that we have floating-point registers.
1275 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
1276 * ppcobsd-tdep.c: #include "gdb_assert.h".
1277 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
1278 have floating-point registers.
1279 * rs6000-nat.c (regmap): Don't match against the fpscr and
1280 floating point register numbers if they don't exist.
1281 (fetch_inferior_registers, store_inferior_registers,
1282 fetch_core_registers): Only fetch / store / supply the
1283 floating-point registers and the fpscr if we have them.
1284 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
1285 (ppcobsd-tdep.o): Update dependencies.
1286
1287 2004-05-10 Andrew Cagney <cagney@redhat.com>
1288
1289 * infrun.c (through_sigtramp_breakpoint): Delete variable.
1290 (context_switch): Do not switch through_sigtramp_breakpoint.
1291 * gdbthread.h (save_infrun_state, load_infrun_state)
1292 (struct thread_info): Delete through_sigtramp_breakpoint parameter
1293 and structure member.
1294 * thread.c (load_infrun_state, save_infrun_state): Update.
1295
1296 2004-05-10 Mark Kettenis <kettenis@gnu.org>
1297
1298 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
1299
1300 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1301
1302 * acinclude.m4: Quote macro names being defined by AC_DEFUN
1303 throughout.
1304 * aclocal.m4: Regenerate.
1305
1306 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
1307
1308 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
1309
1310 2004-05-10 Andrew Cagney <cagney@redhat.com>
1311
1312 * infrun.c (check_sigtramp2): Delete function.
1313 (handle_inferior_event): When single stepping, and taking a
1314 signal, set a breakpoint at the signal return address. Delete
1315 redundant calls to check_sigtramp2.
1316 (insert_step_resume_breakpoint): New function.
1317 (through_sigtramp_breakpoint, handle_inferior_event)
1318 (follow_exec, wait_for_inferior, fetch_inferior_event)
1319 (currently_stepping, keep_going): Delete most uses of
1320 through_sigtramp_breakpoint, not that it should be deleted.
1321 (delete_breakpoint_current_contents): Delete function.
1322
1323 2004-05-10 Randolph Chung <tausq@debian.org>
1324
1325 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
1326 target.
1327 * config/pa/tm-linux.h: New file.
1328
1329 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
1330
1331 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
1332 of prefixes. Don't print the prefix twice in the CLI.
1333
1334 2004-05-10 Jim Blandy <jimb@redhat.com>
1335
1336 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
1337 collect all the gprs.
1338
1339 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
1340 loop collecting gprs.
1341
1342 2004-05-09 Andrew Cagney <cagney@redhat.com>
1343
1344 * remote-vx.c (net_step): Delete step-range code.
1345 * remote.c (remote_resume, init_all_packet_configs)
1346 (set_remote_protocol_E_packet_cmd)
1347 (show_remote_protocol_E_packet_cmd)
1348 (remote_protocol_E, show_remote_cmd, _initialize_remote)
1349 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
1350 (show_remote_protocol_e_packet_cmd): Ditto.
1351
1352 2004-05-09 Mark Kettenis <kettenis@gnu.org>
1353
1354 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
1355
1356 * hppa-tdep.h: Update copyright year.
1357 (struct trad_frame_saved_reg): Add opaque declaration.
1358
1359 * amd64-tdep.c (amd64_return_value): Implement
1360 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1361
1362 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
1363 (m68k_value_to_register): New functions.
1364 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
1365 value_to_register.
1366
1367 * defs.h (enum return_value_convention): Add
1368 RETURN_VALUE_ABI_RETURNS_ADDRESS and
1369 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
1370 * infcmd.c (legacy_return_value): New function.
1371 (print_return_value): Rwerite to implement
1372 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1373 * values.c (using_struct_return): Check for inequality to
1374 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
1375 RETURN_VALUE_STRUCT_CONVENTION.
1376 * i386-tdep.c (i386_return_value): Implement
1377 RETURN_VALUE_ABI_RETURNS_ADDRESS.
1378
1379 * vax-tdep.c: Tweak comments. Reorder include files. Don't
1380 include "symtab.h", "opcode/vax.h" and "inferior.h".
1381 (vax_skip_prologue): Replace calls to read_memory_integer by calls
1382 to read_memory_unsigned_integer.
1383 (vax_gdbarch_init): Reorder.
1384 (_initialize_vax_tdep): Spell out prototype.
1385 * Makefile.in (vax-tdep.o): Update dependencies.
1386
1387 2004-05-08 Andrew Cagney <cagney@redhat.com>
1388
1389 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
1390 * target.c (target_detach, target_disconnect): Ditto.
1391
1392 * infcall.c (call_function_by_hand): When no
1393 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
1394 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
1395 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
1396 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1397 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1398
1399 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
1400 * gdbarch.h, gdbarch.c: Re-generate.
1401 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
1402 deprecated_fix_call_dummy.
1403 * v850-tdep.c (v850_gdbarch_init): Ditto.
1404 * infcall.c (call_function_by_hand): Do not call
1405 DEPRECATED_FIX_CALL_DUMMY.
1406
1407 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
1408 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
1409 * gdbarch.h, gdbarch.c: Re-generate.
1410 * arm-linux-tdep.c (arm_linux_call_dummy_words)
1411 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
1412 deprecated_sizeof_call_dummy_words.
1413 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
1414 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
1415 * v850-tdep.c (v850_gdbarch_init): Ditto.
1416 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
1417 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
1418 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
1419 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
1420 * arch-utils.h (legacy_call_dummy_words)
1421 (legacy_sizeof_call_dummy_words): Delete declarations.
1422 * arch-utils.c (legacy_call_dummy_words)
1423 (legacy_sizeof_call_dummy_words): Delete variables.
1424
1425 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
1426 * gdbarch.h, gdbarch.c: Re-generate.
1427 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
1428 * infcall.c (call_function_by_hand): Eliminate call to
1429 DEPRECATED_PUSH_DUMMY_FRAME.
1430 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
1431 push_dummy_frame.
1432 (ns32k_push_dummy_frame): Delete function.
1433
1434 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
1435 deprecated_call_dummy_breakpoint_offset or
1436 deprecated_call_dummy_start_offset.
1437 * dummy-frame.c, arm-tdep.c: Update comments.
1438 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
1439 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
1440 * gdbarch.h, gdbarch.c: Re-generate.
1441
1442 * infcall.c (legacy_push_dummy_code): Delete function.
1443 (push_dummy_code): Delete call.
1444
1445 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
1446 * gdbarch.h, gdbarch.c: Re-generate.
1447 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
1448 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
1449 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
1450 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
1451
1452 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
1453 (struct frame_info): Delete opaque declaration.
1454 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
1455 * frame.c (get_frame_type): Delete call.
1456
1457 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
1458 pc_in_call_dummy.
1459 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
1460 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
1461
1462 2004-05-08 Mark Kettenis <kettenis@gnu.org>
1463
1464 * alphanbsd-tdep.c: Include "gdb_string.h".
1465 * armnbsd-tdep.c: Update copyright year.
1466 Include "gdb_string.h".
1467 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
1468 dependencies.
1469
1470 * delta68-nat.c: Remove file.
1471 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
1472 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
1473 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
1474 (delta68-nat.o): Remove dependency.
1475
1476 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
1477 function.
1478 (m68k_gdbarch_init): Don't set
1479 deprecated_frameless_function_invocation.
1480
1481 2004-05-07 Randolph Chung <tausq@debian.org>
1482
1483 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
1484 read_memory_nobpt for code reading when doing frame unwinding.
1485 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
1486
1487 2004-05-07 Randolph Chung <tausq@debian.org>
1488
1489 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
1490 instead of sp, handle sigaltstack case.
1491 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
1492 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
1493 signal handler and not that of the caller.
1494 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
1495 hppa_linux_sigtramp_find_sigcontext.
1496
1497 2004-05-07 Randolph Chung <tausq@debian.org>
1498
1499 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
1500 hppa-linux-nat.c.
1501 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
1502 * hppa-linux-nat.c (fetch_register, store_register): Define.
1503 (fetch_inferior_registers, store_inferior_registers): Define.
1504 (supply_gregset): Add comment and clean up some unneeded code.
1505 (fill_gregset): Add comment and fix so that it saves registers in
1506 the right place in the gregset.
1507 (fill_fpregset): Fix buffer overrun problem.
1508 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1509
1510 2004-05-07 Randolph Chung <tausq@debian.org>
1511
1512 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
1513 do common handling of the pcoqt register.
1514 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
1515 to use helper function.
1516 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
1517 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
1518 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
1519 generic fallback unwinder when all else fails.
1520 (hppa_gdbarch_init): Add fallback sniffer.
1521 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
1522 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
1523 to use helper function.
1524
1525 2004-05-08 Joel Brobecker <brobecker@gnat.com>
1526
1527 * config/djgpp/fnchange.lst: Add translation rules for
1528 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
1529
1530 2004-05-08 Mark Kettenis <kettenis@gnu.org>
1531
1532 * frame.c (get_prev_frame_1): Work around GCC bug.
1533 * frame.h: Add comment about GCC bug.
1534
1535 2004-05-07 Andrew Cagney <cagney@redhat.com>
1536
1537 * observer.c: Include "commands.h" and "gdbcmd.h".
1538 (observer_debug, _initialize_observer): Add the
1539 command "set/show debug observer".
1540 * observer.sh: When observer debugging, log notify calls.
1541 * Makefile.in (observer.o): Update dependencies.
1542
1543 2004-05-07 Jason Molenda (jmolenda@apple.com)
1544
1545 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
1546
1547 2004-05-07 Jim Blandy <jimb@redhat.com>
1548
1549 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
1550 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
1551 to recognize gpr regnums, instead of assuming that
1552 tdep->ppc_fp0_regnum marks the end of the general-purpose
1553 registers.
1554
1555 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
1556 the given architecture has floating-point registers.
1557
1558 2004-05-07 Andrew Cagney <cagney@redhat.com>
1559
1560 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
1561 macro defined to 1.
1562 * gdbarch.h, gdbarch.c: Re-generate.
1563 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
1564 deprecated_use_generic_dummy_frames.
1565
1566 2004-05-07 Brian Ford <ford@vss.fsi.com>
1567
1568 * NEWS: Mention Cygwin DWARF 2 support.
1569
1570 2004-05-07 Andrew Cagney <cagney@redhat.com>
1571
1572 * objfiles.h (struct entry_info): Delete unused fields
1573 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
1574 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
1575 * mipsread.c (mipscoff_symfile_read): Update.
1576 * mdebugread.c (parse_partial_symbols): Update.
1577 * dwarfread.c (read_file_scope): Update.
1578 * dwarf2read.c (read_file_scope): Update.
1579 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
1580 * coffread.c (complete_symtab): Update.
1581
1582 2004-05-07 Mark Kettenis <kettenis@gnu.org>
1583
1584 * infcall.c (_initialize_infcall): Fix typo.
1585
1586 2004-05-07 Andrew Cagney <cagney@redhat.com>
1587
1588 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
1589 * command.h (add_setshow_zinteger_cmd): Declare.
1590
1591 2004-05-06 Randolph Chung <tausq@debian.org>
1592
1593 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
1594 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
1595 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
1596 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
1597 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
1598 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
1599 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
1600 definitions ...
1601 * hppa-tdep.h: ... to here, with HPPA_ prefix.
1602 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
1603 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
1604 (hppa64_hpux_frame_find_saved_regs_in_sig)
1605 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
1606 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
1607 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
1608 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
1609 (hppa_linux_sigtramp_frame_prev_register): Likewise.
1610 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
1611 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
1612 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
1613 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
1614 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
1615 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
1616 (hppa32_register_type, hppa_cannot_store_register)
1617 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
1618 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
1619 * hpread.c (hpread_process_one_debug_symbol): Likewise.
1620 * pa64solib.c (pa64_solib_have_load_event)
1621 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
1622 (pa64_solib_unloaded_library_pathname): Likewise.
1623 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
1624 (som_solib_library_pathname): Likewise.
1625
1626 2004-05-05 Jim Ingham <jingham@apple.com>
1627
1628 * breakpoint.c (create_breakpoints): Copy the ignore count and
1629 thread id over from the pended breakpoint to the actual
1630 breakpoint.
1631
1632 2004-05-05 Andrew Cagney <cagney@redhat.com>
1633
1634 * gdbarch.sh (PARM_BOUNDARY): Delete.
1635 gdbarch.h, gdbarch.c: Re-generate.
1636 * valops.c (PARM_BOUNDARY): Delete macro.
1637 (value_push): Delete PARM_BOUNDARY code.
1638 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
1639
1640 2004-05-04 Jim Blandy <jimb@redhat.com>
1641
1642 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
1643 Don't assume that the gprs, fprs, and UISA sprs are
1644 contiguous, start at register number zero, and end with fpscr.
1645 Instead, use the numbers from the tdep structure.
1646
1647 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
1648 should no longer be used in code specific to the RS6000 and its
1649 derivatives.
1650 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
1651 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
1652 tdep->ppc_fp0_regnum.
1653 (ppc_supply_fpregset, ppc_collect_fpregset)
1654 (rs6000_push_dummy_call, rs6000_extract_return_value)
1655 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
1656 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
1657 FP0_REGNUM.
1658 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
1659 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
1660 Same.
1661 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
1662 bdm_ppc_store_registers): Same.
1663 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
1664 (store_register, fill_fpregset): Same.
1665 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
1666 (ppc_linux_supply_fpregset): Same.
1667 * ppcnbsd-nat.c (getfpregs_supplies): Same.
1668 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
1669 Same.
1670 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
1671 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
1672 ppc64_sysv_abi_return_value): Same.
1673 * rs6000-nat.c (regmap, fetch_inferior_registers)
1674 (store_inferior_registers, fetch_core_registers): Same.
1675
1676 2004-05-01 Mark Kettenis <kettenis@gnu.org>
1677
1678 * m68knbsd-nat.c: Remove file.
1679 * m68knbsd-tdep.c: Remove file.
1680 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
1681 dependencies.
1682 * configure.host: Add m68k-*-netbsdelf*.
1683 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
1684 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
1685 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
1686 (XM_FILE): Remove.
1687 * config/m68k/nbsdelf.mh: New file.
1688 * config/m68k/nbsd.mt: New file.
1689 * config/m68k/nbsdaout.mt: Remove file.
1690 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
1691 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
1692 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
1693 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
1694 (use_struct_convention): Remove prototype.
1695 (USE_STRUCT_CONVENTION): Remove define.
1696 * config/m68k/xm-nbsd.h: Remove file.
1697
1698 2004-05-04 Michael Snyder <msnyder@redhat.com>
1699
1700 * m68k-tdep.c (m68k_gdbarch_init): Default to using
1701 reg_struct_return method (as gcc usually does for cross targets).
1702
1703 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1704
1705 Committed by Andrew Cagney.
1706 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
1707 alignment padding when accessing ucontext struct members.
1708
1709 2004-05-04 Jim Blandy <jimb@redhat.com>
1710
1711 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
1712 'ppc_gplast_regnum' member.
1713 (ppc_num_gprs): New enum constant.
1714 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
1715 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
1716 * rs6000-nat.c (regmap, fetch_inferior_registers,
1717 store_inferior_registers): Same.
1718 * rs6000-tdep.c (e500_pseudo_register_read)
1719 (e500_pseudo_register_write): Same.
1720 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
1721
1722 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
1723 * ppc-tdep.h (ppc_num_fprs): New enum constant.
1724 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
1725 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
1726 FPLAST_REGNUM.
1727 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
1728 Same.
1729 * ppc-linux-nat.c (ppc_register_u_addr): Same.
1730 * rs6000-nat.c (regmap, fetch_inferior_registers)
1731 (store_inferior_registers): Same.
1732
1733 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
1734 with FPLAST_REGNUM.
1735
1736 2004-05-03 Joel Brobecker <brobecker@gnat.com>
1737
1738 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
1739 failure detected by recent versions of GCC.
1740 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
1741 to be consistent with the usage in dwarf2_create_include_psymtab.
1742
1743 2004-05-03 Michael Snyder <msnyder@redhat.com>
1744
1745 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
1746 (heuristic_proc_start): Whitespace cleanup.
1747
1748 2004-05-04 Mark Kettenis <kettenis@gnu.org>
1749
1750 * sun3-nat.c: Remove file.
1751 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
1752 dependencies.
1753 (ALLDEPFILES): Remove sun3-nat.c.
1754 (sun3-nat.o): Remove dependencies.
1755
1756 * i386-interix-nat.c, i386-interix-tdep.c,
1757 config/i386/nm-interix.h, config/i386/interix.mh,
1758 config/i386/interix.mt: Remove files.
1759 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
1760 dependencies.
1761
1762 2004-05-03 Mark Kettenis <kettenis@gnu.org>
1763
1764 * m68k-tdep.h (struct gdbarch_tdep): Add member
1765 struct_value_regnum.
1766 (m68k_svr4_init_abi): New prototype.
1767 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
1768 different calling conventions.
1769 (m68k_extract_return_value): Remove code dealing with single-field
1770 structs.
1771 (m68k_store_return_value): Remove code dealing with single-field
1772 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
1773 (m68k_extract_struct_value_address): Remove function.
1774 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
1775 (m68k_reg_struct_return_p, m68k_return_value)
1776 (m68k_svr4_return_value): New functions.
1777 (m68k_use_struct_convention): Remove function.
1778 (m68k_push_dummy_call): Use new struct_value_regnum member of
1779 `struct gdbarch_tdep' instead of hardcoded register number to
1780 store STRUCT_ADDR.
1781 (m68k_svr4_init_abi): New function.
1782 (m68k_gdbarch_init): Don't set extract_return_value,
1783 store_return_values, deprecated_extract_struct_value_address and
1784 use_struct_convention. Set return_value instead. Initialize new
1785 struct_value_regnum member of `struct gdbarch_tdep'.
1786 * m68klinux-tdep.c: Update copyright year.
1787 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
1788 (m68k_linux_extract_struct_value_address): Remove function.
1789 (m68k_linux_init_abi): Don't set extract_return_value,
1790 store_return_values, deprecated_extract_struct_value_address and
1791 use_struct_convention. Call m68k_svr4_init_abi but override the
1792 new struct_value_regnum member of `struct gdbarch_tdep'.
1793 * Makefile.in (m68k-tdep.o): Update dependencies.
1794
1795 2004-05-03 J. Brobecker <brobecker@gnat.com>
1796
1797 * dwarf2read.c (line_header): Add new included_p field in
1798 field file_names.
1799 (partial_die_info): New field has_stmt_list. New field line_offset.
1800 (dwarf2_create_include_psymtab): New function.
1801 (dwarf2_build_include_psymtabs): New function.
1802 (add_file_name): Add forward declaration. Initialize new field.
1803 (dwarf_decode_lines): Add new parameter. Enhance this procedure
1804 to be able to determine the list of files included by the
1805 given unit, and build their associated psymtabs.
1806 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
1807 files as well.
1808 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
1809 (read_file_scope): Update call to dwarf_decode_lines.
1810 (read_partial_die): Handle DW_AT_stmt_list attributes.
1811
1812 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
1813
1814 Unfix PR gdb/1626.
1815 * configure.in: Revert special case for osf5.*.
1816 * configure: Regenerate.
1817
1818 2004-05-02 Jim Blandy <jimb@redhat.com>
1819
1820 Move the symbol-file-from-memory functions into their own file.
1821 * symfile-mem.c, symfile-mem.h: New files.
1822 * symfile.c (symbol_file_add_from_bfd): New function.
1823 (symbol_file_add): Call symbol_file_add_from_bfd.
1824 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
1825 Moved to symfile-mem.c.
1826 (_initialize_symfile): Move definition of
1827 add-symbol-file-from-memory command to symfile-mem.c.
1828 * symfile.h (symbol_file_add_from_bfd): New declaration.
1829 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
1830 * config/powerpc/linux.mt (TDEPFILES): Same.
1831 * Makefile.in (SFILES): Add symfile-mem.c.
1832 (symfile_mem_h): New variable.
1833 (HFILES_NO_SRCDIR): Add symfile-mem.h.
1834 (symfile-mem.o): New rule.
1835
1836 2004-05-01 Andrew Cagney <cagney@redhat.com>
1837
1838 * breakpoint.c (insert_bp_location): Use get_frame_id, and
1839 frame_find_by_id instead of frame_relative_level.
1840 (do_enable_breakpoint): Ditto.
1841 * thread.c: Update copyright.
1842 (info_threads_command): Ditto, simplify.
1843
1844 * frame.c (deprecated_generic_get_saved_register): Delete
1845 function, moved to "xstormy16-tdep.c".
1846 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
1847 deprecated_generic_get_saved_register from "frame.c".
1848 (xstormy16_frame_saved_register): Call
1849 xstormy16_get_saved_register.
1850 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
1851 static.
1852 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
1853 * frame.h (deprecated_generic_get_saved_register): Delete.
1854
1855 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
1856
1857 * dwarfread.c: Update documentation on the state of dwarf-1.
1858
1859 2004-05-01 Andrew Cagney <cagney@redhat.com>
1860
1861 * stack.c (select_frame_command): Delete call to
1862 frame_relative_level.
1863 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
1864 Delete #if0 code.
1865 (frame_info): Do not print FRAMELESS.
1866 (print_block_frame_labels): Replace DEPRECATED_STREQ.
1867 (catch_info): Delete #if0 code.
1868
1869 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
1870 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
1871 of frame_relative_level.
1872 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
1873 to SENTINEL_FRAME.
1874 * frame.h (enum frame_type): Add SENTINEL_FRAME.
1875 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
1876 frame_relative_level.
1877
1878 * frame.h (deprecated_set_frame_type): Delete declaration.
1879 * frame.c (deprecated_set_frame_type): Delete function, update
1880 comments.
1881
1882 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
1883 * gdbarch.h, gdbarch.c: Re-generate.
1884 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
1885 (shnbsd_pc_in_sigtramp): Delete.
1886 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
1887 pc_in_sigtramp.
1888 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
1889 pc_in_sigtramp.
1890 * frame.h: Update comments.
1891 * ppc-linux-tdep.c: Update comments.
1892 * breakpoint.c (bpstat_what): Update comments.
1893
1894 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
1895 m68klinux-tdep.o's dependencies, were previously added to
1896 m68klinux-nat.o.
1897
1898 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
1899 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
1900 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
1901 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
1902 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
1903
1904 * Makefile.in (m68klinux-nat.o): Update dependencies.
1905 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1906 (m68k_linux_sigtramp_frame_cache)
1907 (m68k_linux_sigtramp_frame_this_id)
1908 (m68k_linux_sigtramp_frame_prev_register)
1909 (m68k_linux_sigtramp_frame_unwind)
1910 (m68k_linux_sigtramp_frame_sniffer)
1911 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
1912 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
1913 names, use trad-frame.h.
1914 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
1915 (struct m68k_sigtramp_info): Delete.
1916 * m68k-tdep.c (m68k_sigtramp_frame_cache)
1917 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
1918 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
1919 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
1920 "m68klinux-tdep.c".
1921
1922 * infrun.c (check_sigtramp2): Delete check for
1923 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
1924
1925 2004-05-01 Mark Kettenis <kettenis@gnu.org>
1926
1927 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
1928
1929 2004-05-01 Andrew Cagney <cagney@redhat.com>
1930
1931 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
1932 (frv_linux_sigtramp_frame_cache)
1933 (frv_linux_sigtramp_frame_this_id)
1934 (frv_linux_sigtramp_frame_prev_register)
1935 (frv_linux_sigtramp_frame_unwind)
1936 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
1937 include "linux" in function and variable names, directly call
1938 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
1939 the latest trad-frame code.
1940 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
1941 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
1942 * Makefile.in (frv-linux-tdep.o): Update dependencies.
1943 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
1944 * frv-tdep.c (frv_sigtramp_frame_cache)
1945 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
1946 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
1947 frv-linux-tdep.c.
1948 (frv_gdbarch_init): Do not append a sigtramp sniffer.
1949 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
1950 (frv_set_sigcontext_reg_addr): Delete function.
1951
1952 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
1953 (DEPRECATED_SIGTRAMP_END): Delete.
1954 * gdbarch.h, gdbarch.c: Re-generate.
1955 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
1956 * config/vax/tm-vaxbsd.h: Update copyright.
1957 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
1958 (DEPRECATED_IN_SIGTRAMP): Define.
1959 * config/m68k/tm-nbsd.h: Update copyright.
1960 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
1961 (DEPRECATED_IN_SIGTRAMP): Define.
1962
1963 2004-05-01 Mark Kettenis <kettenis@gnu.org>
1964
1965 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
1966 encondings. Fixes PR gdb/1628.
1967
1968 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
1969 DW_CFA_restore state without a matching DW_CFA_remember_state
1970 instead of aborting. Fixes PR backtrace/1589.
1971
1972 2004-04-30 Joel Brobecker <brobecker@gnat.com>
1973
1974 * MAINTAINERS: Add self as AIX maintainer.
1975 Update my e-mail address in write-after-approval section.
1976
1977 2004-04-30 Andrew Cagney <cagney@redhat.com>
1978
1979 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
1980 (legacy_get_prev_frame): Ditto.
1981
1982 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
1983 (mips_gdbarch_init): Do not set pc_in_sigtramp.
1984 * mipsread.c (sigtramp_address): Delete extern variable.
1985 (mipscoff_new_init): Delete reference.
1986 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
1987 (fixup_sigtramp): Delete function.
1988 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
1989 (fixup_sigtramp): Delete declarations.
1990
1991 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
1992 deprecated_pc_in_sigtramp.
1993 (ppcnbsd_pc_in_sigtramp): Delete function.
1994
1995 2004-05-01 Mark Kettenis <kettenis@gnu.org>
1996
1997 * config/m68k/nm-nbsd.h: Tweak comments.
1998 * config/m68k/nm-nbsdaout.h: Likewise.
1999
2000 2004-04-30 Andrew Cagney <cagney@redhat.com>
2001
2002 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
2003 legacy_pc_in_sigtramp.
2004 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
2005
2006 2004-05-01 Mark Kettenis <kettenis@gnu.org>
2007
2008 Add OpenBSD/m68k support.
2009 * NEWS (New native configurations): Mention OpenBSD/m68k.
2010 * m68kbsd-tdep.c: New file.
2011 * m68kbsd-nat.c: New file.
2012 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
2013 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
2014 * configure.host: Add m68k-*-openbsd.
2015 * configure.tgt: Add m68k-*-openbsd.
2016 * config/m68k/tm-obsd.h: New file.
2017 * config/m68k/obsd.mt: New file.
2018 * config/m68k/obsd.mh: New file.
2019 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
2020 m68kbsd-tdep.c.
2021
2022 2004-04-30 Andrew Cagney <cagney@redhat.com>
2023
2024 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
2025 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
2026
2027 2004-04-30 Mark Kettenis <kettenis@gnu.org>
2028
2029 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
2030 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
2031
2032 2004-04-30 Brian Ford <ford@vss.fsi.com>
2033
2034 Revert 2004-04-16 change.
2035 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
2036 (i386_coff_init_abi): Remove.
2037 * i386-tdep.h (i386_coff_init_abi): Remove.
2038 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
2039
2040 2004-04-30 Andrew Cagney <cagney@redhat.com>
2041
2042 * blockframe.c (find_pc_partial_function): Delete use of
2043 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
2044 DEPRECATED_SIGTRAMP_END.
2045
2046 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
2047 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
2048 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
2049 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
2050 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
2051
2052 * defs.h (deprecated_inside_entry_file): Delete declaration.
2053 * blockframe.c (deprecated_inside_entry_file): Delete function.
2054 (legacy_frame_chain_valid): Delete call.
2055 * sh64-tdep.c (sh64_frame_chain): Delete call.
2056 * objfiles.h: Update comments.
2057 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
2058 call.
2059 * frame.c (get_prev_frame): Delete call, update comments.
2060
2061 2004-04-30 Brian Ford <ford@vss.fsi.com>
2062
2063 * MAINTAINERS (Write After Approval): Add myself.
2064
2065 2004-04-30 Andrew Cagney <cagney@redhat.com>
2066
2067 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
2068 * gdbarch.h, gdbarch.c: Re-generate.
2069 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
2070 code.
2071
2072 2004-04-30 Andrew Cagney <cagney@redhat.com>
2073
2074 * gdb-events.sh (selected_thread_changed)
2075 (selected_frame_level_changed, target_changed): Delete.
2076 * gdb-events.h, gdb-events.c: Re-generate.
2077 * valops.c (value_assign): Update.
2078 * stack.c (select_frame_command, up_silently_base)
2079 (down_silently_base): Update.
2080
2081 2004-04-29 Andrew Cagney <cagney@redhat.com>
2082
2083 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
2084 registers correctly.
2085 (print_gp_register_row, mips32_heuristic_proc_desc)
2086 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
2087 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
2088 references to mips_isa_regsize.
2089
2090 2004-04-29 Andrew Cagney <cagney@redhat.com>
2091
2092 * mips-tdep.c (struct gdbarch_tdep): Delete
2093 mips_fp_register_double.
2094 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
2095 mips_abi_regsize.
2096 (mips_gdbarch_init): Do not set mips_fp_register_double.
2097 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
2098
2099 2004-04-29 Joel Brobecker <brobecker@gnat.com>
2100
2101 Committed by Andrew Cagney.
2102 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
2103 function calls.
2104
2105 2004-04-29 Andrew Cagney <cagney@redhat.com>
2106
2107 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
2108 gdbarch, use mips_abi, update callers.
2109 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
2110 mips_abi_regsize, update callers.
2111 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
2112 mips_default_abi_regsize.
2113 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
2114 mips_default_abi_regsize.
2115
2116 2004-04-29 Andrew Cagney <cagney@redhat.com>
2117
2118 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
2119 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
2120 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
2121 mips_default_abi_regsize.
2122 (mips_isa_regsize): Rename mips_regisze.
2123 * mipsnbsd-tdep.c: Update.
2124 * mips-linux-tdep.c: Update.
2125 * irix5-nat.c: Update.
2126 * mips-tdep.h (mips_isa_regsize): Update.
2127
2128 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
2129 Delete all disabled code.
2130 * gdb-events.h, gdb-events.c: Re-generate.
2131
2132 2004-04-19 Jerome Guitton <guitton@gnat.com>
2133 Mark Kettenis <kettenis@gnu.org>
2134
2135 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
2136 the function begins with a branch instruction.
2137
2138 2004-04-29 Mark Kettenis <kettenis@gnu.org>
2139
2140 * i386-tdep.c: Fix spelling mistakes.
2141
2142 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2143 Andrew Cagney <cagney@redhat.com>
2144
2145 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
2146 <sys/proc.h>.
2147 * acconfig.h: Provide default _KMEMUSER value.
2148 * config.in, configure: Re-generate.
2149 * NEWS: Mention fix.
2150
2151 2004-04-24 Randolph Chung <tausq@debian.org>
2152
2153 * configure.host (hppa*-*-linux*): New target.
2154 * configure.tgt (hppa*-*-linux*): Likewise.
2155 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
2156 gdbarch_init_osabi() call earlier so that osabi-specific frame
2157 unwinders can be registered first.
2158 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
2159 hppa-linux-nat.c.
2160 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
2161 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
2162 * config/pa/linux.mh: New file.
2163 * config/pa/linux.mt: New file.
2164 * config/pa/nm-linux.h: New file.
2165 * config/pa/xm-linux.h: New file.
2166 * hppa-linux-nat.c: New file.
2167 * hppa-linux-tdep.c: New file.
2168
2169 2004-04-28 Randolph Chung <tausq@debian.org>
2170
2171 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
2172 return values.
2173 (hppa32_push_dummy_call): Fix small struct and floating point argument
2174 passing, and make sure the stack frame is properly aligned.
2175
2176 2004-04-28 Andrew Cagney <cagney@redhat.com>
2177
2178 * stack.c (print_stack_frame): Fix description.
2179
2180 * NEWS: Mention gdb/gdbserver/configure execute permission
2181 changed. PR server/519.
2182
2183 2004-04-28 Andrew Cagney <cagney@redhat.com>
2184
2185 * stack.c (print_stack_frame_stub): Delete declaration.
2186 (struct print_stack_frame_args, print_stack_frame)
2187 (print_frame_info, print_frame): Replace "source" with print what.
2188 Replace "print" with "print_level". Replace "args" with
2189 "print_args".
2190 * frame.h (show_and_print_stack_frame, print_stack_frame)
2191 (print_frame_info): Update declarations.
2192 * stack.c (select_and_print_frame, frame_command)
2193 (current_frame_command, up_command, down_command): Update calls -
2194 use get_selected_frame, pass "enum print_what" for source, do not
2195 call frame_relative_level.
2196 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
2197 * remote-rdp.c (remote_rdp_open): Ditto.
2198 * remote-mips.c (common_open): Ditto.
2199 * remote-e7000.c (e7000_start_remote): Ditto.
2200 * ocd.c (ocd_start_remote): Ditto.
2201 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
2202 * infrun.c (normal_stop): Ditto.
2203 * inflow.c (kill_command): Ditto.
2204 * infcmd.c (finish_command): Ditto.
2205 * corelow.c (core_open): Ditto.
2206 * tracepoint.c (finish_tfind_command): Ditto.
2207 * thread.c (info_threads_command, info_threads_command)
2208 (restore_current_thread, do_captured_thread_select): Ditto.
2209 * ada-tasks.c (task_command): Ditto.
2210
2211 2004-04-26 Orjan Friberg <orjanf@axis.com>
2212
2213 * frame.c: Include "observer.h".
2214 (frame_observer_target_changed): New function.
2215 (_initialize_frame): Attach target_changed observer.
2216 * regcache.c: Include "observer.h".
2217 (regcache_observer_target_changed): New function.
2218 (_initialize_regcache): Attach target_changed observer.
2219 * valops.c: Include "observer.h".
2220 (value_assign): Notify target_changed event when modifying register.
2221 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
2222
2223 2004-04-26 Orjan Friberg <orjanf@axis.com>
2224
2225 From Paul Koning <pkoning@equallogic.com>:
2226 * breakpoint.c (free_valchain): New function.
2227 (insert_bp_location, delete_breakpoint): Use free_valchain.
2228 (remove_breakpoint): Do not remove the valchain.
2229 (bpstat_stop_status): If not stopped by watchpoint, skip
2230 watchpoints when generating stop status list.
2231 * infrun.c (handle_inferior_event): Make
2232 stepped_after_stopped_by_watchpoint a global variable.
2233 * remote.c (remote_stopped_data_address): Return watch data
2234 address rather than zero if stepped_after_stopped_by_watchpoint is
2235 set.
2236
2237 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
2238
2239 Fix PR gdb/1626.
2240 * configure.in: Check for curses after termcap.
2241 On osf5.*, do not check for ncurses.
2242 * configure: Regenerate.
2243
2244 2004-04-25 Mark Kettenis <kettenis@gnu.org>
2245
2246 * ppcobsd-nat.c: Include "ppc-tdep.h".
2247 * Makefile.in (ppcobsd-nat.o): Update dependencies.
2248
2249 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
2250 Fixes PR tdep/1623 and PR tdep/1624.
2251
2252 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
2253
2254 * xmodem.h, xmodem.c: Remove files.
2255 * Makefile.in: Remove references to xmodem.h, xmodem.c.
2256
2257 2004-04-23 Randolph Chung <tausq@debian.org>
2258
2259 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
2260 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
2261 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
2262 for handling stackless frames.
2263 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
2264
2265 2004-04-23 Randolph Chung <tausq@debian.org>
2266
2267 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
2268 starts at a pc before the frame is created.
2269
2270 2004-04-23 Joel Brobecker <brobecker@gnat.com>
2271
2272 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
2273
2274 2004-04-23 Jerome Guitton <guitton@gnat.fr>
2275
2276 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
2277 use convert_typed_floating to get the appropriate format.
2278
2279 2004-04-22 Randolph Chung <tausq@debian.org>
2280
2281 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
2282 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
2283 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
2284 (hppa_sign_extend): Add prototype.
2285 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
2286 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
2287 (sign_extend): Rename with hppa_ prefix and make non-static. Other
2288 hppa targets will also use these functions.
2289 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
2290 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
2291 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
2292 (hppa_gdbarch_init): Remove gdbarch setting of
2293 skip_trampoline_code, in_solib_call_trampoline and
2294 in_solib_return_trampoline.
2295 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
2296 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
2297 hppa_in_solib_call_trampoline.
2298 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
2299 Moved from hppa-tdep.c.
2300 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
2301 in_solib_call_trampoline and in_solib_return_trampoline.
2302
2303 2004-04-22 Randolph Chung <tausq@debian.org>
2304
2305 * hppa-tdep.c (hppa_debug): New variable.
2306 (find_unwind_entry, hppa_frame_cache): Add debug output.
2307 (_initialize_hppa_tdep): Add command to set debug flag.
2308
2309 2004-04-22 Andrew Cagney <cagney@redhat.com>
2310
2311 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
2312 "trad-frame.h".
2313 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
2314 signal trampoline unwinder.
2315 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
2316
2317 2004-04-22 Mark Kettenis <kettenis@gnu.org>
2318
2319 Add OpenBSD/powerpc support.
2320 * NEWS (New native configurations): Mention OpenBSD/powerpc.
2321 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
2322 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
2323 (ppc_collect_fpregset): New prototypes.
2324 * ppcobsd-nat.c: New file.
2325 * ppcobsd-tdep.c: New file.
2326 * ppcobsd-tdep.h: New file.
2327 * rs6000-tdep.c: Include "regset.h".
2328 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
2329 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
2330 New functions.
2331 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
2332 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
2333 (rs6000-tdep.o): Update dependencies.
2334 * configure.host: Add powerpc-*-openbsd.
2335 * configure.tgt: Add powerpc-*-openbsd.
2336 * config/powerpc/obsd.mh: New file.
2337 * config/powerpc/nm-obsd.h: New file.
2338 * config/powerpc/obsd.mt: New file.
2339
2340 2004-04-22 Andrew Cagney <cagney@redhat.com>
2341
2342 * frame.h (show_frame_info): Delete declaration.
2343
2344 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
2345 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
2346 * m32r-tdep.c (m32r_frame_this_id): Ditto.
2347 * frv-tdep.c (frv_frame_this_id): Ditto.
2348 * avr-tdep.c (avr_frame_this_id): Ditto.
2349
2350 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
2351
2352 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
2353
2354 2004-04-22 Jim Blandy <jimb@redhat.com>
2355
2356 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
2357 register number zero.
2358
2359 2004-04-21 Michael Snyder <msnyder@redhat.com>
2360
2361 * mips-tdep.c (heuristic_proc_start):
2362 Warning() already prefixes "Warning: ".
2363
2364 2004-04-21 Andrew Cagney <cagney@redhat.com>
2365
2366 * annotate.h (deprecated_annotate_starting_hook)
2367 (deprecated_annotate_stopped_hook)
2368 (deprecated_annotate_exited_hook)
2369 (deprecated_annotate_signal_hook)
2370 (deprecated_annotate_signalled_hook): Deprecate.
2371 * tracepoint.h (deprecated_create_tracepoint_hook)
2372 (deprecated_delete_tracepoint_hook)
2373 (deprecated_modify_tracepoint_hook)
2374 (deprecated_trace_find_hook)
2375 (deprecated_trace_start_stop_hook): Deprecate.
2376 * target.h (deprecated_target_new_objfile_hook): Deprecate.
2377 * remote.h (deprecated_target_resume_hook)
2378 (deprecated_target_wait_loop_hook): Deprecate.
2379 * gdbcore.h (deprecated_exec_file_display_hook)
2380 (deprecated_file_changed_hook): Deprecate.
2381 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
2382 * defs.h (deprecated_modify_breakpoint_hook)
2383 (deprecated_command_loop_hook, deprecated_show_load_progress)
2384 (deprecated_print_frame_info_listing_hook)
2385 (deprecated_query_hook, deprecated_warning_hook)
2386 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
2387 (deprecated_delete_breakpoint_hook)
2388 (deprecated_interactive_hook, deprecated_registers_changed_hook)
2389 (deprecated_readline_begin_hook, deprecated_readline_hook)
2390 (deprecated_readline_end_hook, deprecated_register_changed_hook)
2391 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
2392 (deprecated_context_hook, deprecated_target_wait_hook)
2393 (deprecated_attach_hook, deprecated_detach_hook)
2394 (deprecated_call_command_hook, deprecated_set_hook)
2395 (deprecated_error_hook, deprecated_error_begin_hook)
2396 (deprecated_ui_load_progress_hook): Deprecate.
2397 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
2398 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
2399 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
2400 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
2401 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
2402 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
2403 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
2404 * annotate.c, aix-thread.c: Update.
2405
2406 2004-04-21 Andrew Cagney <cagney@redhat.com>
2407
2408 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
2409 * vaxnbsd-tdep.c: Include "gdb_string.h".
2410
2411 * symfile.c (symbol_file_add_from_memory): #if 0 function.
2412 (add_symbol_file_from_memory_command): #if 0 function body, call
2413 error instead.
2414
2415 2004-04-21 Andrew Cagney <cagney@redhat.com>
2416
2417 * gdbcore.h: Update copyright.
2418 (deprecated_add_core_fns): Rename add_core_fns.
2419 * win32-nat.c (_initialize_core_win32): Update.
2420 * sun3-nat.c (_initialize_core_sun3): Update.
2421 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
2422 * rs6000-nat.c (_initialize_core_rs6000): Update.
2423 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
2424 * nto-tdep.c (_initialize_nto_tdep): Update.
2425 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
2426 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
2427 * mips-nat.c (_initialize_core_mips): Update.
2428 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
2429 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
2430 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
2431 * lynx-nat.c (_initialize_core_lynx): Update.
2432 * irix5-nat.c (_initialize_core_irix5): Update.
2433 * i386-interix-nat.c (_initialize_core_interix): Update.
2434 * cris-tdep.c (_initialize_cris_tdep): Update.
2435 * corelow.c (deprecated_add_core_fns): Update.
2436 * core-regset.c (_initialize_core_regset): Update.
2437 * core-aout.c (_initialize_core_aout): Update.
2438 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
2439 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
2440 * alpha-nat.c (_initialize_core_alpha): Update.
2441
2442 2004-04-21 Jim Blandy <jimb@redhat.com>
2443
2444 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
2445
2446 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
2447
2448 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
2449 Delete.
2450 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
2451 (read_attribute_value): Update calls to dwarf_alloc_block.
2452 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
2453 dwarf2_tmp_obstack.
2454 (psymtab_to_symtab_1): Likewise. Clean up using
2455 free_stack_comp_unit.
2456 (add_to_cu_func_list): Use the comp_unit_obstack.
2457
2458 2004-04-19 Joel Brobecker <brobecker@gnat.com>
2459
2460 * dwarf2read.c (dwarf2_flag_true_p): New function.
2461 (die_is_declaration): Use the function above. Add some comments.
2462
2463 2004-04-19 Mark Kettenis <kettenis@gnu.org>
2464
2465 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
2466 architecture when registering sparcnbsd_core_osabi_sniffer.
2467 Adjust comment.
2468
2469 2004-04-18 Mark Kettenis <kettenis@gnu.org>
2470
2471 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
2472 return value.
2473
2474 Based on a patch from Brian Ford <ford@vss.fsi.com>:
2475 * i386-tdep.c: Correct register numbering scheme comments
2476 throughout.
2477 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
2478 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
2479 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
2480 (i386_gdb_arch_init): Likewise.
2481
2482 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
2483 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
2484 ppcnbsd-tdep.o.
2485
2486 * m68k-tdep.h: Tweak comments.
2487 * m68k-tdep.c: Tweak comment.
2488
2489 2004-04-17 Randolph Chung <tausq@debian.org>
2490
2491 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
2492 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
2493 (hppa_hpux_som_init_abi): Set is_elf to 0.
2494 (hppa_hpux_elf_init_abi): Set is_elf to 1.
2495 * hppa-tdep.c (low_text_segment_address): Remove global.
2496 (record_text_segment_lowaddr): Pass in low address as parameter. Use
2497 section offset to calculate segment address.
2498 (internalize_unwinds): Define low_text_segment_address as local and
2499 pass to record_text_segment_lowaddr for ELF targets.
2500 (hppa_gdbarch_init): Zero fill tdep structure.
2501 (hppa_dump_tdep): Print tdep structure.
2502 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
2503
2504 2004-04-17 Randolph Chung <tausq@debian.org>
2505
2506 * hppa-tdep.c (hppa_pseudo_register_read): Define.
2507 (hppa_gdbarch_init): Set pseudo_register_read.
2508 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
2509 * regcache.c (supply_register): Remove check for
2510 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
2511
2512 2004-04-17 Randolph Chung <tausq@debian.org>
2513
2514 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
2515 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
2516 (hpread_adjust_stack_address): Move to hpread.c.
2517 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
2518 obj_private_struct): Move from tm-hppa.h.
2519 * hpread.c (hppa-tdep.h): Include.
2520 (hpread_adjust_stack_address): Move from hppa-tdep.c.
2521 (hpread_read_function_type, hpread_read_doc_function_type)
2522 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
2523 directly.
2524 * pa64solib.c (hppa-tdep.h): Include.
2525 * somsolib.c (hppa-tdep.h): Include.
2526 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
2527 inferior_status): Remove unused forward declarations.
2528 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
2529 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
2530 obj_private_struct): Move to hppa-tdep.h.
2531 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
2532
2533 2004-04-17 Randolph Chung <tausq@debian.org>
2534
2535 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
2536 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
2537 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
2538 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
2539 Remove forward declaration and make static.
2540 (hppa_reg_struct_has_addr): Remove.
2541
2542 2004-04-16 Joel Brobecker <brobecker@gnat.com>
2543
2544 * observer.sh: Move comments in sed command to first column.
2545
2546 2004-04-16 Jason Molenda (jmolenda@apple.com)
2547
2548 * frame.c: Minor typeo corrections in comments.
2549
2550 2004-04-16 Joel Brobecker <brobecker@gnat.com>
2551
2552 * observer.c (observer_test_first_notification_function): Update
2553 function profile.
2554 (observer_test_second_notification_function): Likewise.
2555 (observer_test_third_notification_function): Likewise.
2556
2557 2004-04-16 Mark Kettenis <kettenis@gnu.org>
2558
2559 From Brian Ford <ford@vss.fsi.com>:
2560 * i386-tdep.c (i386_coff_init_abi): New function.
2561 * i386-tdep.h (i386_coff_init_abi): New prototype.
2562 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
2563 register number translation functions for DWARF and DWARF 2.
2564
2565 2004-04-16 Joel Brobecker <brobecker@gnat.com>
2566
2567 * dwarf2read.c: Back out my previous change, it was incorrect.
2568
2569 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
2570
2571 * dwarf2read.c: Include "hashtab.h".
2572 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
2573 has_namespace_info.
2574 (struct partial_die_info): Add comments. Use bitfields to reduce
2575 memory footprint. Add scope, scope_set, has_specification,
2576 spec_offset, die_parent, die_child, and die_sibling.
2577 (peek_die_abbrev): Add prototype.
2578 (partial_read_comp_unit_head): New function, broken out from
2579 dwarf2_build_psymtabs_hard.
2580 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
2581 Use partial_read_comp_unit_head. Initialize the CU and
2582 comp_unit_obstack. Update calls to read_partial_die and
2583 scan_partial_symbols. Use free_stack_comp_unit and
2584 load_partial_dies.
2585 (scan_partial_symbols): Change PDI to a pointer. Use the child and
2586 sibling pointers to walk partial DIEs. Call fixup_partial_die.
2587 Update calls to helper functions. Remove NAMESPACE argument.
2588 Update comments.
2589 (partial_die_parent_scope, partial_die_full_name): New functions.
2590 (add_partial_symbol): Remove namespace argument. Update call to
2591 pdi_needs_namespace. Use partial_die_full_name. Handle
2592 DW_TAG_namespace. Check has_namespace_info flag.
2593 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
2594 tag. Handle namespaces.
2595 (add_partial_namespace, add_partial_enumeration): Simplify.
2596 (guess_structure_name): New function, derived from
2597 add_partial_structure.
2598 (add_partial_structure): Remove.
2599 (determine_class_name): Update comment.
2600 (dwarf2_read_abbrevs): Set has_namespace_info flag.
2601 (is_type_tag_for_partial, load_partial_dies): New functions.
2602 (read_partial_die): Pass abbrev and abbrev_len as arguments.
2603 Record specifications instead of following them immediately.
2604 (find_partial_die_in_comp_unit, find_partial_die)
2605 (fixup_partial_die, free_stack_comp_unit)
2606 (hashtab_obstack_allocate, dummy_obstack_deallocate)
2607 (partial_die_hash, partial_die_eq): New functions.
2608 * Makefile.in (hashtab_h): Define.
2609 (dwarf2read.o): Update dependencies.
2610 (observer_inc, observer_h): Move to the correct section.
2611
2612 2004-04-15 Joel Brobecker <brobecker@gnat.com>
2613
2614 * dwarf2read.c (dwarf2_attribute_true_p): New function.
2615 (die_is_declaration): Use the function above. Add comment.
2616
2617 2004-04-15 Joel Brobecker <brobecker@gnat.com>
2618
2619 * dwarf2read.c (read_structure_scope): Identify stub types
2620 using die_is_declaration() only.
2621
2622 2004-04-15 Roland McGrath <roland@redhat.com>
2623
2624 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
2625 argument instead of NAME.
2626 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
2627 in call to symbol_file_add_with_addrs_or_offsets.
2628 (build_addr_info): New function, helper for ...
2629 (symbol_file_add_from_memory): New function.
2630 (add_symbol_file_from_memory_command): New function using that.
2631 (_initialize_symfile): Register it for add-symbol-file-from-memory.
2632 (pre_add_symbol_hook): Add const to argument type.
2633 * symfile.h (symbol_file_add_from_memory): Declare it.
2634
2635 2004-04-15 Mark Kettenis <kettenis@gnu.org>
2636
2637 * NEWS (New native configurations): Mention OpenBSD/vax.
2638 * configure.host: Add vax-*-openbsd*.
2639 * config/vax/obsd.mh: New file.
2640 * config/vax/nm-obsd.h: New file.
2641
2642 * vax-tdep.c: Include "regset.h".
2643 (vax_supply_gregset): New function.
2644 (vax_gregset): New variable.
2645 (vax_regset_from_core_section): New function.
2646 (vax_gdbarch_init): Set regset_from_core_section.
2647 * Makefile.in (vax-tdep.o): Update dependencies.
2648
2649 2004-04-15 Andrew Cagney <cagney@redhat.com>
2650
2651 * observer.c (normal_stop_subject, observer_notify_normal_stop)
2652 (observer_normal_stop_notification_stub)
2653 (observer_attach_normal_stop, observer_detach_normal_stop):
2654 Delete, replaced by #include "observer.inc".
2655 * infrun.c (normal_stop): Pass "stop_bpstat" to
2656 observer_notify_normal_stop.
2657 * Makefile.in (observer_inc): Define.
2658 (observer.o): Update dependencies.
2659 (observer.h, observer.inc): New rules.
2660 * observer.h: Delete file.
2661 * observer.sh: New file.
2662
2663 2004-04-15 Mark Kettenis <kettenis@gnu.org>
2664
2665 * vax-tdep.c (vax_frame_cache): Fix typo.
2666
2667 2004-04-14 Mark Kettenis <kettenis@gnu.org>
2668
2669 * NEWS (New native configurations): Mention NetBSD/vax.
2670 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
2671 * config/vax/nbsdelf.mh: New file.
2672 * config/vax/nbsdaout.mh: New file.
2673 * config/vax/nm-nbsd.h: New file.
2674 * config/vax/nm-nbsdaout.h: New file.
2675
2676 * vaxnbsd-tdep.c: New file.
2677 * Makefile.in (vaxnbsd-tdep.o): New dependency.
2678 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
2679 * config/vax/nbsd.mt: New file.
2680 * config/vax/tm-nbsd.h: New file.
2681
2682 * Makefile.in (vaxbsd-nat.o): New dependency.
2683
2684 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
2685 * vax-tdep.c (vax_store_arguments): Remove struct_return and
2686 struct_addr arguments. Don't push return value address.
2687 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
2688 arguments to vax_store_arguments. Store return value address in
2689 R1.
2690 (vax_store_struct_return, vax_extract_return_value)
2691 (vax_store_return_value): Remove functions.
2692 (vax_return_value): New function.
2693 (vax_gdbarch_init): Set return value. Don't set
2694 deprecated_store_struct_return, deprecated_extract_struct_return
2695 and deprecated_store_return_value.
2696
2697 2004-04-14 Andreas Schwab <schwab@suse.de>
2698
2699 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
2700 value buffer.
2701 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
2702
2703 2004-04-14 Mark Kettenis <kettenis@gnu.org>
2704
2705 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
2706 (vax_unwind_dummy_id): New functions.
2707 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
2708 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
2709 variables.
2710 (vax_fix_call_dummy): Remove function.
2711 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
2712 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
2713 call_dummy_location, deprecated_call_dummy_words,
2714 deprecated_sizeof_call_dummy_words,
2715 deprecated_call_dummy_breakpoint_offset,
2716 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
2717 and deprecated_dummy_write_sp.
2718
2719 2004-04-13 David Carlton <carlton@kealia.com>
2720
2721 * MAINTAINERS: Move myself to "paper trail" section.
2722
2723 2004-04-12 Mark Kettenis <kettenis@gnu.org>
2724
2725 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
2726 "trad-frame.h".
2727 (vax_frame_init_saved_regs): Remove function.
2728 (vax_sigtramp_saved_pc): Remove function.
2729 (vax_frame_saved_pc): Remove function.
2730 (vax_frame_args_address): Remove function.
2731 (vax_frame_num_args): Rewrite.
2732 (vax_frame_chain): Remove function.
2733 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
2734 VAX_FP_REGNUM.
2735 (vax_pop_frame): Likewise.
2736 (vax_saved_pc_after_call): Remove function.
2737 (struct vax_frame_cache): New structure.
2738 (vax_frame_cache): New function.
2739 (vax_frame_this_id): New function.
2740 (vax_frame_prev_register): New function.
2741 (vax_frame_unwind): New variable.
2742 (vax_frame_sniffer): New function.
2743 (vax_frame_base_address): New function.
2744 (vax_frame_args_address): New function.
2745 (vax_frame_base): New variable.
2746 (vax_unwind_pc): New function.
2747 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
2748 deprecated_fp_regnum, deprecated_saved_pc_after_call,
2749 deprecated_frame_chain, deprecated_frame_saved_pc,
2750 deprecated_frame_args_address and
2751 deprecated_frame_init_saved_regs.
2752 * Makefile.in (vax-tdep.o): Update dependencies.
2753
2754 * vaxbsd-nat.c: New file.
2755
2756 * vax-tdep.h: Update copyright year. Adjust comments.
2757 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
2758 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
2759 (vax_regnum): New enum. Replacing...
2760 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
2761 (VAX_PS_REGNUM): ... these removed macros.
2762 * vax-tdep.c (vax_register_name): Remove prototype.
2763 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
2764 (vax_register_byte, vax_register_raw_size,
2765 vax_register_virtual_size, vax_register_virtual_type): Remove
2766 functions.
2767 (vax_register_type): New function.
2768 (vax_breakpoint_from_pc): Reorganize.
2769 (vax_gdbarch_init): Set register_type. Don't set
2770 deprecated_register_size, deprecated_register_bytes,
2771 deprecated_register_byte, deprecated_register_raw_size,
2772 deprecated_max_register_raw_size,
2773 deprecated_register_virtual_size,
2774 deprecated_max_register_virtual_size and
2775 deprecated_register_virtual_type. Add comment on stack direction.
2776
2777 2004-04-11 Mark Kettenis <kettenis@gnu.org>
2778
2779 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
2780 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
2781 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
2782
2783 2004-04-10 Randolph Chung <tausq@debian.org>
2784
2785 * MAINTAINERS (write after approval): Add myself.
2786
2787 2004-04-07 Randolph Chung <tausq@debian.org>
2788
2789 * hppa-tdep.c (hppa_inner_than): Remove.
2790 (is_pa_2): Remove unused static variable.
2791 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
2792
2793 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
2794
2795 * language.h (language_defn): Add new la_post_parser field.
2796 * parser-defs.h (null_post_parser): New declaration (default for
2797 la_post_parser).
2798
2799 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
2800 insert call to that function.
2801 (parse_exp_in_context): New function, including code formerly in
2802 parse_exp_1. Calls language-dependent post-parser after
2803 prefixification.
2804 (parse_expression_in_context): New exported function.
2805 (null_post_parser): New definition.
2806 * expression.h (parse_expression_in_context): Add declaration.
2807
2808 * p-lang.c (pascal_language_defn): Add trivial post-parser.
2809 * c-lang.c (c_language_defn): Ditto.
2810 (cplus_language_defn): Ditto.
2811 (asm_language_defn): Ditto.
2812 (minimal_language_defn): Ditto.
2813 * f-lang.c (f_language_defn): Ditto.
2814 * jv-lang.c (java_language_defn): Ditto.
2815 * language.c (unknown_language_defn): Ditto.
2816 (auto_language_defn): Ditto.
2817 (local_language_defn): Ditto.
2818 * m2-lang.c (m2_language_defn): Ditto.
2819 * scm-lang.c (scm_language_defn): Ditto.
2820 * obj-lang.c (objc_language_defn): Ditto.
2821
2822 2004-04-10 Mark Kettenis <kettenis@gnu.org>
2823
2824 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
2825 (amd64nbsd_mcontext_addr): New function.
2826 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
2827 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
2828 with amd64nbsd_r_reg_offset, instead of building it on the fly.
2829
2830 * corelow.c (core_xfer_partial): Fix coding standards violation.
2831 Add support for TARGET_OBJECT_WCOOKIE.
2832
2833 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
2834 deprecated_pc_in_sigtramp.
2835 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
2836 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
2837 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
2838 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
2839 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
2840 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
2841 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
2842
2843 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
2844 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
2845 Fix typo.
2846
2847 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
2848 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
2849 (amd64_collect_fxsave): Likewise.
2850
2851 * i386-sol2-tdep.c: Include "gdb_string.h".
2852 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
2853 name.
2854 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
2855
2856 2004-04-10 Mark Kettenis <kettenis@gnu.org>
2857
2858 * i386-sol2-tdep.c: Include "solib-svr4.h".
2859 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
2860 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
2861 * config/i386/tm-i386sol2.h: Include :solib.h".
2862 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
2863 solib-svr4.o and solib-legacy.o.
2864 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
2865 solib-svr4.o.
2866
2867 2004-04-09 Mark Kettenis <kettenis@gnu.org>
2868
2869 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
2870 whether a register is supplied by PTRACE_GETFPREGS.
2871 (store_inferior_registers): Likewise.
2872 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
2873 whether a register is supplied by PT_GETFPREGS.
2874 (store_inferior_registers): Likewise.
2875
2876 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
2877 * config/i386/linux64.mt (TDEPFILES): Likewise.
2878
2879 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
2880
2881 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
2882 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
2883 the program counter is in the range specified by `struct
2884 gdbarch_tdep'.
2885 * amd64-linux-tdep.c: Include "symtab.h".
2886 (amd64_linux_pc_in_sigtramp): Remove function.
2887 (amd64_linux_sigtramp_p): New function.
2888 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
2889 deprecated_pc_in_sigtramp.
2890 * amd64nbsd-tdep.c: Include "symtab.h".
2891 (amd64nbsd_sigtramp_p): New function.
2892 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
2893 deprecated_pc_in_sigtramp.
2894 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
2895 few comments.
2896 (amd64obsd_pc_in_sigtramp): Remove function.
2897 (amd64obsd_sigtramp_p): New function.
2898 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
2899 deprecated_pc_in_sigtramp.
2900 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
2901 (i386bsd_pc_ins_sigtramp): Remove prototype.
2902 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
2903 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
2904 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
2905 the program counter is in the range specified by `struct
2906 gdbarch_tdep'.
2907 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
2908 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
2909 (i386_go32_pc_in_sigtramp): Remove function.
2910 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
2911 Initialize TDEP->sigtramp_p.
2912 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
2913 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
2914 deprecated_pc_in_sigtramp.
2915 * i386-linux-tdep.c: Adjust comments.
2916 (i386_linux_pc_in_sigtramp): Remove function.
2917 (i386_linux_sigtramp_p): New function.
2918 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
2919 deprecated_pc_in_sigtramp.
2920 * i386-nto-tdep.c: Update copyright year.
2921 (i386nto_pc_in_sigtramp): Remove function.
2922 (i386nto_sigtramp_p): New function.
2923 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
2924 SP_REGNUM.
2925 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
2926 deprecated_pc_in_sigtramp.
2927 * i386-sol2-tdep.c: Update copyright year.
2928 (i386_sol2_pc_in_sigtramp): Remove function.
2929 (i386_sol2_sigtramp_p): New function.
2930 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
2931 deprecated_pc_in_sigtramp.
2932 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
2933 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
2934 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
2935 deprecated_sigtramp_start and deprecated_sigtramp_end.
2936 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
2937 (i386nbsd_pc_in_sigtramp): Remove function.
2938 (i386nbsd_sigtramp_p): New function.
2939 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
2940 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
2941 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
2942 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
2943 (i386obsd_pc_in_sigtramp): Remove function.
2944 (i386obsd_sigtramp_p): New function.
2945 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
2946 functions.
2947 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
2948 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
2949 TDEP->sigtramp_p.
2950 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
2951 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
2952 dependencies.
2953
2954 * config/i386/i386aout.mt: Remove file.
2955
2956 * configure.tgt: Remove i[34567]86-*-go32*,
2957 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
2958 and i[34567]86-*-isc*. Set gdb_target to i386 for
2959 i[34567]86-*-netware* and i[34567]86-*-*.
2960 * config/i386/i386.mt: New file.
2961 * config/i386/embed.mt: Remove file.
2962 * config/i386/go32.mt: Remove file.
2963 * config/i386/i386nw.mt: Remove file.
2964 * config/i386/i386v.mt: Remove file.
2965 * config/i386/tm-go32.h: Remove file.
2966
2967 * tui/tui-hooks.c: Include "readline/readline.h" after
2968 "gdb_curses.h" instead of before.
2969 * tui/tui-io.c: Likewise.
2970
2971 * tui/tui.c: Fix typo in comment.
2972
2973 * sparc64-tdep.c (sparc_address_from_register): Remove function.
2974
2975 2004-04-08 Andrew Cagney <cagney@redhat.com>
2976
2977 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
2978 (deprecated_exception_support_initialized): Declare.
2979 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
2980 (initialize_hp_cxx_exception_support)
2981 (child_enable_exception_callback): Update.
2982 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
2983 (deprecated_exception_support_initialized): Rename
2984 deprecated_exception_catchpoints_are_fragile and
2985 deprecated_exception_support_initialized.
2986 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
2987
2988 * symtab.c (deprecated_hp_som_som_object_present): Rename
2989 hp_som_som_object_present.
2990 * symtab.h (deprecated_hp_som_som_object_present): Declare.
2991 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
2992 Update. Delete extern declaration.
2993 * valops.c (hp_som_som_object_present): Ditto.
2994 * parse.c (deprecated_hp_som_som_object_present)
2995 (parse_nested_classes_for_hpacc): Ditto.
2996 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
2997 * hppa-hpux-tdep.c (hp_som_som_object_present)
2998 (initialize_hp_cxx_exception_support): Ditto.
2999 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
3000 * cp-valprint.c (hp_som_som_object_present)
3001 (cp_print_class_method): Ditto.
3002 * c-typeprint.c (hp_som_som_object_present):
3003 (c_type_print_base): Ditto.
3004 * c-exp.y (hp_som_som_object_present): Ditto.
3005
3006 2004-04-08 Andrew Cagney <cagney@redhat.com>
3007
3008 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
3009 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
3010 (frame_unwind_find_by_frame): Re-implement the unwind code so
3011 that it can both prepend and append sniffers. Replace
3012 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
3013 * tramp-frame.c (tramp_frame_append): Use
3014 frame_unwind_prepend_unwinder.
3015 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
3016 frame_unwind_register_unwinder.
3017 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
3018 tramp_frame_append.
3019 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
3020 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
3021 (mips_linux_init_abi): Update.
3022
3023 2004-04-08 Kevin Buettner <kevinb@redhat.com>
3024
3025 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
3026 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
3027 file support.
3028
3029 2004-04-07 Kevin Buettner <kevinb@redhat.com>
3030
3031 * ia64-tdep.c (elf.h): Don't include.
3032 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
3033
3034 2004-04-07 Jason Molenda (jmolenda@apple.com)
3035
3036 * frame.h: Typeo corrections in comments.
3037
3038 2004-04-07 Jim Blandy <jimb@redhat.com>
3039
3040 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
3041 %esp and %ebp
3042
3043 2004-04-07 Mark Kettenis <kettenis@gnu.org>
3044
3045 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
3046 * config/sparc/linux64.mt (TDEPFILES): Likewise.
3047 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
3048 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
3049 and solib-legacy.o.
3050 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
3051 solib-svr4.o.
3052 * config/sparc/tm-sol2.h: Update copyright year. Include
3053 "solib.h".
3054
3055 * sparc-sol2-tdep.c: Update copyright year. Include
3056 "solib-svr4.h".
3057 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
3058 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
3059 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
3060 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
3061 dependencies.
3062
3063 2004-04-06 Andrew Cagney <cagney@redhat.com>
3064
3065 * infttrace.c: Include "infttrace.h".
3066 * infttrace.h: Include "target.h".
3067 * Makefile.in (infttrace_h): Update.
3068 (infttrace.o): Update.
3069
3070 2004-04-06 Andrew Cagney <cagney@redhat.com>
3071
3072 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
3073 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
3074 move extern declarations from here ...
3075 * infttrace.h: ... to here.
3076 * Makefile.in (hppah-nat.o): Update dependencies.
3077
3078 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
3079 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
3080 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
3081 (hppa_breakpoint_from_pc): Delete.
3082
3083 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
3084
3085 2004-04-05 Andrew Cagney <cagney@redhat.com>
3086
3087 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
3088 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
3089 <sys/file.h>.
3090
3091 2004-04-06 Randolph Chung <tausq@debian.org>
3092
3093 Committed by Andrew Cagney (mechanical change).
3094 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
3095 exception_catchpoints_are_fragile, find_stub_with_shl_get,
3096 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
3097 child_enable_exception_callback, current_ex_event,
3098 null_symtab_and_line, child_get_current_exception_event,
3099 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
3100 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
3101 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
3102 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
3103 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
3104 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
3105 Move hpux-specific definitions ...
3106 * hppa-hpux-tdep.c: ... to here.
3107
3108 2004-04-05 Andrew Cagney <cagney@redhat.com>
3109
3110 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
3111 skip_prologue_using_sal.
3112
3113 2004-04-05 Andrew Cagney <cagney@redhat.com>
3114
3115 * config/i386/tm-i386.h: Delete file.
3116 * config/i386/tm-vxworks.h: Update copyright, do not include
3117 "tm-i386.h".
3118 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
3119 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
3120 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
3121 * config/i386/ncr3000.mt (TM_FILE): Delete.
3122 * config/i386/interix.mt (TM_FILE): Delete.
3123 * config/i386/i386v.mt (TM_FILE): Delete.
3124 * config/i386/i386nw.mt (TM_FILE): Delete.
3125 * config/i386/i386gnu.mt (TM_FILE): Delete.
3126 * config/i386/i386aout.mt (TM_FILE): Delete.
3127 * config/i386/embed.mt (TM_FILE): Delete.
3128
3129 2004-04-05 Kevin Buettner <kevinb@redhat.com>
3130
3131 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
3132 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
3133 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
3134 (accg7_regnum): New constants.
3135 (last_spr_regnum, last_pseudo_regnum): Update.
3136 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
3137 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
3138 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
3139 for accg registers.
3140 (frv_register_sim_regno): Update spr_map[].
3141
3142 2004-04-04 Andrew Cagney <cagney@redhat.com>
3143
3144 * config/mips/xm-riscos.h: Delete.
3145 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
3146 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
3147 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
3148 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
3149 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
3150 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
3151 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
3152 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
3153 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
3154 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
3155 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
3156 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
3157 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
3158 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
3159 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
3160 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
3161 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
3162 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
3163 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
3164 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
3165 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
3166 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
3167 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
3168 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
3169 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
3170 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
3171
3172 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
3173 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
3174 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
3175 * configure.host: Remove m680[01]0-sun-sunos3*,
3176 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
3177 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
3178 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
3179 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
3180 mips-*-riscos*.
3181 * NEWS: Mention removed systems.
3182
3183 2004-04-04 Andrew Cagney <cagney@redhat.com>
3184
3185 GDB 6.1 release created from 6.1 branch.
3186
3187 2004-04-04 Andrew Cagney <cagney@redhat.com>
3188
3189 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
3190 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3191 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
3192
3193 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
3194 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
3195 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
3196
3197 2004-04-03 Jim Blandy <jimb@redhat.com>
3198
3199 * MAINTAINERS: Chris Faylor has changed employers; add him to
3200 "paper trail" section, and update his E-mail address.
3201
3202 2004-04-03 Andrew Cagney <cagney@redhat.com>
3203
3204 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
3205 generic dummy frames.
3206 * dummy-frame.c: Update copyright.
3207 (dummy_frame_sniffer): Delete check for generic dummy frames.
3208
3209 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
3210 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
3211 (REG_PARM_STACK_SPACE): Delete.
3212 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
3213 Inline reference to REG_PARM_STACK_SPACE.
3214
3215 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
3216 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
3217 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
3218 (FRAME_BASE_BEFORE_SIGTRAMP)
3219 (hppa32_hpux_frame_base_before_sigtramp)
3220 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
3221 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
3222 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
3223 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
3224 (FRAME_BASE_BEFORE_SIGTRAMP)
3225 (hppa64_hpux_frame_base_before_sigtramp)
3226 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
3227
3228 2004-04-03 Andrew Cagney <cagney@redhat.com>
3229
3230 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
3231
3232 2004-04-02 Andrew Cagney <cagney@redhat.com>
3233
3234 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
3235 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
3236 * dummy-frame.h: Delete out-of-date comments.
3237 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
3238 * gdbarch.h, gdbarch.c: Re-generate.
3239
3240 2004-04-02 Joel Brobecker <brobecker@gnat.com>
3241
3242 Committed by Andrew Cagney <cagney@redhat.com>.
3243 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
3244 into account an instruction saving a register if we have already
3245 seen an earlier instruction saving that same register.
3246
3247 2004-04-02 Andrew Cagney <cagney@redhat.com>
3248
3249 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
3250 * gdbarch.h, gdbarch.c: Re-generate.
3251 * frame.c (legacy_get_prev_frame): Delete references to
3252 DEPRECATED_INIT_FRAME_PC_FIRST.
3253
3254 * infrun.c (pc_in_sigtramp): Delete function.
3255 (check_sigtramp2): Inline call to pc_in_sigtramp, use
3256 get_frame_type.
3257
3258 2004-04-02 Andrew Cagney <cagney@redhat.com>
3259
3260 * infrun.c (handle_step_into_function): Delete code conditional on
3261 legacy_frame_p.
3262 (handle_inferior_event, step_over_function): Ditto.
3263
3264 2004-04-02 Andrew Cagney <cagney@redhat.com>
3265
3266 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
3267 "previous frame inner to this frame" test.
3268
3269 2004-04-02 Andrew Cagney <cagney@redhat.com>
3270
3271 * frame.c (safe_frame_unwind_memory): New function.
3272 * frame.h (safe_frame_unwind_memory): Declare. Update description
3273 of /safe_/ methods.
3274 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
3275 "next_frame". Use safe_frame_unwind_memory.
3276 (tramp_frame_sniffer): Update call to tramp_frame_start.
3277
3278 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
3279
3280 * dwarf2read.c (dwarf2_objfile_data_key): New.
3281 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
3282 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
3283 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
3284 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
3285 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
3286 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
3287 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
3288 Remove variables.
3289 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
3290 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
3291 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
3292 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
3293 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
3294 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
3295 Remove macros.
3296 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
3297 data.
3298 (dwarf2_locate_sections, dwarf2_build_psymtabs)
3299 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
3300 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
3301 (read_partial_die, read_full_die, read_indirect_string)
3302 (dwarf_decode_line_header, dwarf_decode_macros)
3303 (dwarf2_symbol_mark_computed): Remove use of removed macros.
3304 Update uses of removed variables.
3305 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
3306 of removed macros.
3307 (_initialize_dwarf2_read): New function.
3308 * symfile.h (dwarf2_has_info): Update prototype.
3309 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
3310 * elfread.c (elf_symfile_read): Likewise.
3311
3312 2004-04-01 Jim Blandy <jimb@redhat.com>
3313
3314 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
3315 function for register numbers on all the rs6000-derived targets.
3316 (rs6000_gdbarch_init): Don't register a separate
3317 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
3318 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
3319 variants.
3320
3321 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
3322 numbering.
3323
3324 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3325
3326 * valarith.c: Update copyright notice.
3327 (value_add): Handle range types.
3328 (value_sub): Ditto.
3329 (value_equal): Ditto.
3330 (value_less): Ditto.
3331 (value_neg): Ditto.
3332 (value_complement): Ditto.
3333 (value_binop): Simplify slightly by using is_integral_type and
3334 eliminiating unnecessary COERCE_ENUMs.
3335
3336 2004-03-31 Andrew Cagney <cagney@redhat.com>
3337
3338 * frame.h (frame_unwind_id): Declare.
3339 * frame.c (frame_unwind_id): New function.
3340 (get_prev_frame_1): New function.
3341 (frame_debug_got_null_frame): New function.
3342 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
3343 code proper to prev_frame, update description.
3344 * infrun.c (step_over_function): Use frame_unwind_id.
3345
3346 2004-04-31 J. Brobecker <brobecker@gnat.com>
3347
3348 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
3349 (hppa64_push_dummy_call): Likewise.
3350
3351 2004-03-30 Jim Blandy <jimb@redhat.com>
3352
3353 From Ulrich Weigand:
3354 * utils.c (query): Do not use a va_list variable multiple times.
3355
3356 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
3357
3358 * Makefile.in (linux_nat_h): Update dependencies.
3359 * configure.in: Check for <gnu/libc-version.h>.
3360 * configure: Regenerate.
3361 * config.in: Regenerate.
3362 * linux-nat.h: Include "target.h". Add waitstatus field to
3363 struct lwp_info.
3364 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
3365 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
3366 to.
3367 (lin_lwp_handle_extended): New function. Handle clone events.
3368 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
3369 thread exit events.
3370 (child_wait): Handle clone events.
3371 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
3372 * linux-nat.c (linux_enable_event_reporting): Turn on
3373 PTRACE_O_TRACECLONE.
3374 (linux_handle_extended_wait): Handle clone events.
3375 * thread-db.c: Include <gnu/libc-version.h>.
3376 (struct private_thread_info): Add dying flag.
3377 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
3378 higher.
3379 (attach_thread): Update comments. Handle dying threads.
3380 (detach_thread): Set the dying flag.
3381 (check_event): Always call attach_thread.
3382
3383 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
3384
3385 * mips-tdep.c (mips_pdr_data): New.
3386 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
3387 (_initialize_mips_tdep): Initialize mips_pdr_data.
3388
3389 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
3390
3391 * minsyms.c (install_minimal_symbols): Move dropping leading
3392 char from linkage name from here...
3393 (prim_record_minimal_symbol_and_info): ...to here. Simplify
3394 test for "__gnu_compiled*" symbols.
3395
3396 2004-03-28 Jim Blandy <jimb@redhat.com>
3397
3398 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
3399 registers to temp register r0 and byte stores as prologue
3400 instructions.
3401
3402 2004-03-28 Andrew Cagney <cagney@redhat.com>
3403
3404 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
3405 arm*-*-*.
3406
3407 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
3408
3409 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
3410 and switch the layout to force a display of register window.
3411
3412 2004-02-26 J. Brobecker <brobecker@gnat.com>
3413
3414 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
3415 of the INTEGER class.
3416
3417 2004-03-26 Jim Blandy <jimb@redhat.com>
3418
3419 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
3420 bytes long on PPC GNU/Linux.
3421
3422 2004-03-26 David Carlton <carlton@kealia.com>
3423
3424 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
3425
3426 2004-03-25 Andrew Cagney <cagney@redhat.com>
3427
3428 * PROBLEMS: Add general section titles, remove references to
3429 specific releases.
3430
3431 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
3432
3433 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
3434 INT_REGISTER_SIZE.
3435 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
3436 FP_REGISTER_VIRTUAL_SIZE.
3437 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
3438 of DEPRECATED_REGISTER_RAW_SIZE.
3439 (arm_register_type): Add gdbarch argument.
3440 (arm_register_raw_size, arm_register_virtual_size): Delete.
3441 (arm_register_byte, arm_extract_return_value)
3442 (arm_store_return_value, arm_get_longjmp_target): Update references
3443 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
3444 (arm_gdbarch_init): Likewise. Don't set
3445 deprecated_register_raw_size, deprecated_register_virtual_size,
3446 deprecated_max_register_raw_size,
3447 deprecated_max_register_virtual_size, or
3448 deprecated_max_register_virtual_type. Do set register_type.
3449 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
3450 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
3451 (FP_REGISTER_VIRTUAL_SIZE): Delete.
3452 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
3453 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
3454 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
3455 INT_REGISTER_SIZE.
3456 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
3457 (remote_rdp_store_register): Likewise.
3458
3459 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
3460
3461 * Makefile.in (mips-linux-tdep.o): Update dependencies.
3462 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
3463 to after osabi initialization.
3464 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
3465 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
3466 functions.
3467 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
3468 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
3469 variables.
3470 (mips_linux_init_abi): Append signal trampoline unwinders.
3471
3472 2004-03-24 Andrew Cagney <cagney@redhat.com>
3473
3474 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
3475 * tramp-frame.c: Include "gdb_assert.h".
3476 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
3477 correct sizeof.
3478 (tramp_frame_append): Validate the tramp frame's instructions.
3479 * Makefile.in (tramp-frame.o): Update dependencies.
3480
3481 2004-03-23 Andrew Cagney <cagney@redhat.com>
3482
3483 * trad-frame.h (trad_frame_set_reg_addr): Declare.
3484
3485 2004-03-23 Andrew Cagney <cagney@redhat.com>
3486
3487 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
3488 Nasser as past testsuite/lib/ (and other) maintainers.
3489
3490 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
3491
3492 * infcmd.c (attach_command): Reread symbols if we already have
3493 an exec file.
3494
3495 2004-03-23 Andrew Cagney <cagney@redhat.com>
3496
3497 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
3498
3499 2004-03-23 Andrew Cagney <cagney@redhat.com>
3500
3501 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
3502 * gdbarch.h, gdbarch.c: Re-generate.
3503 * i386obsd-tdep.c (i386obsd_init_abi): Update.
3504 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
3505 * i386bsd-tdep.c (i386bsd_init_abi): Update.
3506 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
3507 (DEPRECATED_SIGTRAMP_START): Update.
3508 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
3509 (DEPRECATED_SIGTRAMP_START): Update.
3510 * blockframe.c (find_pc_sect_partial_function): Update.
3511 * arch-utils.c (legacy_pc_in_sigtramp): Update.
3512
3513 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
3514
3515 * remote.c (remote_open_1): Reopen the exec file and reread symbols
3516 if necessary.
3517
3518 2004-03-23 Andrew Cagney <cagney@redhat.com>
3519
3520 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
3521 predicate, deprecate.
3522 * gdbarch.h, gdbarch.c: Re-generate.
3523 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
3524 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
3525 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
3526 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
3527 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
3528 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
3529 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
3530 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
3531 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
3532 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
3533 * blockframe.c (find_pc_partial_function): Update.
3534 * breakpoint.c (bpstat_what): Update.
3535 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
3536 * frv-linux-tdep.c (frv_linux_init_abi): Update.
3537 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
3538 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
3539 * i386-interix-tdep.c (i386_interix_init_abi): Update.
3540 * i386-linux-tdep.c (i386_linux_init_abi): Update.
3541 * i386-nto-tdep.c (i386nto_init_abi): Update.
3542 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
3543 * i386-tdep.c (i386_sigtramp_frame_sniffer)
3544 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
3545 * i386bsd-tdep.c (i386bsd_init_abi): Update.
3546 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
3547 * i386obsd-tdep.c (i386obsd_init_abi): Update.
3548 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
3549 * infrun.c (pc_in_sigtramp): Update.
3550 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
3551 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
3552 * mips-tdep.c (mips_gdbarch_init): Update.
3553 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
3554 * ppc-linux-tdep.c: Update comment.
3555 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
3556 * shnbsd-tdep.c (shnbsd_init_abi): Update.
3557 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
3558 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
3559 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
3560 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
3561 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
3562 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
3563 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
3564 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
3565
3566 2004-03-23 Andrew Cagney <cagney@redhat.com>
3567
3568 * tramp-frame.h, tramp-frame.h: New files.
3569 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
3570 Update rules to include "tramp-frame.h" and "tramp-frame.c".
3571
3572 * Makefile.in: Update all dependencies.
3573
3574 2004-03-23 Andrew Cagney <cagney@redhat.com>
3575
3576 * Makefile.in (trad_frame_h): Add $(frame_h).
3577 * trad-frame.h: Update copyright. Include "frame.h".
3578 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
3579 (trad_frame_set_id, trad_frame_get_id): Declare.
3580 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
3581 * trad-frame.c: Update copyright.
3582 (struct trad_frame_cache): Define.
3583 (trad_frame_cache_zalloc): New function.
3584 (trad_frame_set_id, trad_frame_get_id): New functions.
3585 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
3586
3587 2004-03-22 Andrew Cagney <cagney@redhat.com>
3588
3589 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
3590 s390_pltstub_unwind_cache.
3591 (s390_stub_frame_unwind_cache): Rename
3592 s390_pltstub_frame_unwind_cache.
3593 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
3594 (s390_stub_frame_prev_register): Rename
3595 s390_pltstub_frame_prev_register.
3596 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
3597 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
3598
3599 From Ulrich Weigand:
3600 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
3601 pointer calls like PLT calls.
3602
3603 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
3604
3605 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
3606 PC rather than the partial function start address. Use the start
3607 address to sanity check the found PDR.
3608
3609 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
3610
3611 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
3612 linux_handle_extended_wait.
3613
3614 2004-03-22 Andrew Cagney <cagney@redhat.com>
3615
3616 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
3617 function.
3618
3619 * frame.h (generic_pop_current_frame): Delete declaration.
3620 (deprecate_pop_dummy_frame): Deprecate
3621 generic_pop_dummy_frame.
3622 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
3623 (generic_pop_current_frame): Delete function.
3624 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
3625 generic_pop_current_frame.
3626 * v850-tdep.c (v850_pop_frame): Update.
3627 * mcore-tdep.c (mcore_pop_frame): Update.
3628 * sh64-tdep.c (sh64_pop_frame): Update.
3629 * h8300-tdep.c (h8300_pop_frame): Update.
3630
3631 2004-03-22 Andrew Cagney <cagney@redhat.com>
3632
3633 * frame.h (deprecated_pc_in_call_dummy): Rename
3634 generic_pc_in_call_dummy.
3635 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
3636 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
3637 generic_pc_in_call_dummy.
3638 (pc_in_dummy_frame): Make static.
3639 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
3640 * gdbarch.h, gdbarch.c: Re-generate.
3641 * dummy-frame.c (dummy_frame_sniffer): Simplify.
3642 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
3643 (legacy_get_prev_frame): Ditto.
3644 * inferior.h: Delete reference to generic_pc_in_call_dummy in
3645 comment.
3646
3647 2004-03-21 Andrew Cagney <cagney@redhat.com>
3648
3649 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
3650 declaration and out-of-date comment.
3651 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
3652 Delete function.
3653 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
3654 deprecated_pc_in_call_dummy.
3655
3656 * infrun.c (handle_inferior_event): For non legacy frames, use the
3657 frame ID and frame type to identify a signal trampoline. Update
3658 comments.
3659
3660 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
3661
3662 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
3663 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
3664
3665 2004-03-21 Andrew Cagney <cagney@redhat.com>
3666
3667 * frame-unwind.h: Update copyright.
3668 (struct frame_data): Add opaque declaration.
3669 (frame_sniffer_ftype): Declare.
3670 (struct frame_unwind): Add "unwind_data" and "sniffer".
3671 (frame_unwind_register_unwinder): Declare.
3672 (frame_unwind_find_by_frame): Add parameter "this_cache".
3673 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
3674 (legacy_get_prev_frame, legacy_get_prev_frame)
3675 (get_frame_type): Pass the prologue_cache to
3676 frame_unwind_find_by_frame.
3677 * frame-unwind.c (struct frame_unwind_table_entry): Add field
3678 "unwinder".
3679 (frame_unwind_register_unwinder): New function.
3680 (frame_unwind_find_by_frame): Handle an unwind sniffer.
3681
3682 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
3683
3684 * bcache.c (print_percentage): Use floating point to avoid
3685 incorrect results when portion*100 overflows.
3686
3687 2004-03-19 Kevin Buettner <kevinb@redhat.com>
3688
3689 * ppc_tdep.h (ppc_linux_frame_saved_pc)
3690 (ppc_linux_init_extra_frame_info)
3691 (ppc_linux_frameless_function_invocation)
3692 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
3693 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
3694 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
3695 (rs6000_frame_chain): Delete declarations.
3696 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
3697 (ppc_linux_init_extra_frame_info)
3698 (ppc_linux_frameless_function_invocation)
3699 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
3700 (ppc_linux_init_abi): Remove registration of above deleted functions.
3701 * rs6000-tdep.c (rs6000_init_extra_frame_info)
3702 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
3703 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
3704 (rs6000_pop_frame, rs6000_frameless_function_invocation)
3705 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
3706 (rs6000_gdbarch_init): Remove registration of above deleted functions.
3707 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
3708 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
3709 frame management for all OSABIs.
3710
3711 2004-03-19 Andrew Cagney <cagney@redhat.com>
3712
3713 Committed by Kevin Buettner <kevinb@redhat.com>.
3714
3715 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
3716 Update copyright.
3717 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
3718 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
3719 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
3720 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
3721 unwinders. #ifdef legacy frame code.
3722 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
3723 "frame-base.h".
3724 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
3725 (struct rs6000_frame_cache, rs6000_frame_cache)
3726 (rs6000_frame_this_id, rs6000_frame_prev_register)
3727 (rs6000_frame_sniffer, rs6000_frame_unwind)
3728 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
3729 (rs6000_frame_base): Implement a traditional frame unwinder.
3730 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
3731 frame unwinder.
3732
3733 2004-03-19 Kevin Buettner <kevinb@redhat.com>
3734
3735 * breakpoint.c (adjust_breakpoint_address): Don't adjust
3736 breakpoint address for watchpoints or the catch eventpoints.
3737 Add new paramter ``bptype''. Adjust all callers.
3738
3739 2004-03-19 Andrew Cagney <cagney@redhat.com>
3740
3741 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
3742
3743 * PROBLEMS: Delete note that ARM does not use frame code, problem
3744 fixed.
3745
3746 2004-03-18 Andrew Cagney <cagney@redhat.com>
3747
3748 * stack.c (return_command): Delete code wrapped in #ifdef
3749 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
3750
3751 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
3752
3753 2004-03-18 Andrew Cagney <cagney@redhat.com>
3754
3755 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
3756 DEPRECATED_IN_SIGTRAMP.
3757 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
3758 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
3759 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
3760 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
3761 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
3762 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
3763 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
3764 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
3765 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
3766 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
3767
3768 2004-03-18 Andrew Cagney <cagney@redhat.com>
3769
3770 * frame-base.c: Update copyright. Include "gdb_obstack.h".
3771 (struct frame_base_table_entry): Define.
3772 (struct frame_base_table): Re-implement as a linked list.
3773 (frame_base_init): Re-implement.
3774 (frame_base_table): Delete function.
3775 (append_predicate): Delete function.
3776 (frame_base_append_sniffer): Update.
3777 (frame_base_set_default): Update.
3778 (frame_base_find_by_frame): Update.
3779 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
3780 * Makefile.in (frame-base.o): Update dependencies.
3781
3782 2004-03-17 Andrew Cagney <cagney@redhat.com>
3783
3784 * frame.c (legacy_get_prev_frame): Pass correct frame to
3785 frame_unwind_find_by_frame.
3786
3787 2004-03-17 David Carlton <carlton@kealia.com>
3788
3789 * NEWS: Mention C++ nested types and namespaces
3790
3791 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
3792
3793 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
3794 and "Regressions since gdb 5.3.". Add known regressions since
3795 gdb 6.0.
3796
3797 2004-03-16 David Carlton <carlton@kealia.com>
3798
3799 * dwarf2read.c (process_structure_scope): Process children even
3800 when we're a declaration.
3801
3802 2004-03-16 Andrew Cagney <cagney@redhat.com>
3803
3804 * symtab.h (find_pc_sect_partial_function): Delete declaration.
3805 * blockframe.c (find_pc_partial_function)
3806 (find_pc_sect_partial_function): Merge into a single
3807 find_pc_partial_function.
3808
3809 2004-03-16 Mark Kettenis <kettenis@gnu.org>
3810
3811 * i386bsd-nat.c: s/regno/regnum/g.
3812 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
3813 FP0_REGNUM.
3814 (store_inferior_registers): Likewise.
3815
3816 2004-03-16 Mark Kettenis <kettenis@gnu.org>
3817
3818 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
3819 of i387_fill_fsave.
3820 (store_inferior_registers): Call i387_collect_fsave and
3821 i387_collect_fxsave instead of i387_fill_fsave and
3822 i387_fill_fxsave.
3823
3824 2004-03-15 Andrew Cagney <cagney@redhat.com>
3825
3826 * Makefile.in (frame-unwind.o): Update dependencies.
3827 * frame-unwind.c: Include "gdb_obstack.h".
3828 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
3829 parameter.
3830 (append_predicate): Delete function.
3831 (struct frame_unwind_table_entry): New structure.
3832 (struct frame_unwind_table): Replace "sniffer" with "head" and
3833 "tail".
3834 (frame_unwind_append_sniffer): Update.
3835 (frame_unwind_find_by_frame): Update.
3836 (_initialize_frame_unwind): Registe frame_unwind_init using
3837 gdbarch_data_register_pre_init.
3838
3839 2004-03-15 Mark Kettenis <kettenis@gnu.org>
3840
3841 * i386bsd-nat.c: Update copyright year.
3842 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
3843 define unconditionally.
3844
3845 2004-03-15 Mark Kettenis <kettenis@gnu.org>
3846
3847 * i387-tdep.h (i387_collect_fsave): New prototype.
3848 * i387-tdep.c (i387_collect_fsave): New function containing most
3849 of the code from i387_fill_fsave.
3850 (i387_fill_fsave): Call i387_collect_fsave.
3851
3852 2004-03-15 Mark Kettenis <kettenis@gnu.org>
3853
3854 * i386-linux-tdep.c: Update copyright year.
3855 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
3856 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
3857 svr4_ilp32_link_map_offsets instead of
3858 i386_linux_svr4_fetch_link_map_offsets.
3859
3860 2004-03-15 David Carlton <carlton@kealia.com>
3861
3862 Fix for PR c++/1553:
3863 * dwarf2read.c (read_structure_type): Determine type name by
3864 calling determine_class_name.
3865 (determine_class_name): New.
3866 (determine_prefix): Look at TYPE_TAG_NAME and call
3867 determine_class_name when appropriate.
3868 (determine_prefix_aux, class_name): Delete.
3869 (read_namespace): Set die->type.
3870
3871 2004-03-15 Kevin Buettner <kevinb@redhat.com>
3872
3873 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
3874 unused macro definition. The definition in target.h (or perhaps
3875 elsewhere) takes precedence.
3876
3877 2004-03-15 Andrew Cagney <cagney@redhat.com>
3878
3879 * ppc-tdep.h: Update copyright.
3880 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
3881 function signatures to match "regsets.h".
3882 * ppc-linux-tdep.c: Include "regset.h".
3883 (ELF_GREGSET_SIZE): Delete.
3884 (right_supply_register): New function.
3885 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
3886 using right_supply_register.
3887 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
3888 functions.
3889 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
3890 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
3891 (_initialize_ppc_linux_tdep): Do not register
3892 ppc_linux_regset_core_fns.
3893 (ppc_linux_regset_from_core_section): Replace
3894 fetch_core_registers.
3895 (ppc_linux_regset_core_fns): Delete.
3896 * ppc-linux-nat.c: (right_fill_reg): New function.
3897 (supply_gregset): Update call to ppc_linux_supply_gregset.
3898 (fill_gregset): Clear the register set, use right_fill_reg.
3899 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
3900 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
3901
3902 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
3903 unsigned.
3904
3905 2004-03-15 Andrew Cagney <cagney@redhat.com>
3906
3907 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
3908 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
3909 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
3910 and register_gdbarch_data.
3911 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
3912 (struct gdbarch_data): Replace "init" by "pre_init" and
3913 "post_init".
3914 * gdbarch.h, gdbarch.c: Re-generate.
3915 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
3916 with"obstack", use OBSTACK_ZALLOC.
3917 (dwarf2_frame_ops): Delete.
3918 (dwarf2_frame_set_init_reg): Use gdbarch_data.
3919 (dwarf2_frame_init_reg): Use gdbarch_data.
3920 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
3921 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
3922 (_initialize_svr4_solib): Update.
3923 * user-regs.c (_initialize_user_regs): Update.
3924 * reggroups.c (_initialize_reggroup): Update.
3925 * regcache.c (_initialize_regcache): Update.
3926 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
3927 * libunwind-frame.c (_initialize_libunwind_frame): Update.
3928 * gnu-v3-abi.c (init_gnuv3_ops): Update.
3929 * frame-unwind.c (_initialize_frame_unwind): Update.
3930 * frame-base.c (_initialize_frame_base): Update.
3931 * user-regs.c (user_reg_add): Update.
3932 * reggroups.c (reggroup_add): Update.
3933 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
3934 * libunwind-frame.c (libunwind_frame_set_descr): Update.
3935 * frame-unwind.c (frame_unwind_append_sniffer): Update.
3936 * frame-base.c (frame_base_table): Update.
3937 * remote.c (_initialize_remote): Update.
3938 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
3939
3940 2004-03-15 Andrew Cagney <cagney@redhat.com>
3941
3942 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
3943
3944 2004-03-15 Kevin Buettner <kevinb@redhat.com>
3945
3946 * Makefile.in (frv-linux-tdep.o): Add dependencies.
3947 * frv-linux-tdep.c: New file.
3948 * frv-tdep.c (struct gdbarch_tdep): Add new field
3949 ``sigcontext_reg_addr''.
3950 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
3951 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
3952 (frv_sigramp_frame_sniffer): New functions.
3953 (frv_sigtramp_frame_unwind): New static global.
3954 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
3955 sniffers.
3956 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
3957 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
3958
3959 2004-03-15 Kevin Buettner <kevinb@redhat.com>
3960
3961 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
3962 but not via a call to error(), when unable to read memory.
3963
3964 2004-03-15 Kevin Buettner <kevinb@redhat.com>
3965
3966 * frv-tdep.c (frv_call_dummy_words): Delete.
3967 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
3968
3969 2004-03-15 Andrew Cagney <cagney@redhat.com>
3970
3971 * infrun.c (handle_step_into_function, step_over_function): Only
3972 update and use STEP_FRAME_ID when the system is using legacy
3973 frames. Update comments.
3974
3975 2004-03-14 Mark Kettenis <kettenis@gnu.org>
3976
3977 * amd64-linux-tdep.h: Remove file.
3978 * amd64-linux-tdep.c: Don't include "inferior.h" and
3979 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
3980 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
3981 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
3982 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
3983 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
3984 macros.
3985 (user_to_gdb_regmap): Remove variable.
3986 (amd64_linux_gregset_reg_offset): New variable.
3987 (amd64_core_fns): Remove variable.
3988 (fetch_core_registers): Remove function.
3989 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
3990 functions.
3991 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
3992 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
3993 * Makefile.in (amd64_linux_tdep_h): Remove.
3994 (amd64-linux-nat.o): Update dependencies.
3995 (amd64-linux-tdep.o): Update dependencies.
3996
3997 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3998 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
3999 functions.
4000 (fetch_inferior_registers, store_inferior_registers): Rewrite.
4001
4002 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
4003 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
4004
4005 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
4006
4007 * dwarf2read.c (read_structure_type): Rename from
4008 read_structure_scope. Don't create a symbol or call process_die.
4009 Return immediately if die->type is set. Call read_type_die before
4010 dwarf2_add_member_fn.
4011 (process_structure_scope): New function.
4012 (read_enumeration_type, process_enumeration_scope): New functions,
4013 broken out from read_enumeration. Don't create the enumeration
4014 type if it has already been created.
4015 (read_enumeration): Removed.
4016 (process_die): Call read_structure_type, process_structure_scope,
4017 read_enumeration_type, and process_enumeration_scope. Just call
4018 new_symbol for base and subrange types. Add a comment about other
4019 type dies.
4020 (read_type_die): Call read_enumeration_type.
4021 (add_partial_structure, new_symbol): Update comments.
4022
4023 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
4024
4025 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
4026
4027 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
4028
4029 * tui/tui-win.h (tui_get_cmd_list): Declare.
4030 * tui/tui-win.c (tui_command): New function.
4031 (tui_get_cmd_list): New function.
4032 (_initialize_tui_win): Moved initialization of tui command in
4033 tui_get_cmd_list.
4034
4035 * tui/tui-data.c (init_content_element): Setup new data members.
4036 (init_win_info): Likewise.
4037 (free_content_elements): Free it.
4038 * tui/tui-data.h (struct tui_data_element): Store the register
4039 content to print.
4040 (struct tui_data_info): Keep the current register group.
4041
4042 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
4043
4044 * tui/tui-regs.h (tui_show_registers): Update prototype.
4045 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
4046 (tui_resize_all): No need to calculate anything for register window.
4047 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
4048 (tui_set_register_element, tui_set_general_regs_content): Remove.
4049 (tui_set_special_regs_content): Remove.
4050 (tui_set_general_and_special_regs_content): Remove.
4051 (tui_set_float_regs_content): Remove.
4052 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
4053 (tui_set_regs_content): Remove.
4054 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
4055 (tui_v_show_registers_command_support): Remove.
4056 (tui_show_registers): Use a reggroup to specify the registers to show.
4057 (tui_show_register_group): New function.
4058 (tui_display_registers_from): Compute the layout of register window
4059 and refresh with new API; be sure to delete old register windows.
4060 (tui_check_register_values): Update to use tui_get_register and
4061 tui_display_data.
4062 (tui_display_register): Just refresh the register window part.
4063 (tui_register_format): Format registers and save in tui_data_element.
4064 (tui_get_register): New to combine tui_reg_value_has_changed and
4065 tui_get_register_raw_value; fix to use the new gdb API.
4066 (tui_show_float_command): Renamed tui_reg_float_command.
4067 (tui_show_general_command): Renamed tui_reg_general_command.
4068 (tui_show_special_command): Renamed tui_reg_system_command.
4069 (_initialize_tui_regs): Remove unused commands.
4070
4071 2004-03-13 Mark Kettenis <kettenis@gnu.org>
4072
4073 * NEWS (New native configurations): Mention OpenBSD/amd64.
4074
4075 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
4076 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
4077 Remove defines.
4078 * config/i386/nm-fbsd64.h: Likewise.
4079 * config/i386/nm-obsd.h: Likewise.
4080 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
4081 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
4082
4083 2004-03-12 Kevin Buettner <kevinb@redhat.com>
4084
4085 * frv-tdep.c (set_variant_scratch_registers): New function.
4086 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
4087 New constants.
4088
4089 From Richard Sandiford <rsandifo@redhat.com>:
4090 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
4091
4092 2004-03-12 Kevin Buettner <kevinb@redhat.com>
4093
4094 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
4095 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
4096 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
4097 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
4098 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
4099 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
4100 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
4101 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
4102 definitions from frv-tdep.c to frv-tdep.h.
4103
4104 2004-03-12 Kevin Buettner <kevinb@redhat.com>
4105
4106 Add shared library support for FR-V FDPIC ABI:
4107 * Makefile.in (solib-frv.o): Add dependencies.
4108 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
4109 New functions.
4110 (frv_push_dummy_call): Add support for FDPIC ABI.
4111 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
4112 for FDPIC ABI.
4113 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
4114 (frv_fdpic_find_canonical_descriptor): Declare.
4115 * solib-frv.c: New file.
4116 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
4117 * config/frv/tm-frv.h (solib.h): Include.
4118
4119 2004-03-12 Kevin Buettner <kevinb@redhat.com>
4120
4121 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
4122 (frv-tdep.o): Update dependencies.
4123 * frv-tdep.h: New file.
4124 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
4125 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
4126 constants.
4127 (struct gdbarch_tdep): Add new member ``frv_abi''.
4128 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
4129 functions.
4130 (new_variant): Set ``frv_abi'' field.
4131 (gdb_arch_init): Detect FDPIC executables.
4132
4133 2004-03-12 Mark Kettenis <kettenis@gnu.org>
4134
4135 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
4136 wrapper.
4137
4138 2004-03-11 Andrew Cagney <cagney@redhat.com>
4139
4140 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
4141
4142 2004-03-11 Kevin Buettner <kevinb@redhat.com>
4143
4144 * solist.h (master_so_list): New function.
4145 * solib.c (master_so_list): Likewise.
4146 * solib-svr4.c (enable_break): Iterate over so_list entries
4147 obtained from master list instead of entries obtained directly
4148 via svr4_current_sos().
4149
4150 2004-03-10 Ben Elliston <bje@gnu.org>
4151
4152 * MAINTAINERS: Update my mail address.
4153
4154 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
4155
4156 * remote-m32r-sdi.c: Support hardware watchpoint.
4157
4158 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4159
4160 * user-regs.c: Update copyright years.
4161 (struct user_regs): Rename to gdb_user_regs.
4162 (append_user_reg, builtin_user_regs, user_regs_init)
4163 (user_reg_add, user_reg_map_name_to_regnum)
4164 (usernum_to_user_reg): Update.
4165
4166 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4167
4168 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
4169 (skip_children): New functions.
4170 (locate_pdi_sibling): Call skip_children.
4171
4172 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4173
4174 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
4175 * gdbtypes.c (check_typedef): Update comments.
4176
4177 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4178
4179 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
4180 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
4181 pointer. Update comment about comp_unit_head.
4182 (struct abbrev_info): Shorten two int flags.
4183 (dwarf_alloc_abbrev): Take a CU argument.
4184 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
4185 each time through the loop. Update cleanup argument.
4186 (psymtab_to_symtab_1): Update cleanup call.
4187 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
4188 abbrev_obstack.
4189 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
4190 Just call obstack_free and clear the pointer.
4191
4192 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4193
4194 * infrun.c (handle_inferior_event): Remove short-circuit code for
4195 events in a different thread.
4196
4197 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4198
4199 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
4200 print the whole transfer.
4201 (initialize_targets): Update description of "set debug target".
4202
4203 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
4204
4205 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
4206
4207 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
4208
4209 * MAINTAINERS (write after approval): Add myself.
4210
4211 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
4212
4213 * sh-tdep.c (sh_print_registers_info): Use for loop.
4214 Don't skip multiple registers when a float register is encountered.
4215
4216 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
4217
4218 Fix PR tdep/1291.
4219 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
4220 to official SH documentation.
4221
4222 2004-03-07 Andrew Cagney <cagney@redhat.com>
4223
4224 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
4225 unused function.
4226
4227 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
4228
4229 * arm-tdep.c (thumb_get_next_pc): Handle BX.
4230 (arm_get_next_pc): Handle BX and BLX.
4231
4232 2004-03-07 Andrew Cagney <cagney@redhat.com>
4233
4234 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
4235 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
4236 HPPA_SP_REGNUM.
4237 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
4238 (hppa_target_read_fp): Delete.
4239 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
4240 register_virtual_size, max_register_raw_size,
4241 max_register_virtual_size, register_byte, register_size,
4242 target_read_fp, fp_regnum, and register_bytes. Set register_type
4243 instead of register_virtual_type.
4244 (hppa32_register_type, hppa64_register_type): Replace
4245 hppa32_register_virtual_type and hppa64_register_virtual_type.
4246 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
4247 (HPPA_FP_REGNUM): Define.
4248
4249 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
4250
4251 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
4252 (pa_do_registers_info): Delete.
4253 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
4254 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
4255 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
4256
4257 * infcall.c (legacy_push_dummy_code): Delete #ifdef
4258 GDB_TARGET_IS_HPPA code.
4259 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
4260 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
4261 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
4262 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
4263 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
4264 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
4265 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
4266 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
4267 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
4268 (hppa_frameless_function_invocation, hppa64_store_return_value)
4269 (hppa_store_struct_return, hppa64_extract_return_value)
4270 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
4271 (hppa32_call_dummy_length, hppa64_call_dummy_length)
4272 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
4273 (find_proc_framesize, deposit_21, restore_pc_queue)
4274 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
4275 (rp_saved, pc_in_linker_stub): Delete.
4276
4277 Unconditionally enable 64-bit frame and ABI code.
4278 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
4279 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
4280 push_dummy_frame, fix_call_dummy, push_arguments,
4281 call_dummy_location, extract_return_value, use_struct_convention,
4282 store_return_value, store_struct_return, saved_pc_after_call,
4283 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
4284 frame_chain, frame_chain_valid, frameless_function_invocation,
4285 frame_saved_pc, and pop_frame.
4286
4287 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
4288 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
4289 (hppa_gdbarch_init): Do not set PC_REGNUM.
4290
4291 2004-03-06 Mark Kettenis <kettenis@gnu.org>
4292
4293 * config/alpha/tm-fbsd.h: Remove file.
4294 * config/alpha/fbsd.mt: Tweak comment.
4295 (TM_FILE): Set to tm-alpha.h.
4296
4297 2004-03-05 Andrew Cagney <cagney@redhat.com>
4298
4299 * infrun.c (step_over_function): When non-legacy code, and no
4300 step_frame_id, use the unwinder to get the caller's frame ID.
4301
4302 2004-03-05 Mark Kettenis <kettenis@gnu.org>
4303
4304 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
4305 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
4306 bfd_arch_unknown. Adjust comment.
4307
4308 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
4309 * i386obsd-tdep.c: Correct spelling in comment.
4310 * i386nbsd-tdep.c: Correct spelling in comment.
4311 * sparc-tdep.c: Correct spelling in comments.
4312
4313 2004-03-05 David Carlton <carlton@kealia.com>
4314
4315 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
4316 bug.
4317
4318 2004-03-05 Mark Kettenis <kettenis@gnu.org>
4319
4320 * sparc-tdep.c: Fix typo in comment.
4321
4322 2004-03-04 J. Brobecker <brobecker@gnat.com>
4323
4324 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
4325
4326 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
4327
4328 * dwarf2read.c: Add comment describing memory lifetimes.
4329 (struct dwarf2_pinfo): Update comment.
4330 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
4331 (read_enumeration, new_symbol): Don't use obsavestring.
4332
4333 2004-03-04 Mark Kettenis <kettenis@gnu.org>
4334
4335 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
4336 instead of amd64_fill_fxsave.
4337 * amd64bsd-nat.c (store_inferior_registers): Likewise.
4338 * amd64fbsd-nat.c (fill_fpregset): Likewise.
4339
4340 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
4341 Reorganize code a bit.
4342
4343 2004-03-04 Orjan Friberg <orjanf@axis.com>
4344
4345 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
4346 when the frame pointer is pushed. Don't set the frame pointer's
4347 address on the stack unless it's actually located there.
4348 Set the SRP's address on the stack correctly when the PC is still in
4349 the prologue.
4350 (cris_return_value): New function.
4351 (cris_gdbarch_init): Clear deprecated store_return_value,
4352 extract_return_value.
4353
4354 2004-03-02 Jim Blandy <jimb@redhat.com>
4355
4356 * stabsread.c (reg_value_complaint): The maximum register number
4357 is one less than the number of registers.
4358
4359 2004-03-02 Andrew Cagney <cagney@redhat.com>
4360
4361 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
4362 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
4363 trailing comma and redundant assignment of I386_ST0_REGNUM.
4364 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
4365 32-bit segment registers.
4366
4367 2004-03-01 Andrew Cagney <cagney@redhat.com>
4368
4369 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
4370 use frame_relative_level and get_next_frame.
4371
4372 2004-02-29 Andrew Cagney <cagney@redhat.com>
4373
4374 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
4375 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
4376 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
4377 Delete macro.
4378
4379 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
4380
4381 * inflow.c (terminal_inferior): Don't give up the terminal if we
4382 previously couldn't get the inferior's terminal state.
4383
4384 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
4385
4386 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
4387 PC_REGNUM.
4388
4389 2004-02-28 Andrew Cagney <cagney@redhat.com>
4390
4391 * NEWS: Refer to GDB 6.1.
4392 * README: Refer to GDB 6.1.
4393 * PROBLEMS: Refer to GDB 6.1.
4394
4395 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
4396
4397 * thread-db.c (disable_thread_signals): Remove unused function.
4398
4399 2004-02-28 Mark Kettenis <kettenis@gnu.org>
4400
4401 * amd64-nat.c: Include "gdb_string.h".
4402 (amd64_collect_native_gregset): Zero-extend the 32-bit
4403 general-purpose registers and %eip.
4404
4405 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
4406 * amd64-tdep.c (amd64_collect_fxsave): New function.
4407 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
4408
4409 * i387-tdep.h: Update copyright year.
4410 (i387_collect_fxsave): New prototype.
4411 * i387-tdep.c: Update copyright year.
4412 (i387_collect_fxsave): New function containing most of the code
4413 from i387_fill_fxsave.
4414 (i387_fill_fxsave): Call i387_collect_fxsave.
4415
4416 2004-02-28 Andrew Cagney <cagney@redhat.com>
4417
4418 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
4419 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
4420
4421 2004-02-28 Mark Kettenis <kettenis@gnu.org>
4422
4423 * amd64-tdep.c (amd64_frame_cache): Fix comment.
4424
4425 2004-02-28 Andrew Cagney <cagney@redhat.com>
4426
4427 * utils.c: Use "", instead of <>, to include readline.
4428 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
4429 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
4430 * source.c, solib.c, exec.c, event-top.c: Ditto.
4431 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
4432 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
4433 * Makefile.in: Update all dependencies.
4434 (readline_tilde_h, readline_history_h): Define.
4435 (readline_headers): Delete.
4436
4437 2004-02-28 Mark Kettenis <kettenis@gnu.org>
4438
4439 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
4440 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
4441 "config/i386/tm-lx64.h".
4442
4443 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
4444 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
4445 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
4446
4447 2004-02-28 Andrew Cagney <cagney@redhat.com>
4448
4449 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
4450
4451 * breakpoint.c (_initialize_breakpoint): Use
4452 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
4453 Add help to show command.
4454
4455 2004-02-28 Mark Kettenis <kettenis@gnu.org>
4456
4457 * i386-nat.c: Reformat to be closer to coding standards.
4458 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
4459 `retval'. Make variables `align' and `size' local to while-loop.
4460 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
4461 (_initialize_i386_nat): New prototype.
4462
4463 * tui/tui.c: Include <readline/readline.h> instead of
4464 "readline/readline.h". Include it after <term.h> and
4465 "gdb_curses.h".
4466
4467 2004-02-27 Andrew Cagney <cagney@redhat.com>
4468
4469 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
4470 the new frame unwind code.
4471 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
4472 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
4473 PCOQ_HEAD_REGNUM.
4474
4475 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
4476 "return_value" and "push_dummy_call".
4477 (hppa32_use_struct_convention): Delete unused function.
4478 (hppa32_store_return_value): Delete unused function.
4479 (hppa32_extract_return_value): Delete unused function.
4480 (hppa32_stack_align): Delete function.
4481
4482 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
4483
4484 * coffread.c (enter_linenos): Don't let rawptr reference memory
4485 outside linetab[]'s limits.
4486
4487 2004-02-27 Andrew Cagney <cagney@redhat.com>
4488
4489 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
4490 inferior stack space - the stack needs to grow upwards.
4491 (hppa32_frame_align): New function.
4492 (hppa64_frame_align): Replace hppa_frame_align.
4493 (hppa_gdbarch_init): Update.
4494
4495 2004-02-26 Orjan Friberg <orjanf@axis.com>
4496
4497 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
4498 (dwarf2-frame.h): Include.
4499 (enum cris_regnums): New enum CRIS_FP_REGNUM.
4500 Remove static variables related to ABI setting.
4501 (struct gdbarch_tdep): Remove cris_abi member.
4502 (struct frame_extra_info): Remove.
4503 (cris_unwind_cache, stack_item): New structs.
4504 (cris_frame_unwind, cris_frame_base): New variables.
4505 (push_stack_item, pop_stack_item)
4506 (cris_frame_unwind_cache, cris_frame_this_id)
4507 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
4508 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
4509 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
4510 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
4511 (cris_reg_struct_has_addr): New functions.
4512 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
4513 (cris_frame_saved_pc, cris_saved_pc_after_call,
4514 (cris_store_struct_return, cris_frameless_function_invocation)
4515 (cris_pop_frame, cris_skip_prologue_main)
4516 (cris_abi_original_store_return_value)
4517 (cris_abi_v2_store_return_value)
4518 (cris_abi_original_extract_return_value)
4519 (cris_abi_v2_extract_return_value)
4520 (cris_abi_original_reg_struct_has_addr)
4521 (cris_abi_v2_reg_struct_has_addr)
4522 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
4523 (cris_push_return_address, cris_abi_update): Remove.
4524 (_initialize_cris_tdep): Remove ABI command.
4525 (cris_dump_tdep): Ditto.
4526 (cris_gdbarch_init): Remove ABI command.
4527 Set store_return_value, extract_return_value, push_dummy_code,
4528 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
4529 frame_unwind_append_sniffer, frame_base_set_default.
4530 Clear deprecated init_frame_pc, push_arguments, store_return_value,
4531 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
4532 sizeof_call_dummy_words, get_saved_register, push_return_address,
4533 pop_frame, store_struct_return, frame_init_saved_regs,
4534 init_extra_frame_info, frameless_function_invocation, frame_chain,
4535 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
4536 dummy_write_sp.
4537
4538 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4539
4540 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
4541 * valprint.c (print_hex_chars): Change from static to external.
4542 (print_char_chars): New function.
4543 * printcmd.c (print_scalar_formatted): For integer and enum types
4544 that are longer than LONGEST, perform processing via appropriate
4545 print_*_chars routines.
4546
4547 2004-02-26 Andrew Cagney <cagney@redhat.com>
4548
4549 * Makefile.in: Update dependencies.
4550 Changes from Ulrich Weigand,
4551 * s390-tdep.c: Include "dwarf2-frame.h".
4552 (s390_dwarf2_frame_init_reg): New function.
4553 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
4554 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
4555
4556 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
4557
4558 * breakpoint.c (pending_break_support): New setting variable.
4559 (break_command_1): Account for pending_break_support setting
4560 when creating pending breakpoints.
4561 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
4562 (_initialize_breakpoint): Add "set breakpoint pending" and
4563 "show breakpoint pending" commands.
4564
4565 2004-02-26 Andrew Cagney <cagney@redhat.com>
4566
4567 Fix PR i18n/1570.
4568 * charset.c (backslashable, backslashed, represented): Remove 'e'
4569 from list of escaped characters, not part of ISO-C.
4570
4571 2004-02-25 J. Brobecker <brobecker@gnat.com>
4572
4573 From Peter Schauer <schauer@pdf.de>:
4574 * tui/tui.c: Move system header includes after local includes.
4575 Fixes a build failure on solaris systems.
4576
4577 2004-02-25 J. Brobecker <brobecker@gnat.com>
4578
4579 * configure.in: Refine the previous change.
4580 * configure: Regenerate.
4581
4582 2004-02-25 Mark Kettenis <kettenis@gnu.org>
4583
4584 * amd64-tdep.h: Renamed from x86-64-tdep.h.
4585 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
4586 "amd64-tdep.h" instead of "x86-64-tdep.h".
4587 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
4588 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
4589 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
4590 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
4591 and "x86-64-tdep.c".
4592 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
4593 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
4594 and "x86-64-tdep.c".
4595 * amd64bsd-nat.c: Update copyright year.
4596 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
4597 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
4598 "x86-64-tdep.h".
4599 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
4600 "x86-64-tdep.h".
4601 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
4602 "x86-64-tdep.h".
4603 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
4604 "x86-64-tdep.h".
4605 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
4606 "x86-64-tdep.h".
4607 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
4608 "x86-64-tdep.h".
4609 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
4610 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
4611 * Makefile.in (amd64_linux_tdep_h): Renamed from
4612 x86_64_linux_tdep_h.
4613 (amd64_tdep_h): Renamed from x86_64_tdep_h.
4614 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
4615 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
4616 (amd64obsd-tdep.o): Update dependencies.
4617 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
4618 dependencies.
4619 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
4620 dependencies.
4621 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
4622 amd64-linux-nat.c amd64-linux-tdep.c.
4623 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
4624 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
4625 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
4626 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
4627 amd64-tdep.o and amd64-linux-tdep.o.
4628 (TM_FILE): Set to tm-linux64.h.
4629 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
4630 (NAT_FILE): Set to nm-linux64.h.
4631 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
4632 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
4633 amd64-tdep.o.
4634 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
4635 amd64-tdep.o.
4636 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
4637 amd64-tdep.o.
4638
4639 2004-02-25 Roland McGrath <roland@redhat.com>
4640
4641 * remote.c (remote_protocol_qPart_auxv): New variable.
4642 (init_all_packet_configs): Initialize it.
4643 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
4644 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
4645 (show_remote_cmd): Call it.
4646 (_initialize_remote): Initialize commands.
4647 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
4648 service TARGET_OBJECT_AUXV requests.
4649
4650 2004-02-25 J. Brobecker <brobecker@gnat.com>
4651
4652 * configure.in: Make sure that the wborder function is available.
4653 Otherwise, search for it in the cur_colr library.
4654 * configure: Regenerate.
4655
4656 2004-02-25 Andrew Cagney <cagney@redhat.com>
4657
4658 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
4659
4660 2004-02-25 Mark Kettenis <kettenis@gnu.org>
4661
4662 * config/i386/tm-x86-64linux.h: Tweak comments.
4663
4664 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
4665
4666 * MAINTAINERS: Add self to write-after-approval list.
4667
4668 2004-02-25 Andrew Cagney <cagney@redhat.com>
4669
4670 PR cli/1566. Problem found, and fix suggested by David Allan.
4671 * cli/cli-script.c (execute_control_command): Unconditionally
4672 install a cleanup. Default "ret" to "invalid_control". Use
4673 "break" instead of "return" to escape from the switch.
4674
4675 2004-02-24 J. Brobecker <brobecker@gnat.com>
4676
4677 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
4678 with the lines macro defined in term.h on AiX.
4679 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
4680 a collision with the label_width macro defined in term.h on AiX.
4681
4682 2004-02-23 David Mosberger <davidm@hpl.hp.com>
4683
4684 Committed by Kevin Buettner <kevinb@redhat.com>.
4685
4686 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
4687 * ia64-tdep.c (ia64_write_pc): Make it a global function.
4688 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
4689 instead of ia64_write_pc().
4690 * ia64-linux-tdep.c (regcache.h): Include.
4691 (ia64_linux_write_pc): New function.
4692
4693 2004-02-23 Roland McGrath <roland@redhat.com>
4694
4695 * auxv.c (info_auxv_command): Fix typos in error messages.
4696
4697 2004-02-23 Mark Kettenis <kettenis@gnu.org>
4698
4699 * x86-64-tdep.h: Tweak comment.
4700 (enum amd64_regnum): New.
4701 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
4702 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
4703 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
4704 (X86_64_XMM1_REGNUM): Removed.
4705 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
4706 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
4707 prototypes for renamed functions.
4708 * x86-64-tdep.c: Fix typo.
4709 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
4710 register numbers.
4711 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
4712 Use constants from `enum amd64_regnum' for register numbers.
4713 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
4714 (amd64_analyze_prologue, amd64_frame_cache,
4715 amd64_sigtramp_frame_cache): Use constants from `enum
4716 amd64_regnum' for register numbers.
4717 (amd64_supply_fpregset): Adjust for renamed functions.
4718 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
4719 `enum amd64_regnum' for register numbers.
4720 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
4721 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
4722 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
4723 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
4724 (amd64_linux_fill_gregset): Adjust for renamed macros.
4725 (fetch_core_registers): Adjust for renamed functions.
4726 (amd64_linux_init_abi): Adjust for renamed functions.
4727 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
4728 renamed functions.
4729 * amd64-nat.c: Adjust for renamed macros.
4730 * amd64bsd-nat.c (fetch_inferior_registers)
4731 (store_inferior_registers): Use constants from `enum amd64_regnum'
4732 for register numbers. Adjust for renamed variables.
4733 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
4734 renamed variables.
4735 (_initialize_amd64fbsd_nat): Use constants from `enum
4736 amd64_regnum' for register numbers.
4737 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
4738 `enum amd64_regnum' for register numbers.
4739 (amd64fbsd_init_abi): Adjust for renamed functions.
4740 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
4741 `enum amd64_regnum' for register numbers.
4742 (amd64nbsd_init_abi): Adjust for renamed functions.
4743 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
4744 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
4745 `enum amd64_regnum' for register numbers.
4746 (amd64obsd_init_abi): Adjust for renamed functions.
4747 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
4748
4749 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
4750
4751 * breakpoint.c (print_one_breakpoint): Do not output spaces
4752 after printing <PENDING> for a pending breakpoint.
4753
4754 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
4755
4756 * printcmd.c (print_scalar_formatted): Initialize val_long
4757 to remove compiler warning message.
4758
4759 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
4760
4761 * defs.h (nquery, yquery): New prototypes.
4762 * breakpoint.c (break_command_1): Use new nquery interface.
4763 * utils.c (defaulted_query, nquery, yquery): New functions.
4764
4765 2004-02-23 Andrew Cagney <cagney@redhat.com>
4766
4767 * hppa-tdep.c (hppa_frame_align): New function.
4768 (hppa32_push_dummy_call): New function.
4769 (hppa64_push_dummy_call): New function.
4770 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
4771 disabled.
4772
4773 * infcall.c (legacy_push_dummy_code): Don't call deprecated
4774 FIX_CALL_DUMMY when push_dummy_call is available.
4775 (call_function_by_hand, push_dummy_code): Ditto.
4776
4777 2004-02-22 Andrew Cagney <cagney@redhat.com>
4778
4779 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
4780 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
4781 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
4782 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
4783 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
4784 call_dummy_location to ON_STACK.
4785
4786 2004-02-22 Mark Kettenis <kettenis@gnu.org>
4787
4788 * x86-64-linux-tdep.c: Tweak comment.
4789 (amd64_linux_supply_gregset): Renamed from
4790 x86_64_linux_supply_gresget.
4791 (amd64_linux_fill_gregset): Renamed from
4792 x86_64_linux_fill_gregset.
4793 (fetch_core_registers): Adjust for renamed functions.
4794 (amd64_core_fns): Renamed from x86_64_core_fns.
4795 (amd64_linux_sigtramp_start): Renamed from
4796 x86_64_linux_sigtramp_start.
4797 (amd64_linux_pc_in_sigtramp): Renamed from
4798 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
4799 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
4800 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
4801 (amd64_linux_sigcontext_addr): Renamed from
4802 x86_64_linux_sigcontext_addr.
4803 (amd64_linux_sc_reg_offset): Renamed from
4804 x86_64_linux_sc_reg_offset.
4805 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
4806 Adjust for renamed functions and variables.
4807 (_initialize_amd64_linux_tdep): Renamed from
4808 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
4809 variables.
4810 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
4811 Adjust for renamed functions.
4812
4813 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
4814 from x86_64_linux_gregset64_reg_offset.
4815 (amd64_linux_gregset32_reg_offset): Rename from
4816 x86_64_linux_gregset64_reg_offset.
4817 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
4818 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
4819 (amd64_linux_dr_set_control): Renamed from
4820 x86_64_linux_dr_set_control. Adjust for renamed functions.
4821 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
4822 Adjust for renamed functions.
4823 (amd64_linux_dr_reset_addr): Renamed from
4824 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
4825 (amd64_linux_dr_get_status): Renamed from
4826 x86_64_linux_dr_get_status. Adjust for renamed functions.
4827 (_initialize_amd64_linux_nat): Renamed from
4828 _initialize_x86_64_linux_nat. Adjust for renamed variables and
4829 functions.
4830 * config/i386/nm-x86-64linux.h: Update copyright year.
4831 Adjust for renamed functions.
4832
4833 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
4834 amd64fbsd_sigtramp_start.
4835 (amd64fbsd_sigtramp_end_addr): Renamed from
4836 amd64fbsd_sigtramp_end.
4837 (amd64fbsd_init_abi): Adjust for renamed variables.
4838 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
4839 variables.
4840 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
4841 amd64fbsd_sigtramp_start.
4842 (amd64fbsd_sigtramp_end_addr): Renamed from
4843 amd64fbsd_sigtramp_end.
4844
4845 2004-02-22 Andrew Cagney <cagney@redhat.com>
4846
4847 * hppa-tdep.c (hppa32_return_value): New function.
4848 (hppa64_return_value): New function.
4849 (hppa_gdbarch_init): Set return_value; keep disabled.
4850
4851 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
4852 struct-return and inferior function call methods.
4853
4854 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
4855 "frame-base.h".
4856 (struct hppa_frame_cache): Define.
4857 (hppa_frame_cache, hppa_frame_this_id): New functions.
4858 (hppa_frame_prev_register): New function.
4859 (hppa_frame_unwind, hppa_frame_base): New variables.
4860 (hppa_frame_unwind_sniffer): New function.
4861 (hppa_frame_base_address, hppa_unwind_pc): New function.
4862 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
4863 sniffer, and frame base sniffer; keep disabled.
4864 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
4865 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
4866
4867 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
4868 to predicates for "seriously old code".
4869
4870 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
4871 runtime if(0).
4872
4873 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
4874 unsigned.
4875 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
4876
4877 * config/pa/tm-hppa.h: Update copyright.
4878 (DEPRECATED_INIT_FRAME_PC): Delete macro.
4879 (deprecated_init_frame_pc_default): Delete declaration.
4880 (hppa_frame_init_saved_regs): Delete declaration.
4881 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
4882 * hppa-tdep.c: Include "arch-utils.h".
4883 (hppa_gdbarch_init): Set deprecated init_frame_pc
4884 and deprecated frame_init_saved_regs.
4885 (hppa_frame_init_saved_regs): Make static.
4886
4887 2004-02-22 Mark Kettenis <kettenis@gnu.org>
4888
4889 Remove old 386BSD support.
4890 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
4891 * configure.host: Remove i[34567]86-*-bsd*.
4892 * configure.tgt: Remove i[34567]86-*-bsd*.
4893 * i386b-nat.c: Removed.
4894 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
4895 (i386b-nat.o): Remove dependencies.
4896
4897 * config/i386/i386bsd.mh: Removed.
4898 * config/i386/i386bsd.mt: Removed.
4899 * config/i386/nm-i386bsd.h: Removed.
4900 * config/i386/tm-i386bsd.h: Removed.
4901 * config/i386/xm-i386bsd.h: Removed.
4902
4903 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
4904
4905 * amd64fbsd-tdep.c: Include "solib-svr4.h".
4906 (amd64fbsd_init_abi): Set link map offsets.
4907 * amd64nbsd-tdep.c: Include "slib-svr4.h".
4908 (amd64nbsd_init_abi): Set link map offsets.
4909 * amd64obsd-tdep.c: Include "solib-svr4.h".
4910 (amd64obsd_init_abi): Set link map offsets.
4911 * i386fbsd-tdep.c: Include "solib-svr4.h".
4912 (i386fbsd_init_abi): Set link map offsets.
4913 * i386nbsd-tdep.c: Include "solib-svr4.h".
4914 (i386nbsdelf_init_abi): Set link map offsets.
4915 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
4916 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
4917 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
4918 solib-legacy.o and core-aout.o. Reformat.
4919 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
4920 solib-svr4.o, solib-legacy.o. Reformat.
4921 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
4922 * config/i386/nbsdelf.mh: Reformat.
4923 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
4924 solib-svr4.o, solib-legacy.o and corelow.o.
4925 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
4926 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
4927 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
4928 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
4929 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
4930 (TM_FILE): Set to tm-fbsd.h.
4931 * config/i386/nbsd.mt (TDEPFILES): Reformat.
4932 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
4933 solib-svr4.o.
4934 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
4935 solib-svr4.o.
4936 (TM_FILE): Set to nm-nbsd.h.
4937 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
4938 Simplify shared library support. Don't include "elf/common.h".
4939 (SVR4_SHARED_LIBS): Don't define.
4940 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
4941 "solib.h".
4942 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
4943 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
4944 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
4945 Don't include "i386/tm-i386.h". Include "solib.h".
4946 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
4947 Don't include "i386/tm-i386.h".
4948 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
4949 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
4950 Include "i386/xm-i386.h".
4951 (HOST_LONG_DOUBLE_FORMAT): Remove.
4952
4953 Fix OpenBSD/i386 sigtramp recognition.
4954 * i386-tdep.h: Update copyright year.
4955 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
4956 (i386bsd_sigtramp_end): New prototypes.
4957 (i386fbsd_sigtramp_start_addr): Renamed from
4958 i386fbsd_sigtramp_start.
4959 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
4960 (i386obsd_sigtramp_start_addr): Renamed from
4961 i386obsd_sigtramp_start.
4962 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
4963 * i386bsd-tdep.c: Update copyright year.
4964 (i386bsd_pc_in_sigtramp): Make public.
4965 * i386fbsd-nat.c: Update copyright year.
4966 (_initialize_i386fbsd_nat): Adjust for renamed variables.
4967 * i386fbsd-tdep.c: Update copyright year.
4968 (i386fbsd_sigtramp_start_addr): Renamed from
4969 i386fbsd_sigtramp_start.
4970 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
4971 (i386fbsdaout_init_abi): Adjust for renamed variables.
4972 * i386obsd-nat.c: Update copyright year.
4973 (_initialize_i386obsd_nat): Adjust for renamed variables.
4974 * i386obsd-tdep.c: Include "target.h".
4975 (i386obsd_page_size): New variable.
4976 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
4977 (i386obsd_sigtramp_end): New functions.
4978 (i386obsd_sigtramp_start_addr): Renamed from
4979 i386obsd_sigtramp_start.
4980 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
4981 (i386obsd_init_abi): Adjust for renamed variables. Set
4982 pc_in_sigtramp, sigtramp_start and sigtramp_end.
4983 * Makefile.in (i386obsd-tdep.o): Update dependencies.
4984
4985 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
4986 trampoline change in OpenBSD kernel.
4987
4988 * amd64-nat.c: Update copyright year.
4989 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
4990 architecture from REGCACHE.
4991
4992 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
4993 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
4994
4995 2004-02-21 Mark Kettenis <kettenis@gnu.org>
4996
4997 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
4998 i[34567]86-*-openbsd3.[0-3].
4999 * config/i386/obsdaout.mh: New file.
5000
5001 * config/i386/obsd.mh (MH_FLAGS): Remove.
5002
5003 Fix PR build/1549.
5004 * i386obsd-tdep.c: Update copyright years. Include
5005 "solib-svr4.h".
5006 (i386obsd_init_abi): Don't set regset_from_core_section here.
5007 (i386obsd_aout_init_abi): New function. Set
5008 regset_from_core_section here.
5009 (i386obsd_elf_init_abi): New function.
5010 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
5011 * Makefile.in (i386obsd-tdep.o): Update dependecies.
5012 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
5013 (TM_FILE): Set to tm-nbsd.h.
5014
5015 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
5016 solib-sunos.o.
5017
5018 * solib-svr4.h: Update copyright year.
5019 (svr4_ilp32_fetch_link_map_offsets)
5020 (svr4_lp64_fetch_link_map_offsets): New prototype.
5021 * solib-svr4.c: Update copyright year.
5022 (svr4_ilp32_fetch_link_map_offsets)
5023 (svr4_lp64_fetch_link_map_offsets): New function.
5024
5025 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
5026
5027 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
5028 to the partial symbol table.
5029
5030 2004-02-20 J. brobecker <brobecker@gnat.com>
5031
5032 * PROBLEMS: Add description of problem documented under gdb/1560.
5033
5034 2004-02-20 Mark Kettenis <kettenis@gnu.org>
5035
5036 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
5037 comments.
5038 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
5039 functions.
5040 (amd64obsd_init_abi): Reorder initializations. Use
5041 amd64obsd_r_reg_offset to initialize the general-purpose register
5042 set details. Set regset_from_core_section.
5043 (_initialize_amd64obsd_tdep): Rename from
5044 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
5045 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
5046 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
5047
5048 * NEWS (New native configurations): Mention OpenBSD/alpha.
5049 * configure.tgt: Add alpha*-*-openbsd*.
5050 * configure.host: Add alpha*-*-openbsd*.
5051 * alphanbsd-tdep.c: Update copyright year.
5052 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
5053
5054 2004-02-20 Andrew Cagney <cagney@redhat.com>
5055
5056 Fix PR tdep/1372.
5057 * configure.tgt: Delete target "none-*-*".
5058 * configure.host: Delete host "none-*-*".
5059 * config/none/none.mh: Delete file.
5060 * config/none/none.mt: Delete file.
5061 * config/none/xm-none.h: Delete file.
5062 * config/none/tm-none.h: Delete file.
5063 * config/none/nm-none.h: Delete file.
5064
5065 2004-02-19 Fred Fish <fnf@redhat.com>
5066
5067 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
5068 cache->uses_fp prior to setting it.
5069
5070 2004-02-19 Fred Fish <fnf@redhat.com>
5071
5072 Fix for PR breakpoint/1558.
5073 * sh-tdep.c (IS_JSR): New macro.
5074 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
5075
5076 2004-02-19 Jim Blandy <jimb@redhat.com>
5077
5078 * findvar.c (value_from_register): Doc fix.
5079
5080 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
5081
5082 * printcmd.c (print_scalar_formatted): Do not check for sizeof
5083 type being greater than sizeof of host's LONGEST. Always use
5084 unpack_long() unless format 'f' chosen.
5085
5086 2004-02-19 Joel Brobecker <brobecker@gnat.com>
5087
5088 Committed by Elena Zannoni <ezannoni@redhat.com>
5089
5090 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
5091 contains a symbol wich is the best, non-exact match for the given
5092 pc. Update comments.
5093
5094 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
5095
5096 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
5097 macro, which was part of the now removed Mach 3 port.
5098 * utils.c (request_quit): Ditto.
5099
5100 2004-02-18 Mark Kettenis <kettenis@gnu.org>
5101
5102 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
5103 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
5104
5105 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5106
5107 Committed by Mark Kettenis <kettenis@gnu.org>.
5108
5109 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
5110 Define.
5111
5112 2004-02-18 Andrew Cagney <cagney@redhat.com>
5113
5114 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
5115 CONFIG_INSTALL and CONFIG_UNINSTALL.
5116 * configure: Re-generate.
5117 * interps.h (INTERP_TUI): Define.
5118 * Makefile.in: Update dependencies.
5119 (TUI): New macro.
5120 (tui-main.o): Specify dependencies.
5121 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
5122 * tui/tui-main.c: New file.
5123
5124 2004-02-18 Mark Kettenis <kettenis@gnu.org>
5125
5126 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
5127 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
5128 dependencies.
5129 * configure.host: Add x86_64-*-openbsd*.
5130 * configure.tgt: Add x86_64-*-openbsd*.
5131 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
5132
5133 * tui/tui.c: Don't include <malloc.h>.
5134
5135 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
5136 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
5137 amd64nbsd-tdep.c.
5138
5139 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
5140 static. Remove extraneous whitespace.
5141 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
5142 static.
5143
5144 2004-02-17 Jim Blandy <jimb@redhat.com>
5145
5146 * findvar.c (value_from_register): Doc fix.
5147
5148 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5149
5150 Committed by Jim Blandy <jimb@redhat.com>.
5151
5152 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
5153 CORE_ADDR as type for selectors. Correct types for GNU run time
5154 message lookup function to use double indirection.
5155 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
5156 * objc-lang.h (lookup_child_selector): Adapt prototype.
5157
5158 * s390-nat.c (SUBOFF): New macro.
5159 (supply_gregset, fill_gregset): Use it to handle debugging
5160 of 32-bit exectuables running under a 64-bit kernel.
5161 * s390-tdep.c: Include "solib-svr4.h".
5162 (s390_svr4_fetch_link_map_offset): New function.
5163 (s390x_svr_fetch_link_map_offset): Likewise.
5164 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
5165 * Makefile.in (s390-tdep.o): Update dependencies.
5166
5167 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
5168 "frame-unwind.h".
5169 (s390_readinstruction): Reformat. Use read_memory_nobpt.
5170 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
5171 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
5172 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
5173 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
5174 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
5175 S390_SIGNAL_FRAMESIZE,
5176 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
5177 (struct frame_extra_info): Remove.
5178 (s390_memset_extra_info): Remove.
5179 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
5180 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
5181 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
5182 (is_rse): Renamed to ...
5183 (is_rsy): ... this. Support long displacements.
5184 (is_rxe): Renamed to ...
5185 (is_rxy): ... this. Support long displacements.
5186 (compute_x_addr): Support long displacements.
5187 (struct s390_prologue_data): New data type.
5188 (s390_on_stack): Change API to use struct s390_prologue_data.
5189 (s390_store): Reimplement.
5190 (s390_load): New function.
5191 (s390_get_signal_frame_info): Remove.
5192 (s390_get_frame_info): Remove, replace by ...
5193 (s390_analyze_prolog): ... this new function.
5194 (s390_check_function_end): Remove.
5195 (s390_function_start): Remove.
5196 (s390_frameless_function_invokation): Remove.
5197 (s390_is_sigreturn): Remove.
5198 (s390_init_frame_pc_first): Remove.
5199 (s390_init_frame_extra_info): Remove.
5200 (s390_frame_init_saved_regs): Remove.
5201 (s390_frame_saved_pc_nofix): Remove.
5202 (s390_frame_saved_pc): Remove.
5203 (s390_frame_chain): Remove.
5204 (s390_fp_regnum, s390_read_fp): Remove.
5205 (s390_pop_frame_regular, s390_pop_frame): Remove.
5206 (s390_saved_pc_after_call): Remove.
5207 (s390_skip_prologue): Reimplement.
5208 (s390_in_function_epilogue_p): Support long displacements.
5209 (struct s390_unwind_cache): New data structure.
5210 (s390_frame_unwind_cache): New function.
5211 (s390_prologue_frame_unwind_cache): Likewise.
5212 (s390_backchain_frame_unwind_cache): Likewise.
5213 (s390_frame_this_id, s390_frame_prev_register): Likewise.
5214 (s390_frame_unwind): Define.
5215 (s390_frame_sniffer): New function.
5216 (struct s390_pltstub_unwind_cache): New data structure.
5217 (s390_pltstub_frame_unwind_cache): New function.
5218 (s390_pltstub_frame_this_id): Likewise.
5219 (s390_pltstub_frame_prev_register): Likewise.
5220 (s390_pltstub_frame_unwind): Define.
5221 (s390_pltstub_frame_sniffer): New function.
5222 (struct s390_sigtramp_unwind_cache): New data structure.
5223 (s390_sigtramp_frame_unwind_cache): New function.
5224 (s390_sigtramp_frame_this_id): Likewise.
5225 (s390_sigtramp_frame_prev_register): Likewise.
5226 (s390_sigtramp_frame_unwind): Define.
5227 (s390_sigtramp_frame_sniffer): New function.
5228 (s390_frame_base_address, s390_local_base_address): New functions.
5229 (s390_frame_base): Define.
5230 (s390_unwind_pc, s390_unwind_sp): New function.
5231 (s390_push_dummy_call): Use new frame base location.
5232 (s390_unwind_dummy_id): Likewise.
5233 (s390_gdbarch_init): Remove calls to:
5234 set_gdbarch_frameless_function_invocation,
5235 set_gdbarch_deprecated_init_frame_pc,
5236 set_gdbarch_deprecated_frame_chain,
5237 set_gdbarch_deprecated_frame_init_saved_regs,
5238 set_gdbarch_deprecated_pop_frame,
5239 set_gdbarch_deprecated_init_extra_frame_info,
5240 set_gdbarch_deprecated_init_frame_pc_first,
5241 set_gdbarch_deprecated_target_read_fp,
5242 set_gdbarch_deprecated_frame_saved_pc,
5243 set_gdbarch_deprecated_saved_pc_after_call,
5244 set_gdbarch_deprecated_fp_regnum.
5245 Add calls to:
5246 set_gdbarch_in_solib_call_trampoline,
5247 frame_unwind_append_sniffer,
5248 frame_base_set_default,
5249 set_gdbarch_unwind_pc,
5250 set_gdbarch_unwind_sp.
5251 * Makefile.in (s390-tdep.o): Update dependencies.
5252
5253 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
5254 (S390_STACK_FRAME_OVERHEAD): Remove.
5255 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
5256 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
5257 (s390_promote_integer_argument): Remove.
5258 (s390_cannot_extract_struct_value_address): Remove.
5259 (s390_use_struct_convention, s390_store_struct_return): Remove.
5260 (s390_extract_return_value, s390_store_return_value): Remove.
5261 (s390_return_value_convention, s390_return_value): New functions.
5262 (is_float_singleton): Handle typedefs.
5263 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
5264 Remove, replace by ...
5265 (s390_function_arg_pass_by_reference, s390_function_arg_float,
5266 s390_function_arg_integer): ... these new functions.
5267 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
5268 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
5269 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
5270 Fill in tdep->abi.
5271 Remove calls to:
5272 set_gdbarch_deprecated_store_struct_return,
5273 set_gdbarch_deprecated_extract_return_value,
5274 set_gdbarch_deprecated_store_return_value,
5275 set_gdbarch_use_struct_convention,
5276 set_gdbarch_extract_struct_value_address,
5277 set_gdbarch_deprecated_pc_in_call_dummy,
5278 set_gdbarch_deprecated_push_arguments,
5279 set_gdbarch_deprecated_save_dummy_frame_tos,
5280 set_gdbarch_deprecated_push_return_address,
5281 set_gdbarch_deprecated_sizeof_call_dummy_words,
5282 set_gdbarch_deprecated_call_dummy_words,
5283 set_gdbarch_deprecated_dummy_write_sp.
5284 Add calls to:
5285 set_gdbarch_push_dummy_call,
5286 set_gdbarch_unwind_dummy_id,
5287 set_gdbarch_return_value.
5288
5289 * config/s390/nm-linux.h: Update comments.
5290 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
5291 (STOPPED_BY_WATCHPOINT): Redefine.
5292 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
5293 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
5294 (s390_stopped_by_watchpoint): Likewise.
5295 (watch_area_cnt): Remove.
5296 * s390-nat.c: Update comments.
5297 (watch_area): Remove typedef.
5298 Global replace watch_area by struct watch_area.
5299 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
5300 (s390_stopped_by_watchpoint): Remove pid argument,
5301 use s390_inferior_tid. Add short-cut for the no watchpoint case.
5302 (s390_fix_watch_points): Remove pid argument,
5303 use s390_inferior_tid. Recompute area spanned by watchpoints.
5304 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
5305 argument. Reimplement.
5306
5307 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
5308 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
5309 (FETCH_INFERIOR_REGISTERS): Define.
5310 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
5311 core-regset.o.
5312 * config/s390/s390x.mt: Remove.
5313 * config/s390/tm-s390.h: Remove.
5314 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
5315 (TARGET_ELF64): Remove.
5316 (SKIP_TRAMPOLINE_CODE): Do not undefine.
5317 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
5318 s390*-*-* case; always set gdb_target to s390.
5319 * regformats/reg-s390.dat: Remove control registers.
5320 * regformats/reg-s390x.dat: Likewise.
5321 * s390-tdep.h: New file.
5322 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
5323 Include "inferior.h" and "s390-tdep.h".
5324 Remove private definition of offsetof.
5325 (s390_register_u_addr): Remove.
5326 (regmap_gregset, regmap_fpregset): Define.
5327 (supply_gregset, fill_gregset): Reimplement.
5328 (supply_fpregset, fill_fpregset): Likewise.
5329 (s390_inferior_tid): New function.
5330 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
5331 (fetch_inferior_registers, store_inferior_registers): Likewise.
5332 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
5333 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
5334 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
5335 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
5336 (struct gdbarch_tdep): Define.
5337 (struct s390_register_info): Define.
5338 (s390_register_info): New variable.
5339 (s390_register_name): Reimplement.
5340 (s390_register_type): New function.
5341 (s390_register_raw_size, s390x_register_raw_size): Remove.
5342 (s390_cannot_fetch_register): Remove.
5343 (s390_register_byte): Remove.
5344 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
5345 (s390_dwarf_regmap): New variable.
5346 (s390_dwarf_reg_to_regnum): New function.
5347 (s390_stab_reg_to_regnum): Remove.
5348 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
5349 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
5350 (s390_convert_register_p): Likewise.
5351 (s390_register_to_value, s390_value_to_register): Likewise.
5352 (s390_register_reggroup_p): Likewise.
5353 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
5354 s390_gregset, s390x_gregset, s390_fpregset): New variables.
5355 (s390_supply_regset, s390_regset_from_core_section): New functions.
5356 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
5357 (S390_FPR_SIZE): Likewise.
5358 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
5359 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
5360 (S390_NUM_GPRS): Move here from tm-s390.h.
5361 (S390_NUM_FPRS): Likewise.
5362 (s390_in_function_epilogue_p): New function.
5363 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
5364 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
5365 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
5366 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
5367 Replace S390_FP_REGNUM by S390_SP_REGNUM.
5368 Remove calls to:
5369 set_gdbarch_deprecated_max_register_raw_size,
5370 set_gdbarch_deprecated_max_register_virtual_size,
5371 set_gdbarch_deprecated_register_byte,
5372 set_gdbarch_cannot_fetch_register,
5373 set_gdbarch_cannot_store_register,
5374 set_gdbarch_deprecated_register_size,
5375 set_gdbarch_deprecated_register_raw_size,
5376 set_gdbarch_deprecated_register_virtual_size,
5377 set_gdbarch_deprecated_register_virtual_type,
5378 set_gdbarch_deprecated_register_bytes.
5379 Add calls to:
5380 set_gdbarch_num_pseudo_regs,
5381 set_gdbarch_register_type,
5382 set_gdbarch_convert_register_p,
5383 set_gdbarch_register_to_value,
5384 set_gdbarch_value_to_register,
5385 set_gdbarch_register_reggroup_p,
5386 set_gdbarch_regset_from_core_section,
5387 set_gdbarch_pseudo_register_read,
5388 set_gdbarch_pseudo_register_write,
5389 set_gdbarch_in_function_epilogue_p.
5390 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
5391 (s390_tdep_h): New variable.
5392
5393 2004-02-17 Jim Blandy <jimb@redhat.com>
5394
5395 * findvar.c (value_from_register): If the type has no length, just
5396 return an acceptable value --- don't report an internal error.
5397
5398 * stabsread.c (read_type): If we find any type numbers that are
5399 forward references, complain if the references aren't resolved by
5400 the time we're finished reading.
5401 (cleanup_undefined_types): Make error message more appropriate for
5402 a complaint.
5403
5404 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
5405
5406 * Makefile.in (defs_h): Remove dependency on progress_h.
5407 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
5408 progress.h.
5409 * main.c (captured_main): Delete use of START_PROGRESS and
5410 END_PROGRESS.
5411
5412 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
5413
5414 * objfiles.c (terminate_minimal_symbol_table): Add back
5415 initialization of MSYMBOL_TYPE.
5416
5417 2004-02-17 David Mosberger <davidm@hpl.hp.com>
5418
5419 Committed by Andrew Cagney.
5420 * Makefile.in (ia64_tdep_h): New macro.
5421 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
5422 (ia64-tdep.o): Likewise.
5423 * ia64-tdep.h: New file.
5424 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
5425 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
5426 (ia64_aix_sigcontext_register_address): Likewise.
5427 (ia64_linux_getunwind_table): Delete declaration.
5428 * ia64-linux-tdep.c: Likewise.
5429
5430 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
5431
5432 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
5433 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
5434 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
5435
5436 2004-02-17 Andrew Cagney <cagney@redhat.com>
5437
5438 * symtab.c (skip_prologue_using_sal): New function.
5439 * symtab.h (skip_prologue_using_sal): Declare.
5440 * frv-tdep.c: Include "symtab.h".
5441 (skip_prologue_using_sal): Delete function.
5442 * mips-tdep.c (skip_prologue_using_sal): Delete function.
5443 * rs6000-tdep.c (refine_prologue_limit): Mention
5444 skip_prologue_using_sal.
5445 * ia64-tdep.c (refine_prologue_limit): Ditto.
5446 * Makefile.in: Update dependencies.
5447
5448 2004-02-16 Andrew Cagney <cagney@redhat.com>
5449
5450 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
5451 START_INFERIOR_TRAPS_EXPECTED.
5452 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
5453 START_INFERIOR_TRAPS_EXPECTED.
5454 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
5455 Delete macro.
5456 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
5457 macro, moved to "nm-osf.h". Update copyright.
5458 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
5459 update copyright.
5460
5461 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
5462 and function replacing FRAMELESS_FUNCTION_INVOCATION.
5463 * blockframe.c (legacy_frameless_look_for_prologue): Rename
5464 frameless_look_for_prologue.
5465 * frame.h (legacy_frameless_look_for_prologue): Rename
5466 frameless_look_for_prologue.
5467 * gdbarch.h, gdbarch.c: Re-generate.
5468 * sh64-tdep.c (sh64_gdbarch_init): Update.
5469 * sh-tdep.c (sh_gdbarch_init): Update.
5470 * s390-tdep.c (s390_gdbarch_init): Update.
5471 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
5472 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
5473 * m68k-tdep.c (m68k_gdbarch_init): Update.
5474 (delta68_frame_args_address): Update.
5475 * m32r-tdep.c (m32r_gdbarch_init): Update.
5476 * hppa-tdep.c (hppa_gdbarch_init): Update.
5477 * h8300-tdep.c (h8300_gdbarch_init): Update.
5478 * frv-tdep.c (frv_gdbarch_init): Update.
5479 (frv_frameless_function_invocation): Update.
5480 * cris-tdep.c (cris_gdbarch_init): Update.
5481 (cris_frameless_function_invocation): Update.
5482 * avr-tdep.c (avr_gdbarch_init): Update.
5483 * arm-tdep.c (arm_gdbarch_init): Update.
5484 * stack.c (frame_info): Update, call predicate.
5485 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
5486 * frame.c (legacy_get_prev_frame): Update, call predicate..
5487 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
5488 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
5489 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
5490 invocation.
5491 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
5492 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
5493 * vax-tdep.c (vax_gdbarch_init): Ditto.
5494
5495 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
5496 function.
5497
5498 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
5499
5500 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
5501 initializations.
5502
5503 2004-02-16 Andrew Cagney <cagney@redhat.com>
5504
5505 * tui/tui-windata.c: Include "gdb_string.h".
5506 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
5507 * tui/tui-layout.c, tui/tui-command.c: Ditto.
5508 * Makefile.in: Update dependencies.
5509
5510 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
5511
5512 * Makefile.in (infrun.o): Add $(gdb_assert_h).
5513 * infrun.c: Include "gdb_assert.h".
5514 (singlestep_ptid, saved_singlestep_ptid)
5515 (stepping_past_singlestep_breakpoint): New variables.
5516 (resume): Set singlestep_ptid. Check for singlestep thread
5517 hop.
5518 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
5519 (handle_inferior_event): Handle singlestep thread hop.
5520
5521 2004-02-16 Andrew Cagney <cagney@redhat.com>
5522
5523 * dwarf2-frame.c (dwarf2_frame_ops): New function.
5524 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
5525 (dwarf2_frame_init_reg): Ditto.
5526
5527 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
5528 suggested by Joshua Neuheisel
5529
5530 * configure.in: Always check for curses, including pdcurses.
5531 Warn, instead of error, when no curses are found. Enable TUI when
5532 curses is available.
5533 * configure: Re-generate.
5534
5535 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
5536
5537 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
5538 sh_sh4_register_convert_to_virtual.
5539 (sh_register_convert_to_raw): Rename from
5540 sh_sh4_register_convert_to_raw.
5541 (sh_pseudo_register_read): Accomodate above name change.
5542 (sh_pseudo_register_write): Ditto.
5543
5544 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
5545
5546 * sh-tdep.c (sh_generic_register_name): Remove.
5547 (sh_gdbarch_init): Use sh_sh_register_name in default case.
5548
5549 2004-02-15 Andrew Cagney <cagney@redhat.com>
5550
5551 * configure.in (build_warnings): Add -Wunused-function.
5552 * configure: Re-generate.
5553
5554 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
5555 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
5556
5557 * procfs.c (procfs_init_inferior): Assume that
5558 START_INFERIOR_TRAPS_EXPECTED is defined.
5559 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
5560 * config/ns32k/tm-nbsd.h: Delete file,
5561 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
5562
5563 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
5564 * config/vax/tm-vax.h: Delete file.
5565
5566 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5567 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5568 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5569 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5570 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
5571 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
5572 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
5573
5574 2004-02-15 Mark Kettenis <kettenis@gnu.org>
5575
5576 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
5577 * dwarf2-frame.c (dwarf2_frame_data): New variable.
5578 (struct dwarf2_frame_ops): New.
5579 (dwarf2_frame_default_init_reg): New function, based on
5580 dwarf2_frame_init_reg.
5581 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
5582 (dwarf2_frame_init_reg): Call architecture-specific function.
5583 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
5584 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
5585 instead of dwarf2_frame_data.
5586 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
5587 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
5588
5589 2004-02-15 Andrew Cagney <cagney@redhat.com>
5590
5591 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
5592 register_gdbarch_swap.
5593 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
5594 * f-lang.c (_initialize_f_language): Update, use
5595 DEPRECATED_REGISTER_GDBARCH_SWAP.
5596 * remote.c (_initialize_remote): Ditto.
5597 * regcache.c (_initialize_regcache): Ditto.
5598 * parse.c (_initialize_parse): Ditto.
5599 * infrun.c (_initialize_infrun): Ditto.
5600 * mi/mi-main.c (_initialize_mi_main): Ditto.
5601 * gdbtypes.c (_initialize_gdbtypes): Ditto.
5602
5603 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
5604 poking .cacheable directly.
5605 * symfile.c (symfile_bfd_open): Ditto.
5606
5607 * Makefile.in: Update all dependencies.
5608
5609 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
5610 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
5611 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
5612 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
5613 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
5614
5615 2004-02-14 Andrew Cagney <cagney@redhat.com>
5616
5617 * arch-utils.c (legacy_convert_register_p): Check
5618 DEPRECATED_REGISTER_CONVERTIBLE_P.
5619 * findvar.c (value_of_register): Ditto.
5620
5621 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
5622 * gdbarch.h, gdbarch.c: Re-generate.
5623 * arch-utils.c (deprecated_register_convertible_not): Delete.
5624 * arch-utils.h (deprecated_register_convertible_not): Delete.
5625 * mi/mi-main.c (get_register): Update. Update copyright.
5626 * infcmd.c (default_print_registers_info): Update.
5627
5628 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
5629 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
5630 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
5631 * gdbarch.h, gdbarch.c: Re-generate.
5632 * frame.c (deprecated_get_next_frame_hack): Delete function.
5633 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
5634 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
5635 Update.
5636 * infcall.c (call_function_by_hand): Update.
5637
5638 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
5639
5640 * symfile.c (init_entry_point_info, entry_point_address): Move
5641 from here...
5642 * objfiles.c (init_entry_point_info, entry_point_address):..to
5643 here.
5644 * symfile.h (init_entry_point_info, entry_point_address): Remove
5645 prototypes.
5646 * objfiles.h (init_entry_point_info, entry_point_address):Add
5647 prototypes.
5648 * cris-tdep.c: Remove include of symfile.h. Add include of
5649 objfiles.h.
5650 * infcall.c: Ditto.
5651 * mcore-tdep.c: Ditto.
5652 * mn10300-tdep.c: Ditto.
5653 * sh64-tdep.c: Ditto.
5654 * v850-tdep.c: Ditto.
5655 * arm-tdep.c: Remove include of symfile.h.
5656 * blockframe.c: Ditto.
5657 * coffread.c: Ditto.
5658 * dbxread.c: Ditto.
5659 * dwarf2read.c: Ditto.
5660 * dwarfread.c: Ditto.
5661 * frv-tdep.c: Ditto.
5662 * ia64-tdep.c: Ditto.
5663 * mdebugread.c: Ditto.
5664 * mipsread.c: Ditto.
5665 * rs6000-tdep.c: Ditto.
5666 * s390-tdep.c: Ditto.
5667 * sh-tdep.c: Ditto.
5668 * xstormy16-tdep.c: Ditto.
5669 * gdbarch.sh: Remove include of symfile.h.
5670 * gdbarch.c: Regenerate.
5671 * solib-irix.c (enable_break): Use entry_point_address().
5672 Add comment about include file.
5673 * xcoffread.c: Add comment about include file.
5674 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
5675 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
5676 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
5677 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
5678 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
5679
5680 2004-02-13 Andrew Cagney <cagney@redhat.com>
5681
5682 * corelow.c (core_xfer_partial): Use "struct bfd_section".
5683 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
5684 copyright.
5685 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
5686
5687 2004-02-12 Fred Fish <fnf@redhat.com>
5688
5689 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
5690 set_gdbarch_store_return_value.
5691
5692 2004-02-12 Andrew Cagney <cagney@redhat.com>
5693
5694 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
5695 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
5696 (interrupt_query): Ditto.
5697 (ofunc): Delete unused variable.
5698 * cris-tdep.c (cris_abi): Delete unused function.
5699 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
5700 (cris_get_wide_opcode, cris_get_short_size): Ditto.
5701 (cris_get_asr_quick_shift_steps): Ditto.
5702 (cris_skip_prologue_frameless_p): Ditto.
5703 * arm-tdep.c (arm_push_return_address): Delete unused function.
5704 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
5705 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
5706 * s390-tdep.c (s390_function_start): Delete unused function.
5707
5708 2004-02-12 Andrew Cagney <cagney@redhat.com>
5709
5710 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
5711 gdbarch.h, gdbarch.c: Re-generate.
5712 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
5713 to generic_prologue_frameless_p.
5714 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
5715 * arch-utils.c (generic_prologue_frameless_p): Delete function.
5716
5717 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
5718
5719 * mips-linux-tdep.c: Include "frame.h".
5720 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
5721 (mips_linux_skip_resolver): New functions.
5722 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
5723 and set_gdbarch_in_solib_call_trampoline.
5724 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
5725 to after set_gdbarch_in_solib_return_trampoline. Only set the
5726 solib hooks to mips16 functions if the OS ABI is unknown.
5727 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
5728 including "config/tm-linux.h".
5729 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
5730 * Makefile.in (mips-linux-tdep.o): Update.
5731
5732 2004-02-11 David Carlton <carlton@kealia.com>
5733
5734 * linespec.c (decode_compound): Only look for a class symbol when
5735 considering all but the rightmost component.
5736
5737 2004-02-11 Andrew Cagney <cagney@redhat.com>
5738
5739 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
5740 abi code are are separatly grouped.
5741
5742 2004-02-11 Andrew Cagney <cagney@redhat.com>
5743
5744 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
5745 * gdbarch.h, gdbarch.c: Re-generate.
5746 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
5747 * v850-tdep.c (v850_gdbarch_init): Update.
5748 * sh64-tdep.c (sh64_gdbarch_init): Update.
5749 * sh-tdep.c (sh_gdbarch_init): Update.
5750 * s390-tdep.c (s390_gdbarch_init): Update.
5751 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
5752 * mips-tdep.c (mips_gdbarch_init): Update.
5753 * mcore-tdep.c (mcore_gdbarch_init): Update.
5754 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
5755 * m32r-tdep.c (m32r_gdbarch_init): Update.
5756 * ia64-tdep.c (ia64_gdbarch_init): Update.
5757 * hppa-tdep.c (hppa_gdbarch_init): Update.
5758 * h8300-tdep.c (h8300_gdbarch_init): Update.
5759 * frv-tdep.c (frv_gdbarch_init): Update.
5760 * d10v-tdep.c (d10v_gdbarch_init): Update.
5761 * cris-tdep.c (cris_gdbarch_init): Update.
5762 * avr-tdep.c (avr_gdbarch_init): Update.
5763 * arm-tdep.c (arm_gdbarch_init): Update.
5764 * alpha-tdep.c (alpha_gdbarch_init): Update.
5765
5766 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
5767
5768 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
5769 comma.
5770 (sh_sh4al_dsp_register_name): Ditto.
5771
5772 2004-02-10 Andrew Cagney <cagney@redhat.com>
5773
5774 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
5775 (mips_init_frame_pc_first): Delete function.
5776 (mips_frame_saved_pc): Delete function.
5777 (mips_frame_chain): Delete function.
5778 (mips_init_extra_frame_info): Delete function.
5779 (mips_xfer_register): Delete unused variable "reg".
5780 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
5781 (mips_n32n64_return_value): Delete unused variable "reg".
5782 (mips_n32n64_return_value): Delete unused variable "pos".
5783 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
5784 (mips_o32_return_value): Delete unused variable "pos".
5785 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
5786 (mips_print_fp_register): Delete unused variable "namelen"
5787 (mips_print_fp_register): Delete unused variable "flt2"
5788 (get_frame_pointer): Delete function.
5789 (cached_proc_desc): Delete static variable.
5790 (mips_pop_frame): Delete function.
5791 (mips_find_saved_regs): Delete function.
5792 (mips_get_saved_register): Delete function.
5793 (mips_saved_pc_after_call): Delete function.
5794 (SIGFRAME_BASE): Delete macro.
5795 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
5796 (SIGFRAME_PC_OFF): Delete macro.
5797 (SIGFRAME_REGSAVE_OFF): Delete macro.
5798 (mips_dump_tdep): Do not print deleted macro definitions.
5799
5800 2004-02-10 Andrew Cagney <cagney@redhat.com>
5801
5802 * Makefile.in (SFILES): Remove explictly listed tui files.
5803 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
5804
5805 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
5806
5807 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
5808 to use paddr functions to format ia64 addresses and long values.
5809 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
5810 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
5811 (get_kernel_table, ia64_find_proc_info_x): Ditto.
5812 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
5813 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
5814
5815 2004-02-10 Andrew Cagney <cagney@redhat.com>
5816
5817 * defs.h: Do not include "tui.h".
5818 * gdb_curses.h: New file.
5819 * tui/tui-hooks.h: New file.
5820 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
5821 (tui_install_hooks, tui_remove_hooks): Delete declarations.
5822 (tui_initialize_io): Delete declaration.
5823 (tui_initialize_readline: Delete redundant declaration.
5824 (struct tui_point): Delete definition.
5825 * tui/tui-data.h (struct tui_point): Define.
5826 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
5827 * utils.c: Include "tui/tui.h".
5828 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
5829 * printcmd.c [TUI]: Include "tui/tui.h".
5830 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
5831 * tui/tui-command.c: Include "gdb_curses.h".
5832 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
5833 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
5834 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
5835 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
5836 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
5837 * Makefile.in: Update all dependencies.
5838 (tui_hooks_h, gdb_curses_h): Define.
5839 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
5840
5841 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
5842
5843 * objfiles.h (struct objfile): Remove unused fields auxf1 and
5844 auxf2. Add comments about some other rarely used fields.
5845
5846 2004-02-10 Andrew Cagney <cagney@redhat.com>
5847
5848 * Makefile.in (init.c): Fix script removing duplicates. Problem
5849 reported by Peter Schauer.
5850
5851 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
5852
5853 * bcache.c (bcache_xmalloc): Use obstack_init instead of
5854 obstack_specify_allocation.
5855 * objfiles.c (allocate_objfile): Ditto.
5856 * solib-sunos.c (solib_add_common_symbols)
5857 (allocate_rt_common_objfile): Ditto.
5858 * symfile.c (reread_symbols): Ditto.
5859 * gdb_obstack.h: Add comment.
5860
5861 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
5862
5863 * linespec.c (decode_line_1, locate_first_half)
5864 (decode_compound, lookup_prefix_sym): Update comments. Delete old
5865 commented out code.
5866
5867 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
5868
5869 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
5870 obstack_free.
5871
5872 2004-02-09 Andrew Cagney <cagney@redhat.com>
5873
5874 * blockframe.c (find_pc_partial_function): If find_pc_overlay
5875 fails, try find_pc_section. Fix PR c++/1267.
5876 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
5877 instead of find_pc_mapped_section.
5878 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
5879 not default to the section containing PC. Fix PR symtab/1519.
5880
5881 2004-02-09 Andrew Cagney <cagney@redhat.com>
5882
5883 * Makefile.in (mips-tdep.o): Update dependencies.
5884 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
5885 "trad-frame.h".
5886 (mips_unwind_pc): Return the pseudo PC register.
5887 (mips_unwind_dummy_id): New function.
5888 (mips16_fetch_instruction): New function.
5889 (mips32_fetch_instruction): New function.
5890 (struct mips_frame_cache): Define.
5891 (mips_mdebug_frame_cache): New function.
5892 (mips_mdebug_frame_this_id): New function.
5893 (mips_mdebug_frame_prev_register): New function.
5894 (mips_mdebug_frame_unwind): Define.
5895 (mips_mdebug_frame_sniffer): New function.
5896 (mips_mdebug_frame_base_address): New function.
5897 (mips_mdebug_frame_base): Define.
5898 (mips_mdebug_frame_base_sniffer): New function.
5899 (mips_gdbarch_init): Append unwind and base sniffers. Set
5900 unwind_dummy_id.
5901
5902 2004-02-08 Andrew Cagney <cagney@redhat.com>
5903
5904 * frame.c: Print both the register number and name.
5905
5906 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
5907 and a sed into a single sed. Make .c and .o patterns more robust.
5908 (OBS): Delete.
5909 (INIT_FILES): Replace OBS with COMMON_OBS.
5910 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
5911
5912 2004-02-08 Mark Kettenis <kettenis@gnu.org>
5913
5914 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
5915 the PT_WCOOKIE request.
5916
5917 2004-02-08 Andrew Cagney <cagney@redhat.com>
5918
5919 * mips-tdep.c (mips_unwind_pc): New function.
5920 (mips_gdbarch_init): Set mips_unwind_pc.
5921
5922 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
5923 (get_frame_id): Allow the UNKNOWN_FRAME.
5924 (frame_register_unwind, get_frame_type): Ditto.
5925
5926 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
5927 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
5928 unwind_dummy_id indicates a legacy frame.
5929
5930 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
5931 * configure: Re-generate.
5932
5933 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
5934 methods.
5935
5936 2004-02-08 Andrew Cagney <cagney@redhat.com>
5937
5938 * configure.in (CONFIG_ALL): Set to Makefile target, and not
5939 makefile macro.
5940 * configure: Re-generate.
5941 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
5942 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
5943 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
5944 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
5945 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
5946 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
5947 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
5948 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
5949 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
5950 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
5951
5952 2004-02-07 Andrew Cagney <cagney@redhat.com>
5953
5954 * Makefile.in: Update all dependencies.
5955
5956 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
5957 * configure: Re-generate.
5958 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
5959 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
5960 (COMMON_OBS): Add "main.o" and "annotate.o".
5961 (ANNOTATE_OBS): Delete.
5962 (OBS): Remove ANNOTATE_OBS.
5963 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
5964 CONFIG_INITS.
5965 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
5966 against CONFIG_OBS and "main.o".
5967 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
5968 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
5969
5970 * tui/tui-command.c: Include "gdb_string.h", delete register
5971 attribute, use ISO-C function signatures.
5972 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
5973 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
5974 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
5975 * tui/tui.c: Ditto.
5976
5977 * tui/tui-command.c: Change variable and function names to lower
5978 case.
5979 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
5980 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
5981 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
5982 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
5983 * tui/tui-winsource.c, tui/tui.c: Ditto.
5984
5985 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
5986
5987 * buildsym.c (free_pending_blocks, finish_block)
5988 (record_pending_block, make_blockvector, end_symtab): Replace
5989 symbol_obstack with objfile_obstack.
5990 * coffread.c (process_coff_symbol, coff_read_struct_type)
5991 (coff_read_enum_type): Ditto.
5992 * cp-namespace.c (initialize_namespace_symtab)
5993 (check_one_possible_namespace_symbol): Ditto.
5994 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
5995 (dwarf2_symbol_mark_computed): Ditto.
5996 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
5997 * elfread.c (elf_symtab_read): Ditto.
5998 * hpread.c (hpread_symfile_init, hpread_symfile_init)
5999 (hpread_read_enum_type, hpread_read_function_type)
6000 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
6001 Ditto.
6002 * jv-lang.c (get_java_class_symtab, add_class_symbol)
6003 (java_link_class_type): Ditto.
6004 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
6005 (new_symbol): Ditto.
6006 * minsyms.c (install_minimal_symbols): Ditto.
6007 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
6008 (terminate_minimal_symbol_table): Replace symbol_obstack with
6009 objfile_obstack.
6010 (free_objfile): Remove freeing of symbol_obstack.
6011 * objfiles.h: Remove symbol_obstack field.
6012 * pa64solib.c (add_to_solist): Replace symbol_obstack with
6013 objfile_obstack.
6014 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
6015 symbol_obstack.
6016 (solib_add_common_symbols): Replace symbol_obstack with
6017 objfile_obstack.
6018 * somsolib.c (som_solib_add): Ditto.
6019 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
6020 (common_block_start, common_block_end): Ditto.
6021 * symfile.c (reread_symbols): Remove freeing and init of
6022 symbol_obstack.
6023 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
6024 * symfile.h: Update comment.
6025 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
6026 stats printing.
6027 * symtab.c (symbol_set_names): Replace symbol_obstack with
6028 objfile_obstack.
6029 * symtab.h (struct general_symbol_info, struct minimal_symbol):
6030 Update comments.
6031 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
6032 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
6033 objfile_obstack.
6034
6035 2004-02-07 Andrew Cagney <cagney@redhat.com>
6036
6037 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
6038 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
6039 fields and variables.
6040 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
6041 (m_beInvisible): Delete macro.
6042 * tui/tui-data.h: Fix case case fields and variables.
6043 (m_genWinPtrIsNull): Delete macro.
6044 (tui_win_list): Rename winList.
6045 (TUI_SRC_WIN): Rename srcWin.
6046 (TUI_DISASM_WIN): Rename disassemWin.
6047 (TUI_DATA_WIN): Rename dataWin.
6048 (TUI_CMD_WIN): Rename cmdWin.
6049 (m_genWinPtrNotNull): Delete macro.
6050 (m_winPtrIsNull): Delete macro.
6051 (m_winPtrNotNull): Delete macro.
6052 (tui_win_is_source_type): Replace m_winIsSourceType
6053 (tui_win_is_auxillary): Replace m_winIsAuzillary.
6054 (tui_win_has_locator): Replace m_hasLocator.
6055 (tui_set_win_highlight): Replace m_setWinHighlightOn and
6056 m_setWinHighlightOff.
6057 * tui/tui-data.c: Update references.
6058 (tui_win_is_source_type, tui_set_win_highlight): New functions.
6059 (tui_win_has_locator, tui_win_is_auxillary): New functions.
6060 * tui/tui-command.c, tui/tui-disasm.c: Update references.
6061 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
6062 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
6063 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
6064 * tui/tui-winsource.c, tui/tui.c: Ditto.
6065
6066 2004-02-07 Mark Kettenis <kettenis@gnu.org>
6067
6068 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
6069 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
6070 StackGhost.
6071
6072 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
6073 variable `i6' to `i7'.
6074 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
6075
6076 2004-02-07 Andrew Cagney <cagney@redhat.com>
6077
6078 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
6079 (TuiPoint, TuiPointPtr): Ditto.
6080 (TuiStatus, TuiStatusPtr): Ditto.
6081 (TuiWinType, TuiWinTypePtr): Ditto.
6082 (struct tui_point): Rename _TuiPoint.
6083 (tui_get_low_disassembly_address): Rename
6084 tuiGetLowDisassemblyAddress.
6085 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
6086 (tuiFree): Delete declaration.
6087 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
6088 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
6089 * tui/tui.c (tuiFree): Delete function.
6090 * cli/cli-cmds.c (disassemble_command): Update references.
6091 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
6092 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
6093 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
6094 * tui/tui-winsource.c: Ditto.
6095
6096 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
6097
6098 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
6099 coffstab_build_psymtabs, elfstab_build_psymtabs)
6100 (stabsect_build_psymtabs): Replace psymbol_obstack with
6101 objfile_obstack.
6102 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
6103 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
6104 Ditto.
6105 * dwarfread.c (scan_compilation_units): Ditto.
6106 * elfread.c (elfstab_offset_sections): Ditto.
6107 * hppa-tdep.c (read_unwind_info): Ditto.
6108 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
6109 (hpread_end_psymtab): Ditto.
6110 * mdebugread.c (mdebug_build_psymtabs, add_pending)
6111 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
6112 Ditto.
6113 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6114 * objfiles.c (add_to_objfile_sections)
6115 (build_objfile_section_table): Ditto.
6116 (allocate_objfile): Remove init of psymbol_obstack.
6117 (free_objfile): Remove freeing of psymbol_obstack.
6118 * objfiles.h (struct objfile): Remove field
6119 psymbol_obstack. Update comments.
6120 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
6121 psymbol_obstack with objfile_obstack.
6122 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
6123 psymbol_obstack.
6124 * somread.c (som_symfile_offsets, init_import_symbols)
6125 (init_export_symbols): Replace psymbol_obstack with
6126 objfile_obstack.
6127 * somsolib.c (som_solib_add_solib_objfile): Ditto.
6128 * symfile.c (default_symfile_offsets, syms_from_objfile)
6129 (reread_symbols): Remove freeing and init of psymbol_obstack.
6130 (cashier_psymtab): Update comment.
6131 * symmisc.c (print_objfile_statistics): Don't report stats for
6132 psymbol obstack.
6133 * symtab.h (struct general_symbol_info, struct partial_symtab):
6134 Update comments.
6135 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
6136 (xcoff_symfile_offsets): Replace psymbol_obstack with
6137 objfile_obstack.
6138
6139 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
6140
6141 * objfiles.h (struct objfile): Add objfile_obstack field.
6142 Remove type_obstack field.
6143
6144 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
6145 read_structure_scope read_enumeration, new_symbol): Replace
6146 type_obstack with objfile_obstack.
6147 * dwarfread.c (struct_type, enum_type): Ditto.
6148 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
6149 (lookup_fundamental_type): Ditto.
6150 * gdbtypes.h (TYPE_ALLOC): Ditto.
6151 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
6152 (hpread_read_doc_function_type, hpread_read_struct_type)
6153 (fix_static_member_physnames, hpread_read_array_type)
6154 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
6155 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
6156 (java_link_class_type): Ditto.
6157 * mdebugread.c (parse_type): Ditto.
6158 * objfiles.c (allocate_objfile, free_objfile): Ditto.
6159 * solib-sunos.c (solib_add_common_symbols): Ditto.
6160 * stabsread.c (define_symbol, read_type, read_member_functions,
6161 read_cpp_abbrev, read_one_struct_field): Ditto.
6162 * symfile.c (reread_symbols): Ditto.
6163 * symmisc.c (print_objfile_statistics): Ditto.
6164
6165 2004-02-07 Andrew Cagney <cagney@redhat.com>
6166
6167 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
6168 (tui_exec_info_content): Rename TuiExecInfoContent.
6169 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
6170 (TuiWinInfo, TuiWinInfoPtr): Ditto.
6171 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
6172 (TuiList, TuiListPtr): Ditto.
6173 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
6174 (TuiDataType, TuiDataTypePtr): Ditto.
6175 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
6176 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
6177 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
6178 (TuiSourceElement, TuiSourceElementPtr): Ditto.
6179 (TuiDataElement, TuiDataElementPtr): Ditto.
6180 (TuiWinElement, TuiWinElementPtr): Ditto.
6181 (TuiDataInfo, TuiDataInfoPtr): Ditto.
6182 (TuiCommandElement, TuiCommandElementPtr): Ditto.
6183 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
6184 (TuiWhichElement, TuiWhichElementPtr): Ditto.
6185 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
6186 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
6187 * tui/tui-command.c, tui/tui-data.c: Update references.
6188 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
6189 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
6190 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
6191 * tui/tui-winsource.c, tui/tui.c: Ditto.
6192
6193 2004-02-07 Mark Kettenis <kettenis@gnu.org>
6194
6195 * dwarf2-frame.h: Update copyright.
6196 (enum dwarf2_frame_reg_rule): New.
6197 (struct dwarf2_frame_state_reg): New.
6198 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
6199 * dwarf2-frame.c: Update copyright.
6200 (enum dwarf2_reg_rule): Remove.
6201 (struct dwarf2_frame_state): Remove defenition of `struct
6202 dwarf2_frame_state_reg'.
6203 (read_reg): Call get_frame_arch to get the architecture instead of
6204 using CURRENT_GDBARCH.
6205 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
6206 DWARF2_FRAME_.
6207 (dwarf2_frame_init_reg): New function.
6208 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
6209 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
6210 initialize the register state. Prefix old `enum dwarf2_reg_rule'
6211 tags with DWARF2_FRAME_.
6212 (dwarf2_frame_prev_register): Call get_frame_arch to get the
6213 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
6214 dwarf2_reg_rule' tags with DWARF2_FRAME_.
6215
6216 2004-02-06 Andrew Cagney <cagney@redhat.com>
6217
6218 * tui/tui-data.h (struct tui_list): Rename _TuiList.
6219 (enum tui_data_type): Rename _TuiDataType.
6220 (struct tui_layout_def): Rename _TuiLayoutDef.
6221 (struct tui_source_element): Rename _TuiSourceElement.
6222 (struct tui_data_element): Rename _TuiDataElement.
6223 (struct tui_command_element): Rename _TuiCommandElement.
6224 (struct tui_locator_element): Rename _TuiLocatorElement.
6225 (union tui_which_element): Define.
6226 (struct tui_win_element): Rename _TuiWinElement.
6227 (struct tui_data_info): Rename _TuiDataInfo.
6228 (struct tui_source_info): Rename _TuiSourceInfo.
6229 (struct tui_command_info): Rename _TuiCommandInfo.
6230 (tui_initialize_static_data): Rename initializeStaticData.
6231 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
6232 (tui_alloc_win_info): Rename allocWinInfo.
6233 (tui_init_generic_part): Rename initGenericPart.
6234 (tui_init_win_info): Rename initWinInfo.
6235 (tui_alloc_content): Rename allocContent.
6236 (tui_add_content_elements): Rename addContentElements.
6237 (tui_init_content_element): Rename initContentElement.
6238 (tui_free_window): Rename freeWindow.
6239 (tui_free_win_content): Rename freeWinContent.
6240 (tui_free_data_content): Rename freeDataContent.
6241 (tui_free_all_source_wins_content): Rename
6242 freeAllSourceWinsContent.
6243 (tui_del_window): Rename tuiDelWindow.
6244 (tui_del_data_windows): Rename tuiDelDataWindows.
6245 (tui_partial_win_by_name): Rename partialWinByName.
6246 (tui_win_name): Rename winName.
6247 (tui_current_layout): Rename currentLayout.
6248 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
6249 (tui_term_height): Rename termHeight.
6250 (tui_set_term_height_to): Rename setTermHeightTo.
6251 (tui_term_width): Rename termWidth.
6252 (tui_set_term_width_to): Rename setTermWidthTo.
6253 (tui_set_gen_win_origin): Rename setGenWinOrigin.
6254 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
6255 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
6256 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
6257 (tui_source_windows): Rename sourceWindows.
6258 (tui_clear_source_windows): Rename clearSourceWindows.
6259 (tui_clear_source_windows_detail): Rename
6260 clearSourceWindowsDetail.
6261 (tui_clear_win_detail): Rename clearWinDetail.
6262 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
6263 (tui_default_tab_len): Rename tuiDefaultTabLen.
6264 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
6265 (tui_win_with_focus): Rename tuiWinWithFocus.
6266 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
6267 (tui_layout_def): Rename tuiLayoutDef.
6268 (tui_win_resized): Rename tuiWinResized.
6269 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
6270 (tui_next_win): Rename tuiNextWin.
6271 (tui_prev_win): Rename tuiPrevWin.
6272 (tui_add_to_source_windows): Rename addToSourceWindows.
6273 * tui/tui-winsource.c, tui/tui-win.c: Update references.
6274 * tui/tui-layout.c, tui/tui-source.c: Ditto.
6275 * tui/tui-stack.c, tui/tui-io.c: Ditto.
6276 * tui/tui.c, tui/tui-data.c: Ditto.
6277 * tui/tui-interp.c, tui/tui-data.c: Ditto.
6278 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
6279
6280 * tui/tui-source.h: Update copyright. Include "tui-data.h".
6281 (struct symtab): Declare.
6282 (tui_set_source_content): Rename tuiSetSourceContent.
6283 (tui_show_symtab_source): Rename tuiShowSource.
6284 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
6285 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
6286 * tui/tui-source.c: Update copyright. Update references.
6287 * tui/tui-win.c, tui/tui-winsource.c: Update references.
6288 * tui/tui-stack.c: Update references.
6289
6290 * tui/tui-win.h: Update copyright. Include "tui-data.h".
6291 (struct tui_win_info): Declare.
6292 (tui_scroll_forward): Rename tuiScrollForward.
6293 (tui_scroll_backward): Rename tuiScrollBackward.
6294 (tui_scroll_left): Rename tuiScrollLeft.
6295 (tui_scroll_right): Rename tuiScrollRight.
6296 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
6297 (tui_resize_all): Rename tuiResizeAll.
6298 (tui_refresh_all_win): Rename tuiRefreshAll.
6299 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
6300 * tui/tui-layout.c, * tui/tui-io.c: Update references.
6301 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
6302 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
6303
6304 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
6305 (tui_erase_data_content): Rename tuiEraseDataContent.
6306 (tui_display_all_data): Rename tuiDisplayAllData.
6307 (tui_check_data_values): Rename tuiCheckDataValues.
6308 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
6309 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
6310 (tui_first_data_element_no_in_line): Rename
6311 tuiFirstDataElementNoInLine.
6312 (tui_delete_data_content_windows): Rename
6313 tuiDeleteDataContentWindows.
6314 (tui_refresh_data_win): Rename tuiRefreshDataWin.
6315 (tui_display_data_from): Rename tuiDisplayDataFrom.
6316 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
6317 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
6318 * tui/tui-win.c, tui/tui-regs.c: Update references.
6319 * tui/tui-layout.c, tui/tui.c: Update references.
6320
6321 * tui/tui-wingeneral.h: Update copyright.
6322 (m_allBeVisible): Delete macro.
6323 (m_allBeInvisible): Delete macro.
6324 (struct tui_gen_win_info): Declare.
6325 (struct tui_win_info): Declare.
6326 (tui_unhighlight_win): Rename unhighlightWin.
6327 (tui_make_visible, tui_make_invisible): Replace makeVisible.
6328 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
6329 (tui_make_window): Rename makeWindow.
6330 (tui_copy_win): Rename copyWin.
6331 (tui_box_win): Rename boxWin.
6332 (tui_highlight_win): Rename highlightWin.
6333 (tui_check_and_display_highlight_if_needed): Rename
6334 checkAndDisplayHighlightIfNeeded.
6335 (tui_refresh_all): Rename refreshAll.
6336 (tui_delete_win): Rename tuiDelwin.
6337 (tui_refresh_win): Rename tuiRefreshWin.
6338 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
6339 (tui_make_visible, tui_make_invisible): New functions.
6340 (tui_make_all_visible, tui_make_all_invisible): New functions.
6341 (make_all_visible): Rename makeAllVisible.
6342 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
6343 * tui/tui-data.c, tui/tui-winsource.c: Update references.
6344 * tui/tui-windata.c, tui/tui-win.c: Update references.
6345 * tui/tui-regs.c, tui/tui-layout.c: Update references.
6346 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
6347
6348 2004-02-06 Mark Kettenis <kettenis@gnu.org>
6349
6350 * proc-api.c (write_with_trace): Initialize local variable to
6351 silence compiler warning.
6352
6353 2004-02-06 Andrew Cagney <cagney@redhat.com>
6354
6355 * tui/tui-source.h: Do not include "defs.h".
6356 (struct tui_win_info): Declare.
6357 (tui_set_source_content_nil): Declare.
6358 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
6359 (union tui_line_or_address): Rename _TuiLineOrAddress.
6360 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
6361 (tui_update_source_window): Rename tuiUpdateSourceWindow.
6362 (tui_update_source_window_as_is): Rename
6363 tuiUpdateSourceWindowAsIs.
6364 (tui_update_source_windows_with_addr): Rename
6365 tuiUpdateSourceWindowsWithAddr.
6366 (tui_update_source_windows_with_line): Rename
6367 tuiUpdateSourceWindowsWithLine.
6368 (tui_clear_source_content): Rename tuiClearSourceContent.
6369 (tui_erase_source_content): Rename tuiEraseSourceContent.
6370 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
6371 (tui_show_source_content): Rename tuiShowSourceContent.
6372 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
6373 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
6374 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
6375 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
6376 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
6377 (tui_update_exec_info): Rename tuiUpdateExecInfo.
6378 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
6379 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
6380 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
6381 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
6382 (struct tui_win_info): Declare.
6383 * tui/tui-stack.c: Update references.
6384 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
6385 * tui/tui-win.c, tui/tui-source.c: Ditto.
6386 * tui/tui.c, tui/tui-disasm.c: Ditto.
6387
6388 2004-02-06 Mark Kettenis <kettenis@gnu.org>
6389
6390 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
6391 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
6392
6393 2004-02-05 Mark Kettenis <kettenis@gnu.org>
6394
6395 * infrun.c (handle_inferior_event): Allow for breakpoint
6396 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
6397 and SIGEMT. Update comments.
6398 * NEWS (Revised SPARC target): Mention support for non-executable
6399 stack.
6400
6401 2004-02-04 Mark Kettenis <kettenis@gnu.org>
6402
6403 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
6404 * inftarg.c: Update copyright year.
6405 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
6406 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
6407 (sparc_xfer_wcookie): New function.
6408 * sparc-tdep.c (sparc_fetch_wcookie): New function.
6409 * Makefile.in (sparc-nat.o): Update dependencies.
6410 * config/sparc/nm-nbsd.h: Include "target.h".
6411 (NATIVE_XFER_WCOOKIE): New define.
6412 (sparc_xfer_wcookie): New prototype.
6413
6414 2004-02-04 Andrew Cagney <cagney@redhat.com>
6415
6416 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
6417 SYSCALL_TRAP function.
6418 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
6419
6420 2004-02-04 Andrew Cagney <cagney@redhat.com>
6421 Daniel Jacobowitz <drow@mvista.com>
6422
6423 * objfiles.h: Delete comments refering to inside_entry_func and
6424 DEPRECATED_FRAME_CHAIN_VALID.
6425 * defs.h (inside_entry_func): Update prototype..
6426 * blockframe.c (inside_entry_func): Rename to
6427 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
6428 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
6429
6430 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
6431
6432 * breakpoint.c (struct captured_parse_breakpoint_args): Move
6433 outside of #ifdef SOLIB_ADD region.
6434 (do_restore_lang_radix_cleanup): Ditto.
6435 (resolve_pending_breakpoint): Ditto.
6436
6437 2004-02-03 Andrew Cagney <cagney@redhat.com>
6438
6439 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
6440 (process_note_abi_tag_sections): Delete unused function.
6441 (ia64_read_fp): Delete unused function.
6442 (gdbarch_extract_struct_value_address): Delete declaration.
6443
6444 2004-02-02 Andrew Cagney <cagney@redhat.com>
6445
6446 * vax-tdep.c (vax_frame_chain): Delete call to
6447 deprecated_inside_entry_file.
6448 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
6449
6450 2004-02-02 Mark Kettenis <kettenis@gnu.org>
6451
6452 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
6453 column that's "empty" or "same value" when eliminating REG_RA
6454 rules.
6455
6456 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6457
6458 * NEWS: Add information about new pending breakpoint support.
6459
6460 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6461
6462 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
6463 and pending fields for pending breakpoint support.
6464 * breakpoint.c (breakpoint_enabled): Add check for not pending.
6465 (condition_command): Only parse condition if not a pending
6466 breakpoint.
6467 (print_one_breakpoint): Add support for pending breakpoints.
6468 (describe_other_breakpoints): Add checks to verify we are not
6469 dealing with pending breakpoints.
6470 (check_duplicates): Don't check pending breakpoints.
6471 (set_raw_breakpoint): Initialize pending flag.
6472 (do_restore_lang_radix_cleanup): New cleanup routine.
6473 (resolve_pending_breakpoint): New function.
6474 (re_enable_breakpoints_in_shlibs): Try and resolve any
6475 pending breakpoints via resolve_pending_breakpoint.
6476 (mention): Add pending breakpoint support.
6477 (parse_breakpoint_sals): Add new parameter to pass to
6478 decode_line_1 to indicate silent errors when files or functions
6479 are not found. Change all callers.
6480 (do_captured_parse_breakpoint): New function.
6481 (break_command_1): Change prototype to return an rc value and to
6482 take an optional pending breakpoint pointer. Support creating
6483 a pending breakpoint if a "not found" form of error occurs when
6484 parsing the breakpoint. Also support resolving an existing pending
6485 breakpoint and be silent if the resolution fails.
6486 (create_breakpoints): Change prototype to take pending breakpoint
6487 pointer. When resolving a pending breakpoint, use the new pointer
6488 to provide a conditional or commands added by the end-user.
6489 (delete_breakpoint): Add appropriate check for pending.
6490 (breakpoint_re_set_one): Ditto.
6491 (do_enable_breakpoint): Ditto.
6492
6493 2004-02-02 David Carlton <carlton@kealia.com>
6494
6495 * valops.c (enum oload_classification): New.
6496 (find_overload_match): Break implementation into separate
6497 functions; delete #if 0'd code; look for symbols within
6498 namespaces.
6499 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
6500 (find_oload_champ,oload_method_static,classify_oload_match): New.
6501 * cp-support.h: Add declaration for cp_func_name; update
6502 declaration for make_symbol_overload_list.
6503 * cp-support.c (cp_func_name): New.
6504 (overload_list_add_symbol): Fix comment, use
6505 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
6506 (make_symbol_overload_list): Take a function name and a namespace
6507 instead of a symbol; change implementation.
6508 (make_symbol_overload_list_using): New.
6509 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
6510
6511 2004-02-02 Fred Fish <fnf@redhat.com>
6512
6513 * main.c (gdb_stdtarg): Move definition to group with other
6514 gdb_stdtarg definitions and update copyright years.
6515 * remote-sim.c (gdb_os_write_stderr): Write output to
6516 gdb_stdtargerr stream instead of gdb_stdtarg stream.
6517 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
6518 gdb_stderr stream and update copyright years.
6519
6520 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
6521
6522 * Makefile.in (mips-linux-nat.o): Update dependencies.
6523 * mips-linux-nat.c: Include mips-tdep.h.
6524
6525 2004-02-01 Roland McGrath <roland@redhat.com>
6526
6527 * sol-thread.c (sol_thread_xfer_partial): New function.
6528 (init_sol_thread_ops): Use that for to_xfer_partial hook.
6529 (init_sol_core_ops): Likewise.
6530
6531 * procfs.c (procfs_xfer_partial): New function.
6532 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
6533 * Makefile.in (procfs.o): Add $(auxv_h) dep.
6534
6535 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
6536 procfs_xfer_auxv function.
6537
6538 * procfs.c (procfs_make_note_section): If we can read
6539 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
6540 * linux-proc.c (linux_make_note_section): Likewise.
6541
6542 * auxv.h: New file.
6543 * auxv.c: New file.
6544 * Makefile.in (auxv_h): New variable.
6545 (COMMON_OBS): Add auxv.o here.
6546 (auxv.o): New target.
6547
6548 * corelow.c (core_xfer_partial): New function.
6549 (init_core_ops): Use it for core_ops.to_xfer_partial.
6550
6551 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
6552 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
6553 macro if that is defined.
6554
6555 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
6556
6557 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
6558 and check the specified thread for each breakpoint.
6559 * breakpoint.h (bpstat_stop_status): Update prototype.
6560 * infrun.c (handle_inferior_event): Update calls to
6561 bpstat_stop_status.
6562
6563 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
6564
6565 * Makefile.in (cli-cmds.o): Add $(readline_h).
6566
6567 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
6568
6569 * cli/cli-cmds.c: Include readline.h.
6570 (complete_command): Pass the start of the last word to
6571 complete_line.
6572
6573 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
6574
6575 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
6576 argument, and change first argument to a CORE_ADDR.
6577 * breakpoint.h (bpstat_stop_status): Update prototype.
6578 * infrun.c (adjust_pc_after_break): Add a new comment.
6579 (handle_inferior_event): Update calls to bpstat_stop_status.
6580
6581 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
6582
6583 * breakpoint.h: Update copyright years.
6584
6585 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
6586
6587 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
6588 (bpstat_stop_status): Don't decrement PC.
6589 * breakpoint.h (software_breakpoint_inserted_here_p): Add
6590 prototype.
6591 * infrun.c (adjust_pc_after_break): New function.
6592 (handle_inferior_event): Call it, early. Remove later references
6593 to DECR_PC_AFTER_BREAK.
6594 (normal_stop): Add commentary.
6595
6596 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
6597
6598 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
6599 2004-01-27 double-free fix.
6600
6601 2004-01-31 Mark Kettenis <kettenis@gnu.org>
6602
6603 * sparc-tdep.c (sparc_fetch_wcookie): New function.
6604 (sparc32_frame_prev_register): Handle StackGhost.
6605 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
6606
6607 2004-01-29 Roland McGrath <roland@redhat.com>
6608
6609 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
6610 * configure: Regenerated.
6611
6612 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
6613 * Makefile.in (procfs.o): Add dep.
6614
6615 2004-01-28 Andrew Cagney <cagney@redhat.com>
6616
6617 * tui/tui-stack.h: Update copyright.
6618 (struct frame_info): Add opaque declaration.
6619 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
6620 (tui_show_locator_content): Rename tuiShowLocatorContent.
6621 (tui_show_frame_info): Rename tuiShowFrameInfo.
6622 * tui/tui-stack.c: Update copyright. Update references.
6623 * tui/tui-winsource.c: Update references.
6624 * tui/tui-win.c: Update references.
6625 * tui/tui-layout.c: Update references.
6626 * tui/tui-hooks.c: Update copyright, update references.
6627 * tui/tui.c: Update copyright, update references.
6628 * tui/tui-disasm.c: Update references.
6629
6630 2004-01-28 David Carlton <carlton@kealia.com>
6631
6632 * dwarf2read.c (add_partial_structure): Use demangled name if
6633 namespace equals "".
6634
6635 2004-01-27 Jim Blandy <jimb@redhat.com>
6636
6637 Clean up misapplied patch:
6638 * dwarf2read.c (determine_prefix): Change one of the two forward
6639 declarations for 'determine_prefix_aux' to a declaration for this.
6640 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
6641 argument to 'die_specification'.
6642
6643 * dwarf2read.c (read_func_scope): Re-indent comment.
6644
6645 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
6646
6647 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
6648 b->exp to NULL after freeing so that error during re-parsing or
6649 evaluation of expressions associated with breakpoint don't
6650 eventually lead to re-freeing of storage.
6651 Committed by Andrew Cagney.
6652
6653 2004-01-27 Andrew Cagney <cagney@redhat.com>
6654
6655 * source.c (ambiguous_line_spec): Delete undefined declaration.
6656 * m32r-rom.c (m32r_set_board_address): Delete unused function.
6657 (m32r_set_server_address, m32r_set_download_path): Ditto.
6658 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
6659
6660 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
6661
6662 * dwarf2read.c: Update calls to changed and renamed functions, and
6663 references to moved variables.
6664
6665 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
6666 language, language_defn, list_in_scope, and ftypes members.
6667 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
6668 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
6669 (baseaddr): Remove globals.
6670
6671 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
6672 (set_cu_language, die_is_declaration, die_specification)
6673 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
6674 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
6675 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
6676 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
6677
6678 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
6679 cu.list_in_scope. Don't initialize cu_header_offset.
6680 (add_partial_symbol): Add local baseaddr.
6681 (psymtab_to_symtab_1): Add local baseaddr. Use
6682 objfile->section_offsets for consistency. Don't initialize
6683 cu_header_offset; do initialize cu.header.offset and
6684 cu.list_in_scope.
6685 (read_file_scope, read_func_scope, read_lexical_block_scope)
6686 (dwarf_decode_lines, new_symbol): Add local baseaddr.
6687
6688 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
6689
6690 * PROBLEMS: Add gdb/1516.
6691
6692 2003-12-29 Robert Millan <robertmh@gnu.org>
6693
6694 Patch committed by Andrw Cagney.
6695 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
6696 * configure.tgt: Match knetbsd*-gnu.
6697
6698 2004-01-26 Andrew Cagney <cagney@redhat.com>
6699
6700 * breakpoint.c (catch_command_1): Delete #ifdef code.
6701 (catch_fork_command_1): Delete #ifdef wrapper.
6702 (catch_exec_command_1): Ditto.
6703 (catch_load_command_1): Ditto.
6704 (catch_unload_command_1): Ditto.
6705
6706 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
6707 (catch_breakpoint): Delete #if0ed function.
6708 (disable_catch_breakpoint): Ditto.
6709 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
6710 (disable_catch, enable_catch, delete_catch): Ditto.
6711
6712 2004-01-26 Andrew Cagney <cagney@redhat.com>
6713
6714 * remote.c (echo_check, quit_flag): Delete variables.
6715 (cisco_kernel_mode): Delete variable.
6716 (minitelnet_return, tty_input, escape_count): Delete variables.
6717 (remote_cisco_mode): Delete variable.
6718 (remote_cisco_open, remote_cisco_close): Delete function.
6719 (remote_cisco_mourn, remote_cisco_wait): Delete function.
6720 (init_remote_cisco_ops): Delete function.
6721 (_initialize_remote): Do not install "remote cisco" code.
6722 (read_frame): Delete cisco specific code.
6723 (remote_info_process): Delete function.
6724 (remote_wait): Delete cisco specific code.
6725 (remote_cisco_section_offsets): Delete function.
6726 (remote_cisco_objfile_relocate): Delete function.
6727 (remote_async_wait): Delete cisco specific code.
6728 (minitelnet, readtty, readsocket): Delete function.
6729
6730 2004-01-26 Andrew Cagney <cagney@redhat.com>
6731
6732 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
6733 comments mentioning extract_returned_value_address.
6734 * infcmd.c (print_return_value): Update. Add comments on
6735 extract_returned_value_address.
6736 * stack.c (return_command): Add comments on
6737 extract_returned_value_address.
6738 * values.c: Update comment.
6739 * m32r-tdep.c: Update comment.
6740 * sparc-tdep.c: Update comment.
6741 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
6742 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6743 * sh64-tdep.c (sh64_gdbarch_init): Update.
6744 * sh-tdep.c (sh_gdbarch_init): Update.
6745 * s390-tdep.c (s390_gdbarch_init): Update.
6746 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6747 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
6748 * m68k-tdep.c (m68k_gdbarch_init): Update.
6749 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
6750 * m32r-tdep.c (m32r_gdbarch_init): Update.
6751 * ia64-tdep.c (ia64_gdbarch_init): Update.
6752 * h8300-tdep.c (h8300_gdbarch_init): Update.
6753 * frv-tdep.c (frv_gdbarch_init): Update.
6754 * arm-tdep.c (arm_gdbarch_init): Update.
6755 * alpha-tdep.c (alpha_gdbarch_init): Update.
6756
6757 2004-01-26 Andrew Cagney <cagney@redhat.com>
6758
6759 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
6760 SYMBOL_LOCATION_FUNCS
6761 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
6762 "struct symbol_ops".
6763 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
6764 type to "struct symbol_ops".
6765 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
6766 (struct symbol): Replace ".aux_value.loc.funcs" and
6767 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
6768 (SYMBOL_OBJFILE): Delete macro.
6769 (SYMBOL_LOCATION_FUNCS): Delete macro.
6770 (SYMBOL_LOCATION_BATON): Update.
6771 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
6772 intead of SYMBOL_LOCATION_FUNCS.
6773 * ax-gdb.c (gen_var_ref): Ditto.
6774 * printcmd.c (address_info): Ditto.
6775 * findvar.c (read_var_value): Ditto.
6776 (symbol_read_needs_frame): Ditto.
6777
6778 2004-01-26 Andrew Cagney <cagney@redhat.com>
6779
6780 * dwarf2read.c (read_func_scope): Document frame-base hack.
6781
6782 2004-01-25 Mark Kettenis <kettenis@gnu.org>
6783
6784 * infcmd.c (print_return_value): Plug memory leak; delete
6785 ui_stream object. Rename argument `structure_return' to
6786 `struct_return'.
6787
6788 2004-01-25 Mark Kettenis <kettenis@gnu.org>
6789
6790 * infcmd.c (print_return_value): Wrap long lines.
6791 (finish_command_continuation, finish_command): Remove unused
6792 variable `funcaddr'. Fix some coding-standards problems.
6793
6794 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
6795 SECT_SIZE is large enough, not whether it's exactly the right size.
6796 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
6797 TDEP->fpregset to zero.
6798
6799 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
6800 floating-point registers for traditional NetBSD core files.
6801 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
6802 TDEP->sizeof_fpregset here.
6803
6804 2004-01-25 Mark Kettenis <kettenis@gnu.org>
6805
6806 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
6807 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
6808 function with code split out from
6809 sparc32nbsd_sigcontext_frame_cache.
6810 (sparc32nbsd_sigcontext_frame_cache): Use
6811 sparc32nbsd_sigcontext_saved_regs.
6812 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
6813 OpenBSD.
6814 * sparcobsd-tdep.c: New file.
6815 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
6816 (sparcobsd-tdep.o): New dependency.
6817 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
6818 * config/sparc/obsd.mt: New file.
6819
6820 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
6821 TDEP->fpregset to be initialized to enable core file register
6822 sets.
6823
6824 2004-01-24 Mark Kettenis <kettenis@gnu.org>
6825
6826 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
6827 Add opaque declarations.
6828 (sparc64nbsd_sigcontext_saved_regs): New prototype.
6829 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
6830 function with code split out from
6831 sparc64nbsd_sigcontext_frame_cache.
6832 (sparc64nbsd_sigcontext_frame_cache): Use
6833 sparc64nbsd_sigcontext_saved_regs.
6834 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
6835 OpenBSD.
6836 * sparc64obsd-tdep.c: New file.
6837 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
6838 (sparc64obsd-tdep.o): New dependency.
6839 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
6840 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
6841 * config/sparc/obsd64.mt: New file.
6842
6843 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
6844 read the instruction at PC.
6845
6846 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
6847 value of GDB_OSABI_DEFAULT.
6848 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
6849 instead of GDB_OSABI_NETBSD_AOUT.
6850
6851 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
6852
6853 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
6854 copyright.
6855
6856 2004-01-23 Andrew Cagney <cagney@redhat.com>
6857
6858 * printcmd.c (display_command): Replace tui_set_display call with
6859 tui_set_layout_for_display_command.
6860 * tui/tui.h (enum tui_win_type): Define.
6861 (tui_set_layout): Delete declaration.
6862 (tui_set_layout_for_display_command): Rename set_tui_layout.
6863 * tui/tui-data.h (enum tui_layout_type): Define.
6864 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
6865 "tui.h".
6866 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
6867 (tui_default_win_height): Rename tuiDefaultWinHeight.
6868 (tui_default_win_viewport_height): Rename
6869 tuiDefaultWinViewportHeight.
6870 (tui_set_layout): RenametuiSetLayout.
6871 * tui/tui-layout.c: Update references.
6872 * tui/tui.c: Update references.
6873 * tui/tui-disasm.c: Update references.
6874
6875 2004-01-23 David Carlton <carlton@kealia.com>
6876
6877 Partial workaround for PR c++/1511:
6878 * cp-namespace.c: Include frame.h.
6879 (cp_lookup_transparent_type): New
6880 (cp_lookup_transparent_type_loop): New.
6881 * cp-support.h: Declare cp_lookup_transparent_type.
6882 * symtab.c (basic_lookup_transparent_type): Renamed from
6883 lookup_transparent_type.
6884 (lookup_transparent_type): Replace old body by a call to
6885 current_language->la_lookup_transparent_type.
6886 * symtab.h: Update copyright. Declare
6887 basic_lookup_transparent_type.
6888 * language.h: Update copyright.
6889 (struct language_defn): Add la_lookup_transparent_type.
6890 * language.c: Update copyright.
6891 (unknown_language_defn): Add basic_lookup_transparent_type.
6892 (auto_language_defn): Add basic_lookup_transparent_type.
6893 (local_language_defn): Add basic_lookup_transparent_type.
6894 * ada-lang.c: Update copyright.
6895 (ada_language_defn): Add basic_lookup_transparent_type.
6896 * c-lang.c: Update copyright.
6897 (c_language_defn): Add basic_lookup_transparent_type.
6898 (cplus_language_defn): Add basic_lookup_transparent_type.
6899 (asm_language_defn): Add basic_lookup_transparent_type.
6900 (minimal_language_defn): Add basic_lookup_transparent_type.
6901 * f-lang.c: Update copyright.
6902 (f_language_defn): Add basic_lookup_transparent_type.
6903 * jv-lang.c: Update copyright.
6904 (java_language_defn): Add basic_lookup_transparent_type.
6905 * m2-lang.c: Update copyright.
6906 (m2_language_defn): Add basic_lookup_transparent_type.
6907 * objc-lang.c: Update copyright.
6908 (objc_language_defn): Add basic_lookup_transparent_type.
6909 * p-lang.c: Update copyright.
6910 (p_language_defn): Add basic_lookup_transparent_type.
6911 * scm-lang.c: Update copyright.
6912 (scm_language_defn): Add basic_lookup_transparent_type.
6913 * Makefile.in (cp-namespace.o): Depend on frame.h.
6914
6915 2004-01-23 David Carlton <carlton@kealia.com>
6916
6917 Patch for PR c++/1520:
6918 * dwarf2read.c (read_func_scope): Set processing_current_prefix
6919 properly if we have a specification die.
6920 (determine_prefix_aux): Rename from determine_prefix.
6921 (determine_prefix): Like the old determine_prefix, but never
6922 returns NULL.
6923
6924 2004-01-23 Theodore A. Roth <troth@openavr.org>
6925
6926 * avr-tdep.c: Update copyright.
6927 (avr_iaddr_p): Delete unused function.
6928 (avr_saddr_p): Delete unused function.
6929
6930 2004-01-23 David Carlton <carlton@kealia.com>
6931
6932 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
6933 Fix for PR symtab/1534.
6934
6935 2004-01-23 Mark Kettenis <kettenis@gnu.org>
6936
6937 * NEWS (New native configurations): Mention OpenBSD/sparc and
6938 OpenBSD/sparc64.
6939 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
6940 * configure.host: Likewise.
6941 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
6942 handler for OpenBSD.
6943 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
6944
6945 2004-01-22 Mark Kettenis <kettenis@gnu.org>
6946
6947 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
6948 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
6949
6950 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
6951 * cli/cli-cmds.c (shell_escape): Likewise.
6952
6953 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
6954 OpenBSD .note.openbsd.ident sections.
6955
6956 2004-01-22 David Carlton <carlton@kealia.com>
6957
6958 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
6959 get_scope_pc_bounds.
6960 (read_file_scope): Ditto.
6961 (get_scope_pc_bounds): New function, produced by extracting code
6962 from the above two functions, consolidating it, and adding support
6963 for DW_TAG_namespace.
6964
6965 2004-01-22 Mark Kettenis <kettenis@gnu.org>
6966
6967 * osabi.c (MAX_NOTESZ): New define.
6968 (check_note): New function.
6969 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
6970 check_note.
6971
6972 2004-01-21 Roland McGrath <roland@redhat.com>
6973
6974 * MAINTAINERS (write after approval): Add myself.
6975
6976 2004-01-21 Eli Zaretskii <eliz@gnu.org>
6977
6978 * utils.c (init_page_info): Move declarations of `rows' and
6979 `cols' before the __GO32__-specific code. Move the closing brace
6980 outside the #ifdef __GO32__..#endif block.
6981 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
6982
6983 2004-01-21 Paul Brook <paul@codesourcery.com>
6984
6985 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
6986 BPSTAT_WHAT_CHECK_SHLIBS.
6987
6988 2004-01-21 Paul Brook <paul@codesourcery.com>
6989
6990 * MAINTAINERS: Add myself to write-after-approval.
6991
6992 2004-01-20 Andrew Cagney <cagney@redhat.com>
6993
6994 * ax-gdb.c (print_axs_value): Delete unused function.
6995 * jv-lang.c (java_lookup_type): Delete unused function.
6996 * cli/cli-dump.c (dump_filetype): Delete unused function.
6997 * remote-mips.c (remote_mips_insert_hw_breakpoint)
6998 (remote_mips_remove_hw_breakpoint): Delete unused functions.
6999 (mips_getstring): Delete unused function.
7000 (pmon_insert_breakpoint): Delete #if0ed function.
7001 (PMON_MAX_BP): Delete #if0ed MACRO.
7002 (mips_pmon_bp_info): Delete #if0ed variable.
7003 (pmon_remove_breakpoint): Delete #if0ed function.
7004 * monitor.c (monitor_write_even_block): Delete unused function.
7005 (monitor_write_memory_block): Delete #if0ed code.
7006 * dink32-rom.c (dink32_load): Delete unused function.
7007 (_initialize_dink32_rom): Delete #if0ed code.
7008 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
7009
7010 * tui/tui-command.c: Update references.
7011 * tui/tui-io.c: Update references.
7012 * tui/tui-command.h: Update copyright.
7013 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
7014
7015 * source.c (ambiguous_line_spec): Delete never-defined function.
7016 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
7017 * gdbtypes.c (add_name, add_mangled_type): Ditto.
7018 * cli/cli-cmds.c (validate_comname): Ditto.
7019
7020 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
7021 "tui-data.h".
7022 (tui_set_disassem_content): Rename tuiSetDisassemContent.
7023 (tui_show_disassem): Rename tuiShowDisassem.
7024 (tui_show_disassem_and_update_source): Rename
7025 tuiVerticalDisassemScroll.
7026 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
7027 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
7028 * tui/tui.h: Update copyright.
7029 (enum tui_status): Define.
7030 * tui/tui-data.h (enum tui_scroll_direction): Define.
7031 * tui/tui-disasm.c: Update copyright. Update references.
7032 * tui/tui-winsource.c: Update copyright. Update references.
7033 * tui/tui-win.c: Update references.
7034 * tui/tui-layout.c: Update references.
7035
7036 2004-01-20 Andrew Cagney <cagney@redhat.com>
7037
7038 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
7039 sym2 to start of block.
7040
7041 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
7042
7043 * MAINTAINERS: Delete mmalloc.
7044 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
7045 * NEWS: Mention removal of --with-malloc.
7046 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
7047 * config.in: Regenerate.
7048 * configure: Regenerate.
7049 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
7050 USE_MMALLOC, MMCHECK_FORCE.
7051 * gdbinit.in: Remove mmalloc.
7052 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
7053 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
7054 * config/i386/go32.mh: Likewise.
7055 * config/i386/interix.mh: Likewise.
7056 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
7057
7058 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
7059
7060 * linespec.c (decode_variable, symtab_from_filename): Call
7061 error_silent with error message instead of throwing an exception
7062 directly.
7063 * defs.h (error_silent, error_output_message): Add prototypes.
7064 (catch_exceptions_with_msg): Ditto.
7065 * utils.c (error_silent, error_output_message): New functions.
7066 * top.c (catch_exceptions_with_msg): New function.
7067
7068 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
7069
7070 * mi/mi-cmds.h (enum print_values): Add definition.
7071
7072 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
7073 type and value for simple data types and just the name and type
7074 for complex ones, if required.
7075
7076 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
7077 children, if required.
7078
7079 2004-01-19 Kevin Buettner <kevinb@redhat.com>
7080
7081 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
7082 unused declarations.
7083
7084 2004-01-19 Andrew Cagney <cagney@redhat.com>
7085
7086 * top.h (mapped_symbol_files): Delete declaration.
7087 * main.c (captured_main): Delete option "m" and "mapped".
7088 * objfiles.c (mapped_symbol_files): Delete variable.
7089 * symfile.c (symbol_file_command): Delete mmap code.
7090 (symbol_file_add_with_addrs_or_offsets): Ditto.
7091 (add_symbol_file_command, reread_separate_symbols): Ditto.
7092 * objfiles.h (OBJF_MAPPED): Delete.
7093 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
7094 (free_objfile) [USE_MMALLOC]: Ditto.
7095 (open_existing_mapped_file): Delete function.
7096 (open_mapped_file): Delete function.
7097 (map_to_file): Delete function.
7098
7099 2004-01-19 Kevin Buettner <kevinb@redhat.com>
7100
7101 * infrun.c (step_into_function): Account for possible breakpoint
7102 adjustment when computing ``stop_func_start''.
7103
7104 2004-01-19 Kevin Buettner <kevinb@redhat.com>
7105
7106 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
7107 the region size against the size of a pointer, not the size of
7108 a register as given by DEPRECATED_REGISTER_SIZE.
7109
7110 2004-01-19 Andrew Cagney <cagney@redhat.com>
7111
7112 * tui/tui-regs.h: Include "tui-data.h".
7113 (tuiFirstRegElementNoInLine): Delete declaration.
7114 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
7115 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
7116 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
7117 (tui_calculate_regs_column_count): Rename
7118 tuiCalculateRegsColumnCount.
7119 (tui_check_register_values): Rename tuiCheckRegisterValues.
7120 (tui_show_registers): Rename tuiShowRegisters.
7121 (tui_display_registers_from_line): Rename
7122 tuiDisplayRegistersFromLine.
7123 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
7124 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
7125 (tui_first_reg_element_no_inline): Rename
7126 tuiFirstRegElementNoInLine.
7127 * tui/tui-data.h: Update copyright.
7128 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
7129 * tui/tui-windata.c: Update copyright, update references.
7130 * tui/tui-regs.c: Update copyright, update references.
7131 * tui/tui-win.c: Update copyright, update references.
7132 * tui/tui-layout.c: Update copyright, update references.
7133
7134 2004-01-18 Andrew Cagney <cagney@redhat.com>
7135
7136 * tui/tui-io.c: Update copyright.
7137 (key_is_end_sequence, key_is_backspace): New functions.
7138 (key_is_command_char, key_is_start_sequence): New function.
7139 (tui_getc): Update references.
7140 * tui/tui-io.h: Update copyright.
7141 (m_tuiStartNewLine): Delete macro.
7142 (m_isBackspace, m_isDeleteChar): Delete macros.
7143 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
7144 (m_isNextPage, m_isPrevPage): Delete macros.
7145 (m_isLeftArrow, m_isRightArrow): Delete macros.
7146 (m_isXdbStyleCommandChar): Delete macro.
7147 (key_is_start_sequence): Declare, replace m_isStartSequence.
7148 (key_is_end_sequence): Declare, replace m_isEndSequence.
7149 (key_is_backspace): Declare ,replace m_isBackspace.
7150 (key_is_command_char): Declare, replace m_isCommandChar.
7151 * tui/tui-command.c: Update copyright.
7152 (tuiDispatchCtrlChar): Update references.
7153
7154 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
7155 tuiSourceWin.h.
7156
7157 * tui/tui-command.c: Rename tui/tuiCommand.c.
7158 * tui/tui-command.h: Rename tui/tuiCommand.h.
7159 * tui/tui-data.c: Rename tui/tuiData.c.
7160 * tui/tui-data.h: Rename tui/tuiData.h.
7161 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
7162 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
7163 * tui/tui-io.c: Rename tui/tuiIO.c.
7164 * tui/tui-io.h: Rename tui/tuiIO.h.
7165 * tui/tui-layout.c: Rename tui/tuiLayout.c.
7166 * tui/tui-layout.h: Rename tui/tuiLayout.h.
7167 * tui/tui-regs.c: Rename tui/tuiRegs.c.
7168 * tui/tui-regs.h: Rename tui/tuiRegs.h.
7169 * tui/tui-source.c: Rename tui/tuiSource.c.
7170 * tui/tui-source.h: Rename tui/tuiSource.h.
7171 * tui/tui-stack.c: Rename tui/tuiStack.c.
7172 * tui/tui-stack.h: Rename tui/tuiStack.h.
7173 * tui/tui-win.c: Rename tui/tuiWin.c.
7174 * tui/tui-win.h: Rename tui/tuiWin.h.
7175 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
7176 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
7177 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
7178 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
7179 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
7180 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
7181 * tui/tui-file.c: Update includes.
7182 * tui/tui-hooks.c: Update includes.
7183 * tui/tui-interp.c: Update includes.
7184 * tui/tui.c: Update includes.
7185 * Makefile.in: Update all tui/ dependencies.
7186 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
7187
7188 * Makefile.in: Update copyright. Update dependencies.
7189
7190 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
7191 problem.
7192
7193 2004-01-18 Andrew Cagney <cagney@redhat.com>
7194
7195 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
7196 instead of register_gdbarch_init.
7197
7198 * remote-sds.c (tohex): Delete unused function. Update copyright.
7199 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
7200 * v850-tdep.c (v850_register_virtual_size): Ditto.
7201 * target.c (normal_target_post_startup_inferior): Ditto.
7202 * source.c (ambiguous_line_spec): Ditto.
7203 * remote.c (adapt_remote_get_threadinfo): Ditto.
7204 * mi/mi-out.c (out_field_fmt): Ditto.
7205 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
7206 (output_control_change_notification): Ditto.
7207 * m68k-tdep.c (m68k_register_byte): Ditto.
7208 (m68k_remote_breakpoint_from_pc): Ditto.
7209 * ui-out.c (init_ui_out_state): Delete unused declaration.
7210 * stabsread.c (search_value): Ditto.
7211 * mi/mi-cmd-env.c (env_cli_command): Ditto.
7212 * maint.c (print_section_table): Ditto.
7213 * infrun.c (set_follow_fork_mode_command): Ditto.
7214
7215 2004-01-18 Mark Kettenis <kettenis@gnu.org>
7216
7217 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
7218 DW_CFA_def_cfa_exporession. Add support for
7219 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
7220 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
7221
7222 2004-01-18 Andrew Cagney <cagney@redhat.com>
7223
7224 * ocd.c: Update copyright.
7225 (bdm_read_register_command): Delete unused function.
7226 (_initialize_remote_ocd): Delete commented out reference.
7227 (get_quoted_char, reset_packet): Delete #if0ed function.
7228 (output_packet, put_quoted_char): Delete #if0ed function.
7229 (stu_put_packet, stu_get_packet): Delete #if0ed function.
7230 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
7231 (BDM_BREAKPOINT): Delete #if0ed macro.
7232 (remote_timeout): Delete #if0ed variable.
7233
7234 2004-01-18 Mark Kettenis <kettenis@gnu.org>
7235
7236 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
7237 (core-sol2.o): Remove dependency.
7238 * core-sol2.c: Remove file.
7239
7240 2004-01-17 Andrew Cagney <cagney@redhat.com>
7241
7242 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
7243 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
7244 enums.
7245
7246 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7247
7248 * remote.c: Update copyright years.
7249
7250 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7251
7252 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
7253
7254 2004-01-17 Andrew Cagney <cagney@redhat.com>
7255
7256 * mdebugread.c: Update copyright.
7257 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
7258 (parse_type, parse_procedure): Ditto.
7259 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
7260
7261 * cris-tdep.c (cris_store_struct_return): Put back accidently
7262 deleted function.
7263
7264 * gdbarch.sh: Update copyright year.
7265 * gdbarch.h, gdbarch.c: Re-generate.
7266
7267 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7268
7269 Suggested by George Anzinger.
7270 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
7271 correct stack offset. Include unknown opcode numbers in the error
7272 message.
7273
7274 2004-01-17 Andrew Cagney <cagney@redhat.com>
7275
7276 * x86-64-tdep.c (x86_64_init_abi): No need to clear
7277 extract_struct_value_address, i386 does not set it.
7278 * sparc64-tdep.c (sparc64_init_abi): Do not set
7279 extract_struct_value_address, never called.
7280 (sparc64_extract_struct_value_address): Delete function.
7281 * m68hc11-tdep.c: Update copyright.
7282 (m68hc11_gdbarch_init): Delete redundant assignment of
7283 extract_struct_value_address.
7284 * i386-tdep.c: Update copyright.
7285 (i386_gdbarch_init): Do not set extract_struct_value_address,
7286 never called.
7287 (i386_extract_struct_value_address): Delete function.
7288 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
7289 extract_struct_value_address, never called.
7290 (sparc32_extract_struct_value_address): #if 0 function. Add
7291 comments explaining its future.
7292
7293 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7294
7295 * arm-tdep.c (arm_write_pc): New function.
7296 (arm_gdbarch_init): Call set_gdbarch_write_pc.
7297
7298 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
7299
7300 * breakpoint.c (must_shift_inst_regs): Delete.
7301 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
7302 and SHIFT_INST_REGS.
7303 * infcmd.c (step_1, step_1_continuation): Delete references to
7304 SHIFT_INST_REGS.
7305 * infrun.c (keep_going): Likewise.
7306 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
7307 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
7308
7309 2004-01-17 Andrew Cagney <cagney@redhat.com>
7310
7311 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
7312 * gdbarch.h, gdbarch.c: Re-generate.
7313 * infcmd.c (print_return_value): Delete reference to
7314 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
7315
7316 * cris-tdep.c (cris_gdbarch_init): Do not set
7317 deprecated_extract_struct_value_address.
7318
7319 * xstormy16-tdep.c: Update copyright.
7320 (xstormy16_extract_struct_value_address): Update to current
7321 extract struct value address interface.
7322 (xstormy16_gdbarch_init): Set extract_struct_value_address.
7323 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
7324 current extract struct value address interface.
7325 (sh64_gdbarch_init): Set extract_struct_value_address.
7326
7327 * cris-tdep.c: Update copyright.
7328 (cris_extract_struct_value_address): Delete function.
7329 (struct_return_address): Delete variable.
7330 (cris_store_struct_return): Do not set struct_return_address.
7331
7332 * mcore-tdep.c: Update copyright.
7333 (mcore_extract_struct_value_address): Delete function. Update
7334 comments.
7335 (mcore_gdbarch_init): Update.
7336 * mn10300-tdep.c: Update copyright.
7337 (mn10300_extract_struct_value_address): Delete function.
7338 (mn10300_gdbarch_init): Update.
7339 * v850-tdep.c: Update copyright.
7340 (v850_extract_struct_value_address): Delete.
7341 (v850_gdbarch_init): Update.
7342 * ns32k-tdep.c: Update copyright.
7343 (ns32k_extract_struct_value_address): Delete.
7344 (ns32k_gdbarch_init): Update.
7345 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
7346 (hppa_gdbarch_init): Update.
7347 * vax-tdep.c: Update copyright.
7348 (vax_extract_struct_value_address): Delete.
7349 (vax_gdbarch_init): Update.
7350
7351 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
7352 * gdbarch.h, gdbarch.c: Re-generate.
7353 * procfs.c (procfs_fetch_registers): Delete reference to
7354 DEPRECATED_NPC_REGNUM.
7355 (procfs_store_registers): Ditto.
7356 * regcache.c (generic_target_write_pc): Simplify.
7357 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
7358
7359 * core-sol2.c (fetch_core_registers): Replace
7360 DEPRECATED_NPC_REGNUM with equivalent tdep value.
7361
7362 * hppa-tdep.c: Update copyright year.
7363 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
7364 NPC_REGNUM.
7365 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
7366
7367 * mips-tdep.c (mips_write_pc): New function.
7368 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
7369 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
7370 (mips_find_saved_regs, mips_software_single_step: Ditto.
7371 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
7372 mips_init_extra_frame_info, mips_pop_frame): Ditto.
7373
7374 2004-01-17 Andrew Cagney <cagney@redhat.com>
7375
7376 * mips-tdep.c: Re-indent. Group functions by ABI.
7377
7378 2004-01-17 Andrew Cagney <cagney@redhat.com>
7379
7380 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
7381 * gdbarch.c: Re-generate.
7382 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7383 DECR_PC_AFTER_BREAK to zero.
7384 * vax-tdep.c (vax_gdbarch_init): Ditto.
7385 * v850-tdep.c (v850_gdbarch_init): Ditto.
7386 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
7387 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7388 * sh-tdep.c (sh_gdbarch_init): Ditto.
7389 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7390 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7391 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7392 * mips-tdep.c (mips_gdbarch_init): Ditto.
7393 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7394 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7395 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
7396 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7397 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
7398 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7399 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7400 * frv-tdep.c (frv_gdbarch_init): Ditto.
7401 * cris-tdep.c (cris_gdbarch_init): Ditto.
7402 * avr-tdep.c (avr_gdbarch_init): Ditto.
7403 * arm-tdep.c (arm_gdbarch_init): Ditto.
7404 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
7405
7406 2004-01-17 J. Brobecker <brobecker@gnat.com>
7407
7408 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
7409 Delete, no longer used.
7410 (read_subrange_type): New function, mostly extracted from
7411 read_array_type().
7412 (read_array_type): Replace extracted code by call to
7413 read_subrange_type().
7414 (dwarf2_get_attr_constant_value): New function.
7415 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
7416 (add_partial_symbol): Likewise.
7417 (process_die): Likewise.
7418 (new_symbol): Likewise.
7419 (read_type_die): Likewise.
7420
7421 2004-01-16 Andrew Cagney <cagney@redhat.com>
7422
7423 * symfile.c: Update copyright year.
7424 (compare_symbols): Delete unused function.
7425 * stabsread.c: Update copyright year.
7426 (lrs_general_complaint): Delete unused function.
7427 (ref_search_value): Ditto.
7428 (get_substring): Delete declaration.
7429 * sh64-tdep.c: Update copyright year.
7430 (sh64_get_gdb_regnum): Delete unused function.
7431 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
7432 Delete unused function.
7433
7434 2004-01-17 Mark Kettenis <kettenis@gnu.org>
7435
7436 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
7437 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
7438
7439 2004-01-16 Andrew Cagney <cagney@redhat.com>
7440
7441 Changes from Peter Schauer.
7442 * rs6000-tdep.c: Update copyright year.
7443 (rs6000_push_dummy_call): Update the stack pointer before
7444 accessing the corresponding stack region.
7445 * rs6000-nat.c: Update copyright year.
7446 (set_host_arch): Set "info.abfd" to "exec_bfd".
7447
7448 2004-01-15 Mark Kettenis <kettenis@gnu.org>
7449
7450 * blockframe.c: Update copyright year.
7451 (inside_entry_func): Don't treat a zero PC specially.
7452
7453 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
7454
7455 * gcore.c (gcore_copy_callback): Use paddr_d to print size
7456 variable.
7457 (gcore_create_callback): Ditto. Skip any memory segment that has
7458 no permissions set.
7459
7460 2004-01-14 David Carlton <carlton@kealia.com>
7461
7462 Change symbols for C++ nested types to contain the fully qualified
7463 name, if possible. (At least in the DWARF-2 case.) Partial fix
7464 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
7465 c++/895.
7466 * c-exp.y (qualified_type): Handle types nested within classes.
7467 * cp-namespace.c: Update comments.
7468 (cp_set_block_scope): Delete #if 0.
7469 (cp_lookup_nested_type): Handle types nested within classes.
7470 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
7471 when appropriate.
7472 (add_partial_symbol): Add the name of the enclosing namespace to
7473 types.
7474 (pdi_needs_namespace): New.
7475 (add_partial_namespace): Tweak comment.
7476 (add_partial_structure): New.
7477 (psymtab_to_symtab_1): Initialize processing_current_prefix
7478 here...
7479 (process_die): instead of here.
7480 (read_structure_scope): Try to figure out the name of the class or
7481 namespace that the structure might be defined within.
7482 (read_enumeration): Generate fully-qualified names, if possible.
7483 (read_namespace): Don't set name to NULL.
7484 (die_specification): New.
7485 (new_symbol): Generate fully-qualified names for types.
7486 (read_type_die): Determine appropriate prefix.
7487 (determine_prefix): New.
7488 (typename_concat): New.
7489 (class_name): New.
7490 * valops.c (value_aggregate_elt): Pass NOSIDE to
7491 value_struct_elt_for_reference.
7492 (value_struct_elt_for_reference): Make static, add NOSIDE
7493 parameter, call value_maybe_namespace_elt as a last resort.
7494 (value_namespace_elt): Break out code into
7495 value_maybe_namespace_elt.
7496 (value_maybe_namespace_elt): New.
7497
7498 2004-01-12 Andrew Cagney <cagney@redhat.com>
7499
7500 * mips-tdep.c (mips_convert_register_p): Handle both raw and
7501 cooked floating-point registers.
7502 (mips_gdbarch_init): Set convert_register_p, register_to_value,
7503 and value_to_register.
7504
7505 2004-01-13 Andrew Cagney <cagney@redhat.com>
7506
7507 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
7508 * gdbarch.c: Re-generate.
7509 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
7510 FUNCTION_START_OFFSET.
7511 * v850-tdep.c (v850_gdbarch_init): Ditto.
7512 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
7513 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
7514 * sh-tdep.c (sh_gdbarch_init): Ditto.
7515 * s390-tdep.c (s390_gdbarch_init): Ditto.
7516 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
7517 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
7518 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
7519 * mips-tdep.c (mips_gdbarch_init): Ditto.
7520 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
7521 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
7522 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
7523 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
7524 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
7525 * i386-tdep.c (i386_gdbarch_init): Ditto.
7526 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
7527 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
7528 * frv-tdep.c (frv_gdbarch_init): Ditto.
7529 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
7530 * cris-tdep.c (cris_gdbarch_init): Ditto.
7531 * avr-tdep.c (avr_gdbarch_init): Ditto.
7532 * arm-tdep.c (arm_gdbarch_init): Ditto.
7533 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
7534
7535 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7536
7537 * infrun.c (follow_fork_mode_ask): Remove.
7538 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
7539 (follow_fork): Simplify and remove internal error for
7540 follow_fork_mode_ask.
7541 (_initialize_infrun): Update "set follow-fork-mode" help text.
7542
7543 2004-01-13 Andrew Cagney <cagney@redhat.com>
7544
7545 * configure.in: Update copyright year.
7546 (build_warnings): Add -Wunused-label.
7547 * configure: Re-generate.
7548
7549 2004-01-12 Andrew Cagney <cagney@redhat.com>
7550
7551 * exec.h (exec_ops): Make "extern".
7552
7553 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
7554 the function is void.
7555 (mips_pseudo_register_write): Ditto.
7556
7557 2004-01-12 Andrew Cagney <cagney@redhat.com>
7558
7559 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
7560 call. Never defined.
7561 * sparc-tdep.h (struct frame_info): Add opaque declaration.
7562 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
7563 (struct sparc_gregset, struct regcache): Ditto.
7564 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
7565
7566 2004-01-12 Andrew Cagney <cagney@redhat.com>
7567
7568 * mi/ChangeLog: Delete file. Renamed to ...
7569 * mi/ChangeLog-1999-2003: New file.
7570 * tui/ChangeLog: Delete file. Renamed to ...
7571 * tui/ChangeLog-1998-2003: New file.
7572
7573 2004-01-11 Mark Kettenis <kettenis@gnu.org>
7574
7575 * sparc64nbsd-tdep.c: Include "regset.h".
7576 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
7577 Remove variables.
7578 (fetch_core_registers): Remove function.
7579 (sparc64nbsd_core_fns): Remove variable.
7580 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
7581 functions.
7582 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
7583 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
7584 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
7585
7586 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
7587 sparc_extract_struct_value_address.
7588 (sparc32_gdbarch_init): Set extract_struct_value_address.
7589 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
7590 function.
7591 (sparc64_init_abi): Set extract_struct_value_address. Don't set
7592 return_value_on_stack.
7593
7594 * NEWS: Mention that %cs and %ss have been added to the AMD64
7595 configurations
7596
7597 * frame.c: Update copyright year.
7598 (get_prev_frame): Improve comment.
7599
7600 * sparc64fbsd-tdep.c: Include "regset.h".
7601 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
7602 Remove variables.
7603 (fetch_core_registers): Remove function.
7604 (sparc64fbsd_core_fns): Remove variable.
7605 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
7606 functions.
7607 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
7608 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
7609 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
7610
7611 * sparcnbsd-tdep.c: Include "regset.h".
7612 (fetch_core_registers): Remove function.
7613 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
7614 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
7615 functions.
7616 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
7617 TDEP->fpregset.
7618 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
7619
7620 * sparc-tdep.h (struct regset): Provide opaque declaration.
7621 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
7622 fpregset and sizeof_fpregset members.
7623 * sparc-tdep.c (struct regset): Provide opaque declaration.
7624 (sparc_regset_from_core_section): New function.
7625 (sparc32_gdbarch_init): Initialize TDEP->gregset,
7626 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
7627 Set regset_from_core_section when appropriate.
7628
7629 2004-01-10 Mark Kettenis <kettenis@gnu.org>
7630
7631 * x86-64-tdep.c (amd64_non_pod_p): New function.
7632 (amd64_classify_aggregate): Return class memory for non-POD
7633 C++ structure types.
7634
7635 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
7636 argument. Use it to reserve a register if necessary.
7637 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
7638 amd64_push_arguments.
7639
7640 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
7641
7642 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
7643 register numbers in comments.
7644 * x86-64-tdep.h: Update copyright year.
7645 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
7646 Adjust for addition of %cs and %ss.
7647 * amd64fbsd-nat.c: Update copyright year.
7648 (reg_offset): Add register offsets for %cs and %ss.
7649 * amd64fbsd-tdep.c: Update copyright year.
7650 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
7651 (amd64fbsd_sc_reg_offset): Likewise.
7652 * x86-64-linux-nat.c: Update copyright year.
7653 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
7654 and %ss.
7655 * amd64nbsd-nat.c: Update copyright year.
7656 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
7657 * amd64nbsd-tdep.c: Update copyright year.
7658 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
7659 * x86-64-linux-tdep.c: Update copyright year.
7660 (user_to_gdb_regmap): Add mapping for %cs and %ss.
7661 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
7662 * regformats/reg-x86-64.dat: Add %cs and %ss.
7663
7664 * blockframe.c (inside_entry_func): Reformat. Introduce new local
7665 variables to prevent long lines. Update comments to reflect
7666 reality.
7667
7668 2004-01-09 David Carlton <carlton@kealia.com>
7669
7670 Checked in by Elena Zannoni <ezannoni@redhat.com>.
7671 * dwarf2read.c (read_namespace): Pull out name-generating code
7672 into namespace_name. Rename previous_namespace to previous_prefix
7673 and processing_current_namespace to processing_current_prefix..
7674 (namespace_name): New function.
7675 (add_partial_symbol): Substitute uses of pdi->name with
7676 actual_name.
7677 * cp-support.h: Rename processing_current_namespace to
7678 processing_current_prefix.
7679 Update copyright year.
7680 * cp-namespace.c: Rename processing_current_namespace to
7681 processing_current_prefix.
7682 Update copyright year.
7683
7684 2004-01-09 Andrew Cagney <cagney@redhat.com>
7685
7686 * jv-valprint.c, ser-unix.c: Add missing copyright years.
7687
7688 2004-01-09 Mark Kettenis <kettenis@gnu.org>
7689
7690 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
7691 complaining.
7692 (process_one_symbol): Deal with N_PATCH stabs.
7693
7694 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
7695
7696 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
7697 ifdeffed code.
7698 Update copyright year.
7699
7700 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
7701
7702 * config/pa/tm-hppa.h: Update extern declarations for
7703 hppa32_hpux_frame_saved_pc_in_sigtramp,
7704 hppa32_hpux_frame_base_before_sigtramp, and
7705 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
7706
7707 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
7708
7709 * config/pa/tm-hppah.h: Update copyright years.
7710
7711 2004-01-08 Andrew Cagney <cagney@redhat.com>
7712
7713 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
7714 (mips_o32_reg_struct_has_addr): Delete function.
7715 (mips_gdbarch_init): Update.
7716 (mips_extract_struct_value_address): Delete function.
7717
7718 2004-01-08 David Mosberger <davidm@hpl.hp.com>
7719
7720 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
7721 reality.
7722
7723 2004-01-07 Andrew Cagney <cagney@redhat.com>
7724
7725 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
7726 architecture's elf flags (when available).
7727
7728 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
7729 FPU to the start, check the MIPS FPU when looking for an old
7730 architecture.
7731 (set_mipsfpu_single_command): Update the architecture.
7732 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
7733
7734 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
7735 (mips_mask_address_p): Add "tdep" parameter.
7736 (show_mask_address, mips_addr_bits_remove): Update.
7737 (mips_dump_tdep): Update.
7738 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
7739 (MIPS_STACK_ARGSIZE): Delete macro.
7740 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
7741 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
7742 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
7743 (mips_dump_tdep): Update.
7744 (MIPS_SAVED_REGSIZE): Delete macro.
7745 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
7746 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
7747 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
7748 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
7749 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
7750 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
7751 (mips_pop_frame, return_value_location): Update.
7752 (mips_n32n64_return_value, mips_dump_tdep): Update.
7753
7754 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
7755 MIPS ABI.
7756
7757 * mips-tdep.c: Update copyright.
7758 (mips_gdbarch_init): Merge two code blocks handling the register
7759 name and number layout.
7760
7761 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
7762
7763 * tracepoint.c (validate_actionline): Fix segv at EOF
7764
7765 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7766
7767 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
7768 properly for static fields.
7769
7770 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
7771 Jason Molenda <jmolenda@apple.com>
7772
7773 * disasm.c: Update copyright to include 2004.
7774 (do_mixed_source_and_assembly): For uiout asm list
7775 and tuple cleanups, initialize to null_cleanup instead of
7776 NULL and do so prior to loop. Only reset when we close off
7777 the tuple/list. Move check for whether to close off the
7778 asm tuple/list to after dump_insns call where it will be run
7779 on each loop iteration.
7780
7781 2004-01-05 Andrew Cagney <cagney@redhat.com>
7782
7783 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
7784 should be a switch case and not a label.
7785 * mips-tdep.c (mips32_next_pc): Delete unused labels
7786 "greater_equal_branch" and "less_zero_branch".
7787 * jv-valprint.c (java_print_value_fields): Delete unused label
7788 "flush_it".
7789
7790 * target.c (unpush_target): Only close a target that is in the
7791 target stack.
7792
7793 2004-01-05 Mark Kettenis <kettenis@gnu.org>
7794
7795 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
7796 address from [sp + 64] instead of %o2.
7797
7798 * frame.c (get_prev_frame): Don't try to unwind the PC. This
7799 fixes PR backtrace/1476.
7800
7801 2004-01-05 Andrew Cagney <cagney@redhat.com>
7802
7803 * libunwind-frame.h (struct frame_id): Add opaque declaration,
7804 move to start of file.
7805 * i386-tdep.h (struct regcache): Add opaque declaration.
7806 * config/ia64/nm-linux.h (struct target_ops): Add opaque
7807 declaration.
7808 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
7809 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
7810 * win32-nat.c (fake_create_process): Use ISO C style definition.
7811 * stabsread.c (define_symbol): Delete #ifndef
7812 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
7813 stabs_argument_has_addr call, macro never defined.
7814
7815 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
7816
7817 * op50-rom.c: Delete.
7818 * w89k-rom.c: Delete.
7819 * Makefile.in: Remove references.
7820
7821 2004-01-04 Mark Kettenis <kettenis@gnu.org>
7822
7823 * x86-64-tdep.c: Update copyright year.
7824 (struct amd64_register_info): Rename from x86_64_register_info.
7825 (amd64_register_info): Rename from x86_64_register_info.
7826 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
7827 (amd64_register_name): Rename from x86_64_register_name.
7828 (amd64_register_type): Rename from x86_64_register_type.
7829 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
7830 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
7831 (amd64_dwarf_reg_to_regnum): Rename from
7832 x86_64_dwarf_reg_to_regnum.
7833 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
7834 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
7835 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
7836 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
7837 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
7838 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
7839 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
7840 (amd64_frame_cache): Rename from x86_64_frame_cache.
7841 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
7842 (amd64_frame_prev_register): Rename from
7843 x86_64_frame_prev_register.
7844 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
7845 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
7846 (amd64_sigtramp_frame_cache): Rename from
7847 x86_64_sigtramp_frame_cache.
7848 (amd64_sigtramp_frame_prev_register): Rename from
7849 x86_64_sigtramp_frame_prev_register.
7850 (amd64_sigtramp_frame_unwind): Rename from
7851 x86_64_sigtramp_frame_unwind.
7852 (amd64_sigtramp_frame_sniffer): Rename from
7853 x86_64_sigtramp_frame_sniffer.
7854 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
7855 (amd64_frame_base): Rename from x86_64_frame_base.
7856 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
7857 (amd64_frame_align): Rename from x86_64_frame_align.
7858 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
7859 (amd64_regset_from_core_section): Rename from
7860 x86_64_regset_from_core_section.
7861 (x86_64_init_abi): Update comments.
7862
7863 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
7864
7865 * MAINTAINERS (write after approval): Add myself.
7866
7867 2004-01-04 Mark Kettenis <kettenis@gnu.org>
7868
7869 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
7870 `float' arguments.
7871
7872 2004-01-04 Mark Kettenis <kettenis@gnu.org>
7873
7874 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
7875 such that it mentions a specific version of GCC that exhibits this
7876 bug.
7877
7878 2004-01-03 Mark Kettenis <kettenis@gnu.org>
7879
7880 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
7881 structure that has a single `float' member, store it in %f1 in
7882 addition to %f0.
7883
7884 * sparc-sol2-nat.c: Add missing '\'.
7885
7886 * sparc-tdep.c (sparc32_return_value): New function.
7887 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
7888 Remove functions.
7889 (sparc32_gdbarch_init): Set return_value, don't set
7890 extract_return_value, store_return_value, use_struct_convention
7891 and return_value_on_stack.
7892
7893 * sparc-sol2-nat.c: Add missing ')'.
7894
7895 2004-01-03 J. Brobecker <brobecker@gnat.com>
7896
7897 * infrun.c (handle_step_into_function): New function.
7898 (handle_inferior_event): Extract out some code into the new
7899 function above.
7900
7901 2004-01-03 J. Brobecker <brobecker@gnat.com>
7902
7903 * infrun.c (handle_inferior_event): Move the declaration of
7904 real_stop_pc inside the if blocks where it is used.
7905
7906 2004-01-03 Mark Kettenis <kettenis@gnu.org>
7907
7908 * sparc64-tdep.c (sparc64_16_byte_align_p)
7909 (sparc64_store_floating_fields, sparc64_store_floating_fields):
7910 Use check_typedef to get subtypes of structures and unions.
7911 (sparc64_store_return_value): Fix calculation of the appropriate
7912 offset into VALBUF when storing a structure or union.
7913 (sparc64_return_value): New function.
7914 (sparc64_use_struct_convention): Remove function.
7915 (sparc64_init_abi): Set return_value, don't set
7916 extract_return_value, store_return_value and
7917 use_struct_convention.
7918
7919 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
7920
7921 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
7922 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
7923 gdb/config/alpha/xm-alphaosf.h,
7924 gdb/config/powerpc/tm-ppcle-eabi.h,
7925 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
7926 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
7927 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
7928 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
7929 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
7930 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
7931 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
7932 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
7933 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
7934 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
7935 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
7936 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
7937 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
7938 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
7939 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
7940 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
7941 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
7942 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
7943 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
7944 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
7945 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
7946 Remove lines for .cvsignore files.
7947
7948 2004-01-03 J. Brobecker <brobecker@gnat.com>
7949
7950 * infrun.c: Back out the previous change.
7951
7952 2004-01-03 Mark Kettenis <kettenis@gnu.org>
7953
7954 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
7955 sparc-*-sunos4* to the list of REMOVED configurations.
7956
7957 * configure.tgt: Add back sparc-*-vxworks*.
7958 * remote-vxsparc.c: Remove all includes except for "defs.h",
7959 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
7960 Include "sparc-tdep.h".
7961 (SPARC_R_G1): New define.
7962 (vxsparc_gregset): New variable.
7963 (ext_format_sparc): Remove extern declaration.
7964 (vx_read_register): Rewrite to use sparc32_supply_gregset and
7965 sparc32_supply_fpregset.
7966 (vx_write_register): Rewrite to use sparc32_collect_gregset,
7967 sparc_collect_rwindow and sparc32_collect_fpregset.
7968 * config/sparc/tm-vxworks.h: New file, based on recently removed
7969 tm-vxsparc.h.
7970 * config/sparc/vxworks.mt: New file, based on recently removed
7971 vxworks.mt.
7972
7973 2004-01-03 J. Brobecker <brobecker@gnat.com>
7974
7975 * infrun.c (handle_step_into_function): New function.
7976 (handle_inferior_event): Extract out some code into the new
7977 function above.
7978
7979 2004-01-02 Mark Kettenis <kettenis@gnu.org>
7980
7981 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
7982 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
7983 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
7984 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
7985 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
7986 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
7987 (sparc_nat_h): New variable.
7988 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
7989 (tm-sun4os4.h): Remove dependency.
7990 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
7991 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
7992 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
7993 sparc-tdep.o): Update dependencies.
7994 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
7995 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
7996 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
7997 dependencies.
7998 * configure.host: Remove existing sparc-*-lynxos*,
7999 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
8000 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
8001 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
8002 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
8003 triplets.
8004 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
8005 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
8006 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
8007 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
8008 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
8009 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
8010 sparc64-*-solaris2* and sparc64-*-* triplets.
8011 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
8012 "symtab.h" and "objfiles.h".
8013 (BIAS): Remove define.
8014 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
8015 (X_DISP19): Remove macros.
8016 (sparc_fetch_instruction): Remove function.
8017 (struct gdbarch_tdep): Remove definition.
8018 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
8019 (sparc_breakpoint_from_pc): Remove function.
8020 (struct sparc64_frame_cache): Remove definition.
8021 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
8022 sparc64_unwind_pc): Remove functions.
8023 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
8024 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
8025 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
8026 (sparc64_frame_cache): Change return type to `struct
8027 sparc_frame_cache *'. Simply call sparc_frame_cache.
8028 (sparc64_frame_this_id, sparc64_frame_prev_register,
8029 sparc64_frame_base_address): Use `struct sparc_frame_cache'
8030 instead of `struct sparc64_frame_cache.
8031 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
8032 sparc_analyze_control_transfer, sparc_software_single_step,
8033 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
8034 _initialize_sparc64_tdep): Remove functions.
8035 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
8036 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
8037 macros.
8038 (sparc64_supply_gregset, sparc64_collect_gregset,
8039 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
8040 (sparc64_init_abi): New function.
8041 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
8042 inclusion guard. Include "sparc-tdep.h".
8043 (BIAS): Define.
8044 (r_tstate_offset, r_fprs_offset): New defines.
8045 (enum sparc_regnum): Remove defenition.
8046 (enum sparc64_regnum): Reformat.
8047 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
8048 (sparc64_init_abi, sparc64_supply_gregset,
8049 sparc64_collect_gregset, sparc64_supply_fpregset,
8050 sparc64_collect_fpregset): New prototypes.
8051 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
8052 Add extern declarations.
8053 (sparc64_sol2_init_abi): New prototype.
8054 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
8055 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
8056 prototypes.
8057 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
8058 "sparnbsd-nat.h".
8059 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
8060 functions.
8061 (_initialize_sparc64fbsd_nat): Remove initialization of
8062 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
8063 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
8064 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
8065 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
8066 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
8067 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
8068 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
8069 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
8070 (sparc64fbsd_r_y_offset): Remove variables.
8071 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
8072 Make static and const.
8073 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
8074 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
8075 functions.
8076 (sparc64fbsd_gregset): New variable.
8077 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
8078 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
8079 and sparc64_supply_fpregset.
8080 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
8081 (sparc64fbsd_sigtramp_frame_this_id)
8082 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
8083 (sparc64fbsd_sigtramp_frame_unwind): New variable.
8084 (sparc64fbsd_sigtramp_frame_sniffer): New function.
8085 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
8086 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
8087 * sparcnbsd-tdep.c: Update copyright year. Include
8088 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
8089 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
8090 "value.h" and "sparcnbsd-tdep.h".
8091 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
8092 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
8093 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
8094 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
8095 defines.
8096 (sparcnbsd_gregset): New variable.
8097 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
8098 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
8099 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
8100 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
8101 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
8102 variables.
8103 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
8104 (sparc32nbsd_sigcontext_frame_this_id)
8105 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
8106 (sparc32nbsd_sigcontext_frame_unwind): New variable.
8107 (sparc32nbsd_sigtramp_frame_sniffer): New function.
8108 (sparcnbsd_get_longjmp_target_32,
8109 sparcnbsd_get_longjmp_target_64): Remove functions.
8110 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
8111 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
8112 sparcnbsd_init_elf): Remove.
8113 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
8114 (sparcnbsd_elf_init_abi): New functions.
8115 (_initialize_sparcnbsd_tdep): New prototype.
8116 (_initialize_sparnbsd_tdep): Update.
8117 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
8118 corelow.o. Add sparc64-nat.o and sparc-nat.o.
8119 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
8120 * config/sparc/linux.mh: Update comment.
8121 (XM_FILE, HOST_IPC): Remove variables.
8122 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
8123 sparc-linux-nat.o.
8124 * config/sparc/linux.mt: Update comment.
8125 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
8126 * config/sparc/nbsd.mt: Reformat.
8127 * config/sparc/nbsd64.mh: Update comment.
8128 (NATDEPFILES): Add sparc-nat.o.
8129 * config/sparc/nbsd64.mt: Update comment.
8130 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
8131 (TM_FILE): Set to tm-nbsd.h.
8132 * config/sparc/nbsdelf.mh: Update comment.
8133 (NATDEPFILES): Add sparc-nat.o.
8134 (XM_FILE): Delete.
8135 * config/sparc/nbsdaout.mh: Update comment.
8136 (NATDEPFILES): Add sparc-nat.o
8137 (XM_FILE): Delete.
8138 * config/sparc/nm-linux.h: Update copyright year. Don't include
8139 "config/nm-svr4.h" and "solib.h". Add protection against multiple
8140 inclusion.
8141 (KERNEL_U_SIZE): Remove define.
8142 (kernel_u_size): Remove prototype.
8143 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
8144 * config/sparc/nm-nbsd.h: Update copyright. Don't include
8145 "regcache.h".
8146 (CHILD_PREPARE_TO_STORE): Remove define.
8147 * config/sparc/nm-nbsdaout.h: Tweak some comments.
8148 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
8149 sparcnbsd-nat.c: Rewrite files.
8150 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
8151 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
8152 sparcnbsd-tdep.h: Remove files.
8153 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
8154 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
8155 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
8156 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
8157 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
8158 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
8159 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
8160 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
8161 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
8162 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
8163 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
8164 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
8165 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
8166 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
8167 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
8168 * config/sparc/linux64.mh, config/sparc/linux64.mt,
8169 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
8170 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
8171 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
8172
8173 2004-01-02 Andrew Cagney <cagney@redhat.com>
8174
8175 From 2003-12-18 Kazuhiro Inaoka:
8176 * configure.host: Add m32r-linux target.
8177
8178 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
8179
8180 * top.c (print_gdb_version): Update year to 2004.
8181
8182 2004-01-02 Mark Mitchell <mark@codesourcery.com>
8183
8184 * MAINTAINERS: Add myself to the write-after-approval category.
8185
8186 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
8187
8188 From Bernardo Innocenti <bernie@develer.com>:
8189 * configure.tgt: Add uClinux target.
8190
8191 2004-01-02 Andrew Cagney <cagney@redhat.com>
8192
8193 * utils.c (do_my_cleanups): Make static, add forward declaration.
8194 * defs.h (do_my_cleanups): Delete declaration.
8195
8196 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
8197
8198 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
8199 bfd/ChangeLog-0203.
8200
8201 2004-01-02 Mark Kettenis <kettenis@gnu.org>
8202
8203 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
8204 in <machine/reg.h>.
8205 * configure, config.in: Regenerate.
8206
8207 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
8208 tui/ChangeLog-1998-2003.
8209 \f
8210 Local Variables:
8211 mode: change-log
8212 left-margin: 8
8213 fill-column: 74
8214 version-control: never
8215 End:
This page took 0.217594 seconds and 4 git commands to generate.