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