d96c503839243a2db7b0df0003061de1cf206737
[external/binutils.git] / gdb / ChangeLog
1 2005-04-01  Michael Snyder  <msnyder@redhat.com>
2
3         * mn10300-tdep.c (mn10300_frame_unwind_cache): Use 
4         find_partial_func instead of unwind_pc to identify frame.
5         (mn10300_push_dummy_call): Handle struct args, struct_return.
6
7         * mn10300-prologue.c (set_movm_offsets): Don't test variable
8         before setting it.
9         * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
10         instead of skip_prologue_using_sal.
11         
12 2005-03-31  Kevin Buettner  <kevinb@redhat.com>
13
14         * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
15         (main_lm_addr): New static global.
16         (frv_current_sos): Retain the link map address for each entry.
17         (frv_clear_solib): Clear main_lm_addr.
18         (frv_fetch_objfile_link_map): New function.
19         * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
20         * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
21
22 2005-03-31  Kevin Buettner  <kevinb@redhat.com>
23
24         * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
25         * gdbarch.c, gdbarch.h: Regenerate.
26         * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
27         address and pass this address, instead of the objfile address, to
28         target_get_thread_local_address().
29         * linux-thread-db.c (thread_db_get_thread_local_address): Change
30         second parameter from type ``struct objfile *'' to CORE_ADDR.  Do
31         not call svr4_fetch_objfile_link_map() to fetch the load module
32         address.
33         * target.h (struct target_ops): Change second parameter of
34         ``to_get_thread_local_address'' from ``struct objfile *'' to
35         ``CORE_ADDR''.
36         * alpha-linux-tdep.c (solib-svr4.h): Include.
37         (alpha_linux_init_abi): Register TLS load module fetcher.
38         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
39         * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
40         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
41         * ia64-linux-tdep.c (solib-svr4.h): Include.
42         (ia64_linux_init_abi): Register TLS load module fetcher.
43         * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
44         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
45         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
46         * s390-tdep.c (s390_gdbarch_init): Likewise.
47         * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
48         * sparc64-linux-tdep.c (solib-svr4.h): Include.
49         (sparc64_linux_init_abi): Register TLS load module fetcher.
50         * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
51         (sparc-linux-tdep.o): Update dependencies.
52
53 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
54
55         * c-valprint.c (c_value_print): Fix up some formatting.  Use
56         check_typedef.
57
58 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
59
60         * arm-linux-nat.c (store_register, store_regs): Handle
61         ARM_PS_REGNUM.
62
63 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
64
65         * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
66         (arm_linux_thumb_le_breakpoint): New.  Update comments.
67         (arm_linux_init_abi): Set Thumb breakpoints also.
68
69 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
70
71         * Makefile.in (arm-tdep.o): Update dependencies.
72         * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
73         (arm_gdbarch_init): Register dwarf2_frame_sniffer.
74
75 2005-03-28  Joel Brobecker  <brobecker@adacore.com>
76
77         * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
78         register value to be incorrectly written in the regcache.
79         (fill_fpregset): Fix bug that caused the FSR register value
80         to be incorrectly read from the regcache.
81
82 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
83
84         * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
85         arm_pc_is_thumb_dummy.
86
87 2005-03-28  Mark Kettenis  <kettenis@gnu.org>
88
89         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
90         StackGhost.
91
92         * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
93         Handle StackGhost in 64-bit code.
94         * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
95
96 2005-03-27  Christopher Faylor  <cgf@timesys.com>
97
98         * win32-nat.c (handle_exception): Treat win32 routines which check for
99         valid addresses as "special" and don't stop when a SEGV is detected.
100         (get_child_debug_event): Properly flag exception as unhandled.
101
102 2005-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
103
104         * cp-support.c (cp_class_name_from_physname): Rewrite.
105         (unqualified_name_from_comp): New function, broken out from
106         method_name_from_physname.  Correct handling for typed names
107         and templates.
108         (method_name_from_physname): Use unqualified_name_from_comp.
109         (cp_func_name, remove_params): Move earlier in the file.  Add
110         better comments.  Use the component tree to parse the name.
111         (_initialize_cp_support): Remove stray whitespace.
112
113 2005-03-26  Mark Kettenis  <kettenis@gnu.org>
114
115         * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
116
117         * inflow.h: Update copyright year.  Remove #ifdef SHORT_PGRP code.
118         Callapse HAVE_TERMIO and HAVE_SGTTY.
119
120         * dwarf2-frame.c (execute_cfa_program): Implement
121         DW_CFA_GNU_window_save.
122
123 2005-03-25  Mark Kettenis  <kettenis@gnu.org>
124
125         * config/sparc/nbsd64.mh (NAT_FILE): Remove.
126
127         * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
128
129 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
130
131         * arm-tdep.c (target_is_thumb, caller_is_thumb)
132         (arm_pc_is_thumb_dummy): Remove.
133         (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
134
135 2005-03-25  Anthony Green  <green@redhat.com>
136
137         * remote.c (remote_store_registers): Fix memset usage.
138         * std-regs.c (value_of_builtin_frame_reg): Ditto.
139         (value_of_builtin_frame_fp_reg): Ditto.
140         (value_of_builtin_frame_reg): Ditto.
141
142 2005-03-25  Mark Mitchell  <mark@codesourcery.com>
143
144         * ser-base.c (ser_unix_write): Rename to ...
145         (ser_base_write): ... this.
146         (ser_unix_nop_flush_output): Rename to ...
147         (ser_base_flush_output): ... this.
148         (ser_unix_flush_input): Rename to ...
149         (ser_base_flush_input): ... this.
150         (ser_unix_nop_send_break): Rename to ...
151         (ser_base_send_break): ... this.
152         (ser_unix_nop_drain_output): Rename to ...
153         (ser_base_drain_output): ... this.
154         (ser_unix_nop_raw): Rename to ...
155         (ser_base_raw): ... this.
156         (ser_unix_nop_get_tty_state): Rename to ...
157         (ser_base_set_tty_state): ... this.
158         (ser_unix_nop_noflush_set_tty_state): Rename to ...
159         (ser_base_noflush_set_tty_state): ... this.
160         (ser_unix_nop_print_tty_state): Rename to ...
161         (ser_base_print_tty_state): ... this.
162         (ser_unix_nop_setbaudrate): Rename to ...
163         (ser_base_setbaudrate): ... this.
164         (ser_unix_nop_setstopbits): Rename to ...
165         (ser_base_setstopbits): ... this.
166         (ser_unix_async): Rename to ...
167         (ser_base_async): ... this.
168         * ser-base.h (ser_unix_write): Rename to ...
169         (ser_base_write): ... this.
170         (ser_unix_nop_flush_output): Rename to ...
171         (ser_base_flush_output): ... this.
172         (ser_unix_flush_input): Rename to ...
173         (ser_base_flush_input): ... this.
174         (ser_unix_nop_send_break): Rename to ...
175         (ser_base_send_break): ... this.
176         (ser_unix_nop_drain_output): Rename to ...
177         (ser_base_drain_output): ... this.
178         (ser_unix_nop_raw): Rename to ...
179         (ser_base_raw): ... this.
180         (ser_unix_nop_get_tty_state): Rename to ...
181         (ser_base_set_tty_state): ... this.
182         (ser_unix_nop_noflush_set_tty_state): Rename to ...
183         (ser_base_noflush_set_tty_state): ... this.
184         (ser_unix_nop_print_tty_state): Rename to ...
185         (ser_base_print_tty_state): ... this.
186         (ser_unix_nop_setbaudrate): Rename to ...
187         (ser_base_setbaudrate): ... this.
188         (ser_unix_nop_setstopbits): Rename to ...
189         (ser_base_setstopbits): ... this.
190         (ser_unix_async): Rename to ...
191         (ser_base_async): ... this.
192         * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
193         * ser-tcp.c (_initialize_ser_tcp): Likewise.
194         * ser-unix.c (hardwire_flush_input): Likewise.
195         (_initializer_ser_hardwire): Likewise.
196
197         * Makefile.in (SFILES): Add ser-base.c.
198         (ser_base_h): New variable.
199         (ser-base.o): New target.
200         (ser-pipe.o): Depend on $(ser_base_h).
201         (ser-tcp.o): Likewise.
202         (ser-unix.o): Likewise.  Do not depend on $(event_loop_h).
203         * configure.ac (SER_HARDWIRE): Include ser-base.o where
204         appropriate.
205         * ser-base.c: New file.
206         (push_event): Move from ser-unix.c.
207         (fd_event): Likewise.
208         (reschedule): Likewise.
209         (ser_unix_write): Likewise.
210         (ser_unix_nop_flush_output): Likewise.
211         (ser_unix_flush_input): Likewise.
212         (ser_unix_nop_send_break): Likewise.
213         (ser_unix_nop_drain_output): Likewise.
214         (ser_unix_nop_raw): Likewise.
215         (ser_unix_nop_get_tty_state): Likewise.
216         (ser_unix_nop_set_tty_state): Likewise.
217         (ser_unix_nop_noflush_set_tty_state): Likewise.
218         (ser_unix_nop_print_tty_state): Likewise.
219         (ser_unix_nop_setbaudrate): Likewise.
220         (ser_unix_nop_setstopbits): Likewise.
221         (ser_unix_async): Likewise.
222         * ser-base.h: New file.
223         * ser-pipe.c (ser-base.h): Include it.
224         * ser-tcp.c (ser-base.h): Likewise.
225         * ser-unix.h (ser_unix_nop_flush_output): Remove.
226         (ser_unix_flush_input): Likewise.
227         (ser_unix_nop_send_break): Likewise.
228         (ser_unix_nop_raw): Likewise.
229         (ser_unix_nop_get_tty_state): Likewise.
230         (ser_unix_nop_set_tty_state): Likewise.
231         (ser_unix_nop_print_tty_state): Likewise.
232         (ser_unix_nop_noflush_set_tty_state): Likewise.
233         (ser_unix_nop_setbaudrate): Likewise.
234         (ser_unix_nop_setstopbits): Likewise.
235         (ser_unix_nop_drain_output): Likewise.
236         (ser_unix_wait_for): Likewise.
237         (ser_unix_write): Likewise.
238         (ser_unix_async): Likewise.
239         * ser-unix.c (event-loop.h): Do not include it.
240         (push_event): Move to ser-base.c.
241         (fd_event): Likewise.
242         (reschedule): Likewise.
243         (ser_unix_write): Likewise.
244         (ser_unix_nop_flush_output): Likewise.
245         (ser_unix_flush_input): Likewise.
246         (ser_unix_nop_send_break): Likewise.
247         (ser_unix_nop_drain_output): Likewise.
248         (ser_unix_nop_raw): Likewise.
249         (ser_unix_nop_get_tty_state): Likewise.
250         (ser_unix_nop_set_tty_state): Likewise.
251         (ser_unix_nop_noflush_set_tty_state): Likewise.
252         (ser_unix_nop_print_tty_state): Likewise.
253         (ser_unix_nop_setbaudrate): Likewise.
254         (ser_unix_nop_setstopbits): Likewise.
255         (ser_unix_async): Likewise.
256         (ser_unix_wait_for): Make it static.
257         * configure: Regenerated.
258         
259 2005-03-25  Mark Kettenis  <kettenis@gnu.org>
260
261         * dwarf2-frame.h: Update copyrigh year.
262         (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
263         * dwarf2-frame.c: Update copyright year.
264         (struct dwarf2_frame_cache): Add member `retaddr_reg'.
265         (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
266         (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
267
268 2005-03-23  Martin Hunt  <hunt@redhat.com>
269
270         * configure.ac: Remove -fwritable-strings from CFLAGS.
271         * configure: Regenerate.
272
273 2005-03-21  Michael Snyder  <msnyder@redhat.com>
274
275         * mn10300-prologue.c (fix_frame_pointer): Delete.
276         (set_movm_offsets) Don't return just because movm_args is
277         zero -- still need to save pc and sp in saved_regs.
278         (mn10300_analyze_prologue): Don't return prematurely without
279         calling set_movm_offsets (for pc and sp at minimum).
280
281 2005-03-21  Mark Mitchell  <mark@codesourcery.com>
282
283         * configure.ac (stat.st_blksize): Check for it.
284         (getuid): Likewise.
285         (getgid): Likewise.
286         * configure: Regenerated.
287         * config.in: Likewise.
288         * remote-fileio.c (remote_fileio_to_fio_stat): Check
289         HAVE_STRUCT_STAT_ST_BLKSIZE. 
290
291 2005-03-21  Christopher Faylor  <cgf@timesys.com>
292
293         * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
294         here.
295         (do_initial_child_stuff): Move clearing of thread list to a place
296         before a thread ould be created.
297         (child_attach): Ditto.
298
299 2005-03-21  Michael Snyder  <msnyder@redhat.com>
300
301         * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
302         instead of pc addr for frame_id.  Otherwise "until" won't work.
303
304 2005-03-21  Kevin Buettner  <kevinb@redhat.com>
305
306         * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
307         comment.
308
309 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
310
311         * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
312         * varobj.c (my_value_equal): Mark val2 as volatile.
313
314         * cp-names.y: Add prototype for yyparse.
315
316 2005-03-19  Daniel Jacobowitz  <dan@codesourcery.com>
317
318         * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
319         * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
320         VALADDR.
321
322 2005-03-18  Kevin Buettner  <kevinb@redhat.com>
323
324         * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
325         * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
326         (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
327         New error/exception enums.
328         * dwarf2loc.c (exceptions.h): Include.
329         (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
330         via TRY_CATCH mechanism.  Print error messages for TLS related
331         exceptions.
332         * linux-thread-db.c (thread_db_get_thread_local_address): Throw
333         exceptions instead of printing errors.
334
335 2005-03-18  Mark Kettenis  <kettenis@gnu.org>
336
337         * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
338         (decimal2str, octal2str): Change to return a string allocated by
339         get_cell.  Use xsnprint instead of snprintf.
340         (paddr_u, paddr_d): Adjust for changed calling convention of
341         decimal2str.
342         (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
343         (int_string): Likewise.  Adjust for changed calling convention of
344         decimal2str and octal2str.
345
346 2005-03-18  Kevin Buettner  <kevinb@redhat.com>
347
348         * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
349         Adjust incorrectly computed constant for realtime signal frame.
350
351 2005-03-18  Mark Kettenis  <kettenis@gnu.org>
352
353         From Ralf Corsepius <ralf.corsepius@rtems.org>
354         * configure.tgt: Add m68*-*-rtems*.
355
356 2005-03-17  Mark Kettenis  <kettenis@gnu.org>
357
358         * defs.h (xsnprintf): New prototype.
359         * utils.c (xsnprintf): New function.
360
361         * corelow.c (get_core_register_section): Replace usage of sprintf
362         and strcpy with xstrprintf and xstrdup.
363
364         * mips-tdep.c (mips_single_step_through_delay): Put back check for
365         breakpoint lost with the introduction of this function.
366
367 2005-03-17  Paul Brook  <paul@codesourcery.com>
368
369         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
370         * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
371
372 2005-03-16  Mark Mitchell  <mark@codesourcery.com>
373
374         * event-top.c (handle_sigquit): Do not define for systems without
375         SIGQUIT.
376         (sigquit_token): Likewise.
377         (async_init_signals): Allow for systems that do not
378         define SIGQUIT.
379         * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
380
381 2005-03-15  Mark Mitchell  <mark@codesourcery.com>
382
383         * utils.c (internal_vproblem): Guard call to fork with 
384         HAVE_WORKING_FORK.
385         * cli/cli-cmds.c (shell_escape): Guard call to vfork with
386         HAVE_WORKING_VFORK and HAVE_WORKING_FORK. 
387
388         * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
389         S_IRGRP and related macros.
390         (remote_fileio_mode_to_target): Likewise.
391
392 2005-03-14  Ben Elliston  <bje@au.ibm.com>
393
394         * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
395         more primitive library.
396
397 2005-03-13  Mark Kettenis  <kettenis@gnu.org>
398
399         * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
400         sprintf.
401         * target.c (normal_pid_to_str): Likewise.
402         * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
403         Change capitalization of "thread".  Use ptid_get_pid instead of
404         GETPID.
405
406         * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
407         a combination of xmalloc and sprintf.
408
409 2005-03-13  Jim Blandy  <jimb@redhat.com>
410
411         * configure.ac: Use '=', not '=='; the latter is a GNU extension.
412         * configure: Regenerated.
413
414 2005-03-11  Michael Snyder  <msnyder@redhat.com>
415
416         * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace 
417         stub fn with real implementatin mn10300_unwind_dummy_id.
418         (mn10300_push_dummy_call): Implement.  Bare bones version,
419         does not handle structs or floats.
420
421 2005-03-11  Jim Blandy  <jimb@redhat.com>
422
423         Avoid warnings due to the use of -Wuninitialized without -O.
424         * configure.ac (build_warnings): Include -Wuninitialized only if
425         CFLAGS is unset at configure time, or CFLAGS is set and includes
426         some -O option other than -O0.
427         * configure: Regenerated.
428
429         * mips-tdep.c (show_mips_abi): Change calling conventions to match
430         those expected by add_setshow_enum_cmd.  Use 'file' argument as
431         appropriate.
432
433 2005-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
434
435         * Makefile.in (SFILES): Add cp-names.y.
436         (libiberty_h, safe_ctype_h): New.
437         (YYFILES): Add cp-names.c.
438         (YYOBJ): Add cp-names.o.
439         (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
440         (clean): Remove test-cp-names$(EXEEXT).
441         (local-maintainer-clean): Remove cp-names.c.
442         * cp-names.y: New file.
443         * cp-support.c (find_last_component): Delete.
444         (d_left, d_right): Define.
445         (cp_canonicalize_string, mangled_name_to_comp): New functions.
446         (cp_class_name_from_physname, method_name_from_physname): Rewrite
447         to use mangled_name_to_comp.
448         * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
449         (cp_comp_to_string): New prototypes.
450         * config/djgpp/fnchange.lst: Add cp-names.c.
451
452 2005-03-10  Bob Rossi  <bob@brasko.net>
453
454         * main.c (print_gdb_help): Remove the --[no]async help message.
455
456 2005-03-10  Mark Kettenis  <kettenis@gnu.org>
457
458         * proc-api.c: Update copyright year.
459         (_initialize_proc_api): Revert previous patch, removing spurious
460         space instead.
461
462 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
463
464         * regcache.c: Fix typo in comment.
465
466 2005-03-09  David Lecomber  <david@lecomber.net>
467
468         * proc-api.c (_initialize_proc_api): Fix invalid multi-line 
469         i18n text.
470
471 2005-03-09  Mark Kettenis  <kettenis@gnu.org>
472
473         * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
474         address for 64-bit code.
475         (sparc_unwind_dummy_id): Likewise.
476         * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
477         frame base address convention.
478         (sparc64_push_dummy_call): Likewise.
479         * sparc64nbsd-tdep.c: Update copyright year.
480         (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
481         address for 64-bit code.
482         (sparc64nbsd_init_abi): Tweak comment.
483         * sparc64obsd-tdep.c: Update copyright year.
484         (sparc64obsd_frame_cache): Adjust cached frame base address for
485         64-bit code.
486         (sparc64obsd_init_abi): Tweak comment.
487
488 2005-03-09  Corinna Vinschen  <vinschen@redhat.com>
489
490         * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
491
492 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
493
494         * dwarf2read.c (dwarf_decode_lines): Use the complete filename
495         when creating include psymtabs.
496
497 2005-03-08  Mark Mitchell  <mark@codesourcery.com>
498
499         * environ.h (struct environ): Rename to ...
500         (struct gdb_environ): ... this.
501         (make_environ): Update prototype.
502         (free_environ): Likewise.
503         (init_environ): Likewise.
504         (get_in_environ): Likewise.
505         (set_in_environ): Likewise.
506         (unset_in_environ): Likewise.
507         (environ_vector): Likewise.
508         * environ.c (make_environ): Replace "struct environ" with "struct
509         gdb_environ".
510         (free_environ): Likewise.
511         (init_environ): Likewise.
512         (environ_vector): Likewise.
513         (get_in_environ): Likewise.
514         (set_in_environ): Likewise.
515         (unset_in_environ): Likewise.
516         * infcmd.c (inferior_environ): Likewise.
517         * inferior.h (inferior_environ): Likewise.
518
519 2005-03-08  Joel Brobecker  <brobecker@adacore.com>
520
521         * infcmd.c (run_command_1): New function, extracted from
522         run_command.
523         (run_command): Replace implementation by call to run_command_1.
524         (start_command): Use run_command_1 to insert the temporary
525         breakpoint and run the program. Remove code that's no longer
526         needed, as already done at the proper time by run_command_1.
527
528 2005-03-08  Daniel Jacobowitz  <dan@codesourcery.com>
529
530         * symfile.c (clear_symtab_users): Call
531         clear_current_source_symtab_and_line first.
532
533 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
534
535         * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
536         * c-exp.y (exp): Add unary plus.
537         * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
538         * valarith.c (value_x_unop): Add UNOP_PLUS case.
539         (value_pos): New.
540         * value.h (value_pos): Declare.
541
542         * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
543         (remote_fetch_registers): Allow uppercase hex when resyncing.
544         (remote_write_bytes): Only call get_memory_write_packet_size once.
545         Robustify packet size calculation for very small packets. Check
546         that at least one byte will be written.
547
548         * tracepoint.c (target_is_remote): Allow extended-remote.
549         (struct collection_list): Allow 256 registers, like the comment
550         said.
551         (add_memrange): Fix comment.
552         (read_actions): Turn EOF into 'end'.
553
554 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
555
556         * Makefile.in: Add dependencies for iq2000-tdep.o.
557         * configure.tgt: Add iq2000-*-* target.
558         * iq2000-tdep.c: New file.
559         * config/iq2000/iq2000.mt: New file.
560
561 2005-03-07  Joel Brobecker  <brobecker@adacore.com>
562
563         * doc/observer.texi (executable_changed): New observer.
564         * symtab.c: Include "observer.h".
565         (find_main_name): New function.
566         (main_name): If name_of_main is unset, then compute it
567         using find_main_name.
568         (symtab_observer_executable_changed): New function.
569         (_initialize_symtab): Attach executable_changed observer.
570         * exec.c: Include "observer.h".
571         (exec_file_attach): Emit executable_changed notification.
572         * symfile.c: Include "observer.h".
573         (reread_symbols): Send an executable_changed if appropriate.
574         * Makefile.in (exec.o): Add dependency on observer.h.
575         (symfile.o): Likewise.
576         (symtab.o): Likewise.
577
578 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
579
580         * findvar.c (read_var_value): Don't allocate V when it will not
581         be used.  Add missing break for LOC_INDIRECT.
582
583 2005-03-06  Mark Kettenis  <kettenis@gnu.org>
584
585         * sparc64fbsd-tdep.c: Include "solib-svr4.h".
586         (sparc64fbsd_init_abi): Set skip_trampoline_code and
587         solib_svr4_fetch_link_map_offsets.
588         * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
589
590 2005-03-06  Daniel Jacobowitz  <dan@codesourcery.com>
591
592         * linux-nat.c (child_follow_fork): Call target_terminal_ours before
593         printing output.  Use fprintf_unfiltered.  Only print output when
594         debugging.
595
596 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
597
598         * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
599         argument.
600         (sparc64_store_arguments): Constify.
601
602 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
603
604         * alphabsd-nat.c: Update copyright year.  Include "inf-ptrace.h".
605         (alphabsd_fetch_inferior_registers): Rename from
606         fetch_inferior_registers.  Make static.
607         (alphabsd_store_inferior_registers): Rename from
608         store_inferior_registers.  Make static.
609         (_initialize_alphabsd_nat): New function.
610         * Makefile.in (alphabsd-nat.o): Update dependencies.
611         * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
612         inftarg.o.  Add inf-ptrace.o, fbsd-nat.o and gcore.o.
613         * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
614         (NATDEPFILES): Remove infptrace.o and inftarg.o.  Add
615         alphabsd-nat.o.
616         * config/alpha/nm-fbsd.h: Update copyright year.  Don't include
617         "config/nm-bsd.h" and "elf/common.h".
618         * config/alpha/nm-nbsd.h: Update copyright year.  Don't include
619         "config/nm-nbsd.h".
620
621         * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
622         software_single_step.
623
624 2005-03-04  Michael Snyder  <msnyder@redhat.com>
625
626         * mn10300-prologue.c: New file.  Prologue analysis.
627         * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
628         (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
629         until after analyze_prologue, and don't call trad_frame_set_base
630         at all (let analyze_prologue do it).
631
632 2005-03-04  Michael Snyder  <msnyder@redhat.com>
633
634         * trad-frame.c (trad_frame_set_reg_value): New function.
635         * trad-frame.h (trad_frame_set_reg_value): Export.
636
637 2005-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
638
639         * Makefile.in (remote.o): Update dependencies.
640         * remote.c: Include "observer.h".
641
642 2005-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
643
644         * target.c (target_read_memory_partial): Always initialize
645         ERR.
646         (target_write_memory_partial): Likewise.
647
648 2005-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
649
650         * remote.c (remote_open_1): Call observer_notify_inferior_created.
651
652 2005-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
653
654         * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
655         (arm_stub_unwind, arm_stub_unwind_sniffer): New.
656         (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
657
658 2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
659
660         * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
661         Use LWP IDs.
662
663 2005-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
664
665         * dwarf2loc.c (loclist_read_variable): Set optimized_out
666         instead of reporting an error.
667         * valprint.c (value_check_printable): New function.
668         (common_val_print): New function.  Use value_check_printable.
669         (value_print): Use value_check_printable.
670         * value.h (common_val_print): Add prototype.
671
672         * c-valprint.c (c_val_print): Use common_val_print.
673         * cp-valprint.c (cp_print_value_fields): Likewise.
674         (cp_print_hpacc_virtual_table_entries): Likewise.
675         * f-valprint.c (f_val_print): Likewise.
676         * jv-valprint.c (java_value_print, java_print_value_fields):
677         Likewise.
678         * scm-valprint.c (scm_value_print): Likewise.
679         * stack.c (print_frame_args): Likewise.
680         * varobj.c (c_value_of_variable): Likewise.
681         * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
682         (pascal_object_print_value_fields): Likewise.  Update call to
683         pascal_object_print_static_field.
684         (pascal_object_print_static_field): Remove TYPE argument.  Use
685         common_val_print.
686
687 2005-02-25 Mark Kettenis  <kettenis@gnu.org>
688         
689         Committed by Elena Zannoni <ezannoni@redhat.com>
690
691         * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust 
692         info_ptr before building psymtabs for included files.
693         (create_all_comp_units): Initailize initial length size of
694         compilation header to zero.
695         (read_initial_length): Complain if both 32-bit and 64-bit DWARF
696         sections are encountered within the same compilation header.
697         (dwarf_decode_line_header): Pass compilation header in call to
698         read_initial_length.
699         
700 2005-02-24  Andrew Cagney  <cagney@gnu.org>
701
702         Add show_VARIABLE functions, update add_setshow call.
703         * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
704         * valprint.c (_initialize_valprint, show_print_max) 
705         (show_stop_print_at_null, show_repeat_count_threshold) 
706         (show_prettyprint_structs, show_unionprint) 
707         (show_prettyprint_arrays, show_addressprint, show_input_radix) 
708         (show_output_radix): Ditto.
709         * valops.c (_initialize_valops, show_overload_resolution): Ditto.
710         * utils.c (initialize_utils, show_chars_per_line) 
711         (show_lines_per_page, show_demangle, show_pagination_enabled) 
712         (show_sevenbit_strings, show_asm_demangle): Ditto
713         * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind) 
714         (show_tui_border_mode, show_tui_active_border_mode): Ditto.
715         * top.c (init_main, show_new_async_prompt) 
716         (show_async_command_editing_p, show_write_history_p) 
717         (show_history_size, show_history_filename, show_caution) 
718         (show_annotation_level, init_main): Ditto.
719         * target.c (initialize_targets, show_targetdebug)
720         (show_trust_readonly): Ditto.
721         * symfile.c (_initialize_symfile, show_symbol_reloading) 
722         (show_ext_args, show_download_write_size) 
723         (show_debug_file_directory): Ditto.
724         * source.c (_initialize_source, show_lines_to_list): Ditto.
725         * solib.c (_initialize_solib, show_auto_solib_add) 
726         (show_solib_search_path): Ditto.
727         * p-valprint.c (_initialize_pascal_valprint) 
728         (show_pascal_static_field_print): Ditto.
729         * printcmd.c (_initialize_printcmd, show_max_symbolic_offset) 
730         (show_print_symbol_filename): Add and update.
731         * parse.c (_initialize_parse, show_expressiondebug): Dito.
732         * observer.c (_initialize_observer, show_observer_debug): Dito.
733         * maint.c (_initialize_maint_cmds, show_watchdog) 
734         (show_maintenance_profile_p): Dito.
735         * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
736         * infrun.c (_initialize_infrun, show_debug_infrun) 
737         (show_stop_on_solib_events, show_follow_fork_mode_string) 
738         (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
739         * infcall.c (_initialize_infcall, show_coerce_float_to_double_p) 
740         (show_unwind_on_signal_p): Ditto.
741         * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution) 
742         (_initialize_gdbtypes, show_overload_debug): Ditto.
743         * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
744         (show_gdb_events_debug): Ditto.
745         * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
746         (_initialize_gdbarch): Ditto.
747         * frame.c (_initialize_frame, show_backtrace_past_main) 
748         (show_backtrace_past_entry, show_backtrace_limit) 
749         (show_frame_debug): Ditto.
750         * exec.c (_initialize_exec, show_write_files): Ditto.
751         * dwarf2read.c (_initialize_dwarf2_read) 
752         (show_dwarf2_max_cache_age): Ditto.
753         * demangle.c (_initialize_demangler)
754         (show_demangling_style_names): Ditto.
755         * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
756         * cp-valprint.c (show_static_field_print) 
757         (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
758         * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
759         * cli/cli-logging.c (_initialize_cli_logging) 
760         (show_logging_overwrite, show_logging_redirect) 
761         (show_logging_filename): Ditto.
762         * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p) 
763         (init_cli_cmds, show_baud_rate, show_remote_debug) 
764         (show_remote_timeout, show_max_user_call_depth): Ditto.
765         * charset.c (show_host_charset_name, show_target_charset_name)
766         (initialize_charset): Ditto.
767         * breakpoint.c (show_can_use_hw_watchpoints)
768         (show_pending_break_support, _initialize_breakpoint): Ditto.
769
770 2005-02-23  Jim Blandy  <jimb@redhat.com>
771
772         * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
773
774 2005-02-23  Andrew Cagney  <cagney@gnu.org>
775
776         * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
777         SEC_XXX flags.
778
779 2005-02-22  Andrew Cagney  <cagney@gnu.org>
780
781         * configure.ac: Only enaable insight when itcl is present.
782         * configure: Re-generate.
783         
784 2005-02-21  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
785
786         Committed by Andrew Cagney.
787         * infptrace.c (store_register): Fix typo.
788
789 2005-02-21  Andrew Cagney  <cagney@gnu.org>
790
791         * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
792         * cli/cli-decode.h (add_set_cmd): Delete declaration.
793         * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
794         * i386-nat.c (_initialize_i386_nat): Update call.
795         * valprint.c (_initialize_valprint): Update comment.
796         * gnu-nat.c (_initialize_gnu_nat): Update call.
797
798 2005-02-21  Alan Modra  <amodra@bigpond.net.au>
799
800         * elfread.c (elf_symtab_read): Discard section syms.
801
802 2005-02-21  Andrew Cagney  <cagney@gnu.org>
803
804         * cli/cli-decode.c (add_set_enum_cmd): Delete function.
805         (deprecated_add_show_from_set): Delete function.
806         * command.h (add_set_enum_cmd): Delete declaration.
807         (deprecated_add_show_from_set): Delete declaration.
808         * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
809         (deprecated_add_show_from_set): Delete declaration.
810         * arm-tdep.c (_initialize_arm_tdep): Update comment.
811         * kod.c (kod_set_os): Simplify.
812         * infrun.c (set_schedlock_func): Simplify.
813         * cli/cli-dump.c (add_dump_command): Update comment.
814
815         Replace string variables with a filename completer with
816         add_setshow_optional_filename_cmd.
817         * solib.c, symfile.c: Update.
818         * cli/cli-setshow.c: Do not tidle expand the file.
819         
820         Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
821         and add_setshow_string_noescape_cmd.
822         * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
823         NULL command's value.
824         * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
825         * remote-sds.c, remote.c, symfile.c, top.c: Update.
826
827 2005-02-20  Andrew Cagney  <cagney@gnu.org>
828
829         Use add_setshow_enum_cmd through out.
830         * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
831         * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
832         
833         * mi/mi-main.c (captured_mi_execute_command): Use
834         mi_cmd_interpreter_exec.
835
836         * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
837         function.
838         * cli/cli-setshow.c (deprecated_show_value_hack) 
839         (do_setshow_command): Handle var_optional_filename.
840         * command.h (enum var_types): Add var_optional_filename.
841         (add_setshow_optional_filename_cmd): Declare.
842         * infcmd.c (notice_args_read): Use.
843
844         * symfile-mem.c (symbol_file_add_from_memory): Pass
845         target_read_memory to bfd_elf_bfd_from_remote_memory.
846         (do_target_read_memory): Delete.
847
848 2005-02-16  Mark Kettenis  <kettenis@gnu.org>
849
850         * value.h (value_contents_equal): New prototype.
851         * value.c (value_contents_equal): New function.
852         * varobj.c: Include "exceptions.h" and "gdb_assert.h".  Don't
853         include <math.h>.
854         (varobj_set_value): Initialize error to zero.
855         (varobj_update): Rename error2 to error and initialize it to zero.
856         Slightly change the wording of some comments.
857         (my_value_equal): Reimplement using TRY_CATCH and
858         value_contents_equal.
859
860 2005-02-18  Andrew Cagney  <cagney@gnu.org>
861
862         * cli/cli-decode.c (add_setshow_integer_cmd): New function.
863         * command.h (add_setshow_integer_cmd): Declare.
864         * cli/cli-cmds.c: Update.
865         
866         Use add_setshow_uinteger_cmd through out.
867         * printcmd.c, source.c, utils.c, valprint.c: Update.
868
869         Use add_setshow_zinteger_cmd through out.  Re-sync gdbarch.sh
870         and gdbarch.c.
871         * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
872         * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
873         * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
874         * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
875         * varobj.c, cli/cli-cmds.c: Update.
876         * gdbarch.c, gdb-events.c: Regenerate.
877         
878         Use add_setshow_boolean_command through out.  Delete #ifdef 0'ed
879         code adding set/show boolean commands.
880         * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
881         * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
882         * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
883         * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
884         * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
885         * cli/cli-cmds.c: Update.
886
887 2005-02-17  Andrew Cagney  <cagney@gnu.org>
888
889         * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
890         to filename_completer.
891         * solib.c (_initialize_solib, reload_shared_libraries): Use
892         add_setshow_filename_cmd.
893         * serial.c (_initialize_serial): Ditto.
894         * remote-utils.c (_initialize_sr_support): Ditto.
895
896         * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
897         * command.h (add_setshow_string_noescape_cmd): Declare.
898         * wince.c (_initialize_wince): Use.
899         * symfile.c (_initialize_symfile): Use.
900         (set_ext_lang_command): Update declaration.
901         * corefile.c (_initialize_core): Use.
902
903         * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
904         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
905         (add_setshow_filename_cmd, add_setshow_string_cmd)
906         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
907         fprint_setshow parameter.
908         * command.h (fprint_setshow_ftype): Delete.
909         (add_setshow_cmd_full, add_setshow_enum_cmd)
910         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
911         (add_setshow_filename_cmd, add_setshow_string_cmd)
912         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
913         fprint_setshow parameter.
914         * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
915         * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
916         * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
917         * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
918         * remote.c, target.c, cli/cli-logging.c: Update.
919         
920 2005-02-16  Andrew Cagney  <cagney@gnu.org>
921
922         Merge setshow print and show parameters.
923         * command.h (show_value_ftype): Define.
924         (deprecated_show_value_hack): Declare.
925         (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
926         (add_setshow_boolean_cmd, add_setshow_filename_cmd)
927         (add_setshow_string_cmd, add_setshow_uinteger_cmd)
928         (add_setshow_zinteger_cmd): Change type of show_func to
929         show_value_ftype.
930         * cli/cli-decode.h (struct cmd_list_element): Replace
931         fprint_setshow with show_value_func.
932         * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
933         parameter.  Set show_value_func.  Do not set cmd_sfunc.
934         (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd) 
935         (add_setshow_boolean_cmd, add_setshow_filename_cmd) 
936         (add_setshow_string_cmd, add_setshow_uinteger_cmd) 
937         (add_setshow_zinteger_cmd): Update.
938         * complaints.c (complaints_show_value): Replace
939         fprint_setshow_complaints.
940         (_initialize_complaints): Update.
941         * mips-tdep.c (show_mask_address): Update.
942         * arm-tdep.c (show_fp_model): Update.
943         * cli/cli-setshow.c (do_setshow_command): Call show_value_func
944         instead of fprint_setshow.  Use deprecated_show_value_hack.
945         (deprecated_show_value_hack): New function.
946         * remote.c (add_packet_config_cmd, show_remote_cmd): 
947         (show_remote_protocol_P_packet_cmd) 
948         (show_remote_protocol_P_packet_cmd) 
949         (show_remote_protocol_Z_access_wp_packet_cmd) 
950         (show_remote_protocol_Z_hardware_bp_packet_cmd) 
951         (show_remote_protocol_Z_packet_cmd)
952         (show_remote_protocol_Z_read_wp_packet_cmd) 
953         (show_remote_protocol_Z_software_bp_packet_cmd) 
954         (show_remote_protocol_Z_write_wp_packet_cmd) 
955         (show_remote_protocol_binary_download_cmd) 
956         (show_remote_protocol_p_packet_cmd) 
957         (show_remote_protocol_qPart_auxv_packet_cmd) 
958         (show_remote_protocol_qSymbol_packet_cmd) 
959         (show_remote_protocol_vcont_packet_cmd): Update.
960
961 2005-02-16  Mark Kettenis  <kettenis@gnu.org>
962
963         * wrapper.h: Update copyright year.  Properly wrap a few
964         prototypes.
965         (struct gdb_wrapper_arguments): Remove forward declaration.
966         * wrapper.c: Update copyright year.  Include "ui-out.h".
967         (struct gdb_wrapper_arguments): Remove.
968         (struct captured_value_struct_elt_args): Remove.
969         (wrapper_parse_exp_1, wrap_evaluate_expression)
970         (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
971         (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
972         (do_captured_value_struct_elf): Remove functions.
973         (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
974         (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
975         (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
976         Re-implement using TRY_CATCH.
977
978 2005-02-16  Yoshinori Sato  <ysato@users.sourceforge.jp>
979
980         * remote-e7000.c: unuse TM_FILE defined macro.
981         (e7000_fetch_registers) 
982         (e7000_store_registers)
983         (e7000_wait): delete NUM_REALREGS.
984         * remote-hms.c: move TM_FILE macro.
985         (CCR_REGNO): move define from tm-h8300.h.
986         
987 2005-02-15  Mark Kettenis  <kettenis@gnu.org>
988
989         * amd64-linux-tdep.c: Update copyright year.
990         (amd64_linux_sigtramp_start): Use sizeof operator instead of
991         LINUX_SIGTRAMP_LEN.
992
993 2004-02-15  Joel Brobecker  <brobecker@gnat.com>
994
995         From Paul Hilfinger <hilfinger@gnat.com>
996         * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
997         SYMBOL_NATURAL_NAME to set type names.
998
999 2005-02-15  Andrew Cagney  <cagney@gnu.org>
1000
1001         Mark up add_com, add_info and add_prefix_cmd.
1002         * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
1003         * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
1004         * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1005         * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
1006         * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
1007         * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
1008         * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
1009         * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
1010         * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
1011         * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
1012         * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
1013         * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
1014         * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1015         * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
1016         * tui/tui-stack.c, tui/tui-win.c: Update.
1017
1018 2005-02-14  Andrew Cagney  <cagney@gnu.org>
1019
1020         * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
1021         * config/h8300/tm-h8300.h: Delete file.
1022
1023         Mark up add_cmd.
1024         * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
1025         * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
1026         * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
1027         * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
1028         * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
1029         * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
1030         * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
1031         * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
1032         * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1033         * cli/cli-logging.c, tui/tui-regs.c: Update.
1034
1035         Mark up add_setshow functions, replace "PRINT:" comment prefix
1036         with "FIXME: i18n:".
1037         * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1038         * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
1039         * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
1040         * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
1041         * target.c, cli/cli-logging.c: Update.
1042
1043         * utils.c (paddress): New function.
1044         * defs.h (paddress): Declare.
1045         * printcmd.c (deprecated_print_address_numeric): Rename
1046         print_address_numeric, call paddress.
1047         * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
1048         * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
1049         * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
1050         * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
1051         * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
1052         * ada-valprint.c: Update.
1053
1054 2005-02-13  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
1055
1056         * MAINTAINERS: Add myself to "Write After Approval".
1057
1058 2005-02-12  Yoshinori Sato <ysato@users.sourceforge.jp>
1059
1060         Restore h8300 support.
1061         * configure.tgt: Add h8300-*-*
1062         * h8300-tdep.c: New file. Rewrite new frame code.
1063         * config/h8300/h8300.mt: New file. Restored Rev 1.3
1064         * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
1065
1066         * MAINTAINERS: Add myself to "Write After Approval".
1067
1068 2005-02-11  Andrew Cagney  <cagney@gnu.org>
1069
1070         Mark up some of printf_filtered and printf_unfiltered.
1071         * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
1072         * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
1073         * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
1074         * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
1075         * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
1076         * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
1077         * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
1078         * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
1079         * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
1080         * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
1081         * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
1082         * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
1083         * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
1084         * tui/tui-regs.c, tui/tui-win.c: Update.
1085
1086         Mark up error_no_arg, query, perror_with_name, complaint, and
1087         internal_error.
1088         * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
1089         * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
1090         * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
1091         * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
1092         * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
1093         * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
1094         * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
1095         * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
1096         * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
1097         * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
1098         * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
1099         * interps.c, language.c, linespec.c, linux-nat.c: Update.
1100         * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
1101         * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
1102         * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
1103         * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
1104         * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
1105         * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
1106         * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
1107         * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
1108         * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
1109         * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
1110         * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
1111         * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
1112         * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
1113         * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
1114         * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
1115         * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
1116         * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
1117         * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
1118         * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
1119         * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
1120         * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
1121         * tui/tui-file.c, tui/tui-interp.c: Update.
1122
1123 2005-02-10  Andrew Cagney  <cagney@gnu.org>
1124         
1125         Mark up all error and warning messages.
1126         * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
1127         * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
1128         * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
1129         * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
1130         * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
1131         * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
1132         * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
1133         * event-top.c, exec.c, expprint.c, f-lang.c: Update.
1134         * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
1135         * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
1136         * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
1137         * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
1138         * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
1139         * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
1140         * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
1141         * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
1142         * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
1143         * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1144         * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
1145         * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
1146         * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
1147         * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
1148         * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
1149         * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
1150         * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
1151         * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
1152         * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
1153         * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
1154         * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
1155         * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
1156         * remote-rdp.c, remote-sim.c, remote-st.c: Update.
1157         * remote-utils.c, remote-utils.h, remote.c: Update.
1158         * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
1159         * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
1160         * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
1161         * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
1162         * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
1163         * somread.c, somsolib.c, source.c, stabsread.c: Update.
1164         * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
1165         * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
1166         * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
1167         * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
1168         * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
1169         * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
1170         * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
1171         * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
1172         * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
1173         * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
1174         * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
1175         * tui/tui-win.c: Update.
1176         
1177 2005-02-10  Ian Lance Taylor  <ian@airs.com>
1178
1179         * MAINTAINERS: Update my e-mail address.
1180
1181 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
1182
1183         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
1184         PR exp/1821
1185         * cp-valprint.c: Include "language.h".
1186         (cp_print_value_fields): Pass the current language to
1187         fprintf_symbol_filtered.
1188         * Makefile.in (cp-valprint.o): Update dependencies.
1189
1190 2005-02-10  Andrew Cagney  <cagney@gnu.org>
1191
1192         * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
1193         (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1194         (add_setshow_filename_cmd, add_setshow_string_cmd)
1195         (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
1196         print string parameter with fprint_setshow function.
1197         * command.h (fprint_setshow_ftype): Define.  Update declarations.
1198         * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
1199         available, use that.
1200         * cli/cli-decode.h (struct cmd_list_element): Add field
1201         fprint_setshow.
1202         * complaints.c (fprint_setshow_complaints): New function.
1203         (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
1204         * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
1205         with NULL.
1206         * mips-tdep.c (_initialize_mips_tdep): Ditto.
1207         * m32r-rom.c (_initialize_m32r_rom): Ditto.
1208         * cris-tdep.c (_initialize_cris_tdep): Ditto.
1209         * arm-tdep.c (_initialize_arm_tdep): Ditto.
1210         * remote-rdi.c (_initialize_remote_rdi): Ditto.
1211         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1212         * dwarf2read.c (_initialize_dwarf2_read): Ditto.
1213         * frame.c (_initialize_frame): Ditto.
1214         * target.c (initialize_targets): Ditto.
1215         * maint.c (_initialize_maint_cmds): Ditto.
1216         * observer.c (_initialize_observer): Ditto.
1217         * infcall.c (_initialize_infcall): Ditto.
1218         * breakpoint.c (_initialize_breakpoint): Ditto.
1219         * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1220         * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1221
1222         * cli/cli-setshow.c (do_setshow_command): Move code printing the
1223         value to the end of the function.  Handle MI and non-MI output
1224         differently.
1225
1226 2005-02-09  Andrew Cagney  <cagney@gnu.org>
1227
1228         * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
1229         show_result parameters.
1230         * mips-tdep.c (_initialize_mips_tdep): Update calls.
1231         * command.h: Update declaration.
1232         * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
1233         calls.
1234
1235         * NEWS: Mention removed commands.
1236         * m68hc11-tdep.c (show_regs): Delete, unused.
1237         (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
1238         * gdb-events.sh: Delete deprecated "set eventdebug" and "show
1239         eventdebug" commands.
1240         * gdb-events.c: Regenerate.
1241         * gdbarch.sh: Delete deprecated "set archdebug" and "show
1242         archdebug" commands.
1243         * gdbarch.c: Regenerate.
1244         * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
1245         remotedebug" and "show remotedebug".
1246         * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
1247         disassembly-flavor", "show arm disassembly-flavor", and
1248         "othernames" commands.
1249         (arm_othernames): Delete unused function.
1250
1251         * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
1252         (convert_code_addr_to_desc_addr): Convert any function code
1253         address to the corresponding function's descriptor.
1254         (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
1255         TYPE_CODE_INT use the same code paths as TYPE_CODE_INT.  When
1256         writing, convert any function code address to the corresponding
1257         descriptor.
1258
1259         * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
1260         * config/powerpc/linux.mt (TDEPFILES): Ditto.
1261         * config/pa/linux.mt (TDEPFILES): Ditto.
1262         * config/mips/linux.mt (TDEPFILES): Ditto.
1263         * config/m68k/linux.mt (TDEPFILES): Ditto.
1264         * config/m32r/linux.mt (TDEPFILES): Ditto.
1265         * config/ia64/linux.mt (TDEPFILES): Ditto.
1266         * config/arm/linux.mt (TDEPFILES): Ditto.
1267
1268 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
1269
1270         * symmisc.c: Include gdb_stat.h.
1271         (maintenance_print_msymbols): Use inode numbers to compare files.
1272
1273 2005-02-08  Andrew Cagney  <cagney@gnu.org>
1274
1275         * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
1276         (METHOD_PTR_TO_VOFFSET): Move from here ...
1277         * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
1278         (METHOD_PTR_TO_VOFFSET): ... to here.
1279         * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
1280         * Makefile.in: Update dependencies.
1281         
1282         * exceptions.c: Do not include <setjmp.h>.
1283         (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
1284         (catch_exception, catch_exceptions_with_msg, catch_errors) 
1285         (catch_command_errors): Use TRY_CATCH.
1286         (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
1287         (exceptions_state_mc_init): Rename catcher_init.
1288         (exceptions_state_mc): Rename catcher_state_machine.
1289         (exceptions_state_mc_action_iter)
1290         (exceptions_state_mc_action_iter_1): New functions.
1291         * exceptions.h: Include <setjmp.h>.
1292         (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP) 
1293         (EXCEPTIONS_SIGLONGJMP): Define.
1294         (exceptions_state_mc_init, exceptions_state_mc_action_iter)
1295         (exceptions_state_mc_action_iter_1): Declare.
1296         (TRY_CATCH): Define.
1297
1298         * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
1299         no longer needed.
1300
1301         * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
1302         PT_FPSCR breakage.
1303
1304         * value.c (struct value): Move to here ...
1305         * value.h (struct value): ... from here.  Copy comments to
1306         corresponding function declarations, re-order.
1307
1308 2005-02-07  Andrew Cagney  <cagney@gnu.org>
1309
1310         * value.c (set_value_bitpos, set_value_bitsize): Define.
1311         * value.h (set_value_bitpos, set_value_bitsize): Declare.
1312         * ada-lang.c, valarith.c: Update.
1313
1314         * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
1315         value_contents_writeable, include note that there are problems.
1316         * breakpoint.c, infcall.c: Use VALUE_LVAL.
1317
1318         * value.h (set_value_offset): Declare.
1319         * value.c (set_value_offset): Declare.
1320         * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
1321         * findvar.c: Update.
1322
1323         * value.h (value_next): Declare.
1324         * value.c (value_next): Define.
1325         * breakpoint.c: Update.
1326
1327         * value.h (deprecated_set_value_modifiable)
1328         (deprecated_value_modifiable): Declare.
1329         * value.c (deprecated_set_value_modifiable): Define.
1330         (deprecated_value_modifiable): Define.
1331         * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
1332
1333         * value.h (deprecated_set_value_type): Declare.
1334         * value.c (deprecated_set_value_type): Define.
1335         * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
1336         * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
1337         * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
1338         * ax-gdb.c, tracepoint.c: Update.
1339
1340         * value.h (deprecated_value_lval_hack)
1341         (deprecated_value_address_hack) 
1342         (deprecated_value_internalvar_hack) 
1343         (deprecated_value_regnum_hack): Declare.
1344         (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR) 
1345         (VALUE_FRAME_ID, VALUE_REGNUM): Use.
1346         * value.c (deprecated_value_lval_hack)
1347         (deprecated_value_address_hack) 
1348         (deprecated_value_internalvar_hack) 
1349         (deprecated_value_regnum_hack): Define.
1350
1351         * value.h (VALUE_POINTED_TO_OFFSET): Delete.
1352         (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
1353         * value.c (set_value_pointed_to_offset): Define
1354         (value_pointed_to_offset): Define.
1355         * valops.c: Update.
1356
1357         * value.h (VALUE_EMBEDDED_OFFSET): Delete.
1358         (value_embedded_offset, set_value_embedded_offset): Declare.
1359         * value.c (value_embedded_offset): Define.
1360         (set_value_embedded_offset): Define.
1361         * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
1362         * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
1363         * cp-abi.h: Update.
1364
1365         * value.h (VALUE_LAZY): Delete
1366         (set_value_lazy): Declare.
1367         * value.c (set_value_lazy): Define.
1368         * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
1369         * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
1370
1371 2005-02-06  Andrew Cagney  <cagney@gnu.org>
1372
1373         * value.h (VALUE_OPTIMIZED_OUT): Delete.
1374         (value_optimized_out, set_value_optimized_out): Declare.
1375         * value.c (set_value_optimized_out, value_optimized_out): Define.
1376         * valprint.c, findvar.c, dwarf2loc.c: Update.
1377
1378         * value.c (value_contents, value_contents_writeable): New
1379         functions.
1380         * value.h (VALUE_CONTENTS): Delete macro.
1381         (value_contents, value_contents_writeable): Declare.
1382         * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
1383         * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
1384         * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
1385         * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
1386         * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
1387         * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
1388         * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
1389         * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
1390         * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
1391         * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
1392         * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
1393         * ada-valprint.c, ada-lang.c: Update.
1394
1395 2005-02-03  Andrew Cagney  <cagney@gnu.org>
1396
1397         * utils.c (xzalloc): New function.
1398         * defs.h (XZALLOC): Use xzalloc.
1399         (xzalloc): Declare.
1400         * value.c (allocate_value): Allocate a zeroed buffer.
1401         * mdebugread.c (xzalloc): Delete.
1402
1403 2005-02-02  Andrew Cagney  <cagney@gnu.org>
1404
1405         * value.h (value_lazy): Declare.
1406         * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
1407         * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
1408
1409         * value.h (VALUE_CONTENTS_ALL): Delete.
1410         (value_contents_all): Declare.
1411         * value.c (value_contents_all): New function.
1412         * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
1413         * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
1414
1415         * value.c (value_enclosing_type): New function.
1416         * value.h (VALUE_ENCLOSING_TYPE): Delete.
1417         (value_enclosing_type): Declare.
1418         * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
1419         * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
1420
1421         * value.c (value_contents_all_raw)
1422         (value_contents_raw): New functions.
1423         * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
1424         (value_contents_raw, value_contents_all_raw): Declare functions.
1425         (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
1426         * std-regs.c, valarith.c, valops.c, eval.c: Update.
1427         * tracepoint.c, findvar.c: Update.
1428
1429 2005-02-01  Orjan Friberg  <orjanf@axis.com>
1430
1431         * regformats/reg-cris.dat: New file with register definitions for CRIS.
1432         * regformats/reg-crisv32.dat: Ditto for CRISv32.
1433
1434 2005-01-31  Andrew Cagney  <cagney@gnu.org>
1435
1436         * configure: Regenerate to track ../gettext.m4.
1437
1438 2005-01-29  Baurzhan Ismagulov  <ibr@radix50.net>
1439
1440         * MAINTAINERS: Add myself to "Write After Approval".
1441
1442         * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
1443         * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
1444         * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
1445
1446 2005-01-29  Mark Kettenis  <kettenis@gnu.org>
1447
1448         * configure.ac: Remove extra check for ranlib.
1449         * configure: Regenerated.
1450
1451 2005-01-28  Andrew Cagney  <cagney@gnu.org>
1452
1453         * language.h (struct language_defn): Make la_val_print's buffer
1454         parameter a const bfd_byte.
1455         * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
1456         * ada-lang.c (ada_aligned_value_addr)
1457         (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1458         * valprint.c (val_print_array_elements): Update.
1459         * valprint.h (val_print_array_elements): Update.
1460         * ada-lang.h (ada_val_print, ada_aligned_value_addr)
1461         (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1462         * ada-valprint.c (ada_val_print, struct ada_val_print_args) 
1463         (ada_val_print_1, ada_print_floating, printable_val_type) 
1464         (print_record, val_print_packed_array_elements) 
1465         (print_field_values, print_variant_part): Update.
1466         * c-lang.h (c_val_print, cp_print_value_fields): Update.
1467         * c-valprint.c (c_val_print): Update.
1468         * f-lang.h (f_val_print): Update.
1469         * f-valprint.c (f_val_print, f77_print_array_1)
1470         (f77_print_array): Update.
1471         * jv-lang.h (java_val_print): Update.
1472         * jv-valprint.c (java_print_value_fields, java_val_print): Update.
1473         * language.c (unk_lang_val_print): Update.
1474         * m2-lang.h (m2_val_print): Update.
1475         * m2-valprint.c (m2_val_print): Update.
1476         * p-lang.h (pascal_val_print): Update.
1477         (pascal_object_print_value_fields): Update.
1478         * p-valprint.c (pascal_val_print) 
1479         (pascal_object_print_value_fields, pascal_object_print_value) 
1480         (pascal_object_print_value): Update.
1481         * scm-lang.h (scm_val_print): Update.
1482         * scm-valprint.c (scm_val_print): Update.
1483         * value.h (val_print): Update.
1484
1485         * p-lang.h (pascal_object_print_class_member)
1486         (pascal_object_print_class_method): Make buffer a const bfd_byte.
1487         * p-valprint.c (pascal_object_print_class_method)
1488         (pascal_object_print_class_method): Ditto.
1489         
1490         * language.h (struct language_defn): Make la_printstr's buffer
1491         parameter a const bfd_byte.
1492         * p-lang.h (pascal_printstr): Update function to match.
1493         * ada-valprint.c (ada_printstr): Update function to match.
1494         * scm-lang.c (scm_printstr): Update function to match.
1495         * p-lang.c (pascal_printstr): Update function to match.
1496         * ada-lang.h (ada_printstr): Update function to match.
1497         * m2-lang.c (m2_printstr): Update function to match.
1498         * objc-lang.c (objc_printstr): Update function to match.
1499         * c-lang.h (c_printstr): Update function to match.
1500         * f-lang.c (f_printstr): Update function to match.
1501         * c-lang.c (c_printstr): Update function to match.
1502         * language.c (unk_lang_printstr): Update function to match.
1503
1504         * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
1505         * valprint.h (val_print_type_code_int): Ditto.
1506
1507         * objc-lang.h (c_val_print, c_value_print): Delete declarations.
1508
1509         * cp-valprint.c (cp_print_class_method)
1510         (cp_print_class_member): Make buffer a const bfd_byte.
1511         * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
1512
1513         * ada-lang.c (value_from_contents_and_address)
1514         (to_record_with_fixed_variant_part)
1515         (value_tag_from_contents_and_address, ada_to_fixed_type)
1516         (to_fixed_variant_branch_type, to_fixed_record_type)
1517         (ada_template_to_fixed_record_type, cond_offset_host)
1518         (ada_template_to_fixed_record_type_1): Make buffer a const
1519         bfd_byte.
1520         * ada-lang.h (ada_template_to_fixed_record_type_1)
1521         (value_from_contents_and_address, ada_to_fixed_type): Ditto.
1522
1523         * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
1524
1525         * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
1526         * printcmd.c (print_scalar_formatted): Update.
1527
1528         * value.h (value_bit_index, print_floating)
1529         (find_rt_vbase_offset): Make buffer a const bfd_byte.
1530         * valprint.c (print_floating): Update.
1531         * valarith.c (value_bit_index): Update.
1532         * valops.c (find_rt_vbase_offset): Update.
1533
1534         * valprint.h (print_octal_chars, print_char_chars)
1535         (print_hex_chars, print_decimal_chars, print_binary_chars): Make
1536         buffer a const bfd_byte.
1537         * valprint.c (print_binary_chars, print_octal_chars)
1538         (print_decimal_chars, print_hex_chars, print_char_chars): Make
1539         "valaddr"buffer a const bfd_byte, ditto for local variables
1540         referencing that buffer.
1541
1542         * m2-valprint.c: Include "c-lang.h".
1543         (c_val_print): Delete extern declaration.
1544         * scm-valprint.c: Include "c-lang.h".
1545         (c_val_print): Delete extern declaration.
1546         Makefile.in: Update dependencies.
1547
1548         * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
1549         bfd_byte.
1550         * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
1551         (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
1552         bfd_byte.
1553         * cp-abi.c (baseclass_offset): Update.
1554         * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
1555
1556         * gnu-v2-abi.h: New file.
1557         * gnu-v2-abi.c: Include "gnu-v2-abi.h".
1558         (gnuv2_baseclass_offset): Delete declaration.
1559         * hpacc-abi.c: Include "gnu-v2-abi.h".
1560         (gnuv2_baseclass_offset): Delete extern declaration.
1561         * Makefile.in: Update dependencies.
1562
1563         * doublest.c (floatformat_is_negative, floatformat_is_nan)
1564         (floatformat_mantissa, get_field): Make the buffer a const
1565         bfd_byte, simplify.
1566
1567 2005-01-27  Andrew Cagney  <cagney@gnu.org>
1568
1569         * value.h (struct value): Change type of contents to bfd_byte.
1570         (VALUE_CONTENTS_RAW): Simplify.
1571
1572         * gdbarch.sh (integer_to_address): Change buf parameter to a const
1573         bfd_byte, make pure-multi-arch.
1574         * gdbarch.h, gdbarch.c: Regenerate.
1575         * mips-tdep.c (mips_integer_to_address): Update.
1576         * value.c (value_as_address): Update.
1577         
1578         * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
1579         * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
1580         parameters const, change buf to a const bfd_byte.
1581         (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
1582         parameters const.
1583
1584         * corefile.c (write_memory): Update, make a copy of the read-only
1585         buffer.
1586         * target.c (target_read_memory): Update.
1587         (target_write_memory): Update, make a copy of the read-only
1588         buffer.
1589         * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
1590         const.
1591         * target.h (target_read_memory, target_write_memory): Change
1592         buffer type to bfd_byte; for write_memory, make it const.
1593         * symfile-mem.c (do_target_read_memory): New function.
1594         (symbol_file_add_from_memory): Pass do_target_read_memory to
1595         bfd_elf_bfd_from_remote_memory.
1596
1597         * value.h: Indent using gdb_indent.sh.
1598
1599         * configure: Regenerate to track ../gettext.m4 change.
1600
1601 2005-01-26  Andrew Cagney  <cagney@gnu.org>
1602
1603         * rs6000-tdep.c: Include "reggroups.h".
1604         (rs6000_gdbarch_init): Set register_reggroup_p.
1605         (rs6000_register_reggroup_p): New function.
1606
1607 2005-01-26  Orjan Friberg  <orjanf@axis.com>
1608
1609         * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
1610         (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
1611         CRISv32.
1612         (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
1613         (cris_region_ok_for_watchpoint, cris_stopped_data_address)
1614         (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
1615         (crisv32_register_type, cris_special_register_name)
1616         (crisv32_register_name): New functions.
1617         (cris_spec_reg_applicable): Recognize more versions.
1618         (cris_register_name): Update with call to cris_special_register_name.
1619         (find_cris_op): Filter out CRISv32 instructions.  Tweaked comment and
1620         warning when unable to find step target.
1621         (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
1622         (supply_gregset): Add struct gdbarch_tdep.  Set pseudo-PC register for 
1623         CRISv32.
1624         (fetch_core_registers): Update for CRISv32.
1625         (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
1626         register_name, cannot_store_register, cannot_fetch_register,
1627         have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
1628         
1629 2005-01-26  Nick Roberts  <nickrob@snap.net.nz>
1630
1631         * interps.c (interpreter_exec_cmd): Use condition,
1632         e.reason < 0, to raise an error.
1633
1634 2005-01-25  Andrew Cagney  <cagney@gnu.org>
1635
1636         * ppc-linux-tdep.c: Include "tramp-frame.h"
1637         (struct ppc_linux_sigtramp_cache)
1638         (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1639         (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1640         (ppc_linux_sigtramp_cache): Delete.
1641         (ppc32_linux_sigaction_cache_init)
1642         (ppc64_linux_sigaction_cache_init)
1643         (ppc32_linux_sighandler_cache_init)
1644         (ppc64_linux_sighandler_cache_init)
1645         (ppc32_linux_sigaction_tramp_frame)
1646         (ppc64_linux_sigaction_tramp_frame)
1647         (ppc32_linux_sighandler_tramp_frame)
1648         (ppc64_linux_sighandler_tramp_frame)
1649         (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
1650         64-bit, sigaction and siginfo tramp-frame unwinders.
1651
1652         * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
1653         long_double_bit to 8.
1654
1655 2005-01-24  Andrew Cagney  <cagney@gnu.org>
1656
1657         * infrun.c (handle_inferior_event): Handle back-to-back and nested
1658         signals where the step_resume_breakpoint may have already been
1659         inserted.
1660
1661 2005-01-24  Andrew Cagney  <cagney@gnu.org>
1662
1663         * configure: Regenerate, ../gettext.m4 was updated.
1664
1665 2005-01-23  Mark Kettenis  <kettenis@gnu.org>
1666
1667         * NEWS: Mention new BSD user-level threads support.
1668
1669         * i386obsd-tdep.c: Update copyright year.  Include
1670         "bsd-uthread.h".
1671         (i386obsd_uthread_reg_offset): New variable.
1672         (I386OBSD_UTHREAD_ESP_OFFSET): New define.
1673         (i386obsd_supply_uthread, i386obsd_collect_uthread): New
1674         functions.
1675         (i386obsd_init_abi): Set supply_uthread and collect_uthread.
1676         * Makefile.in (i386obsd-tdep.o): Update dependencies.
1677         * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
1678
1679 2005-01-23  Christopher Faylor  <cgf@timesys.com>
1680
1681         * win32-nat.c: Update copyright year.
1682         (child_init_thread_list): Set thread linked list point to NULL so that
1683         it won't be reused after clearing.
1684
1685 2005-01-21  Mark Kettenis  <kettenis@gnu.org>
1686
1687         * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
1688         undefs.
1689         * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
1690         thread' has a td_pcb member and whether `struct reg' has r_fs and
1691         r_gs members.
1692         * configure, config.in: Regenerate.
1693
1694 2005-01-21  Mark Kettenis  <kettenis@gnu.org>
1695
1696         * configure.ac: Remove ia64-*-aix* junk.
1697         * configure: Regenerate.
1698
1699         * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
1700         and BFD_NEED_DECLARATION.  Don't check if a declaration of strdup
1701         is necessary.
1702         * configure, config.in: Regenerate.
1703         * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
1704         BFD_NEED_DECLARATION.  Never provide a prototype for
1705         caninicalize_file_name.
1706         * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
1707         BFD_NEED_DECLARATION.
1708
1709         * configure.ac (targ_archs): Use standard autoconf check for
1710         "struct stat.st_blocks" instead of rolling our own.
1711         * configure: Regenerated.
1712         * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
1713         * config.in: Regenerated.
1714
1715 2005-01-21  Mark Kettenis  <kettenis@gnu.org>
1716
1717         * configure.ac: Modernize checks for `long long' and `long double'
1718         support.
1719         * configure: Regenerated.
1720         * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
1721         (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
1722         * config.in: Regenerated.
1723
1724 2005-01-20  Mark Kettenis  <kettenis@gnu.org>
1725
1726         * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
1727         (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
1728         * configure.ac: Remove checks for HP-UX save_state structure.
1729         * configure: Regenerated.
1730
1731 2005-01-19  Andrew Cagney  <cagney@gnu.org>
1732
1733         * utils.c (quit): Simplify, call fatal.
1734         * exceptions.c: Include "serial.h"
1735         (print_flush): Mimic flush code found in utils.c:quit.
1736         * Makefile.in: Update dependencies.
1737         
1738 2005-01-19  Jim Blandy  <jimb@redhat.com>
1739
1740         * configure.tgt: Set build_rdi_share to "yes" on those targets
1741         that use that debugging protocol.
1742         Set build_nlm to yes to build NLM stub for Netware targets.
1743         * configure.ac: If build_rdi_share is "yes", then configure the
1744         rdi-share subdirectory.
1745         If build_nlm is "yes", the configure the "nlm" subdirectory.
1746         * configure: Regenerated.
1747
1748         * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
1749         autoconf 2.59 and automake 1.9.3.
1750
1751 2005-01-19  Andrew Cagney  <cagney@gnu.org>
1752
1753         * exceptions.h (deprecated_throw_reason): Rename throw_reason.
1754         * exceptions.c (deprecated_throw_reason): Rename throw_reason.
1755         * utils.c (internal_verror, quit): Update.
1756         * remote-sds.c (interrupt_query): Update.
1757         * remote-mips.c (mips_error, mips_kill): Update.
1758         * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
1759         * remote.c (interrupt_query): Update.
1760         * ocd.c (interrupt_query): Update.
1761         * nto-procfs.c (interrupt_query): Update.
1762         * monitor.c (monitor_interrupt_query): Update.
1763         * breakpoint.c (break_command_1): Update.
1764
1765         * infrun.c: (resume, proceed, wait_for_inferior)
1766         (handle_inferior_event, stop_stepping)
1767         (prepare_to_wait): Write debug output to gdb_stdlog.
1768
1769 2005-01-19  Mark Kettenis  <kettenis@gnu.org>
1770
1771         * inf-ptrace.c (inf_ptrace_prepare_to_store)
1772         (inf_ptrace_post_startup_inferior)
1773         (inf_ptrace_acknowledge_created_inferior)
1774         (inf_ptrace_insert_fork_catchpoint)
1775         (inf_ptrace_remove_fork_catchpoint)
1776         (inf_ptrace_insert_vfork_catchpoint):
1777         (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
1778         (inf_ptrace_insert_exec_catchpoint)
1779         (inf_ptrace_remove_exec_catchpoint): Remove functions.
1780         (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
1781         (inf_ptrace_target): Don't set to_prepare_to_store,
1782         to_post_startup_inferior, to_acknowledge_created_inferior,
1783         to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
1784         to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
1785         to_follow_fork, to_insert_exec_catchpoint,
1786         to_remove_exec_catchpoint.
1787
1788 2005-01-18  Andrew Cagney  <cagney@gnu.org>
1789
1790         * target.h (struct target_ops): Change return type of
1791         to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
1792         to_insert_exec_catchpoint to void.
1793         (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
1794         (child_insert_exec_catchpoint): Change return type to void.
1795         * target.c (update_current_target): Update.
1796         (debug_to_insert_fork_catchpoint) 
1797         (debug_to_insert_vfork_catchpoint) 
1798         (debug_to_insert_exec_catchpoint): Update.
1799         * inf-child.c (inf_child_insert_fork_catchpoint) 
1800         (inf_child_insert_vfork_catchpoint) 
1801         (inf_child_insert_exec_catchpoint): Update.
1802         * breakpoint.c (insert_catchpoint): Update, do not throw an error.
1803         * linux-nat.c (child_insert_fork_catchpoint) 
1804         (child_insert_vfork_catchpoint)
1805         (child_insert_exec_catchpoint): Update.
1806         * inftarg.c (child_insert_fork_catchpoint) 
1807         (child_insert_vfork_catchpoint,)
1808         (child_insert_exec_catchpoint): Update.
1809
1810         * remote.c (remote_open_1): Use throw_exception.
1811
1812 2005-01-17  Michael Snyder  <msnyder@redhat.com>
1813
1814         * mips-linux-tdep.c: Whitespace tweaks.
1815
1816 2005-01-17  Corinna Vinschen  <vinschen@redhat.com>
1817
1818         * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
1819
1820 2005-01-17  Andrew Cagney  <cagney@gnu.org>
1821
1822         * top.h (source_error, source_pre_error): Delete declaration.
1823         * cli/cli-script.c (source_error_allocated, source_error): Delete.
1824         (script_from_file, source_cleanup_lines): Do not manipulate
1825         source_error_allocated, error_pre_print and source_error.
1826         (struct source_cleanup_lines_args): Delete fields old_pre_error,
1827         and old_error_pre_print.
1828         * top.c (source_error_allocated, source_error)
1829         (source_pre_error): Delete.
1830         (command_line_input): Do not set error_pre_print.
1831         * event-top.c (command_line_handler): Do not set error_pre_print.
1832
1833 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
1834
1835         * MAINTAINERS: Update my email address.
1836
1837 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
1838
1839         * configure.ac: Provide prerequisite headers when checking
1840         <term.h>.
1841         * configure: Regenerate.
1842
1843         * amd64fbsd-tdep.c: Update copyright year.  Include "gdb_assert.h"
1844         and "bsd-uthread.h".
1845         (amd64fbsd_jmp_buf_reg_offset): New variable.
1846         (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
1847         functions.
1848         (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
1849         * i386fbsd-tdep.c: Fix typo.
1850         * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
1851         * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
1852
1853 2005-01-16  Andrew Cagney  <cagney@gnu.org>
1854
1855         * cli/cli-script.c: Include "exceptions.h".
1856         (struct wrapped_read_command_file_args): Define.
1857         (wrapped_read_command_file): New function.
1858         (script_from_file): Replace direct call to read_command_file by
1859         one wrapped by an exception handler.
1860         * exceptions.c (throw_it): Free the old message after creating the
1861         new.
1862         * Makefile.in: Update dependencies.
1863         
1864 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
1865
1866         * sparc64fbsd-tdep.c: Update copyright year.
1867         (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
1868         functions.
1869         (sparc64fbsd_init_abi): Create register sets with collect
1870         functions.
1871
1872         * sparc64fbsd-nat.c: Include "fbsd-nat.h".
1873         (_initialize_sparc64fbsd_nat): Add some extra features to the
1874         generic SPARC target.
1875         * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
1876         * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
1877         (NAT_FILE): Set to solib.h.
1878         * config/sparc/nm-fbsd.h: Remove file.
1879
1880         * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
1881
1882         * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
1883
1884 2005-01-16  Andrew Cagney  <cagney@gnu.org>
1885
1886         * exceptions.c (struct catcher): Delete saved_error_pre_print and
1887         saved_quit_pre_print.
1888         (catcher_init): Delete parameter errstring, do not override the
1889         pre_print strings.
1890         (catcher_pop): Do not restore the pre_print strings.
1891         (catch_exception, catch_exceptions_with_msg, catch_errors)
1892         (catch_command_errors): Update catch_init calls.
1893
1894 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
1895
1896         * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
1897         * sparc64fbsd-nat.c: Update copyright year.  Include "target.h".
1898
1899 2005-01-15  Andrew Cagney  <cagney@gnu.org>
1900
1901         * acinclude.m4: Include ../bfd/bfd.m4 instead of
1902         ../bfd/acinclude.m4.  Include ../gettext.m4.
1903         * aclocal.m4, configure: Re-generate.
1904
1905         * exceptions.c (do_captured_command)
1906         (struct captured_command_args): Delete.
1907         (catch_command_errors): Simplify by inlining call to catch_errors.
1908
1909         * exceptions.c (struct catcher): Delete field print_message.
1910         (catcher_init): Delete print_message parameter.
1911         (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
1912         (throw_it): Delete prefix parameter.
1913         (throw_verror, throw_vfatal, throw_error): Update.
1914
1915 2005-01-14  Andrew Cagney  <cagney@gnu.org>
1916
1917         * exceptions.c (print_and_throw): Delete, replaced by throw_it.
1918         (throw_reason): Leave the exception's message field blank.
1919         (throw_it): New function, create the exception and throw it.
1920         (throw_verror, throw_vfatal, throw_error): Call throw_it.
1921         (print_any_exception): New function.
1922         (catch_errors, catch_exceptions_with_msg): Call
1923         print_any_exception.
1924         (throw_exception): Move code calling annotate_error and
1925         annotate_quit from here ...
1926         (print_exception): ... to here.
1927
1928         * exceptions.c (exception_fprintf, exception_print): Move printing
1929         of \n from here ...
1930         (print_exception): ... to here.
1931         (print_flush): New function.
1932         (exception_print, exception_fprintf): Replace duplicated flush and
1933         wrap code with call to print_flush.
1934         (print_and_throw): Simplify, by using xstrvprintf, print_flush,
1935         and print_exception.
1936         (do_write): Delete.
1937
1938         * remote-sds.c (interrupt_query): Call throw_reason instead of
1939         throw_exception.
1940         * remote-mips.c (mips_error, mips_kill): Ditto
1941         * ocd.c (interrupt_query): Ditto.
1942         * nto-procfs.c (interrupt_query): Ditto.
1943         * monitor.c (monitor_interrupt_query): Ditto.
1944
1945 2005-01-14  Jeff Johnston  <jjohnstn@redhat.com>
1946
1947         * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
1948
1949 2005-01-14  Andrew Cagney  <cagney@gnu.org>
1950
1951         * exceptions.h (catch_exceptions): Delete errstring parameter.
1952         (catch_exceptions_with_msg): Ditto.
1953         * exceptions.c (catch_exceptions_with_msg): Update.
1954         (catch_exceptions): Update.
1955         * symfile-mem.c (add_vsyscall_page): Update.
1956         * frame.c (get_current_frame): Update.
1957         * wrapper.c (gdb_value_struct_elt): Update.
1958         * exceptions.c (catch_exceptions): Update.
1959         * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
1960         * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
1961         * remote-fileio.c (remote_fileio_request): Update.
1962         
1963         * exceptions.h (exception_fprintf): Declare.
1964         (exception_print): Drop pre_print parameter.
1965         * mi/mi-main.c (mi_execute_command): Update exception_print call.
1966         * cli/cli-interp.c (safe_execute_command): Update exception_print
1967         call.
1968         * remote.c (remote_open_1): Instead of passing an error prefix to
1969         catch_exceptions, use catch_exceptions and exception_fprintf.
1970         (remote_start_remote): Change return type to void.
1971         * breakpoint.c (insert_bp_location): Instead of passing an error
1972         prefix to catch_exceptions, use catch_exceptions and
1973         exception_fprintf.
1974         (insert_catchpoint): Change return type to void.
1975         (break_command_1): Update exception_print call.
1976         * exceptions.c (exception_fprintf): New function.
1977         (print_exception): New function.
1978         (exception_print): Use print_exception.
1979         
1980         * utils.c (error_output_message): Delete function.
1981         * defs.h (error_output_message): Delete declaration.
1982
1983         * linespec.c (symtab_from_filename, decode_variable): Use
1984         throw_error instead of error_silent.
1985         * breakpoint.c (do_captured_parse_breakpoint): Change return type
1986         to void.
1987         (break_command_1): Use catch_exception and check the error return
1988         status.
1989         * exceptions.c (throw_error): New function.
1990         (throw_vsilent): Delete function.
1991         * exceptions.h (throw_error): Declare.
1992         (throw_vsilent): Delete declaration.
1993         * utils.c (error_silent): Delete function.
1994         * defs.h (error_silent): Delete declaration.
1995         
1996         * mi/mi-main.c (mi_execute_command): Print the exception.
1997         * cli/cli-interp.c (safe_execute_command): Print the exception.
1998         * exceptions.h (exception_print): Declare.
1999         * exceptions.c (struct catcher): Add field print_message.
2000         (catcher_init): Add parameter print_message, store in the catcher
2001         struct.
2002         (print_and_throw): Only print the message when print_message.
2003         (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
2004         catcher_init.
2005         (catch_exception): Pass print_message=0 to catcher_init.
2006
2007         * varobj.c (varobj_create): Add missing \n.
2008
2009 2005-01-13  Michael Snyder  <msnyder@redhat.com>
2010
2011         * cli/cli-decode.h: Whitespace tweaks.
2012         * wince.c: Whitespace tweaks.
2013         * uw-thread.c: Whitespace tweaks.
2014         * utils.c: Whitespace tweaks.
2015         * tracepoint.[ch]: Whitespace tweaks.
2016         * solist.h: Whitespace tweaks.
2017
2018 2005-01-13  Andrew Cagney  <cagney@gnu.org>
2019
2020         * exceptions.h (struct exception): Make message const.
2021         * mi/mi-main.c (mi_execute_command): Pass result.message directly
2022         to fputstr_unfiltered.
2023
2024 2005-01-13  Michael Snyder  <msnyder@redhat.com>
2025
2026         * stack.c: Whitespace tweaks.
2027         * somsolib.[ch]: Whitespace tweaks.
2028         * solib-aix.c: Whitespace tweaks.
2029         * solib.c: Whitespace tweaks.
2030         * solib-frv.c: Whitespace tweaks.
2031         * solib.h: Whitespace tweaks.
2032         * solib-irix.c: Whitespace tweaks.
2033         * solib-som.c: Whitespace tweaks.
2034         * solib-sunos.c: Whitespace tweaks.
2035         * solib-svr4.[ch]: Whitespace tweaks.
2036         * ser-tcp.c: Whitespace tweaks.
2037         * ser-unix.c: Whitespace tweaks.
2038         * serial.h: Whitespace tweaks.
2039         * scm-valprint.c: Whitespace tweaks.
2040         * rs6000-tdep.c: Whitespace tweaks.
2041         * rs6000-nat.c: Whitespace tweaks.
2042         * remote.c: Whitespace tweaks.
2043
2044 2005-01-13  Andrew Cagney  <cagney@gnu.org>
2045
2046         * defs.h (error_last_message, error_init): Delete declaration.
2047         * utils.c (fatal, vfatal): Call throw_vfatal.
2048         (error, verror): Call throw_verror;
2049         (do_write, error_stream_1): Delete function.
2050         (error_stream): Simplify, call error.
2051         (error_last_message, error_init, gdb_lasterr): Delete.
2052         (error_silent): Simplify, call throw_vsilent.
2053         * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
2054         * main.c (captured_main): Delete call to error_init.
2055         * exceptions.c (throw_verror, throw_verror)
2056         (throw_vsilent): New functions.
2057         (do_write, print_and_throw): New functions.
2058         (last_message): New global.
2059         (throw_reason): Replace error_last_message with last_message.
2060         (catch_exceptions_with_msg): Dup the message.
2061         * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
2062         Declare.
2063
2064 2005-01-13  Michael Snyder  <msnyder@redhat.com>
2065
2066         * remote-st.c: Whitespace tweaks.
2067         * remote-sim.c: Whitespace tweaks.
2068         * remote-mips.c: Whitespace tweaks.
2069         * pa64solib.[ch]: Whitespace tweaks.
2070         * mdebugread.c: Whitespace tweaks.
2071         * main.c: Whitespace tweaks.
2072         * interps.c: Whitespace tweaks.
2073         * infrun.c: Whitespace tweaks.
2074         * infcmd.c: Whitespace tweaks.
2075         * hpux-thread.c: Whitespace tweaks.
2076         * hppa-hpux-tdep.c: Whitespace tweaks.
2077         * gdbcore.h: Whitespace tweaks.
2078         * gdbcmd.h: Whitespace tweaks.
2079         * gdb-events[.c, .h, .sh]: Whitespace tweaks.
2080         * corefile.c: Whitespace tweaks.
2081         * completer.c: Whitespace tweaks.
2082         * coff-solib.c: Whitespace tweaks.
2083         * coff-solib.h: Whitespace tweaks.
2084         * cli-out.c: Whitespace tweaks.
2085         * breakpoint.c: Whitespace tweaks.
2086         * cli/cli-interp.c: Tweak comments, per coding standard.
2087
2088 2005-01-13  Andrew Cagney  <cagney@gnu.org>
2089
2090         * breakpoint.c (gdb_breakpoint_query): Update, use
2091         catch_exceptions_with_msg.
2092         (do_captured_breakpoint): Add uiout parameter.
2093         (gdb_breakpoint): Update, use catch_exceptions_with_msg.
2094         * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
2095         gdb_thread_select.  Return MI_CMD_ERROR instead of
2096         MI_CMD_CAUGHT_ERROR.
2097         (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
2098         (enum captured_mi_execute_command_actions): Delete
2099         EXECUTE_COMMAND_DISPLAY_ERROR.
2100         (captured_mi_execute_command): Delete code handling
2101         MI_CMD_CAUGHT_ERROR.
2102         (mi_execute_command): Don't check for
2103         EXECUTE_COMMAND_DISPLAY_ERROR.
2104         * mi/mi-cmd-break.c (breakpoint_notify): Update call to
2105         gdb_breakpoint_query.
2106         (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
2107         * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
2108         * gdb.h (gdb_thread_select, gdb_list_thread_ids)
2109         (gdb_breakpoint, gdb_breakpoint_query): Add error_message
2110         parameter.
2111         * thread.c (thread_command): Update call.
2112         (gdb_thread_select, gdb_list_thread_ids): Update, call
2113         catch_exceptions_with_msg.
2114
2115         * mi/mi-main.c (mi_execute_command): Use catch_exception,
2116         eliminate call to error_last_message.
2117         (captured_mi_execute_command): Change return type to void.
2118
2119 2005-01-12  Andrew Cagney  <cagney@gnu.org>
2120
2121         * exceptions.c (exception_none): New variable.
2122         * Makefile.in: Update dependencies.
2123         * interps.c: Include "exceptions.h".
2124         (interpreter_exec_cmd, interp_exec): Update to return "struct
2125         exception"
2126         * exceptions.h (no_exception): Declare.
2127         * tui/tui-interp.c (tui_exec): Update to return "struct exception"
2128         * mi/mi-interp.c: Include "exceptions.h".
2129         (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
2130         'struct exception".
2131         * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command) 
2132         (do_captured_execute_command): Update to use catch_exception.
2133         * interps.h: Include "exceptions.h".
2134         (interp_exec_ftype, interp_exec): Return "struct exception".
2135
2136         * exceptions.h (throw_reason): Rename throw_exception.
2137         (enum errors, struct exception): Define.
2138         (catch_exception_ftype): Define.
2139         (catch_exception, throw_exception): Declare.
2140         * exceptions.c (throw_exception): Rewrite.
2141         (throw_reason): New function.
2142         (struct catcher, catcher_state_machine): Replace "reason" with
2143         "exception", delete "gdberrmsg".
2144         (catch_exception): New function.
2145         (catcher_init): Replace "gdberrmsg" parameter with "exception".
2146         (catch_errors, catch_exceptions_with_msg): Re-implement passing
2147         exception to catcher_init.
2148         * utils.c (error_silent, error_stream_1): Use throw_reason.
2149         (internal_verror, quit): Ditto.
2150         * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
2151         * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
2152         * remote.c (remote_open_1, interrupt_query): Ditto.
2153
2154 2005-01-12  Mark Kettenis  <kettenis@gnu.org>
2155
2156         * i386fbsd-tdep.c: Update copyright year.  Include "gdbcore.h",
2157         "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
2158         (i386fbsd_jmp_buf_reg_offset): New variable.
2159         (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
2160         functions.
2161         (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
2162         * Makefile.in (i386fbsd-tdep.o): Update dependency.
2163         * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
2164
2165         * bsd-uthread.h: New file.
2166         * bsd-uthread.c: New file.
2167         * Makefile.in (bsd_uthread_h): New variable.
2168         (ALLDEPFILES): Add bsd-uthread.c.
2169         (bsd-uthread.o): New dependency.
2170
2171         * solib.h Update copyright year.
2172         (struct so_list): Forward declaration.
2173         (solib_read_symbols): New prototype.
2174         * solib.c (solib_read_symbols): New function.
2175         (solib_add): Call solib_read_symbols to read in symbols.
2176         (update_solib_list): Call observer_notify_solib_loaded.
2177
2178         * i386bsd-nat.c: Update copyright year.  Don't include
2179         <sys/param.h> and <sys/user.h>.
2180         (register_u_addr, kernel_u_size): Remove functions.
2181         * config/i386/obsd.mh (NAT_FILE): Remove.
2182         * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
2183         * config/i386/nm-obsd.h: Remove file.
2184
2185 2005-01-12  Andrew Cagney  <cagney@gnu.org>
2186
2187         * exceptions.c: Include "gdb_string.h".
2188         (enum catcher_state, struct catcher): Define.
2189         (current_catcher): New global, replaces catch_return;
2190         (catch_return): Delete.
2191         (throw_exception): Use current_catcher->buf;
2192         (catcher_init, catcher_pop, catcher_state_machine): New functions.
2193         (catcher): Delete.
2194         (struct catch_errors_args): Delete.
2195         (do_catch_errors): Delete.
2196         (catch_exceptions): Replace body with call to
2197         catch_exceptions_with_msg.
2198         (catcher): Delete.
2199         (catch_exceptions_with_msg, catch_errors): Re-implement using
2200         catcher_state_machine.
2201
2202         * exceptions.h (enum return_reason, RETURN_MASK)
2203         (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
2204         (return_mask, throw_exception, catch_exceptions_ftype)
2205         (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
2206         (catch_command_errors_ftype, catch_command_errors): Move to
2207         exceptions.h.
2208         * exceptions.c, exceptions.h: New files.
2209         * top.c: Do not include <setjmp.h>.
2210         (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
2211         (throw_exception, catcher, catch_exceptions)
2212         (catch_exceptions_with_msg, struct catch_errors_args)
2213         (do_catch_errors, catch_errors, struct captured_command_args)
2214         (do_captured_command, catch_command_errors): Move to exceptions.c.
2215         * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
2216         * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
2217         * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
2218         * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
2219         * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
2220         * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
2221         * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
2222         * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
2223         * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
2224         * ada-valprint.c, ada-lang.c: Ditto.
2225         * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
2226         exceptions.o.  Update all dependencies.
2227         
2228 2005-01-11  Mark Kettenis  <kettenis@gnu.org>
2229
2230         * config/i386/nm-fbsd.h: Update copyright year.
2231         Don't include "config/nm-bsd.h".
2232         (KERNEL_U_SIZE): Remove macro.
2233         (kernel_u_size): Remove prototype.
2234
2235         * config/vax/nbsdaout.mh (NAT_FILE): Remove.
2236         * config/vax/nm-nbsdaout.h: Remove file.
2237
2238 2005-01-10  Elena Zannoni  <ezannoni@redhat.com>
2239
2240         * MAINTAINERS: Remove self from sh/sh64 maintainership.
2241
2242 2005-01-10  Andrew Cagney  <cagney@gnu.org>
2243
2244         * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
2245         changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
2246         maintainer.
2247
2248         * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
2249         changes to CRIS.
2250
2251         * MAINTAINERS: Remove "Maintenance Only".  Spell out that CAN
2252         COMMIT means can approve).
2253
2254 2005-01-10  Mark Kettenis  <kettenis@gnu.org>
2255
2256         * vax-nat.c: Update copyright year.  Include "inf-ptrace.h".
2257         (vax_register_u_offset): Make statuc.
2258         (_initialize_vax_nat): Construct and add target vector.
2259         * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
2260         inftarg.o.  Add inf-ptrace.o.
2261         * Makefile.in (vax-nat.o): Update dependencies.
2262
2263         * inf-ptrace.h: Update copyright year.  Sync comment with
2264         inf-ptrace.c.
2265         (inf_ptrace_trad_target): New prototype.
2266         * inf-ptrace.c: Update copyright year.  Include "regcache.h" and
2267         "gdb_assert.h"
2268         (inf_ptrace_target): Add comment.
2269         (inf_ptrace+register_u_offset): New variable.
2270         (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
2271         (inf_ptrace_store_register, inf_ptrace_store_registers)
2272         (inf_ptrace_trad_target): New functions.
2273         * Makefile.in (inf-ptrace.o): Update dependencies.
2274
2275 2005-01-09  Mark Kettenis  <kettenis@gnu.org>
2276
2277         * configure.ac: Provide prerequisite headers when checking
2278         <link.h>, <sys/proc.h> and <sys/user.h>.
2279         * configure: Regenerate.
2280
2281 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
2282
2283         * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
2284         tm-ppc-eabi.h instead of the removed tm-nbsd.h.
2285
2286 2005-01-07  Mark Kettenis  <kettenis@gnu.org>
2287
2288         * config/ia64/tm-linux.h: Tweak comment.  Update copyright year.
2289         Don't include "tm-ia64.h".
2290         * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
2291         * config/ia64/tm-ia64.h: Remove.  Move contents ...
2292         * ia64-tdep.h: ... here.  Update copyright year.
2293
2294 2005-01-07  Andrew Cagney  <cagney@gnu.org>
2295
2296         * configure.ac: Rename configure.in, require autoconf 2.59.
2297         * configure: Re-generate.
2298
2299         * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
2300         xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
2301         to configdirs.
2302
2303         * configure.in: Replace configdirs with multiple references to
2304         AC_CONFIG_SUBDIRS.
2305         * configure: Re-generate.
2306         
2307 2005-01-05  Andreas Schwab  <schwab@suse.de>
2308
2309         * ia64-tdep.c: Include "osabi.h".
2310         (native_find_global_pointer): Delete.
2311         (ia64_find_global_pointer): Renamed from
2312         generic_elf_find_global_pointer.
2313         (FIND_GLOBAL_POINTER): Delete.  Change all users to call
2314         ia64_find_global_pointer instead.
2315         (ia64_gdbarch_init): Call gdbarch_init_osabi.  Remove references
2316         to ia64_linux_sigcontext_register_address and
2317         ia64_linux_write_pc.  Don't set tdep->find_global_pointer.
2318         (_initialize_ia64_tdep): Call gdbarch_register instead of
2319         deprecated register_gdbarch_init.
2320         (struct gdbarch_tdep): Remove find_global_pointer field and move
2321         to ...
2322         * ia64-tdep.h (struct gdbarch_tdep): ... here.
2323         (ia64_linux_sigcontext_register_address): Remove declaration.
2324         (ia64_linux_getunwind_table): Likewise.
2325         (ia64_linux_write_pc): Likewise.
2326         * ia64-linux-tdep.c: Include "osabi.h".
2327         (ia64_linux_sigcontext_register_address): Make static.
2328         (ia64_linux_write_pc): Likewise.
2329         (ia64_linux_init_abi): New.
2330         (_initialize_ia64_linux_tdep): New.
2331         * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
2332         $(osabi_h).
2333
2334 2005-01-05  Kevin Buettner  <kevinb@redhat.com>
2335
2336         * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on 
2337         functions in ia64-aix-tdep.c.
2338         * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
2339         function defined in ia64-aix-tdep.c.
2340         * ia64-aix-tdep.c: Remove file.
2341         * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
2342         this list.
2343         * Makefile.in (ia64-aix-tdep.o): Delete.
2344
2345 2005-01-05  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
2346
2347         Committed by Andrew Cagney.
2348         * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
2349         * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
2350         * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
2351         * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
2352         * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
2353         * aix-thread.c (_initialize_aix_thread): Get rid of the
2354         deprecated_add_show_from_set call.
2355         * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2356         * arm-tdep.c (_initialize_arm_tdep): Ditto.
2357         * command.h (add_setshow_enum_cmd): Add arguments for returning
2358         new list elements.
2359         * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
2360         * mips-tdep.c (_initialize_mips_tdep): Modify calls to
2361         add_setshow_enum_cmd.
2362
2363 2005-01-04  Mark Kettenis  <kettenis@gnu.org>
2364
2365         * configure.host (ia64-*-aix*): Remove.
2366         * configure.tgt (ia64-*-aix*): Remove.
2367         * config/ia64/aix.mh: Remove file.
2368         * config/ia64/aix.mt: Remove file.
2369         * config/ia64/tm-aix.h: Remove file.
2370         * ia64-aix-nat.c: Remove file.
2371         * Makefile.in (ia64-aix-nat.o): Remove dependency.
2372
2373         * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
2374         Add back inf-ptrace.o.
2375
2376 2005-01-04  Andrew Cagney  <cagney@gnu.org>
2377
2378         * version.in: Change format from 6.3.50_2005-01-04-cvs to
2379         6.3.50.20050104-cvs.
2380
2381 2005-01-04  Andreas Schwab  <schwab@suse.de>
2382
2383         * breakpoint.c (break_command_1): Always free err_msg before
2384         returning when an exception was caught.
2385
2386 2005-01-01  Joel Brobecker  <brobecker@gnat.com>
2387
2388         * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
2389         in register number for addil instruction.
2390
2391 For older changes see ChangeLog-2004.
2392 \f
2393 Local Variables:
2394 mode: change-log
2395 left-margin: 8
2396 fill-column: 74
2397 version-control: never
2398 End: