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