2002-02-01 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / gdb / ChangeLog
1 2002-02-01 Michael Snyder <msnyder@redhat.com>
2
3 * breakpoint.c (create_temp_exception_breakpoint): Delete.
4 * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
5
6 2002-02-01 Daniel Jacobowitz <drow@mvista.com>
7
8 * regformats/reg-arm.dat: New file.
9 * regformats/reg-i386.dat: New file.
10 * regformats/reg-ia64.dat: New file.
11 * regformats/reg-m68k.dat: New file.
12 * regformats/reg-mips.dat: New file.
13 * regformats/reg-ppc.dat: New file.
14 * regformats/reg-sh.dat: New file.
15 * regformats/regdef.h: New file.
16 * regformats/regdat.sh: New file.
17
18 2002-02-01 Richard Earnshaw <reanrsha@arm.com>
19
20 * arm-tdep.c (arm_frameless_function_invocation): Add some comments.
21 (arm_frame_args_address, arm_frame_locals_address): New functions.
22 (arm_frame_num_args): New function.
23 * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address.
24 (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address.
25 (FRMA_NUM_ARGS): Call arm_frame_num_args.
26
27 2002-01-31 Michael Snyder <msnyder@redhat.com>
28
29 * breakpoint.c (break_at_finish_command): Export.
30 (break_at_finish_at_depth_command): Export.
31 (tbreak_at_finish_command): Export.
32 (_initialize_breakpoint): Delete "xbreak" and "tbreak" commands.
33 * hppa-tdep.c (_initialize_hppa_tdep): Add "xbreak" and
34 "tbreak" commands, which are HPPA specific.
35
36 * printcmd.c (disassemble_command): Remove an ancient
37 artifact of an old merge.
38
39 * symfile.h (enum overlay_debugging_state):
40 Define enum constant values for overlay mode.
41 * symfile.c (overlay_debugging): Use enums instead of literals.
42 (overlay_is_mapped, overlay_auto_command,
43 overlay_manual_command): Ditto.
44
45 * breakpoint.c (insert_breakpoints, remove_breakpoint,
46 breakpoint_here_p, breakpoint_inserted_here_p,
47 breakpoint_thread_match, bpstat_stop_status,
48 describe_other_breakpoints, check_duplicates, clear_command):
49 Coding standard fixes.
50
51 * target.c (target_xfer_memory): Add spaces, coding standard.
52 (do_xfer_memory): Add missing line to trust-readonly
53 code: check bfd SEC_READONLY flag for section.
54
55 2002-01-31 Andrew Cagney <ac131313@redhat.com>
56
57 * PROBLEMS: Fix typo, 5.1->5.1.1.
58
59 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
60
61 * symtab.c (find_pc_sect_psymtab): Do not search psymtabs for
62 data symbols, since we search based on textlow and texthigh.
63 (find_pc_sect_symtab): Likewise.
64
65 2002-01-30 Andrew Cagney <ac131313@redhat.com>
66
67 * defs.h (vwarning): Declare.
68 (warning_begin): Delete declaration.
69 * utils.c (vwarning): New function.
70 (warning): Call vwarning.
71 (warning_begin): Delete function.
72
73 * rs6000-nat.c (vmap_ldinfo): Use the function warning to print
74 the warning message.
75 * d10v-tdep.c (d10v_address_to_pointer) [0]: Delete call to
76 warning_begin.
77
78 2002-01-30 Michael Snyder <msnyder@redhat.com>
79
80 * NEWS: Mention "set trust-readonly-sections" command.
81 Mention generate-core-file command.
82
83 2002-01-15 Michael Snyder <msnyder@redhat.com>
84
85 * target.c: New command, "set trust-readonly-sections on".
86 (do_xfer_memory): Honor the suggestion to trust readonly sections
87 by reading them from the object file instead of from the target.
88 (initialize_targets): Register command "set trust-readonly-sections".
89
90 2002-01-29 Andrew Cagney <ac131313@redhat.com>
91
92 * parse.c (target_map_name_to_register): Simplify, search regs and
93 pseudo-regs using a single loop.
94
95 2002-01-30 Andrew Cagney <ac131313@redhat.com>
96
97 * PROBLEMS: Note that the i386 fix was missing from 5.1.1.
98
99 2002-01-15 Rodney Brown <rbrown64@csc.com.au>
100
101 * config/i386/tm-i386v4.h: Define HAVE_I387_REGS.
102 * config/i386/i386v42mp.mh: Add i387-nat.o .
103 * i386v4-nat.c: Include i387-nat.h.
104 (supply_fpregset): Use i387_supply_fsave.
105 (fill_fpregset): Use i387_fill_fsave.
106
107 2002-01-30 Richard Earnshaw <rearnsha@arm.com>
108
109 * arm-tdep.c (arm_call_dummy_words): Define.
110 * arm-linux-tdep.c (arm_linux_call_dummy_words): Define.
111 * config/arm/tm-arm.h (CALL_DUMMY_P): Define.
112 (CALL_DUMMY_WORDS): Define.
113 (arm_call_dummy_words): Declare.
114 * config/arm/tm-linux.h (CALL_DUMMY_WORDS): Define.
115 (arm_linux_call_dummy_words): Declare.
116
117 2002-01-30 Andreas Schwab <schwab@suse.de>
118
119 * m68klinux-nat.c: Fix last change to use regcache_collect
120 instead of referencing registers[] directly.
121
122 2002-01-29 Andrew Cagney <ac131313@redhat.com>
123
124 * parse.c (target_map_name_to_register): Delete code wrapped in
125 #ifdef REGISTER_NAME_ALIAS_HOOK.
126
127 2002-01-28 Michael Snyder <msnyder@redhat.com>
128
129 * regcache.c (legacy_read_register_gen): Need to be able to
130 read pseudo-register as well as real register.
131 (legacy_write_register_gen): Ditto.
132
133 2002-01-28 Andrew Cagney <ac131313@redhat.com>
134
135 * config/mips/tm-wince.h (TARGET_BYTE_ORDER): Delete.
136 * config/sparc/tm-sparc.h (TARGET_BYTE_ORDER): Delete.
137 * config/ns32k/tm-umax.h (TARGET_BYTE_ORDER): Delete.
138 * config/ia64/tm-ia64.h (TARGET_BYTE_ORDER): Delete.
139 * config/m32r/tm-m32r.h (TARGET_BYTE_ORDER): Delete.
140 * config/m68k/tm-m68k.h (TARGET_BYTE_ORDER): Delete.
141 * config/m88k/tm-m88k.h (TARGET_BYTE_ORDER): Delete.
142 * config/mn10200/tm-mn10200.h (TARGET_BYTE_ORDER): Delete.
143 * config/pa/tm-hppa.h (TARGET_BYTE_ORDER): Delete.
144 * config/sh/tm-wince.h (TARGET_BYTE_ORDER): Delete.
145 * config/v850/tm-v850.h (TARGET_BYTE_ORDER): Delete.
146 * config/vax/tm-vax.h (TARGET_BYTE_ORDER): Delete.
147 * config/z8k/tm-z8k.h (TARGET_BYTE_ORDER): Delete.
148 * config/i960/tm-i960.h (TARGET_BYTE_ORDER): Delete.
149 * config/i386/tm-i386.h (TARGET_BYTE_ORDER): Delete.
150 * config/h8500/tm-h8500.h (TARGET_BYTE_ORDER): Delete.
151 * config/h8300/tm-h8300.h (TARGET_BYTE_ORDER): Delete.
152 * config/fr30/tm-fr30.h (TARGET_BYTE_ORDER): Delete.
153 * config/d30v/tm-d30v.h (TARGET_BYTE_ORDER): Delete.
154 * config/alpha/tm-alpha.h (TARGET_BYTE_ORDER): Delete.
155
156 2002-01-28 Andrew Cagney <ac131313@redhat.com>
157
158 * arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
159 (target_byte_order): Initialize to BFD_ENDIAN_BIG.
160 (initialize_current_architecture): Update target_byte_order using
161 information from BFD.
162 * config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
163 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
164 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
165
166 2002-01-28 Andrew Cagney <ac131313@redhat.com>
167
168 * config/vax/tm-vax.h (INVALID_FLOAT): Move macro from here...
169 * vax-tdep.c (INVALID_FLOAT): To here. Document why it is broken.
170
171 * rs6000-tdep.c (rs6000_do_registers_info): Delete code wrapped in
172 #ifdef INVALID_FLOAT.
173 * infcmd.c (do_registers_info): Ditto.
174 * values.c (unpack_double): Ditto. Add comment.
175
176 * config/ns32k/tm-umax.h (INVALID_FLOAT): Delete macro that was
177 already commented out.
178
179 2002-01-26 Andreas Schwab <schwab@suse.de>
180
181 * config/m68k/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
182 * m68klinux-nat.c: Update ptrace interface for fetching/storing
183 registers and add support for PTRACE_GETREGS.
184
185 2002-01-24 Andrew Cagney <ac131313@redhat.com>
186
187 GDB 5.1.1 released from 5.1 branch.
188 * NEWS: Add 5.1.1 news.
189 * README: Sync with 5.1 branch.
190
191 2002-01-23 Fred Fish <fnf@redhat.com>
192
193 * mdebugread.c (parse_partial_symbols): Only copy stabstring1 to
194 stabstring on initial malloc. Reallocing will copy it for us,
195 if necessary.
196
197 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
198
199 * Makefile.in (hpread_h): Delete.
200 (HFILES_NO_SRCDIR): Remove hpread.h.
201 (ALLDEPFILES): Remove hp-psymtab-read.c and hp-symtab-read.c.
202 (hpread.o): Update dependencies.
203 (hp-psymtab-read.o, hp-symtab-read.o): Remove.
204
205 * hp-psymtab-read.c: Remove file.
206 * hp-symtab-read.c: Remove file.
207 * hpread.h: Remove file.
208
209 * hpread.c: Merge all contents of hp-psymtab-read.c,
210 hp-symtab-read.c and hpread.h into this file, as it was prior to
211 January 1999.
212
213 * config/pa/hpux11w.mh, config/pa/hpux11.mh,
214 config/pa/hpux1020.mh, config/pa/hppaosf.mh,
215 config/pa/hppahpux.mh, config/pa/hppabsd.mh (NATDEPFILES):
216 Remove hp-psymtab-read.o and hp-symtab-read.o, add hpread.o.
217
218 2002-01-23 Elena Zannoni <ezannoni@redhat.com>
219
220 * ppc-linux-nat.c (ppc_register_u_addr, supply_gregset,
221 fill_gregset): Call gdbarch_tdep() just once, assign result to
222 variable and use that, instead of calling the function several
223 times.
224
225 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
226
227 * configure.host: Accept sparcv9 as alias for sparc64.
228 * configure.tgt: Likewise.
229
230 2002-01-22 Kevin Buettner <kevinb@redhat.com>
231
232 * solib-aix5.c (build_so_list_from_mapfile)
233 (aix5_relocate_main_executable): Fix xcalloc() calls so order of
234 arguments is not reversed.
235 * solib-sunos.c (sunos_relocate_main_executable): Likewise.
236 * solib-svr4.c (svr4_relocate_main_executable): Likewise.
237
238 2002-01-22 Elena Zannoni <ezannoni@redhat.com>
239
240 * sh-tdep.c (sh_pseudo_register_read): New function. Renamed and
241 modified version of obsolete sh_fetch_pseudo_register.
242 (sh_fetch_pseudo_register): Rename to sh_pseudo_register_read.
243 (sh4_register_read): New function.
244 (sh_pseudo_register_write): New function. Renamed and modified
245 version of obsolete sh_store_pseudo_register.
246 (sh_store_pseudo_register): Rename to sh_pseudo_register_write.
247 (sh4_register_write): New function.
248 (sh_gdbarch_init): Remove setting of gdbarch function
249 fetch_pseudo_register and store_pseudo_register. Remove setting of
250 register_convert_to_raw, register_convert_to_virtual,
251 register_convertible.
252 (sh_sh4_register_convertible): Delete. No longer needed. All is
253 taken care by architecture specific functions
254 register_read/register_write.
255 (sh_sh4_register_convert_to_virtual): Make static.
256 (sh_sh4_register_convert_to_raw): Ditto.
257
258 2002-01-22 Andrew Cagney <ac131313@redhat.com>
259
260 * doublest.c (floatformat_is_negative): Assert FMT is non NULL.
261 (floatformat_is_nan, floatformat_mantissa): Ditto.
262
263 * gdbtypes.c (_initialize_gdbtypes): Initialize TYPE_FLOATFORMAT
264 for builtin_type_ieee_single_little, builtin_type_ieee_double_big,
265 builtin_type_ieee_double_little,
266 builtin_type_ieee_double_littlebyte_bigword,
267 builtin_type_m68881_ext, builtin_type_i960_ext,
268 builtin_type_m88110_ext, builtin_type_m88110_harris_ext,
269 builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword,
270 builtin_type_ia64_spill_big, builtin_type_ia64_spill_little and
271 builtin_type_ia64_quad_big, builtin_type_ia64_quad_little.
272
273 2002-01-22 Corinna Vinschen <vinschen@redhat.com>
274
275 * xstormy16-tdep.c (xstormy16_scan_prologue): Add frameless
276 parameter. Set frameless flag if it exists and depended of
277 whether the scanned function is frameless or not.
278 (xstormy16_skip_prologue): If function is frameless, return
279 result of xstormy16_scan_prologue().
280 (xstormy16_frame_init_saved_regs): Adjust xstormy16_scan_prologue()
281 call.
282
283 2002-01-21 Elena Zannoni <ezannoni@redhat.com>
284
285 * sh-tdep.c (sh_fp_frame_init_saved_regs, sh_push_arguments,
286 sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
287 sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs,
288 sh_sh4_register_byte, sh_sh4_register_raw_size,
289 sh_sh3e_register_virtual_type, sh_sh4_register_virtual_type,
290 sh_sh4_register_convertible, sh_sh4_register_convert_to_virtual,
291 sh_sh4_register_convert_to_raw, sh_fetch_pseudo_register,
292 sh_store_pseudo_register, sh_do_pseudo_register): Call
293 gdbarch_tdep() just once, assign result to variable and use that,
294 instead of calling the function several times.
295
296 2002-01-20 Mark Kettenis <kettenis@gnu.org>
297
298 * go32-nat.c (fetch_register): Use FP_REGNUM_P and FPC_REGNUM_P
299 macros instead of LAST_FPU_CTRL_REGNUM.
300 (store_register): Likewise.
301
302 2002-01-21 Jim Blandy <jimb@redhat.com>
303
304 * infcmd.c (run_command): Check that the `exec' target layer's BFD
305 is up-to-date before running the program, not just when a program
306 exits.
307
308 2002-01-21 Fred Fish <fnf@redhat.com>
309
310 * arm-tdep.c (thumb_skip_prologue): Quit scanning prologue
311 when we have found all instructions we are looking for.
312
313 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
314
315 * arm-tdep.c (arm_register_name): New function.
316 (arm_registers_names): Make static.
317 * config/arm/tm-arm.h (arm_register_names): Delete declaration.
318 (arm_register_name): Declare.
319 (REGISTER_NAME): Use it.
320
321 2002-01-21 Richard Earnshaw <rearnsha@arm.com>
322 Kevin Buettner <kevinb@redhat.com>
323
324 Convert arm targets to new FRAME interface.
325 * arm-tdep.c (struct frame_extra_info): Remove fsr.
326 (arm_frame_find_save_regs): Delete.
327 (arm_frame_init_saved_regs): New.
328 (arm_init_extra_frame_info): Alloacte saved_regs as required.
329 Allocate extra_info as required. Convert all uses of fsr.regs
330 to use saved_regs, similarly all uses of EXTRA_FRAME_INFO fields
331 to use extra_info.
332 (thumb_scan_prologue, arm_scan_prologue, arm_find_callers_reg)
333 (arm_frame_chain, arm_frame_saved_pc, arm_pop_frame): Likewise.
334 (check_prologue_cache, save_prologue_cache): Likewise.
335 (_initialize_arm_tdep): Ensure prologue_cache is correctly set up.
336 * config/arm/tm-arm.h (EXTRA_FRAME_INFO): Delete.
337 (FRAME_FIND_SAVED_REGS): Delete.
338 (arm_frame_find_saved_regs): Delete prototype.
339 (arm_frame_init_saved_regs): New prototype.
340 (FRAME_INIT_SAVED_REGS): Define.
341
342 2002-01-20 Andrew Cagney <ac131313@redhat.com>
343
344 * config/arc/tm-arc.h (IEEE_FLOAT): Delete.
345
346 2002-01-20 Andrew Cagney <ac131313@redhat.com>
347
348 From Jeff Law <law@redhat.com>:
349 * infttrace.c: Include <sys/pstat.h>.
350 (child_pid_to_exec_file): Revamp. Use pstat call to get the
351 exec file if the ttrace equivalent fails.
352
353 2002-01-20 Andrew Cagney <ac131313@redhat.com>
354
355 * rdi-share/devsw.c (openLogFile): Delete unused ``struct tm lt''.
356 (closeLogFile): Ditto.
357
358 2002-01-20 Michael Chastain <mec@shout.net>
359
360 * top.c (print_gdb_version): Bump copyright year to 2002.
361
362 2002-01-20 Andrew Cagney <ac131313@redhat.com>
363
364 * MAINTAINERS (Blanket Write Privs): Add Kevin Buettner, Elena
365 Zannoni and Eli Zaretskii.
366
367 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
368
369 * buildsym.c: Update copyright years.
370 * c-typeprint.c: Likewise.
371 * dwarf2read.c: Likewise.
372 * f-typeprint.c: Likewise.
373 * gdbtypes.c: Likewise.
374 * gdbtypes.h: Likewise.
375 * hp-symtab-read.c: Likewise.
376 * hpread.c: Likewise.
377 * mdebugread.c: Likewise.
378 * p-typeprint.c: Likewise.
379
380 2002-01-20 Andrew Cagney <ac131313@redhat.com>
381
382 * remote-sim.c (gdbsim_open): Simplify code testing the macro
383 TARGET_BYTE_ORDER_SELECTABLE_P. Assume the target is always
384 byte-order selectable.
385 * sparc-tdep.c (sparc_target_architecture_hook): Ditto.
386 * arch-utils.c: Ditto.
387 (set_endian): Ditto.
388 (set_endian_from_file): Ditto.
389 * gdbserver/low-sim.c (create_inferior): Ditto.
390 * gdbarch.sh: Ditto.
391 * gdbarch.h: Re-generate.
392 * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE_P):
393 * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE):
394 * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER_SELECTABLE):
395 * config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_SELECTABLE_P):
396 * config/arm/tm-wince.h (TARGET_BYTE_ORDER_SELECTABLE_P):
397 * config/arm/tm-linux.h (TARGET_BYTE_ORDER_SELECTABLE_P):
398 * config/arc/tm-arc.h (TARGET_BYTE_ORDER_SELECTABLE):
399 * config/arm/tm-arm.h (TARGET_BYTE_ORDER_SELECTABLE_P): Delete
400 macro definition.
401 * config/mips/tm-wince.h: Remove #undef of macro
402 TARGET_BYTE_ORDER_SELECTABLE.
403 * config/sh/tm-wince.h: Ditto.
404
405 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
406
407 * gdbtypes.h (struct cplus_struct_type): Add is_artificial to
408 member function fields. Add accessor macro
409 TYPE_FN_FIELD_ARTIFICIAL.
410 * dwarf2read.c (dwarf2_add_member_fn): Check for artificial methods.
411 * c-typeprint.c (c_type_print_base): Skip artificial member
412 functions.
413
414 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
415
416 * f-typeprint.c: Delete unused function f_type_print_args.
417 * p-typeprint.c: Delete unused function pascal_type_print_args.
418
419 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
420
421 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
422 comment. Add ``artificial'' to ``union field_location''.
423
424 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
425
426 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
427 * mdebugread.c (parse_symbol): Likewise.
428 * stabsread.c (define_symbol): Likewise.
429 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
430 initializing TYPE_FIELD_BITPOS to n (obsolete).
431 (hpread_doc_function_type): Likewise.
432 * hpread.c (hpread_function_type): Likewise.
433
434 2002-01-20 Andrew Cagney <ac131313@redhat.com>
435
436 * configure.in (host_makefile_frag): Only require a host makefile
437 fragment when a native build.
438 * configure: Re-generate.
439
440 2002-01-20 Andrew Cagney <ac131313@redhat.com>
441
442 * doublest.h (floatformat_from_type): Declare.
443 * doublest.c (floatformat_from_type): New function.
444 (convert_typed_floating): Use.
445
446 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
447 call to function floatformat_from_type.
448
449 * gdbarch.sh (IEEE_FLOAT): Delete.
450 * gdbarch.h, gdbarch.c: Re-generate.
451 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
452 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
453 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
454 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
455 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
456 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
457 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
458 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
459 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
460 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
461 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
462 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
463
464 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
465 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
466 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
467 * sh-tdep.c (sh_gdbarch_init): Ditto.
468 * mips-tdep.c (mips_gdbarch_init): Ditto.
469 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
470 * cris-tdep.c (cris_gdbarch_init): Ditto.
471
472 2002-01-20 Jiri Smid <smid@suse.cz>
473
474 * configure.host, configure.tgt: Support x86-64.
475 * NEWS: Note new target x86-64.
476
477 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
478 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
479 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
480 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
481 x86-64-linux-nat.o): Fix dependencies.
482
483 2002-01-19 Andrew Cagney <ac131313@redhat.com>
484
485 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
486 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
487 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
488 * config/sparc/xm-sun4os4.h: Delete file.
489 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
490
491 2002-01-19 Andrew Cagney <ac131313@redhat.com>
492
493 * config/sparc/sparclynx.mh (XM_FILE): Delete.
494 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
495 * config/m68k/m68klynx.mh (XM_FILE): Delete.
496 * config/i386/i386lynx.mh (XM_FILE): Delete.
497 * config/rs6000/xm-rs6000ly.h: Delete file.
498 * config/sparc/xm-sparclynx.h: Delete file.
499 * config/m68k/xm-m68klynx.h: Delete file.
500 * config/i386/xm-i386lynx.h: Delete file.
501 * config/xm-lynx.h: Delete file.
502 * config/djgpp/fnchange.lst: Update.
503
504 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
505
506 * alpha-tdep.c (alpha_register_byte): New function.
507 (alpha_register_raw_size): Ditto.
508 (alpha_register_virtual_size): Ditto.
509 (alpha_skip_prologue_internal): Renamed from
510 alpha_skip_prologue.
511 (alpha_skip_prologue): New version that calls
512 alpha_skip_prologue_internal.
513 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
514 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
515 second argument from alpha_skip_prologue.
516 (REGISTER_BYTE): Use alpha_register_byte.
517 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
518 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
519 (FRAMELESS_FUNCTION_INVOCATION): Use
520 generic_frameless_function_invocation_not.
521 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
522 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
523
524 2002-01-19 Andrew Cagney <ac131313@redhat.com>
525
526 * config/mips/xm-news-mips.h: Delete file.
527 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
528
529 * config/m88k/xm-m88k.h: Delete file.
530 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
531 * config/m88k/xm-delta88v4.h: Ditto.
532 * config/m88k/xm-delta88.h: Ditto.
533
534 * config/alpha/xm-fbsd.h: Delete file.
535 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
536
537 * config/sparc/xm-sparc.h: Delete file.
538 * Makefile.in (xm-sun4os4.h): Delete dependency.
539 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
540 * config/sparc/xm-sun4os4.h: Ditto.
541 * config/sparc/xm-linux.h: Ditto.
542
543 * config/i386/xm-windows.h: Delete file.
544
545 2002-01-19 Andrew Cagney <ac131313@redhat.com>
546
547 * utils.c: Include <sys/param.h> for MAXPATHLEN.
548 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
549
550 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
551
552 * alpha-tdep.c (alpha_call_dummy_words): New.
553 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
554 (CALL_DUMMY_P): Define.
555 (CALL_DUMMY_WORDS): Define.
556 (SIZEOF_CALL_DUMMY_WORDS): Define.
557
558 2002-01-19 Per Bothner <per@bothner.com>
559
560 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
561 isn't NULL, which can happen with some gcj-3.x-produced code.
562
563 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
564
565 * alpha-tdep.c (alpha_register_virtual_type): New function.
566 (alpha_init_frame_pc_first): Ditto.
567 (alpha_fix_call_dummy): Ditto.
568 (alpha_store_struct_return): Ditto.
569 (alpha_extract_struct_value_address): Ditto.
570 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
571 alpha_register_virtual_type.
572 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
573 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
574 alpha_extract_struct_value_address.
575 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
576 (INIT_FRAME_PC): Use init_frame_pc_noop.
577 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
578
579 2002-01-19 Mark Kettenis <kettenis@gnu.org>
580
581 * i386gnu-nat.c: Include "i386-tdep.h".
582 (fetch_fpregs): Simplify code dealing with uninitialized floating
583 point states such that it doesn't require FP7_REGNUM.
584
585 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
586
587 * alpha-tdep.c (frame_extra_info): New.
588 (alpha_find_saved_regs): Make static. Use
589 frame->extra_info.
590 (alpha_frame_init_saved_regs): New function.
591 (alpha_frame_saved_pc): Use frame->extra_info.
592 (temp_saved_regs): Don't declare as struct frame_saved_regs.
593 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
594 (init_extra_frame_info): Rename to...
595 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
596 (alpha_print_extra_frame_info): New function.
597 (alpha_frame_locals_address): Ditto.
598 (alpha_frame_args_address): Ditto.
599 (alpha_pop_frame): Use frame->extra_info.
600 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
601 alpha_frame_args_address.
602 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
603 (alpha_find_saved_regs): Remove prototype.
604 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
605 (EXTRA_FRAME_INFO): Remove.
606 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
607 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
608
609 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
610
611 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
612 (alpha_cannot_fetch_register): Ditto.
613 (alpha_cannot_store_register): Ditto.
614 (alpha_register_convertible): Ditto.
615 (alpha_use_struct_convention): Ditto.
616 * config/alpha/tm-alpha.h: Update copyright years.
617 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
618 (INNER_THAN): Use core_addr_lessthan.
619 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
620 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
621 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
622 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
623 (FRAME_CHAIN): Remove unnecessary cast.
624
625 2002-01-18 Andrew Cagney <ac131313@redhat.com>
626
627 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
628 obsolete.
629
630 2002-01-18 Andrew Cagney <ac131313@redhat.com>
631
632 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
633 * monitor.c, remote-array.c, remote-bug.c: Ditto.
634 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
635 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
636 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
637 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
638 * x86-64-linux-nat.c: Ditto.
639
640 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
641
642 * alpha-tdep.c (alpha_register_name): New function.
643 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
644 (REGISTER_NAME): Define.
645
646 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
647
648 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
649
650 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
651
652 * alpha-tdep.c: Update copyright years.
653 (alpha_next_pc): New function.
654 (alpha_software_single_step): Ditto.
655 * config/alpha/tm-alpha.h: Add prototype for
656 alpha_software_single_step.
657
658 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
659
660 * alphabsd-nat.c: Update copyright years.
661 (fill_gregset): Use regcache_collect.
662 (fill_fpregset): Likewise.
663 (fetch_inferior_registers): Only fetch integer registers
664 if requested to do so.
665 (store_inferior_registers): Only store integer registers
666 if requested to do so.
667
668 2002-01-17 Andrew Cagney <ac131313@redhat.com>
669
670 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
671 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
672 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
673 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
674 * config/alpha/fbsd.mh (XDEPFILES): Delete.
675 * config/arm/linux.mh (XDEPFILES): Delete.
676 * config/arm/nbsd.mh (XDEPFILES): Delete.
677 * config/i386/i386dgux.mh (XDEPFILES): Delete.
678 * config/i386/i386sol2.mh (XDEPFILES): Delete.
679 * config/i386/i386m3.mh (XDEPFILES): Delete.
680 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
681 * config/i386/i386gnu.mh (XDEPFILES): Delete.
682 * config/i386/fbsd.mh (XDEPFILES): Delete.
683 * config/i386/i386bsd.mh (XDEPFILES): Delete.
684 * config/i386/i386sco5.mh (XDEPFILES): Delete.
685 * config/i386/i386v4.mh (XDEPFILES): Delete.
686 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
687 * config/i386/i386sco4.mh (XDEPFILES): Delete.
688 * config/i386/i386aix.mh (XDEPFILES): Delete.
689 * config/i386/go32.mh (XDEPFILES): Delete.
690 * config/i386/cygwin.mh (XDEPFILES): Delete.
691 * config/i386/i386lynx.mh (XDEPFILES): Delete.
692 * config/i386/i386mach.mh (XDEPFILES): Delete.
693 * config/i386/i386v32.mh (XDEPFILES): Delete.
694 * config/i386/linux.mh (XDEPFILES): Delete.
695 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
696 * config/i386/ncr3000.mh (XDEPFILES): Delete.
697 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
698 * config/i386/i386sco.mh (XDEPFILES): Delete.
699 * config/i386/i386v.mh (XDEPFILES): Delete.
700 * config/i386/nbsd.mh (XDEPFILES): Delete.
701 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
702 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
703 * config/i386/symmetry.mh (XDEPFILES): Delete.
704 * config/i386/obsd.mh (XDEPFILES): Delete.
705 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
706 * config/ia64/linux.mh (XDEPFILES): Delete.
707 * config/ia64/aix.mh (XDEPFILES): Delete.
708 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
709 * config/m68k/dpx2.mh (XDEPFILES): Delete.
710 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
711 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
712 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
713 * config/m68k/linux.mh (XDEPFILES): Delete.
714 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
715 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
716 * config/m68k/nbsd.mh (XDEPFILES): Delete.
717 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
718 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
719 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
720 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
721 * config/m88k/delta88.mh (XDEPFILES): Delete.
722 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
723 * config/m88k/m88k.mh (XDEPFILES): Delete.
724 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
725 * config/mips/linux.mh (XDEPFILES): Delete.
726 * config/mips/irix6.mh (XDEPFILES): Delete.
727 * config/mips/irix5.mh (XDEPFILES): Delete.
728 * config/mips/irix4.mh (XDEPFILES): Delete.
729 * config/mips/irix3.mh (XDEPFILES): Delete.
730 * config/mips/decstation.mh (XDEPFILES): Delete.
731 * config/mips/mipsm3.mh (XDEPFILES): Delete.
732 (NATDEPFILES): Move core-aout.o to here.
733 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
734 * config/pa/hpux1020.mh (XDEPFILES): Delete.
735 * config/pa/hppabsd.mh (XDEPFILES): Delete.
736 * config/pa/hppahpux.mh (XDEPFILES): Delete.
737 * config/pa/hpux11w.mh (XDEPFILES): Delete.
738 * config/pa/hppaosf.mh (XDEPFILES): Delete.
739 * config/pa/hpux11.mh (XDEPFILES): Delete.
740 * config/powerpc/aix.mh (XDEPFILES): Delete.
741 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
742 * config/powerpc/linux.mh (XDEPFILES): Delete.
743 * config/romp/rtbsd.mh: Rename XDEPFILES.
744 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
745 * config/rs6000/aix4.mh (XDEPFILES): Delete.
746 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
747 * config/s390/s390.mh (XDEPFILES): Delete.
748 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
749 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
750 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
751 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
752 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
753 * config/sparc/nbsd.mh (XDEPFILES): Delete.
754 * config/sparc/linux.mh (XDEPFILES): Delete.
755 * config/vax/vaxult.mh (XDEPFILES): Delete.
756 * config/vax/vaxult2.mh (XDEPFILES): Delete.
757 * Makefile.in (DEPFILES): Remove XDEPFILES.
758
759 2002-01-17 Andrew Cagney <ac131313@redhat.com>
760
761 * utils.c (internal_verror): Fix comments, default is yes not no.
762 Update queries to match. Default to quit and dump core.
763
764 2002-01-17 Andrew Cagney <ac131313@redhat.com>
765
766 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
767 copyright.
768 * defs.h, event-top.c, gdbcmd.h: Ditto.
769 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
770 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
771 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
772 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
773 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
774 * mi/mi-main.c:Ditto.
775
776 * stack.c, symfile.c: Update copyright.
777
778 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
779
780 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
781 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
782 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
783 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
784
785 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
786
787 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
788 * gdbserver/low-lynx.c (myattach): Likewise.
789 * gdbserver/low-nbsd.c (myattach): Likewise.
790 * gdbserver/low-sim.c (myattach): Likewise.
791 * gdbserver/low-sparc.c (myattach): Likewise.
792 * gdbserver/low-sun3.c (myattach): Likewise.
793
794 * gdbserver/low-linux.c (myattach): New function.
795
796 * gdbserver/server.c (attach_inferior): New function.
797 (main): Handle "--attach".
798
799 2002-01-16 Andrew Cagney <ac131313@redhat.com>
800
801 * MAINTAINERS (language support): Daniel Jacobwitz is C++
802 maintainer.
803
804 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
805
806 * c-typeprint.c (is_type_conversion_operator): Add additional
807 check for non-conversion operators.
808
809 2002-01-15 Michael Snyder <msnyder@redhat.com>
810
811 * linux-proc.c: Add "info proc" command, a la procfs.c.
812 (read_mapping): New function, abstract and re-use code.
813 (linux_find_memory_regions): Use new func read_mapping.
814 (linux_info_proc_cmd): New function, implement "info proc".
815 (_initialize_linux_proc): Add new command "info proc".
816
817 2002-01-15 Michael Snyder <msnyder@redhat.com>
818
819 * symfile.c (generic_load): Use bfd_map_over_sections method
820 instead of manipulating bfd structure members directly.
821 (add_section_size_callback): New function, bfd sections callback
822 used by generic_load.
823 (load_sections_callback): New function, bfd sections callback
824 used by generic_load.
825
826 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
827
828 [Based on work by Jim Blandy]
829 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
830 (builtin_type_vec128): Export.
831 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
832 types.
833 (builtin_type_vec128): New builtin type for 128 bit vector
834 registers.
835 (build_gdbtypes): Initialize builtin_type_v16qi and
836 builtin_type_v8hi. Create the vec128 register builtin type
837 structure.
838 (build_builtin_type_vec128): New function.
839 (_initialize_gdbtypes): Register builtin_type_v16qi and
840 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
841 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
842 AltiVec register to new builtin type.
843
844 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
845
846 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
847 to make_cv_type.
848
849 2002-01-14 Andrew Cagney <ac131313@redhat.com>
850
851 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
852 CLEAN_UP_REGISTER_VALUE.
853 * regcache.c (supply_register): Update only call.
854
855 2002-01-14 Andrew Cagney <ac131313@redhat.com>
856
857 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
858 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
859 a29k-*-vxworks* targets as obsolete.
860
861 2002-01-14 Michael Snyder <msnyder@redhat.com>
862
863 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
864 until we can resolve portability issues.
865 * gregset.h: Remove references to fpxregs.
866 * gcore.c (gcore_command): Initialize note_sec to NULL.
867
868 2002-01-13 Andrew Cagney <ac131313@redhat.com>
869
870 * signals.c (target_signal_to_name): Rewrite. Only use
871 signals[].name when in bounds and non-NULL.
872
873 2002-01-13 Andrew Cagney <ac131313@redhat.com>
874
875 From Petr Ledvina <ledvinap@kae.zcu.cz>:
876 * signals.c (target_signal_to_name): Verify that SIG is within the
877 bounds of the signals array.
878
879 2002-01-13 Andrew Cagney <ac131313@redhat.com>
880
881 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
882
883 2002-01-13 Keith Seitz <keiths@redhat.com>
884
885 * stack.c (print_frame_info_base): Print the frame's pc
886 only if when print_frame_info_listing_hook is not defined.
887
888 2002-01-13 Keith Seitz <keiths@redhat.com>
889
890 * varobj.c (varobj_set_value): Make sure that there were no
891 errors evaluating the object before attempting to set its
892 value.
893 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
894 so this offset adjustment is no longer necessary.
895 (create_child): Don't set the error flag if the child is
896 a CPLUS_FAKE_CHILD.
897 (value_of_child): If value_fetch_lazy fails, return NULL
898 so that callers will be notified that an error occurred.
899 (c_value_of_variable): Delay check of variable's validity
900 until later. We actually want all structs and unions to have
901 the value "{...}".
902 Do not return "???" for variables which could not be evaluated.
903 This error condition must be returned to the caller so that it
904 can get the error condition from gdb.
905 (cplus_name_of_child): Adjust index for vptr before figuring
906 out the name of the child.
907 (cplus_value_of_child): If a child's (real) parent is not valid,
908 don't even bother trying to give a value for it. Just return
909 an error. Change all instances in this function.
910 (cplus_type_of_child): If our parent is one of the "fake"
911 parents, we need to get at the type of the real parent, and
912 derive the child's true type using this information.
913
914 2002-01-13 Andrew Cagney <ac131313@redhat.com>
915
916 From 2002-01-09 John Marshall <johnm@falch.net>:
917 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
918 sources.redhat.com, and tweak some related URLs which had
919 suffered from linkrot.
920
921 2002-01-13 Andrew Cagney <ac131313@redhat.com>
922
923 From Jeff law:
924 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
925 structures passed in registers.
926
927 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
928
929 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
930 white space which prevented compilation. Reported by DSK
931 <dsk@student.unsw.edu.au>.
932
933 2002-01-11 Michael Snyder <msnyder@redhat.com>
934
935 * symfile.c (build_section_addr_info_from_section_tab):
936 Use bfd access method instead of manipulating bfd directly.
937 (syms_from_objfile): Ditto.
938 (simple_overlay_update_1): Ditto.
939 (simple_overlay_update): Ditto.
940 (generic_load): Ditto.
941 (overlay_unmapped_address): FIXME comment, bfd access methods.
942 (sections_overlap): FIXME comment, bfd access methods.
943 (pc_in_mapped_range): FIXME comment, bfd access methods.
944 (pc_in_unmapped_range): FIXME comment, bfd access methods.
945 (section_is_mapped): FIXME comment, bfd access methods.
946 (section_is_overlay): FIXME comment, bfd access methods.
947
948 * symfile.c (generic_load): Whitespace and long line cleanups.
949 Remove duplicate variable, change several local variables to
950 more appropriate data types.
951 (print_transfer_performance): Use %lu instead of %ld for ulongs.
952
953 2002-01-12 Andrew Cagney <ac131313@redhat.com>
954
955 From Peter Schauer:
956 * language.c (longest_local_hex_string_custom): Use phex_nz to
957 convert NUM to a hex string.
958
959 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
960
961 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
962 the function.
963 Update Copyright year.
964
965 2002-01-12 Andrew Cagney <ac131313@redhat.com>
966
967 * language.c (longest_raw_hex_string): Delete unused function.
968
969 2002-01-11 Petr Sorfa <petrs@caldera.com>
970
971 * MAINTAINERS (write-after-approval): Add myself.
972 * dwarf2read.c (read_tag_string_type): Handling of
973 DW_AT_byte_size.
974 (read_tag_string_type): FORTRAN fix to prevent propagation of
975 first string size.
976 (set_cu_language): Handling of DW_LANG_Fortran95
977
978 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
979
980 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
981 GETPID(inferior_ptid).
982 (store_inferior_registers): Likewise.
983
984 2002-01-10 Jason Merrill <jason@redhat.com>
985
986 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
987 Fix DW_OP_minus.
988
989 2002-01-10 Andrew Cagney <ac131313@redhat.com>
990
991 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
992 and bfd/elf32-sh-nbsd.c.
993
994 2002-01-10 Michael Snyder <msnyder@redhat.com>
995
996 * NEWS: Mention --pid and corefile/proc-id behavior change.
997
998 * Makefile.in: Add rules for gcore.o and linux-proc.o.
999 * gcore.c: Include cli/cli-decode.h instead of command.h.
1000
1001 * main.c (captured_main): Add new command line option "--pid".
1002 If the second command line argument (following the symbol-file)
1003 begins with a digit, try to attach to it before trying to open
1004 it as a corefile.
1005 (print_gdb_help): Document the "--pid" argument.
1006
1007 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1008
1009 * completer.c (command_completer): New function.
1010
1011 * completer.h <command_completer>: Add prototype.
1012
1013 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
1014 completer for the "help" command.
1015
1016 2002-01-09 Jason Merrill <jason@redhat.com>
1017
1018 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
1019
1020 2002-01-09 Michael Snyder <msnyder@redhat.com>
1021
1022 * i386-linux-nat.c (fill_fpxregset): Make global.
1023 (store_fpxregset): Ditto.
1024
1025 * gregset.h (gdb_fpxregset_t): Define.
1026 (supply_fpxregset): Prototype.
1027 (fill_fpxregset): Prototype.
1028
1029 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
1030
1031 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
1032
1033 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
1034 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
1035 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
1036
1037 2002-01-09 Andrew Cagney <ac131313@redhat.com>
1038
1039 * MAINTAINERS: Update target maintainer rules so that any
1040 Maintainer can approve a tested patch for a maintenance-only
1041 target.
1042
1043 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
1044
1045 * MAINTAINERS (write-after-approval): Add myself.
1046
1047 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
1048 IN_SIGTRAMP.
1049
1050 2002-01-08 Michael Snyder <msnyder@redhat.com>
1051
1052 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
1053 real name of the executable, rather than the /proc name.
1054
1055 2002-01-03 Michael Snyder <msnyder@redhat.com>
1056
1057 Implement a "generate-core-file" command in gdb, save target state.
1058 * gcore.c: New file. Implement new command 'generate-core-file'.
1059 Save a corefile image of the current state of the inferior.
1060 * linux-proc.c: Add linux-specific code for saving corefiles.
1061 * target.h (struct target_ops): Add new target vectors for saving
1062 corefiles; to_find_memory_regions and to_make_corefile_notes.
1063 (target_find_memory_regions): New macro.
1064 (target_make_corefile_notes): New macro.
1065 * target.c (update_current_target): Inherit new target methods.
1066 (dummy_find_memory_regions): New place-holder method.
1067 (dummy_make_corefile_notes): New place-holder method.
1068 (init_dummy_target): Initialize new dummy target vectors.
1069 * exec.c (exec_set_find_memory_regions): New function.
1070 Allow the exec_ops vector for memory regions to be taken over.
1071 (exec_make_note_section): New function, target vector method.
1072 * defs.h (exec_set_find_memory_regions): Export prototype.
1073 * procfs.c (proc_find_memory_regions): New function, corefile method.
1074 (procfs_make_note_section): New function, corefile method.
1075 (init_procfs_ops): Set new target vector pointers.
1076 (find_memory_regions_callback): New function.
1077 (procfs_do_thread_registers): New function.
1078 (procfs_corefile_thread_callback): New function.
1079 * sol-thread.c (sol_find_memory_regions): New function.
1080 (sol_make_note_section): New function.
1081 (init_sol_thread_ops): Initialize new target vectors.
1082 * inftarg.c (inftarg_set_find_memory_regions): New function.
1083 Allow to_find_memory_regions vector to be taken over.
1084 (inftarg_set_make_corefile_notes): New function.
1085 Allow to_make_corefile_notes vector to be taken over.
1086 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
1087 interface layer if not target_has_execution (may be a corefile).
1088 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
1089 * config/sparc/sun4sol2.mh: Ditto.
1090 * config/alpha/alpha-linux.mh: Ditto.
1091 * config/arm/linux.mh: Ditto.
1092 * config/i386/x86-64linux.mh: Ditto.
1093 * config/ia64/linux.mh: Ditto.
1094 * config/m68k/linux.mh: Ditto.
1095 * config/mips/linux.mh: Ditto.
1096 * config/powerpc/linux.mh: Ditto.
1097 * config/sparc/linux.mh: Ditto.
1098
1099 2002-01-07 Michael Snyder <msnyder@redhat.com>
1100
1101 * arm-linux-nat.c: Remove references to regcache.c internal data
1102 (registers[] and register_valid[]).
1103
1104 2002-01-07 Michael Snyder <msnyder@redhat.com>
1105
1106 * linux-proc.c: New file. Implement child_pid_to_exec_file,
1107 so that attaching to a pid will automatically read the process's
1108 symbol file and shlibs.
1109 * Makefile.in: Add rule for linux-proc.o.
1110 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
1111 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
1112 * config/arm/linux.mh: Ditto.
1113 * config/i386/linux.mh: Ditto.
1114 * config/i386/x86-64linux.mh: Ditto.
1115 * config/ia64/linux.mh: Ditto.
1116 * config/m68k/linux.mh: Ditto.
1117 * config/mips/linux.mh: Ditto.
1118 * config/powerpc/linux.mh: Ditto.
1119 * config/sparc/linux.mh: Ditto.
1120
1121 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
1122
1123 * win32-nat.c: Add i386-tdep.h dependency.
1124
1125 2002-01-07 Michael Snyder <msnyder@redhat.com>
1126
1127 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
1128 instead of bfd_get_arch_size. Don't bail out just because
1129 there's no exec_bfd.
1130
1131 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
1132 * p-valprint.c (pascal_object_print_value): Ditto.
1133 * somread.c (som_symtab_read): Ditto.
1134 * symfile.c (simple_free_overlay_region_table): Ditto.
1135 * valops.c (value_assign): Ditto.
1136
1137 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
1138 use tilde_expand and strerror for opening save-tracepoints file.
1139
1140 * thread-db.c (thread_db_new_objfile): Indendation fix.
1141
1142 * infptrace.c (GDB_MAX_ALLOCA): New define.
1143 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
1144 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
1145 can be overridden with whatever value is appropriate to the host).
1146 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
1147 alloca to allocate potentially large buffer.
1148 * rs6000-nat.c (child_xfer_memory): Ditto.
1149 * symm-nat.c (child_xfer_memory): Ditto.
1150 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
1151
1152 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
1153
1154 From Nick Clifton <nickc@redhat.com>
1155 * d10v-tdep.c: Set STACK_START to 0x200bffe.
1156
1157 2002-01-07 Michael Snyder <msnyder@redhat.com>
1158
1159 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
1160 Don't use exec_bfd if it's NULL.
1161
1162 2002-01-06 Mark Kettenis <kettenis@gnu.org>
1163
1164 * valops.c (value_arg_coerce): Fix formatting.
1165
1166 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1167
1168 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
1169 * gnu-nat.c: Ditto.
1170
1171 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1172
1173 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
1174 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
1175 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
1176 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
1177 z8k-coff have not been multi-arched. Update z8k-coff build
1178 status.
1179
1180 2002-01-06 Andrew Cagney <ac131313@redhat.com>
1181
1182 * MAINTAINERS: Mark a29k target as obsolete.
1183 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
1184 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
1185 comments.
1186 * NEWS: Note that a29k targets are obsolete.
1187 * a29k-tdep.c: Mark as obsolete.
1188 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
1189 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
1190 a29k-*-vxworks* targets as obsolete.
1191 * remote-adapt.c: Obsolete.
1192 * remote-eb.c: Obsolete.
1193 * remote-mm.c: Obsolete.
1194 * remote-udi.c: Obsolete.
1195 * config/a29k/a29k-udi.mt: Obsolete.
1196 * config/a29k/a29k.mt: Obsolete.
1197 * config/a29k/tm-a29k.h: Obsolete.
1198 * config/a29k/tm-vx29k.h: Obsolete.
1199 * config/a29k/vx29k.mt: Obsolete.
1200
1201 2002-01-05 Andrew Cagney <ac131313@redhat.com>
1202
1203 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
1204 with BFD_ENDIAN_BIG.
1205
1206 2002-01-05 Andrew Cagney <ac131313@redhat.com>
1207
1208 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
1209 * configure, config.in: Re-generate.
1210 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
1211 * defs.h: Do not include <endian.h>.
1212
1213 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
1214
1215 * acconfig.h (HAVE_PT_GETXMMREGS): New.
1216 * config.in: Regenerate.
1217 * configure.in: Update copyright years.
1218 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
1219 * configure: Regenerate.
1220 * i386bsd-nat.c: Update copyright years.
1221 (fill_gregset): Use regcache_collect.
1222 (fetch_inferior_registers): Only fetch integer registers
1223 if requested to do so. Add support for XMM registers
1224 using PT_GETXMMREGS.
1225 (store_inferior_registers): Only store integer registers
1226 if requested to do so. Add support for XMM registers
1227 using PT_SETXMMREGS.
1228 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
1229 (store_inferior_registers): Remove.
1230 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
1231 (fetch_elfcore_registers): New function.
1232 (i386nbsd_elfcore_fns): New.
1233 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
1234 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
1235 i386bsd-nat.o.
1236 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1237 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
1238 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
1239 * config/i386/tm-nbsd.h: Update copyright years.
1240 (HAVE_SSE_REGS): Define.
1241 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
1242 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
1243 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
1244 (SIGCONTEXT_PC_OFFSET): Remove.
1245 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
1246
1247 2002-01-05 Andrew Cagney <ac131313@redhat.com>
1248
1249 * configure.tgt: Remove powerpc-*-macos* target.
1250 * config/m68k/xm-mpw.h: Delete file.
1251 * config/xm-mpw.h: Delete file.
1252 * ser-mac.c: Delete file.
1253 * mpw-make.sed: Delete file.
1254 * mpw-config.in: Delete file.
1255 * mac-xdep.c: Delete file.
1256 * mac-gdb.r: Delete file.
1257 * mac-defs.h: Delete file.
1258 * mac-nat.c: Delete file.
1259 * config/powerpc/macos.mh: Delete file.
1260 * config/powerpc/macos.mt: Delete file.
1261 * config/powerpc/nm-macos.h: Delete file.
1262 * config/powerpc/tm-macos.h: Delete file.
1263 * source.c (openp, open_source_file): Remove obsolete code.
1264 * top.c (gdb_readline): Ditto.
1265 * utils.c (query): Ditto.
1266 * event-top.c (display_gdb_prompt): Ditto.
1267 * Makefile.in (ser-mac.o): Delete obsolete target.
1268 * NEWS: Update.
1269
1270 2002-01-04 Andrew Cagney <ac131313@redhat.com>
1271
1272 * defs.h (BIG_ENDIAN): Delete macro definition.
1273 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
1274 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
1275 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
1276 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1277 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
1278 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
1279 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
1280 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1281 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1282 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
1283 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
1284 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
1285 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1286 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
1287 * gdbarch.c: Re-generate.
1288
1289 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1290
1291 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
1292 for core files.
1293
1294 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1295
1296 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
1297
1298 2002-01-04 Andrew Cagney <ac131313@redhat.com>
1299
1300 * value.h (value_ptr): Delete typedef.
1301
1302 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
1303
1304 * i386nbsd-nat.c: Update copyright years.
1305 Include i386-tdep.h.
1306
1307 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
1308
1309 * stabsread.c: Update copyright years.
1310
1311 From Debashis Mahata <debashis.mahata@wipro.com>:
1312 (read_struct_fields): Deal with Sun C compiler erroneous stab
1313 output for structs and unions.
1314 Fix PR gdb/269.
1315
1316 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1317
1318 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
1319 prototype.
1320
1321 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1322
1323 * cp-abi.c: Fix whitespace.
1324 (baseclass_offset): New wrapper function.
1325 * cp-abi.h (baseclass_offset): Add prototype.
1326 (struct cp_abi_ops): Add baseclass_offset pointer.
1327
1328 * valops.c (vb_match): Move to...
1329 * gnu-v2-abi.c (vb_match): here.
1330 * valops.c (baseclass_offset): Move to...
1331 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
1332
1333 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
1334
1335 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
1336 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
1337 * hpacc-abi.c (init_hpacc_ops): Likewise.
1338
1339 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
1340
1341 * valops.c (find_overload_match): Accept obj as a
1342 reference parameter. Update it before returning.
1343 * value.h (find_overload_match): Update prototype.
1344 * eval.c (evaluate_subexp_standard): Pass object to
1345 find_overload_match by reference.
1346
1347 2002-01-03 Andrew Cagney <ac131313@redhat.com>
1348
1349 * valarith.c: Replace value_ptr with struct value pointer. Remove
1350 register attribute from value declarations.
1351 * valops.c: Ditto.
1352 * value.h: Ditto.
1353 * scm-lang.c (scm_lookup_name): Ditto.
1354
1355 2002-01-03 Michael Snyder <msnyder@redhat.com>
1356
1357 Abstract the functionality of iterating over mapped memory
1358 regions into a general purpose iterator function.
1359 * procfs.c (iterate_over_mappings): New function, general purpose
1360 iterator for memory sections.
1361 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
1362 (solib_mappings_callback): New function, callback for above.
1363 (info_proc_mappings): Reimpliment using iterate_over_mappings.
1364 (info_mappings_callback): New function, callback for above.
1365
1366 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
1367
1368 2002-01-01 Mark Kettenis <kettenis@gnu.org>
1369
1370 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
1371 * i386-tdep.c: Include "elf-bfd.h".
1372 (process_note_abi_tag_sections): New function.
1373 (i386_gdbarch_init): Add code to recognize various OS/ABI
1374 combinations.
1375
1376 * maint.c (_initialize_maint_cmds): Add missing \ in
1377 string-literal.
1378
1379 For older changes see ChangeLog-2001
1380 \f
1381 Local Variables:
1382 mode: change-log
1383 left-margin: 8
1384 fill-column: 74
1385 version-control: never
1386 End: