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