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