]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
2002-01-04 Michael Snyder <msnyder@redhat.com>
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
356374e8
DJ
12002-01-04 Daniel Jacobowitz <drow@mvista.com>
2
3 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
4 for core files.
5
a2b8f8f8
JT
62002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7
8 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
9
12466af9
AC
102002-01-04 Andrew Cagney <ac131313@redhat.com>
11
12 * value.h (value_ptr): Delete typedef.
13
3549ab40
JT
142002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
15
16 * i386nbsd-nat.c: Update copyright years.
17 Include i386-tdep.h.
18
fedbd091
EZ
192002-01-04 Elena Zannoni <ezannoni@redhat.com>
20
21 * stabsread.c: Update copyright years.
22
23 From Debashis Mahata <debashis.mahata@wipro.com>:
24 (read_struct_fields): Deal with Sun C compiler erroneous stab
25 output for structs and unions.
fec8b34f 26 Fix PR gdb/269.
fedbd091 27
eb43544b
DJ
282002-01-04 Daniel Jacobowitz <drow@mvista.com>
29
30 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
31 prototype.
32
1514d34e
DJ
332002-01-04 Daniel Jacobowitz <drow@mvista.com>
34
35 * cp-abi.c: Fix whitespace.
36 (baseclass_offset): New wrapper function.
37 * cp-abi.h (baseclass_offset): Add prototype.
38 (struct cp_abi_ops): Add baseclass_offset pointer.
39
40 * valops.c (vb_match): Move to...
41 * gnu-v2-abi.c (vb_match): here.
42 * valops.c (baseclass_offset): Move to...
43 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
44
45 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
46
47 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
48 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
49 * hpacc-abi.c (init_hpacc_ops): Likewise.
50
7f8c9282
DJ
512002-01-04 Daniel Jacobowitz <drow@mvista.com>
52
53 * valops.c (find_overload_match): Accept obj as a
54 reference parameter. Update it before returning.
55 * value.h (find_overload_match): Update prototype.
56 * eval.c (evaluate_subexp_standard): Pass object to
57 find_overload_match by reference.
58
f23631e4
AC
592002-01-03 Andrew Cagney <ac131313@redhat.com>
60
61 * valarith.c: Replace value_ptr with struct value pointer. Remove
62 register attribute from value declarations.
63 * valops.c: Ditto.
64 * value.h: Ditto.
65 * scm-lang.c (scm_lookup_name): Ditto.
66
c5ad026a
MK
672002-01-01 Mark Kettenis <kettenis@gnu.org>
68
d2a7c97a
MK
69 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
70 * i386-tdep.c: Include "elf-bfd.h".
71 (process_note_abi_tag_sections): New function.
72 (i386_gdbarch_init): Add code to recognize various OS/ABI
73 combinations.
74
c5ad026a
MK
75 * maint.c (_initialize_maint_cmds): Add missing \ in
76 string-literal.
77
a1a5b71e 78For older changes see ChangeLog-2001
c906108c
SS
79\f
80Local Variables:
81mode: change-log
82left-margin: 8
83fill-column: 74
84version-control: never
85End: