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