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