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