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