27ecf63950f73d96ca62447157e31a4624dfe897
[binutils-gdb.git] / gdb / ChangeLog
1 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
2
3 * cp-abi.c: Fix whitespace.
4 (baseclass_offset): New wrapper function.
5 * cp-abi.h (baseclass_offset): Add prototype.
6 (struct cp_abi_ops): Add baseclass_offset pointer.
7
8 * valops.c (vb_match): Move to...
9 * gnu-v2-abi.c (vb_match): here.
10 * valops.c (baseclass_offset): Move to...
11 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
12
13 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
14
15 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
16 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
17 * hpacc-abi.c (init_hpacc_ops): Likewise.
18
19 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
20
21 * valops.c (find_overload_match): Accept obj as a
22 reference parameter. Update it before returning.
23 * value.h (find_overload_match): Update prototype.
24 * eval.c (evaluate_subexp_standard): Pass object to
25 find_overload_match by reference.
26
27 2002-01-03 Andrew Cagney <ac131313@redhat.com>
28
29 * valarith.c: Replace value_ptr with struct value pointer. Remove
30 register attribute from value declarations.
31 * valops.c: Ditto.
32 * value.h: Ditto.
33 * scm-lang.c (scm_lookup_name): Ditto.
34
35 2002-01-01 Mark Kettenis <kettenis@gnu.org>
36
37 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
38 * i386-tdep.c: Include "elf-bfd.h".
39 (process_note_abi_tag_sections): New function.
40 (i386_gdbarch_init): Add code to recognize various OS/ABI
41 combinations.
42
43 * maint.c (_initialize_maint_cmds): Add missing \ in
44 string-literal.
45
46 For older changes see ChangeLog-2001
47 \f
48 Local Variables:
49 mode: change-log
50 left-margin: 8
51 fill-column: 74
52 version-control: never
53 End: