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