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