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