* arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
2
3 * arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
4 Initialize CALL_DUMMY_LENGTH.
5
6 2002-02-19 Richard Earnshaw <rearnsha@arm.com>
7
8 * armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
9 function.
10 (arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
11 * config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
12 defines one thing and that is incorrect for this port.
13 (IN_SOLIB_CALL_TRAMPOLINE): Delete.
14
15 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16
17 * go32-nat.c: add i386-tdep.h include to import FP_REGNUM_P macro.
18
19 2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
20
21 * win32-nat.c (display_selector): New function. Displays information
22 about the information returned by GetThreadSelectorEntry API function.
23 (display_selectors): New function. Displays the infomation of
24 the selector given as argument, or of CS, DS ans FS selectors
25 if no argument is given.
26 ( _initialize_inftarg): Add "w32" as info prefix command.
27 Add "info w32 selector" as command calling display_selectors.
28
29 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
30
31 * i386-tdep.c (get_longjmp_target): Fix compilation failure
32 by setting dummy values to JB_PC and JB_ELEMENT_SIZE
33 if not defined.
34
35 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
36
37 * config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
38
39 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
40
41 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
42 (arm_fix_call_dummy): Call it.
43 (arm_call_dummy_breakpoint_offset): Delete.
44 (arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
45 * config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
46
47 2002-02-18 Andrew Cagney <ac131313@redhat.com>
48
49 * gdbarch.sh (FRAME_CHAIN_VALID): Only require at level 2.
50 Default to func_frame_chain_valid.
51 * gdbarch.h, gdbarch.c: Re-generate.
52 * frame.h (FRAME_CHAIN_VALID): Delete definition.
53
54 2002-02-18 Elena Zannoni <ezannoni@redhat.com>
55
56 * ppc-linux-nat.c: Update copyright.
57 (fetch_register, store_register): Add tid parameter, don't compute
58 tid here.
59 (fetch_ppc_registers, store_ppc_registers): Add tid
60 parameter. Pass it along to callees.
61 (fetch_inferior_registers, store_inferior_registers): Compute tid
62 here, and pass it to calleed functions.
63 (fill_gregset, supply_fpregset): Clean up formatting.
64
65 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
66
67 * arm-tdep.c (arm_gdbarch_init): Initialize coerce_float_to_double.
68 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Delete.
69
70 2002-02-18 Richard Earnshaw <rearnsha@arm.com>
71
72 * gdbarch.sh (GET_LONGJMP_TARGET): Add rule.
73 * gdbarch.c gdbarch.h: Regenerate.
74 * breakpoint.c (create_longjmp_breakpoint): Always compile this
75 function.
76 (breakpoint_reset): Test GET_LONGJMP_TARGET_P().
77 * infrun.c (GET_LONGJMP_TARGET): Delete default definition.
78 (handle_inferior_event): Test GET_LONGJMP_TARGET_P().
79
80 * arm-tdep.h (struct gdbarch_tdep): Add jb_pc and jb_elt_size fields.
81 * arm-tdep.c (arm_get_longjmp_target): New function.
82 (arm_gdbarch_init): Initialize jb_pc to -1. If ABI handler changes
83 this to a positive value register arm_get_longjmp_target as the
84 longjmp handler.
85 * arm-linux-tdep.c (arm_get_longjmp_target): Delete.
86 (arm_linux_init_abi): Set up longjmp description in tdep.
87 * armnbsd-nat.c (get_longjmp_target): Delete.
88 * armnbsd-tdep.c (arm_netbsd_init_abi_common): Set up longjmp
89 description in tdep.
90 * config/arm/tm-nbsd.h (JB_ELEMENT_SIZE, JB_PC): Delete.
91 (get_longjmp_target): Delete declaration.
92 (GET_LONGJMP_TARGET): Delete.
93 * config/arm/tm-linux.h (arm_get_longjmp_target): Delete declaration.
94 (GET_LONGJMP_TARGET): Delete.
95
96 2002-02-17 Kevin Buettner <kevinb@redhat.com>
97
98 From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>:
99 * ia64-tdep.c (ia64_gdbarch_init): Eliminate incorrect use
100 of ``current_gdbarch''.
101
102 2002-02-17 Tom Tromey <tromey@redhat.com>
103
104 * cli/cli-cmds.c (compare_strings): New function.
105 (complete_command): Only print each unique item once.
106 * completer.h (complete_line): Declare.
107 * completer.c (complete_line): New function.
108 (line_completion_function): Use it.
109
110 2002-02-16 Andrew Cagney <ac131313@redhat.com>
111
112 * gdbarch.sh (TARGET_LONG_DOUBLE_BIT): Default to 64.
113 * gdbarch.h, gdbarch.c: Re-generate.
114
115 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
116
117 * valarith.c (value_x_unop): Fix decrement; support post-decrement.
118
119 2002-02-16 Daniel Jacobowitz <drow@mvista.com>
120
121 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
122 * valops.c (value_arg_coerce): Don't take the address of a reference
123 to convert an argument to a reference.
124
125 2002-02-15 Christopher Faylor <cgf@redhat.com>
126
127 * win32-nat.c (get_image_name): New function.
128 (handle_load_dll): Use get_image_name function.
129 (get_child_debug_event): Avoid registering debug events until possibly
130 execed process is started.
131 (child_create_inferior): Allow invocation via shell so that command
132 line redirection, etc. works ok.
133 (_initialize_inftarg): Add new command: "set shell" to control whether
134 a shell is used to start a process.
135
136 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
137
138 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
139 instead of find_register_by_number.
140 (cannot_store_register): Likewise.
141
142 2002-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
143
144 * dwarf2read.c: Replace fprintf (stderr, ...) by
145 fprintf_unfiltered (gdb_stderr, ...).
146
147 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
148
149 * gdbserver/gdbserver.1: Document --attach.
150
151 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
152
153 * arm-tdep.h (struct gdbarch_tdep): Add fields for breakpoint
154 descriptions.
155 * arm-tdep.c (arm_default_arm_le_breakpoint)
156 (arm_default_arm_be_breakpoint, arm_default_thumb_le_breakpoint)
157 (arm_default_thumb_be_breakpoint): New. Initialize them from
158 traditional breakpoint defines.
159 (arm_breakpoint_from_pc): Use new gdbarch_tdep entries.
160 (arm_gdbarch_init): Initialize new breakpoint variables.
161 * arm-linux-tdep.c (arm_linux_arm_le_breakpoint): New.
162 (arm_linux_init_abi): Initialize linux-specific breakpoint.
163 * armnbsd-tdep.c (arm_nbsd_arm_le_breakpoint): New.
164 (arm_netbsd_aout_init_abi, arm_netbsd_elf_init_abi): Split common
165 code out to ...
166 (arm_netbsd_init_abi_common): ... here; new function.
167 * config/arm/tm-arm.h (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT)
168 (THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Delete.
169 * config/arm/tm-linux.h (ARM_LE_BREAKPOINT): Delete.
170 * config/arm/tm-nbsd.h (ARM_LE_BREAKPOINT): Delete.
171
172 2002-02-15 Richard Earnshaw <rearnsha@arm.com>
173
174 * arm-tdep.h (enum arm_abi): New enum.
175 (struct gdbarch_tdep): New structure.
176 (LOWEST_PC): Provide a default.
177 (arm_gdbarch_register_os_abi): Declare new function.
178 * arm-tdep.c (arm_abi_names): New array.
179 (process_note_abi_tag_sections): New function.
180 (get_elfosabi): New function.
181 (arm_gdbarch_register_os_abi): New function.
182 (arm_gdbarch_init): Try to determine the ABI of the inferior. If
183 support for that ABI has been built in, then call the appropriate
184 configuration routine. Use gdbarch_num_regs() to get the number
185 of registers.
186 (arm_dump_tdep): New function.
187 (arm_init_abi_eabi_v1, arm_init_abi_eabi_v2, arm_init_abi_apcs): New
188 place-holder functions.
189 (_initialize_arm_tdep): Register them.
190 * config/arm/tm-arm.h (LOWEST_PC): Delete.
191
192 * armnbsd-tdep.c: New file.
193 * Makefile.in (armnbsd-tdep.o): Add dependencies.
194 * config/arm/nbsd.mt (TDEPFILES): Add it.
195 * config/arm/tm-nbsd.h (LOWEST_PC): Delete.
196
197 * armnbsd-nat.c: Include regcache.h.
198 * Makefile.in (armnbsd-nat.o): Update dependency list.
199
200 * arm-tdep.c (arm_get_next_pc): Use printf_filtered for error message.
201
202 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
203
204 * gdbserver/Makefile.in: Fix typos in target rules.
205
206 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
207
208 Fix part of PR gdb/267.
209 * linespec.c (find_methods): Handle constructors specially for now.
210
211 2002-02-14 Corinna Vinschen <vinschen@redhat.com>
212
213 * arm-tdep.c (arm_push_arguments): Eliminate special float type
214 handling.
215 * config/arm/tm-arm.h (COERCE_FLOAT_TO_DOUBLE): Define to call
216 standard_coerce_float_to_double().
217
218 2002-02-14 Christopher Faylor <cgf@redhat.com>
219
220 * config/i386/xm-cygwin.h: Revert inadvertent reinclusion of
221 GDBINIT_FILENAME.
222
223 2002-02-14 Elena Zannoni <ezannoni@redhat.com>
224
225 * rs6000-tdep.c (rs6000_gdbarch_init): Don't call
226 find_variant_by_name, because it confuses the multiarch
227 framework. Return NULL if there isn't an architecture with the
228 user supplied name, instead of forcing a different one without
229 recording the change with the multiarch machinery.
230 (find_variant_by_name): Delete.
231
232 2002-02-14 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
233
234 * config/i386/i386sol2.mh (NATDEPFILES): Add i387-nat.o, needed by
235 i386v4-nat.o now. Add gcore.o, Solaris x86 supports gcore.
236
237 2002-02-13 Martin M. Hunt <hunt@redhat.com>
238
239 * stack.c (print_frame_info_base): When calling
240 print_frame_info_listing_hook, set current_source_symtab.
241
242 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
243
244 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS,
245 and remove unused $(INCLUDE_DIR).
246 Add regcache.c to OBS.
247 Add generated register protocol files to clean target.
248 Update dependencies for new objects, obsolete old target code.
249
250 * gdbserver/linux-low.c: Remove all platform-specific code to
251 new files. Remove various dead code. Update to use regcache
252 functionality.
253 * gdbserver/remote-utils.c (fromhex): Add return statement
254 to quiet warning.
255 (putpkt): Dynamically allocate buf2 because PBUFSIZ is no longer
256 constant.
257 (input_interrupt): Add integer parameter to match prototype
258 of a signal handler.
259 (outreg): Use register_data ().
260 (prepare_resume_reply): Use gdbserver_expedite_regs.
261 * gdbserver/server.c (main): Dynamically allocate own_buf because
262 PBUFSIZ is no longer constant. Use registers_to_string () and
263 registers_from_string ().
264 * gdbserver/server.h: No longer include "defs.h". Add prototypes
265 for error (), fatal (), and warning (). Update definition of
266 PBUFSIZ to use regcache functionality. Add include guard.
267 * gdbserver/utils.c (fatal): Add missing ``const''.
268 (warning): New function.
269
270 * regformats/regdat.sh: Include "regcache.h" in generated files.
271 Provide init_registers () function.
272 * regformats/regdef.h: Add prototype for set_register_cache ().
273 Add include guard.
274
275 * gdbserver/linux-arm-low.c: New file.
276 * gdbserver/linux-i386-low.c: New file.
277 * gdbserver/linux-ia64-low.c: New file.
278 * gdbserver/linux-m68k-low.c: New file.
279 * gdbserver/linux-mips-low.c: New file.
280 * gdbserver/linux-ppc-low.c: New file.
281 * gdbserver/linux-sh-low.c: New file.
282
283 * gdbserver/regcache.c: New file.
284 * gdbserver/regcache.h: New file.
285
286 * gdbserver/low-linux.c: Removed obsolete file.
287
288 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
289
290 * config/arm/linux.mt: Update GDBSERVER_DEPFILES.
291 * config/i386/linux.mt: Likewise.
292 * config/ia64/linux.mt: Likewise.
293 * config/m68k/linux.mh: Likewise.
294 * config/powerpc/linux.mh: Likewise.
295 * config/mips/linux.mt: Likewise.
296
297 * config/sh/linux.mt: Add GDBSERVER_DEPFILES.
298
299 * config/i386/i386lynx.mh: Mark gdbserver variables
300 as (currently) obsolete for this target.
301 * config/i386/nbsd.mt: Likewise.
302 * config/i386/nbsdelf.mt: Likewise.
303 * config/m32r/m32r.mt: Likewise.
304 * config/m68k/m68klynx.mh: Likewise.
305 * config/m68k/nbsd.mt: Likewise.
306 * config/m68k/sun3os4.mh: Likewise.
307 * config/mips/vr5000.mt: Likewise.
308 * config/ns32k/nbsd.mt: Likewise.
309 * config/pa/hppabsd.mh: Likewise.
310 * config/pa/hppaosf.mh: Likewise.
311 * config/powerpc/nbsd.mt: Likewise.
312 * config/rs6000/rs6000lynx.mh: Likewise.
313 * config/s390/s390.mt: Likewise.
314 * config/s390/s390x.mt: Likewise.
315 * config/sparc/sparclynx.mh: Likewise.
316 * config/sparc/sun4os4.mh: Likewise.
317 * config/i386/x86-64linux.mt: Likewise.
318 * config/sparc/linux.mh: Likewise.
319
320 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
321
322 * configure.tgt: Configure gdbserver only for known working
323 targets. Set ${build_gdbserver} instead of modifying ${configdirs}.
324 * configure.in: Check ${build_gdbserver}. Put gdbserver/ into
325 SUBDIRS if it is configured. Update comment for ${nativefile}.
326 * configure: Regenerated.
327
328 2002-02-13 Michael Snyder <msnyder@redhat.com>
329
330 * gcore.c (gcore_command): Use gcore_default_target instead of NULL.
331 (default_gcore_mach): Just return 0, work around a problem in bfd.
332 (default_gcore_target): OK to return NULL if exec_bfd is null.
333 (make_mem_sec): Use a cast, avoid a warning.
334
335 * procfs.c (find_memory_regions_callback): Use a cast instead of
336 calling host_pointer_to_address (which complains if
337 sizeof (host pointer) != sizeof (target pointer)).
338 (procfs_make_note_section): Avoid overflow in psargs string.
339
340 * procfs.c (procfs_make_note_section): Make the default
341 implementation return an error.
342
343 2002-02-13 Rodney Brown <rbrown64@csc.com.au>
344
345 * procfs.c (procfs_make_note_section): Provide a default definition
346 (for alpha-dec-osf4.0f). Fix typos.
347
348 2002-02-13 Elena Zannoni <ezannoni@redhat.com>
349
350 * linux-proc.c: Add include of regcache.h.
351 * Makefile.in (linux-proc.o): Add dependency on regcache.h.
352
353 2002-02-13 Andrew Cagney <ac131313@redhat.com>
354
355 From 2002-01-18 Greg McGary <greg@mcgary.org>:
356 * memattr.c (create_mem_region): Disallow useless empty region.
357 Regions are half-open intervals, so allow [A..B) [B..C) as
358 non-overlapping.
359
360 2002-02-13 Michael Chastain <mec@shout.net>
361
362 * defs.h: Kill CONST_PTR.
363 * c-lang.h (c_builtin_types): Change CONST_PTR to simple "const".
364 * c-lang.c (c_builtin_types): Likewise.
365 * ch-lang.c (ch_builtin_types): Likewise.
366 * f-lang.c (f_builtin_types): Likewise.
367 * language.c (unknown_builtin_types): Likewise.
368 * m2-lang.c (m2_builtin_types): Likewise.
369 * p-lang.c (pascal_builtin_types): Likewise.
370 * scm-lang.c (c_builtin_types): Likewise.
371
372 2002-02-13 Keith Seitz <keiths@redhat.com>
373
374 * arm-tdep.h (arm_get_next_pc): Add declaration.
375
376 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
377
378 * arm-tdep.c (arm_use_struct_convention): Make static. Move to be
379 with other related struct-returning functions.
380 (arm_extract_struct_value_address): New function.
381 (arm_gdbarch_init): Initialize the above in multi-arch vector. Also
382 initialize float_format, double_format and long_double_format as
383 appropriate to the endianness of the target.
384 * config/arm/tm-arm.h (TARGET_DOUBLE_FORMAT): Delete.
385 (arm_use_struct_convention): Delete declaration.
386 (USE_STRUCT_CONVENTION, EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
387
388 2002-02-13 Keith Seitz <keiths@redhat.com>
389
390 * defs.h (core_addr_to_string_nz): New function.
391
392 2002-02-13 Mark Kettenis <kettenis@gnu.org>
393
394 Apply missing bits of 2002-01-15 patch.
395 * i386v4-nat.c (supply_fpregset): Use i387_supply_fsave.
396 (fill_fpregset): Use i387_fill_fsave.
397
398 2002-02-12 Keith Seitz <keiths@redhat.com>
399
400 * utils.c (core_addr_to_string): Use phex instead of phex_nz.
401 (core_addr_to_string_nz): New function.
402
403 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
404
405 * arm-linux-nat.c: Really include arm-tdep.h.
406 * config/arm/tm-linux.h (struct type, struct value): Declare.
407
408 2002-02-11 Michael Snyder <msnyder@redhat.com>
409
410 * procfs.c: Include elf-bfd.h (for elfcore_write functions).
411 (gcore section): Ifdef for Solaris and Unixware only.
412 (procfs_do_thread_registers): Unixware needs one lwpstatus
413 per thread (not one prstatus or pstatus).
414 (procfs_make_note_section): Iterate only over kernel threads (lwps),
415 not over all gdb threads. For unixware, call elfcore_write_pstatus
416 once before iterating over threads.
417
418 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
419
420 * arm-tdep.h: New file.
421 * arm-tdep.c: Include arm-tdep.h.
422 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
423 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
424 (arm_print_float_info, arm_register_type, convert_to_extended)
425 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
426 (arm_extract_return_value, arm_register_name): Make static.
427 (arm_software_single_step): Similarly. Fix types in declaration.
428 (arm_register_byte, arm_register_raw_size, arm_register_virtual_size)
429 (arm_store_return_value, arm_store_struct_return): New functions.
430 (arm_gdbarch_init): Register the above functions. Also register
431 call_dummy_start_offset, sizeof_call_dummy_words,
432 function_start_offset, inner_than, decr_pc_after_break, fp_regnum,
433 sp_regnum, pc_regnum, register_bytes, num_regs, max_register_raw_size,
434 max_register_virtual_size, register_size. Set up
435 prologue_cache.saved_regs here, rather than ...
436 (_initialize_arm_tdep): ... here.
437 * config/arm/tm-arm.h (struct type, struct value): Delete forward
438 declarations.
439 (arm_addr_bits_remove, arm_smash_text_address, arm_saved_pc_after_call)
440 (arm_skip_prologue, arm_call_dummy_words, arm_fix_call_dummy)
441 (arm_print_float_info, arm_register_type, convert_to_extended)
442 (arm_elf_make_msymbols_special, arm_coff_make_msymbol_special)
443 (arm_extract_return_value, arm_register_name): Delete declarations.
444 (SMASH_TEXT_ADDRESS, ADDR_BITS_REMOVE, FUNCTION_START_OFFSET)
445 (SKIP_PROLOGUE, SAVED_PC_AFTER_CALL, INNER_THAN, BREAKPOINT_FROM_PC)
446 (DECR_PC_AFTER_BREAK, PRINT_FLOAT_INFO, REGISTER_SIZE, NUM_REGS)
447 (REGISTER_NAME, REGISTER_BYTES, REGISTER_BYTE, REGISTER_RAW_SIZE)
448 (REGISTER_VIRTUAL_SIZE, MAX_REGISTER_RAW_SIZE)
449 (MAX_REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, STORE_STRUCT_RETURN)
450 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, CALL_DUMMY_WORDS)
451 (SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_START_OFFSET, FIX_CALL_DUMMY)
452 (SOFTWARE_SINGLE_STEP_P, SOFTWARE_SINGLE_STEP)
453 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL) Delete.
454 (arm_pc_is_thumb, arm_pc_is_thumb_dummy, thumb_get_next_pc)
455 (arm_get_next_pc): No-longer static -- these are needed by the RDI
456 interface.
457 * arm-linux-nat.c arm-linux-tdep.c armnbsd-nat.c: Include arm-tdep.h.
458 * remote-rdi.c remote-rdp.c: Likewise.
459 * Makefile.in (arm-linux-nat.o, arm-linux-tdep.o arm-tdep.o)
460 (armnbsd-nat.o, remote-rdi.o, remote_rdp.o): Update dependencies.
461 * config/arm/tm-nbsd.h (SOFTWARE_SINGLE_STEP_P): Delete bogus
462 definition.
463
464 * arm-tdep.h (ARM_A1_REGNUM, ARM_A4_REGNUM, ARM_AP_REGNUM)
465 (ARM_SP_REGNUM, ARM_LR_REGNUM, ARM_PC_REGNUM, ARM_F0_REGNUM)
466 (ARM_F3_REGNUM, ARM_F7_REGNUM, ARM_FPS_REGNUM, ARM_PS_REGNUM): Renamed
467 from non-ARM_ prefixed definitions.
468 * arm-tdep.c armnbsd-nat.c arm-linux-nat.c arm-linux-tdep.c: Update
469 all uses of above.
470 * remote-rdi.c remote-rdp.c: Likewise.
471 * arm-linux-nat.c (ARM_CPSR_REGNUM): Renamed from CPSR_REGNUM.
472
473 2002-02-11 Richard Earnshaw <rearnsha@arm.com>
474
475 * arm-tdep.c (arm_frameless_function_invocation)
476 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
477 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
478 (arm_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
479 (arm_pop_frame, arm_get_next_pc): Make static.
480 (arm_gdbarch_init): Register above in gdbarch structure.
481 (arm_read_fp): Renamed from arm_target_read_fp.
482 (arm_pc_is_thumb, arm_pc_is_thumb_dummy): Make static.
483 * config/arm/tm-arm.h (arm_frameless_function_invocation)
484 (arm_frame_args_address, arm_frame_locals_address, arm_frame_num_args)
485 (arm_frame_chain, arm_init_extra_frame_info, arm_frame_saved_pc)
486 (arm_target_read_fp, arm_frame_init_saved_regs, arm_push_dummy_frame)
487 (arm_pop_frame, arm_get_next_pc, arm_pc_is_thumb)
488 (arm_pc_is_thumb_dummy): Delete declarations.
489 (INIT_EXTRA_FRAME_INFO, TARGET_READ_FP, FRAME_CHAIN)
490 (FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_ARGS_ADDRESS)
491 (FRAME_LOCALS_ADDRESS, FRAME_NUM_ARGS, FRAME_ARGS_SKIP)
492 (FRAME_INIT_SAVED_REGS, PUSH_DUMMY_FRAME, POP_FRAME): Delete.
493
494 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
495
496 * symtab.c (compare_search_syms): New function.
497 (sort_search_symbols): New function.
498 (search_symbols): Sort symbols after searching rather than
499 before.
500
501 2002-02-10 Andrew Cagney <ac131313@redhat.com>
502
503 * NEWS: Linux -> GNU/Linux.
504
505 2002-02-10 Andrew Cagney <ac131313@redhat.com>
506
507 * gdbarch.sh: For for level one methods, disallow a definition
508 when partially multi-arched. Add comments explaining rationale.
509 * gdbarch.h: Re-generate.
510
511 2002-02-10 Andrew Cagney <ac131313@redhat.com>
512
513 * gdbarch.sh (EXTRA_STACK_ALIGNMENT_NEEDED): Don't require when
514 multi-arch partial.
515
516 2002-02-10 Andrew Cagney <ac131313@redhat.com>
517
518 * gdbarch.sh: Map LEVEL onto a symbolic GT_LEVEL. Exit on bad
519 field. Use diff -u.
520 * gdbarch.c: Re-generate.
521
522 2002-02-10 Andrew Cagney <ac131313@redhat.com>
523
524 * config/mips/tm-mips.h (CALL_DUMMY_LOCATION): Delete.
525 * gdbarch.sh (PUSH_RETURN_ADDRESS): Don't require when multi-arch
526 partial.
527
528 2002-02-10 Andrew Cagney <ac131313@redhat.com>
529
530 * gdbarch.sh (REGISTER_CONVERTIBLE): Don't require when
531 multi-arch partial.
532 (PUSH_ARGUMENTS): Switch to using predefault.
533 * gdbarch.c: Regenerate.
534
535 2002-02-10 Andrew Cagney <ac131313@redhat.com>
536
537 * valops.c (PUSH_ARGUMENTS): Delete definition.
538 * gdbarch.sh (PUSH_ARGUMENTS): Don't require when multi-arch
539 partial. Default to default_push_arguments.
540 * gdbarch.h, gdbarch.c: Regenerate.
541
542 2002-02-09 Andrew Cagney <ac131313@redhat.com>
543
544 * defs.h (throw_exception): Rename return_to_top_level. Update
545 comments.
546 * utils.c (error_stream, internal_verror, quit): Ditto.
547 * top.c (throw_exception, catcher): Ditto.
548 * sparclet-rom.c (sparclet_load): Ditto.
549 * remote.c (interrupt_query, minitelnet): Ditto.
550 * remote-sds.c (interrupt_query): Ditto.
551 * remote-mips.c (mips_error, mips_kill): Ditto.
552 * ocd.c (interrupt_query): Ditto.
553 * monitor.c (monitor_interrupt_query): Ditto.
554 * m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
555 * target.h: Update comment.
556
557 * m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
558
559 2002-02-09 Andrew Cagney <ac131313@redhat.com>
560
561 * gdbarch.sh (TARGET_LONG_DOUBLE_FORMAT): Default to
562 default_double_format.
563 * gdbarch.h, gdbarch.c: Re-generate.
564 * findvar.c (floatformat_unknown): Delete variable definition.
565 * doublest.h (floatformat_unknown): Delete variable declaration.
566
567 2002-02-09 Jim Blandy <jimb@redhat.com>
568
569 * stabsread.c (read_type): Add code to parse Sun's syntax for
570 prototyped function types.
571
572 2002-02-09 Andrew Cagney <ac131313@redhat.com>
573
574 * Makefile.in (SUBDIR_CLI_INITS): Set to SUBDIR_CLI_SRCS.
575 (SUBDIR_MI_INITS): Set to SUBDIR_MI_SRCS.
576
577 2002-02-09 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
578
579 * xcoffsolib.c (_initialize_xcoffsolib): Renamed from
580 _initialize_solib. Fixes name clash with solib.c:_initialize_solib,
581 now _initialize_xcoffsolib gets called again and overrides the
582 commands from solib.c in a native configuration.
583
584 2002-02-09 Mark Kettenis <kettenis@gnu.org>
585
586 * doublest.c (store_typed_floating): Don't try to return a value.
587 Fixes PR gdb/290.
588
589 2002-02-08 Jim Blandy <jimb@redhat.com>
590
591 * c-typeprint.c (c_type_print_varspec_suffix): If a function type
592 is prototyped and has no arguments, print its argument list as
593 `(void)'.
594
595 2002-02-08 Chris Demetriou <cgd@broadcom.com>
596
597 * MAINTAINERS (write-after-approval): Add myself.
598 (paper-trail): I've escaped!
599
600 2002-02-08 Christopher Faylor <cgf@redhat.com>
601
602 * win32-nat.c (cygwin_pid_to_str): Revert 2002-02-08 change xasprintf
603 changes.
604 (_initialize_check_for_gdb_ini): Ditto.
605
606 2002-02-08 Martin M. Hunt <hunt@redhat.com>
607
608 * win32-nat.c (cygwin_pid_to_str): Fix typo.
609 xaprintf -> xasprintf.
610
611 2002-02-08 Pierre Muller <muller@ics.u-strasbg.fr>
612
613 * win32-nat.c: Remove use of printf and sprintf functions.
614
615 2002-02-08 Richard Earnshaw <rearnsha@arm.com>
616
617 * arm-tdep.c (arm_frame_chain_valid): Make static.
618 (arm_push_arguments): Likewise.
619 (arm_gdbarch_init): New function.
620 (_initialize_arm_tdep): Call it.
621 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Set to 1.
622 (TARGET_DOUBLE_FORMAT): Test TARGET_BYTE_ORDER, not target_byte_order.
623 (FRAME_CHAIN_VALID): Delete.
624 (arm_frame_chain_valid): Delete declaration.
625 (PUSH_ARGUMENTS): Delete.
626 (arm_push_arguments): Delete declaration.
627 (CALL_DUMMY_P): Delete.
628
629 2002-02-08 Andrew Cagney <ac131313@redhat.com>
630 Corinna Vinschen <vinschen@redhat.com>
631
632 * gdbtypes.c (build_gdbtypes): Disable setting a specific float format
633 on builtin float types.
634
635 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
636
637 * utils.c: Include <curses.h> before "bfd.h".
638 * tui/tui-hooks.c: Likewise.
639 * tui/tui.c: Likewise.
640 * tui/tuiCommand.c: Likewise.
641 * tui/tuiData.c: Likewise.
642 * tui/tuiDataWin.c: Likewise.
643 * tui/tuiDisassem.c: Likewise.
644 * tui/tuiGeneralWin.c: Likewise.
645 * tui/tuiIO.c: Likewise.
646 * tui/tuiLayout.c: Likewise.
647 * tui/tuiRegs.c: Likewise.
648 * tui/tuiSource.c: Likewise.
649 * tui/tuiSourceWin.c: Likewise.
650 * tui/tuiStack.c: Likewise.
651 * tui/tuiWin.c: Likewise.
652
653 2002-02-07 Elena Zannoni <ezannoni@redhat.com>
654
655 * sh-tdep.c (sh_nofp_frame_init_saved_regs): Extend where[] array
656 to include space for pseudoregs as well. Update loops accordingly.
657 (sh_fp_frame_init_saved_regs): Ditto.
658 (sh_init_extra_frame_info, sh_pop_frame): Split long lines.
659
660 2002-02-07 Andrew Cagney <ac131313@redhat.com>
661
662 * MAINTAINERS: Andreas Schwab is GNU/Linux m68k maintainer.
663 Add Richard Earnshaw to Arm maintainers.
664
665 2002-02-07 Andrew Cagney <ac131313@redhat.com>
666
667 * defs.h (warning_begin): Delete declaration.
668
669 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
670 Delete macro.
671
672 2002-02-07 Michael Snyder <msnyder@redhat.com>
673
674 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
675 Logic bug, remove misplaced else.
676
677 2002-02-07 Klee Dienes <klee@apple.com>
678
679 * fork-inferior.c (fork_inferior): Add '!' to the list of
680 characters that need to be quoted when building a string for the
681 shell. Quote '!' specifically with a backslash, since CSH chokes
682 when trying to evaluate "str!str".
683
684 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
685
686 * rdi-share/host.h: Only provide a typedef for bool if it is not
687 defined.
688
689 2002-02-04 Michael Snyder <msnyder@redhat.com>
690
691 * breakpoint.h (enum bptype): Add new overlay event bp type.
692 (enable_overlay_breakpoints, disable_overlay_breakpoints): Export.
693
694 * breakpoint.c (create_internal_breakpoint): New function.
695 (internal_breakpoint_number): Moved into create_internal_breakpoint.
696 (create_longjmp_breakpoint): Use create_internal_breakpoint.
697 (create_thread_event_breakpoint): Ditto.
698 (create_solib_event_breakpoint): Ditto.
699 (create_overlay_event_breakpoint): New function.
700 (enable_overlay_breakpoints, disable_overlay_breakpoints): New funcs.
701 (update_breakpoints_after_exec): Delete and re-initialize
702 overlay event breakpoints after an exec. Add FIXME comment
703 about longjmp breakpoint.
704 (print_it_typical): Ignore overlay event breakpoints.
705 (print_one_breakpoint): Ditto.
706 (mention): Ditto.
707 (bpstat_what): Do not stop for overlay event breakpoints.
708 (delete_breakpoint): Don't delete overlay event breakpoints.
709 (breakpoint_re_set_one): Delete the overlay event breakpoint.
710 (breakpoint_re_set): Re-create overlay event breakpoint.
711
712 * symfile.c (overlay_auto_command): Enable overlay breakpoints.
713 (overlay_manual_command): Disable overlay breakpoints.
714 (overlay_off_command): Disable overlay breakpoints.
715
716 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
717
718 * arm-tdep.c: Include elf-bfd.h and coff/internal.h.
719 (MSYMBOL_SET_SPECIAL, MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Move defines
720 to here from config/tm-arm.h.
721 (coff_sym_is_thumb): Make static.
722 (arm_elf_make_msymbol_special): New function.
723 (arm_coff_make_msymbol_special): New function.
724 * config/arm/tm-arm.h (MSYMBOL_SET_SPECIAL): Delete definition.
725 (MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Likewise.
726 (coff_sym_is_thumb): Delete declaration.
727 (arm_elf_make_msymbol_special): Declare.
728 (arm_coff_make_msymbol_special): Declare.
729 (ELF_MAKE_MSYMBOL_SPECIAL): Call arm_elf_make_msymbol_special.
730 (COFF_MAKE_MSYMBOL_SPECIAL): Call arm_coff_make_msymbol_special.
731
732 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
733
734 * arm-tdep.c (arm_software_single_step): ANSIfy function declaration.
735
736 2002-02-06 Richard Earnshaw <rearnsha@arm.com>
737
738 * gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
739 * gdbarch.c gdbarch.h: Regenerate.
740 * arch-utils.c (default_print_float_info): New function.
741 * arch-utils.h (default_print_float_info): Prototype it.
742 * infcmd.c (float_info): Call PRINT_FLOAT_INFO.
743 * doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
744 (PRINT_FLOAT_INFO): Document it.
745
746 * arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
747 * config/arm/tm-arm.h (FLOAT_INFO): Delete.
748 (PRINT_FLOAT_INFO): Define.
749
750 2002-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
751
752 * win32-nat.c (_initialize_check_for_gdb_ini):
753 Add typecast to sprintf argument to suppress a warning.
754
755 2002-02-05 Pierre Muller <muller@ics.u-strasbg.fr>
756
757 * win32-nat.c (last_sig): Changed type of variable to target_signal,
758 to allow easier handling of pass state.
759 (DEBUG_EXCEPTION_SIMPLE): New macro, used in handle_exception,
760 that gives exception name and address.
761 (handle_exception): Use DEBUG_EXCEPTION_SIMPLE macro
762 and set last_sig value to ourstatus->value.sig. Some missing
763 exceptions added.
764 (child_continue): Correctly report continue_status.
765 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
766 TARGET_SIGNAL_0 (new default value).
767 (child_resume): consider sig argument passed to decide if
768 the exception should be passed to debuggee or not.
769
770 2002-02-05 Michael Snyder <msnyder@redhat.com>
771
772 * regcache.c (fetch_register): Call target_fetch_register
773 only if we don't call FETCH_PSEUDO_REGISTER.
774 (store_register): Call target_store_register only if we
775 don't call STORE_PSEUDO_REGISTER.
776
777 2002-02-05 Elena Zannoni <ezannoni@redhat.com>
778
779 * gdbarch.sh: Add definitions for COFF_MAKEMSYMBOL_SPECIAL and
780 ELF_MAKE_MSYMBOL_SPECIAL.
781 * gdbarch.c, gdbarch.h: Regenerate.
782 * arch-utils.c (default_make_msymbol_special): New function.
783 * arch-utils.h (default_make_msymbol_special): Export.
784 * elfread.c (elf_symtab_read): Compile use of
785 ELF_MAKE_MSYMBOL_SPECIAL unconditionally because it is now
786 multiarched.
787 * coffread.c (coff_symtab_read): Ditto, for
788 COFF_MAKE_MSYMBOL_SPECIAL.
789
790 2002-02-05 Jim Blandy <jimb@redhat.com>
791
792 * solib-svr4.c (svr4_truncate_ptr): New function.
793 (svr4_relocate_section_addresses): Do the address arithmetic with
794 the appropriate truncation for target addresses, even when
795 CORE_ADDR is larger than a target address.
796
797 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
798
799 * gdbserver/linux-low.c (mywait): Cast second argument of waitpid
800 to (int *).
801
802 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
803
804 * gdbserver/linux-low.c (kill_inferior): Remove commented out
805 code.
806
807 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
808
809 * c-valprint.c (c_val_print): Handle TYPE_CODE_COMPLEX.
810
811 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
812
813 * gdbserver/linux-low.c: Remove unused include files.
814
815 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
816
817 * gdbserver/linux-low.c: Define PTRACE_ARG3_TYPE.
818 (read_inferior_memory): Use it.
819 (write_inferior_memory): Likewise.
820
821 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
822
823 * gdbserver/linux-low.c (create_inferior): Call strerror instead of
824 grubbing through sys_errlist.
825
826 2002-02-05 Daniel Jacobowitz <drow@mvista.com>
827
828 * gdbserver/linux-low.c: New file, copied exactly from low-linux.c.
829
830 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
831 * win32-nat.c (handle_exception): Handle Ctrl-Break exception.
832
833 2002-02-04 Andrew Cagney <ac131313@redhat.com>
834
835 * cli/cli-decode.c (do_cfunc, set_cmd_cfunc): New functions.
836 (do_sfunc, set_cmd_sfunc): New functions.
837
838 * command.h (struct cmd_list_element): Add field func.
839 * cli/cli-decode.h (struct cmd_list_element): Ditto.
840 * command.h (set_cmd_sfunc, set_cmd_cfunc): Declare.
841 * cli/cli-decode.h: Ditto.
842
843 * cli/cli-decode.c (help_cmd): Test for func not cfunc/sfunc.
844 (help_all, help_cmd_list): Ditto.
845 (find_cmd, complete_on_cmdlist): Ditto.
846 * top.c (execute_command): Ditto.
847
848 * cli/cli-setshow.c (do_setshow_command): Call func instead of
849 function.sfunc.
850
851 * infcmd.c (notice_args_read): Fix function signature.
852
853 * cli/cli-cmds.c (init_cli_cmds): Use set_cmd_sfunc.
854 * cli/cli-decode.c (add_set_cmd): Ditto.
855 * utils.c (initialize_utils): Ditto.
856 * maint.c (_initialize_maint_cmds): Ditto.
857 * infrun.c (_initialize_infrun): Ditto.
858 * demangle.c (_initialize_demangler): Ditto.
859 * remote.c (add_packet_config_cmd): Ditto.
860 * mips-tdep.c (_initialize_mips_tdep): Ditto.
861 * cris-tdep.c (_initialize_cris_tdep): Ditto.
862 * proc-api.c (_initialize_proc_api): Ditto.
863 * kod.c (_initialize_kod): Ditto.
864 * valprint.c (_initialize_valprint): Ditto.
865 * top.c (init_main): Ditto.
866 * infcmd.c (_initialize_infcmd): Ditto.
867 * corefile.c (_initialize_core): Ditto.
868 * arm-tdep.c (_initialize_arm_tdep): Ditto.
869 * arch-utils.c (initialize_current_architecture): Ditto.
870 (_initialize_gdbarch_utils): Ditto.
871 * alpha-tdep.c (_initialize_alpha_tdep): Ditto.
872
873 * cli/cli-decode.c (add_cmd): Use set_cmd_cfunc.
874 * wince.c (_initialize_inftarg): Ditto.
875 * symfile.c (_initialize_symfile): Ditto.
876 * mips-tdep.c (_initialize_mips_tdep): Ditto.
877 * language.c (_initialize_language): Ditto.
878 * arc-tdep.c (_initialize_arc_tdep): Ditto.
879
880 2002-02-04 Michael Snyder <msnyder@redhat.com>
881
882 * memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
883
884 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
885
886 * gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
887 Add rules for building the register data files.
888
889 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
890
891 * regformats/regdat.sh: Add braces to the definition of
892 expedite_regs_${arch}.
893
894 2002-02-04 Daniel Jacobowitz <drow@mvista.com>
895
896 * regformats/regdef.h (struct reg): Add comment describing the
897 requirements for offset and size fields.
898
899 2002-02-04 Andreas Schwab <schwab@suse.de>
900
901 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
902 * config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
903
904 2002-02-04 Richard Earnshaw <rearnsha@arm.com>
905
906 * gdbarch.sh (copyright): Update years in generated header.
907 (SMASH_TEXT_ADDRESS): Add rule.
908 * gdbarch.h, gdbarch.c: Re-generate.
909 * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS.
910 * dbxread.c: Likewise.
911 * dwarfread.c: Likewise.
912 * elfread.c: Likewise.
913 * somread.c: Likewise.
914
915 * arm-tdep.c (arm_smash_text_address): New function.
916 * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
917
918 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>
919
920 Add support for hardware watchpoints on win32 native.
921 * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of
922 CONTEXT_DEBUG_REGISTERS.
923 (dr variable): New variable. Static array containing a local copy
924 of debug registers.
925 (debug_registers_changed): New variable. Reflects when debug registers
926 are changed and need to be written to inferior.
927 (debug_registers_used): New variable. Reflects when any debug register
928 was set, used when new threads are created.
929 (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by
930 i386-nat code.
931 (thread_rec): Set dr array if id is the thread of current_event .
932 (child_continue, child_resume): Change the debug registers for all
933 threads if debug_registers_changed.
934 (child_add_thread): Change the debug registers if debug_registers_used.
935 * config/i386/cygwin.mh: Add use of i386-nat.o file.
936 Link nm.h to new nm-cygwin.h file.
937 + config/i386/nm-cygwin.h: New file. Contains the macros used for use
938 of hardware registers.
939
940 2002-02-03 Andrew Cagney <ac131313@redhat.com>
941
942 * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.
943 Restore behavour broken by 2002-01-20 Andrew Cagney
944 <ac131313@redhat.com> IEEE_FLOAT removal.
945
946 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
947
948 * c-valprint.c (c_val_print): Pass a proper valaddr to
949 cp_print_class_method.
950 * valops.c (search_struct_method): If there is only one method
951 and args is NULL, return that method.
952
953 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
954
955 * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of
956 accessing tag_name directly.
957
958 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
959
960 * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
961 of accessing tag_name directly.
962
963 2002-02-03 Daniel Jacobowitz <drow@mvista.com>
964
965 PR gdb/280
966 * gdbtypes.c (replace_type): New function.
967 * gdbtypes.h (replace_type): Add prototype.
968 * stabsread.c (read_type): Use replace_type.
969
970 2002-02-03 Richard Earnshaw <rearnsha@arm.com>
971
972 * Makefile.in (memattr.o): Add missing dependencies rule.
973
974 2002-02-03 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
975
976 * breakpoint.c (break_at_finish_command): Really export.
977 (break_at_finish_at_depth_command): Ditto.
978 (tbreak_at_finish_command): Ditto.
979 * hppa-tdep.c: Include completer.h.
980 * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h).
981 (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
982
983 2002-02-01 Andrew Cagney <ac131313@redhat.com>
984
985 * utils.c (do_write): New function.
986 (error_stream): Rewrite combining the code from error_begin and
987 verror.
988 (verror): Rewrite using error_stream.
989 (error_begin): Delete function.
990
991 2002-02-01 Andrew Cagney <ac131313@redhat.com>
992
993 * utils.c (error_begin): Make static.
994 * defs.h (error_begin): Delete declaration.
995
996 * linespec.c (cplusplus_error): Replace cplusplus_hint.
997 (decode_line_1): Use cplusplus_error instead of error_begin,
998 cplusplus_hint and return_to_top_level.
999 * coffread.c (coff_symfile_read): Use error instead of error_begin
1000 and return_to_top_level.
1001 * infrun.c (default_skip_permanent_breakpoint): Ditto.
1002
1003 2002-02-01 Andrew Cagney <ac131313@redhat.com>
1004
1005 * language.h (type_error, range_error): Make string parameter
1006 constant.
1007 * language.c (warning_pre_print): Delete extern declaration.
1008 * dwarfread.c (warning_pre_print): Ditto.
1009 * language.c (type_error, range_error): Rewrite to use verror and
1010 vwarning instead of warning_begin.
1011
1012 2002-02-01 Michael Snyder <msnyder@redhat.com>
1013
1014 * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
1015 (set_ignore_count): Move misplaced comment back where it belongs.
1016
1017 2002-02-01 Andrew Cagney <ac131313@redhat.com>
1018
1019 * command.h (NO_FUNCTION): Delete macro.
1020 * cli/cli-decode.h (NO_FUNCTION): Ditto.
1021 * top.c (execute_command): Replace NO_FUNCTION with NULL.
1022 * tracepoint.c (_initialize_tracepoint): Ditto.
1023 * cli/cli-decode.c (add_set_cmd): Ditto.
1024 * cli/cli-cmds.c (init_cli_cmds): Ditto.
1025
1026 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
1027
1028 * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments.
1029 Update ``this'' pointer when calling virtual functions.
1030
1031 2002-02-01 Michael Snyder <msnyder@redhat.com>
1032
1033 * breakpoint.c (create_temp_exception_breakpoint): Delete.
1034 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
1035
1036 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
1037
1038 * regformats/reg-arm.dat: New file.
1039 * regformats/reg-i386.dat: New file.
1040 * regformats/reg-ia64.dat: New file.
1041 * regformats/reg-m68k.dat: New file.
1042 * regformats/reg-mips.dat: New file.
1043 * regformats/reg-ppc.dat: New file.
1044 * regformats/reg-sh.dat: New file.
1045 * regformats/regdef.h: New file.
1046 * regformats/regdat.sh: New file.
1047
1048 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
1049
1050 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
1051 (arm_frame_args_address, arm_frame_locals_address): New functions.
1052 (arm_frame_num_args): New function.
1053 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
1054 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
1055 (FRMA_NUM_ARGS): Call arm_frame_num_args.
1056
1057 2002-01-31 Michael Snyder <msnyder@redhat.com>
1058
1059 * breakpoint.c (break_at_finish_command): Export.
1060 (break_at_finish_at_depth_command): Export.
1061 (tbreak_at_finish_command): Export.
1062 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
1063 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
1064 "tbreak" commands, which are HPPA specific.
1065
1066 * printcmd.c (disassemble_command): Remove an ancient
1067 artifact of an old merge.
1068
1069 * symfile.h (enum overlay_debugging_state):
1070 Define enum constant values for overlay mode.
1071 * symfile.c (overlay_debugging): Use enums instead of literals.
1072 (overlay_is_mapped, overlay_auto_command,
1073 overlay_manual_command): Ditto.
1074
1075 * breakpoint.c (insert_breakpoints, remove_breakpoint,
1076 breakpoint_here_p, breakpoint_inserted_here_p,
1077 breakpoint_thread_match, bpstat_stop_status,
1078 describe_other_breakpoints, check_duplicates, clear_command):
1079 Coding standard fixes.
1080
1081 * target.c (target_xfer_memory): Add spaces, coding standard.
1082 (do_xfer_memory): Add missing line to trust-readonly
1083 code: check bfd SEC_READONLY flag for section.
1084
1085 2002-01-31 Andrew Cagney <ac131313@redhat.com>
1086
1087 * PROBLEMS: Fix typo, 5.1->5.1.1.
1088
1089 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
1090
1091 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
1092 data symbols, since we search based on textlow and texthigh.
1093 (find_pc_sect_symtab): Likewise.
1094
1095 2002-01-30 Andrew Cagney <ac131313@redhat.com>
1096
1097 * defs.h (vwarning): Declare.
1098 * utils.c (vwarning): New function.
1099 (warning): Call vwarning.
1100 (warning_begin): Delete function.
1101
1102 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
1103 the warning message.
1104 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
1105 warning_begin.
1106
1107 2002-01-30 Michael Snyder <msnyder@redhat.com>
1108
1109 * NEWS: Mention "set trust-readonly-sections" command.
1110 Mention generate-core-file command.
1111
1112 2002-01-15 Michael Snyder <msnyder@redhat.com>
1113
1114 * target.c: New command, "set trust-readonly-sections on".
1115 (do_xfer_memory): Honor the suggestion to trust readonly sections
1116 by reading them from the object file instead of from the target.
1117 (initialize_targets): Register command "set trust-readonly-sections".
1118
1119 2002-01-29 Andrew Cagney <ac131313@redhat.com>
1120
1121 * parse.c (target_map_name_to_register): Simplify, search regs and
1122 pseudo-regs using a single loop.
1123
1124 2002-01-30 Andrew Cagney <ac131313@redhat.com>
1125
1126 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
1127
1128 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
1129
1130 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
1131 * config/i386/i386v42mp.mh: Add i387-nat.o .
1132 * i386v4-nat.c: Include i387-nat.h.
1133 (supply_fpregset): Use i387_supply_fsave.
1134 (fill_fpregset): Use i387_fill_fsave.
1135
1136 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
1137
1138 * arm-tdep.c (arm_call_dummy_words): Define.
1139 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
1140 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
1141 (CALL_DUMMY_WORDS): Define.
1142 (arm_call_dummy_words): Declare.
1143 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
1144 (arm_linux_call_dummy_words): Declare.
1145
1146 2002-01-30 Andreas Schwab <schwab@suse.de>
1147
1148 * m68klinux-nat.c: Fix last change to use regcache_collect
1149 instead of referencing registers[] directly.
1150
1151 2002-01-29 Andrew Cagney <ac131313@redhat.com>
1152
1153 * parse.c (target_map_name_to_register): Delete code wrapped in
1154 #ifdef REGISTER_NAME_ALIAS_HOOK.
1155
1156 2002-01-28 Michael Snyder <msnyder@redhat.com>
1157
1158 * regcache.c (legacy_read_register_gen): Need to be able to
1159 read pseudo-register as well as real register.
1160 (legacy_write_register_gen): Ditto.
1161
1162 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1163
1164 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1165 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
1166 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
1167 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
1168 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
1169 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
1170 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
1171 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
1172 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
1173 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
1174 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
1175 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
1176 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
1177 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
1178 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
1179 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
1180 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
1181 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
1182 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
1183 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
1184
1185 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1186
1187 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
1188 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
1189 (initialize_current_architecture): Update target_byte_order using
1190 information from BFD.
1191 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
1192 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
1193
1194 2002-01-28 Andrew Cagney <ac131313@redhat.com>
1195
1196 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
1197 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
1198
1199 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
1200 #ifdef INVALID_FLOAT.
1201 * infcmd.c (do_registers_info): Ditto.
1202 * values.c (unpack_double): Ditto. Add comment.
1203
1204 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
1205 already commented out.
1206
1207 2002-01-26 Andreas Schwab <schwab@suse.de>
1208
1209 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
1210 * m68klinux-nat.c: Update ptrace interface for fetching/storing
1211 registers and add support for PTRACE_GETREGS.
1212
1213 2002-01-24 Andrew Cagney <ac131313@redhat.com>
1214
1215 GDB 5.1.1 released from 5.1 branch.
1216 * NEWS: Add 5.1.1 news.
1217 * README: Sync with 5.1 branch.
1218
1219 2002-01-23 Fred Fish <fnf@redhat.com>
1220
1221 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
1222 stabstring on initial malloc. Reallocing will copy it for us,
1223 if necessary.
1224
1225 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
1226
1227 * Makefile.in (hpread_h): Delete.
1228 (HFILES_NO_SRCDIR): Remove hpread.h.
1229 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
1230 (hpread.o): Update dependencies.
1231 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
1232
1233 * hp-psymtab-read.c: Remove file.
1234 * hp-symtab-read.c: Remove file.
1235 * hpread.h: Remove file.
1236
1237 * hpread.c: Merge all contents of hp-psymtab-read.c,
1238 hp-symtab-read.c and hpread.h into this file, as it was prior to
1239 January 1999.
1240
1241 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
1242 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
1243 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
1244 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
1245
1246 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
1247
1248 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
1249 fill_gregset): Call gdbarch_tdep() just once, assign result to
1250 variable and use that, instead of calling the function several
1251 times.
1252
1253 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
1254
1255 * configure.host: Accept sparcv9 as alias for sparc64.
1256 * configure.tgt: Likewise.
1257
1258 2002-01-22 Kevin Buettner <kevinb@redhat.com>
1259
1260 * solib-aix5.c (build_so_list_from_mapfile)
1261 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
1262 arguments is not reversed.
1263 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
1264 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
1265
1266 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
1267
1268 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
1269 modified version of obsolete sh_fetch_pseudo_register.
1270 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
1271 (sh4_register_read): New function.
1272 (sh_pseudo_register_write): New function. Renamed and modified
1273 version of obsolete sh_store_pseudo_register.
1274 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
1275 (sh4_register_write): New function.
1276 (sh_gdbarch_init): Remove setting of gdbarch function
1277 fetch_pseudo_register and store_pseudo_register. Remove setting of
1278 register_convert_to_raw, register_convert_to_virtual,
1279 register_convertible.
1280 (sh_sh4_register_convertible): Delete. No longer needed. All is
1281 taken care by architecture specific functions
1282 register_read/register_write.
1283 (sh_sh4_register_convert_to_virtual): Make static.
1284 (sh_sh4_register_convert_to_raw): Ditto.
1285
1286 2002-01-22 Andrew Cagney <ac131313@redhat.com>
1287
1288 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
1289 (floatformat_is_nan, floatformat_mantissa): Ditto.
1290
1291 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
1292 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
1293 builtin_type_ieee_double_little,
1294 builtin_type_ieee_double_littlebyte_bigword,
1295 builtin_type_m68881_ext, builtin_type_i960_ext,
1296 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
1297 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
1298 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
1299 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
1300
1301 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
1302
1303 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
1304 parameter. Set frameless flag if it exists and depended of
1305 whether the scanned function is frameless or not.
1306 (xstormy16_skip_prologue): If function is frameless, return
1307 result of xstormy16_scan_prologue().
1308 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
1309 call.
1310
1311 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
1312
1313 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
1314 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
1315 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
1316 sh_sh4_register_byte, sh_sh4_register_raw_size,
1317 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
1318 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
1319 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
1320 sh_store_pseudo_register, sh_do_pseudo_register): Call
1321 gdbarch_tdep() just once, assign result to variable and use that,
1322 instead of calling the function several times.
1323
1324 2002-01-20 Mark Kettenis <kettenis@gnu.org>
1325
1326 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
1327 macros instead of LAST_FPU_CTRL_REGNUM.
1328 (store_register): Likewise.
1329
1330 2002-01-21 Jim Blandy <jimb@redhat.com>
1331
1332 * infcmd.c (run_command): Check that the `exec' target layer's BFD
1333 is up-to-date before running the program, not just when a program
1334 exits.
1335
1336 2002-01-21 Fred Fish <fnf@redhat.com>
1337
1338 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
1339 when we have found all instructions we are looking for.
1340
1341 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
1342
1343 * arm-tdep.c (arm_register_name): New function.
1344 (arm_registers_names): Make static.
1345 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
1346 (arm_register_name): Declare.
1347 (REGISTER_NAME): Use it.
1348
1349 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
1350 Kevin Buettner <kevinb@redhat.com>
1351
1352 Convert arm targets to new FRAME interface.
1353 * arm-tdep.c (struct frame_extra_info): Remove fsr.
1354 (arm_frame_find_save_regs): Delete.
1355 (arm_frame_init_saved_regs): New.
1356 (arm_init_extra_frame_info): Alloacte saved_regs as required.
1357 Allocate extra_info as required. Convert all uses of fsr.regs
1358 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
1359 to use extra_info.
1360 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
1361 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
1362 (check_prologue_cache, save_prologue_cache): Likewise.
1363 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
1364 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
1365 (FRAME_FIND_SAVED_REGS): Delete.
1366 (arm_frame_find_saved_regs): Delete prototype.
1367 (arm_frame_init_saved_regs): New prototype.
1368 (FRAME_INIT_SAVED_REGS): Define.
1369
1370 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1371
1372 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
1373
1374 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1375
1376 From Jeff Law <law@redhat.com>:
1377 * infttrace.c: Include <sys/pstat.h>.
1378 (child_pid_to_exec_file): Revamp. Use pstat call to get the
1379 exec file if the ttrace equivalent fails.
1380
1381 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1382
1383 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
1384 (closeLogFile): Ditto.
1385
1386 2002-01-20 Michael Chastain <mec@shout.net>
1387
1388 * top.c (print_gdb_version): Bump copyright year to 2002.
1389
1390 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1391
1392 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
1393 Zannoni and Eli Zaretskii.
1394
1395 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1396
1397 * buildsym.c: Update copyright years.
1398 * c-typeprint.c: Likewise.
1399 * dwarf2read.c: Likewise.
1400 * f-typeprint.c: Likewise.
1401 * gdbtypes.c: Likewise.
1402 * gdbtypes.h: Likewise.
1403 * hp-symtab-read.c: Likewise.
1404 * hpread.c: Likewise.
1405 * mdebugread.c: Likewise.
1406 * p-typeprint.c: Likewise.
1407
1408 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1409
1410 * remote-sim.c (gdbsim_open): Simplify code testing the macro
1411 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
1412 byte-order selectable.
1413 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
1414 * arch-utils.c: Ditto.
1415 (set_endian): Ditto.
1416 (set_endian_from_file): Ditto.
1417 * gdbserver/low-sim.c (create_inferior): Ditto.
1418 * gdbarch.sh: Ditto.
1419 * gdbarch.h: Re-generate.
1420 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1421 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
1422 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
1423 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1424 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1425 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
1426 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
1427 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
1428 macro definition.
1429 * config/mips/tm-wince.h: Remove #undef of macro
1430 TARGET_BYTE_ORDER_SELECTABLE.
1431 * config/sh/tm-wince.h: Ditto.
1432
1433 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1434
1435 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
1436 member function fields. Add accessor macro
1437 TYPE_FN_FIELD_ARTIFICIAL.
1438 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
1439 * c-typeprint.c (c_type_print_base): Skip artificial member
1440 functions.
1441
1442 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1443
1444 * f-typeprint.c: Delete unused function f_type_print_args.
1445 * p-typeprint.c: Delete unused function pascal_type_print_args.
1446
1447 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
1448
1449 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
1450 comment. Add ``artificial'' to ``union field_location''.
1451
1452 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
1453
1454 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
1455 * mdebugread.c (parse_symbol): Likewise.
1456 * stabsread.c (define_symbol): Likewise.
1457 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
1458 initializing TYPE_FIELD_BITPOS to n (obsolete).
1459 (hpread_doc_function_type): Likewise.
1460 * hpread.c (hpread_function_type): Likewise.
1461
1462 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1463
1464 * configure.in (host_makefile_frag): Only require a host makefile
1465 fragment when a native build.
1466 * configure: Re-generate.
1467
1468 2002-01-20 Andrew Cagney <ac131313@redhat.com>
1469
1470 * doublest.h (floatformat_from_type): Declare.
1471 * doublest.c (floatformat_from_type): New function.
1472 (convert_typed_floating): Use.
1473
1474 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
1475 call to function floatformat_from_type.
1476
1477 * gdbarch.sh (IEEE_FLOAT): Delete.
1478 * gdbarch.h, gdbarch.c: Re-generate.
1479 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
1480 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
1481 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
1482 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
1483 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
1484 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
1485 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
1486 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
1487 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
1488 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
1489 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
1490 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
1491
1492 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
1493 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
1494 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
1495 * sh-tdep.c (sh_gdbarch_init): Ditto.
1496 * mips-tdep.c (mips_gdbarch_init): Ditto.
1497 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
1498 * cris-tdep.c (cris_gdbarch_init): Ditto.
1499
1500 2002-01-20 Jiri Smid <smid@suse.cz>
1501
1502 * configure.host, configure.tgt: Support x86-64.
1503 * NEWS: Note new target x86-64.
1504
1505 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
1506 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
1507 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
1508 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
1509 x86-64-linux-nat.o): Fix dependencies.
1510
1511 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1512
1513 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
1514 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
1515 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
1516 * config/sparc/xm-sun4os4.h: Delete file.
1517 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
1518
1519 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1520
1521 * config/sparc/sparclynx.mh (XM_FILE): Delete.
1522 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
1523 * config/m68k/m68klynx.mh (XM_FILE): Delete.
1524 * config/i386/i386lynx.mh (XM_FILE): Delete.
1525 * config/rs6000/xm-rs6000ly.h: Delete file.
1526 * config/sparc/xm-sparclynx.h: Delete file.
1527 * config/m68k/xm-m68klynx.h: Delete file.
1528 * config/i386/xm-i386lynx.h: Delete file.
1529 * config/xm-lynx.h: Delete file.
1530 * config/djgpp/fnchange.lst: Update.
1531
1532 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1533
1534 * alpha-tdep.c (alpha_register_byte): New function.
1535 (alpha_register_raw_size): Ditto.
1536 (alpha_register_virtual_size): Ditto.
1537 (alpha_skip_prologue_internal): Renamed from
1538 alpha_skip_prologue.
1539 (alpha_skip_prologue): New version that calls
1540 alpha_skip_prologue_internal.
1541 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
1542 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
1543 second argument from alpha_skip_prologue.
1544 (REGISTER_BYTE): Use alpha_register_byte.
1545 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
1546 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
1547 (FRAMELESS_FUNCTION_INVOCATION): Use
1548 generic_frameless_function_invocation_not.
1549 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
1550 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
1551
1552 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1553
1554 * config/mips/xm-news-mips.h: Delete file.
1555 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
1556
1557 * config/m88k/xm-m88k.h: Delete file.
1558 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
1559 * config/m88k/xm-delta88v4.h: Ditto.
1560 * config/m88k/xm-delta88.h: Ditto.
1561
1562 * config/alpha/xm-fbsd.h: Delete file.
1563 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
1564
1565 * config/sparc/xm-sparc.h: Delete file.
1566 * Makefile.in (xm-sun4os4.h): Delete dependency.
1567 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
1568 * config/sparc/xm-sun4os4.h: Ditto.
1569 * config/sparc/xm-linux.h: Ditto.
1570
1571 * config/i386/xm-windows.h: Delete file.
1572
1573 2002-01-19 Andrew Cagney <ac131313@redhat.com>
1574
1575 * utils.c: Include <sys/param.h> for MAXPATHLEN.
1576 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
1577
1578 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1579
1580 * alpha-tdep.c (alpha_call_dummy_words): New.
1581 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
1582 (CALL_DUMMY_P): Define.
1583 (CALL_DUMMY_WORDS): Define.
1584 (SIZEOF_CALL_DUMMY_WORDS): Define.
1585
1586 2002-01-19 Per Bothner <per@bothner.com>
1587
1588 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
1589 isn't NULL, which can happen with some gcj-3.x-produced code.
1590
1591 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
1592
1593 * alpha-tdep.c (alpha_register_virtual_type): New function.
1594 (alpha_init_frame_pc_first): Ditto.
1595 (alpha_fix_call_dummy): Ditto.
1596 (alpha_store_struct_return): Ditto.
1597 (alpha_extract_struct_value_address): Ditto.
1598 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
1599 alpha_register_virtual_type.
1600 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
1601 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
1602 alpha_extract_struct_value_address.
1603 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
1604 (INIT_FRAME_PC): Use init_frame_pc_noop.
1605 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
1606
1607 2002-01-19 Mark Kettenis <kettenis@gnu.org>
1608
1609 * i386gnu-nat.c: Include "i386-tdep.h".
1610 (fetch_fpregs): Simplify code dealing with uninitialized floating
1611 point states such that it doesn't require FP7_REGNUM.
1612
1613 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1614
1615 * alpha-tdep.c (frame_extra_info): New.
1616 (alpha_find_saved_regs): Make static. Use
1617 frame->extra_info.
1618 (alpha_frame_init_saved_regs): New function.
1619 (alpha_frame_saved_pc): Use frame->extra_info.
1620 (temp_saved_regs): Don't declare as struct frame_saved_regs.
1621 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
1622 (init_extra_frame_info): Rename to...
1623 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
1624 (alpha_print_extra_frame_info): New function.
1625 (alpha_frame_locals_address): Ditto.
1626 (alpha_frame_args_address): Ditto.
1627 (alpha_pop_frame): Use frame->extra_info.
1628 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
1629 alpha_frame_args_address.
1630 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
1631 (alpha_find_saved_regs): Remove prototype.
1632 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
1633 (EXTRA_FRAME_INFO): Remove.
1634 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
1635 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
1636
1637 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1638
1639 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
1640 (alpha_cannot_fetch_register): Ditto.
1641 (alpha_cannot_store_register): Ditto.
1642 (alpha_register_convertible): Ditto.
1643 (alpha_use_struct_convention): Ditto.
1644 * config/alpha/tm-alpha.h: Update copyright years.
1645 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
1646 (INNER_THAN): Use core_addr_lessthan.
1647 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
1648 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
1649 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
1650 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
1651 (FRAME_CHAIN): Remove unnecessary cast.
1652
1653 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1654
1655 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
1656 obsolete.
1657
1658 2002-01-18 Andrew Cagney <ac131313@redhat.com>
1659
1660 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
1661 * monitor.c, remote-array.c, remote-bug.c: Ditto.
1662 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
1663 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
1664 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
1665 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
1666 * x86-64-linux-nat.c: Ditto.
1667
1668 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1669
1670 * alpha-tdep.c (alpha_register_name): New function.
1671 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
1672 (REGISTER_NAME): Define.
1673
1674 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1675
1676 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
1677
1678 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1679
1680 * alpha-tdep.c: Update copyright years.
1681 (alpha_next_pc): New function.
1682 (alpha_software_single_step): Ditto.
1683 * config/alpha/tm-alpha.h: Add prototype for
1684 alpha_software_single_step.
1685
1686 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
1687
1688 * alphabsd-nat.c: Update copyright years.
1689 (fill_gregset): Use regcache_collect.
1690 (fill_fpregset): Likewise.
1691 (fetch_inferior_registers): Only fetch integer registers
1692 if requested to do so.
1693 (store_inferior_registers): Only store integer registers
1694 if requested to do so.
1695
1696 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1697
1698 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
1699 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
1700 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
1701 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
1702 * config/alpha/fbsd.mh (XDEPFILES): Delete.
1703 * config/arm/linux.mh (XDEPFILES): Delete.
1704 * config/arm/nbsd.mh (XDEPFILES): Delete.
1705 * config/i386/i386dgux.mh (XDEPFILES): Delete.
1706 * config/i386/i386sol2.mh (XDEPFILES): Delete.
1707 * config/i386/i386m3.mh (XDEPFILES): Delete.
1708 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
1709 * config/i386/i386gnu.mh (XDEPFILES): Delete.
1710 * config/i386/fbsd.mh (XDEPFILES): Delete.
1711 * config/i386/i386bsd.mh (XDEPFILES): Delete.
1712 * config/i386/i386sco5.mh (XDEPFILES): Delete.
1713 * config/i386/i386v4.mh (XDEPFILES): Delete.
1714 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
1715 * config/i386/i386sco4.mh (XDEPFILES): Delete.
1716 * config/i386/i386aix.mh (XDEPFILES): Delete.
1717 * config/i386/go32.mh (XDEPFILES): Delete.
1718 * config/i386/cygwin.mh (XDEPFILES): Delete.
1719 * config/i386/i386lynx.mh (XDEPFILES): Delete.
1720 * config/i386/i386mach.mh (XDEPFILES): Delete.
1721 * config/i386/i386v32.mh (XDEPFILES): Delete.
1722 * config/i386/linux.mh (XDEPFILES): Delete.
1723 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
1724 * config/i386/ncr3000.mh (XDEPFILES): Delete.
1725 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
1726 * config/i386/i386sco.mh (XDEPFILES): Delete.
1727 * config/i386/i386v.mh (XDEPFILES): Delete.
1728 * config/i386/nbsd.mh (XDEPFILES): Delete.
1729 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
1730 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
1731 * config/i386/symmetry.mh (XDEPFILES): Delete.
1732 * config/i386/obsd.mh (XDEPFILES): Delete.
1733 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
1734 * config/ia64/linux.mh (XDEPFILES): Delete.
1735 * config/ia64/aix.mh (XDEPFILES): Delete.
1736 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
1737 * config/m68k/dpx2.mh (XDEPFILES): Delete.
1738 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
1739 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
1740 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
1741 * config/m68k/linux.mh (XDEPFILES): Delete.
1742 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
1743 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
1744 * config/m68k/nbsd.mh (XDEPFILES): Delete.
1745 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
1746 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
1747 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
1748 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
1749 * config/m88k/delta88.mh (XDEPFILES): Delete.
1750 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
1751 * config/m88k/m88k.mh (XDEPFILES): Delete.
1752 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
1753 * config/mips/linux.mh (XDEPFILES): Delete.
1754 * config/mips/irix6.mh (XDEPFILES): Delete.
1755 * config/mips/irix5.mh (XDEPFILES): Delete.
1756 * config/mips/irix4.mh (XDEPFILES): Delete.
1757 * config/mips/irix3.mh (XDEPFILES): Delete.
1758 * config/mips/decstation.mh (XDEPFILES): Delete.
1759 * config/mips/mipsm3.mh (XDEPFILES): Delete.
1760 (NATDEPFILES): Move core-aout.o to here.
1761 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
1762 * config/pa/hpux1020.mh (XDEPFILES): Delete.
1763 * config/pa/hppabsd.mh (XDEPFILES): Delete.
1764 * config/pa/hppahpux.mh (XDEPFILES): Delete.
1765 * config/pa/hpux11w.mh (XDEPFILES): Delete.
1766 * config/pa/hppaosf.mh (XDEPFILES): Delete.
1767 * config/pa/hpux11.mh (XDEPFILES): Delete.
1768 * config/powerpc/aix.mh (XDEPFILES): Delete.
1769 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
1770 * config/powerpc/linux.mh (XDEPFILES): Delete.
1771 * config/romp/rtbsd.mh: Rename XDEPFILES.
1772 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
1773 * config/rs6000/aix4.mh (XDEPFILES): Delete.
1774 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
1775 * config/s390/s390.mh (XDEPFILES): Delete.
1776 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
1777 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
1778 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
1779 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
1780 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
1781 * config/sparc/nbsd.mh (XDEPFILES): Delete.
1782 * config/sparc/linux.mh (XDEPFILES): Delete.
1783 * config/vax/vaxult.mh (XDEPFILES): Delete.
1784 * config/vax/vaxult2.mh (XDEPFILES): Delete.
1785 * Makefile.in (DEPFILES): Remove XDEPFILES.
1786
1787 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1788
1789 * utils.c (internal_verror): Fix comments, default is yes not no.
1790 Update queries to match. Default to quit and dump core.
1791
1792 2002-01-17 Andrew Cagney <ac131313@redhat.com>
1793
1794 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
1795 copyright.
1796 * defs.h, event-top.c, gdbcmd.h: Ditto.
1797 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
1798 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
1799 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
1800 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
1801 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
1802 * mi/mi-main.c:Ditto.
1803
1804 * stack.c, symfile.c: Update copyright.
1805
1806 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
1807
1808 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
1809 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
1810 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
1811 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
1812
1813 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
1814
1815 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
1816 * gdbserver/low-lynx.c (myattach): Likewise.
1817 * gdbserver/low-nbsd.c (myattach): Likewise.
1818 * gdbserver/low-sim.c (myattach): Likewise.
1819 * gdbserver/low-sparc.c (myattach): Likewise.
1820 * gdbserver/low-sun3.c (myattach): Likewise.
1821
1822 * gdbserver/low-linux.c (myattach): New function.
1823
1824 * gdbserver/server.c (attach_inferior): New function.
1825 (main): Handle "--attach".
1826
1827 2002-01-16 Andrew Cagney <ac131313@redhat.com>
1828
1829 * MAINTAINERS (language support): Daniel Jacobwitz is C++
1830 maintainer.
1831
1832 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
1833
1834 * c-typeprint.c (is_type_conversion_operator): Add additional
1835 check for non-conversion operators.
1836
1837 2002-01-15 Michael Snyder <msnyder@redhat.com>
1838
1839 * linux-proc.c: Add "info proc" command, a la procfs.c.
1840 (read_mapping): New function, abstract and re-use code.
1841 (linux_find_memory_regions): Use new func read_mapping.
1842 (linux_info_proc_cmd): New function, implement "info proc".
1843 (_initialize_linux_proc): Add new command "info proc".
1844
1845 2002-01-15 Michael Snyder <msnyder@redhat.com>
1846
1847 * symfile.c (generic_load): Use bfd_map_over_sections method
1848 instead of manipulating bfd structure members directly.
1849 (add_section_size_callback): New function, bfd sections callback
1850 used by generic_load.
1851 (load_sections_callback): New function, bfd sections callback
1852 used by generic_load.
1853
1854 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
1855
1856 [Based on work by Jim Blandy]
1857 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
1858 (builtin_type_vec128): Export.
1859 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
1860 types.
1861 (builtin_type_vec128): New builtin type for 128 bit vector
1862 registers.
1863 (build_gdbtypes): Initialize builtin_type_v16qi and
1864 builtin_type_v8hi. Create the vec128 register builtin type
1865 structure.
1866 (build_builtin_type_vec128): New function.
1867 (_initialize_gdbtypes): Register builtin_type_v16qi and
1868 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
1869 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
1870 AltiVec register to new builtin type.
1871
1872 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
1873
1874 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
1875 to make_cv_type.
1876
1877 2002-01-14 Andrew Cagney <ac131313@redhat.com>
1878
1879 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
1880 CLEAN_UP_REGISTER_VALUE.
1881 * regcache.c (supply_register): Update only call.
1882
1883 2002-01-14 Andrew Cagney <ac131313@redhat.com>
1884
1885 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1886 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1887 a29k-*-vxworks* targets as obsolete.
1888
1889 2002-01-14 Michael Snyder <msnyder@redhat.com>
1890
1891 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
1892 until we can resolve portability issues.
1893 * gregset.h: Remove references to fpxregs.
1894 * gcore.c (gcore_command): Initialize note_sec to NULL.
1895
1896 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1897
1898 * signals.c (target_signal_to_name): Rewrite. Only use
1899 signals[].name when in bounds and non-NULL.
1900
1901 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1902
1903 From Petr Ledvina <ledvinap@kae.zcu.cz>:
1904 * signals.c (target_signal_to_name): Verify that SIG is within the
1905 bounds of the signals array.
1906
1907 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1908
1909 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
1910
1911 2002-01-13 Keith Seitz <keiths@redhat.com>
1912
1913 * stack.c (print_frame_info_base): Print the frame's pc
1914 only if when print_frame_info_listing_hook is not defined.
1915
1916 2002-01-13 Keith Seitz <keiths@redhat.com>
1917
1918 * varobj.c (varobj_set_value): Make sure that there were no
1919 errors evaluating the object before attempting to set its
1920 value.
1921 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
1922 so this offset adjustment is no longer necessary.
1923 (create_child): Don't set the error flag if the child is
1924 a CPLUS_FAKE_CHILD.
1925 (value_of_child): If value_fetch_lazy fails, return NULL
1926 so that callers will be notified that an error occurred.
1927 (c_value_of_variable): Delay check of variable's validity
1928 until later. We actually want all structs and unions to have
1929 the value "{...}".
1930 Do not return "???" for variables which could not be evaluated.
1931 This error condition must be returned to the caller so that it
1932 can get the error condition from gdb.
1933 (cplus_name_of_child): Adjust index for vptr before figuring
1934 out the name of the child.
1935 (cplus_value_of_child): If a child's (real) parent is not valid,
1936 don't even bother trying to give a value for it. Just return
1937 an error. Change all instances in this function.
1938 (cplus_type_of_child): If our parent is one of the "fake"
1939 parents, we need to get at the type of the real parent, and
1940 derive the child's true type using this information.
1941
1942 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1943
1944 From 2002-01-09 John Marshall <johnm@falch.net>:
1945 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
1946 sources.redhat.com, and tweak some related URLs which had
1947 suffered from linkrot.
1948
1949 2002-01-13 Andrew Cagney <ac131313@redhat.com>
1950
1951 From Jeff law:
1952 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
1953 structures passed in registers.
1954
1955 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
1956
1957 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
1958 white space which prevented compilation. Reported by DSK
1959 <dsk@student.unsw.edu.au>.
1960
1961 2002-01-11 Michael Snyder <msnyder@redhat.com>
1962
1963 * symfile.c (build_section_addr_info_from_section_tab):
1964 Use bfd access method instead of manipulating bfd directly.
1965 (syms_from_objfile): Ditto.
1966 (simple_overlay_update_1): Ditto.
1967 (simple_overlay_update): Ditto.
1968 (generic_load): Ditto.
1969 (overlay_unmapped_address): FIXME comment, bfd access methods.
1970 (sections_overlap): FIXME comment, bfd access methods.
1971 (pc_in_mapped_range): FIXME comment, bfd access methods.
1972 (pc_in_unmapped_range): FIXME comment, bfd access methods.
1973 (section_is_mapped): FIXME comment, bfd access methods.
1974 (section_is_overlay): FIXME comment, bfd access methods.
1975
1976 * symfile.c (generic_load): Whitespace and long line cleanups.
1977 Remove duplicate variable, change several local variables to
1978 more appropriate data types.
1979 (print_transfer_performance): Use %lu instead of %ld for ulongs.
1980
1981 2002-01-12 Andrew Cagney <ac131313@redhat.com>
1982
1983 From Peter Schauer:
1984 * language.c (longest_local_hex_string_custom): Use phex_nz to
1985 convert NUM to a hex string.
1986
1987 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
1988
1989 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
1990 the function.
1991 Update Copyright year.
1992
1993 2002-01-12 Andrew Cagney <ac131313@redhat.com>
1994
1995 * language.c (longest_raw_hex_string): Delete unused function.
1996
1997 2002-01-11 Petr Sorfa <petrs@caldera.com>
1998
1999 * MAINTAINERS (write-after-approval): Add myself.
2000 * dwarf2read.c (read_tag_string_type): Handling of
2001 DW_AT_byte_size.
2002 (read_tag_string_type): FORTRAN fix to prevent propagation of
2003 first string size.
2004 (set_cu_language): Handling of DW_LANG_Fortran95
2005
2006 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
2007
2008 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
2009 GETPID(inferior_ptid).
2010 (store_inferior_registers): Likewise.
2011
2012 2002-01-10 Jason Merrill <jason@redhat.com>
2013
2014 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
2015 Fix DW_OP_minus.
2016
2017 2002-01-10 Andrew Cagney <ac131313@redhat.com>
2018
2019 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
2020 and bfd/elf32-sh-nbsd.c.
2021
2022 2002-01-10 Michael Snyder <msnyder@redhat.com>
2023
2024 * NEWS: Mention --pid and corefile/proc-id behavior change.
2025
2026 * Makefile.in: Add rules for gcore.o and linux-proc.o.
2027 * gcore.c: Include cli/cli-decode.h instead of command.h.
2028
2029 * main.c (captured_main): Add new command line option "--pid".
2030 If the second command line argument (following the symbol-file)
2031 begins with a digit, try to attach to it before trying to open
2032 it as a corefile.
2033 (print_gdb_help): Document the "--pid" argument.
2034
2035 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
2036
2037 * completer.c (command_completer): New function.
2038
2039 * completer.h <command_completer>: Add prototype.
2040
2041 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
2042 completer for the "help" command.
2043
2044 2002-01-09 Jason Merrill <jason@redhat.com>
2045
2046 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
2047
2048 2002-01-09 Michael Snyder <msnyder@redhat.com>
2049
2050 * i386-linux-nat.c (fill_fpxregset): Make global.
2051 (store_fpxregset): Ditto.
2052
2053 * gregset.h (gdb_fpxregset_t): Define.
2054 (supply_fpxregset): Prototype.
2055 (fill_fpxregset): Prototype.
2056
2057 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
2058
2059 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
2060
2061 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
2062 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
2063 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
2064
2065 2002-01-09 Andrew Cagney <ac131313@redhat.com>
2066
2067 * MAINTAINERS: Update target maintainer rules so that any
2068 Maintainer can approve a tested patch for a maintenance-only
2069 target.
2070
2071 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
2072
2073 * MAINTAINERS (write-after-approval): Add myself.
2074
2075 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
2076 IN_SIGTRAMP.
2077
2078 2002-01-08 Michael Snyder <msnyder@redhat.com>
2079
2080 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
2081 real name of the executable, rather than the /proc name.
2082
2083 2002-01-03 Michael Snyder <msnyder@redhat.com>
2084
2085 Implement a "generate-core-file" command in gdb, save target state.
2086 * gcore.c: New file. Implement new command 'generate-core-file'.
2087 Save a corefile image of the current state of the inferior.
2088 * linux-proc.c: Add linux-specific code for saving corefiles.
2089 * target.h (struct target_ops): Add new target vectors for saving
2090 corefiles; to_find_memory_regions and to_make_corefile_notes.
2091 (target_find_memory_regions): New macro.
2092 (target_make_corefile_notes): New macro.
2093 * target.c (update_current_target): Inherit new target methods.
2094 (dummy_find_memory_regions): New place-holder method.
2095 (dummy_make_corefile_notes): New place-holder method.
2096 (init_dummy_target): Initialize new dummy target vectors.
2097 * exec.c (exec_set_find_memory_regions): New function.
2098 Allow the exec_ops vector for memory regions to be taken over.
2099 (exec_make_note_section): New function, target vector method.
2100 * defs.h (exec_set_find_memory_regions): Export prototype.
2101 * procfs.c (proc_find_memory_regions): New function, corefile method.
2102 (procfs_make_note_section): New function, corefile method.
2103 (init_procfs_ops): Set new target vector pointers.
2104 (find_memory_regions_callback): New function.
2105 (procfs_do_thread_registers): New function.
2106 (procfs_corefile_thread_callback): New function.
2107 * sol-thread.c (sol_find_memory_regions): New function.
2108 (sol_make_note_section): New function.
2109 (init_sol_thread_ops): Initialize new target vectors.
2110 * inftarg.c (inftarg_set_find_memory_regions): New function.
2111 Allow to_find_memory_regions vector to be taken over.
2112 (inftarg_set_make_corefile_notes): New function.
2113 Allow to_make_corefile_notes vector to be taken over.
2114 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
2115 interface layer if not target_has_execution (may be a corefile).
2116 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
2117 * config/sparc/sun4sol2.mh: Ditto.
2118 * config/alpha/alpha-linux.mh: Ditto.
2119 * config/arm/linux.mh: Ditto.
2120 * config/i386/x86-64linux.mh: Ditto.
2121 * config/ia64/linux.mh: Ditto.
2122 * config/m68k/linux.mh: Ditto.
2123 * config/mips/linux.mh: Ditto.
2124 * config/powerpc/linux.mh: Ditto.
2125 * config/sparc/linux.mh: Ditto.
2126
2127 2002-01-07 Michael Snyder <msnyder@redhat.com>
2128
2129 * arm-linux-nat.c: Remove references to regcache.c internal data
2130 (registers[] and register_valid[]).
2131
2132 2002-01-07 Michael Snyder <msnyder@redhat.com>
2133
2134 * linux-proc.c: New file. Implement child_pid_to_exec_file,
2135 so that attaching to a pid will automatically read the process's
2136 symbol file and shlibs.
2137 * Makefile.in: Add rule for linux-proc.o.
2138 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
2139 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
2140 * config/arm/linux.mh: Ditto.
2141 * config/i386/linux.mh: Ditto.
2142 * config/i386/x86-64linux.mh: Ditto.
2143 * config/ia64/linux.mh: Ditto.
2144 * config/m68k/linux.mh: Ditto.
2145 * config/mips/linux.mh: Ditto.
2146 * config/powerpc/linux.mh: Ditto.
2147 * config/sparc/linux.mh: Ditto.
2148
2149 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
2150
2151 * win32-nat.c: Add i386-tdep.h dependency.
2152
2153 2002-01-07 Michael Snyder <msnyder@redhat.com>
2154
2155 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
2156 instead of bfd_get_arch_size. Don't bail out just because
2157 there's no exec_bfd.
2158
2159 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
2160 * p-valprint.c (pascal_object_print_value): Ditto.
2161 * somread.c (som_symtab_read): Ditto.
2162 * symfile.c (simple_free_overlay_region_table): Ditto.
2163 * valops.c (value_assign): Ditto.
2164
2165 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
2166 use tilde_expand and strerror for opening save-tracepoints file.
2167
2168 * thread-db.c (thread_db_new_objfile): Indendation fix.
2169
2170 * infptrace.c (GDB_MAX_ALLOCA): New define.
2171 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
2172 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
2173 can be overridden with whatever value is appropriate to the host).
2174 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
2175 alloca to allocate potentially large buffer.
2176 * rs6000-nat.c (child_xfer_memory): Ditto.
2177 * symm-nat.c (child_xfer_memory): Ditto.
2178 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
2179
2180 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
2181
2182 From Nick Clifton <nickc@redhat.com>
2183 * d10v-tdep.c: Set STACK_START to 0x200bffe.
2184
2185 2002-01-07 Michael Snyder <msnyder@redhat.com>
2186
2187 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
2188 Don't use exec_bfd if it's NULL.
2189
2190 2002-01-06 Mark Kettenis <kettenis@gnu.org>
2191
2192 * valops.c (value_arg_coerce): Fix formatting.
2193
2194 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2195
2196 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
2197 * gnu-nat.c: Ditto.
2198
2199 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2200
2201 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
2202 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
2203 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
2204 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
2205 z8k-coff have not been multi-arched. Update z8k-coff build
2206 status.
2207
2208 2002-01-06 Andrew Cagney <ac131313@redhat.com>
2209
2210 * MAINTAINERS: Mark a29k target as obsolete.
2211 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
2212 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
2213 comments.
2214 * NEWS: Note that a29k targets are obsolete.
2215 * a29k-tdep.c: Mark as obsolete.
2216 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
2217 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
2218 a29k-*-vxworks* targets as obsolete.
2219 * remote-adapt.c: Obsolete.
2220 * remote-eb.c: Obsolete.
2221 * remote-mm.c: Obsolete.
2222 * remote-udi.c: Obsolete.
2223 * config/a29k/a29k-udi.mt: Obsolete.
2224 * config/a29k/a29k.mt: Obsolete.
2225 * config/a29k/tm-a29k.h: Obsolete.
2226 * config/a29k/tm-vx29k.h: Obsolete.
2227 * config/a29k/vx29k.mt: Obsolete.
2228
2229 2002-01-05 Andrew Cagney <ac131313@redhat.com>
2230
2231 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
2232 with BFD_ENDIAN_BIG.
2233
2234 2002-01-05 Andrew Cagney <ac131313@redhat.com>
2235
2236 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
2237 * configure, config.in: Re-generate.
2238 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
2239 * defs.h: Do not include <endian.h>.
2240
2241 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
2242
2243 * acconfig.h (HAVE_PT_GETXMMREGS): New.
2244 * config.in: Regenerate.
2245 * configure.in: Update copyright years.
2246 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
2247 * configure: Regenerate.
2248 * i386bsd-nat.c: Update copyright years.
2249 (fill_gregset): Use regcache_collect.
2250 (fetch_inferior_registers): Only fetch integer registers
2251 if requested to do so. Add support for XMM registers
2252 using PT_GETXMMREGS.
2253 (store_inferior_registers): Only store integer registers
2254 if requested to do so. Add support for XMM registers
2255 using PT_SETXMMREGS.
2256 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
2257 (store_inferior_registers): Remove.
2258 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
2259 (fetch_elfcore_registers): New function.
2260 (i386nbsd_elfcore_fns): New.
2261 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
2262 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
2263 i386bsd-nat.o.
2264 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2265 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
2266 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
2267 * config/i386/tm-nbsd.h: Update copyright years.
2268 (HAVE_SSE_REGS): Define.
2269 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
2270 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
2271 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
2272 (SIGCONTEXT_PC_OFFSET): Remove.
2273 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
2274
2275 2002-01-05 Andrew Cagney <ac131313@redhat.com>
2276
2277 * configure.tgt: Remove powerpc-*-macos* target.
2278 * config/m68k/xm-mpw.h: Delete file.
2279 * config/xm-mpw.h: Delete file.
2280 * ser-mac.c: Delete file.
2281 * mpw-make.sed: Delete file.
2282 * mpw-config.in: Delete file.
2283 * mac-xdep.c: Delete file.
2284 * mac-gdb.r: Delete file.
2285 * mac-defs.h: Delete file.
2286 * mac-nat.c: Delete file.
2287 * config/powerpc/macos.mh: Delete file.
2288 * config/powerpc/macos.mt: Delete file.
2289 * config/powerpc/nm-macos.h: Delete file.
2290 * config/powerpc/tm-macos.h: Delete file.
2291 * source.c (openp, open_source_file): Remove obsolete code.
2292 * top.c (gdb_readline): Ditto.
2293 * utils.c (query): Ditto.
2294 * event-top.c (display_gdb_prompt): Ditto.
2295 * Makefile.in (ser-mac.o): Delete obsolete target.
2296 * NEWS: Update.
2297
2298 2002-01-04 Andrew Cagney <ac131313@redhat.com>
2299
2300 * defs.h (BIG_ENDIAN): Delete macro definition.
2301 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
2302 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
2303 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
2304 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
2305 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
2306 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
2307 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
2308 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
2309 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
2310 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
2311 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
2312 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
2313 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2314 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
2315 * gdbarch.c: Re-generate.
2316
2317 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2318
2319 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
2320 for core files.
2321
2322 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2323
2324 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
2325
2326 2002-01-04 Andrew Cagney <ac131313@redhat.com>
2327
2328 * value.h (value_ptr): Delete typedef.
2329
2330 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2331
2332 * i386nbsd-nat.c: Update copyright years.
2333 Include i386-tdep.h.
2334
2335 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
2336
2337 * stabsread.c: Update copyright years.
2338
2339 From Debashis Mahata <debashis.mahata@wipro.com>:
2340 (read_struct_fields): Deal with Sun C compiler erroneous stab
2341 output for structs and unions.
2342 Fix PR gdb/269.
2343
2344 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2345
2346 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
2347 prototype.
2348
2349 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2350
2351 * cp-abi.c: Fix whitespace.
2352 (baseclass_offset): New wrapper function.
2353 * cp-abi.h (baseclass_offset): Add prototype.
2354 (struct cp_abi_ops): Add baseclass_offset pointer.
2355
2356 * valops.c (vb_match): Move to...
2357 * gnu-v2-abi.c (vb_match): here.
2358 * valops.c (baseclass_offset): Move to...
2359 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
2360
2361 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
2362
2363 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
2364 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
2365 * hpacc-abi.c (init_hpacc_ops): Likewise.
2366
2367 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2368
2369 * valops.c (find_overload_match): Accept obj as a
2370 reference parameter. Update it before returning.
2371 * value.h (find_overload_match): Update prototype.
2372 * eval.c (evaluate_subexp_standard): Pass object to
2373 find_overload_match by reference.
2374
2375 2002-01-03 Andrew Cagney <ac131313@redhat.com>
2376
2377 * valarith.c: Replace value_ptr with struct value pointer. Remove
2378 register attribute from value declarations.
2379 * valops.c: Ditto.
2380 * value.h: Ditto.
2381 * scm-lang.c (scm_lookup_name): Ditto.
2382
2383 2002-01-03 Michael Snyder <msnyder@redhat.com>
2384
2385 Abstract the functionality of iterating over mapped memory
2386 regions into a general purpose iterator function.
2387 * procfs.c (iterate_over_mappings): New function, general purpose
2388 iterator for memory sections.
2389 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
2390 (solib_mappings_callback): New function, callback for above.
2391 (info_proc_mappings): Reimpliment using iterate_over_mappings.
2392 (info_mappings_callback): New function, callback for above.
2393
2394 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
2395
2396 2002-01-01 Mark Kettenis <kettenis@gnu.org>
2397
2398 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
2399 * i386-tdep.c: Include "elf-bfd.h".
2400 (process_note_abi_tag_sections): New function.
2401 (i386_gdbarch_init): Add code to recognize various OS/ABI
2402 combinations.
2403
2404 * maint.c (_initialize_maint_cmds): Add missing \ in
2405 string-literal.
2406
2407 For older changes see ChangeLog-2001
2408 \f
2409 Local Variables:
2410 mode: change-log
2411 left-margin: 8
2412 fill-column: 74
2413 version-control: never
2414 End:
This page took 0.075128 seconds and 5 git commands to generate.