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