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