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