2002-01-17 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2002-01-17 Daniel Jacobowitz <drow@mvista.com>
2
3 * low-hppabsd.c (myattach): New function, returning -1.
4 * low-lynx.c (myattach): Likewise.
5 * low-nbsd.c (myattach): Likewise.
6 * low-sim.c (myattach): Likewise.
7 * low-sparc.c (myattach): Likewise.
8 * low-sun3.c (myattach): Likewise.
9
10 * low-linux.c (myattach): New function.
11
12 * server.c (attach_inferior): New function.
13 (main): Handle "--attach".
14
15 2002-01-16 Andrew Cagney <ac131313@redhat.com>
16
17 * MAINTAINERS (language support): Daniel Jacobwitz is C++
18 maintainer.
19
20 2002-01-15 Daniel Jacobowitz <drow@mvista.com>
21
22 * c-typeprint.c (is_type_conversion_operator): Add additional
23 check for non-conversion operators.
24
25 2002-01-15 Michael Snyder <msnyder@redhat.com>
26
27 * linux-proc.c: Add "info proc" command, a la procfs.c.
28 (read_mapping): New function, abstract and re-use code.
29 (linux_find_memory_regions): Use new func read_mapping.
30 (linux_info_proc_cmd): New function, implement "info proc".
31 (_initialize_linux_proc): Add new command "info proc".
32
33 2002-01-15 Michael Snyder <msnyder@redhat.com>
34
35 * symfile.c (generic_load): Use bfd_map_over_sections method
36 instead of manipulating bfd structure members directly.
37 (add_section_size_callback): New function, bfd sections callback
38 used by generic_load.
39 (load_sections_callback): New function, bfd sections callback
40 used by generic_load.
41
42 2002-01-15 Elena Zannoni <ezannoni@redhat.com>
43
44 [Based on work by Jim Blandy]
45 * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
46 (builtin_type_vec128): Export.
47 * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
48 types.
49 (builtin_type_vec128): New builtin type for 128 bit vector
50 registers.
51 (build_gdbtypes): Initialize builtin_type_v16qi and
52 builtin_type_v8hi. Create the vec128 register builtin type
53 structure.
54 (build_builtin_type_vec128): New function.
55 (_initialize_gdbtypes): Register builtin_type_v16qi and
56 builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.
57 * rs6000-tdep.c (rs6000_register_virtual_type): Change type of
58 AltiVec register to new builtin type.
59
60 2001-01-15 Daniel Jacobowitz <drow@mvista.com>
61
62 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
63 to make_cv_type.
64
65 2002-01-14 Andrew Cagney <ac131313@redhat.com>
66
67 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Rename
68 CLEAN_UP_REGISTER_VALUE.
69 * regcache.c (supply_register): Update only call.
70
71 2002-01-14 Andrew Cagney <ac131313@redhat.com>
72
73 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
74 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
75 a29k-*-vxworks* targets as obsolete.
76
77 2002-01-14 Michael Snyder <msnyder@redhat.com>
78
79 * linux-proc.c (linux_do_thread_registers): Ignore fpxregs
80 until we can resolve portability issues.
81 * gregset.h: Remove references to fpxregs.
82 * gcore.c (gcore_command): Initialize note_sec to NULL.
83
84 2002-01-13 Andrew Cagney <ac131313@redhat.com>
85
86 * signals.c (target_signal_to_name): Rewrite. Only use
87 signals[].name when in bounds and non-NULL.
88
89 2002-01-13 Andrew Cagney <ac131313@redhat.com>
90
91 From Petr Ledvina <ledvinap@kae.zcu.cz>:
92 * signals.c (target_signal_to_name): Verify that SIG is within the
93 bounds of the signals array.
94
95 2002-01-13 Andrew Cagney <ac131313@redhat.com>
96
97 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
98
99 2002-01-13 Keith Seitz <keiths@redhat.com>
100
101 * stack.c (print_frame_info_base): Print the frame's pc
102 only if when print_frame_info_listing_hook is not defined.
103
104 2002-01-13 Keith Seitz <keiths@redhat.com>
105
106 * varobj.c (varobj_set_value): Make sure that there were no
107 errors evaluating the object before attempting to set its
108 value.
109 value_cast now properly adjusts VALUE_ADDRESS for baseclasses,
110 so this offset adjustment is no longer necessary.
111 (create_child): Don't set the error flag if the child is
112 a CPLUS_FAKE_CHILD.
113 (value_of_child): If value_fetch_lazy fails, return NULL
114 so that callers will be notified that an error occurred.
115 (c_value_of_variable): Delay check of variable's validity
116 until later. We actually want all structs and unions to have
117 the value "{...}".
118 Do not return "???" for variables which could not be evaluated.
119 This error condition must be returned to the caller so that it
120 can get the error condition from gdb.
121 (cplus_name_of_child): Adjust index for vptr before figuring
122 out the name of the child.
123 (cplus_value_of_child): If a child's (real) parent is not valid,
124 don't even bother trying to give a value for it. Just return
125 an error. Change all instances in this function.
126 (cplus_type_of_child): If our parent is one of the "fake"
127 parents, we need to get at the type of the real parent, and
128 derive the child's true type using this information.
129
130 2002-01-13 Andrew Cagney <ac131313@redhat.com>
131
132 From 2002-01-09 John Marshall <johnm@falch.net>:
133 * CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to
134 sources.redhat.com, and tweak some related URLs which had
135 suffered from linkrot.
136
137 2002-01-13 Andrew Cagney <ac131313@redhat.com>
138
139 From Jeff law:
140 * hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byte
141 structures passed in registers.
142
143 2002-01-13 Eli Zaretskii <eliz@is.elta.co.il>
144
145 * go32-nat.c (save_npx) [__DJGPP_MINOR__ < 3]: Remove extraneous
146 white space which prevented compilation. Reported by DSK
147 <dsk@student.unsw.edu.au>.
148
149 2002-01-11 Michael Snyder <msnyder@redhat.com>
150
151 * symfile.c (build_section_addr_info_from_section_tab):
152 Use bfd access method instead of manipulating bfd directly.
153 (syms_from_objfile): Ditto.
154 (simple_overlay_update_1): Ditto.
155 (simple_overlay_update): Ditto.
156 (generic_load): Ditto.
157 (overlay_unmapped_address): FIXME comment, bfd access methods.
158 (sections_overlap): FIXME comment, bfd access methods.
159 (pc_in_mapped_range): FIXME comment, bfd access methods.
160 (pc_in_unmapped_range): FIXME comment, bfd access methods.
161 (section_is_mapped): FIXME comment, bfd access methods.
162 (section_is_overlay): FIXME comment, bfd access methods.
163
164 * symfile.c (generic_load): Whitespace and long line cleanups.
165 Remove duplicate variable, change several local variables to
166 more appropriate data types.
167 (print_transfer_performance): Use %lu instead of %ld for ulongs.
168
169 2002-01-12 Andrew Cagney <ac131313@redhat.com>
170
171 From Peter Schauer:
172 * language.c (longest_local_hex_string_custom): Use phex_nz to
173 convert NUM to a hex string.
174
175 2002-01-12 Elena Zannoni <ezannoni@redhat.com>
176
177 * sh-tdep.c (sh_gdbarch_init): Move setting of long_bit earlier in
178 the function.
179 Update Copyright year.
180
181 2002-01-12 Andrew Cagney <ac131313@redhat.com>
182
183 * language.c (longest_raw_hex_string): Delete unused function.
184
185 2002-01-11 Petr Sorfa <petrs@caldera.com>
186
187 * MAINTAINERS (write-after-approval): Add myself.
188 * dwarf2read.c (read_tag_string_type): Handling of
189 DW_AT_byte_size.
190 (read_tag_string_type): FORTRAN fix to prevent propagation of
191 first string size.
192 (set_cu_language): Handling of DW_LANG_Fortran95
193
194 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
195
196 * armnbsd-nat.c (fetch_inferior_registers): Change inferior_pid ->
197 GETPID(inferior_ptid).
198 (store_inferior_registers): Likewise.
199
200 2002-01-10 Jason Merrill <jason@redhat.com>
201
202 * dwarf2read.c (decode_locdesc): Implement DW_OP_litn, DW_OP_dup.
203 Fix DW_OP_minus.
204
205 2002-01-10 Andrew Cagney <ac131313@redhat.com>
206
207 * config/djgpp/fnchange.lst: Add renames for bfd/ChangeLog-0001
208 and bfd/elf32-sh-nbsd.c.
209
210 2002-01-10 Michael Snyder <msnyder@redhat.com>
211
212 * NEWS: Mention --pid and corefile/proc-id behavior change.
213
214 * Makefile.in: Add rules for gcore.o and linux-proc.o.
215 * gcore.c: Include cli/cli-decode.h instead of command.h.
216
217 * main.c (captured_main): Add new command line option "--pid".
218 If the second command line argument (following the symbol-file)
219 begins with a digit, try to attach to it before trying to open
220 it as a corefile.
221 (print_gdb_help): Document the "--pid" argument.
222
223 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
224
225 * completer.c (command_completer): New function.
226
227 * completer.h <command_completer>: Add prototype.
228
229 * cli/cli-cmds.c (init_cli_cmds): Make command_completer be the
230 completer for the "help" command.
231
232 2002-01-09 Jason Merrill <jason@redhat.com>
233
234 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
235
236 2002-01-09 Michael Snyder <msnyder@redhat.com>
237
238 * i386-linux-nat.c (fill_fpxregset): Make global.
239 (store_fpxregset): Ditto.
240
241 * gregset.h (gdb_fpxregset_t): Define.
242 (supply_fpxregset): Prototype.
243 (fill_fpxregset): Prototype.
244
245 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
246
247 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
248
249 * config/arm/arm-tdep.h (arm_software_single_step): Remove PARAMS.
250 * config/arm/nm-nbsd.h (arm_register_u_addr): Likewise.
251 * config/arm/tm-nbsd.h (get_longjmp_target): Likewise.
252
253 2002-01-09 Andrew Cagney <ac131313@redhat.com>
254
255 * MAINTAINERS: Update target maintainer rules so that any
256 Maintainer can approve a tested patch for a maintenance-only
257 target.
258
259 2002-01-09 Richard Earnshaw <rearnsha@arm.com>
260
261 * MAINTAINERS (write-after-approval): Add myself.
262
263 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
264 IN_SIGTRAMP.
265
266 2002-01-08 Michael Snyder <msnyder@redhat.com>
267
268 * linux-proc.c (child_pid_to_exec_file): Use readlink to get the
269 real name of the executable, rather than the /proc name.
270
271 2002-01-03 Michael Snyder <msnyder@redhat.com>
272
273 Implement a "generate-core-file" command in gdb, save target state.
274 * gcore.c: New file. Implement new command 'generate-core-file'.
275 Save a corefile image of the current state of the inferior.
276 * linux-proc.c: Add linux-specific code for saving corefiles.
277 * target.h (struct target_ops): Add new target vectors for saving
278 corefiles; to_find_memory_regions and to_make_corefile_notes.
279 (target_find_memory_regions): New macro.
280 (target_make_corefile_notes): New macro.
281 * target.c (update_current_target): Inherit new target methods.
282 (dummy_find_memory_regions): New place-holder method.
283 (dummy_make_corefile_notes): New place-holder method.
284 (init_dummy_target): Initialize new dummy target vectors.
285 * exec.c (exec_set_find_memory_regions): New function.
286 Allow the exec_ops vector for memory regions to be taken over.
287 (exec_make_note_section): New function, target vector method.
288 * defs.h (exec_set_find_memory_regions): Export prototype.
289 * procfs.c (proc_find_memory_regions): New function, corefile method.
290 (procfs_make_note_section): New function, corefile method.
291 (init_procfs_ops): Set new target vector pointers.
292 (find_memory_regions_callback): New function.
293 (procfs_do_thread_registers): New function.
294 (procfs_corefile_thread_callback): New function.
295 * sol-thread.c (sol_find_memory_regions): New function.
296 (sol_make_note_section): New function.
297 (init_sol_thread_ops): Initialize new target vectors.
298 * inftarg.c (inftarg_set_find_memory_regions): New function.
299 Allow to_find_memory_regions vector to be taken over.
300 (inftarg_set_make_corefile_notes): New function.
301 Allow to_make_corefile_notes vector to be taken over.
302 * thread-db.c (thread_db_new_objfile): Don't activate thread-db
303 interface layer if not target_has_execution (may be a corefile).
304 * config/i386/linux.mh: Add gcore.o to NATDEPFILES.
305 * config/sparc/sun4sol2.mh: Ditto.
306 * config/alpha/alpha-linux.mh: Ditto.
307 * config/arm/linux.mh: Ditto.
308 * config/i386/x86-64linux.mh: Ditto.
309 * config/ia64/linux.mh: Ditto.
310 * config/m68k/linux.mh: Ditto.
311 * config/mips/linux.mh: Ditto.
312 * config/powerpc/linux.mh: Ditto.
313 * config/sparc/linux.mh: Ditto.
314
315 2002-01-07 Michael Snyder <msnyder@redhat.com>
316
317 * arm-linux-nat.c: Remove references to regcache.c internal data
318 (registers[] and register_valid[]).
319
320 2002-01-07 Michael Snyder <msnyder@redhat.com>
321
322 * linux-proc.c: New file. Implement child_pid_to_exec_file,
323 so that attaching to a pid will automatically read the process's
324 symbol file and shlibs.
325 * Makefile.in: Add rule for linux-proc.o.
326 * config/nm-linux.h: Define CHILD_PID_TO_EXEC_FILE.
327 * config/alpha/alpha-linux.mh: Add linux-proc.o to NATDEPFILES.
328 * config/arm/linux.mh: Ditto.
329 * config/i386/linux.mh: Ditto.
330 * config/i386/x86-64linux.mh: Ditto.
331 * config/ia64/linux.mh: Ditto.
332 * config/m68k/linux.mh: Ditto.
333 * config/mips/linux.mh: Ditto.
334 * config/powerpc/linux.mh: Ditto.
335 * config/sparc/linux.mh: Ditto.
336
337 2002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
338
339 * win32-nat.c: Add i386-tdep.h dependency.
340
341 2002-01-07 Michael Snyder <msnyder@redhat.com>
342
343 * solib.c (info_sharedlibrary_command): Use TARGET_PTR_BIT
344 instead of bfd_get_arch_size. Don't bail out just because
345 there's no exec_bfd.
346
347 * cp-valprint.c (cp_print_value): FIXME comment, alloca size.
348 * p-valprint.c (pascal_object_print_value): Ditto.
349 * somread.c (som_symtab_read): Ditto.
350 * symfile.c (simple_free_overlay_region_table): Ditto.
351 * valops.c (value_assign): Ditto.
352
353 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
354 use tilde_expand and strerror for opening save-tracepoints file.
355
356 * thread-db.c (thread_db_new_objfile): Indendation fix.
357
358 * infptrace.c (GDB_MAX_ALLOCA): New define.
359 (child_xfer_memory): Use xmalloc/xfree instead of alloca if the
360 size of the buffer exceeds GDB_MAX_ALLOCA (default 1 megabyte,
361 can be overridden with whatever value is appropriate to the host).
362 * infttrace.c (child_xfer_memory): Add FIXME warning about use of
363 alloca to allocate potentially large buffer.
364 * rs6000-nat.c (child_xfer_memory): Ditto.
365 * symm-nat.c (child_xfer_memory): Ditto.
366 * x86-64-linux-nat.c (child_xfer_memory): Ditto.
367
368 2002-01-07 Jackie Smith Cashion <jsmith@redhat.com>
369
370 From Nick Clifton <nickc@redhat.com>
371 * d10v-tdep.c: Set STACK_START to 0x200bffe.
372
373 2002-01-07 Michael Snyder <msnyder@redhat.com>
374
375 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets):
376 Don't use exec_bfd if it's NULL.
377
378 2002-01-06 Mark Kettenis <kettenis@gnu.org>
379
380 * valops.c (value_arg_coerce): Fix formatting.
381
382 2002-01-06 Andrew Cagney <ac131313@redhat.com>
383
384 * hp-psymtab-read.c: Include "gdb_string.h" instead of <string.h>.
385 * gnu-nat.c: Ditto.
386
387 2002-01-06 Andrew Cagney <ac131313@redhat.com>
388
389 * MAINTAINERS: Note that alpha-dec-osf4.0a, arc-elf, arm-coff,
390 arm-elf, arm-pe, d30v-elf, fr30-elf, h8300hms, h8500hms,
391 i960-coff, m32r-elf, m68k-elf, m88k, mcore-elf, mn10200-elf,
392 ns32k-netbsd, hppa1.1-hp-proelf, v850-elf, vax-dec-vms5.5 and
393 z8k-coff have not been multi-arched. Update z8k-coff build
394 status.
395
396 2002-01-06 Andrew Cagney <ac131313@redhat.com>
397
398 * MAINTAINERS: Mark a29k target as obsolete.
399 * Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o)
400 (remote-mm.o, remote-udi.o): Obsolete. Remove references in
401 comments.
402 * NEWS: Note that a29k targets are obsolete.
403 * a29k-tdep.c: Mark as obsolete.
404 * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*,
405 a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and
406 a29k-*-vxworks* targets as obsolete.
407 * remote-adapt.c: Obsolete.
408 * remote-eb.c: Obsolete.
409 * remote-mm.c: Obsolete.
410 * remote-udi.c: Obsolete.
411 * config/a29k/a29k-udi.mt: Obsolete.
412 * config/a29k/a29k.mt: Obsolete.
413 * config/a29k/tm-a29k.h: Obsolete.
414 * config/a29k/tm-vx29k.h: Obsolete.
415 * config/a29k/vx29k.mt: Obsolete.
416
417 2002-01-05 Andrew Cagney <ac131313@redhat.com>
418
419 * rs6000-tdep.c (rs6000_do_registers_info): Replace BIG_ENDIAN
420 with BFD_ENDIAN_BIG.
421
422 2002-01-05 Andrew Cagney <ac131313@redhat.com>
423
424 * configure.in (AC_CHECK_HEADERS): Do not check for <endian.h>.
425 * configure, config.in: Re-generate.
426 * config/vax/xm-vaxbsd.h: Do not include <machine/endian.h>.
427 * defs.h: Do not include <endian.h>.
428
429 2002-01-05 Jason Thorpe <thorpej@wasabisystems.com>
430
431 * acconfig.h (HAVE_PT_GETXMMREGS): New.
432 * config.in: Regenerate.
433 * configure.in: Update copyright years.
434 Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>.
435 * configure: Regenerate.
436 * i386bsd-nat.c: Update copyright years.
437 (fill_gregset): Use regcache_collect.
438 (fetch_inferior_registers): Only fetch integer registers
439 if requested to do so. Add support for XMM registers
440 using PT_GETXMMREGS.
441 (store_inferior_registers): Only store integer registers
442 if requested to do so. Add support for XMM registers
443 using PT_SETXMMREGS.
444 * i386nbsd-nat.c (fetch_inferior_registers): Remove.
445 (store_inferior_registers): Remove.
446 (fetch_core_registers): Use supply_gregset and i387_supply_fsave.
447 (fetch_elfcore_registers): New function.
448 (i386nbsd_elfcore_fns): New.
449 (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns.
450 * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and
451 i386bsd-nat.o.
452 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
453 * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o.
454 * config/i386/nbsdelf.mt (TDEPFILES): Likewise.
455 * config/i386/tm-nbsd.h: Update copyright years.
456 (HAVE_SSE_REGS): Define.
457 (IN_SIGTRAMP): Define as i386bsd_in_sigtramp.
458 (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start.
459 (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end.
460 (SIGCONTEXT_PC_OFFSET): Remove.
461 (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
462
463 2002-01-05 Andrew Cagney <ac131313@redhat.com>
464
465 * configure.tgt: Remove powerpc-*-macos* target.
466 * config/m68k/xm-mpw.h: Delete file.
467 * config/xm-mpw.h: Delete file.
468 * ser-mac.c: Delete file.
469 * mpw-make.sed: Delete file.
470 * mpw-config.in: Delete file.
471 * mac-xdep.c: Delete file.
472 * mac-gdb.r: Delete file.
473 * mac-defs.h: Delete file.
474 * mac-nat.c: Delete file.
475 * config/powerpc/macos.mh: Delete file.
476 * config/powerpc/macos.mt: Delete file.
477 * config/powerpc/nm-macos.h: Delete file.
478 * config/powerpc/tm-macos.h: Delete file.
479 * source.c (openp, open_source_file): Remove obsolete code.
480 * top.c (gdb_readline): Ditto.
481 * utils.c (query): Ditto.
482 * event-top.c (display_gdb_prompt): Ditto.
483 * Makefile.in (ser-mac.o): Delete obsolete target.
484 * NEWS: Update.
485
486 2002-01-04 Andrew Cagney <ac131313@redhat.com>
487
488 * defs.h (BIG_ENDIAN): Delete macro definition.
489 * a29k-tdep.c, arch-utils.c, arm-tdep.c, ax-gdb.c, ch-exp.c,
490 coffread.c, cris-tdep.c, d10v-tdep.c, d30v-tdep.c, defs.h,
491 findvar.c, infcmd.c, mem-break.c, mips-tdep.c, mn10300-tdep.c,
492 printcmd.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
493 remote-sim.c, remote.c, rs6000-tdep.c, sh-tdep.c, sparcl-tdep.c,
494 stabsread.c, valops.c, valprint.c, config/a29k/tm-a29k.h,
495 config/a29k/tm-vx29k.h, config/arm/tm-arm.h,
496 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
497 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
498 config/m32r/tm-m32r.h, config/m68k/tm-m68k.h,
499 config/m88k/tm-m88k.h, config/mips/tm-mips.h, config/pa/tm-hppa.h,
500 config/sparc/tm-sparc.h, config/z8k/tm-z8k.h, mi/mi-cmd-disas.c,
501 mi/mi-main.c: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
502 * gdbarch.sh: Replace BIG_ENDIAN with BFD_ENDIAN_BIG.
503 * gdbarch.c: Re-generate.
504
505 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
506
507 * thread-db.c (thread_db_new_objfile): Do not enable thread_db
508 for core files.
509
510 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
511
512 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
513
514 2002-01-04 Andrew Cagney <ac131313@redhat.com>
515
516 * value.h (value_ptr): Delete typedef.
517
518 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
519
520 * i386nbsd-nat.c: Update copyright years.
521 Include i386-tdep.h.
522
523 2002-01-04 Elena Zannoni <ezannoni@redhat.com>
524
525 * stabsread.c: Update copyright years.
526
527 From Debashis Mahata <debashis.mahata@wipro.com>:
528 (read_struct_fields): Deal with Sun C compiler erroneous stab
529 output for structs and unions.
530 Fix PR gdb/269.
531
532 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
533
534 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
535 prototype.
536
537 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
538
539 * cp-abi.c: Fix whitespace.
540 (baseclass_offset): New wrapper function.
541 * cp-abi.h (baseclass_offset): Add prototype.
542 (struct cp_abi_ops): Add baseclass_offset pointer.
543
544 * valops.c (vb_match): Move to...
545 * gnu-v2-abi.c (vb_match): here.
546 * valops.c (baseclass_offset): Move to...
547 * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename.
548
549 * gnu-v3-abi.c (gnuv3_baseclass_offset): New function.
550
551 * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset.
552 * gnu-v3-abi.c (init_gnuv3_ops): Likewise.
553 * hpacc-abi.c (init_hpacc_ops): Likewise.
554
555 2002-01-04 Daniel Jacobowitz <drow@mvista.com>
556
557 * valops.c (find_overload_match): Accept obj as a
558 reference parameter. Update it before returning.
559 * value.h (find_overload_match): Update prototype.
560 * eval.c (evaluate_subexp_standard): Pass object to
561 find_overload_match by reference.
562
563 2002-01-03 Andrew Cagney <ac131313@redhat.com>
564
565 * valarith.c: Replace value_ptr with struct value pointer. Remove
566 register attribute from value declarations.
567 * valops.c: Ditto.
568 * value.h: Ditto.
569 * scm-lang.c (scm_lookup_name): Ditto.
570
571 2002-01-03 Michael Snyder <msnyder@redhat.com>
572
573 Abstract the functionality of iterating over mapped memory
574 regions into a general purpose iterator function.
575 * procfs.c (iterate_over_mappings): New function, general purpose
576 iterator for memory sections.
577 (proc_iterate_over_mappings): Reimplement using iterate_over_mappings.
578 (solib_mappings_callback): New function, callback for above.
579 (info_proc_mappings): Reimpliment using iterate_over_mappings.
580 (info_mappings_callback): New function, callback for above.
581
582 * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
583
584 2002-01-01 Mark Kettenis <kettenis@gnu.org>
585
586 * i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.
587 * i386-tdep.c: Include "elf-bfd.h".
588 (process_note_abi_tag_sections): New function.
589 (i386_gdbarch_init): Add code to recognize various OS/ABI
590 combinations.
591
592 * maint.c (_initialize_maint_cmds): Add missing \ in
593 string-literal.
594
595 For older changes see ChangeLog-2001
596 \f
597 Local Variables:
598 mode: change-log
599 left-margin: 8
600 fill-column: 74
601 version-control: never
602 End:
This page took 0.042014 seconds and 5 git commands to generate.