]> Git Repo - binutils.git/blob - gdb/ChangeLog
2004-03-23 Andrew Cagney <[email protected]>
[binutils.git] / gdb / ChangeLog
1 2004-03-23  Andrew Cagney  <[email protected]>
2
3         * Makefile.in: Update all dependencies.
4
5 2004-03-23  Andrew Cagney  <[email protected]>
6
7         * Makefile.in (trad_frame_h): Add $(frame_h).
8         * trad-frame.h: Update copyright.  Include "frame.h".
9         (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10         (trad_frame_set_id, trad_frame_get_id): Declare.
11         (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
12         * trad-frame.c: Update copyright.
13         (struct trad_frame_cache): Define.
14         (trad_frame_cache_zalloc): New function.
15         (trad_frame_set_id, trad_frame_get_id): New functions.
16         (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
17         
18 2004-03-22  Andrew Cagney  <[email protected]>
19
20         * s390-tdep.c (struct s390_stub_unwind_cache): Rename
21         s390_pltstub_unwind_cache.
22         (s390_stub_frame_unwind_cache): Rename
23         s390_pltstub_frame_unwind_cache.
24         (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
25         (s390_stub_frame_prev_register): Rename
26         s390_pltstub_frame_prev_register.
27         (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
28         (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
29
30         From Ulrich Weigand:
31         * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
32         pointer calls like PLT calls.
33
34 2004-03-22  Daniel Jacobowitz  <[email protected]>
35
36         * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
37         PC rather than the partial function start address.  Use the start
38         address to sanity check the found PDR.
39
40 2004-03-22  Daniel Jacobowitz  <[email protected]>
41
42         * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
43         linux_handle_extended_wait.
44
45 2004-03-22  Andrew Cagney  <[email protected]>
46
47         * rs6000-tdep.c (frame_initial_stack_address): Delete unused
48         function.
49
50         * frame.h (generic_pop_current_frame): Delete declaration.
51         (deprecate_pop_dummy_frame): Deprecate
52         generic_pop_dummy_frame.
53         * dummy-frame.c (deprecated_pop_dummy_frame): Update.
54         (generic_pop_current_frame): Delete function.
55         * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
56         generic_pop_current_frame.
57         * v850-tdep.c (v850_pop_frame): Update.
58         * mcore-tdep.c (mcore_pop_frame): Update.
59         * sh64-tdep.c (sh64_pop_frame): Update.
60         * h8300-tdep.c (h8300_pop_frame): Update.
61
62 2004-03-22  Andrew Cagney  <[email protected]>
63
64         * frame.h (deprecated_pc_in_call_dummy): Rename
65         generic_pc_in_call_dummy.
66         * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
67         * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
68         generic_pc_in_call_dummy.
69         (pc_in_dummy_frame): Make static.
70         * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
71         * gdbarch.h, gdbarch.c: Re-generate.
72         * dummy-frame.c (dummy_frame_sniffer): Simplify.
73         * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
74         (legacy_get_prev_frame): Ditto.
75         * inferior.h: Delete reference to generic_pc_in_call_dummy in
76         comment.
77         
78 2004-03-21  Andrew Cagney  <[email protected]>
79
80         * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
81         declaration and out-of-date comment.
82         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
83         Delete function.
84         * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
85         deprecated_pc_in_call_dummy.
86
87         * infrun.c (handle_inferior_event): For non legacy frames, use the
88         frame ID and frame type to identify a signal trampoline.  Update
89         comments.
90
91 2004-03-21  Nathan J. Williams  <[email protected]>
92
93         * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
94         * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
95
96 2004-03-21  Andrew Cagney  <[email protected]>
97
98         * frame-unwind.h: Update copyright.
99         (struct frame_data): Add opaque declaration.
100         (frame_sniffer_ftype): Declare.
101         (struct frame_unwind): Add "unwind_data" and "sniffer".
102         (frame_unwind_register_unwinder): Declare.
103         (frame_unwind_find_by_frame): Add parameter "this_cache".
104         * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
105         (legacy_get_prev_frame, legacy_get_prev_frame)
106         (get_frame_type): Pass the prologue_cache to
107         frame_unwind_find_by_frame.
108         * frame-unwind.c (struct frame_unwind_table_entry): Add field
109         "unwinder".
110         (frame_unwind_register_unwinder): New function.
111         (frame_unwind_find_by_frame): Handle an unwind sniffer.
112
113 2004-03-20  Paul Hilfinger  <[email protected]>
114
115         * bcache.c (print_percentage): Use floating point to avoid
116         incorrect results when portion*100 overflows.
117
118 2004-03-19  Kevin Buettner  <[email protected]>
119
120         * ppc_tdep.h (ppc_linux_frame_saved_pc)
121         (ppc_linux_init_extra_frame_info)
122         (ppc_linux_frameless_function_invocation)
123         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
124         (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
125         (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
126         (rs6000_frame_chain): Delete declarations.
127         * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
128         (ppc_linux_init_extra_frame_info)
129         (ppc_linux_frameless_function_invocation)
130         (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
131         (ppc_linux_init_abi): Remove registration of above deleted functions.
132         * rs6000-tdep.c (rs6000_init_extra_frame_info)
133         (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
134         (rs6000_frame_args_address, rs6000_saved_pc_after_call)
135         (rs6000_pop_frame, rs6000_frameless_function_invocation)
136         (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
137         (rs6000_gdbarch_init): Remove registration of above deleted functions.
138         Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
139         rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
140         frame management for all OSABIs.
141
142 2004-03-19  Andrew Cagney  <[email protected]>
143
144         Committed by Kevin Buettner <[email protected]>.
145
146         * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
147         Update copyright.
148         (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
149         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
150         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
151         (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
152         unwinders.  #ifdef legacy frame code.
153         * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
154         "frame-base.h".
155         (rs6000_unwind_pc, rs6000_unwind_dummy_id)
156         (struct rs6000_frame_cache, rs6000_frame_cache)
157         (rs6000_frame_this_id, rs6000_frame_prev_register)
158         (rs6000_frame_sniffer, rs6000_frame_unwind)
159         (rs6000_frame_base_address, rs6000_frame_base_sniffer)
160         (rs6000_frame_base): Implement a traditional frame unwinder.
161         (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
162         frame unwinder.
163
164 2004-03-19  Kevin Buettner  <[email protected]>
165
166         * breakpoint.c (adjust_breakpoint_address): Don't adjust
167         breakpoint address for watchpoints or the catch eventpoints.
168         Add new paramter ``bptype''.  Adjust all callers.
169
170 2004-03-19  Andrew Cagney  <[email protected]>
171
172         * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
173
174         * PROBLEMS: Delete note that ARM does not use frame code, problem
175         fixed.
176
177 2004-03-18  Andrew Cagney  <[email protected]>
178
179         * stack.c (return_command): Delete code wrapped in #ifdef
180         DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
181
182         * rs6000-tdep.c (skip_prologue): Record only the first LR save.
183
184 2004-03-18  Andrew Cagney  <[email protected]>
185
186         * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
187         DEPRECATED_IN_SIGTRAMP.
188         * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
189         * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
190         * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
191         * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
192         * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
193         * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
194         * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
195         * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
196         * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
197         * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
198
199 2004-03-18  Andrew Cagney  <[email protected]>
200
201         * frame-base.c: Update copyright.  Include "gdb_obstack.h".
202         (struct frame_base_table_entry): Define.
203         (struct frame_base_table): Re-implement as a linked list.
204         (frame_base_init): Re-implement.
205         (frame_base_table): Delete function.
206         (append_predicate): Delete function.
207         (frame_base_append_sniffer): Update.
208         (frame_base_set_default): Update.
209         (frame_base_find_by_frame): Update.
210         (_initialize_frame_base): Use gdbarch_data_register_pre_init.
211         * Makefile.in (frame-base.o): Update dependencies.
212
213 2004-03-17  Andrew Cagney  <[email protected]>
214
215         * frame.c (legacy_get_prev_frame): Pass correct frame to
216         frame_unwind_find_by_frame.
217
218 2004-03-17  David Carlton  <[email protected]>
219
220         * NEWS: Mention C++ nested types and namespaces
221
222 2004-03-16  Michael Chastain  <[email protected]>
223
224         * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
225         and "Regressions since gdb 5.3.".  Add known regressions since
226         gdb 6.0.
227
228 2004-03-16  David Carlton  <[email protected]>
229
230         * dwarf2read.c (process_structure_scope): Process children even
231         when we're a declaration.
232
233 2004-03-16  Andrew Cagney  <[email protected]>
234
235         * symtab.h (find_pc_sect_partial_function): Delete declaration.
236         * blockframe.c (find_pc_partial_function)
237         (find_pc_sect_partial_function): Merge into a single
238         find_pc_partial_function.
239
240 2004-03-16  Mark Kettenis  <[email protected]>
241
242         * i386bsd-nat.c: s/regno/regnum/g.
243         (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
244         FP0_REGNUM.
245         (store_inferior_registers): Likewise.
246
247 2004-03-16  Mark Kettenis  <[email protected]>
248
249         * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
250         of i387_fill_fsave.
251         (store_inferior_registers): Call i387_collect_fsave and
252         i387_collect_fxsave instead of i387_fill_fsave and
253         i387_fill_fxsave.
254
255 2004-03-15  Andrew Cagney  <[email protected]>
256
257         * Makefile.in (frame-unwind.o): Update dependencies.
258         * frame-unwind.c: Include "gdb_obstack.h".
259         (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
260         parameter.
261         (append_predicate): Delete function.
262         (struct frame_unwind_table_entry): New structure.
263         (struct frame_unwind_table): Replace "sniffer" with "head" and
264         "tail".
265         (frame_unwind_append_sniffer): Update.
266         (frame_unwind_find_by_frame): Update.
267         (_initialize_frame_unwind): Registe frame_unwind_init using
268         gdbarch_data_register_pre_init.
269
270 2004-03-15  Mark Kettenis  <[email protected]>
271
272         * i386bsd-nat.c: Update copyright year.
273         (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
274         define unconditionally.
275
276 2004-03-15  Mark Kettenis  <[email protected]>
277
278         * i387-tdep.h (i387_collect_fsave): New prototype.
279         * i387-tdep.c (i387_collect_fsave): New function containing most
280         of the code from i387_fill_fsave.
281         (i387_fill_fsave): Call i387_collect_fsave.
282
283 2004-03-15  Mark Kettenis  <[email protected]>
284
285         * i386-linux-tdep.c: Update copyright year.
286         (i386_linux_svr4_fetch_link_map_offsets): Remove function.
287         (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
288         svr4_ilp32_link_map_offsets instead of
289         i386_linux_svr4_fetch_link_map_offsets.
290
291 2004-03-15  David Carlton  <[email protected]>
292
293         Fix for PR c++/1553:
294         * dwarf2read.c (read_structure_type): Determine type name by
295         calling determine_class_name.
296         (determine_class_name): New.
297         (determine_prefix): Look at TYPE_TAG_NAME and call
298         determine_class_name when appropriate.
299         (determine_prefix_aux, class_name): Delete.
300
301 2004-03-15  Kevin Buettner  <[email protected]>
302
303         * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
304         unused macro definition.  The definition in target.h (or perhaps
305         elsewhere) takes precedence.
306
307 2004-03-15  Andrew Cagney  <[email protected]>
308
309         * ppc-tdep.h: Update copyright.
310         (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
311         function signatures to match "regsets.h".
312         * ppc-linux-tdep.c: Include "regset.h".
313         (ELF_GREGSET_SIZE): Delete.
314         (right_supply_register): New function.
315         (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
316         using right_supply_register.
317         (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
318         functions.
319         (ppc64_linux_gregset, ppc32_linux_gregset): Define.
320         (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
321         (_initialize_ppc_linux_tdep): Do not register
322         ppc_linux_regset_core_fns.
323         (ppc_linux_regset_from_core_section): Replace
324         fetch_core_registers.
325         (ppc_linux_regset_core_fns): Delete.
326         * ppc-linux-nat.c: (right_fill_reg): New function.
327         (supply_gregset): Update call to ppc_linux_supply_gregset.
328         (fill_gregset): Clear the register set, use right_fill_reg.
329         (supply_fpregset): Update call to ppc_linux_supply_fpregset.
330         (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
331
332         * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
333         unsigned.
334
335 2004-03-15  Andrew Cagney  <[email protected]>
336
337         * gdbarch.sh (gdbarch_data_pre_init_fytpe)
338         (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
339         (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
340         and register_gdbarch_data.
341         (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
342         (struct gdbarch_data): Replace "init" by "pre_init" and
343         "post_init".
344         * gdbarch.h, gdbarch.c: Re-generate.
345         * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
346         with"obstack", use OBSTACK_ZALLOC.
347         (dwarf2_frame_ops): Delete.
348         (dwarf2_frame_set_init_reg): Use gdbarch_data.
349         (dwarf2_frame_init_reg): Use gdbarch_data.
350         (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
351         * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets) 
352         (_initialize_svr4_solib): Update.
353         * user-regs.c (_initialize_user_regs): Update.
354         * reggroups.c (_initialize_reggroup): Update.
355         * regcache.c (_initialize_regcache): Update.
356         * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
357         * libunwind-frame.c (_initialize_libunwind_frame): Update.
358         * gnu-v3-abi.c (init_gnuv3_ops): Update.
359         * frame-unwind.c (_initialize_frame_unwind): Update.
360         * frame-base.c (_initialize_frame_base): Update.
361         * user-regs.c (user_reg_add): Update.
362         * reggroups.c (reggroup_add): Update.
363         * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
364         * libunwind-frame.c (libunwind_frame_set_descr): Update.
365         * frame-unwind.c (frame_unwind_append_sniffer): Update.
366         * frame-base.c (frame_base_table): Update.
367         * remote.c (_initialize_remote): Update.
368         * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
369         
370 2004-03-15  Andrew Cagney  <[email protected]>
371
372         * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
373
374 2004-03-15  Kevin Buettner  <[email protected]>
375
376         * Makefile.in (frv-linux-tdep.o): Add dependencies.
377         * frv-linux-tdep.c: New file.
378         * frv-tdep.c (struct gdbarch_tdep): Add new field
379         ``sigcontext_reg_addr''.
380         (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
381         (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
382         (frv_sigramp_frame_sniffer): New functions.
383         (frv_sigtramp_frame_unwind): New static global.
384         (frv_gdbarch_init): Hook in ABI-specific overrides.  Hook up frame
385         sniffers.
386         * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
387         * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
388
389 2004-03-15  Kevin Buettner  <[email protected]>
390
391         * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
392         but not via a call to error(), when unable to read memory.
393
394 2004-03-15  Kevin Buettner  <[email protected]>
395
396         * frv-tdep.c (frv_call_dummy_words): Delete.
397         (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
398
399 2004-03-15  Andrew Cagney  <[email protected]>
400
401         * infrun.c (handle_step_into_function, step_over_function): Only
402         update and use STEP_FRAME_ID when the system is using legacy
403         frames.  Update comments.
404
405 2004-03-14  Mark Kettenis  <[email protected]>
406
407         * amd64-linux-tdep.h: Remove file.
408         * amd64-linux-tdep.c: Don't include "inferior.h" and
409         "amd64-linux-tdep.h".  Include "frame.h" and "solib-svr4.h".
410         (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
411         (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
412         (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
413         (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
414         macros.
415         (user_to_gdb_regmap): Remove variable.
416         (amd64_linux_gregset_reg_offset): New variable.
417         (amd64_core_fns): Remove variable.
418         (fetch_core_registers): Remove function.
419         (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
420         functions.
421         (_initialize_amd64_linux_tdep): Don't set add_core_fns.
422         * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
423         * Makefile.in (amd64_linux_tdep_h): Remove.
424         (amd64-linux-nat.o): Update dependencies.
425         (amd64-linux-tdep.o): Update dependencies.
426
427         * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
428         (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
429         functions.
430         (fetch_inferior_registers, store_inferior_registers): Rewrite.
431
432         * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
433         * amd64-tdep.c (amd64_fill_fxsave): Remove function.
434
435 2004-03-14  Daniel Jacobowitz  <[email protected]>
436
437         * dwarf2read.c (read_structure_type): Rename from
438         read_structure_scope.  Don't create a symbol or call process_die. 
439         Return immediately if die->type is set.  Call read_type_die before
440         dwarf2_add_member_fn.
441         (process_structure_scope): New function.
442         (read_enumeration_type, process_enumeration_scope): New functions,
443         broken out from read_enumeration.  Don't create the enumeration
444         type if it has already been created.
445         (read_enumeration): Removed.
446         (process_die): Call read_structure_type, process_structure_scope,
447         read_enumeration_type, and process_enumeration_scope.  Just call
448         new_symbol for base and subrange types.  Add a comment about other
449         type dies.
450         (read_type_die): Call read_enumeration_type.
451         (add_partial_structure, new_symbol): Update comments.
452
453 2004-03-13  Stephane Carrez  <[email protected]>
454
455         * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
456
457 2004-03-13  Stephane Carrez  <[email protected]>
458
459         * tui/tui-win.h (tui_get_cmd_list): Declare.
460         * tui/tui-win.c (tui_command): New function.
461         (tui_get_cmd_list): New function.
462         (_initialize_tui_win): Moved initialization of tui command in
463         tui_get_cmd_list.
464
465         * tui/tui-data.c (init_content_element): Setup new data members.
466         (init_win_info): Likewise.
467         (free_content_elements): Free it.
468         * tui/tui-data.h (struct tui_data_element): Store the register
469         content to print.
470         (struct tui_data_info): Keep the current register group.
471
472         * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
473
474         * tui/tui-regs.h (tui_show_registers): Update prototype.
475         (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
476         (tui_resize_all): No need to calculate anything for register window.
477         * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
478         (tui_set_register_element, tui_set_general_regs_content): Remove.
479         (tui_set_special_regs_content): Remove.
480         (tui_set_general_and_special_regs_content): Remove.
481         (tui_set_float_regs_content): Remove.
482         (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
483         (tui_set_regs_content): Remove.
484         (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
485         (tui_v_show_registers_command_support): Remove.
486         (tui_show_registers): Use a reggroup to specify the registers to show.
487         (tui_show_register_group): New function.
488         (tui_display_registers_from): Compute the layout of register window
489         and refresh with new API; be sure to delete old register windows.
490         (tui_check_register_values): Update to use tui_get_register and
491         tui_display_data.
492         (tui_display_register): Just refresh the register window part.
493         (tui_register_format): Format registers and save in tui_data_element.
494         (tui_get_register): New to combine tui_reg_value_has_changed and
495         tui_get_register_raw_value; fix to use the new gdb API.
496         (tui_show_float_command): Renamed tui_reg_float_command.
497         (tui_show_general_command): Renamed tui_reg_general_command.
498         (tui_show_special_command): Renamed tui_reg_system_command.
499         (_initialize_tui_regs): Remove unused commands.
500
501 2004-03-13  Mark Kettenis  <[email protected]>
502
503         * NEWS (New native configurations): Mention OpenBSD/amd64.
504
505         * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
506         (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
507         Remove defines.
508         * config/i386/nm-fbsd64.h: Likewise.
509         * config/i386/nm-obsd.h: Likewise.
510         * config/sparc/nm-fbsd.h: Likewise.  Update copyright year.
511         * config/alpha/nm-fbsd.h: Likewise.  Update copyright year.
512
513 2004-03-12  Kevin Buettner  <[email protected]>
514
515         * frv-tdep.c (set_variant_scratch_registers): New function.
516         * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
517         New constants.
518
519         From Richard Sandiford  <[email protected]>:
520         * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
521
522 2004-03-12  Kevin Buettner  <[email protected]>
523
524         * frv-tdep.c, frv-tdep.h  (first_gpr_regnum, sp_regnum, fp_regnum)
525         (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
526         (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
527         (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
528         (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
529         (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
530         (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
531         (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
532         definitions from frv-tdep.c to frv-tdep.h.
533
534 2004-03-12  Kevin Buettner  <[email protected]>
535
536         Add shared library support for FR-V FDPIC ABI:
537         * Makefile.in (solib-frv.o): Add dependencies.
538         * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
539         New functions.
540         (frv_push_dummy_call): Add support for FDPIC ABI.
541         (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
542         for FDPIC ABI.
543         * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
544         (frv_fdpic_find_canonical_descriptor): Declare.
545         * solib-frv.c: New file.
546         * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
547         * config/frv/tm-frv.h (solib.h): Include.
548
549 2004-03-12  Kevin Buettner  <[email protected]>
550
551         * Makefile.in (elf_frv_h, frv_tdep_h): Define.
552         (frv-tdep.o): Update dependencies.
553         * frv-tdep.h: New file.
554         * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
555         (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
556         constants.
557         (struct gdbarch_tdep): Add new member ``frv_abi''.
558         (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
559         functions.
560         (new_variant): Set ``frv_abi'' field.
561         (gdb_arch_init): Detect FDPIC executables.
562
563 2004-03-12  Mark Kettenis  <[email protected]>
564
565         * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
566         wrapper.
567
568 2004-03-11  Andrew Cagney  <[email protected]>
569
570         * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
571
572 2004-03-11  Kevin Buettner  <[email protected]>
573
574         * solist.h (master_so_list): New function.
575         * solib.c (master_so_list): Likewise.
576         * solib-svr4.c (enable_break): Iterate over so_list entries
577         obtained from master list instead of entries obtained directly
578         via svr4_current_sos().
579
580 2004-03-10  Ben Elliston  <[email protected]>
581
582         * MAINTAINERS: Update my mail address.
583
584 2004-03-10  Kei Sakamoto  <[email protected]>
585
586         * remote-m32r-sdi.c: Support hardware watchpoint.
587
588 2004-03-09  Daniel Jacobowitz  <[email protected]>
589
590         * user-regs.c: Update copyright years.
591         (struct user_regs): Rename to gdb_user_regs.
592         (append_user_reg, builtin_user_regs, user_regs_init)
593         (user_reg_add, user_reg_map_name_to_regnum)
594         (usernum_to_user_reg): Update.
595
596 2004-03-09  Daniel Jacobowitz  <[email protected]>
597
598         * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
599         (skip_children): New functions.
600         (locate_pdi_sibling): Call skip_children.
601
602 2004-03-09  Daniel Jacobowitz  <[email protected]>
603
604         * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
605         * gdbtypes.c (check_typedef): Update comments.
606
607 2004-03-09  Daniel Jacobowitz  <[email protected]>
608
609         * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
610         (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
611         pointer.  Update comment about comp_unit_head.
612         (struct abbrev_info): Shorten two int flags.
613         (dwarf_alloc_abbrev): Take a CU argument.
614         (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
615         each time through the loop.  Update cleanup argument.
616         (psymtab_to_symtab_1): Update cleanup call.
617         (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
618         abbrev_obstack.
619         (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
620         Just call obstack_free and clear the pointer.
621
622 2004-03-09  Daniel Jacobowitz  <[email protected]>
623
624         * infrun.c (handle_inferior_event): Remove short-circuit code for
625         events in a different thread.
626
627 2004-03-09  Daniel Jacobowitz  <[email protected]>
628
629         * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
630         print the whole transfer.
631         (initialize_targets): Update description of "set debug target".
632
633 2004-03-09  Daniel Jacobowitz  <[email protected]>
634
635         * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
636
637 2004-03-08  Nathan J. Williams  <[email protected]>
638
639         * MAINTAINERS (write after approval): Add myself.
640
641 2004-03-08  Corinna Vinschen  <[email protected]>
642
643         * sh-tdep.c (sh_print_registers_info): Use for loop.
644         Don't skip multiple registers when a float register is encountered.
645
646 2004-03-08  Corinna Vinschen  <[email protected]>
647
648         Fix PR tdep/1291.
649         * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
650         to official SH documentation.
651
652 2004-03-07  Andrew Cagney  <[email protected]>
653
654         * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
655         unused function.
656
657 2004-03-07  Daniel Jacobowitz  <[email protected]>
658
659         * arm-tdep.c (thumb_get_next_pc): Handle BX.
660         (arm_get_next_pc): Handle BX and BLX.
661
662 2004-03-07  Andrew Cagney  <[email protected]>
663
664         * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
665         FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
666         HPPA_SP_REGNUM.
667         (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
668         (hppa_target_read_fp): Delete.
669         (hppa_gdbarch_init): Do not set deprecated register_raw_size,
670         register_virtual_size, max_register_raw_size,
671         max_register_virtual_size, register_byte, register_size,
672         target_read_fp, fp_regnum, and register_bytes.  Set register_type
673         instead of register_virtual_type.
674         (hppa32_register_type, hppa64_register_type): Replace
675         hppa32_register_virtual_type and hppa64_register_virtual_type.
676         * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
677         (HPPA_FP_REGNUM): Define.
678
679         * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
680
681         * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
682         (pa_do_registers_info): Delete.
683         * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
684         (pa_print_registers, pa_print_fp_reg, pa_strcat_registers) 
685         (pa_strcat_fp_reg, pa_register_look_aside): Delete.
686
687         * infcall.c (legacy_push_dummy_code): Delete #ifdef
688         GDB_TARGET_IS_HPPA code.
689         * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
690         (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED) 
691         (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
692         * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
693         * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid) 
694         (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments) 
695         (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc) 
696         (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
697         (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs) 
698         (hppa_frameless_function_invocation, hppa64_store_return_value) 
699         (hppa_store_struct_return, hppa64_extract_return_value) 
700         (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
701         (hppa32_call_dummy_length, hppa64_call_dummy_length) 
702         (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
703         (find_proc_framesize, deposit_21, restore_pc_queue) 
704         (find_return_regnum, pc_in_interrupt_handler, deposit_14) 
705         (rp_saved, pc_in_linker_stub): Delete.
706
707         Unconditionally enable 64-bit frame and ABI code.
708         * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
709         call_dummy_breakpoint_offset, call_dummy_length, stack_align,
710         push_dummy_frame, fix_call_dummy, push_arguments,
711         call_dummy_location, extract_return_value, use_struct_convention,
712         store_return_value, store_struct_return, saved_pc_after_call,
713         init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
714         frame_chain, frame_chain_valid, frameless_function_invocation,
715         frame_saved_pc, and pop_frame.
716
717         * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
718         (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
719         (hppa_gdbarch_init): Do not set PC_REGNUM.
720
721 2004-03-06  Mark Kettenis  <[email protected]>
722
723         * config/alpha/tm-fbsd.h: Remove file.
724         * config/alpha/fbsd.mt: Tweak comment.
725         (TM_FILE): Set to tm-alpha.h.
726
727 2004-03-05  Andrew Cagney  <[email protected]>
728
729         * infrun.c (step_over_function): When non-legacy code, and no
730         step_frame_id, use the unwinder to get the caller's frame ID.
731
732 2004-03-05  Mark Kettenis  <[email protected]>
733
734         * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
735         i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
736         bfd_arch_unknown.  Adjust comment.
737
738         * i386-nat.c: Fix typo in comment.  Re-introduce paranoiac.
739         * i386obsd-tdep.c: Correct spelling in comment.
740         * i386nbsd-tdep.c: Correct spelling in comment.
741         * sparc-tdep.c: Correct spelling in comments.
742
743 2004-03-05  David Carlton  <[email protected]>
744
745         * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
746         bug.
747
748 2004-03-05  Mark Kettenis  <[email protected]>
749
750         * sparc-tdep.c: Fix typo in comment.
751
752 2004-03-04  J. Brobecker  <[email protected]>
753
754         * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
755
756 2004-03-04  Daniel Jacobowitz  <[email protected]>
757
758         * dwarf2read.c: Add comment describing memory lifetimes.
759         (struct dwarf2_pinfo): Update comment.
760         (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
761         (read_enumeration, new_symbol): Don't use obsavestring.
762
763 2004-03-04  Mark Kettenis  <[email protected]>
764
765         * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
766         instead of amd64_fill_fxsave.
767         * amd64bsd-nat.c (store_inferior_registers): Likewise.
768         * amd64fbsd-nat.c (fill_fpregset): Likewise.
769
770         * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
771         Reorganize code a bit.
772
773 2004-03-04  Orjan Friberg  <[email protected]>
774
775         * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
776         when the frame pointer is pushed.  Don't set the frame pointer's 
777         address on the stack unless it's actually located there.  
778         Set the SRP's address on the stack correctly when the PC is still in
779         the prologue.
780         (cris_return_value): New function.
781         (cris_gdbarch_init): Clear deprecated store_return_value,
782         extract_return_value.
783
784 2004-03-02  Jim Blandy  <[email protected]>
785
786         * stabsread.c (reg_value_complaint): The maximum register number
787         is one less than the number of registers.
788
789 2004-03-02  Andrew Cagney  <[email protected]>
790
791         * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
792         I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM.  Remove
793         trailing comma and redundant assignment of I386_ST0_REGNUM.
794         * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
795         32-bit segment registers.
796
797 2004-03-01  Andrew Cagney  <[email protected]>
798
799         * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
800         use frame_relative_level and get_next_frame.
801
802 2004-02-29  Andrew Cagney  <[email protected]>
803
804         * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
805         (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
806         * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
807         Delete macro.
808
809 2004-02-29  Daniel Jacobowitz  <[email protected]>
810
811         * inflow.c (terminal_inferior): Don't give up the terminal if we
812         previously couldn't get the inferior's terminal state.
813
814 2004-02-29  Daniel Jacobowitz  <[email protected]>
815
816         * regcache.c (read_pc_pid): Restore inferior_ptid after reading
817         PC_REGNUM.
818
819 2004-02-28  Andrew Cagney  <[email protected]>
820
821         * NEWS: Refer to GDB 6.1.
822         * README: Refer to GDB 6.1.
823         * PROBLEMS: Refer to GDB 6.1.
824
825 2004-02-28  Daniel Jacobowitz  <[email protected]>
826
827         * thread-db.c (disable_thread_signals): Remove unused function.
828
829 2004-02-28  Mark Kettenis  <[email protected]>
830
831         * amd64-nat.c: Include "gdb_string.h".
832         (amd64_collect_native_gregset): Zero-extend the 32-bit
833         general-purpose registers and %eip.
834
835         * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
836         * amd64-tdep.c (amd64_collect_fxsave): New function.
837         (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
838
839         * i387-tdep.h: Update copyright year.
840         (i387_collect_fxsave): New prototype.
841         * i387-tdep.c: Update copyright year.
842         (i387_collect_fxsave): New function containing most of the code
843         from i387_fill_fxsave.
844         (i387_fill_fxsave): Call i387_collect_fxsave.
845
846 2004-02-28  Andrew Cagney  <[email protected]>
847
848         * amd64-linux-nat.c (ps_get_thread_area): When architecture is
849         i386 use PTRACE_GET_THREAD_AREA.  Suggested by Roland McGrath.
850
851 2004-02-28  Mark Kettenis  <[email protected]>
852
853         * amd64-tdep.c (amd64_frame_cache): Fix comment.
854
855 2004-02-28  Andrew Cagney  <[email protected]>
856
857         * utils.c: Use "", instead of <>, to include readline.
858         tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
859         * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
860         * source.c, solib.c, exec.c, event-top.c: Ditto.
861         * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
862         * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
863         * Makefile.in: Update all dependencies.
864         (readline_tilde_h, readline_history_h): Define.
865         (readline_headers): Delete.
866
867 2004-02-28  Mark Kettenis  <[email protected]>
868
869         * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
870         "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
871         "config/i386/tm-lx64.h".
872
873         * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
874         "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c".  Remove
875         rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
876
877 2004-02-28  Andrew Cagney  <[email protected]>
878
879         * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
880
881         * breakpoint.c (_initialize_breakpoint): Use
882         "add_setshow_auto_boolean_cmd.  Better word-wrap help messages.
883         Add help to show command.
884
885 2004-02-28  Mark Kettenis  <[email protected]>
886
887         * i386-nat.c: Reformat to be closer to coding standards.
888         (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
889         `retval'.  Make variables `align' and `size' local to while-loop.
890         (i386_stopped_data_address): Rename local variable `ret' to `addr'.
891         (_initialize_i386_nat): New prototype.
892
893         * tui/tui.c: Include <readline/readline.h> instead of
894         "readline/readline.h".  Include it after <term.h> and
895         "gdb_curses.h".
896
897 2004-02-27  Andrew Cagney  <[email protected]>
898
899         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
900         the new frame unwind code.
901         (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
902         (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
903         PCOQ_HEAD_REGNUM.
904
905         * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
906         "return_value" and "push_dummy_call".
907         (hppa32_use_struct_convention): Delete unused function.
908         (hppa32_store_return_value): Delete unused function.
909         (hppa32_extract_return_value): Delete unused function.
910         (hppa32_stack_align): Delete function.
911
912 2004-02-27  Eli Zaretskii  <[email protected]>
913
914         * coffread.c (enter_linenos): Don't let rawptr reference memory
915         outside linetab[]'s limits.
916
917 2004-02-27  Andrew Cagney  <[email protected]>
918
919         * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
920         inferior stack space - the stack needs to grow upwards.
921         (hppa32_frame_align): New function.
922         (hppa64_frame_align): Replace hppa_frame_align.
923         (hppa_gdbarch_init): Update.
924
925 2004-02-26  Orjan Friberg  <[email protected]>
926
927         * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
928         (dwarf2-frame.h): Include.
929         (enum cris_regnums): New enum CRIS_FP_REGNUM.
930         Remove static variables related to ABI setting.
931         (struct gdbarch_tdep): Remove cris_abi member.
932         (struct frame_extra_info): Remove.
933         (cris_unwind_cache, stack_item): New structs.
934         (cris_frame_unwind, cris_frame_base): New variables.
935         (push_stack_item, pop_stack_item)
936         (cris_frame_unwind_cache, cris_frame_this_id)
937         (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
938         (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
939         (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
940         (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
941         (cris_reg_struct_has_addr): New functions.
942         (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
943         (cris_frame_saved_pc, cris_saved_pc_after_call, 
944         (cris_store_struct_return, cris_frameless_function_invocation)
945         (cris_pop_frame, cris_skip_prologue_main)
946         (cris_abi_original_store_return_value)
947         (cris_abi_v2_store_return_value)
948         (cris_abi_original_extract_return_value)
949         (cris_abi_v2_extract_return_value)
950         (cris_abi_original_reg_struct_has_addr)
951         (cris_abi_v2_reg_struct_has_addr)
952         (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
953         (cris_push_return_address, cris_abi_update): Remove.
954         (_initialize_cris_tdep): Remove ABI command.
955         (cris_dump_tdep): Ditto.
956         (cris_gdbarch_init): Remove ABI command.  
957         Set store_return_value, extract_return_value, push_dummy_code,
958         push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
959         frame_unwind_append_sniffer, frame_base_set_default.
960         Clear deprecated init_frame_pc, push_arguments, store_return_value,
961         extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
962         sizeof_call_dummy_words, get_saved_register, push_return_address,
963         pop_frame, store_struct_return, frame_init_saved_regs, 
964         init_extra_frame_info, frameless_function_invocation, frame_chain,
965         frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
966         dummy_write_sp.
967         
968 2004-02-26  Jeff Johnston  <[email protected]>
969
970         * valprint.h (print_hex_chars, print_char_chars): New prototypes.
971         * valprint.c (print_hex_chars): Change from static to external.
972         (print_char_chars): New function.
973         * printcmd.c (print_scalar_formatted): For integer and enum types
974         that are longer than LONGEST, perform processing via appropriate
975         print_*_chars routines.
976
977 2004-02-26  Andrew Cagney  <[email protected]>
978
979         * Makefile.in: Update dependencies.
980         Changes from Ulrich Weigand,
981         * s390-tdep.c: Include "dwarf2-frame.h".
982         (s390_dwarf2_frame_init_reg): New function.
983         (s390_gdbarch_init): Install dwarf2_frame_sniffer and
984         dwarf2_frame_base_sniffer.  Call dwarf2_frame_set_init_reg.
985
986 2004-02-26  Jeff Johnston  <[email protected]>
987
988         * breakpoint.c (pending_break_support): New setting variable.
989         (break_command_1): Account for pending_break_support setting
990         when creating pending breakpoints.
991         (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
992         (_initialize_breakpoint): Add "set breakpoint pending" and
993         "show breakpoint pending" commands.
994
995 2004-02-26  Andrew Cagney  <[email protected]>
996
997         Fix PR i18n/1570.
998         * charset.c (backslashable, backslashed, represented): Remove 'e'
999         from list of escaped characters, not part of ISO-C.
1000
1001 2004-02-25  J. Brobecker  <[email protected]>
1002
1003         From Peter Schauer <[email protected]>:
1004         * tui/tui.c: Move system header includes after local includes.
1005         Fixes a build failure on solaris systems.
1006
1007 2004-02-25  J. Brobecker  <[email protected]>
1008
1009         * configure.in: Refine the previous change.
1010         * configure: Regenerate.
1011
1012 2004-02-25  Mark Kettenis  <[email protected]>
1013
1014         * amd64-tdep.h: Renamed from x86-64-tdep.h.
1015         * amd64-tdep.c: Renamed from x86-64-tdep.c.  Include
1016         "amd64-tdep.h" instead of "x86-64-tdep.h".
1017         * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
1018         * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
1019         * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c.  Include
1020         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
1021         and "x86-64-tdep.c".
1022         * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c.  Include
1023         "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
1024         and "x86-64-tdep.c".
1025         * amd64bsd-nat.c: Update copyright year.
1026         Include "amd64-tdep.h" instead of "x86-64-tdep.h".
1027         * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
1028         "x86-64-tdep.h".
1029         * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
1030         "x86-64-tdep.h".
1031         * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
1032         "x86-64-tdep.h".
1033         * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
1034         "x86-64-tdep.h".
1035         * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
1036         "x86-64-tdep.h".
1037         * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
1038         "x86-64-tdep.h".
1039         * configure.host: (x86_64-*-linux*): Set gdb_target to linux64. 
1040         * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
1041         * Makefile.in (amd64_linux_tdep_h): Renamed from
1042         x86_64_linux_tdep_h.
1043         (amd64_tdep_h): Renamed from x86_64_tdep_h.
1044         (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
1045         (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
1046         (amd64obsd-tdep.o): Update dependencies.
1047         (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
1048         dependencies.
1049         (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
1050         dependencies.
1051         (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
1052         amd64-linux-nat.c amd64-linux-tdep.c.
1053         * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
1054         * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
1055         * config/i386/linux64.mt: Renamed from x86-64linux.mt.
1056         (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
1057         amd64-tdep.o and amd64-linux-tdep.o.
1058         (TM_FILE): Set to tm-linux64.h.
1059         * config/i386/linux64.mh: Renamed from x86-64linux.mh.
1060         (NAT_FILE): Set to nm-linux64.h.
1061         (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
1062         * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
1063         amd64-tdep.o.
1064         * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
1065         amd64-tdep.o.
1066         * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
1067         amd64-tdep.o.
1068
1069 2004-02-25  Roland McGrath  <[email protected]>
1070
1071         * remote.c (remote_protocol_qPart_auxv): New variable.
1072         (init_all_packet_configs): Initialize it.
1073         (set_remote_protocol_qPart_auxv_packet_cmd): New function.
1074         (show_remote_protocol_qPart_auxv_packet_cmd): New function.
1075         (show_remote_cmd): Call it.
1076         (_initialize_remote): Initialize commands.
1077         (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
1078         service TARGET_OBJECT_AUXV requests.
1079
1080 2004-02-25  J. Brobecker  <[email protected]>
1081
1082         * configure.in: Make sure that the wborder function is available.
1083         Otherwise, search for it in the cur_colr library.
1084         * configure: Regenerate.
1085
1086 2004-02-25  Andrew Cagney  <[email protected]>
1087
1088         * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
1089
1090 2004-02-25  Mark Kettenis  <[email protected]>
1091
1092         * config/i386/tm-x86-64linux.h: Tweak comments.
1093
1094 2004-02-25  Richard Sandiford  <[email protected]>
1095
1096         * MAINTAINERS: Add self to write-after-approval list.
1097
1098 2004-02-25  Andrew Cagney  <[email protected]>
1099
1100         PR cli/1566.  Problem found, and fix suggested by David Allan.
1101         * cli/cli-script.c (execute_control_command): Unconditionally
1102         install a cleanup.  Default "ret" to "invalid_control".  Use
1103         "break" instead of "return" to escape from the switch.
1104
1105 2004-02-24  J. Brobecker  <[email protected]>
1106
1107         * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
1108         with the lines macro defined in term.h on AiX.
1109         * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
1110         a collision with the label_width macro defined in term.h on AiX.
1111
1112 2004-02-23  David Mosberger  <[email protected]>
1113
1114         Committed by Kevin Buettner <[email protected]>.
1115
1116         * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
1117         * ia64-tdep.c (ia64_write_pc): Make it a global function.
1118         (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
1119         instead of ia64_write_pc().
1120         * ia64-linux-tdep.c (regcache.h): Include.
1121         (ia64_linux_write_pc): New function.
1122
1123 2004-02-23  Roland McGrath  <[email protected]>
1124
1125         * auxv.c (info_auxv_command): Fix typos in error messages.
1126
1127 2004-02-23  Mark Kettenis  <[email protected]>
1128
1129         * x86-64-tdep.h: Tweak comment.
1130         (enum amd64_regnum): New.
1131         (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
1132         (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
1133         (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
1134         (X86_64_XMM1_REGNUM): Removed.
1135         (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
1136         (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
1137         prototypes for renamed functions.
1138         * x86-64-tdep.c: Fix typo.
1139         (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
1140         register numbers.
1141         (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
1142         Use constants from `enum amd64_regnum' for register numbers.
1143         (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
1144         (amd64_analyze_prologue, amd64_frame_cache,
1145         amd64_sigtramp_frame_cache): Use constants from `enum
1146         amd64_regnum' for register numbers.
1147         (amd64_supply_fpregset): Adjust for renamed functions.
1148         (amd64_init_abi): Rename from x86_64_init_abi.  Use constants from
1149         `enum amd64_regnum' for register numbers.
1150         (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
1151         (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
1152         (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
1153         * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
1154         (amd64_linux_fill_gregset): Adjust for renamed macros.
1155         (fetch_core_registers): Adjust for renamed functions.
1156         (amd64_linux_init_abi): Adjust for renamed functions.
1157         * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
1158         renamed functions.
1159         * amd64-nat.c: Adjust for renamed macros.
1160         * amd64bsd-nat.c (fetch_inferior_registers)
1161         (store_inferior_registers): Use constants from `enum amd64_regnum'
1162         for register numbers.  Adjust for renamed variables.
1163         * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
1164         renamed variables.
1165         (_initialize_amd64fbsd_nat): Use constants from `enum
1166         amd64_regnum' for register numbers.
1167         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
1168         `enum amd64_regnum' for register numbers.
1169         (amd64fbsd_init_abi): Adjust for renamed functions.
1170         * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
1171         `enum amd64_regnum' for register numbers.
1172         (amd64nbsd_init_abi): Adjust for renamed functions.
1173         (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
1174         * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
1175         `enum amd64_regnum' for register numbers.
1176         (amd64obsd_init_abi): Adjust for renamed functions.
1177         (_initialize_amd64obsd_ndep): Adjust for renamed macros.
1178
1179 2004-02-23  Jeff Johnston  <[email protected]>
1180
1181         * breakpoint.c (print_one_breakpoint): Do not output spaces
1182         after printing <PENDING> for a pending breakpoint.
1183
1184 2004-02-23  Jeff Johnston  <[email protected]>
1185
1186         * printcmd.c (print_scalar_formatted): Initialize val_long
1187         to remove compiler warning message.
1188
1189 2004-02-23  Jeff Johnston  <[email protected]>
1190
1191         * defs.h (nquery, yquery): New prototypes.
1192         * breakpoint.c (break_command_1): Use new nquery interface.
1193         * utils.c (defaulted_query, nquery, yquery): New functions.
1194
1195 2004-02-23  Andrew Cagney  <[email protected]>
1196
1197         * hppa-tdep.c (hppa_frame_align): New function.
1198         (hppa32_push_dummy_call): New function.
1199         (hppa64_push_dummy_call): New function.
1200         (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
1201         disabled.
1202
1203         * infcall.c (legacy_push_dummy_code): Don't call deprecated
1204         FIX_CALL_DUMMY when push_dummy_call is available.
1205         (call_function_by_hand, push_dummy_code): Ditto.
1206
1207 2004-02-22  Andrew Cagney  <[email protected]>
1208
1209         * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
1210         (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
1211         (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
1212         * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
1213         use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
1214         call_dummy_location to ON_STACK.
1215
1216 2004-02-22  Mark Kettenis  <[email protected]>
1217
1218         * x86-64-linux-tdep.c: Tweak comment.
1219         (amd64_linux_supply_gregset): Renamed from
1220         x86_64_linux_supply_gresget.
1221         (amd64_linux_fill_gregset): Renamed from
1222         x86_64_linux_fill_gregset.
1223         (fetch_core_registers): Adjust for renamed functions.
1224         (amd64_core_fns): Renamed from x86_64_core_fns.
1225         (amd64_linux_sigtramp_start): Renamed from
1226         x86_64_linux_sigtramp_start.
1227         (amd64_linux_pc_in_sigtramp): Renamed from
1228         x86_64_linux_pc_in_sigtramp.  Adjust for renamed functions.
1229         (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
1230         X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
1231         (amd64_linux_sigcontext_addr): Renamed from
1232         x86_64_linux_sigcontext_addr.
1233         (amd64_linux_sc_reg_offset): Renamed from
1234         x86_64_linux_sc_reg_offset.
1235         (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
1236         Adjust for renamed functions and variables.
1237         (_initialize_amd64_linux_tdep): Renamed from
1238         _initialize_x86_64_linux_tdep.  Adjust for renamed functions and
1239         variables.
1240         * x86-64-linux-tdep.h: Update copyright year.  Tweak comment.
1241         Adjust for renamed functions.
1242
1243         * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
1244         from x86_64_linux_gregset64_reg_offset.
1245         (amd64_linux_gregset32_reg_offset): Rename from
1246         x86_64_linux_gregset64_reg_offset.
1247         (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
1248         (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
1249         (amd64_linux_dr_set_control): Renamed from
1250         x86_64_linux_dr_set_control.  Adjust for renamed functions.
1251         (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
1252         Adjust for renamed functions.
1253         (amd64_linux_dr_reset_addr): Renamed from
1254         x86_64_linux_dr_reset_addr. Adjust for renamed functions.
1255         (amd64_linux_dr_get_status): Renamed from
1256         x86_64_linux_dr_get_status.  Adjust for renamed functions.
1257         (_initialize_amd64_linux_nat): Renamed from
1258         _initialize_x86_64_linux_nat.  Adjust for renamed variables and
1259         functions.
1260         * config/i386/nm-x86-64linux.h: Update copyright year.
1261         Adjust for renamed functions.
1262
1263         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
1264         amd64fbsd_sigtramp_start.
1265         (amd64fbsd_sigtramp_end_addr): Renamed from
1266         amd64fbsd_sigtramp_end.
1267         (amd64fbsd_init_abi): Adjust for renamed variables.
1268         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
1269         variables.
1270         * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
1271         amd64fbsd_sigtramp_start.
1272         (amd64fbsd_sigtramp_end_addr): Renamed from
1273         amd64fbsd_sigtramp_end.
1274
1275 2004-02-22  Andrew Cagney  <[email protected]>
1276
1277         * hppa-tdep.c (hppa32_return_value): New function.
1278         (hppa64_return_value): New function.
1279         (hppa_gdbarch_init): Set return_value; keep disabled.
1280
1281         * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
1282         struct-return and inferior function call methods.
1283
1284         * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
1285         "frame-base.h".
1286         (struct hppa_frame_cache): Define.
1287         (hppa_frame_cache, hppa_frame_this_id): New functions.
1288         (hppa_frame_prev_register): New function.
1289         (hppa_frame_unwind, hppa_frame_base): New variables.
1290         (hppa_frame_unwind_sniffer): New function.
1291         (hppa_frame_base_address, hppa_unwind_pc): New function.
1292         (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
1293         sniffer, and frame base sniffer; keep disabled.
1294         (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
1295         * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
1296
1297         * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
1298         to predicates for "seriously old code".
1299
1300         * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
1301         runtime if(0).
1302
1303         * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
1304         unsigned.
1305         (hppa_frame_find_saved_regs): Fix "std" instruction pattern
1306
1307         * config/pa/tm-hppa.h: Update copyright.
1308         (DEPRECATED_INIT_FRAME_PC): Delete macro.
1309         (deprecated_init_frame_pc_default): Delete declaration.
1310         (hppa_frame_init_saved_regs): Delete declaration.
1311         (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
1312         * hppa-tdep.c: Include "arch-utils.h".
1313         (hppa_gdbarch_init): Set deprecated init_frame_pc
1314         and deprecated frame_init_saved_regs.
1315         (hppa_frame_init_saved_regs): Make static.
1316
1317 2004-02-22  Mark Kettenis  <[email protected]>
1318
1319         Remove old 386BSD support.
1320         * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
1321         * configure.host: Remove i[34567]86-*-bsd*.
1322         * configure.tgt: Remove i[34567]86-*-bsd*.
1323         * i386b-nat.c: Removed.
1324         * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
1325         (i386b-nat.o): Remove dependencies.
1326
1327         * config/i386/i386bsd.mh: Removed.
1328         * config/i386/i386bsd.mt: Removed.
1329         * config/i386/nm-i386bsd.h: Removed.
1330         * config/i386/tm-i386bsd.h: Removed.
1331         * config/i386/xm-i386bsd.h: Removed.
1332
1333         * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
1334
1335         * amd64fbsd-tdep.c: Include "solib-svr4.h".
1336         (amd64fbsd_init_abi): Set link map offsets.
1337         * amd64nbsd-tdep.c: Include "slib-svr4.h".
1338         (amd64nbsd_init_abi): Set link map offsets.
1339         * amd64obsd-tdep.c: Include "solib-svr4.h".
1340         (amd64obsd_init_abi): Set link map offsets.
1341         * i386fbsd-tdep.c: Include "solib-svr4.h".
1342         (i386fbsd_init_abi): Set link map offsets.
1343         * i386nbsd-tdep.c: Include "solib-svr4.h".
1344         (i386nbsdelf_init_abi): Set link map offsets.
1345         * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
1346         (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
1347         * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
1348         solib-legacy.o and core-aout.o. Reformat.
1349         * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
1350         solib-svr4.o, solib-legacy.o.  Reformat.
1351         * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o.  Reformat.
1352         * config/i386/nbsdelf.mh: Reformat.
1353         * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
1354         solib-svr4.o, solib-legacy.o and corelow.o.
1355         * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
1356         * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
1357         solib-svr4.o, solib-legacy.o and corelow.o.  Reformat.
1358         * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
1359         * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
1360         (TM_FILE): Set to tm-fbsd.h.
1361         * config/i386/nbsd.mt (TDEPFILES): Reformat.
1362         * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
1363         solib-svr4.o.
1364         * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
1365         solib-svr4.o.
1366         (TM_FILE): Set to nm-nbsd.h.
1367         * config/i386/nm-fbsd.h: Update copyright year.  Tweak comments.
1368         Simplify shared library support.  Don't include "elf/common.h".
1369         (SVR4_SHARED_LIBS): Don't define.
1370         * config/i386/nm-fbsd64.h: Update copyright year.  Don't include
1371         "solib.h".
1372         * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
1373         config/i386/nm-obsd.h: Update copyright year.  Tweak comments.
1374         * config/i386/tm-fbsd.h: Update copyright tear.  Tweak comments.
1375         Don't include "i386/tm-i386.h".  Include "solib.h".
1376         * config/i386/tm-nbsd.h: Update copyright year.  Tweak comments.
1377         Don't include "i386/tm-i386.h".
1378         * config/i386/xm-i386.h: Update copyright year.  Tweak comments.
1379         * config/i386/xm-nbsd.h: Update copyright year.  Tweak comments.
1380         Include "i386/xm-i386.h".
1381         (HOST_LONG_DOUBLE_FORMAT): Remove.
1382
1383         Fix OpenBSD/i386 sigtramp recognition.
1384         * i386-tdep.h: Update copyright year.
1385         (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
1386         (i386bsd_sigtramp_end): New prototypes.
1387         (i386fbsd_sigtramp_start_addr): Renamed from
1388         i386fbsd_sigtramp_start.
1389         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
1390         (i386obsd_sigtramp_start_addr): Renamed from
1391         i386obsd_sigtramp_start.
1392         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
1393         * i386bsd-tdep.c: Update copyright year.
1394         (i386bsd_pc_in_sigtramp): Make public.
1395         * i386fbsd-nat.c: Update copyright year.
1396         (_initialize_i386fbsd_nat): Adjust for renamed variables.
1397         * i386fbsd-tdep.c: Update copyright year.
1398         (i386fbsd_sigtramp_start_addr): Renamed from
1399         i386fbsd_sigtramp_start.
1400         (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
1401         (i386fbsdaout_init_abi): Adjust for renamed variables.
1402         * i386obsd-nat.c: Update copyright year.
1403         (_initialize_i386obsd_nat): Adjust for renamed variables.
1404         * i386obsd-tdep.c: Include "target.h".
1405         (i386obsd_page_size): New variable.
1406         (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
1407         (i386obsd_sigtramp_end): New functions.
1408         (i386obsd_sigtramp_start_addr): Renamed from
1409         i386obsd_sigtramp_start.
1410         (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
1411         (i386obsd_init_abi): Adjust for renamed variables.  Set
1412         pc_in_sigtramp, sigtramp_start and sigtramp_end.
1413         * Makefile.in (i386obsd-tdep.o): Update dependencies.
1414
1415         * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
1416         trampoline change in OpenBSD kernel.
1417
1418         * amd64-nat.c: Update copyright year.
1419         (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
1420         architecture from REGCACHE.
1421
1422         * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
1423         symbolic constants from <sys/reg.h> instead of hard-coded numbers.
1424
1425 2004-02-21  Mark Kettenis  <[email protected]>
1426
1427         * configure.host: Add i[34567]86-*-openbsd[0-2].* and
1428         i[34567]86-*-openbsd3.[0-3].
1429         * config/i386/obsdaout.mh: New file.
1430
1431         * config/i386/obsd.mh (MH_FLAGS): Remove.
1432
1433         Fix PR build/1549.
1434         * i386obsd-tdep.c: Update copyright years.  Include
1435         "solib-svr4.h".
1436         (i386obsd_init_abi): Don't set regset_from_core_section here.
1437         (i386obsd_aout_init_abi): New function.  Set
1438         regset_from_core_section here.
1439         (i386obsd_elf_init_abi): New function.
1440         (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
1441         * Makefile.in (i386obsd-tdep.o): Update dependecies.
1442         * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
1443         (TM_FILE): Set to tm-nbsd.h.
1444
1445         * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
1446         solib-sunos.o.
1447
1448         * solib-svr4.h: Update copyright year.
1449         (svr4_ilp32_fetch_link_map_offsets)
1450         (svr4_lp64_fetch_link_map_offsets): New prototype.
1451         * solib-svr4.c: Update copyright year.
1452         (svr4_ilp32_fetch_link_map_offsets)
1453         (svr4_lp64_fetch_link_map_offsets): New function.
1454
1455 2004-02-20  Daniel Jacobowitz  <[email protected]>
1456
1457         * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
1458         to the partial symbol table.
1459
1460 2004-02-20  J. brobecker  <[email protected]>
1461
1462         * PROBLEMS: Add description of problem documented under gdb/1560.
1463
1464 2004-02-20  Mark Kettenis  <[email protected]>
1465
1466         * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h".  Fix
1467         comments.
1468         (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
1469         functions.
1470         (amd64obsd_init_abi): Reorder initializations.  Use
1471         amd64obsd_r_reg_offset to initialize the general-purpose register
1472         set details.  Set regset_from_core_section.
1473         (_initialize_amd64obsd_tdep): Rename from
1474         _initialize_amd64obsd_ndep.  Add OS ABI handler for core dumps.
1475         * Makefile.in (amd64obsd-tdep.o): Update dependencies.
1476         * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
1477
1478         * NEWS (New native configurations): Mention OpenBSD/alpha.
1479         * configure.tgt: Add alpha*-*-openbsd*.
1480         * configure.host: Add alpha*-*-openbsd*.
1481         * alphanbsd-tdep.c: Update copyright year.
1482         (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
1483
1484 2004-02-20  Andrew Cagney  <[email protected]>
1485
1486         Fix PR tdep/1372.
1487         * configure.tgt: Delete target "none-*-*".
1488         * configure.host: Delete host "none-*-*".
1489         * config/none/none.mh: Delete file.
1490         * config/none/none.mt: Delete file.
1491         * config/none/xm-none.h: Delete file.
1492         * config/none/tm-none.h: Delete file.
1493         * config/none/nm-none.h: Delete file.
1494
1495 2004-02-19  Fred Fish  <[email protected]>
1496
1497         * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
1498         cache->uses_fp prior to setting it.
1499
1500 2004-02-19  Fred Fish  <[email protected]>
1501
1502         Fix for PR breakpoint/1558.
1503         * sh-tdep.c (IS_JSR): New macro.
1504         (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
1505
1506 2004-02-19  Jim Blandy  <[email protected]>
1507
1508         * findvar.c (value_from_register): Doc fix.
1509
1510 2004-02-19  Jeff Johnston  <[email protected]>
1511
1512         * printcmd.c (print_scalar_formatted): Do not check for sizeof
1513         type being greater than sizeof of host's LONGEST.  Always use
1514         unpack_long() unless format 'f' chosen.
1515
1516 2004-02-19  Joel Brobecker  <[email protected]>
1517
1518         Committed by Elena Zannoni  <[email protected]>
1519
1520         * symtab.c (find_pc_sect_psymtab): Return the psymtab that
1521         contains a symbol wich is the best, non-exact match for the given
1522         pc.  Update comments.
1523
1524 2004-02-19  Elena Zannoni  <[email protected]>
1525
1526         * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
1527         macro, which was part of the now removed Mach 3 port.
1528         * utils.c (request_quit): Ditto.
1529
1530 2004-02-18  Mark Kettenis  <[email protected]>
1531
1532         * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
1533         "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
1534
1535 2004-02-18  Ulrich Weigand <[email protected]>
1536
1537         Committed by Mark Kettenis  <[email protected]>.
1538
1539         * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
1540         Define.
1541
1542 2004-02-18  Andrew Cagney  <[email protected]>
1543
1544         * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
1545         CONFIG_INSTALL and CONFIG_UNINSTALL.
1546         * configure: Re-generate.
1547         * interps.h (INTERP_TUI): Define.
1548         * Makefile.in: Update dependencies.
1549         (TUI): New macro.
1550         (tui-main.o): Specify dependencies.
1551         (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
1552         * tui/tui-main.c: New file.
1553
1554 2004-02-18  Mark Kettenis  <[email protected]>
1555
1556         * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
1557         * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
1558         dependencies.
1559         * configure.host: Add x86_64-*-openbsd*.
1560         * configure.tgt: Add x86_64-*-openbsd*.
1561         * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
1562
1563         * tui/tui.c: Don't include <malloc.h>.
1564
1565         * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
1566         amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
1567         amd64nbsd-tdep.c.
1568
1569         * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
1570         static.  Remove extraneous whitespace.
1571         * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
1572         static.
1573
1574 2004-02-17  Jim Blandy  <[email protected]>
1575
1576         * findvar.c (value_from_register): Doc fix.
1577
1578 2004-02-17  Ulrich Weigand <[email protected]>
1579
1580         Committed by Jim Blandy  <[email protected]>.
1581
1582         * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
1583         CORE_ADDR as type for selectors.  Correct types for GNU run time
1584         message lookup function to use double indirection.
1585         * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
1586         * objc-lang.h (lookup_child_selector): Adapt prototype.
1587
1588         * s390-nat.c (SUBOFF): New macro.
1589         (supply_gregset, fill_gregset): Use it to handle debugging
1590         of 32-bit exectuables running under a 64-bit kernel.
1591         * s390-tdep.c: Include "solib-svr4.h".
1592         (s390_svr4_fetch_link_map_offset): New function.
1593         (s390x_svr_fetch_link_map_offset): Likewise.
1594         (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
1595         * Makefile.in (s390-tdep.o): Update dependencies.
1596
1597         * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
1598         "frame-unwind.h".
1599         (s390_readinstruction): Reformat.  Use read_memory_nobpt.
1600         (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
1601         (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
1602         (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
1603         S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
1604         S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
1605         S390_SIGNAL_FRAMESIZE,
1606         s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
1607         (struct frame_extra_info): Remove.
1608         (s390_memset_extra_info): Remove.
1609         (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
1610         (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
1611         (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
1612         (is_rse): Renamed to ...
1613         (is_rsy): ... this.  Support long displacements.
1614         (is_rxe): Renamed to ...
1615         (is_rxy): ... this.  Support long displacements.
1616         (compute_x_addr): Support long displacements.
1617         (struct s390_prologue_data): New data type.
1618         (s390_on_stack): Change API to use struct s390_prologue_data.
1619         (s390_store): Reimplement.
1620         (s390_load): New function.
1621         (s390_get_signal_frame_info): Remove.
1622         (s390_get_frame_info): Remove, replace by ...
1623         (s390_analyze_prolog): ... this new function.
1624         (s390_check_function_end): Remove.
1625         (s390_function_start): Remove.
1626         (s390_frameless_function_invokation): Remove.
1627         (s390_is_sigreturn): Remove.
1628         (s390_init_frame_pc_first): Remove.
1629         (s390_init_frame_extra_info): Remove.
1630         (s390_frame_init_saved_regs): Remove.
1631         (s390_frame_saved_pc_nofix): Remove.
1632         (s390_frame_saved_pc): Remove.
1633         (s390_frame_chain): Remove.
1634         (s390_fp_regnum, s390_read_fp): Remove.
1635         (s390_pop_frame_regular, s390_pop_frame): Remove.
1636         (s390_saved_pc_after_call): Remove.
1637         (s390_skip_prologue): Reimplement.
1638         (s390_in_function_epilogue_p): Support long displacements.
1639         (struct s390_unwind_cache): New data structure.
1640         (s390_frame_unwind_cache): New function.
1641         (s390_prologue_frame_unwind_cache): Likewise.
1642         (s390_backchain_frame_unwind_cache): Likewise.
1643         (s390_frame_this_id, s390_frame_prev_register): Likewise.
1644         (s390_frame_unwind): Define.
1645         (s390_frame_sniffer): New function.
1646         (struct s390_pltstub_unwind_cache): New data structure.
1647         (s390_pltstub_frame_unwind_cache): New function.
1648         (s390_pltstub_frame_this_id): Likewise.
1649         (s390_pltstub_frame_prev_register): Likewise.
1650         (s390_pltstub_frame_unwind): Define.
1651         (s390_pltstub_frame_sniffer): New function.
1652         (struct s390_sigtramp_unwind_cache): New data structure.
1653         (s390_sigtramp_frame_unwind_cache): New function.
1654         (s390_sigtramp_frame_this_id): Likewise.
1655         (s390_sigtramp_frame_prev_register): Likewise.
1656         (s390_sigtramp_frame_unwind): Define.
1657         (s390_sigtramp_frame_sniffer): New function.
1658         (s390_frame_base_address, s390_local_base_address): New functions.
1659         (s390_frame_base): Define.
1660         (s390_unwind_pc, s390_unwind_sp): New function.
1661         (s390_push_dummy_call): Use new frame base location.
1662         (s390_unwind_dummy_id): Likewise.
1663         (s390_gdbarch_init): Remove calls to:
1664         set_gdbarch_frameless_function_invocation,
1665         set_gdbarch_deprecated_init_frame_pc,
1666         set_gdbarch_deprecated_frame_chain,
1667         set_gdbarch_deprecated_frame_init_saved_regs,
1668         set_gdbarch_deprecated_pop_frame,
1669         set_gdbarch_deprecated_init_extra_frame_info,
1670         set_gdbarch_deprecated_init_frame_pc_first,
1671         set_gdbarch_deprecated_target_read_fp,
1672         set_gdbarch_deprecated_frame_saved_pc,
1673         set_gdbarch_deprecated_saved_pc_after_call,
1674         set_gdbarch_deprecated_fp_regnum.
1675         Add calls to:
1676         set_gdbarch_in_solib_call_trampoline,
1677         frame_unwind_append_sniffer,
1678         frame_base_set_default,
1679         set_gdbarch_unwind_pc,
1680         set_gdbarch_unwind_sp.
1681         * Makefile.in (s390-tdep.o): Update dependencies.
1682
1683         * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
1684         (S390_STACK_FRAME_OVERHEAD): Remove.
1685         (S390_STACK_PARAMETER_ALIGNMENT): Remove.
1686         (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
1687         (s390_promote_integer_argument): Remove.
1688         (s390_cannot_extract_struct_value_address): Remove.
1689         (s390_use_struct_convention, s390_store_struct_return): Remove.
1690         (s390_extract_return_value, s390_store_return_value): Remove.
1691         (s390_return_value_convention, s390_return_value): New functions.
1692         (is_float_singleton): Handle typedefs.
1693         (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
1694         Remove, replace by ...
1695         (s390_function_arg_pass_by_reference, s390_function_arg_float,
1696         s390_function_arg_integer): ... these new functions.
1697         (s390_push_arguments, s390_push_return_address): Remove, replace by ...
1698         (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
1699         (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
1700         Fill in tdep->abi.
1701         Remove calls to:
1702         set_gdbarch_deprecated_store_struct_return,
1703         set_gdbarch_deprecated_extract_return_value,
1704         set_gdbarch_deprecated_store_return_value,
1705         set_gdbarch_use_struct_convention,
1706         set_gdbarch_extract_struct_value_address,
1707         set_gdbarch_deprecated_pc_in_call_dummy,
1708         set_gdbarch_deprecated_push_arguments,
1709         set_gdbarch_deprecated_save_dummy_frame_tos,
1710         set_gdbarch_deprecated_push_return_address,
1711         set_gdbarch_deprecated_sizeof_call_dummy_words,
1712         set_gdbarch_deprecated_call_dummy_words,
1713         set_gdbarch_deprecated_dummy_write_sp.
1714         Add calls to:
1715         set_gdbarch_push_dummy_call,
1716         set_gdbarch_unwind_dummy_id,
1717         set_gdbarch_return_value.
1718
1719         * config/s390/nm-linux.h: Update comments.
1720         (target_insert_watchpoint, target_remove_watchpoint): Redefine.
1721         (STOPPED_BY_WATCHPOINT): Redefine.
1722         (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
1723         (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
1724         (s390_stopped_by_watchpoint): Likewise.
1725         (watch_area_cnt): Remove.
1726         * s390-nat.c: Update comments.
1727         (watch_area): Remove typedef.
1728         Global replace watch_area by struct watch_area.
1729         (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
1730         (s390_stopped_by_watchpoint): Remove pid argument,
1731         use s390_inferior_tid.  Add short-cut for the no watchpoint case.
1732         (s390_fix_watch_points): Remove pid argument,
1733         use s390_inferior_tid.  Recompute area spanned by watchpoints.
1734         (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
1735         argument.  Reimplement.
1736
1737         * config/s390/nm-linux.h: Update comments.  Do not include "solib.h".
1738         (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
1739         (FETCH_INFERIOR_REGISTERS): Define.
1740         * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
1741         core-regset.o.
1742         * config/s390/s390x.mt: Remove.
1743         * config/s390/tm-s390.h: Remove.
1744         * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
1745         (TARGET_ELF64): Remove.
1746         (SKIP_TRAMPOLINE_CODE): Do not undefine.
1747         * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
1748         s390*-*-* case; always set gdb_target to s390.
1749         * regformats/reg-s390.dat: Remove control registers.
1750         * regformats/reg-s390x.dat: Likewise.
1751         * s390-tdep.h: New file.
1752         * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
1753         Include "inferior.h" and "s390-tdep.h".
1754         Remove private definition of offsetof.
1755         (s390_register_u_addr): Remove.
1756         (regmap_gregset, regmap_fpregset): Define.
1757         (supply_gregset, fill_gregset): Reimplement.
1758         (supply_fpregset, fill_fpregset): Likewise.
1759         (s390_inferior_tid): New function.
1760         (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
1761         (fetch_inferior_registers, store_inferior_registers): Likewise.
1762         * s390-tdep.c: Do not define S390_TDEP.  Include "defs.h" instead
1763         of <defs.h>.  Include "reggroups.h", "regset.h", and "s390-tdep.h".
1764         Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
1765         Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
1766         (struct gdbarch_tdep): Define.
1767         (struct s390_register_info): Define.
1768         (s390_register_info): New variable.
1769         (s390_register_name): Reimplement.
1770         (s390_register_type): New function.
1771         (s390_register_raw_size, s390x_register_raw_size): Remove.
1772         (s390_cannot_fetch_register): Remove.
1773         (s390_register_byte): Remove.
1774         (s390_register_virtual_type, s390x_register_virtual_type): Remove.
1775         (s390_dwarf_regmap): New variable.
1776         (s390_dwarf_reg_to_regnum): New function.
1777         (s390_stab_reg_to_regnum): Remove.
1778         (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
1779         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
1780         (s390_convert_register_p): Likewise.
1781         (s390_register_to_value, s390_value_to_register): Likewise.
1782         (s390_register_reggroup_p): Likewise.
1783         (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
1784         s390_gregset, s390x_gregset, s390_fpregset): New variables.
1785         (s390_supply_regset, s390_regset_from_core_section): New functions.
1786         (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
1787         (S390_FPR_SIZE): Likewise.
1788         (S390_GPR_SIZE): Likewise.  Redefine in terms of GDB_TARGET_IS_ESAME.
1789         Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
1790         (S390_NUM_GPRS): Move here from tm-s390.h.
1791         (S390_NUM_FPRS): Likewise.
1792         (s390_in_function_epilogue_p): New function.
1793         (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
1794         Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
1795         (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
1796         Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
1797         Replace S390_FP_REGNUM by S390_SP_REGNUM.
1798         Remove calls to:
1799         set_gdbarch_deprecated_max_register_raw_size,
1800         set_gdbarch_deprecated_max_register_virtual_size,
1801         set_gdbarch_deprecated_register_byte,
1802         set_gdbarch_cannot_fetch_register,
1803         set_gdbarch_cannot_store_register,
1804         set_gdbarch_deprecated_register_size,
1805         set_gdbarch_deprecated_register_raw_size,
1806         set_gdbarch_deprecated_register_virtual_size,
1807         set_gdbarch_deprecated_register_virtual_type,
1808         set_gdbarch_deprecated_register_bytes.
1809         Add calls to:
1810         set_gdbarch_num_pseudo_regs,
1811         set_gdbarch_register_type,
1812         set_gdbarch_convert_register_p,
1813         set_gdbarch_register_to_value,
1814         set_gdbarch_value_to_register,
1815         set_gdbarch_register_reggroup_p,
1816         set_gdbarch_regset_from_core_section,
1817         set_gdbarch_pseudo_register_read,
1818         set_gdbarch_pseudo_register_write,
1819         set_gdbarch_in_function_epilogue_p.
1820         * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
1821         (s390_tdep_h): New variable.
1822
1823 2004-02-17  Jim Blandy  <[email protected]>
1824
1825         * findvar.c (value_from_register): If the type has no length, just
1826         return an acceptable value --- don't report an internal error.
1827
1828         * stabsread.c (read_type): If we find any type numbers that are
1829         forward references, complain if the references aren't resolved by
1830         the time we're finished reading.
1831         (cleanup_undefined_types): Make error message more appropriate for
1832         a complaint.
1833
1834 2004-02-17  Elena Zannoni  <[email protected]>
1835
1836         * Makefile.in (defs_h): Remove dependency on progress_h.
1837         * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
1838         progress.h.
1839         * main.c (captured_main): Delete use of START_PROGRESS and
1840         END_PROGRESS.
1841
1842 2004-02-17  Elena Zannoni  <[email protected]>
1843
1844         * objfiles.c (terminate_minimal_symbol_table): Add back
1845         initialization of MSYMBOL_TYPE.
1846
1847 2004-02-17  David Mosberger  <[email protected]>
1848
1849         Committed by Andrew Cagney.
1850         * Makefile.in (ia64_tdep_h): New macro.
1851         (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
1852         (ia64-tdep.o): Likewise.
1853         * ia64-tdep.h: New file.
1854         * ia64-tdep.c: Update copyright notice.  Include "ia64-tdep.h".
1855         (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
1856         (ia64_aix_sigcontext_register_address): Likewise.
1857         (ia64_linux_getunwind_table): Delete declaration.
1858         * ia64-linux-tdep.c: Likewise.
1859
1860 2004-02-17  Corinna Vinschen  <[email protected]>
1861
1862         * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
1863         * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
1864         DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
1865
1866 2004-02-17  Andrew Cagney  <[email protected]>
1867
1868         * symtab.c (skip_prologue_using_sal): New function.
1869         * symtab.h (skip_prologue_using_sal): Declare.
1870         * frv-tdep.c: Include "symtab.h".
1871         (skip_prologue_using_sal): Delete function.
1872         * mips-tdep.c (skip_prologue_using_sal): Delete function.
1873         * rs6000-tdep.c (refine_prologue_limit): Mention
1874         skip_prologue_using_sal.
1875         * ia64-tdep.c (refine_prologue_limit): Ditto.
1876         * Makefile.in: Update dependencies.
1877
1878 2004-02-16  Andrew Cagney  <[email protected]>
1879
1880         * config/alpha/tm-nbsd.h: Update copyright, delete #undef
1881         START_INFERIOR_TRAPS_EXPECTED.
1882         * config/alpha/tm-fbsd.h: Update copyright, delete #undef
1883         START_INFERIOR_TRAPS_EXPECTED.
1884         * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
1885         Delete macro.
1886         * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
1887         macro, moved to "nm-osf.h".  Update copyright.
1888         * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
1889         update copyright.
1890
1891         * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
1892         and function replacing FRAMELESS_FUNCTION_INVOCATION.
1893         * blockframe.c (legacy_frameless_look_for_prologue): Rename
1894         frameless_look_for_prologue.
1895         * frame.h (legacy_frameless_look_for_prologue): Rename
1896         frameless_look_for_prologue.
1897         * gdbarch.h, gdbarch.c: Re-generate.
1898         * sh64-tdep.c (sh64_gdbarch_init): Update.
1899         * sh-tdep.c (sh_gdbarch_init): Update.
1900         * s390-tdep.c (s390_gdbarch_init): Update.
1901         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
1902         * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
1903         * m68k-tdep.c (m68k_gdbarch_init): Update.
1904         (delta68_frame_args_address): Update.
1905         * m32r-tdep.c (m32r_gdbarch_init): Update.
1906         * hppa-tdep.c (hppa_gdbarch_init): Update.
1907         * h8300-tdep.c (h8300_gdbarch_init): Update.
1908         * frv-tdep.c (frv_gdbarch_init): Update.
1909         (frv_frameless_function_invocation): Update.
1910         * cris-tdep.c (cris_gdbarch_init): Update.
1911         (cris_frameless_function_invocation): Update.
1912         * avr-tdep.c (avr_gdbarch_init): Update.
1913         * arm-tdep.c (arm_gdbarch_init): Update.
1914         * stack.c (frame_info): Update, call predicate.
1915         * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
1916         * frame.c (legacy_get_prev_frame): Update, call predicate..
1917         * arch-utils.c (generic_frameless_function_invocation_not): Delete.
1918         * arch-utils.h (generic_frameless_function_invocation_not): Delete.
1919         * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
1920         invocation.
1921         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
1922         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
1923         * vax-tdep.c (vax_gdbarch_init): Ditto.
1924
1925         * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
1926         function.
1927
1928 2004-02-16  Daniel Jacobowitz  <[email protected]>
1929
1930         * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
1931         initializations.
1932
1933 2004-02-16  Andrew Cagney  <[email protected]>
1934
1935         * tui/tui-windata.c: Include "gdb_string.h".
1936         * tui/tui-source.c, tui/tui-winsource.c: Ditto.
1937         * tui/tui-layout.c, tui/tui-command.c: Ditto.
1938         * Makefile.in: Update dependencies.
1939
1940 2004-02-16  Daniel Jacobowitz  <[email protected]>
1941
1942         * Makefile.in (infrun.o): Add $(gdb_assert_h).
1943         * infrun.c: Include "gdb_assert.h".
1944         (singlestep_ptid, saved_singlestep_ptid)
1945         (stepping_past_singlestep_breakpoint): New variables.
1946         (resume): Set singlestep_ptid.  Check for singlestep thread
1947         hop.
1948         (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
1949         (handle_inferior_event): Handle singlestep thread hop.
1950
1951 2004-02-16  Andrew Cagney  <[email protected]>
1952
1953         * dwarf2-frame.c (dwarf2_frame_ops): New function.
1954         (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
1955         (dwarf2_frame_init_reg): Ditto.
1956
1957         * printcmd.c (display_command): Check that EXP isn't NULL.  Fix
1958         suggested by Joshua Neuheisel
1959
1960         * configure.in: Always check for curses, including pdcurses.
1961         Warn, instead of error, when no curses are found.  Enable TUI when
1962         curses is available.
1963         * configure: Re-generate.
1964
1965 2004-02-16  Corinna Vinschen  <[email protected]>
1966
1967         * sh-tdep.c (sh_register_convert_to_virtual): Rename from
1968         sh_sh4_register_convert_to_virtual.
1969         (sh_register_convert_to_raw): Rename from
1970         sh_sh4_register_convert_to_raw.
1971         (sh_pseudo_register_read): Accomodate above name change.
1972         (sh_pseudo_register_write): Ditto.
1973
1974 2004-02-16  Corinna Vinschen  <[email protected]>
1975
1976         * sh-tdep.c (sh_generic_register_name): Remove.
1977         (sh_gdbarch_init): Use sh_sh_register_name in default case.
1978
1979 2004-02-15  Andrew Cagney  <[email protected]>
1980
1981         * configure.in (build_warnings): Add -Wunused-function.
1982         * configure: Re-generate.
1983
1984         * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
1985         * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
1986
1987         * procfs.c (procfs_init_inferior): Assume that
1988         START_INFERIOR_TRAPS_EXPECTED is defined.
1989         * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
1990         * config/ns32k/tm-nbsd.h: Delete file,
1991         START_INFERIOR_TRAPS_EXPECTED already defined as 2.
1992
1993         * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
1994         * config/vax/tm-vax.h: Delete file.
1995
1996         * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1997         * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1998         * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
1999         * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
2000         * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
2001         * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
2002         * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
2003
2004 2004-02-15  Mark Kettenis  <[email protected]>
2005
2006         * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
2007         * dwarf2-frame.c (dwarf2_frame_data): New variable.
2008         (struct dwarf2_frame_ops): New.
2009         (dwarf2_frame_default_init_reg): New function, based on
2010         dwarf2_frame_init_reg.
2011         (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
2012         (dwarf2_frame_init_reg): Call architecture-specific function.
2013         (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
2014         (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
2015         instead of dwarf2_frame_data.
2016         (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
2017         Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
2018
2019 2004-02-15  Andrew Cagney  <[email protected]>
2020
2021         * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
2022         register_gdbarch_swap.
2023         (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
2024         * f-lang.c (_initialize_f_language): Update, use
2025         DEPRECATED_REGISTER_GDBARCH_SWAP.
2026         * remote.c (_initialize_remote): Ditto.
2027         * regcache.c (_initialize_regcache): Ditto.
2028         * parse.c (_initialize_parse): Ditto.
2029         * infrun.c (_initialize_infrun): Ditto.
2030         * mi/mi-main.c (_initialize_mi_main): Ditto.
2031         * gdbtypes.c (_initialize_gdbtypes): Ditto.
2032
2033         * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
2034         poking .cacheable directly.
2035         * symfile.c (symfile_bfd_open): Ditto.
2036
2037         * Makefile.in: Update all dependencies.
2038
2039         * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
2040         (.y.c, .l.c): Specify implicit rule.  Instead of .tab.c, generate
2041         .c.  Update references.  Delete unnecessary .tab.c and -lex.c rules.
2042         (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
2043         (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
2044
2045 2004-02-14  Andrew Cagney  <[email protected]>
2046
2047         * arch-utils.c (legacy_convert_register_p): Check
2048         DEPRECATED_REGISTER_CONVERTIBLE_P.
2049         * findvar.c (value_of_register): Ditto.
2050
2051         * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
2052         * gdbarch.h, gdbarch.c: Re-generate.
2053         * arch-utils.c (deprecated_register_convertible_not): Delete.
2054         * arch-utils.h (deprecated_register_convertible_not): Delete.
2055         * mi/mi-main.c (get_register): Update.  Update copyright.
2056         * infcmd.c (default_print_registers_info): Update.
2057
2058         * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
2059         (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
2060         (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
2061         * gdbarch.h, gdbarch.c: Re-generate.
2062         * frame.c (deprecated_get_next_frame_hack): Delete function.
2063         * frame.h (deprecated_get_next_frame_hack): Delete declaration.
2064         * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
2065         Update.
2066         * infcall.c (call_function_by_hand): Update.
2067
2068 2004-02-14  Elena Zannoni  <[email protected]>
2069
2070         * symfile.c (init_entry_point_info, entry_point_address): Move
2071         from here...
2072         * objfiles.c (init_entry_point_info, entry_point_address):..to
2073         here.
2074         * symfile.h (init_entry_point_info, entry_point_address): Remove
2075         prototypes.
2076         * objfiles.h (init_entry_point_info, entry_point_address):Add
2077         prototypes.
2078         * cris-tdep.c: Remove include of symfile.h. Add include of
2079         objfiles.h.
2080         * infcall.c: Ditto.
2081         * mcore-tdep.c: Ditto.
2082         * mn10300-tdep.c: Ditto.
2083         * sh64-tdep.c: Ditto.
2084         * v850-tdep.c: Ditto.
2085         * arm-tdep.c: Remove include of symfile.h.
2086         * blockframe.c: Ditto.
2087         * coffread.c: Ditto.
2088         * dbxread.c: Ditto.
2089         * dwarf2read.c: Ditto.
2090         * dwarfread.c: Ditto.
2091         * frv-tdep.c: Ditto.
2092         * ia64-tdep.c: Ditto.
2093         * mdebugread.c: Ditto.
2094         * mipsread.c: Ditto.
2095         * rs6000-tdep.c: Ditto.
2096         * s390-tdep.c: Ditto.
2097         * sh-tdep.c: Ditto.
2098         * xstormy16-tdep.c: Ditto.
2099         * gdbarch.sh: Remove include of symfile.h.
2100         * gdbarch.c: Regenerate.
2101         * solib-irix.c (enable_break): Use entry_point_address().
2102         Add comment about include file.
2103         * xcoffread.c: Add comment about include file.
2104         * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
2105         (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
2106         (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
2107         (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
2108         (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
2109
2110 2004-02-13  Andrew Cagney  <[email protected]>
2111
2112         * corelow.c (core_xfer_partial): Use "struct bfd_section".
2113         * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
2114         copyright.
2115         * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
2116
2117 2004-02-12  Fred Fish  <[email protected]>
2118
2119         * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
2120          set_gdbarch_store_return_value.
2121
2122 2004-02-12  Andrew Cagney  <[email protected]>
2123
2124         * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
2125         (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
2126         (interrupt_query): Ditto.
2127         (ofunc): Delete unused variable.
2128         * cris-tdep.c (cris_abi): Delete unused function.
2129         (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
2130         (cris_get_wide_opcode, cris_get_short_size): Ditto.
2131         (cris_get_asr_quick_shift_steps): Ditto.
2132         (cris_skip_prologue_frameless_p): Ditto.
2133         * arm-tdep.c (arm_push_return_address): Delete unused function.
2134         (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
2135         * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
2136         * s390-tdep.c (s390_function_start): Delete unused function.
2137
2138 2004-02-12  Andrew Cagney  <[email protected]>
2139
2140         * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
2141         gdbarch.h, gdbarch.c: Re-generate.
2142         * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
2143         to generic_prologue_frameless_p.
2144         * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
2145         * arch-utils.c (generic_prologue_frameless_p): Delete function.
2146
2147 2004-02-11  Daniel Jacobowitz  <[email protected]>
2148
2149         * mips-linux-tdep.c: Include "frame.h".
2150         (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
2151         (mips_linux_skip_resolver): New functions.
2152         (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
2153         and set_gdbarch_in_solib_call_trampoline.
2154         * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
2155         to after set_gdbarch_in_solib_return_trampoline.  Only set the
2156         solib hooks to mips16 functions if the OS ABI is unknown.
2157         * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
2158         including "config/tm-linux.h".
2159         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
2160         * Makefile.in (mips-linux-tdep.o): Update.
2161
2162 2004-02-11  David Carlton  <[email protected]>
2163
2164         * linespec.c (decode_compound): Only look for a class symbol when
2165         considering all but the rightmost component.
2166
2167 2004-02-11  Andrew Cagney  <[email protected]>
2168
2169         * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
2170         abi code are are separatly grouped.
2171
2172 2004-02-11  Andrew Cagney  <[email protected]>
2173
2174         * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
2175         * gdbarch.h, gdbarch.c: Re-generate.
2176         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2177         * v850-tdep.c (v850_gdbarch_init): Update.
2178         * sh64-tdep.c (sh64_gdbarch_init): Update.
2179         * sh-tdep.c (sh_gdbarch_init): Update.
2180         * s390-tdep.c (s390_gdbarch_init): Update.
2181         * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2182         * mips-tdep.c (mips_gdbarch_init): Update.
2183         * mcore-tdep.c (mcore_gdbarch_init): Update.
2184         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
2185         * m32r-tdep.c (m32r_gdbarch_init): Update.
2186         * ia64-tdep.c (ia64_gdbarch_init): Update.
2187         * hppa-tdep.c (hppa_gdbarch_init): Update.
2188         * h8300-tdep.c (h8300_gdbarch_init): Update.
2189         * frv-tdep.c (frv_gdbarch_init): Update.
2190         * d10v-tdep.c (d10v_gdbarch_init): Update.
2191         * cris-tdep.c (cris_gdbarch_init): Update.
2192         * avr-tdep.c (avr_gdbarch_init): Update.
2193         * arm-tdep.c (arm_gdbarch_init): Update.
2194         * alpha-tdep.c (alpha_gdbarch_init): Update.
2195
2196 2004-02-11  Corinna Vinschen  <[email protected]>
2197
2198         * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
2199         comma.
2200         (sh_sh4al_dsp_register_name): Ditto.
2201
2202 2004-02-10  Andrew Cagney  <[email protected]>
2203
2204         * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
2205         (mips_init_frame_pc_first): Delete function.
2206         (mips_frame_saved_pc): Delete function.
2207         (mips_frame_chain): Delete function.
2208         (mips_init_extra_frame_info): Delete function.
2209         (mips_xfer_register): Delete unused variable "reg".
2210         (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
2211         (mips_n32n64_return_value): Delete unused variable "reg".
2212         (mips_n32n64_return_value): Delete unused variable "pos".
2213         (mips_o32_push_dummy_call): Delete unused variable "valbuf".
2214         (mips_o32_return_value): Delete unused variable "pos".
2215         (mips_o64_push_dummy_call): Delete unused variable "valbuf".
2216         (mips_print_fp_register): Delete unused variable "namelen"
2217         (mips_print_fp_register): Delete unused variable "flt2"
2218         (get_frame_pointer): Delete function.
2219         (cached_proc_desc): Delete static variable.
2220         (mips_pop_frame): Delete function.
2221         (mips_find_saved_regs): Delete function.
2222         (mips_get_saved_register): Delete function.
2223         (mips_saved_pc_after_call): Delete function.
2224         (SIGFRAME_BASE): Delete macro.
2225         (SIGFRAME_FPREGSAVE_OFF): Delete macro.
2226         (SIGFRAME_PC_OFF): Delete macro.
2227         (SIGFRAME_REGSAVE_OFF): Delete macro.
2228         (mips_dump_tdep): Do not print deleted macro definitions.
2229
2230 2004-02-10  Andrew Cagney  <[email protected]>
2231
2232         * Makefile.in (SFILES): Remove explictly listed tui files.
2233         (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
2234
2235 2004-02-10  Jeff Johnston  <[email protected]>
2236
2237         * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
2238         to use paddr functions to format ia64 addresses and long values.
2239         (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
2240         (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
2241         (get_kernel_table, ia64_find_proc_info_x): Ditto.
2242         (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
2243         (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
2244
2245 2004-02-10  Andrew Cagney  <[email protected]>
2246
2247         * defs.h: Do not include "tui.h".
2248         * gdb_curses.h: New file.
2249         * tui/tui-hooks.h: New file.
2250         * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
2251         (tui_install_hooks, tui_remove_hooks): Delete declarations.
2252         (tui_initialize_io): Delete declaration.
2253         (tui_initialize_readline: Delete redundant declaration.
2254         (struct tui_point): Delete definition.
2255         * tui/tui-data.h (struct tui_point): Define.
2256         * cli/cli-decode.c [TUI]: Include "tui/tui.h".
2257         * utils.c: Include "tui/tui.h".
2258         * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
2259         * printcmd.c [TUI]: Include "tui/tui.h".
2260         * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
2261         * tui/tui-command.c: Include "gdb_curses.h".
2262         * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
2263         * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
2264         * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
2265         * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
2266         * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
2267         * Makefile.in: Update all dependencies.
2268         (tui_hooks_h, gdb_curses_h): Define.
2269         (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
2270
2271 2004-02-10  Elena Zannoni  <[email protected]>
2272
2273         * objfiles.h (struct objfile): Remove unused fields auxf1 and
2274         auxf2. Add comments about some other rarely used fields.
2275
2276 2004-02-10  Andrew Cagney  <[email protected]>
2277
2278         * Makefile.in (init.c): Fix script removing duplicates. Problem
2279         reported by Peter Schauer.
2280
2281 2004-02-09  Elena Zannoni  <[email protected]>
2282
2283         * bcache.c (bcache_xmalloc): Use obstack_init instead of
2284         obstack_specify_allocation.
2285         * objfiles.c (allocate_objfile): Ditto.
2286         * solib-sunos.c (solib_add_common_symbols)
2287         (allocate_rt_common_objfile): Ditto.
2288         * symfile.c (reread_symbols): Ditto.
2289         * gdb_obstack.h: Add comment.
2290
2291 2004-02-09  Elena Zannoni  <[email protected]>
2292
2293         * linespec.c (decode_line_1, locate_first_half)
2294         (decode_compound, lookup_prefix_sym): Update comments. Delete old
2295         commented out code.
2296
2297 2004-02-09  Daniel Jacobowitz  <[email protected]>
2298
2299         * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
2300         obstack_free.
2301
2302 2004-02-09  Andrew Cagney  <[email protected]>
2303
2304         * blockframe.c (find_pc_partial_function): If find_pc_overlay
2305         fails, try find_pc_section.  Fix PR c++/1267.
2306         * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
2307         instead of find_pc_mapped_section.
2308         (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
2309         not default to the section containing PC.  Fix PR symtab/1519.
2310
2311 2004-02-09  Andrew Cagney  <[email protected]>
2312
2313         * Makefile.in (mips-tdep.o): Update dependencies.
2314         * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
2315         "trad-frame.h".
2316         (mips_unwind_pc): Return the pseudo PC register.
2317         (mips_unwind_dummy_id): New function.
2318         (mips16_fetch_instruction): New function.
2319         (mips32_fetch_instruction): New function.
2320         (struct mips_frame_cache): Define.
2321         (mips_mdebug_frame_cache): New function.
2322         (mips_mdebug_frame_this_id): New function.
2323         (mips_mdebug_frame_prev_register): New function.
2324         (mips_mdebug_frame_unwind): Define.
2325         (mips_mdebug_frame_sniffer): New function.
2326         (mips_mdebug_frame_base_address): New function.
2327         (mips_mdebug_frame_base): Define.
2328         (mips_mdebug_frame_base_sniffer): New function.
2329         (mips_gdbarch_init): Append unwind and base sniffers.  Set
2330         unwind_dummy_id.
2331
2332 2004-02-08  Andrew Cagney  <[email protected]>
2333
2334         * frame.c: Print both the register number and name.
2335
2336         * Makefile.in (init.c): Eliminate duplicates.  Combine two greps
2337         and a sed into a single sed.  Make .c and .o patterns more robust.
2338         (OBS): Delete.
2339         (INIT_FILES): Replace OBS with COMMON_OBS.
2340         (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
2341
2342 2004-02-08  Mark Kettenis  <[email protected]>
2343
2344         * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
2345         the PT_WCOOKIE request.
2346
2347 2004-02-08  Andrew Cagney  <[email protected]>
2348
2349         * mips-tdep.c (mips_unwind_pc): New function.
2350         (mips_gdbarch_init): Set mips_unwind_pc.
2351
2352         * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
2353         (get_frame_id): Allow the UNKNOWN_FRAME.
2354         (frame_register_unwind, get_frame_type): Ditto.
2355
2356         * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
2357         and DEPRECATED_FP_REGNUM.  Don't assume that the lack of
2358         unwind_dummy_id indicates a legacy frame.
2359
2360         * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
2361         * configure: Re-generate.
2362
2363         * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
2364         methods.
2365
2366 2004-02-08  Andrew Cagney  <[email protected]>
2367
2368         * configure.in (CONFIG_ALL): Set to Makefile target, and not
2369         makefile macro.
2370         * configure: Re-generate.
2371         (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
2372         * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
2373         (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
2374         (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
2375         (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
2376         (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
2377         (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
2378         (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
2379         (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
2380         (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
2381
2382 2004-02-07  Andrew Cagney  <[email protected]>
2383
2384         * Makefile.in: Update all dependencies.
2385
2386         * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
2387         * configure: Re-generate.
2388         * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
2389         (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
2390         (COMMON_OBS): Add "main.o" and "annotate.o".
2391         (ANNOTATE_OBS): Delete.
2392         (OBS): Remove ANNOTATE_OBS.
2393         (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
2394         CONFIG_INITS.
2395         (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
2396         against CONFIG_OBS and "main.o".
2397         (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
2398         (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
2399
2400         * tui/tui-command.c: Include "gdb_string.h", delete register
2401         attribute, use ISO-C function signatures.
2402         * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
2403         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
2404         * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
2405         * tui/tui.c: Ditto.
2406
2407         * tui/tui-command.c: Change variable and function names to lower
2408         case.
2409         * tui/tui-data.c, tui/tui-disasm.c: Ditto.
2410         * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
2411         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
2412         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
2413         * tui/tui-winsource.c, tui/tui.c: Ditto.
2414
2415 2004-02-07  Elena Zannoni  <[email protected]>
2416
2417         * buildsym.c (free_pending_blocks, finish_block)
2418         (record_pending_block, make_blockvector, end_symtab): Replace
2419         symbol_obstack with objfile_obstack.
2420         * coffread.c (process_coff_symbol, coff_read_struct_type)
2421         (coff_read_enum_type): Ditto.
2422         * cp-namespace.c (initialize_namespace_symtab)
2423         (check_one_possible_namespace_symbol): Ditto.
2424         * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
2425         (dwarf2_symbol_mark_computed): Ditto.
2426         * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
2427         * elfread.c (elf_symtab_read): Ditto.
2428         * hpread.c (hpread_symfile_init, hpread_symfile_init)
2429         (hpread_read_enum_type, hpread_read_function_type)
2430         (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
2431         Ditto.
2432         * jv-lang.c (get_java_class_symtab, add_class_symbol)
2433         (java_link_class_type): Ditto.
2434         * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
2435         (new_symbol): Ditto.
2436         * minsyms.c (install_minimal_symbols): Ditto.
2437         * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
2438         (terminate_minimal_symbol_table): Replace symbol_obstack with
2439         objfile_obstack.
2440         (free_objfile): Remove freeing of symbol_obstack.
2441         * objfiles.h: Remove symbol_obstack field.
2442         * pa64solib.c (add_to_solist): Replace symbol_obstack with
2443         objfile_obstack.
2444         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
2445         symbol_obstack.
2446         (solib_add_common_symbols): Replace symbol_obstack with
2447         objfile_obstack.
2448         * somsolib.c (som_solib_add): Ditto.
2449         * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
2450         (common_block_start, common_block_end): Ditto.
2451         * symfile.c (reread_symbols): Remove freeing and init of
2452         symbol_obstack.
2453         (allocate_symtab): Rename symbol_obstack to objfile_obstack.
2454         * symfile.h: Update comment.
2455         * symmisc.c (print_objfile_statistics): Remove symbol_obstack
2456         stats printing.
2457         * symtab.c (symbol_set_names): Replace symbol_obstack with
2458         objfile_obstack.
2459         * symtab.h (struct general_symbol_info, struct minimal_symbol):
2460         Update comments.
2461         * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
2462         (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
2463         objfile_obstack.
2464
2465 2004-02-07  Andrew Cagney  <[email protected]>
2466
2467         * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
2468         "ansidecl.h".  Do not undef "reg" and "chtype".  Fix case of
2469         fields and variables.
2470         * tui/tui-wingeneral.h (m_beVisible): Delete macro.
2471         (m_beInvisible): Delete macro.
2472         * tui/tui-data.h: Fix case case fields and variables.
2473         (m_genWinPtrIsNull): Delete macro.
2474         (tui_win_list): Rename winList.
2475         (TUI_SRC_WIN): Rename srcWin.
2476         (TUI_DISASM_WIN): Rename disassemWin.
2477         (TUI_DATA_WIN): Rename dataWin.
2478         (TUI_CMD_WIN): Rename cmdWin.
2479         (m_genWinPtrNotNull): Delete macro.
2480         (m_winPtrIsNull): Delete macro.
2481         (m_winPtrNotNull): Delete macro.
2482         (tui_win_is_source_type): Replace m_winIsSourceType
2483         (tui_win_is_auxillary): Replace m_winIsAuzillary.
2484         (tui_win_has_locator): Replace m_hasLocator.
2485         (tui_set_win_highlight): Replace m_setWinHighlightOn and
2486         m_setWinHighlightOff.
2487         * tui/tui-data.c: Update references.
2488         (tui_win_is_source_type, tui_set_win_highlight): New functions.
2489         (tui_win_has_locator, tui_win_is_auxillary): New functions.
2490         * tui/tui-command.c, tui/tui-disasm.c: Update references.
2491         * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
2492         * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
2493         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
2494         * tui/tui-winsource.c, tui/tui.c: Ditto.
2495
2496 2004-02-07  Mark Kettenis  <[email protected]>
2497
2498         * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
2499         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
2500         StackGhost.
2501
2502         * sparc-tdep.c (sparc32_frame_prev_register): Rename local
2503         variable `i6' to `i7'.
2504         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
2505
2506 2004-02-07  Andrew Cagney  <[email protected]>
2507
2508         * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
2509         (TuiPoint, TuiPointPtr): Ditto.
2510         (TuiStatus, TuiStatusPtr): Ditto.
2511         (TuiWinType, TuiWinTypePtr): Ditto.
2512         (struct tui_point): Rename _TuiPoint.
2513         (tui_get_low_disassembly_address): Rename
2514         tuiGetLowDisassemblyAddress.
2515         (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
2516         (tuiFree): Delete declaration.
2517         (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
2518         (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
2519         * tui/tui.c (tuiFree): Delete function.
2520         * cli/cli-cmds.c (disassemble_command): Update references.
2521         * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
2522         * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
2523         * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
2524         * tui/tui-winsource.c: Ditto.
2525
2526 2004-02-07  Elena Zannoni  <[email protected]>
2527
2528         * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
2529         coffstab_build_psymtabs, elfstab_build_psymtabs)
2530         (stabsect_build_psymtabs): Replace psymbol_obstack with
2531         objfile_obstack.
2532         * dwarf2-frame.c (decode_frame_entry_1): Ditto.
2533         * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
2534         Ditto.
2535         * dwarfread.c (scan_compilation_units): Ditto.
2536         * elfread.c (elfstab_offset_sections): Ditto.
2537         * hppa-tdep.c (read_unwind_info): Ditto.
2538         * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
2539         (hpread_end_psymtab): Ditto.
2540         * mdebugread.c (mdebug_build_psymtabs, add_pending)
2541         (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
2542         Ditto.
2543         * mips-tdep.c (non_heuristic_proc_desc): Ditto.
2544         * objfiles.c (add_to_objfile_sections)
2545         (build_objfile_section_table): Ditto.
2546         (allocate_objfile): Remove init of psymbol_obstack.
2547         (free_objfile): Remove freeing of psymbol_obstack.
2548         * objfiles.h (struct objfile): Remove field
2549         psymbol_obstack. Update comments.
2550         * pa64solib.c (pa64_solib_add_solib_objfile): Replace
2551         psymbol_obstack with objfile_obstack.
2552         * solib-sunos.c (allocate_rt_common_objfile): Remove init of
2553         psymbol_obstack.
2554         * somread.c (som_symfile_offsets, init_import_symbols)
2555         (init_export_symbols): Replace psymbol_obstack with
2556         objfile_obstack.
2557         * somsolib.c (som_solib_add_solib_objfile): Ditto.
2558         * symfile.c (default_symfile_offsets, syms_from_objfile)
2559         (reread_symbols): Remove freeing and init of psymbol_obstack.
2560         (cashier_psymtab): Update comment.
2561         * symmisc.c (print_objfile_statistics): Don't report stats for
2562         psymbol obstack.
2563         * symtab.h (struct general_symbol_info, struct partial_symtab):
2564         Update comments.
2565         * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
2566         (xcoff_symfile_offsets): Replace psymbol_obstack with
2567         objfile_obstack.
2568
2569 2004-02-07  Elena Zannoni  <[email protected]>
2570
2571         * objfiles.h (struct objfile): Add objfile_obstack field.
2572         Remove type_obstack field.
2573
2574         * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
2575         read_structure_scope read_enumeration, new_symbol): Replace
2576         type_obstack with objfile_obstack.
2577         * dwarfread.c (struct_type, enum_type): Ditto.
2578         * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
2579         (lookup_fundamental_type): Ditto.
2580         * gdbtypes.h (TYPE_ALLOC): Ditto.
2581         * hpread.c (hpread_read_enum_type, hpread_read_function_type)
2582         (hpread_read_doc_function_type, hpread_read_struct_type)
2583         (fix_static_member_physnames, hpread_read_array_type)
2584         (hpread_read_subrange_type, hpread_type_lookup): Ditto.
2585         * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
2586         (java_link_class_type): Ditto.
2587         * mdebugread.c (parse_type): Ditto.
2588         * objfiles.c (allocate_objfile, free_objfile): Ditto.
2589         * solib-sunos.c (solib_add_common_symbols): Ditto.
2590         * stabsread.c (define_symbol, read_type, read_member_functions,
2591         read_cpp_abbrev, read_one_struct_field): Ditto.
2592         * symfile.c (reread_symbols): Ditto.
2593         * symmisc.c (print_objfile_statistics): Ditto.
2594
2595 2004-02-07  Andrew Cagney  <[email protected]>
2596
2597         * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
2598         (tui_exec_info_content): Rename TuiExecInfoContent.
2599         (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
2600         (TuiWinInfo, TuiWinInfoPtr): Ditto.
2601         (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
2602         (TuiList, TuiListPtr): Ditto.
2603         (TuiLayoutType, TuiLayoutTypePtr): Ditto.
2604         (TuiDataType, TuiDataTypePtr): Ditto.
2605         (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
2606         (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
2607         (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
2608         (TuiSourceElement, TuiSourceElementPtr): Ditto.
2609         (TuiDataElement, TuiDataElementPtr): Ditto.
2610         (TuiWinElement, TuiWinElementPtr): Ditto.
2611         (TuiDataInfo, TuiDataInfoPtr): Ditto.
2612         (TuiCommandElement, TuiCommandElementPtr): Ditto.
2613         (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
2614         (TuiWhichElement, TuiWhichElementPtr): Ditto.
2615         (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
2616         (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
2617         * tui/tui-command.c, tui/tui-data.c: Update references.
2618         * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
2619         * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
2620         * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
2621         * tui/tui-winsource.c, tui/tui.c: Ditto.
2622
2623 2004-02-07  Mark Kettenis  <[email protected]>
2624
2625         * dwarf2-frame.h: Update copyright.
2626         (enum dwarf2_frame_reg_rule): New.
2627         (struct dwarf2_frame_state_reg): New.
2628         (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
2629         * dwarf2-frame.c: Update copyright.
2630         (enum dwarf2_reg_rule): Remove.
2631         (struct dwarf2_frame_state): Remove defenition of `struct
2632         dwarf2_frame_state_reg'.
2633         (read_reg): Call get_frame_arch to get the architecture instead of
2634         using CURRENT_GDBARCH.
2635         (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
2636         DWARF2_FRAME_.
2637         (dwarf2_frame_init_reg): New function.
2638         (dwarf2_frame_cache): Call get_frame_arch to get the architecture
2639         instead of using CURRENT_GDBARCH.  Call dwarf2_frame_init_reg to
2640         initialize the register state.  Prefix old `enum dwarf2_reg_rule'
2641         tags with DWARF2_FRAME_.
2642         (dwarf2_frame_prev_register): Call get_frame_arch to get the
2643         architecture instead of using CURRENT_GDBARCH.  Prefix old `enum
2644         dwarf2_reg_rule' tags with DWARF2_FRAME_.
2645
2646 2004-02-06  Andrew Cagney  <[email protected]>
2647
2648         * tui/tui-data.h (struct tui_list): Rename _TuiList.
2649         (enum tui_data_type): Rename _TuiDataType.
2650         (struct tui_layout_def): Rename _TuiLayoutDef.
2651         (struct tui_source_element): Rename _TuiSourceElement.
2652         (struct tui_data_element): Rename _TuiDataElement.
2653         (struct tui_command_element): Rename _TuiCommandElement.
2654         (struct tui_locator_element): Rename _TuiLocatorElement.
2655         (union tui_which_element): Define.
2656         (struct tui_win_element): Rename _TuiWinElement.
2657         (struct tui_data_info): Rename _TuiDataInfo.
2658         (struct tui_source_info): Rename _TuiSourceInfo.
2659         (struct tui_command_info): Rename _TuiCommandInfo.
2660         (tui_initialize_static_data): Rename initializeStaticData.
2661         (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
2662         (tui_alloc_win_info): Rename allocWinInfo.
2663         (tui_init_generic_part): Rename initGenericPart.
2664         (tui_init_win_info): Rename initWinInfo.
2665         (tui_alloc_content): Rename allocContent.
2666         (tui_add_content_elements): Rename addContentElements.
2667         (tui_init_content_element): Rename initContentElement.
2668         (tui_free_window): Rename freeWindow.
2669         (tui_free_win_content): Rename freeWinContent.
2670         (tui_free_data_content): Rename freeDataContent.
2671         (tui_free_all_source_wins_content): Rename
2672         freeAllSourceWinsContent.
2673         (tui_del_window): Rename tuiDelWindow.
2674         (tui_del_data_windows): Rename tuiDelDataWindows.
2675         (tui_partial_win_by_name): Rename partialWinByName.
2676         (tui_win_name): Rename winName.
2677         (tui_current_layout): Rename currentLayout.
2678         (tui_set_current_layout_to): Rename setCurrentLayoutTo.
2679         (tui_term_height): Rename termHeight.
2680         (tui_set_term_height_to): Rename setTermHeightTo.
2681         (tui_term_width): Rename termWidth.
2682         (tui_set_term_width_to): Rename setTermWidthTo.
2683         (tui_set_gen_win_origin): Rename setGenWinOrigin.
2684         (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
2685         (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
2686         (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
2687         (tui_source_windows): Rename sourceWindows.
2688         (tui_clear_source_windows): Rename clearSourceWindows.
2689         (tui_clear_source_windows_detail): Rename
2690         clearSourceWindowsDetail.
2691         (tui_clear_win_detail): Rename clearWinDetail.
2692         (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
2693         (tui_default_tab_len): Rename tuiDefaultTabLen.
2694         (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
2695         (tui_win_with_focus): Rename tuiWinWithFocus.
2696         (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
2697         (tui_layout_def): Rename tuiLayoutDef.
2698         (tui_win_resized): Rename tuiWinResized.
2699         (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
2700         (tui_next_win): Rename tuiNextWin.
2701         (tui_prev_win): Rename tuiPrevWin.
2702         (tui_add_to_source_windows): Rename addToSourceWindows.
2703         * tui/tui-winsource.c, tui/tui-win.c: Update references.
2704         * tui/tui-layout.c, tui/tui-source.c: Ditto.
2705         * tui/tui-stack.c, tui/tui-io.c: Ditto.
2706         * tui/tui.c, tui/tui-data.c: Ditto.
2707         * tui/tui-interp.c, tui/tui-data.c: Ditto.
2708         * tui/tui-disasm.c, tui/tui-command.c: Ditto.
2709
2710         * tui/tui-source.h: Update copyright.  Include "tui-data.h".
2711         (struct symtab): Declare.
2712         (tui_set_source_content): Rename tuiSetSourceContent.
2713         (tui_show_symtab_source): Rename tuiShowSource.
2714         (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
2715         (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
2716         * tui/tui-source.c: Update copyright.  Update references.
2717         * tui/tui-win.c, tui/tui-winsource.c: Update references.
2718         * tui/tui-stack.c: Update references.
2719
2720         * tui/tui-win.h: Update copyright.  Include "tui-data.h".
2721         (struct tui_win_info): Declare.
2722         (tui_scroll_forward): Rename tuiScrollForward.
2723         (tui_scroll_backward): Rename tuiScrollBackward.
2724         (tui_scroll_left): Rename tuiScrollLeft.
2725         (tui_scroll_right): Rename tuiScrollRight.
2726         (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
2727         (tui_resize_all): Rename tuiResizeAll.
2728         (tui_refresh_all_win): Rename tuiRefreshAll.
2729         (tui_sigwinch_handler): Rename tuiSigwinchHandler.
2730         * tui/tui-layout.c, * tui/tui-io.c: Update references.
2731         * tui/tui-wingeneral.h, * tui/tui.c: Update references.
2732         * tui/tui-disasm.c, * tui/tui-command.c: Update references.
2733
2734         * tui/tui-windata.h: Update copyright.  Include "tui-data.h".
2735         (tui_erase_data_content): Rename tuiEraseDataContent.
2736         (tui_display_all_data): Rename tuiDisplayAllData.
2737         (tui_check_data_values): Rename tuiCheckDataValues.
2738         (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
2739         (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
2740         (tui_first_data_element_no_in_line): Rename
2741         tuiFirstDataElementNoInLine.
2742         (tui_delete_data_content_windows): Rename
2743         tuiDeleteDataContentWindows.
2744         (tui_refresh_data_win): Rename tuiRefreshDataWin.
2745         (tui_display_data_from): Rename tuiDisplayDataFrom.
2746         (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
2747         * tui/tui-windata.c, tui/tui-hooks.c: Update references.
2748         * tui/tui-win.c, tui/tui-regs.c: Update references.
2749         * tui/tui-layout.c, tui/tui.c: Update references.
2750
2751         * tui/tui-wingeneral.h: Update copyright.
2752         (m_allBeVisible): Delete macro.
2753         (m_allBeInvisible): Delete macro.
2754         (struct tui_gen_win_info): Declare.
2755         (struct tui_win_info): Declare.
2756         (tui_unhighlight_win): Rename unhighlightWin.
2757         (tui_make_visible, tui_make_invisible): Replace makeVisible.
2758         (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
2759         (tui_make_window): Rename makeWindow.
2760         (tui_copy_win): Rename copyWin.
2761         (tui_box_win): Rename boxWin.
2762         (tui_highlight_win): Rename highlightWin.
2763         (tui_check_and_display_highlight_if_needed): Rename
2764         checkAndDisplayHighlightIfNeeded.
2765         (tui_refresh_all): Rename refreshAll.
2766         (tui_delete_win): Rename tuiDelwin.
2767         (tui_refresh_win): Rename tuiRefreshWin.
2768         * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
2769         (tui_make_visible, tui_make_invisible): New functions.
2770         (tui_make_all_visible, tui_make_all_invisible): New functions.
2771         (make_all_visible): Rename makeAllVisible.
2772         * tui/tui-winsource.c, tui/tui-windata.c: Update references.
2773         * tui/tui-data.c, tui/tui-winsource.c: Update references.
2774         * tui/tui-windata.c, tui/tui-win.c: Update references.
2775         * tui/tui-regs.c, tui/tui-layout.c: Update references.
2776         * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
2777
2778 2004-02-06  Mark Kettenis  <[email protected]>
2779
2780         * proc-api.c (write_with_trace): Initialize local variable to
2781         silence compiler warning.
2782
2783 2004-02-06  Andrew Cagney  <[email protected]>
2784
2785         * tui/tui-source.h: Do not include "defs.h".
2786         (struct tui_win_info): Declare.
2787         (tui_set_source_content_nil): Declare.
2788         * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
2789         (union tui_line_or_address): Rename _TuiLineOrAddress.
2790         * tui/tui-winsource.h: Update copyright.  Include "tui-data.h".
2791         (tui_update_source_window): Rename tuiUpdateSourceWindow.
2792         (tui_update_source_window_as_is): Rename
2793         tuiUpdateSourceWindowAsIs.
2794         (tui_update_source_windows_with_addr): Rename
2795         tuiUpdateSourceWindowsWithAddr.
2796         (tui_update_source_windows_with_line): Rename
2797         tuiUpdateSourceWindowsWithLine.
2798         (tui_clear_source_content): Rename tuiClearSourceContent.
2799         (tui_erase_source_content): Rename tuiEraseSourceContent.
2800         (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
2801         (tui_show_source_content): Rename tuiShowSourceContent.
2802         (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
2803         (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
2804         (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
2805         (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
2806         (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
2807         (tui_update_exec_info): Rename tuiUpdateExecInfo.
2808         (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
2809         (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
2810         (tui_line_is_displayed): Rename tuiLineIsDisplayed.
2811         (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
2812         (struct tui_win_info): Declare.
2813         * tui/tui-stack.c: Update references.
2814         * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
2815         * tui/tui-win.c, tui/tui-source.c: Ditto.
2816         * tui/tui.c, tui/tui-disasm.c: Ditto.
2817
2818 2004-02-06  Mark Kettenis  <[email protected]>
2819
2820         * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
2821         of UCONTEXT_ADDR.  Fixes PR backtrace/1545.
2822
2823 2004-02-05  Mark Kettenis  <[email protected]>
2824
2825         * infrun.c (handle_inferior_event): Allow for breakpoint
2826         instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
2827         and SIGEMT.  Update comments.
2828         * NEWS (Revised SPARC target): Mention support for non-executable
2829         stack.
2830
2831 2004-02-04  Mark Kettenis  <[email protected]>
2832
2833         * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
2834         * inftarg.c: Update copyright year.
2835         (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
2836         * sparc-nat.c: Include "target.h" and "gdb_assert.h".
2837         (sparc_xfer_wcookie): New function.
2838         * sparc-tdep.c (sparc_fetch_wcookie): New function.
2839         * Makefile.in (sparc-nat.o): Update dependencies.
2840         * config/sparc/nm-nbsd.h: Include "target.h".
2841         (NATIVE_XFER_WCOOKIE): New define.
2842         (sparc_xfer_wcookie): New prototype.
2843
2844 2004-02-04  Andrew Cagney  <[email protected]>
2845
2846         * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
2847         SYSCALL_TRAP function.
2848         (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
2849
2850 2004-02-04  Andrew Cagney  <[email protected]>
2851             Daniel Jacobowitz  <[email protected]>
2852
2853         * objfiles.h: Delete comments refering to inside_entry_func and
2854         DEPRECATED_FRAME_CHAIN_VALID.
2855         * defs.h (inside_entry_func): Update prototype..
2856         * blockframe.c (inside_entry_func): Rename to
2857         legacy_inside_entry_func.  Add new inside_entry_func taking a frame.
2858         * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
2859
2860 2004-02-03  Jeff Johnston  <[email protected]>
2861
2862         * breakpoint.c (struct captured_parse_breakpoint_args):  Move
2863         outside of #ifdef SOLIB_ADD region.
2864         (do_restore_lang_radix_cleanup): Ditto.
2865         (resolve_pending_breakpoint): Ditto.
2866
2867 2004-02-03  Andrew Cagney  <[email protected]>
2868
2869         * ia64-tdep.c (read_sigcontext_register): Delete unused function.
2870         (process_note_abi_tag_sections): Delete unused function.
2871         (ia64_read_fp): Delete unused function.
2872         (gdbarch_extract_struct_value_address): Delete declaration.
2873
2874 2004-02-02  Andrew Cagney  <[email protected]>
2875
2876         * vax-tdep.c (vax_frame_chain): Delete call to
2877         deprecated_inside_entry_file.
2878         * ns32k-tdep.c (ns32k_frame_chain): Ditto.
2879
2880 2004-02-02  Mark Kettenis  <[email protected]>
2881
2882         * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
2883         column that's "empty" or "same value" when eliminating REG_RA
2884         rules.
2885
2886 2004-02-02  Jeff Johnston  <[email protected]>
2887
2888         * NEWS: Add information about new pending breakpoint support.
2889
2890 2004-02-02  Jeff Johnston  <[email protected]>
2891
2892         * breakpoint.h (struct breakpoint): Add new flag, from_tty,
2893         and pending fields for pending breakpoint support.
2894         * breakpoint.c (breakpoint_enabled): Add check for not pending.
2895         (condition_command): Only parse condition if not a pending
2896         breakpoint.
2897         (print_one_breakpoint): Add support for pending breakpoints.
2898         (describe_other_breakpoints): Add checks to verify we are not
2899         dealing with pending breakpoints.
2900         (check_duplicates): Don't check pending breakpoints.
2901         (set_raw_breakpoint): Initialize pending flag.
2902         (do_restore_lang_radix_cleanup): New cleanup routine.
2903         (resolve_pending_breakpoint): New function.
2904         (re_enable_breakpoints_in_shlibs): Try and resolve any
2905         pending breakpoints via resolve_pending_breakpoint.
2906         (mention): Add pending breakpoint support.
2907         (parse_breakpoint_sals): Add new parameter to pass to
2908         decode_line_1 to indicate silent errors when files or functions
2909         are not found.  Change all callers.
2910         (do_captured_parse_breakpoint): New function.
2911         (break_command_1): Change prototype to return an rc value and to
2912         take an optional pending breakpoint pointer.  Support creating
2913         a pending breakpoint if a "not found" form of error occurs when
2914         parsing the breakpoint.  Also support resolving an existing pending
2915         breakpoint and be silent if the resolution fails.
2916         (create_breakpoints): Change prototype to take pending breakpoint
2917         pointer.  When resolving a pending breakpoint, use the new pointer
2918         to provide a conditional or commands added by the end-user.
2919         (delete_breakpoint): Add appropriate check for pending.
2920         (breakpoint_re_set_one): Ditto.
2921         (do_enable_breakpoint): Ditto.
2922
2923 2004-02-02  David Carlton  <[email protected]>
2924
2925         * valops.c (enum oload_classification): New.
2926         (find_overload_match): Break implementation into separate
2927         functions; delete #if 0'd code; look for symbols within
2928         namespaces.
2929         (find_oload_champ_namespace,find_oload_champ_namespace_loop)
2930         (find_oload_champ,oload_method_static,classify_oload_match): New.
2931         * cp-support.h: Add declaration for cp_func_name; update
2932         declaration for make_symbol_overload_list.
2933         * cp-support.c (cp_func_name): New.
2934         (overload_list_add_symbol): Fix comment, use
2935         SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
2936         (make_symbol_overload_list): Take a function name and a namespace
2937         instead of a symbol; change implementation.
2938         (make_symbol_overload_list_using): New.
2939         (make_symbol_overload_list_qualified, read_in_psymtabs): New.
2940
2941 2004-02-02  Fred Fish  <[email protected]>
2942
2943         * main.c (gdb_stdtarg): Move definition to group with other
2944         gdb_stdtarg definitions and update copyright years.
2945         * remote-sim.c (gdb_os_write_stderr): Write output to
2946         gdb_stdtargerr stream instead of gdb_stdtarg stream.
2947         (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
2948         gdb_stderr stream and update copyright years.
2949
2950 2004-02-01  Daniel Jacobowitz  <[email protected]>
2951
2952         * Makefile.in (mips-linux-nat.o): Update dependencies.
2953         * mips-linux-nat.c: Include mips-tdep.h.
2954
2955 2004-02-01  Roland McGrath  <[email protected]>
2956
2957         * sol-thread.c (sol_thread_xfer_partial): New function.
2958         (init_sol_thread_ops): Use that for to_xfer_partial hook.
2959         (init_sol_core_ops): Likewise.
2960
2961         * procfs.c (procfs_xfer_partial): New function.
2962         (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
2963         * Makefile.in (procfs.o): Add $(auxv_h) dep.
2964
2965         * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
2966         procfs_xfer_auxv function.
2967
2968         * procfs.c (procfs_make_note_section): If we can read
2969         TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
2970         * linux-proc.c (linux_make_note_section): Likewise.
2971
2972         * auxv.h: New file.
2973         * auxv.c: New file.
2974         * Makefile.in (auxv_h): New variable.
2975         (COMMON_OBS): Add auxv.o here.
2976         (auxv.o): New target.
2977
2978         * corelow.c (core_xfer_partial): New function.
2979         (init_core_ops): Use it for core_ops.to_xfer_partial.
2980
2981         * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
2982         * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
2983         macro if that is defined.
2984
2985 2004-02-01  Daniel Jacobowitz  <[email protected]>
2986
2987         * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
2988         and check the specified thread for each breakpoint.
2989         * breakpoint.h (bpstat_stop_status): Update prototype.
2990         * infrun.c (handle_inferior_event): Update calls to
2991         bpstat_stop_status.
2992
2993 2004-02-01  Daniel Jacobowitz  <[email protected]>
2994
2995         * Makefile.in (cli-cmds.o): Add $(readline_h).
2996
2997 2004-02-01  Daniel Jacobowitz  <[email protected]>
2998
2999         * cli/cli-cmds.c: Include readline.h.
3000         (complete_command): Pass the start of the last word to
3001         complete_line.
3002
3003 2004-01-31  Daniel Jacobowitz  <[email protected]>
3004
3005         * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
3006         argument, and change first argument to a CORE_ADDR.
3007         * breakpoint.h (bpstat_stop_status): Update prototype.
3008         * infrun.c (adjust_pc_after_break): Add a new comment.
3009         (handle_inferior_event): Update calls to bpstat_stop_status.
3010
3011 2004-01-31  Daniel Jacobowitz  <[email protected]>
3012
3013         * breakpoint.h: Update copyright years.
3014
3015 2004-01-31  Daniel Jacobowitz  <[email protected]>
3016
3017         * breakpoint.c (software_breakpoint_inserted_here_p): New function.
3018         (bpstat_stop_status): Don't decrement PC.
3019         * breakpoint.h (software_breakpoint_inserted_here_p): Add
3020         prototype.
3021         * infrun.c (adjust_pc_after_break): New function.
3022         (handle_inferior_event): Call it, early.  Remove later references
3023         to DECR_PC_AFTER_BREAK.
3024         (normal_stop): Add commentary.
3025
3026 2004-01-31  Daniel Jacobowitz  <[email protected]>
3027
3028         * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
3029         2004-01-27 double-free fix.
3030
3031 2004-01-31  Mark Kettenis  <[email protected]>
3032
3033         * sparc-tdep.c (sparc_fetch_wcookie): New function.
3034         (sparc32_frame_prev_register): Handle StackGhost.
3035         (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
3036
3037 2004-01-29  Roland McGrath  <[email protected]>
3038
3039         * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
3040         * configure: Regenerated.
3041
3042         * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
3043         * Makefile.in (procfs.o): Add dep.
3044
3045 2004-01-28  Andrew Cagney  <[email protected]>
3046
3047         * tui/tui-stack.h: Update copyright.
3048         (struct frame_info): Add opaque declaration.
3049         (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
3050         (tui_show_locator_content): Rename tuiShowLocatorContent.
3051         (tui_show_frame_info): Rename tuiShowFrameInfo.
3052         * tui/tui-stack.c: Update copyright.  Update references.
3053         * tui/tui-winsource.c: Update references.
3054         * tui/tui-win.c: Update references.
3055         * tui/tui-layout.c: Update references.
3056         * tui/tui-hooks.c: Update copyright, update references.
3057         * tui/tui.c: Update copyright, update references.
3058         * tui/tui-disasm.c: Update references.
3059
3060 2004-01-28  David Carlton  <[email protected]>
3061
3062         * dwarf2read.c (add_partial_structure): Use demangled name if
3063         namespace equals "".
3064
3065 2004-01-27  Jim Blandy  <[email protected]>
3066
3067         Clean up misapplied patch:
3068         * dwarf2read.c (determine_prefix): Change one of the two forward
3069         declarations for 'determine_prefix_aux' to a declaration for this.
3070         (read_func_scope): Use cu->language, not cu_language.  Pass 'cu'
3071         argument to 'die_specification'.
3072
3073         * dwarf2read.c (read_func_scope): Re-indent comment.
3074
3075 2004-01-27  Paul N. Hilfinger  <[email protected]>
3076
3077         * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
3078         b->exp to NULL after freeing so that error during re-parsing or
3079         evaluation of expressions associated with breakpoint don't
3080         eventually lead to re-freeing of storage.
3081         Committed by Andrew Cagney.
3082
3083 2004-01-27  Andrew Cagney  <[email protected]>
3084
3085         * source.c (ambiguous_line_spec): Delete undefined declaration.
3086         * m32r-rom.c (m32r_set_board_address): Delete unused function.
3087         (m32r_set_server_address, m32r_set_download_path): Ditto.
3088         * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
3089
3090 2004-01-27  Daniel Jacobowitz  <[email protected]>
3091
3092         * dwarf2read.c: Update calls to changed and renamed functions, and
3093         references to moved variables.
3094
3095         (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
3096         language, language_defn, list_in_scope, and ftypes members.
3097         (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
3098         (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
3099         (baseaddr): Remove globals.
3100
3101         (dwarf_attr): Renamed to dwarf2_attr.  Add CU argument.
3102         (set_cu_language, die_is_declaration, die_specification)
3103         (determine_prefix, determin_prefix_aux, class_name, namespace_name)
3104         (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
3105         (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
3106         (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
3107
3108         (dwarf2_build_psymtabs_hard): Add local baseaddr.  Initialize
3109         cu.list_in_scope.  Don't initialize cu_header_offset.
3110         (add_partial_symbol): Add local baseaddr.
3111         (psymtab_to_symtab_1): Add local baseaddr.  Use
3112         objfile->section_offsets for consistency.  Don't initialize
3113         cu_header_offset; do initialize cu.header.offset and
3114         cu.list_in_scope.
3115         (read_file_scope, read_func_scope, read_lexical_block_scope)
3116         (dwarf_decode_lines, new_symbol): Add local baseaddr.
3117
3118 2004-01-27  Michael Chastain  <[email protected]>
3119
3120         * PROBLEMS: Add gdb/1516.
3121
3122 2003-12-29  Robert Millan  <[email protected]>
3123
3124         Patch committed by Andrw Cagney.
3125         * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
3126         * configure.tgt: Match knetbsd*-gnu.
3127
3128 2004-01-26  Andrew Cagney  <[email protected]>
3129
3130         * breakpoint.c (catch_command_1): Delete #ifdef code.
3131         (catch_fork_command_1): Delete #ifdef wrapper.
3132         (catch_exec_command_1): Ditto.
3133         (catch_load_command_1): Ditto.
3134         (catch_unload_command_1): Ditto.
3135
3136         * breakpoint.c (watchpoint_check): Delete #if0ed variable.
3137         (catch_breakpoint): Delete #if0ed function.
3138         (disable_catch_breakpoint): Ditto.
3139         (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
3140         (disable_catch, enable_catch, delete_catch): Ditto.
3141
3142 2004-01-26  Andrew Cagney  <[email protected]>
3143
3144         * remote.c (echo_check, quit_flag): Delete variables.
3145         (cisco_kernel_mode): Delete variable.
3146         (minitelnet_return, tty_input, escape_count): Delete variables.
3147         (remote_cisco_mode): Delete variable.
3148         (remote_cisco_open, remote_cisco_close): Delete function.
3149         (remote_cisco_mourn, remote_cisco_wait): Delete function.
3150         (init_remote_cisco_ops): Delete function.
3151         (_initialize_remote): Do not install "remote cisco" code.
3152         (read_frame): Delete cisco specific code.
3153         (remote_info_process): Delete function.
3154         (remote_wait): Delete cisco specific code.
3155         (remote_cisco_section_offsets): Delete function.
3156         (remote_cisco_objfile_relocate): Delete function.
3157         (remote_async_wait): Delete cisco specific code.
3158         (minitelnet, readtty, readsocket): Delete function.
3159
3160 2004-01-26  Andrew Cagney  <[email protected]>
3161
3162         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
3163         comments mentioning extract_returned_value_address.
3164         * infcmd.c (print_return_value): Update.  Add comments on
3165         extract_returned_value_address.
3166         * stack.c (return_command): Add comments on
3167         extract_returned_value_address.
3168         * values.c: Update comment.
3169         * m32r-tdep.c: Update comment.
3170         * sparc-tdep.c: Update comment.
3171         * ia64-tdep.c (ia64_use_struct_convention): Update comment.
3172         * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3173         * sh64-tdep.c (sh64_gdbarch_init): Update.
3174         * sh-tdep.c (sh_gdbarch_init): Update.
3175         * s390-tdep.c (s390_gdbarch_init): Update.
3176         * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3177         * m68klinux-tdep.c (m68k_linux_init_abi): Update.
3178         * m68k-tdep.c (m68k_gdbarch_init): Update.
3179         * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
3180         * m32r-tdep.c (m32r_gdbarch_init): Update.
3181         * ia64-tdep.c (ia64_gdbarch_init): Update.
3182         * h8300-tdep.c (h8300_gdbarch_init): Update.
3183         * frv-tdep.c (frv_gdbarch_init): Update.
3184         * arm-tdep.c (arm_gdbarch_init): Update.
3185         * alpha-tdep.c (alpha_gdbarch_init): Update.
3186
3187 2004-01-26  Andrew Cagney  <[email protected]>
3188
3189         * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
3190         SYMBOL_LOCATION_FUNCS
3191         (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
3192         "struct symbol_ops".
3193         * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
3194         type to "struct symbol_ops".
3195         * symtab.h (struct symbol_ops): Rename "struct location_funcs".
3196         (struct symbol): Replace ".aux_value.loc.funcs" and
3197         ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
3198         (SYMBOL_OBJFILE): Delete macro.
3199         (SYMBOL_LOCATION_FUNCS): Delete macro.
3200         (SYMBOL_LOCATION_BATON): Update.
3201         * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
3202         intead of SYMBOL_LOCATION_FUNCS.
3203         * ax-gdb.c (gen_var_ref): Ditto.
3204         * printcmd.c (address_info): Ditto.
3205         * findvar.c (read_var_value): Ditto.
3206         (symbol_read_needs_frame): Ditto.
3207
3208 2004-01-26  Andrew Cagney  <[email protected]>
3209
3210         * dwarf2read.c (read_func_scope): Document frame-base hack.
3211
3212 2004-01-25  Mark Kettenis  <[email protected]>
3213
3214         * infcmd.c (print_return_value): Plug memory leak; delete
3215         ui_stream object.  Rename argument `structure_return' to
3216         `struct_return'.
3217
3218 2004-01-25  Mark Kettenis  <[email protected]>
3219
3220         * infcmd.c (print_return_value): Wrap long lines.
3221         (finish_command_continuation, finish_command): Remove unused
3222         variable `funcaddr'.  Fix some coding-standards problems.
3223
3224         * sparc-tdep.c (sparc_regset_from_core_section): Check whether
3225         SECT_SIZE is large enough, not wheter it's exactly the right size.
3226         (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
3227         TDEP->fpregset to zero.
3228
3229         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
3230         floating-point registers for traditional NetBSD core files.
3231         (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
3232         TDEP->sizeof_fpregset here.
3233
3234 2004-01-25  Mark Kettenis  <[email protected]>
3235
3236         * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
3237         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
3238         function with code split out from
3239         sparc32nbsd_sigcontext_frame_cache.
3240         (sparc32nbsd_sigcontext_frame_cache): Use
3241         sparc32nbsd_sigcontext_saved_regs.
3242         (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
3243         OpenBSD.
3244         * sparcobsd-tdep.c: New file.
3245         * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
3246         (sparcobsd-tdep.o): New dependency.
3247         * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
3248         * config/sparc/obsd.mt: New file.
3249
3250         * sparc-tdep.c (sparc32_gdbarch_init): Don't require
3251         TDEP->fpregset to be initialized to enable core file register
3252         sets.
3253
3254 2004-01-24  Mark Kettenis  <[email protected]>
3255
3256         * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
3257         Add opaque declarations.
3258         (sparc64nbsd_sigcontext_saved_regs): New prototype.
3259         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
3260         function with code split out from
3261         sparc64nbsd_sigcontext_frame_cache.
3262         (sparc64nbsd_sigcontext_frame_cache): Use
3263         sparc64nbsd_sigcontext_saved_regs.
3264         (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
3265         OpenBSD.
3266         * sparc64obsd-tdep.c: New file.
3267         * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
3268         (sparc64obsd-tdep.o): New dependency.
3269         * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
3270         gdb_osabi to GDB_OSABI_OPENBSD_ELF.
3271         * config/sparc/obsd64.mt: New file.
3272
3273         * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
3274         read the instruction at PC.
3275
3276         * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
3277         value of GDB_OSABI_DEFAULT.
3278         (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
3279         instead of GDB_OSABI_NETBSD_AOUT.
3280
3281 2004-01-24  Nick Roberts  <[email protected]>
3282
3283         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
3284         copyright.
3285
3286 2004-01-23  Andrew Cagney  <[email protected]>
3287
3288         * printcmd.c (display_command): Replace tui_set_display call with
3289         tui_set_layout_for_display_command.
3290         * tui/tui.h (enum tui_win_type): Define.
3291         (tui_set_layout): Delete declaration.
3292         (tui_set_layout_for_display_command): Rename set_tui_layout.
3293         * tui/tui-data.h (enum tui_layout_type): Define.
3294         * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
3295         "tui.h".
3296         (tui_add_win_to_layout): Rename tuiAddWinToLayout.
3297         (tui_default_win_height): Rename tuiDefaultWinHeight.
3298         (tui_default_win_viewport_height): Rename
3299         tuiDefaultWinViewportHeight.
3300         (tui_set_layout): RenametuiSetLayout.
3301         * tui/tui-layout.c: Update references.
3302         * tui/tui.c: Update references.
3303         * tui/tui-disasm.c: Update references.
3304
3305 2004-01-23  David Carlton  <[email protected]>
3306
3307         Partial workaround for PR c++/1511:
3308         * cp-namespace.c: Include frame.h.
3309         (cp_lookup_transparent_type): New
3310         (cp_lookup_transparent_type_loop): New.
3311         * cp-support.h: Declare cp_lookup_transparent_type.
3312         * symtab.c (basic_lookup_transparent_type): Renamed from
3313         lookup_transparent_type.
3314         (lookup_transparent_type): Replace old body by a call to
3315         current_language->la_lookup_transparent_type.
3316         * symtab.h: Update copyright.  Declare
3317         basic_lookup_transparent_type.
3318         * language.h: Update copyright.
3319         (struct language_defn): Add la_lookup_transparent_type.
3320         * language.c: Update copyright.
3321         (unknown_language_defn): Add basic_lookup_transparent_type.
3322         (auto_language_defn): Add basic_lookup_transparent_type.
3323         (local_language_defn): Add basic_lookup_transparent_type.
3324         * ada-lang.c: Update copyright.
3325         (ada_language_defn): Add basic_lookup_transparent_type.
3326         * c-lang.c: Update copyright.
3327         (c_language_defn): Add basic_lookup_transparent_type.
3328         (cplus_language_defn): Add basic_lookup_transparent_type.
3329         (asm_language_defn): Add basic_lookup_transparent_type.
3330         (minimal_language_defn): Add basic_lookup_transparent_type.
3331         * f-lang.c: Update copyright.
3332         (f_language_defn): Add basic_lookup_transparent_type.
3333         * jv-lang.c: Update copyright.
3334         (java_language_defn): Add basic_lookup_transparent_type.
3335         * m2-lang.c: Update copyright.
3336         (m2_language_defn): Add basic_lookup_transparent_type.
3337         * objc-lang.c: Update copyright.
3338         (objc_language_defn): Add basic_lookup_transparent_type.
3339         * p-lang.c: Update copyright.
3340         (p_language_defn): Add basic_lookup_transparent_type.
3341         * scm-lang.c: Update copyright.
3342         (scm_language_defn): Add basic_lookup_transparent_type.
3343         * Makefile.in (cp-namespace.o): Depend on frame.h.
3344
3345 2004-01-23  David Carlton  <[email protected]>
3346
3347         Patch for PR c++/1520:
3348         * dwarf2read.c (read_func_scope): Set processing_current_prefix
3349         properly if we have a specification die.
3350         (determine_prefix_aux): Rename from determine_prefix.
3351         (determine_prefix): Like the old determine_prefix, but never
3352         returns NULL.
3353
3354 2004-01-23  Theodore A. Roth  <[email protected]>
3355
3356         * avr-tdep.c: Update copyright.
3357         (avr_iaddr_p): Delete unused function.
3358         (avr_saddr_p): Delete unused function.
3359
3360 2004-01-23  David Carlton  <[email protected]>
3361
3362         * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
3363         Fix for PR symtab/1534.
3364
3365 2004-01-23  Mark Kettenis  <[email protected]>
3366
3367         * NEWS (New native configurations): Mention OpenBSD/sparc and
3368         OpenBSD/sparc64.
3369         * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
3370         * configure.host: Likewise.
3371         * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
3372         handler for OpenBSD.
3373         * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
3374
3375 2004-01-22  Mark Kettenis  <[email protected]>
3376
3377         * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
3378         (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
3379
3380         * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
3381         * cli/cli-cmds.c (shell_escape): Likewise.
3382
3383         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
3384         OpenBSD .note.openbsd.ident sections.
3385
3386 2004-01-22  David Carlton  <[email protected]>
3387
3388         * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
3389         get_scope_pc_bounds.
3390         (read_file_scope): Ditto.
3391         (get_scope_pc_bounds): New function, produced by extracting code
3392         from the above two functions, consolidating it, and adding support
3393         for DW_TAG_namespace.
3394
3395 2004-01-22  Mark Kettenis  <[email protected]>
3396
3397         * osabi.c (MAX_NOTESZ): New define.
3398         (check_note): New function.
3399         (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
3400         check_note.
3401
3402 2004-01-21  Roland McGrath  <[email protected]>
3403
3404         * MAINTAINERS (write after approval): Add myself.
3405
3406 2004-01-21  Eli Zaretskii  <[email protected]>
3407
3408         * utils.c (init_page_info): Move declarations of `rows' and
3409         `cols' before the __GO32__-specific code.  Move the closing brace
3410         outside the #ifdef __GO32__..#endif block.
3411         [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
3412
3413 2004-01-21  Paul Brook  <[email protected]>
3414
3415         * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
3416         BPSTAT_WHAT_CHECK_SHLIBS.
3417
3418 2004-01-21  Paul Brook  <[email protected]>
3419
3420         * MAINTAINERS: Add myself to write-after-approval.
3421
3422 2004-01-20  Andrew Cagney  <[email protected]>
3423
3424         * ax-gdb.c (print_axs_value): Delete unused function.
3425         * jv-lang.c (java_lookup_type): Delete unused function.
3426         * cli/cli-dump.c (dump_filetype): Delete unused function.
3427         * remote-mips.c (remote_mips_insert_hw_breakpoint)
3428         (remote_mips_remove_hw_breakpoint): Delete unused functions.
3429         (mips_getstring): Delete unused function.
3430         (pmon_insert_breakpoint): Delete #if0ed function.
3431         (PMON_MAX_BP): Delete #if0ed MACRO.
3432         (mips_pmon_bp_info): Delete #if0ed variable.
3433         (pmon_remove_breakpoint): Delete #if0ed function.
3434         * monitor.c (monitor_write_even_block): Delete unused function.
3435         (monitor_write_memory_block): Delete #if0ed code.
3436         * dink32-rom.c (dink32_load): Delete unused function.
3437         (_initialize_dink32_rom): Delete #if0ed code.
3438         * d10v-tdep.c (d10v_daddr_p): Delete unused function.
3439
3440         * tui/tui-command.c: Update references.
3441         * tui/tui-io.c: Update references.
3442         * tui/tui-command.h: Update copyright.
3443         (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
3444
3445         * source.c (ambiguous_line_spec): Delete never-defined function.
3446         * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
3447         * gdbtypes.c (add_name, add_mangled_type): Ditto.
3448         * cli/cli-cmds.c (validate_comname): Ditto.
3449
3450         * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
3451         "tui-data.h".
3452         (tui_set_disassem_content): Rename tuiSetDisassemContent.
3453         (tui_show_disassem): Rename tuiShowDisassem.
3454         (tui_show_disassem_and_update_source): Rename
3455         tuiVerticalDisassemScroll.
3456         (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
3457         (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
3458         * tui/tui.h: Update copyright.
3459         (enum tui_status): Define.
3460         * tui/tui-data.h (enum tui_scroll_direction): Define.
3461         * tui/tui-disasm.c: Update copyright.  Update references.
3462         * tui/tui-winsource.c:  Update copyright.  Update references.
3463         * tui/tui-win.c: Update references.
3464         * tui/tui-layout.c: Update references.
3465
3466 2004-01-20  Andrew Cagney  <[email protected]>
3467
3468         * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
3469         sym2 to start of block.
3470
3471 2004-01-19  Michael Chastain  <[email protected]>
3472
3473         * MAINTAINERS: Delete mmalloc.
3474         * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
3475         * NEWS: Mention removal of --with-malloc.
3476         * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
3477         * config.in: Regenerate.
3478         * configure: Regenerate.
3479         * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
3480         USE_MMALLOC, MMCHECK_FORCE.
3481         * gdbinit.in: Remove mmalloc.
3482         * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
3483         * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
3484         * config/i386/go32.mh: Likewise.
3485         * config/i386/interix.mh: Likewise.
3486         * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
3487
3488 2004-01-19  Jeff Johnston  <[email protected]>
3489
3490         * linespec.c (decode_variable, symtab_from_filename):  Call
3491         error_silent with error message instead of throwing an exception
3492         directly.
3493         * defs.h (error_silent, error_output_message): Add prototypes.
3494         (catch_exceptions_with_msg): Ditto.
3495         * utils.c (error_silent, error_output_message): New functions.
3496         * top.c (catch_exceptions_with_msg): New function.
3497
3498 2004-01-20  Nick Roberts  <[email protected]>
3499
3500         * mi/mi-cmds.h (enum print_values): Add definition.
3501
3502         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
3503         type and value for simple data types and just the name and type
3504         for complex ones, if required.
3505
3506         * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
3507         children, if required.
3508
3509 2004-01-19  Kevin Buettner  <[email protected]>
3510
3511         * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
3512         unused declarations.
3513
3514 2004-01-19  Andrew Cagney  <[email protected]>
3515
3516         * top.h (mapped_symbol_files): Delete declaration.
3517         * main.c (captured_main): Delete option "m" and "mapped".
3518         * objfiles.c (mapped_symbol_files): Delete variable.
3519         * symfile.c (symbol_file_command): Delete mmap code.
3520         (symbol_file_add_with_addrs_or_offsets): Ditto.
3521         (add_symbol_file_command, reread_separate_symbols): Ditto.
3522         * objfiles.h (OBJF_MAPPED): Delete.
3523         * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
3524         (free_objfile) [USE_MMALLOC]: Ditto.
3525         (open_existing_mapped_file): Delete function.
3526         (open_mapped_file): Delete function.
3527         (map_to_file): Delete function.
3528
3529 2004-01-19  Kevin Buettner  <[email protected]>
3530
3531         * infrun.c (step_into_function): Account for possible breakpoint
3532         adjustment when computing ``stop_func_start''.
3533
3534 2004-01-19  Kevin Buettner  <[email protected]>
3535
3536         * target.c (default_region_size_ok_for_hw_watchpoint): Compare
3537         the region size against the size of a pointer, not the size of
3538         a register as given by DEPRECATED_REGISTER_SIZE.
3539
3540 2004-01-19  Andrew Cagney  <[email protected]>
3541
3542         * tui/tui-regs.h: Include "tui-data.h".
3543         (tuiFirstRegElementNoInLine): Delete declaration.
3544         (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
3545         (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
3546         (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
3547         (tui_calculate_regs_column_count): Rename
3548         tuiCalculateRegsColumnCount.
3549         (tui_check_register_values): Rename tuiCheckRegisterValues.
3550         (tui_show_registers): Rename tuiShowRegisters.
3551         (tui_display_registers_from_line): Rename
3552         tuiDisplayRegistersFromLine.
3553         (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
3554         (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
3555         (tui_first_reg_element_no_inline): Rename
3556         tuiFirstRegElementNoInLine.
3557         * tui/tui-data.h: Update copyright.
3558         (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
3559         * tui/tui-windata.c: Update copyright, update references.
3560         * tui/tui-regs.c: Update copyright, update references.
3561         * tui/tui-win.c: Update copyright, update references.
3562         * tui/tui-layout.c: Update copyright, update references.
3563
3564 2004-01-18  Andrew Cagney  <[email protected]>
3565
3566         * tui/tui-io.c: Update copyright.
3567         (key_is_end_sequence, key_is_backspace): New functions.
3568         (key_is_command_char, key_is_start_sequence): New function.
3569         (tui_getc): Update references.
3570         * tui/tui-io.h: Update copyright.
3571         (m_tuiStartNewLine): Delete macro.
3572         (m_isBackspace, m_isDeleteChar): Delete macros.
3573         (m_isDeleteLine, m_isDeleteToEol): Delete macros.
3574         (m_isNextPage, m_isPrevPage): Delete macros.
3575         (m_isLeftArrow, m_isRightArrow): Delete macros.
3576         (m_isXdbStyleCommandChar): Delete macro.
3577         (key_is_start_sequence): Declare, replace m_isStartSequence.
3578         (key_is_end_sequence): Declare, replace m_isEndSequence.
3579         (key_is_backspace): Declare ,replace m_isBackspace.
3580         (key_is_command_char): Declare, replace m_isCommandChar.
3581         * tui/tui-command.c: Update copyright.
3582         (tuiDispatchCtrlChar): Update references.
3583
3584         * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
3585         tuiSourceWin.h.
3586
3587         * tui/tui-command.c: Rename tui/tuiCommand.c.
3588         * tui/tui-command.h: Rename tui/tuiCommand.h.
3589         * tui/tui-data.c: Rename tui/tuiData.c.
3590         * tui/tui-data.h: Rename tui/tuiData.h.
3591         * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
3592         * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
3593         * tui/tui-io.c: Rename tui/tuiIO.c.
3594         * tui/tui-io.h: Rename tui/tuiIO.h.
3595         * tui/tui-layout.c: Rename tui/tuiLayout.c.
3596         * tui/tui-layout.h: Rename tui/tuiLayout.h.
3597         * tui/tui-regs.c: Rename tui/tuiRegs.c.
3598         * tui/tui-regs.h: Rename tui/tuiRegs.h.
3599         * tui/tui-source.c: Rename tui/tuiSource.c.
3600         * tui/tui-source.h: Rename tui/tuiSource.h.
3601         * tui/tui-stack.c: Rename tui/tuiStack.c.
3602         * tui/tui-stack.h: Rename tui/tuiStack.h.
3603         * tui/tui-win.c: Rename tui/tuiWin.c.
3604         * tui/tui-win.h: Rename tui/tuiWin.h.
3605         * tui/tui-windata.c: Rename tui/tuiDataWin.c.
3606         * tui/tui-windata.h: Rename tui/tuiDataWin.h.
3607         * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
3608         * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
3609         * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
3610         * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
3611         * tui/tui-file.c: Update includes.
3612         * tui/tui-hooks.c: Update includes.
3613         * tui/tui-interp.c: Update includes.
3614         * tui/tui.c: Update includes.
3615         * Makefile.in: Update all tui/ dependencies.
3616         (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
3617
3618         * Makefile.in: Update copyright.  Update dependencies.
3619
3620         * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
3621         problem.
3622
3623 2004-01-18  Andrew Cagney  <[email protected]>
3624
3625         * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
3626         instead of register_gdbarch_init.
3627
3628         * remote-sds.c (tohex): Delete unused function.  Update copyright.
3629         * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
3630         * v850-tdep.c (v850_register_virtual_size): Ditto.
3631         * target.c (normal_target_post_startup_inferior): Ditto.
3632         * source.c (ambiguous_line_spec): Ditto.
3633         * remote.c (adapt_remote_get_threadinfo): Ditto.
3634         * mi/mi-out.c (out_field_fmt): Ditto.
3635         * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
3636         (output_control_change_notification): Ditto.
3637         * m68k-tdep.c (m68k_register_byte): Ditto.
3638         (m68k_remote_breakpoint_from_pc): Ditto.
3639         * ui-out.c (init_ui_out_state): Delete unused declaration.
3640         * stabsread.c (search_value): Ditto.
3641         * mi/mi-cmd-env.c (env_cli_command): Ditto.
3642         * maint.c (print_section_table): Ditto.
3643         * infrun.c (set_follow_fork_mode_command): Ditto.
3644
3645 2004-01-18  Mark Kettenis  <[email protected]>
3646
3647         * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
3648         DW_CFA_def_cfa_exporession.  Add support for
3649         DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
3650         DW_CFA_def_cfa_offset_sf.  This should fix PR backtrace/1391.
3651
3652 2004-01-18  Andrew Cagney  <[email protected]>
3653
3654         * ocd.c: Update copyright.
3655         (bdm_read_register_command): Delete unused function.
3656         (_initialize_remote_ocd): Delete commented out reference.
3657         (get_quoted_char, reset_packet): Delete #if0ed function.
3658         (output_packet, put_quoted_char): Delete #if0ed function.
3659         (stu_put_packet, stu_get_packet): Delete #if0ed function.
3660         (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
3661         (BDM_BREAKPOINT): Delete #if0ed macro.
3662         (remote_timeout): Delete #if0ed variable.
3663
3664 2004-01-18  Mark Kettenis  <[email protected]>
3665
3666         * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
3667         (core-sol2.o): Remove dependency.
3668         * core-sol2.c: Remove file.
3669
3670 2004-01-17  Andrew Cagney  <[email protected]>
3671
3672         * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
3673         * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
3674         enums.
3675
3676 2004-01-17  Daniel Jacobowitz  <[email protected]>
3677
3678         * remote.c: Update copyright years.
3679
3680 2004-01-17  Daniel Jacobowitz  <[email protected]>
3681
3682         * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
3683
3684 2004-01-17  Andrew Cagney  <[email protected]>
3685
3686         * mdebugread.c: Update copyright.
3687         (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
3688         (parse_type, parse_procedure): Ditto.
3689         (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
3690
3691         * cris-tdep.c (cris_store_struct_return): Put back accidently
3692         deleted function.
3693
3694         * gdbarch.sh: Update copyright year.
3695         * gdbarch.h, gdbarch.c: Re-generate.
3696
3697 2004-01-17  Daniel Jacobowitz  <[email protected]>
3698
3699         Suggested by George Anzinger.
3700         * dwarf2expr.c (execute_stack_op): Fetch the second item from the
3701         correct stack offset.  Include unknown opcode numbers in the error
3702         message.
3703
3704 2004-01-17  Andrew Cagney  <[email protected]>
3705
3706         * x86-64-tdep.c (x86_64_init_abi): No need to clear
3707         extract_struct_value_address, i386 does not set it.
3708         * sparc64-tdep.c (sparc64_init_abi): Do not set
3709         extract_struct_value_address, never called.
3710         (sparc64_extract_struct_value_address): Delete function.
3711         * m68hc11-tdep.c: Update copyright.
3712         (m68hc11_gdbarch_init): Delete redundant assignment of
3713         extract_struct_value_address.
3714         * i386-tdep.c: Update copyright.
3715         (i386_gdbarch_init): Do not set extract_struct_value_address,
3716         never called.
3717         (i386_extract_struct_value_address): Delete function.
3718         * sparc-tdep.c (sparc32_gdbarch_init): Do not set
3719         extract_struct_value_address, never called.
3720         (sparc32_extract_struct_value_address): #if 0 function.  Add
3721         comments explaining its future.
3722
3723 2004-01-17  Daniel Jacobowitz  <[email protected]>
3724
3725         * arm-tdep.c (arm_write_pc): New function.
3726         (arm_gdbarch_init): Call set_gdbarch_write_pc.
3727
3728 2004-01-17  Daniel Jacobowitz  <[email protected]>
3729
3730         * breakpoint.c (must_shift_inst_regs): Delete.
3731         (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
3732         and SHIFT_INST_REGS.
3733         * infcmd.c (step_1, step_1_continuation): Delete references to
3734         SHIFT_INST_REGS.
3735         * infrun.c (keep_going): Likewise.
3736         * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
3737         * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
3738
3739 2004-01-17  Andrew Cagney  <[email protected]>
3740
3741         * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3742         * gdbarch.h, gdbarch.c: Re-generate.
3743         * infcmd.c (print_return_value): Delete reference to
3744         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
3745
3746         * cris-tdep.c (cris_gdbarch_init): Do not set
3747         deprecated_extract_struct_value_address.
3748
3749         * xstormy16-tdep.c: Update copyright.
3750         (xstormy16_extract_struct_value_address): Update to current
3751         extract struct value address interface.
3752         (xstormy16_gdbarch_init): Set extract_struct_value_address.
3753         * sh64-tdep.c (sh64_extract_struct_value_address): Update to
3754         current extract struct value address interface.
3755         (sh64_gdbarch_init): Set extract_struct_value_address.
3756
3757         * cris-tdep.c: Update copyright.
3758         (cris_extract_struct_value_address): Delete function.
3759         (struct_return_address): Delete variable.
3760         (cris_store_struct_return): Do not set struct_return_address.
3761
3762         * mcore-tdep.c: Update copyright.
3763         (mcore_extract_struct_value_address): Delete function.  Update
3764         comments.
3765         (mcore_gdbarch_init): Update.
3766         * mn10300-tdep.c: Update copyright.
3767         (mn10300_extract_struct_value_address): Delete function.
3768         (mn10300_gdbarch_init): Update.
3769         * v850-tdep.c: Update copyright.
3770         (v850_extract_struct_value_address): Delete.
3771         (v850_gdbarch_init): Update.
3772         * ns32k-tdep.c: Update copyright.
3773         (ns32k_extract_struct_value_address): Delete.
3774         (ns32k_gdbarch_init): Update.
3775         * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
3776         (hppa_gdbarch_init): Update.
3777         * vax-tdep.c: Update copyright.
3778         (vax_extract_struct_value_address): Delete.
3779         (vax_gdbarch_init): Update.
3780
3781         * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
3782         * gdbarch.h, gdbarch.c: Re-generate.
3783         * procfs.c (procfs_fetch_registers): Delete reference to
3784         DEPRECATED_NPC_REGNUM.
3785         (procfs_store_registers): Ditto.
3786         * regcache.c (generic_target_write_pc): Simplify.
3787         * lynx-nat.c: Delete #ifdef SPARC code.  Not used.
3788
3789         * core-sol2.c (fetch_core_registers): Replace
3790         DEPRECATED_NPC_REGNUM with equivalent tdep value.
3791
3792         * hppa-tdep.c: Update copyright year.
3793         (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
3794         NPC_REGNUM.
3795         (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
3796
3797         * mips-tdep.c (mips_write_pc): New function.
3798         (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
3799         (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
3800         (mips_find_saved_regs, mips_software_single_step: Ditto.
3801         (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
3802         mips_init_extra_frame_info, mips_pop_frame): Ditto.
3803
3804 2004-01-17  Andrew Cagney  <[email protected]>
3805
3806         * mips-tdep.c: Re-indent.  Group functions by ABI.
3807
3808 2004-01-17  Andrew Cagney  <[email protected]>
3809
3810         * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
3811         * gdbarch.c: Re-generate.
3812         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3813         DECR_PC_AFTER_BREAK to zero.
3814         * vax-tdep.c (vax_gdbarch_init): Ditto.
3815         * v850-tdep.c (v850_gdbarch_init): Ditto.
3816         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
3817         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3818         * sh-tdep.c (sh_gdbarch_init): Ditto.
3819         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3820         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3821         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3822         * mips-tdep.c (mips_gdbarch_init): Ditto.
3823         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3824         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3825         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3826         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3827         * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
3828         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3829         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3830         * frv-tdep.c (frv_gdbarch_init): Ditto.
3831         * cris-tdep.c (cris_gdbarch_init): Ditto.
3832         * avr-tdep.c (avr_gdbarch_init): Ditto.
3833         * arm-tdep.c (arm_gdbarch_init): Ditto.
3834         * i386-nto-tdep.c (i386nto_init_abi): Add comment.
3835
3836 2004-01-17  J. Brobecker  <[email protected]>
3837
3838         * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
3839         Delete, no longer used.
3840         (read_subrange_type): New function, mostly extracted from
3841         read_array_type().
3842         (read_array_type): Replace extracted code by call to
3843         read_subrange_type().
3844         (dwarf2_get_attr_constant_value): New function.
3845         (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
3846         (add_partial_symbol): Likewise.
3847         (process_die): Likewise.
3848         (new_symbol): Likewise.
3849         (read_type_die): Likewise.
3850
3851 2004-01-16  Andrew Cagney  <[email protected]>
3852
3853         * symfile.c: Update copyright year.
3854         (compare_symbols): Delete unused function.
3855         * stabsread.c: Update copyright year.
3856         (lrs_general_complaint): Delete unused function.
3857         (ref_search_value): Ditto.
3858         (get_substring): Delete declaration.
3859         * sh64-tdep.c: Update copyright year.
3860         (sh64_get_gdb_regnum): Delete unused function.
3861         * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
3862         Delete unused function.
3863
3864 2004-01-17  Mark Kettenis  <[email protected]>
3865
3866         * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
3867         * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
3868
3869 2004-01-16  Andrew Cagney  <[email protected]>
3870
3871         Changes from Peter Schauer.
3872         * rs6000-tdep.c: Update copyright year.
3873         (rs6000_push_dummy_call): Update the stack pointer before
3874         accessing the corresponding stack region.
3875         * rs6000-nat.c: Update copyright year.
3876         (set_host_arch): Set "info.abfd" to "exec_bfd".
3877
3878 2004-01-15  Mark Kettenis  <[email protected]>
3879
3880         * blockframe.c: Update copyright year.
3881         (inside_entry_func): Don't treat a zero PC specially.
3882
3883 2004-01-14  Elena Zannoni  <[email protected]>
3884
3885         * gcore.c (gcore_copy_callback): Use paddr_d to print size
3886         variable.
3887         (gcore_create_callback): Ditto.  Skip any memory segment that has
3888         no permissions set.
3889
3890 2004-01-14  David Carlton  <[email protected]>
3891
3892         Change symbols for C++ nested types to contain the fully qualified
3893         name, if possible.  (At least in the DWARF-2 case.)  Partial fix
3894         for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
3895         c++/895.
3896         * c-exp.y (qualified_type): Handle types nested within classes.
3897         * cp-namespace.c: Update comments.
3898         (cp_set_block_scope): Delete #if 0.
3899         (cp_lookup_nested_type): Handle types nested within classes.
3900         * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
3901         when appropriate.
3902         (add_partial_symbol): Add the name of the enclosing namespace to
3903         types.
3904         (pdi_needs_namespace): New.
3905         (add_partial_namespace): Tweak comment.
3906         (add_partial_structure): New.
3907         (psymtab_to_symtab_1): Initialize processing_current_prefix
3908         here...
3909         (process_die): instead of here.
3910         (read_structure_scope): Try to figure out the name of the class or
3911         namespace that the structure might be defined within.
3912         (read_enumeration): Generate fully-qualified names, if possible.
3913         (read_namespace): Don't set name to NULL.
3914         (die_specification): New.
3915         (new_symbol): Generate fully-qualified names for types.
3916         (read_type_die): Determine appropriate prefix.
3917         (determine_prefix): New.
3918         (typename_concat): New.
3919         (class_name): New.
3920         * valops.c (value_aggregate_elt): Pass NOSIDE to
3921         value_struct_elt_for_reference.
3922         (value_struct_elt_for_reference): Make static, add NOSIDE
3923         parameter, call value_maybe_namespace_elt as a last resort.
3924         (value_namespace_elt): Break out code into
3925         value_maybe_namespace_elt.
3926         (value_maybe_namespace_elt): New.
3927
3928 2004-01-12  Andrew Cagney  <[email protected]>
3929
3930         * mips-tdep.c (mips_convert_register_p): Handle both raw and
3931         cooked floating-point registers.
3932         (mips_gdbarch_init): Set convert_register_p, register_to_value,
3933         and value_to_register.
3934
3935 2004-01-13  Andrew Cagney  <[email protected]>
3936
3937         * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
3938         * gdbarch.c: Re-generate.
3939         * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
3940         FUNCTION_START_OFFSET.
3941         * v850-tdep.c (v850_gdbarch_init): Ditto.
3942         * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
3943         * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3944         * sh-tdep.c (sh_gdbarch_init): Ditto.
3945         * s390-tdep.c (s390_gdbarch_init): Ditto.
3946         * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
3947         * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
3948         * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
3949         * mips-tdep.c (mips_gdbarch_init): Ditto.
3950         * mcore-tdep.c (mcore_gdbarch_init): Ditto.
3951         * m68k-tdep.c (m68k_gdbarch_init): Ditto.
3952         * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
3953         * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3954         * ia64-tdep.c (ia64_gdbarch_init): Ditto.
3955         * i386-tdep.c (i386_gdbarch_init): Ditto.
3956         * hppa-tdep.c (hppa_gdbarch_init): Ditto.
3957         * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3958         * frv-tdep.c (frv_gdbarch_init): Ditto.
3959         * d10v-tdep.c (d10v_gdbarch_init): Ditto.
3960         * cris-tdep.c (cris_gdbarch_init): Ditto.
3961         * avr-tdep.c (avr_gdbarch_init): Ditto.
3962         * arm-tdep.c (arm_gdbarch_init): Ditto.
3963         * alpha-tdep.c (alpha_gdbarch_init): Ditto.
3964
3965 2004-01-13  Daniel Jacobowitz  <[email protected]>
3966
3967         * infrun.c (follow_fork_mode_ask): Remove.
3968         (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
3969         (follow_fork): Simplify and remove internal error for
3970         follow_fork_mode_ask.
3971         (_initialize_infrun): Update "set follow-fork-mode" help text.
3972
3973 2004-01-13  Andrew Cagney  <[email protected]>
3974
3975         * configure.in: Update copyright year.
3976         (build_warnings): Add -Wunused-label.
3977         * configure: Re-generate.
3978
3979 2004-01-12  Andrew Cagney  <[email protected]>
3980
3981         * exec.h (exec_ops): Make "extern".
3982
3983         * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
3984         the function is void.
3985         (mips_pseudo_register_write): Ditto.
3986
3987 2004-01-12  Andrew Cagney  <[email protected]>
3988
3989         * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
3990         call.  Never defined.
3991         * sparc-tdep.h (struct frame_info): Add opaque declaration.
3992         * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
3993         (struct sparc_gregset, struct regcache): Ditto.
3994         * sparc-nat.c: Update copyright.  Specify "GNU/Linux".
3995
3996 2004-01-12  Andrew Cagney  <[email protected]>
3997
3998         * mi/ChangeLog: Delete file.  Renamed to ...
3999         * mi/ChangeLog-1999-2003: New file.
4000         * tui/ChangeLog: Delete file.  Renamed to ...
4001         * tui/ChangeLog-1998-2003: New file.
4002
4003 2004-01-11  Mark Kettenis  <[email protected]>
4004
4005         * sparc64nbsd-tdep.c: Include "regset.h".
4006         (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
4007         Remove variables.
4008         (fetch_core_registers): Remove function.
4009         (sparc64nbsd_core_fns): Remove variable.
4010         (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
4011         functions.
4012         (sparc64nbsd_init_abi): Initialize TDEP->gregset,
4013         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
4014         (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
4015
4016         * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
4017         sparc_extract_struct_value_address.
4018         (sparc32_gdbarch_init): Set extract_struct_value_address.
4019         * sparc64-tdep.c (sparc64_extract_struct_value_address): New
4020         function.
4021         (sparc64_init_abi): Set extract_struct_value_address.  Don't set
4022         return_value_on_stack.
4023
4024         * NEWS: Mention that %cs and %ss have been added to the AMD64
4025         configurations
4026
4027         * frame.c: Update copyright year.
4028         (get_prev_frame): Improve comment.
4029
4030         * sparc64fbsd-tdep.c: Include "regset.h".
4031         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
4032         Remove variables.
4033         (fetch_core_registers): Remove function.
4034         (sparc64fbsd_core_fns): Remove variable.
4035         (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
4036         functions.
4037         (sparc64fbsd_init_abi): Initialize TDEP->gregset,
4038         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
4039         (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
4040
4041         * sparcnbsd-tdep.c: Include "regset.h".
4042         (fetch_core_registers): Remove function.
4043         (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
4044         (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
4045         functions.
4046         (sparc32nbsd_init_abi): Initialize TDEP->gregset and
4047         TDEP->fpregset.
4048         (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
4049
4050         * sparc-tdep.h (struct regset): Provide opaque declaration.
4051         (struct gdbarch_tdep): Add gregset, sizeof_gregset,
4052         fpregset and sizeof_fpregset members.
4053         * sparc-tdep.c (struct regset): Provide opaque declaration.
4054         (sparc_regset_from_core_section): New function.
4055         (sparc32_gdbarch_init): Initialize TDEP->gregset,
4056         TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
4057         Set regset_from_core_section when appropriate.
4058
4059 2004-01-10  Mark Kettenis  <[email protected]>
4060
4061         * x86-64-tdep.c (amd64_non_pod_p): New function.
4062         (amd64_classify_aggregate): Return class memory for non-POD
4063         C++ structure types.
4064
4065         * x86-64-tdep.c (amd64_push_arguments): Add struct_return
4066         argument.  Use it to reserve a register if necessary.
4067         (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
4068         amd64_push_arguments.
4069
4070         * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
4071
4072         * x86-64-tdep.c (amd64_register_info): Add %cs and %ss.  Adjust
4073         register numbers in comments.
4074         * x86-64-tdep.h: Update copyright year.
4075         (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
4076         Adjust for addition of %cs and %ss.
4077         * amd64fbsd-nat.c: Update copyright year.
4078         (reg_offset): Add register offsets for %cs and %ss.
4079         * amd64fbsd-tdep.c: Update copyright year.
4080         (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
4081         (amd64fbsd_sc_reg_offset): Likewise.
4082         * x86-64-linux-nat.c: Update copyright year.
4083         (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
4084         and %ss.
4085         * amd64nbsd-nat.c: Update copyright year.
4086         (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
4087         * amd64nbsd-tdep.c: Update copyright year.
4088         (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
4089         * x86-64-linux-tdep.c: Update copyright year.
4090         (user_to_gdb_regmap): Add mapping for %cs and %ss.
4091         (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
4092         * regformats/reg-x86-64.dat: Add %cs and %ss.
4093
4094         * blockframe.c (inside_entry_func): Reformat.  Introduce new local
4095         variables to prevent long lines.  Update comments to reflect
4096         reality.
4097
4098 2004-01-09  David Carlton  <[email protected]>
4099
4100         Checked in by Elena Zannoni  <[email protected]>.
4101         * dwarf2read.c (read_namespace): Pull out name-generating code
4102         into namespace_name. Rename previous_namespace to previous_prefix
4103         and processing_current_namespace to processing_current_prefix..
4104         (namespace_name): New function.
4105         (add_partial_symbol): Substitute uses of pdi->name with
4106         actual_name.
4107         * cp-support.h: Rename processing_current_namespace to
4108         processing_current_prefix.
4109         Update copyright year.
4110         * cp-namespace.c: Rename processing_current_namespace to
4111         processing_current_prefix.
4112         Update copyright year.
4113
4114 2004-01-09  Andrew Cagney  <[email protected]>
4115
4116         * jv-valprint.c, ser-unix.c: Add missing copyright years.
4117
4118 2004-01-09  Mark Kettenis  <[email protected]>
4119
4120         * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
4121         complaining.
4122         (process_one_symbol): Deal with N_PATCH stabs.
4123
4124 2004-01-09  Elena Zannoni  <[email protected]>
4125
4126         * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
4127         ifdeffed code.
4128         Update copyright year.
4129
4130 2004-01-08  Michael Chastain  <[email protected]>
4131
4132         * config/pa/tm-hppa.h: Update extern declarations for
4133         hppa32_hpux_frame_saved_pc_in_sigtramp,
4134         hppa32_hpux_frame_base_before_sigtramp, and
4135         hppa32_hpux_frame_find_saved_regs_in_sigtramp.
4136
4137 2004-01-08  Michael Chastain  <[email protected]>
4138
4139         * config/pa/tm-hppah.h: Update copyright years.
4140
4141 2004-01-08  Andrew Cagney  <[email protected]>
4142
4143         * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
4144         (mips_o32_reg_struct_has_addr): Delete function.
4145         (mips_gdbarch_init): Update.
4146         (mips_extract_struct_value_address): Delete function.
4147
4148 2004-01-08  David Mosberger  <[email protected]>
4149
4150         * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
4151         reality.
4152
4153 2004-01-07  Andrew Cagney  <[email protected]>
4154
4155         * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
4156         architecture's elf flags (when available).
4157
4158         * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
4159         FPU to the start, check the MIPS FPU when looking for an old
4160         architecture.
4161         (set_mipsfpu_single_command): Update the architecture.
4162         (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
4163
4164         * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
4165         (mips_mask_address_p): Add "tdep" parameter.
4166         (show_mask_address, mips_addr_bits_remove): Update.
4167         (mips_dump_tdep): Update.
4168         (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
4169         (MIPS_STACK_ARGSIZE): Delete macro.
4170         (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
4171         (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
4172         (mips_o64_push_dummy_call, mips_o32_return_value): Update.
4173         (mips_dump_tdep): Update.
4174         (MIPS_SAVED_REGSIZE): Delete macro.
4175         (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
4176         (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
4177         (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
4178         (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
4179         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
4180         (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
4181         (mips_pop_frame, return_value_location): Update.
4182         (mips_n32n64_return_value, mips_dump_tdep): Update.
4183
4184         * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
4185         MIPS ABI.
4186
4187         * mips-tdep.c: Update copyright.
4188         (mips_gdbarch_init): Merge two code blocks handling the register
4189         name and number layout.
4190
4191 2004-01-02  Pawel Ostrowski  <[email protected]>
4192
4193         * tracepoint.c (validate_actionline): Fix segv at EOF
4194
4195 2004-01-07  Michael Chastain  <[email protected]>
4196
4197         * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
4198         properly for static fields.
4199
4200 2004-01-06  Jeff Johnston  <[email protected]>
4201             Jason Molenda  <[email protected]>
4202
4203         * disasm.c: Update copyright to include 2004.
4204         (do_mixed_source_and_assembly): For uiout asm list
4205         and tuple cleanups, initialize to null_cleanup instead of
4206         NULL and do so prior to loop.  Only reset when we close off
4207         the tuple/list.  Move check for whether to close off the
4208         asm tuple/list to after dump_insns call where it will be run
4209         on each loop iteration.
4210
4211 2004-01-05  Andrew Cagney  <[email protected]>
4212
4213         * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
4214         should be a switch case and not a label.
4215         * mips-tdep.c (mips32_next_pc): Delete unused labels
4216         "greater_equal_branch" and "less_zero_branch".
4217         * jv-valprint.c (java_print_value_fields): Delete unused label
4218         "flush_it".
4219
4220         * target.c (unpush_target): Only close a target that is in the
4221         target stack.
4222
4223 2004-01-05  Mark Kettenis  <[email protected]>
4224
4225         * sparc-tdep.c (sparc_extract_struct_value_address): Get the
4226         address from [sp + 64] instead of %o2.
4227
4228         * frame.c (get_prev_frame): Don't try to unwind the PC.  This
4229         fixes PR backtrace/1476.
4230
4231 2004-01-05  Andrew Cagney  <[email protected]>
4232
4233         * libunwind-frame.h (struct frame_id): Add opaque declaration,
4234         move to start of file.
4235         * i386-tdep.h (struct regcache): Add opaque declaration.
4236         * config/ia64/nm-linux.h (struct target_ops): Add opaque
4237         declaration.
4238         * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
4239         (ia64_gdbarch_init): Use "GNU/Linux" in comment.
4240         * win32-nat.c (fake_create_process): Use ISO C style definition.
4241         * stabsread.c (define_symbol): Delete #ifndef
4242         DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
4243         stabs_argument_has_addr call, macro never defined.
4244
4245 2004-01-04  Michael Chastain  <[email protected]>
4246
4247         * op50-rom.c: Delete.
4248         * w89k-rom.c: Delete.
4249         * Makefile.in: Remove references.
4250
4251 2004-01-04  Mark Kettenis  <[email protected]>
4252
4253         * x86-64-tdep.c: Update copyright year.
4254         (struct amd64_register_info): Rename from x86_64_register_info.
4255         (amd64_register_info): Rename from x86_64_register_info.
4256         (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
4257         (amd64_register_name): Rename from x86_64_register_name.
4258         (amd64_register_type): Rename from x86_64_register_type.
4259         (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
4260         (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
4261         (amd64_dwarf_reg_to_regnum): Rename from
4262         x86_64_dwarf_reg_to_regnum.
4263         (amd64_convert_register_p): Rename from x86_64_convert_register_p.
4264         (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
4265         (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
4266         (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
4267         (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
4268         (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
4269         (amd64_skip_prologue): Rename from x86_64_skip_prologue.
4270         (amd64_frame_cache): Rename from x86_64_frame_cache.
4271         (amd64_frame_this_id): Rename from x86_64_frame_this_id.
4272         (amd64_frame_prev_register): Rename from
4273         x86_64_frame_prev_register.
4274         (amd64_frame_unwind): Rename from x86_64_frame_unwind.
4275         (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
4276         (amd64_sigtramp_frame_cache): Rename from
4277         x86_64_sigtramp_frame_cache.
4278         (amd64_sigtramp_frame_prev_register): Rename from
4279         x86_64_sigtramp_frame_prev_register.
4280         (amd64_sigtramp_frame_unwind): Rename from
4281         x86_64_sigtramp_frame_unwind.
4282         (amd64_sigtramp_frame_sniffer): Rename from
4283         x86_64_sigtramp_frame_sniffer.
4284         (amd64_frame_base_address): Rename from x86_64_frame_base_address.
4285         (amd64_frame_base): Rename from x86_64_frame_base.
4286         (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
4287         (amd64_frame_align): Rename from x86_64_frame_align.
4288         (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
4289         (amd64_regset_from_core_section): Rename from
4290         x86_64_regset_from_core_section.
4291         (x86_64_init_abi): Update comments.
4292
4293 2004-01-04  Nick Roberts  <[email protected]>
4294
4295         * MAINTAINERS (write after approval): Add myself.
4296
4297 2004-01-04  Mark Kettenis  <[email protected]>
4298
4299         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
4300         `float' arguments.
4301
4302 2004-01-04  Mark Kettenis  <[email protected]>
4303
4304         * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
4305         such that it mentions a specific version of GCC that exhibits this
4306         bug.
4307
4308 2004-01-03  Mark Kettenis  <[email protected]>
4309
4310         * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
4311         structure that has a single `float' member, store it in %f1 in
4312         addition to %f0.
4313
4314         * sparc-sol2-nat.c: Add missing '\'.
4315
4316         * sparc-tdep.c (sparc32_return_value): New function.
4317          (sparc32_use_struct_convention, sparc32_return_value_on_stack):
4318         Remove functions.
4319         (sparc32_gdbarch_init): Set return_value, don't set
4320         extract_return_value, store_return_value, use_struct_convention
4321         and return_value_on_stack.
4322
4323         * sparc-sol2-nat.c: Add missing ')'.
4324
4325 2004-01-03  J. Brobecker  <[email protected]>
4326
4327         * infrun.c (handle_step_into_function): New function.
4328         (handle_inferior_event): Extract out some code into the new
4329         function above.
4330
4331 2004-01-03  J. Brobecker  <[email protected]>
4332
4333         * infrun.c (handle_inferior_event): Move the declaration of
4334         real_stop_pc inside the if blocks where it is used.
4335
4336 2004-01-03  Mark Kettenis  <[email protected]>
4337
4338         * sparc64-tdep.c (sparc64_16_byte_align_p)
4339         (sparc64_store_floating_fields, sparc64_store_floating_fields):
4340         Use check_typedef to get subtypes of structures and unions.
4341         (sparc64_store_return_value): Fix calculation of the appropriate
4342         offset into VALBUF when storing a structure or union.
4343         (sparc64_return_value): New function.
4344         (sparc64_use_struct_convention): Remove function.
4345         (sparc64_init_abi): Set return_value, don't set
4346         extract_return_value, store_return_value and
4347         use_struct_convention.
4348
4349 2004-01-03  Eli Zaretskii  <[email protected]>
4350
4351         * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
4352         bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
4353         gdb/config/alpha/xm-alphaosf.h,
4354         gdb/config/powerpc/tm-ppcle-eabi.h,
4355         gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
4356         gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
4357         gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
4358         gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
4359         gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
4360         gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
4361         gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
4362         gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
4363         gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
4364         gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
4365         gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
4366         nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
4367         include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
4368         opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
4369         opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
4370         sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
4371         sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
4372         sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
4373         sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
4374         sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
4375         sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
4376         Remove lines for .cvsignore files.
4377
4378 2004-01-03  J. Brobecker  <[email protected]>
4379
4380         * infrun.c: Back out the previous change.
4381
4382 2004-01-03  Mark Kettenis  <[email protected]>
4383
4384         * NEWS: Mention revised SPARC target.  Add sparc-*-lynxos* and
4385         sparc-*-sunos4* to the list of REMOVED configurations.
4386
4387         * configure.tgt: Add back sparc-*-vxworks*.
4388         * remote-vxsparc.c: Remove all includes except for "defs.h",
4389         "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
4390         Include "sparc-tdep.h".
4391         (SPARC_R_G1): New define.
4392         (vxsparc_gregset): New variable.
4393         (ext_format_sparc): Remove extern declaration.
4394         (vx_read_register): Rewrite to use sparc32_supply_gregset and
4395         sparc32_supply_fpregset.
4396         (vx_write_register): Rewrite to use sparc32_collect_gregset,
4397         sparc_collect_rwindow and sparc32_collect_fpregset.
4398         * config/sparc/tm-vxworks.h: New file, based on recently removed
4399         tm-vxsparc.h.
4400         * config/sparc/vxworks.mt: New file, based on recently removed
4401         vxworks.mt.
4402
4403 2004-01-03  J. Brobecker  <[email protected]>
4404
4405         * infrun.c (handle_step_into_function): New function.
4406         (handle_inferior_event): Extract out some code into the new
4407         function above.
4408
4409 2004-01-02  Mark Kettenis  <[email protected]>
4410
4411         * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
4412         sparcl-tdep.c.  Add sparc-linux-tdep.c, sparc-sol2-nat.c,
4413         sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
4414         sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
4415         sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
4416         sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
4417         (sparc_nat_h): New variable.
4418         (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
4419         (tm-sun4os4.h): Remove dependency.
4420         (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
4421         (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
4422         sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
4423         sparc-tdep.o): Update dependencies.
4424         (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
4425         sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
4426         sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
4427         dependencies.
4428         * configure.host: Remove existing sparc-*-lynxos*,
4429         sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
4430         ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
4431         sparcv9-*-* and sparc64-*-* triplets.  Add new sparc64-*-linux*,
4432         sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
4433         triplets.
4434         * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
4435         sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
4436         sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
4437         sparcv9-*-* and commented out sparc64-*-solars2* triplets.  Add
4438         new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
4439         sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
4440         sparc64-*-solaris2* and sparc64-*-* triplets.
4441         * sparc64-tdep.c: Update copyright year.  Include "inferior.h",
4442         "symtab.h" and "objfiles.h".
4443         (BIAS): Remove define.
4444         (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
4445         (X_DISP19): Remove macros.
4446         (sparc_fetch_instruction): Remove function.
4447         (struct gdbarch_tdep): Remove definition.
4448         (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
4449         (sparc_breakpoint_from_pc): Remove function.
4450         (struct sparc64_frame_cache): Remove definition.
4451         (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
4452         sparc64_unwind_pc): Remove functions.
4453         (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
4454         `struct sparc64_frame_cache.  Call sparc_analyze_prologue instead
4455         of sparc64_analyze_prologue.  Mark constant as ULL instead of UL.
4456         (sparc64_frame_cache): Change return type to `struct
4457         sparc_frame_cache *'.  Simply call sparc_frame_cache.
4458         (sparc64_frame_this_id, sparc64_frame_prev_register,
4459         sparc64_frame_base_address): Use `struct sparc_frame_cache'
4460         instead of `struct sparc64_frame_cache.
4461         (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
4462         sparc_analyze_control_transfer, sparc_software_single_step,
4463         sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
4464         _initialize_sparc64_tdep): Remove functions.
4465         (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
4466         (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
4467         macros.
4468         (sparc64_supply_gregset, sparc64_collect_gregset,
4469         sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
4470         (sparc64_init_abi): New function.
4471         * sparc64-tdep.h: Update copyright year.  Fix typo in multiple
4472         inclusion guard.  Include "sparc-tdep.h".
4473         (BIAS): Define.
4474         (r_tstate_offset, r_fprs_offset): New defines.
4475         (enum sparc_regnum): Remove defenition.
4476         (enum sparc64_regnum): Reformat.
4477         (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
4478         (sparc64_init_abi, sparc64_supply_gregset,
4479         sparc64_collect_gregset, sparc64_supply_fpregset,
4480         sparc64_collect_fpregset): New prototypes.
4481         (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
4482         Add extern declarations.
4483         (sparc64_sol2_init_abi): New prototype.
4484         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
4485         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
4486         prototypes.
4487         * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
4488         "sparnbsd-nat.h".
4489         (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
4490         functions.
4491         (_initialize_sparc64fbsd_nat): Remove initialization of
4492         sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
4493         sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
4494         sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
4495         * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
4496         "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
4497         (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
4498         (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
4499         (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
4500         (sparc64fbsd_r_y_offset): Remove variables.
4501         (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
4502         Make static and const.
4503         (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
4504         (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
4505         functions.
4506         (sparc64fbsd_gregset): New variable.
4507         (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
4508         and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
4509         and sparc64_supply_fpregset.
4510         (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
4511         (sparc64fbsd_sigtramp_frame_this_id)
4512         (sparc64fbsd_sigtramp_frame_prev_register): New functions.
4513         (sparc64fbsd_sigtramp_frame_unwind): New variable.
4514         (sparc64fbsd_sigtramp_frame_sniffer): New function.
4515         (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
4516         sparc64fbsd_sigtramp_frame_sniffer.  Call sparc64_init_abi.
4517         * sparcnbsd-tdep.c: Update copyright year.  Include
4518         "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
4519         "trad-frame.h" and "gdb_assert.h", don't include "target.h",
4520         "value.h" and "sparcnbsd-tdep.h".
4521         (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
4522         (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
4523         (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
4524         (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
4525         defines.
4526         (sparcnbsd_gregset): New variable.
4527         (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
4528         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
4529         (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
4530         (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
4531         (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
4532         variables.
4533         (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
4534         (sparc32nbsd_sigcontext_frame_this_id)
4535         (sparc32nbsd_sigcontext_frame_prev_register): New functions.
4536         (sparc32nbsd_sigcontext_frame_unwind): New variable.
4537         (sparc32nbsd_sigtramp_frame_sniffer): New function.
4538         (sparcnbsd_get_longjmp_target_32,
4539         sparcnbsd_get_longjmp_target_64): Remove functions.
4540         (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
4541         (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
4542         sparcnbsd_init_elf): Remove.
4543         (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
4544         (sparcnbsd_elf_init_abi): New functions.
4545         (_initialize_sparcnbsd_tdep): New prototype.
4546         (_initialize_sparnbsd_tdep): Update.
4547         * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
4548         corelow.o.  Add sparc64-nat.o and sparc-nat.o.
4549         * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
4550         * config/sparc/linux.mh: Update comment.
4551         (XM_FILE, HOST_IPC): Remove variables.
4552         (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o.  Remove
4553         sparc-linux-nat.o.
4554         * config/sparc/linux.mt: Update comment.
4555         (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
4556         * config/sparc/nbsd.mt: Reformat.
4557         * config/sparc/nbsd64.mh: Update comment.
4558         (NATDEPFILES): Add sparc-nat.o.
4559         * config/sparc/nbsd64.mt: Update comment.
4560         (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
4561         (TM_FILE): Set to tm-nbsd.h.
4562         * config/sparc/nbsdelf.mh: Update comment.
4563         (NATDEPFILES): Add sparc-nat.o.
4564         (XM_FILE): Delete.
4565         * config/sparc/nbsdaout.mh: Update comment.
4566         (NATDEPFILES): Add sparc-nat.o
4567         (XM_FILE): Delete.
4568         * config/sparc/nm-linux.h: Update copyright year.  Don't include
4569         "config/nm-svr4.h" and "solib.h".  Add protection against multiple
4570         inclusion.
4571         (KERNEL_U_SIZE): Remove define.
4572         (kernel_u_size): Remove prototype.
4573         (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
4574         * config/sparc/nm-nbsd.h: Update copyright.  Don't include
4575         "regcache.h".
4576         (CHILD_PREPARE_TO_STORE): Remove define.
4577         * config/sparc/nm-nbsdaout.h: Tweak some comments.
4578         * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
4579         sparcnbsd-nat.c: Rewrite files.
4580         * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
4581         * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
4582         sparcnbsd-tdep.h: Remove files.
4583         * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
4584         config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
4585         config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
4586         config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
4587         config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
4588         config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
4589         config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
4590         config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
4591         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
4592         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
4593         config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
4594         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
4595         * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
4596         sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
4597         sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
4598         * config/sparc/linux64.mh, config/sparc/linux64.mt,
4599         config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
4600         config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
4601         config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
4602
4603 2004-01-02  Andrew Cagney  <[email protected]>
4604
4605         From 2003-12-18 Kazuhiro Inaoka:
4606         * configure.host: Add m32r-linux target.
4607
4608 2004-01-02  Michael Chastain  <[email protected]>
4609
4610         * top.c (print_gdb_version): Update year to 2004.
4611
4612 2004-01-02  Mark Mitchell  <[email protected]>
4613
4614         * MAINTAINERS: Add myself to the write-after-approval category.
4615
4616 2004-01-02  Daniel Jacobowitz  <[email protected]>
4617
4618         From Bernardo Innocenti <[email protected]>:
4619         * configure.tgt: Add uClinux target.
4620
4621 2004-01-02  Andrew Cagney  <[email protected]>
4622
4623         * utils.c (do_my_cleanups): Make static, add forward declaration.
4624         * defs.h (do_my_cleanups): Delete declaration.
4625
4626 2004-01-02  Eli Zaretskii  <[email protected]>
4627
4628         * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
4629         bfd/ChangeLog-0203.
4630
4631 2004-01-02  Mark Kettenis  <[email protected]>
4632
4633         * configure.in: Check for <machine/reg.h>.  Check for `struct reg'
4634         in <machine/reg.h>.
4635         * configure, config.in: Regenerate.
4636
4637 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
4638 tui/ChangeLog-1998-2003.
4639 \f
4640 Local Variables:
4641 mode: change-log
4642 left-margin: 8
4643 fill-column: 74
4644 version-control: never
4645 End:
This page took 0.283678 seconds and 4 git commands to generate.