OSDN Git Service

a2035292572d04532d1abeaf390cc169ccc42fba
[pf3gnuchains/pf3gnuchains3x.git] / gdb / ChangeLog
1 2005-06-21  Mark Kettenis  <kettenis@gnu.org>
2
3         * inf-ttrace.c (inf_ttrace_xfer_partial): Change type of readbuf
4         and writebuf arguments to `gdb_byte *'.
5
6 2005-06-21  Wu Zhou  <woodzltc@cn.ibm.com>
7
8         * MAINTAINERS (Write After Approval): Add myself.
9
10 2005-06-20  Mark Kettenis  <kettenis@gnu.org>
11
12         * hppabsd-tdep.c: Include "symtab.h", "objfiles.h", "target.h",
13         "value.h" and "elf/common.h".
14         (hppabsd_supply_gregset): Use `gdb_byte *' for byte buffer.
15         (hppabsd_find_global_pointer): New function.
16         (hppabsd_init_abi): Set TDEP->find_global_pointer to
17         hppabsd_find_global_pointer.
18         * Makefile.in (hppabsd-tdep.o): Update dependencies.
19
20 2005-06-12  Mark Kettenis  <kettenis@gnu.org>
21
22         * hppa-tdep.c (hppa_pointer_to_address_hack): Remove function.
23         (unwind_command): Use %lx to print pointer.
24
25 2005-06-19  Mark Kettenis  <kettenis@gnu.org>
26
27         * remote-sim.c (gdbsim_xfer_inferior_memory): Remove prototype.
28         Change type of second argument to`gdb_byte *'.
29
30 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
31
32         * mi/mi-cmd-stack.c (mi_cmd_stack_info_frame): New function.
33
34         * mi/mi-cmds.c (mi_cmds): Replace entry for -stack-info-frame.
35         Make it use mi_cmd_stack_info_frame
36
37         * mi/mi-cmds.h (mi_cmd_stack_info_frame): New declaration.
38
39 2005-06-18  Mark Kettenis  <kettenis@gnu.org>
40
41         * hppa-tdep.c (hppa_fallback_frame_cache): Don't error out if we
42         can't find the bounds of the current function.  Wrap some long
43         lines in the process.
44
45         * regcache.c (regcache_raw_supply, regcache_raw_collect): Change
46         type of last argument back to `void *'.
47         * regcache.h (regcache_raw_supply, regcache_raw_collect): Likewise.
48
49 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
50
51         * mi/mi-cmds.c (mi_cmds): Remove entry for -stack-info-frame.
52
53         * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
54         (mi_cmd_stack_info_depth): Don't test for stack.
55         (mi_cmd_stack_select_frame): Make the argument mandatory.
56         Don't test for stack.
57
58 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
59
60         * remote.c (set_thread, remote_thread_alive): Replace sprintf
61         call with xsnprintf.
62         (remote_threads_extra_info, extended_remote_restart)
63         (remote_check_symbols, store_register_using_P)
64         (compare_sections_command): Ditto.
65
66 2005-06-16  David Ung  <davidu@mips.com>
67
68         * MAINTAINERS (Write After Approval): Add self.
69
70 2005-06-15  Mark Kettenis  <kettenis@gnu.org>
71
72         * hppa-hpux-nat.c (hppa_hpux_fetch_register)
73         (hppa_hpux_store_register): Add casts in extract_unsigned_integer
74         and store_usigned_integer calls.
75
76 2005-06-14  Nick Roberts  <nickrob@snap.net.nz>
77
78         * mi/mi-main.c (mi_cmd_data_list_register_values): Remove test for
79         registers now that mi_execute_command rewinds after an error.
80
81 2005-06-13  Mark Kettenis  <kettenis@gnu.org>
82
83         * configure.ac: Use AC_CHECK_TYPES to check for uintptr_t.
84         * configure, config.in: Regenerate.
85
86         * ser-tcp.c: Tweak comment.
87         [!HAVE_SOCKLEN_T]: Typedef socklen_t.
88         * configure.ac: Add check for socklen_t.
89         * configure, config.in: Regenerate.
90
91 2005-06-13  H.J. Lu  <hongjiu.lu@intel.com>
92
93         * config/i386/linux64.mt (TDEPFILES): Add symfile-mem.o.
94
95 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
96
97         * MAINTAINERS: Update my email address.
98
99 2005-06-13  Mark Mitchell  <mark@codesourcery.com>
100
101         * corelow.c (core_open): Use bfd_fopen, not bfd_fdopenr.
102         * exec.c (exec_file_attach): Likewise.
103         * solib-frv.c (enable_break2): Likewise.
104         * solib-svr4.c (enable_break): Likewise.
105         * solib.c (solib_map_sections): Likewise.
106         * symfile.c (symfile_bfd_open): Likewise.
107
108 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
109
110         * Makefile.in (symfile.o): Add $(exec_h).
111         * exec.h (exec_set_section_address): Add prototype.
112         * exec.c (exec_set_section_address): New function.
113         * symfile.c: Include "exec.h".
114         (struct place_section_arg, place_section): New.
115         (default_symfile_offsets): Call place_section for each
116         section of a relocatable file.
117
118 2005-06-13  Joel Brobecker  <brobecker@adacore.com>
119
120         * hppa-tdep.c (hppa_pc_requires_run_before_use): Really test all
121         bits of top byte in address.
122
123 2005-06-13  Wu Zhou  <woodzltc@cn.ibm.com>
124
125         * eval.c (evaluate_subexp_standard): Add code to check the target
126         type of a TYPE_CODE_PTR value when we encounter a f77 undetermined
127         arglist.  If it is array, string or function, work on the target
128         value instead.
129
130 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
131             Nick Roberts  <nickrob@snap.net.nz>
132
133         * mi/mi-main.c (register_changed_p, get_register): Use
134         get_selected_frame.
135         (mi_execute_command): Call mi_out_rewind after an error.
136
137 2005-06-12  Mark Kettenis  <kettenis@gnu.org>
138
139         * hppa-tdep.c (hppa_frame_prev_register)
140         (hppa_fallback_frame_prev_register)
141         (hppa_stub_frame_prev_register): Change type of last argument to
142         `gdb_byte *'.
143         (hppa_fetch_pointer_argument): Tweak comment.  Use
144         get_frame_register_unsigned instead of get_frame_register.
145         (hppa32_return_value, hppa64_return_value): Change type of readbuf
146         and writebuf arguments to `gdb_byte *'.  Remove unecessary casts
147         and local variables.
148         (hppa_pseudo_register_read): Change type of last argument to
149         `gdb_byte *'.
150
151         * m68k-tdep.c (m68k_frame_prev_register): Change type of last
152         argument to `gdb_byte *'.
153
154         * arm-tdep.c (set_disassembly_style, _initialize_arm_tdep):
155         Consitify regnames.
156
157         * alpha-tdep.c (alpha_sigtramp_frame_prev_register)
158         (alpha_heuristic_frame_prev_register): Change type of last
159         argument to `gdb_byte *'.
160         (alpha_register_to_value, alpha_value_to_register) 
161         (alpha_extract_return_value, alpha_store_return_value): Likewise.
162         * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
163
164         * arm-tdep.c (arm_prologue_prev_register)
165         (arm_sigtramp_prev_register): Change type of last argument to
166         `gdb_byte *'.
167
168         * m88k-tdep.c (m88k_frame_prev_register): Change type of last
169         argument to `gdb_byte *'.
170
171         * vax-tdep.c (vax_frame_prev_register): Change type of last
172         argument to `gdb_byte *'.
173
174         * sparc-tdep.c (sparc32_frame_prev_register): Change type of last
175         argument to `gdb_byte *'.
176         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
177         Likewise.
178         * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Likewise.
179         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
180         Likewise.
181         * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
182         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
183         Likewise.
184         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
185         Likewise.
186         * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Likewise.
187         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_unwind):
188         Likewise.
189
190         * amd64-tdep.c (amd64_frame_prev_register)
191         (amd64_sigtramp_frame_prev_register): Change type of last argument
192         to `gdb_byte *'.
193
194 2005-06-11  Mark Kettenis  <kettenis@gnu.org>
195
196         * i386-tdep.c (i386_register_type): Return
197         builtin_type_void_func_ptr for %eip and builtin_type_void_data_ptr
198         for %ebp and %esp.
199
200 2005-06-10  Ben Elliston  <bje@au.ibm.com>
201
202         * valprint.c (print_floating): Fix comment typo.
203
204 2005-06-09  Jeff Johnston  <jjohnstn@redhat.com>
205
206         * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and
207         protect libunwind references with HAVE_LIBUNWIND_IA64_H flag.
208         (ia64_pseudo_register_write): Use gdb_byte to remove warning.
209         (ia64_register_to_value, ia64_value_to_register): Ditto.
210         (ia64_frame_prev_register): Ditto.
211         (ia64_libunwind_frame_prev_register): Ditto.
212         (ia64_sigtramp_frame_prev_register): Ditto.
213         (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
214         (ia64_store_return_value): Ditto.
215
216 2005-06-08  Jeff Johnston  <jjohnstn@redhat.com>
217             David Mosberger <davidm@hpl.hp.com>
218
219         * ia64-tdep.c (KERNEL_START): New macro.
220         (ia64_pseudo_register_read): Fix code to use libunwind to properly
221         get the rse registers.
222         (ia64_frame_this_id): Mark outermost frame with null frame id.
223         (ia64_sigtramp_frame_prev_register): Fix up debug output.
224         (ia64_access_rse_reg): New accessor function.
225         (ia64_access_mem): Add special logic for accessing the
226         kernel's unwind table.
227         (getunwind_table): Fix for corefiles.
228         (get_kernel_table): Fix to handle vDSO.
229         (ia64_libunwind_frame_this_id): Check for null frame id and
230         don't unwind past pc value of 0.  Fix debugging output.
231         (ia64_libunwind_sigtramp_frame_this_id): New function.
232         (ia64_libunwind_sigtramp_frame_prev_register): Ditto.
233         (ia64_libunwind_sigtramp_frame_sniffer): Ditto.
234         (ia64_libunwind_sigtramp_frame_unwind): New unwinder.
235         (ia64_unw_rse_accessors): New libunwind accessors.
236         (ia64_libunwind_descr): Add ia64_unw_rse_accessors.
237         (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Use 
238         ia64_libunwind_sigtramp_frame_sniffer instead of 
239         ia64_sigtramp_frame_sniffer.
240         * libunwind-frame.c (libunwind_frame_set_descr): Add
241         special register accessors.
242         (libunwind_frame_cache): Add special logic to check for
243         0 pc value.  Check for a signal trampoline frame.
244         (libunwind_frame_this_id): Check if libunwind_frame_cache
245         returns NULL.
246         (libunwind_frame_prev_register): Check for NULL cache.
247         (libunwind_frame_base_address): Ditto.
248         (libunwind_sigtramp_frame_sniffer): New function.
249         (libunwind_get_reg_special): Ditto.
250         (libunwind_load): Add unw_is_signal_frame support.
251         * libunwind-frame.h (struct libunwind_descr): Add special_accessors
252         field.
253         (libunwind_sigtramp_frame_sniffer): New prototype.
254         (libunwind_get_reg_special): Ditto.
255         
256 2005-06-08  Wu Zhou  <woodzltc@cn.ibm.com>
257
258         * expression.h (enum exp_opcode): Fix a comment typo.
259
260 2005-06-06  Manoj Iyer  <manjo@austin.ibm.com>
261
262         * solib-svr4.c (struct lm_info): Change type of 'lm' to gdb_byte.
263         (elf_locate_base): Converted types of buf, bufend, pbuf, to gdb_byte.
264         (first_link_map_member): Converted type of r_map_buf to gdb_byte.
265         (open_symbol_file_object): Converted type of l_name_buf to gdb_byte.
266         (svr4_fetch_objfile_link_map): Converted type of l_name_buf to
267         gdb_byte.
268
269 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
270
271         * MAINTAINERS: Update my email address.
272
273 2005-06-03  Joel Brobecker  <brobecker@adacore.com>
274
275         * symmisc.c (dump_symtab_1): Renamed from dump_symtab.
276         (dump_symtab): New function.
277
278 2005-04-02  Joel Brobecker  <brobecker@adacore.com>
279
280         * exceptions.h: Include ui-out.h.
281         (ui_out): Remove declaration.
282         * Makefile.in (exceptions_h): Add dependency on ui-out.h.
283
284 2005-05-30  Andrew Cagney  <cagney@gnu.org>
285
286         * MAINTAINERS (Can Commit Without Approval): New section,
287         previously burried under "Target Instruction Set Architectures".
288         Note that cagney "can commit" changes to powerpc-linux.
289         
290         * MAINTAINERS: Drop architecture and target vectors.
291
292 2005-05-29  Eli Zaretskii  <eliz@gnu.org>
293
294         * config/djgpp/fnchange.lst: Add mappings for linux-ppc-low.c and
295         linux-ppc64-low.c.
296
297 2005-05-28  Bob Rossi  <bob@brasko.net>
298         * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS): Add mi-common.
299         (gdb/mi/ headers): Add mi_common_h.
300         (breakpoint.o, infrun.o): Add dependencies mi_common_h.
301         * breakpoint.c (include): Add include 'mi/mi-common.h'.
302         (print_it_typical): Use async_reason_lookup.
303         (watchpoint_check): Ditto.
304         * infrun.c (include): Add include 'mi/mi-common.h'.
305         (print_stop_reason): Use async_reason_lookup.
306         * mi/mi-common.h: New file.
307         * mi/mi-common.c: Ditto.
308
309 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
310
311         * alpha-tdep.c (alpha_next_pc): Use correct register number
312         for floating-point branch instructions.
313
314 2005-05-28  Daniel Jacobowitz  <dan@codesourcery.com>
315             Jonathan Larmour  <jifl@eCosCentric.com>
316
317         PR backtrace/1760
318         * frame.c (backtrace_limit): Change type to int.
319         (get_prev_frame): Update backtrace limit support.
320         (_initialize_frame): Use add_setshow_integer_cmd for backtrace_limit.
321
322 2005-05-28  Daniel Jacobowitz  <dan@codesourcery.com>
323
324         * configure.tgt (powerpc64-*-linux*): Enable gdbserver.
325         * regformats/reg-ppc64.dat: New file.
326
327 2005-05-28  Daniel Jacobowitz  <dan@codesourcery.com>
328
329         From Wu Zhou <woodzltc@cn.ibm.com>:
330         * remote.c (struct gdb_ext_thread_info): Fix a comment typo.
331         (remote_unpack_thread_info_response): Likewise.
332
333 2005-05-28  Daniel Jacobowitz  <dan@codesourcery.com>
334
335         * cli/cli-setshow.c (do_setshow_command): Partially revert previous
336         change.  Cast to "char **" for var_string.
337
338 2005-05-28  Daniel Jacobowitz  <dan@codesourcery.com>
339
340         * cp-name-parser.y (parse_escape): Revert previous change.  Return
341         the input character by default.
342
343 2005-05-28  Daniel Jacobowitz  <dan@codesourcery.com>
344
345         * dwarf2-frame.c (dwarf2_frame_prev_register): Use gdb_byte.
346         * i386-linux-nat.c (fetch_register, store_register, supply_gregset)
347         (fill_gregset): Likewise.
348         * i386-tdep.c (i386_frame_prev_register)
349         (i386_sigtramp_frame_prev_register): Likewise.
350         * linux-nat.c (linux_nat_xfer_memory, linux_nat_make_corefile_notes):
351         Likewise.
352         * linux-thread-db.c (thread_db_xfer_memory): Likewise.
353         * remote.c (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint):
354         Likewise.
355         * target.c (debug_to_insert_hw_breakpoint)
356         (debug_to_remove_hw_breakpoint, update_current_target): Likewise.
357
358 2005-05-28  Hans-Peter Nilsson  <hp@axis.com>
359
360         * MAINTAINERS: Change cris-elf state to non-broken.
361         * cp-name-parser.y (parse_escape): Initialize target_char to zero.
362
363 2005-05-27  Orjan Friberg  <orjanf@axis.com>
364
365         * cris-tdep.c (crisv32_scan_prologue): Add.
366         (cris_frame_unwind_cache, cris_skip_prologue): Call 
367         crisv32_scan_prologue when debugging CRISv32.
368
369 2005-05-27  Orjan Friberg  <orjanf@axis.com>
370
371         * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start) 
372         (cris_frame_prev_register, cris_sigtramp_frame_prev_register)
373         (cris_return_value): Use gdb_byte for byte buffers.
374         (struct cris_frame_unwind, struct cris_frame_base): Fix formatting.
375
376 2005-05-26  Chris Demetriou  <cgd@netbsd.org>
377
378         * MAINTAINERS (Write After Approval): Remove myself.
379
380 2005-05-27  Andrew Cagney  <cagney@gnu.org>
381
382         * jv-lang.c (get_java_utf8_name): Add cast.
383         (evaluate_subexp_java): Use gdb_byte for buffers.
384         * jv-valprint.c (java_value_print, java_value_print): Use gdb_byte
385         for buffers.
386         * scm-lang.c (scm_get_field, scm_unpack)
387         (scm_evaluate_string): Use gdb_byte for buffers.
388         (scm_lookup_name): Add cast.
389         * scm-valprint.c (scm_scmval_print, scm_scmval_print): Use
390         gdb_byte for buffers.
391         * tui/tui.h (tui_get_command_dimension): Make parameters unsigned.
392         * tui/tui.c (tui_get_command_dimension): Make parameters unsigned.
393         * value.h (check_field): Change "name" to a string.
394         * valops.c (check_field): Change "name" to a string.
395         * scm-lang.h (scm_parse): Use gdb_byte for buffers.
396         * source.c (get_current_source_symtab_and_line)
397         (set_current_source_symtab_and_line): Initialize all fields of sal
398         structures.
399         * cli/cli-cmds.c (list_command): Use gdb_byte for buffers.
400
401 2005-05-26  Andrew Cagney  <cagney@gnu.org>
402
403         * command.h (add_setshow_integer_cmd): Make VAR an integer.
404         * cli/cli-decode.c (add_setshow_integer_cmd): Update to match.
405         * valops.c (value_string): Add a cast.
406         * eval.c (evaluate_subexp_standard): Use gdb_byte for byte buffers.
407         * breakpoint.c (re_enable_breakpoints_in_shlibs): Use gdb_byte for
408         byte buffers.
409         * target.h (struct target_ops): For to_insert_hw_breakpoint and
410         to_remove_hw_breakpoint use gdb_byte for byte buffer parameters.
411         * breakpoint.h (struct bp_location): Make shadow_contents a
412         gdb_byte buffer.
413         * cli/cli-setshow.c (do_setshow_command): Fix cast.
414         * cli/cli-dump.c (restore_section_callback)
415         (restore_binary_file): Use gdb_byte for byte buffers.
416         * proc-service.c (ps_ptwrite, ps_ptread, ps_pdwrite): Fix casts.
417         (ps_xfer_memory): Use gdb_byte for byte buffers.
418         * tracepoint.c (mem2hex): Use gdb_byte for byte buffers, and char
419         for string buffers.
420         * ser-tcp.c (net_open): Make len a socklen_t.
421
422 2005-05-24  Andrew Cagney  <cagney@gnu.org>
423
424         * rs6000-tdep.c (ppc_supply_reg, ppc_collect_reg): Use gdb_byte
425         for byte buffers.
426         (rs6000_fetch_pointer_argument): Use get_frame_register_unsigned.
427         (rs6000_software_single_step, sstep_breaks, skip_prologue) 
428         (rs6000_push_dummy_call, rs6000_push_dummy_call) 
429         (rs6000_push_dummy_call, rs6000_push_dummy_call) 
430         (rs6000_register_to_value, e500_pseudo_register_read) 
431         (rs6000_store_return_value, e500_pseudo_register_write) 
432         (rs6000_frame_prev_register, rs6000_extract_return_value): Ditto.
433         * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
434         (ppc_sysv_abi_push_dummy_call, do_ppc_sysv_return_value)
435         (do_ppc_sysv_return_value, ppc_sysv_abi_return_value)
436         (ppc_sysv_abi_broken_return_value)
437         (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_push_dummy_call)
438         (ppc64_sysv_abi_push_dummy_call, ppc64_sysv_abi_return_value)
439         (ppc64_sysv_abi_return_value, ppc64_sysv_abi_return_value): Ditto.
440         * ppc-linux-tdep.c (ppc_linux_in_sigtramp)
441         (ppc_linux_at_sigtramp_return_path)
442         (ppc_linux_skip_trampoline_code)
443         (ppc_linux_memory_remove_breakpoint, ppc_linux_return_value):
444         * rs6000-tdep.c (rs6000_value_to_register)
445         (rs6000_register_to_value): Ditto.
446         * ppc-tdep.h (ppc_sysv_abi_return_value)
447         (ppc64_sysv_abi_return_value, ppc_sysv_abi_broken_return_value)
448         (ppc_linux_memory_remove_breakpoint): Ditto.
449
450 2005-05-24  Ulrich Weigand  <uweigand@de.ibm.com>
451
452         * s390-tdep.c (s390_frame_prev_register): Change type of last
453         argument to 'gdb_byte *'.
454         (s390_stub_frame_prev_register): Likewise.
455         (s390_sigtramp_frame_prev_register): Likewise.
456
457 2005-05-24  Kris Warkentin  <kewarken@qnx.com>
458
459         * config/i386/nto.mt: Remove remote-nto.o.
460
461 2005-05-24  Orjan Friberg  <orjanf@axis.com>
462
463         * config/djgpp/fnchange.lst: Add mappings for 
464         gdbserver/linux-cris-low.c and gdbserver/linux-crisv32-low.c.
465
466 2005-05-23  Michael Snyder  <msnyder@redhat.com>
467         From Nora Pan <qpan@mvista.com>
468         * linux-nat.c (read_mapping): Don't stumble over entries in
469         mapping that have name but zero inode.
470
471 2005-05-23  Andrew Cagney  <cagney@gnu.org>
472
473         * target.h (child_xfer_memory): Use gdb_byte for byte buffer
474         parameters.
475         * inftarg.c (child_xfer_partial): Update.
476         * wince.c (child_xfer_memory): Update.
477         * win32-nat.c (child_xfer_memory): Update.
478         * rs6000-nat.c (child_xfer_memory): Update.
479         * infptrace.c (child_xfer_memory): Update.
480         * dcache.c (struct dcache_block): Use gdb_byte for the byte
481         buffers.
482         (dcache_read_line, dcache_xfer_memory, dcache_poke_byte) 
483         (dcache_peek_byte, dcache_write_line): Ditto.
484
485         * auxv.h (target_auxv_read, procfs_xfer_auxv)
486         (target_auxv_parse): Use gdb_byte for byte buffer parameters.
487         * auxv.c (target_auxv_read, procfs_xfer_auxv, target_auxv_parse) 
488         (target_auxv_search, fprint_target_auxv): Update.
489
490 2005-05-23  Orjan Friberg  <orjanf@axis.com>
491
492         * cris-tdep.c: Tweak values for cris-mode.
493
494 2004-05-23  Joel Brobecker  <brobecker@adacore.com>
495
496         * mdebugread.c (record_minimal_symbol): New procedure.
497         (parse_partial_symbols): Use record_minimal_symbol to record
498         the new minimal symbols instead of prim_record_minimal_symbol
499         and prim_record_minimal_symbol_and_info.
500
501 2005-05-22  Mark Kettenis  <kettenis@gnu.org>
502
503         * NEWS: Mention OpenBSD/arm as a new native configuration.
504
505         * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h".
506         Reorder includes.  Don't require FETCH_INFERIOR_REGISTERS to be
507         defined.
508         (armnbsd_fetch_registers): Rename from armnbsd_fetch_registers.
509         Make static.
510         (armnbsd_store_registers): Rename from armnbsd_store_registers.
511         Make static.
512         (_initialize_arm_netbsd_nat): Construct and add target vector.
513         * Makefile.in (armnbsd-nat.o): Update dependencies.
514         * config/arm/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
515         intarg.o, add inf-ptrace.o.
516         (NAT_FILE): Set to solib.h.
517         * config/arm/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
518         inftarg.o, add inf-ptrace.o.
519         (NAT_FILE): Remove.
520
521         * arm-tdep.c (arm_extract_return_value, arm_store_return_value):
522         Change type of last argument to `gdb_byte *'.
523
524         * configure.host: Add arm*-*-openbsd*.
525         * configure.tgt: Add arm*-*-openbsd*.
526
527 2005-05-22  Andrew Cagney  <cagney@gnu.org>
528
529         * frame.h (frame_register_unwind, frame_unwind_register)
530         (get_frame_register, frame_register, put_frame_register)
531         (get_frame_memory, safe_frame_unwind_memory)
532         (frame_register_read): Use gdb_byte for byte buffer parameters.
533         * trad-frame.h (trad_frame_get_register)
534         (frame_get_prev_register): Ditto.
535         * frame-unwind.h (frame_prev_register_ftype): Ditto.
536         * frame.c (frame_pop, frame_register, frame_unwind_register) 
537         (get_frame_register, frame_unwind_register_signed) 
538         (frame_unwind_register_unsigned, frame_unwind_unsigned_register) 
539         (frame_register_read, get_frame_memory): Update.
540         * trad-frame.c (trad_frame_get_prev_register): Update.
541         (trad_frame_get_register): Update.
542         * gdbcore.h (deprecated_read_memory_nobpt, read_memory): Ditto.
543         * breakpoint.c (deprecated_read_memory_nobpt): Update.
544         * corefile.c (read_memory): Update.
545         * tramp-frame.c (tramp_frame_prev_register): Update.
546         * valops.c (value_assign): Update.
547         * sentinel-frame.c (sentinel_frame_prev_register): Update.
548         * std-regs.c (value_of_builtin_frame_fp_reg)
549         (value_of_builtin_frame_pc_reg): Update.
550         * infcmd.c (default_print_registers_info): Update
551         * dummy-frame.c (dummy_frame_prev_register): Update.
552         * findvar.c (value_of_register, value_from_register): Update.
553         * tui/tui-regs.c (tui_register_format, tui_get_register): Update.
554         * mi/mi-main.c (register_changed_p, get_register): Update.
555
556 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
557
558         * configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS.  Fix
559         bad description of _MSE_INT_H that caused each word in config.in
560         to be enclosed in [].
561         * configure, config.in: Regenerate.
562
563 2005-05-20  Joel Brobecker  <brobecker@adacore.com>
564
565         * alpha-tdep.c (fp_register_zero_p): New function.
566         (fp_register_sign_bit): New function.
567         (alpha_next_pc): Add support for floating-point control instructions.
568
569 2005-05-19  Andrew Cagney  <cagney@gnu.org>
570
571         * defs.h (extract_signed_integer, extract_unsigned_integer)
572         (extract_long_unsigned_integer, extract_typed_address)
573         (store_signed_integer, store_unsigned_integer)
574         (store_typed_address): Use gdb_byte for byte buffer parameters.
575         (push_bytes, push_word): Delete declaration.
576         * valops.c (push_bytes, push_word): Delete function.
577         * findvar.c (extract_signed_integer, extract_unsigned_integer) 
578         (extract_typed_address, store_signed_integer) 
579         (store_unsigned_integer): Update.
580         
581         * regcache.h (regcache_raw_read, regcache_raw_write)
582         (regcache_raw_read_part, regcache_raw_write_part)
583         (regcache_cooked_read_part, regcache_cooked_write_part)
584         (regcache_cooked_read, regcache_cooked_write)
585         (regcache_raw_supply, regcache_raw_collect)
586         (regcache_cooked_read_ftype, regcache_save, regcache_restore)
587         (deprecated_read_register_gen, deprecated_write_register_gen)
588         (deprecated_read_register_bytes, deprecated_write_register_bytes)
589         (deprecated_grub_regcache_for_registers): Use gdb_byte for byte
590         buffer parameters.
591         * ia64-tdep.c (ia64_extract_return_value): Update.
592         * frame.c (do_frame_register_read): Update.
593         * regcache.c (deprecated_grub_regcache_for_registers) 
594         (struct regcache, regcache_save, regcache_restore, regcache_cpy) 
595         (do_cooked_read, regcache_xmalloc, register_buffer) 
596         (deprecated_read_register_bytes, regcache_raw_read) 
597         (regcache_raw_read_signed, regcache_raw_read_unsigned) 
598         (deprecated_read_register_gen, regcache_cooked_read) 
599         (regcache_cooked_read_signed, regcache_cooked_read_unsigned) 
600         (deprecated_write_register_gen, regcache_cooked_write) 
601         (deprecated_write_register_bytes, regcache_raw_read_part) 
602         (regcache_raw_write_part, regcache_cooked_read_part) 
603         (regcache_cooked_write_part, read_register, regcache_raw_supply): 
604
605 2005-05-17  Corinna Vinschen  <vinschen@redhat.com>
606
607         * MAINTAINERS: Undelete v850.
608         * Makefile.in: Re-add v850-tdep.o dependencies.
609         * configure.tgt: Re-add v850.
610         * v850-tdep.c: Reorder code slightly.  Add register number enumerator.
611         (struct v850_frame_cache): New structure.
612         (v850_processor_type_table): Remove. Move functionality into
613         v850_register_name, v850e_register_name and v850_gdbarch_init.
614         (v850_register_name): New function.
615         (v850e_register_name): New function.
616         (struct prologue_info): Remove definition.
617         (v850_register_type): New function.
618         (v850_type_is_scalar): New function.
619         (v850_use_struct_convention): Align to gcc behaviour.
620         (v850_handle_prepare): Renamed from handle_prepare. Change third
621         parameter to struct v850_frame_cache *.
622         (v850_handle_pushm): Renamed from handle_pushm. Change third parameter
623         to struct v850_frame_cache *.
624         (v850_is_save_register): New function to evaluate if a register is
625         caller-save.
626         (v850_analyze_prologue): Replace v850_scan_prologue.  Change to support
627         new frame code.
628         (v850_init_extra_frame_info): Remove.
629         (v850_frame_chain): Remove.
630         (v850_find_callers_reg): Remove.
631         (v850_skip_prologue): Make static.
632         (v850_pop_frame): Remove.
633         (v850_frame_align): New function.
634         (v850_push_dummy_call): Replace v850_push_arguments.
635         (v850_push_return_address): Remove.
636         (v850_extract_return_value): New function.
637         (v850_store_return_value): New function.
638         (v850_return_value): New function.
639         (v850_frame_saved_pc): Remove.
640         (v850_breakpoint_from_pc): New function.
641         (v850_alloc_frame_cache): New function.
642         (v850_fix_call_dummy): Remove.
643         (v850_frame_cache): New function.
644         (v850_target_architecture_hook): Remove.
645         (v850_frame_prev_register): New function.
646         (v850_frame_this_id): New function.
647         (v850_frame_unwind): New structure.
648         (v850_frame_sniffer): New function.
649         (v850_unwind_sp): New function.
650         (v850_unwind_pc): New function.
651         (v850_unwind_dummy_id): New function.
652         (v850_frame_base_address): New function.
653         (v850_frame_base): New structure.
654         (v850_gdbarch_init): New function.
655         * config/v850/v850.mt: Undelete.  Drop TM_FILE.
656
657 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
658             Dennis Brueni  <dennis@slickedit.com>
659
660         * stack.c (print_frame): In MI mode, output a fullname attribute
661         with the stack frame.
662
663 2005-05-16  Mark Kettenis  <kettenis@gnu.org>
664
665         * corelow.c (core_xfer_partial): Change type of readbuf and
666         writebuf to `gdb_byte *'.
667         * sparc-nat.c (sparc_xfer_wcookie, sparc_xfer_partial): Change
668         type of readbuf and writebuf to `gdb_byte *'.
669         * bsd-uthread.c (bsd_uthread_xfer_partial): Change type of readbuf
670         and writebuf to `gdb_byte *'.
671         * inf-ptrace.c (inf_ptrace_xfer_partial): Change type of readbuf
672         and writebuf to `gdb_byte *'.
673         * bsd-kvm.c (bsd_kvm_xfer_memory): Replace.
674         (bsd_kvm_xfer_partial): New function.
675         (bsd_kvm_add_target): Set to_xfer_partial instead of
676         to_xfer_memory.
677         * bfd-target.c (target_bfd_xfer_partial): Change type of readbuf
678         and writebuf to `gdb_byte *'.
679         * target.c (deprecated_debug_xfer_memory): Remove prototype.
680         (deprecated_debug_xfer_memory): Change type of second argument to
681         `gdb_byte *'.
682         * remote.c (remote_xfer_memory): Remove prototype.
683         (remote_xfer_memory): Change type of second argument to `gdb_byte
684         *'.
685         (remote_xfer_partial): Change type of readbuf and writebuf to
686         `gdb_byte *'.
687
688         * config/sparc/fbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
689         * config/sparc/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
690         and solib-legacy.o.
691         (NAT_FILE): Remove.
692
693 2005-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
694
695         * s390-tdep.c (s390_return_value): Remove unnecessary casts.
696         (s390_breakpoint_from_pc): Change type of return value and
697         'breakpoint' to const gdb_byte *.
698
699 2005-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
700
701         * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write):
702         Change type of 'buf' argument to gdb_byte *.
703         (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
704         (s390_register_to_value): Change type of 'out' to gdb_byte *, change
705         type of 'in' to gdb_byte [].
706         (s390_value_to_register): Change type of 'in' to gdb_byte *, change
707         type of 'out' to gdb_byte [].
708         (s390_return_value): Change type of 'out' and 'in' to gdb_byte *.
709
710 2005-05-16  Andrew Cagney  <cagney@gnu.org>
711
712         * target.h (target_read_partial, target_write_partial)
713         (do_xfer_memory, xfer_memory, target_read, target_write)
714         (get_target_memory): For buffers, change "void*" to gdb_byte.
715         (struct target_ops): Ditto for to_xfer_partial and
716         deprecated_xfer_memory.
717         * dcache.h (dcache_xfer_memory): Ditto.
718         * target.c (default_xfer_partial, target_read_partial) 
719         (target_write_partial, target_read, target_write) 
720         (do_xfer_memory, update_current_target, get_target_memory): Update.
721         (target_read_string): Change buf to a gdb_byte.
722         * dcache.c (dcache_xfer_memory): Update.
723         * exec.c (xfer_memory): Make buffer type to gdb_byte.
724         * mem-break.c (default_memory_insert_breakpoint): Remove cast.
725         * disasm.c (dis_asm_read_memory): Remove cast, use gdb_byte.
726
727 2005-05-16  Mark Kettenis  <kettenis@gnu.org>
728
729         * sol-thread.c (ignore): Change last argument to `gdb_byte.'
730
731         * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove.
732         * config/i386/fbsd64.mt (DEPRECATED_TM_FILE): Remove.
733         * config/i386/nbsd.mt (DEPRECATED_TM_FILE): Remove.
734         * config/i386/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
735         * config/sparc/nbsd.mt (DEPRECATED_TM_FILE): Remove.
736         * config/sparc/nbsd64.mt (DEPRECATED_TM_FILE): Remove.
737
738         * observer.sh: Quote $DJGPP.
739
740 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
741
742         * Makefile.in (.y.c): Update ylwrap invocation.
743
744 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
745
746         * linux-nat.c (child_follow_fork, linux_handle_extended_wait)
747         (lin_lwp_attach_lwp, linux_nat_attach, wait_lwp, child_wait)
748         (linux_nat_wait, kill_wait_callback): Use my_waitpid.
749         (_initialize_linux_nat, lin_thread_get_thread_signals): Use
750         SA_RESTART.
751
752 2005-05-14  Mark Kettenis  <kettenis@gnu.org>
753
754         * configure.tgt (vax-*-openbsd*): Set gdb_target to obsd.
755         * config/vax/obsd.mt (TDEPFILES): New file.
756
757         * i386-tdep.c (i386_supply_gregset, i386_collect_gregset): Use
758         gdb_byte instead of bfd_byte.
759
760         * mips-tdep.c (mips_pseudo_register_read)
761         (mips_pseudo_register_write): Change type of last argument to
762         `gdb_byte *'.
763         (mips_register_to_value, mips_value_to_register): Change type of
764         last argument to `gdb_byte *'.  Remove casts that are no longer
765         needed.
766         (mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
767         (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
768         (mips_o32_push_dummy_call, mips_o32_return_value): Use `const
769         gdb_byte *' for val and gdb_byte for valbuf.  Remove casts that
770         are no longer needed.
771         (mips_eabi_return_value, mips_n32n64_return_value)
772         (mips_o32_return_value, mips_o64_return_value): Change type of
773         readbuf and writebuf arguments to `gdb_byte *'.
774         (mips_read_fp_register_single): Change type of last argument to
775         `gdb_byte *'.  Use `gdb_byte *' for raw_buffer.
776         (mips_read_fp_register_double): Change type of last argument to
777         `gdb_byte *'.
778         (mips_print_fp_register): Use `gdb_byte *' for raw_buffer.  Remove
779         casts that are no longer needed.
780         (mips_print_register, print_gp_register_row): Use gdb_byte for
781         raw_buffer.  Remove casts that are no longer needed.
782         (mips_single_step_through_delay): Use gdb_byte for buf.
783         (mips_breakpoint_from_pc): Change return type to `const gdb_byte
784         *'.  Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
785         pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
786         little_breakpoint, pmon_little_breakpoint and
787         idt_little_breakpoint.
788         (mips_integer_to_address): Use `gdb_byte *' for tmp.
789
790         * config/m68k/obsd.mt (DEPRECATED_TM_FILE): Remove.
791         * config/i386/obsd.mt (DEPRECATED_TM_FILE): Remove.
792         * config/i386/obsd64.mt (DEPRECATED_TM_FILE): Remove.
793         * config/pa/obsd.mt (DEPRECATED_TM_FILE): Remove.
794         * config/sparc/obsd.mt (DEPRECATED_TM_FILE): Remove.
795         * config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Remove.
796
797         * sparc-tdep.c (sparc_fetch_instruction, sparc_fetch_wcookie): Use
798         gdb_byte for buf.
799         (sparc32_pseudo_register_read, sparc32_pseudo_register_write):
800         Change type of last argument to `gdb_byte *'.  Remove casts that
801         are no longer needed.
802         (sparc32_push_dummy_code, sparc32_store_arguments): Use gdb_byte
803         for buf.
804         (sparc_breakpoint_from_pc): Change return type to `const gdb_byte
805         *'.  Use gdb_byte for break_insn.
806         (sparc32_extract_return_value, sparc32_store_return_value): Change
807         type of last argument to `gdb_byte *'.  Use gdb_byte for buf.
808         (sparc32_return_value): Change type of readbuf and writebuf
809         arguments to `gdb_byte *'.
810         (sparc_software_single_step): Use gdb_byte for npc_save and
811         nnpc_save.
812         (sparc_supply_rwindow, sparc_collect_rwindow): Use gdb_byte for
813         buf.
814         (sparc32_supply_gregset, sparc32_collect_gregset)
815         (sparc32_supply_fpregset, sparc32_collect_fpregset): Use `gdb_byte
816         *' for regs.
817         * sparc64-tdep.c (sparc64_pseudo_register_read)
818         (sparc64_pseudo_register_write): Change type of last argument to
819         `gdb_byte *'.  Remove casts that are no longer needed.
820         (sparc64_store_floating_fields, sparc64_extract_floating_fields):
821         Change type of valbuf argument to `gfd_byte *'.
822         (sparc64_store_arguments): Use `gdb_byte *' for valbuf.  use
823         gdb_byte for buf.
824         (sparc64_extract_return_value, sparc64_store_return_value): Change
825         type of last argument to `gdb_byte *'.  Use gdb_byte for buf.
826         (sparc64_return_value): Change type of readbuf and writebuf
827         arguments to `gdb_byte *'.
828         (sparc64_supply_gregset, sparc64_collect_gregset)
829         (sparc64_supply_fpregset, sparc64_collect_fpregset): Use `gdb_byte
830         *' for regs.
831
832         * m68k-tdep.c (m68k_local_breakpoint_from_pc): Change return type
833         to `const gdb_byte *'.  Use gdb_byte for break_insn.
834         (m68k_register_to_value): Change type of last argument to
835         `gdb_byte *'.  Use gdb_byte for from.
836         (m68k_value_to_register): Change type of last argument to
837         `gdb_byte *'.  Use gdb_byte for to.
838         (m68k_extract_return_value): Change type of last argument to
839         `gdb_byte *'.  Use gdb_byte for buf.  Remove unnecessary cast.
840         (m68k_svr4_extract_return_value): Change type of last argument to
841         `gdb_byte *'.  Use gdb_byte for buf.
842         (m68k_store_return_value): Change type of last argument to
843         `gdb_byte *'.  Remove unnecessary cast.
844         (m68k_svr4_store_return_value): Change type of last argument to
845         `gdb_byte *'.  Use gdb_byte for buf.
846         (m68k_return_value, m68k_svr4_return_value): Change type of
847         readbuf and writebuf arguments to `gdb_byte *'.
848         (m68k_push_dummy_call, m68k_unwind_pc, m68k_frame_cache) 
849         (m68k_unwind_dummy_id): Use gdb_byte for buf.
850         (m68k_get_longjmp_target): Use `gdb_byte *' for buf.
851         * m68kbsd-tdep.c (m68kbsd_supply_fpregset) 
852         (m68kbsd_supply_gregset): Use `gdb_byte *' for regs.
853
854         * m88k-tdep.c (m88k_breakpoint_from_pc): Change return type to
855         `const gdb_byte *'.  Use gdb_byte for break_insn.
856         (m88k_return_value): Change type of readbuf and
857         writebuf arguments to `gdb_byte *'.  Use gdb_byte for buf.
858         (m88k_supply_gregset): Use `gdb_byte *' for regs.
859
860         * vax-tdep.c (vax_return_value): Change type of readbuf and
861         writebuf arguments to `gdb_byte *'.
862
863         * amd64-tdep.c (amd64_return_value): Change type of readbuf and
864         writebuf arguments to `gdb_byte *'.  Remove now redundant casts.
865         * i386-tdep.c (i386_return_value): Change type of readbuf and
866         writebuf arguments to `gdb_byte *'.
867         (i386_pseudo_register_read, i386_pseudo_register_write): Change
868         type of last argument to `gdb_byte *'.
869         (i386_register_to_value, i386_value_to_register): Change type of
870         last argument to `gdb_byte *'.  Simplify function a bit.
871         * i387-tdep.h (i387_value_to_register, i387_register_to_value):
872         Change type of last argument to `gdb_byte *'.
873         * i387-tdep.c: Likewise.
874
875 2005-05-13  Andrew Cagney  <cagney@gnu.org>
876
877         * gdbarch.sh (pseudo_register_read, pseudo_register_write)
878         (value_to_register, register_to_value, pointer_to_address)
879         (address_to_pointer, return_value, extract_return_value)
880         (store_return_value): Instead of a void pointer, use gdb_byte.
881         * gdbarch.h, gdbarch.c: Regenerate.
882         * inferior.h (unsigned_address_to_pointer)
883         (signed_pointer_to_address, address_to_signed_pointer)
884         (unsigned_pointer_to_address): Update.
885         * arch-utils.h (legacy_return_value): 
886         * arch-utils.c (legacy_extract_return_value)
887         (legacy_return_value): Update.
888         * findvar.c (unsigned_pointer_to_address) 
889         (signed_pointer_to_address, unsigned_address_to_pointer) 
890         (address_to_signed_pointer): Update.
891
892 2005-05-13  Orjan Friberg  <orjanf@axis.com>
893
894         * cris-tdep.c (_initialize_cris_tdep): Improve help strings for
895         cris-version, cris-mode, and cris-dwarf2-cfi settings.
896
897 2005-05-13  Orjan Friberg  <orjanf@axis.com>
898
899         * cris-tdep.c (usr_cmd_cris_version): Change type to int.
900         (cris_mode_normal, cris_mode_guru, cris_modes, usr_cmd_cris_mode): Add.
901         (struct gdbarch_tdep): Change type of cris_version to int.  Add
902         cris_mode.
903         (cris_mode, set_cris_mode): New functions.
904         (crisv32_single_step_through_delay): Read from NRP register instead
905         of ERP register in guru mode.
906         (cris_breakpoint_from_pc): Rename break_insn to break8_insn.
907         Add break15_insn, returned in guru mode.
908         (_initialize_cris_tdep): Add call to add_setshow_enum_cmd for new 
909         cris-mode setting.
910         (cris_dump_tdep): Add dump of cris_mode.
911         (cris_gdbarch_init): Add cris_mode to search criteria for architecture.
912         Register the sigtramp frame sniffer only if not in guru mode.
913         
914 2005-05-13  Eli Zaretskii  <eliz@gnu.org>
915
916         * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
917
918         * go32-nat.c: Include top.h.  Update copyright years.
919         (init_go32_ops): Override the default value of gdbinit[] with
920         "gdb.ini".
921
922         * cli/cli-cmds.c: Don't define GDBINIT_FILENAME.
923         (init_cli_cmds): Use gdbinit[] instead of a compile-time literal
924         string GDBINIT_FILENAME.
925
926         * top.c (PATH_MAX): Define if not defined.
927         (gdbinit): Declare with a constant size PATH_MAX.
928
929         * config/i386/go32.mh (XM_FILE): Remove.
930
931         * config/i386/xm-go32.h: Remove file.
932
933 2005-05-12  Mark Kettenis  <kettenis@gnu.org>
934
935         * sol-thread.c: Include "solib.h".
936         (sol_thread_attach): Use solib_add instead of SOLIB_ADD.
937         * Makefile.in (sol-thread.o): Update dependencies.
938
939         * NEWS: Mention OpenBSD/mips64 as a new native configuration.
940
941 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
942
943         * observer.sh (texi) [DJGPP]: If the file name includes a colon,
944         convert it to the /dev/x/ form.
945
946 2005-05-12  Mark Kettenis  <kettenis@gnu.org>
947
948         * solib.h (CLEAR_SOLIB, SOLIB_ADD)
949         (SOLIB_CREATE_INFERIOR_HOOK, SOLIB_REMOVE_INFERIOR_HOOK)
950         (SOLIB_IN_DYNAMIC_LINKER, SOLIB_RESTART)
951         (DISABLE_UNSETTABLE_BREAK, PC_SOLIB)
952         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Remove defines and orphaned
953         comments.
954         * breakpoint.c: Include "solib.h".
955         (insert_bp_location) [!DISABLE_UNSETTABLE_BREAK]: Call
956         solib_address.
957         (remove_solib_event_breakpoints, create_solib_event_breakpoint)
958         (disable_breakpoints_in_shlibs)
959         (disable_breakpoints_in_unloaded_shlib)
960         (re_enable_breakpoints_in_shlibs): Compile if SOLIB_ADD isn't
961         defined. If PC_SOLIB isn't defined, call solib_address.
962         (_initialize_breakpoint): Unconditionally install observer.
963         * corelow.c: Include "solib.h".
964         [SOLIB_ADD] (solib_add_stub): Remove prototype.
965         (core_close) [!CLEAR_SOLIB]: Call clear_solib.
966         (solib_add_stub) [!SOLIB_ADD] Call solib_add.
967         (core_open): Unconditionally call solib_add_stub.
968         * fork-child.c: Include "solib.h".
969         (fork_inferior) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
970         solib_create_inferior_hook.
971         * infcmd.c: Include "solib.h".
972         (attach_command) [!SOLIB_ADD]: Call shlib_rescan.  Unconditionally
973         call re_enable_breakpoints_in_shlibs.
974         * infrun.c: Include "solib.h".
975         (SOLIB_IN_SYNSYM_RESOLVE_CODE): Don't define if not already
976         defined.
977         (stop_on_solib_events, show_stop_on_solib_events): Include
978         unconditionally.
979         (follow_exec) [!SOLIB_CREATE_INFERIOR_HOOK]: Call
980         solib_create_inferior_hook.
981         (handle_inferior_event) [!SOLIB_ADD]: Call shlib_add.
982         [!IN_SOLIB_DYNSYM_RESOLVE_CODE]: Call in_solib_dynsym_resolve_code.
983         (_initialize_infrun): Unconditionally add "stop_on_solib-events"
984         command.
985         * remote.c: Include "solib.h".
986         (remote_open_1): Unconditionally call no_shared_libraries.
987         [!SOLIB_CREATE_INFERIOR_HOOK] Call solib_create_inferior_hook.
988         * stack.c: Include "solib.h".
989         (print_frame) [!PC_SOLIB] Call shlib_for_pc.
990         * xcoffsolib.c (no_shared_libraries): Remove function.
991         * Makefile.in (SFILES): Add solib.c.
992         (ALLDEPFILES): Remove solib.c.
993         (COMMON_OBS): Add solib.o.
994         (breakpoint.o, corelow.o, fork-chiled.o, infcmd.o, infrun.o)
995         (remote.o, stack.o): Update dependencies.
996
997 2005-05-12  Daniel Jacobowitz  <dan@codesourcery.com>
998
999         * cp-names.y: Renamed to ...
1000         * cp-name-parser.y: ... this.
1001         * Makefile.in (SFILES, YYFILES, YYOBJ): Rename cp-names.y to
1002         cp-name-parser.y.
1003         (test-cp-names.o): Renamed to test-cp-name-parser.o.
1004         (test-cp-names): Renamed to test-cp-name-parser.
1005         (clean, local-maintainer-clean): Update.
1006         (cp-names.o): Renamed to cp-name-parser.o.
1007
1008 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
1009
1010         * observer.sh: Use observer.tmp instead of observer.inc-tmp which
1011         on 8+3 filesystems overwrites observer.inc.  Update copyright year
1012         of the resultant file.
1013
1014         * gnu-v3-abi.c (init_gnuv3_ops): Cast is_gnu_v3_mangled_dtor and
1015         is_gnu_v3_mangled_ctor to avoid compiler warnings.
1016
1017         * config/djgpp/config.sed: Adapt to latest Autoconf.
1018
1019         * config/djgpp/djconfig.sh: Add -Wpointer-arith and
1020         -Wuninitialized to the build warnings.
1021
1022 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
1023
1024         * config/djgpp/fnchange.lst: Add mappings for inttypes*.m4,
1025         ChangeLog-2004, reg-cris*.dat, dw2-intermix.*, semcris*-switch.c.
1026         Fix mappings for hilo-hazard-?.s.
1027
1028         * config/djgpp/README: Update GDB versions and my email address.
1029
1030 2005-05-09  Andrew Cagney  <cagney@gnu.org>
1031
1032         Use gdb_byte in preference to bfd_byte.
1033         * gdbarch.sh: Update.
1034         * gdbarch.h, gdbarch.c: Re-generate.
1035         * ada-lang.c, ada-lang.h, ada-valprint.c, arch-utils.c: Update.
1036         * c-lang.c, c-lang.h, c-valprint.c, cp-valprint.c: Update.
1037         * f-lang.c, f-lang.h, f-valprint.c, gdbcore.h, jv-lang.h: Update.
1038         * jv-valprint.c, language.c, language.h, m2-lang.c: Update.
1039         * m2-lang.h, m2-valprint.c, objc-lang.c, p-lang.c: Update.
1040         * p-lang.h, p-valprint.c, regcache.c, scm-lang.c: Update.
1041         * scm-lang.h, scm-valprint.c, target.c, target.h: Update.
1042         * tramp-frame.c, valarith.c, valops.c, valprint.c: Update.
1043         * valprint.h, value.c, value.h: Update.
1044
1045 2005-05-09  Mark Kettenis  <kettenis@gnu.org>
1046
1047         * vaxbsd-nat.c (vaxbsd_supply_gregset, vaxbsd_collect_gregset):
1048         Use `gdb_byte *' for regs.
1049         * vax-tdep.c (vax_supply_gregset): Use `gdb_byte *' for regs;
1050         (vax_store_arguments, vax_push_dummy_call, vax_return_value): Use
1051         gdb_byte for buf.
1052         (vax_breakpoint_from_pc): Change return type to `const gdb_byte
1053         *'.  Use gdb_byte for break_insn.
1054         (vax_skip_prologue): Use gdb_byte for op.
1055
1056         * i387-tdep.c: Remove outdated comments.
1057
1058         * defs.h: Unconditionally include <sys/types.h>.
1059
1060 2005-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
1061
1062         * mips-tdep.c (mips_stub_frame_sniffer): Handle .MIPS.stubs
1063         section like .plt.
1064
1065 2005-05-08  Mark Kettenis  <kettenis@gnu.org>
1066
1067         * i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigtramp_code):
1068         Change type to `static const gdb_byte'.
1069         (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start) 
1070         (i386_linux_sigcontext_addr): Use gdb_byte for buf.
1071         * amd64-linux-tdep.c (linux_sigtramp_code): Change type to `static
1072         const gdb_byte'.
1073         (amd64_linux_sigtramp_start, amd64_linux_sigcontext_addr): Use
1074         gdb_byte for buf.
1075         * amd64fbsd-tdep.c (amd64fbsd_supply_uthread) 
1076         (amd64fbsd_collect_uthread): Use gdb_byte for buf.
1077
1078         * config/ia64/nm-aix.h: Remove file.
1079
1080         * amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts.
1081         (amd64_push_arguments): Use gdb_byte instead of bfd_byte.  Use
1082         gdb_byte for buf.
1083         (amd64_push_dummy_call): Use gdb_byte for buf.
1084         (amd64_analyze_prologue): Use gdb_byte for proto, buf and op.
1085         (amd64_frame_cache, amd64_sigtramp_frame_cache)
1086         (amd64_unwind_dummy_id): Use gdb_byte for buf.
1087         (amd64_supply_fxsave, amd64_collect_fxsave): Use `gdb_byte *' for
1088         regs.
1089         * amd64obsd-tdep.c (amd64obsd_supply_regset): Use `gdb_byte *' in
1090         casts.
1091         (amd64obsd_sigtramp_p): Use gdb_byte for sigreturn and `gdb_byte
1092         *' for buf,
1093
1094         * i386-tdep.c (i386_breakpoint_from_pc): Change return type to
1095         `const gdb_byte *'.  Use gdb_byte for break_insn.
1096         (i386_follow_jump): Use gdb_byte for op.
1097         (i386_analyze_struct_return): Use gdb_byte for proto1, proto2, buf
1098         and op.
1099         (i386_skip_probe): Use gdb_byte for buf and op.
1100         (struct i386_insn): Use gdb_byte for insn and mask.
1101         (i386_match_insn, i386_analyze_frame_setup)
1102         (i386_analyze_register_saves): Use gdb_byte for op.
1103         (i386_skip_prologue): Use gdb_byte for pic_pat and op;
1104         (i386_unwind_pc, i386_frame_cache, i386_sigtramp_frame_cache)
1105         (i386_unwind_dummy_id, i386_get_longjmp_target): Use gdb_byte for
1106         buf.
1107         (i386_extract_return_value, i386_store_return_value): Use
1108         `gdb_byte *' instead of `void *' for valbuf argument.  Remove now
1109         redundant cast.
1110         (i386_pseudo_register_read, i386_pseudo_register_write): Use
1111         gdb_byte for mmx_buf.
1112         (i386_register_to_value, i386_value_to_register): Use `gdb_byte *'
1113         instead of `char *' for buf.
1114         (i386_supply_gregset, i386_collect_gregset): Use `gdb_byte *'
1115         instead of `char *' for regs.
1116         (i386_svr4_sigcontext_addr): Use gdb_byte for buf.
1117         * i386obsd-tdep.c (i386obsd_sigtramp_p): Use gdb_byte for
1118         sigreturn and `gdb_byte *' for buf.
1119         (i386obsd_aout_supply_regset): Use `const gdb_byte *' in cast.
1120         (i386obsd_supply_uthread, i386obsd_collect_uthread): Use gdb_byte
1121         for buf.
1122         * i386bsd-tdep.c (i386bsd_sigcontext_addr): Use gdb_byte for buf.
1123
1124         * defs.h (gdb_byte): New typedef.  Tweak comments.
1125
1126         * target.h (target_link): Remove prototype.
1127         * target.c (target_link): Remove function.
1128         * symfile.c: Remove comment about rombug.
1129
1130 2005-05-04  Mark Kettenis  <kettenis@gnu.org>
1131
1132         * config/i386/cygwin.mh (XM_FILE): Remove variable.
1133         * config/i386/xm-cygwin.h: Remove file.
1134
1135 2005-05-03  Ben Elliston  <bje@au.ibm.com>
1136
1137         * infrun.c (handle_inferior_event): Update the comment about users
1138         of stepped_after_stopped_by_watchpoint.
1139
1140 2005-05-02  Corinna Vinschen  <vinschen@redhat.com>
1141
1142         * MAINTAINERS: Remove hint that sh64 doesn't build.
1143         * sh64-tdep.c (sh64_push_dummy_call): Cast buf in call to write_memory.
1144         (sh64_do_fp_register): make raw_buffer unsigned.
1145         (sh64_do_register): Ditto.
1146
1147 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
1148
1149         * bsd-uthread.c: Include "solib.h".
1150         * Makefile.in (bsd-uthread.o): Update dependencies.
1151
1152 2005-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
1153
1154         * gdbarch.sh (deprecated_current_gdbarch_select_hack): Flush
1155         cached frames when changing gdbarch.
1156         * gdbarch.c: Regenerated.
1157
1158 2005-05-01  Andrew Cagney  <cagney@gnu.org>
1159
1160         * MAINTAINERS: Note that cris, m68k, mn10300, sh64, sparc and vax
1161         do not build.
1162
1163         * gdbarch.sh (deprecated_extract_return_value)
1164         (breakpoint_from_pc, deprecated_store_return_value)
1165         (memory_insert_breakpoint, memory_remove_breakpoint): Change type
1166         of buffer to a bfd_byte pointer.
1167         * gdbarch.h, gdbarch.c: Re-generate.
1168         * mem-break.c (memory_insert_breakpoint) 
1169         (memory_remove_breakpoint, default_memory_insert_breakpoint)
1170         (default_memory_remove_breakpoint): Update.
1171         * target.h (memory_insert_breakpoint)
1172         (memory_remove_breakpoint, default_memory_insert_breakpoint)
1173         (default_memory_remove_breakpoint): Update declarations.
1174         (struct target_ops): Update to_insert_breakpoint and
1175         to_remove_breakpoint.
1176         * target.c (debug_to_remove_breakpoint) 
1177         (debug_to_insert_breakpoint): Update.
1178         * remote-m32r-sdi.c (m32r_remove_breakpoint) 
1179         (m32r_insert_breakpoint): Update.
1180         * m32r-tdep.c (m32r_memory_insert_breakpoint) 
1181         (m32r_memory_remove_breakpoint): Update.
1182         * remote-e7000.c (e7000_insert_breakpoint) 
1183         (e7000_remove_breakpoint): Update.
1184         * remote-rdi.c (arm_rdi_insert_breakpoint) 
1185         (arm_rdi_remove_breakpoint): Update.
1186         * remote-sim.c (gdbsim_insert_breakpoint) 
1187         (gdbsim_remove_breakpoint): Update.
1188         * exec.c (ignore): Update.
1189         * rs6000-tdep.c (rs6000_extract_return_value): Update.
1190         * ia64-tdep.c (ia64_memory_insert_breakpoint) 
1191         (ia64_memory_remove_breakpoint): Update.
1192         * remote-rdp.c (remote_rdp_insert_breakpoint) 
1193         (remote_rdp_remove_breakpoint): Update.
1194
1195 2005-05-01  Mark Kettenis  <kettenis@gnu.org>
1196
1197         * somsolib.c, somsolib.h: Remove files.
1198         * Makefile.in (somsolib_h): Remove.
1199         (somsolib.o): Remove dependency.
1200
1201         * fbsd-nat.c: Include <sys/sysctl.h>.
1202         (fbsd_pid_to_exec_file): Use KERN_PROC_PATHNAME sysctl if
1203         available.  Plug memory leak.  Fixes PR gdb/1922.
1204
1205 2005-04-29  Mark Kettenis  <kettenis@gnu.org>
1206
1207         * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB) 
1208         (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK) 
1209         (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS) 
1210         (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
1211         * solib.c (solib_data): New variable.
1212         (solib_init, solib_ops): New functions.
1213         (solib_open, solib_map_sections, free_so, update_solib_list)
1214         (solib_add, clear_solib, solib_create_inferior_hook)
1215         (in_solib_dynsym_resolve_code): Call architecture-dependent code
1216         using solib_ops.
1217         (_initialize_solib): Register SOLIB_DATA.
1218
1219 2005-04-29  Kevin Buettner  <kevinb@redhat.com>
1220
1221         * frv-tdep.c (find_func_descr): Verify that entry point can be
1222         found in symbol table prior to looking up its function descriptor.
1223         * solib-frv.c (find_canonical_descriptor_in_load_object): Add
1224         test for non-NULL link map.
1225
1226 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
1227
1228         * MAINTAINERS: Revert h8300 state to un-deleted.
1229         * Makefile.in: Re-add h8300-tdep.o dependencies.
1230         * h8300-tdep.c: Slightly rearrange type definitions and functions.
1231         (struct frame_extra_info): Remove.
1232         (struct h8300_frame_cache): Replace locals with differently defined
1233         uses_fp member.
1234         (h8300_unwind_pc): Simplify.
1235         (h8300_unwind_sp): New function.
1236         (h8300_unwind_dummy_id): Simplify.
1237         (h8300_init_frame_cache): New function.
1238         (h8300_is_argument_spill): Use reworked defines for opcode scanning.
1239         (h8300_skip_prologue): Rewrite.
1240         (h8300_alloc_frame_cache): Remove.
1241         (h8300_analyze_frame_setup): Remove.
1242         (h8300_analyze_register_saves): Remove.
1243         (h8300_analyze_prologue): Rewrite.
1244         (h8300_frame_cache): Use h8300_init_frame_cache instead of
1245         h8300_alloc_frame_cache.  Use BINWORD instead of constant 4 to
1246         accomodate 16 bit mode.  Fix saved_sp and register offset evaluation.
1247         (h8300_frame_this_id): Correctly calculate this_id using saved stack
1248         pointer instead of base.
1249         (h8300_frame_prev_register): Drop needless braces.
1250         (h8300_frame_base_address): New function.
1251         (h8300_frame_base): New frame_base.
1252         (h8300_push_dummy_call): Return correct CFA value.
1253         (h8300h_extract_return_value): Fix 8 byte value handling.
1254         (h8300_use_struct_convention): New function.
1255         (h8300h_use_struct_convention): New function.
1256         (h8300h_store_return_value): Fix 8 byte value handling.
1257         (h8300_return_value): New function.
1258         (h8300h_return_value): New function.
1259         (h8300_extract_struct_value_address): Remove deprecated functionality.
1260         (h8300_push_dummy_code): Remove.
1261         (h8300_gdbarch_init): Replace set_gdbarch_extract_return_value and
1262         set_gdbarch_store_return_value calls by set_gdbarch_return_value.
1263         Remove calls to set_gdbarch_deprecated_fp_regnum,
1264         set_gdbarch_deprecated_extract_struct_value_address,
1265         set_gdbarch_deprecated_use_struct_convention and
1266         set_gdbarch_push_dummy_code.
1267         Add calls to set_gdbarch_unwind_sp and frame_base_set_default.
1268         Slightly rearrange code.
1269
1270 2005-04-28  Jim Blandy  <jimb@redhat.com>
1271
1272         * parse.c (namecopy): Change allocation conventions.
1273         (namecopy_size): New variable.
1274         (copy_name): Allocate namecopy using xrealloc, instead of assuming
1275         it has adequate space allocated to it.
1276         (parse_exp_1): Don't try to allocate space for namecopy here.
1277
1278 2005-04-28  Eli Zaretskii  <eliz@gnu.org>
1279
1280         * cli/cli-cmds.c (edit_command): If symtab->fullname is not yet
1281         set, use symtab_to_fullname, instead of trying to do its job.  Use
1282         xstrprintf instead of malloc and sprintf.
1283
1284 2005-04-28  Kevin Buettner  <kevinb@redhat.com>
1285
1286         * remote.c (init_remote_state): Eliminate use of
1287         deprecated_register_bytes().
1288
1289 2005-04-28  Andrew Cagney  <cagney@gnu.org>
1290
1291         * valops.c (check_field): Make buffer a bfd_byte.
1292         * value.c (unpack_long, unpack_double, unpack_pointer) 
1293         (unpack_field_as_long, modify_field): Ditto.
1294         * value.h: Update declarations.
1295
1296 2005-04-28  Paul Brook  <paul@codesourcery.com>
1297
1298         * exceptions.c (print_flush): Handle NULL gdb_stdout_serial.
1299
1300 2005-04-27  Mark Kettenis  <kettenis@gnu.org>
1301
1302         * solib-svr4.c (_initialize_svr4_solib)
1303         [SVR4_FETCH_LINK_MAP_OFFSETS]: Don't set non-existent variable
1304         svr4_legacy_fetch_link_map_offsets.
1305
1306         * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function.
1307         (sh_gdbarch_init): Remove redundant prototype.
1308         * sh-linux-tdep.c: New file.
1309         * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets):
1310         Remove prototype.
1311         (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
1312         * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove
1313         solib-legacy.o.
1314         * Makefile.in (sh-linux-tdep.o): New.
1315
1316         * solib-svr4.c: Update copyright year.  Include "gdb_assert.h".
1317         (SVR4_FETCH_LINK_MAP_OFFSETS): Don't define if not already
1318         defined.
1319         (legacy_fetch_link_map_offsets): Remove prototype.
1320         (fetch_link_map_offsets_gdbarch_data): Remove.
1321         (LM_ADDR, LM_NEXT, IGNORE_FIRST_LINK_MAP_ENTRY)
1322         (first_link_map_member, open_symbol_file_object, svr4_current_sos)
1323         (svr4_fetch_objfile_link_map): Call svr4_fetch_link_map_offsets
1324         instead of SVR4_FETCH_LINK_MAP_OFFSETS.
1325         (solib_svr4_data): New variable.
1326         (struct solib_svr4_ops): New.
1327         (solib_svr4_init): New fynction.
1328         (legacy_fetch_link_map_offsets, init_fetch_link_map_offsets):
1329         Remove functions.
1330         (svr4_fetch_link_map_offsets, svr4_have_link_map_offsets): Rewrite
1331         using the new `struct solib_svr4_ops'.
1332         (_initialize_svr4_solib): Replace registration of per-architecture
1333         data.  Add temporary hack to set
1334         svr4_legacy_fetch_link_map_offsets if SVR4_FETCH_LINK_MAP_OFFSETS
1335         is set.
1336         * Makefile.in (solib-svr4.o): Update dependencies.
1337
1338 2005-04-26  Mark Kettenis  <kettenis@gnu.org>
1339
1340         * configure.tgt (*-*-freebsd*): Set gdb_osabi to
1341         GDB_OSABI_FREEBSD_ELF.  Partial fix for PR gdb/1922.
1342
1343 2005-04-26  Andrew Cagney  <cagney@gnu.org>
1344
1345         * remote.c (remote_open_1): Move "ex"'s declaration to where it is
1346         used.
1347         (remote_get_thread_local_address): Use throw_error, include a
1348         printed string.
1349         * linux-thread-db.c (thread_db_get_thread_local_address): Ditto.
1350         * dwarf2loc.c (dwarf_expr_tls_address): Ditto.
1351         * cli/cli-script.c (script_from_file): Mark up throw_error message.
1352         * linespec.c (symtab_from_filename, decode_variable): Ditto.
1353
1354 2005-04-26  Andrew Cagney  <cagney@gnu.org>
1355
1356         Rename 'struct exception' to 'struct gdb_exception'.
1357         * wrapper.c: Update.
1358         * varobj.c: Update.
1359         * tui/tui-interp.c: Update.
1360         * remote.c: Update.
1361         * mi/mi-main.c: Update.
1362         * mi/mi-interp.c: Update.
1363         * linux-thread-db.c: Update.
1364         * interps.h: Update.
1365         * interps.c: Update.
1366         * exceptions.h: Update.
1367         * exceptions.c: Update.
1368         * dwarf2loc.c: Update.
1369         * cli/cli-interp.c: Update.
1370         * cli/cli-script.c: Update.
1371         * breakpoint.c: Update.
1372
1373 2005-04-25  Mark Mitchell  <mark@codesourcery.com>
1374
1375         * event-loop.c (gdb_select): Program defensively.
1376
1377         * event-loop.c (gdb_assert.h): Include.
1378         (<windows.h>): Include under Windows.
1379         (<io.h>): Likeiwse.
1380         (gdb_select): New function.
1381         (gdb_wait_for_event): Use it.
1382         * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
1383         
1384 2005-04-23  Mark Kettenis  <kettenis@gnu.org>
1385
1386         * sparc64-tdep.c: Include "dwarf2-frame.h".
1387         (sparc64_dwarf2_frame_init_reg): New function.
1388         * Makefile.in (sparc64-tdep.o): Update dependencies.
1389
1390 2005-04-22  David S. Miller  <davem@davemloft.net>
1391
1392         * sparc64-linux-tdep.c (sparc64_linux_init_abi): Add call to
1393         sparc64_init_abi().
1394
1395 2005-04-22  Mark Kettenis  <kettenis@gnu.org>
1396
1397         * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
1398
1399 2005-04-22  Mark Mitchell  <mark@codesourcery.com>
1400
1401         * ser-base.c (<sys/time.h>): Include.
1402
1403 2005-04-22  Mark Kettenis  <kettenis@gnu.org>
1404
1405         * ppcobsd-tdep.c (ppcobsd_init_abi): Set return_value.
1406
1407         * sparc-linux-tdep.c: Reorder includes.  Tweak a few comments.
1408         (LINUX32_SIGTRAMP_INSN0, LINUX32_SIGTRAMP_INSN1)
1409         (LINUX32_RT_SIGTRAMP_INSN0, LINUX32_RT_SIGTRAMP_INSN1): Remove
1410         macros.
1411         (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): Hardcode
1412         instructions.
1413         * sparc64-linux-tdep.c: Reorder includes.  Tweak a few comments.
1414         (LINUX64_RT_SIGTRAMP_INSN0, LINUX64_RT_SIGTRAMP_INSN1): Remove
1415         macros.
1416         (sparc64_linux_rt_sigframe): Hardcode instructions.
1417         * Makefile.in (sparc-linux-tdep.o, sparc64-linux-tdep.o): Update
1418         dependencies.
1419
1420         * sparc-linux-tdep.c: Update copyright year.
1421         (sparc32_linux_init_abi): Set skip_trampoline_code and
1422         solib_svr4_fetch_link_map_offsets.  Set TDEP->plt_entry_size.
1423         Don't set software_single_step and don't call
1424         sparc32_sol2_init_abi.
1425         * sparc64-linux-tdep.c: Update copyright year.
1426         (sparc64_linux_init_abi): Set skip_trampoline_code and
1427         solib_svr4_fetch_link_map_offsets.  Set TDEP->plt_entry_size.
1428         Don't set software_single_step and don't call
1429         sparc64_sol2_init_abi.
1430
1431 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
1432
1433         * remote-st.c (_initialize_remote_st2000): Remove the extraneous
1434         "<command>" string from the call to add_com.
1435
1436         * remote-sim.c (_initialize_remote_sim): Ditto.
1437
1438         * remote-utils.c (_initialize_sr_support): Ditto.
1439
1440         * remote-mips.c (_initialize_remote_mips): Ditto.
1441
1442 2005-04-21  David S. Miller  <davem@davemloft.net>
1443
1444         * sparc-linux-tdep.c (sparc32_linux_sigframe_init): New function.
1445         (sparc32_linux_sigframe, sparc32_linux_rt_sigframe): New tramp_frames.
1446         (sparc_linux_sigtramp_start, sparc32_linux_sigtramp_start,
1447         sparc32_linux_rt_sigtramp_start, sparc32_linux_sigtramp_p,
1448         sparc32_linux_sigtramp_frame_cache,
1449         sparc32_linux_sigtramp_frame_this_id,
1450         sparc32_linux_sigtramp_frame_prev_register,
1451         sparc32_linux_sigtramp_frame_unwind,
1452         sparc32_linux_sigtramp_frame_sniffer): Delete.
1453         (sparc32_linux_init_abi): Register new tramp unwinders.  Kill
1454         register of old sigtramp sniffer.
1455         * sparc64-linux-tdep.c (sparc64_linux_sigframe_init): New
1456         function.
1457         (sparc64_linux_rt_sigframe): New tramp frame.
1458         (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
1459         sparc64_linux_sigtramp_frame_cache,
1460         sparc64_linux_sigtramp_frame_this_id,
1461         sparc64_linux_sigtramp_frame_prev_register,
1462         sparc64_linux_sigtramp_frame_unwind,
1463         sparc64_linux_sigtramp_frame_sniffer): Delete.
1464         (sparc64_linux_init_abi): Register new tramp unwinders.  Kill
1465         register of old sigtramp sniffer.
1466         Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1467         (sparc-linux-tdep.o): Likewise.
1468
1469 2005-04-21  Mark Kettenis  <kettenis@gnu.org>
1470
1471         * ser-base.c: Include "gdb_string.h".
1472         * Makefile.in (ser-base.o): Update dependencies.
1473
1474 2005-04-20  David S. Miller  <davem@davemloft.net>
1475
1476         * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
1477         signal return stub symbol names, __restore and __restore_rt are
1478         the i386 symbol names not the sparc ones.
1479         (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
1480         as where the offsets were obtained from.
1481         * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
1482         LINUX64_RT_SIGTRAMP_INSN1): New defines.
1483         (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
1484         sparc64_linux_sigtramp_frame_cache,
1485         sparc64_linux_sigtramp_frame_this_id,
1486         sparc64_linux_sigtramp_frame_prev_register,
1487         sparc64_linux_sigtramp_frame_sniffer): New functions.
1488         (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
1489         (sparc64_linux_init_abi): Register sigtramp frame sniffer.
1490         * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1491
1492 2005-04-20  Mark Mitchell  <mark@codesourcery.com>
1493
1494         * configure.ac: On MinGW, define USE_WIN32API and link with
1495         -lws2_32.
1496         * ser-tcp.c (<winsock2.h>): Include, for Windows.
1497         (ETIMEDOUT): Define, for Windows.
1498         (ioctl): Likewise.
1499         (closesocket): Define, for POSIX.
1500         (net_open): Adjust for differences in socket functions between
1501         Windows and UNIX.
1502         (net_close): Likweise.
1503         (net_read_prim): New function.
1504         (net_write_prim): Likewise.
1505         (_initialize_ser_tcp): Initialize winsock.  Fill in read_prim and
1506         write_prim.
1507         * ser-unix.h (ser_unix_readcchar): Remove.
1508         (ser_unix_read_prim): Declare.
1509         (ser_unix_write_prim): Likewise.
1510         * ser-unix.c (generic_readchar): Move to ser-base.c.
1511         (ser_unix_wait_for): Likewise.
1512         (do_unix_readchar): Likewise.
1513         (ser_unix_readchar): Likewise.
1514         (_initialize_ser_hardwire): Initialize read_prim and write_prim.
1515         (ser_unix_read_prim): New function.
1516         (ser_unix_write_prim): Likewise.
1517         * ser-base.h (generic_readchar): Declare.
1518         (ser_base_readchar): Likewise.
1519         * ser-base.c (<winsock2.h>): Include, for windows.
1520         (fd_event): Use the read primitive specified by the serial
1521         interface.
1522         (ser_base_wait_for): Moved from ser-unix.c
1523         (do_ser_base_read_char): Likewise.
1524         (generic_readchar): Likewise.
1525         (ser_base_readchar): Likewise.
1526         (ser_base_write): Use the write primitive specified by the serial
1527         interface.
1528         * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
1529         ser_unix_readchar.  Initialize read_prim and write_prim.
1530         * serial.c (struct serial_ops): Add read_prim and write_prim.
1531         * configure: Regenerate.
1532
1533 2005-04-19  Ben Elliston  <bje@au.ibm.com>
1534
1535         * c-lang.c (c_create_fundamental_type): Comment fix.
1536
1537 2005-04-18  Michael Snyder  <msnyder@redhat.com>
1538
1539         * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
1540         * mn10300-prologue.c: Remove.
1541         * mn10300-tdep.h: Add enums from mn10300-prologue.c.
1542         Remove prototypes.
1543         * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
1544
1545 2005-04-18  Michael Snyder  <msnyder@redhat.com>
1546
1547         * config/mn10300/mn10300.mt: Add mn10300-prologue module.
1548         * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
1549
1550 2005-04-18  Mark Kettenis  <kettenis@gnu.org>
1551
1552         * config/nm-bsd.h: Remove file.
1553
1554         * hppabsd-nat.c: Update copyright year.  Include "target.h" and
1555         "inf-ptrace.h".
1556         (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
1557         made static.
1558         (hppabsd_store_registers): Renamed from store_inferior_registers;
1559         made static.
1560         (_initialize_hppabsd_nat): New function and prototype.
1561         * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
1562         inftarg.o.  Add inf-ptrace.o.
1563         (NAT_FILE): Remove.
1564         * Makefile.in (hppabsd-nat.o): Update dependencies.
1565
1566 2005-04-17  Mark Kettenis  <kettenis@gnu.org>
1567
1568         * pa64solib.c, pa64solib.h: Remove files.
1569         * Makefile.in (pa64solib_h): Remove variable
1570         (pa64solib.o): Remove dependency.
1571
1572 2005-04-16  Mark Kettenis  <kettenis@gnu.org>
1573
1574         * ppcobsd-nat.c: Update copyright year.  Include "inf-ptrace.h".
1575         (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
1576         made static.
1577         (ppcobsd_store_registers): Renamed from store_inferior_registers;
1578         made static.
1579         (_initialize_ppcobsd_nat): Construct and add target vector.
1580         * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
1581         inftarg.o.  Add inf-ptrace.o.
1582         (NAT_FILE): Remove.
1583         * Makefile.in (ppcobsd-nat.o): Update dependencies.
1584
1585         * ppcobsd-tdep.c: Include "floatformat.h".
1586         (ppcobsd_init_abi): Set long_double_bit and long_double_format.
1587         * Makefile.in (ppcobsd-tdep.o): Update dependencies.
1588
1589         * ppcobsd-tdep.c: Fix typo in comment.
1590         (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
1591         bfd_arch_rs6000 too.
1592
1593 2005-04-15  Kevin Buettner  <kevinb@redhat.com>
1594
1595         * remote.c (remote_get_thread_local_address): Throw a more
1596         meaningful exception when remote target doesn't have support
1597         for the qGetTLSAddr packet.
1598
1599 2005-04-15  Kevin Buettner  <kevinb@redhat.com>
1600
1601         * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
1602         (set_remote_protocol_qGetTLSAddr_packet_cmd)
1603         (show_remote_protocol_qGetTLSAddr_packet_cmd)
1604         (remote_get_thread_local_address): New functions.
1605         (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
1606         variable.
1607         (init_remote_ops): Initialize ``to_get_thread_local_address'' in
1608         target vector.
1609         (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
1610         (_initialize_remote):  Register the following commands:
1611         "set remote get-thread-local-storage-address-packet" and
1612         "show remote get-thread-local-address-packet".
1613
1614 2005-04-15  Kevin Buettner  <kevinb@redhat.com>
1615
1616         * remote.c (add_packet_config_cmd): Delete unused variables.
1617
1618 2005-04-15  Kevin Buettner  <kevinb@redhat.com>
1619
1620         * remote.c (show_remote_protocol_vcont_packet_cmd )
1621         (show_remote_protocol_qSymbol_packet_cmd)
1622         (show_remote_protocol_P_packet_cmd)
1623         (show_remote_protocol_Z_software_bp_packet_cmd)
1624         (show_remote_protocol_Z_hardware_bp_packet_cmd)
1625         (show_remote_protocol_Z_write_wp_packet_cmd)
1626         (show_remote_protocol_Z_read_wp_packet_cmd)
1627         (show_remote_protocol_Z_access_wp_packet_cmd)
1628         (show_remote_protocol_binary_download_cmd)
1629         (show_remote_protocol_qPart_auxv_packet_cmd)
1630         (show_remote_protocol_p_packet_cmd ): Delete calls to
1631         deprecated_show_value_hack().
1632
1633 2005-04-15  Corinna VInschen  <vinschen@redhat.com>
1634
1635         * MAINTAINERS: Change sh64-elf state to non-broken.
1636         * Makefile.in: Fix dependencies for sh64-tdep.o.
1637         * configure.tgt: Add sh64-*-elf case.
1638         * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
1639         * sh64-tdep.c: Rework to replace all deprecated mechanisms with
1640         modern methods.
1641         * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
1642         * config/sh/sh64.mt: Resurrect.
1643
1644 2005-04-15  Kei Sakamoto <sakamoto.kei@renesas.com>
1645
1646         * regformats/reg-m32r.dat: New file.
1647
1648 2005-04-14  Daniel Jacobowitz  <dan@codesourcery.com>
1649
1650         * arm-tdep.c (fp_model_strings): Add terminating NULL.
1651         (arm_abi_strings, arm_abi_global, arm_abi_string): New
1652         variables.
1653         (arm_extract_return_value, arm_store_return_value): Don't use
1654         arm_get_fp_model.
1655         (arm_get_fp_model, arm_set_fp): Delete.
1656         (arm_update_current_architecture): New function.
1657         (set_fp_model_sfunc): Call arm_update_current_architecture.
1658         (show_fp_model): Update output messages.
1659         (arm_set_abi, arm_show_abi): New functions.
1660         (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
1661         (arm_gdbarch_init): Infer the object's ABI separately from its
1662         OSABI.  Search for a matching architecture.  Honor the global
1663         ABI and FPU settings.  Set floating point format based on the
1664         architecture.
1665         (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
1666         Delete.
1667         (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
1668         Create "arm set abi" command.
1669         * arm-tdep.h (arm_get_fp_model): Delete prototype.
1670         (enum arm_abi_kind): New type.
1671         (struct gdbarch_tdep): Add arm_abi field.
1672         * arm-linux-tdep.c (arm_linux_init_abi): Only override
1673         tdep->fp_model if it is ARM_FLOAT_AUTO.
1674         * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
1675         (arm_netbsd_elf_init_abi): Likewise.
1676         * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
1677         * osabi.c (gdb_osabi_name): Likewise.
1678
1679 2005-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
1680
1681         * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
1682
1683 2005-04-10  Mark Kettenis  <kettenis@gnu.org>
1684
1685         * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
1686         floating-point registers.
1687         (ppc_collect_fpregset): Likewise.  Fix collection of registers.
1688
1689 2005-04-09  Mark Kettenis  <kettenis@gnu.org>
1690
1691         * ppcobsd-tdep.c: Update copyright year.  Include "trad-frame.h"
1692         and "tramp-frame.h".
1693         (ppcobsd_sigtramp_cache_init): New function.
1694         (ppcobsd_sigtramp): New variable.
1695         (ppcobsd_init_abi): Prepend signal trampoline unwinder.
1696         * Makefile.in (ppcobsd-tdep.o): Update dependencies.
1697
1698 2005-04-08  Andrew Cagney  <cagney@gnu.org>
1699
1700         * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
1701         Nasser have decided to step back from GDB/MI.
1702
1703 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
1704
1705         * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
1706
1707 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
1708
1709         * dwarf2-frame.c (struct dwarf2_frame_cache): New field
1710         undefined_retaddr.
1711         (dwarf2_frame_cache): Initialize undefined_retaddr.
1712         (dwarf2_frame_this_id): Return an invalid frame ID if
1713         undefined_retaddr.
1714
1715 2005-04-05  Jim Blandy  <jimb@redhat.com>
1716
1717         Move construction of IA-32 vector types to i386-tdep.c.
1718         * gdbtypes.c (build_builtin_type_vec64i,
1719         build_builtin_type_vec128i): Delete functions.
1720         (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
1721         (build_gdbtypes): Don't initialize them.
1722         (_initialize_gdbtypes): Don't register GDBARCH swap entries for
1723         them.
1724         * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
1725         declarations.
1726         (builtin_type_v2_float, builtin_type_v2_int32,
1727         builtin_type_v4_int16, builtin_type_v8_int8,
1728         builtin_type_v2_double, builtin_type_v4_float,
1729         builtin_type_v2_int64, builtin_type_v4_int32,
1730         builtin_type_v8_int16, builtin_type_v16_int8): Add extern
1731         declarations.
1732         * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
1733         (i386_build_mmx_type, i386_build_sse_type): New functions.
1734         (i386_register_type): Call them, rather than referring to
1735         builtin_type_vec64i and builtin_type_vec128i.
1736
1737 2005-04-02  Daniel Jacobowitz  <dan@codesourcery.com>
1738
1739         * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
1740         big-endian correction code to not offset 32-bit registers.
1741         Locate floating point registers correctly.
1742
1743 2005-04-02  Mark Kettenis  <kettenis@gnu.org>
1744
1745         * main.c: Update copyright year.
1746         (captured_main): Avoid using strcpy and strcat.
1747
1748 2005-04-01  Michael Snyder  <msnyder@redhat.com>
1749
1750         * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
1751         computing this_id if there are no dummy frames on the stack.
1752         
1753         * mn10300-tdep.c (mn10300_frame_unwind_cache): Use 
1754         find_partial_func instead of unwind_pc to identify frame.
1755         (mn10300_push_dummy_call): Handle struct args, struct_return.
1756
1757         * mn10300-prologue.c (set_movm_offsets): Don't test variable
1758         before setting it.
1759         * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
1760         instead of skip_prologue_using_sal.
1761         
1762 2005-03-31  Kevin Buettner  <kevinb@redhat.com>
1763
1764         * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
1765         (main_lm_addr): New static global.
1766         (frv_current_sos): Retain the link map address for each entry.
1767         (frv_clear_solib): Clear main_lm_addr.
1768         (frv_fetch_objfile_link_map): New function.
1769         * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
1770         * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
1771
1772 2005-03-31  Kevin Buettner  <kevinb@redhat.com>
1773
1774         * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
1775         * gdbarch.c, gdbarch.h: Regenerate.
1776         * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
1777         address and pass this address, instead of the objfile address, to
1778         target_get_thread_local_address().
1779         * linux-thread-db.c (thread_db_get_thread_local_address): Change
1780         second parameter from type ``struct objfile *'' to CORE_ADDR.  Do
1781         not call svr4_fetch_objfile_link_map() to fetch the load module
1782         address.
1783         * target.h (struct target_ops): Change second parameter of
1784         ``to_get_thread_local_address'' from ``struct objfile *'' to
1785         ``CORE_ADDR''.
1786         * alpha-linux-tdep.c (solib-svr4.h): Include.
1787         (alpha_linux_init_abi): Register TLS load module fetcher.
1788         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1789         * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
1790         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1791         * ia64-linux-tdep.c (solib-svr4.h): Include.
1792         (ia64_linux_init_abi): Register TLS load module fetcher.
1793         * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
1794         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
1795         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1796         * s390-tdep.c (s390_gdbarch_init): Likewise.
1797         * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
1798         * sparc64-linux-tdep.c (solib-svr4.h): Include.
1799         (sparc64_linux_init_abi): Register TLS load module fetcher.
1800         * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
1801         (sparc-linux-tdep.o): Update dependencies.
1802
1803 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1804
1805         * c-valprint.c (c_value_print): Fix up some formatting.  Use
1806         check_typedef.
1807
1808 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1809
1810         * arm-linux-nat.c (store_register, store_regs): Handle
1811         ARM_PS_REGNUM.
1812
1813 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1814
1815         * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
1816         (arm_linux_thumb_le_breakpoint): New.  Update comments.
1817         (arm_linux_init_abi): Set Thumb breakpoints also.
1818
1819 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
1820
1821         * Makefile.in (arm-tdep.o): Update dependencies.
1822         * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
1823         (arm_gdbarch_init): Register dwarf2_frame_sniffer.
1824
1825 2005-03-28  Joel Brobecker  <brobecker@adacore.com>
1826
1827         * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
1828         register value to be incorrectly written in the regcache.
1829         (fill_fpregset): Fix bug that caused the FSR register value
1830         to be incorrectly read from the regcache.
1831
1832 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
1833
1834         * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
1835         arm_pc_is_thumb_dummy.
1836
1837 2005-03-28  Mark Kettenis  <kettenis@gnu.org>
1838
1839         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
1840         StackGhost.
1841
1842         * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
1843         Handle StackGhost in 64-bit code.
1844         * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
1845
1846 2005-03-27  Christopher Faylor  <cgf@timesys.com>
1847
1848         * win32-nat.c (handle_exception): Treat win32 routines which check for
1849         valid addresses as "special" and don't stop when a SEGV is detected.
1850         (get_child_debug_event): Properly flag exception as unhandled.
1851
1852 2005-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
1853
1854         * cp-support.c (cp_class_name_from_physname): Rewrite.
1855         (unqualified_name_from_comp): New function, broken out from
1856         method_name_from_physname.  Correct handling for typed names
1857         and templates.
1858         (method_name_from_physname): Use unqualified_name_from_comp.
1859         (cp_func_name, remove_params): Move earlier in the file.  Add
1860         better comments.  Use the component tree to parse the name.
1861         (_initialize_cp_support): Remove stray whitespace.
1862
1863 2005-03-26  Mark Kettenis  <kettenis@gnu.org>
1864
1865         * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
1866
1867         * inflow.h: Update copyright year.  Remove #ifdef SHORT_PGRP code.
1868         Callapse HAVE_TERMIO and HAVE_SGTTY.
1869
1870         * dwarf2-frame.c (execute_cfa_program): Implement
1871         DW_CFA_GNU_window_save.
1872
1873 2005-03-25  Mark Kettenis  <kettenis@gnu.org>
1874
1875         * config/sparc/nbsd64.mh (NAT_FILE): Remove.
1876
1877         * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
1878
1879 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
1880
1881         * arm-tdep.c (target_is_thumb, caller_is_thumb)
1882         (arm_pc_is_thumb_dummy): Remove.
1883         (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
1884
1885 2005-03-25  Anthony Green  <green@redhat.com>
1886
1887         * remote.c (remote_store_registers): Fix memset usage.
1888         * std-regs.c (value_of_builtin_frame_reg): Ditto.
1889         (value_of_builtin_frame_fp_reg): Ditto.
1890         (value_of_builtin_frame_reg): Ditto.
1891
1892 2005-03-25  Mark Mitchell  <mark@codesourcery.com>
1893
1894         * ser-base.c (ser_unix_write): Rename to ...
1895         (ser_base_write): ... this.
1896         (ser_unix_nop_flush_output): Rename to ...
1897         (ser_base_flush_output): ... this.
1898         (ser_unix_flush_input): Rename to ...
1899         (ser_base_flush_input): ... this.
1900         (ser_unix_nop_send_break): Rename to ...
1901         (ser_base_send_break): ... this.
1902         (ser_unix_nop_drain_output): Rename to ...
1903         (ser_base_drain_output): ... this.
1904         (ser_unix_nop_raw): Rename to ...
1905         (ser_base_raw): ... this.
1906         (ser_unix_nop_get_tty_state): Rename to ...
1907         (ser_base_set_tty_state): ... this.
1908         (ser_unix_nop_noflush_set_tty_state): Rename to ...
1909         (ser_base_noflush_set_tty_state): ... this.
1910         (ser_unix_nop_print_tty_state): Rename to ...
1911         (ser_base_print_tty_state): ... this.
1912         (ser_unix_nop_setbaudrate): Rename to ...
1913         (ser_base_setbaudrate): ... this.
1914         (ser_unix_nop_setstopbits): Rename to ...
1915         (ser_base_setstopbits): ... this.
1916         (ser_unix_async): Rename to ...
1917         (ser_base_async): ... this.
1918         * ser-base.h (ser_unix_write): Rename to ...
1919         (ser_base_write): ... this.
1920         (ser_unix_nop_flush_output): Rename to ...
1921         (ser_base_flush_output): ... this.
1922         (ser_unix_flush_input): Rename to ...
1923         (ser_base_flush_input): ... this.
1924         (ser_unix_nop_send_break): Rename to ...
1925         (ser_base_send_break): ... this.
1926         (ser_unix_nop_drain_output): Rename to ...
1927         (ser_base_drain_output): ... this.
1928         (ser_unix_nop_raw): Rename to ...
1929         (ser_base_raw): ... this.
1930         (ser_unix_nop_get_tty_state): Rename to ...
1931         (ser_base_set_tty_state): ... this.
1932         (ser_unix_nop_noflush_set_tty_state): Rename to ...
1933         (ser_base_noflush_set_tty_state): ... this.
1934         (ser_unix_nop_print_tty_state): Rename to ...
1935         (ser_base_print_tty_state): ... this.
1936         (ser_unix_nop_setbaudrate): Rename to ...
1937         (ser_base_setbaudrate): ... this.
1938         (ser_unix_nop_setstopbits): Rename to ...
1939         (ser_base_setstopbits): ... this.
1940         (ser_unix_async): Rename to ...
1941         (ser_base_async): ... this.
1942         * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
1943         * ser-tcp.c (_initialize_ser_tcp): Likewise.
1944         * ser-unix.c (hardwire_flush_input): Likewise.
1945         (_initializer_ser_hardwire): Likewise.
1946
1947         * Makefile.in (SFILES): Add ser-base.c.
1948         (ser_base_h): New variable.
1949         (ser-base.o): New target.
1950         (ser-pipe.o): Depend on $(ser_base_h).
1951         (ser-tcp.o): Likewise.
1952         (ser-unix.o): Likewise.  Do not depend on $(event_loop_h).
1953         * configure.ac (SER_HARDWIRE): Include ser-base.o where
1954         appropriate.
1955         * ser-base.c: New file.
1956         (push_event): Move from ser-unix.c.
1957         (fd_event): Likewise.
1958         (reschedule): Likewise.
1959         (ser_unix_write): Likewise.
1960         (ser_unix_nop_flush_output): Likewise.
1961         (ser_unix_flush_input): Likewise.
1962         (ser_unix_nop_send_break): Likewise.
1963         (ser_unix_nop_drain_output): Likewise.
1964         (ser_unix_nop_raw): Likewise.
1965         (ser_unix_nop_get_tty_state): Likewise.
1966         (ser_unix_nop_set_tty_state): Likewise.
1967         (ser_unix_nop_noflush_set_tty_state): Likewise.
1968         (ser_unix_nop_print_tty_state): Likewise.
1969         (ser_unix_nop_setbaudrate): Likewise.
1970         (ser_unix_nop_setstopbits): Likewise.
1971         (ser_unix_async): Likewise.
1972         * ser-base.h: New file.
1973         * ser-pipe.c (ser-base.h): Include it.
1974         * ser-tcp.c (ser-base.h): Likewise.
1975         * ser-unix.h (ser_unix_nop_flush_output): Remove.
1976         (ser_unix_flush_input): Likewise.
1977         (ser_unix_nop_send_break): Likewise.
1978         (ser_unix_nop_raw): Likewise.
1979         (ser_unix_nop_get_tty_state): Likewise.
1980         (ser_unix_nop_set_tty_state): Likewise.
1981         (ser_unix_nop_print_tty_state): Likewise.
1982         (ser_unix_nop_noflush_set_tty_state): Likewise.
1983         (ser_unix_nop_setbaudrate): Likewise.
1984         (ser_unix_nop_setstopbits): Likewise.
1985         (ser_unix_nop_drain_output): Likewise.
1986         (ser_unix_wait_for): Likewise.
1987         (ser_unix_write): Likewise.
1988         (ser_unix_async): Likewise.
1989         * ser-unix.c (event-loop.h): Do not include it.
1990         (push_event): Move to ser-base.c.
1991         (fd_event): Likewise.
1992         (reschedule): Likewise.
1993         (ser_unix_write): Likewise.
1994         (ser_unix_nop_flush_output): Likewise.
1995         (ser_unix_flush_input): Likewise.
1996         (ser_unix_nop_send_break): Likewise.
1997         (ser_unix_nop_drain_output): Likewise.
1998         (ser_unix_nop_raw): Likewise.
1999         (ser_unix_nop_get_tty_state): Likewise.
2000         (ser_unix_nop_set_tty_state): Likewise.
2001         (ser_unix_nop_noflush_set_tty_state): Likewise.
2002         (ser_unix_nop_print_tty_state): Likewise.
2003         (ser_unix_nop_setbaudrate): Likewise.
2004         (ser_unix_nop_setstopbits): Likewise.
2005         (ser_unix_async): Likewise.
2006         (ser_unix_wait_for): Make it static.
2007         * configure: Regenerated.
2008         
2009 2005-03-25  Mark Kettenis  <kettenis@gnu.org>
2010
2011         * dwarf2-frame.h: Update copyrigh year.
2012         (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
2013         * dwarf2-frame.c: Update copyright year.
2014         (struct dwarf2_frame_cache): Add member `retaddr_reg'.
2015         (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
2016         (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
2017
2018 2005-03-23  Martin Hunt  <hunt@redhat.com>
2019
2020         * configure.ac: Remove -fwritable-strings from CFLAGS.
2021         * configure: Regenerate.
2022
2023 2005-03-21  Michael Snyder  <msnyder@redhat.com>
2024
2025         * mn10300-prologue.c (fix_frame_pointer): Delete.
2026         (set_movm_offsets) Don't return just because movm_args is
2027         zero -- still need to save pc and sp in saved_regs.
2028         (mn10300_analyze_prologue): Don't return prematurely without
2029         calling set_movm_offsets (for pc and sp at minimum).
2030
2031 2005-03-21  Mark Mitchell  <mark@codesourcery.com>
2032
2033         * configure.ac (stat.st_blksize): Check for it.
2034         (getuid): Likewise.
2035         (getgid): Likewise.
2036         * configure: Regenerated.
2037         * config.in: Likewise.
2038         * remote-fileio.c (remote_fileio_to_fio_stat): Check
2039         HAVE_STRUCT_STAT_ST_BLKSIZE. 
2040
2041 2005-03-21  Christopher Faylor  <cgf@timesys.com>
2042
2043         * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
2044         here.
2045         (do_initial_child_stuff): Move clearing of thread list to a place
2046         before a thread ould be created.
2047         (child_attach): Ditto.
2048
2049 2005-03-21  Michael Snyder  <msnyder@redhat.com>
2050
2051         * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
2052         instead of pc addr for frame_id.  Otherwise "until" won't work.
2053
2054 2005-03-21  Kevin Buettner  <kevinb@redhat.com>
2055
2056         * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
2057         comment.
2058
2059 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
2060
2061         * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
2062         * varobj.c (my_value_equal): Mark val2 as volatile.
2063
2064         * cp-names.y: Add prototype for yyparse.
2065
2066 2005-03-19  Daniel Jacobowitz  <dan@codesourcery.com>
2067
2068         * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
2069         * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
2070         VALADDR.
2071
2072 2005-03-18  Kevin Buettner  <kevinb@redhat.com>
2073
2074         * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
2075         * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
2076         (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
2077         New error/exception enums.
2078         * dwarf2loc.c (exceptions.h): Include.
2079         (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
2080         via TRY_CATCH mechanism.  Print error messages for TLS related
2081         exceptions.
2082         * linux-thread-db.c (thread_db_get_thread_local_address): Throw
2083         exceptions instead of printing errors.
2084
2085 2005-03-18  Mark Kettenis  <kettenis@gnu.org>
2086
2087         * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
2088         (decimal2str, octal2str): Change to return a string allocated by
2089         get_cell.  Use xsnprint instead of snprintf.
2090         (paddr_u, paddr_d): Adjust for changed calling convention of
2091         decimal2str.
2092         (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
2093         (int_string): Likewise.  Adjust for changed calling convention of
2094         decimal2str and octal2str.
2095
2096 2005-03-18  Kevin Buettner  <kevinb@redhat.com>
2097
2098         * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
2099         Adjust incorrectly computed constant for realtime signal frame.
2100
2101 2005-03-18  Mark Kettenis  <kettenis@gnu.org>
2102
2103         From Ralf Corsepius <ralf.corsepius@rtems.org>
2104         * configure.tgt: Add m68*-*-rtems*.
2105
2106 2005-03-17  Mark Kettenis  <kettenis@gnu.org>
2107
2108         * defs.h (xsnprintf): New prototype.
2109         * utils.c (xsnprintf): New function.
2110
2111         * corelow.c (get_core_register_section): Replace usage of sprintf
2112         and strcpy with xstrprintf and xstrdup.
2113
2114         * mips-tdep.c (mips_single_step_through_delay): Put back check for
2115         breakpoint lost with the introduction of this function.
2116
2117 2005-03-17  Paul Brook  <paul@codesourcery.com>
2118
2119         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
2120         * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
2121
2122 2005-03-16  Mark Mitchell  <mark@codesourcery.com>
2123
2124         * event-top.c (handle_sigquit): Do not define for systems without
2125         SIGQUIT.
2126         (sigquit_token): Likewise.
2127         (async_init_signals): Allow for systems that do not
2128         define SIGQUIT.
2129         * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
2130
2131 2005-03-15  Mark Mitchell  <mark@codesourcery.com>
2132
2133         * utils.c (internal_vproblem): Guard call to fork with 
2134         HAVE_WORKING_FORK.
2135         * cli/cli-cmds.c (shell_escape): Guard call to vfork with
2136         HAVE_WORKING_VFORK and HAVE_WORKING_FORK. 
2137
2138         * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
2139         S_IRGRP and related macros.
2140         (remote_fileio_mode_to_target): Likewise.
2141
2142 2005-03-14  Ben Elliston  <bje@au.ibm.com>
2143
2144         * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
2145         more primitive library.
2146
2147 2005-03-13  Mark Kettenis  <kettenis@gnu.org>
2148
2149         * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
2150         sprintf.
2151         * target.c (normal_pid_to_str): Likewise.
2152         * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
2153         Change capitalization of "thread".  Use ptid_get_pid instead of
2154         GETPID.
2155
2156         * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
2157         a combination of xmalloc and sprintf.
2158
2159 2005-03-13  Jim Blandy  <jimb@redhat.com>
2160
2161         * configure.ac: Use '=', not '=='; the latter is a GNU extension.
2162         * configure: Regenerated.
2163
2164 2005-03-11  Michael Snyder  <msnyder@redhat.com>
2165
2166         * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace 
2167         stub fn with real implementatin mn10300_unwind_dummy_id.
2168         (mn10300_push_dummy_call): Implement.  Bare bones version,
2169         does not handle structs or floats.
2170
2171 2005-03-11  Jim Blandy  <jimb@redhat.com>
2172
2173         Avoid warnings due to the use of -Wuninitialized without -O.
2174         * configure.ac (build_warnings): Include -Wuninitialized only if
2175         CFLAGS is unset at configure time, or CFLAGS is set and includes
2176         some -O option other than -O0.
2177         * configure: Regenerated.
2178
2179         * mips-tdep.c (show_mips_abi): Change calling conventions to match
2180         those expected by add_setshow_enum_cmd.  Use 'file' argument as
2181         appropriate.
2182
2183 2005-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
2184
2185         * Makefile.in (SFILES): Add cp-names.y.
2186         (libiberty_h, safe_ctype_h): New.
2187         (YYFILES): Add cp-names.c.
2188         (YYOBJ): Add cp-names.o.
2189         (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
2190         (clean): Remove test-cp-names$(EXEEXT).
2191         (local-maintainer-clean): Remove cp-names.c.
2192         * cp-names.y: New file.
2193         * cp-support.c (find_last_component): Delete.
2194         (d_left, d_right): Define.
2195         (cp_canonicalize_string, mangled_name_to_comp): New functions.
2196         (cp_class_name_from_physname, method_name_from_physname): Rewrite
2197         to use mangled_name_to_comp.
2198         * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
2199         (cp_comp_to_string): New prototypes.
2200         * config/djgpp/fnchange.lst: Add cp-names.c.
2201
2202 2005-03-10  Bob Rossi  <bob@brasko.net>
2203
2204         * main.c (print_gdb_help): Remove the --[no]async help message.
2205
2206 2005-03-10  Mark Kettenis  <kettenis@gnu.org>
2207
2208         * proc-api.c: Update copyright year.
2209         (_initialize_proc_api): Revert previous patch, removing spurious
2210         space instead.
2211
2212 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
2213
2214         * regcache.c: Fix typo in comment.
2215
2216 2005-03-09  David Lecomber  <david@lecomber.net>
2217
2218         * proc-api.c (_initialize_proc_api): Fix invalid multi-line 
2219         i18n text.
2220
2221 2005-03-09  Mark Kettenis  <kettenis@gnu.org>
2222
2223         * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
2224         address for 64-bit code.
2225         (sparc_unwind_dummy_id): Likewise.
2226         * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
2227         frame base address convention.
2228         (sparc64_push_dummy_call): Likewise.
2229         * sparc64nbsd-tdep.c: Update copyright year.
2230         (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
2231         address for 64-bit code.
2232         (sparc64nbsd_init_abi): Tweak comment.
2233         * sparc64obsd-tdep.c: Update copyright year.
2234         (sparc64obsd_frame_cache): Adjust cached frame base address for
2235         64-bit code.
2236         (sparc64obsd_init_abi): Tweak comment.
2237
2238 2005-03-09  Corinna Vinschen  <vinschen@redhat.com>
2239
2240         * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
2241
2242 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
2243
2244         * dwarf2read.c (dwarf_decode_lines): Use the complete filename
2245         when creating include psymtabs.
2246
2247 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
2248
2249         * environ.h (struct environ): Rename to ...
2250         (struct gdb_environ): ... this.
2251         (make_environ): Update prototype.
2252         (free_environ): Likewise.
2253         (init_environ): Likewise.
2254         (get_in_environ): Likewise.
2255         (set_in_environ): Likewise.
2256         (unset_in_environ): Likewise.
2257         (environ_vector): Likewise.
2258         * environ.c (make_environ): Replace "struct environ" with "struct
2259         gdb_environ".
2260         (free_environ): Likewise.
2261         (init_environ): Likewise.
2262         (environ_vector): Likewise.
2263         (get_in_environ): Likewise.
2264         (set_in_environ): Likewise.
2265         (unset_in_environ): Likewise.
2266         * infcmd.c (inferior_environ): Likewise.
2267         * inferior.h (inferior_environ): Likewise.
2268
2269 2005-03-08  Joel Brobecker  <brobecker@adacore.com>
2270
2271         * infcmd.c (run_command_1): New function, extracted from
2272         run_command.
2273         (run_command): Replace implementation by call to run_command_1.
2274         (start_command): Use run_command_1 to insert the temporary
2275         breakpoint and run the program. Remove code that's no longer
2276         needed, as already done at the proper time by run_command_1.
2277
2278 2005-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
2279
2280         * symfile.c (clear_symtab_users): Call
2281         clear_current_source_symtab_and_line first.
2282
2283 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
2284
2285         * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
2286         * c-exp.y (exp): Add unary plus.
2287         * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
2288         * valarith.c (value_x_unop): Add UNOP_PLUS case.
2289         (value_pos): New.
2290         * value.h (value_pos): Declare.
2291
2292         * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
2293         (remote_fetch_registers): Allow uppercase hex when resyncing.
2294         (remote_write_bytes): Only call get_memory_write_packet_size once.
2295         Robustify packet size calculation for very small packets. Check
2296         that at least one byte will be written.
2297
2298         * tracepoint.c (target_is_remote): Allow extended-remote.
2299         (struct collection_list): Allow 256 registers, like the comment
2300         said.
2301         (add_memrange): Fix comment.
2302         (read_actions): Turn EOF into 'end'.
2303
2304 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
2305
2306         * Makefile.in: Add dependencies for iq2000-tdep.o.
2307         * configure.tgt: Add iq2000-*-* target.
2308         * iq2000-tdep.c: New file.
2309         * config/iq2000/iq2000.mt: New file.
2310
2311 2005-03-07  Joel Brobecker  <brobecker@adacore.com>
2312
2313         * doc/observer.texi (executable_changed): New observer.
2314         * symtab.c: Include "observer.h".
2315         (find_main_name): New function.
2316         (main_name): If name_of_main is unset, then compute it
2317         using find_main_name.
2318         (symtab_observer_executable_changed): New function.
2319         (_initialize_symtab): Attach executable_changed observer.
2320         * exec.c: Include "observer.h".
2321         (exec_file_attach): Emit executable_changed notification.
2322         * symfile.c: Include "observer.h".
2323         (reread_symbols): Send an executable_changed if appropriate.
2324         * Makefile.in (exec.o): Add dependency on observer.h.
2325         (symfile.o): Likewise.
2326         (symtab.o): Likewise.
2327
2328 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
2329
2330         * findvar.c (read_var_value): Don't allocate V when it will not
2331         be used.  Add missing break for LOC_INDIRECT.
2332
2333 2005-03-06  Mark Kettenis  <kettenis@gnu.org>
2334
2335         * sparc64fbsd-tdep.c: Include "solib-svr4.h".
2336         (sparc64fbsd_init_abi): Set skip_trampoline_code and
2337         solib_svr4_fetch_link_map_offsets.
2338         * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
2339
2340 2005-03-06  Daniel Jacobowitz  <dan@codesourcery.com>
2341
2342         * linux-nat.c (child_follow_fork): Call target_terminal_ours before
2343         printing output.  Use fprintf_unfiltered.  Only print output when
2344         debugging.
2345
2346 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
2347
2348         * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
2349         argument.
2350         (sparc64_store_arguments): Constify.
2351
2352 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
2353
2354         * alphabsd-nat.c: Update copyright year.  Include "inf-ptrace.h".
2355         (alphabsd_fetch_inferior_registers): Rename from
2356         fetch_inferior_registers.  Make static.
2357         (alphabsd_store_inferior_registers): Rename from
2358         store_inferior_registers.  Make static.
2359         (_initialize_alphabsd_nat): New function.
2360         * Makefile.in (alphabsd-nat.o): Update dependencies.
2361         * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
2362         inftarg.o.  Add inf-ptrace.o, fbsd-nat.o and gcore.o.
2363         * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
2364         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
2365         alphabsd-nat.o.
2366         * config/alpha/nm-fbsd.h: Update copyright year.  Don't include
2367         "config/nm-bsd.h" and "elf/common.h".
2368         * config/alpha/nm-nbsd.h: Update copyright year.  Don't include
2369         "config/nm-nbsd.h".
2370
2371         * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
2372         software_single_step.
2373
2374 2005-03-04  Michael Snyder  <msnyder@redhat.com>
2375
2376         * mn10300-prologue.c: New file.  Prologue analysis.
2377         * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
2378         (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
2379         until after analyze_prologue, and don't call trad_frame_set_base
2380         at all (let analyze_prologue do it).
2381
2382 2005-03-04  Michael Snyder  <msnyder@redhat.com>
2383
2384         * trad-frame.c (trad_frame_set_reg_value): New function.
2385         * trad-frame.h (trad_frame_set_reg_value): Export.
2386
2387 2005-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
2388
2389         * Makefile.in (remote.o): Update dependencies.
2390         * remote.c: Include "observer.h".
2391
2392 2005-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
2393
2394         * target.c (target_read_memory_partial): Always initialize
2395         ERR.
2396         (target_write_memory_partial): Likewise.
2397
2398 2005-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
2399
2400         * remote.c (remote_open_1): Call observer_notify_inferior_created.
2401
2402 2005-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
2403
2404         * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
2405         (arm_stub_unwind, arm_stub_unwind_sniffer): New.
2406         (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
2407
2408 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
2409
2410         * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
2411         Use LWP IDs.
2412
2413 2005-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
2414
2415         * dwarf2loc.c (loclist_read_variable): Set optimized_out
2416         instead of reporting an error.
2417         * valprint.c (value_check_printable): New function.
2418         (common_val_print): New function.  Use value_check_printable.
2419         (value_print): Use value_check_printable.
2420         * value.h (common_val_print): Add prototype.
2421
2422         * c-valprint.c (c_val_print): Use common_val_print.
2423         * cp-valprint.c (cp_print_value_fields): Likewise.
2424         (cp_print_hpacc_virtual_table_entries): Likewise.
2425         * f-valprint.c (f_val_print): Likewise.
2426         * jv-valprint.c (java_value_print, java_print_value_fields):
2427         Likewise.
2428         * scm-valprint.c (scm_value_print): Likewise.
2429         * stack.c (print_frame_args): Likewise.
2430         * varobj.c (c_value_of_variable): Likewise.
2431         * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
2432         (pascal_object_print_value_fields): Likewise.  Update call to
2433         pascal_object_print_static_field.
2434         (pascal_object_print_static_field): Remove TYPE argument.  Use
2435         common_val_print.
2436
2437 2005-02-25 Mark Kettenis  <kettenis@gnu.org>
2438         
2439         Committed by Elena Zannoni <ezannoni@redhat.com>
2440
2441         * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust 
2442         info_ptr before building psymtabs for included files.
2443         (create_all_comp_units): Initailize initial length size of
2444         compilation header to zero.
2445         (read_initial_length): Complain if both 32-bit and 64-bit DWARF
2446         sections are encountered within the same compilation header.
2447         (dwarf_decode_line_header): Pass compilation header in call to
2448         read_initial_length.
2449         
2450 2005-02-24  Andrew Cagney  <cagney@gnu.org>
2451
2452         Add show_VARIABLE functions, update add_setshow call.
2453         * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
2454         * valprint.c (_initialize_valprint, show_print_max) 
2455         (show_stop_print_at_null, show_repeat_count_threshold) 
2456         (show_prettyprint_structs, show_unionprint) 
2457         (show_prettyprint_arrays, show_addressprint, show_input_radix) 
2458         (show_output_radix): Ditto.
2459         * valops.c (_initialize_valops, show_overload_resolution): Ditto.
2460         * utils.c (initialize_utils, show_chars_per_line) 
2461         (show_lines_per_page, show_demangle, show_pagination_enabled) 
2462         (show_sevenbit_strings, show_asm_demangle): Ditto
2463         * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind) 
2464         (show_tui_border_mode, show_tui_active_border_mode): Ditto.
2465         * top.c (init_main, show_new_async_prompt) 
2466         (show_async_command_editing_p, show_write_history_p) 
2467         (show_history_size, show_history_filename, show_caution) 
2468         (show_annotation_level, init_main): Ditto.
2469         * target.c (initialize_targets, show_targetdebug)
2470         (show_trust_readonly): Ditto.
2471         * symfile.c (_initialize_symfile, show_symbol_reloading) 
2472         (show_ext_args, show_download_write_size) 
2473         (show_debug_file_directory): Ditto.
2474         * source.c (_initialize_source, show_lines_to_list): Ditto.
2475         * solib.c (_initialize_solib, show_auto_solib_add) 
2476         (show_solib_search_path): Ditto.
2477         * p-valprint.c (_initialize_pascal_valprint) 
2478         (show_pascal_static_field_print): Ditto.
2479         * printcmd.c (_initialize_printcmd, show_max_symbolic_offset) 
2480         (show_print_symbol_filename): Add and update.
2481         * parse.c (_initialize_parse, show_expressiondebug): Dito.
2482         * observer.c (_initialize_observer, show_observer_debug): Dito.
2483         * maint.c (_initialize_maint_cmds, show_watchdog) 
2484         (show_maintenance_profile_p): Dito.
2485         * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
2486         * infrun.c (_initialize_infrun, show_debug_infrun) 
2487         (show_stop_on_solib_events, show_follow_fork_mode_string) 
2488         (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
2489         * infcall.c (_initialize_infcall, show_coerce_float_to_double_p) 
2490         (show_unwind_on_signal_p): Ditto.
2491         * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution) 
2492         (_initialize_gdbtypes, show_overload_debug): Ditto.
2493         * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
2494         (show_gdb_events_debug): Ditto.
2495         * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
2496         (_initialize_gdbarch): Ditto.
2497         * frame.c (_initialize_frame, show_backtrace_past_main) 
2498         (show_backtrace_past_entry, show_backtrace_limit) 
2499         (show_frame_debug): Ditto.
2500         * exec.c (_initialize_exec, show_write_files): Ditto.
2501         * dwarf2read.c (_initialize_dwarf2_read) 
2502         (show_dwarf2_max_cache_age): Ditto.
2503         * demangle.c (_initialize_demangler)
2504         (show_demangling_style_names): Ditto.
2505         * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
2506         * cp-valprint.c (show_static_field_print) 
2507         (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
2508         * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
2509         * cli/cli-logging.c (_initialize_cli_logging) 
2510         (show_logging_overwrite, show_logging_redirect) 
2511         (show_logging_filename): Ditto.
2512         * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p) 
2513         (init_cli_cmds, show_baud_rate, show_remote_debug) 
2514         (show_remote_timeout, show_max_user_call_depth): Ditto.
2515         * charset.c (show_host_charset_name, show_target_charset_name)
2516         (initialize_charset): Ditto.
2517         * breakpoint.c (show_can_use_hw_watchpoints)
2518         (show_pending_break_support, _initialize_breakpoint): Ditto.
2519
2520 2005-02-23  Jim Blandy  <jimb@redhat.com>
2521
2522         * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
2523
2524 2005-02-23  Andrew Cagney  <cagney@gnu.org>
2525
2526         * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
2527         SEC_XXX flags.
2528
2529 2005-02-22  Andrew Cagney  <cagney@gnu.org>
2530
2531         * configure.ac: Only enaable insight when itcl is present.
2532         * configure: Re-generate.
2533         
2534 2005-02-21  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
2535
2536         Committed by Andrew Cagney.
2537         * infptrace.c (store_register): Fix typo.
2538
2539 2005-02-21  Andrew Cagney  <cagney@gnu.org>
2540
2541         * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
2542         * cli/cli-decode.h (add_set_cmd): Delete declaration.
2543         * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
2544         * i386-nat.c (_initialize_i386_nat): Update call.
2545         * valprint.c (_initialize_valprint): Update comment.
2546         * gnu-nat.c (_initialize_gnu_nat): Update call.
2547
2548 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
2549
2550         * elfread.c (elf_symtab_read): Discard section syms.
2551
2552 2005-02-21  Andrew Cagney  <cagney@gnu.org>
2553
2554         * cli/cli-decode.c (add_set_enum_cmd): Delete function.
2555         (deprecated_add_show_from_set): Delete function.
2556         * command.h (add_set_enum_cmd): Delete declaration.
2557         (deprecated_add_show_from_set): Delete declaration.
2558         * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
2559         (deprecated_add_show_from_set): Delete declaration.
2560         * arm-tdep.c (_initialize_arm_tdep): Update comment.
2561         * kod.c (kod_set_os): Simplify.
2562         * infrun.c (set_schedlock_func): Simplify.
2563         * cli/cli-dump.c (add_dump_command): Update comment.
2564
2565         Replace string variables with a filename completer with
2566         add_setshow_optional_filename_cmd.
2567         * solib.c, symfile.c: Update.
2568         * cli/cli-setshow.c: Do not tidle expand the file.
2569         
2570         Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
2571         and add_setshow_string_noescape_cmd.
2572         * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
2573         NULL command's value.
2574         * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
2575         * remote-sds.c, remote.c, symfile.c, top.c: Update.
2576
2577 2005-02-20  Andrew Cagney  <cagney@gnu.org>
2578
2579         Use add_setshow_enum_cmd through out.
2580         * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
2581         * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
2582         
2583         * mi/mi-main.c (captured_mi_execute_command): Use
2584         mi_cmd_interpreter_exec.
2585
2586         * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
2587         function.
2588         * cli/cli-setshow.c (deprecated_show_value_hack) 
2589         (do_setshow_command): Handle var_optional_filename.
2590         * command.h (enum var_types): Add var_optional_filename.
2591         (add_setshow_optional_filename_cmd): Declare.
2592         * infcmd.c (notice_args_read): Use.
2593
2594         * symfile-mem.c (symbol_file_add_from_memory): Pass
2595         target_read_memory to bfd_elf_bfd_from_remote_memory.
2596         (do_target_read_memory): Delete.
2597
2598 2005-02-16  Mark Kettenis  <kettenis@gnu.org>
2599
2600         * value.h (value_contents_equal): New prototype.
2601         * value.c (value_contents_equal): New function.
2602         * varobj.c: Include "exceptions.h" and "gdb_assert.h".  Don't
2603         include <math.h>.
2604         (varobj_set_value): Initialize error to zero.
2605         (varobj_update): Rename error2 to error and initialize it to zero.
2606         Slightly change the wording of some comments.
2607         (my_value_equal): Reimplement using TRY_CATCH and
2608         value_contents_equal.
2609
2610 2005-02-18  Andrew Cagney  <cagney@gnu.org>
2611
2612         * cli/cli-decode.c (add_setshow_integer_cmd): New function.
2613         * command.h (add_setshow_integer_cmd): Declare.
2614         * cli/cli-cmds.c: Update.
2615         
2616         Use add_setshow_uinteger_cmd through out.
2617         * printcmd.c, source.c, utils.c, valprint.c: Update.
2618
2619         Use add_setshow_zinteger_cmd through out.  Re-sync gdbarch.sh
2620         and gdbarch.c.
2621         * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
2622         * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
2623         * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
2624         * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
2625         * varobj.c, cli/cli-cmds.c: Update.
2626         * gdbarch.c, gdb-events.c: Regenerate.
2627         
2628         Use add_setshow_boolean_command through out.  Delete #ifdef 0'ed
2629         code adding set/show boolean commands.
2630         * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
2631         * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
2632         * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
2633         * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
2634         * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
2635         * cli/cli-cmds.c: Update.
2636
2637 2005-02-17  Andrew Cagney  <cagney@gnu.org>
2638
2639         * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
2640         to filename_completer.
2641         * solib.c (_initialize_solib, reload_shared_libraries): Use
2642         add_setshow_filename_cmd.
2643         * serial.c (_initialize_serial): Ditto.
2644         * remote-utils.c (_initialize_sr_support): Ditto.
2645
2646         * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
2647         * command.h (add_setshow_string_noescape_cmd): Declare.
2648         * wince.c (_initialize_wince): Use.
2649         * symfile.c (_initialize_symfile): Use.
2650         (set_ext_lang_command): Update declaration.
2651         * corefile.c (_initialize_core): Use.
2652
2653         * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
2654         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2655         (add_setshow_filename_cmd, add_setshow_string_cmd)
2656         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
2657         fprint_setshow parameter.
2658         * command.h (fprint_setshow_ftype): Delete.
2659         (add_setshow_cmd_full, add_setshow_enum_cmd)
2660         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2661         (add_setshow_filename_cmd, add_setshow_string_cmd)
2662         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
2663         fprint_setshow parameter.
2664         * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
2665         * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
2666         * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
2667         * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
2668         * remote.c, target.c, cli/cli-logging.c: Update.
2669         
2670 2005-02-16  Andrew Cagney  <cagney@gnu.org>
2671
2672         Merge setshow print and show parameters.
2673         * command.h (show_value_ftype): Define.
2674         (deprecated_show_value_hack): Declare.
2675         (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
2676         (add_setshow_boolean_cmd, add_setshow_filename_cmd)
2677         (add_setshow_string_cmd, add_setshow_uinteger_cmd)
2678         (add_setshow_zinteger_cmd): Change type of show_func to
2679         show_value_ftype.
2680         * cli/cli-decode.h (struct cmd_list_element): Replace
2681         fprint_setshow with show_value_func.
2682         * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
2683         parameter.  Set show_value_func.  Do not set cmd_sfunc.
2684         (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd) 
2685         (add_setshow_boolean_cmd, add_setshow_filename_cmd) 
2686         (add_setshow_string_cmd, add_setshow_uinteger_cmd) 
2687         (add_setshow_zinteger_cmd): Update.
2688         * complaints.c (complaints_show_value): Replace
2689         fprint_setshow_complaints.
2690         (_initialize_complaints): Update.
2691         * mips-tdep.c (show_mask_address): Update.
2692         * arm-tdep.c (show_fp_model): Update.
2693         * cli/cli-setshow.c (do_setshow_command): Call show_value_func
2694         instead of fprint_setshow.  Use deprecated_show_value_hack.
2695         (deprecated_show_value_hack): New function.
2696         * remote.c (add_packet_config_cmd, show_remote_cmd): 
2697         (show_remote_protocol_P_packet_cmd) 
2698         (show_remote_protocol_P_packet_cmd) 
2699         (show_remote_protocol_Z_access_wp_packet_cmd) 
2700         (show_remote_protocol_Z_hardware_bp_packet_cmd) 
2701         (show_remote_protocol_Z_packet_cmd)
2702         (show_remote_protocol_Z_read_wp_packet_cmd) 
2703         (show_remote_protocol_Z_software_bp_packet_cmd) 
2704         (show_remote_protocol_Z_write_wp_packet_cmd) 
2705         (show_remote_protocol_binary_download_cmd) 
2706         (show_remote_protocol_p_packet_cmd) 
2707         (show_remote_protocol_qPart_auxv_packet_cmd) 
2708         (show_remote_protocol_qSymbol_packet_cmd) 
2709         (show_remote_protocol_vcont_packet_cmd): Update.
2710
2711 2005-02-16  Mark Kettenis  <kettenis@gnu.org>
2712
2713         * wrapper.h: Update copyright year.  Properly wrap a few
2714         prototypes.
2715         (struct gdb_wrapper_arguments): Remove forward declaration.
2716         * wrapper.c: Update copyright year.  Include "ui-out.h".
2717         (struct gdb_wrapper_arguments): Remove.
2718         (struct captured_value_struct_elt_args): Remove.
2719         (wrapper_parse_exp_1, wrap_evaluate_expression)
2720         (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
2721         (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
2722         (do_captured_value_struct_elf): Remove functions.
2723         (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
2724         (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
2725         (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
2726         Re-implement using TRY_CATCH.
2727
2728 2005-02-16  Yoshinori Sato  <ysato@users.sourceforge.jp>
2729
2730         * remote-e7000.c: unuse TM_FILE defined macro.
2731         (e7000_fetch_registers) 
2732         (e7000_store_registers)
2733         (e7000_wait): delete NUM_REALREGS.
2734         * remote-hms.c: move TM_FILE macro.
2735         (CCR_REGNO): move define from tm-h8300.h.
2736         
2737 2005-02-15  Mark Kettenis  <kettenis@gnu.org>
2738
2739         * amd64-linux-tdep.c: Update copyright year.
2740         (amd64_linux_sigtramp_start): Use sizeof operator instead of
2741         LINUX_SIGTRAMP_LEN.
2742
2743 2004-02-15  Joel Brobecker  <brobecker@gnat.com>
2744
2745         From Paul Hilfinger <hilfinger@gnat.com>
2746         * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
2747         SYMBOL_NATURAL_NAME to set type names.
2748
2749 2005-02-15  Andrew Cagney  <cagney@gnu.org>
2750
2751         Mark up add_com, add_info and add_prefix_cmd.
2752         * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
2753         * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
2754         * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
2755         * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
2756         * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
2757         * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
2758         * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
2759         * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
2760         * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
2761         * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
2762         * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
2763         * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
2764         * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
2765         * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
2766         * tui/tui-stack.c, tui/tui-win.c: Update.
2767
2768 2005-02-14  Andrew Cagney  <cagney@gnu.org>
2769
2770         * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
2771         * config/h8300/tm-h8300.h: Delete file.
2772
2773         Mark up add_cmd.
2774         * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
2775         * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
2776         * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
2777         * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
2778         * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
2779         * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
2780         * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
2781         * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
2782         * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
2783         * cli/cli-logging.c, tui/tui-regs.c: Update.
2784
2785         Mark up add_setshow functions, replace "PRINT:" comment prefix
2786         with "FIXME: i18n:".
2787         * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
2788         * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
2789         * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
2790         * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
2791         * target.c, cli/cli-logging.c: Update.
2792
2793         * utils.c (paddress): New function.
2794         * defs.h (paddress): Declare.
2795         * printcmd.c (deprecated_print_address_numeric): Rename
2796         print_address_numeric, call paddress.
2797         * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
2798         * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
2799         * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
2800         * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
2801         * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
2802         * ada-valprint.c: Update.
2803
2804 2005-02-13  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
2805
2806         * MAINTAINERS: Add myself to "Write After Approval".
2807
2808 2005-02-12  Yoshinori Sato <ysato@users.sourceforge.jp>
2809
2810         Restore h8300 support.
2811         * configure.tgt: Add h8300-*-*
2812         * h8300-tdep.c: New file. Rewrite new frame code.
2813         * config/h8300/h8300.mt: New file. Restored Rev 1.3
2814         * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
2815
2816         * MAINTAINERS: Add myself to "Write After Approval".
2817
2818 2005-02-11  Andrew Cagney  <cagney@gnu.org>
2819
2820         Mark up some of printf_filtered and printf_unfiltered.
2821         * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
2822         * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
2823         * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
2824         * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
2825         * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
2826         * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
2827         * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
2828         * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
2829         * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
2830         * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
2831         * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
2832         * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
2833         * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
2834         * tui/tui-regs.c, tui/tui-win.c: Update.
2835
2836         Mark up error_no_arg, query, perror_with_name, complaint, and
2837         internal_error.
2838         * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
2839         * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
2840         * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
2841         * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
2842         * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
2843         * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
2844         * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
2845         * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
2846         * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
2847         * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
2848         * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
2849         * interps.c, language.c, linespec.c, linux-nat.c: Update.
2850         * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
2851         * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
2852         * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
2853         * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
2854         * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
2855         * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
2856         * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
2857         * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
2858         * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
2859         * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
2860         * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
2861         * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
2862         * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
2863         * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
2864         * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
2865         * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
2866         * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
2867         * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
2868         * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
2869         * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
2870         * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
2871         * tui/tui-file.c, tui/tui-interp.c: Update.
2872
2873 2005-02-10  Andrew Cagney  <cagney@gnu.org>
2874         
2875         Mark up all error and warning messages.
2876         * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
2877         * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
2878         * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
2879         * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
2880         * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
2881         * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
2882         * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
2883         * event-top.c, exec.c, expprint.c, f-lang.c: Update.
2884         * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
2885         * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
2886         * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
2887         * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
2888         * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
2889         * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
2890         * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
2891         * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
2892         * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
2893         * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
2894         * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
2895         * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
2896         * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
2897         * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
2898         * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
2899         * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
2900         * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
2901         * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
2902         * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
2903         * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
2904         * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
2905         * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
2906         * remote-rdp.c, remote-sim.c, remote-st.c: Update.
2907         * remote-utils.c, remote-utils.h, remote.c: Update.
2908         * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
2909         * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
2910         * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
2911         * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
2912         * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
2913         * somread.c, somsolib.c, source.c, stabsread.c: Update.
2914         * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
2915         * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
2916         * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
2917         * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
2918         * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
2919         * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
2920         * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
2921         * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
2922         * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
2923         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
2924         * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
2925         * tui/tui-win.c: Update.
2926         
2927 2005-02-10  Ian Lance Taylor  <ian@airs.com>
2928
2929         * MAINTAINERS: Update my e-mail address.
2930
2931 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
2932
2933         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
2934         PR exp/1821
2935         * cp-valprint.c: Include "language.h".
2936         (cp_print_value_fields): Pass the current language to
2937         fprintf_symbol_filtered.
2938         * Makefile.in (cp-valprint.o): Update dependencies.
2939
2940 2005-02-10  Andrew Cagney  <cagney@gnu.org>
2941
2942         * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
2943         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
2944         (add_setshow_filename_cmd, add_setshow_string_cmd)
2945         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
2946         print string parameter with fprint_setshow function.
2947         * command.h (fprint_setshow_ftype): Define.  Update declarations.
2948         * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
2949         available, use that.
2950         * cli/cli-decode.h (struct cmd_list_element): Add field
2951         fprint_setshow.
2952         * complaints.c (fprint_setshow_complaints): New function.
2953         (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
2954         * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
2955         with NULL.
2956         * mips-tdep.c (_initialize_mips_tdep): Ditto.
2957         * m32r-rom.c (_initialize_m32r_rom): Ditto.
2958         * cris-tdep.c (_initialize_cris_tdep): Ditto.
2959         * arm-tdep.c (_initialize_arm_tdep): Ditto.
2960         * remote-rdi.c (_initialize_remote_rdi): Ditto.
2961         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2962         * dwarf2read.c (_initialize_dwarf2_read): Ditto.
2963         * frame.c (_initialize_frame): Ditto.
2964         * target.c (initialize_targets): Ditto.
2965         * maint.c (_initialize_maint_cmds): Ditto.
2966         * observer.c (_initialize_observer): Ditto.
2967         * infcall.c (_initialize_infcall): Ditto.
2968         * breakpoint.c (_initialize_breakpoint): Ditto.
2969         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2970         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2971
2972         * cli/cli-setshow.c (do_setshow_command): Move code printing the
2973         value to the end of the function.  Handle MI and non-MI output
2974         differently.
2975
2976 2005-02-09  Andrew Cagney  <cagney@gnu.org>
2977
2978         * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
2979         show_result parameters.
2980         * mips-tdep.c (_initialize_mips_tdep): Update calls.
2981         * command.h: Update declaration.
2982         * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
2983         calls.
2984
2985         * NEWS: Mention removed commands.
2986         * m68hc11-tdep.c (show_regs): Delete, unused.
2987         (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
2988         * gdb-events.sh: Delete deprecated "set eventdebug" and "show
2989         eventdebug" commands.
2990         * gdb-events.c: Regenerate.
2991         * gdbarch.sh: Delete deprecated "set archdebug" and "show
2992         archdebug" commands.
2993         * gdbarch.c: Regenerate.
2994         * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
2995         remotedebug" and "show remotedebug".
2996         * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
2997         disassembly-flavor", "show arm disassembly-flavor", and
2998         "othernames" commands.
2999         (arm_othernames): Delete unused function.
3000
3001         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
3002         (convert_code_addr_to_desc_addr): Convert any function code
3003         address to the corresponding function's descriptor.
3004         (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
3005         TYPE_CODE_INT use the same code paths as TYPE_CODE_INT.  When
3006         writing, convert any function code address to the corresponding
3007         descriptor.
3008
3009         * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
3010         * config/powerpc/linux.mt (TDEPFILES): Ditto.
3011         * config/pa/linux.mt (TDEPFILES): Ditto.
3012         * config/mips/linux.mt (TDEPFILES): Ditto.
3013         * config/m68k/linux.mt (TDEPFILES): Ditto.
3014         * config/m32r/linux.mt (TDEPFILES): Ditto.
3015         * config/ia64/linux.mt (TDEPFILES): Ditto.
3016         * config/arm/linux.mt (TDEPFILES): Ditto.
3017
3018 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
3019
3020         * symmisc.c: Include gdb_stat.h.
3021         (maintenance_print_msymbols): Use inode numbers to compare files.
3022
3023 2005-02-08  Andrew Cagney  <cagney@gnu.org>
3024
3025         * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
3026         (METHOD_PTR_TO_VOFFSET): Move from here ...
3027         * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
3028         (METHOD_PTR_TO_VOFFSET): ... to here.
3029         * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
3030         * Makefile.in: Update dependencies.
3031         
3032         * exceptions.c: Do not include <setjmp.h>.
3033         (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
3034         (catch_exception, catch_exceptions_with_msg, catch_errors) 
3035         (catch_command_errors): Use TRY_CATCH.
3036         (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
3037         (exceptions_state_mc_init): Rename catcher_init.
3038         (exceptions_state_mc): Rename catcher_state_machine.
3039         (exceptions_state_mc_action_iter)
3040         (exceptions_state_mc_action_iter_1): New functions.
3041         * exceptions.h: Include <setjmp.h>.
3042         (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP) 
3043         (EXCEPTIONS_SIGLONGJMP): Define.
3044         (exceptions_state_mc_init, exceptions_state_mc_action_iter)
3045         (exceptions_state_mc_action_iter_1): Declare.
3046         (TRY_CATCH): Define.
3047
3048         * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
3049         no longer needed.
3050
3051         * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
3052         PT_FPSCR breakage.
3053
3054         * value.c (struct value): Move to here ...
3055         * value.h (struct value): ... from here.  Copy comments to
3056         corresponding function declarations, re-order.
3057
3058 2005-02-07  Andrew Cagney  <cagney@gnu.org>
3059
3060         * value.c (set_value_bitpos, set_value_bitsize): Define.
3061         * value.h (set_value_bitpos, set_value_bitsize): Declare.
3062         * ada-lang.c, valarith.c: Update.
3063
3064         * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
3065         value_contents_writeable, include note that there are problems.
3066         * breakpoint.c, infcall.c: Use VALUE_LVAL.
3067
3068         * value.h (set_value_offset): Declare.
3069         * value.c (set_value_offset): Declare.
3070         * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
3071         * findvar.c: Update.
3072
3073         * value.h (value_next): Declare.
3074         * value.c (value_next): Define.
3075         * breakpoint.c: Update.
3076
3077         * value.h (deprecated_set_value_modifiable)
3078         (deprecated_value_modifiable): Declare.
3079         * value.c (deprecated_set_value_modifiable): Define.
3080         (deprecated_value_modifiable): Define.
3081         * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
3082
3083         * value.h (deprecated_set_value_type): Declare.
3084         * value.c (deprecated_set_value_type): Define.
3085         * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
3086         * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
3087         * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
3088         * ax-gdb.c, tracepoint.c: Update.
3089
3090         * value.h (deprecated_value_lval_hack)
3091         (deprecated_value_address_hack) 
3092         (deprecated_value_internalvar_hack) 
3093         (deprecated_value_regnum_hack): Declare.
3094         (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR) 
3095         (VALUE_FRAME_ID, VALUE_REGNUM): Use.
3096         * value.c (deprecated_value_lval_hack)
3097         (deprecated_value_address_hack) 
3098         (deprecated_value_internalvar_hack) 
3099         (deprecated_value_regnum_hack): Define.
3100
3101         * value.h (VALUE_POINTED_TO_OFFSET): Delete.
3102         (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
3103         * value.c (set_value_pointed_to_offset): Define
3104         (value_pointed_to_offset): Define.
3105         * valops.c: Update.
3106
3107         * value.h (VALUE_EMBEDDED_OFFSET): Delete.
3108         (value_embedded_offset, set_value_embedded_offset): Declare.
3109         * value.c (value_embedded_offset): Define.
3110         (set_value_embedded_offset): Define.
3111         * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
3112         * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
3113         * cp-abi.h: Update.
3114
3115         * value.h (VALUE_LAZY): Delete
3116         (set_value_lazy): Declare.
3117         * value.c (set_value_lazy): Define.
3118         * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
3119         * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
3120
3121 2005-02-06  Andrew Cagney  <cagney@gnu.org>
3122
3123         * value.h (VALUE_OPTIMIZED_OUT): Delete.
3124         (value_optimized_out, set_value_optimized_out): Declare.
3125         * value.c (set_value_optimized_out, value_optimized_out): Define.
3126         * valprint.c, findvar.c, dwarf2loc.c: Update.
3127
3128         * value.c (value_contents, value_contents_writeable): New
3129         functions.
3130         * value.h (VALUE_CONTENTS): Delete macro.
3131         (value_contents, value_contents_writeable): Declare.
3132         * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
3133         * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
3134         * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
3135         * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
3136         * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
3137         * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
3138         * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
3139         * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
3140         * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
3141         * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
3142         * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
3143         * ada-valprint.c, ada-lang.c: Update.
3144
3145 2005-02-03  Andrew Cagney  <cagney@gnu.org>
3146
3147         * utils.c (xzalloc): New function.
3148         * defs.h (XZALLOC): Use xzalloc.
3149         (xzalloc): Declare.
3150         * value.c (allocate_value): Allocate a zeroed buffer.
3151         * mdebugread.c (xzalloc): Delete.
3152
3153 2005-02-02  Andrew Cagney  <cagney@gnu.org>
3154
3155         * value.h (value_lazy): Declare.
3156         * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
3157         * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
3158
3159         * value.h (VALUE_CONTENTS_ALL): Delete.
3160         (value_contents_all): Declare.
3161         * value.c (value_contents_all): New function.
3162         * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
3163         * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
3164
3165         * value.c (value_enclosing_type): New function.
3166         * value.h (VALUE_ENCLOSING_TYPE): Delete.
3167         (value_enclosing_type): Declare.
3168         * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
3169         * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
3170
3171         * value.c (value_contents_all_raw)
3172         (value_contents_raw): New functions.
3173         * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
3174         (value_contents_raw, value_contents_all_raw): Declare functions.
3175         (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
3176         * std-regs.c, valarith.c, valops.c, eval.c: Update.
3177         * tracepoint.c, findvar.c: Update.
3178
3179 2005-02-01  Orjan Friberg  <orjanf@axis.com>
3180
3181         * regformats/reg-cris.dat: New file with register definitions for CRIS.
3182         * regformats/reg-crisv32.dat: Ditto for CRISv32.
3183
3184 2005-01-31  Andrew Cagney  <cagney@gnu.org>
3185
3186         * configure: Regenerate to track ../gettext.m4.
3187
3188 2005-01-29  Baurzhan Ismagulov  <ibr@radix50.net>
3189
3190         * MAINTAINERS: Add myself to "Write After Approval".
3191
3192         * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
3193         * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
3194         * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
3195
3196 2005-01-29  Mark Kettenis  <kettenis@gnu.org>
3197
3198         * configure.ac: Remove extra check for ranlib.
3199         * configure: Regenerated.
3200
3201 2005-01-28  Andrew Cagney  <cagney@gnu.org>
3202
3203         * language.h (struct language_defn): Make la_val_print's buffer
3204         parameter a const bfd_byte.
3205         * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
3206         * ada-lang.c (ada_aligned_value_addr)
3207         (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
3208         * valprint.c (val_print_array_elements): Update.
3209         * valprint.h (val_print_array_elements): Update.
3210         * ada-lang.h (ada_val_print, ada_aligned_value_addr)
3211         (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
3212         * ada-valprint.c (ada_val_print, struct ada_val_print_args) 
3213         (ada_val_print_1, ada_print_floating, printable_val_type) 
3214         (print_record, val_print_packed_array_elements) 
3215         (print_field_values, print_variant_part): Update.
3216         * c-lang.h (c_val_print, cp_print_value_fields): Update.
3217         * c-valprint.c (c_val_print): Update.
3218         * f-lang.h (f_val_print): Update.
3219         * f-valprint.c (f_val_print, f77_print_array_1)
3220         (f77_print_array): Update.
3221         * jv-lang.h (java_val_print): Update.
3222         * jv-valprint.c (java_print_value_fields, java_val_print): Update.
3223         * language.c (unk_lang_val_print): Update.
3224         * m2-lang.h (m2_val_print): Update.
3225         * m2-valprint.c (m2_val_print): Update.
3226         * p-lang.h (pascal_val_print): Update.
3227         (pascal_object_print_value_fields): Update.
3228         * p-valprint.c (pascal_val_print) 
3229         (pascal_object_print_value_fields, pascal_object_print_value) 
3230         (pascal_object_print_value): Update.
3231         * scm-lang.h (scm_val_print): Update.
3232         * scm-valprint.c (scm_val_print): Update.
3233         * value.h (val_print): Update.
3234
3235         * p-lang.h (pascal_object_print_class_member)
3236         (pascal_object_print_class_method): Make buffer a const bfd_byte.
3237         * p-valprint.c (pascal_object_print_class_method)
3238         (pascal_object_print_class_method): Ditto.
3239         
3240         * language.h (struct language_defn): Make la_printstr's buffer
3241         parameter a const bfd_byte.
3242         * p-lang.h (pascal_printstr): Update function to match.
3243         * ada-valprint.c (ada_printstr): Update function to match.
3244         * scm-lang.c (scm_printstr): Update function to match.
3245         * p-lang.c (pascal_printstr): Update function to match.
3246         * ada-lang.h (ada_printstr): Update function to match.
3247         * m2-lang.c (m2_printstr): Update function to match.
3248         * objc-lang.c (objc_printstr): Update function to match.
3249         * c-lang.h (c_printstr): Update function to match.
3250         * f-lang.c (f_printstr): Update function to match.
3251         * c-lang.c (c_printstr): Update function to match.
3252         * language.c (unk_lang_printstr): Update function to match.
3253
3254         * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
3255         * valprint.h (val_print_type_code_int): Ditto.
3256
3257         * objc-lang.h (c_val_print, c_value_print): Delete declarations.
3258
3259         * cp-valprint.c (cp_print_class_method)
3260         (cp_print_class_member): Make buffer a const bfd_byte.
3261         * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
3262
3263         * ada-lang.c (value_from_contents_and_address)
3264         (to_record_with_fixed_variant_part)
3265         (value_tag_from_contents_and_address, ada_to_fixed_type)
3266         (to_fixed_variant_branch_type, to_fixed_record_type)
3267         (ada_template_to_fixed_record_type, cond_offset_host)
3268         (ada_template_to_fixed_record_type_1): Make buffer a const
3269         bfd_byte.
3270         * ada-lang.h (ada_template_to_fixed_record_type_1)
3271         (value_from_contents_and_address, ada_to_fixed_type): Ditto.
3272
3273         * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
3274
3275         * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
3276         * printcmd.c (print_scalar_formatted): Update.
3277
3278         * value.h (value_bit_index, print_floating)
3279         (find_rt_vbase_offset): Make buffer a const bfd_byte.
3280         * valprint.c (print_floating): Update.
3281         * valarith.c (value_bit_index): Update.
3282         * valops.c (find_rt_vbase_offset): Update.
3283
3284         * valprint.h (print_octal_chars, print_char_chars)
3285         (print_hex_chars, print_decimal_chars, print_binary_chars): Make
3286         buffer a const bfd_byte.
3287         * valprint.c (print_binary_chars, print_octal_chars)
3288         (print_decimal_chars, print_hex_chars, print_char_chars): Make
3289         "valaddr"buffer a const bfd_byte, ditto for local variables
3290         referencing that buffer.
3291
3292         * m2-valprint.c: Include "c-lang.h".
3293         (c_val_print): Delete extern declaration.
3294         * scm-valprint.c: Include "c-lang.h".
3295         (c_val_print): Delete extern declaration.
3296         Makefile.in: Update dependencies.
3297
3298         * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
3299         bfd_byte.
3300         * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
3301         (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
3302         bfd_byte.
3303         * cp-abi.c (baseclass_offset): Update.
3304         * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
3305
3306         * gnu-v2-abi.h: New file.
3307         * gnu-v2-abi.c: Include "gnu-v2-abi.h".
3308         (gnuv2_baseclass_offset): Delete declaration.
3309         * hpacc-abi.c: Include "gnu-v2-abi.h".
3310         (gnuv2_baseclass_offset): Delete extern declaration.
3311         * Makefile.in: Update dependencies.
3312
3313         * doublest.c (floatformat_is_negative, floatformat_is_nan)
3314         (floatformat_mantissa, get_field): Make the buffer a const
3315         bfd_byte, simplify.
3316
3317 2005-01-27  Andrew Cagney  <cagney@gnu.org>
3318
3319         * value.h (struct value): Change type of contents to bfd_byte.
3320         (VALUE_CONTENTS_RAW): Simplify.
3321
3322         * gdbarch.sh (integer_to_address): Change buf parameter to a const
3323         bfd_byte, make pure-multi-arch.
3324         * gdbarch.h, gdbarch.c: Regenerate.
3325         * mips-tdep.c (mips_integer_to_address): Update.
3326         * value.c (value_as_address): Update.
3327         
3328         * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
3329         * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
3330         parameters const, change buf to a const bfd_byte.
3331         (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
3332         parameters const.
3333
3334         * corefile.c (write_memory): Update, make a copy of the read-only
3335         buffer.
3336         * target.c (target_read_memory): Update.
3337         (target_write_memory): Update, make a copy of the read-only
3338         buffer.
3339         * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
3340         const.
3341         * target.h (target_read_memory, target_write_memory): Change
3342         buffer type to bfd_byte; for write_memory, make it const.
3343         * symfile-mem.c (do_target_read_memory): New function.
3344         (symbol_file_add_from_memory): Pass do_target_read_memory to
3345         bfd_elf_bfd_from_remote_memory.
3346
3347         * value.h: Indent using gdb_indent.sh.
3348
3349         * configure: Regenerate to track ../gettext.m4 change.
3350
3351 2005-01-26  Andrew Cagney  <cagney@gnu.org>
3352
3353         * rs6000-tdep.c: Include "reggroups.h".
3354         (rs6000_gdbarch_init): Set register_reggroup_p.
3355         (rs6000_register_reggroup_p): New function.
3356
3357 2005-01-26  Orjan Friberg  <orjanf@axis.com>
3358
3359         * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
3360         (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
3361         CRISv32.
3362         (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
3363         (cris_region_ok_for_watchpoint, cris_stopped_data_address)
3364         (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
3365         (crisv32_register_type, cris_special_register_name)
3366         (crisv32_register_name): New functions.
3367         (cris_spec_reg_applicable): Recognize more versions.
3368         (cris_register_name): Update with call to cris_special_register_name.
3369         (find_cris_op): Filter out CRISv32 instructions.  Tweaked comment and
3370         warning when unable to find step target.
3371         (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
3372         (supply_gregset): Add struct gdbarch_tdep.  Set pseudo-PC register for 
3373         CRISv32.
3374         (fetch_core_registers): Update for CRISv32.
3375         (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
3376         register_name, cannot_store_register, cannot_fetch_register,
3377         have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
3378         
3379 2005-01-26  Nick Roberts  <nickrob@snap.net.nz>
3380
3381         * interps.c (interpreter_exec_cmd): Use condition,
3382         e.reason < 0, to raise an error.
3383
3384 2005-01-25  Andrew Cagney  <cagney@gnu.org>
3385
3386         * ppc-linux-tdep.c: Include "tramp-frame.h"
3387         (struct ppc_linux_sigtramp_cache)
3388         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
3389         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
3390         (ppc_linux_sigtramp_cache): Delete.
3391         (ppc32_linux_sigaction_cache_init)
3392         (ppc64_linux_sigaction_cache_init)
3393         (ppc32_linux_sighandler_cache_init)
3394         (ppc64_linux_sighandler_cache_init)
3395         (ppc32_linux_sigaction_tramp_frame)
3396         (ppc64_linux_sigaction_tramp_frame)
3397         (ppc32_linux_sighandler_tramp_frame)
3398         (ppc64_linux_sighandler_tramp_frame)
3399         (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
3400         64-bit, sigaction and siginfo tramp-frame unwinders.
3401
3402         * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
3403         long_double_bit to 8.
3404
3405 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3406
3407         * infrun.c (handle_inferior_event): Handle back-to-back and nested
3408         signals where the step_resume_breakpoint may have already been
3409         inserted.
3410
3411 2005-01-24  Andrew Cagney  <cagney@gnu.org>
3412
3413         * configure: Regenerate, ../gettext.m4 was updated.
3414
3415 2005-01-23  Mark Kettenis  <kettenis@gnu.org>
3416
3417         * NEWS: Mention new BSD user-level threads support.
3418
3419         * i386obsd-tdep.c: Update copyright year.  Include
3420         "bsd-uthread.h".
3421         (i386obsd_uthread_reg_offset): New variable.
3422         (I386OBSD_UTHREAD_ESP_OFFSET): New define.
3423         (i386obsd_supply_uthread, i386obsd_collect_uthread): New
3424         functions.
3425         (i386obsd_init_abi): Set supply_uthread and collect_uthread.
3426         * Makefile.in (i386obsd-tdep.o): Update dependencies.
3427         * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
3428
3429 2005-01-23  Christopher Faylor  <cgf@timesys.com>
3430
3431         * win32-nat.c: Update copyright year.
3432         (child_init_thread_list): Set thread linked list point to NULL so that
3433         it won't be reused after clearing.
3434
3435 2005-01-21  Mark Kettenis  <kettenis@gnu.org>
3436
3437         * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
3438         undefs.
3439         * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
3440         thread' has a td_pcb member and whether `struct reg' has r_fs and
3441         r_gs members.
3442         * configure, config.in: Regenerate.
3443
3444 2005-01-21  Mark Kettenis  <kettenis@gnu.org>
3445
3446         * configure.ac: Remove ia64-*-aix* junk.
3447         * configure: Regenerate.
3448
3449         * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
3450         and BFD_NEED_DECLARATION.  Don't check if a declaration of strdup
3451         is necessary.
3452         * configure, config.in: Regenerate.
3453         * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
3454         BFD_NEED_DECLARATION.  Never provide a prototype for
3455         caninicalize_file_name.
3456         * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
3457         BFD_NEED_DECLARATION.
3458
3459         * configure.ac (targ_archs): Use standard autoconf check for
3460         "struct stat.st_blocks" instead of rolling our own.
3461         * configure: Regenerated.
3462         * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
3463         * config.in: Regenerated.
3464
3465 2005-01-21  Mark Kettenis  <kettenis@gnu.org>
3466
3467         * configure.ac: Modernize checks for `long long' and `long double'
3468         support.
3469         * configure: Regenerated.
3470         * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
3471         (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
3472         * config.in: Regenerated.
3473
3474 2005-01-20  Mark Kettenis  <kettenis@gnu.org>
3475
3476         * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
3477         (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
3478         * configure.ac: Remove checks for HP-UX save_state structure.
3479         * configure: Regenerated.
3480
3481 2005-01-19  Andrew Cagney  <cagney@gnu.org>
3482
3483         * utils.c (quit): Simplify, call fatal.
3484         * exceptions.c: Include "serial.h"
3485         (print_flush): Mimic flush code found in utils.c:quit.
3486         * Makefile.in: Update dependencies.
3487         
3488 2005-01-19  Jim Blandy  <jimb@redhat.com>
3489
3490         * configure.tgt: Set build_rdi_share to "yes" on those targets
3491         that use that debugging protocol.
3492         Set build_nlm to yes to build NLM stub for Netware targets.
3493         * configure.ac: If build_rdi_share is "yes", then configure the
3494         rdi-share subdirectory.
3495         If build_nlm is "yes", the configure the "nlm" subdirectory.
3496         * configure: Regenerated.
3497
3498         * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
3499         autoconf 2.59 and automake 1.9.3.
3500
3501 2005-01-19  Andrew Cagney  <cagney@gnu.org>
3502
3503         * exceptions.h (deprecated_throw_reason): Rename throw_reason.
3504         * exceptions.c (deprecated_throw_reason): Rename throw_reason.
3505         * utils.c (internal_verror, quit): Update.
3506         * remote-sds.c (interrupt_query): Update.
3507         * remote-mips.c (mips_error, mips_kill): Update.
3508         * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
3509         * remote.c (interrupt_query): Update.
3510         * ocd.c (interrupt_query): Update.
3511         * nto-procfs.c (interrupt_query): Update.
3512         * monitor.c (monitor_interrupt_query): Update.
3513         * breakpoint.c (break_command_1): Update.
3514
3515         * infrun.c: (resume, proceed, wait_for_inferior)
3516         (handle_inferior_event, stop_stepping)
3517         (prepare_to_wait): Write debug output to gdb_stdlog.
3518
3519 2005-01-19  Mark Kettenis  <kettenis@gnu.org>
3520
3521         * inf-ptrace.c (inf_ptrace_prepare_to_store)
3522         (inf_ptrace_post_startup_inferior)
3523         (inf_ptrace_acknowledge_created_inferior)
3524         (inf_ptrace_insert_fork_catchpoint)
3525         (inf_ptrace_remove_fork_catchpoint)
3526         (inf_ptrace_insert_vfork_catchpoint):
3527         (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
3528         (inf_ptrace_insert_exec_catchpoint)
3529         (inf_ptrace_remove_exec_catchpoint): Remove functions.
3530         (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
3531         (inf_ptrace_target): Don't set to_prepare_to_store,
3532         to_post_startup_inferior, to_acknowledge_created_inferior,
3533         to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
3534         to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
3535         to_follow_fork, to_insert_exec_catchpoint,
3536         to_remove_exec_catchpoint.
3537
3538 2005-01-18  Andrew Cagney  <cagney@gnu.org>
3539
3540         * target.h (struct target_ops): Change return type of
3541         to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
3542         to_insert_exec_catchpoint to void.
3543         (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
3544         (child_insert_exec_catchpoint): Change return type to void.
3545         * target.c (update_current_target): Update.
3546         (debug_to_insert_fork_catchpoint) 
3547         (debug_to_insert_vfork_catchpoint) 
3548         (debug_to_insert_exec_catchpoint): Update.
3549         * inf-child.c (inf_child_insert_fork_catchpoint) 
3550         (inf_child_insert_vfork_catchpoint) 
3551         (inf_child_insert_exec_catchpoint): Update.
3552         * breakpoint.c (insert_catchpoint): Update, do not throw an error.
3553         * linux-nat.c (child_insert_fork_catchpoint) 
3554         (child_insert_vfork_catchpoint)
3555         (child_insert_exec_catchpoint): Update.
3556         * inftarg.c (child_insert_fork_catchpoint) 
3557         (child_insert_vfork_catchpoint,)
3558         (child_insert_exec_catchpoint): Update.
3559
3560         * remote.c (remote_open_1): Use throw_exception.
3561
3562 2005-01-17  Michael Snyder  <msnyder@redhat.com>
3563
3564         * mips-linux-tdep.c: Whitespace tweaks.
3565
3566 2005-01-17  Corinna Vinschen  <vinschen@redhat.com>
3567
3568         * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
3569
3570 2005-01-17  Andrew Cagney  <cagney@gnu.org>
3571
3572         * top.h (source_error, source_pre_error): Delete declaration.
3573         * cli/cli-script.c (source_error_allocated, source_error): Delete.
3574         (script_from_file, source_cleanup_lines): Do not manipulate
3575         source_error_allocated, error_pre_print and source_error.
3576         (struct source_cleanup_lines_args): Delete fields old_pre_error,
3577         and old_error_pre_print.
3578         * top.c (source_error_allocated, source_error)
3579         (source_pre_error): Delete.
3580         (command_line_input): Do not set error_pre_print.
3581         * event-top.c (command_line_handler): Do not set error_pre_print.
3582
3583 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
3584
3585         * MAINTAINERS: Update my email address.
3586
3587 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
3588
3589         * configure.ac: Provide prerequisite headers when checking
3590         <term.h>.
3591         * configure: Regenerate.
3592
3593         * amd64fbsd-tdep.c: Update copyright year.  Include "gdb_assert.h"
3594         and "bsd-uthread.h".
3595         (amd64fbsd_jmp_buf_reg_offset): New variable.
3596         (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
3597         functions.
3598         (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
3599         * i386fbsd-tdep.c: Fix typo.
3600         * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
3601         * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
3602
3603 2005-01-16  Andrew Cagney  <cagney@gnu.org>
3604
3605         * cli/cli-script.c: Include "exceptions.h".
3606         (struct wrapped_read_command_file_args): Define.
3607         (wrapped_read_command_file): New function.
3608         (script_from_file): Replace direct call to read_command_file by
3609         one wrapped by an exception handler.
3610         * exceptions.c (throw_it): Free the old message after creating the
3611         new.
3612         * Makefile.in: Update dependencies.
3613         
3614 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
3615
3616         * sparc64fbsd-tdep.c: Update copyright year.
3617         (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
3618         functions.
3619         (sparc64fbsd_init_abi): Create register sets with collect
3620         functions.
3621
3622         * sparc64fbsd-nat.c: Include "fbsd-nat.h".
3623         (_initialize_sparc64fbsd_nat): Add some extra features to the
3624         generic SPARC target.
3625         * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
3626         * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
3627         (NAT_FILE): Set to solib.h.
3628         * config/sparc/nm-fbsd.h: Remove file.
3629
3630         * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
3631
3632         * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
3633
3634 2005-01-16  Andrew Cagney  <cagney@gnu.org>
3635
3636         * exceptions.c (struct catcher): Delete saved_error_pre_print and
3637         saved_quit_pre_print.
3638         (catcher_init): Delete parameter errstring, do not override the
3639         pre_print strings.
3640         (catcher_pop): Do not restore the pre_print strings.
3641         (catch_exception, catch_exceptions_with_msg, catch_errors)
3642         (catch_command_errors): Update catch_init calls.
3643
3644 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
3645
3646         * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
3647         * sparc64fbsd-nat.c: Update copyright year.  Include "target.h".
3648
3649 2005-01-15  Andrew Cagney  <cagney@gnu.org>
3650
3651         * acinclude.m4: Include ../bfd/bfd.m4 instead of
3652         ../bfd/acinclude.m4.  Include ../gettext.m4.
3653         * aclocal.m4, configure: Re-generate.
3654
3655         * exceptions.c (do_captured_command)
3656         (struct captured_command_args): Delete.
3657         (catch_command_errors): Simplify by inlining call to catch_errors.
3658
3659         * exceptions.c (struct catcher): Delete field print_message.
3660         (catcher_init): Delete print_message parameter.
3661         (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
3662         (throw_it): Delete prefix parameter.
3663         (throw_verror, throw_vfatal, throw_error): Update.
3664
3665 2005-01-14  Andrew Cagney  <cagney@gnu.org>
3666
3667         * exceptions.c (print_and_throw): Delete, replaced by throw_it.
3668         (throw_reason): Leave the exception's message field blank.
3669         (throw_it): New function, create the exception and throw it.
3670         (throw_verror, throw_vfatal, throw_error): Call throw_it.
3671         (print_any_exception): New function.
3672         (catch_errors, catch_exceptions_with_msg): Call
3673         print_any_exception.
3674         (throw_exception): Move code calling annotate_error and
3675         annotate_quit from here ...
3676         (print_exception): ... to here.
3677
3678         * exceptions.c (exception_fprintf, exception_print): Move printing
3679         of \n from here ...
3680         (print_exception): ... to here.
3681         (print_flush): New function.
3682         (exception_print, exception_fprintf): Replace duplicated flush and
3683         wrap code with call to print_flush.
3684         (print_and_throw): Simplify, by using xstrvprintf, print_flush,
3685         and print_exception.
3686         (do_write): Delete.
3687
3688         * remote-sds.c (interrupt_query): Call throw_reason instead of
3689         throw_exception.
3690         * remote-mips.c (mips_error, mips_kill): Ditto
3691         * ocd.c (interrupt_query): Ditto.
3692         * nto-procfs.c (interrupt_query): Ditto.
3693         * monitor.c (monitor_interrupt_query): Ditto.
3694
3695 2005-01-14  Jeff Johnston  <jjohnstn@redhat.com>
3696
3697         * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
3698
3699 2005-01-14  Andrew Cagney  <cagney@gnu.org>
3700
3701         * exceptions.h (catch_exceptions): Delete errstring parameter.
3702         (catch_exceptions_with_msg): Ditto.
3703         * exceptions.c (catch_exceptions_with_msg): Update.
3704         (catch_exceptions): Update.
3705         * symfile-mem.c (add_vsyscall_page): Update.
3706         * frame.c (get_current_frame): Update.
3707         * wrapper.c (gdb_value_struct_elt): Update.
3708         * exceptions.c (catch_exceptions): Update.
3709         * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
3710         * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
3711         * remote-fileio.c (remote_fileio_request): Update.
3712         
3713         * exceptions.h (exception_fprintf): Declare.
3714         (exception_print): Drop pre_print parameter.
3715         * mi/mi-main.c (mi_execute_command): Update exception_print call.
3716         * cli/cli-interp.c (safe_execute_command): Update exception_print
3717         call.
3718         * remote.c (remote_open_1): Instead of passing an error prefix to
3719         catch_exceptions, use catch_exceptions and exception_fprintf.
3720         (remote_start_remote): Change return type to void.
3721         * breakpoint.c (insert_bp_location): Instead of passing an error
3722         prefix to catch_exceptions, use catch_exceptions and
3723         exception_fprintf.
3724         (insert_catchpoint): Change return type to void.
3725         (break_command_1): Update exception_print call.
3726         * exceptions.c (exception_fprintf): New function.
3727         (print_exception): New function.
3728         (exception_print): Use print_exception.
3729         
3730         * utils.c (error_output_message): Delete function.
3731         * defs.h (error_output_message): Delete declaration.
3732
3733         * linespec.c (symtab_from_filename, decode_variable): Use
3734         throw_error instead of error_silent.
3735         * breakpoint.c (do_captured_parse_breakpoint): Change return type
3736         to void.
3737         (break_command_1): Use catch_exception and check the error return
3738         status.
3739         * exceptions.c (throw_error): New function.
3740         (throw_vsilent): Delete function.
3741         * exceptions.h (throw_error): Declare.
3742         (throw_vsilent): Delete declaration.
3743         * utils.c (error_silent): Delete function.
3744         * defs.h (error_silent): Delete declaration.
3745         
3746         * mi/mi-main.c (mi_execute_command): Print the exception.
3747         * cli/cli-interp.c (safe_execute_command): Print the exception.
3748         * exceptions.h (exception_print): Declare.
3749         * exceptions.c (struct catcher): Add field print_message.
3750         (catcher_init): Add parameter print_message, store in the catcher
3751         struct.
3752         (print_and_throw): Only print the message when print_message.
3753         (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
3754         catcher_init.
3755         (catch_exception): Pass print_message=0 to catcher_init.
3756
3757         * varobj.c (varobj_create): Add missing \n.
3758
3759 2005-01-13  Michael Snyder  <msnyder@redhat.com>
3760
3761         * cli/cli-decode.h: Whitespace tweaks.
3762         * wince.c: Whitespace tweaks.
3763         * uw-thread.c: Whitespace tweaks.
3764         * utils.c: Whitespace tweaks.
3765         * tracepoint.[ch]: Whitespace tweaks.
3766         * solist.h: Whitespace tweaks.
3767
3768 2005-01-13  Andrew Cagney  <cagney@gnu.org>
3769
3770         * exceptions.h (struct exception): Make message const.
3771         * mi/mi-main.c (mi_execute_command): Pass result.message directly
3772         to fputstr_unfiltered.
3773
3774 2005-01-13  Michael Snyder  <msnyder@redhat.com>
3775
3776         * stack.c: Whitespace tweaks.
3777         * somsolib.[ch]: Whitespace tweaks.
3778         * solib-aix.c: Whitespace tweaks.
3779         * solib.c: Whitespace tweaks.
3780         * solib-frv.c: Whitespace tweaks.
3781         * solib.h: Whitespace tweaks.
3782         * solib-irix.c: Whitespace tweaks.
3783         * solib-som.c: Whitespace tweaks.
3784         * solib-sunos.c: Whitespace tweaks.
3785         * solib-svr4.[ch]: Whitespace tweaks.
3786         * ser-tcp.c: Whitespace tweaks.
3787         * ser-unix.c: Whitespace tweaks.
3788         * serial.h: Whitespace tweaks.
3789         * scm-valprint.c: Whitespace tweaks.
3790         * rs6000-tdep.c: Whitespace tweaks.
3791         * rs6000-nat.c: Whitespace tweaks.
3792         * remote.c: Whitespace tweaks.
3793
3794 2005-01-13  Andrew Cagney  <cagney@gnu.org>
3795
3796         * defs.h (error_last_message, error_init): Delete declaration.
3797         * utils.c (fatal, vfatal): Call throw_vfatal.
3798         (error, verror): Call throw_verror;
3799         (do_write, error_stream_1): Delete function.
3800         (error_stream): Simplify, call error.
3801         (error_last_message, error_init, gdb_lasterr): Delete.
3802         (error_silent): Simplify, call throw_vsilent.
3803         * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
3804         * main.c (captured_main): Delete call to error_init.
3805         * exceptions.c (throw_verror, throw_verror)
3806         (throw_vsilent): New functions.
3807         (do_write, print_and_throw): New functions.
3808         (last_message): New global.
3809         (throw_reason): Replace error_last_message with last_message.
3810         (catch_exceptions_with_msg): Dup the message.
3811         * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
3812         Declare.
3813
3814 2005-01-13  Michael Snyder  <msnyder@redhat.com>
3815
3816         * remote-st.c: Whitespace tweaks.
3817         * remote-sim.c: Whitespace tweaks.
3818         * remote-mips.c: Whitespace tweaks.
3819         * pa64solib.[ch]: Whitespace tweaks.
3820         * mdebugread.c: Whitespace tweaks.
3821         * main.c: Whitespace tweaks.
3822         * interps.c: Whitespace tweaks.
3823         * infrun.c: Whitespace tweaks.
3824         * infcmd.c: Whitespace tweaks.
3825         * hpux-thread.c: Whitespace tweaks.
3826         * hppa-hpux-tdep.c: Whitespace tweaks.
3827         * gdbcore.h: Whitespace tweaks.
3828         * gdbcmd.h: Whitespace tweaks.
3829         * gdb-events[.c, .h, .sh]: Whitespace tweaks.
3830         * corefile.c: Whitespace tweaks.
3831         * completer.c: Whitespace tweaks.
3832         * coff-solib.c: Whitespace tweaks.
3833         * coff-solib.h: Whitespace tweaks.
3834         * cli-out.c: Whitespace tweaks.
3835         * breakpoint.c: Whitespace tweaks.
3836         * cli/cli-interp.c: Tweak comments, per coding standard.
3837
3838 2005-01-13  Andrew Cagney  <cagney@gnu.org>
3839
3840         * breakpoint.c (gdb_breakpoint_query): Update, use
3841         catch_exceptions_with_msg.
3842         (do_captured_breakpoint): Add uiout parameter.
3843         (gdb_breakpoint): Update, use catch_exceptions_with_msg.
3844         * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
3845         gdb_thread_select.  Return MI_CMD_ERROR instead of
3846         MI_CMD_CAUGHT_ERROR.
3847         (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
3848         (enum captured_mi_execute_command_actions): Delete
3849         EXECUTE_COMMAND_DISPLAY_ERROR.
3850         (captured_mi_execute_command): Delete code handling
3851         MI_CMD_CAUGHT_ERROR.
3852         (mi_execute_command): Don't check for
3853         EXECUTE_COMMAND_DISPLAY_ERROR.
3854         * mi/mi-cmd-break.c (breakpoint_notify): Update call to
3855         gdb_breakpoint_query.
3856         (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
3857         * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
3858         * gdb.h (gdb_thread_select, gdb_list_thread_ids)
3859         (gdb_breakpoint, gdb_breakpoint_query): Add error_message
3860         parameter.
3861         * thread.c (thread_command): Update call.
3862         (gdb_thread_select, gdb_list_thread_ids): Update, call
3863         catch_exceptions_with_msg.
3864
3865         * mi/mi-main.c (mi_execute_command): Use catch_exception,
3866         eliminate call to error_last_message.
3867         (captured_mi_execute_command): Change return type to void.
3868
3869 2005-01-12  Andrew Cagney  <cagney@gnu.org>
3870
3871         * exceptions.c (exception_none): New variable.
3872         * Makefile.in: Update dependencies.
3873         * interps.c: Include "exceptions.h".
3874         (interpreter_exec_cmd, interp_exec): Update to return "struct
3875         exception"
3876         * exceptions.h (no_exception): Declare.
3877         * tui/tui-interp.c (tui_exec): Update to return "struct exception"
3878         * mi/mi-interp.c: Include "exceptions.h".
3879         (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
3880         'struct exception".
3881         * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command) 
3882         (do_captured_execute_command): Update to use catch_exception.
3883         * interps.h: Include "exceptions.h".
3884         (interp_exec_ftype, interp_exec): Return "struct exception".
3885
3886         * exceptions.h (throw_reason): Rename throw_exception.
3887         (enum errors, struct exception): Define.
3888         (catch_exception_ftype): Define.
3889         (catch_exception, throw_exception): Declare.
3890         * exceptions.c (throw_exception): Rewrite.
3891         (throw_reason): New function.
3892         (struct catcher, catcher_state_machine): Replace "reason" with
3893         "exception", delete "gdberrmsg".
3894         (catch_exception): New function.
3895         (catcher_init): Replace "gdberrmsg" parameter with "exception".
3896         (catch_errors, catch_exceptions_with_msg): Re-implement passing
3897         exception to catcher_init.
3898         * utils.c (error_silent, error_stream_1): Use throw_reason.
3899         (internal_verror, quit): Ditto.
3900         * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
3901         * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
3902         * remote.c (remote_open_1, interrupt_query): Ditto.
3903
3904 2005-01-12  Mark Kettenis  <kettenis@gnu.org>
3905
3906         * i386fbsd-tdep.c: Update copyright year.  Include "gdbcore.h",
3907         "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
3908         (i386fbsd_jmp_buf_reg_offset): New variable.
3909         (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
3910         functions.
3911         (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
3912         * Makefile.in (i386fbsd-tdep.o): Update dependency.
3913         * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
3914
3915         * bsd-uthread.h: New file.
3916         * bsd-uthread.c: New file.
3917         * Makefile.in (bsd_uthread_h): New variable.
3918         (ALLDEPFILES): Add bsd-uthread.c.
3919         (bsd-uthread.o): New dependency.
3920
3921         * solib.h Update copyright year.
3922         (struct so_list): Forward declaration.
3923         (solib_read_symbols): New prototype.
3924         * solib.c (solib_read_symbols): New function.
3925         (solib_add): Call solib_read_symbols to read in symbols.
3926         (update_solib_list): Call observer_notify_solib_loaded.
3927
3928         * i386bsd-nat.c: Update copyright year.  Don't include
3929         <sys/param.h> and <sys/user.h>.
3930         (register_u_addr, kernel_u_size): Remove functions.
3931         * config/i386/obsd.mh (NAT_FILE): Remove.
3932         * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
3933         * config/i386/nm-obsd.h: Remove file.
3934
3935 2005-01-12  Andrew Cagney  <cagney@gnu.org>
3936
3937         * exceptions.c: Include "gdb_string.h".
3938         (enum catcher_state, struct catcher): Define.
3939         (current_catcher): New global, replaces catch_return;
3940         (catch_return): Delete.
3941         (throw_exception): Use current_catcher->buf;
3942         (catcher_init, catcher_pop, catcher_state_machine): New functions.
3943         (catcher): Delete.
3944         (struct catch_errors_args): Delete.
3945         (do_catch_errors): Delete.
3946         (catch_exceptions): Replace body with call to
3947         catch_exceptions_with_msg.
3948         (catcher): Delete.
3949         (catch_exceptions_with_msg, catch_errors): Re-implement using
3950         catcher_state_machine.
3951
3952         * exceptions.h (enum return_reason, RETURN_MASK)
3953         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
3954         (return_mask, throw_exception, catch_exceptions_ftype)
3955         (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
3956         (catch_command_errors_ftype, catch_command_errors): Move to
3957         exceptions.h.
3958         * exceptions.c, exceptions.h: New files.
3959         * top.c: Do not include <setjmp.h>.
3960         (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
3961         (throw_exception, catcher, catch_exceptions)
3962         (catch_exceptions_with_msg, struct catch_errors_args)
3963         (do_catch_errors, catch_errors, struct captured_command_args)
3964         (do_captured_command, catch_command_errors): Move to exceptions.c.
3965         * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
3966         * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
3967         * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
3968         * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
3969         * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
3970         * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
3971         * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
3972         * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
3973         * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
3974         * ada-valprint.c, ada-lang.c: Ditto.
3975         * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
3976         exceptions.o.  Update all dependencies.
3977         
3978 2005-01-11  Mark Kettenis  <kettenis@gnu.org>
3979
3980         * config/i386/nm-fbsd.h: Update copyright year.
3981         Don't include "config/nm-bsd.h".
3982         (KERNEL_U_SIZE): Remove macro.
3983         (kernel_u_size): Remove prototype.
3984
3985         * config/vax/nbsdaout.mh (NAT_FILE): Remove.
3986         * config/vax/nm-nbsdaout.h: Remove file.
3987
3988 2005-01-10  Elena Zannoni  <ezannoni@redhat.com>
3989
3990         * MAINTAINERS: Remove self from sh/sh64 maintainership.
3991
3992 2005-01-10  Andrew Cagney  <cagney@gnu.org>
3993
3994         * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
3995         changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
3996         maintainer.
3997
3998         * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
3999         changes to CRIS.
4000
4001         * MAINTAINERS: Remove "Maintenance Only".  Spell out that CAN
4002         COMMIT means can approve).
4003
4004 2005-01-10  Mark Kettenis  <kettenis@gnu.org>
4005
4006         * vax-nat.c: Update copyright year.  Include "inf-ptrace.h".
4007         (vax_register_u_offset): Make statuc.
4008         (_initialize_vax_nat): Construct and add target vector.
4009         * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
4010         inftarg.o.  Add inf-ptrace.o.
4011         * Makefile.in (vax-nat.o): Update dependencies.
4012
4013         * inf-ptrace.h: Update copyright year.  Sync comment with
4014         inf-ptrace.c.
4015         (inf_ptrace_trad_target): New prototype.
4016         * inf-ptrace.c: Update copyright year.  Include "regcache.h" and
4017         "gdb_assert.h"
4018         (inf_ptrace_target): Add comment.
4019         (inf_ptrace+register_u_offset): New variable.
4020         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
4021         (inf_ptrace_store_register, inf_ptrace_store_registers)
4022         (inf_ptrace_trad_target): New functions.
4023         * Makefile.in (inf-ptrace.o): Update dependencies.
4024
4025 2005-01-09  Mark Kettenis  <kettenis@gnu.org>
4026
4027         * configure.ac: Provide prerequisite headers when checking
4028         <link.h>, <sys/proc.h> and <sys/user.h>.
4029         * configure: Regenerate.
4030
4031 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
4032
4033         * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
4034         tm-ppc-eabi.h instead of the removed tm-nbsd.h.
4035
4036 2005-01-07  Mark Kettenis  <kettenis@gnu.org>
4037
4038         * config/ia64/tm-linux.h: Tweak comment.  Update copyright year.
4039         Don't include "tm-ia64.h".
4040         * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
4041         * config/ia64/tm-ia64.h: Remove.  Move contents ...
4042         * ia64-tdep.h: ... here.  Update copyright year.
4043
4044 2005-01-07  Andrew Cagney  <cagney@gnu.org>
4045
4046         * configure.ac: Rename configure.in, require autoconf 2.59.
4047         * configure: Re-generate.
4048
4049         * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
4050         xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
4051         to configdirs.
4052
4053         * configure.in: Replace configdirs with multiple references to
4054         AC_CONFIG_SUBDIRS.
4055         * configure: Re-generate.
4056         
4057 2005-01-05  Andreas Schwab  <schwab@suse.de>
4058
4059         * ia64-tdep.c: Include "osabi.h".
4060         (native_find_global_pointer): Delete.
4061         (ia64_find_global_pointer): Renamed from
4062         generic_elf_find_global_pointer.
4063         (FIND_GLOBAL_POINTER): Delete.  Change all users to call
4064         ia64_find_global_pointer instead.
4065         (ia64_gdbarch_init): Call gdbarch_init_osabi.  Remove references
4066         to ia64_linux_sigcontext_register_address and
4067         ia64_linux_write_pc.  Don't set tdep->find_global_pointer.
4068         (_initialize_ia64_tdep): Call gdbarch_register instead of
4069         deprecated register_gdbarch_init.
4070         (struct gdbarch_tdep): Remove find_global_pointer field and move
4071         to ...
4072         * ia64-tdep.h (struct gdbarch_tdep): ... here.
4073         (ia64_linux_sigcontext_register_address): Remove declaration.
4074         (ia64_linux_getunwind_table): Likewise.
4075         (ia64_linux_write_pc): Likewise.
4076         * ia64-linux-tdep.c: Include "osabi.h".
4077         (ia64_linux_sigcontext_register_address): Make static.
4078         (ia64_linux_write_pc): Likewise.
4079         (ia64_linux_init_abi): New.
4080         (_initialize_ia64_linux_tdep): New.
4081         * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
4082         $(osabi_h).
4083
4084 2005-01-05  Kevin Buettner  <kevinb@redhat.com>
4085
4086         * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on 
4087         functions in ia64-aix-tdep.c.
4088         * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
4089         function defined in ia64-aix-tdep.c.
4090         * ia64-aix-tdep.c: Remove file.
4091         * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
4092         this list.
4093         * Makefile.in (ia64-aix-tdep.o): Delete.
4094
4095 2005-01-05  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
4096
4097         Committed by Andrew Cagney.
4098         * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
4099         * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
4100         * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
4101         * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
4102         * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
4103         * aix-thread.c (_initialize_aix_thread): Get rid of the
4104         deprecated_add_show_from_set call.
4105         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
4106         * arm-tdep.c (_initialize_arm_tdep): Ditto.
4107         * command.h (add_setshow_enum_cmd): Add arguments for returning
4108         new list elements.
4109         * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
4110         * mips-tdep.c (_initialize_mips_tdep): Modify calls to
4111         add_setshow_enum_cmd.
4112
4113 2005-01-04  Mark Kettenis  <kettenis@gnu.org>
4114
4115         * configure.host (ia64-*-aix*): Remove.
4116         * configure.tgt (ia64-*-aix*): Remove.
4117         * config/ia64/aix.mh: Remove file.
4118         * config/ia64/aix.mt: Remove file.
4119         * config/ia64/tm-aix.h: Remove file.
4120         * ia64-aix-nat.c: Remove file.
4121         * Makefile.in (ia64-aix-nat.o): Remove dependency.
4122
4123         * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
4124         Add back inf-ptrace.o.
4125
4126 2005-01-04  Andrew Cagney  <cagney@gnu.org>
4127
4128         * version.in: Change format from 6.3.50_2005-01-04-cvs to
4129         6.3.50.20050104-cvs.
4130
4131 2005-01-04  Andreas Schwab  <schwab@suse.de>
4132
4133         * breakpoint.c (break_command_1): Always free err_msg before
4134         returning when an exception was caught.
4135
4136 2005-01-01  Joel Brobecker  <brobecker@gnat.com>
4137
4138         * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
4139         in register number for addil instruction.
4140
4141 For older changes see ChangeLog-2004.
4142 \f
4143 Local Variables:
4144 mode: change-log
4145 left-margin: 8
4146 fill-column: 74
4147 version-control: never
4148 End: