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