* command.h (add_setshow_auto_boolean_cmd): Replace
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-06-15 Andrew Cagney <ac131313@redhat.com>
2
3 * command.h (add_setshow_auto_boolean_cmd): Replace
4 add_set_auto_boolean_cmd.
5 * cli/cli-decode.c (add_setshow_auto_boolean_cmd): Replace
6 add_set_auto_boolean_cmd.
7 * cli/cli-decode.h (add_set_auto_boolean_cmd): Delete declaration.
8 * mips-tdep.c (_initialize_mips_tdep): Update ``set mips
9 mask-address'' command.
10 (show_mask_address): Add cmd parameter.
11 * remote.c (add_packet_config_cmd): Update. Change type of
12 set_func and show_func to cmd_sfunc_ftype.
13 (_initialize_remote): Update `set remote Z-packet'
14 (show_remote_protocol_qSymbol_packet_cmd): Add cmd parameter.
15 (show_remote_protocol_e_packet_cmd): Ditto.
16 (show_remote_protocol_E_packet_cmd): Ditto.
17 (show_remote_protocol_P_packet_cmd): Ditto.
18 (show_remote_protocol_Z_software_bp_packet_cmd): Ditto.
19 (show_remote_protocol_Z_hardware_bp_packet_cmd): Ditto.
20 (show_remote_protocol_Z_write_wp_packet_cmd): Ditto.
21 (show_remote_protocol_Z_read_wp_packet_cmd): Ditto.
22 (show_remote_protocol_Z_access_wp_packet_cmd): Ditto.
23 (show_remote_protocol_Z_packet_cmd): Ditto.
24 (show_remote_protocol_binary_download_cmd): Ditto.
25 (show_remote_cmd): Pass NULL to all of above.
26
27 2002-06-15 Mark Kettenis <kettenis@gnu.org>
28
29 * config/i386/tm-i386.h (PUSH_ARGUMENTS, STORE_STRUCT_RETURN,
30 DEPRECATED_EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
31 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS, PUSH_DUMMY_FRAME,
32 POP_FRAME): Remove defines.
33 (i386_push_arguments, i386_store_struct_return,
34 i386_extract_return_value, i386_store_return_value,
35 i386_extract_struct_value_address, i386_push_dummy_frame,
36 i386_pop_frame): Renove prototypes.
37 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
38 macros mentioned above.
39
40 2002-06-15 Andrew Cagney <ac131313@redhat.com>
41
42 * cli/cli-decode.c (add_setshow_boolean_cmd): Replace
43 add_set_boolean_cmd.
44 (add_setshow_cmd): New function.
45 * command.h (add_setshow_boolean_cmd): Replace
46 add_set_boolean_cmd.
47 * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
48 and ``set rdiromatzero''.
49 * maint.c (_initialize_maint_cmds): Update commented out code.
50 * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
51 * target.c (initialize_targets): Update `set
52 trust-readonly-sections'.
53 * remote.c (_initialize_remote): Update `set remotebreak'.
54
55 2002-06-15 Mark Kettenis <kettenis@gnu.org>
56
57 * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN,
58 BREAKPOINT, DECR_PC_AFTER_BREAK): Removed.
59 * i386-tdep.c (i386_skip_prologue): Adjust function signature to
60 fit into multi-arch framework.
61 (i386_breakpoint_from_pc): New function.
62 (i386_gdbarch_init): Adjust for removal of the macros mentioned
63 above.
64
65 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION,
66 FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS,
67 FRAME_ARGS_SKIP, FRAME_INIT_SAVED_REGS): Remove defines.
68 (i386_frameless_function_invocation, i386_frame_num_args,
69 i386_frame_init_saved_regs): Remove prototypes.
70 * i386-tdep.c (i386_gdbarch_init): Adjust for removal of the
71 macros mentioned above.
72
73 2002-06-15 Andrew Cagney <ac131313@redhat.com>
74
75 * cli/cli-decode.c (set_cmd_cfunc): Update.
76 (set_cmd_sfunc): Update.
77 * command.h (cmd_cfunc_ftype, cmd_sfunc_ftype): Declare.
78 (set_cmd_sfunc, set_cmd_cfunc): Update.
79 * cli/cli-decode.h: Update.
80
81 2002-06-15 Mark Kettenis <kettenis@gnu.org>
82
83 * i386-sol2-tdep.c (i386_sol2_osabi_sniffer): New function.
84 (_initialize_i386_sol2_tdep): Register i386_sol2_osabi_sniffer.
85
86 2002-06-15 Andrew Cagney <ac131313@redhat.com>
87
88 * defs.h (auto_boolean): Declare enum.
89 * command.h (cmd_auto_boolean): Delete enum.
90 * mips-tdep.c (mask_address_var): Update.
91 (mips_mask_address_p): Update.
92 (show_mask_address): Update.
93 * remote.c (struct packet_config): Update.
94 (update_packet_config): Update.
95 (show_packet_config_cmd): Update.
96 (packet_ok): Update.
97 (add_packet_config_cmd): Update.
98 (_initialize_remote):
99 * command.h: Update.
100 * cli/cli-setshow.c (parse_auto_binary_operation): Update.
101 (do_setshow_command): Update.
102 * cli/cli-decode.c (add_set_auto_boolean_cmd): Update.
103 * cli/cli-decode.h: Update.
104
105 2002-06-15 Mark Kettenis <kettenis@gnu.org>
106
107 * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
108 config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
109 config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
110 config/i386/tm-linux.h, config/i386/tm-nbsd.h,
111 config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
112 * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
113
114 * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
115 list of DJGPP COFF targets.
116
117 * config/i386/tm-i386.h (REGISTER_SIZE): Remove define.
118 (NUM_GREGS, NUM_FREGS, NUM_SSE_REGS): Remove defines.
119 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove defines.
120 (FP0_REGNUM): Remove define.
121 (MAX_REGISTER_RAW_SIZE, MAX_REGISTER_VIRTUAL_SIZE,
122 MAX_REGISTER_VIRTUAL_SIZE): Remove define.
123 (i386_register_virtual_size): Remove protoype.
124 * i386-tdep.c (i386_register_virtual_size): Removed.
125 (i386_extract_return_value, i386_store_return_value): Use
126 FP0_REGNUM instead of NUM_FREGS to determine whether the
127 floating-point registers are available.
128 (i386_gdbarch_init): Tweak FIXME about FPU registers.
129 Adjust for removal of macros mentioned above.
130
131 2002-06-15 Mark Kettenis <kettenis@gnu.org>
132
133 * i386v4-nat.c: Include "i386-tdep.h". Reformat and tweak various
134 comments.
135 (fill_gregset, supply_gregset, supply_fpregset, fill_fpregset):
136 Remove prototypes.
137 (supply_gregset, fill_gregset): Remove use of register keyword and
138 remove declaration for regmap. Use I386_NUM_GREGS instead of
139 NUM_REGS and NUM_FREGS.
140 (FPREGSET_FSAVE_OFFSET): Remove.
141 (supply_fpregset, fill_fpregset): Use FPO_REGNUM instead of
142 NUM_FREGS to determine whether the floating-point registers are
143 available.
144
145 * i386gnu-nat.c (supply_gregset, gnu_fetch_registers,
146 gnu_store_registers): Replace usage of NUM_GREGS with
147 I386_NUM_GREGS.
148
149 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
150 OLD_CANNOT_STORE_REGISTER, supply_gregset, fill_gregset): Replace
151 usage of NUM_GREGS with I386_NUM_GREGS.
152
153 * i386-linux-nat.c (fill_gregset): Remove redundant parentheses.
154
155 * i386bsd-nat.c: Include "i386-tdep.h".
156 (supply_gregset, fill_gregset): Replace usage of NUM_GREGS with
157 I386_NUM_GREGS.
158
159 * i386v-nat.c: Remove copnditional inclusion of <asm/debugreg.h>,
160 and associated comment. They no longer make any sense, since we
161 don't use this file anymore on Linux.
162
163 * config/i386/tm-i386.h (MAX_NUM_REGS): Removed.
164 * i386-tdep.c (i386_register_offset, i386_register_size): Use
165 I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of
166 elements in these arrays.
167 (_initialize_i386_tdep): Use I386_SSE_NUM_REGS instead of
168 MAX_NUM_REGS.
169
170 2002-06-15 Mark Kettenis <kettenis@gnu.org>
171
172 * osabi.h (gdb_osabi): Add GDB_OSABI_LYNXOS.
173 * osabi.c (gdb_osabi_names): Add entry for "LynxOS".
174
175 2002-06-14 Andrew Cagney <cagney@redhat.com>
176
177 * gdbarch.sh (DEPRECATED_EXTRACT_RETURN_VALUE): Rename
178 EXTRACT_RETURN_VALUE.
179 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Rename
180 EXTRACT_STRUCT_VALUE_ADDRESS.
181 * gdbarch.h, gdbarch.c: Regenerate.
182
183 * values.c (value_being_returned): Handle
184 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
185 (EXTRACT_RETURN_VALUE): Define as DEPRECATED_EXTRACT_RETURN_VALUE.
186
187 * arm-linux-tdep.c (arm_linux_init_abi): Update.
188 * arm-tdep.c (arm_gdbarch_init): Update.
189 * avr-tdep.c (avr_gdbarch_init): Update.
190 * cris-tdep.c (cris_gdbarch_init): Update.
191 * d10v-tdep.c (d10v_gdbarch_init): Update.
192 * ia64-tdep.c (ia64_gdbarch_init): Update.
193 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
194 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
195 * s390-tdep.c (s390_gdbarch_init): Update.
196 * sh-tdep.c (sh_gdbarch_init): Update.
197 * s390-tdep.c (s390_gdbarch_init): Update.
198 * sparc-tdep.c (sparc_gdbarch_init): Update.
199 * ns32k-tdep.c (ns32k_gdbarch_init): Update.
200 * v850-tdep.c (v850_gdbarch_init): Update.
201 * vax-tdep.c (vax_gdbarch_init): Update.
202 * x86-64-tdep.c (x86_64_gdbarch_init): Update.
203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
204
205 * config/arc/tm-arc.h: Update.
206 * config/d30v/tm-d30v.h: Update.
207 * config/fr30/tm-fr30.h: Update.
208 * config/h8300/tm-h8300.h: Update.
209 * config/h8500/tm-h8500.h: Update.
210 * config/i386/tm-i386.h: Update.
211 * config/i386/tm-ptx.h: Update.
212 * config/i386/tm-symmetry.h: Update.
213 * config/i960/tm-i960.h: Update.
214 * config/m32r/tm-m32r.h: Update.
215 * config/m68k/tm-delta68.h: Update.
216 * config/m68k/tm-linux.h: Update.
217 * config/m68k/tm-m68k.h: Update.
218 * config/m88k/tm-m88k.h: Update.
219 * config/mcore/tm-mcore.h: Update.
220 * config/mips/tm-mips.h: Update.
221 * config/mn10200/tm-mn10200.h: Update.
222 * config/pa/tm-hppa.h: Update.
223 * config/pa/tm-hppa64.h: Update.
224 * config/sparc/tm-sp64.h: Update.
225 * config/sparc/tm-sparc.h: Update.
226 * config/sparc/tm-sparclet.h: Update.
227 * config/z8k/tm-z8k.h: Update.
228
229 2002-06-14 Andrew Cagney <cagney@redhat.com>
230
231 * Makefile.in (i386_linux_tdep_h): Define.
232 (i386_tdep_h, i387_tdep_h): Define.
233 (i386-linux-nat.o): Add $(i386_linux_tdep_h),
234 $(i386_tdep_h) and $(i387_tdep_h).
235 * i386-linux-nat.c: Include "i386-linux-tdep.h".
236
237 2002-06-14 Mark Kettenis <kettenis@gnu.org>
238
239 * config/i386/tm-i386.h (START_INFERIOR_TRAPS_EXPECTED): Removed.
240 Already covered by the default.
241
242 * config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT,
243 TARGET_LONG_DOUBLE_BIT): Remove. * i386-tdep.c
244 (i386_gdbarch_init): Initialize long_double_format and long_double
245 bit.
246
247 * config/i386/i386sol2.mt (TDEPFILES): Add i386-sol2-tdep.o and
248 i386bsd-tdep.o. Remove solib.o, solib-svr4.o and solib-legacy.o.
249 Move these to ...
250 * config/i386/i386sol2.mh: ... here.
251 * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Remove define.
252 (sigtramp_saved_pc, I386V4_SIGTRAMP_SAVED_PC): Don't #undef.
253 (SIGCONTEXT_PC_OFFSET): Remove define.
254 (IN_SIGTRAMP): Remove define.
255 * i386-sol2-tdep.c: New file.
256
257 * config/i386/i386nw.mt (TM_FILE): Change to tm-i386.h.
258 * config/i386/tm-i386nw.h: Removed.
259
260 * config/i386/tm-fbsd.h (STAB_REG_TO_REGNUM,
261 USE_STRUCT_CONVENTION): Remove defines.
262 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
263 (get_longjmp_target): Remove prototype.
264 (IN_SIGTRAMP): Remove define.
265 (i386bsd_in_sigtramp): Remove prototype.
266 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
267 function. Update comment accordingly
268 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
269 (FRAME_SAVED_PC): Remove define.
270 (i386bsd_frame_saved_pc): Remove prototype.
271 * config/i386/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC,
272 GET_LONGJMP_TARGET): Remove defines.
273 (get_longjmp_target): Remove prototype.
274 (IN_SIGTRAMP): Remove define.
275 (i386bsd_in_sigtramp): Remove prototype.
276 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Turn into a
277 function. Update comment accordingly
278 (SIGTRAMP_START, SIGTRAMP): Adjust definition accordingly.
279 (FRAME_SAVED_PC): Remove define.
280 (i386bsd_frame_saved_pc): Remove prototype.
281 * config/i386/tm-nbsdaout.h (i386nbsd_aout_use_struct_convention):
282 Remove prototype.
283 (USE_STRUCT_CONVENTION): Remove prototype.
284 * i386bsd-nat.c (i386bsd_sigcontext_pc_offset): Remove
285 declaration.
286 (_initialize_i386bsd_nat): Revise logic to determine some
287 constants at compile time when compiling a native GDB. Warn if
288 things don't match up with what we expect.
289 * i386bsd-tdep.c (i386bsd_sigtramp_start, i386bsd_sigtramp_end):
290 Remove variables.
291 (i386bsd_in_sigtramp): Rename tp i386bsd_pc_in_sigtramp. Rewrite
292 to use date stored in `struct gdbarch_tdep'.
293 (i386bsd_sigcontext_offset): Remove varaible.
294 (i386bsd_sigtramp_saved_pc): Make public. Rewrite to use data
295 stored in `struct gdbarch_tdep'.
296 (i386bsd_frame_saved_pc): Make static.
297 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): New functions.
298 (i386bsd_sc_pc_offset, i386nbsd_sc_pc_offset,
299 i386fbsd_sigtramp_start, i386fbsd_sigtramp_end,
300 i386fbsd4_sc_pc_offset): New variables.
301 (i386bsd_init_abi, i386nbsd_init_abi, i386nbsdelf_init_abi,
302 i386fbsdaout_init_abi, i386fbsd_init_abi, i386fbsd4_init_abi): New
303 functions.
304 (i386bsd_aout_osabi_sniffer, _initialize_i386bsd_tdep): New
305 functions.
306 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Fix type in comment.
307 Modify the value of i386fbsd_sigtramp_start and
308 i386fbsd_sigtramp_end instead of i386bsd_sigtramp_start and
309 i386fbsd_sigtramp_end.
310 * i386nbsd-tdep.c: (i386nbsd_aout_use_struct_convention): Remove
311 function.
312
313 * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Move
314 define to i386-linux-tdep.h.
315 (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
316 REGISTER_BYTE, REGISTER_RAW_SIZE, STAB_REG_TO_REGNUM): Remove
317 defines.
318 (i386_linux_register_name, i386_linux_register_byte,
319 i386_linux_register_raw_size): Remove prototypes.
320 (i386_linux_svr4_fetch_link_map_offsets): Remove prototype.
321 (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define.
322 (IN_SIGTRAMP, FRAME_CHAIN, FRAME_SAVED_PC, SAVED_PC_AFTER_CALL,
323 TARGET_WRITE_PC): Remove defines.
324 (i386_linux_in_sigtramp, i386_linux_frame_chain,
325 i386_linux_frame_saved_pc, i386_linux_saved_pc_after_call,
326 i386_linux_write_pc): Remove prototypes.
327 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
328 (get_longjmp_target): Remove prototype.
329 * i386-linux-tdep.h: New file.
330 * i386-linux-nat.c: Include "i386-linux-tdep.h".
331 * i386-linux-tdep.c: Include "i386-tdep.h" and
332 "i386-linux-tdep.h".
333 (i386_linux_register_name, i386_linux_register_byte,
334 i386_linux_register_raw_size, i386_linux_in_sigtramp,
335 i386_linux_write_pc, i386_linux_svr4_fetch_link_map_offsets):
336 Make static.
337 (i386_linux_init_abi): New function.
338 (_initialize_i386_linux_tdep): New function.
339
340 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Remove define.
341 (i386_saved_pc_after_call): Remove prototype.
342 (MAX_NUM_REGS): Increase to deal with Linux's orig_eax "register".
343 (REGISTER_NAME, STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
344 DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): Remove defines.
345 (i386_register_name, i386_stab_reg_to_regnum,
346 i386_dwarf_reg_to_regnum): Remove prototypes.
347 (SIZEOF_GREGS, SIZEOF_FPU_REGS, SIZEOF_FPU_CTL_REGS,
348 SIZEOF_SSE_REGS): Remove defines.
349 (REGISTER_BYTES): Remove define.
350 (REGISTER_BYTE, REGISTER_RAW_SIZE): Remove defines.
351 (i386_register_byte, i386_register_raw_size): Remove prototypes.
352 (FRAME_CHAIN, FRAME_SAVED_PC): Remove defines.
353 (i386_frame_chain, i386_frame_saved_pc): Remove prototypes.
354 * config/i386/tm-i386v4.h (FRAME_CHAIN_VALID): Remove define.
355 (JB_ELEMENT_SIZE, JB_PC, JB_EBX, JB_ESI, JB_EDI, JB_EBP, JB_ESP,
356 JB_EDX, GET_LONGJMP_TARGET): Remove defines.
357 (get_longjmp_target): Remove prototype.
358 (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP): Remove defines.
359 (sigtramp_saved_pc): Remove define.
360 (i386v4_sigtramp_saved_pc): Remove prototype.
361 * config/i386/tm-go32.h (FRAME_CHAIN,
362 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC): Remove defines.
363 (i386go32_frame_saved_pc): Remove prototype.
364 (JB_ELEMENT_SIZE, JB_PC, GET_LONGJMP_TARGET): Remove defines.
365 (get_longjmp_target): Remove prototype.
366 * i386-tdep.h: Include "osabi.h".
367 (enum i386_abi): Removed.
368 (enum struct_return): New enum.
369 (struct gdbarch_tdep): Remove abi member, add osabi, jb_pc_offset,
370 struct_return, sigtramp_saved_pc, sigtramp_start, sigtramp_end and
371 sc_pc_offset members.
372 (i386_gdbarch_register_os_abi): Remove prototype.
373 (I386_NUM_GREGS, I386_NUM_FREGS, I386_NUM_XREGS,
374 I386_SSE_NUM_REGS): New defines.
375 (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS, I386_SIZEOF_XREGS,
376 I386_SSE_SIZEOF_REGS): New defines.
377 (i386_register_name, i386_register_byte, i386_register_raw_size):
378 New prototypes.
379 (i386_elf_init_abi, i386_svr4_init_abi): New prototypes.
380 (i386bsd_sigtramp_saved_pc): New prototype.
381 * i386-tdep.c: Don't include "elf-bfd.h".
382 (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum,
383 i386_frame_chain, i386_saved_pc_after_call): Make static.
384 (i386_frame_saved_pc): Rewrite to call architecture dependent
385 function to deal with signal handlers. Make static.
386 (i386go32_frame_saved_pc): Removed.
387 [GET_LONGJMP_TARGET] (JB_PC, JB_ELEMENT_SIZE, get_longjmp_target):
388 Removed.
389 (i386_get_longjmp_target): New function.
390 (default_struct_convention, pcc_struct_convention,
391 reg_struct_convention, valid_conventions, struct_convention): New
392 variables.
393 (i386_use_struct_convention): New function.
394 (i386v4_sigtramp_saved_pc): Renamed to
395 i386_svr4_sigtramp_saved_pc. Made static. Moved.
396 (i386_pc_in_sigtramp): New function.
397 (i386_abi_names): Removed.
398 (ABI_TAG_OS_GNU_LINUX, ABI_TAG_OS_GNU_HURD,
399 ABI_TAG_OS_GNU_SOLARIS, ABI_TAG_OS_FREEBSD, ABI_TAG_OS_NETBSD):
400 Removed.
401 (process_note_sections, i386_elf_abi_from_note, i386_elf_abi,
402 i386_gdbarch_register_os_abi): Removed.
403 (struct i386_abi_handler): Removed.
404 (i386_abi_handler_list): Removed.
405 (i386_svr4_pc_in_sigtramp, i386_go32_pc_in_sigtramp): New
406 functions.
407 (i386_elf_init_abi, i386_svr4_init_abi, i386_go32_init_abi,
408 i386_nw_init_abi): New functions.
409 (i386_gdbarch_init): Rewritten to use generic OS ABI framework.
410 Use set_gdbarch_xxx() calls instead of relying on macros for a
411 number of calls.
412 (i386_coff_osabi_sniffer, i386_nlm_osabi_sniffer): New functions.
413 (_initialize_i386_tdep): Add new 'struct-convcention' command.
414 Register the various architecture variants defined in this file.
415
416 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
417
418 * gdbtypes.h (TYPE_FLAG_VARARGS): Update comment.
419 (struct main_type): Remove arg_types member. Update comments for
420 struct field.
421 (TYPE_ARG_TYPES): Remove.
422 (TYPE_FN_FIELD_ARGS): Update.
423 (smash_to_method_type): Update prototype.
424
425 * c-typeprint.c (cp_type_print_method_args): Take method type
426 instead of argument list. Use new argument layout. Simplify.
427 (c_type_print_args): Use new argument layout. Simplify.
428 (c_type_print_base): Update call to cp_type_print_method_args.
429 * dwarf2read.c (dwarf2_add_member_fn): Remove unneeded type
430 argument; use die->type instead. Update call to
431 smash_to_method_type.
432 (read_structure_scope): Update call to dwarf2_add_member_fn.
433 * gdbtypes.c (allocate_stub_method): Update comment.
434 (smash_to_method_type): Take new NARGS and VARARGS arguments.
435 Use new argument layout.
436 (check_stub_method): Use new argument layout. Don't count
437 void as an argument.
438 (print_arg_types): Update comments. Use new argument layout.
439 (recursive_dump_type): Don't print arg_types member.
440 * hpread.c (hpread_read_struct_type): Use new argument layout.
441 (fixup_class_method_type): Likewise.
442 (hpread_type_lookup): Likewise.
443 * stabsread.c (read_type): Update calls to read_args and
444 smash_to_method_type.
445 (read_args): Use new argument layout. Simplify.
446 * valops.c (typecmp): Use new argument layout. Update parameters
447 and comments. Simplify.
448 (hand_function_call): Use new argument layout.
449 (search_struct_method): Update call to typecmp.
450 (find_overload_match): Use new argument layout.
451
452 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
453
454 * NEWS: Mention multithreaded debug support for gdbserver.
455
456 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
457
458 * MAINTAINERS: Mention NEWS.
459
460 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
461
462 * gdbserver/regcache.c: Add comment.
463
464 2002-06-13 Daniel Jacobowitz <drow@mvista.com>
465
466 * mips-tdep.c (PROC_SYMBOL): Add warning comment.
467 (struct mips_objfile_private, compare_pdr_entries): New.
468 (non_heuristic_proc_desc): Read the ".pdr" section if it
469 is present.
470
471 2002-06-12 Andrew Cagney <ac131313@redhat.com>
472
473 * arm-tdep.c (arm_push_arguments): Rewrite using a two-pass loop.
474 (arm_debug): New static variable.
475 (_initialize_arm_tdep): Add ``set debug arm'' command.
476
477 2002-06-12 Andrew Cagney <ac131313@redhat.com>
478
479 * Makefile.in (sim_arm_h): Define.
480 (arm-tdep.o): Add $(sim_arm_h) and $(gdb_assert_h).
481 * arm-tdep.c: Include "gdb/sim-arm.h" and "gdb_assert.h".
482 (arm_register_sim_regno): New function, map an internal REGNUM
483 onto a simulator register number.
484 (arm_gdbarch_init): Set register_sim_regno.
485
486 2002-06-09 Aldy Hernandez <aldyh@redhat.com>
487
488 * MAINTAINERS: Add self.
489
490 2002-06-11 Jim Blandy <jimb@redhat.com>
491
492 * source.c (source_info): Mention whether the symtab has
493 information about preprocessor macros.
494
495 Call the command `info macro', not `show macro'.
496 * macrocmd.c (info_macro_command): Renamed from `show_macro_command'.
497 Fix error message.
498 (_initialize_macrocmd): Register `info_macro_command' in
499 `infolist', not `showlist'.
500
501 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
502
503 * mips-tdep.c (MIPS_FPU_TYPE, FP_REGISTER_DOUBLE, MIPS_EABI)
504 (MIPS_LAST_FP_ARG_REGNUM, MIPS_LAST_ARG_REGNUM)
505 (MIPS_DEFAULT_SAVED_REGSIZE, MIPS_REGS_HAVE_HOME_P)
506 (MIPS_DEFAULT_STACK_ARGSIZE, GDB_TARGET_IS_MIPS64)
507 (MIPS_DEFAULT_MASK_ADDRESS_P): Remove obsolete definitions. Define
508 unconditionally.
509 (set_mipsfpu_single_command, set_mipsfpu_double_command)
510 (set_mipsfpu_none_command): Remove if (GDB_MULTI_ARCH).
511 (_initialize_mips_tdep): Remove dead code.
512 * config/mips/tm-irix5.h (MIPS_LAST_ARG_REGNUM)
513 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
514 * config/mips/tm-irix6.h (MIPS_LAST_ARG_REGNUM)
515 (MIPS_DEFAULT_STACK_ARGSIZE, MIPS_REGS_HAVE_HOME_P): Remove.
516 * config/mips/tm-mips.h (MIPS_EABI, MIPS_LAST_ARG_REGNUM,
517 MIPS_LAST_FP_ARG_REGNUM): Remove.
518
519 2002-06-11 Daniel Jacobowitz <drow@mvista.com>
520
521 * gdbserver/thread-db.c: New file.
522 * gdbserver/proc-service.c: New file.
523 * gdbserver/acinclude.m4: New file.
524 * gdbserver/Makefile.in: Add GDBSERVER_LIBS, gdb_proc_service_h,
525 proc-service.o, and thread-db.o.
526 (linux-low.o): Add USE_THREAD_DB.
527 * gdbserver/acconfig.h: Add HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T,
528 HAVE_LWPID_T, HAVE_PSADDR_T, and PRFPREGSET_T_BROKEN.
529 * gdbserver/aclocal.m4: Regenerated.
530 * gdbserver/config.in: Regenerated.
531 * gdbserver/configure: Regenerated.
532 * gdbserver/configure.in: Check for proc_service.h, sys/procfs.h,
533 thread_db.h, and linux/elf.h headrs.
534 Check for lwpid_t, psaddr_t, prgregset_t, prfpregset_t, and
535 PRFPREGSET_T_BROKEN. Introduce srv_thread_depfiles and USE_THREAD_DB.
536 Check for -lthread_db and thread support.
537 * gdbserver/configure.srv: Enable thread_db support for ARM, i386, MIPS,
538 PowerPC, and SuperH.
539 * gdbserver/i387-fp.c: Constify arguments.
540 * gdbserver/i387-fp.h: Likewise.
541 * gdbserver/inferiors.c: (struct thread_info): Renamed from
542 `struct inferior_info'. Remove PID member. Use generic inferior
543 list header. All uses updated.
544 (inferiors, signal_pid): Removed.
545 (all_threads): New variable.
546 (get_thread): Define.
547 (add_inferior_to_list): New function.
548 (for_each_inferior): New function.
549 (change_inferior_id): New function.
550 (add_inferior): Removed.
551 (remove_inferior): New function.
552 (add_thread): New function.
553 (free_one_thread): New function.
554 (remove_thread): New function.
555 (clear_inferiors): Use for_each_inferior and free_one_thread.
556 (find_inferior): New function.
557 (find_inferior_id): New function.
558 (inferior_target_data): Update argument type.
559 (set_inferior_target_data): Likewise.
560 (inferior_regcache_data): Likewise.
561 (set_inferior_regcache_data): Likewise.
562 * gdbserver/linux-low.c (linux_bp_reinsert): Remove.
563 (all_processes, stopping_threads, using_thrads)
564 (struct pending_signals, debug_threads, pid_of): New.
565 (inferior_pid): Replace with macro.
566 (struct inferior_linux_data): Remove.
567 (get_stop_pc, add_process): New functions.
568 (linux_create_inferior): Restore SIGRTMIN+1 before calling exec.
569 Use add_process and add_thread.
570 (linux_attach_lwp): New function, based on old linux_attach. Use
571 add_process and add_thread. Set stop_expected for new threads.
572 (linux_attach): New function.
573 (linux_kill_one_process): New function.
574 (linux_kill): Kill all LWPs.
575 (linux_thread_alive): Use find_inferior_id.
576 (check_removed_breakpoints, status_pending_p): New functions.
577 (linux_wait_for_process): Renamed from linux_wait_for_one_inferior.
578 Update. Use WNOHANG. Wait for cloned processes also. Update process
579 struct for the found process.
580 (linux_wait_for_event): New function.
581 (linux_wait): Use it. Support LWPs.
582 (send_sigstop, wait_for_sigstop, stop_all_processes)
583 (linux_resume_one_process, linux_continue_one_process): New functions.
584 (linux_resume): Support LWPs.
585 (REGISTER_RAW_SIZE): Remove.
586 (fetch_register): Use register_size instead. Call supply_register.
587 (usr_store_inferior_registers): Likewise. Call collect_register.
588 Fix recursive case.
589 (regsets_fetch_inferior_registers): Improve error message.
590 (regsets_store_inferior_registers): Add debugging.
591 (linux_look_up_symbols): Call thread_db_init if USE_THREAD_DB.
592 (unstopped_p, linux_signal_pid): New functions.
593 (linux_target_ops): Add linux_signal_pid.
594 (linux_init_signals): New function.
595 (initialize_low): Call it. Initialize using_threads.
596 * gdbserver/regcache.c (inferior_regcache_data): Add valid
597 flag.
598 (get_regcache): Fetch registers lazily. Add fetch argument
599 and update all callers.
600 (regcache_invalidate_one, regcache_invalidate): New
601 functions.
602 (new_register_cache): Renamed from create_register_cache.
603 Return the new regcache.
604 (free_register_cache): Change argument to a void *.
605 (registers_to_string, registers_from_string): Call get_regcache
606 with fetch flag set.
607 (register_data): Make static. Pass fetch flag to get_regcache.
608 (supply_register): Call get_regcache with fetch flag clear.
609 (collect_register): Call get_regcache with fetch flag set.
610 (collect_register_as_string): New function.
611 * gdbserver/regcache.h: Update.
612 * gdbserver/remote-utils.c (putpkt): Flush after debug output and use
613 stderr.
614 Handle input interrupts while waiting for an ACK.
615 (input_interrupt): Use signal_pid method.
616 (getpkt): Flush after debug output and use stderr.
617 (outreg): Use collect_register_as_string.
618 (new_thread_notify, dead_thread_notify): New functions.
619 (prepare_resume_reply): Check using_threads. Set thread_from_wait
620 and general_thread.
621 (look_up_one_symbol): Flush after debug output.
622 * gdbserver/server.c (step_thread, server_waiting): New variables.
623 (start_inferior): Don't use signal_pid. Update call to mywait.
624 (attach_inferior): Update call to mywait.
625 (handle_query): Handle qfThreadInfo and qsThreadInfo.
626 (main): Don't fetch/store registers explicitly. Use
627 set_desired_inferior. Support proposed ``Hs'' packet. Update
628 calls to mywait.
629 * gdbserver/server.h: Update.
630 (struct inferior_list, struct_inferior_list_entry): New.
631 * gdbserver/target.c (set_desired_inferior): New.
632 (write_inferior_memory): Constify.
633 (mywait): New function.
634 * gdbserver/target.h: Update.
635 (struct target_ops): New signal_pid method.
636 (mywait): Removed macro, added prototype.
637
638 * gdbserver/linux-low.h (regset_func): Removed.
639 (regset_fill_func, regset_store_func): New.
640 (enum regset_type): New.
641 (struct regset_info): Add type field. Use new operation types.
642 (struct linux_target_ops): stop_pc renamed to get_pc.
643 Add decr_pc_after_break and breakpoint_at.
644 (get_process, get_thread_proess, get_process_thread)
645 (strut process_info, all_processes, linux_attach_lwp)
646 (thread_db_init): New.
647
648 * gdbserver/linux-arm-low.c (arm_get_pc, arm_set_pc,
649 arm_breakpoint, arm_breakpoint_len, arm_breakpoint_at): New.
650 (the_low_target): Add new members.
651 * gdbserver/linux-i386-low.c (i386_store_gregset, i386_store_fpregset)
652 (i386_store_fpxregset): Constify.
653 (target_regsets): Add new kind identifier.
654 (i386_get_pc): Renamed from i386_stop_pc. Simplify.
655 (i386_set_pc): Add debugging.
656 (i386_breakpoint_at): New function.
657 (the_low_target): Add new members.
658 * gdbserver/linux-mips-low.c (mips_get_pc, mips_set_pc)
659 (mips_breakpoint, mips_breakpoint_len, mips_reinsert_addr)
660 (mips_breakpoint_at): New.
661 (the_low_target): Add new members.
662 * gdbserver/linux-ppc-low.c (ppc_get_pc, ppc_set_pc)
663 (ppc_breakpoint, ppc_breakpoint_len, ppc_breakpoint_at): New.
664 (the_low_target): Add new members.
665 * gdbserver/linux-sh-low.c (sh_get_pc, sh_set_pc)
666 (sh_breakpoint, sh_breakpoint_len, sh_breakpoint_at): New.
667 (the_low_target): Add new members.
668 * gdbserver/linux-x86-64-low.c (target_regsets): Add new kind
669 identifier.
670
671 2002-06-11 Michal Ludvig <mludvig@suse.cz>
672
673 * dwarf2cfi.c (unwind_tmp_obstack_init): New.
674 (unwind_tmp_obstack_free, parse_frame_info)
675 (update_context, cfi_read_fp, cfi_write_fp)
676 (cfi_frame_chain, cfi_init_extra_frame_info)
677 (cfi_virtual_frame_pointer): Use the above function.
678 * dwarf2cfi.c: Reindented (using 'indent dwarf2cfi.c').
679
680 2002-06-11 Corinna Vinschen <vinschen@redhat.com>
681
682 * v850-tdep.c (v850_type_is_scalar): New function.
683 (v850_use_struct_convention): Match current gcc implementation
684 as close as possible.
685 (v850_push_arguments): Fix stack_offset handling. Don't write
686 struct_addr into register. This is done by v850_store_struct_return.
687 (v850_extract_return_value): Care for structs.
688 (v850_store_return_value): Ditto.
689 (v850_store_struct_return): Actually write address.
690
691 2002-06-11 Michal Ludvig <mludvig@suse.cz>
692
693 * x86-64-tdep.c (x86_64_skip_prologue): Fix to work on functions
694 without debug information too.
695
696 2002-06-10 Andrew Cagney <ac131313@redhat.com>
697
698 * gdbarch.sh (PRINT_FLOAT_INFO): Add frame and ui_file parameters.
699 Make multi-arch pure.
700 * gdbarch.h, gdbarch.c: Re-generate.
701 * arm-tdep.c (arm_print_float_info): Update.
702 * arch-utils.h (default_print_float_info): Update.
703 * arch-utils.c (default_print_float_info): Update.
704 * infcmd.c (float_info): Update call.
705
706 2002-06-10 Andrew Cagney <ac131313@redhat.com>
707
708 * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
709 the front of the initialize list.
710
711 2002-06-10 Andrew Cagney <ac131313@redhat.com>
712
713 * infrun.c (struct inferior_status): Replace fields
714 selected_frame_address and selected_level with field
715 selected_frame_id.
716 (save_inferior_status): Update. Use get_frame_id.
717 (struct restore_selected_frame_args): Delete.
718 (restore_selected_frame): Update. Use frame_find_by_id.
719 (restore_inferior_status): Update.
720
721 * breakpoint.h (struct breakpoint): Change type of
722 watchpoint_frame to frame_id.
723 * breakpoint.c (insert_breakpoints): Use frame_find_by_id. Remove
724 call to get_current_frame.
725 (do_enable_breakpoint): Use frame_find_by_id. Remove call to
726 get_current_frame.
727 (watchpoint_check): Use frame_find_by_id.
728
729 * frame.h (record_selected_frame): Delete declaration.
730 * stack.c (record_selected_frame): Delete function.
731
732 * frame.h (struct frame_id): Define.
733 (get_frame_id): Declare.
734 (frame_find_by_id): Declare.
735 * frame.c (frame_find_by_id): New function.
736 (get_frame_id): New function.
737
738 2002-06-10 Andrey Volkov <avolkov@transas.com>
739
740 * ser-e7kpc.c: Fix duplicated define and call of
741 _initialize_ser_e7000pc
742
743 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
744
745 * signals/signals.c (target_signal_from_host): Fix #ifdef
746 SIGRTMIN case.
747 (do_target_signal_to_host): Likewise.
748
749 2002-06-09 Daniel Jacobowitz <drow@mvista.com>
750
751 * mips-tdep.c (mips_find_abi_section): New function.
752 (mips_gdbarch_init): Call it.
753
754 2002-06-09 Mark Kettenis <kettenis@gnu.org>
755
756 * solib-svr4.c (init_fetch_link_map_offsets): Simply return
757 legacy_fetch_link_map_offsets. Adjust comment to reflect reality
758 after Andrew's 2002-06-08 gdbarch change.
759
760 2002-06-09 Mark Kettenis <kettenis@gnu.org>
761
762 * i386-linux-nat.c (suppy_gregset): Don't supply
763 I386_LINUX_ORIG_EAX_REGNUM if there isn't room for it in GDB's
764 register cache.
765 (fill_gregset): Don't fetch it under the same circumstances.
766
767 2002-06-09 Andrew Cagney <cagney@redhat.com>
768
769 * Makefile.in (callback_h): Define.
770 (remote_sim_h): Update path to remote-sim.h.
771 (remote-rdp.o): Add $(callback_h).
772 (remote-sim.o): Use $(callback_h).
773 * remote-sim.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
774 * remote-rdp.c: Include "gdb/callback.h".
775
776 2002-06-09 Mark Kettenis <kettenis@gnu.org>
777
778 * osabi.h (gdb_osabi): Add GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
779 * osabi.c (gdb_osabi_names): Add "DJGPP" and "NetWare".
780
781 2002-06-08 Andrew Cagney <ac131313@redhat.com>
782
783 * sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
784 * rdi-share/serpardr.c: Ditto.
785 * rdi-share/unixcomm.c: Ditto.
786 * rdi-share/serdrv.c: Ditto.
787 * rdi-share/hostchan.h: Ditto.
788 * rdi-share/hostchan.c: Ditto.
789 * rdi-share/host.h: Ditto.
790 * rdi-share/devsw.c: Ditto.
791
792 * objfiles.h: Change type of obj_private to void pointer.
793 * pa64solib.c: Update copyright. Don't include "assert.h", use
794 strcmp instead of STREQ, use LONGEST, do not use PTR
795 * somsolib.c: Ditto.
796
797 * config/djgpp/fnchange.lst: Fix problems with bfd/elf32-i386.c,
798 bfd/elf32-i386qnx.c, bfd/elf32-sh.c, bfd/elf32-sh64-nbsd.c,
799 bfd/elf64-sh64-nbsd.c bfd/elf64-sh64.c.
800
801 2002-06-08 Andrew Cagney <ac131313@redhat.com>
802
803 * frame.c (GET_SAVED_REGISTER): Delete macro definition.
804 (default_get_saved_register): Delete function.
805 * gdbarch.sh (GET_SAVED_REGISTER): Set default to
806 generic_unwind_get_saved_register.
807 * gdbarch.h, gdbarch.c: Re-generate.
808
809 2002-06-08 Andrew Cagney <ac131313@redhat.com>
810
811 * gdbarch.sh (FRAME_CHAIN_VALID): Set default to
812 generic_func_frame_chain_valid.
813 * gdbarch.h, gdbarch.c: Re-generate.
814 * blockframe.c (generic_func_frame_chain_valid): Only check
815 PC_IN_CALL_DUMMY when generic dummy frames. Don't worry about
816 passing FP to PC_IN_CALL_DUMMY.
817 Fix PR gdb/360.
818
819 2002-06-08 Andrew Cagney <ac131313@redhat.com>
820
821 * gdbarch.sh (struct gdbarch_data): Add field init_p.
822 (register_gdbarch_data): Initialize init_p.
823 (gdbarch_data): Initialize data pointer using the init function.
824 (init_gdbarch_data): Delete function.
825 (gdbarch_update_p): Update.
826 (initialize_non_multiarch): Update.
827 (struct gdbarch): Add field initialized_p.
828 * gdbarch.h, gdbarch.c: Re-generate.
829
830 2002-06-07 Michal Ludvig <mludvig@suse.cz>
831
832 * x86-64-linux-nat.c (x86_64_fxsave_offset): New.
833 (supply_fpregset, fill_fpregset): Don't call i387_*_fxsave,
834 better do the things actually here.
835 * x86-64-tdep.c (x86_64_register_name2nr): New.
836 (x86_64_register_name): Renamed to x86_64_register_nr2name.
837 (x86_64_gdbarch_init): Respect the above change.
838 * x86-64-tdep.h (x86_64_register_name2nr)
839 (x86_64_register_nr2name): Add prototypes.
840 * config/i386/x86-64linux.mt (TDEPFILES): Remove i387-tdep.o.
841
842 2002-06-06 Michael Snyder <msnyder@redhat.com>
843
844 * d10v-tdep.c (d10v_push_arguments): Handle struct_return.
845 Delete extra braces and re-indent.
846 (d10v_store_return_value): Char return values
847 must be shifted over by one byte in R0.
848 (d10v_extract_return_value): Delete extra braces, re-indent.
849
850 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
851
852 * d10v-tdep.c (d10v_read_sp, d10v_read_fp): Add prototype.
853 (d10v_register_virtual_type): Make $fp and $sp be pointer to data.
854 (d10v_integer_to_address): Rewrite.
855 (d10v_frame_init_saved_regs): When reading fp and sp registers use
856 the d10v specific functions which take care of converting to the
857 correct space.
858
859 2002-06-06 Elena Zannoni <ezannoni@redhat.com>
860
861 * config/djgpp/fnchange.lst: Add testsuite files altivec-abi.c,
862 altivec-abi.exp, altivec-regs.c, altivec-regs.exp.
863
864 2002-06-02 Andrew Cagney <ac131313@redhat.com>
865
866 * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm
867 includes.
868 * config/tm-linux.h: Ditto.
869 * config/alpha/tm-alphalinux.h: Ditto.
870 * config/arm/nm-linux.h, config/arm/tm-linux.h: Ditto.
871 * config/arm/xm-nbsd.h, config/i386/nm-gnu.h: Ditto.
872 * config/i386/nm-i386lynx.h, config/i386/nm-i386sol2.h: Ditto.
873 * config/i386/nm-i386v4.h, config/i386/nm-i386v42mp.h: Ditto.
874 * config/i386/nm-linux.h, config/i386/nm-m3.h: Ditto.
875 * config/i386/nm-ptx4.h, config/i386/nm-x86-64.h: Ditto.
876 * config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h: Ditto.
877 * config/i386/tm-i386m3.h, config/i386/tm-i386sco5.h: Ditto.
878 * config/i386/tm-i386v4.h, config/i386/tm-linux.h: Ditto.
879 * config/i386/tm-ptx4.h, config/i386/tm-vxworks.h: Ditto.
880 * config/i386/xm-i386v4.h, config/i386/xm-nbsd.h: Ditto.
881 * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto.
882 * config/i960/tm-vx960.h, config/ia64/nm-aix.h: Ditto.
883 * config/ia64/nm-linux.h, config/ia64/tm-aix.h: Ditto.
884 * config/ia64/tm-linux.h, config/ia64/xm-aix.h: Ditto.
885 * config/m68k/nm-linux.h, config/m68k/nm-m68klynx.h: Ditto.
886 * config/m68k/nm-sysv4.h, config/m68k/tm-linux.h: Ditto.
887 * config/m68k/tm-m68klynx.h, config/m68k/tm-m68kv4.h: Ditto.
888 * config/m68k/tm-sun2os4.h, config/m68k/tm-sun3os4.h: Ditto.
889 * config/m68k/tm-vx68.h, config/m68k/xm-m68kv4.h: Ditto.
890 * config/m68k/xm-nbsd.h, config/m88k/nm-delta88v4.h: Ditto.
891 * config/m88k/tm-delta88v4.h, config/m88k/xm-delta88v4.h: Ditto.
892 * config/mips/nm-irix5.h, config/mips/nm-linux.h: Ditto.
893 * config/mips/tm-linux.h, config/mips/tm-mips64.h: Ditto.
894 * config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h: Ditto.
895 * config/mips/tm-vxmips.h, config/mips/xm-irix5.h: Ditto.
896 * config/mips/xm-mipsv4.h, config/ns32k/xm-nbsd.h: Ditto.
897 * config/pa/nm-hppao.h, config/powerpc/nm-linux.h: Ditto.
898 * config/powerpc/tm-linux.h, config/powerpc/tm-vxworks.h: Ditto.
899 * config/powerpc/xm-aix.h, config/rs6000/nm-rs6000ly.h: Ditto.
900 * config/rs6000/tm-rs6000ly.h, config/rs6000/xm-aix4.h: Ditto.
901 * config/sh/tm-linux.h, config/sparc/nm-linux.h: Ditto.
902 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4sol2.h: Ditto.
903 * config/sparc/tm-linux.h, config/sparc/tm-sp64linux.h: Ditto.
904 * config/sparc/tm-sp64sim.h, config/sparc/tm-sparclynx.h: Ditto.
905 * config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h: Ditto.
906 * config/sparc/tm-vxsparc.h, config/sparc/xm-sun4sol2.h: Ditto.
907
908 2002-05-04 Aidan Skinner <aidan@velvet.net>
909
910 * ada-exp.tab.c: New file
911 * ada-exp.y: New file
912 * ada-lang.c: New file
913 * ada-lang.h: New file
914 * ada-lex.c: New file
915 * ada-lex.l: New file
916 * ada-tasks.c: New file
917 * ada-typeprint.c: New file
918 * ada-valprint.c: New file
919
920 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
921
922 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Don't set
923 use_struct_convention to ppc_sysv_abi_broken_use_struct_convention.
924
925 2002-06-02 Jason Thorpe <thorpej@wasabisystems.com>
926
927 * config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
928 insetead of ppc-linux-tdep.o.
929 * config/rs6000/rs6000.mt (TDEPFILES): Likewise.
930 * config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.
931
932 2002-06-02 Andrew Cagney <ac131313@redhat.com>
933
934 2002-05-07 Christian Groessler <chris@groessler.org>
935 * z8k-tdep.c (z8k_print_register_hook): Fix display of 32 and 64
936 bit register contents for little endian hosts.
937
938 2002-06-01 Andrew Cagney <ac131313@redhat.com>
939
940 * MAINTAINERS: Mention that any `HP/UX reader' can be changed by
941 any maintainer.
942
943 2002-06-01 Andrew Cagney <ac131313@redhat.com>
944
945 * gdbarch.h: Regenerate.
946
947 2002-06-01 Andrew Cagney <ac131313@redhat.com>
948
949 * MAINTAINERS: Add everyone to write-after-approval list.
950
951 2002-06-01 Andrew Cagney <ac131313@redhat.com>
952
953 * stack.c (frame_info): Use frame_register_unwind instead of
954 saved_regs. Mention when the SP is on the stack or in a register.
955
956 * frame.h (frame_register_unwind_ftype): Define. Document.
957 (struct frame_info): Add field register_unwind and
958 register_unwind_cache.
959 (frame_register_unwind): Declare.
960 (generic_unwind_get_saved_register): Declare.
961
962 * frame.c (frame_register_unwind): New function.
963 (generic_unwind_get_saved_register): New function.
964
965 * blockframe.c (generic_call_dummy_register_unwind): New function.
966 (frame_saved_regs_register_unwind): New function.
967 (set_unwind_by_pc): New function.
968 (create_new_frame): New function.
969 (get_prev_frame): New function.
970
971 2002-05-30 Andrew Cagney <ac131313@redhat.com>
972
973 * a29k-share/: Delete directory.
974 * remote-vx29k.c: Delete file.
975
976 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
977
978 * config/djgpp/fnchange.lst: Add ns32knbsd-nat.c, ns32knbsd-tdep.c,
979 ppcnbsd-nat.c, ppcnbsd-tdep.c, sparcnbsd-nat.c, and sparcnbsd-tdep.c.
980
981 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
982
983 * Makefile.in (ALLDEPFILES): Add sparc64nbsd-nat.c,
984 sparcnbsd-nat.c, and sparcnbsd-tdep.c.
985 (sparc64nbsd-nat.o)
986 (sparcnbsd-nat.o)
987 (sparcnbsd-tdep.o): New dependency lists.
988 * NEWS: Note new UltraSPARC NetBSD native configuration.
989 * configure.host (sparc64-*-netbsd*): New host.
990 * configure.tgt (sparc-*-netbsdelf*)
991 (sparc-*-netbsd*): Set gdb_target to nbsd.
992 (sparc64-*-netbsd*): New target.
993 * sparc64nbsd-nat.c: New file.
994 * sparcnbsd-nat.c: New file.
995 * sparcnbsd-tdep.c: New file.
996 * sparcnbsd-tdep.h: New file.
997 * config/sparc/nbsd.mt: New file.
998 * config/sparc/nbsd64.mh: New file.
999 * config/sparc/nbsd64.mt: New file.
1000 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove corelow.o,
1001 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1002 (HOST_IPC): Remove.
1003 * config/sparc/nbsdaout.mt: Remove.
1004 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove corelow.o,
1005 sparc-nat.o, and solib.o. Add sparcnbsd-nat.o.
1006 (HOST_IPC): Remove.
1007 * config/sparc/nbsdelf.mt: Remove.
1008 * config/sparc/nm-nbsd.h: Update copyright years. Remove all
1009 sparc-nat.c compatiblity defines.
1010 * config/sparc/tm-nbsd.h: Update copyright years. Include solib.h.
1011 (GDB_MULTI_ARCH): Set to GDB_MULTI_ARCH_PARTIAL.
1012 * config/sparc/tm-nbsd64.h: New file.
1013 * config/sparc/tm-nbsdaout.h: Remove.
1014 * config/sparc/xm-nbsd.h: Remove.
1015
1016 2002-05-30 Jason Thorpe <thorpej@wasabisystems.com>
1017
1018 * Makefile.in (sparc-tdep.o): Add osabi.h to dependency list.
1019 * sparc-tdep.c: Include osabi.h.
1020 (gdbarch_tdep): Add osabi member.
1021 (_initialize_sparc_tdep): Use gdbarch_register.
1022 (sparc_gdbarch_init): Use generic OS ABI framework.
1023 (sparc_dump_tdep): New function.
1024
1025 2002-05-30 Kevin Buettner <kevinb@redhat.com>
1026
1027 * corefile.c (do_captured_read_memory_integer): Return non-zero
1028 result.
1029 (safe_read_memory_integer): Copy result of memory read when
1030 status is non-zero. Also, add comments.
1031
1032 2002-05-20 Jason Thorpe <thorpej@wasabisystems.com>
1033
1034 * Makefile.in (ppc_tdep_h): Define.
1035 (ppc-linux-nat.o)
1036 (ppc-linux-tdep.o)
1037 (rs6000-tdep.o): Use $(ppc_tdep_h).
1038 (ppc-sysv-tdep.o)
1039 (ppcnbsd-nat.o)
1040 (ppcnbsd-tdep.o): New dependency lists.
1041 * ppc-tdep.h: Use generic OS ABI framework.
1042 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep)
1043 (ppc_linux_init_abi): New functions.
1044 (ppc_sysv_abi_broken_use_struct_convention)
1045 (ppc_sysv_abi_use_struct_convention)
1046 (ppc_sysv_abi_push_arguments): Move to...
1047 * ppc-sysv-tdep.c: ...here.
1048 * ppcnbsd-nat.c: Don't include gdbcore.h and regcache.h.
1049 * rs6000-tdep.c (process_note_abi_tag_sections)
1050 (get_elfosabi): Remove.
1051 (rs6000_gdbarch_init): Use generic OS ABI framework.
1052 (rs6000_dump_tdep): New function.
1053 (_initialize_rs6000_tdep): Use gdbarch_register.
1054 * config/powerpc/linux.mt (TDEPFILES): Add ppc-sysv-tdep.o.
1055 * config/powerpc/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
1056 * config/powerpc/aix.mt (TDEPFILES): Use ppc-sysv-tdep.o instead
1057 of ppc-linux-tdep.o.
1058 * config/powerpc/nbsd.mt (TDEPFILES): Likewise.
1059 * config/powerpc/ppc-eabi.mt (TDEPFILES): Likewise.
1060 * config/powerpc/ppc-sim.mt (TDEPFILES): Likewise.
1061 * config/powerpc/ppcle-eabi.mt (TDEPFILES): Likewise.
1062 * config/powerpc/ppcle-sim.mt (TDEPFILES): Likewise.
1063 * config/powerpc/vxworks.mt (TDEPFILES): Likewise.
1064
1065 2002-05-29 Jim Blandy <jimb@redhat.com>
1066
1067 * macroscope.c (default_macro_scope): Put `void' in empty argument
1068 list.
1069
1070 2002-05-29 Andrew Cagney <ac131313@redhat.com>
1071
1072 * Makefile.in (arch-utils.o): Add $(sim_regno_h).
1073 * arch-utils.c: Include "sim-regno.h".
1074 * gdbarch.sh: Don't include "sim-regno.h".
1075 * gdbarch.h, gdbarch.c: Regenerate.
1076 * sim-regno.h (legacy_register_sim_regno): Move declaration from
1077 here.
1078 * arch-utils.h (legacy_register_sim_regno): To here.
1079 * remote-sim.c (legacy_register_sim_regno): Move function from
1080 here.
1081 * arch-utils.c (legacy_register_sim_regno): To here.
1082
1083 2002-05-28 Andrew Cagney <ac131313@redhat.com>
1084
1085 * sim-regno.h: New file.
1086 * Makefile.in (sim_regno_h): Define.
1087 (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h).
1088 * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h".
1089 (legacy_register_sim_regno): New function.
1090 (one2one_register_sim_regno): New function.
1091 (gdbsim_fetch_register): Rewrite.
1092 (gdbsim_store_register): Only store a register when
1093 REGISTER_SIM_REGNO is valid.
1094 * d10v-tdep.c: Include "sim-regno.h".
1095 (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check.
1096 (d10v_ts3_register_sim_regno): Ditto.
1097 * gdbarch.sh: Include "sim-regno.h".
1098 (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno.
1099 * gdbarch.h, gdbarch.c: Regenerate.
1100 * arch-utils.h (default_register_sim_regno): Delete declaration.
1101 * arch-utils.c (default_register_sim_regno): Delete function.
1102
1103 2002-05-28 Jason Thorpe <thorpej@wasabisystems.com>
1104
1105 * ppcnbsd-nat.c: Rewrite.
1106 * ppcnbsd-tdep.c: New file.
1107 * ppcnbsd-tdep.h: New file.
1108 * config/powerpc/nbsd.mh (NATDEPFILES): Remove corelow.o,
1109 solib.o, and solib-svr4.o.
1110 * config/powerpc/nbsd.mt (TDEPFILES): Add ppcnbsd-tdep.o,
1111 nbsd-tdep.o, and corelow.o.
1112
1113 2002-05-28 Andrew Cagney <ac131313@redhat.com>
1114
1115 * MAINTAINERS (--enable-gdb-build-warnings): Rewrite script to use
1116 `tr' and `sed'. Mention that `broken' targets are not expected to
1117 build.
1118
1119 2002-05-27 Michal Ludvig <mludvig@suse.cz>
1120
1121 * x86-64-tdep.c (x86_64_skip_prologue): Remove obsolete note.
1122 Let PC point right after the prologue before looking up symbols.
1123
1124 2002-05-27 Martin M. Hunt <hunt@redhat.com>
1125
1126 * i386-tdep.c (i386_register_virtual_type): Return
1127 builtin_type_vec128i for SSE registers.
1128
1129 * gdbtypes.h (builtin_type_vec128i): Declare.
1130
1131 * gdbtypes.c (build_builtin_type_vec128i): New function.
1132 (builtin_type_v2_double, builtin_type_v4_int64): New types.
1133 (builtin_type_vec128i): New type for SSE2 128-bit registers.
1134 (build_gdbtypes): Initialize new builtin vector types.
1135 (_initialize_gdbtypes): Register new vector types with gdbarch.
1136
1137 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1138
1139 * MAINTAINERS: ns32k is not longer an obsolete candidate,
1140 since it has been multi-arch'd.
1141 * NEWS: Note that ns32k-*-* is now partial multi-arch.
1142 Move Alpha and VAX multi-arch news entries to same section
1143 as other multi-arch news.
1144
1145 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1146
1147 * ns32k-tdep.c: include gdbtypes.h, inferior.h, regcache.h,
1148 target.s, arch-utils.h, ns32k-tdep.h. Make many functions
1149 static. Rename some register numbers to put them in ns32k-tdep
1150 private namespace.
1151 (ns32k_get_saved_register, ns32k_gdbarch_init_32082,
1152 ns32k_gdbarch_init_32382, ns32k_gdbarch_init, ns32k_dump_tdep): New
1153 functions.
1154 (_initialize_ns32k_tdep): Use gdbarch_register.
1155 * ns32k-tdep.h: New file.
1156 * ns32knbsd-tdep.c: New file.
1157 * config/ns32k/nbsdaout.mt (TDEPFILES): Add ns32knbsd-tdep.o.
1158 * config/ns32k/tm-nbsd.h: Include "ns32k/tm-ns32k.h".
1159 (IN_SOLIB_CALL_TRAMPOLINE, REGISTER_NAME, NUM_REGS,
1160 REGISTER_BYTES, REGISTER_BYTE): Remove.
1161 * config/ns32k/tm-ns32k.h: New file.
1162 * config/ns32k/tm-umax.h: Remove.
1163
1164 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1165
1166 * ns32k-tdep.c (ns32k_saved_pc_after_call,
1167 ns32k_store_struct_return, ns32k_extract_return_value,
1168 ns32k_store_return_value, ns32k_extract_struct_value_address): New
1169 functions.
1170 * config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
1171 ns32k_saved_pc_after_call.
1172 (STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
1173 (EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
1174 (STORE_RETURN_VALUE): Define as ns32k_store_return_value.
1175 (EXTRACT_STRUCT_VALUE_ADDRESS): Define as
1176 ns32k_extract_struct_value_address.
1177
1178 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1179
1180 * ns32k-tdep.c (ns32k_call_dummy_words, sizeof_ns32k_call_dummy_words,
1181 ns32k_fix_call_dummy): New.
1182 * config/ns32k/tm-umax.h (CALL_DUMMY_WORDS): Define as
1183 ns32k_call_dummy_words.
1184 (SIZEOF_CALL_DUMMY_WORDS): Define as sizeof_ns32k_call_dummy_words.
1185 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_ADDR,
1186 CALL_DUMMY_NARGS): Remove.
1187 (FIX_CALL_DUMMY): Define as ns32k_fix_call_dummy.
1188
1189 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1190
1191 * ns32k-tdep.c (ns32k_breakpoint_from_pc, ns32k_frame_chain,
1192 ns32k_frame_saved_pc, ns32k_frame_args_address,
1193 ns32k_frame_locals_address, ns32k_frame_init_saved_regs,
1194 ns32k_push_dummy_frame, ns32k_pop_frame): New functions.
1195 * config/ns32k/tm-nbsd.h (FRAME_SAVED_PC): Remove.
1196 * config/ns32k/tm-umax.h (INNER_THAN): Define as core_addr_lessthan.
1197 (BREAKPOINT_FROM_PC): Define as ns32k_breakpoint_from_pc.
1198 (BREAKPOINT): Remove..
1199 (FRAME_CHAIN): Define as ns32k_frame_chain.
1200 (FRAME_SAVED_PC): Define as ns32k_frame_saved_pc.
1201 (FRAME_ARGS_ADDRESS): Define as ns32k_frame_args_address.
1202 (FRAME_LOCALS_ADDRESS): Define as ns32k_frame_locals_address.
1203 (FRAME_FIND_SAVED_REGS): Remove.
1204 (FRAME_INIT_SAVED_REGS): Define as ns32k_frame_init_saved_regs.
1205 (PUSH_DUMMY_FRAME): Define as ns32k_push_dummy_frame.
1206 (POP_FRAME): Define as ns32k_pop_frame.
1207
1208 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1209
1210 * ns32k-tdep.c (ns32k_register_byte_32082,
1211 ns32k_register_byte_32382, ns32k_register_raw_size,
1212 ns32k_register_virtual_size, ns32k_register_virtual_type): New
1213 functions.
1214 * config/ns32k/tm-nbsd.h (REGISTER_BYTE): Define as
1215 ns32k_register_byte_32382.
1216 * config/ns32k/tm-umax.h: Update copyright years.
1217 (REGISTER_BYTE): Define as ns32k_register_byte_32082.
1218 (REGISTER_RAW_SIZE): Define as ns32k_register_raw_size.
1219 (REGISTER_VIRTUAL_SIZE): Define as ns32k_register_virtual_size.
1220 (REGISTER_VIRTUAL_TYPE): Define as ns32k_register_virtual_type.
1221 (ns32k_get_enter_addr): Fix prototype.
1222
1223 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1224
1225 * ns32k-tdep.c: Update copyright years.
1226 (ns32k_register_name_32082): New function.
1227 (ns32k_register_name_32382): Ditto.
1228 * config/ns32k/tm-nbsd.h (REGISTER_NAMES): Remove.
1229 (REGISTER_NAME): Define as ns32k_register_name_32382.
1230 * config/ns32k/tm-umax.h (REGISTER_NAMES): Remove.
1231 (REGISTER_NAME): Define as ns32k_register_name_32082.
1232
1233 2002-05-24 Jim Blandy <jimb@redhat.com>
1234
1235 * dwarf2read.c (free_line_header): Use xfree, not free.
1236
1237 2002-05-24 Jason Thorpe <thorpej@wasabisystems.com>
1238
1239 * config/djgpp/fnchange.lst: Add alphabsd-nat.c,
1240 alphabsd-tdep.c, mipsnbsd-nat.c, and mipsnbsd-tdep.c
1241
1242 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1243
1244 * PROBLEMS: Mention s390 and FreeBSD 4.4 build problems.
1245
1246 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1247
1248 From Ross Alexander at NEC Europe:
1249 * config/pa/hpux11w.mh (NATDEPFILES): Add solib.o.
1250
1251 2002-05-23 Michael Snyder <msnyder@redhat.com>
1252
1253 * cli/cli-dump.c (restore_command): Use parse_and_eval_long
1254 for input, rather than parse_and_eval_address.
1255
1256 2002-05-23 Andrew Cagney <ac131313@redhat.com>
1257
1258 * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h".
1259 * Makefile.in (sim_d10v_h): Update definition.
1260
1261 2002-05-24 Andrew Cagney <cagney@redhat.com>
1262
1263 * d10v-tdep.c (d10v_gdbarch_init): Revert old code included in
1264 change `2002-05-22 Michael Snyder' below.
1265 (d10v_push_arguments): Ditto.
1266 (d10v_extract_return_value): Ditto.
1267
1268 2002-05-23 Jim Blandy <jimb@redhat.com>
1269
1270 * macrotab.c (check_for_redefinition): Don't complain if the new
1271 definition is the same as the previous one. Take more arguments
1272 to allow the comparison.
1273 (macro_define_object, macro_define_function): Pass more arguments
1274 to check_for_redefinition.
1275
1276 2002-05-22 Michael Snyder <msnyder@redhat.com>
1277
1278 * d10v-tdep.c: Change a few macros to enums for ease of debugging.
1279 (d10v_frame_chain_valid): Add PC_IN_CALL_DUMMY clause.
1280 (d10v_frame_saved_pc): Add PC_IN_CALL_DUMMY clause.
1281 (d10v_frame_chain): Bail immediately if PC_IN_CALL_DUMMY.
1282 Don't bail if return_pc is PC_IN_CALL_DUMMY.
1283 Add a temp variable to save a call (and a memory read).
1284 (d10v_init_extra_frame_info): Get fi->pc from callee's return_pc
1285 if possible (so that PC_IN_CALL_DUMMY will work).
1286
1287 2002-05-22 Corinna Vinschen <vinschen@redhat.com>
1288
1289 * MAINTAINERS: Remove status `OBSOLETE' from v850.
1290
1291 2002-05-22 Michal Ludvig <mludvig@suse.cz>
1292
1293 * dwarf2cfi.c (frame_state_for): Added safety check for a valid
1294 fde->cie_ptr.
1295 (dwarf2_build_frame_info): Corrected handling of eh_frame.
1296 (dwarf2_build_frame_info): Add offset to fde->initial_location
1297 so that frames of shared libraries are mapped correctly.
1298 (execute_stack_op): Change type of 'result' from ULONGEST to
1299 CORE_ADDR.
1300
1301 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1302
1303 * config/alpha/tm-nbsd.h: Include solib.h.
1304
1305 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1306
1307 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Don't make
1308 assumptions about the host's byte order.
1309
1310 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1311
1312 * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
1313 to dependency list.
1314 * alphanbsd-tdep.c: Include solib-svr4.h.
1315 * shnbsd-tdep.c: Ditto.
1316
1317 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
1318
1319 * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
1320 nbsd-tdep.h to dependency list.
1321 * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
1322 i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
1323 ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
1324 nbsdaout.mh and nbsdelf.mh consistently.
1325 * configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
1326 ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
1327 nbsdaout.mt and nbsdelf.mh consistently.
1328 * armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
1329 (arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
1330 to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
1331 * config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
1332 a.out shared library stuff from here...
1333 * config/nm-nbsdaout.h: ...to here.
1334 * config/tm-nbsd.h: Remove.
1335 * config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
1336 * config/arm/nbsd.mh: Remove.
1337 * config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
1338 nbsd-tdep.o.
1339 * config/arm/nbsdaout.mh: New file.
1340 * config/arm/nbsdelf.mh: New file.
1341 * config/arm/nm-nbsdaout.h: New file.
1342 * config/i386/nbsd.mh: Remove.
1343 * config/i386/nbsd.mt: Remove.
1344 * config/i386/nbsdaout.mh: New file.
1345 * config/i386/nbsdaout.mt: New file.
1346 * config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1347 * config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
1348 * config/i386/nm-nbsd.h (REGISTER_U_ADDR,
1349 i386_register_u_addr): Remove.
1350 * config/i386/nm-nbsdaout.h: New file.
1351 * config/i386/nm-nbsdelf.h: Remove.
1352 * config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
1353 (USE_STRUCT_CONVENTION): Remove.
1354 * config/i386/tm-nbsdaout.h: New file.
1355 * config/i386/tm-nbsdelf.h: Remove.
1356 * config/m68k/nbsd.mh: Remove.
1357 * config/m68k/nbsd.mt: Remove.
1358 * config/m68k/nbsdaout.mh: New file.
1359 * config/m68k/nbsdaout.mt: New file.
1360 * config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
1361 * config/m68k/nm-nbsdaout.h: New file.
1362 * config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1363 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1364 * config/ns32k/nbsd.mh: Remove.
1365 * config/ns32k/nbsd.mt: Remove.
1366 * config/ns32k/nbsdaout.mh: New file.
1367 * config/ns32k/nbsdaout.mt: New file.
1368 * config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
1369 * config/ns32k/nm-nbsdaout.h: New file.
1370 * config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
1371 (IN_SOLIB_CALL_TRAMPOLINE): Define.
1372 * config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
1373 (SVR4_SHARED_LIBS): Remove.
1374 * config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
1375 * config/sparc/nbsd.mh: Remove.
1376 * config/sparc/nbsd.mt: Remove.
1377 * config/sparc/nbsdaout.mh: New file.
1378 * config/sparc/nbsdaout.mt: New file.
1379 * config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
1380 * config/sparc/nbsdelf.mt: New file.
1381 * config/sparc/nm-nbsdaout.h: New file.
1382 * config/sparc/nm-nbsdelf.h: Remove.
1383 * config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
1384 * config/sparc/tm-nbsdaout.h: New file.
1385
1386 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1387
1388 * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
1389 mipsnbsd-tdep.c
1390 (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
1391
1392 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1393
1394 * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
1395 shnbsd-nat.c.
1396 (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
1397
1398 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1399
1400 * NEWS: Note new MIPS NetBSD native configuration.
1401 * configure.host (mips*-*-netbsd*): New host.
1402 * configure.tgt (mips*-*-netbsd*): New target.
1403 * mipsnbsd-nat.c: New file.
1404 * mipsnbsd-tdep.c: New file.
1405 * mipsnbsd-tdep.h: New file.
1406 * config/mips/nbsd.mh: New file.
1407 * config/mips/nbsd.mt: New file.
1408 * config/mips/nm-nbsd.h: New file.
1409 * config/mips/tm-nbsd.h: New file.
1410
1411 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1412
1413 * Makefile.in (SFILES): Add osabi.c.
1414 (COMMON_OBS): Add osabi.o.
1415 (osabi.o): New dependency list.
1416 * osabi.c: New file.
1417 * osabi.h: New file.
1418 * doc/gdbint.texinfo: Document new generic OS ABI framework.
1419
1420 * Makefile.in (alpha_tdep_h): Define and use instead of
1421 alpha-tdep.h.
1422 * alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
1423 get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
1424 Remove.
1425 (alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
1426 * alpha-tdep.h: Include osabi.h.
1427 (alpha_abi): Remove.
1428 (gdbarch_tdep): Use generic OS ABI framework.
1429 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
1430 gdbarch_register_osabi.
1431 * alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
1432 * alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
1433 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
1434
1435 * Makefile.in (sh_tdep_h): Add osabi.h.
1436 * sh-tdep.h (sh_osabi): Remove.
1437 (gdbarch_tdep): Use generic OS ABI framework.
1438 * sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
1439 sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
1440 (sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
1441 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
1442
1443 * Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
1444 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
1445 gdbarch_register_osabi.
1446 * arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
1447 arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
1448 (get_elfosabi): Rename to...
1449 (arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
1450 ABI framework support routines.
1451 (arm_gdbarch_init): Use generic OS ABI framework.
1452 (arm_dump_tdep): Likewise.
1453 (_initialize_arm_tdep): Likewise.
1454 * arm-tdep.h: Include osabi.h.
1455 (arm_abi): Remove.
1456 (gdbarch_tdep): Remove arm_abi and abi_name members. Add
1457 osabi member.
1458 (arm_gdbarch_register_os_abi): Remove prototype.
1459 * armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
1460 (_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
1461
1462 * Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
1463 * mips-tdep.c: Include osabi.h.
1464 (gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
1465 OS ABI framework.
1466
1467 2002-05-20 Kazu Hirata <kazu@cs.umass.edu>
1468
1469 * h8300-tdep.c: Fix formatting.
1470
1471 2002-05-20 Elena Zannoni <ezannoni@redhat.com>
1472
1473 * rs6000-tdep.c (rs6000_do_registers_info): Simplify code for
1474 printing vector registers.
1475
1476 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1477
1478 From Fernando Nasser:
1479 * remote.c (remote_async_open_1): Re-throw the exception when the
1480 connection fails.
1481 (remote_cisco_open): Ditto.
1482 (remote_open_1): Ditto.
1483
1484 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1485
1486 * remote.c (remote_start_remote_dummy): Add uiout parameter.
1487 (remote_start_remote): Add uiout parameter. Pass through to
1488 remote_start_remote_dummy.
1489 (remote_open_1): Use catch_exception instead of catch_errors.
1490 (remote_async_open_1): Ditto.
1491 (remote_cisco_open): Ditto.
1492
1493 2002-05-19 Andrew Cagney <ac131313@redhat.com>
1494
1495 * remote.c (remote_start_remote): Replace PTR with void pointer.
1496 (sigint_remote_twice_token, sigint_remote_token): Ditto. Make
1497 static.
1498
1499 2002-05-18 Andrew Cagney <ac131313@redhat.com>
1500
1501 * gdb_indent.sh: Allow the script to be run in the sim directory.
1502
1503 2002-05-18 Mark Kettenis <kettenis@gnu.org>
1504
1505 * config/i386/nm-cygwin.h (NO_PTRACE_H): Remove define.
1506 * config/i386/nm-go32.h (NO_PTRACE_H): Remove define.
1507
1508 * corelow.c (core_open): Only call set_gdbarch_from_file if
1509 exec_bfd is NULL.
1510
1511 2002-05-17 Andrey Volkov <avolkov@transas.com>
1512
1513 * h8300-tdep.c: Add support of EXR register
1514 * config/h8300/tm-h8300.h: Ditto.
1515
1516 2002-05-17 Andrey Volkov <avolkov@transas.com>
1517
1518 * h8300-tdep.c: Add additional CCR flags (I,UI,H,U)
1519
1520 2002-05-17 Andrey Volkov <avolkov@transas.com>
1521
1522 * h8300-tdep.c: Change literal regnums to REGNO.
1523
1524 2002-05-17 Jim Blandy <jimb@redhat.com>
1525
1526 * NEWS: Note addition of macro support.
1527
1528 Expand preprocessor macros in C expressions.
1529 * c-lang.h: #include "macroexp.h", for macro_lookup_ftype.
1530 (scan_macro_expansion, scanning_macro_expansion,
1531 finished_macro_expansion): New function declarations.
1532 (expression_macro_lookup_func, expression_macro_lookup_baton): New
1533 variable declarations.
1534 * parser-defs.h (expression_context_pc): New declaration.
1535 * parse.c (expression_context_pc): New variable.
1536 (parse_exp_1): Set expression_context_pc, as well as
1537 expression_context_block.
1538 * c-exp.y (yylex): If we're not already reading the result of a
1539 macro expansion, try to macro-expand the next token. When we're
1540 done scanning a macro expansion, switch back to the mainline text.
1541 Commas and `if's in a macro's expansion don't terminate the input.
1542 * c-lang.c: #include "macroscope.h" and "gdb_assert.h".
1543 (macro_original_text, macro_expanded_text,
1544 expression_macro_lookup_func, expression_macro_lookup_baton): New
1545 variables.
1546 (scan_macro_expansion, scanning_macro_expansion,
1547 finished_macro_expansion, scan_macro_cleanup, null_macro_lookup,
1548 c_preprocess_and_parse): New functions.
1549 (c_language_defn, cplus_language_defn, asm_language_defn): Call
1550 c_preprocess_and_parse, instead of c_parse.
1551 * Makefile.in (c_lang_h): Note that this #includes macroexp.h.
1552 (c-lang.o): Note dependency on macroscope.h and gdb_assert.h.
1553
1554 Fri May 17 14:26:19 2002 J"orn Rennecke <joern.rennecke@superh.com>
1555
1556 * sh-tdep.c (gdb_print_insn_sh64): Delete.
1557 (gdb_print_insn_sh): Just set info->endian and use print_insn_sh.
1558 (sh_gdbarch_init): Always use gdb_print_insn_sh.
1559
1560 2002-05-17 Corinna Vinschen <vinschen@redhat.com>
1561
1562 * NEWS: Add section for multi-arched targets. Add v850 to that section.
1563
1564 2002-05-17 Jason Thorpe <thorpej@wasabisystems.com>
1565
1566 * Makefile.in (sh_tdep_h): Define and use.
1567 * config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
1568 register enum): Move to...
1569 * * sh-tdep.h: ...here.
1570 * sh-tdep.c: Include sh-tdep.h.
1571 * sh3-rom.c: Likewise.
1572 * shnbsd-tdep.c: Likewise.
1573
1574 2002-05-16 Michael Snyder <msnyder@redhat.com>
1575
1576 * arm-tdep.c: Spelling fix in comment.
1577
1578 2002-05-16 Jim Blandy <jimb@redhat.com>
1579
1580 Add commands for manually expanding macros and showing their
1581 definitions.
1582 * macrocmd.c, macroscope.c, macroscope.h: New files.
1583 * Makefile.in (SFILES): Add macrocmd.c, macroscope.c.
1584 (macroscope_h): New variable.
1585 (HFILES_NO_SRCDIR): Add macroscope.h.
1586 (COMMON_OBS): Add macrocmd.o, macroscope.o.
1587 (macroscope.o, macrocmd.o): New rules.
1588
1589 Teach the Dwarf 2 reader to read macro information.
1590 * dwarf2read.c: #include "macrotab.h".
1591 (dwarf_macinfo_buffer): New variable.
1592 (struct dwarf2_pinfo): New members: dwarf_macinfo_buffer, and
1593 dwarf_macinfo_size.
1594 (DWARF_MACINFO_BUFFER, DWARF_MACINFO_SIZE): New macros.
1595 (dwarf2_missing_macinfo_section, dwarf2_macros_too_long,
1596 dwarf2_macros_not_terminated, dwarf2_macro_outside_file,
1597 dwarf2_macro_unmatched_end_file, dwarf2_macro_malformed_definition,
1598 dwarf2_macro_spaces_in_definition): New complaints.
1599 (dwarf2_has_info): Initialize dwarf_macinfo_offset.
1600 (dwarf2_build_psymtabs): Read the .dwarf_macinfo section.
1601 (dwarf2_build_psymtabs_hard): Record the buffer and its size in
1602 the partial symbol table.
1603 (psymtab_to_symtab_1): Set the macinfo buffer and size globals
1604 from what's recorded in the partial symbol table.
1605 (read_file_scope): If the compilation unit has a
1606 `DW_AT_macro_info' attribute, read its macro information.
1607 * Makefile.in (dwarf2read.o): Depend on macrotab.h.
1608
1609 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1610
1611 Fix PR gdb/546
1612 * ser-tcp.c: Don't include <netinet/udp.h>.
1613
1614 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
1615
1616 * MAINTAINERS: Update my email address.
1617
1618 2002-05-16 Richard Earnshaw <rearnsha@arm.com>
1619
1620 * config/arm/nm-nbsd.h: Use "config/nm-nbsd.h" to include generic
1621 include file of the same name.
1622
1623 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1624
1625 * configure.tgt: Mark v850 as multi-arched.
1626 * config/v850/tm-v850.h: Remove file.
1627 * config/v850/v850.mt: Eliminate TM_FILE.
1628
1629 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1630
1631 * v850-tdep.c: Full multi-arch.
1632 * config/v850/tm-v850.h: Eliminate or move to v850-tdep.c everything.
1633 Define GDB_MULTI_ARCH to 2.
1634
1635 2002-05-16 Pierre Muller <muller@ics.u-strasbg.fr>
1636
1637 * p-exp.y (current_type): New static variable.
1638 Carries the type of the expression at the position that is parsed.
1639 (push_current_type, pop_current_type): Two new functions. Used
1640 to store/restore current_type in expression on specific tokens.
1641 (search_field): New static variable. Set to one after parsing a point
1642 as at that point only a FIELDNAME token should be searched.
1643 (FIELDNAME): New token. After a point only a token belonging to
1644 current_type type definition is allowed.
1645 (all over token rules): reset and change current_type according
1646 to rules.
1647 (exp '[' rule): insert implicit array index field if
1648 exp is a pascal string type.
1649
1650 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1651
1652 * v850-tdep.c: Fix comment for v850_scan_prologue. Remove extra
1653 frame info. Use frame_info's saved_regs instead of matching member
1654 in extra_frame_info throughout.
1655 (v850_frame_init_saved_regs): New function.
1656 (v850_init_extra_frame_info): Move most functionality into
1657 v850_frame_init_saved_regs().
1658 * config/v850/tm-v850.h (EXTRA_FRAME_INFO): Remove definition.
1659 (v850_frame_find_saved_regs): Remove declaration.
1660 (FRAME_FIND_SAVED_REGS): Remove definition.
1661 (v850_frame_init_saved_regs): Add declaration.
1662 (FRAME_INIT_SAVED_REGS): Add definition.
1663
1664 2002-05-16 Corinna Vinschen <vinschen@redhat.com>
1665
1666 * v850-tdep.c: Begin multi-arch'ing v850.
1667 (v850_target_architecture_hook): Remove function.
1668 (v850_gdbarch_init): New function. Add code previously in
1669 v850_target_architecture_hook().
1670 (_initialize_v850_tdep): Don't set target_architecture_hook.
1671 Call register_gdbarch_init() instead.
1672
1673 2002-05-16 Daniel Jacobowitz <drow@mvista.com>
1674
1675 * gdbtypes.h (struct cplus_struct_type): Remove args field.
1676 * hpread.c (hpread_read_struct_type): Remove assignments to args.
1677 (fixup_class_method_type): Likewise.
1678
1679 2002-05-15 Daniel Jacobowitz <drow@mvista.com>
1680
1681 From Martin Pool <mbp@samba.org>:
1682 * gdbserver/server.c (gdbserver_usage): New function.
1683 (main): Call it.
1684
1685 2002-05-15 Jim Blandy <jimb@redhat.com>
1686
1687 Add macro structures to GDB's symbol tables. Nobody puts anything
1688 in them yet.
1689 * symtab.h (struct symtab): New member: `macro_table'.
1690 * buildsym.h (pending_macros): New global variable.
1691 * buildsym.c: #include "macrotab.h".
1692 (buildsym_init): Initialize `pending_macros'.
1693 (end_symtab): If we found macro information while reading a CU's
1694 debugging info, do build a symtab structure for it. Make the
1695 symtab point to the macro information, and clear the
1696 `pending_macros' pointer which held it while we were reading the
1697 debug info.
1698 (really_free_pendings): Free any pending macro table.
1699 * objfiles.h (struct objfile): New member: `macro_cache'.
1700 * objfiles.c (allocate_objfile): Set allocate and free functions
1701 for the macro cache's objstack.
1702 (free_objfile): Empty the macro cache's obstack.
1703 * symfile.c (reread_symbols): Empty the macro cache's obstack, and
1704 set new allocate and free functions for it.
1705 * solib-sunos.c (allocate_rt_common_objfile): Set allocate and
1706 free functions for the macro cache's objstack. (Why is this
1707 function building its own objfile?)
1708 * symmisc.c (print_objfile_statistics): Print statistics on the
1709 macro bcache.
1710 * Makefile.in: Note that buildsym.o depends on macrotab.h.
1711
1712 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1713
1714 * config/arm/nm-nbsd.h: Use <> for include of config/nm-nbsd.h.
1715 (REGISTER_U_ADDR): Delete definition.
1716 (arm_register_u_addr): Delete declaration.
1717
1718 2002-05-15 Richard Earnshaw <rearnsha@arm.com>
1719
1720 * arm-linux-tdep.c (ARM_LINUX_JB_PC): Renamed from JB_PC.
1721 (ARM_LINUX_JB_ELEMENT_SIZE): Likewise.
1722
1723 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1724
1725 * gdbserver/mem-break.c (reinsert_breakpoint_by_bp): Correct typo
1726 stop_at -> stop_pc.
1727
1728 2002-05-14 Andrew Cagney <ac131313@redhat.com>
1729
1730 * regcache.c (register_valid): Revise comments refering to "Not
1731 available" and "unavailable".
1732 * frame.c (frame_register_read): Ditto.
1733 * findvar.c (value_of_register): Ditto.
1734
1735 2002-05-15 Andrew Cagney <cagney@redhat.com>
1736
1737 * Makefile.in (remote_sim_h): Replace remote-sim_h.
1738 (remote-sim.o): Update dependencies.
1739 (d10v-tdep.o): Specify dependencies.
1740 (sim_d10v_h): Define.
1741
1742 2002-05-14 Jim Blandy <jimb@redhat.com>
1743
1744 * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0.
1745 * macrotab.c (macro_lookup_inclusion, find_definition,
1746 new_macro_table): Same.
1747
1748 * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0',
1749 not `! strcmp ()'. This is a dubious improvement.
1750 * macrotab.c (macro_lookup_inclusion, find_definition): Same.
1751
1752 * macrotab.c (macro_lookup_inclusion): Initialize `best_depth',
1753 although it's not necessary, to avoid a warning.
1754
1755 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1756
1757 * gdbtypes.h: Update accessor macros to use TYPE_MAIN_TYPE.
1758 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
1759 TYPE_INSTANCE_FLAGS.
1760 (struct main_type): New.
1761 (struct type): Move most members to struct main_type. Change
1762 cv_type and as_type to new type_chain member. Add instance_flags.
1763 (TYPE_MAIN_TYPE, TYPE_CHAIN, TYPE_INSTANCE_FLAGS): New macros.
1764 (TYPE_CV_TYPE, TYPE_AS_TYPE): Remove.
1765 (finish_cv_type): Remove prototype.
1766 * gdbtypes.c (alloc_type): Update comment. Allocate TYPE_MAIN_TYPE.
1767 Set TYPE_CHAIN.
1768 (alloc_type_instance): New function.
1769 (smash_type): New function.
1770 (make_pointer_type, make_reference_type, make_function_type)
1771 (smash_to_member_type, smash_to_method_type): Call smash_type.
1772 (make_qualified_type): New function.
1773 (make_type_with_address_space): Call make_qualified_type.
1774 (make_cv_type): Likewise.
1775 (finish_cv_type): Remove unnecessary function.
1776 (replace_type): Update comment. Copy TYPE_MAIN_TYPE.
1777 (recursive_dump_type): Dump TYPE_CHAIN and TYPE_INSTANCE_FLAGS;
1778 remove TYPE_CV_TYPE and TYPE_AS_TYPE.
1779 * c-typeprint.c (c_type_print_modifier): Use TYPE_INSTANCE_FLAGS.
1780 * dwarf2read.c (read_structure_scope): Don't call finish_cv_type.
1781 * hpread.c (hpread_read_struct_type): Likewise.
1782 * stabsread.c (read_struct_type): Likewise.
1783
1784 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
1785
1786 * configure.tgt: Add a catch all sh* target, for cases like
1787 sh[2,3,4]-elf and sh-hms.
1788
1789 2002-05-14 Keith Seitz <keiths@redhat.com>
1790
1791 * event-loop.c (create_file_handler): Don't do anything but
1792 update data when we are given a fd which we are already
1793 monitoring.
1794
1795 2002-05-14 Michal Ludvig <mludvig@suse.cz>
1796
1797 * dwarf2cfi.c (context_cpy): Copy registers correctly.
1798 (update_context): Use __func__ in warnings.
1799
1800 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
1801
1802 * ser-tcp.c: Include <netinet/udp.h>. Rename tcp_open
1803 and tcp_close to net_open and net_close.
1804 (net_open): Accept "udp:" and "tcp:" specifications. Connect
1805 using UDP if requested. Don't try to disable Nagle on UDP
1806 sockets.
1807 * remote.c (remote_serial_open): New function. Warn about UDP.
1808 (remote_open_1, remote_async_open_1, remote_cisco_open): Call it.
1809
1810 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1811
1812 * MAINTAINERS: List sh-elf as buildable with ,-Werror.
1813
1814 2002-05-13 Elena Zannoni <ezannoni@redhat.com>
1815
1816 * configure.tgt: Remove sh-hms target.
1817 * MAINTAINERS: Don't list sh-hms as a separate target.
1818
1819 2002-05-13 Jim Blandy <jimb@redhat.com>
1820
1821 Add first preprocessor macro-expansion files.
1822 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
1823 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
1824 (splay_tree_h, macroexp_h, macrotab_h): New variable.
1825 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
1826 (COMMON_OBS): Add macrotab.o, macroexp.o.
1827 (macroexp.o, macrotab.o): New rules.
1828
1829 2002-05-13 Andrew Cagney <ac131313@redhat.com>
1830
1831 * config/m88k/tm-m88k.h: Update copyright.
1832 (m88k_target_write_pc): Declare
1833 (TARGET_WRITE_PC): Redefine using m88k_target_write_pc.
1834 (M88K_NNPC_REGNUM): Rename NNPC_REGNUM.
1835 (SHIFT_INST_REGS): Update definition.
1836 * m88k-tdep.c (m88k_target_write_pc): New function. Implement
1837 using old definition of TARGET_WRITE_PC.
1838 * regcache.c (generic_target_write_pc): Delete code handling
1839 NNPC_REGNUM.
1840 * gdbarch.sh (NNPC_REGNUM): Delete.
1841 * gdbarch.h, gdbarch.c: Regenerate.
1842
1843 2002-05-13 Richard Earnshaw <rearnsha@arm.com>
1844
1845 * builtin-regs.c (value_of_builtin_reg): Correctly calculate the
1846 builtin reg number.
1847
1848 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
1849
1850 * ax-gdb.c (gen_sign_extend, gen_fetch, gen_usual_unary)
1851 (gen_cast, gen_scale, gen_add, gen_sub, gen_binop, gen_deref)
1852 (gen_address_of, gen_struct_ref, gen_repeat): Use type
1853 access macros.
1854 * c-typeprint.c (cp_type_print_method_args): Likewise.
1855 (c_type_print_args): Likewise.
1856 * d10v-tdep.c (d10v_push_arguments): Likewise.
1857 (d10v_extract_return_value): Likewise.
1858 * expprint.c (print_subexp): Likewise.
1859 * gdbtypes.c (lookup_primitive_typename): Likewise.
1860 (lookup_template_type, add_mangled_type, print_arg_types): Likewise.
1861 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_STUB)
1862 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
1863 (TYPE_PROTOTYPED, TYPE_INCOMPLETE, TYPE_CODE_SPACE, TYPE_VARARGS)
1864 (TYPE_VECTOR): Likewise.
1865 * hpread.c (hpread_read_struct_type)
1866 (fix_static_member_physnames, fixup_class_method_type)
1867 (hpread_type_lookup): Likewise.
1868 * mdebugread.c (parse_symbol, parse_type): Likewise.
1869 * p-lang.c (is_pascal_string_type): Likewise.
1870 * valops.c (hand_function_call): Likewise.
1871 * x86-64-tdep.c (classify_argument): Likewise.
1872
1873 * hpread.c (hpread_read_function_type)
1874 (hpread_read_doc_function_type): Call replace_type.
1875 * dstread.c (create_new_type): Delete.
1876 (decode_dst_structure, process_dst_function): Call alloc_type.
1877 Use type access macros.
1878
1879 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1880
1881 * i387-tdep.c (i387_supply_fxsave): Skip the SSE registers if
1882 the're not supported by the current architecture.
1883 (i387_fill_fxsave): Likewise.
1884
1885 2002-05-12 Fred Fish <fnf@redhat.com>
1886
1887 * symfile.c (default_symfile_offsets): Arrange for uninitialized
1888 sect_index_xxx members to index the first slot in section_offsets
1889 if all of the section_offsets are zero.
1890
1891 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1892
1893 * configure.tgt (sparc-*openbsd): Remove entry accidentially
1894 checked in with last change.
1895
1896 2002-05-12 Mark Kettenis <kettenis@gnu.org>
1897
1898 * configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
1899 Remove targets. These are canonicalized to i386-*-sysv4.2uw by
1900 config.sub.
1901
1902 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
1903
1904 * Makefile.in: Update dependencies.
1905
1906 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1907
1908 * language.c (local_hex_string_custom): Simplify. Do not depend
1909 on PRINTF_HAS_LONG_LONG or CC_HAS_LONG_LONG.
1910
1911 * memattr.c (mem_info_command): Replace calls to
1912 longest_local_hex_string and longest_local_hex_string_custom.
1913 * buildsym.c (make_blockvector): Ditto.
1914 * solib.c (info_sharedlibrary_command): Ditto.
1915 * tracepoint.c (tracepoints_info): Ditto.
1916 * symtab.c (print_msymbol_info): Ditto.
1917
1918 * language.c (local_hex_string): Delete.
1919 (local_hex_string_custom): Delete.
1920 (longest_local_hex_string): Rename to local_hex_string.
1921 (longest_local_hex_string_custom): Rename to
1922 local_hex_string_custom.
1923 * language.h (local_hex_string): Change parameter type to LONGEST.
1924 (local_hex_string_custom): Ditto.
1925 (longest_local_hex_string): Delete declaration.
1926 (longest_local_hex_string_custom): Ditto.
1927
1928 * solib.c: Update copyright.
1929 * memattr.c: Update copyright.
1930
1931 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1932
1933 * arch-utils.h (legacy_register_to_value): Declare.
1934 (legacy_value_to_register): Declare.
1935 (legacy_convert_register_p): Declare.
1936 * arch-utils.c (legacy_register_to_value): New function.
1937 (legacy_value_to_register): New function.
1938 (legacy_convert_register_p): New function.
1939
1940 * gdbarch.sh (REGISTER_TO_VALUE): Define.
1941 (VALUE_TO_REGISTER): Define.
1942 (CONVERT_REGISTER_P): Define.
1943 * gdbarch.h, gdbarch.c: Regenerate.
1944
1945 * valops.c (value_assign): Use CONVERT_REGISTER_P and
1946 VALUE_TO_REGISTER.
1947 * findvar.c (value_from_register): Use REGISTER_TO_VALUE and
1948 CONVERT_REGISTER_P.
1949
1950 2005-05-11 Daniel Jacobowitz <drow@mvista.com>
1951 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1952
1953 * Makefile.in: Update dependencies for valops.c.
1954 * valops.c: Include "gdb_assert.h".
1955 (typecmp): Skip THIS parameter to methods.
1956 (find_method_list): Remove static_memfuncp argument,
1957 update callers. Check for stub methods.
1958 (find_value_oload_method_list): Don't set *static_memfuncp.
1959 (find_overload_match): Don't check for stub methods. Assert
1960 that methods are not stubbed. Handle static methods.
1961 (value_find_oload_method_list): Remove static_memfuncp argument.
1962 * gdbtypes.c (check_stub_method): Do not add THIS pointer
1963 to the argument list for static stub methods.
1964 * value.h (value_find_oload_method_list): Update prototype.
1965
1966 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1967
1968 * arch-utils.h (generic_register_size): Declare.
1969 (generic_register_raw_size, generic_register_virtual_size): Delete
1970 declarations.
1971 * arch-utils.c (generic_register_raw_size): Delete.
1972 (generic_register_size): New function.
1973 (generic_register_virtual_size): Delete.
1974
1975 * gdbarch.sh (REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE): Make
1976 default generic_register_size.
1977 * gdbarch.h, gdbarch.c: Re-generate.
1978
1979 * d10v-tdep.c (d10v_gdbarch_init): Use generic_register_size for
1980 register_virtual_size.
1981 * x86-64-tdep.c (x86_64_gdbarch_init): Ditto.
1982 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
1983
1984 2002-05-11 Andrew Cagney <ac131313@redhat.com>
1985
1986 * gdbarch.sh (gdbarch_data): Add gdbarch parameter.
1987 * gdbarch.h, gdbarch.c: Regenerate.
1988 * gnu-v3-abi.c: Update copyright.
1989 (vtable_address_point_offset): Update.
1990 (gnuv3_rtti_type): Update.
1991 (gnuv3_baseclass_offset): Update.
1992 * solib-svr4.c (svr4_fetch_link_map_offsets): Update.
1993 (init_fetch_link_map_offsets): Update.
1994 * remote.c (get_remote_state): Update.
1995
1996 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
1997
1998 * TODO: Remove value_headof/value_from_vtable_info comment.
1999 * printcmd.c (print_command_1): Don't call value_from_vtable_info.
2000 * values.c (value_headof, value_from_vtable_info): Delete.
2001 * value.h (value_from_vtable_info): Delete prototype.
2002
2003 2002-05-11 Andrew Cagney <ac131313@redhat.com>
2004
2005 * Makefile.in: Replace gdb_assert.h with $(gdb_assert_h),
2006 gdb_string.h with $(gdb_string_h) and gdb_regex.h with
2007 $(gdb_regex_h).
2008 (gdb_assert_h): Define.
2009 (gdb_wait_h): Define.
2010 (gdb_regex_h): Define.
2011
2012 2002-05-11 Daniel Jacobowitz <drow@mvista.com>
2013
2014 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
2015 * linespec.c (find_methods): Handle GCC 3.x template constructors.
2016
2017 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2018
2019 * nbsd-tdep.c: Fix comment.
2020
2021 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2022
2023 * Makefile.in (ALLDEPFILES): Add nbsd-tdep.c.
2024 (alphanbsd-tdep.o): Add nbsd-tdep.h to dependency list.
2025 (nbsd-tdep.o): New dependency list.
2026 * alphanbsd-tdep.c: Don't include solib-svr4.h. Include
2027 nbsd-tdep.h.
2028 (alphanbsd_solib_svr4_fetch_link_map_offsets): Remove.
2029 (alphanbsd_init_abi): Use nbsd_lp64_solib_svr4_fetch_link_map_offsets.
2030 * nbsd-tdep.c: New file.
2031 * nbsd-tdep.h: New file.
2032 * shnbsd-tdep.c: Don't include solib-svr4.h. Include
2033 nbsd-tdep.h.
2034 (shnbsd_solib_svr4_fetch_link_map_offsets): Remove.
2035 (shnbsd_init_abi): Use nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
2036 * config/alpha/nbsd.mt (TDEPFILES): Add nbsd-tdep.o.
2037 * config/sh/nbsd.mt (TDEPFILES): Ditto.
2038
2039 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2040
2041 * config/alpha/nbsd.mh (NATDEPFILES): Remove corelow.o.
2042 * config/alpha/nbsd.mt (TDEPFILES): Add corelow.o.
2043 * config/i386/nbsd.mh (NATDEPFILES): Remove corelow.o.
2044 * config/i386/nbsd.mt (TDEPFILES): Add corelow.o.
2045 * config/i386/nbsdelf.mh (NATDEPFILES): Remove corelow.o.
2046 * config/i386/nbsdelf.mt (TDEPFILES): Add corelow.o.
2047
2048 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2049
2050 * config/i386/nbsd.mh (NATDEPFILES): Use line continuations.
2051 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2052 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2053 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2054 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
2055 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2056 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
2057
2058 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2059
2060 * i386nbsd-nat.c: Delete file. Move fetch_core_registers and
2061 fetch_elfcore_registers to...
2062 * i386nbsd-tdep.c: ...here.
2063 (i386nbsd_use_struct_convention): Rename to...
2064 (i386nbsd_aout_use_struct_convention): ...this.
2065 (i386nbsd_supply_reg): New function.
2066 (i386nbsd_fill_reg): New function.
2067 (fetch_core_registers): Use i386nbsd_supply_reg.
2068 (fetch_elfcore_registers): Likewise.
2069 (_initialize_i386nbsd_tdep): New function.
2070 * config/i386/nbsd.mh (NATDEPFILES): Remove i386nbsd-nat.o.
2071 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2072 * config/i386/nbsdelf.mt (TDEPFILES): Add i386nbsd-tdep.o.
2073 * config/i386/tm-nbsd.h (i386nbsd_use_struct_convention): Rename to...
2074 (i386nbsd_aout_use_struct_convention): ...this.
2075
2076 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2077
2078 * shnbsd-nat.c (fetch_inferior_registers): Use shnbsd_supply_reg.
2079 (store_inferior_registers): Use shnbsd_fill_reg.
2080 * shnbsd-tdep.c (sh_nbsd_supply_registers,
2081 sh_nbsd_supply_register): Collapse into...
2082 (shnbsd_supply_reg): ...this.
2083 (sh_nbsd_fill_registers, sh_nbsd_fill_register): Collapse into...
2084 (shnbsd_fill_reg): ...this.
2085 (sh_nbsd_solib_svr4_fetch_link_map_offsets): Rename to...
2086 (shnbsd_solib_svr4_fetch_link_map_offsets): ...this.
2087 (fetch_core_registers): Use shnbsd_supply_reg.
2088 (fetch_elfcore_registers): Use shnbsd_supply_reg.
2089 (sh_nbsd_core_fns): Rename to...
2090 (shnbsd_core_fns): ...this.
2091 (sh_nbsd_elfcore_fns): Rename to...
2092 (shnbsd_elfcore_fns): ...this.
2093 (sh_nbsd_init_abi): Rename to...
2094 (shnbsd_init_abi): ...this.
2095 (_initialize_sh_nbsd_tdep): Rename to...
2096 (_initialize_shnbsd_tdep): ...this.
2097 * shnbsd-tdep.h (sh_nbsd_supply_registers,
2098 sh_nbsd_supply_register, sh_nbsd_fill_registers,
2099 sh_nbsd_fill_register): Remove prototypes.
2100 (shnbsd_supply_reg, shnbsd_fill_reg): Add prototypes.
2101
2102 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2103
2104 * Makefile.in (ALLDEPFILES): Remove i387-nat.c.
2105 (i387-nat.o): Delete dependency list.
2106 (go32-nat.o): Change i387-nat.h to i387-tdep.h.
2107 (x86-64-linux-nat.o): Likewise.
2108 * i387-nat.c: Delete file, moving contents to...
2109 * i387-tdep.c: ...here.
2110 * i387-nat.h: Rename...
2111 * i387-tdep.h: ...to this.
2112 * go32-nat.c: Include i387-tdep.h instead of i387-nat.h.
2113 * i386-linux-nat.c: Likewise.
2114 * i386bsd-nat.c: Likewise.
2115 * i386gnu-nat.c: Likewise.
2116 * i386nbsd-nat.c: Likewise.
2117 * i386v4-nat.c: Likewise.
2118 * x86-64-linux-nat.c: Likewise.
2119 * config/i386/fbsd.mh (NATDEPFILES): Remove i387-nat.o.
2120 * config/i386/go32.mh (NATDEPFILES): Likewise.
2121 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
2122 * config/i386/i386sol2.mh (NATDEPFILES): Likewise.
2123 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
2124 * config/i386/linux.mh (NATDEPFILES): Likewise.
2125 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
2126 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2127 * config/i386/obsd.mh (NATDEPFILES): Likewise.
2128 * config/i386/x86-64linux.mh (NATDEPFILES): Likewise.
2129
2130 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2131
2132 * Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
2133 (alphanbsd-nat.o): Remove dependency list.
2134 (alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
2135 * alphanbsd-nat.c: Delete. Contents moved to...
2136 * alphanbsd-tdep.c: ...here.
2137 (_initialize_alphanbsd_tdep): Register core functions.
2138 * config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
2139
2140 2002-05-11 Jason Thorpe <thorpej@wasabisystems.com>
2141
2142 * Makefile.in (ALLDEPFILES): Add alphabsd-tdep.c.
2143 (alphabsd-nat.o): Depend on alphabsd-tdep.h.
2144 (alphanbsd-nat.o): Likewise.
2145 (alphabsd-tdep.o): New dependency list.
2146 * alphabsd-nat.c (supply_gregset): Use alphabsd_supply_reg.
2147 (fill_gregset): Use alphabsd_fill_reg.
2148 (supply_fpregset): Use alphabsd_supply_fpreg.
2149 (fill_fpregset): Use alphabsd_fill_fpreg.
2150 (fetch_inferior_registers): Use struct reg and struct fpreg
2151 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg
2152 and alphabsd_supply_fpreg.
2153 (store_inferior_registers): Use struct reg and struct fpreg
2154 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
2155 and alphabsd_fill_fpreg.
2156 * alphabsd-tdep.c: New file.
2157 * alphabsd-tdep.h: New file.
2158 * alphanbsd-nat.c (fetch_core_registers): Use alphabsd_supply_fpreg.
2159 (fetch_elfcore_registers): Use alphabsd_supply_reg and
2160 alphabsd_supply_fpreg.
2161 * config/alpha/fbsd.mt (TDEPFILES): Add alphabsd-tdep.o.
2162 * config/alpha/nbsd.mt (TDEPFILES): Likewise.
2163
2164 2002-05-11 Eric Christopher <echristo@redhat.com>
2165
2166 * mips-tdep.c (mips_double_register_type): Fix thinko.
2167 (mips_single_register_type): Ditto.
2168 * MAINTAINERS: Add self.
2169
2170 2002-05-11 Mark Kettenis <kettenis@gnu.org>
2171
2172 * i387-nat.c (i387_supply_register, i387_fill_fsave,
2173 i387_supply_fxsave, i387_fill_fxsave): Rewrite in order to do the
2174 right thing on architectures with different endianness and/or
2175 integer sizes.
2176
2177 2002-05-10 Jason Thorpe <thorpej@wasabisystems.com>
2178
2179 From Christian Limpach <chris@Pin.LU>
2180 * configure.in: Change sed expression which comments out
2181 NATDEPFILES to also comment out continuation lines.
2182 * configure: Regenerate.
2183
2184 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2185
2186 * sh-tdep.c: Clean up code erroneously reintroduced by previous
2187 big patch.
2188
2189 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2190
2191 * sh-tdep.c: Include correct file.
2192
2193 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2194
2195 New support for sh64-elf (sh5) target.
2196
2197 * configure.tgt: For sh64-elf target, default to sh-elf.
2198
2199 * config/sh/tm-sh.h (enum sh-abi): Possible ABI's.
2200 (struct gdbarch_tdep): Add new fields for new registers and ABI
2201 info.
2202
2203 * sh-tdep.c: Include elf-bfd.h, elf/sh.h, gdb/sim-sh.h.
2204 (NUM_PSEUDO_REGS_SH_MEDIA, NUM_PSEUDO_REGS_SH_COMPACT,
2205 MSYMBOL_IS_SPECIAL, IS_ISA32_ADDR, MAKE_ISA32_ADDR,
2206 UNMAKE_ISA32_ADDR, IS_PTABSL_R18, IS_STS_R0, IS_STS_PR,
2207 IS_MOV_TO_R15, IS_MOV_R14, IS_STQ_R18_R14, IS_STQ_R18_R15,
2208 IS_STL_R18_R15, IS_STQ_R14_R15, IS_STL_R14_R15, IS_ADDIL_SP_MEDIA,
2209 IS_ADDI_SP_MEDIA, IS_ADDL_SP_FP_MEDIA, IS_ADD_SP_FP_MEDIA,
2210 IS_MOV_SP_FP_MEDIA, IS_MOV_R0, IS_MOVL_R0, IS_ADD_SP_R0,
2211 IS_MOV_R14_R0, IS_MEDIA_IND_ARG_MOV, IS_MEDIA_ARG_MOV,
2212 IS_MEDIA_MOV_TO_R14, IS_COMPACT_IND_ARG_MOV, IS_COMPACT_ARG_MOV,
2213 IS_COMPACT_MOV_TO_R14, IS_JSR_R0, IS_NOP): New macros.
2214 (sh_sh64_register_name, sh64_elf_make_msymbol_special,
2215 pc_is_isa32, sh_sh64_breakpoint_from_pc, look_for_args_moves,
2216 sh64_skip_prologue_hard_way, sh64_use_struct_convention,
2217 gdb_print_insn_sh64, translate_insn_rn, sh64_frame_chain,
2218 sh64_get_saved_pr, fpp_reg_base_num, is_media_pseudo,
2219 sh64_get_gdb_regnum, sh64_media_reg_base_num,
2220 sh64_compact_reg_base_num, translate_rn_to_arch_reg_num,
2221 sign_extend, sh64_nofp_frame_init_saved_regs,
2222 sh64_init_extra_frame_info, sh64_get_saved_register,
2223 sh64_extract_struct_value_address, sh64_pop_frame,
2224 sh64_push_arguments, sh64_extract_return_value,
2225 sh64_store_return_value, sh64_show_media_regs,
2226 sh64_show_compact_regs, sh64_show_regs, sh_sh64_register_byte,
2227 sh_sh64_register_raw_size, sh_sh64_register_virtual_size,
2228 sh_sh64_register_virtual_type,
2229 sh_sh64_register_convert_to_virtual,
2230 sh_sh64_register_convert_to_raw, sh64_pseudo_register_read,
2231 sh64_register_read, sh64_pseudo_register_write,
2232 sh64_register_write, do_fv_c_register_info, do_dr_c_register_info,
2233 do_r_c_register_info, do_fpp_register_info, do_cr_c_register_info,
2234 sh64_do_pseudo_register, sh_compact_do_registers_info,
2235 sh64_do_registers_info, sh_gdbarch_init): New functions.
2236
2237 2002-05-10 Elena Zannoni <ezannoni@redhat.com>
2238
2239 * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
2240
2241 2002-05-10 Daniel Jacobowitz <drow@mvista.com>
2242
2243 * linespec.c (decode_line_1): Check for a double quote after
2244 a filename correctly.
2245
2246 2002-05-10 Jim Blandy <jimb@redhat.com>
2247
2248 Properly track the size of the current objfile's .debug_line section.
2249 * dwarf2read.c (struct dwarf2_pinfo): New member: dwarf_line_size.
2250 (DWARF_LINE_SIZE): New macro.
2251 (dwarf2_build_psymtabs_hard): Record the line section's size in
2252 the partial symbol table.
2253 (psymtab_to_symtab_1): Restore dwarf_line_size from the partial
2254 symbol table.
2255
2256 2002-05-10 Petr Sorfa <petrs@caldera.com>
2257
2258 * ia64-tdep.c: Handle breakpoints on L instruction type
2259 in MLX instruction bundle by moving the breakpoint to
2260 the third slot (X instruction type) as L holds only data.
2261
2262 2002-05-10 Kevin Buettner <kevinb@redhat.com>
2263
2264 * dbxread.c (discarding_local_symbols_complaint): New complaint.
2265 (process_one_symbol): Complain about discarding local symbols
2266 due to a misplaced N_LBRAC entry.
2267
2268 2002-05-09 Elena Zannoni <ezannoni@redhat.com>
2269
2270 From Daniel Berlin <dan@cgsoftware.com>
2271 * linespec.c (find_toplevel_char): '<' and '>' also increase and
2272 decrease the depth we are at, in the case of templates.
2273
2274 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
2275
2276 * mips-tdep.c (mips_float_register_type): New function.
2277 (mips_double_register_type): New function.
2278 (mips_print_register): Use them.
2279 (do_fp_register_row): Likewise.
2280
2281 2002-05-09 Daniel Jacobowitz <drow@mvista.com>
2282
2283 * signals/signals.c (signals): Remove conditional compilation around
2284 Mach-specific signals. Move them to after TARGET_SIGNAL_DEFAULT.
2285 (target_signal_from_name): Loop until TARGET_SIGNAL_LAST.
2286
2287 2002-05-09 Michael Snyder <msnyder@redhat.com>
2288
2289 * remote-rdp.c (remote_rdp_can_run): Remove.
2290
2291 2002-05-09 Tom Tromey <tromey@redhat.com>
2292
2293 * jv-valprint.c (java_val_print): Handle `char' as a special case
2294 of TYPE_CODE_INT.
2295
2296 2002-05-09 Michael Snyder <msnyder@redhat.com>
2297
2298 * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn],
2299 strh r(0123),[r11,#-nn], str r(0123),[r11,#-nn], as well as
2300 strb r(0123),[sp,#nn], strh r(0123),[sp,#nn] and
2301 str r(0123),[sp,#nn].
2302 (arm_skip_prologue): Ditto. Also make disassembly
2303 order-independent by placing it in a loop.
2304
2305 2002-05-06 Michael Snyder <msnyder@redhat.com>
2306
2307 * stabsread.c (read_type): Add recognition for new attribute:
2308 "@V;" means that an array type is actually a vector.
2309 This is analogous to the vector flag that's been added to dwarf2.
2310
2311 2002-05-09 Mark Kettenis <kettenis@gnu.org>
2312
2313 * i386-tdep.h (i386_abi): New enum.
2314 (struct gdbarch_tdep): Replace os_ident member with abi.
2315 (i386_gdbarch_register_os_abi): New prototype.
2316 * i386-tdep.c (i386_abi_names): New array.
2317 (process_note_abi_tag_sections): Removed.
2318 (process_note_sections): New function.
2319 (i386_elf_abi_from_note, i386_elf_abi): New functions.
2320 (struct i386_abi_handler): New struct.
2321 (i386_abi_handler_list): New variable.
2322 (i386_gdbarch_register_os_abi): New function.
2323 (i386_gdbarch_init): Adapt for the changes given above.
2324
2325 2002-05-08 Daniel Jacobowitz <drow@mvista.com>
2326
2327 * gregset.h: Say "GNU/Linux".
2328
2329 2002-05-08 Elena Zannoni <ezannoni@redhat.com>
2330
2331 * gdbtypes.c : Add new builtin type for 64 bit vectors.
2332 (build_gdbtypes): Build builtin_type_v2_float.
2333 (_initialize_gdbtypes): Register new builtin type.
2334
2335 2002-05-08 Andrew Cagney <ac131313@redhat.com>
2336
2337 * gdbarch.sh (init_gdbarch_swap): Do not clear the swap section.
2338 (clear_gdbarch_swap): New function.
2339 (initialize_non_multiarch): Call.
2340 (gdbarch_update_p): Before calling init(), swap out and clear the
2341 existing architecture.
2342 * gdbarch.c: Regenerate.
2343
2344 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2345
2346 * config/djgpp/fnchange.lst: Add alphanbsd-nat.c and
2347 alphanbsd-tdep.c.
2348
2349 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2350
2351 * sh-nbsd-nat.c: Rename to...
2352 * shnbsd-nat.c: ...this.
2353 * sh-nbsd-tdep.c: Rename to...
2354 * shnbsd-tdep.c: ...this.
2355 * sh-nbsd-tdep.h: Rename to...
2356 * shnbsd-tdep.h: ...this.
2357 * config/sh/nbsd.mh: Use shnbsd-nat.o.
2358 * config/sh/nbsd.mt: Use shnbsd-tdep.o.
2359
2360 2002-05-08 Richard Earnshaw <rearnsha@arm.com>
2361
2362 * remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
2363 concatenation for command help messages.
2364
2365 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2366
2367 * NEWS: Note new sh*-*-netbsdelf* configuration.
2368 * configure.host: Set gdb_host_cpu to sh for all sh*.
2369 (sh*-*-netbsdelf*): New host.
2370 * configure.tgt: Set gdb_target_cpu to sh for all sh*.
2371 (sh*-*-netbsdelf*): New target.
2372 * sh-nbsd-nat.c: New file.
2373 * sh-nbsd-tdep.c: New file.
2374 * sh-nbsd-tdep.h: New file.
2375 * config/sh/nbsd.mh: New file.
2376 * config/sh/nbsd.mt: New file.
2377 * config/sh/nm-nbsd.h: New file.
2378 * config/sh/tm-nbsd.h: New file.
2379
2380 2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
2381
2382 * sh-tdep.c (sh_osabi_names): Declare.
2383 (process_note_abi_tag_sections): New function.
2384 (get_elfosabi): Ditto.
2385 (sh_gdbarch_register_os_abi): Ditto.
2386 (sh_dump_tdep): Ditto.
2387 _initialize_sh_tdep): Use gdbarch_register to register
2388 sh_gdbarch_init and sh_dump_tdep.
2389 * config/sh/tm-sh.h (sh_osabi): Declare.
2390 (gdbarch_tdep): Add sh_osabi and osabi_name members.
2391
2392 2002-05-07 Andrew Cagney <ac131313@redhat.com>
2393
2394 * arm-tdep.c (arm_skip_prologue): Handle generic dummy frames.
2395 (thumb_scan_prologue): Ditto.
2396 (arm_find_callers_reg): Ditto.
2397 (arm_frame_chain): Ditto.
2398 (arm_init_extra_frame_info): Ditto.
2399 (arm_frame_saved_pc): Ditto.
2400 (arm_pop_frame): Ditto.
2401 (arm_push_return_address): New function.
2402 (arm_gdbarch_init): Initialize use_generic_dummy_frames,
2403 call_dummy_location, call_dummy_breakpoint_offset_p,
2404 call_dummy_breakpoint_offset, call_dummy_p,
2405 call_dummy_stack_adjust_p, call_dummy_words,
2406 sizeof_call_dummy_words, call_dummy_start_offset,
2407 call_dummy_length, fix_call_dummy, pc_in_call_dummy,
2408 call_dummy_address, push_return_address and push_dummy_frame for
2409 generic dummy frames.
2410
2411 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2412
2413 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Fix error in
2414 size computation for alloca.
2415 (sh_fp_frame_init_saved_regs): Likewise.
2416
2417 2002-05-07 Richard Earnshaw <rearnsha@arm.com>
2418
2419 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE): Define.
2420 (ARM_MAX_REGISTER_VIRTUAL_SIZE): Define.
2421 * arm-tdep.c (arm_store_return_value): Use them.
2422 Use FP_REGISTER_RAW_SIZE when setting the FPA return value.
2423 * remote-rdp.c (remote_rdp_fetch_register): Use
2424 ARM_MAX_REGISTER_RAW_SIZE.
2425 (remote_rdp_store_register): Likewise.
2426
2427 2002-05-07 Michal Ludvig <mludvig@suse.cz>
2428
2429 * dwarf2cfi.c: Code cleanup, removed unused variables,
2430 added default labels to switch {} statements.
2431 * x86-64-tdep.c: Ditto.
2432 * x86-64-linux-nat.c: Ditto.
2433
2434 2002-05-07 Jason Thorpe <thorpej@wasabisystems.com>
2435
2436 * solib.h: Protect against multiple inclusion.
2437
2438 2002-05-06 Jim Blandy <jimb@redhat.com>
2439
2440 Add first preprocessor macro-expansion files.
2441 * macroexp.c, macroexp.h, macrotab.c, macrotab.h: New files.
2442 * Makefile.in (SFILES): Add macrotab.c, macroexp.c.
2443 (splay_tree_h, macroexp_h, macrotab_h): New variable.
2444 (HFILES_NO_SRCDIR): Add macrotab.h, macroexp.h.
2445 (COMMON_OBS): Add macrotab.o, macroexp.o.
2446 (macroexp.o, macrotab.o): New rules.
2447
2448 Separate the job of reading the line number info statement program
2449 header (...expialidocious) out into its own function.
2450 * dwarf2read.c (struct line_head, struct filenames, struct
2451 directories): Replace with...
2452 (struct line_header): New structure, containing the full
2453 contents of the statement program header, including the
2454 include directory and file name tables.
2455 (read_file_scope): If we have line number info, instead of just
2456 calling dwarf_decode_lines to do all the work, call
2457 dwarf_decode_line_header first to get a `struct line_header'
2458 containing the data in the statement program header, and then
2459 pass that to dwarf_decode_lines, which will pick up where that
2460 left off. Be sure to clean up the `struct line_header' object.
2461 (dwarf_decode_line_header, free_line_header, add_include_dir,
2462 add_file_name): New functions.
2463 (dwarf_decode_lines): Move all the code to read the statement
2464 program header into dwarf_decode_line_header. Take the line
2465 header it built as the first argument, instead of the offset to
2466 the compilation unit's line number info. Use the new `struct
2467 line_header' type instead of the old structures. No need to do
2468 cleanups here now, since we don't allocate anything.
2469 (dwarf2_statement_list_fits_in_line_number_section,
2470 dwarf2_line_header_too_long): New complaints.
2471
2472 2002-05-06 Elena Zannoni <ezannoni@redhat.com>
2473
2474 * gdbtypes.c (init_vector_type): New function.
2475 (build_builtin_type_vec128): Simplify the representation of SIMD
2476 registers.
2477 (build_gdbtypes): Initialize new builtin vector types.
2478 (_initialize_gdbtypes): Register new vector types with gdbarch.
2479 (builtin_type_v4_float, builtin_type_v4_int32,
2480 builtin_type_v8_int16, builtin_type_v16_int8,
2481 builtin_type_v2_int32, builtin_type_v4_int16,
2482 builtin_type_v8_int8): New (renamed) SIMD types.
2483
2484 2002-05-06 Mark Kettenis <kettenis@gnu.org>
2485
2486 * i387-nat.c (i387_fill_fsave): Use regcache_collect.
2487 (i387_fill_fxsave): Likewise.
2488
2489 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
2490
2491 * alpha-tdep.c (alpha_extract_return_value): Don't use
2492 non-constant array size in prototype.
2493
2494 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2495
2496 From Brian Taylor <briant at model dot com>:
2497 * ui-out.c (ui_out_field_core_addr): Use the function
2498 longest_local_hex_string_custom'to format addresses > 32 bits
2499 wide.
2500
2501 * ui-out.c (ui_out_field_core_addr): Update comment.
2502
2503 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2504
2505 * stack.c (select_and_print_frame): Make static. Delete the
2506 parameter `level'.
2507 (func_command): Update call.
2508 (select_frame_command): Delete code computing the frame level.
2509 * frame.h (select_and_print_frame): Delete declaration.
2510
2511 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2512
2513 * sparc-tdep.c (sparc_get_saved_register): Comment why
2514 get_prev_frame call is safe.
2515
2516 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2517
2518 * frame.h (select_frame): Delete level parameter.
2519 * stack.c (select_frame): Update. Use frame_relative_level to
2520 obtain the frame's level.
2521 (select_and_print_frame): Update call.
2522 (select_frame_command): Ditto.
2523 (up_silently_base): Ditto.
2524 (down_silently_base): Ditto.
2525 * ocd.c (ocd_start_remote): Ditto.
2526 * remote-rdp.c (remote_rdp_open): Ditto.
2527 * remote-mips.c (mips_initialize): Ditto.
2528 (common_open): Ditto.
2529 * remote-e7000.c (e7000_start_remote): Ditto.
2530 * m3-nat.c (select_thread): Ditto.
2531 * hppa-tdep.c (child_get_current_exception_event): Ditto.
2532 (child_get_current_exception_event): Ditto.
2533 * varobj.c (varobj_create): Ditto.
2534 (varobj_update): Ditto.
2535 (c_value_of_root): Ditto.
2536 * tracepoint.c (finish_tfind_command): Ditto.
2537 * corelow.c (core_open): Ditto.
2538 * arch-utils.c (generic_prepare_to_proceed): Ditto.
2539 * thread.c (info_threads_command): Ditto.
2540 (switch_to_thread): Ditto.
2541 * infrun.c (normal_stop): Ditto.
2542 (restore_selected_frame): Ditto.
2543 (restore_inferior_status): Ditto.
2544 * breakpoint.c (insert_breakpoints): Ditto.
2545 (watchpoint_check): Ditto.
2546 (bpstat_stop_status): Ditto.
2547 (do_enable_breakpoint): Ditto.
2548 * blockframe.c (flush_cached_frames): Ditto.
2549 (reinit_frame_cache): Ditto.
2550
2551 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2552
2553 * MAINTAINERS (Host/Native): Add Jason Thorpe as NetBSD
2554 maintainer.
2555
2556 2002-05-04 Jim Blandy <jimb@redhat.com>
2557
2558 * gdbtypes.c (replace_type): Doc fix.
2559
2560 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2561
2562 * valprint.c (strcat_longest): Delete commented out function.
2563 Update copyright.
2564
2565 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2566
2567 * MAINTAINERS: Mark a29k as deleted.
2568 * NEWS: Mention that a29k was removed. Add OBSOLETE section.
2569 Move new configurations to the top.
2570 * configure.tgt: Remove a29k.
2571 * config/a29k/tm-vx29k.h: Delete.
2572 * config/a29k/vx29k.mt: Delete.
2573 * config/a29k/tm-a29k.h: Delete.
2574 * config/a29k/a29k-udi.mt: Delete.
2575 * config/a29k/a29k.mt: Delete.
2576 * a29k-tdep.c: Delete.
2577 * remote-udi.c: Delete.
2578 * remote-mm.c: Delete.
2579 * remote-eb.c: Delete.
2580 * remote-adapt.c: Delete.
2581 * Makefile.in: Remove obsolete code.
2582 * gdbserver/Makefile.in: Ditto.
2583 * config/s390/s390x.mt: Ditto.
2584 * config/s390/s390.mt: Ditto.
2585 * config/sparc/sparclynx.mh: Ditto.
2586 * config/sparc/linux.mh: Ditto.
2587 * config/pa/hppaosf.mh: Ditto.
2588 * config/pa/hppabsd.mh: Ditto.
2589 * config/ns32k/nbsd.mt: Ditto.
2590 * config/mips/vr5000.mt: Ditto.
2591 * config/m68k/sun3os4.mh: Ditto.
2592 * config/m68k/nbsd.mt: Ditto.
2593 * config/m68k/m68klynx.mh: Ditto.
2594 * config/m32r/m32r.mt: Ditto.
2595 * config/i386/x86-64linux.mt: Ditto.
2596 * config/i386/nbsdelf.mt: Ditto.
2597 * config/i386/nbsd.mt: Ditto.
2598 * config/i386/i386lynx.mh: Ditto.
2599
2600 2002-05-04 Andrew Cagney <ac131313@redhat.com>
2601
2602 * target.c (debug_print_register): New function. Handle oversize
2603 registers.
2604 (debug_to_fetch_registers): Call.
2605 (debug_to_store_registers): Call.
2606
2607 2002-05-03 Jim Blandy <jimb@redhat.com>
2608
2609 * stabsread.c (cleanup_undefined_types): Use replace_type, not memcpy.
2610 (read_type): Doc fix.
2611 * gdbtypes.c (replace_type): Doc fix.
2612
2613 * stabsread.c (multiply_defined_struct): New complaint.
2614 (read_struct_type): If the type we were passed isn't empty, or
2615 incomplete, don't read the new struct type into it; complain,
2616 and return the original type unchanged. Take a new `type_code'
2617 argument, which is the type code for the new type.
2618 (read_type): Rather than storing the type's type code here, pass
2619 it as an argument to read_struct_type, and let that take care of
2620 storing it. That way, we don't overwrite the original type code,
2621 so read_struct_type can use it to decide whether we're overwriting
2622 something we shouldn't.
2623 (complain_about_struct_wipeout): New function.
2624
2625 2002-05-03 Andrew Cagney <ac131313@redhat.com>
2626
2627 * gdbarch.sh: Assert that gdbarch is non-NULL.
2628 * gdbarch.c: Regenerate.
2629
2630 2002-05-03 Jason Merrill <jason@redhat.com>
2631
2632 * gnu-v3-abi.c (gnuv3_rtti_type): If we get confused, just warn
2633 and return NULL.
2634
2635 2002-05-03 Michal Ludvig <mludvig@suse.cz>
2636
2637 * x86-64-tdep.c (x86_64_dwarf2gdb_regno_map),
2638 (x86_64_dwarf2gdb_regno_map_length),
2639 (x86_64_dwarf2_reg_to_regnum): Added.
2640 (x86_64_gdbarch_init): Added registration of x86_64_dwarf2_reg_to_regnum.
2641 (x86_64_gdbarch_init): Renamed from i386_gdbarch_init.
2642 (_initialize_x86_64_tdep): Synced with the change above.
2643 (x86_64_skip_prologue): Reformulated message.
2644
2645 2002-05-03 Pierre Muller <muller@ics.u-strasbg.fr>
2646
2647 * f-exp.y: Also use new prev_lexptr variable
2648 to improve error reporting. Based on Michael Snyder
2649 2002-04-24 dated patch to c-exp.y.
2650 * jv-exp.y: Likewise.
2651 * m2-exp.y: Likewise.
2652
2653 2002-05-02 Elena Zannoni <ezannoni@redhat.com>
2654
2655 * valops.c (value_arg_coerce): Don't coerce arrays to pointers if
2656 we are dealing with vectors.
2657
2658 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2659
2660 * config/m68k/tm-nbsd.h: Obvious fix,
2661 correct machine name.
2662
2663 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2664
2665 * p-typeprint.c (pascal_type_print_base): Add support
2666 for TYPE_CODE_STRING and TYPE_CODE_BITSTRING.
2667
2668 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2669
2670 * p-lang.c (pascal_create_fundamental_type): Use TYPE_CODE_CHAR
2671 for fondamental pascal 'char' type.
2672
2673 2002-05-02 Pierre Muller <muller@ics.u-strasbg.fr>
2674
2675 * p-lang.h (is_pascal_string_type): Declaration changed,
2676 new sixth argument of type char ** added.
2677 * p-lang.c (is_pascal_string_type): Implementation
2678 changed. Args length_pos, length_size, string_pos, char_size
2679 can now be NULL. New argument arrayname set to the field
2680 name of the char array. Return value set to char array
2681 field index plus one.
2682 * p-valprint.c (pascal_val_print): Adapt to new declaration of
2683 is_pascal_string_type function.
2684
2685 2002-05-02 Andrew Cagney <cagney@redhat.com>
2686
2687 * gdbarch.sh (gdbarch_update_p): Revert 2002-05-02 Andrew Cagney
2688 <cagney@redhat.com> change.
2689 * gdbarch.c: Regenerate.
2690
2691 2002-05-02 Andrew Cagney <cagney@redhat.com>
2692
2693 * gdbarch.sh (gdbarch_update_p): Swap out the old architecture
2694 before probing for a new one. Detect errorenous gdbarch_init
2695 functions.
2696 * gdbarch.c: Regenerate.
2697
2698 2002-05-01 Andrew Cagney <cagney@redhat.com>
2699
2700 * config/mn10200/tm-mn10200.h: Include "symfile.h" and "symtab.h".
2701 * config/mcore/tm-mcore.h: Ditto. Update copyright.
2702 * config/v850/tm-v850.h: Ditto. Update copyright.
2703
2704 2002-04-30 Andrew Cagney <ac131313@redhat.com>
2705
2706 * cris-tdep.c (cris_gdbarch_init): Use arches instead of
2707 current_gdbarch.
2708
2709 2002-04-30 Michael Snyder <msnyder@redhat.com>
2710
2711 * arm-tdep.c: Whitespace clean-ups.
2712 (arm_skip_prologue): Fix thinko; two lines
2713 should have been removed as part of 4/24 change.
2714
2715 2002-04-30 Kevin Buettner <kevinb@redhat.com>
2716
2717 * rs6000-tdep.c: Added comment describing how fpscr register
2718 numbers were chosen.
2719
2720 2002-04-30 Michael Snyder <msnyder@redhat.com>
2721
2722 * gnu-nat.c (gnu_find_memory_regions): Fix merge botch.
2723
2724 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2725
2726 * hpread.c (DNTT_TYPE_VECTOR): Rename from TYPE_VECTOR.
2727 (DNTT_TYPE_VECTOR_LENGTH): Rename from TYPE_VECTOR_LENGTH.
2728 (hpread_symfile_init, hpread_lookup_type): Substitute throughout.
2729
2730 2002-04-29 Kevin Buettner <kevinb@redhat.com>
2731
2732 From Louis Hamilton <hamilton@redhat.com>:
2733 * rs6000-tdep.c (coff/xcoff.h, libxcoff.h): Include.
2734 * xcoffread.c (coff/xcoff.h, libxcoff.h): Likewise.
2735 * rs6000-tdep.c (rs6000_gdbarch_init): Use bfd_xcoff_is_xcoff64(),
2736 not bfd-private xcoff data, to determine wordsize.
2737 * xcoffread.c (read_xcoff_xymtab, read_symbol_lineno): Likewise.
2738
2739 2002-04-29 Andrew Cagney <ac131313@redhat.com>
2740
2741 GDB 5.2 released from 5.2 branch.
2742
2743 2002-04-29 Michal Ludvig <mludvig@suse.cz>
2744
2745 * x86-64-linux-nat.c (fill_gregset): Explicit cast to avoid warning.
2746 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
2747 (x86_64_register_info_table): Added comments with register numbers.
2748
2749 2002-04-29 Elena Zannoni <ezannoni@redhat.com>
2750
2751 * rs6000-tdep.c (rs6000_extract_return_value,
2752 rs6000_store_return_value): Handle returning vectors.
2753 (rs6000_gdbarch_init): Use
2754 ppc_sysv_abi_broken_use_struct_convention for native sysv cases.
2755 * ppc-linux-tdep.c (ppc_sysv_abi_broken_use_struct_convention):
2756 New function.
2757 (ppc_sysv_abi_use_struct_convention): Deal with functions returning
2758 vectors.
2759 (ppc_sysv_abi_push_arguments): Handle vector parameters.
2760 * ppc-tdep.h (ppc_sysv_abi_broken_use_struct_convention): Export.
2761
2762 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2763
2764 * hpread.c (hpread_psymtab_to_symtab_1,
2765 hpread_psymtab_to_symtab): Replace fprintf (stderr,...)
2766 with fprintf_unfiltered (gdb_stderr,...).
2767
2768 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2769
2770 * remote-array.c (printf_monitor, write_monitor,
2771 array_insert_breakpoint, array_remove_breakpoint ):
2772 Replace fprintf (stderr,...
2773 with fprintf_unfiltered (gdb_stderr,....
2774 * remote-es.c: Likewise.
2775 * remote-os9k.c: Likewise.
2776 * remote-st.c: Likewise.
2777
2778 2002-04-28 Andreas Schwab <schwab@suse.de>
2779
2780 * config/s390/s390.mh (NATDEPFILES): Remove solib.o, add
2781 linux-proc.o and gcore.o.
2782
2783 2002-04-26 Michal Ludvig <mludvig@suse.cz>
2784
2785 * x86-64-tdep.c (x86_64_skip_prologue): Print note when debugging
2786 code without frame pointers.
2787
2788 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2789
2790 * sparc-tdep.c (sparc_gdbarch_init): Add comment explaining why
2791 ON_STACK is needed.
2792
2793 2002-04-26 Ben Elliston <bje@redhat.com>
2794
2795 * target.c (do_xfer_memory): Correct reference to the new option
2796 "trust-readonly-sections".
2797
2798 2002-04-26 Elena Zannoni <ezannoni@redhat.com>
2799
2800 * gdbtypes.h (TYPE_FLAG_VECTOR, TYPE_VECTOR): Define.
2801 * gdbtypes.c (recursive_dump_type): Output the vector flag.
2802 * dwarf2read.c (dwarf_attr_name): Handle new attribute for
2803 vectors.
2804 (read_array_type): Record the fact that this array type is really a
2805 vector (i.e. are passed in by value).
2806
2807 2002-04-26 Jason Thorpe <thorpej@wasabisystems.com>
2808
2809 * alpha-tdep.h (gdbarch_tdep): Add sigcontext_addr member.
2810 * alpha-tdep.c (alpha_sigcontext_addr): New function.
2811 (alpha_find_saved_regs): Use alpha_sigcontext_addr.
2812 (alpha_gdbarch_init): Initialize tdep->sigcontext_addr.
2813 * alpha-linux-tdep.c: Include frame.h.
2814 (alpha_linux_sigcontext_addr): New function.
2815 (alpha_linux_init_abi): Set tdep->sigcontext_addr to
2816 alpha_linux_sigcontext_addr.
2817 * alpha-osf1-tdep.c: Include gdbcore.h.
2818 (alpha_osf1_sigcontext_addr): New function.
2819 (alpha_osf1_init_abi): Set tdep->sigcontext_addr to
2820 alpha_osf1_sigcontext_addr.
2821 * config/alpha/tm-alpha.h (SIGCONTEXT_ADDR): Remove.
2822 * config/alpha/tm-alphalinux.h (SIGCONTEXT_ADDR): Remove.
2823
2824 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2825
2826 * stack.c (selected_frame_level):
2827 (select_frame): Do not set selected_frame_level.
2828 * frame.h (selected_frame_level): Delete declaration.
2829
2830 2002-04-26 Andrew Cagney <ac131313@redhat.com>
2831
2832 * rs6000-tdep.c (rs6000_gdbarch_init): Only set
2833 convert_from_func_ptr-addr when AIX / PowerOpen.
2834
2835 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2836
2837 * valops.c (hand_function_call): Call
2838 generic_save_call_dummy_addr.
2839 * frame.h (generic_save_call_dummy_addr): Declare.
2840 * blockframe.c (struct dummy_frame): Add fields call_lo and
2841 call_hi.
2842 (generic_find_dummy_frame): Check for PC in range call_lo to
2843 call_hi instead of entry_point_address.
2844 (generic_pc_in_call_dummy): Search the dummy frames for a PC in
2845 the call_lo to call_hi range. Allow for DECR_PC_AFTER_BREAK.
2846 (generic_save_call_dummy_addr): New function.
2847
2848 2002-04-24 David S. Miller <davem@redhat.com>
2849
2850 * sparc-tdep.c (sparc_gdbarch_skip_prologue): Kill, duplicates
2851 sparc_skip_prologue.
2852 (sparc_skip_prologue): Kill frameless_p arg, and use line number
2853 information to find prologue when possible.
2854 (sparc_prologue_frameless_p): Call examine_prologue directly.
2855 (sparc_gdbarch_init): Update set_gdbarch_skip_prologue call.
2856 * config/sparc/tm-sparc.h (sparc_skip_prologue): Update for killed
2857 second argument.
2858 (SKIP_PROLOGUE): Likewise.
2859
2860 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2861
2862 * alpha-tdep.c (alpha_skip_prologue_internal): Remove
2863 GDB_TARGET_HAS_SHARED_LIBS #ifdef and update comment to
2864 indicate that the condition it was testing is always true.
2865 * config/alpha/nm-linux.h (GDB_TARGET_HAS_SHARED_LIBS): Remove.
2866 * config/alpha/nm-nbsd.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2867 * config/alpha/nm-osf.h (GDB_TARGET_HAS_SHARED_LIBS): Ditto.
2868
2869 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2870
2871 * alpha-tdep.h (gdbarch_tdep): Add jb_pc and jb_elt_size members.
2872 * alpha-linux-tdep.c (alpha_linux_init_abi): Initialize
2873 tdep->jb_pc and tdep->jb_elt_size.
2874 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Likewise.
2875 * alphafbsd-tdep.c (alphafbsd_init_abi): Likewise.
2876 * alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
2877 * alpha-nat.c (get_longjmp_target): Remove.
2878 (JB_ELEMENT_SIZE): Ditto.
2879 (JB_PC): Ditto.
2880 * alpha-tdep.c (alpha_get_longjmp_target): New function.
2881 (alpha_gdbarch_init): Default tdep->jb_pc to -1. If the
2882 OS ABI sets jb_pc to a valid value, set gdbarch_get_longjmp_target
2883 to alpha_get_longjmp_target.
2884 (alpha_dump_tdep): Report tdep->jb_pc and tdep->jb_elt_size.
2885 * config/alpha/nm-linux.h (GET_LONGJMP_TARGET): Remove.
2886 * config/alpha/nm-osf.h (GET_LONGJMP_TARGET): Remove.
2887
2888 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2889
2890 * README: Update to GDB 5.2.
2891
2892 2002-04-25 Andrew Cagney <ac131313@redhat.com>
2893
2894 * gdbarch.sh (LC_ALL): Set to `c'.
2895
2896 2002-04-25 Theodore A. Roth <troth@verinet.com>
2897
2898 * avr-tdep.c: Ran through gdb_indent.sh.
2899
2900 2002-04-25 Theodore A. Roth <troth@verinet.com>
2901
2902 * MAINTAINERS: Add myself as AVR maintainer.
2903 * NEWS: Note new target avr.
2904
2905 2002-04-25 Theodore A. Roth <troth@verinet.com>
2906
2907 * Makefile.in: Add support for AVR target.
2908 * configure.tgt: Add support for AVR target.
2909 * avr-tdep.c: New file
2910 * config/avr/avr.mt: New file.
2911
2912 2002-04-25 Theodore A. Roth <troth@verinet.com>
2913
2914 * MAINTAINERS: Add myself to write-after-approval.
2915
2916 2002-04-24 Pierre Muller <ics.u-strasbg.fr>
2917
2918 * f-lang.c (get_bf_for_fcn): Replace fprintf (stderr,...
2919 with fprintf_unfiltered (gdb_stderr,....
2920
2921 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2922
2923 Fix PR gdb/508.
2924 * symfile.c (add_filename_language): Fix wrong xrealloc size argument.
2925
2926 2002-04-25 Pierre Muller <muller@ics.u-strasbg.fr>
2927
2928 * p-exp.y: Also use new prev_lexptr variable
2929 to improve error reporting. Based on Michael Snyder
2930 2002-04-24 dated patch to c-exp.y.
2931
2932 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2933
2934 * alpha-tdep.c (alpha_breakpoint_from_pc): New function.
2935 (alpha_gdbarch_init): Set gdbarch_breakpoint_from_pc to
2936 alpha_breakpoint_from_pc. Set gdbarch_function_start_offset
2937 to 0.
2938 * config/alpha/tm-alpha.h: Remove forward decls of struct type
2939 and struct value.
2940 (FUNCTION_START_OFFSET): Remove.
2941 (BREAKPOINT): Ditto.
2942
2943 2002-04-25 Jason Thorpe <thorpej@wasabisystems.com>
2944
2945 * MAINTAINERS: Reflect that multi-arch is enabled for VAX.
2946 * NEWS: Ditto.
2947
2948 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2949
2950 * alpha-linux-tdep.c (alpha_linux_pc_in_sigtramp): New function.
2951 (alpha_linux_init_abi): Set gdbarch_pc_in_sigtramp to
2952 alpha_linux_pc_in_sigtramp.
2953 * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): New function.
2954 (alpha_osf1_init_abi): Set gdbarch_pc_in_sigtramp to
2955 alpha_osf1_pc_in_sigtramp.
2956 * alpha-tdep.c (alpha_osf_in_sigtramp): Remove.
2957 * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): New function.
2958 (alphafbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2959 alphafbsd_pc_in_sigtramp.
2960 * alphanbsd-tdep.c (alphanbsd_pc_in_sigtramp): New function.
2961 (alphanbsd_init_abi): Set gdbarch_pc_in_sigtramp to
2962 alphanbsd_pc_in_sigtramp.
2963 * config/alpha/tm-alpha.h (IN_SIGTRAMP): Remove.
2964 * config/alpha/tm-alphalinux.h (IN_SIGTRAMP): Remove.
2965
2966 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2967
2968 * config/alpha/nbsd.mh (NATDEPFILES): Remove solib-legacy.o.
2969
2970 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2971
2972 * Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
2973 alphanbsd-tdep.c.
2974 (alphanbsd-nat.o): New dependency list.
2975 (alphanbsd-tdep.o): Ditto.
2976 * NEWS: Note new native NetBSD/alpha configuration.
2977 * alphanbsd-nat.c: New file.
2978 * alphanbsd-tdep.c: Ditto.
2979 * configure.host (alpha*-*-netbsd*): New host.
2980 * configure.tgt (alpha*-*-netbsd*): New target.
2981 * config/alpha/nbsd.mh: New file.
2982 * config/alpha/nbsd.mt: Ditto.
2983 * config/alpha/nm-nbsd.h: Ditto.
2984 * config/alpha/tm-nbsd.h: Ditto.
2985
2986 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
2987
2988 * Makefile.in (ALLDEPFILES): Add alpha-osf1-tdep.c.
2989 (alpha-osf1-tdep.o): New dependency list.
2990 * alpha-tdep.h (gdbarch_tdep): Add dynamic_sigtramp_offset
2991 and skip_sigtramp_frame members.
2992 * alpha-linux-tdep.c: Include gdbcore.h.
2993 (alpha_linux_sigtramp_offset): Change return type to LONGEST.
2994 (alpha_linux_init_abi): Initialize tdep->dynamic_sigtramp_offset.
2995 * alpha-osf1-tdep.c: New file.
2996 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Moved to
2997 alpha-osf1-dep.c.
2998 (alpha_frame_past_sigtramp_frame): New function.
2999 (alpha_dynamic_sigtramp_offset): Ditto.
3000 (alpha_proc_desc_is_dyn_sigtramp): Ditto.
3001 (alpha_set_proc_desc_is_dyn_sigtramp): Ditto.
3002 (ALPHA_PROC_SIGTRAMP_MAGIC): Define.
3003 (push_sigtramp_desc): Use alpha_set_proc_desc_is_dyn_sigtramp.
3004 (after_prologue): Use alpha_proc_desc_is_dyn_sigtramp.
3005 (find_proc_desc): Use alpha_dynamic_sigtramp_offset.
3006 (alpha_frame_chain): Use alpha_frame_past_sigtramp_frame.
3007 (alpha_init_extra_frame_info): Use alpha_proc_desc_is_dyn_sigtramp.
3008 (alpha_pop_frame): Use alpha_proc_desc_is_dyn_sigtramp.
3009 (alpha_gdbarch_init): Initialize tdep->dynamic_sigtramp_offset
3010 and tdep->skip_sigtramp_frame. Set gdbarch_skip_trampoline_code
3011 to find_solib_trampoline_target.
3012 * config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-osf1-tdep.o.
3013 * config/alpha/tm-alpha.h: Remove inclusion of regcache.h.
3014 (SKIP_TRAMPOLINE_CODE): Remove.
3015 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3016 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3017 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3018 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3019 * config/alpha/tm-alphalinux.h (PROC_DESC_IS_DYN_SIGTRAMP): Remove.
3020 (PROC_SIGTRAMP_MAGIC): Ditto.
3021 (PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3022 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3023 (SET_PROC_DESC_IS_DYN_SIGTRAMP): Ditto.
3024 (DYNAMIC_SIGTRAMP_OFFSET): Ditto.
3025 (FRAME_PAST_SIGTRAMP_FRAME): Ditto.
3026
3027 2002-04-24 Jason Thorpe <thorpej@wasabisystems.com>
3028
3029 * NEWS: Note that Alpha targets are now multi-arch.
3030
3031 2002-04-24 Michael Snyder <msnyder@redhat.com>
3032
3033 * parser-defs.h (prev_lexptr): New external variable.
3034 * parse.c (parse_exp_1): Set prev_lexptr to null before
3035 calling the language-specific parser.
3036 * c-exp.y (yylex): Set prev_lexptr to start of current token.
3037 (yyerror): Use prev_lexptr in error reporting.
3038
3039 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
3040
3041 * config/i386/tm-linux.h: Define FILL_FPXREGSET.
3042 * gregset.h: If FILL_FPXREGSET is defined, provide
3043 gdb_fpxregset_t, supply_fpxregset, and fill_fpxregset.
3044 * linux-proc.c (linux_do_thread_registers): If FILL_FPXREGSET
3045 is defined, call fill_fpxregset.
3046
3047 2002-04-24 Roland McGrath <roland@frob.com>
3048
3049 * config/i386/i386gnu.mh (NATDEPFILES): Add core-regset.o here.
3050 * i386gnu-nat.c [HAVE_SYS_PROCFS_H]
3051 (supply_gregset, supply_fpregset): New functions.
3052
3053 * gnu-nat.c (gnu_find_memory_regions): New function.
3054 (init_gnu_ops): Set `to_find_memory_regions' hook to that.
3055 (gnu_xfer_memory): Add a cast.
3056
3057 2002-04-24 Michael Snyder <msnyder@redhat.com>
3058
3059 * arm-tdep.c (arm_scan_prologue): Move "mov ip, sp" into the
3060 loop. Add handling for "str lr, [sp, #-4]!" and for saves
3061 of argument regs ("str r(0123), [r11, #-nn"]).
3062 (arm_skip_prologue): Better handling for frameless functions.
3063 Treat "mov ip, sp" as optional. Recognize "str lr, [sp, #-4]".
3064 (arm_skip_prologue): Recognize str r(0123), [r11, #-nn].
3065
3066 Wed Apr 24 14:22:21 2002 Andrew Cagney <cagney@redhat.com>
3067
3068 * arm-tdep.c (arm_gdbarch_init): Add comment that NUM_REGS nor
3069 NUM_PSEUDO_REGS can be used.
3070
3071 2002-04-24 Andrew Cagney <ac131313@redhat.com>
3072
3073 * arch-utils.h: Update copyright.
3074
3075 * gdbarch.sh (PC_IN_SIGTRAMP): Add.
3076 * gdbarch.h, gdbarch.c: Re-generate.
3077
3078 * inferior.h (IN_SIGTRAMP): Delete definition.
3079 * arch-utils.c (legacy_pc_in_sigtramp): New function.
3080 * arch-utils.h (legacy_pc_in_sigtramp): Declare.
3081
3082 * mips-tdep.c (mips_init_extra_frame_info): Use PC_IN_SIGTRAMP.
3083 (mips_dump_tdep): Do not print value of IN_SIGTRAMP.
3084 * hppa-tdep.c (pc_in_interrupt_handler): Use PC_IN_SIGTRAMP.
3085 (find_proc_framesize): Ditto.
3086 * alpha-tdep.c (alpha_osf_skip_sigtramp_frame): Ditto.
3087 (alpha_init_extra_frame_info): Ditto.
3088 * infrun.c (handle_inferior_event): Ditto.
3089 (handle_inferior_event): Ditto.
3090 (check_sigtramp2): Ditto.
3091 * blockframe.c (create_new_frame): Ditto.
3092 (get_prev_frame): Ditto.
3093 * ppc-linux-tdep.c: Update comments.
3094 * i386-linux-tdep.c: Update comments.
3095 * breakpoint.c (bpstat_what): Update comment.
3096
3097 2002-04-24 Michal Ludvig <mludvig@suse.cz>
3098
3099 * gdbserver/linux-low.c (regsets_fetch_inferior_registers),
3100 (regsets_store_inferior_registers): Removed cast to int from
3101 ptrace() calls.
3102 * gdbserver/regcache.h: Added declaration of struct inferior_info.
3103
3104 2002-04-24 David S. Miller <davem@redhat.com>
3105
3106 * i960-tdep.c (register_in_window_p): New function.
3107 (i960_find_saved_register): Use it instead of
3108 REGISTER_IN_WINDOW_P.
3109 * config/i960/tm-i960.h (REGISTER_IN_WINDOW): Delete.
3110
3111 * symtab.h (find_stab_function_addr): Kill extern.
3112 * minsyms.c (find_stab_function_addr): Remove from here...
3113 * dbxread.c: ... to here, and mark it static.
3114
3115 2002-04-20 David S. Miller <davem@redhat.com>
3116
3117 * sparc-tdep.c (sparc_pop_frame): Only need to allocate
3118 SPARC_INTREG_SIZE * 16 bytes for reg_temp.
3119
3120 2002-04-21 David S. Miller <davem@redhat.com>
3121
3122 * remote-vxsparc.c (vx_read_register): Fix typo, we want
3123 REGISTER_RAW_SIZE of SP_REGNUM not CORE_ADDR.
3124 (vx_write_register): Likewise.
3125
3126 2002-04-23 J. Brobecker <brobecker@gnat.com>
3127
3128 * source.c (is_regular_file): New function.
3129 (openp): Check wether file to open is a regular file
3130 to avoid opening directories.
3131
3132 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3133
3134 * findvar.c (extract_signed_integer): Cast printf argument
3135 to suppress format warning.
3136 (extract_unsigned_integer): Likewise.
3137 * infcmd.c (registers_info): Likewise.
3138 * top.c (get_prompt_1): Likewise.
3139 * valops.c (value_assign): Likewise.
3140 * valprint.c (print_decimal): Likewise.
3141
3142 2002-04-22 H.J. Lu (hjl@gnu.org)
3143
3144 * c-exp.y (typebase): Support
3145
3146 [long|long long|short] [signed|unsigned] [int|]
3147
3148 and
3149
3150 signed [long|long long|short] int
3151
3152 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3153
3154 * Makefile.in (vax-tdep.o): Add $(arch_utils_h), $(inferior_h),
3155 and vax-tdep.h.
3156 * vax-tdep.h: New file.
3157 * vax-tdep.c: Include inferior.h, arch-utils.h, and vax-tdep.h.
3158 Make several routines static.
3159 (vax_get_saved_register): New function.
3160 (vax_gdbarch_init): New function.
3161 (_initialize_vax_tdep): Register vax_gdbarch_init.
3162 * config/vax/tm-vax.h: Set GDB_MULTI_ARCH to GDB_MULTI_ARCH_PARTIAL.
3163 Remove macros now under the control of gdbarch.
3164
3165 2002-04-22 Michael Snyder <msnyder@redhat.com>
3166
3167 * arm-tdep.c (arm_skip_prologue): Recognize "sub sp, sp, #nn".
3168 Some whitespace and coding standards tweaks.
3169
3170 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3171
3172 * vax-tdep.c: Include regcache.h.
3173 (vax_call_dummy_words): New.
3174 (sizeof_vax_call_dummy_words): New.
3175 (vax_fix_call_dummy): New function.
3176 (vax_saved_pc_after_call): Ditto.
3177 * config/vax/tm-vax.h: Don't include regcache.h.
3178 (SAVED_PC_AFTER_CALL): Use vax_saved_pc_after_call.
3179 (CALL_DUMMY): Remove.
3180 (CALL_DUMMY_WORDS): Define.
3181 (SIZEOF_CALL_DUMMY_WORDS): Define.
3182 (FIX_CALL_DUMMY): Use vax_fix_call_dummy.
3183
3184 2002-04-18 Michael Snyder <msnyder@redhat.com>
3185
3186 * arm-tdep.h: Change regnum defines to enums for ease of debugging.
3187
3188 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3189
3190 * vax-tdep.c (vax_frame_chain): New function.
3191 (vax_push_dummy_frame): Ditto.
3192 (vax_pop_frame): Ditto.
3193 * config/vax/tm-vax.h (FRAME_CHAIN): vax_frame_chain.
3194 (FRAMELESS_FUNCTION_INVOCATION): Use
3195 generic_frameless_function_invocation_not.
3196 (PUSH_DUMMY_FRAME): Use vax_push_dummy_frame.
3197 (POP_FRAME): Use vax_pop_frame.
3198
3199 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3200
3201 * vax-tdep.c (vax_store_struct_return): New function.
3202 (vax_extract_return_value): Ditto.
3203 (vax_store_return_value): Ditto.
3204 (vax_extract_struct_value_address): Ditto.
3205 * config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
3206 vax_store_struct_return.
3207 (EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
3208 (STORE_RETURN_VALUE): Use vax_store_return_value.
3209 (EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
3210
3211 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3212
3213 * vax-tdep.c (vax_frame_saved_pc): New function.
3214 (vax_frame_args_address_correct): Ditto.
3215 (vax_frame_args_address): Ditto.
3216 (vax_frame_locals_address): Ditto.
3217 (vax_frame_num_args): Move code to be in proximity to
3218 other frame-related functions.
3219 * config/vax/tm-vax.h (INNER_THAN): Use core_addr_lessthan.
3220 (FRAME_SAVED_PC): Use vax_frame_saved_pc.
3221 (FRAME_ARGS_ADDRESS_CORRECT): Use vax_frame_args_address_correct.
3222 (FRAME_ARGS_ADDRESS): Use vax_frame_args_address.
3223 (FRAME_LOCALS_ADDRESS): Use vax_frame_locals_address.
3224
3225 2002-04-22 H.J. Lu (hjl@gnu.org)
3226
3227 * Makefile.in (FLAGS_TO_PASS): Add libdir, mandir, datadir and
3228 includedir.
3229
3230 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3231
3232 * vax-tdep.c (vax_frame_init_saved_regs): New function.
3233 * config/vax/tm-vax.h (FRAME_FIND_SAVED_REGS): Remove.
3234 (FRAME_INIT_SAVED_REGS): New macro.
3235
3236 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3237
3238 * MAINTAINERS: Reflect that the Alpha target has been multi-arch'd.
3239
3240 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3241
3242 * alpha-nat.c (get_longjmp_target): Use ALPHA_* constants
3243 where needed.
3244 (fetch_osf_core_registers): Likewise.
3245 (supply_gregset): Likewise.
3246
3247 2002-04-22 J. Brobecker <brobecker@gnat.com>
3248
3249 * symfile.h (get_section_index): Define.
3250 * symfile.c (get_section_index): New function.
3251 * mdebugread.c (SC_IS_SBSS): New macro.
3252 (SC_IS_BSS): Return true for the scBss storage class only, as
3253 the scSBss storage class refers to the .sbss section.
3254 (parse_partial_symbols): Discard the symbols which associated
3255 section does not exist.
3256 Make sure to use the .sbss section index for symbols which
3257 storage class is scBss, rather than using the .bss section index.
3258
3259 2002-04-22 Jason Thorpe <thorpej@wasabisystems.com>
3260
3261 * vax-tdep.c: Update copyright years.
3262 (vax_register_name): New function.
3263 (vax_register_byte): Ditto.
3264 (vax_register_raw_size): Ditto.
3265 (vax_register_virtual_size): Ditto.
3266 (vax_register_virtual_type): Ditto.
3267 * config/vax/tm-vax.h: Update copyright years.
3268 (REGISTER_NAMES): Remove.
3269 (REGISTER_NAME): Define.
3270 (REGISTER_BYTE): Use vax_register_byte.
3271 (REGISTER_RAW_SIZE): Use vax_register_raw_size.
3272 (REGISTER_VIRTUAL_SIZE): Use vax_register_virtual_size.
3273 (REGISTER_VIRTUAL_TYPE): Use vax_register_virtual_type.
3274
3275 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3276
3277 * config/sparc/tm-sparc.h (sparc_skip_prologue): Restore
3278 declaration
3279 * arc-tdep.c (arc_prologue_frameless_p): Fix syntax error.
3280
3281 2002-04-21 David S. Miller <davem@redhat.com>
3282
3283 * arch-utils.c (generic_prologue_frameless_p): Kill
3284 SKIP_PROLOGUE_FRAMELESS_P code.
3285 * config/arc/tm-arc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3286 references.
3287 (PROLOGUE_FRAMELESS_P, arc_prologue_frameless_p): New.
3288 * arc-tdep.c (arc_prologue_frameless_p): Implement.
3289 * config/arc/tm-sparc.h (SKIP_PROLOGUE_FRAMELESS_P): Delete
3290 references.
3291 (PROLOGUE_FRAMELESS_P, sparc_prologue_frameless_p): New.
3292 * sparc-tdep.c (sparc_prologue_frameless_p): Implement.
3293 (sparc_gdbarch_init): Pass it to
3294 set_gdbarch_prologue_frameless_p.
3295
3296 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3297
3298 * Makefile.in (ALLDEPFILES): Add alphabsd-nat.c.
3299 (alphabsd-nat.o): New dependency list.
3300
3301 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3302
3303 * Makefile.in (ALLDEPFILES): Add alpha-linux-tdep.c and
3304 alphafbsd-tdep.c.
3305 (alpha-linux-tdep.o): New dependency list.
3306 (alphafbsd-tdep.o): Likewise.
3307
3308 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3309
3310 * alpha-linux-tdep.c: New file. Move alpha_linux_sigtramp_offset
3311 to here...
3312 * alpha-tdep.c: ...from here.
3313 * config/alpha/alpha-linux.mt (TDEPFILES): Add alpha-linux-tdep.o.
3314
3315 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3316
3317 * config/alpha/tm-alpha.h: Move alpha_software_single_step
3318 prototype from here...
3319 * alpha-tdep.h: ...to here.
3320
3321 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3322
3323 * frame.h (selected_frame_level): Document as deprecated.
3324 (frame_relative_level): Declare.
3325 * stack.c (frame_relative_level): New function.
3326 (selected_frame_level): Document as deprecated.
3327 (select_frame): Do not set the selected_frame_level.
3328
3329 * stack.c (frame_info, record_selected_frame): Update.
3330 (frame_command, current_frame_command): Update.
3331 (up_silently_base, up_command, down_silently_base): Update.
3332 (down_command): Update.
3333 * inflow.c (kill_command): Update.
3334 * tracepoint.c (finish_tfind_command): Update.
3335 * corelow.c (core_open): Update.
3336 * thread.c (info_threads_command): Update.
3337 (do_captured_thread_select): Update.
3338 * infcmd.c (finish_command): Update.
3339 * breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
3340
3341 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3342
3343 * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Remove.
3344
3345 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3346
3347 * arm-tdep.c (arm_breakpoint_from_pc): Make static. Make return
3348 type const.
3349
3350 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3351
3352 * alphafbsd-tdep.c: Update copyright years. Include
3353 alpha-tdep.h.
3354 (alphafbsd_use_struct_convention): Make static.
3355 (alphafbsd_init_abi): New function.
3356 (_initialize_alphafbsd_tdep): New function.
3357 * config/alpha/tm-fbsd.h: Update copyright years.
3358 (USE_STRUCT_CONVENTION): Remove.
3359
3360 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3361
3362 * alpha-tdep.c (alpha_abi_handler): New structure to describe
3363 an Alpha ABI variant.
3364 (alpha_abi_handler_list): Declare.
3365 (alpha_gdbarch_register_os_abi): New function.
3366 (alpha_gdbarch_init): Give registered ABI variant handlers a
3367 chance to tweak the gdbarch once we have set up defaults.
3368 * alpha-tdep.h: Prototype alpha_gdbarch_register_os_abi.
3369
3370 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3371
3372 * alpha-tdep.c (alpha_gdbarch_init): Set coerce_float_to_double
3373 to standard_coerce_float_to_double.
3374 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Remove.
3375
3376 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3377
3378 * alpha-tdep.h (gdbarch_tdep): Add vm_min_address member.
3379 * alpha-tdep.c (heuristic_proc_start): Use vm_min_address
3380 from gdbarch_tdep rather than a constant.
3381 (alpha_gdbarch_init): Initialize tdep->vm_min_address to
3382 the default text address for all Alpha Unix ABIs.
3383 (alpha_dump_tdep): Report the value of tdep->vm_min_address.
3384 * config/alpha/tm-alpha.h (VM_MIN_ADDRESS): Delete.
3385
3386 2002-04-21 Jason Thorpe <thorpej@wasabisystems.com>
3387
3388 * alpha-tdep.h: New file. Includes several Alpha target constants
3389 taken from...
3390 * config/alpha/tm-alpha.h: ...here. Remove macros that we now
3391 let gdbarch deal with.
3392 (GDB_MULTI_ARCH): Define as GDB_MULTI_ARCH_PARTIAL.
3393 * Makefile.in (alpha-nat.o): Add alpha-tdep.h and $(BFD_SRC)/elf-bfd
3394 to dependency list.
3395 * alpha-nat.c: Include alpha-tdep.h. Update for adjusted
3396 Alpha target register names.
3397 * alphabsd-nat.c: Likewise.
3398 * alpha-tdep.c: Include alpha-tdep.h. Update for adjusted
3399 Alpha target register names. Make serveral routines static.
3400 (alpha_get_saved_register): New function.
3401 (alpha_abi_names): New.
3402 (process_note_abi_tag_sections): New function.
3403 (get_elfosabi): New function.
3404 (alpha_gdbarch_init): New function.
3405 (alpha_dump_tdep): New function.
3406 (_initialize_alpha_tdep): Register alpha_gdbarch_init.
3407
3408 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3409
3410 * frame.c (find_saved_register): Delete #ifdef
3411 HAVE_REGISTER_WINDOWS code.
3412 * config/sparc/tm-sparc.h: Update comments.
3413 * config/i960/tm-i960.h (HAVE_REGISTER_WINDOWS): Delete macro.
3414
3415 2002-04-21 Andrew Cagney <ac131313@redhat.com>
3416
3417 * i960-tdep.c (i960_find_saved_register): New function.
3418 (i960_get_saved_register): New function.
3419 * config/i960/tm-i960.h (GET_SAVED_REGISTER): Define.
3420 (i960_get_saved_register): Declare.
3421 * config/i960/tm-i960.h, i960-tdep.c: Update copyright.
3422
3423 2002-04-20 David S. Miller <davem@redhat.com>
3424
3425 * sparc-nat.c (store-inferior_registers): Fix ambiguous else.
3426
3427 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3428
3429 * arm-tdep.c (arm_gdbarch_init): Use gdbarch_num_pseudo_regs
3430 instead of NUM_PSEUDO_REGS.
3431
3432 2002-04-20 David S. Miller <davem@redhat.com>
3433
3434 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Define to
3435 GDB_MULTI_ARCH_PARTIAL
3436 * config/sparc/tm-sp64linux.h (GDB_MULTI_ARCH): Do not
3437 define, let tm-sp64.h do it.
3438
3439 2002-04-20 Jason Thorpe <thorpej@wasabisystems.com>
3440
3441 * frame.c (find_saved_register): Avoid a NULL pointer
3442 dereference and actually walk the frame list.
3443
3444 2002-04-20 Andrew Cagney <ac131313@redhat.com>
3445
3446 * gdbarch.sh (gdbarch_update_p): Keep the list of architectures
3447 sorted in most most-recent-used order. Document.
3448 * gdbarch.h, gdbarch.c: Regenerate.
3449
3450 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3451
3452 * gdbserver/inferiors.c (struct inferior_info): Add regcache_data.
3453 (add_inferior): Call create_register_cache.
3454 (clear_inferiors): Call free_register_cache.
3455 (inferior_regcache_data, set_inferior_regcache_data): New functions.
3456 * gdbserver/regcache.c (struct inferior_regcache_data): New.
3457 (registers): Remove.
3458 (get_regcache): New function.
3459 (create_register_cache, free_register_cache): New functions.
3460 (set_register_cache): Don't initialize the register cache here.
3461 (registers_to_string, registers_from_string, register_data): Call
3462 get_regcache.
3463 * gdbserver/regcache.h: Add prototypes.
3464 * gdbserver/server.h: Likewise.
3465
3466 2002-04-20 Daniel Jacobowitz <drow@mvista.com>
3467
3468 * gdbserver/mem-break.c: New file.
3469 * gdbserver/mem-break.h: New file.
3470 * gdbserver/Makefile.in: Add mem-break.o rule; update server.h
3471 dependencies.
3472 * gdbserver/inferiors.c (struct inferior_info): Add target_data
3473 member.
3474 (clear_inferiors): Free target_data member if set.
3475 (inferior_target_data, set_inferior_target_data): New functions.
3476 * gdbserver/linux-i386-low.c (i386_breakpoint, i386_breakpoint_len)
3477 (i386_stop_pc, i386_set_pc): New. Add to the_low_target.
3478 * gdbserver/linux-low.c (linux_bp_reinsert): New variable.
3479 (struct inferior_linux_data): New.
3480 (linux_create_inferior): Use set_inferior_target_data.
3481 (linux_attach): Likewise. Call add_inferior.
3482 (linux_wait_for_one_inferior): New function.
3483 (linux_wait): Call it.
3484 (linux_write_memory): Add const.
3485 (initialize_low): Call set_breakpoint_data.
3486 * gdbserver/linux-low.h (struct linux_target_ops): Add breakpoint
3487 handling members.
3488 * gdbserver/server.c (attach_inferior): Remove extra add_inferior
3489 call.
3490 * gdbserver/server.h: Include mem-break.h. Update inferior.c
3491 prototypes.
3492 * gdbserver/target.c (read_inferior_memory)
3493 (write_inferior_memory): New functions.
3494 * gdbserver/target.h (read_inferior_memory)
3495 (write_inferior_memory): Change macros to prototypes.
3496 (struct target_ops): Update comments. Add const to write_memory
3497 definition.
3498
3499 2002-04-19 Andrew Cagney <ac131313@redhat.com>
3500
3501 * sparc-tdep.c (sparc_get_saved_register): Use get_prev_frame
3502 instead of ->prev.
3503 * z8k-tdep.c (z8k_frame_chain): Do not use ->prev.
3504 * s390-tdep.c (s390_frame_chain): Do not use ->prev.
3505 * rs6000-tdep.c (frame_get_saved_regs): Use rs6000_frame_chain()
3506 instead of ->prev.
3507
3508 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
3509
3510 Fix PR gdb/471.
3511 * gdbtypes.c (init_simd_type): Rewrite using new functions.
3512 (build_builtin_type_vec128): Ditto.
3513 (append_composite_type_field): Fix calculation of type length in
3514 union case.
3515
3516 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
3517
3518 * config/djgpp/README: Update.
3519
3520 * go32-nat.c (store_register): Cast &a_tss to `char *' to avoid a
3521 compiler warnings.
3522
3523 2002-04-19 Jason Thorpe <thorpej@wasabisystems.com>
3524
3525 * alpha-tdep.c (setup_arbitrary_frame): Rename...
3526 (alpha_setup_arbitrary_frame): ...to this.
3527 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Update
3528 for alpha_setup_arbitrary_frame.
3529
3530 2002-04-18 Andrew Cagney <cagney@redhat.com>
3531
3532 * gdbarch.sh (BREAKPOINT_FROM_PC): Return a const buffer.
3533 * gdbarch.h, gdbarch.c: Regenerate.
3534
3535 * defs.h (breakpoint_from_pc_fn): Delete type definition.
3536 * target.h (memory_breakpoint_from_pc): Update declaration.
3537 * config/mcore/tm-mcore.h (mcore_breakpoint_from_p): Ditto.
3538
3539 * arch-utils.c (legacy_breakpoint_from_pc): Update return type.
3540 * mcore-tdep.c (mcore_breakpoint_from_pc): Ditto.
3541 * mem-break.c (memory_breakpoint_from_pc): Ditto.
3542 * rs6000-tdep.c (rs6000_breakpoint_from_pc): Ditto.
3543 * s390-tdep.c (s390_breakpoint_from_pc): Ditto
3544 * xstormy16-tdep.c (xstormy16_breakpoint_from_pc): Ditto.
3545 * mn10300-tdep.c (mn10300_breakpoint_from_pc): Ditto.
3546 * mips-tdep.c (mips_breakpoint_from_pc): Ditto.
3547 * m68hc11-tdep.c (m68hc11_breakpoint_from_pc): Ditto.
3548 * ia64-tdep.c (ia64_breakpoint_from_pc): Ditto.
3549 * d10v-tdep.c (d10v_breakpoint_from_pc): Ditto.
3550 * arch-utils.c (legacy_breakpoint_from_pc): Ditto..
3551
3552 * mem-break.c (default_memory_insert_breakpoint): Make `bp' a
3553 const pointer.
3554 * monitor.c (monitor_insert_breakpoint): Ditto.
3555 * rs6000-tdep.c (rs6000_software_single_step): Ditto for `breakp'.
3556
3557 * config/mcore/tm-mcore.h: Update copyright.
3558 * mem-break.c: Ditto.
3559 * xstormy16-tdep.c: Ditto.
3560
3561 2002-04-18 Pierre Muller <muller@ics.u-strasbg.fr>
3562
3563 * p-exp.y: Add precedence rule for '^' token.
3564 This removes the shift/reduce conflicts.
3565 Remove the comment concerning these shift/reduce conflicts.
3566
3567 2002-04-18 Elena Zannoni <ezannoni@redhat.com>
3568
3569 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): New macro.
3570 (registers_powerpc_nofp): New register set for processors
3571 without floating point unit.
3572
3573 2002-04-18 David S. Miller <davem@redhat.com>
3574
3575 * MAINTAINERS: Add myself to write-after-approval.
3576
3577 2002-04-17 Michael Snyder <msnyder@redhat.com>
3578
3579 * MAINTAINERS: Add myself as co-maintainer of testsuite/gdb.asm.
3580
3581 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3582
3583 * rs6000-tdep.c (frame_initial_stack_address): Use
3584 frame_register_read to read the alloca_reg.
3585
3586 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3587
3588 * frame.c (find_saved_register): Find saved registers in the next
3589 not prev frame.
3590 Fix PR gdb/365.
3591
3592 2002-04-17 Andrew Cagney <ac131313@redhat.com>
3593
3594 * gdbarch.sh (LANG): Set to ``c''.
3595
3596 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3597
3598 * PROBLEMS: Mention hppa2.0-hp-hpux10.20 compile problems.
3599
3600 2002-04-15 Andrew Cagney <ac131313@redhat.com>
3601
3602 * bcache.c: Include <stddef.h> and <stdlib.h> after "defs.h".
3603 Update copyright.
3604
3605 * hpread.c (hpread_get_lntt): Add declaration.
3606 Also fix PR gdb/391.
3607
3608 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3609
3610 * acinclude.m4 (AM_PROG_CC_STDC): Import from automake 1.6.
3611 * aclocal.m4, configure: Re-generate.
3612 Fix PR gdb/391.
3613
3614 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3615
3616 * mi/mi-cmd-disas.c (dump_insns): Use TARGET_PRINT_INSN
3617 instead of tm_print_insn.
3618
3619 2002-04-14 Elena Zannoni <ezannoni@redhat.com>
3620
3621 * ppc-bdm.c (bdm_ppc_fetch_registers): Fix typo.
3622
3623 2002-04-14 Andrew Cagney <ac131313@redhat.com>
3624
3625 * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro.
3626 * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro.
3627 (get_prev_frame): Do not call FRAME_CHAIN_COMBINE.
3628
3629 2002-04-12 Don Howard <dhoward@redhat.com>
3630
3631 * cli/cli-cmds.c (init_cli_cmds): Add new user settable value:
3632 max_user_call_depth.
3633 (init_cmd_lists): Initialize the new value;
3634 * cli/cli-script.c (execute_user_command): Limit the call depth of
3635 user defined commands. This avoids a core-dump when user commands
3636 are infinitly recursive.
3637
3638 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3639
3640 * ppc-tdep.h (struct gdbarch_tdep): Add new member ``lr_frame_offset''.
3641 * rs6000-tdep.c (rs6000_frame_saved_pc): Use ``lr_frame_offset''
3642 from tdep struct instead of DEFAULT_LR_SAVE.
3643 (rs6000_gdbarch_init): Initialize ``lr_frame_offset''.
3644 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Delete.
3645 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Delete.
3646
3647 2002-04-12 Michael Snyder <msnyder@redhat.com>
3648
3649 * Remote.c: Spelling fix.
3650 * gcore.c (default_derive_heap_segment): Use bfd_section_name.
3651 If no symbol found for "sbrk", try "_sbrk".
3652 (make_output_phdrs): Use bfd_section_name.
3653 (gcore_copy_callback): Use bfd_section_name.
3654 * eval.c: Indentation fix-ups.
3655 * d10v-tdep.c (d10v_make_iaddr): Make it idempotent,
3656 in case it gets applied to an address that is already
3657 in the instruction space.
3658 * cli/cli-decode.c (help_list): Allow long lines to wrap.
3659 * symfile.c: Fix indentation, long lines.
3660 * source.c: White space fix-up.
3661
3662 2002-04-12 Andrew Cagney <cagney@redhat.com>
3663
3664 * defs.h (read_relative_register_raw_bytes): Delete declaration.
3665 * frame.c (frame_register_read): New function. Return non-zero on
3666 success.
3667 (read_relative_register_raw_bytes_for_frame): Delete.
3668 (read_relative_register_raw_bytes): Delete.
3669 * frame.h (frame_register_read): Declare.
3670 * d30v-tdep.c: Update Copyright. Use frame_register_read.
3671 * sh-tdep.c: Ditto.
3672 * infcmd.c (do_registers_info): Ditto.
3673 * hppa-tdep.c: Ditto.
3674 * rs6000-tdep.c: Ditto.
3675 * h8500-tdep.c: Ditto.
3676 * mips-tdep.c: Ditto.
3677 * h8300-tdep.c: Ditto.
3678 * z8k-tdep.c: Ditto.
3679
3680 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3681
3682 From Jimi X <jimix@watson.ibm.com>:
3683 * rs6000-tdep.c (rs6000_gdbarch_init): Use rs6000_* methods for
3684 64-bit SysV ABI.
3685
3686 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3687
3688 From Jimi X <jimix@watson.ibm.com>:
3689 * rs6000-tdep.c (rs6000_gdbarch_init): Compute ``wordsize'' from
3690 bfd info.
3691
3692 2002-04-12 Kevin Buettner <kevinb@redhat.com>
3693
3694 From Jimi X <jimix@watson.ibm.com>:
3695 * rs6000-tdep.c (powerpc64, 630, rs64ii, rs64iii): Define
3696 register sets for these processor variants.
3697
3698 2002-04-11 Daniel Jacobowitz <drow@mvista.com>
3699
3700 * gdbserver/linux-low.c (usr_store_inferior_registers): Support
3701 registers which are allowed to fail to store.
3702 * gdbserver/linux-low.h (linux_target_ops): Likewise.
3703 * gdbserver/linux-ppc-low.c (ppc_regmap): Support FPSCR.
3704 (ppc_cannot_store_register): FPSCR may not be storable.
3705 * regformats/reg-ppc.dat: Support FPSCR.
3706
3707 2002-04-11 Kevin Buettner <kevinb@redhat.com>
3708
3709 * ppc-tdep.h (struct gdbarch_tdep): Add new field ``ppc_fpscr_regnum''.
3710 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
3711 Add fpscr as an invalid/unfetchable register.
3712 * ppc-linux-nat.c (ppc_register_u_addr, store_register)
3713 (fetch_ppc_registers, store_ppc_registers, supply_fpregset)
3714 (fill_fpregset): Add support for register fpscr.
3715 (fetch_ppc_registers, store_ppc_registers, supply_gregset)
3716 (fill_gregset): Account for the fact that register ``mq'' might
3717 not exist.
3718 * rs6000-tdep.c (PPC_UISA_SPRS): Use (unused) slot 70 for fpscr.
3719 (registers_power): Add fpscr to register set at slot 71.
3720 (rs6000_gdbarch_init): Account for the fact that ``mq'' doesn't
3721 exist on most PPC architectures. Initialize ppc_fpscr_regnum.
3722
3723 2002-04-11 Michael Snyder <msnyder@redhat.com>
3724
3725 * configure.in: Autoconfiscate _SYSCALL32 define for solaris.
3726 * configure: Regenerate.
3727 * config.in: Regenerate.
3728 * acconfig.h: Add define for _SYSCALL32.
3729 * core-sol2.c: Remove #define _SYSCALL32.
3730 * solib-legacy.c: Remove #define _SYSCALL32.
3731
3732 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3733
3734 * stack.c (select_frame): Cleanup internal error message, do not
3735 use %p.
3736
3737 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3738
3739 * stack.c (select_frame): Check that selected_frame and the
3740 specified level are as expected.
3741 * blockframe.c (get_prev_frame): Set the `level' from next_frame.
3742 Update copyright.
3743 * frame.h (struct frame_info): Add field `level'. Update
3744 copyright.
3745 Work-in-progress PR gdb/464.
3746
3747 2002-04-10 Andrew Cagney <ac131313@redhat.com>
3748
3749 * maint.c (maint_print_section_info): Rename print_section_info.
3750 (print_bfd_section_info, print_objfile_section_info): Update.
3751 * inferior.h (struct gdbarch): Add opaque declaration.
3752 * gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
3753 * gdbarch.h: Regenerate.
3754
3755 2002-04-10 Michal Ludvig <mludvig@suse.cz>
3756
3757 * x86-64-linux-nat.c (child_resume, child_xfer_memory): Delete.
3758 (PTRACE_XFER_TYPE): Moved to config/i386/nm-x86-64.h.
3759 (kernel_u_size): Added.
3760 * config/i386/nm-x86-64.h (CHILD_XFER_MEMORY, CHILD_RESUME): Delete.
3761 (PTRACE_XFER_TYPE): Moved here from config/i386/nm-x86-64.h.
3762
3763 2002-04-04 Jim Ingham <jingham@apple.com>
3764
3765 * valarith.c (find_size_for_pointer_math): New function, either returns
3766 the size for a pointer's target, returns 1 for void *, or errors for
3767 incomplete types.
3768 (value_add, value_sub): use find_size_for_pointer_math.
3769
3770 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3771
3772 * linux-low.c (linux_look_up_symbols): New hook.
3773 (linux_target_ops): Add linux_look_up_symbols.
3774 * remote-utils.c (decode_address): New function.
3775 (look_up_one_symbol): New function.
3776 * server.c (handle_query): Call target look_up_symbols hook.
3777 * server.h (look_up_one_symbol): Add prototype.
3778 * target.h (struct target_ops): Add look_up_symbols hook.
3779
3780 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3781
3782 * gdbserver/server.h: Include <string.h> if HAVE_STRING_H.
3783 * ChangeLog: Correct paths in last ChangeLog entry.
3784
3785 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3786
3787 * gdbserver/linux-low.h: Remove obsolete prototypes.
3788 (struct linux_target_ops): New.
3789 (extern the_low_target): New.
3790 * gdbserver/linux-low.c (num_regs, regmap): Remove declarations.
3791 (register_addr): Use the_low_target explicitly.
3792 (fetch_register): Likewise.
3793 (usr_fetch_inferior_registers): Likewise.
3794 (usr_store_inferior_registers): Likewise.
3795 * gdbserver/linux-arm-low.c (num_regs): Remove.
3796 (arm_num_regs): Define.
3797 (arm_regmap): Renamed from regmap, made static.
3798 (arm_cannot_fetch_register): Renamed from cannot_fetch_register,
3799 made static.
3800 (arm_cannot_store_register): Renamed from cannot_store_register,
3801 made static.
3802 (the_low_target): New.
3803 * gdbserver/linux-i386-low.c (num_regs): Remove.
3804 (i386_num_regs): Define.
3805 (i386_regmap): Renamed from regmap, made static.
3806 (i386_cannot_fetch_register): Renamed from cannot_fetch_register,
3807 made static.
3808 (i386_cannot_store_register): Renamed from cannot_store_register,
3809 made static.
3810 (the_low_target): New.
3811 * gdbserver/linux-ia64-low.c (num_regs): Remove.
3812 (ia64_num_regs): Define.
3813 (ia64_regmap): Renamed from regmap, made static.
3814 (ia64_cannot_fetch_register): Renamed from cannot_fetch_register,
3815 made static.
3816 (ia64_cannot_store_register): Renamed from cannot_store_register,
3817 made static.
3818 (the_low_target): New.
3819 * gdbserver/linux-m68k-low.c (num_regs): Remove.
3820 (m68k_num_regs): Define.
3821 (m68k_regmap): Renamed from regmap, made static.
3822 (m68k_cannot_fetch_register): Renamed from cannot_fetch_register,
3823 made static.
3824 (m68k_cannot_store_register): Renamed from cannot_store_register,
3825 made static.
3826 (the_low_target): New.
3827 * gdbserver/linux-mips-low.c (num_regs): Remove.
3828 (mips_num_regs): Define.
3829 (mips_regmap): Renamed from regmap, made static.
3830 (mips_cannot_fetch_register): Renamed from cannot_fetch_register,
3831 made static.
3832 (mips_cannot_store_register): Renamed from cannot_store_register,
3833 made static.
3834 (the_low_target): New.
3835 * gdbserver/linux-ppc-low.c (num_regs): Remove.
3836 (ppc_num_regs): Define.
3837 (ppc_regmap): Renamed from regmap, made static.
3838 (ppc_cannot_fetch_register): Renamed from cannot_fetch_register,
3839 made static.
3840 (ppc_cannot_store_register): Renamed from cannot_store_register,
3841 made static.
3842 (the_low_target): New.
3843 * gdbserver/linux-s390-low.c (num_regs): Remove.
3844 (s390_num_regs): Define.
3845 (s390_regmap): Renamed from regmap, made static.
3846 (s390_cannot_fetch_register): Renamed from cannot_fetch_register,
3847 made static.
3848 (s390_cannot_store_register): Renamed from cannot_store_register,
3849 made static.
3850 (the_low_target): New.
3851 * gdbserver/linux-sh-low.c (num_regs): Remove.
3852 (sh_num_regs): Define.
3853 (sh_regmap): Renamed from regmap, made static.
3854 (sh_cannot_fetch_register): Renamed from cannot_fetch_register,
3855 made static.
3856 (sh_cannot_store_register): Renamed from cannot_store_register,
3857 made static.
3858 (the_low_target): New.
3859 * gdbserver/linux-x86-64-low.c (x86_64_regmap): Renamed from regmap.
3860 (the_low_target): New.
3861
3862 2002-04-09 Andrew Cagney <ac131313@redhat.com>
3863
3864 * frame.c (read_relative_register_raw_bytes_for_frame): Do not
3865 override FP_REGNUM with frame->fp. Update copyright.
3866 * parse.c (num_std_regs, std_regs): Delete.
3867 (target_map_name_to_register): Do not search std_regs. Update
3868 function description.
3869 * parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
3870 declarations. Update copyright.
3871 Fix PR gdb/251.
3872
3873 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3874
3875 * gdbserver/Makefile.in: Add stamp-h target.
3876 * gdbserver/configure.in: Create stamp-h.
3877 * gdbserver/configure: Regenerated.
3878
3879 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3880
3881 * gdbserver/inferiors.c: New file.
3882 * gdbserver/target.c: New file.
3883 * gdbserver/target.h: New file.
3884 * gdbserver/Makefile.in: Add target.o and inferiors.o. Update
3885 dependencies.
3886 * gdbserver/linux-low.c (inferior_pid): New static variable,
3887 moved from server.c.
3888 (linux_create_inferior): Renamed from create_inferior.
3889 Call add_inferior. Return 0 on success instead of a PID.
3890 (linux_attach): Renamed from myattach.
3891 (linux_kill): Renamed from kill_inferior. Call clear_inferiors ().
3892 (linux_thread_alive): Renamed from mythread_alive.
3893 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
3894 child dies.
3895 (linux_resume): Renamed from myresume. Add missing ``return 0''.
3896 (regsets_store_inferior_registers): Correct error message.
3897 Add missing ``return 0''.
3898 (linux_fetch_registers): Renamed from fetch_inferior_registers.
3899 (linux_store_registers): Renamed from store_inferior_registers.
3900 (linux_read_memory): Renamed from read_inferior_memory.
3901 (linux_write_memory): Renamed from write_inferior_memory.
3902 (linux_target_ops): New structure.
3903 (initialize_low): Call set_target_ops ().
3904 * gdbserver/remote-utils.c (unhexify): New function.
3905 (hexify): New function.
3906 (input_interrupt): Send signals to ``signal_pid''.
3907 * gdbserver/server.c (inferior_pid): Remove.
3908 (start_inferior): Update create_inferior call.
3909 (attach_inferior): Call add_inferior.
3910 (handle_query): New function.
3911 (main): Call handle_query for `q' packets.
3912 * gdbserver/server.h: Include "target.h". Remove obsolete prototypes.
3913 Add prototypes for "inferiors.c", "target.c", hexify, and unhexify.
3914
3915 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3916
3917 * gdbserver/Makefile.in: Add WARN_CFLAGS. Update configury
3918 dependencies.
3919 * gdbserver/configure.in: Check for <string.h>
3920 * gdbserver/configure: Regenerate.
3921 * gdbserver/config.in: Regenerate.
3922 * gdbserver/gdbreplay.c: Include needed system headers.
3923 (remote_open): Remove strchr prototype.
3924 * gdbserver/linux-low.h: Correct #ifdef to HAVE_LINUX_USRREGS.
3925 * gdbserver/regcache.c (supply_register): Change buf argument to const void *.
3926 (supply_register_by_name): Likewise.
3927 (collect_register): Change buf argument to void *.
3928 (collect_register_by_name): Likewise.
3929 * gdbserver/regcache.h: Add missing prototypes.
3930 * gdbserver/remote-utils.c: Include <arpa/inet.h> for inet_ntoa.
3931 * gdbserver/server.c (handle_query): New function.
3932 (attached): New static variable, moved out of main.
3933 (main): Quiet longjmp clobber warnings.
3934 * gdbserver/server.h: Add ATTR_NORETURN and ATTR_FORMAT. Update prototypes.
3935 * gdbserver/utils.c (error): Remove NORETURN.
3936 (fatal): Likewise.
3937
3938 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
3939
3940 * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
3941 after the last symbol in a block.
3942
3943 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr>
3944
3945 * p-exp.y (yylex): Handle also the fact that is_a_field_of_this
3946 is non zero as a found symbol.
3947
3948 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3949
3950 * findvar.c: Include "builtin-regs.h".
3951 (value_of_register): Call value_of_builtin_reg when applicable.
3952 * parse.c: Include "builtin-regs.h" and "gdb_assert.h".
3953 (target_map_name_to_register): Call
3954 builtin_reg_map_name_to_regnum.
3955 * Makefile.in (SFILES): Add builtin-regs.c and std-regs.c.
3956 (COMMON_OBS): Add builtin-regs.o and std-regs.o.
3957 (builtin_regs_h): Define.
3958 (builtin-regs.o): New target.
3959 (findvar.o): Add $(builtin_regs_h).
3960 * builtin-regs.c, builtin-regs.h: New files.
3961 * std-regs.c: New file.
3962 Partial fix for PR gdb/251.
3963
3964 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3965
3966 * rs6000-tdep.c (rs6000_gdbarch_init): Don't set tm_print_insn;
3967 it's no longer required.
3968
3969 2002-04-08 Andrew Cagney <ac131313@redhat.com>
3970
3971 * Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
3972
3973 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3974
3975 From Jimi X <jimix@watson.ibm.com>:
3976 * rs6000-tdep.c (rs6000_software_single_step): Use
3977 rs6000_breakpoint_from_pc() to fetch breakpoint instruction
3978 and size. Use target_insert_breakpoint() and
3979 target_remove_breakpoint() to insert and remove breakpoints
3980 instead of explicit memory reads and writes.
3981
3982 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3983
3984 * config/powerpc/tm-ppc-eabi.h (ELF_OBJECT_FORMAT): Delete.
3985 * rs6000-tdep.c (rs6000_push_arguments): Eliminate
3986 ELF_OBJECT_FORMAT ifdef.
3987
3988 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3989
3990 From Jimi X <jimix@watson.ibm.com>:
3991 * rs6000-tdep.c (rs6000_gdbarch_init): Use set_gdbarch_print_insn().
3992
3993 2002-04-08 Kevin Buettner <kevinb@redhat.com>
3994
3995 From Jimi X <jimix@watson.ibm.com>:
3996 * rs6000-tdep.c (rs6000_fix_call_dummy): Delete unused macro
3997 definitions for TOC_ADDR_OFFSET and TARGET_ADDR_OFFSET.
3998
3999 2002-04-07 Mark Kettenis <kettenis@gnu.org>
4000
4001 * fbsd-proc.c (child_pid_to_exec_file, fbsd_find_memory_regions):
4002 s/asprintf/xasprintf/.
4003 (fbsd_make_corefile_notes): s/strdup/xstrdup/.
4004
4005 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4006
4007 I believe Jeff Law denies responsability for this one:
4008 * config/pa/hpux11w.mh (MH_CFLAGS): Add -Dvfork=fork.
4009 * config/pa/hpux11.mh (MH_CFLAGS): Add -Dvfork=fork.
4010 * config/pa/hpux1020.mh (MH_CFLAGS): Add -Dvfork=fork.
4011 Work-around for PR gdb/366.
4012
4013 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4014
4015 * remote-e7000.c (write_small, e7000_read_inferior_memory,
4016 e7000_read_inferior_memory_large, e7000_insert_breakpoint,
4017 e7000_remove_breakpoint): Use paddr_nz() to print addresses.
4018
4019 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
4020
4021 * sh-tdep.c (sh_fp_frame_init_saved_regs,
4022 sh_nofp_frame_init_saved_regs): Use alloca() for 'where'
4023 information.
4024
4025 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4026
4027 * MAINTAINERS (Misc): List Daniel Jacobowitz as the GDBSERVER
4028 maintainer.
4029
4030 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4031
4032 * README (Reporting Bugs in GDB): Document the bug web page as the
4033 prefered way of submitting bugs.
4034 Fix PR gdb/402.
4035
4036 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4037
4038 * gdbarch.sh (FP_REGNUM, PC_REGNUM, SP_REGNUM): Allow default of
4039 -1. Update comment.
4040 * gdbarch.h, gdbarch.c: Re-generate.
4041
4042 2002-04-07 Andreas Schwab <schwab@suse.de>
4043
4044 * m68klinux-nat.c (fill_fpregset): Properly pass address of
4045 buffer to regcache_collect.
4046
4047 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4048
4049 * gdbarch.sh (PS_REGNUM): Add. Document. Default to -1.
4050 * gdbarch.c, gdbarch.h: Re-generate.
4051
4052 2002-04-06 Andrew Cagney <ac131313@redhat.com>
4053
4054 * symtab.c (lookup_symtab): Remove ``const'' from ``rp''
4055 declaration. Fix -Werror.
4056
4057 2002-04-05 Daniel Jacobowitz <drow@mvista.com>
4058
4059 * gdbarch.sh (initialize_non_multiarch): Call init_gdbarch_swap.
4060 * gdbarch.c: Regenerate.
4061
4062 2002-04-05 Michael Snyder <msnyder@redhat.com>
4063
4064 * breakpoint.c (clear_command): Rewrite middle section to
4065 combine two loops with identical control conditions.
4066 Add a cleanup to eliminate a memory leak.
4067 * cli/cli-dump.c (restore_section_callback): Use paddr_nz.
4068
4069 2002-04-05 H.J. Lu (hjl@gnu.org)
4070
4071 * solib-svr4.c (bkpt_names): Add "__start".
4072
4073 2002-04-04 Andrew Cagney <ac131313@redhat.com>
4074
4075 * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
4076 as test for 64 bit target.
4077
4078 2002-04-05 Andrew Cagney <ac131313@redhat.com>
4079
4080 * h8500-tdep.c (h8500_write_fp): Delete function.
4081 * dwarf2cfi.c (cfi_write_fp): Document as not used.
4082 * mips-tdep.c (mips_gdbarch_init): Do not set write_fp.
4083 * ia64-tdep.c (ia64_gdbarch_init): Do not set write_fp.
4084 * m68hc11-tdep.c (m68hc11_gdbarch_init): Do not set write_fp.
4085 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set write_fp.
4086 * s390-tdep.c (s390_gdbarch_init): Do not set write_fp.
4087 (s390_write_fp):
4088 * sh-tdep.c (sh_gdbarch_init): Do not set write_fp.
4089 * x86-64-tdep.c (i386_gdbarch_init): Do not set write_fp.
4090 * d10v-tdep.c (d10v_gdbarch_init): Do not set write_fp.
4091 (d10v_write_fp): Delete function.
4092 * inferior.h (write_fp, generic_target_write_fp): Delete
4093 declarations.
4094 * regcache.c (generic_target_write_fp): Delete function.
4095 (write_fp): Delete function.
4096 * gdbarch.sh (TARGET_WRITE_FP): Delete.
4097 * gdbarch.h, gdbarch.c: Regenerate.
4098 * config/v850/tm-v850.h (TARGET_WRITE_FP): Delete macro.
4099 * config/sparc/tm-sp64.h (TARGET_WRITE_FP): Delete macro.
4100 (sparc64_write_fp): Delete declaration.
4101 * config/h8500/tm-h8500.h (TARGET_WRITE_FP): Delete macro.
4102 (h8500_write_fp): Delete declaration.
4103
4104 2002-04-04 Andrew Cagney <ac131313@redhat.com>
4105
4106 * sparc-tdep.c (sparc64_write_fp): Delete.
4107 (sparc_push_dummy_frame): Replace write_fp call with code to store
4108 the FP directly.
4109 (sparc_gdbarch_init): Do not initialize write_fp.
4110
4111 2002-04-05 Kevin Buettner <kevinb@redhat.com>
4112
4113 * rs6000-tdep.c (skip_prologue): Eliminate unused/unreachable
4114 clause.
4115
4116 2002-03-29 Jim Blandy <jimb@redhat.com>
4117
4118 * stack.c (get_selected_block): Add new argument `addr_in_block',
4119 used to return the exact code address we used to select the block,
4120 not just the block.
4121 * blockframe.c (get_frame_block, get_current_block): Same.
4122 * frame.h (get_frame_block, get_current_block,
4123 get_selected_block): Update declarations.
4124 * linespec.c, stack.c, blockframe.c, breakpoint.c, findvar.c,
4125 linespec.c, varobj.c, printcmd.c, symtab.c: Callers changed.
4126
4127 2002-04-05 Michael Snyder <msnyder@redhat.com>
4128
4129 * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
4130 warning message.
4131
4132 2002-04-05 J. Brobecker <brobecker@gnat.com>
4133
4134 * utils.c (xfullpath): New function.
4135 * defs.h (xfullpath): Add declaration.
4136 * source.c (openp): Use xfullpath in place of gdb_realpath to
4137 avoid resolving the basename part of filenames when the
4138 associated file is a symbolic link. This fixes a potential
4139 inconsistency between the filenames known to GDB and the
4140 filenames it prints in the annotations.
4141 * symtab.c (lookup_symtab): Use the new xfullpath function, in order
4142 to be able to match a filename with either the real filename, or
4143 the name of any symbolic link to this file.
4144 (lookup_partial_symtab): Ditto.
4145
4146 2002-04-04 Michael Snyder <msnyder@redhat.com>
4147
4148 * breakpoint.c: Add support for hardware breakpoints in overlays.
4149 (overlay_events_enabled): New state variable.
4150 (insert_breakpoints): Use overlay_events_enabled to decide
4151 whether to attempt to set a breakpoint at the overlay load addr.
4152 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4153 (remove_breakpoint): Use overlay_events_enabled to decide
4154 whether breakpoints need to be removed from overlay load addr.
4155 Handle bp_hardware_breakpoint as well as bp_breakpoint.
4156 (bpstat_stop_status): Handle bp_hardware_breakpoint in overlays.
4157 (create_overlay_event_breakpoint, enable_overlay_breakpoints,
4158 disable_overlay_breakpoints): Update overlay_events_enabled.
4159
4160 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4161
4162 * dwarf2read.c (struct function_range): New.
4163 (cu_first_fn, cu_last_fn, cu_cached_fn): New.
4164 (check_cu_functions): New.
4165 (read_file_scope): Initialize global function lists.
4166 Call dwarf_decode_line after processing children.
4167 (read_func_scope): Add to global function list.
4168 (dwarf_decode_lines): Call check_cu_functions everywhere
4169 record_line is called. Call record_line with a linenumber
4170 of 0 to mark sequence ends.
4171
4172 2002-04-04 Michal Ludvig <mludvig@suse.cz>
4173
4174 * x86-64-linux-nat.c (child_xfer_memory): x86-64 ptrace() ABI
4175 change sync with glibc.
4176
4177 2002-04-03 Jim Blandy <jimb@redhat.com>
4178
4179 * configure.in: Call AC_C_INLINE.
4180 * configure: Regenerated.
4181
4182 2002-04-01 Daniel Jacobowitz <drow@mvista.com>
4183
4184 * rs6000-tdep.c: Change #include of "bfd/libcoff.h"
4185 and "bfd/libbfd.h" to "libcoff.h" and "libbfd.h".
4186
4187 2002-03-31 Mark Kettenis <kettenis@gnu.org>
4188
4189 * NEWS: Mention gcore support on FreeBSD/i386.
4190
4191 * fbsd-proc.c: New file.
4192 * config/i386/nm-fbsd.h (CHILD_PID_TO_EXEC_FILE): Define.
4193 * config/i386/fbsd.mh (NATDEPFILES): Add gcore.o and fbsd-proc.o.
4194
4195 * lin-lwp.c (child_wait): Check SAVE_ERRNO instead of ERRNO in
4196 while statement.
4197
4198 2002-03-29 Jim Blandy <jimb@redhat.com>
4199
4200 * cli/cli-dump.c (_initialize_cli_dump): Older GCC's tolerate
4201 unescaped newlines in string literals, but newer ones don't. So
4202 escape them.
4203
4204 2002-03-26 Michael Snyder <msnyder@redhat.com>
4205 Andrew Cagney <cagney@redhat.com>
4206
4207 * cli/cli-dump.c: New file. Dump memory to file,
4208 restore file to memory.
4209 * cli/cli-dump.h: New file.
4210 * Makefile.in: Add rules, dependencies for cli-dump.o.
4211 * NEWS: Mention new commands.
4212
4213 2002-03-28 Michael Snyder <msnyder@redhat.com>
4214
4215 * symfile.c (symbol_file_add): Move test for null symbols to later.
4216
4217 2002-03-27 Andrew Cagney <ac131313@redhat.com>
4218
4219 From veksler at il.ibm.com:
4220 * utils.c (gdb_realpath): If canonicalize_file_name fails, return
4221 the xstrduped original path.
4222 Fix PR gdb/417.
4223
4224 2002-03-27 Michael Snyder <msnyder@redhat.com>
4225
4226 * breakpoint.c (_initialize_breakpoint): Clean up help string.
4227 * infcmd.c (_initialize_infcmd): Ditto.
4228 * language.c (_initialize_language): Ditto.
4229 * symfile.c (_initialize_symfile): Ditto.
4230 * top.c (_init_main): Ditto.
4231 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4232
4233 2002-03-27 Elena Zannoni <ezannoni@redhat.com>
4234
4235 * rs6000-tdep.c (struct rs6000_framedata): Add fields for AltiVec
4236 vector registers handling.
4237 (skip_prologue): Handle new AltiVec instructions. Fill in new
4238 fields of frame data.
4239 (frame_get_saved_regs): Fill in information for AltiVec registers.
4240
4241 2002-03-27 Jim Blandy <jimb@redhat.com>
4242
4243 * symtab.h (SYMBOL_INIT_MANGLED_NAME): Turn this macro's body into
4244 a function; leave this macro here to invoke that function.
4245 (symbol_init_mangled_name): Declaration for that function.
4246 * symtab.c (symbol_init_mangled_name): New function.
4247
4248 2002-03-27 Andrew Cagney <ac131313@redhat.com>
4249
4250 * valarith.c: Replace strerror with safe_strerror.
4251 * tracepoint.c: Ditto.
4252 * lin-lwp.c: Ditto.
4253 * go32-nat.c: Ditto.
4254 * inflow.c: Ditto.
4255 * gnu-nat.c: Ditto.
4256
4257 2002-03-27 Andreas Schwab <schwab@suse.de>
4258
4259 * event-top.c (command_line_handler): Remove useless if.
4260
4261 2002-03-27 Andreas Jaeger <aj@suse.de>
4262
4263 * dwarf2cfi.c: Give credit to Daniel Berlin, reformat copyright
4264 comment.
4265
4266 2002-03-27 Michal Ludvig <mludvig@suse.cz>
4267
4268 * x86-64-tdep.h (X86_64_NUM_REGS, X86_64_NUM_GREGS): Delete #defines.
4269 (x86_64_num_regs, x86_64_num_gregs): Added extern variables.
4270 * x86-64-linux-nat.c (x86_64_regmap): Swapped RBX <> RDX, added DS, ES, FS, GS.
4271 (x86_64_linux_dr_get_status, supply_gregset),
4272 (fill_gregset): Changed X86_64_NUM_GREGS to x86_64_num_gregs.
4273 * x86-64-tdep.c (x86_64_register_raw_size_table): Delete.
4274 (x86_64_register_info_table): Add.
4275 (X86_64_NUM_REGS, X86_64_NUM_GREGS): Add.
4276 (x86_64_register_raw_size, x86_64_register_virtual_type),
4277 (x86_64_register_name, _initialize_x86_64_tdep): Changed to reflect new
4278 general x86_64_register_info_table.
4279 (i386_gdbarch_init): gdbarch_register_bytes is now set
4280 dynamicaly during initialization.
4281 * regformats/reg-x86-64.dat: Synced with changes to registers above.
4282 * gdbserver/linux-x86-64-low.c: Ditto.
4283
4284 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4285
4286 * gdbserver/server.c (main): Call target_signal_to_host_p
4287 and target_signal_to_host on signals received from the remote.
4288 * gdbserver/remote-utils.c (prepare_resume_reply): Call
4289 target_signal_from_host on signals sent to the remote.
4290 * gdbserver/server.h: Add prototypes. Include "gdb/signals.h".
4291 * gdbserver/Makefile.in: Add signals.o. Add -I${INCLUDE_DIR}.
4292
4293 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4294
4295 * signals/signals.c: Include "server.h" in gdbserver build.
4296 (target_signal_from_name): Don't use STREQ.
4297 (_initialize_signals): Likewise. Don't include function in
4298 gdbserver build.
4299
4300 2002-03-27 Daniel Jacobowitz <drow@mvista.com>
4301
4302 * signals.c: Moved to...
4303 * signals/signals.c: Here.
4304 * Makefile (signals.o): Update.
4305
4306 2002-03-26 Jeff Law (law@redhat.com)
4307
4308 * somread.c (som_symtab_read): Remove some commented out code and
4309 updated related comments. Do not set the minimal symbol table to
4310 mst_solib_trampoline for ST_ENTRY symbols with SS_LOCAL scope
4311 in a dynamic executable.
4312 * hppa-tdep.c (find_proc_framesize): Sanely handle the case
4313 where we are unable to find the minimal symbol for the given
4314 PC value.
4315
4316 2002-03-25 Jeff Law (law@redhat.com)
4317
4318 * linux-proc.c (read_mapping): Scan up to end of line for filename.
4319
4320 2002-03-25 Michal Ludvig <mludvig@suse.cz>
4321
4322 * x86-64-tdep.c (x86_64_skip_prologue): Rewritten from scratch.
4323
4324 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4325
4326 * command.h: Update copyright.
4327 (struct cmd_list_element): Replace definition with opaque
4328 declaration.
4329 (enum cmd_types): Document that it will eventually be moved to
4330 cli/cli-decode.h
4331 (CMD_DEPRECATED, DEPRECATED_WARN_USER): Delete macros.
4332 (MALLOCED_REPLACEMENT): Delete macro.
4333 * Makefile.in (cli_decode_h): Add $(command_h).
4334 (top.o, completer.o, maint.o): Add dependency on $(cli_decode_h).
4335 * top.c: Include "cli/cli-decode.h".
4336 * completer.c: Include "cli/cli-decode.h".
4337 * maint.c: Include "cli/cli-decode.h".
4338 * cli/cli-decode.h: Include "command.h".
4339 (enum command_class): Delete.
4340 (enum cmd_types): Comment out.
4341 (enum cmd_auto_boolean): Delete.
4342 (enum var_types): Delete.
4343
4344 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4345
4346 * cli/cli-decode.c: Include "gdb_assert.h".
4347 (add_set_or_show_cmd): New static function.
4348 (add_set_cmd): Rewrite. Use add_set_or_show_cmd.
4349 (add_show_from_set): Rewrite. Use add_set_or_show_cmd. Don't copy
4350 all fields, such as func, from the set command.
4351
4352 2002-03-23 Andrew Cagney <ac131313@redhat.com>
4353
4354 * MAINTAINERS (sh-elf): Change warning flag to -w.
4355
4356 2002-03-23 Andrew Cagney <cagney@redhat.com>
4357
4358 * defs.h (error): Add printf format attribute.
4359 * thread-db.c (thread_from_lwp): Fix error format string.
4360 * stack.c (parse_frame_specification): Ditto.
4361 * cli/cli-decode.c (undef_cmd_error): Ditto.
4362 * scm-lang.c (scm_lookup_name): Ditto.
4363 * tracepoint.c (trace_error): Ditto.
4364 * remote-utils.c (usage): Ditto.
4365 * remote.c (compare_sections_command): Ditto.
4366 Fix PR gdb/328.
4367
4368 2002-03-22 Andrew Cagney <ac131313@redhat.com>
4369
4370 * gdbtypes.c (append_composite_type_field): New function.
4371 (init_composite_type): New function.
4372 * gdbtypes.h (append_composite_type_field): Declare.
4373 (init_composite_type): Ditto.
4374
4375 2002-03-22 Elena Zannoni <ezannoni@redhat.com>
4376
4377 * ppc-linux-tdep.c (ppc_sysv_abi_use_struct_convention): New
4378 function.
4379 * ppc-tdep.h (ppc_sysv_abi_use_struct_convention): Export.
4380 * rs6000-tdep.c (rs6000_gdbarch_init): Use different
4381 structure returning convention for SYSV ABI case, but not
4382 for GNU/Linux, FreeBSD, or NetBSD.
4383
4384 2002-03-22 Daniel Jacobowitz <drow@mvista.com>
4385
4386 * symtab.h (lookup_block_symbol): Add mangled_name argument
4387 to prototype.
4388
4389 * symmisc.c (maintenance_check_symtabs): Call lookup_block_symbol
4390 with new mangled_name argument.
4391 * linespec.c (decode_line_1): Likewise.
4392 * valops (value_of_this): Likewise.
4393 * symtab.c (lookup_transparent_type): Likewise.
4394 (lookup_symbol_aux): Likewise. Accept new mangled_name argument.
4395 (lookup_symbol): If we are given a mangled name, pass it down
4396 to lookup_symbol_aux.
4397 (lookup_block_symbol): If we are given a mangled name to check
4398 against, only return symbols which match it.
4399
4400 2002-03-22 Christopher Faylor <cgf@redhat.com>
4401
4402 * win32-nat.c (child_create_inferior): Check for proper shell to use
4403 here, in case the user changes it on the fly.
4404 (_initialize_inftarg): Remove shell path considerations.
4405
4406 2002-03-21 Elena Zannoni <ezannoni@redhat.com>
4407
4408 * rs6000-tdep.c (rs6000_gdbarch_init): Use correct max size value
4409 for gdbarch_max_register_raw_size and max_register_virtual_size.
4410 Adjust copyright year.
4411
4412 2002-03-21 Daniel Jacobowitz <drow@mvista.com>
4413
4414 * dbxread.c (process_one_symbol): Extend the first N_SLINE
4415 in a function to cover the entire beginning of the function
4416 as well if it does not already.
4417
4418 2002-03-21 Tom Rix <trix@redhat.com>
4419
4420 * rs6000-nat.c (rs6000_ptrace32): Renamed from ptrace32.
4421 (rs6000_ptrace64): Renamed from ptrace64.
4422
4423 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4424
4425 * gdbserver/remote-utils.c (remote_open): Don't call
4426 getprotobyname, we're all using TCP here so just use
4427 IPPROTO_TCP.
4428 * gdbserver/gdbreplay.c (remote_open): Ditto.
4429
4430 2002-03-20 Martin M. Hunt <hunt@redhat.com>
4431
4432 * regcache.c (_initialize_regcache): No need to call
4433 build_regcache() at this time; it gets called whenever
4434 the gdbarch changes.
4435
4436 2002-03-20 David O'Brien <obrien@FreeBSD.org>
4437
4438 * sparc-nat.c: Include sys/param.h where possible.
4439
4440 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
4441
4442 Fix PR gdb/422.
4443 * c-lang.c (c_create_fundamental_type): Handle FT_COMPLEX,
4444 FT_DBL_PREC_COMPLEX, and FT_EXT_PREC_COMPLEX.
4445 * dwarf2read.c (read_base_type): Set TYPE_TARGET_TYPE for
4446 complex types.
4447 * stabsread.c (rs6000_builtin_type): Likewise.
4448 (read_sun_floating_type): Likewise.
4449
4450 2002-03-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4451
4452 * stabsread.c (read_member_functions): Remove skip code for duplicate
4453 constructor/destructor methods. Use standard parsing for these
4454 methods and just do not chain them to the list of methods after
4455 parsing.
4456
4457 2002-03-19 Alexandre Oliva <aoliva@redhat.com>
4458
4459 * coffread.c: Remove redundant static declarations. Replace
4460 occurrences of `PTR' with `void *'.
4461 * elfread.c, mdebugread.c, minsyms.c, mipsread.c: Likewise.
4462 * top.h (quit_cover): Likewise.
4463 * defs.h (catch_errors): Likewise.
4464
4465 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4466
4467 * defs.h (XMALLOC): Define.
4468 * gdb-events.sh (XMALLOC): Delete macro.
4469 * gdb-events.c, gdb-events.h: Regenerate.
4470 * gdbarch.sh (XMALLOC): Delete macro.
4471 * gdbarch.c: Regenerate.
4472 * serial.c (XMALLOC): Delete macro.
4473 * ui-file.c (XMALLOC): Ditto.
4474 * ser-unix.h (XMALLOC): Ditto.
4475 * sh-tdep.c (XMALLOC): Ditto.
4476 * ui-out.c (XMALLOC): Ditto.
4477 * utils.c (XMALLOC): Ditto.
4478 * i386-tdep.c (XMALLOC): Ditto.
4479 * gdb-events.c (XMALLOC): Ditto.
4480 * d10v-tdep.c (XMALLOC): Ditto.
4481 * cli-out.c (XMALLOC): Ditto.
4482
4483 * cli-out.c, d10v-tdep.c, gdb-events.c: Update copyright.
4484 * gdb-events.sh, i386-tdep.c, ser-unix.h, serial.c: Ditto.
4485 * ui-file.c, ui-out.c: Ditto.
4486
4487 2002-03-18 Andrew Cagney <ac131313@redhat.com>
4488
4489 * command.h (struct cmd_list_element): Add field context.
4490 (set_cmd_context, get_cmd_context): Declare.
4491 * cli/cli-decode.h: Ditto.
4492 * cli/cli-decode.c (get_cmd_context): New function.
4493 (set_cmd_context): New function.
4494 (add_cmd): Initialize context.
4495 Part of fixing PR gdb/145 and PR gdb/146.
4496
4497 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4498
4499 * cli/cli-decode.c (cmd_type): New function.
4500 * command.h (cmd_type): Declare.
4501 * infrun.c (set_schedlock_func): Call function cmd_type.
4502 * kod.c (kod_set_os): Call cmd_type.
4503 * cris-tdep.c (cris_version_update): Use function cmd_type.
4504 (cris_mode_update, cris_abi_update): Ditto.
4505
4506 * command.h: (execute_cmd_post_hook): Declare.
4507 (execute_cmd_pre_hook): Declare.
4508 * cli/cli-script.c (clear_hook_in_cleanup): New function.
4509 (execute_cmd_post_hook, execute_cmd_pre_hook): New
4510 functions. Execute pre/post hook while ensuring that afterwords
4511 hook_in is cleared.
4512 * top.c (execute_command): Use execute_cmd_post_hook, and
4513 execute_cmd_pre_hook to execute pre/post commands.
4514 * infrun.c (normal_stop): Pass stop_command and not pre_hook to
4515 hook_stop_stub.
4516 (hook_stop_stub): Call execute_cmd_pre_hook.
4517
4518 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4519
4520 * kod.c (kod_set_os): Revert previous change. Is called by ``info
4521 set'' and this leads to a core dump. Move xstrdup of
4522 operating_system to after check that it is not NULL.
4523
4524 2002-03-17 Andrew Cagney <ac131313@redhat.com>
4525
4526 * kod.c (kod_set_os): Remove unnecessary check that
4527 ``command->type'' is set_cmd.
4528
4529 * valprint.c (set_input_radix): Use input_radix.
4530 (set_output_radix): Use output_radix.
4531 (set_input_radix_1, set_output_radix_1): Add FIXME - bad radix
4532 isn't reverted.
4533
4534 2002-03-16 Andrew Cagney <ac131313@redhat.com>
4535
4536 * value.h (struct value): Delete field ``substring_addr''. Change
4537 aligner fields to force_doublest_align, force_longest_align,
4538 force_core_addr_align and force_pointer_aligh.
4539
4540 * value.h (struct value): Fix typo in above change.
4541
4542 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4543
4544 * ia64-tdep.c (ia64_gdbarch_init): Call set_gdbarch_frame_args_skip,
4545 to fix internal_error from ``maintenance print architecture''.
4546
4547 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4548
4549 * cp-valprint.c (cp_is_vtbl_ptr_type): Handle vtbl field type
4550 for gcc versions after gcc-2.8.1.
4551
4552 2002-03-16 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4553
4554 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointer
4555 for method resolution. Restore adjustment of ``this'' pointer after
4556 calling value_struct_elt, which was accidentally removed during the
4557 HP merge.
4558
4559 2002-03-15 Andrew Cagney <ac131313@redhat.com>
4560
4561 * eval.c (evaluate_subexp_standard): Pass ``selected_frame'' to
4562 value_of_register.
4563 * findvar.c (value_of_register): Add ``frame'' parameter. Pass to
4564 get_saved_register.
4565 * value.h (value_of_register): Update.
4566
4567 2002-03-14 Richard Henderson <rth@redhat.com>
4568
4569 * configure.in: Detect declaration for canonicalize_file_name.
4570 * utils.c (canonicalize_file_name): Declare, if needed.
4571 (gdb_realpath): Prefer realpath if available and usable.
4572 * config.in, configure: Rebuild.
4573
4574 2002-03-14 Richard Henderson <rth@redhat.com>
4575
4576 * dwarf2read.c (read_array_type): Accept DW_FORM_data8 as
4577 a constant array bound.
4578
4579 * MAINTAINERS: Add myself to write-after-approval.
4580
4581 2002-03-14 Michael Snyder <msnyder@redhat.com>
4582
4583 * symfile.c (syms_from_objfile): Return immediately if no syms.
4584 (symbol_file_add): Return immediately if no syms.
4585 (find_sym_fns): Return immediately if no syms.
4586
4587 2002-03-13 Michal Ludvig <mludvig@suse.cz>
4588
4589 * gdbserver/remote-util.c (remote_open): Print remote-side's
4590 IP address when remote debugging over the network.
4591
4592 2002-03-12 David O'Brien <obrien@FreeBSD.org>
4593
4594 * config/sparc/fbsd.mh: Fix copyright.
4595 * config/sparc/fbsd.mt: Likewise.
4596
4597 2002-03-11 Richard Earnshaw <rearnsha@arm.com>
4598
4599 * MAINTAINERS: Fix typo in name of gdb warnings option.
4600 (x86-64): Fix formating so that this can be parsed by awk.
4601
4602 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4603
4604 * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h.
4605 * defs.h: Include "gdb/signals.h".
4606 (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h.
4607
4608 2002-03-10 Michal Ludvig <mludvig@suse.cz>
4609
4610 * x86-64-tdep.h (sys/reg.h, x86_64_regmap): Moved to x86-64-linux-nat.c
4611 * x86-64-linux-nat.c (sys/reg.h, x86_64_regmap): Moved here
4612 from x86-64-tdep.h
4613
4614 2002-03-10 Daniel Jacobowitz <drow@mvista.com>
4615 Don Howard <dhoward@redhat.com>
4616
4617 * mips-tdep.c (ST0_FR): Define.
4618 (mips2_fp_compat): New function, temporarily disabled.
4619 (mips_read_fp_register_single): New function.
4620 (mips_read_fp_register_double): New function.
4621 (mips_print_register): Use them.
4622 (do_fp_register_row): Likewise.
4623
4624 2002-03-09 Andrew Cagney <ac131313@redhat.com>
4625
4626 * MAINTAINERS: Add Jim Ingham and Klee Dienes to ``write after
4627 approval''.
4628
4629 2002-03-08 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4630
4631 * stabsread.c (read_member_functions): Fix is_stub test for
4632 static member functions, improve comment.
4633
4634 2002-03-07 Richard Earnshaw <rearnsha@arm.com>
4635
4636 * remote-rdi.c (myprint): Replace 'PTR' with 'void *'.
4637 (mywrite, mywritec, mypause, myreadc, mygets): Likewise.
4638 (_initialize_remote_rdi): Use add_set_boolean_cmd to register
4639 commands that set boolean values.
4640 (arm_rdi_remove_breakpoint): Rewrite to avoid uninitialized warning.
4641 (arm_rdi_resume): Always initialize PC.
4642 (arm_rdi_open): Don't use rslt as a boolean.
4643 (arm_rdi_create_inferior, arm_rdi_close, arm_rdi_resume)
4644 (arm_rdi_fetch_registers, arm_rdi_store_registers)
4645 (arm_rdi_xfer_memory, arm_rdi_files_info, arm_rdi_kill)
4646 (arm_rdi_insert_breakpoint, arm_rdi_remove_breakpoint): Likewise.
4647
4648 2002-03-06 Alexandre Oliva <aoliva@redhat.com>
4649
4650 * configure.in (gdb_cv_bigtoc): Check for -bbigtoc on AIX.
4651 * configure: Rebuilt.
4652
4653 2002-03-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4654
4655 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Don't set tm_print_insn.
4656 (m68hc11_gdbarch_init): But use set_gdbarch_print_insn instead.
4657
4658 2002-03-06 Andrew Cagney <ac131313@redhat.com>
4659
4660 * cli/cli-decode.c (set_cmd_completer): New function.
4661 * command.h (set_cmd_completer): Declare.
4662 * cli/cli-decode.h (set_cmd_completer): Ditto.
4663
4664 * breakpoint.c (_initialize_breakpoint): Use set_cmd_completer.
4665 * cli/cli-cmds.c (init_cli_cmds): Ditto.
4666 * win32-nat.c (_initialize_inftarg): Ditto.
4667 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4668 * proc-api.c (_initialize_proc_api): Ditto.
4669 * hppa-tdep.c (_initialize_hppa_tdep): Ditto.
4670 * source.c (_initialize_source): Ditto.
4671 * exec.c (_initialize_exec): Ditto.
4672 * solib.c (_initialize_solib): Ditto.
4673 * top.c (init_main): Ditto.
4674 * tracepoint.c (_initialize_tracepoint): Ditto.
4675 * symfile.c (_initialize_symfile): Ditto.
4676 * printcmd.c (_initialize_printcmd): Ditto.
4677 * infcmd.c (_initialize_infcmd): Ditto.
4678 * corefile.c (_initialize_core): Ditto.
4679
4680 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4681
4682 * MAINTAINERS (Past Maintainers): Add Frank Ch. Eigler.
4683
4684 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4685
4686 * MAINTAINERS: Fix Mac OS X and Objective-C/C++.
4687
4688 2002-03-05 Andrew Cagney <ac131313@redhat.com>
4689
4690 * NEWS: Update headings, 5.2 has branched.
4691
4692 2002-03-04 Daniel Jacobowitz <drow@mvista.com>
4693
4694 * gdbserver/linux-low.c (PTRACE_XFER_TYPE): Change to long.
4695 (num_regs, regmap): Move inside HAVE_LINUX_USRREGS.
4696 (register_addr, REGISTER_RAW_SIZE): Likewise.
4697 (usr_store_inferior_registers): Use PTRACE_XFER_TYPE.
4698 * gdbserver/linux-x86-64-low.c: Remove extra #endif.
4699
4700 2002-03-03 Michal Ludvig <mludvig@suse.cz>
4701
4702 * MAINTAINERS (x86-64): Add myself.
4703 * x86-64-tdep.c (x86_64_push_arguments): Fixed typo naregs->nregs,
4704 changed value_ptr -> struct value *
4705
4706 2002-03-01 David O'Brien <obrien@FreeBSD.org>
4707
4708 * configure.host (sparc64-*-freebsd): Add.
4709 * configure.tgt: Likewise.
4710 * config/sparc/fbsd.mh: New file.
4711 * config/sparc/fbsd.mt: Likewise.
4712 * config/sparc/nm-fbsd.h: Likewise.
4713 * config/sparc/tm-fbsd.h: Likewise.
4714
4715 2002-03-01 Daniel Jacobowitz <drow@mvista.com>
4716
4717 * config/djgpp/fnchange.lst: Add regformats/reg-i386-linux.dat and
4718 regformats/reg-s390x.dat.
4719
4720 2002-03-01 Andrew Cagney <ac131313@redhat.com>
4721
4722 * utils.c: Add FIXME explaining true/false problem.
4723
4724 2002-02-28 Andrew Cagney <ac131313@redhat.com>
4725
4726 * MAINTAINERS (Past Maintainers): Add J.T. Conklin.
4727
4728 2002-02-28 Michael Chastain <mec@shout.net>
4729
4730 * MAINTAINERS: Fix typo: gdb.satbs -> gdb.stabs .
4731
4732 2002-02-28 Daniel Jacobowitz <drow@mvista.com>
4733
4734 * gdbserver/linux-s390-low.c: New file.
4735 * regformats/reg-s390.dat: New file.
4736 * regformats/reg-s390x.dat: New file.
4737 * gdbserver/configure.srv: Add S/390.
4738 * gdbserver/Makefile.in: Add S/390.
4739 * configure.tgt: Enable gdbserver for S/390.
4740
4741 2002-02-28 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * go32-nat.c (_initialize_go32_nat): Don't use periods in the
4744 first line of the doc string for "info dos", except at the end of
4745 the sentence, since the short help stops at the first period.
4746
4747 2002-02-28 Jason Merrill <jason@redhat.com>
4748
4749 * dwarf2read.c (dwarf_cfi_name): Add new codes.
4750
4751 2002-02-27 Fred Fish <fnf@redhat.com>
4752
4753 * blockframe.c (generic_fix_call_dummy): Fix obvious typo in
4754 comment (dumy -> dummy).
4755
4756 2002-02-27 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4757
4758 * symtab.c (gdb_mangle_name): Handle fully mangled v3 abi physnames.
4759
4760 2002-02-27 Rodney Brown <rbrown64@csc.com.au>
4761
4762 * utils.c (gdb_realpath): Add pathconf fallback for sco3.2v5.
4763
4764 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4765
4766 * gdbserver/acconfig.h: New file.
4767 * gdbserver/i387-fp.c: New file.
4768 * gdbserver/i387-fp.h: New file.
4769 * gdbserver/linux-x86-64.c: New file.
4770 * regformats/reg-x86-64.dat: New file.
4771 * configure.tgt: Add x86_64-*-linux* gdbserver support.
4772 * gdbserver/configure.srv: Add x86_64-*-linux* and regset support.
4773 * gdbserver/configure.in: Add support for regsets.
4774 * gdbserver/config.in: Regenerate.
4775 * gdbserver/configure: Regenerate.
4776 * gdbserver/Makefile.in: Likewise. Add $(linux_low_h).
4777 * gdbserver/linux-low.h: New file.
4778 * gdbserver/linux-low.c: Include "linux-low.h". Add support
4779 for regsets.
4780 * gdbserver/linux-arm-low.c: Include "linux-low.h".
4781 * gdbserver/linux-ia64-low.c: Include "linux-low.h".
4782 * gdbserver/linux-m68k-low.c: Include "linux-low.h".
4783 * gdbserver/linux-mips-low.c: Include "linux-low.h".
4784 * gdbserver/linux-ppc-low.c: Include "linux-low.h".
4785 * gdbserver/linux-sh-low.c: Include "linux-low.h".
4786 * gdbserver/linux-i386-low.c: Include "linux-low.h". Include
4787 "i387-fp.h". Add PTRACE_GETREGS and friends.
4788 * gdbserver/regcache.c (supply_register): New function.
4789 (supply_register_by_name): New function.
4790 (collect_register): New function.
4791 (collect_register_by_name): New function.
4792
4793 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4794
4795 * gdbserver/Makefile.in (INTERNAL_CFLAGS): Remove -DGDBSERVER.
4796 (config.status): Add configure.srv dependency.
4797 (server_h): Add config.h dependency.
4798
4799 2002-02-27 Daniel Jacobowitz <drow@mvista.com>
4800
4801 * regformats/reg-i386-linux.dat: New file, with $orig_eax.
4802 * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
4803 * gdbserver/configure.srv: Change i386-*-linux* to use
4804 reg-i386-linux.o.
4805
4806 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4807
4808 * x86-64-tdep.c: Re-indent. Update copyright date.
4809
4810 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4811
4812 From Michal Ludvig <mludvig@suse.cz>:
4813 * x86-64-tdep.c (value.h): Delete.
4814 (gdb_assert.h): Include.
4815 (x86_64_register_convert_to_virtual,
4816 x86_64_register_convert_to_raw ): Add check which lets only
4817 floating-point values to be converted.
4818 (value_push): Delete.
4819 (x86_64_push_arguments): Order of arguments pushed on stack fixed.
4820 (i386_gdbarch_init): Number of register_bytes fixed.
4821
4822 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4823
4824 * MAINTAINERS: Add x86-64 target.
4825
4826 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4827
4828 * memattr.c (mem_command): Eliminate ``true'' and ``false''.
4829 * osfsolib.c (solib_map_sections): Ditto.
4830 * irix5-nat.c (solib_map_sections): Ditto.
4831 * corelow.c (gdb_check_format): Ditto.
4832 * symfile.c (symfile_bfd_open): Ditto.
4833 * solib.c (solib_map_sections): Ditto.
4834 Fix PR gdb/354.
4835
4836 2002-02-26 Andrew Cagney <ac131313@redhat.com>
4837
4838 * remote.c (_initialize_remote): By default, disable ``e'' and
4839 ``E'' step out-of-range packets.
4840
4841 2002-02-26 Andreas Schwab <schwab@suse.de>
4842
4843 * config/m68k/tm-linux.h (FRAME_SAVED_PC): Define as
4844 m68k_linux_frame_saved_pc.
4845 (IN_SIGTRAMP): Define as m68k_linux_in_sigtramp instead of
4846 in_sigtramp.
4847 (SIGCONTEXT_PC_OFFSET): Remove.
4848 * m68klinux-nat.c (m68k_linux_frame_saved_pc,
4849 m68k_linux_sigtramp_saved_pc): New functions.
4850 (IS_SIGTRAMP, IS_RT_SIGTRAMP): Define.
4851 (SIGCONTEXT_PC_OFFSET): Moved here from config/m68k/tm-linux.h.
4852 (UCONTEXT_PC_OFFSET): Define.
4853 (m68k_linux_in_sigtramp): Renamed from in_sigtramp, handle both
4854 non-RT and RT signal trampolines.
4855
4856 2002-02-26 Richard Earnshaw <rearnsha@arm.com>
4857
4858 * config/arm/tm-embed.h (TARGET_UPAGES): Delete.
4859 (TARGET_NBPG, STACK_END_ADDR): Delete
4860 (VARIABLES_INSIDE_BLOCK): Delete.
4861
4862 2002-02-25 Andrew Cagney <ac131313@redhat.com>
4863
4864 * utils.c (perror_with_name): Make string parameter constant.
4865 (print_sys_errmsg): Ditto.
4866 (query): Ditto.
4867 * defs.h (perror_with_name): Update.
4868 (print_sys_errmsg): Update.
4869 (query): Update.
4870
4871 2002-02-25 Daniel Jacobowitz <drow@mvista.com>
4872
4873 From Eliot Dresselhaus <eliot@ayrnetworks.com>:
4874 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo.
4875
4876 2002-02-25 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4877
4878 * rs6000-nat.c (set_host_arch): Do not switch to a new architecture
4879 if it already matches the current architecture from the exec file.
4880 Include arch-utils.h for gdbarch_info_init prototype.
4881 * Makefile.in (rs6000-nat.o): Update dependencies.
4882
4883 2002-02-25 Eli Zaretskii <eliz@is.elta.co.il>
4884
4885 * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
4886 list of exported variables.
4887
4888 2002-02-24 Daniel Jacobowitz <drow@mvista.com>
4889
4890 * gdbserver/configure.srv: New file.
4891 * gdbserver/configure.in: Use configure.srv instead
4892 of the host/target makefile fragments. Set GDBSERVER_DEPFILES
4893 from it.
4894 * gdbserver/configure: Regenerated.
4895 * gdbserver/terminal.h: New file.
4896 * gdbserver/Makefile.in: Update for configure changes. Remove
4897 more unneeded include paths.
4898
4899 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4900
4901 From wiz at danbala:
4902 * config/sparc/tm-sp64.h: Fix grammar and typos.
4903 Fix PR gdb/287.
4904
4905 2002-02-24 Andrew Cagney <ac131313@redhat.com>
4906
4907 * lin-lwp.c, thread-db.c, defs.h, cris-tdep.c: Replace ``Linux''
4908 with either ``GNU/Linux'' or ``Linux kernel''. Update copyright.
4909 * m68klinux-nat.c, sparc-linux-nat.c, x86-64-linux-nat.c: Ditto.
4910 * x86-64-linux-tdep.c, gregset.h, gdb_wait.h: Ditto.
4911 * ia64-linux-nat.c, infrun.c, linux-proc.c: Ditto.
4912 * proc-service.c, i386-linux-tdep.c, ppc-linux-tdep.c: Ditto.
4913 * s390-tdep.c: Ditto.
4914 * config/nm-linux.h, config/alpha/nm-linux.h: Ditto.
4915 * config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h:
4916 * config/alpha/xm-alphalinux.h, config/i386/nm-linux.h: Ditto.
4917 * config/i386/nm-x86-64.h, config/i386/tm-linux.h: Ditto.
4918 * config/m68k/tm-linux.h, config/mips/nm-linux.h: Ditto.
4919 * config/mips/tm-linux.h, config/mips/xm-linux.h: Ditto.
4920 * config/powerpc/tm-linux.h, config/s390/nm-linux.h: Ditto.
4921 * config/s390/tm-linux.h, config/sh/tm-linux.h: Ditto.
4922 * config/sparc/nm-linux.h, config/sparc/tm-linux.h: Ditto.
4923 * config/sparc/tm-sp64linux.h, config/sparc/xm-linux.h: Ditto.
4924 Fix PR gdb/378.
4925
4926 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4927
4928 * lin-thread.c: Delete file.
4929 * configure.in (gdb_cv_struct_reg_r_gs): Update comment to refer
4930 to gdb_proc_service.h.
4931 * configure: Re-generate.
4932
4933 * ocd.c (ocd_open): Do not try to open the "ocd" device.
4934 * serial.c (serial_open): Delete check for "ocd".
4935 Fix PR gdb/349.
4936
4937 * Makefile.in (linux-thread.o): Delete target.
4938 * linux-thread.c: Delete file.
4939
4940 * config/djgpp/fnchange.lst: Rename bfd/elf32-sh64.c. Tweak other
4941 renamed SH files to be consistent.
4942
4943 * symtab.c (sort_search_symbols): Use xfree.
4944
4945 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
4946
4947 * arm-linux-tdep.c (arm_linux_init_abi): Register
4948 IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE
4949 * config/arm/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Replace old
4950 definition with undef, since we don't want the sysvr4 definition.
4951 (SKIP_TRAMPOLINE_CODE): Likewise.
4952
4953 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4954
4955 From 2002-02-22 Alfred M. Szmidt <ams@kemisten.nu>:
4956
4957 * configure.in: (AC_CHECK_FUNCS) Added test for
4958 canonicalize_file_name Regenerated.
4959 * config.in, configure: Regenerated.
4960 * utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
4961 defined use canonicalize_file_name.
4962
4963 2002-02-23 Michael Chastain <mec@shout.net>
4964
4965 * MAINTAINERS: Remove Michael Chastain from "paper trail" list.
4966
4967 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4968
4969 * README: Remove references to cygnus.com.
4970 * MAINTAINERS: Change Past Maintainer addresses to ``foo at bar
4971 dot com'' form. Remove references to cygnus.com and sourceware.
4972
4973 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4974
4975 From 2002-02-19 Paul Eggert <eggert@twinsun.com>:
4976 * Makefile.in (VER): Change "head -1" to "sed q", since POSIX
4977 1003.1-2001 no longer allows "head -1".
4978 * gdb/Makefile.in (version.c): Likewise.
4979 * gdb/doc/Makefile.in (GDBvn.texi): Likewise.
4980 * gdb/CONTRIBUTE: Change "diff -c3" to "diff -c", which is
4981 equivalent. POSIX 1003.1-2001 no longer allows "diff -c3".
4982
4983 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4984
4985 * cli/cli-decode.c (cmd_cfunc_eq): New function.
4986 * command.h (cmd_cfunc_eq): Declare.
4987 * cli/cli-decode.h (cmd_cfunc_eq): Ditto.
4988
4989 * cli/cli-cmds.h (is_complete_command): Change parameter to a
4990 ``struct cmd_list_element *''.
4991 * cli/cli-cmds.c (is_complete_command): Update. Use
4992 cmd_cfunc_eq.
4993 * top.c (execute_command): Pass the command to
4994 is_complete_command.
4995 * tracepoint.c: Replace function.cfunc with cmd_cfunc_eq.
4996
4997 2002-02-23 Andrew Cagney <ac131313@redhat.com>
4998
4999 From 2002-02-20 Martin Schwidefsky <schwidefsky@de.ibm.com>:
5000 * config/s390/tm-s390.h (GDB_TARGET_IS_ESAME): Use renamed
5001 architecture defines.
5002 * s390-tdep.c (s390_gdbarch_init): Likewise.
5003
5004 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5005
5006 * arm-linux-tdep.c (arm_linux_extract_return_value): Make static.
5007 (arm_linux_push_arguments): Likewise.
5008 (arm_linux_init_abi): Register them. Also register linux-specific
5009 call_dummy_words.
5010 (find_minsym_and_objfile): Use strcmp, not STREQ.
5011 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Delete.
5012 (arm_linux_call_dummy_words): Delete declaration.
5013 (EXTRACT_RETURN_VALUE, PUSH_ARGUMENTS): Delete.
5014 (arm_linux_extract_return_value, arm_linux_push_arguments): Delete
5015 declarations.
5016 (LOWEST_PC): Delete.
5017
5018 2002-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5019
5020 * maint.c (print_section_info): Do not prepend `0x' to filepos
5021 output, it will be handled by local_hex_string_custom.
5022
5023 2002-02-23 Richard Earnshaw <rearnsha@arm.com>
5024
5025 * arm-linux-nat.c (store_newfpe_single): Use regcache_collect.
5026 (store_newfpe_double, store_newfpe_extended, store_fpregister)
5027 (store_register, store_regs, fill_gregset, fill_fpregset): Likewise.
5028
5029 2002-02-22 Jim Blandy <jimb@redhat.com>
5030
5031 Indicate that the bcache functions don't change the strings
5032 they're passed.
5033 * bcache.h (bcache, hash): Add `const' keywords to declarations.
5034 * bcache.c (bcache, hash): Add `const' keywords to definitions.
5035
5036 2002-02-22 Pierre Muller <muller@ics.u-strasbg.fr>
5037
5038 * win32-nat.c (child_create_inferior): Fix create flags setting bug.
5039
5040 2002-02-21 Christopher Faylor <cgf@redhat.com>
5041
5042 * win32-nat.c (register_loaded_dll): Just use raw name when we can't
5043 find the complete path to a loaded DLL.
5044
5045 2002-02-21 Fred Fish <fnf@redhat.com>
5046
5047 * dbxread.c (process_one_symbol): When finding an N_FUN symbol
5048 that marks the end of the range of a function, enter a line number
5049 entry that has a line number of zero and a PC offset that matches
5050 the end of the function. This starts a range of PC's for which no
5051 line number information is known.
5052 * symtab.c (find_pc_sect_line): If our best fit is in a range of
5053 PC's for which no line number info is found (line number is zero)
5054 then we didn't find any valid line information.
5055 * symtab.h: Document use of zero line number entry.
5056
5057 2002-02-21 Elena Zannoni <ezannoni@redhat.com>
5058
5059 * ppc-linux-nat.c (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Define.
5060 (have_ptrace_getvrregs): Define for run time checks.
5061 (gdb_vrregset_t): New type for Altivec register handling.
5062 (fetch_register, store_register): Fetch/store altivec register
5063 when needed.
5064 (fetch_altivec_register, store_altivec_register): New functions.
5065 (supply_vrregset, fill_vrregset): New functions.
5066 (fetch_altivec_registers, store_altivec_registers): New functions.
5067 (fetch_ppc_registers, store_ppc_registers): Fetch/store altivec
5068 registers as well.
5069
5070 2002-02-21 Jiri Smid <smid@suse.cz>
5071
5072 * config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.
5073
5074 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
5075
5076 * Makefile.in (armnbsd-nat.o): Update dependencies.
5077 * armnbsd-nat.c (supply_gregset): New function. Common code to
5078 supply the integer register set.
5079 (supply_fparegset): New function. Similar for FPA registers.
5080 (fetch_regs, fetch_fp_regs): Use them.
5081 (fetch_core_registers): Likewise.
5082 (fetch_elfcore_registers): New function.
5083 (arm_netbsd_elfcore_fns): New core-file type specification.
5084 (_initialize_arm_netbsd_nat): Register it.
5085
5086 2002-02-21 Richard Earnshaw <rearnsha@arm.com>
5087
5088 * armnbsd-nat.c: Include gdbcore.h.
5089 (FETCH_INFERIOR_REGISTERS): Just error if this isn't defined.
5090 (fetch_regs, fetch_fp_regs, store_regs, store_fp_regs): Add explicit
5091 'void' to declaration, to shut up ARI.
5092 (fetch_core_registers): Make static. Rewrite using supply_register.
5093 (arm_netbsd_core_fns): New core-file type specification.
5094 (_initialize_arm_netbsd_nat): New function.
5095
5096 2002-02-21 Christopher Faylor <cgf@redhat.com>
5097
5098 * win32-nat.c (register_loaded_dll): Correctly check for invalid handle
5099 value.
5100
5101 2002-02-20 Christopher Faylor <cgf@redhat.com>
5102
5103 * win32-nat.c (register_loaded_dll): Handle case where FindFirstFile
5104 fails.
5105
5106 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5107
5108 * jv-exp.y (parse_number): Change type of implicit longs
5109 to builtin_type_uint64.
5110
5111 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5112
5113 * gdbserver/linux-low.c (mywait): Change argument to waitpid
5114 to be an integer instead of a `union wait'.
5115
5116 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5117
5118 * mips-linux-nat.c: Call the operating system GNU/Linux.
5119 * mips-linux-tdep.c: Likewise.
5120 * mips-tdep.c: Likewise.
5121
5122 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5123
5124 Fix PR gdb/265.
5125 * jv-exp.y (parse_number): Handle 64-bit integers.
5126
5127 2002-02-20 Daniel Jacobowitz <drow@mvista.com>
5128
5129 * gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
5130 AC_STDC_HEADERS to AC_HEADER_STDC.
5131 * gdbserver/configure: Regenerated.
5132
5133 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
5134
5135 * arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
5136 is defined.
5137 * sparc-tdep.c (get_longjmp_target): Likewise.
5138
5139 2002-02-20 Richard Earnshaw <rearnsha@arm.com>
5140
5141 * News: Add news about ARM and Multi-arch. Mention the new target
5142 arm*-*-netbsd*.
5143
5144 2002-02-19 Jim Blandy <jimb@redhat.com>
5145
5146 * stabsread.c (error_type_complaint): Improve error message.
5147
5148 2002-02-19 Daniel Jacobowitz <drow@mvista.com>
5149
5150 * gdbserver/README: Update documentation.
5151 * gdbserver/configure.in: Update configury to match documentation.
5152 * gdbserver/Makefile.in: Likewise.
5153 * gdbserver/configure: Regenerated.
5154 * gdbserver/aclocal.m4: New file, generated by aclocal.
5155 * gdbserver/config.in: New file, generated by autoheader.
5156
5157 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5158
5159 * config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
5160 armnbsd-nat.c.
5161
5162 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5163
5164 * arm-tdep.h (enum arm_float_model): New enum.
5165 (struct gdbarch_tdep): Add fp_model.
5166 * arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
5167 up floating-point conversions until we know the floating-point model
5168 in use by the inferior. Don't complain about being unable to
5169 determine the ABI of the inferior when we don't have one.
5170 (arm_extract_return_value): Support different floating-point models.
5171 (arm_store_return_value): Likewise.
5172 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
5173 ARM_FLOAT_SOFT.
5174 (arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
5175
5176 2002-02-19 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5177
5178 * i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
5179 of ``current_gdbarch''.
5180
5181 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5182
5183 * armnbsd-nat.c : ANSIfy all function declarations.
5184 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
5185 (fetch_inferior_registers): Re-implement in terms of above.
5186 (store_register, store_regs, store_fp_register, store_fp_regs): New.
5187 (store_inferior_registers): Re-implement in terms of above.
5188
5189 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5190
5191 * arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
5192 kernel.
5193 * arm-linux-tdep.c: Likewise.
5194 * config/arm/tm-linux.h: Likewise.
5195
5196 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5197
5198 * configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
5199 * config/arm/nbsd.mt (TM_FILE): Delete.
5200 * config/arm/tm-nbsd.h: Delete.
5201
5202 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5203
5204 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
5205 Initialize CALL_DUMMY_LENGTH.
5206
5207 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
5208
5209 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
5210 function.
5211 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
5212 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
5213 defines one thing and that is incorrect for this port.
5214 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
5215
5216 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5217
5218 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
5219
5220 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5221
5222 * win32-nat.c (display_selector): New function. Displays information
5223 about the information returned by GetThreadSelectorEntry API function.
5224 (display_selectors): New function. Displays the infomation of
5225 the selector given as argument, or of CS, DS ans FS selectors
5226 if no argument is given.
5227 ( _initialize_inftarg): Add "w32" as info prefix command.
5228 Add "info w32 selector" as command calling display_selectors.
5229
5230 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
5231
5232 * i386-tdep.c (get_longjmp_target): Fix compilation failure
5233 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
5234 if not defined.
5235
5236 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5237
5238 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
5239
5240 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5241
5242 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
5243 (arm_fix_call_dummy): Call it.
5244 (arm_call_dummy_breakpoint_offset): Delete.
5245 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
5246 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
5247
5248 2002-02-18 Andrew Cagney <ac131313@redhat.com>
5249
5250 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
5251 Default to func_frame_chain_valid.
5252 * gdbarch.h, gdbarch.c: Re-generate.
5253 * frame.h (FRAME_CHAIN_VALID): Delete definition.
5254
5255 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
5256
5257 * ppc-linux-nat.c: Update copyright.
5258 (fetch_register, store_register): Add tid parameter, don't compute
5259 tid here.
5260 (fetch_ppc_registers, store_ppc_registers): Add tid
5261 parameter. Pass it along to callees.
5262 (fetch_inferior_registers, store_inferior_registers): Compute tid
5263 here, and pass it to calleed functions.
5264 (fill_gregset, supply_fpregset): Clean up formatting.
5265
5266 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5267
5268 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
5269 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
5270
5271 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
5272
5273 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
5274 * gdbarch.c gdbarch.h: Regenerate.
5275 * breakpoint.c (create_longjmp_breakpoint): Always compile this
5276 function.
5277 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
5278 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
5279 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
5280
5281 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
5282 * arm-tdep.c (arm_get_longjmp_target): New function.
5283 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
5284 this to a positive value register arm_get_longjmp_target as the
5285 longjmp handler.
5286 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
5287 (arm_linux_init_abi): Set up longjmp description in tdep.
5288 * armnbsd-nat.c (get_longjmp_target): Delete.
5289 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
5290 description in tdep.
5291 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
5292 (get_longjmp_target): Delete declaration.
5293 (GET_LONGJMP_TARGET): Delete.
5294 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
5295 (GET_LONGJMP_TARGET): Delete.
5296
5297 2002-02-17 Kevin Buettner <kevinb@redhat.com>
5298
5299 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
5300 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
5301 of ``current_gdbarch''.
5302
5303 2002-02-17 Tom Tromey <tromey@redhat.com>
5304
5305 * cli/cli-cmds.c (compare_strings): New function.
5306 (complete_command): Only print each unique item once.
5307 * completer.h (complete_line): Declare.
5308 * completer.c (complete_line): New function.
5309 (line_completion_function): Use it.
5310
5311 2002-02-16 Andrew Cagney <ac131313@redhat.com>
5312
5313 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
5314 * gdbarch.h, gdbarch.c: Re-generate.
5315
5316 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
5317
5318 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
5319
5320 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
5321
5322 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
5323 * valops.c (value_arg_coerce): Don't take the address of a reference
5324 to convert an argument to a reference.
5325
5326 2002-02-15 Christopher Faylor <cgf@redhat.com>
5327
5328 * win32-nat.c (get_image_name): New function.
5329 (handle_load_dll): Use get_image_name function.
5330 (get_child_debug_event): Avoid registering debug events until possibly
5331 execed process is started.
5332 (child_create_inferior): Allow invocation via shell so that command
5333 line redirection, etc. works ok.
5334 (_initialize_inftarg): Add new command: "set shell" to control whether
5335 a shell is used to start a process.
5336
5337 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
5338
5339 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
5340 instead of find_register_by_number.
5341 (cannot_store_register): Likewise.
5342
5343 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5344
5345 * dwarf2read.c: Replace fprintf (stderr, ...) by
5346 fprintf_unfiltered (gdb_stderr, ...).
5347
5348 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
5349
5350 * gdbserver/gdbserver.1: Document --attach.
5351
5352 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
5353
5354 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
5355 descriptions.
5356 * arm-tdep.c (arm_default_arm_le_breakpoint)
5357 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
5358 (arm_default_thumb_be_breakpoint): New. Initialize them from
5359 traditional breakpoint defines.
5360 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
5361 (arm_gdbarch_init): Initialize new breakpoint variables.
5362 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
5363 (arm_linux_init_abi): Initialize linux-specific breakpoint.
5364 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
5365 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
5366 code out to ...
5367 (arm_netbsd_init_abi_common): ... here; new function.
5368 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
5369 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
5370 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
5371 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
5372
5373 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
5374
5375 * arm-tdep.h (enum arm_abi): New enum.
5376 (struct gdbarch_tdep): New structure.
5377 (LOWEST_PC): Provide a default.
5378 (arm_gdbarch_register_os_abi): Declare new function.
5379 * arm-tdep.c (arm_abi_names): New array.
5380 (process_note_abi_tag_sections): New function.
5381 (get_elfosabi): New function.
5382 (arm_gdbarch_register_os_abi): New function.
5383 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
5384 support for that ABI has been built in, then call the appropriate
5385 configuration routine. Use gdbarch_num_regs() to get the number
5386 of registers.
5387 (arm_dump_tdep): New function.
5388 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
5389 place-holder functions.
5390 (_initialize_arm_tdep): Register them.
5391 * config/arm/tm-arm.h (LOWEST_PC): Delete.
5392
5393 * armnbsd-tdep.c: New file.
5394 * Makefile.in (armnbsd-tdep.o): Add dependencies.
5395 * config/arm/nbsd.mt (TDEPFILES): Add it.
5396 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
5397
5398 * armnbsd-nat.c: Include regcache.h.
5399 * Makefile.in (armnbsd-nat.o): Update dependency list.
5400
5401 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
5402
5403 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5404
5405 * gdbserver/Makefile.in: Fix typos in target rules.
5406
5407 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5408
5409 Fix part of PR gdb/267.
5410 * linespec.c (find_methods): Handle constructors specially for now.
5411
5412 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
5413
5414 * arm-tdep.c (arm_push_arguments): Eliminate special float type
5415 handling.
5416 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
5417 standard_coerce_float_to_double().
5418
5419 2002-02-14 Christopher Faylor <cgf@redhat.com>
5420
5421 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
5422 GDBINIT_FILENAME.
5423
5424 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
5425
5426 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
5427 find_variant_by_name, because it confuses the multiarch
5428 framework. Return NULL if there isn't an architecture with the
5429 user supplied name, instead of forcing a different one without
5430 recording the change with the multiarch machinery.
5431 (find_variant_by_name): Delete.
5432
5433 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5434
5435 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
5436 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
5437
5438 2002-02-13 Martin M. Hunt <hunt@redhat.com>
5439
5440 * stack.c (print_frame_info_base): When calling
5441 print_frame_info_listing_hook, set current_source_symtab.
5442
5443 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5444
5445 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
5446 and remove unused $(INCLUDE_DIR).
5447 Add regcache.c to OBS.
5448 Add generated register protocol files to clean target.
5449 Update dependencies for new objects, obsolete old target code.
5450
5451 * gdbserver/linux-low.c: Remove all platform-specific code to
5452 new files. Remove various dead code. Update to use regcache
5453 functionality.
5454 * gdbserver/remote-utils.c (fromhex): Add return statement
5455 to quiet warning.
5456 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
5457 constant.
5458 (input_interrupt): Add integer parameter to match prototype
5459 of a signal handler.
5460 (outreg): Use register_data ().
5461 (prepare_resume_reply): Use gdbserver_expedite_regs.
5462 * gdbserver/server.c (main): Dynamically allocate own_buf because
5463 PBUFSIZ is no longer constant. Use registers_to_string () and
5464 registers_from_string ().
5465 * gdbserver/server.h: No longer include "defs.h". Add prototypes
5466 for error (), fatal (), and warning (). Update definition of
5467 PBUFSIZ to use regcache functionality. Add include guard.
5468 * gdbserver/utils.c (fatal): Add missing ``const''.
5469 (warning): New function.
5470
5471 * regformats/regdat.sh: Include "regcache.h" in generated files.
5472 Provide init_registers () function.
5473 * regformats/regdef.h: Add prototype for set_register_cache ().
5474 Add include guard.
5475
5476 * gdbserver/linux-arm-low.c: New file.
5477 * gdbserver/linux-i386-low.c: New file.
5478 * gdbserver/linux-ia64-low.c: New file.
5479 * gdbserver/linux-m68k-low.c: New file.
5480 * gdbserver/linux-mips-low.c: New file.
5481 * gdbserver/linux-ppc-low.c: New file.
5482 * gdbserver/linux-sh-low.c: New file.
5483
5484 * gdbserver/regcache.c: New file.
5485 * gdbserver/regcache.h: New file.
5486
5487 * gdbserver/low-linux.c: Removed obsolete file.
5488
5489 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5490
5491 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
5492 * config/i386/linux.mt: Likewise.
5493 * config/ia64/linux.mt: Likewise.
5494 * config/m68k/linux.mh: Likewise.
5495 * config/powerpc/linux.mh: Likewise.
5496 * config/mips/linux.mt: Likewise.
5497
5498 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
5499
5500 * config/i386/i386lynx.mh: Mark gdbserver variables
5501 as (currently) obsolete for this target.
5502 * config/i386/nbsd.mt: Likewise.
5503 * config/i386/nbsdelf.mt: Likewise.
5504 * config/m32r/m32r.mt: Likewise.
5505 * config/m68k/m68klynx.mh: Likewise.
5506 * config/m68k/nbsd.mt: Likewise.
5507 * config/m68k/sun3os4.mh: Likewise.
5508 * config/mips/vr5000.mt: Likewise.
5509 * config/ns32k/nbsd.mt: Likewise.
5510 * config/pa/hppabsd.mh: Likewise.
5511 * config/pa/hppaosf.mh: Likewise.
5512 * config/powerpc/nbsd.mt: Likewise.
5513 * config/rs6000/rs6000lynx.mh: Likewise.
5514 * config/s390/s390.mt: Likewise.
5515 * config/s390/s390x.mt: Likewise.
5516 * config/sparc/sparclynx.mh: Likewise.
5517 * config/sparc/sun4os4.mh: Likewise.
5518 * config/i386/x86-64linux.mt: Likewise.
5519 * config/sparc/linux.mh: Likewise.
5520
5521 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
5522
5523 * configure.tgt: Configure gdbserver only for known working
5524 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
5525 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
5526 SUBDIRS if it is configured. Update comment for ${nativefile}.
5527 * configure: Regenerated.
5528
5529 2002-02-13 Michael Snyder <msnyder@redhat.com>
5530
5531 * config/i386/i386v42mp.mh: Add gcore.o to NATDEPFILES.
5532
5533 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
5534 (default_gcore_mach): Just return 0, work around a problem in bfd.
5535 (default_gcore_target): OK to return NULL if exec_bfd is null.
5536 (make_mem_sec): Use a cast, avoid a warning.
5537
5538 * procfs.c (find_memory_regions_callback): Use a cast instead of
5539 calling host_pointer_to_address (which complains if
5540 sizeof (host pointer) != sizeof (target pointer)).
5541 (procfs_make_note_section): Avoid overflow in psargs string.
5542
5543 * procfs.c (procfs_make_note_section): Make the default
5544 implementation return an error.
5545
5546 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
5547
5548 * procfs.c (procfs_make_note_section): Provide a default definition
5549 (for alpha-dec-osf4.0f). Fix typos.
5550
5551 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
5552
5553 * linux-proc.c: Add include of regcache.h.
5554 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
5555
5556 2002-02-13 Andrew Cagney <ac131313@redhat.com>
5557
5558 From 2002-01-18 Greg McGary <greg@mcgary.org>:
5559 * memattr.c (create_mem_region): Disallow useless empty region.
5560 Regions are half-open intervals, so allow [A..B) [B..C) as
5561 non-overlapping.
5562
5563 2002-02-13 Michael Chastain <mec@shout.net>
5564
5565 * defs.h: Kill CONST_PTR.
5566 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
5567 * c-lang.c (c_builtin_types): Likewise.
5568 * ch-lang.c (ch_builtin_types): Likewise.
5569 * f-lang.c (f_builtin_types): Likewise.
5570 * language.c (unknown_builtin_types): Likewise.
5571 * m2-lang.c (m2_builtin_types): Likewise.
5572 * p-lang.c (pascal_builtin_types): Likewise.
5573 * scm-lang.c (c_builtin_types): Likewise.
5574
5575 2002-02-13 Keith Seitz <keiths@redhat.com>
5576
5577 * arm-tdep.h (arm_get_next_pc): Add declaration.
5578
5579 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
5580
5581 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
5582 with other related struct-returning functions.
5583 (arm_extract_struct_value_address): New function.
5584 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
5585 initialize float_format, double_format and long_double_format as
5586 appropriate to the endianness of the target.
5587 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
5588 (arm_use_struct_convention): Delete declaration.
5589 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
5590
5591 2002-02-13 Keith Seitz <keiths@redhat.com>
5592
5593 * defs.h (core_addr_to_string_nz): New function.
5594
5595 2002-02-13 Mark Kettenis <kettenis@gnu.org>
5596
5597 Apply missing bits of 2002-01-15 patch.
5598 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
5599 (fill_fpregset): Use i387_fill_fsave.
5600
5601 2002-02-12 Keith Seitz <keiths@redhat.com>
5602
5603 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
5604 (core_addr_to_string_nz): New function.
5605
5606 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5607
5608 * arm-linux-nat.c: Really include arm-tdep.h.
5609 * config/arm/tm-linux.h (struct type, struct value): Declare.
5610
5611 2002-02-11 Michael Snyder <msnyder@redhat.com>
5612
5613 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
5614 (gcore section): Ifdef for Solaris and Unixware only.
5615 (procfs_do_thread_registers): Unixware needs one lwpstatus
5616 per thread (not one prstatus or pstatus).
5617 (procfs_make_note_section): Iterate only over kernel threads (lwps),
5618 not over all gdb threads. For unixware, call elfcore_write_pstatus
5619 once before iterating over threads.
5620
5621 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5622
5623 * arm-tdep.h: New file.
5624 * arm-tdep.c: Include arm-tdep.h.
5625 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5626 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5627 (arm_print_float_info, arm_register_type, convert_to_extended)
5628 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5629 (arm_extract_return_value, arm_register_name): Make static.
5630 (arm_software_single_step): Similarly. Fix types in declaration.
5631 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
5632 (arm_store_return_value, arm_store_struct_return): New functions.
5633 (arm_gdbarch_init): Register the above functions. Also register
5634 call_dummy_start_offset, sizeof_call_dummy_words,
5635 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
5636 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
5637 max_register_virtual_size, register_size. Set up
5638 prologue_cache.saved_regs here, rather than ...
5639 (_initialize_arm_tdep): ... here.
5640 * config/arm/tm-arm.h (struct type, struct value): Delete forward
5641 declarations.
5642 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
5643 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
5644 (arm_print_float_info, arm_register_type, convert_to_extended)
5645 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
5646 (arm_extract_return_value, arm_register_name): Delete declarations.
5647 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
5648 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
5649 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
5650 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
5651 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
5652 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
5653 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
5654 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
5655 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
5656 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
5657 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
5658 (arm_get_next_pc): No-longer static -- these are needed by the RDI
5659 interface.
5660 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
5661 * remote-rdi.c remote-rdp.c: Likewise.
5662 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
5663 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
5664 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
5665 definition.
5666
5667 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
5668 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
5669 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
5670 from non-ARM_ prefixed definitions.
5671 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
5672 all uses of above.
5673 * remote-rdi.c remote-rdp.c: Likewise.
5674 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
5675
5676 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
5677
5678 * arm-tdep.c (arm_frameless_function_invocation)
5679 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5680 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5681 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5682 (arm_pop_frame, arm_get_next_pc): Make static.
5683 (arm_gdbarch_init): Register above in gdbarch structure.
5684 (arm_read_fp): Renamed from arm_target_read_fp.
5685 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
5686 * config/arm/tm-arm.h (arm_frameless_function_invocation)
5687 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
5688 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
5689 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
5690 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
5691 (arm_pc_is_thumb_dummy): Delete declarations.
5692 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
5693 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
5694 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
5695 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
5696
5697 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
5698
5699 * symtab.c (compare_search_syms): New function.
5700 (sort_search_symbols): New function.
5701 (search_symbols): Sort symbols after searching rather than
5702 before.
5703
5704 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5705
5706 * NEWS: Linux -> GNU/Linux.
5707
5708 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5709
5710 * gdbarch.sh: For for level one methods, disallow a definition
5711 when partially multi-arched. Add comments explaining rationale.
5712 * gdbarch.h: Re-generate.
5713
5714 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5715
5716 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
5717 multi-arch partial.
5718
5719 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5720
5721 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
5722 field. Use diff -u.
5723 * gdbarch.c: Re-generate.
5724
5725 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5726
5727 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
5728 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
5729 partial.
5730
5731 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5732
5733 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
5734 multi-arch partial.
5735 (PUSH_ARGUMENTS): Switch to using predefault.
5736 * gdbarch.c: Regenerate.
5737
5738 2002-02-10 Andrew Cagney <ac131313@redhat.com>
5739
5740 * valops.c (PUSH_ARGUMENTS): Delete definition.
5741 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
5742 partial. Default to default_push_arguments.
5743 * gdbarch.h, gdbarch.c: Regenerate.
5744
5745 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5746
5747 * defs.h (throw_exception): Rename return_to_top_level. Update
5748 comments.
5749 * utils.c (error_stream, internal_verror, quit): Ditto.
5750 * top.c (throw_exception, catcher): Ditto.
5751 * sparclet-rom.c (sparclet_load): Ditto.
5752 * remote.c (interrupt_query, minitelnet): Ditto.
5753 * remote-sds.c (interrupt_query): Ditto.
5754 * remote-mips.c (mips_error, mips_kill): Ditto.
5755 * ocd.c (interrupt_query): Ditto.
5756 * monitor.c (monitor_interrupt_query): Ditto.
5757 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
5758 * target.h: Update comment.
5759
5760 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
5761
5762 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5763
5764 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
5765 default_double_format.
5766 * gdbarch.h, gdbarch.c: Re-generate.
5767 * findvar.c (floatformat_unknown): Delete variable definition.
5768 * doublest.h (floatformat_unknown): Delete variable declaration.
5769
5770 2002-02-09 Jim Blandy <jimb@redhat.com>
5771
5772 * stabsread.c (read_type): Add code to parse Sun's syntax for
5773 prototyped function types.
5774
5775 2002-02-09 Andrew Cagney <ac131313@redhat.com>
5776
5777 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
5778 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
5779
5780 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
5781
5782 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
5783 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
5784 now _initialize_xcoffsolib gets called again and overrides the
5785 commands from solib.c in a native configuration.
5786
5787 2002-02-09 Mark Kettenis <kettenis@gnu.org>
5788
5789 * doublest.c (store_typed_floating): Don't try to return a value.
5790 Fixes PR gdb/290.
5791
5792 2002-02-08 Jim Blandy <jimb@redhat.com>
5793
5794 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
5795 is prototyped and has no arguments, print its argument list as
5796 `(void)'.
5797
5798 2002-02-08 Chris Demetriou <cgd@broadcom.com>
5799
5800 * MAINTAINERS (write-after-approval): Add myself.
5801 (paper-trail): I've escaped!
5802
5803 2002-02-08 Christopher Faylor <cgf@redhat.com>
5804
5805 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
5806 changes.
5807 (_initialize_check_for_gdb_ini): Ditto.
5808
5809 2002-02-08 Martin M. Hunt <hunt@redhat.com>
5810
5811 * win32-nat.c (cygwin_pid_to_str): Fix typo.
5812 xaprintf -> xasprintf.
5813
5814 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
5815
5816 * win32-nat.c: Remove use of printf and sprintf functions.
5817
5818 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
5819
5820 * arm-tdep.c (arm_frame_chain_valid): Make static.
5821 (arm_push_arguments): Likewise.
5822 (arm_gdbarch_init): New function.
5823 (_initialize_arm_tdep): Call it.
5824 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
5825 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
5826 (FRAME_CHAIN_VALID): Delete.
5827 (arm_frame_chain_valid): Delete declaration.
5828 (PUSH_ARGUMENTS): Delete.
5829 (arm_push_arguments): Delete declaration.
5830 (CALL_DUMMY_P): Delete.
5831
5832 2002-02-08 Andrew Cagney <ac131313@redhat.com>
5833 Corinna Vinschen <vinschen@redhat.com>
5834
5835 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
5836 on builtin float types.
5837
5838 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
5839
5840 * utils.c: Include <curses.h> before "bfd.h".
5841 * tui/tui-hooks.c: Likewise.
5842 * tui/tui.c: Likewise.
5843 * tui/tuiCommand.c: Likewise.
5844 * tui/tuiData.c: Likewise.
5845 * tui/tuiDataWin.c: Likewise.
5846 * tui/tuiDisassem.c: Likewise.
5847 * tui/tuiGeneralWin.c: Likewise.
5848 * tui/tuiIO.c: Likewise.
5849 * tui/tuiLayout.c: Likewise.
5850 * tui/tuiRegs.c: Likewise.
5851 * tui/tuiSource.c: Likewise.
5852 * tui/tuiSourceWin.c: Likewise.
5853 * tui/tuiStack.c: Likewise.
5854 * tui/tuiWin.c: Likewise.
5855
5856 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
5857
5858 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
5859 to include space for pseudoregs as well. Update loops accordingly.
5860 (sh_fp_frame_init_saved_regs): Ditto.
5861 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
5862
5863 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5864
5865 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
5866 Add Richard Earnshaw to Arm maintainers.
5867
5868 2002-02-07 Andrew Cagney <ac131313@redhat.com>
5869
5870 * defs.h (warning_begin): Delete declaration.
5871
5872 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
5873 Delete macro.
5874
5875 2002-02-07 Michael Snyder <msnyder@redhat.com>
5876
5877 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
5878 Logic bug, remove misplaced else.
5879
5880 2002-02-07 Klee Dienes <klee@apple.com>
5881
5882 * fork-inferior.c (fork_inferior): Add '!' to the list of
5883 characters that need to be quoted when building a string for the
5884 shell. Quote '!' specifically with a backslash, since CSH chokes
5885 when trying to evaluate "str!str".
5886
5887 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
5888
5889 * rdi-share/host.h: Only provide a typedef for bool if it is not
5890 defined.
5891
5892 2002-02-04 Michael Snyder <msnyder@redhat.com>
5893
5894 * breakpoint.h (enum bptype): Add new overlay event bp type.
5895 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
5896
5897 * breakpoint.c (create_internal_breakpoint): New function.
5898 (internal_breakpoint_number): Moved into create_internal_breakpoint.
5899 (create_longjmp_breakpoint): Use create_internal_breakpoint.
5900 (create_thread_event_breakpoint): Ditto.
5901 (create_solib_event_breakpoint): Ditto.
5902 (create_overlay_event_breakpoint): New function.
5903 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
5904 (update_breakpoints_after_exec): Delete and re-initialize
5905 overlay event breakpoints after an exec. Add FIXME comment
5906 about longjmp breakpoint.
5907 (print_it_typical): Ignore overlay event breakpoints.
5908 (print_one_breakpoint): Ditto.
5909 (mention): Ditto.
5910 (bpstat_what): Do not stop for overlay event breakpoints.
5911 (delete_breakpoint): Don't delete overlay event breakpoints.
5912 (breakpoint_re_set_one): Delete the overlay event breakpoint.
5913 (breakpoint_re_set): Re-create overlay event breakpoint.
5914
5915 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
5916 (overlay_manual_command): Disable overlay breakpoints.
5917 (overlay_off_command): Disable overlay breakpoints.
5918
5919 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5920
5921 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
5922 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
5923 to here from config/tm-arm.h.
5924 (coff_sym_is_thumb): Make static.
5925 (arm_elf_make_msymbol_special): New function.
5926 (arm_coff_make_msymbol_special): New function.
5927 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
5928 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
5929 (coff_sym_is_thumb): Delete declaration.
5930 (arm_elf_make_msymbol_special): Declare.
5931 (arm_coff_make_msymbol_special): Declare.
5932 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
5933 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
5934
5935 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5936
5937 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
5938
5939 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
5940
5941 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
5942 * gdbarch.c gdbarch.h: Regenerate.
5943 * arch-utils.c (default_print_float_info): New function.
5944 * arch-utils.h (default_print_float_info): Prototype it.
5945 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
5946 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
5947 (PRINT_FLOAT_INFO): Document it.
5948
5949 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
5950 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
5951 (PRINT_FLOAT_INFO): Define.
5952
5953 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
5954
5955 * win32-nat.c (_initialize_check_for_gdb_ini):
5956 Add typecast to sprintf argument to suppress a warning.
5957
5958 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
5959
5960 * win32-nat.c (last_sig): Changed type of variable to target_signal,
5961 to allow easier handling of pass state.
5962 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
5963 that gives exception name and address.
5964 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
5965 and set last_sig value to ourstatus->value.sig. Some missing
5966 exceptions added.
5967 (child_continue): Correctly report continue_status.
5968 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
5969 TARGET_SIGNAL_0 (new default value).
5970 (child_resume): consider sig argument passed to decide if
5971 the exception should be passed to debuggee or not.
5972
5973 2002-02-05 Michael Snyder <msnyder@redhat.com>
5974
5975 * regcache.c (fetch_register): Call target_fetch_register
5976 only if we don't call FETCH_PSEUDO_REGISTER.
5977 (store_register): Call target_store_register only if we
5978 don't call STORE_PSEUDO_REGISTER.
5979
5980 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
5981
5982 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
5983 ELF_MAKE_MSYMBOL_SPECIAL.
5984 * gdbarch.c, gdbarch.h: Regenerate.
5985 * arch-utils.c (default_make_msymbol_special): New function.
5986 * arch-utils.h (default_make_msymbol_special): Export.
5987 * elfread.c (elf_symtab_read): Compile use of
5988 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
5989 multiarched.
5990 * coffread.c (coff_symtab_read): Ditto, for
5991 COFF_MAKE_MSYMBOL_SPECIAL.
5992
5993 2002-02-05 Jim Blandy <jimb@redhat.com>
5994
5995 * solib-svr4.c (svr4_truncate_ptr): New function.
5996 (svr4_relocate_section_addresses): Do the address arithmetic with
5997 the appropriate truncation for target addresses, even when
5998 CORE_ADDR is larger than a target address.
5999
6000 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6001
6002 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
6003 to (int *).
6004
6005 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6006
6007 * gdbserver/linux-low.c (kill_inferior): Remove commented out
6008 code.
6009
6010 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6011
6012 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
6013
6014 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6015
6016 * gdbserver/linux-low.c: Remove unused include files.
6017
6018 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6019
6020 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
6021 (read_inferior_memory): Use it.
6022 (write_inferior_memory): Likewise.
6023
6024 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6025
6026 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
6027 grubbing through sys_errlist.
6028
6029 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
6030
6031 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
6032
6033 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6034 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
6035
6036 2002-02-04 Andrew Cagney <ac131313@redhat.com>
6037
6038 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
6039 (do_sfunc, set_cmd_sfunc): New functions.
6040
6041 * command.h (struct cmd_list_element): Add field func.
6042 * cli/cli-decode.h (struct cmd_list_element): Ditto.
6043 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
6044 * cli/cli-decode.h: Ditto.
6045
6046 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
6047 (help_all, help_cmd_list): Ditto.
6048 (find_cmd, complete_on_cmdlist): Ditto.
6049 * top.c (execute_command): Ditto.
6050
6051 * cli/cli-setshow.c (do_setshow_command): Call func instead of
6052 function.sfunc.
6053
6054 * infcmd.c (notice_args_read): Fix function signature.
6055
6056 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
6057 * cli/cli-decode.c (add_set_cmd): Ditto.
6058 * utils.c (initialize_utils): Ditto.
6059 * maint.c (_initialize_maint_cmds): Ditto.
6060 * infrun.c (_initialize_infrun): Ditto.
6061 * demangle.c (_initialize_demangler): Ditto.
6062 * remote.c (add_packet_config_cmd): Ditto.
6063 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6064 * cris-tdep.c (_initialize_cris_tdep): Ditto.
6065 * proc-api.c (_initialize_proc_api): Ditto.
6066 * kod.c (_initialize_kod): Ditto.
6067 * valprint.c (_initialize_valprint): Ditto.
6068 * top.c (init_main): Ditto.
6069 * infcmd.c (_initialize_infcmd): Ditto.
6070 * corefile.c (_initialize_core): Ditto.
6071 * arm-tdep.c (_initialize_arm_tdep): Ditto.
6072 * arch-utils.c (initialize_current_architecture): Ditto.
6073 (_initialize_gdbarch_utils): Ditto.
6074 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
6075
6076 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
6077 * wince.c (_initialize_inftarg): Ditto.
6078 * symfile.c (_initialize_symfile): Ditto.
6079 * mips-tdep.c (_initialize_mips_tdep): Ditto.
6080 * language.c (_initialize_language): Ditto.
6081 * arc-tdep.c (_initialize_arc_tdep): Ditto.
6082
6083 2002-02-04 Michael Snyder <msnyder@redhat.com>
6084
6085 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
6086
6087 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6088
6089 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
6090 Add rules for building the register data files.
6091
6092 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6093
6094 * regformats/regdat.sh: Add braces to the definition of
6095 expedite_regs_${arch}.
6096
6097 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
6098
6099 * regformats/regdef.h (struct reg): Add comment describing the
6100 requirements for offset and size fields.
6101
6102 2002-02-04 Andreas Schwab <schwab@suse.de>
6103
6104 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
6105 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
6106
6107 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
6108
6109 * gdbarch.sh (copyright): Update years in generated header.
6110 (SMASH_TEXT_ADDRESS): Add rule.
6111 * gdbarch.h, gdbarch.c: Re-generate.
6112 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
6113 * dbxread.c: Likewise.
6114 * dwarfread.c: Likewise.
6115 * elfread.c: Likewise.
6116 * somread.c: Likewise.
6117
6118 * arm-tdep.c (arm_smash_text_address): New function.
6119 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
6120
6121 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
6122
6123 Add support for hardware watchpoints on win32 native.
6124 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
6125 CONTEXT_DEBUG_REGISTERS.
6126 (dr variable): New variable. Static array containing a local copy
6127 of debug registers.
6128 (debug_registers_changed): New variable. Reflects when debug registers
6129 are changed and need to be written to inferior.
6130 (debug_registers_used): New variable. Reflects when any debug register
6131 was set, used when new threads are created.
6132 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
6133 i386-nat code.
6134 (thread_rec): Set dr array if id is the thread of current_event .
6135 (child_continue, child_resume): Change the debug registers for all
6136 threads if debug_registers_changed.
6137 (child_add_thread): Change the debug registers if debug_registers_used.
6138 * config/i386/cygwin.mh: Add use of i386-nat.o file.
6139 Link nm.h to new nm-cygwin.h file.
6140 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
6141 of hardware registers.
6142
6143 2002-02-03 Andrew Cagney <ac131313@redhat.com>
6144
6145 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
6146 Restore behavour broken by 2002-01-20 Andrew Cagney
6147 <ac131313@redhat.com> IEEE_FLOAT removal.
6148
6149 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6150
6151 * c-valprint.c (c_val_print): Pass a proper valaddr to
6152 cp_print_class_method.
6153 * valops.c (search_struct_method): If there is only one method
6154 and args is NULL, return that method.
6155
6156 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6157
6158 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
6159 accessing tag_name directly.
6160
6161 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6162
6163 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
6164 of accessing tag_name directly.
6165
6166 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
6167
6168 PR gdb/280
6169 * gdbtypes.c (replace_type): New function.
6170 * gdbtypes.h (replace_type): Add prototype.
6171 * stabsread.c (read_type): Use replace_type.
6172
6173 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
6174
6175 * Makefile.in (memattr.o): Add missing dependencies rule.
6176
6177 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
6178
6179 * breakpoint.c (break_at_finish_command): Really export.
6180 (break_at_finish_at_depth_command): Ditto.
6181 (tbreak_at_finish_command): Ditto.
6182 * hppa-tdep.c: Include completer.h.
6183 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
6184 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
6185
6186 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6187
6188 * utils.c (do_write): New function.
6189 (error_stream): Rewrite combining the code from error_begin and
6190 verror.
6191 (verror): Rewrite using error_stream.
6192 (error_begin): Delete function.
6193
6194 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6195
6196 * utils.c (error_begin): Make static.
6197 * defs.h (error_begin): Delete declaration.
6198
6199 * linespec.c (cplusplus_error): Replace cplusplus_hint.
6200 (decode_line_1): Use cplusplus_error instead of error_begin,
6201 cplusplus_hint and return_to_top_level.
6202 * coffread.c (coff_symfile_read): Use error instead of error_begin
6203 and return_to_top_level.
6204 * infrun.c (default_skip_permanent_breakpoint): Ditto.
6205
6206 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6207
6208 * language.h (type_error, range_error): Make string parameter
6209 constant.
6210 * language.c (warning_pre_print): Delete extern declaration.
6211 * dwarfread.c (warning_pre_print): Ditto.
6212 * language.c (type_error, range_error): Rewrite to use verror and
6213 vwarning instead of warning_begin.
6214
6215 2002-02-01 Michael Snyder <msnyder@redhat.com>
6216
6217 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
6218 (set_ignore_count): Move misplaced comment back where it belongs.
6219
6220 2002-02-01 Andrew Cagney <ac131313@redhat.com>
6221
6222 * command.h (NO_FUNCTION): Delete macro.
6223 * cli/cli-decode.h (NO_FUNCTION): Ditto.
6224 * top.c (execute_command): Replace NO_FUNCTION with NULL.
6225 * tracepoint.c (_initialize_tracepoint): Ditto.
6226 * cli/cli-decode.c (add_set_cmd): Ditto.
6227 * cli/cli-cmds.c (init_cli_cmds): Ditto.
6228
6229 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
6230
6231 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
6232 Update ``this'' pointer when calling virtual functions.
6233
6234 2002-02-01 Michael Snyder <msnyder@redhat.com>
6235
6236 * breakpoint.c (create_temp_exception_breakpoint): Delete.
6237 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
6238
6239 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
6240
6241 * regformats/reg-arm.dat: New file.
6242 * regformats/reg-i386.dat: New file.
6243 * regformats/reg-ia64.dat: New file.
6244 * regformats/reg-m68k.dat: New file.
6245 * regformats/reg-mips.dat: New file.
6246 * regformats/reg-ppc.dat: New file.
6247 * regformats/reg-sh.dat: New file.
6248 * regformats/regdef.h: New file.
6249 * regformats/regdat.sh: New file.
6250
6251 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
6252
6253 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
6254 (arm_frame_args_address, arm_frame_locals_address): New functions.
6255 (arm_frame_num_args): New function.
6256 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
6257 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
6258 (FRMA_NUM_ARGS): Call arm_frame_num_args.
6259
6260 2002-01-31 Michael Snyder <msnyder@redhat.com>
6261
6262 * breakpoint.c (break_at_finish_command): Export.
6263 (break_at_finish_at_depth_command): Export.
6264 (tbreak_at_finish_command): Export.
6265 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
6266 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
6267 "tbreak" commands, which are HPPA specific.
6268
6269 * printcmd.c (disassemble_command): Remove an ancient
6270 artifact of an old merge.
6271
6272 * symfile.h (enum overlay_debugging_state):
6273 Define enum constant values for overlay mode.
6274 * symfile.c (overlay_debugging): Use enums instead of literals.
6275 (overlay_is_mapped, overlay_auto_command,
6276 overlay_manual_command): Ditto.
6277
6278 * breakpoint.c (insert_breakpoints, remove_breakpoint,
6279 breakpoint_here_p, breakpoint_inserted_here_p,
6280 breakpoint_thread_match, bpstat_stop_status,
6281 describe_other_breakpoints, check_duplicates, clear_command):
6282 Coding standard fixes.
6283
6284 * target.c (target_xfer_memory): Add spaces, coding standard.
6285 (do_xfer_memory): Add missing line to trust-readonly
6286 code: check bfd SEC_READONLY flag for section.
6287
6288 2002-01-31 Andrew Cagney <ac131313@redhat.com>
6289
6290 * PROBLEMS: Fix typo, 5.1->5.1.1.
6291
6292 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
6293
6294 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
6295 data symbols, since we search based on textlow and texthigh.
6296 (find_pc_sect_symtab): Likewise.
6297
6298 2002-01-30 Andrew Cagney <ac131313@redhat.com>
6299
6300 * defs.h (vwarning): Declare.
6301 * utils.c (vwarning): New function.
6302 (warning): Call vwarning.
6303 (warning_begin): Delete function.
6304
6305 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
6306 the warning message.
6307 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
6308 warning_begin.
6309
6310 2002-01-30 Michael Snyder <msnyder@redhat.com>
6311
6312 * NEWS: Mention "set trust-readonly-sections" command.
6313 Mention generate-core-file command.
6314
6315 2002-01-15 Michael Snyder <msnyder@redhat.com>
6316
6317 * target.c: New command, "set trust-readonly-sections on".
6318 (do_xfer_memory): Honor the suggestion to trust readonly sections
6319 by reading them from the object file instead of from the target.
6320 (initialize_targets): Register command "set trust-readonly-sections".
6321
6322 2002-01-29 Andrew Cagney <ac131313@redhat.com>
6323
6324 * parse.c (target_map_name_to_register): Simplify, search regs and
6325 pseudo-regs using a single loop.
6326
6327 2002-01-30 Andrew Cagney <ac131313@redhat.com>
6328
6329 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
6330
6331 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
6332
6333 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
6334 * config/i386/i386v42mp.mh: Add i387-nat.o .
6335 * i386v4-nat.c: Include i387-nat.h.
6336 (supply_fpregset): Use i387_supply_fsave.
6337 (fill_fpregset): Use i387_fill_fsave.
6338
6339 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
6340
6341 * arm-tdep.c (arm_call_dummy_words): Define.
6342 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
6343 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
6344 (CALL_DUMMY_WORDS): Define.
6345 (arm_call_dummy_words): Declare.
6346 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
6347 (arm_linux_call_dummy_words): Declare.
6348
6349 2002-01-30 Andreas Schwab <schwab@suse.de>
6350
6351 * m68klinux-nat.c: Fix last change to use regcache_collect
6352 instead of referencing registers[] directly.
6353
6354 2002-01-29 Andrew Cagney <ac131313@redhat.com>
6355
6356 * parse.c (target_map_name_to_register): Delete code wrapped in
6357 #ifdef REGISTER_NAME_ALIAS_HOOK.
6358
6359 2002-01-28 Michael Snyder <msnyder@redhat.com>
6360
6361 * regcache.c (legacy_read_register_gen): Need to be able to
6362 read pseudo-register as well as real register.
6363 (legacy_write_register_gen): Ditto.
6364
6365 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6366
6367 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6368 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
6369 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
6370 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
6371 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
6372 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
6373 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
6374 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
6375 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
6376 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
6377 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
6378 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
6379 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
6380 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
6381 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
6382 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
6383 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
6384 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
6385 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
6386 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
6387
6388 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6389
6390 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
6391 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
6392 (initialize_current_architecture): Update target_byte_order using
6393 information from BFD.
6394 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
6395 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
6396
6397 2002-01-28 Andrew Cagney <ac131313@redhat.com>
6398
6399 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
6400 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
6401
6402 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
6403 #ifdef INVALID_FLOAT.
6404 * infcmd.c (do_registers_info): Ditto.
6405 * values.c (unpack_double): Ditto. Add comment.
6406
6407 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
6408 already commented out.
6409
6410 2002-01-26 Andreas Schwab <schwab@suse.de>
6411
6412 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6413 * m68klinux-nat.c: Update ptrace interface for fetching/storing
6414 registers and add support for PTRACE_GETREGS.
6415
6416 2002-01-24 Andrew Cagney <ac131313@redhat.com>
6417
6418 GDB 5.1.1 released from 5.1 branch.
6419 * NEWS: Add 5.1.1 news.
6420 * README: Sync with 5.1 branch.
6421
6422 2002-01-23 Fred Fish <fnf@redhat.com>
6423
6424 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
6425 stabstring on initial malloc. Reallocing will copy it for us,
6426 if necessary.
6427
6428 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6429
6430 * Makefile.in (hpread_h): Delete.
6431 (HFILES_NO_SRCDIR): Remove hpread.h.
6432 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
6433 (hpread.o): Update dependencies.
6434 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
6435
6436 * hp-psymtab-read.c: Remove file.
6437 * hp-symtab-read.c: Remove file.
6438 * hpread.h: Remove file.
6439
6440 * hpread.c: Merge all contents of hp-psymtab-read.c,
6441 hp-symtab-read.c and hpread.h into this file, as it was prior to
6442 January 1999.
6443
6444 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
6445 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
6446 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
6447 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
6448
6449 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
6450
6451 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
6452 fill_gregset): Call gdbarch_tdep() just once, assign result to
6453 variable and use that, instead of calling the function several
6454 times.
6455
6456 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6457
6458 * configure.host: Accept sparcv9 as alias for sparc64.
6459 * configure.tgt: Likewise.
6460
6461 2002-01-22 Kevin Buettner <kevinb@redhat.com>
6462
6463 * solib-aix5.c (build_so_list_from_mapfile)
6464 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
6465 arguments is not reversed.
6466 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
6467 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
6468
6469 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
6470
6471 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
6472 modified version of obsolete sh_fetch_pseudo_register.
6473 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
6474 (sh4_register_read): New function.
6475 (sh_pseudo_register_write): New function. Renamed and modified
6476 version of obsolete sh_store_pseudo_register.
6477 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
6478 (sh4_register_write): New function.
6479 (sh_gdbarch_init): Remove setting of gdbarch function
6480 fetch_pseudo_register and store_pseudo_register. Remove setting of
6481 register_convert_to_raw, register_convert_to_virtual,
6482 register_convertible.
6483 (sh_sh4_register_convertible): Delete. No longer needed. All is
6484 taken care by architecture specific functions
6485 register_read/register_write.
6486 (sh_sh4_register_convert_to_virtual): Make static.
6487 (sh_sh4_register_convert_to_raw): Ditto.
6488
6489 2002-01-22 Andrew Cagney <ac131313@redhat.com>
6490
6491 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
6492 (floatformat_is_nan, floatformat_mantissa): Ditto.
6493
6494 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
6495 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
6496 builtin_type_ieee_double_little,
6497 builtin_type_ieee_double_littlebyte_bigword,
6498 builtin_type_m68881_ext, builtin_type_i960_ext,
6499 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
6500 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
6501 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
6502 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
6503
6504 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
6505
6506 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
6507 parameter. Set frameless flag if it exists and depended of
6508 whether the scanned function is frameless or not.
6509 (xstormy16_skip_prologue): If function is frameless, return
6510 result of xstormy16_scan_prologue().
6511 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
6512 call.
6513
6514 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
6515
6516 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
6517 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
6518 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
6519 sh_sh4_register_byte, sh_sh4_register_raw_size,
6520 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
6521 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
6522 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
6523 sh_store_pseudo_register, sh_do_pseudo_register): Call
6524 gdbarch_tdep() just once, assign result to variable and use that,
6525 instead of calling the function several times.
6526
6527 2002-01-20 Mark Kettenis <kettenis@gnu.org>
6528
6529 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
6530 macros instead of LAST_FPU_CTRL_REGNUM.
6531 (store_register): Likewise.
6532
6533 2002-01-21 Jim Blandy <jimb@redhat.com>
6534
6535 * infcmd.c (run_command): Check that the `exec' target layer's BFD
6536 is up-to-date before running the program, not just when a program
6537 exits.
6538
6539 2002-01-21 Fred Fish <fnf@redhat.com>
6540
6541 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
6542 when we have found all instructions we are looking for.
6543
6544 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6545
6546 * arm-tdep.c (arm_register_name): New function.
6547 (arm_registers_names): Make static.
6548 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
6549 (arm_register_name): Declare.
6550 (REGISTER_NAME): Use it.
6551
6552 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
6553 Kevin Buettner <kevinb@redhat.com>
6554
6555 Convert arm targets to new FRAME interface.
6556 * arm-tdep.c (struct frame_extra_info): Remove fsr.
6557 (arm_frame_find_save_regs): Delete.
6558 (arm_frame_init_saved_regs): New.
6559 (arm_init_extra_frame_info): Alloacte saved_regs as required.
6560 Allocate extra_info as required. Convert all uses of fsr.regs
6561 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
6562 to use extra_info.
6563 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
6564 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
6565 (check_prologue_cache, save_prologue_cache): Likewise.
6566 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
6567 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
6568 (FRAME_FIND_SAVED_REGS): Delete.
6569 (arm_frame_find_saved_regs): Delete prototype.
6570 (arm_frame_init_saved_regs): New prototype.
6571 (FRAME_INIT_SAVED_REGS): Define.
6572
6573 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6574
6575 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
6576
6577 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6578
6579 From Jeff Law <law@redhat.com>:
6580 * infttrace.c: Include <sys/pstat.h>.
6581 (child_pid_to_exec_file): Revamp. Use pstat call to get the
6582 exec file if the ttrace equivalent fails.
6583
6584 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6585
6586 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
6587 (closeLogFile): Ditto.
6588
6589 2002-01-20 Michael Chastain <mec@shout.net>
6590
6591 * top.c (print_gdb_version): Bump copyright year to 2002.
6592
6593 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6594
6595 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
6596 Zannoni and Eli Zaretskii.
6597
6598 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6599
6600 * buildsym.c: Update copyright years.
6601 * c-typeprint.c: Likewise.
6602 * dwarf2read.c: Likewise.
6603 * f-typeprint.c: Likewise.
6604 * gdbtypes.c: Likewise.
6605 * gdbtypes.h: Likewise.
6606 * hp-symtab-read.c: Likewise.
6607 * hpread.c: Likewise.
6608 * mdebugread.c: Likewise.
6609 * p-typeprint.c: Likewise.
6610
6611 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6612
6613 * remote-sim.c (gdbsim_open): Simplify code testing the macro
6614 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
6615 byte-order selectable.
6616 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
6617 * arch-utils.c: Ditto.
6618 (set_endian): Ditto.
6619 (set_endian_from_file): Ditto.
6620 * gdbserver/low-sim.c (create_inferior): Ditto.
6621 * gdbarch.sh: Ditto.
6622 * gdbarch.h: Re-generate.
6623 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6624 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
6625 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
6626 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6627 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6628 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
6629 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
6630 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
6631 macro definition.
6632 * config/mips/tm-wince.h: Remove #undef of macro
6633 TARGET_BYTE_ORDER_SELECTABLE.
6634 * config/sh/tm-wince.h: Ditto.
6635
6636 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6637
6638 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
6639 member function fields. Add accessor macro
6640 TYPE_FN_FIELD_ARTIFICIAL.
6641 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
6642 * c-typeprint.c (c_type_print_base): Skip artificial member
6643 functions.
6644
6645 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6646
6647 * f-typeprint.c: Delete unused function f_type_print_args.
6648 * p-typeprint.c: Delete unused function pascal_type_print_args.
6649
6650 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
6651
6652 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
6653 comment. Add ``artificial'' to ``union field_location''.
6654
6655 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
6656
6657 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
6658 * mdebugread.c (parse_symbol): Likewise.
6659 * stabsread.c (define_symbol): Likewise.
6660 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
6661 initializing TYPE_FIELD_BITPOS to n (obsolete).
6662 (hpread_doc_function_type): Likewise.
6663 * hpread.c (hpread_function_type): Likewise.
6664
6665 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6666
6667 * configure.in (host_makefile_frag): Only require a host makefile
6668 fragment when a native build.
6669 * configure: Re-generate.
6670
6671 2002-01-20 Andrew Cagney <ac131313@redhat.com>
6672
6673 * doublest.h (floatformat_from_type): Declare.
6674 * doublest.c (floatformat_from_type): New function.
6675 (convert_typed_floating): Use.
6676
6677 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
6678 call to function floatformat_from_type.
6679
6680 * gdbarch.sh (IEEE_FLOAT): Delete.
6681 * gdbarch.h, gdbarch.c: Re-generate.
6682 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
6683 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
6684 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
6685 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
6686 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
6687 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
6688 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
6689 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
6690 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
6691 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
6692 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
6693 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
6694
6695 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
6696 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
6697 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
6698 * sh-tdep.c (sh_gdbarch_init): Ditto.
6699 * mips-tdep.c (mips_gdbarch_init): Ditto.
6700 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
6701 * cris-tdep.c (cris_gdbarch_init): Ditto.
6702
6703 2002-01-20 Jiri Smid <smid@suse.cz>
6704
6705 * configure.host, configure.tgt: Support x86-64.
6706 * NEWS: Note new target x86-64.
6707
6708 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
6709 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
6710 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
6711 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
6712 x86-64-linux-nat.o): Fix dependencies.
6713
6714 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6715
6716 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
6717 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
6718 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
6719 * config/sparc/xm-sun4os4.h: Delete file.
6720 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
6721
6722 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6723
6724 * config/sparc/sparclynx.mh (XM_FILE): Delete.
6725 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
6726 * config/m68k/m68klynx.mh (XM_FILE): Delete.
6727 * config/i386/i386lynx.mh (XM_FILE): Delete.
6728 * config/rs6000/xm-rs6000ly.h: Delete file.
6729 * config/sparc/xm-sparclynx.h: Delete file.
6730 * config/m68k/xm-m68klynx.h: Delete file.
6731 * config/i386/xm-i386lynx.h: Delete file.
6732 * config/xm-lynx.h: Delete file.
6733 * config/djgpp/fnchange.lst: Update.
6734
6735 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6736
6737 * alpha-tdep.c (alpha_register_byte): New function.
6738 (alpha_register_raw_size): Ditto.
6739 (alpha_register_virtual_size): Ditto.
6740 (alpha_skip_prologue_internal): Renamed from
6741 alpha_skip_prologue.
6742 (alpha_skip_prologue): New version that calls
6743 alpha_skip_prologue_internal.
6744 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
6745 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
6746 second argument from alpha_skip_prologue.
6747 (REGISTER_BYTE): Use alpha_register_byte.
6748 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
6749 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
6750 (FRAMELESS_FUNCTION_INVOCATION): Use
6751 generic_frameless_function_invocation_not.
6752 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
6753 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
6754
6755 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6756
6757 * config/mips/xm-news-mips.h: Delete file.
6758 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
6759
6760 * config/m88k/xm-m88k.h: Delete file.
6761 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
6762 * config/m88k/xm-delta88v4.h: Ditto.
6763 * config/m88k/xm-delta88.h: Ditto.
6764
6765 * config/alpha/xm-fbsd.h: Delete file.
6766 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
6767
6768 * config/sparc/xm-sparc.h: Delete file.
6769 * Makefile.in (xm-sun4os4.h): Delete dependency.
6770 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
6771 * config/sparc/xm-sun4os4.h: Ditto.
6772 * config/sparc/xm-linux.h: Ditto.
6773
6774 * config/i386/xm-windows.h: Delete file.
6775
6776 2002-01-19 Andrew Cagney <ac131313@redhat.com>
6777
6778 * utils.c: Include <sys/param.h> for MAXPATHLEN.
6779 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
6780
6781 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6782
6783 * alpha-tdep.c (alpha_call_dummy_words): New.
6784 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
6785 (CALL_DUMMY_P): Define.
6786 (CALL_DUMMY_WORDS): Define.
6787 (SIZEOF_CALL_DUMMY_WORDS): Define.
6788
6789 2002-01-19 Per Bothner <per@bothner.com>
6790
6791 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
6792 isn't NULL, which can happen with some gcj-3.x-produced code.
6793
6794 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
6795
6796 * alpha-tdep.c (alpha_register_virtual_type): New function.
6797 (alpha_init_frame_pc_first): Ditto.
6798 (alpha_fix_call_dummy): Ditto.
6799 (alpha_store_struct_return): Ditto.
6800 (alpha_extract_struct_value_address): Ditto.
6801 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
6802 alpha_register_virtual_type.
6803 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
6804 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
6805 alpha_extract_struct_value_address.
6806 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
6807 (INIT_FRAME_PC): Use init_frame_pc_noop.
6808 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
6809
6810 2002-01-19 Mark Kettenis <kettenis@gnu.org>
6811
6812 * i386gnu-nat.c: Include "i386-tdep.h".
6813 (fetch_fpregs): Simplify code dealing with uninitialized floating
6814 point states such that it doesn't require FP7_REGNUM.
6815
6816 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6817
6818 * alpha-tdep.c (frame_extra_info): New.
6819 (alpha_find_saved_regs): Make static. Use
6820 frame->extra_info.
6821 (alpha_frame_init_saved_regs): New function.
6822 (alpha_frame_saved_pc): Use frame->extra_info.
6823 (temp_saved_regs): Don't declare as struct frame_saved_regs.
6824 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
6825 (init_extra_frame_info): Rename to...
6826 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
6827 (alpha_print_extra_frame_info): New function.
6828 (alpha_frame_locals_address): Ditto.
6829 (alpha_frame_args_address): Ditto.
6830 (alpha_pop_frame): Use frame->extra_info.
6831 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
6832 alpha_frame_args_address.
6833 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
6834 (alpha_find_saved_regs): Remove prototype.
6835 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
6836 (EXTRA_FRAME_INFO): Remove.
6837 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
6838 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
6839
6840 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6841
6842 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
6843 (alpha_cannot_fetch_register): Ditto.
6844 (alpha_cannot_store_register): Ditto.
6845 (alpha_register_convertible): Ditto.
6846 (alpha_use_struct_convention): Ditto.
6847 * config/alpha/tm-alpha.h: Update copyright years.
6848 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
6849 (INNER_THAN): Use core_addr_lessthan.
6850 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
6851 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
6852 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
6853 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
6854 (FRAME_CHAIN): Remove unnecessary cast.
6855
6856 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6857
6858 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
6859 obsolete.
6860
6861 2002-01-18 Andrew Cagney <ac131313@redhat.com>
6862
6863 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
6864 * monitor.c, remote-array.c, remote-bug.c: Ditto.
6865 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
6866 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
6867 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
6868 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
6869 * x86-64-linux-nat.c: Ditto.
6870
6871 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6872
6873 * alpha-tdep.c (alpha_register_name): New function.
6874 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
6875 (REGISTER_NAME): Define.
6876
6877 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6878
6879 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
6880
6881 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6882
6883 * alpha-tdep.c: Update copyright years.
6884 (alpha_next_pc): New function.
6885 (alpha_software_single_step): Ditto.
6886 * config/alpha/tm-alpha.h: Add prototype for
6887 alpha_software_single_step.
6888
6889 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
6890
6891 * alphabsd-nat.c: Update copyright years.
6892 (fill_gregset): Use regcache_collect.
6893 (fill_fpregset): Likewise.
6894 (fetch_inferior_registers): Only fetch integer registers
6895 if requested to do so.
6896 (store_inferior_registers): Only store integer registers
6897 if requested to do so.
6898
6899 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6900
6901 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
6902 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
6903 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
6904 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
6905 * config/alpha/fbsd.mh (XDEPFILES): Delete.
6906 * config/arm/linux.mh (XDEPFILES): Delete.
6907 * config/arm/nbsd.mh (XDEPFILES): Delete.
6908 * config/i386/i386dgux.mh (XDEPFILES): Delete.
6909 * config/i386/i386sol2.mh (XDEPFILES): Delete.
6910 * config/i386/i386m3.mh (XDEPFILES): Delete.
6911 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
6912 * config/i386/i386gnu.mh (XDEPFILES): Delete.
6913 * config/i386/fbsd.mh (XDEPFILES): Delete.
6914 * config/i386/i386bsd.mh (XDEPFILES): Delete.
6915 * config/i386/i386sco5.mh (XDEPFILES): Delete.
6916 * config/i386/i386v4.mh (XDEPFILES): Delete.
6917 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
6918 * config/i386/i386sco4.mh (XDEPFILES): Delete.
6919 * config/i386/i386aix.mh (XDEPFILES): Delete.
6920 * config/i386/go32.mh (XDEPFILES): Delete.
6921 * config/i386/cygwin.mh (XDEPFILES): Delete.
6922 * config/i386/i386lynx.mh (XDEPFILES): Delete.
6923 * config/i386/i386mach.mh (XDEPFILES): Delete.
6924 * config/i386/i386v32.mh (XDEPFILES): Delete.
6925 * config/i386/linux.mh (XDEPFILES): Delete.
6926 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
6927 * config/i386/ncr3000.mh (XDEPFILES): Delete.
6928 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
6929 * config/i386/i386sco.mh (XDEPFILES): Delete.
6930 * config/i386/i386v.mh (XDEPFILES): Delete.
6931 * config/i386/nbsd.mh (XDEPFILES): Delete.
6932 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
6933 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
6934 * config/i386/symmetry.mh (XDEPFILES): Delete.
6935 * config/i386/obsd.mh (XDEPFILES): Delete.
6936 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
6937 * config/ia64/linux.mh (XDEPFILES): Delete.
6938 * config/ia64/aix.mh (XDEPFILES): Delete.
6939 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
6940 * config/m68k/dpx2.mh (XDEPFILES): Delete.
6941 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
6942 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
6943 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
6944 * config/m68k/linux.mh (XDEPFILES): Delete.
6945 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
6946 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
6947 * config/m68k/nbsd.mh (XDEPFILES): Delete.
6948 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
6949 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
6950 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
6951 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
6952 * config/m88k/delta88.mh (XDEPFILES): Delete.
6953 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
6954 * config/m88k/m88k.mh (XDEPFILES): Delete.
6955 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
6956 * config/mips/linux.mh (XDEPFILES): Delete.
6957 * config/mips/irix6.mh (XDEPFILES): Delete.
6958 * config/mips/irix5.mh (XDEPFILES): Delete.
6959 * config/mips/irix4.mh (XDEPFILES): Delete.
6960 * config/mips/irix3.mh (XDEPFILES): Delete.
6961 * config/mips/decstation.mh (XDEPFILES): Delete.
6962 * config/mips/mipsm3.mh (XDEPFILES): Delete.
6963 (NATDEPFILES): Move core-aout.o to here.
6964 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
6965 * config/pa/hpux1020.mh (XDEPFILES): Delete.
6966 * config/pa/hppabsd.mh (XDEPFILES): Delete.
6967 * config/pa/hppahpux.mh (XDEPFILES): Delete.
6968 * config/pa/hpux11w.mh (XDEPFILES): Delete.
6969 * config/pa/hppaosf.mh (XDEPFILES): Delete.
6970 * config/pa/hpux11.mh (XDEPFILES): Delete.
6971 * config/powerpc/aix.mh (XDEPFILES): Delete.
6972 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
6973 * config/powerpc/linux.mh (XDEPFILES): Delete.
6974 * config/romp/rtbsd.mh: Rename XDEPFILES.
6975 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
6976 * config/rs6000/aix4.mh (XDEPFILES): Delete.
6977 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
6978 * config/s390/s390.mh (XDEPFILES): Delete.
6979 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
6980 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
6981 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
6982 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
6983 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
6984 * config/sparc/nbsd.mh (XDEPFILES): Delete.
6985 * config/sparc/linux.mh (XDEPFILES): Delete.
6986 * config/vax/vaxult.mh (XDEPFILES): Delete.
6987 * config/vax/vaxult2.mh (XDEPFILES): Delete.
6988 * Makefile.in (DEPFILES): Remove XDEPFILES.
6989
6990 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6991
6992 * utils.c (internal_verror): Fix comments, default is yes not no.
6993 Update queries to match. Default to quit and dump core.
6994
6995 2002-01-17 Andrew Cagney <ac131313@redhat.com>
6996
6997 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
6998 copyright.
6999 * defs.h, event-top.c, gdbcmd.h: Ditto.
7000 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
7001 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
7002 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
7003 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
7004 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
7005 * mi/mi-main.c:Ditto.
7006
7007 * stack.c, symfile.c: Update copyright.
7008
7009 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
7010
7011 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
7012 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
7013 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
7014 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
7015
7016 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
7017
7018 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
7019 * gdbserver/low-lynx.c (myattach): Likewise.
7020 * gdbserver/low-nbsd.c (myattach): Likewise.
7021 * gdbserver/low-sim.c (myattach): Likewise.
7022 * gdbserver/low-sparc.c (myattach): Likewise.
7023 * gdbserver/low-sun3.c (myattach): Likewise.
7024
7025 * gdbserver/low-linux.c (myattach): New function.
7026
7027 * gdbserver/server.c (attach_inferior): New function.
7028 (main): Handle "--attach".
7029
7030 2002-01-16 Andrew Cagney <ac131313@redhat.com>
7031
7032 * MAINTAINERS (language support): Daniel Jacobwitz is C++
7033 maintainer.
7034
7035 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
7036
7037 * c-typeprint.c (is_type_conversion_operator): Add additional
7038 check for non-conversion operators.
7039
7040 2002-01-15 Michael Snyder <msnyder@redhat.com>
7041
7042 * linux-proc.c: Add "info proc" command, a la procfs.c.
7043 (read_mapping): New function, abstract and re-use code.
7044 (linux_find_memory_regions): Use new func read_mapping.
7045 (linux_info_proc_cmd): New function, implement "info proc".
7046 (_initialize_linux_proc): Add new command "info proc".
7047
7048 2002-01-15 Michael Snyder <msnyder@redhat.com>
7049
7050 * symfile.c (generic_load): Use bfd_map_over_sections method
7051 instead of manipulating bfd structure members directly.
7052 (add_section_size_callback): New function, bfd sections callback
7053 used by generic_load.
7054 (load_sections_callback): New function, bfd sections callback
7055 used by generic_load.
7056
7057 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
7058
7059 [Based on work by Jim Blandy]
7060 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
7061 (builtin_type_vec128): Export.
7062 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
7063 types.
7064 (builtin_type_vec128): New builtin type for 128 bit vector
7065 registers.
7066 (build_gdbtypes): Initialize builtin_type_v16qi and
7067 builtin_type_v8hi. Create the vec128 register builtin type
7068 structure.
7069 (build_builtin_type_vec128): New function.
7070 (_initialize_gdbtypes): Register builtin_type_v16qi and
7071 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
7072 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
7073 AltiVec register to new builtin type.
7074
7075 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
7076
7077 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
7078 to make_cv_type.
7079
7080 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7081
7082 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
7083 CLEAN_UP_REGISTER_VALUE.
7084 * regcache.c (supply_register): Update only call.
7085
7086 2002-01-14 Andrew Cagney <ac131313@redhat.com>
7087
7088 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7089 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7090 a29k-*-vxworks* targets as obsolete.
7091
7092 2002-01-14 Michael Snyder <msnyder@redhat.com>
7093
7094 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
7095 until we can resolve portability issues.
7096 * gregset.h: Remove references to fpxregs.
7097 * gcore.c (gcore_command): Initialize note_sec to NULL.
7098
7099 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7100
7101 * signals.c (target_signal_to_name): Rewrite. Only use
7102 signals[].name when in bounds and non-NULL.
7103
7104 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7105
7106 From Petr Ledvina <ledvinap@kae.zcu.cz>:
7107 * signals.c (target_signal_to_name): Verify that SIG is within the
7108 bounds of the signals array.
7109
7110 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7111
7112 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
7113
7114 2002-01-13 Keith Seitz <keiths@redhat.com>
7115
7116 * stack.c (print_frame_info_base): Print the frame's pc
7117 only if when print_frame_info_listing_hook is not defined.
7118
7119 2002-01-13 Keith Seitz <keiths@redhat.com>
7120
7121 * varobj.c (varobj_set_value): Make sure that there were no
7122 errors evaluating the object before attempting to set its
7123 value.
7124 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
7125 so this offset adjustment is no longer necessary.
7126 (create_child): Don't set the error flag if the child is
7127 a CPLUS_FAKE_CHILD.
7128 (value_of_child): If value_fetch_lazy fails, return NULL
7129 so that callers will be notified that an error occurred.
7130 (c_value_of_variable): Delay check of variable's validity
7131 until later. We actually want all structs and unions to have
7132 the value "{...}".
7133 Do not return "???" for variables which could not be evaluated.
7134 This error condition must be returned to the caller so that it
7135 can get the error condition from gdb.
7136 (cplus_name_of_child): Adjust index for vptr before figuring
7137 out the name of the child.
7138 (cplus_value_of_child): If a child's (real) parent is not valid,
7139 don't even bother trying to give a value for it. Just return
7140 an error. Change all instances in this function.
7141 (cplus_type_of_child): If our parent is one of the "fake"
7142 parents, we need to get at the type of the real parent, and
7143 derive the child's true type using this information.
7144
7145 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7146
7147 From 2002-01-09 John Marshall <johnm@falch.net>:
7148 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
7149 sources.redhat.com, and tweak some related URLs which had
7150 suffered from linkrot.
7151
7152 2002-01-13 Andrew Cagney <ac131313@redhat.com>
7153
7154 From Jeff law:
7155 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
7156 structures passed in registers.
7157
7158 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
7159
7160 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
7161 white space which prevented compilation. Reported by DSK
7162 <dsk@student.unsw.edu.au>.
7163
7164 2002-01-11 Michael Snyder <msnyder@redhat.com>
7165
7166 * symfile.c (build_section_addr_info_from_section_tab):
7167 Use bfd access method instead of manipulating bfd directly.
7168 (syms_from_objfile): Ditto.
7169 (simple_overlay_update_1): Ditto.
7170 (simple_overlay_update): Ditto.
7171 (generic_load): Ditto.
7172 (overlay_unmapped_address): FIXME comment, bfd access methods.
7173 (sections_overlap): FIXME comment, bfd access methods.
7174 (pc_in_mapped_range): FIXME comment, bfd access methods.
7175 (pc_in_unmapped_range): FIXME comment, bfd access methods.
7176 (section_is_mapped): FIXME comment, bfd access methods.
7177 (section_is_overlay): FIXME comment, bfd access methods.
7178
7179 * symfile.c (generic_load): Whitespace and long line cleanups.
7180 Remove duplicate variable, change several local variables to
7181 more appropriate data types.
7182 (print_transfer_performance): Use %lu instead of %ld for ulongs.
7183
7184 2002-01-12 Andrew Cagney <ac131313@redhat.com>
7185
7186 From Peter Schauer:
7187 * language.c (longest_local_hex_string_custom): Use phex_nz to
7188 convert NUM to a hex string.
7189
7190 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
7191
7192 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
7193 the function.
7194 Update Copyright year.
7195
7196 2002-01-12 Andrew Cagney <ac131313@redhat.com>
7197
7198 * language.c (longest_raw_hex_string): Delete unused function.
7199
7200 2002-01-11 Petr Sorfa <petrs@caldera.com>
7201
7202 * MAINTAINERS (write-after-approval): Add myself.
7203 * dwarf2read.c (read_tag_string_type): Handling of
7204 DW_AT_byte_size.
7205 (read_tag_string_type): FORTRAN fix to prevent propagation of
7206 first string size.
7207 (set_cu_language): Handling of DW_LANG_Fortran95
7208
7209 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
7210
7211 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
7212 GETPID(inferior_ptid).
7213 (store_inferior_registers): Likewise.
7214
7215 2002-01-10 Jason Merrill <jason@redhat.com>
7216
7217 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
7218 Fix DW_OP_minus.
7219
7220 2002-01-10 Andrew Cagney <ac131313@redhat.com>
7221
7222 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
7223 and bfd/elf32-sh-nbsd.c.
7224
7225 2002-01-10 Michael Snyder <msnyder@redhat.com>
7226
7227 * NEWS: Mention --pid and corefile/proc-id behavior change.
7228
7229 * Makefile.in: Add rules for gcore.o and linux-proc.o.
7230 * gcore.c: Include cli/cli-decode.h instead of command.h.
7231
7232 * main.c (captured_main): Add new command line option "--pid".
7233 If the second command line argument (following the symbol-file)
7234 begins with a digit, try to attach to it before trying to open
7235 it as a corefile.
7236 (print_gdb_help): Document the "--pid" argument.
7237
7238 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
7239
7240 * completer.c (command_completer): New function.
7241
7242 * completer.h <command_completer>: Add prototype.
7243
7244 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
7245 completer for the "help" command.
7246
7247 2002-01-09 Jason Merrill <jason@redhat.com>
7248
7249 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
7250
7251 2002-01-09 Michael Snyder <msnyder@redhat.com>
7252
7253 * i386-linux-nat.c (fill_fpxregset): Make global.
7254 (store_fpxregset): Ditto.
7255
7256 * gregset.h (gdb_fpxregset_t): Define.
7257 (supply_fpxregset): Prototype.
7258 (fill_fpxregset): Prototype.
7259
7260 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
7261
7262 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
7263
7264 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
7265 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
7266 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
7267
7268 2002-01-09 Andrew Cagney <ac131313@redhat.com>
7269
7270 * MAINTAINERS: Update target maintainer rules so that any
7271 Maintainer can approve a tested patch for a maintenance-only
7272 target.
7273
7274 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
7275
7276 * MAINTAINERS (write-after-approval): Add myself.
7277
7278 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
7279 IN_SIGTRAMP.
7280
7281 2002-01-08 Michael Snyder <msnyder@redhat.com>
7282
7283 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
7284 real name of the executable, rather than the /proc name.
7285
7286 2002-01-03 Michael Snyder <msnyder@redhat.com>
7287
7288 Implement a "generate-core-file" command in gdb, save target state.
7289 * gcore.c: New file. Implement new command 'generate-core-file'.
7290 Save a corefile image of the current state of the inferior.
7291 * linux-proc.c: Add linux-specific code for saving corefiles.
7292 * target.h (struct target_ops): Add new target vectors for saving
7293 corefiles; to_find_memory_regions and to_make_corefile_notes.
7294 (target_find_memory_regions): New macro.
7295 (target_make_corefile_notes): New macro.
7296 * target.c (update_current_target): Inherit new target methods.
7297 (dummy_find_memory_regions): New place-holder method.
7298 (dummy_make_corefile_notes): New place-holder method.
7299 (init_dummy_target): Initialize new dummy target vectors.
7300 * exec.c (exec_set_find_memory_regions): New function.
7301 Allow the exec_ops vector for memory regions to be taken over.
7302 (exec_make_note_section): New function, target vector method.
7303 * defs.h (exec_set_find_memory_regions): Export prototype.
7304 * procfs.c (proc_find_memory_regions): New function, corefile method.
7305 (procfs_make_note_section): New function, corefile method.
7306 (init_procfs_ops): Set new target vector pointers.
7307 (find_memory_regions_callback): New function.
7308 (procfs_do_thread_registers): New function.
7309 (procfs_corefile_thread_callback): New function.
7310 * sol-thread.c (sol_find_memory_regions): New function.
7311 (sol_make_note_section): New function.
7312 (init_sol_thread_ops): Initialize new target vectors.
7313 * inftarg.c (inftarg_set_find_memory_regions): New function.
7314 Allow to_find_memory_regions vector to be taken over.
7315 (inftarg_set_make_corefile_notes): New function.
7316 Allow to_make_corefile_notes vector to be taken over.
7317 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
7318 interface layer if not target_has_execution (may be a corefile).
7319 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
7320 * config/sparc/sun4sol2.mh: Ditto.
7321 * config/alpha/alpha-linux.mh: Ditto.
7322 * config/arm/linux.mh: Ditto.
7323 * config/i386/x86-64linux.mh: Ditto.
7324 * config/ia64/linux.mh: Ditto.
7325 * config/m68k/linux.mh: Ditto.
7326 * config/mips/linux.mh: Ditto.
7327 * config/powerpc/linux.mh: Ditto.
7328 * config/sparc/linux.mh: Ditto.
7329
7330 2002-01-07 Michael Snyder <msnyder@redhat.com>
7331
7332 * arm-linux-nat.c: Remove references to regcache.c internal data
7333 (registers[] and register_valid[]).
7334
7335 2002-01-07 Michael Snyder <msnyder@redhat.com>
7336
7337 * linux-proc.c: New file. Implement child_pid_to_exec_file,
7338 so that attaching to a pid will automatically read the process's
7339 symbol file and shlibs.
7340 * Makefile.in: Add rule for linux-proc.o.
7341 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
7342 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
7343 * config/arm/linux.mh: Ditto.
7344 * config/i386/linux.mh: Ditto.
7345 * config/i386/x86-64linux.mh: Ditto.
7346 * config/ia64/linux.mh: Ditto.
7347 * config/m68k/linux.mh: Ditto.
7348 * config/mips/linux.mh: Ditto.
7349 * config/powerpc/linux.mh: Ditto.
7350 * config/sparc/linux.mh: Ditto.
7351
7352 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
7353
7354 * win32-nat.c: Add i386-tdep.h dependency.
7355
7356 2002-01-07 Michael Snyder <msnyder@redhat.com>
7357
7358 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
7359 instead of bfd_get_arch_size. Don't bail out just because
7360 there's no exec_bfd.
7361
7362 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
7363 * p-valprint.c (pascal_object_print_value): Ditto.
7364 * somread.c (som_symtab_read): Ditto.
7365 * symfile.c (simple_free_overlay_region_table): Ditto.
7366 * valops.c (value_assign): Ditto.
7367
7368 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
7369 use tilde_expand and strerror for opening save-tracepoints file.
7370
7371 * thread-db.c (thread_db_new_objfile): Indendation fix.
7372
7373 * infptrace.c (GDB_MAX_ALLOCA): New define.
7374 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
7375 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
7376 can be overridden with whatever value is appropriate to the host).
7377 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
7378 alloca to allocate potentially large buffer.
7379 * rs6000-nat.c (child_xfer_memory): Ditto.
7380 * symm-nat.c (child_xfer_memory): Ditto.
7381 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
7382
7383 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
7384
7385 From Nick Clifton <nickc@redhat.com>
7386 * d10v-tdep.c: Set STACK_START to 0x200bffe.
7387
7388 2002-01-07 Michael Snyder <msnyder@redhat.com>
7389
7390 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
7391 Don't use exec_bfd if it's NULL.
7392
7393 2002-01-06 Mark Kettenis <kettenis@gnu.org>
7394
7395 * valops.c (value_arg_coerce): Fix formatting.
7396
7397 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7398
7399 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
7400 * gnu-nat.c: Ditto.
7401
7402 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7403
7404 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
7405 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
7406 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
7407 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
7408 z8k-coff have not been multi-arched. Update z8k-coff build
7409 status.
7410
7411 2002-01-06 Andrew Cagney <ac131313@redhat.com>
7412
7413 * MAINTAINERS: Mark a29k target as obsolete.
7414 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
7415 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
7416 comments.
7417 * NEWS: Note that a29k targets are obsolete.
7418 * a29k-tdep.c: Mark as obsolete.
7419 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
7420 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
7421 a29k-*-vxworks* targets as obsolete.
7422 * remote-adapt.c: Obsolete.
7423 * remote-eb.c: Obsolete.
7424 * remote-mm.c: Obsolete.
7425 * remote-udi.c: Obsolete.
7426 * config/a29k/a29k-udi.mt: Obsolete.
7427 * config/a29k/a29k.mt: Obsolete.
7428 * config/a29k/tm-a29k.h: Obsolete.
7429 * config/a29k/tm-vx29k.h: Obsolete.
7430 * config/a29k/vx29k.mt: Obsolete.
7431
7432 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7433
7434 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
7435 with BFD_ENDIAN_BIG.
7436
7437 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7438
7439 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
7440 * configure, config.in: Re-generate.
7441 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
7442 * defs.h: Do not include <endian.h>.
7443
7444 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
7445
7446 * acconfig.h (HAVE_PT_GETXMMREGS): New.
7447 * config.in: Regenerate.
7448 * configure.in: Update copyright years.
7449 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
7450 * configure: Regenerate.
7451 * i386bsd-nat.c: Update copyright years.
7452 (fill_gregset): Use regcache_collect.
7453 (fetch_inferior_registers): Only fetch integer registers
7454 if requested to do so. Add support for XMM registers
7455 using PT_GETXMMREGS.
7456 (store_inferior_registers): Only store integer registers
7457 if requested to do so. Add support for XMM registers
7458 using PT_SETXMMREGS.
7459 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
7460 (store_inferior_registers): Remove.
7461 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
7462 (fetch_elfcore_registers): New function.
7463 (i386nbsd_elfcore_fns): New.
7464 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
7465 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
7466 i386bsd-nat.o.
7467 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
7468 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
7469 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
7470 * config/i386/tm-nbsd.h: Update copyright years.
7471 (HAVE_SSE_REGS): Define.
7472 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
7473 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
7474 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
7475 (SIGCONTEXT_PC_OFFSET): Remove.
7476 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
7477
7478 2002-01-05 Andrew Cagney <ac131313@redhat.com>
7479
7480 * configure.tgt: Remove powerpc-*-macos* target.
7481 * config/m68k/xm-mpw.h: Delete file.
7482 * config/xm-mpw.h: Delete file.
7483 * ser-mac.c: Delete file.
7484 * mpw-make.sed: Delete file.
7485 * mpw-config.in: Delete file.
7486 * mac-xdep.c: Delete file.
7487 * mac-gdb.r: Delete file.
7488 * mac-defs.h: Delete file.
7489 * mac-nat.c: Delete file.
7490 * config/powerpc/macos.mh: Delete file.
7491 * config/powerpc/macos.mt: Delete file.
7492 * config/powerpc/nm-macos.h: Delete file.
7493 * config/powerpc/tm-macos.h: Delete file.
7494 * source.c (openp, open_source_file): Remove obsolete code.
7495 * top.c (gdb_readline): Ditto.
7496 * utils.c (query): Ditto.
7497 * event-top.c (display_gdb_prompt): Ditto.
7498 * Makefile.in (ser-mac.o): Delete obsolete target.
7499 * NEWS: Update.
7500
7501 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7502
7503 * defs.h (BIG_ENDIAN): Delete macro definition.
7504 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
7505 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
7506 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
7507 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7508 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
7509 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
7510 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
7511 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7512 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7513 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
7514 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
7515 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
7516 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7517 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
7518 * gdbarch.c: Re-generate.
7519
7520 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7521
7522 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
7523 for core files.
7524
7525 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7526
7527 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
7528
7529 2002-01-04 Andrew Cagney <ac131313@redhat.com>
7530
7531 * value.h (value_ptr): Delete typedef.
7532
7533 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7534
7535 * i386nbsd-nat.c: Update copyright years.
7536 Include i386-tdep.h.
7537
7538 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
7539
7540 * stabsread.c: Update copyright years.
7541
7542 From Debashis Mahata <debashis.mahata@wipro.com>:
7543 (read_struct_fields): Deal with Sun C compiler erroneous stab
7544 output for structs and unions.
7545 Fix PR gdb/269.
7546
7547 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7548
7549 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
7550 prototype.
7551
7552 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7553
7554 * cp-abi.c: Fix whitespace.
7555 (baseclass_offset): New wrapper function.
7556 * cp-abi.h (baseclass_offset): Add prototype.
7557 (struct cp_abi_ops): Add baseclass_offset pointer.
7558
7559 * valops.c (vb_match): Move to...
7560 * gnu-v2-abi.c (vb_match): here.
7561 * valops.c (baseclass_offset): Move to...
7562 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
7563
7564 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
7565
7566 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
7567 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
7568 * hpacc-abi.c (init_hpacc_ops): Likewise.
7569
7570 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
7571
7572 * valops.c (find_overload_match): Accept obj as a
7573 reference parameter. Update it before returning.
7574 * value.h (find_overload_match): Update prototype.
7575 * eval.c (evaluate_subexp_standard): Pass object to
7576 find_overload_match by reference.
7577
7578 2002-01-03 Andrew Cagney <ac131313@redhat.com>
7579
7580 * valarith.c: Replace value_ptr with struct value pointer. Remove
7581 register attribute from value declarations.
7582 * valops.c: Ditto.
7583 * value.h: Ditto.
7584 * scm-lang.c (scm_lookup_name): Ditto.
7585
7586 2002-01-03 Michael Snyder <msnyder@redhat.com>
7587
7588 Abstract the functionality of iterating over mapped memory
7589 regions into a general purpose iterator function.
7590 * procfs.c (iterate_over_mappings): New function, general purpose
7591 iterator for memory sections.
7592 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
7593 (solib_mappings_callback): New function, callback for above.
7594 (info_proc_mappings): Reimpliment using iterate_over_mappings.
7595 (info_mappings_callback): New function, callback for above.
7596
7597 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
7598
7599 2002-01-01 Mark Kettenis <kettenis@gnu.org>
7600
7601 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
7602 * i386-tdep.c: Include "elf-bfd.h".
7603 (process_note_abi_tag_sections): New function.
7604 (i386_gdbarch_init): Add code to recognize various OS/ABI
7605 combinations.
7606
7607 * maint.c (_initialize_maint_cmds): Add missing \ in
7608 string-literal.
7609
7610 For older changes see ChangeLog-2001
7611 \f
7612 Local Variables:
7613 mode: change-log
7614 left-margin: 8
7615 fill-column: 74
7616 version-control: never
7617 End:
This page took 0.177321 seconds and 5 git commands to generate.