OSDN Git Service

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