* i386nbsd-nat.c: Update copyright years.
[binutils-gdb.git] / gdb / ChangeLog
1 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2
3 * i386nbsd-nat.c: Update copyright years.
4 Include i386-tdep.h.
5
6 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
7
8 * stabsread.c: Update copyright years.
9
10 From Debashis Mahata <debashis.mahata@wipro.com>:
11 (read_struct_fields): Deal with Sun C compiler erroneous stab
12 output for structs and unions.
13 Fix PR gdb/269.
14
15 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
16
17 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
18 prototype.
19
20 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
21
22 * cp-abi.c: Fix whitespace.
23 (baseclass_offset): New wrapper function.
24 * cp-abi.h (baseclass_offset): Add prototype.
25 (struct cp_abi_ops): Add baseclass_offset pointer.
26
27 * valops.c (vb_match): Move to...
28 * gnu-v2-abi.c (vb_match): here.
29 * valops.c (baseclass_offset): Move to...
30 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
31
32 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
33
34 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
35 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
36 * hpacc-abi.c (init_hpacc_ops): Likewise.
37
38 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
39
40 * valops.c (find_overload_match): Accept obj as a
41 reference parameter. Update it before returning.
42 * value.h (find_overload_match): Update prototype.
43 * eval.c (evaluate_subexp_standard): Pass object to
44 find_overload_match by reference.
45
46 2002-01-03 Andrew Cagney <ac131313@redhat.com>
47
48 * valarith.c: Replace value_ptr with struct value pointer. Remove
49 register attribute from value declarations.
50 * valops.c: Ditto.
51 * value.h: Ditto.
52 * scm-lang.c (scm_lookup_name): Ditto.
53
54 2002-01-01 Mark Kettenis <kettenis@gnu.org>
55
56 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
57 * i386-tdep.c: Include "elf-bfd.h".
58 (process_note_abi_tag_sections): New function.
59 (i386_gdbarch_init): Add code to recognize various OS/ABI
60 combinations.
61
62 * maint.c (_initialize_maint_cmds): Add missing \ in
63 string-literal.
64
65 For older changes see ChangeLog-2001
66 \f
67 Local Variables:
68 mode: change-log
69 left-margin: 8
70 fill-column: 74
71 version-control: never
72 End: