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