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