* ser-base.c: Include "gdb_string.h".
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
401e7faf
MK
12005-04-21 Mark Kettenis <kettenis@gnu.org>
2
3 * ser-base.c: Include "gdb_string.h".
4 * Makefile.in (ser-base.o): Update dependencies.
5
78a0fd57
DM
62005-04-20 David S. Miller <davem@davemloft.net>
7
8 * sparc-linux-tdep.c (sparc32_linux_sigtramp_p): Fix
9 signal return stub symbol names, __restore and __restore_rt are
10 the i386 symbol names not the sparc ones.
11 (sparc32_linux_sigtramp_frame_cache): Document bits/sigcontext.h
12 as where the offsets were obtained from.
13 * sparc64-linux-tdep.c (LINUX64_RT_SIGTRAMP_INSN0,
14 LINUX64_RT_SIGTRAMP_INSN1): New defines.
15 (sparc64_linux_sigtramp_start, sparc64_linux_sigtramp_p,
16 sparc64_linux_sigtramp_frame_cache,
17 sparc64_linux_sigtramp_frame_this_id,
18 sparc64_linux_sigtramp_frame_prev_register,
19 sparc64_linux_sigtramp_frame_sniffer): New functions.
20 (sparc64_linux_sigtramp_frame_unwind): New frame unwinder.
21 (sparc64_linux_init_abi): Register sigtramp frame sniffer.
22 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
23
b4505029
MM
242005-04-20 Mark Mitchell <mark@codesourcery.com>
25
26 * configure.ac: On MinGW, define USE_WIN32API and link with
27 -lws2_32.
28 * ser-tcp.c (<winsock2.h>): Include, for Windows.
29 (ETIMEDOUT): Define, for Windows.
30 (ioctl): Likewise.
31 (closesocket): Define, for POSIX.
32 (net_open): Adjust for differences in socket functions between
33 Windows and UNIX.
34 (net_close): Likweise.
35 (net_read_prim): New function.
36 (net_write_prim): Likewise.
37 (_initialize_ser_tcp): Initialize winsock. Fill in read_prim and
38 write_prim.
39 * ser-unix.h (ser_unix_readcchar): Remove.
40 (ser_unix_read_prim): Declare.
41 (ser_unix_write_prim): Likewise.
42 * ser-unix.c (generic_readchar): Move to ser-base.c.
43 (ser_unix_wait_for): Likewise.
44 (do_unix_readchar): Likewise.
45 (ser_unix_readchar): Likewise.
46 (_initialize_ser_hardwire): Initialize read_prim and write_prim.
47 (ser_unix_read_prim): New function.
48 (ser_unix_write_prim): Likewise.
49 * ser-base.h (generic_readchar): Declare.
50 (ser_base_readchar): Likewise.
51 * ser-base.c (<winsock2.h>): Include, for windows.
52 (fd_event): Use the read primitive specified by the serial
53 interface.
54 (ser_base_wait_for): Moved from ser-unix.c
55 (do_ser_base_read_char): Likewise.
56 (generic_readchar): Likewise.
57 (ser_base_readchar): Likewise.
58 (ser_base_write): Use the write primitive specified by the serial
59 interface.
60 * ser-pipe.c (_initialize_ser_pipe): Use ser_base_readchar, not
61 ser_unix_readchar. Initialize read_prim and write_prim.
62 * serial.c (struct serial_ops): Add read_prim and write_prim.
63 * configure: Regenerate.
64
8470e927
BE
652005-04-19 Ben Elliston <bje@au.ibm.com>
66
67 * c-lang.c (c_create_fundamental_type): Comment fix.
68
9cacebf5
MS
692005-04-18 Michael Snyder <msnyder@redhat.com>
70
71 * mn10300-tdep.c: Assimilate code from mn10300-prologue.c.
72 * mn10300-prologue.c: Remove.
73 * mn10300-tdep.h: Add enums from mn10300-prologue.c.
74 Remove prototypes.
75 * config/mn10300/mn10300.mt: Remove mn10300-prologue module.
76
7166c4a9
MS
772005-04-18 Michael Snyder <msnyder@redhat.com>
78
0cc748c0 79 * config/mn10300/mn10300.mt: Add mn10300-prologue module.
7166c4a9
MS
80 * ia64-tdep.c (ia64_get_dyn_info_list): Fix indent.
81
57cd0b54
MK
822005-04-18 Mark Kettenis <kettenis@gnu.org>
83
235c4ffd
MK
84 * config/nm-bsd.h: Remove file.
85
57cd0b54
MK
86 * hppabsd-nat.c: Update copyright year. Include "target.h" and
87 "inf-ptrace.h".
88 (hppabsd_fetch_registers): Renamed from fetch_inferior_registers;
89 made static.
90 (hppabsd_store_registers): Renamed from store_inferior_registers;
91 made static.
92 (_initialize_hppabsd_nat): New function and prototype.
93 * config/pa/obsd.mh (NATDEPFILES): Remove infptrace.o and
94 inftarg.o. Add inf-ptrace.o.
95 (NAT_FILE): Remove.
96 * Makefile.in (hppabsd-nat.o): Update dependencies.
97
f17882ad
MK
982005-04-17 Mark Kettenis <kettenis@gnu.org>
99
100 * pa64solib.c, pa64solib.h: Remove files.
101 * Makefile.in (pa64solib_h): Remove variable
102 (pa64solib.o): Remove dependency.
103
5d6210f0
MK
1042005-04-16 Mark Kettenis <kettenis@gnu.org>
105
65d034bc
MK
106 * ppcobsd-nat.c: Update copyright year. Include "inf-ptrace.h".
107 (ppcobsd_fetch_registers): Renamed from fetch_inferior_registers;
108 made static.
109 (ppcobsd_store_registers): Renamed from store_inferior_registers;
110 made static.
111 (_initialize_ppcobsd_nat): Construct and add target vector.
112 * config/powerpc/obsd.mh (NATDEPFILES): Remove infptrace.o and
113 inftarg.o. Add inf-ptrace.o.
114 (NAT_FILE): Remove.
115 * Makefile.in (ppcobsd-nat.o): Update dependencies.
116
5a49dfd0
MK
117 * ppcobsd-tdep.c: Include "floatformat.h".
118 (ppcobsd_init_abi): Set long_double_bit and long_double_format.
119 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
120
5d6210f0
MK
121 * ppcobsd-tdep.c: Fix typo in comment.
122 (_initialize_ppcobsd_tdep): Register GDB_OSABI_OPENBSD_ELF for
123 bfd_arch_rs6000 too.
124
571dd617
KB
1252005-04-15 Kevin Buettner <kevinb@redhat.com>
126
127 * remote.c (remote_get_thread_local_address): Throw a more
128 meaningful exception when remote target doesn't have support
129 for the qGetTLSAddr packet.
130
38691318
KB
1312005-04-15 Kevin Buettner <kevinb@redhat.com>
132
133 * remote.c (remote_protocol_qGetTLSAddr): New static global variable.
134 (set_remote_protocol_qGetTLSAddr_packet_cmd)
135 (show_remote_protocol_qGetTLSAddr_packet_cmd)
136 (remote_get_thread_local_address): New functions.
137 (init_all_packet_configs): Initialize remote_protocol_qGetTLSAddr
138 variable.
139 (init_remote_ops): Initialize ``to_get_thread_local_address'' in
140 target vector.
141 (show_remote_cmd): Call show_remote_protocol_qGetTLS_Addr_packet_cmd().
142 (_initialize_remote): Register the following commands:
143 "set remote get-thread-local-storage-address-packet" and
144 "show remote get-thread-local-address-packet".
145
3ed07be4
KB
1462005-04-15 Kevin Buettner <kevinb@redhat.com>
147
148 * remote.c (add_packet_config_cmd): Delete unused variables.
149
c9365369
KB
1502005-04-15 Kevin Buettner <kevinb@redhat.com>
151
152 * remote.c (show_remote_protocol_vcont_packet_cmd )
153 (show_remote_protocol_qSymbol_packet_cmd)
154 (show_remote_protocol_P_packet_cmd)
155 (show_remote_protocol_Z_software_bp_packet_cmd)
156 (show_remote_protocol_Z_hardware_bp_packet_cmd)
157 (show_remote_protocol_Z_write_wp_packet_cmd)
158 (show_remote_protocol_Z_read_wp_packet_cmd)
159 (show_remote_protocol_Z_access_wp_packet_cmd)
160 (show_remote_protocol_binary_download_cmd)
161 (show_remote_protocol_qPart_auxv_packet_cmd)
162 (show_remote_protocol_p_packet_cmd ): Delete calls to
163 deprecated_show_value_hack().
164
c30dc700
CV
1652005-04-15 Corinna VInschen <vinschen@redhat.com>
166
167 * MAINTAINERS: Change sh64-elf state to non-broken.
168 * Makefile.in: Fix dependencies for sh64-tdep.o.
169 * configure.tgt: Add sh64-*-elf case.
170 * sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
171 * sh64-tdep.c: Rework to replace all deprecated mechanisms with
172 modern methods.
173 * config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
174 * config/sh/sh64.mt: Resurrect.
175
86fc41d1
KI
1762005-04-15 Kei Sakamoto <sakamoto.kei@renesas.com>
177
178 * regformats/reg-m32r.dat: New file.
179
28e97307
DJ
1802005-04-14 Daniel Jacobowitz <dan@codesourcery.com>
181
182 * arm-tdep.c (fp_model_strings): Add terminating NULL.
183 (arm_abi_strings, arm_abi_global, arm_abi_string): New
184 variables.
185 (arm_extract_return_value, arm_store_return_value): Don't use
186 arm_get_fp_model.
187 (arm_get_fp_model, arm_set_fp): Delete.
188 (arm_update_current_architecture): New function.
189 (set_fp_model_sfunc): Call arm_update_current_architecture.
190 (show_fp_model): Update output messages.
191 (arm_set_abi, arm_show_abi): New functions.
192 (arm_elf_osabi_sniffer): Only handle ELFOSABI_ARM.
193 (arm_gdbarch_init): Infer the object's ABI separately from its
194 OSABI. Search for a matching architecture. Honor the global
195 ABI and FPU settings. Set floating point format based on the
196 architecture.
197 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs):
198 Delete.
199 (_initialize_arm_tdep): Don't call gdbarch_register_osabi.
200 Create "arm set abi" command.
201 * arm-tdep.h (arm_get_fp_model): Delete prototype.
202 (enum arm_abi_kind): New type.
203 (struct gdbarch_tdep): Add arm_abi field.
204 * arm-linux-tdep.c (arm_linux_init_abi): Only override
205 tdep->fp_model if it is ARM_FLOAT_AUTO.
206 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Likewise.
207 (arm_netbsd_elf_init_abi): Likewise.
208 * defs.h (enum gdb_osabi): Delete ARM-specific OSABIs.
209 * osabi.c (gdb_osabi_name): Likewise.
210
9494c6a5
DJ
2112005-04-11 Daniel Jacobowitz <dan@codesourcery.com>
212
213 * config/djgpp/fnchange.lst: Remove entries for gdb.gdbserver.
214
bdbcb8b4
MK
2152005-04-10 Mark Kettenis <kettenis@gnu.org>
216
217 * rs6000-tdep.c (ppc_supply_fpregset): Increment offset by 8 for
218 floating-point registers.
219 (ppc_collect_fpregset): Likewise. Fix collection of registers.
220
18b2ae85
MK
2212005-04-09 Mark Kettenis <kettenis@gnu.org>
222
223 * ppcobsd-tdep.c: Update copyright year. Include "trad-frame.h"
224 and "tramp-frame.h".
225 (ppcobsd_sigtramp_cache_init): New function.
226 (ppcobsd_sigtramp): New variable.
227 (ppcobsd_init_abi): Prepend signal trampoline unwinder.
228 * Makefile.in (ppcobsd-tdep.o): Update dependencies.
229
06e819e3
AC
2302005-04-08 Andrew Cagney <cagney@gnu.org>
231
232 * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando
233 Nasser have decided to step back from GDB/MI.
234
6f8eac0e
DJ
2352005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
236
237 * config/fnchange.lst: Add testsuite/gdb.gdbserver entries.
238
0228dfb9
DJ
2392005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
240
241 * dwarf2-frame.c (struct dwarf2_frame_cache): New field
242 undefined_retaddr.
243 (dwarf2_frame_cache): Initialize undefined_retaddr.
244 (dwarf2_frame_this_id): Return an invalid frame ID if
245 undefined_retaddr.
246
21b4b2f2
JB
2472005-04-05 Jim Blandy <jimb@redhat.com>
248
249 Move construction of IA-32 vector types to i386-tdep.c.
250 * gdbtypes.c (build_builtin_type_vec64i,
251 build_builtin_type_vec128i): Delete functions.
252 (builtin_type_vec64i, builtin_type_vec128i): Delete variables.
253 (build_gdbtypes): Don't initialize them.
254 (_initialize_gdbtypes): Don't register GDBARCH swap entries for
255 them.
256 * gdbtypes.h (builtin_type_vec64i, builtin_type_vec128i): Delete
257 declarations.
258 (builtin_type_v2_float, builtin_type_v2_int32,
259 builtin_type_v4_int16, builtin_type_v8_int8,
260 builtin_type_v2_double, builtin_type_v4_float,
261 builtin_type_v2_int64, builtin_type_v4_int32,
262 builtin_type_v8_int16, builtin_type_v16_int8): Add extern
263 declarations.
264 * i386-tdep.c (i386_mmx_type, i386_sse_type): New variables.
265 (i386_build_mmx_type, i386_build_sse_type): New functions.
266 (i386_register_type): Call them, rather than referring to
267 builtin_type_vec64i and builtin_type_vec128i.
268
37c4d197
DJ
2692005-04-02 Daniel Jacobowitz <dan@codesourcery.com>
270
271 * mips-linux-tdep.c (mips_linux_o32_sigframe_init): Adjust
272 big-endian correction code to not offset 32-bit registers.
273 Locate floating point registers correctly.
274
7509373f
MK
2752005-04-02 Mark Kettenis <kettenis@gnu.org>
276
277 * main.c: Update copyright year.
02dfa7de 278 (captured_main): Avoid using strcpy and strcat.
7509373f 279
9b3c083c
MS
2802005-04-01 Michael Snyder <msnyder@redhat.com>
281
0c98cc2b
MS
282 * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
283 computing this_id if there are no dummy frames on the stack.
284
1fb1ca27
MS
285 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
286 find_partial_func instead of unwind_pc to identify frame.
287 (mn10300_push_dummy_call): Handle struct args, struct_return.
288
9b3c083c
MS
289 * mn10300-prologue.c (set_movm_offsets): Don't test variable
290 before setting it.
291 * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
292 instead of skip_prologue_using_sal.
293
186993b4
KB
2942005-03-31 Kevin Buettner <kevinb@redhat.com>
295
296 * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
297 (main_lm_addr): New static global.
298 (frv_current_sos): Retain the link map address for each entry.
299 (frv_clear_solib): Clear main_lm_addr.
300 (frv_fetch_objfile_link_map): New function.
301 * frv-tdep.c (frv_gdbarch_init): Register TLS load module fetcher.
302 * frv-tdep.h (frv_fetch_objfile_link_map): Declare.
303
b2756930
KB
3042005-03-31 Kevin Buettner <kevinb@redhat.com>
305
306 * gdbarch.sh (fetch_tls_load_module_address): New architecture method.
307 * gdbarch.c, gdbarch.h: Regenerate.
308 * dwarf2loc.c (dwarf_expr_tls_address): Fetch TLS load module
309 address and pass this address, instead of the objfile address, to
310 target_get_thread_local_address().
311 * linux-thread-db.c (thread_db_get_thread_local_address): Change
312 second parameter from type ``struct objfile *'' to CORE_ADDR. Do
313 not call svr4_fetch_objfile_link_map() to fetch the load module
314 address.
315 * target.h (struct target_ops): Change second parameter of
316 ``to_get_thread_local_address'' from ``struct objfile *'' to
317 ``CORE_ADDR''.
318 * alpha-linux-tdep.c (solib-svr4.h): Include.
319 (alpha_linux_init_abi): Register TLS load module fetcher.
320 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
321 * hppa-linux-tdep.c (hppa_linux_init_abi): Likewise.
322 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
323 * ia64-linux-tdep.c (solib-svr4.h): Include.
324 (ia64_linux_init_abi): Register TLS load module fetcher.
325 * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
326 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
327 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
328 * s390-tdep.c (s390_gdbarch_init): Likewise.
329 * sparc-linux-tdep.c (sparc32_linux_init_abi): Likewise.
330 * sparc64-linux-tdep.c (solib-svr4.h): Include.
331 (sparc64_linux_init_abi): Register TLS load module fetcher.
332 * Makefile.in (alpha-linux-tdep.o, ia64-linux-tdep.o)
333 (sparc-linux-tdep.o): Update dependencies.
334
88750304
DJ
3352005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
336
337 * c-valprint.c (c_value_print): Fix up some formatting. Use
338 check_typedef.
339
adb8a87c
DJ
3402005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
341
342 * arm-linux-nat.c (store_register, store_regs): Handle
343 ARM_PS_REGNUM.
344
498b1f87
DJ
3452005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
346
347 * arm-linux-tdep.c (arm_linux_thumb_be_breakpoint)
348 (arm_linux_thumb_le_breakpoint): New. Update comments.
349 (arm_linux_init_abi): Set Thumb breakpoints also.
350
842e1f1e
DJ
3512005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
352
353 * Makefile.in (arm-tdep.o): Update dependencies.
354 * arm-tdep.c: Include "objfiles.h" and "dwarf2-frame.h".
355 (arm_gdbarch_init): Register dwarf2_frame_sniffer.
356
6d1eba4c
JB
3572005-03-28 Joel Brobecker <brobecker@adacore.com>
358
359 * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
360 register value to be incorrectly written in the regcache.
361 (fill_fpregset): Fix bug that caused the FSR register value
362 to be incorrectly read from the regcache.
363
fce5e386
DJ
3642005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
365
366 * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call
367 arm_pc_is_thumb_dummy.
368
f700a364
MK
3692005-03-28 Mark Kettenis <kettenis@gnu.org>
370
8391b9b1
MK
371 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Handle
372 StackGhost.
373
f700a364
MK
374 * sparc-tdep.c (sparc_supply_rwindow, sparc_collect_rwindow):
375 Handle StackGhost in 64-bit code.
376 * sparc64-tdep.c (sparc64_frame_prev_register): Handle StackGhost.
377
8da8e0b3
CF
3782005-03-27 Christopher Faylor <cgf@timesys.com>
379
380 * win32-nat.c (handle_exception): Treat win32 routines which check for
381 valid addresses as "special" and don't stop when a SEGV is detected.
382 (get_child_debug_event): Properly flag exception as unhandled.
383
5e5100cb
DJ
3842005-03-26 Daniel Jacobowitz <dan@codesourcery.com>
385
386 * cp-support.c (cp_class_name_from_physname): Rewrite.
387 (unqualified_name_from_comp): New function, broken out from
388 method_name_from_physname. Correct handling for typed names
389 and templates.
390 (method_name_from_physname): Use unqualified_name_from_comp.
391 (cp_func_name, remove_params): Move earlier in the file. Add
392 better comments. Use the component tree to parse the name.
393 (_initialize_cp_support): Remove stray whitespace.
394
a77f4086
MK
3952005-03-26 Mark Kettenis <kettenis@gnu.org>
396
dc6a2ca4
MK
397 * exec.c (bfdsec_to_vmap): Use strcmp instead of DEPRECATED_STREQ.
398
59bb1042
MK
399 * inflow.h: Update copyright year. Remove #ifdef SHORT_PGRP code.
400 Callapse HAVE_TERMIO and HAVE_SGTTY.
401
a77f4086
MK
402 * dwarf2-frame.c (execute_cfa_program): Implement
403 DW_CFA_GNU_window_save.
404
4d6c7108
MK
4052005-03-25 Mark Kettenis <kettenis@gnu.org>
406
bac6b012
MK
407 * config/sparc/nbsd64.mh (NAT_FILE): Remove.
408
4d6c7108
MK
409 * config/i386/obsd64.mt (TDEPFILES): Add obsd-uthread.o.
410
4bf7064c
DJ
4112005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
412
413 * arm-tdep.c (target_is_thumb, caller_is_thumb)
414 (arm_pc_is_thumb_dummy): Remove.
415 (arm_breakpoint_from_pc): Don't call arm_pc_is_thumb_dummy.
416
170cd118
AG
4172005-03-25 Anthony Green <green@redhat.com>
418
419 * remote.c (remote_store_registers): Fix memset usage.
420 * std-regs.c (value_of_builtin_frame_reg): Ditto.
421 (value_of_builtin_frame_fp_reg): Ditto.
422 (value_of_builtin_frame_reg): Ditto.
423
3eb25fda
MM
4242005-03-25 Mark Mitchell <mark@codesourcery.com>
425
dd5da072
MM
426 * ser-base.c (ser_unix_write): Rename to ...
427 (ser_base_write): ... this.
428 (ser_unix_nop_flush_output): Rename to ...
429 (ser_base_flush_output): ... this.
430 (ser_unix_flush_input): Rename to ...
431 (ser_base_flush_input): ... this.
432 (ser_unix_nop_send_break): Rename to ...
433 (ser_base_send_break): ... this.
434 (ser_unix_nop_drain_output): Rename to ...
435 (ser_base_drain_output): ... this.
436 (ser_unix_nop_raw): Rename to ...
437 (ser_base_raw): ... this.
438 (ser_unix_nop_get_tty_state): Rename to ...
439 (ser_base_set_tty_state): ... this.
440 (ser_unix_nop_noflush_set_tty_state): Rename to ...
441 (ser_base_noflush_set_tty_state): ... this.
442 (ser_unix_nop_print_tty_state): Rename to ...
443 (ser_base_print_tty_state): ... this.
444 (ser_unix_nop_setbaudrate): Rename to ...
445 (ser_base_setbaudrate): ... this.
446 (ser_unix_nop_setstopbits): Rename to ...
447 (ser_base_setstopbits): ... this.
448 (ser_unix_async): Rename to ...
449 (ser_base_async): ... this.
450 * ser-base.h (ser_unix_write): Rename to ...
451 (ser_base_write): ... this.
452 (ser_unix_nop_flush_output): Rename to ...
453 (ser_base_flush_output): ... this.
454 (ser_unix_flush_input): Rename to ...
455 (ser_base_flush_input): ... this.
456 (ser_unix_nop_send_break): Rename to ...
457 (ser_base_send_break): ... this.
458 (ser_unix_nop_drain_output): Rename to ...
459 (ser_base_drain_output): ... this.
460 (ser_unix_nop_raw): Rename to ...
461 (ser_base_raw): ... this.
462 (ser_unix_nop_get_tty_state): Rename to ...
463 (ser_base_set_tty_state): ... this.
464 (ser_unix_nop_noflush_set_tty_state): Rename to ...
465 (ser_base_noflush_set_tty_state): ... this.
466 (ser_unix_nop_print_tty_state): Rename to ...
467 (ser_base_print_tty_state): ... this.
468 (ser_unix_nop_setbaudrate): Rename to ...
469 (ser_base_setbaudrate): ... this.
470 (ser_unix_nop_setstopbits): Rename to ...
471 (ser_base_setstopbits): ... this.
472 (ser_unix_async): Rename to ...
473 (ser_base_async): ... this.
474 * ser-pipe.c (_initialize_ser_pipe): Update accordingly.
475 * ser-tcp.c (_initialize_ser_tcp): Likewise.
476 * ser-unix.c (hardwire_flush_input): Likewise.
477 (_initializer_ser_hardwire): Likewise.
478
3eb25fda
MM
479 * Makefile.in (SFILES): Add ser-base.c.
480 (ser_base_h): New variable.
481 (ser-base.o): New target.
482 (ser-pipe.o): Depend on $(ser_base_h).
483 (ser-tcp.o): Likewise.
484 (ser-unix.o): Likewise. Do not depend on $(event_loop_h).
485 * configure.ac (SER_HARDWIRE): Include ser-base.o where
486 appropriate.
487 * ser-base.c: New file.
488 (push_event): Move from ser-unix.c.
489 (fd_event): Likewise.
490 (reschedule): Likewise.
491 (ser_unix_write): Likewise.
492 (ser_unix_nop_flush_output): Likewise.
493 (ser_unix_flush_input): Likewise.
494 (ser_unix_nop_send_break): Likewise.
495 (ser_unix_nop_drain_output): Likewise.
496 (ser_unix_nop_raw): Likewise.
497 (ser_unix_nop_get_tty_state): Likewise.
498 (ser_unix_nop_set_tty_state): Likewise.
499 (ser_unix_nop_noflush_set_tty_state): Likewise.
500 (ser_unix_nop_print_tty_state): Likewise.
501 (ser_unix_nop_setbaudrate): Likewise.
502 (ser_unix_nop_setstopbits): Likewise.
503 (ser_unix_async): Likewise.
504 * ser-base.h: New file.
505 * ser-pipe.c (ser-base.h): Include it.
506 * ser-tcp.c (ser-base.h): Likewise.
507 * ser-unix.h (ser_unix_nop_flush_output): Remove.
508 (ser_unix_flush_input): Likewise.
509 (ser_unix_nop_send_break): Likewise.
510 (ser_unix_nop_raw): Likewise.
511 (ser_unix_nop_get_tty_state): Likewise.
512 (ser_unix_nop_set_tty_state): Likewise.
513 (ser_unix_nop_print_tty_state): Likewise.
514 (ser_unix_nop_noflush_set_tty_state): Likewise.
515 (ser_unix_nop_setbaudrate): Likewise.
516 (ser_unix_nop_setstopbits): Likewise.
517 (ser_unix_nop_drain_output): Likewise.
518 (ser_unix_wait_for): Likewise.
519 (ser_unix_write): Likewise.
520 (ser_unix_async): Likewise.
521 * ser-unix.c (event-loop.h): Do not include it.
522 (push_event): Move to ser-base.c.
523 (fd_event): Likewise.
524 (reschedule): Likewise.
525 (ser_unix_write): Likewise.
526 (ser_unix_nop_flush_output): Likewise.
527 (ser_unix_flush_input): Likewise.
528 (ser_unix_nop_send_break): Likewise.
529 (ser_unix_nop_drain_output): Likewise.
530 (ser_unix_nop_raw): Likewise.
531 (ser_unix_nop_get_tty_state): Likewise.
532 (ser_unix_nop_set_tty_state): Likewise.
533 (ser_unix_nop_noflush_set_tty_state): Likewise.
534 (ser_unix_nop_print_tty_state): Likewise.
535 (ser_unix_nop_setbaudrate): Likewise.
536 (ser_unix_nop_setstopbits): Likewise.
537 (ser_unix_async): Likewise.
538 (ser_unix_wait_for): Make it static.
539 * configure: Regenerated.
540
8d5a9abc
MK
5412005-03-25 Mark Kettenis <kettenis@gnu.org>
542
543 * dwarf2-frame.h: Update copyrigh year.
544 (enum dwarf2_frame_reg_rule): Add DWARF2_FRAME_REG_RA_OFFSET.
545 * dwarf2-frame.c: Update copyright year.
546 (struct dwarf2_frame_cache): Add member `retaddr_reg'.
547 (dwarf2_frame_cache): Deal with DWARF2_FRAME_REG_RA_OFFSET.
548 (dwarf2_frame_prev_register): Handle DWARF2_FRAME_REG_RA_OFFSET.
549
b3041f52
MH
5502005-03-23 Martin Hunt <hunt@redhat.com>
551
552 * configure.ac: Remove -fwritable-strings from CFLAGS.
553 * configure: Regenerate.
554
6a069e57
MS
5552005-03-21 Michael Snyder <msnyder@redhat.com>
556
557 * mn10300-prologue.c (fix_frame_pointer): Delete.
558 (set_movm_offsets) Don't return just because movm_args is
559 zero -- still need to save pc and sp in saved_regs.
560 (mn10300_analyze_prologue): Don't return prematurely without
561 calling set_movm_offsets (for pc and sp at minimum).
562
d3ea6809
MM
5632005-03-21 Mark Mitchell <mark@codesourcery.com>
564
565 * configure.ac (stat.st_blksize): Check for it.
566 (getuid): Likewise.
567 (getgid): Likewise.
568 * configure: Regenerated.
569 * config.in: Likewise.
570 * remote-fileio.c (remote_fileio_to_fio_stat): Check
571 HAVE_STRUCT_STAT_ST_BLKSIZE.
572
d460b7f5
CF
5732005-03-21 Christopher Faylor <cgf@timesys.com>
574
575 * win32-nat.c (do_initial_child_stuff): Don't clear the thread list
576 here.
577 (do_initial_child_stuff): Move clearing of thread list to a place
578 before a thread ould be created.
579 (child_attach): Ditto.
580
342ee437
MS
5812005-03-21 Michael Snyder <msnyder@redhat.com>
582
583 * mn10300-tdep.c (mn10300_frame_unwind_cache): Use func addr
584 instead of pc addr for frame_id. Otherwise "until" won't work.
585
4f0d78e0
KB
5862005-03-21 Kevin Buettner <kevinb@redhat.com>
587
588 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
589 comment.
590
80d9c592
MK
5912005-03-20 Mark Kettenis <kettenis@gnu.org>
592
4dd04433
MK
593 * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
594 * varobj.c (my_value_equal): Mark val2 as volatile.
595
ee426e0f 596 * cp-names.y: Add prototype for yyparse.
80d9c592 597
96ce45ca
DJ
5982005-03-19 Daniel Jacobowitz <dan@codesourcery.com>
599
600 * dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
601 * gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of
602 VALADDR.
603
93ad78a7
KB
6042005-03-18 Kevin Buettner <kevinb@redhat.com>
605
606 * Makefile.in (dwarf2loc.o, linux-thread-db.o): Add dependencies.
607 * exceptions.h (TLS_NO_LIBRARY_SUPPORT_ERROR, TLS_GENERIC_ERROR)
608 (TLS_LOAD_MODULE_NOT_FOUND_ERROR, TLS_NOT_ALLOCATED_YET_ERROR):
609 New error/exception enums.
610 * dwarf2loc.c (exceptions.h): Include.
611 (dwarf_expr_tls_address): Invoke target_get_thread_local_address()
612 via TRY_CATCH mechanism. Print error messages for TLS related
613 exceptions.
614 * linux-thread-db.c (thread_db_get_thread_local_address): Throw
615 exceptions instead of printing errors.
616
8cf46f62
MK
6172005-03-18 Mark Kettenis <kettenis@gnu.org>
618
619 * utils.c (safe_strerror): Use xsnprintf instead of sprintf.
620 (decimal2str, octal2str): Change to return a string allocated by
621 get_cell. Use xsnprint instead of snprintf.
622 (paddr_u, paddr_d): Adjust for changed calling convention of
623 decimal2str.
624 (phex, phex_nz, hex_string): Use xsnprintf instead of snprintf.
625 (int_string): Likewise. Adjust for changed calling convention of
626 decimal2str and octal2str.
627
f79d2c3c
KB
6282005-03-18 Kevin Buettner <kevinb@redhat.com>
629
630 * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Update comments.
631 Adjust incorrectly computed constant for realtime signal frame.
632
8cf46f62 6332005-03-18 Mark Kettenis <kettenis@gnu.org>
eb308878
MK
634
635 From Ralf Corsepius <ralf.corsepius@rtems.org>
636 * configure.tgt: Add m68*-*-rtems*.
637
06648491
MK
6382005-03-17 Mark Kettenis <kettenis@gnu.org>
639
bde2058d
MK
640 * defs.h (xsnprintf): New prototype.
641 * utils.c (xsnprintf): New function.
642
3ecda457
MK
643 * corelow.c (get_core_register_section): Replace usage of sprintf
644 and strcpy with xstrprintf and xstrdup.
645
06648491
MK
646 * mips-tdep.c (mips_single_step_through_delay): Put back check for
647 breakpoint lost with the introduction of this function.
648
16aff9a6
PB
6492005-03-17 Paul Brook <paul@codesourcery.com>
650
651 * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Fix broken logic.
652 * s390-tdep.c (s390_dwarf_reg_to_regnum): Ditto.
653
6d318c73
MM
6542005-03-16 Mark Mitchell <mark@codesourcery.com>
655
ec442778
MM
656 * event-top.c (handle_sigquit): Do not define for systems without
657 SIGQUIT.
658 (sigquit_token): Likewise.
659 (async_init_signals): Allow for systems that do not
6d318c73
MM
660 define SIGQUIT.
661 * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
662
9b265ec2
MM
6632005-03-15 Mark Mitchell <mark@codesourcery.com>
664
665 * utils.c (internal_vproblem): Guard call to fork with
666 HAVE_WORKING_FORK.
667 * cli/cli-cmds.c (shell_escape): Guard call to vfork with
668 HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
669
670 * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
671 S_IRGRP and related macros.
672 (remote_fileio_mode_to_target): Likewise.
673
3ae642fd
BE
6742005-03-14 Ben Elliston <bje@au.ibm.com>
675
676 * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a
677 more primitive library.
678
80d9c592 6792005-03-13 Mark Kettenis <kettenis@gnu.org>
fd0a2a6f
MK
680
681 * inf-ttrace.c (inf_ttrace_pid_to_str): Use snprintf instead of
682 sprintf.
683 * target.c (normal_pid_to_str): Likewise.
684 * remote.c (remote_pid_to_str): Use snprint instead of sprintf.
685 Change capitalization of "thread". Use ptid_get_pid instead of
686 GETPID.
049742da
MK
687
688 * cp-abi.c (set_cp_abi_as_auto_default): Use xasprintf instead of
689 a combination of xmalloc and sprintf.
690
ca231fcc
JB
6912005-03-13 Jim Blandy <jimb@redhat.com>
692
693 * configure.ac: Use '=', not '=='; the latter is a GNU extension.
694 * configure: Regenerated.
695
b80b83f3
MS
6962005-03-11 Michael Snyder <msnyder@redhat.com>
697
698 * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
699 stub fn with real implementatin mn10300_unwind_dummy_id.
700 (mn10300_push_dummy_call): Implement. Bare bones version,
701 does not handle structs or floats.
702
1f8ca57c
JB
7032005-03-11 Jim Blandy <jimb@redhat.com>
704
a3b362c4
JB
705 Avoid warnings due to the use of -Wuninitialized without -O.
706 * configure.ac (build_warnings): Include -Wuninitialized only if
707 CFLAGS is unset at configure time, or CFLAGS is set and includes
708 some -O option other than -O0.
709 * configure: Regenerated.
710
1f8ca57c
JB
711 * mips-tdep.c (show_mips_abi): Change calling conventions to match
712 those expected by add_setshow_enum_cmd. Use 'file' argument as
713 appropriate.
714
fb4c6eba
DJ
7152005-03-10 Daniel Jacobowitz <dan@codesourcery.com>
716
717 * Makefile.in (SFILES): Add cp-names.y.
718 (libiberty_h, safe_ctype_h): New.
719 (YYFILES): Add cp-names.c.
720 (YYOBJ): Add cp-names.o.
721 (test-cp-names.o, test-cp-names$(EXEEXT), cp-names.o): New rules.
722 (clean): Remove test-cp-names$(EXEEXT).
723 (local-maintainer-clean): Remove cp-names.c.
724 * cp-names.y: New file.
725 * cp-support.c (find_last_component): Delete.
726 (d_left, d_right): Define.
727 (cp_canonicalize_string, mangled_name_to_comp): New functions.
728 (cp_class_name_from_physname, method_name_from_physname): Rewrite
729 to use mangled_name_to_comp.
730 * cp-support.h (cp_canonicalize_string, cp_demangled_name_to_comp)
731 (cp_comp_to_string): New prototypes.
732 * config/djgpp/fnchange.lst: Add cp-names.c.
733
5b93de64
BR
7342005-03-10 Bob Rossi <bob@brasko.net>
735
fb4c6eba 736 * main.c (print_gdb_help): Remove the --[no]async help message.
5b93de64 737
54433e38
MK
7382005-03-10 Mark Kettenis <kettenis@gnu.org>
739
740 * proc-api.c: Update copyright year.
741 (_initialize_proc_api): Revert previous patch, removing spurious
742 space instead.
743
d2f0b918
JB
7442005-03-09 Joel Brobecker <brobecker@adacore.com>
745
746 * regcache.c: Fix typo in comment.
747
e9274dd8
DL
7482005-03-09 David Lecomber <david@lecomber.net>
749
750 * proc-api.c (_initialize_proc_api): Fix invalid multi-line
751 i18n text.
752
5b2d44a0
MK
7532005-03-09 Mark Kettenis <kettenis@gnu.org>
754
755 * sparc-tdep.c (sparc_frame_cache): Adjust cached frame base
756 address for 64-bit code.
757 (sparc_unwind_dummy_id): Likewise.
758 * sparc64-tdep.c (sparc64_frame_prev_register): Adjust for new
759 frame base address convention.
760 (sparc64_push_dummy_call): Likewise.
761 * sparc64nbsd-tdep.c: Update copyright year.
762 (sparc64nbsd_sigcontext_frame_cache): Adjust cached frame base
763 address for 64-bit code.
764 (sparc64nbsd_init_abi): Tweak comment.
765 * sparc64obsd-tdep.c: Update copyright year.
766 (sparc64obsd_frame_cache): Adjust cached frame base address for
767 64-bit code.
768 (sparc64obsd_init_abi): Tweak comment.
769
8d19ca47 7702005-03-09 Corinna Vinschen <vinschen@redhat.com>
5b5464ad 771
8d19ca47
CV
772 * exceptions.h (TRY_CATCH): Define setjmp/sigsetjmp macro safe.
773
7742005-03-09 Joel Brobecker <brobecker@adacore.com>
775
776 * dwarf2read.c (dwarf_decode_lines): Use the complete filename
777 when creating include psymtabs.
5b5464ad 778
1bf1958d
MM
7792005-03-08 Mark Mitchell <mark@codesourcery.com>
780
781 * environ.h (struct environ): Rename to ...
782 (struct gdb_environ): ... this.
783 (make_environ): Update prototype.
784 (free_environ): Likewise.
785 (init_environ): Likewise.
786 (get_in_environ): Likewise.
787 (set_in_environ): Likewise.
788 (unset_in_environ): Likewise.
789 (environ_vector): Likewise.
790 * environ.c (make_environ): Replace "struct environ" with "struct
791 gdb_environ".
792 (free_environ): Likewise.
793 (init_environ): Likewise.
794 (environ_vector): Likewise.
795 (get_in_environ): Likewise.
796 (set_in_environ): Likewise.
797 (unset_in_environ): Likewise.
798 * infcmd.c (inferior_environ): Likewise.
799 * inferior.h (inferior_environ): Likewise.
800
f67a969f
JB
8012005-03-08 Joel Brobecker <brobecker@adacore.com>
802
803 * infcmd.c (run_command_1): New function, extracted from
804 run_command.
805 (run_command): Replace implementation by call to run_command_1.
806 (start_command): Use run_command_1 to insert the temporary
807 breakpoint and run the program. Remove code that's no longer
808 needed, as already done at the proper time by run_command_1.
809
c0501be5
DJ
8102005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
811
812 * symfile.c (clear_symtab_users): Call
813 clear_current_source_symtab_and_line first.
814
549678da
NS
8152005-03-08 Nathan Sidwell <nathan@codesourcery.com>
816
36e9969c
NS
817 * ax-gdb.c (gen_expr): Add UNOP_PLUS case.
818 * c-exp.y (exp): Add unary plus.
819 * eval.c (evaluate_subexp_standard): Add UNOP_PLUS case.
820 * valarith.c (value_x_unop): Add UNOP_PLUS case.
821 (value_pos): New.
822 * value.h (value_pos): Declare.
823
3de11b2e
NS
824 * remote.c (MIN_REMOTE_PACKET_SIZE): Set to 20.
825 (remote_fetch_registers): Allow uppercase hex when resyncing.
826 (remote_write_bytes): Only call get_memory_write_packet_size once.
827 Robustify packet size calculation for very small packets. Check
828 that at least one byte will be written.
829
549678da
NS
830 * tracepoint.c (target_is_remote): Allow extended-remote.
831 (struct collection_list): Allow 256 registers, like the comment
832 said.
833 (add_memrange): Fix comment.
834 (read_actions): Turn EOF into 'end'.
835
20be272b
CV
8362005-03-08 Corinna Vinschen <vinschen@redhat.com>
837
838 * Makefile.in: Add dependencies for iq2000-tdep.o.
839 * configure.tgt: Add iq2000-*-* target.
840 * iq2000-tdep.c: New file.
841 * config/iq2000/iq2000.mt: New file.
842
ea53e89f
JB
8432005-03-07 Joel Brobecker <brobecker@adacore.com>
844
845 * doc/observer.texi (executable_changed): New observer.
846 * symtab.c: Include "observer.h".
847 (find_main_name): New function.
848 (main_name): If name_of_main is unset, then compute it
849 using find_main_name.
850 (symtab_observer_executable_changed): New function.
851 (_initialize_symtab): Attach executable_changed observer.
852 * exec.c: Include "observer.h".
853 (exec_file_attach): Emit executable_changed notification.
854 * symfile.c: Include "observer.h".
855 (reread_symbols): Send an executable_changed if appropriate.
856 * Makefile.in (exec.o): Add dependency on observer.h.
857 (symfile.o): Likewise.
858 (symtab.o): Likewise.
859
bb044262
DJ
8602005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
861
862 * findvar.c (read_var_value): Don't allocate V when it will not
863 be used. Add missing break for LOC_INDIRECT.
864
9e07977b
MK
8652005-03-06 Mark Kettenis <kettenis@gnu.org>
866
867 * sparc64fbsd-tdep.c: Include "solib-svr4.h".
868 (sparc64fbsd_init_abi): Set skip_trampoline_code and
869 solib_svr4_fetch_link_map_offsets.
870 * Makefile.in (sparc64fbsd-tdep.o): Update dependencies.
871
88d7a738 8722005-03-06 Daniel Jacobowitz <dan@codesourcery.com>
f75c00e4
DJ
873
874 * linux-nat.c (child_follow_fork): Call target_terminal_ours before
875 printing output. Use fprintf_unfiltered. Only print output when
876 debugging.
877
e5a8e242 8782005-03-05 Mark Kettenis <kettenis@gnu.org>
e219d7ce
MK
879
880 * sparc64-tdep.c (sparc64_store_floating_fields): Constify third
881 argument.
882 (sparc64_store_arguments): Constify.
883
dda5f19a
MK
8842005-03-05 Mark Kettenis <kettenis@gnu.org>
885
0d6e4ad7
MK
886 * alphabsd-nat.c: Update copyright year. Include "inf-ptrace.h".
887 (alphabsd_fetch_inferior_registers): Rename from
888 fetch_inferior_registers. Make static.
889 (alphabsd_store_inferior_registers): Rename from
890 store_inferior_registers. Make static.
891 (_initialize_alphabsd_nat): New function.
892 * Makefile.in (alphabsd-nat.o): Update dependencies.
893 * config/alpha/fbsd.mh (NATDEPFILES): Remove infptrace.o and
894 inftarg.o. Add inf-ptrace.o, fbsd-nat.o and gcore.o.
895 * config/alpha/nbsd.mh (NAT_CLIBS): Remove variable.
896 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
897 alphabsd-nat.o.
898 * config/alpha/nm-fbsd.h: Update copyright year. Don't include
899 "config/nm-bsd.h" and "elf/common.h".
900 * config/alpha/nm-nbsd.h: Update copyright year. Don't include
901 "config/nm-nbsd.h".
902
dda5f19a
MK
903 * mips64obsd-tdep.c (mips64obsd_init_abi): Don't set
904 software_single_step.
905
aac71672
MS
9062005-03-04 Michael Snyder <msnyder@redhat.com>
907
908 * mn10300-prologue.c: New file. Prologue analysis.
909 * mn10300-tdep.c: Move REGNUM values to mn10300-tdep.h.
910 (mn10300_frame_unwind_cache): Don't call trad_frame_set_id
911 until after analyze_prologue, and don't call trad_frame_set_base
912 at all (let analyze_prologue do it).
913
61e784e7
MS
9142005-03-04 Michael Snyder <msnyder@redhat.com>
915
916 * trad-frame.c (trad_frame_set_reg_value): New function.
917 * trad-frame.h (trad_frame_set_reg_value): Export.
918
6867ae3e
DJ
9192005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
920
921 * Makefile.in (remote.o): Update dependencies.
922 * remote.c: Include "observer.h".
923
f90221d3
DJ
9242005-03-04 Daniel Jacobowitz <dan@codesourcery.com>
925
926 * target.c (target_read_memory_partial): Always initialize
927 ERR.
928 (target_write_memory_partial): Likewise.
929
e20b4638
DJ
9302005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
931
932 * remote.c (remote_open_1): Call observer_notify_inferior_created.
933
909cf6ea
DJ
9342005-03-03 Daniel Jacobowitz <dan@codesourcery.com>
935
936 * arm-tdep.c (arm_make_stub_cache, arm_stub_this_id)
937 (arm_stub_unwind, arm_stub_unwind_sniffer): New.
938 (arm_gdbarch_init): Add arm_stub_unwind_sniffer.
939
d3587048
DJ
9402005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
941
942 * linux-nat.c (linux_supports_tracevforkdone, child_follow_fork):
943 Use LWP IDs.
944
806048c6
DJ
9452005-02-28 Daniel Jacobowitz <dan@codesourcery.com>
946
947 * dwarf2loc.c (loclist_read_variable): Set optimized_out
948 instead of reporting an error.
949 * valprint.c (value_check_printable): New function.
950 (common_val_print): New function. Use value_check_printable.
951 (value_print): Use value_check_printable.
952 * value.h (common_val_print): Add prototype.
953
954 * c-valprint.c (c_val_print): Use common_val_print.
955 * cp-valprint.c (cp_print_value_fields): Likewise.
956 (cp_print_hpacc_virtual_table_entries): Likewise.
957 * f-valprint.c (f_val_print): Likewise.
958 * jv-valprint.c (java_value_print, java_print_value_fields):
959 Likewise.
960 * scm-valprint.c (scm_value_print): Likewise.
961 * stack.c (print_frame_args): Likewise.
962 * varobj.c (c_value_of_variable): Likewise.
963 * p-valprint.c (pascal_val_print, pascal_value_print): Likewise.
964 (pascal_object_print_value_fields): Likewise. Update call to
965 pascal_object_print_static_field.
966 (pascal_object_print_static_field): Remove TYPE argument. Use
967 common_val_print.
968
dd373385
EZ
9692005-02-25 Mark Kettenis <kettenis@gnu.org>
970
971 Committed by Elena Zannoni <ezannoni@redhat.com>
972
973 * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
974 info_ptr before building psymtabs for included files.
975 (create_all_comp_units): Initailize initial length size of
976 compilation header to zero.
977 (read_initial_length): Complain if both 32-bit and 64-bit DWARF
978 sections are encountered within the same compilation header.
979 (dwarf_decode_line_header): Pass compilation header in call to
980 read_initial_length.
981
920d2a44
AC
9822005-02-24 Andrew Cagney <cagney@gnu.org>
983
984 Add show_VARIABLE functions, update add_setshow call.
985 * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
986 * valprint.c (_initialize_valprint, show_print_max)
987 (show_stop_print_at_null, show_repeat_count_threshold)
988 (show_prettyprint_structs, show_unionprint)
989 (show_prettyprint_arrays, show_addressprint, show_input_radix)
990 (show_output_radix): Ditto.
991 * valops.c (_initialize_valops, show_overload_resolution): Ditto.
992 * utils.c (initialize_utils, show_chars_per_line)
993 (show_lines_per_page, show_demangle, show_pagination_enabled)
994 (show_sevenbit_strings, show_asm_demangle): Ditto
995 * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
996 (show_tui_border_mode, show_tui_active_border_mode): Ditto.
997 * top.c (init_main, show_new_async_prompt)
998 (show_async_command_editing_p, show_write_history_p)
999 (show_history_size, show_history_filename, show_caution)
1000 (show_annotation_level, init_main): Ditto.
1001 * target.c (initialize_targets, show_targetdebug)
1002 (show_trust_readonly): Ditto.
1003 * symfile.c (_initialize_symfile, show_symbol_reloading)
1004 (show_ext_args, show_download_write_size)
1005 (show_debug_file_directory): Ditto.
1006 * source.c (_initialize_source, show_lines_to_list): Ditto.
1007 * solib.c (_initialize_solib, show_auto_solib_add)
1008 (show_solib_search_path): Ditto.
1009 * p-valprint.c (_initialize_pascal_valprint)
1010 (show_pascal_static_field_print): Ditto.
1011 * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
1012 (show_print_symbol_filename): Add and update.
1013 * parse.c (_initialize_parse, show_expressiondebug): Dito.
1014 * observer.c (_initialize_observer, show_observer_debug): Dito.
1015 * maint.c (_initialize_maint_cmds, show_watchdog)
1016 (show_maintenance_profile_p): Dito.
1017 * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
1018 * infrun.c (_initialize_infrun, show_debug_infrun)
1019 (show_stop_on_solib_events, show_follow_fork_mode_string)
1020 (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
1021 * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
1022 (show_unwind_on_signal_p): Ditto.
1023 * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
1024 (_initialize_gdbtypes, show_overload_debug): Ditto.
1025 * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
1026 (show_gdb_events_debug): Ditto.
1027 * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
1028 (_initialize_gdbarch): Ditto.
1029 * frame.c (_initialize_frame, show_backtrace_past_main)
1030 (show_backtrace_past_entry, show_backtrace_limit)
1031 (show_frame_debug): Ditto.
1032 * exec.c (_initialize_exec, show_write_files): Ditto.
1033 * dwarf2read.c (_initialize_dwarf2_read)
1034 (show_dwarf2_max_cache_age): Ditto.
1035 * demangle.c (_initialize_demangler)
1036 (show_demangling_style_names): Ditto.
1037 * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
1038 * cp-valprint.c (show_static_field_print)
1039 (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
1040 * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
1041 * cli/cli-logging.c (_initialize_cli_logging)
1042 (show_logging_overwrite, show_logging_redirect)
1043 (show_logging_filename): Ditto.
1044 * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
1045 (init_cli_cmds, show_baud_rate, show_remote_debug)
1046 (show_remote_timeout, show_max_user_call_depth): Ditto.
1047 * charset.c (show_host_charset_name, show_target_charset_name)
1048 (initialize_charset): Ditto.
1049 * breakpoint.c (show_can_use_hw_watchpoints)
1050 (show_pending_break_support, _initialize_breakpoint): Ditto.
1051
2877b4cc
JB
10522005-02-23 Jim Blandy <jimb@redhat.com>
1053
1054 * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
1055
e9c55a7b
AC
10562005-02-23 Andrew Cagney <cagney@gnu.org>
1057
1058 * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
1059 SEC_XXX flags.
1060
04ac69aa
AC
10612005-02-22 Andrew Cagney <cagney@gnu.org>
1062
1063 * configure.ac: Only enaable insight when itcl is present.
1064 * configure: Re-generate.
1065
3470a02f
AC
10662005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1067
1068 Committed by Andrew Cagney.
1069 * infptrace.c (store_register): Fix typo.
1070
b66df561
AC
10712005-02-21 Andrew Cagney <cagney@gnu.org>
1072
1073 * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
1074 * cli/cli-decode.h (add_set_cmd): Delete declaration.
1075 * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
1076 * i386-nat.c (_initialize_i386_nat): Update call.
1077 * valprint.c (_initialize_valprint): Update comment.
1078 * gnu-nat.c (_initialize_gnu_nat): Update call.
1079
85e3476f
AM
10802005-02-21 Alan Modra <amodra@bigpond.net.au>
1081
1082 * elfread.c (elf_symtab_read): Discard section syms.
1083
4d28ad1e
AC
10842005-02-21 Andrew Cagney <cagney@gnu.org>
1085
eefe576e
AC
1086 * cli/cli-decode.c (add_set_enum_cmd): Delete function.
1087 (deprecated_add_show_from_set): Delete function.
1088 * command.h (add_set_enum_cmd): Delete declaration.
1089 (deprecated_add_show_from_set): Delete declaration.
1090 * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
1091 (deprecated_add_show_from_set): Delete declaration.
1092 * arm-tdep.c (_initialize_arm_tdep): Update comment.
1093 * kod.c (kod_set_os): Simplify.
1094 * infrun.c (set_schedlock_func): Simplify.
1095 * cli/cli-dump.c (add_dump_command): Update comment.
1096
525226b5
AC
1097 Replace string variables with a filename completer with
1098 add_setshow_optional_filename_cmd.
1099 * solib.c, symfile.c: Update.
1100 * cli/cli-setshow.c: Do not tidle expand the file.
1101
4d28ad1e
AC
1102 Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
1103 and add_setshow_string_noescape_cmd.
1104 * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
1105 NULL command's value.
1106 * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
1107 * remote-sds.c, remote.c, symfile.c, top.c: Update.
1108
942fd9fe
AC
11092005-02-20 Andrew Cagney <cagney@gnu.org>
1110
7ab04401
AC
1111 Use add_setshow_enum_cmd through out.
1112 * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
1113 * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
1114
78f5381d
AC
1115 * mi/mi-main.c (captured_mi_execute_command): Use
1116 mi_cmd_interpreter_exec.
1117
b4b4ac0b
AC
1118 * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
1119 function.
1120 * cli/cli-setshow.c (deprecated_show_value_hack)
1121 (do_setshow_command): Handle var_optional_filename.
1122 * command.h (enum var_types): Add var_optional_filename.
1123 (add_setshow_optional_filename_cmd): Declare.
1124 * infcmd.c (notice_args_read): Use.
1125
942fd9fe
AC
1126 * symfile-mem.c (symbol_file_add_from_memory): Pass
1127 target_read_memory to bfd_elf_bfd_from_remote_memory.
1128 (do_target_read_memory): Delete.
1129
a6c442d8
MK
11302005-02-16 Mark Kettenis <kettenis@gnu.org>
1131
1132 * value.h (value_contents_equal): New prototype.
1133 * value.c (value_contents_equal): New function.
1134 * varobj.c: Include "exceptions.h" and "gdb_assert.h". Don't
1135 include <math.h>.
1136 (varobj_set_value): Initialize error to zero.
1137 (varobj_update): Rename error2 to error and initialize it to zero.
1138 Slightly change the wording of some comments.
1139 (my_value_equal): Reimplement using TRY_CATCH and
1140 value_contents_equal.
1141
5bf193a2
AC
11422005-02-18 Andrew Cagney <cagney@gnu.org>
1143
c0d88b1b
AC
1144 * cli/cli-decode.c (add_setshow_integer_cmd): New function.
1145 * command.h (add_setshow_integer_cmd): Declare.
1146 * cli/cli-cmds.c: Update.
1147
35096d9d
AC
1148 Use add_setshow_uinteger_cmd through out.
1149 * printcmd.c, source.c, utils.c, valprint.c: Update.
1150
85c07804
AC
1151 Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
1152 and gdbarch.c.
1153 * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
1154 * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
1155 * pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
1156 * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
1157 * varobj.c, cli/cli-cmds.c: Update.
1158 * gdbarch.c, gdb-events.c: Regenerate.
1159
5bf193a2
AC
1160 Use add_setshow_boolean_command through out. Delete #ifdef 0'ed
1161 code adding set/show boolean commands.
1162 * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
1163 * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
1164 * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
1165 * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
1166 * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
1167 * cli/cli-cmds.c: Update.
1168
2c5b56ce
AC
11692005-02-17 Andrew Cagney <cagney@gnu.org>
1170
f397e303
AC
1171 * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
1172 to filename_completer.
1173 * solib.c (_initialize_solib, reload_shared_libraries): Use
1174 add_setshow_filename_cmd.
1175 * serial.c (_initialize_serial): Ditto.
1176 * remote-utils.c (_initialize_sr_support): Ditto.
1177
26c41df3
AC
1178 * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
1179 * command.h (add_setshow_string_noescape_cmd): Declare.
1180 * wince.c (_initialize_wince): Use.
1181 * symfile.c (_initialize_symfile): Use.
1182 (set_ext_lang_command): Update declaration.
1183 * corefile.c (_initialize_core): Use.
1184
2c5b56ce
AC
1185 * cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
1186 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1187 (add_setshow_filename_cmd, add_setshow_string_cmd)
1188 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1189 fprint_setshow parameter.
1190 * command.h (fprint_setshow_ftype): Delete.
1191 (add_setshow_cmd_full, add_setshow_enum_cmd)
1192 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1193 (add_setshow_filename_cmd, add_setshow_string_cmd)
1194 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
1195 fprint_setshow parameter.
1196 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1197 * complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
1198 * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
1199 * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
1200 * remote.c, target.c, cli/cli-logging.c: Update.
1201
08546159
AC
12022005-02-16 Andrew Cagney <cagney@gnu.org>
1203
1204 Merge setshow print and show parameters.
1205 * command.h (show_value_ftype): Define.
1206 (deprecated_show_value_hack): Declare.
1207 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1208 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1209 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1210 (add_setshow_zinteger_cmd): Change type of show_func to
1211 show_value_ftype.
1212 * cli/cli-decode.h (struct cmd_list_element): Replace
1213 fprint_setshow with show_value_func.
1214 * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
1215 parameter. Set show_value_func. Do not set cmd_sfunc.
1216 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
1217 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
1218 (add_setshow_string_cmd, add_setshow_uinteger_cmd)
1219 (add_setshow_zinteger_cmd): Update.
1220 * complaints.c (complaints_show_value): Replace
1221 fprint_setshow_complaints.
1222 (_initialize_complaints): Update.
1223 * mips-tdep.c (show_mask_address): Update.
1224 * arm-tdep.c (show_fp_model): Update.
1225 * cli/cli-setshow.c (do_setshow_command): Call show_value_func
1226 instead of fprint_setshow. Use deprecated_show_value_hack.
1227 (deprecated_show_value_hack): New function.
1228 * remote.c (add_packet_config_cmd, show_remote_cmd):
1229 (show_remote_protocol_P_packet_cmd)
1230 (show_remote_protocol_P_packet_cmd)
1231 (show_remote_protocol_Z_access_wp_packet_cmd)
1232 (show_remote_protocol_Z_hardware_bp_packet_cmd)
1233 (show_remote_protocol_Z_packet_cmd)
1234 (show_remote_protocol_Z_read_wp_packet_cmd)
1235 (show_remote_protocol_Z_software_bp_packet_cmd)
1236 (show_remote_protocol_Z_write_wp_packet_cmd)
1237 (show_remote_protocol_binary_download_cmd)
1238 (show_remote_protocol_p_packet_cmd)
1239 (show_remote_protocol_qPart_auxv_packet_cmd)
1240 (show_remote_protocol_qSymbol_packet_cmd)
1241 (show_remote_protocol_vcont_packet_cmd): Update.
1242
1c7b1e5a
MK
12432005-02-16 Mark Kettenis <kettenis@gnu.org>
1244
1245 * wrapper.h: Update copyright year. Properly wrap a few
1246 prototypes.
1247 (struct gdb_wrapper_arguments): Remove forward declaration.
1248 * wrapper.c: Update copyright year. Include "ui-out.h".
1249 (struct gdb_wrapper_arguments): Remove.
1250 (struct captured_value_struct_elt_args): Remove.
1251 (wrapper_parse_exp_1, wrap_evaluate_expression)
1252 (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
1253 (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
1254 (do_captured_value_struct_elf): Remove functions.
1255 (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
1256 (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
1257 (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
1258 Re-implement using TRY_CATCH.
1259
7124f6fb
YS
12602005-02-16 Yoshinori Sato <ysato@users.sourceforge.jp>
1261
1262 * remote-e7000.c: unuse TM_FILE defined macro.
1263 (e7000_fetch_registers)
1264 (e7000_store_registers)
1265 (e7000_wait): delete NUM_REALREGS.
1266 * remote-hms.c: move TM_FILE macro.
1267 (CCR_REGNO): move define from tm-h8300.h.
1268
55e5a6d0
MK
12692005-02-15 Mark Kettenis <kettenis@gnu.org>
1270
1271 * amd64-linux-tdep.c: Update copyright year.
a348ae87
MK
1272 (amd64_linux_sigtramp_start): Use sizeof operator instead of
1273 LINUX_SIGTRAMP_LEN.
55e5a6d0 1274
77ef991d
JB
12752004-02-15 Joel Brobecker <brobecker@gnat.com>
1276
1277 From Paul Hilfinger <hilfinger@gnat.com>
1278 * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
1279 SYMBOL_NATURAL_NAME to set type names.
1280
1bedd215
AC
12812005-02-15 Andrew Cagney <cagney@gnu.org>
1282
1283 Mark up add_com, add_info and add_prefix_cmd.
1284 * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
1285 * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
1286 * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1287 * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
1288 * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
1289 * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
1290 * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
1291 * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
1292 * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
1293 * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
1294 * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
1295 * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
1296 * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1297 * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
1298 * tui/tui-stack.c, tui/tui-win.c: Update.
1299
66bf4b3a
AC
13002005-02-14 Andrew Cagney <cagney@gnu.org>
1301
3f325092
AC
1302 * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
1303 * config/h8300/tm-h8300.h: Delete file.
1304
1a966eab
AC
1305 Mark up add_cmd.
1306 * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
1307 * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
1308 * exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
1309 * infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
1310 * mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
1311 * reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
1312 * sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
1313 * symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
1314 * win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
1315 * cli/cli-logging.c, tui/tui-regs.c: Update.
1316
7915a72c
AC
1317 Mark up add_setshow functions, replace "PRINT:" comment prefix
1318 with "FIXME: i18n:".
1319 * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
1320 * cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
1321 * infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
1322 * nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
1323 * target.c, cli/cli-logging.c: Update.
1324
66bf4b3a
AC
1325 * utils.c (paddress): New function.
1326 * defs.h (paddress): Declare.
1327 * printcmd.c (deprecated_print_address_numeric): Rename
1328 print_address_numeric, call paddress.
1329 * valprint.c, ui-out.c, tui/tui-stack.c, tracepoint.c: Update.
1330 * symmisc.c, symfile.c stack.c, p-valprint.c, printcmd.c: Update.
1331 * maint.c, m32r-rom.c, infcmd.c, f-valprint.c, exec.c: Update.
1332 * dwarf2read.c, dve3900-rom.c, defs.h, c-valprint.c: Update.
1333 * corefile.c, cli/cli-cmds.c, breakpoint.c, annotate.c: Update.
1334 * ada-valprint.c: Update.
1335
33e6b12b
RR
13362005-02-13 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1337
1338 * MAINTAINERS: Add myself to "Write After Approval".
1339
f0bdd87d
YS
13402005-02-12 Yoshinori Sato <ysato@users.sourceforge.jp>
1341
1342 Restore h8300 support.
1343 * configure.tgt: Add h8300-*-*
ba0e80db
YS
1344 * h8300-tdep.c: New file. Rewrite new frame code.
1345 * config/h8300/h8300.mt: New file. Restored Rev 1.3
1346 * config/h8300/tm-h8300.h: New file. Restored Rev 1.21
1347
1348 * MAINTAINERS: Add myself to "Write After Approval".
f0bdd87d 1349
e2e0b3e5
AC
13502005-02-11 Andrew Cagney <cagney@gnu.org>
1351
a3f17187
AC
1352 Mark up some of printf_filtered and printf_unfiltered.
1353 * ada-lang.c, annotate.c, arch-utils.c, breakpoint.c: Update.
1354 * corelow.c, cp-namespace.c, cp-support.c, dcache.c: Update.
1355 * demangle.c, dsrec.c, dwarf2read.c, dwarfread.c: Update.
1356 * event-loop.c, event-top.c, exec.c, f-valprint.c: Update.
1357 * gdbtypes.c, inf-loop.c, inf-ptrace.c, inf-ttrace.c: Update.
1358 * infcmd.c, inflow.c, infrun.c, inftarg.c, language.c: Update.
1359 * linespec.c, linux-nat.c, linux-thread-db.c, maint.c: Update.
1360 * mdebugread.c, memattr.c, monitor.c, objc-lang.c: Update.
1361 * ocd.c, osabi.c, printcmd.c, procfs.c, regcache.c: Update.
1362 * remote.c, solib-som.c, solib.c, somsolib.c, source.c: Update.
1363 * stack.c, symfile.c, symmisc.c, target.c, thread.c: Update.
1364 * top.c, utils.c, valprint.c, value.c, cli/cli-cmds.c: Update.
1365 * cli/cli-dump.c, cli/cli-logging.c, tui/tui-hooks.c: Update.
1366 * tui/tui-regs.c, tui/tui-win.c: Update.
1367
e2e0b3e5
AC
1368 Mark up error_no_arg, query, perror_with_name, complaint, and
1369 internal_error.
1370 * breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
1371 * cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
1372 * dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
1373 * dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
1374 * exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
1375 * frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
1376 * gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
1377 * go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
1378 * i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
1379 * i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
1380 * infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
1381 * interps.c, language.c, linespec.c, linux-nat.c: Update.
1382 * m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
1383 * m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
1384 * macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
1385 * mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
1386 * mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
1387 * objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
1388 * parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
1389 * ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
1390 * regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
1391 * remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
1392 * remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
1393 * s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
1394 * sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
1395 * solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
1396 * sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
1397 * symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
1398 * utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
1399 * win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
1400 * cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
1401 * cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
1402 * mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
1403 * tui/tui-file.c, tui/tui-interp.c: Update.
8a3fe4f8 1404
e2e0b3e5
AC
14052005-02-10 Andrew Cagney <cagney@gnu.org>
1406
8a3fe4f8
AC
1407 Mark up all error and warning messages.
1408 * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
1409 * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
1410 * core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
1411 * cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
1412 * dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
1413 * dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
1414 * dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
1415 * event-top.c, exec.c, expprint.c, f-lang.c: Update.
1416 * f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
1417 * frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
1418 * gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
1419 * hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
1420 * hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
1421 * hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
1422 * i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
1423 * i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
1424 * ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
1425 * infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
1426 * inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
1427 * kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
1428 * linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
1429 * m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
1430 * m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
1431 * maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
1432 * mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
1433 * nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
1434 * observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
1435 * p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
1436 * ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
1437 * remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
1438 * remote-rdp.c, remote-sim.c, remote-st.c: Update.
1439 * remote-utils.c, remote-utils.h, remote.c: Update.
1440 * rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
1441 * ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
1442 * sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
1443 * solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
1444 * solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
1445 * somread.c, somsolib.c, source.c, stabsread.c: Update.
1446 * stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
1447 * symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
1448 * tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
1449 * uw-thread.c, valarith.c, valops.c, valprint.c: Update.
1450 * value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
1451 * xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
1452 * cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
1453 * cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
1454 * mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
1455 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
1456 * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
1457 * tui/tui-win.c: Update.
1458
3517749c
ILT
14592005-02-10 Ian Lance Taylor <ian@airs.com>
1460
1461 * MAINTAINERS: Update my e-mail address.
1462
cf309262
DJ
14632005-02-10 Daniel Jacobowitz <dan@debian.org>
1464
1465 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
1466 PR exp/1821
1467 * cp-valprint.c: Include "language.h".
1468 (cp_print_value_fields): Pass the current language to
1469 fprintf_symbol_filtered.
1470 * Makefile.in (cp-valprint.o): Update dependencies.
1471
899506a8
AC
14722005-02-10 Andrew Cagney <cagney@gnu.org>
1473
335cca0d
AC
1474 * cli/cli-decode.c (add_setshow_enum_cmd, add_setshow_cmd_full)
1475 (add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
1476 (add_setshow_filename_cmd, add_setshow_string_cmd)
1477 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Replace
1478 print string parameter with fprint_setshow function.
1479 * command.h (fprint_setshow_ftype): Define. Update declarations.
1480 * cli/cli-setshow.c (do_setshow_command): When fprint_setshow is
1481 available, use that.
1482 * cli/cli-decode.h (struct cmd_list_element): Add field
1483 fprint_setshow.
1484 * complaints.c (fprint_setshow_complaints): New function.
1485 (_initialize_complaints): Pass to add_setshow_zinteger_cmd.
1486 * hppa-tdep.c (_initialize_hppa_tdep): Replace "print" parameter
1487 with NULL.
1488 * mips-tdep.c (_initialize_mips_tdep): Ditto.
1489 * m32r-rom.c (_initialize_m32r_rom): Ditto.
1490 * cris-tdep.c (_initialize_cris_tdep): Ditto.
1491 * arm-tdep.c (_initialize_arm_tdep): Ditto.
1492 * remote-rdi.c (_initialize_remote_rdi): Ditto.
1493 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
1494 * dwarf2read.c (_initialize_dwarf2_read): Ditto.
1495 * frame.c (_initialize_frame): Ditto.
1496 * target.c (initialize_targets): Ditto.
1497 * maint.c (_initialize_maint_cmds): Ditto.
1498 * observer.c (_initialize_observer): Ditto.
1499 * infcall.c (_initialize_infcall): Ditto.
1500 * breakpoint.c (_initialize_breakpoint): Ditto.
1501 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
1502 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
1503
899506a8
AC
1504 * cli/cli-setshow.c (do_setshow_command): Move code printing the
1505 value to the end of the function. Handle MI and non-MI output
1506 differently.
1507
59c58d08
AC
15082005-02-09 Andrew Cagney <cagney@gnu.org>
1509
7376b4c2
AC
1510 * cli/cli-decode.c (add_setshow_enum_cmd): Drop set_result and
1511 show_result parameters.
1512 * mips-tdep.c (_initialize_mips_tdep): Update calls.
1513 * command.h: Update declaration.
1514 * arm-tdep.c (_initialize_arm_tdep, _initialize_arm_tdep): Update
1515 calls.
1516
11dced61
AC
1517 * NEWS: Mention removed commands.
1518 * m68hc11-tdep.c (show_regs): Delete, unused.
1519 (_initialize_m68hc11_tdep): Delete deprecated "regs" command.
1520 * gdb-events.sh: Delete deprecated "set eventdebug" and "show
1521 eventdebug" commands.
1522 * gdb-events.c: Regenerate.
1523 * gdbarch.sh: Delete deprecated "set archdebug" and "show
1524 archdebug" commands.
1525 * gdbarch.c: Regenerate.
1526 * cli/cli-cmds.c (init_cli_cmds): Delete deprecated "set
1527 remotedebug" and "show remotedebug".
1528 * arm-tdep.c (_initialize_arm_tdep): Delete deprecated "set arm
1529 disassembly-flavor", "show arm disassembly-flavor", and
1530 "othernames" commands.
1531 (arm_othernames): Delete unused function.
1532
b6e1c027
AC
1533 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call)
1534 (convert_code_addr_to_desc_addr): Convert any function code
1535 address to the corresponding function's descriptor.
1536 (ppc64_sysv_abi_return_value): have TYPE_CODE_ENUM and
1537 TYPE_CODE_INT use the same code paths as TYPE_CODE_INT. When
1538 writing, convert any function code address to the corresponding
1539 descriptor.
1540
59c58d08
AC
1541 * config/sh/linux.mt (TDEPFILES): Add symfile-mem.o.
1542 * config/powerpc/linux.mt (TDEPFILES): Ditto.
1543 * config/pa/linux.mt (TDEPFILES): Ditto.
1544 * config/mips/linux.mt (TDEPFILES): Ditto.
1545 * config/m68k/linux.mt (TDEPFILES): Ditto.
1546 * config/m32r/linux.mt (TDEPFILES): Ditto.
1547 * config/ia64/linux.mt (TDEPFILES): Ditto.
1548 * config/arm/linux.mt (TDEPFILES): Ditto.
1549
b6e1c027
AC
15502005-02-09 Corinna Vinschen <vinschen@redhat.com>
1551
1552 * symmisc.c: Include gdb_stat.h.
1553 (maintenance_print_msymbols): Use inode numbers to compare files.
1554
91294c83
AC
15552005-02-08 Andrew Cagney <cagney@gnu.org>
1556
d3cbe7ef
AC
1557 * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1558 (METHOD_PTR_TO_VOFFSET): Move from here ...
1559 * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
1560 (METHOD_PTR_TO_VOFFSET): ... to here.
1561 * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
1562 * Makefile.in: Update dependencies.
1563
6941d02a
AC
1564 * exceptions.c: Do not include <setjmp.h>.
1565 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
1566 (catch_exception, catch_exceptions_with_msg, catch_errors)
1567 (catch_command_errors): Use TRY_CATCH.
1568 (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
1569 (exceptions_state_mc_init): Rename catcher_init.
1570 (exceptions_state_mc): Rename catcher_state_machine.
1571 (exceptions_state_mc_action_iter)
1572 (exceptions_state_mc_action_iter_1): New functions.
1573 * exceptions.h: Include <setjmp.h>.
1574 (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
1575 (EXCEPTIONS_SIGLONGJMP): Define.
1576 (exceptions_state_mc_init, exceptions_state_mc_action_iter)
1577 (exceptions_state_mc_action_iter_1): Declare.
1578 (TRY_CATCH): Define.
1579
179f02be
AC
1580 * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
1581 no longer needed.
1582
8f135812
AC
1583 * ppc-linux-nat.c (ppc_register_u_addr): Hack around 64-bit
1584 PT_FPSCR breakage.
1585
91294c83
AC
1586 * value.c (struct value): Move to here ...
1587 * value.h (struct value): ... from here. Copy comments to
1588 corresponding function declarations, re-order.
1589
dfa52d88
AC
15902005-02-07 Andrew Cagney <cagney@gnu.org>
1591
9bbda503
AC
1592 * value.c (set_value_bitpos, set_value_bitsize): Define.
1593 * value.h (set_value_bitpos, set_value_bitsize): Declare.
1594 * ada-lang.c, valarith.c: Update.
1595
5086187c
AC
1596 * cp-valprint.c, c-valprint.c, infcall.c: Use value_contents or
1597 value_contents_writeable, include note that there are problems.
1598 * breakpoint.c, infcall.c: Use VALUE_LVAL.
1599
f5cf64a7
AC
1600 * value.h (set_value_offset): Declare.
1601 * value.c (set_value_offset): Declare.
1602 * gnu-v2-abi.c, jv-valprint.c, valarith.c, valops.c: Update.
1603 * findvar.c: Update.
1604
17cf0ecd
AC
1605 * value.h (value_next): Declare.
1606 * value.c (value_next): Define.
1607 * breakpoint.c: Update.
1608
88e3b34b
AC
1609 * value.h (deprecated_set_value_modifiable)
1610 (deprecated_value_modifiable): Declare.
1611 * value.c (deprecated_set_value_modifiable): Define.
1612 (deprecated_value_modifiable): Define.
1613 * ada-lang.c, valops.c, breakpoint.c, tracepoint.c: Update.
1614
04624583
AC
1615 * value.h (deprecated_set_value_type): Declare.
1616 * value.c (deprecated_set_value_type): Define.
1617 * hpacc-abi.c, gnu-v2-abi.c, cp-valprint.c: Update.
1618 * c-valprint.c, jv-lang.c, objc-lang.c, ada-lang.c: Update.
1619 * infcall.c, printcmd.c, valops.c, eval.c, p-exp.y: Update.
1620 * ax-gdb.c, tracepoint.c: Update.
1621
13bb5560
AC
1622 * value.h (deprecated_value_lval_hack)
1623 (deprecated_value_address_hack)
7d71e29c 1624 (deprecated_value_internalvar_hack)
13bb5560
AC
1625 (deprecated_value_regnum_hack): Declare.
1626 (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
1627 (VALUE_FRAME_ID, VALUE_REGNUM): Use.
1628 * value.c (deprecated_value_lval_hack)
1629 (deprecated_value_address_hack)
7d71e29c 1630 (deprecated_value_internalvar_hack)
13bb5560
AC
1631 (deprecated_value_regnum_hack): Define.
1632
b44d461b
AC
1633 * value.h (VALUE_POINTED_TO_OFFSET): Delete.
1634 (set_value_pointed_to_offset, value_pointed_to_offset): Declare.
1635 * value.c (set_value_pointed_to_offset): Define
1636 (value_pointed_to_offset): Define.
1637 * valops.c: Update.
1638
caadb61d
AC
1639 * value.h (VALUE_EMBEDDED_OFFSET): Delete.
1640 (value_embedded_offset, set_value_embedded_offset): Declare.
13c3b5f5 1641 * value.c (value_embedded_offset): Define.
caadb61d 1642 (set_value_embedded_offset): Define.
13c3b5f5
AC
1643 * valops.c, p-valprint.c, mi/mi-main.c, hpacc-abi.c: Update.
1644 * gnu-v3-abi.c, eval.c, c-valprint.c, cp-valprint.c: Update.
1645 * cp-abi.h: Update.
1646
dfa52d88
AC
1647 * value.h (VALUE_LAZY): Delete
1648 (set_value_lazy): Declare.
1649 * value.c (set_value_lazy): Define.
1650 * valops.c, valarith.c, jv-valprint.c, jv-lang.c: Update.
1651 * gnu-v2-abi.c, findvar.c, dwarf2loc.c, ada-lang.c: Update.
1652
0fd88904
AC
16532005-02-06 Andrew Cagney <cagney@gnu.org>
1654
feb13ab0
AC
1655 * value.h (VALUE_OPTIMIZED_OUT): Delete.
1656 (value_optimized_out, set_value_optimized_out): Declare.
1657 * value.c (set_value_optimized_out, value_optimized_out): Define.
1658 * valprint.c, findvar.c, dwarf2loc.c: Update.
1659
0fd88904
AC
1660 * value.c (value_contents, value_contents_writeable): New
1661 functions.
1662 * value.h (VALUE_CONTENTS): Delete macro.
1663 (value_contents, value_contents_writeable): Declare.
1664 * xstormy16-tdep.c, value.c, valops.c, valarith.c: Update.
1665 * stack.c, sparc-tdep.c, sparc64-tdep.c, sh-tdep.c: Update.
1666 * sh64-tdep.c, scm-valprint.c, scm-exp.c, s390-tdep.c: Update.
1667 * rs6000-tdep.c, p-valprint.c, printcmd.c: Update.
1668 * ppc-sysv-tdep.c, mips-tdep.c, mi/mi-main.c: Update.
1669 * m88k-tdep.c, m68hc11-tdep.c, m32r-tdep.c: Update.
1670 * jv-valprint.c, ia64-tdep.c, hppa-tdep.c: Update.
1671 * hpacc-abi.c, f-valprint.c, frv-tdep.c, eval.c: Update.
1672 * c-valprint.c, cris-tdep.c, cp-valprint.c: Update.
1673 * cli/cli-dump.c, breakpoint.c, avr-tdep.c, arm-tdep.c: Update.
1674 * arm-linux-tdep.c, amd64-tdep.c, alpha-tdep.c: Update.
1675 * ada-valprint.c, ada-lang.c: Update.
1676
5b90c7b5
AC
16772005-02-03 Andrew Cagney <cagney@gnu.org>
1678
1679 * utils.c (xzalloc): New function.
1680 * defs.h (XZALLOC): Use xzalloc.
1681 (xzalloc): Declare.
1682 * value.c (allocate_value): Allocate a zeroed buffer.
1683 * mdebugread.c (xzalloc): Delete.
1684
4754a64e
AC
16852005-02-02 Andrew Cagney <cagney@gnu.org>
1686
d69fe07e
AC
1687 * value.h (value_lazy): Declare.
1688 * varobj.c, value.c, valops.c, valarith.c, printcmd.c: Update.
1689 * cp-valprint.c, breakpoint.c, ada-lang.c: Update.
1690
46615f07
AC
1691 * value.h (VALUE_CONTENTS_ALL): Delete.
1692 (value_contents_all): Declare.
1693 * value.c (value_contents_all): New function.
1694 * hpacc-abi.c, cp-valprint.c, valops.c, c-valprint.c: Update.
1695 * m68k-tdep.c, i386-tdep.c, infcall.c, valops.c: Update.
1696
4754a64e
AC
1697 * value.c (value_enclosing_type): New function.
1698 * value.h (VALUE_ENCLOSING_TYPE): Delete.
1699 (value_enclosing_type): Declare.
1700 * xstormy16-tdep.c, vax-tdep.c, m68k-tdep.c, i386-tdep.c: Update.
1701 * gnu-v3-abi.c, hpacc-abi.c, infcall.c, valops.c: Update.
1702
990a07ab
AC
1703 * value.c (value_contents_all_raw)
1704 (value_contents_raw): New functions.
1705 * value.h (VALUE_CONTENTS_ALL_RAW, VALUE_CONTENTS_RAW): Delete.
1706 (value_contents_raw, value_contents_all_raw): Declare functions.
1707 (VALUE_CONTENTS, VALUE_CONTENTS_ALL): Update.
1708 * std-regs.c, valarith.c, valops.c, eval.c: Update.
1709 * tracepoint.c, findvar.c: Update.
1710
ff2c3e5d
OF
17112005-02-01 Orjan Friberg <orjanf@axis.com>
1712
1713 * regformats/reg-cris.dat: New file with register definitions for CRIS.
1714 * regformats/reg-crisv32.dat: Ditto for CRISv32.
1715
c46f8c51
AC
17162005-01-31 Andrew Cagney <cagney@gnu.org>
1717
1718 * configure: Regenerate to track ../gettext.m4.
1719
a80493b8
BI
17202005-01-29 Baurzhan Ismagulov <ibr@radix50.net>
1721
1722 * MAINTAINERS: Add myself to "Write After Approval".
1723
3d263c1d
BI
1724 * ax-gdb.c, ax-general.c, bcache.c, bfd-target.c, bsd-kvm.c,
1725 * buildsym.c, c-lang.c, c-typeprint.c, c-valprint.c, charset.c,
1726 * coff-pe-read.c, coffread.c, complaints.c, copying.c: I18n markup.
1727
c21a4eee
MK
17282005-01-29 Mark Kettenis <kettenis@gnu.org>
1729
1730 * configure.ac: Remove extra check for ranlib.
1731 * configure: Regenerated.
1732
108d6ead
AC
17332005-01-28 Andrew Cagney <cagney@gnu.org>
1734
a2bd3dcd
AC
1735 * language.h (struct language_defn): Make la_val_print's buffer
1736 parameter a const bfd_byte.
1737 * cp-valprint.c (cp_print_value_fields, cp_print_value): Update.
1738 * ada-lang.c (ada_aligned_value_addr)
1739 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1740 * valprint.c (val_print_array_elements): Update.
1741 * valprint.h (val_print_array_elements): Update.
1742 * ada-lang.h (ada_val_print, ada_aligned_value_addr)
1743 (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
1744 * ada-valprint.c (ada_val_print, struct ada_val_print_args)
1745 (ada_val_print_1, ada_print_floating, printable_val_type)
1746 (print_record, val_print_packed_array_elements)
1747 (print_field_values, print_variant_part): Update.
1748 * c-lang.h (c_val_print, cp_print_value_fields): Update.
1749 * c-valprint.c (c_val_print): Update.
1750 * f-lang.h (f_val_print): Update.
1751 * f-valprint.c (f_val_print, f77_print_array_1)
1752 (f77_print_array): Update.
1753 * jv-lang.h (java_val_print): Update.
1754 * jv-valprint.c (java_print_value_fields, java_val_print): Update.
1755 * language.c (unk_lang_val_print): Update.
1756 * m2-lang.h (m2_val_print): Update.
1757 * m2-valprint.c (m2_val_print): Update.
1758 * p-lang.h (pascal_val_print): Update.
1759 (pascal_object_print_value_fields): Update.
1760 * p-valprint.c (pascal_val_print)
1761 (pascal_object_print_value_fields, pascal_object_print_value)
1762 (pascal_object_print_value): Update.
1763 * scm-lang.h (scm_val_print): Update.
1764 * scm-valprint.c (scm_val_print): Update.
1765 * value.h (val_print): Update.
1766
5bcca90b
AC
1767 * p-lang.h (pascal_object_print_class_member)
1768 (pascal_object_print_class_method): Make buffer a const bfd_byte.
1769 * p-valprint.c (pascal_object_print_class_method)
1770 (pascal_object_print_class_method): Ditto.
1771
ce27fb25
AC
1772 * language.h (struct language_defn): Make la_printstr's buffer
1773 parameter a const bfd_byte.
1774 * p-lang.h (pascal_printstr): Update function to match.
1775 * ada-valprint.c (ada_printstr): Update function to match.
1776 * scm-lang.c (scm_printstr): Update function to match.
1777 * p-lang.c (pascal_printstr): Update function to match.
1778 * ada-lang.h (ada_printstr): Update function to match.
1779 * m2-lang.c (m2_printstr): Update function to match.
1780 * objc-lang.c (objc_printstr): Update function to match.
1781 * c-lang.h (c_printstr): Update function to match.
1782 * f-lang.c (f_printstr): Update function to match.
1783 * c-lang.c (c_printstr): Update function to match.
1784 * language.c (unk_lang_printstr): Update function to match.
1785
5f547748
AC
1786 * valprint.c (val_print_type_code_int): Make buffer a const bfd_byte.
1787 * valprint.h (val_print_type_code_int): Ditto.
1788
bbb4b9db
AC
1789 * objc-lang.h (c_val_print, c_value_print): Delete declarations.
1790
9519ccd5
AC
1791 * cp-valprint.c (cp_print_class_method)
1792 (cp_print_class_member): Make buffer a const bfd_byte.
1793 * c-lang.h (cp_print_class_member, cp_print_class_method): Ditto.
1794
10a2c479
AC
1795 * ada-lang.c (value_from_contents_and_address)
1796 (to_record_with_fixed_variant_part)
1797 (value_tag_from_contents_and_address, ada_to_fixed_type)
1798 (to_fixed_variant_branch_type, to_fixed_record_type)
1799 (ada_template_to_fixed_record_type, cond_offset_host)
1800 (ada_template_to_fixed_record_type_1): Make buffer a const
1801 bfd_byte.
1802 * ada-lang.h (ada_template_to_fixed_record_type_1)
1803 (value_from_contents_and_address, ada_to_fixed_type): Ditto.
1804
d56612af
AC
1805 * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte.
1806
366b1cbf 1807 * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte.
d56612af 1808 * printcmd.c (print_scalar_formatted): Update.
366b1cbf 1809
c84141d6
AC
1810 * value.h (value_bit_index, print_floating)
1811 (find_rt_vbase_offset): Make buffer a const bfd_byte.
1812 * valprint.c (print_floating): Update.
1813 * valarith.c (value_bit_index): Update.
1814 * valops.c (find_rt_vbase_offset): Update.
1815
6c403953
AC
1816 * valprint.h (print_octal_chars, print_char_chars)
1817 (print_hex_chars, print_decimal_chars, print_binary_chars): Make
1818 buffer a const bfd_byte.
1819 * valprint.c (print_binary_chars, print_octal_chars)
1820 (print_decimal_chars, print_hex_chars, print_char_chars): Make
1821 "valaddr"buffer a const bfd_byte, ditto for local variables
1822 referencing that buffer.
1823
a8d6eb4a
AC
1824 * m2-valprint.c: Include "c-lang.h".
1825 (c_val_print): Delete extern declaration.
1826 * scm-valprint.c: Include "c-lang.h".
1827 (c_val_print): Delete extern declaration.
1828 Makefile.in: Update dependencies.
1829
06c4d4dc
AC
1830 * gnu-v2-abi.h (gnuv2_baseclass_offset): Make "valaddr" a const
1831 bfd_byte.
1832 * cp-abi.h (baseclass_offset): Make "valaddr" a const bfd_byte.
1833 (struct cp_abi_ops): Make baseclass_offset's "valaddr" a const
1834 bfd_byte.
1835 * cp-abi.c (baseclass_offset): Update.
1836 * gnu-v2-abi.c (gnuv2_baseclass_offset): Update.
1837
6b08edad
AC
1838 * gnu-v2-abi.h: New file.
1839 * gnu-v2-abi.c: Include "gnu-v2-abi.h".
1840 (gnuv2_baseclass_offset): Delete declaration.
1841 * hpacc-abi.c: Include "gnu-v2-abi.h".
1842 (gnuv2_baseclass_offset): Delete extern declaration.
1843 * Makefile.in: Update dependencies.
1844
108d6ead
AC
1845 * doublest.c (floatformat_is_negative, floatformat_is_nan)
1846 (floatformat_mantissa, get_field): Make the buffer a const
1847 bfd_byte, simplify.
1848
a53bf506
AC
18492005-01-27 Andrew Cagney <cagney@gnu.org>
1850
8cc2524a
AC
1851 * value.h (struct value): Change type of contents to bfd_byte.
1852 (VALUE_CONTENTS_RAW): Simplify.
1853
79dd2d24
AC
1854 * gdbarch.sh (integer_to_address): Change buf parameter to a const
1855 bfd_byte, make pure-multi-arch.
1856 * gdbarch.h, gdbarch.c: Regenerate.
1857 * mips-tdep.c (mips_integer_to_address): Update.
1858 * value.c (value_as_address): Update.
1859
c26b8e3b
AC
1860 * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
1861 * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
1862 parameters const, change buf to a const bfd_byte.
1863 (fopen_with_cleanup, bfd_openw_with_cleanup): Make all string
1864 parameters const.
1865
10e2d419
AC
1866 * corefile.c (write_memory): Update, make a copy of the read-only
1867 buffer.
1868 * target.c (target_read_memory): Update.
1869 (target_write_memory): Update, make a copy of the read-only
1870 buffer.
1871 * gdbcore.h (write_memory): Change buffer type to bfd_byte, make
1872 const.
1873 * target.h (target_read_memory, target_write_memory): Change
1874 buffer type to bfd_byte; for write_memory, make it const.
1875 * symfile-mem.c (do_target_read_memory): New function.
1876 (symbol_file_add_from_memory): Pass do_target_read_memory to
1877 bfd_elf_bfd_from_remote_memory.
1878
89f5065b
AC
1879 * value.h: Indent using gdb_indent.sh.
1880
a53bf506
AC
1881 * configure: Regenerate to track ../gettext.m4 change.
1882
c44ca51c
AC
18832005-01-26 Andrew Cagney <cagney@gnu.org>
1884
1885 * rs6000-tdep.c: Include "reggroups.h".
1886 (rs6000_gdbarch_init): Set register_reggroup_p.
1887 (rs6000_register_reggroup_p): New function.
1888
c600d464
OF
18892005-01-26 Orjan Friberg <orjanf@axis.com>
1890
1891 * cris-tdep.c (enum cris_num_regs, enum cris_regnums)
1892 (cris_sigtramp_frame_unwind_cache, cris_register_size): Update for
1893 CRISv32.
1894 (crisv32_single_step_through_delay, cris_can_use_hardware_watchpoint)
1895 (cris_region_ok_for_watchpoint, cris_stopped_data_address)
1896 (crisv32_cannot_fetch_register, crisv32_cannot_store_register)
1897 (crisv32_register_type, cris_special_register_name)
1898 (crisv32_register_name): New functions.
1899 (cris_spec_reg_applicable): Recognize more versions.
1900 (cris_register_name): Update with call to cris_special_register_name.
1901 (find_cris_op): Filter out CRISv32 instructions. Tweaked comment and
1902 warning when unable to find step target.
1903 (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
1904 (supply_gregset): Add struct gdbarch_tdep. Set pseudo-PC register for
1905 CRISv32.
1906 (fetch_core_registers): Update for CRISv32.
1907 (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
1908 register_name, cannot_store_register, cannot_fetch_register,
1909 have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
1910
82c94ed0
NR
19112005-01-26 Nick Roberts <nickrob@snap.net.nz>
1912
1913 * interps.c (interpreter_exec_cmd): Use condition,
1914 e.reason < 0, to raise an error.
1915
0598a43c
AC
19162005-01-25 Andrew Cagney <cagney@gnu.org>
1917
a8f60bfc
AC
1918 * ppc-linux-tdep.c: Include "tramp-frame.h"
1919 (struct ppc_linux_sigtramp_cache)
1920 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
1921 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
1922 (ppc_linux_sigtramp_cache): Delete.
1923 (ppc32_linux_sigaction_cache_init)
1924 (ppc64_linux_sigaction_cache_init)
1925 (ppc32_linux_sighandler_cache_init)
1926 (ppc64_linux_sighandler_cache_init)
1927 (ppc32_linux_sigaction_tramp_frame)
1928 (ppc64_linux_sigaction_tramp_frame)
1929 (ppc32_linux_sighandler_tramp_frame)
1930 (ppc64_linux_sighandler_tramp_frame)
1931 (ppc_linux_sigtramp_cache, ppc_linux_init_abi): Implement 32 and
1932 64-bit, sigaction and siginfo tramp-frame unwinders.
1933
0598a43c
AC
1934 * ppc-linux-tdep.c (ppc_linux_init_abi): Always set
1935 long_double_bit to 8.
1936
9d799f85
AC
19372005-01-24 Andrew Cagney <cagney@gnu.org>
1938
1939 * infrun.c (handle_inferior_event): Handle back-to-back and nested
1940 signals where the step_resume_breakpoint may have already been
1941 inserted.
1942
45181ed1
AC
19432005-01-24 Andrew Cagney <cagney@gnu.org>
1944
1945 * configure: Regenerate, ../gettext.m4 was updated.
1946
a28109e0
MK
19472005-01-23 Mark Kettenis <kettenis@gnu.org>
1948
6fe85783
MK
1949 * NEWS: Mention new BSD user-level threads support.
1950
a28109e0
MK
1951 * i386obsd-tdep.c: Update copyright year. Include
1952 "bsd-uthread.h".
1953 (i386obsd_uthread_reg_offset): New variable.
1954 (I386OBSD_UTHREAD_ESP_OFFSET): New define.
1955 (i386obsd_supply_uthread, i386obsd_collect_uthread): New
1956 functions.
1957 (i386obsd_init_abi): Set supply_uthread and collect_uthread.
1958 * Makefile.in (i386obsd-tdep.o): Update dependencies.
1959 * config/i386/obsd.mt (TDEPFILES): Add bsd-uthread.o.
1960
059198c1
CF
19612005-01-23 Christopher Faylor <cgf@timesys.com>
1962
1963 * win32-nat.c: Update copyright year.
1964 (child_init_thread_list): Set thread linked list point to NULL so that
1965 it won't be reused after clearing.
1966
5c45e068
MK
19672005-01-21 Mark Kettenis <kettenis@gnu.org>
1968
1969 * acconfig.h (HAVE_STRUCT_REG_R_FS, HAVE_STRUCT_R_GS): Remove
1970 undefs.
1971 * configure.ac: Use AC_CHECK_MEMBERS to check whether `struct
1972 thread' has a td_pcb member and whether `struct reg' has r_fs and
1973 r_gs members.
1974 * configure, config.in: Regenerate.
1975
666ec76f
MK
19762005-01-21 Mark Kettenis <kettenis@gnu.org>
1977
b8667b61
MK
1978 * configure.ac: Remove ia64-*-aix* junk.
1979 * configure: Regenerate.
1980
a3828db0
MK
1981 * configure.ac: Use AC_CHECK_DECLS instead of gcc_AC_CHECK_DECLS
1982 and BFD_NEED_DECLARATION. Don't check if a declaration of strdup
1983 is necessary.
1984 * configure, config.in: Regenerate.
1985 * utils.c: Adjust for usage of AC_CHECK_DECLS instead of
1986 BFD_NEED_DECLARATION. Never provide a prototype for
1987 caninicalize_file_name.
1988 * gdb_string.h: Adjust for usage of AC_CHECK_DECLS instead of
1989 BFD_NEED_DECLARATION.
1990
666ec76f
MK
1991 * configure.ac (targ_archs): Use standard autoconf check for
1992 "struct stat.st_blocks" instead of rolling our own.
1993 * configure: Regenerated.
1994 * acconfig.h (HAVE_STRUCT_STAT_ST_BLOCKS): Remove undef.
1995 * config.in: Regenerated.
1996
bc8bcb4b
MK
19972005-01-21 Mark Kettenis <kettenis@gnu.org>
1998
1999 * configure.ac: Modernize checks for `long long' and `long double'
2000 support.
2001 * configure: Regenerated.
2002 * acconfig.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG)
2003 (PRINT_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE): Remove undefs.
2004 * config.in: Regenerated.
2005
30adeb3a
MK
20062005-01-20 Mark Kettenis <kettenis@gnu.org>
2007
2008 * acconfig.h (HAVE_STRUCT_SAVE_STATE_T)
2009 (HAVE_STRUCT_MEMBER_SS_WIDE): Remove undefs.
2010 * configure.ac: Remove checks for HP-UX save_state structure.
2011 * configure: Regenerated.
2012
e06e2353
AC
20132005-01-19 Andrew Cagney <cagney@gnu.org>
2014
2015 * utils.c (quit): Simplify, call fatal.
2016 * exceptions.c: Include "serial.h"
2017 (print_flush): Mimic flush code found in utils.c:quit.
2018 * Makefile.in: Update dependencies.
2019
1c44323f
JB
20202005-01-19 Jim Blandy <jimb@redhat.com>
2021
065a1afc
JB
2022 * configure.tgt: Set build_rdi_share to "yes" on those targets
2023 that use that debugging protocol.
2024 Set build_nlm to yes to build NLM stub for Netware targets.
2025 * configure.ac: If build_rdi_share is "yes", then configure the
2026 rdi-share subdirectory.
2027 If build_nlm is "yes", the configure the "nlm" subdirectory.
2028 * configure: Regenerated.
2029
1c44323f
JB
2030 * rdi-share/configure, rdi-share/aclocal.m4: Regenerated using
2031 autoconf 2.59 and automake 1.9.3.
2032
8a9de0e4
AC
20332005-01-19 Andrew Cagney <cagney@gnu.org>
2034
315a522e
AC
2035 * exceptions.h (deprecated_throw_reason): Rename throw_reason.
2036 * exceptions.c (deprecated_throw_reason): Rename throw_reason.
2037 * utils.c (internal_verror, quit): Update.
2038 * remote-sds.c (interrupt_query): Update.
2039 * remote-mips.c (mips_error, mips_kill): Update.
2040 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
2041 * remote.c (interrupt_query): Update.
2042 * ocd.c (interrupt_query): Update.
2043 * nto-procfs.c (interrupt_query): Update.
2044 * monitor.c (monitor_interrupt_query): Update.
2045 * breakpoint.c (break_command_1): Update.
2046
8a9de0e4
AC
2047 * infrun.c: (resume, proceed, wait_for_inferior)
2048 (handle_inferior_event, stop_stepping)
2049 (prepare_to_wait): Write debug output to gdb_stdlog.
2050
53283f86
MK
20512005-01-19 Mark Kettenis <kettenis@gnu.org>
2052
2053 * inf-ptrace.c (inf_ptrace_prepare_to_store)
2054 (inf_ptrace_post_startup_inferior)
2055 (inf_ptrace_acknowledge_created_inferior)
2056 (inf_ptrace_insert_fork_catchpoint)
2057 (inf_ptrace_remove_fork_catchpoint)
2058 (inf_ptrace_insert_vfork_catchpoint):
2059 (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
2060 (inf_ptrace_insert_exec_catchpoint)
2061 (inf_ptrace_remove_exec_catchpoint): Remove functions.
2062 (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
2063 (inf_ptrace_target): Don't set to_prepare_to_store,
2064 to_post_startup_inferior, to_acknowledge_created_inferior,
2065 to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
2066 to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
2067 to_follow_fork, to_insert_exec_catchpoint,
2068 to_remove_exec_catchpoint.
2069
9ee907e0
AC
20702005-01-18 Andrew Cagney <cagney@gnu.org>
2071
fa113d1a
AC
2072 * target.h (struct target_ops): Change return type of
2073 to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
2074 to_insert_exec_catchpoint to void.
2075 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
2076 (child_insert_exec_catchpoint): Change return type to void.
2077 * target.c (update_current_target): Update.
2078 (debug_to_insert_fork_catchpoint)
2079 (debug_to_insert_vfork_catchpoint)
2080 (debug_to_insert_exec_catchpoint): Update.
2081 * inf-child.c (inf_child_insert_fork_catchpoint)
2082 (inf_child_insert_vfork_catchpoint)
2083 (inf_child_insert_exec_catchpoint): Update.
2084 * breakpoint.c (insert_catchpoint): Update, do not throw an error.
2085 * linux-nat.c (child_insert_fork_catchpoint)
2086 (child_insert_vfork_catchpoint)
2087 (child_insert_exec_catchpoint): Update.
2088 * inftarg.c (child_insert_fork_catchpoint)
2089 (child_insert_vfork_catchpoint,)
2090 (child_insert_exec_catchpoint): Update.
2091
9ee907e0
AC
2092 * remote.c (remote_open_1): Use throw_exception.
2093
295093a4
MS
20942005-01-17 Michael Snyder <msnyder@redhat.com>
2095
2096 * mips-linux-tdep.c: Whitespace tweaks.
2097
4bcff7eb
CV
20982005-01-17 Corinna Vinschen <vinschen@redhat.com>
2099
2100 * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
2101
637537d0
AC
21022005-01-17 Andrew Cagney <cagney@gnu.org>
2103
2104 * top.h (source_error, source_pre_error): Delete declaration.
2105 * cli/cli-script.c (source_error_allocated, source_error): Delete.
2106 (script_from_file, source_cleanup_lines): Do not manipulate
2107 source_error_allocated, error_pre_print and source_error.
2108 (struct source_cleanup_lines_args): Delete fields old_pre_error,
2109 and old_error_pre_print.
2110 * top.c (source_error_allocated, source_error)
2111 (source_pre_error): Delete.
2112 (command_line_input): Do not set error_pre_print.
2113 * event-top.c (command_line_handler): Do not set error_pre_print.
2114
12b21d12
JT
21152005-01-16 Jason Thorpe <thorpej@netbsd.org>
2116
2117 * MAINTAINERS: Update my email address.
2118
1c02b2a5
MK
21192005-01-16 Mark Kettenis <kettenis@gnu.org>
2120
c401b55a
MK
2121 * configure.ac: Provide prerequisite headers when checking
2122 <term.h>.
2123 * configure: Regenerate.
2124
1c02b2a5
MK
2125 * amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
2126 and "bsd-uthread.h".
2127 (amd64fbsd_jmp_buf_reg_offset): New variable.
2128 (amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
2129 functions.
2130 (amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
2131 * i386fbsd-tdep.c: Fix typo.
2132 * Makefile.in (amd64fbsd-tdep.o): Update dependencies.
2133 * config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
2134
17d92a02
AC
21352005-01-16 Andrew Cagney <cagney@gnu.org>
2136
2137 * cli/cli-script.c: Include "exceptions.h".
2138 (struct wrapped_read_command_file_args): Define.
2139 (wrapped_read_command_file): New function.
2140 (script_from_file): Replace direct call to read_command_file by
2141 one wrapped by an exception handler.
2142 * exceptions.c (throw_it): Free the old message after creating the
2143 new.
2144 * Makefile.in: Update dependencies.
2145
80ad1639
MK
21462005-01-16 Mark Kettenis <kettenis@gnu.org>
2147
ae036357
MK
2148 * sparc64fbsd-tdep.c: Update copyright year.
2149 (sparc64fbsd_collect_gregset, sparc64fbsd_collect_fpregset): New
2150 functions.
2151 (sparc64fbsd_init_abi): Create register sets with collect
2152 functions.
2153
ca5807d9
MK
2154 * sparc64fbsd-nat.c: Include "fbsd-nat.h".
2155 (_initialize_sparc64fbsd_nat): Add some extra features to the
2156 generic SPARC target.
2157 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2158 * config/sparc/fbsd.mh (NATDEPFILES): Add fbsd-nat.o and gcore.o.
2159 (NAT_FILE): Set to solib.h.
2160 * config/sparc/nm-fbsd.h: Remove file.
2161
c4f2d4d7
MK
2162 * sparc64-tdep.c (sparc64_store_arguments): Fix typo.
2163
80ad1639
MK
2164 * sparc-tdep.c (sparc_integral_or_pointer_p): Simplify.
2165
6212a5e9
AC
21662005-01-16 Andrew Cagney <cagney@gnu.org>
2167
2168 * exceptions.c (struct catcher): Delete saved_error_pre_print and
2169 saved_quit_pre_print.
2170 (catcher_init): Delete parameter errstring, do not override the
2171 pre_print strings.
2172 (catcher_pop): Do not restore the pre_print strings.
2173 (catch_exception, catch_exceptions_with_msg, catch_errors)
2174 (catch_command_errors): Update catch_init calls.
2175
936df4b3
MK
21762005-01-16 Mark Kettenis <kettenis@gnu.org>
2177
2178 * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
2179 * sparc64fbsd-nat.c: Update copyright year. Include "target.h".
2180
3af1e0e3
AC
21812005-01-15 Andrew Cagney <cagney@gnu.org>
2182
85981d60
AC
2183 * acinclude.m4: Include ../bfd/bfd.m4 instead of
2184 ../bfd/acinclude.m4. Include ../gettext.m4.
2185 * aclocal.m4, configure: Re-generate.
2186
5a14cc1a
AC
2187 * exceptions.c (do_captured_command)
2188 (struct captured_command_args): Delete.
2189 (catch_command_errors): Simplify by inlining call to catch_errors.
2190
3af1e0e3
AC
2191 * exceptions.c (struct catcher): Delete field print_message.
2192 (catcher_init): Delete print_message parameter.
2193 (catch_exception, catch_exceptions_with_msg, catch_errors): Update.
2194 (throw_it): Delete prefix parameter.
2195 (throw_verror, throw_vfatal, throw_error): Update.
2196
d0555901
AC
21972005-01-14 Andrew Cagney <cagney@gnu.org>
2198
e48f5bee
AC
2199 * exceptions.c (print_and_throw): Delete, replaced by throw_it.
2200 (throw_reason): Leave the exception's message field blank.
2201 (throw_it): New function, create the exception and throw it.
2202 (throw_verror, throw_vfatal, throw_error): Call throw_it.
2203 (print_any_exception): New function.
2204 (catch_errors, catch_exceptions_with_msg): Call
2205 print_any_exception.
2206 (throw_exception): Move code calling annotate_error and
2207 annotate_quit from here ...
2208 (print_exception): ... to here.
2209
c6da7a6d
AC
2210 * exceptions.c (exception_fprintf, exception_print): Move printing
2211 of \n from here ...
2212 (print_exception): ... to here.
2213 (print_flush): New function.
2214 (exception_print, exception_fprintf): Replace duplicated flush and
2215 wrap code with call to print_flush.
2216 (print_and_throw): Simplify, by using xstrvprintf, print_flush,
2217 and print_exception.
2218 (do_write): Delete.
2219
d0555901
AC
2220 * remote-sds.c (interrupt_query): Call throw_reason instead of
2221 throw_exception.
2222 * remote-mips.c (mips_error, mips_kill): Ditto
2223 * ocd.c (interrupt_query): Ditto.
2224 * nto-procfs.c (interrupt_query): Ditto.
2225 * monitor.c (monitor_interrupt_query): Ditto.
2226
949df321
JJ
22272005-01-14 Jeff Johnston <jjohnstn@redhat.com>
2228
2229 * ia64-linux-nat.c: Include "ia64-tdep.h" to get register definitions.
2230
bc8332bb
AC
22312005-01-14 Andrew Cagney <cagney@gnu.org>
2232
1c3c7ee7
AC
2233 * exceptions.h (catch_exceptions): Delete errstring parameter.
2234 (catch_exceptions_with_msg): Ditto.
2235 * exceptions.c (catch_exceptions_with_msg): Update.
2236 (catch_exceptions): Update.
2237 * symfile-mem.c (add_vsyscall_page): Update.
2238 * frame.c (get_current_frame): Update.
2239 * wrapper.c (gdb_value_struct_elt): Update.
2240 * exceptions.c (catch_exceptions): Update.
2241 * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
2242 * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
2243 * remote-fileio.c (remote_fileio_request): Update.
2244
9cbc821d
AC
2245 * exceptions.h (exception_fprintf): Declare.
2246 (exception_print): Drop pre_print parameter.
2247 * mi/mi-main.c (mi_execute_command): Update exception_print call.
2248 * cli/cli-interp.c (safe_execute_command): Update exception_print
2249 call.
2250 * remote.c (remote_open_1): Instead of passing an error prefix to
2251 catch_exceptions, use catch_exceptions and exception_fprintf.
2252 (remote_start_remote): Change return type to void.
2253 * breakpoint.c (insert_bp_location): Instead of passing an error
2254 prefix to catch_exceptions, use catch_exceptions and
2255 exception_fprintf.
2256 (insert_catchpoint): Change return type to void.
2257 (break_command_1): Update exception_print call.
2258 * exceptions.c (exception_fprintf): New function.
2259 (print_exception): New function.
2260 (exception_print): Use print_exception.
2261
22e9b0f1
AC
2262 * utils.c (error_output_message): Delete function.
2263 * defs.h (error_output_message): Delete declaration.
2264
05ff989b
AC
2265 * linespec.c (symtab_from_filename, decode_variable): Use
2266 throw_error instead of error_silent.
2267 * breakpoint.c (do_captured_parse_breakpoint): Change return type
2268 to void.
2269 (break_command_1): Use catch_exception and check the error return
2270 status.
2271 * exceptions.c (throw_error): New function.
2272 (throw_vsilent): Delete function.
2273 * exceptions.h (throw_error): Declare.
2274 (throw_vsilent): Delete declaration.
2275 * utils.c (error_silent): Delete function.
2276 * defs.h (error_silent): Delete declaration.
2277
8a076db9
AC
2278 * mi/mi-main.c (mi_execute_command): Print the exception.
2279 * cli/cli-interp.c (safe_execute_command): Print the exception.
2280 * exceptions.h (exception_print): Declare.
2281 * exceptions.c (struct catcher): Add field print_message.
2282 (catcher_init): Add parameter print_message, store in the catcher
2283 struct.
2284 (print_and_throw): Only print the message when print_message.
2285 (catch_exceptions_with_msg, catch_errors): Pass print_message=1 to
2286 catcher_init.
2287 (catch_exception): Pass print_message=0 to catcher_init.
2288
bc8332bb
AC
2289 * varobj.c (varobj_create): Add missing \n.
2290
d183932d
MS
22912005-01-13 Michael Snyder <msnyder@redhat.com>
2292
4e18e2de 2293 * cli/cli-decode.h: Whitespace tweaks.
ca0b4d12 2294 * wince.c: Whitespace tweaks.
887a3a14 2295 * uw-thread.c: Whitespace tweaks.
0a4a0819 2296 * utils.c: Whitespace tweaks.
d183932d
MS
2297 * tracepoint.[ch]: Whitespace tweaks.
2298 * solist.h: Whitespace tweaks.
2299
6b1b7650
AC
23002005-01-13 Andrew Cagney <cagney@gnu.org>
2301
b315da38
AC
2302 * exceptions.h (struct exception): Make message const.
2303 * mi/mi-main.c (mi_execute_command): Pass result.message directly
2304 to fputstr_unfiltered.
2305
79e714b4
AC
23062005-01-13 Michael Snyder <msnyder@redhat.com>
2307
2308 * stack.c: Whitespace tweaks.
2309 * somsolib.[ch]: Whitespace tweaks.
2310 * solib-aix.c: Whitespace tweaks.
2311 * solib.c: Whitespace tweaks.
2312 * solib-frv.c: Whitespace tweaks.
2313 * solib.h: Whitespace tweaks.
2314 * solib-irix.c: Whitespace tweaks.
2315 * solib-som.c: Whitespace tweaks.
2316 * solib-sunos.c: Whitespace tweaks.
2317 * solib-svr4.[ch]: Whitespace tweaks.
2318 * ser-tcp.c: Whitespace tweaks.
2319 * ser-unix.c: Whitespace tweaks.
2320 * serial.h: Whitespace tweaks.
2321 * scm-valprint.c: Whitespace tweaks.
2322 * rs6000-tdep.c: Whitespace tweaks.
2323 * rs6000-nat.c: Whitespace tweaks.
2324 * remote.c: Whitespace tweaks.
2325
23262005-01-13 Andrew Cagney <cagney@gnu.org>
2327
6b1b7650
AC
2328 * defs.h (error_last_message, error_init): Delete declaration.
2329 * utils.c (fatal, vfatal): Call throw_vfatal.
2330 (error, verror): Call throw_verror;
2331 (do_write, error_stream_1): Delete function.
2332 (error_stream): Simplify, call error.
2333 (error_last_message, error_init, gdb_lasterr): Delete.
2334 (error_silent): Simplify, call throw_vsilent.
2335 * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
2336 * main.c (captured_main): Delete call to error_init.
2337 * exceptions.c (throw_verror, throw_verror)
2338 (throw_vsilent): New functions.
2339 (do_write, print_and_throw): New functions.
2340 (last_message): New global.
2341 (throw_reason): Replace error_last_message with last_message.
2342 (catch_exceptions_with_msg): Dup the message.
2343 * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
2344 Declare.
2345
4791eb66
MS
23462005-01-13 Michael Snyder <msnyder@redhat.com>
2347
90c065fb 2348 * remote-st.c: Whitespace tweaks.
8a0ce09a 2349 * remote-sim.c: Whitespace tweaks.
1fa79fac 2350 * remote-mips.c: Whitespace tweaks.
beda9597 2351 * pa64solib.[ch]: Whitespace tweaks.
28397f59 2352 * mdebugread.c: Whitespace tweaks.
ba5e7e8d 2353 * main.c: Whitespace tweaks.
907d819a 2354 * interps.c: Whitespace tweaks.
9d1ff73f 2355 * infrun.c: Whitespace tweaks.
1f5d0fc9 2356 * infcmd.c: Whitespace tweaks.
d9788fe8 2357 * hpux-thread.c: Whitespace tweaks.
3b951200 2358 * hppa-hpux-tdep.c: Whitespace tweaks.
3a9a986f 2359 * gdbcore.h: Whitespace tweaks.
d3f17821 2360 * gdbcmd.h: Whitespace tweaks.
30867156 2361 * gdb-events[.c, .h, .sh]: Whitespace tweaks.
de6854b5 2362 * corefile.c: Whitespace tweaks.
03717487 2363 * completer.c: Whitespace tweaks.
9b5c5aad
MS
2364 * coff-solib.c: Whitespace tweaks.
2365 * coff-solib.h: Whitespace tweaks.
30fdc99f 2366 * cli-out.c: Whitespace tweaks.
1272ad14 2367 * breakpoint.c: Whitespace tweaks.
4791eb66
MS
2368 * cli/cli-interp.c: Tweak comments, per coding standard.
2369
f30f06b8
AC
23702005-01-13 Andrew Cagney <cagney@gnu.org>
2371
ce43223b
AC
2372 * breakpoint.c (gdb_breakpoint_query): Update, use
2373 catch_exceptions_with_msg.
2374 (do_captured_breakpoint): Add uiout parameter.
2375 (gdb_breakpoint): Update, use catch_exceptions_with_msg.
2376 * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
2377 gdb_thread_select. Return MI_CMD_ERROR instead of
2378 MI_CMD_CAUGHT_ERROR.
2379 (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
2380 (enum captured_mi_execute_command_actions): Delete
2381 EXECUTE_COMMAND_DISPLAY_ERROR.
2382 (captured_mi_execute_command): Delete code handling
2383 MI_CMD_CAUGHT_ERROR.
2384 (mi_execute_command): Don't check for
2385 EXECUTE_COMMAND_DISPLAY_ERROR.
2386 * mi/mi-cmd-break.c (breakpoint_notify): Update call to
2387 gdb_breakpoint_query.
2388 (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
2389 * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
2390 * gdb.h (gdb_thread_select, gdb_list_thread_ids)
2391 (gdb_breakpoint, gdb_breakpoint_query): Add error_message
2392 parameter.
2393 * thread.c (thread_command): Update call.
2394 (gdb_thread_select, gdb_list_thread_ids): Update, call
2395 catch_exceptions_with_msg.
2396
f30f06b8
AC
2397 * mi/mi-main.c (mi_execute_command): Use catch_exception,
2398 eliminate call to error_last_message.
2399 (captured_mi_execute_command): Change return type to void.
2400
2a78bfb5
AC
24012005-01-12 Andrew Cagney <cagney@gnu.org>
2402
c1043fc2
AC
2403 * exceptions.c (exception_none): New variable.
2404 * Makefile.in: Update dependencies.
2405 * interps.c: Include "exceptions.h".
2406 (interpreter_exec_cmd, interp_exec): Update to return "struct
2407 exception"
2408 * exceptions.h (no_exception): Declare.
2409 * tui/tui-interp.c (tui_exec): Update to return "struct exception"
2410 * mi/mi-interp.c: Include "exceptions.h".
2411 (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
2412 'struct exception".
2413 * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
2414 (do_captured_execute_command): Update to use catch_exception.
2415 * interps.h: Include "exceptions.h".
2416 (interp_exec_ftype, interp_exec): Return "struct exception".
2417
2a78bfb5
AC
2418 * exceptions.h (throw_reason): Rename throw_exception.
2419 (enum errors, struct exception): Define.
2420 (catch_exception_ftype): Define.
2421 (catch_exception, throw_exception): Declare.
2422 * exceptions.c (throw_exception): Rewrite.
2423 (throw_reason): New function.
2424 (struct catcher, catcher_state_machine): Replace "reason" with
2425 "exception", delete "gdberrmsg".
2426 (catch_exception): New function.
2427 (catcher_init): Replace "gdberrmsg" parameter with "exception".
2428 (catch_errors, catch_exceptions_with_msg): Re-implement passing
2429 exception to catcher_init.
2430 * utils.c (error_silent, error_stream_1): Use throw_reason.
2431 (internal_verror, quit): Ditto.
2432 * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
2433 * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
2434 * remote.c (remote_open_1, interrupt_query): Ditto.
2435
8b1ca062
MK
24362005-01-12 Mark Kettenis <kettenis@gnu.org>
2437
fa565c2b
MK
2438 * i386fbsd-tdep.c: Update copyright year. Include "gdbcore.h",
2439 "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
2440 (i386fbsd_jmp_buf_reg_offset): New variable.
2441 (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
2442 functions.
2443 (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
2444 * Makefile.in (i386fbsd-tdep.o): Update dependency.
2445 * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
2446
82f5c14f
MK
2447 * bsd-uthread.h: New file.
2448 * bsd-uthread.c: New file.
2449 * Makefile.in (bsd_uthread_h): New variable.
2450 (ALLDEPFILES): Add bsd-uthread.c.
2451 (bsd-uthread.o): New dependency.
2452
42a6e6a0
MK
2453 * solib.h Update copyright year.
2454 (struct so_list): Forward declaration.
2455 (solib_read_symbols): New prototype.
2456 * solib.c (solib_read_symbols): New function.
2457 (solib_add): Call solib_read_symbols to read in symbols.
2458 (update_solib_list): Call observer_notify_solib_loaded.
2459
8b1ca062
MK
2460 * i386bsd-nat.c: Update copyright year. Don't include
2461 <sys/param.h> and <sys/user.h>.
2462 (register_u_addr, kernel_u_size): Remove functions.
2463 * config/i386/obsd.mh (NAT_FILE): Remove.
2464 * config/i386/obsdaout.mh (NAT_FILE): Set to solib.h.
2465 * config/i386/nm-obsd.h: Remove file.
2466
60250e8b
AC
24672005-01-12 Andrew Cagney <cagney@gnu.org>
2468
db5f402d
AC
2469 * exceptions.c: Include "gdb_string.h".
2470 (enum catcher_state, struct catcher): Define.
2471 (current_catcher): New global, replaces catch_return;
2472 (catch_return): Delete.
2473 (throw_exception): Use current_catcher->buf;
2474 (catcher_init, catcher_pop, catcher_state_machine): New functions.
2475 (catcher): Delete.
2476 (struct catch_errors_args): Delete.
2477 (do_catch_errors): Delete.
2478 (catch_exceptions): Replace body with call to
2479 catch_exceptions_with_msg.
2480 (catcher): Delete.
2481 (catch_exceptions_with_msg, catch_errors): Re-implement using
2482 catcher_state_machine.
2483
60250e8b
AC
2484 * exceptions.h (enum return_reason, RETURN_MASK)
2485 (RETURN_MASK_QUIT, RETURN_MASK_ERROR, RETURN_MASK_ALL)
2486 (return_mask, throw_exception, catch_exceptions_ftype)
2487 (catch_exceptions_with_msg, catch_errors_ftype, catch_errors)
2488 (catch_command_errors_ftype, catch_command_errors): Move to
2489 exceptions.h.
2490 * exceptions.c, exceptions.h: New files.
2491 * top.c: Do not include <setjmp.h>.
2492 (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP, catch_return)
2493 (throw_exception, catcher, catch_exceptions)
2494 (catch_exceptions_with_msg, struct catch_errors_args)
2495 (do_catch_errors, catch_errors, struct captured_command_args)
2496 (do_captured_command, catch_command_errors): Move to exceptions.c.
2497 * wrapper.c, wince.c, win32-nat.c, utils.c: Include "exceptions.h".
2498 * tui/tui-interp.c, top.c, thread.c, symmisc.c: Ditto.
2499 * symfile-mem.c, stack.c, solib.c, rs6000-nat.c: Ditto.
2500 * remote-sds.c, remote-mips.c, remote-fileio.c: Ditto.
2501 * remote-e7000.c, objc-lang.c, ocd.c: Ditto.
2502 * remote.c, nto-procfs.c, monitor.c, mi/mi-main.c: Ditto.
2503 * main.c, m32r-rom.c, infrun.c, inf-loop.c: Ditto.
2504 * hppa-hpux-tdep.c, frame.c, event-top.c, event-loop.c: Ditto.
2505 * corelow.c, corefile.c, cli/cli-interp.c, breakpoint.c: Ditto.
2506 * ada-valprint.c, ada-lang.c: Ditto.
2507 * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
2508 exceptions.o. Update all dependencies.
2509
ca14ead7
MK
25102005-01-11 Mark Kettenis <kettenis@gnu.org>
2511
eafc7eea
MK
2512 * config/i386/nm-fbsd.h: Update copyright year.
2513 Don't include "config/nm-bsd.h".
2514 (KERNEL_U_SIZE): Remove macro.
2515 (kernel_u_size): Remove prototype.
2516
ca14ead7
MK
2517 * config/vax/nbsdaout.mh (NAT_FILE): Remove.
2518 * config/vax/nm-nbsdaout.h: Remove file.
2519
4a39d934
EZ
25202005-01-10 Elena Zannoni <ezannoni@redhat.com>
2521
2522 * MAINTAINERS: Remove self from sh/sh64 maintainership.
2523
93f0f986
AC
25242005-01-10 Andrew Cagney <cagney@gnu.org>
2525
c4f9e2bf
AC
2526 * MAINTAINERS: List Andrew Cagney and Kevin Buettner as can commit
2527 changes to PowerPC, and Andrew Cagney as lead PowerPC GNU/Linux
2528 maintainer.
2529
6b71dd74
AC
2530 * MAINTAINERS: Hans-Peter Nilsson and Orjan Friberg can commit
2531 changes to CRIS.
2532
93f0f986
AC
2533 * MAINTAINERS: Remove "Maintenance Only". Spell out that CAN
2534 COMMIT means can approve).
2535
8785ced0
MK
25362005-01-10 Mark Kettenis <kettenis@gnu.org>
2537
2a2de4ce
MK
2538 * vax-nat.c: Update copyright year. Include "inf-ptrace.h".
2539 (vax_register_u_offset): Make statuc.
2540 (_initialize_vax_nat): Construct and add target vector.
2541 * config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
2542 inftarg.o. Add inf-ptrace.o.
2543 * Makefile.in (vax-nat.o): Update dependencies.
2544
8785ced0
MK
2545 * inf-ptrace.h: Update copyright year. Sync comment with
2546 inf-ptrace.c.
2547 (inf_ptrace_trad_target): New prototype.
2548 * inf-ptrace.c: Update copyright year. Include "regcache.h" and
2549 "gdb_assert.h"
2550 (inf_ptrace_target): Add comment.
2551 (inf_ptrace+register_u_offset): New variable.
2552 (inf_ptrace_fetch_register, inf_ptrace_fetch_registers)
2553 (inf_ptrace_store_register, inf_ptrace_store_registers)
2554 (inf_ptrace_trad_target): New functions.
2555 * Makefile.in (inf-ptrace.o): Update dependencies.
2556
7cb9022a
MK
25572005-01-09 Mark Kettenis <kettenis@gnu.org>
2558
2559 * configure.ac: Provide prerequisite headers when checking
2560 <link.h>, <sys/proc.h> and <sys/user.h>.
2561 * configure: Regenerate.
2562
c534d641
MK
25632005-01-08 Mark Kettenis <kettenis@gnu.org>
2564
2565 * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to
2566 tm-ppc-eabi.h instead of the removed tm-nbsd.h.
2567
4b48ac22
MK
25682005-01-07 Mark Kettenis <kettenis@gnu.org>
2569
2570 * config/ia64/tm-linux.h: Tweak comment. Update copyright year.
2571 Don't include "tm-ia64.h".
2572 * config/ia64/ia64.mt (DEPRECATED_TM_FILE): Remove.
2573 * config/ia64/tm-ia64.h: Remove. Move contents ...
2574 * ia64-tdep.h: ... here. Update copyright year.
2575
3ace7edb
AC
25762005-01-07 Andrew Cagney <cagney@gnu.org>
2577
bec39cab
AC
2578 * configure.ac: Rename configure.in, require autoconf 2.59.
2579 * configure: Re-generate.
2580
e14ecb8f
AC
2581 * configure.tgt: Disable arm*-*-*, thumb*-*-*, strongarm*-*-*,
2582 xscale-*-* and i[34567]86-*-netware* code adding rdi-share or nlm
2583 to configdirs.
2584
3ace7edb
AC
2585 * configure.in: Replace configdirs with multiple references to
2586 AC_CONFIG_SUBDIRS.
2587 * configure: Re-generate.
2588
b33e8514
AS
25892005-01-05 Andreas Schwab <schwab@suse.de>
2590
2591 * ia64-tdep.c: Include "osabi.h".
2592 (native_find_global_pointer): Delete.
2593 (ia64_find_global_pointer): Renamed from
2594 generic_elf_find_global_pointer.
2595 (FIND_GLOBAL_POINTER): Delete. Change all users to call
2596 ia64_find_global_pointer instead.
2597 (ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
2598 to ia64_linux_sigcontext_register_address and
2599 ia64_linux_write_pc. Don't set tdep->find_global_pointer.
2600 (_initialize_ia64_tdep): Call gdbarch_register instead of
2601 deprecated register_gdbarch_init.
2602 (struct gdbarch_tdep): Remove find_global_pointer field and move
2603 to ...
2604 * ia64-tdep.h (struct gdbarch_tdep): ... here.
2605 (ia64_linux_sigcontext_register_address): Remove declaration.
2606 (ia64_linux_getunwind_table): Likewise.
2607 (ia64_linux_write_pc): Likewise.
2608 * ia64-linux-tdep.c: Include "osabi.h".
2609 (ia64_linux_sigcontext_register_address): Make static.
2610 (ia64_linux_write_pc): Likewise.
2611 (ia64_linux_init_abi): New.
2612 (_initialize_ia64_linux_tdep): New.
2613 * Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
2614 $(osabi_h).
2615
0ea390ed
KB
26162005-01-05 Kevin Buettner <kevinb@redhat.com>
2617
2618 * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
2619 functions in ia64-aix-tdep.c.
2620 * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
2621 function defined in ia64-aix-tdep.c.
2622 * ia64-aix-tdep.c: Remove file.
2623 * config/ia64/linux.mt (TDEPFILES): Remove ia64-aix-tdep.o from
2624 this list.
2625 * Makefile.in (ia64-aix-tdep.o): Delete.
2626
edefbb7c
AC
26272005-01-05 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2628
2629 Committed by Andrew Cagney.
2630 * ada-valprint.c, aix-thread.c, alpha-nat.c: I18n markup.
2631 * alphabsd-nat.c, alphanbsd-tdep.c, amd64-linux-nat.c: I18n markup.
2632 * amd64-tdep.c, amd64bsd-nat.c, amd64fbsd-nat.c: I18n markup.
2633 * arch-utils.c, arm-linux-nat.c, arm-tdep.c: I18n markup.
2634 * armnbsd-nat.c, armnbsd-tdep.c, auxv.c, avr-tdep.c: I18n markup.
2635 * aix-thread.c (_initialize_aix_thread): Get rid of the
2636 deprecated_add_show_from_set call.
2637 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
2638 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2639 * command.h (add_setshow_enum_cmd): Add arguments for returning
2640 new list elements.
2641 * cli/cli-decode.c (add_setshow_enum_cmd): Ditto.
2642 * mips-tdep.c (_initialize_mips_tdep): Modify calls to
2643 add_setshow_enum_cmd.
2644
a260932f
MK
26452005-01-04 Mark Kettenis <kettenis@gnu.org>
2646
34cf1994
MK
2647 * configure.host (ia64-*-aix*): Remove.
2648 * configure.tgt (ia64-*-aix*): Remove.
2649 * config/ia64/aix.mh: Remove file.
2650 * config/ia64/aix.mt: Remove file.
2651 * config/ia64/tm-aix.h: Remove file.
2652 * ia64-aix-nat.c: Remove file.
2653 * Makefile.in (ia64-aix-nat.o): Remove dependency.
2654
a260932f
MK
2655 * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o.
2656 Add back inf-ptrace.o.
2657
5ed102a1
AC
26582005-01-04 Andrew Cagney <cagney@gnu.org>
2659
2660 * version.in: Change format from 6.3.50_2005-01-04-cvs to
2661 6.3.50.20050104-cvs.
2662
3a63c4b7
AS
26632005-01-04 Andreas Schwab <schwab@suse.de>
2664
2665 * breakpoint.c (break_command_1): Always free err_msg before
2666 returning when an exception was caught.
2667
e22b26cb
JB
26682005-01-01 Joel Brobecker <brobecker@gnat.com>
2669
2670 * hppa-tdep.c (prologue_inst_adjust_sp): Fix small confusion
2671 in register number for addil instruction.
2672
151c5df6 2673For older changes see ChangeLog-2004.
c906108c
SS
2674\f
2675Local Variables:
2676mode: change-log
2677left-margin: 8
2678fill-column: 74
2679version-control: never
2680End:
This page took 0.814665 seconds and 4 git commands to generate.