2002-01-17 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
45b7b345
DJ
12002-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
8de3c354
AC
152002-01-16 Andrew Cagney <ac131313@redhat.com>
16
17 * MAINTAINERS (language support): Daniel Jacobwitz is C++
18 maintainer.
19
b0129042
DJ
202002-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
ba8679fb 252002-01-15 Michael Snyder <msnyder@redhat.com>
2bf543a6
MS
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
e4f9b4d5
MS
332002-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
08cf96df
EZ
422002-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
d7242108
DJ
602001-01-15 Daniel Jacobowitz <drow@mvista.com>
61
62 * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
63 to make_cv_type.
64
4ee3352d
AC
652002-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
f015b2e7
AC
712002-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
356ae49d
MS
772002-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
ade8f45e
AC
842002-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
89c49e7a
AC
892002-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
4daa9f9f
AC
952002-01-13 Andrew Cagney <ac131313@redhat.com>
96
97 * MAINTAINERS: Remove arm-coff and arm-pe from target list.
98
ba4bbdcb
KS
992002-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
575bbeb6
KS
1042002-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
b76898ab
AC
1302002-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
b6649e88
AC
1372002-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
82cc5033
EZ
1432002-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
ba5f2f8a
MS
1492002-01-11 Michael Snyder <msnyder@redhat.com>
150
fbd35540
MS
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
ba5f2f8a
MS
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
17df2af6
AC
1692002-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
ec920329
EZ
1752002-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.
538a76d6 179 Update Copyright year.
ec920329 180
3abd2e01
AC
1812002-01-12 Andrew Cagney <ac131313@redhat.com>
182
183 * language.c (longest_raw_hex_string): Delete unused function.
184
b21b22e0
PS
1852002-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
747fe712
RE
1942002-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
f1bea926
JM
2002002-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
ae940673
AC
2052002-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
00546b04
MS
2102002-01-10 Michael Snyder <msnyder@redhat.com>
211
352ed7b4
MS
212 * NEWS: Mention --pid and corefile/proc-id behavior change.
213
c18be923
MS
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
00546b04
MS
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
db60ec62
EZ
2232002-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
39c22d1a
JM
2322002-01-09 Jason Merrill <jason@redhat.com>
233
234 * c-typeprint.c (is_type_conversion_operator): Fix thinko.
235
c564377f
MS
2362002-01-09 Michael Snyder <msnyder@redhat.com>
237
975aec09
MS
238 * i386-linux-nat.c (fill_fpxregset): Make global.
239 (store_fpxregset): Ditto.
240
db4a10fa
MS
241 * gregset.h (gdb_fpxregset_t): Define.
242 (supply_fpxregset): Prototype.
243 (fill_fpxregset): Prototype.
244
c564377f
MS
245 * exec.c (exec_make_note_section): Don't call elfcore_write_prpsinfo.
246
c3d45d70
RE
2472002-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
fcc87af1
AC
2532002-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
dd96c05b
RE
2592002-01-09 Richard Earnshaw <rearnsha@arm.com>
260
d4297db9 261 * MAINTAINERS (write-after-approval): Add myself.
dd96c05b 262
d4297db9 263 * arm-tdep.c (arm_init_extra_frame_info): Cast NULL argument to
dd96c05b
RE
264 IN_SIGTRAMP.
265
145fdc6e
MS
2662002-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
be4d1333
MS
2712002-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
c6b92abd
MS
3152002-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
4b09dc8c
MS
3202002-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
c25b74ac
PM
3372002-01-06 Pierre Muller <muller@ics.u-strasbg.fr>
338
339 * win32-nat.c: Add i386-tdep.h dependency.
340
94cd915f
MS
3412002-01-07 Michael Snyder <msnyder@redhat.com>
342
c7cccb76
MS
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
34c0bd93
MS
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
21c1c920
MS
353 * tracepoint.c (tracepoint_save_command): From Klee Dienes --
354 use tilde_expand and strerror for opening save-tracepoints file.
355
5bbd998e
MS
356 * thread-db.c (thread_db_new_objfile): Indendation fix.
357
94cd915f
MS
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
494e8a93
JSC
3682002-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
d0e1d48e
MS
3732002-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
290b2c7a
MK
3782002-01-06 Mark Kettenis <kettenis@gnu.org>
379
380 * valops.c (value_arg_coerce): Fix formatting.
381
aef21287
AC
3822002-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
30efa627
AC
3872002-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
9b4ff276
AC
3962002-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
a9011d31
AC
4172002-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
9299404e
AC
4222002-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
7e89e357
JT
4292002-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
a752853e
AC
4632002-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
d7449b42
AC
4862002-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
356374e8
DJ
5052002-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
a2b8f8f8
JT
5102002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
511
512 * config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.
513
12466af9
AC
5142002-01-04 Andrew Cagney <ac131313@redhat.com>
515
516 * value.h (value_ptr): Delete typedef.
517
3549ab40
JT
5182002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
519
520 * i386nbsd-nat.c: Update copyright years.
521 Include i386-tdep.h.
522
fedbd091
EZ
5232002-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.
fec8b34f 530 Fix PR gdb/269.
fedbd091 531
eb43544b
DJ
5322002-01-04 Daniel Jacobowitz <drow@mvista.com>
533
534 * p-valprint.c: Include "cp-abi.h" for baseclass_offset
535 prototype.
536
1514d34e
DJ
5372002-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
7f8c9282
DJ
5552002-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
f23631e4
AC
5632002-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
79e10fab
AC
5712002-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
c5ad026a
MK
5842002-01-01 Mark Kettenis <kettenis@gnu.org>
585
d2a7c97a
MK
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
c5ad026a
MK
592 * maint.c (_initialize_maint_cmds): Add missing \ in
593 string-literal.
594
a1a5b71e 595For older changes see ChangeLog-2001
c906108c
SS
596\f
597Local Variables:
598mode: change-log
599left-margin: 8
600fill-column: 74
601version-control: never
602End:
This page took 0.293608 seconds and 4 git commands to generate.