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