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