]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Fix typo.
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
c25b74ac
PM
12002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
2
3 * win32-nat.c: Add i386-tdep.h dependency.
4
94cd915f
MS
52002-01-07 Michael Snyder <msnyder@redhat.com>
6
c7cccb76
MS
7 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
8 instead of bfd_get_arch_size. Don't bail out just because
9 there's no exec_bfd.
10
34c0bd93
MS
11 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
12 * p-valprint.c (pascal_object_print_value): Ditto.
13 * somread.c (som_symtab_read): Ditto.
14 * symfile.c (simple_free_overlay_region_table): Ditto.
15 * valops.c (value_assign): Ditto.
16
21c1c920
MS
17 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
18 use tilde_expand and strerror for opening save-tracepoints file.
19
5bbd998e
MS
20 * thread-db.c (thread_db_new_objfile): Indendation fix.
21
94cd915f
MS
22 * infptrace.c (GDB_MAX_ALLOCA): New define.
23 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
24 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
25 can be overridden with whatever value is appropriate to the host).
26 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
27 alloca to allocate potentially large buffer.
28 * rs6000-nat.c (child_xfer_memory): Ditto.
29 * symm-nat.c (child_xfer_memory): Ditto.
30 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
31
494e8a93
JSC
322002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
33
34 From Nick Clifton <nickc@redhat.com>
35 * d10v-tdep.c: Set STACK_START to 0x200bffe.
36
d0e1d48e
MS
372002-01-07 Michael Snyder <msnyder@redhat.com>
38
39 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
40 Don't use exec_bfd if it's NULL.
41
290b2c7a
MK
422002-01-06 Mark Kettenis <kettenis@gnu.org>
43
44 * valops.c (value_arg_coerce): Fix formatting.
45
aef21287
AC
462002-01-06 Andrew Cagney <ac131313@redhat.com>
47
48 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
49 * gnu-nat.c: Ditto.
50
30efa627
AC
512002-01-06 Andrew Cagney <ac131313@redhat.com>
52
53 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
54 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
55 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
56 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
57 z8k-coff have not been multi-arched. Update z8k-coff build
58 status.
59
9b4ff276
AC
602002-01-06 Andrew Cagney <ac131313@redhat.com>
61
62 * MAINTAINERS: Mark a29k target as obsolete.
63 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
64 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
65 comments.
66 * NEWS: Note that a29k targets are obsolete.
67 * a29k-tdep.c: Mark as obsolete.
68 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
69 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
70 a29k-*-vxworks* targets as obsolete.
71 * remote-adapt.c: Obsolete.
72 * remote-eb.c: Obsolete.
73 * remote-mm.c: Obsolete.
74 * remote-udi.c: Obsolete.
75 * config/a29k/a29k-udi.mt: Obsolete.
76 * config/a29k/a29k.mt: Obsolete.
77 * config/a29k/tm-a29k.h: Obsolete.
78 * config/a29k/tm-vx29k.h: Obsolete.
79 * config/a29k/vx29k.mt: Obsolete.
80
a9011d31
AC
812002-01-05 Andrew Cagney <ac131313@redhat.com>
82
83 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
84 with BFD_ENDIAN_BIG.
85
9299404e
AC
862002-01-05 Andrew Cagney <ac131313@redhat.com>
87
88 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
89 * configure, config.in: Re-generate.
90 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
91 * defs.h: Do not include <endian.h>.
92
7e89e357
JT
932002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
94
95 * acconfig.h (HAVE_PT_GETXMMREGS): New.
96 * config.in: Regenerate.
97 * configure.in: Update copyright years.
98 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
99 * configure: Regenerate.
100 * i386bsd-nat.c: Update copyright years.
101 (fill_gregset): Use regcache_collect.
102 (fetch_inferior_registers): Only fetch integer registers
103 if requested to do so. Add support for XMM registers
104 using PT_GETXMMREGS.
105 (store_inferior_registers): Only store integer registers
106 if requested to do so. Add support for XMM registers
107 using PT_SETXMMREGS.
108 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
109 (store_inferior_registers): Remove.
110 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
111 (fetch_elfcore_registers): New function.
112 (i386nbsd_elfcore_fns): New.
113 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
114 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
115 i386bsd-nat.o.
116 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
117 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
118 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
119 * config/i386/tm-nbsd.h: Update copyright years.
120 (HAVE_SSE_REGS): Define.
121 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
122 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
123 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
124 (SIGCONTEXT_PC_OFFSET): Remove.
125 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
126
a752853e
AC
1272002-01-05 Andrew Cagney <ac131313@redhat.com>
128
129 * configure.tgt: Remove powerpc-*-macos* target.
130 * config/m68k/xm-mpw.h: Delete file.
131 * config/xm-mpw.h: Delete file.
132 * ser-mac.c: Delete file.
133 * mpw-make.sed: Delete file.
134 * mpw-config.in: Delete file.
135 * mac-xdep.c: Delete file.
136 * mac-gdb.r: Delete file.
137 * mac-defs.h: Delete file.
138 * mac-nat.c: Delete file.
139 * config/powerpc/macos.mh: Delete file.
140 * config/powerpc/macos.mt: Delete file.
141 * config/powerpc/nm-macos.h: Delete file.
142 * config/powerpc/tm-macos.h: Delete file.
143 * source.c (openp, open_source_file): Remove obsolete code.
144 * top.c (gdb_readline): Ditto.
145 * utils.c (query): Ditto.
146 * event-top.c (display_gdb_prompt): Ditto.
147 * Makefile.in (ser-mac.o): Delete obsolete target.
148 * NEWS: Update.
149
d7449b42
AC
1502002-01-04 Andrew Cagney <ac131313@redhat.com>
151
152 * defs.h (BIG_ENDIAN): Delete macro definition.
153 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
154 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
155 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
156 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
157 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
158 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
159 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
160 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
161 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
162 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
163 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
164 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
165 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
166 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
167 * gdbarch.c: Re-generate.
168
356374e8
DJ
1692002-01-04 Daniel Jacobowitz <drow@mvista.com>
170
171 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
172 for core files.
173
a2b8f8f8
JT
1742002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
175
176 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
177
12466af9
AC
1782002-01-04 Andrew Cagney <ac131313@redhat.com>
179
180 * value.h (value_ptr): Delete typedef.
181
3549ab40
JT
1822002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
183
184 * i386nbsd-nat.c: Update copyright years.
185 Include i386-tdep.h.
186
fedbd091
EZ
1872002-01-04 Elena Zannoni <ezannoni@redhat.com>
188
189 * stabsread.c: Update copyright years.
190
191 From Debashis Mahata <debashis.mahata@wipro.com>:
192 (read_struct_fields): Deal with Sun C compiler erroneous stab
193 output for structs and unions.
fec8b34f 194 Fix PR gdb/269.
fedbd091 195
eb43544b
DJ
1962002-01-04 Daniel Jacobowitz <drow@mvista.com>
197
198 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
199 prototype.
200
1514d34e
DJ
2012002-01-04 Daniel Jacobowitz <drow@mvista.com>
202
203 * cp-abi.c: Fix whitespace.
204 (baseclass_offset): New wrapper function.
205 * cp-abi.h (baseclass_offset): Add prototype.
206 (struct cp_abi_ops): Add baseclass_offset pointer.
207
208 * valops.c (vb_match): Move to...
209 * gnu-v2-abi.c (vb_match): here.
210 * valops.c (baseclass_offset): Move to...
211 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
212
213 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
214
215 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
216 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
217 * hpacc-abi.c (init_hpacc_ops): Likewise.
218
7f8c9282
DJ
2192002-01-04 Daniel Jacobowitz <drow@mvista.com>
220
221 * valops.c (find_overload_match): Accept obj as a
222 reference parameter. Update it before returning.
223 * value.h (find_overload_match): Update prototype.
224 * eval.c (evaluate_subexp_standard): Pass object to
225 find_overload_match by reference.
226
f23631e4
AC
2272002-01-03 Andrew Cagney <ac131313@redhat.com>
228
229 * valarith.c: Replace value_ptr with struct value pointer. Remove
230 register attribute from value declarations.
231 * valops.c: Ditto.
232 * value.h: Ditto.
233 * scm-lang.c (scm_lookup_name): Ditto.
234
79e10fab
AC
2352002-01-03 Michael Snyder <msnyder@redhat.com>
236
237 Abstract the functionality of iterating over mapped memory
238 regions into a general purpose iterator function.
239 * procfs.c (iterate_over_mappings): New function, general purpose
240 iterator for memory sections.
241 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
242 (solib_mappings_callback): New function, callback for above.
243 (info_proc_mappings): Reimpliment using iterate_over_mappings.
244 (info_mappings_callback): New function, callback for above.
245
246 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
247
c5ad026a
MK
2482002-01-01 Mark Kettenis <kettenis@gnu.org>
249
d2a7c97a
MK
250 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
251 * i386-tdep.c: Include "elf-bfd.h".
252 (process_note_abi_tag_sections): New function.
253 (i386_gdbarch_init): Add code to recognize various OS/ABI
254 combinations.
255
c5ad026a
MK
256 * maint.c (_initialize_maint_cmds): Add missing \ in
257 string-literal.
258
a1a5b71e 259For older changes see ChangeLog-2001
c906108c
SS
260\f
261Local Variables:
262mode: change-log
263left-margin: 8
264fill-column: 74
265version-control: never
266End: