0fa3015c4d2bed89bff2ab8561cf7a7e0c941e59
[binutils-gdb.git] / gdb / ChangeLog
1 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
2
3 * gdbtypes.h (struct type): Fix whitespace. Remove obsolete
4 comment. Add ``artificial'' to ``union field_location''.
5
6 * dwarf2read.c: Remove ad-hoc TYPE_FIELD_ARTIFICIAL.
7
8 * buildsym.c (finish_block): Initialize TYPE_FIELD_ARTIFICIAL to 0.
9 * mdebugread.c (parse_symbol): Likewise.
10 * stabsread.c (define_symbol): Likewise.
11 * hp-symtab-read.c (hpread_function_type): Likewise, instead of
12 initializing TYPE_FIELD_BITPOS to n (obsolete).
13 (hpread_doc_function_type): Likewise.
14 * hpread.c (hpread_function_type): Likewise.
15
16 2002-01-20 Andrew Cagney <ac131313@redhat.com>
17
18 * configure.in (host_makefile_frag): Only require a host makefile
19 fragment when a native build.
20 * configure: Re-generate.
21
22 2002-01-20 Andrew Cagney <ac131313@redhat.com>
23
24 * doublest.h (floatformat_from_type): Declare.
25 * doublest.c (floatformat_from_type): New function.
26 (convert_typed_floating): Use.
27
28 * valprint.c (print_floating): Replace checks for IEEE_FLOAT with
29 call to function floatformat_from_type.
30
31 * gdbarch.sh (IEEE_FLOAT): Delete.
32 * gdbarch.h, gdbarch.c: Re-generate.
33 * config/i960/tm-i960.h (IEEE_FLOAT): Delete macro.
34 * config/i386/tm-i386.h (IEEE_FLOAT): Ditto.
35 * config/z8k/tm-z8k.h (IEEE_FLOAT): Ditto.
36 * config/sparc/tm-sparc.h (IEEE_FLOAT): Ditto.
37 * config/pa/tm-hppa.h (IEEE_FLOAT): Ditto.
38 * config/m88k/tm-m88k.h (IEEE_FLOAT): Ditto.
39 * config/m68k/tm-m68k.h (IEEE_FLOAT): Ditto.
40 * config/h8500/tm-h8500.h (IEEE_FLOAT): Ditto.
41 * config/h8300/tm-h8300.h (IEEE_FLOAT): Ditto.
42 * config/fr30/tm-fr30.h (IEEE_FLOAT): Ditto.
43 * config/arm/tm-arm.h (IEEE_FLOAT): Ditto.
44 * config/arc/tm-arc.h (IEEE_FLOAT): Ditto.
45 * config/alpha/tm-alpha.h (IEEE_FLOAT): Ditto.
46
47 * s390-tdep.c (s390_gdbarch_init): Do not set ieee_float.
48 * x86-64-tdep.c (i386_gdbarch_init): Ditto.
49 * sparc-tdep.c (sparc_gdbarch_init): Ditto.
50 * sh-tdep.c (sh_gdbarch_init): Ditto.
51 * mips-tdep.c (mips_gdbarch_init): Ditto.
52 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
53 * cris-tdep.c (cris_gdbarch_init): Ditto.
54
55 2002-01-20 Jiri Smid <smid@suse.cz>
56
57 * configure.host, configure.tgt: Support x86-64.
58 * NEWS: Note new target x86-64.
59
60 * config/i386/x86-64linux.mh (NATDEPFILES): x86-64-nat.o removed.
61 * x86-64-linux-nat.c (x86_64_register_u_addr): New function.
62 * config/i386/nm-x86-64.h (ATTACH_LWP): Removed.
63 * Makefile.in (x86-64-tdep.o, x86-64-linux-tdep.o,
64 x86-64-linux-nat.o): Fix dependencies.
65
66 2002-01-19 Andrew Cagney <ac131313@redhat.com>
67
68 * utils.c: Remove #ifndef MALLOC_INCOMPATIBLE.
69 * config/sparc/xm-sun4os4.h (PTRACE_ARG3_TYPE): Move macro ....
70 * config/sparc/nm-sun4os4.h (PTRACE_ARG3_TYPE): ... to here.
71 * config/sparc/xm-sun4os4.h: Delete file.
72 * config/sparc/sun4os4.mh (XM_FILE): Delete makefile variable.
73
74 2002-01-19 Andrew Cagney <ac131313@redhat.com>
75
76 * config/sparc/sparclynx.mh (XM_FILE): Delete.
77 * config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
78 * config/m68k/m68klynx.mh (XM_FILE): Delete.
79 * config/i386/i386lynx.mh (XM_FILE): Delete.
80 * config/rs6000/xm-rs6000ly.h: Delete file.
81 * config/sparc/xm-sparclynx.h: Delete file.
82 * config/m68k/xm-m68klynx.h: Delete file.
83 * config/i386/xm-i386lynx.h: Delete file.
84 * config/xm-lynx.h: Delete file.
85 * config/djgpp/fnchange.lst: Update.
86
87 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
88
89 * alpha-tdep.c (alpha_register_byte): New function.
90 (alpha_register_raw_size): Ditto.
91 (alpha_register_virtual_size): Ditto.
92 (alpha_skip_prologue_internal): Renamed from
93 alpha_skip_prologue.
94 (alpha_skip_prologue): New version that calls
95 alpha_skip_prologue_internal.
96 (alpha_in_lenient_prologue): Use alpha_skip_prologue_internal.
97 * config/alpha/tm-alpha.h (SKIP_PROLOGUE): Remove
98 second argument from alpha_skip_prologue.
99 (REGISTER_BYTE): Use alpha_register_byte.
100 (REGISTER_RAW_SIZE): Use alpha_register_raw_size.
101 (REGISTER_VIRTUAL_SIZE): Use alpha_register_virtual_size.
102 (FRAMELESS_FUNCTION_INVOCATION): Use
103 generic_frameless_function_invocation_not.
104 (FRAME_NUM_ARGS): Use frame_num_args_unknown.
105 (COERCE_FLOAT_TO_DOUBLE): Use standard_coerce_float_to_double.
106
107 2002-01-19 Andrew Cagney <ac131313@redhat.com>
108
109 * config/mips/xm-news-mips.h: Delete file.
110 * config/mips/news-mips.mh (XM_FILE): Delete makefile variable.
111
112 * config/m88k/xm-m88k.h: Delete file.
113 * config/m88k/xm-dgux.h: Do not include xm-m88k.h.
114 * config/m88k/xm-delta88v4.h: Ditto.
115 * config/m88k/xm-delta88.h: Ditto.
116
117 * config/alpha/xm-fbsd.h: Delete file.
118 * config/alpha/fbsd.mh (XM_FILE): Delete makefile variable.
119
120 * config/sparc/xm-sparc.h: Delete file.
121 * Makefile.in (xm-sun4os4.h): Delete dependency.
122 * config/sparc/xm-sun4sol2.h: Do not include xm-sparc.h.
123 * config/sparc/xm-sun4os4.h: Ditto.
124 * config/sparc/xm-linux.h: Ditto.
125
126 * config/i386/xm-windows.h: Delete file.
127
128 2002-01-19 Andrew Cagney <ac131313@redhat.com>
129
130 * utils.c: Include <sys/param.h> for MAXPATHLEN.
131 (gdb_realpath): Use MAXPATHLEN when PATH_MAX is not defined.
132
133 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
134
135 * alpha-tdep.c (alpha_call_dummy_words): New.
136 * config/alpha/tm-alpha.h (CALL_DUMMY): Remove.
137 (CALL_DUMMY_P): Define.
138 (CALL_DUMMY_WORDS): Define.
139 (SIZEOF_CALL_DUMMY_WORDS): Define.
140
141 2002-01-19 Per Bothner <per@bothner.com>
142
143 * gnu-v3-abi.c (gnuv3_rtti_type): Guard that vtable_symbol_name
144 isn't NULL, which can happen with some gcj-3.x-produced code.
145
146 2002-01-19 Jason Thorpe <thorpej@wasabisystems.com>
147
148 * alpha-tdep.c (alpha_register_virtual_type): New function.
149 (alpha_init_frame_pc_first): Ditto.
150 (alpha_fix_call_dummy): Ditto.
151 (alpha_store_struct_return): Ditto.
152 (alpha_extract_struct_value_address): Ditto.
153 * config/alpha/tm-alpha.h (REGISTER_VIRTUAL_TYPE): Use
154 alpha_register_virtual_type.
155 (STORE_STRUCT_RETURN): Use alpha_store_struct_return.
156 (EXTRACT_STRUCT_VALUE_ADDRESS): Use
157 alpha_extract_struct_value_address.
158 (FIX_CALL_DUMMY): Use alpha_fix_call_dummy.
159 (INIT_FRAME_PC): Use init_frame_pc_noop.
160 (INIT_FRAME_PC_FIRST): Use alpha_init_frame_pc_first.
161
162 2002-01-19 Mark Kettenis <kettenis@gnu.org>
163
164 * i386gnu-nat.c: Include "i386-tdep.h".
165 (fetch_fpregs): Simplify code dealing with uninitialized floating
166 point states such that it doesn't require FP7_REGNUM.
167
168 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
169
170 * alpha-tdep.c (frame_extra_info): New.
171 (alpha_find_saved_regs): Make static. Use
172 frame->extra_info.
173 (alpha_frame_init_saved_regs): New function.
174 (alpha_frame_saved_pc): Use frame->extra_info.
175 (temp_saved_regs): Don't declare as struct frame_saved_regs.
176 (heuristic_proc_desc): Adjust for temp_saved_regs changes.
177 (init_extra_frame_info): Rename to...
178 (alpha_init_extra_frame_info): ...this. Use frame->extra_info.
179 (alpha_print_extra_frame_info): New function.
180 (alpha_frame_locals_address): Ditto.
181 (alpha_frame_args_address): Ditto.
182 (alpha_pop_frame): Use frame->extra_info.
183 * config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
184 alpha_frame_args_address.
185 (FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
186 (alpha_find_saved_regs): Remove prototype.
187 (FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
188 (EXTRA_FRAME_INFO): Remove.
189 (INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
190 (PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.
191
192 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
193
194 * alpha-tdep.c (alpha_osf_in_sigtramp): New function.
195 (alpha_cannot_fetch_register): Ditto.
196 (alpha_cannot_store_register): Ditto.
197 (alpha_register_convertible): Ditto.
198 (alpha_use_struct_convention): Ditto.
199 * config/alpha/tm-alpha.h: Update copyright years.
200 (IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
201 (INNER_THAN): Use core_addr_lessthan.
202 (CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
203 (CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
204 (REGISTER_CONVERTIBLE): Use alpha_register_convertible.
205 (USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
206 (FRAME_CHAIN): Remove unnecessary cast.
207
208 2002-01-18 Andrew Cagney <ac131313@redhat.com>
209
210 * NEWS: Document that testsuite/gdb.hp/gdb.threads-hp/ is
211 obsolete.
212
213 2002-01-18 Andrew Cagney <ac131313@redhat.com>
214
215 * infptrace.c: Remove ATTRIBUTE_UNUSED. Update copyright.
216 * monitor.c, remote-array.c, remote-bug.c: Ditto.
217 * remote-e7000.c, remote-es.c, remote-mips.c: Ditto.
218 * remote-nindy.c, remote-os9k.c, remote-rdi.c: Ditto.
219 * remote-rdp.c, remote-sds.c, remote-sim.c: Ditto.
220 * remote-st.c, remote-vx.c, remote.c, win32-nat.c: Ditto.
221 * x86-64-linux-nat.c: Ditto.
222
223 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
224
225 * alpha-tdep.c (alpha_register_name): New function.
226 * config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
227 (REGISTER_NAME): Define.
228
229 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
230
231 * config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
232
233 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
234
235 * alpha-tdep.c: Update copyright years.
236 (alpha_next_pc): New function.
237 (alpha_software_single_step): Ditto.
238 * config/alpha/tm-alpha.h: Add prototype for
239 alpha_software_single_step.
240
241 2002-01-18 Jason Thorpe <thorpej@wasabisystems.com>
242
243 * alphabsd-nat.c: Update copyright years.
244 (fill_gregset): Use regcache_collect.
245 (fill_fpregset): Likewise.
246 (fetch_inferior_registers): Only fetch integer registers
247 if requested to do so.
248 (store_inferior_registers): Only store integer registers
249 if requested to do so.
250
251 2002-01-17 Andrew Cagney <ac131313@redhat.com>
252
253 * config/alpha/alpha-osf3.mh (XDEPFILES): Delete.
254 * config/alpha/alpha-osf2.mh (XDEPFILES): Delete.
255 * config/alpha/alpha-osf1.mh (XDEPFILES): Delete.
256 * config/alpha/alpha-linux.mh (XDEPFILES): Delete.
257 * config/alpha/fbsd.mh (XDEPFILES): Delete.
258 * config/arm/linux.mh (XDEPFILES): Delete.
259 * config/arm/nbsd.mh (XDEPFILES): Delete.
260 * config/i386/i386dgux.mh (XDEPFILES): Delete.
261 * config/i386/i386sol2.mh (XDEPFILES): Delete.
262 * config/i386/i386m3.mh (XDEPFILES): Delete.
263 (NATDEPFILES): Move i387-tdep.o and core-aout.o to here.
264 * config/i386/i386gnu.mh (XDEPFILES): Delete.
265 * config/i386/fbsd.mh (XDEPFILES): Delete.
266 * config/i386/i386bsd.mh (XDEPFILES): Delete.
267 * config/i386/i386sco5.mh (XDEPFILES): Delete.
268 * config/i386/i386v4.mh (XDEPFILES): Delete.
269 * config/i386/i386v42mp.mh (XDEPFILES): Delete.
270 * config/i386/i386sco4.mh (XDEPFILES): Delete.
271 * config/i386/i386aix.mh (XDEPFILES): Delete.
272 * config/i386/go32.mh (XDEPFILES): Delete.
273 * config/i386/cygwin.mh (XDEPFILES): Delete.
274 * config/i386/i386lynx.mh (XDEPFILES): Delete.
275 * config/i386/i386mach.mh (XDEPFILES): Delete.
276 * config/i386/i386v32.mh (XDEPFILES): Delete.
277 * config/i386/linux.mh (XDEPFILES): Delete.
278 * config/i386/nbsdelf.mh (XDEPFILES): Delete.
279 * config/i386/ncr3000.mh (XDEPFILES): Delete.
280 * config/i386/i386mk.mh (NATDEPFILES): Rename XDEPFILES.
281 * config/i386/i386sco.mh (XDEPFILES): Delete.
282 * config/i386/i386v.mh (XDEPFILES): Delete.
283 * config/i386/nbsd.mh (XDEPFILES): Delete.
284 * config/i386/ptx.mh (NATDEPFILES): Rename XDEPFILES.
285 * config/i386/ptx4.mh (NATDEPFILES): Rename XDEPFILES.
286 * config/i386/symmetry.mh (XDEPFILES): Delete.
287 * config/i386/obsd.mh (XDEPFILES): Delete.
288 * config/i386/x86-64linux.mh (XDEPFILES): Delete.
289 * config/ia64/linux.mh (XDEPFILES): Delete.
290 * config/ia64/aix.mh (XDEPFILES): Delete.
291 * config/m68k/apollo68b.mh (XDEPFILES): Delete.
292 * config/m68k/dpx2.mh (XDEPFILES): Delete.
293 * config/m68k/3b1.mh (NATDEPFILES): Rename XDEPFILES.
294 * config/m68k/apollo68v.mh (XDEPFILES): Delete.
295 * config/m68k/hp300bsd.mh (XDEPFILES): Delete.
296 * config/m68k/linux.mh (XDEPFILES): Delete.
297 * config/m68k/m68klynx.mh (XDEPFILES): Delete.
298 * config/m68k/m68kv4.mh (XDEPFILES): Delete.
299 * config/m68k/nbsd.mh (XDEPFILES): Delete.
300 * config/m68k/sun2os3.mh (XDEPFILES): Delete.
301 * config/m68k/sun2os4.mh (XDEPFILES): Delete.
302 * config/m68k/sun3os3.mh (XDEPFILES): Delete.
303 * config/m68k/sun3os4.mh (XDEPFILES): Delete.
304 * config/m88k/delta88.mh (XDEPFILES): Delete.
305 * config/m88k/delta88v4.mh (XDEPFILES): Delete.
306 * config/m88k/m88k.mh (XDEPFILES): Delete.
307 * config/mips/littlemips.mh (NATDEPFILES): Rename XDEPFILES.
308 * config/mips/linux.mh (XDEPFILES): Delete.
309 * config/mips/irix6.mh (XDEPFILES): Delete.
310 * config/mips/irix5.mh (XDEPFILES): Delete.
311 * config/mips/irix4.mh (XDEPFILES): Delete.
312 * config/mips/irix3.mh (XDEPFILES): Delete.
313 * config/mips/decstation.mh (XDEPFILES): Delete.
314 * config/mips/mipsm3.mh (XDEPFILES): Delete.
315 (NATDEPFILES): Move core-aout.o to here.
316 * config/ns32k/nbsd.mh (XDEPFILES): Delete.
317 * config/pa/hpux1020.mh (XDEPFILES): Delete.
318 * config/pa/hppabsd.mh (XDEPFILES): Delete.
319 * config/pa/hppahpux.mh (XDEPFILES): Delete.
320 * config/pa/hpux11w.mh (XDEPFILES): Delete.
321 * config/pa/hppaosf.mh (XDEPFILES): Delete.
322 * config/pa/hpux11.mh (XDEPFILES): Delete.
323 * config/powerpc/aix.mh (XDEPFILES): Delete.
324 * config/powerpc/nbsd.mh (XDEPFILES): Delete.
325 * config/powerpc/linux.mh (XDEPFILES): Delete.
326 * config/romp/rtbsd.mh: Rename XDEPFILES.
327 * config/rs6000/rs6000lynx.mh (XDEPFILES): Delete.
328 * config/rs6000/aix4.mh (XDEPFILES): Delete.
329 * config/rs6000/rs6000.mh (XDEPFILES): Delete.
330 * config/s390/s390.mh (XDEPFILES): Delete.
331 * config/vax/vaxbsd.mh (NATDEPFILES): Rename XDEPFILES.
332 * config/sparc/sun4sol2.mh (XDEPFILES): Delete.
333 * config/sparc/sun4os4.mh (XDEPFILES): Delete.
334 * config/sparc/sparclynx.mh (XDEPFILES): Delete.
335 * config/sparc/nbsdelf.mh (XDEPFILES): Delete.
336 * config/sparc/nbsd.mh (XDEPFILES): Delete.
337 * config/sparc/linux.mh (XDEPFILES): Delete.
338 * config/vax/vaxult.mh (XDEPFILES): Delete.
339 * config/vax/vaxult2.mh (XDEPFILES): Delete.
340 * Makefile.in (DEPFILES): Remove XDEPFILES.
341
342 2002-01-17 Andrew Cagney <ac131313@redhat.com>
343
344 * utils.c (internal_verror): Fix comments, default is yes not no.
345 Update queries to match. Default to quit and dump core.
346
347 2002-01-17 Andrew Cagney <ac131313@redhat.com>
348
349 * breakpoint.c: Update assuming #if UI_OUT is always true. Update
350 copyright.
351 * defs.h, event-top.c, gdbcmd.h: Ditto.
352 * infcmd.c, infrun.c, main.c, printcmd.c, remote.c: Ditto.
353 * source.c, stack.c, symfile.c, symtab.c, thread.c: Ditto.
354 * top.c, cli/cli-cmds.c, cli/cli-decode.c: Ditto.
355 * cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.c: Ditto.
356 * mi/ChangeLog, mi/mi-cmd-break.c, mi/mi-cmd-stack.c: Ditto.
357 * mi/mi-main.c:Ditto.
358
359 * stack.c, symfile.c: Update copyright.
360
361 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
362
363 * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
364 gdbserver/low-nbsd.c, gdbserver/low-sim.c,
365 gdbserver/low-sparc.c, gdbserver/low-sun3.c,
366 gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
367
368 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
369
370 * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
371 * gdbserver/low-lynx.c (myattach): Likewise.
372 * gdbserver/low-nbsd.c (myattach): Likewise.
373 * gdbserver/low-sim.c (myattach): Likewise.
374 * gdbserver/low-sparc.c (myattach): Likewise.
375 * gdbserver/low-sun3.c (myattach): Likewise.
376
377 * gdbserver/low-linux.c (myattach): New function.
378
379 * gdbserver/server.c (attach_inferior): New function.
380 (main): Handle "--attach".
381
382 2002-01-16 Andrew Cagney <ac131313@redhat.com>
383
384 * MAINTAINERS (language support): Daniel Jacobwitz is C++
385 maintainer.
386
387 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
388
389 * c-typeprint.c (is_type_conversion_operator): Add additional
390 check for non-conversion operators.
391
392 2002-01-15 Michael Snyder <msnyder@redhat.com>
393
394 * linux-proc.c: Add "info proc" command, a la procfs.c.
395 (read_mapping): New function, abstract and re-use code.
396 (linux_find_memory_regions): Use new func read_mapping.
397 (linux_info_proc_cmd): New function, implement "info proc".
398 (_initialize_linux_proc): Add new command "info proc".
399
400 2002-01-15 Michael Snyder <msnyder@redhat.com>
401
402 * symfile.c (generic_load): Use bfd_map_over_sections method
403 instead of manipulating bfd structure members directly.
404 (add_section_size_callback): New function, bfd sections callback
405 used by generic_load.
406 (load_sections_callback): New function, bfd sections callback
407 used by generic_load.
408
409 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
410
411 [Based on work by Jim Blandy]
412 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
413 (builtin_type_vec128): Export.
414 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
415 types.
416 (builtin_type_vec128): New builtin type for 128 bit vector
417 registers.
418 (build_gdbtypes): Initialize builtin_type_v16qi and
419 builtin_type_v8hi. Create the vec128 register builtin type
420 structure.
421 (build_builtin_type_vec128): New function.
422 (_initialize_gdbtypes): Register builtin_type_v16qi and
423 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
424 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
425 AltiVec register to new builtin type.
426
427 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
428
429 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
430 to make_cv_type.
431
432 2002-01-14 Andrew Cagney <ac131313@redhat.com>
433
434 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
435 CLEAN_UP_REGISTER_VALUE.
436 * regcache.c (supply_register): Update only call.
437
438 2002-01-14 Andrew Cagney <ac131313@redhat.com>
439
440 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
441 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
442 a29k-*-vxworks* targets as obsolete.
443
444 2002-01-14 Michael Snyder <msnyder@redhat.com>
445
446 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
447 until we can resolve portability issues.
448 * gregset.h: Remove references to fpxregs.
449 * gcore.c (gcore_command): Initialize note_sec to NULL.
450
451 2002-01-13 Andrew Cagney <ac131313@redhat.com>
452
453 * signals.c (target_signal_to_name): Rewrite. Only use
454 signals[].name when in bounds and non-NULL.
455
456 2002-01-13 Andrew Cagney <ac131313@redhat.com>
457
458 From Petr Ledvina <ledvinap@kae.zcu.cz>:
459 * signals.c (target_signal_to_name): Verify that SIG is within the
460 bounds of the signals array.
461
462 2002-01-13 Andrew Cagney <ac131313@redhat.com>
463
464 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
465
466 2002-01-13 Keith Seitz <keiths@redhat.com>
467
468 * stack.c (print_frame_info_base): Print the frame's pc
469 only if when print_frame_info_listing_hook is not defined.
470
471 2002-01-13 Keith Seitz <keiths@redhat.com>
472
473 * varobj.c (varobj_set_value): Make sure that there were no
474 errors evaluating the object before attempting to set its
475 value.
476 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
477 so this offset adjustment is no longer necessary.
478 (create_child): Don't set the error flag if the child is
479 a CPLUS_FAKE_CHILD.
480 (value_of_child): If value_fetch_lazy fails, return NULL
481 so that callers will be notified that an error occurred.
482 (c_value_of_variable): Delay check of variable's validity
483 until later. We actually want all structs and unions to have
484 the value "{...}".
485 Do not return "???" for variables which could not be evaluated.
486 This error condition must be returned to the caller so that it
487 can get the error condition from gdb.
488 (cplus_name_of_child): Adjust index for vptr before figuring
489 out the name of the child.
490 (cplus_value_of_child): If a child's (real) parent is not valid,
491 don't even bother trying to give a value for it. Just return
492 an error. Change all instances in this function.
493 (cplus_type_of_child): If our parent is one of the "fake"
494 parents, we need to get at the type of the real parent, and
495 derive the child's true type using this information.
496
497 2002-01-13 Andrew Cagney <ac131313@redhat.com>
498
499 From 2002-01-09 John Marshall <johnm@falch.net>:
500 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
501 sources.redhat.com, and tweak some related URLs which had
502 suffered from linkrot.
503
504 2002-01-13 Andrew Cagney <ac131313@redhat.com>
505
506 From Jeff law:
507 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
508 structures passed in registers.
509
510 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
511
512 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
513 white space which prevented compilation. Reported by DSK
514 <dsk@student.unsw.edu.au>.
515
516 2002-01-11 Michael Snyder <msnyder@redhat.com>
517
518 * symfile.c (build_section_addr_info_from_section_tab):
519 Use bfd access method instead of manipulating bfd directly.
520 (syms_from_objfile): Ditto.
521 (simple_overlay_update_1): Ditto.
522 (simple_overlay_update): Ditto.
523 (generic_load): Ditto.
524 (overlay_unmapped_address): FIXME comment, bfd access methods.
525 (sections_overlap): FIXME comment, bfd access methods.
526 (pc_in_mapped_range): FIXME comment, bfd access methods.
527 (pc_in_unmapped_range): FIXME comment, bfd access methods.
528 (section_is_mapped): FIXME comment, bfd access methods.
529 (section_is_overlay): FIXME comment, bfd access methods.
530
531 * symfile.c (generic_load): Whitespace and long line cleanups.
532 Remove duplicate variable, change several local variables to
533 more appropriate data types.
534 (print_transfer_performance): Use %lu instead of %ld for ulongs.
535
536 2002-01-12 Andrew Cagney <ac131313@redhat.com>
537
538 From Peter Schauer:
539 * language.c (longest_local_hex_string_custom): Use phex_nz to
540 convert NUM to a hex string.
541
542 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
543
544 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
545 the function.
546 Update Copyright year.
547
548 2002-01-12 Andrew Cagney <ac131313@redhat.com>
549
550 * language.c (longest_raw_hex_string): Delete unused function.
551
552 2002-01-11 Petr Sorfa <petrs@caldera.com>
553
554 * MAINTAINERS (write-after-approval): Add myself.
555 * dwarf2read.c (read_tag_string_type): Handling of
556 DW_AT_byte_size.
557 (read_tag_string_type): FORTRAN fix to prevent propagation of
558 first string size.
559 (set_cu_language): Handling of DW_LANG_Fortran95
560
561 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
562
563 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
564 GETPID(inferior_ptid).
565 (store_inferior_registers): Likewise.
566
567 2002-01-10 Jason Merrill <jason@redhat.com>
568
569 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
570 Fix DW_OP_minus.
571
572 2002-01-10 Andrew Cagney <ac131313@redhat.com>
573
574 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
575 and bfd/elf32-sh-nbsd.c.
576
577 2002-01-10 Michael Snyder <msnyder@redhat.com>
578
579 * NEWS: Mention --pid and corefile/proc-id behavior change.
580
581 * Makefile.in: Add rules for gcore.o and linux-proc.o.
582 * gcore.c: Include cli/cli-decode.h instead of command.h.
583
584 * main.c (captured_main): Add new command line option "--pid".
585 If the second command line argument (following the symbol-file)
586 begins with a digit, try to attach to it before trying to open
587 it as a corefile.
588 (print_gdb_help): Document the "--pid" argument.
589
590 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * completer.c (command_completer): New function.
593
594 * completer.h <command_completer>: Add prototype.
595
596 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
597 completer for the "help" command.
598
599 2002-01-09 Jason Merrill <jason@redhat.com>
600
601 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
602
603 2002-01-09 Michael Snyder <msnyder@redhat.com>
604
605 * i386-linux-nat.c (fill_fpxregset): Make global.
606 (store_fpxregset): Ditto.
607
608 * gregset.h (gdb_fpxregset_t): Define.
609 (supply_fpxregset): Prototype.
610 (fill_fpxregset): Prototype.
611
612 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
613
614 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
615
616 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
617 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
618 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
619
620 2002-01-09 Andrew Cagney <ac131313@redhat.com>
621
622 * MAINTAINERS: Update target maintainer rules so that any
623 Maintainer can approve a tested patch for a maintenance-only
624 target.
625
626 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
627
628 * MAINTAINERS (write-after-approval): Add myself.
629
630 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
631 IN_SIGTRAMP.
632
633 2002-01-08 Michael Snyder <msnyder@redhat.com>
634
635 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
636 real name of the executable, rather than the /proc name.
637
638 2002-01-03 Michael Snyder <msnyder@redhat.com>
639
640 Implement a "generate-core-file" command in gdb, save target state.
641 * gcore.c: New file. Implement new command 'generate-core-file'.
642 Save a corefile image of the current state of the inferior.
643 * linux-proc.c: Add linux-specific code for saving corefiles.
644 * target.h (struct target_ops): Add new target vectors for saving
645 corefiles; to_find_memory_regions and to_make_corefile_notes.
646 (target_find_memory_regions): New macro.
647 (target_make_corefile_notes): New macro.
648 * target.c (update_current_target): Inherit new target methods.
649 (dummy_find_memory_regions): New place-holder method.
650 (dummy_make_corefile_notes): New place-holder method.
651 (init_dummy_target): Initialize new dummy target vectors.
652 * exec.c (exec_set_find_memory_regions): New function.
653 Allow the exec_ops vector for memory regions to be taken over.
654 (exec_make_note_section): New function, target vector method.
655 * defs.h (exec_set_find_memory_regions): Export prototype.
656 * procfs.c (proc_find_memory_regions): New function, corefile method.
657 (procfs_make_note_section): New function, corefile method.
658 (init_procfs_ops): Set new target vector pointers.
659 (find_memory_regions_callback): New function.
660 (procfs_do_thread_registers): New function.
661 (procfs_corefile_thread_callback): New function.
662 * sol-thread.c (sol_find_memory_regions): New function.
663 (sol_make_note_section): New function.
664 (init_sol_thread_ops): Initialize new target vectors.
665 * inftarg.c (inftarg_set_find_memory_regions): New function.
666 Allow to_find_memory_regions vector to be taken over.
667 (inftarg_set_make_corefile_notes): New function.
668 Allow to_make_corefile_notes vector to be taken over.
669 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
670 interface layer if not target_has_execution (may be a corefile).
671 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
672 * config/sparc/sun4sol2.mh: Ditto.
673 * config/alpha/alpha-linux.mh: Ditto.
674 * config/arm/linux.mh: Ditto.
675 * config/i386/x86-64linux.mh: Ditto.
676 * config/ia64/linux.mh: Ditto.
677 * config/m68k/linux.mh: Ditto.
678 * config/mips/linux.mh: Ditto.
679 * config/powerpc/linux.mh: Ditto.
680 * config/sparc/linux.mh: Ditto.
681
682 2002-01-07 Michael Snyder <msnyder@redhat.com>
683
684 * arm-linux-nat.c: Remove references to regcache.c internal data
685 (registers[] and register_valid[]).
686
687 2002-01-07 Michael Snyder <msnyder@redhat.com>
688
689 * linux-proc.c: New file. Implement child_pid_to_exec_file,
690 so that attaching to a pid will automatically read the process's
691 symbol file and shlibs.
692 * Makefile.in: Add rule for linux-proc.o.
693 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
694 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
695 * config/arm/linux.mh: Ditto.
696 * config/i386/linux.mh: Ditto.
697 * config/i386/x86-64linux.mh: Ditto.
698 * config/ia64/linux.mh: Ditto.
699 * config/m68k/linux.mh: Ditto.
700 * config/mips/linux.mh: Ditto.
701 * config/powerpc/linux.mh: Ditto.
702 * config/sparc/linux.mh: Ditto.
703
704 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
705
706 * win32-nat.c: Add i386-tdep.h dependency.
707
708 2002-01-07 Michael Snyder <msnyder@redhat.com>
709
710 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
711 instead of bfd_get_arch_size. Don't bail out just because
712 there's no exec_bfd.
713
714 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
715 * p-valprint.c (pascal_object_print_value): Ditto.
716 * somread.c (som_symtab_read): Ditto.
717 * symfile.c (simple_free_overlay_region_table): Ditto.
718 * valops.c (value_assign): Ditto.
719
720 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
721 use tilde_expand and strerror for opening save-tracepoints file.
722
723 * thread-db.c (thread_db_new_objfile): Indendation fix.
724
725 * infptrace.c (GDB_MAX_ALLOCA): New define.
726 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
727 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
728 can be overridden with whatever value is appropriate to the host).
729 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
730 alloca to allocate potentially large buffer.
731 * rs6000-nat.c (child_xfer_memory): Ditto.
732 * symm-nat.c (child_xfer_memory): Ditto.
733 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
734
735 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
736
737 From Nick Clifton <nickc@redhat.com>
738 * d10v-tdep.c: Set STACK_START to 0x200bffe.
739
740 2002-01-07 Michael Snyder <msnyder@redhat.com>
741
742 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
743 Don't use exec_bfd if it's NULL.
744
745 2002-01-06 Mark Kettenis <kettenis@gnu.org>
746
747 * valops.c (value_arg_coerce): Fix formatting.
748
749 2002-01-06 Andrew Cagney <ac131313@redhat.com>
750
751 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
752 * gnu-nat.c: Ditto.
753
754 2002-01-06 Andrew Cagney <ac131313@redhat.com>
755
756 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
757 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
758 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
759 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
760 z8k-coff have not been multi-arched. Update z8k-coff build
761 status.
762
763 2002-01-06 Andrew Cagney <ac131313@redhat.com>
764
765 * MAINTAINERS: Mark a29k target as obsolete.
766 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
767 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
768 comments.
769 * NEWS: Note that a29k targets are obsolete.
770 * a29k-tdep.c: Mark as obsolete.
771 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
772 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
773 a29k-*-vxworks* targets as obsolete.
774 * remote-adapt.c: Obsolete.
775 * remote-eb.c: Obsolete.
776 * remote-mm.c: Obsolete.
777 * remote-udi.c: Obsolete.
778 * config/a29k/a29k-udi.mt: Obsolete.
779 * config/a29k/a29k.mt: Obsolete.
780 * config/a29k/tm-a29k.h: Obsolete.
781 * config/a29k/tm-vx29k.h: Obsolete.
782 * config/a29k/vx29k.mt: Obsolete.
783
784 2002-01-05 Andrew Cagney <ac131313@redhat.com>
785
786 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
787 with BFD_ENDIAN_BIG.
788
789 2002-01-05 Andrew Cagney <ac131313@redhat.com>
790
791 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
792 * configure, config.in: Re-generate.
793 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
794 * defs.h: Do not include <endian.h>.
795
796 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
797
798 * acconfig.h (HAVE_PT_GETXMMREGS): New.
799 * config.in: Regenerate.
800 * configure.in: Update copyright years.
801 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
802 * configure: Regenerate.
803 * i386bsd-nat.c: Update copyright years.
804 (fill_gregset): Use regcache_collect.
805 (fetch_inferior_registers): Only fetch integer registers
806 if requested to do so. Add support for XMM registers
807 using PT_GETXMMREGS.
808 (store_inferior_registers): Only store integer registers
809 if requested to do so. Add support for XMM registers
810 using PT_SETXMMREGS.
811 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
812 (store_inferior_registers): Remove.
813 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
814 (fetch_elfcore_registers): New function.
815 (i386nbsd_elfcore_fns): New.
816 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
817 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
818 i386bsd-nat.o.
819 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
820 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
821 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
822 * config/i386/tm-nbsd.h: Update copyright years.
823 (HAVE_SSE_REGS): Define.
824 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
825 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
826 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
827 (SIGCONTEXT_PC_OFFSET): Remove.
828 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
829
830 2002-01-05 Andrew Cagney <ac131313@redhat.com>
831
832 * configure.tgt: Remove powerpc-*-macos* target.
833 * config/m68k/xm-mpw.h: Delete file.
834 * config/xm-mpw.h: Delete file.
835 * ser-mac.c: Delete file.
836 * mpw-make.sed: Delete file.
837 * mpw-config.in: Delete file.
838 * mac-xdep.c: Delete file.
839 * mac-gdb.r: Delete file.
840 * mac-defs.h: Delete file.
841 * mac-nat.c: Delete file.
842 * config/powerpc/macos.mh: Delete file.
843 * config/powerpc/macos.mt: Delete file.
844 * config/powerpc/nm-macos.h: Delete file.
845 * config/powerpc/tm-macos.h: Delete file.
846 * source.c (openp, open_source_file): Remove obsolete code.
847 * top.c (gdb_readline): Ditto.
848 * utils.c (query): Ditto.
849 * event-top.c (display_gdb_prompt): Ditto.
850 * Makefile.in (ser-mac.o): Delete obsolete target.
851 * NEWS: Update.
852
853 2002-01-04 Andrew Cagney <ac131313@redhat.com>
854
855 * defs.h (BIG_ENDIAN): Delete macro definition.
856 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
857 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
858 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
859 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
860 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
861 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
862 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
863 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
864 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
865 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
866 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
867 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
868 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
869 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
870 * gdbarch.c: Re-generate.
871
872 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
873
874 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
875 for core files.
876
877 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
878
879 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
880
881 2002-01-04 Andrew Cagney <ac131313@redhat.com>
882
883 * value.h (value_ptr): Delete typedef.
884
885 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
886
887 * i386nbsd-nat.c: Update copyright years.
888 Include i386-tdep.h.
889
890 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
891
892 * stabsread.c: Update copyright years.
893
894 From Debashis Mahata <debashis.mahata@wipro.com>:
895 (read_struct_fields): Deal with Sun C compiler erroneous stab
896 output for structs and unions.
897 Fix PR gdb/269.
898
899 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
900
901 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
902 prototype.
903
904 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
905
906 * cp-abi.c: Fix whitespace.
907 (baseclass_offset): New wrapper function.
908 * cp-abi.h (baseclass_offset): Add prototype.
909 (struct cp_abi_ops): Add baseclass_offset pointer.
910
911 * valops.c (vb_match): Move to...
912 * gnu-v2-abi.c (vb_match): here.
913 * valops.c (baseclass_offset): Move to...
914 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
915
916 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
917
918 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
919 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
920 * hpacc-abi.c (init_hpacc_ops): Likewise.
921
922 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
923
924 * valops.c (find_overload_match): Accept obj as a
925 reference parameter. Update it before returning.
926 * value.h (find_overload_match): Update prototype.
927 * eval.c (evaluate_subexp_standard): Pass object to
928 find_overload_match by reference.
929
930 2002-01-03 Andrew Cagney <ac131313@redhat.com>
931
932 * valarith.c: Replace value_ptr with struct value pointer. Remove
933 register attribute from value declarations.
934 * valops.c: Ditto.
935 * value.h: Ditto.
936 * scm-lang.c (scm_lookup_name): Ditto.
937
938 2002-01-03 Michael Snyder <msnyder@redhat.com>
939
940 Abstract the functionality of iterating over mapped memory
941 regions into a general purpose iterator function.
942 * procfs.c (iterate_over_mappings): New function, general purpose
943 iterator for memory sections.
944 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
945 (solib_mappings_callback): New function, callback for above.
946 (info_proc_mappings): Reimpliment using iterate_over_mappings.
947 (info_mappings_callback): New function, callback for above.
948
949 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
950
951 2002-01-01 Mark Kettenis <kettenis@gnu.org>
952
953 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
954 * i386-tdep.c: Include "elf-bfd.h".
955 (process_note_abi_tag_sections): New function.
956 (i386_gdbarch_init): Add code to recognize various OS/ABI
957 combinations.
958
959 * maint.c (_initialize_maint_cmds): Add missing \ in
960 string-literal.
961
962 For older changes see ChangeLog-2001
963 \f
964 Local Variables:
965 mode: change-log
966 left-margin: 8
967 fill-column: 74
968 version-control: never
969 End: