2001-04-01 David O'Brien <obrien@FreeBSD.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
bb19ff3b
AC
12001-04-01 Andrew Cagney <ac131313@redhat.com>
2
3 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
4 ns32k-utek-*.
5 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
6 (umax-xdep.o, ns32km3-nat.o): Obsolete.
7 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
8 Obsolete.
9 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
10 Obsolete.
11 * config/ns32k/merlin.mh: Obsolete.
12 * config/ns32k/merlin.mt: Obsolete.
13 * config/ns32k/xm-merlin.h: Obsolete.
14 * config/ns32k/tm-merlin.h: Obsolete.
15 * config/ns32k/nm-umax.h: Obsolete.
16 * config/ns32k/umax.mh: Obsolete.
17 * config/ns32k/umax.mt: Obsolete.
18 * config/ns32k/xm-umax.h: Obsolete.
19 * umax-xdep.c: Obsolete.
20 * config/ns32k/ns32km3.mh: Obsolete.
21 * config/ns32k/ns32km3.mt: Obsolete.
22 * config/ns32k/tm-ns32km3.h: Obsolete.
23 * config/ns32k/xm-ns32km3.h: Obsolete.
24 * ns32km3-nat.c: Obsolete.
25 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
26 (merlin_frame_num_args): Ditto.
27 * NEWS: Update.
28 * TODO: Update.
29
d6259d75
EZ
302001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
31
32 * config/djgpp/fnchange.lst: Tweak due to
33 expect/example/chesslib.c.
34
971ff545
KB
352001-04-02 Kevin Buettner <kevinb@redhat.com>
36
37 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
38 unsigned int to unsigned long. Also, fix format string.
39 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
40 use an undeclared variable. Also, delete declaration and
41 initialization of ``fp'' because it is otherwise unused.
42 * remote-bug.c (sleep): Delete declaration.
43 (bug_store_register, bug_write_memory, bug_read_memory)
44 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
45 format statements and cast certain sprintf() arguments to
46 eliminate warnings.
47 (bug_load): Likewise for call to printf_filtered().
48 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
49 assignment to ``pc''. The necessary assignment is done in
50 hand_function_call() after the invocation of FIX_CALL_DUMMY().
51
4e4f46a1
DB
522001-03-20 Daniel Berlin <dberlin@redhat.com>
53
54 * symtab.c (completion_list_add_name): Remove duplicate string checks,
55 readline already does this, and it's much faster at it, too.
56
ba8629a9
EZ
572001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
58
59 * go32-nat.c: Minor tweaks, to pacify the ari script.
60
7bf0983e
MK
612001-04-01 Mark Kettenis <kettenis@gnu.org>
62
f7af9647
MK
63 * i386-tdep.c (i386_extract_struct_value_address): New function.
64 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
65 in terms of i386_extract_struct_value_address.
66 (i386_extract_struct_value_address): New prototype.
67
7bf0983e
MK
68 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
69 value to `unsigned long'. Change type of `value' to `unsigned
70 long'.
71 (i386_linux_dr_set): Change type of second argument to `unsigned
72 long'.
73 (i386_linux_dr_set_control): Change type of first argument to
74 `unsigned long'.
75 (i386_linux_dr_get_status): Change type of return value to
76 unsigned long.
77 * config/i386/nm-linux.h (i386_linux_dr_set_control,
78 i386_linux_dr_get_status): Adjust prototypes accordingly.
79
6e4862ff
KB
802001-03-31 Kevin Buettner <kevinb@redhat.com>
81
82 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
83 TRAP_HWBKPT constant to match that in the kernel headers for
84 Linux/IA-64.
521f1f96 85
1e8d0a7b
MK
862001-03-31 Mark Kettenis <kettenis@gnu.org>
87
0afdd437
MK
88 * i386bsd-nat.c: Include "gdb_assert.h".
89 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
90 already defined.
91 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
92 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
93 i386bsd_dr_get_status): New functions.
94 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
95 (I386_USE_GENERIC_WATCHPOINTS): Define.
96 Include "i386/nm-i386.h".
97 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
98 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
99 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
100 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
101 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
102 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
103 ptrace request.
104 * config.in, configure: Regenerate.
105
4bcc3944
MK
106 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
107 register before enabling it by setting the control register.
108 (i386_remove_aligned_watchpoint): Reset address register after
109 disabling it by setting the control register.
110
1e8d0a7b
MK
111 * i386-tdep.c (i386_extract_return_value): If the type of the
112 return value is TYPE_STRUCT and the number of fields is one, call
113 ourselves with TYPE set tp the type of the first field.
114 (i386_store_return_value): Likewise.
115 This fixes a problem with returning structs consisting of a single
116 `float' or `double' on *BSD.
117
95a85621
MK
1182001-03-30 Mark Kettenis <kettenis@gnu.org>
119
40564aca
MK
120 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
121 we're absolutely sure we're going to resume it.
122
95a85621
MK
123 * thread-db.c (check_event): Don't report an error if we encounter
124 a thread creation event for a thread that's already in the thread
125 list, since that may legitemately happen. Instead only call
126 attach_thread if it's not already in the thread list.
127
2e94c453
AC
1282001-03-28 Andrew Cagney <ac131313@redhat.com>
129
130 * config/pa/xm-hppah.h (malloc): Really delete declaration
131 (MALLOC_INCOMPATIBLE): Really delete macro.
132 * cli/cli-cmds.c (apropos_command): Use xcalloc.
133
93d56215
AC
1342001-03-28 Andrew Cagney <ac131313@redhat.com>
135
136 * configure.in (build_warnings): Add -Wuninitialized.
137 * configure: Regenerate.
138
139 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
140 * sparc-tdep.c (sparc64_push_arguments): Add default case to
141 switch.
142 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
143 expression with if statement.
144 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
145 ``stack_size''.
146 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
147 (mips_dump_tdep): Fix setting of ef_mips_arch.
148 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
149 * dsrec.c (make_srec): Always initialize ``binbuf''.
150 * monitor.c (monitor_read_memory_single): Do not pass an
151 uninitialized buffer to monitor_error. Make ``i'' more local.
152
381bab78
AC
1532001-03-28 Andrew Cagney <ac131313@redhat.com>
154
155 * MAINTAINERS: Change ns32k target to ,-Werror.
156
157 * ns32k-tdep.c: Include "gdbcore.h"
158 (flip_bytes): Change first argument to void*. Add forward
159 declaration.
160 (sign_extend): Add declaration.
161 (merlin_frame_num_args): Add final else clause to if-else chain.
162 (umax_frame_num_args): Ditto.
163 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
164 (flip_bytes): Ditto.
165
b9511b9a
MK
1662001-03-28 Mark Kettenis <kettenis@gnu.org>
167
b05f2432
MK
168 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
169 config/i386/nm-linux.h (including comment).
170 (i386_linux_frame_chain): New function implementing guts of the
171 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
172 instead of read_memory_integer.
173 (i386_linux_frame_saved_pc): Removed doc pointing to
174 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
175 now lives in this file.
176 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
177 i386-linux-tdep.c (including comment).
178 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
179 (i386_linux_frame_chain): New prototype.
180
0eebe06a
MK
181 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
182 make it work again.
183 (NUM_FREGS): Redefine to 0.
184 (NUM_REGS): Redefine as NUM_GREGS.
185 (i386_register_byte, i386_register_raw_size): Update from
186 i386-tdep.c. Add comment about their origin.
187 (regmap, register_u_addr): Take these from i386-linux-nat.c.
188 (i386_register_u_addr): Removed.
189
b9511b9a
MK
190 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
191 fails instead of calling perror_with_name. This should fix
192 debugging remote i386 targets with a native Linux/x86 GDB. Add
193 FIXME for this hack.
194
3172dc30
C
1952001-03-19 J.T. Conklin <jtc@redback.com>
196
197 * arch-utils.c (#include "gdbthread.h"): Removed.
198 (#include "symfile.h"): Removed.
199 (XMALLOC): Removed unused macro.
200 * breakpoint.c (tbreak_command): Removed local declaration.
201 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
202 Remove duplicate declarations.
203 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
204 (remove_solib_event_breakpoints): Fix indentation botch.
205 * c-typeprint.c (#include "command.h"): Removed.
206 (#include "gdbcmd.h"): Removed.
207 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
208 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
209 Removed duplicate declarations.
210 * ch-typeprint.c (#include "command.h"): Removed.
211 (#include "gdbcmd.h"): Removed.
212 * corefile.c (#include "frame.h"): Removed
213 (#include "symfile.h"): Removed.
214 (#include "language.h"): Removed.
215 * dbxread.c (#include "command.h"): Removed.
216 * environ.c (#include "gdbcore.h"): Removed.
217 * event-loop.c (#include "top.h"): Removed.
218 * f-typeprint.c (#include "command.h"): Removed.
219 (#include "gdbcmd.h"): Removed.
220 (#include "language.h"): Removed.
221 (#include "typeprint.h"): Removed.
222 (#include "frame.h"): Removed.
223 * gdbtypes.h (print_type_scalar): Removed declaration.
224 * infcmd.c (#include "completer.h"): Removed.
225 * language.c (#include "frame.h"): Removed.
226 * m2-typeprint.c (#include "command.h"): Removed.
227 (#include "gdbcmd.h"): Removed.
228 (#include "language.h"): Removed.
229 * m2-valprint.c (#include "valprint.h"): Removed.
230 * p-typeprint.c (#include "command.h"): Removed.
231 (#include "gdbcmd.h"): Removed.
232 * p-valprint.c (#include "typeprint.h"): Removed.
233 * parse.c (#include "linespec.h"): Removed.
234 * regcache.c (#include "frame.h"): Removed.
235 * remote.c (#include "frame.h"): Removed.
236 (getpkt_sane): Make static.
237 * source.c (#include "completer.h"): Removed.
238 * stack.c (#include "symfile.h"): Removed.
239 (#include "objfiles.h"): Removed.
240 * symfile.c (#include "completer.h"): Removed.
241 * tracepoint.c (#include "completer.h"): Removed.
242 * values.c (#include "frame.h"): Removed.
243 * varobj.c (#include "valprint.h"): Removed.
244 * wrapper.c (#include "frame.h"): Removed.
245
246 * memattr.c (create_mem_region): Removed unused variable.
247 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
248
397b41ad
NC
2492001-03-27 Nick Clifton <nickc@redhat.com>
250
251 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
252
ed817e68
KB
2532001-03-27 Kevin Buettner <kevinb@redhat.com>
254
255 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
256 of free().
257
b75e0a6b
EZ
2582001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
259
260 * TODO (Cleanups): Remove the item about converting docs to GFDL.
261
2fc3ac7e
KB
2622001-03-26 Kevin Buettner <kevinb@redhat.com>
263
264 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
265 type of ``bundle'' from unsigned char * to char *.
266 (ia64_get_saved_register): Use alloca() to allocate register
267 buffers.
268
224d8953
KB
269 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
270
37de36c6
KB
2712001-03-26 Kevin Buettner <kevinb@redhat.com>
272
273 * proc-utils.h (procfs_ctl_t): New typedef.
274 * proc-api.c (write_with_trace): Change type of ``opcode'' from
275 long to procfs_ctl_t. Don't assume that the target has defined
276 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
277 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
278 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
279 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
280 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
281 Conditionally define as appropriate for AIX/non-AIX systems. Use
282 these defines/typedefs as appropriate elsewhere in file.
283 (struct procinfo): Change type of saved_sigset and saved_sighold
284 from sigset_t to gdb_sigset_t. Make saved_exitset and
285 saved_entryset pointer variables. Add two new fields, num_syscalls
286 and syscall_names.
287 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
288 (sysset_t_size, sysset_t_alloc): New functions.
289 (load_syscalls, free_syscalls, find_syscall): New functions for
290 platforms which define DYNAMIC_SYSCALLS.
291 (create_procinfo): Call load_syscalls.
292 (destroy_one_procinfo): Call free_syscalls.
293 (GDBRESET): Don't define twice.
294 (proc_modify_flag): Change type of operation code array `arg'
295 from long to procfs_ctl_t.
296 (proc_stop_process, proc_wait_for_stop, proc_run_process)
297 (proc_set_traced_signals, proc_set_traced_faults)
298 (proc_set_traced_sysentry, proc_set_traced_sysexit)
299 (proc_set_held_signals, proc_clear_current_fault)
300 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
301 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
302 (proc_set_traced_sysentry): Dynamically allocate variable sized
303 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
304 (proc_set_traced_sysexit): Dynamically allocate variable
305 sized struct gdb_proc_ctl_pcsexit. Also, free it at
306 function exit.
307 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
308 for reading the sysset_t struct on AIX5.
309 (procfs_debug_inferior): Don't assume that SYS_exit will be
310 defined. Add new code for finding certain syscalls on AIX5.
311 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
312 (syscall_is_lwp_create): New functions.
313 (procfs_wait): Restructured code which checks for certain
314 system calls to use the new syscall_is_... functions.
315 (procfs_notice_signals): Account for the fact that saved_entryset
316 and saved_exitset in struct procinfo are now pointers.
317
25d53da1
KB
3182001-03-26 Kevin Buettner <kevinb@redhat.com>
319
320 * symtab.c (find_pc_sect_line): Revise method used for finding
321 the ending pc.
322
50e27f84
MK
3232001-03-26 Mark Kettenis <kettenis@gnu.org>
324
325 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
326 i386_linux_sigtramp_saved_sp): Make static.
327 (i386_linux_frame_saved_pc): New function based on the old
328 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
329 of read_memory_integer.
330 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
331 (i386_linux_sigtramp_saved_pc): Remove prototype.
332 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
333 (i386_linux_frame_saved_pc): New prototype.
334
1a5cef06
AC
3352001-03-26 Andrew Cagney <ac131313@redhat.com>
336
337 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
338 * TODO (GDB 5.1 - Cleanups): Update.
339
af802127
AC
3402001-03-26 Andrew Cagney <ac131313@redhat.com>
341
342 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
343 HAVE_VFORK.
344
22f8ba57
MK
3452001-03-26 Mark Kettenis <kettenis@gnu.org>
346
5b31405b
MK
347 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
348
22f8ba57
MK
349 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
350 functions.
351 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
352 (STORE_STRUCT_RETURN): Redefine in terms of
353 i386_store_struct_return.
354 (i386_push_arguments, i386_store_struct_return): New prototypes.
355 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
356 definition was identical to the definition in "i386/tm-i386.h" so
357 the new definition should suffice too.
358
49baf819 3592001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
4d277981 360
b78a4f26
EZ
361 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
362 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
363
4d277981
EZ
364 * config/djgpp/djconfig.sh: Add copyright notice.
365
366 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
367 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
368 (top level) <string.h>: Include gdb_string.h instead.
369 (dos_noop, dos_raw, dos_noflush_set_tty_state)
370 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
371
372 * go32-nat.c (go32_create_inferior): Move the declaration of
373 `environ' to here from the top level.
374 (top level) <_initialize_go32_nat>: Remove redundant prototype.
375 <gdb_string.h>: Include it instead of string.h.
376 (store_register): Call register_buffer instead of accessing
377 registers[] directly.
378 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
379 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
380 the function names at the start of the line.
381 (go32_set_dr): Throw internal_error if the argument is not a valid
382 debug register number.
383 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
384 (go32_wait, go32_xfer_memory, go32_files_info)
385 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
386
8f3ee2ae
JB
3872001-03-25 Jim Blandy <jimb@redhat.com>
388
389 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
390
6ec4c4bd
EZ
3912001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
392
393 From Andrew Cagney <ac131313@redhat.com>
394
395 * coffread.c: Include "gdb_assert.h".
396 (coff_symtab_read): Cast the integer s_sclass to a long before
397 casting it to a pointer.
398
b9179dbc
EZ
3992001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
400
401 From Andrew Cagney <ac131313@redhat.com>
402
403 * coffread.c (coff_symtab_read): Initialize
404 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
405 the ``.ef'' info.
406 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
407
64c4637f
AC
4082001-03-23 Andrew Cagney <ac131313@redhat.com>
409
410 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
411 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
412 multi-arch.
413
414 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
415 * gdbarch.h, gdbarch.c: Re-generate.
416
417 * target.h (SOFTWARE_SINGLE_STEP_P)
418 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
419
61a0eb5b
AC
4202001-03-23 Andrew Cagney <ac131313@redhat.com>
421
422 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
423 * gdbarch.h, gdbarch.c: Regenerate.
424
425 * regcache.h (regcache_read, regcache_write): Declare.
426 (registers, register_valid, register_buffer): Add note that these
427 interfaces are deprecated.
428
429 * regcache.c: Include "gdb_assert.h".
430 (legacy_write_register_gen): Rename write_register_gen.
431 (legacy_read_register_gen): Rename read_register_gen.
432 (regcache_read, regcache_write): New function.
433 (read_register_gen, write_register_gen): New function.
434 (write_register): Simplify. Use write_register_gen.
435 (read_register): Ditto using read_register_gen.
436 (read_signed_register): Ditto.
437 (read_register_bytes): Ditto!!!!
438 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
439 replaced by gdbarch_register_read.
440
441 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
442 deprecate.
443
c2bd2ed9
JB
4442001-03-23 Jim Blandy <jimb@redhat.com>
445
f34754ee
JB
446 Fix from Dan Berlin:
447
c2bd2ed9
JB
448 * stabsread.c (read_cpp_abbrev): Properly construct the names of
449 virtual function table pointer fields.
450
c0e61796
AC
4512001-03-19 Andrew Cagney <ac131313@redhat.com>
452
453 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
454 xmrealloc): Move existing declarations to the one place and
455 re-order to be consistent.
456 (xmcalloc, xmfree): Declare.
457 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
458 declaration.
459
460 * utils.c (size_t): Delete #ifdef defining size_t.
461 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
462 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
463 corresponding malloc, realloc, calloc.
464 (mfree): Call free directly.
465 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
466 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
467 function bodies to here.
468 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
469
c65ecaf3
AC
4702001-03-23 Andrew Cagney <ac131313@redhat.com>
471
472 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
473 ``shell_file'' static locals.
474
475 * jv-lang.c (java_link_class_type): Initialize ``field'' and
476 ``method''.
477
478 * jv-valprint.c (java_value_print): Initialize ``next_element''.
479
207e433e
MK
4802001-03-23 Mark Kettenis <kettenis@gnu.org>
481
482 * config/i386/nm-i386.h: Fix formatting and change reference to
483 i386-tdep.c to i386-nat.c.
484
6c5cfe5b
DS
4852001-03-23 David Smith <dsmith@redhat.com>
486
487 * configure.in: Corrected spelling errors.
488 * configure: Regenerated.
489
5300940c
AC
4902001-03-22 Andrew Cagney <ac131313@redhat.com>
491
492 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
493
17e78a56
AC
4942001-03-22 Andrew Cagney <ac131313@redhat.com>
495
496 * Makefile.in (NTSSTART): Delete.
497 (NTSOBS): Delete.
498 (kdb): Delete target.
499 * kdb-start.c, stuff.c: Mark as obsolete.
500 * NEWS: Update.
501
41899c04
AC
5022001-03-22 Andrew Cagney <ac131313@redhat.com>
503
504 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
505 compiles using an ISO-C compiler.
506 (MALLOC_INCOMPATIBLE): Ditto.
507 * linespec.c (decode_line_1): Delete hack to work around
508 HPPA_COMPILER_BUG.
509
88665544
AC
5102001-03-22 Andrew Cagney <ac131313@redhat.com>
511
512 * exec.c (xfer_memory): Always initialize section.
513 * infrun.c (normal_stop): Always initialize source_flag.
514
a2061976
AC
5152001-03-22 Andrew Cagney <ac131313@redhat.com>
516
517 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
518 non-use of a continue address and typical use of ``q'' packet.
519
e24d4c64
EZ
5202001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
521
522 Make DJGPP use the new unified support for hardware
523 breakpoints and watchpoints on x86 targets:
524
525 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
526 include nm-i386.h instead.
527 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
528 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
529 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
530 (target_stopped_data_address, target_insert_watchpoint)
531 (target_remove_watchpoint, target_insert_hw_breakpoint)
532 (target_remove_hw_breakpoint): Don't define.
533 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
534 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
535 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
536 functions from go32-nat.c.
537
538 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
539
540 * go32-nat.c <top level>: Remove prototypes for watchpoint-
541 related functions. Remove definitions of watchpoint-related
542 macros.
543 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
544 private cleanup_dregs function.
545 (cleanup_dregs, go32_insert_watchpoint)
546 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
547 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
548 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
549 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
550 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
551
c26e1c2b
KB
5522001-03-21 Kevin Buettner <kevinb@redhat.com>
553
554 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
555 than two instead of generating an error.
556
272ba48f
JB
5572001-03-21 Jim Blandy <jimb@redhat.com>
558
559 * cp-valprint.c: Reformat to bring into line with GNU coding
560 standards.
561
84346e11
MK
5622001-03-21 Mark Kettenis <kettenis@gnu.org>
563
564 Make Linux use the new unified support for hardware breakpoints
565 and watchpoints on x86 targets.
566 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
567 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
568 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
569 appropriate value if not already defined.
570 (register_u_addr): New function.
571 (kernel_u_size): New function.
572 (i386_linux_dr_get, i386_linux_dr_set): New functions.
573 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
574 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
575 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
576 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
577 (TARGET_HAS_HARDWARE_WATCHPOINTS,
578 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
579 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
580 target_remove_watchpoint): Remove macros.
581 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
582 i386_remove_watchpoint): Remove prototypes.
583 (register_u_addr): New prototype.
584 (REGISTER_U_ADDR): Define in terms of register_u_addr.
585 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
586 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
587 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
588 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
589 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
590 i386-nat.o.
591
13b57657
JB
5922001-03-21 Jim Blandy <jimb@redhat.com>
593
f34754ee
JB
594 Fix from Dan Berlin:
595
13b57657
JB
596 * linespec.c (find_methods): Whitespace differences aren't
597 significant in *un*mangled method names. Use strcmp_iw to compare
f34754ee 598 them, not STREQ.
13b57657 599
eee30e78
AC
6002001-03-21 Andrew Cagney <ac131313@redhat.com>
601
602 * gdbarch.sh: Allow a non- multi-arch target to override a
603 predicate.
604 * gdbarch.h: Regenerate.
605
b77be6cf
AC
6062001-03-21 Andrew Cagney <ac131313@redhat.com>
607
608 * gdbarch.sh: Avoid use of ``!''.
609
379d08a1
AC
6102001-03-20 Andrew Cagney <ac131313@redhat.com>
611
612 * target.h (enum target_signal): Move definition from here.
613 * defs.h (enum target_signal): To here.
614
615 * config/arc/tm-arc.h (arc_software_single_step): Change type of
616 first parameter to enum target_signal.
617 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
618 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
619 * rs6000-tdep.c (rs6000_software_single_step): Update.
620
64485362
AC
6212001-03-20 Andrew Cagney <ac131313@redhat.com>
622
623 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
624 already defined.
625
626 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
627 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
628 or a reference ('a') can be in a pseudo register.
629 * infcmd.c (do_registers_info): Must take into account the pseudo
630 registers to print their value.
631 (registers_info): Likewise.
632 * stack.c (frame_info): Likewise.
633 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
634
52b98211
EZ
6352001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
636
637 Unified support for hardware breakpoints and watchpoints on
638 x86 targets:
639
640 * config/i386/nm-i386.h: New file.
641
642 * config/i386/nm-i386.h: (i386_cleanup_dregs)
643 (i386_insert_watchpoint, i386_remove_watchpoint)
644 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
645 (i386_stopped_data_address, i386_insert_hw_breakpoint)
646 (i386_remove_hw_breakpoint): Declare prototypes.
647 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
648 Define if not already defined.
649 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
650 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
651 (target_insert_watchpoint, target_remove_watchpoint)
652 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
653 to call the appropriate i386_* functions.
654
655 * i386-nat.c: New file.
656
657 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
658 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
659 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
660 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
661 (maint_show_dr): New variables.
662 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
663 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
664 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
665 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
666 (i386_stopped_data_address, i386_stopped_by_hwbp)
667 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
668 functions.
669 (_initialize_i386_nat): New function.
670 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
671 `show-debug-regs', sets maint_show_dr to non-zero value and
672 activates debugging print-outs in functions which insert, remove,
673 and test watchpoints and hardware breakpoints.
674
675 * Makefile.in (i386-nat.o): New target.
676 (ALLDEPFILES): Add i386-nat.o.
677
28e9e0f0
MK
6782001-03-21 Mark Kettenis <kettenis@gnu.org>
679
680 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
681 appropriate comment.
682
e40eccb4
KB
6832001-03-20 Kevin Buettner <kevinb@redhat.com>
684
685 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
686 thread-db.o, and lin-lwp.o for thread support instead of
687 linux-thread.o and lin-thread.o.
688 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
689 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
690 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
691 (lin_lwp_attach_lwp): Declare.
692
bea7bb93
JB
6932001-03-20 Jim Blandy <jimb@redhat.com>
694
f34754ee
JB
695 Fix from Dan Berlin:
696
bea7bb93
JB
697 * Makefile.in: Clean up dependencies on ../include/demangle.h.
698 (demangle_h): New variable.
699 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
700
b0ed3589
AC
7012001-03-20 Andrew Cagney <ac131313@redhat.com>
702
703 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
704 * breakpoint.c (bpstat_stop_status): Update.
705 * infrun.c (handle_inferior_event): Ditto.
706 * mips-tdep.c (mips_dump_tdep): Ditto.
707 * infrun.c (resume): Ditto.
708 * infptrace.c (child_resume): Ditto.
709 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
710 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
711 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
712 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
713 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
714 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
715 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
716
df087c62
AC
7172001-03-20 Andrew Cagney <ac131313@redhat.com>
718
719 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
720 with internal_error.
721
8bd1f2c6
JB
7222001-03-20 Jim Blandy <jimb@redhat.com>
723
f34754ee
JB
724 Fix from Dan Berlin:
725
8bd1f2c6
JB
726 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
727 than asking for sym_class's type; that's circuitous. Remove
728 sym_class, since the last use of it is gone.
729
c97fe386
EZ
7302001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
731
732 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
733 Correct the order of calls to ui_out_field_string and
734 ui_out_list_begin when bs->old_val is NULL.
735
486363b6
KB
7362001-03-19 Kevin Buettner <kevinb@redhat.com>
737
738 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
739 * configure: Regenerate.
740 * config.in: Regenerate.
741 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
742
087bb2e2
KB
7432001-03-19 Kevin Buettner <kevinb@redhat.com>
744
745 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
746 same line to avoid problems with Unixware 7's make when building
747 a cross debugger.
748
3c37485b
AC
7492001-03-19 Andrew Cagney <ac131313@redhat.com>
750
751 * defs.h (malloc): Move declaration from here.
752 * utils.c (malloc): To here.
753 * config/pa/xm-hppah.h (malloc): Delete declaration.
754
755 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
756 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
757 (hpread_quick_traverse): Ditto.
758 * infttrace.c (create_thread_info): Ditto.
759 (kill_inferior): Ditto.
760 * gnu-nat.c (make_inf): Ditto, and don't check return value.
761 * procfs.c (proc_update_threads): Ditto.
762 * valprint.c (print_decimal_chars): Ditto.
763 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
764 malloc and sprintf.
765 * remote-rdp.c (rdp_set_command_line): Ditto.
766
0e52036f
AC
7672001-03-19 Andrew Cagney <ac131313@redhat.com>
768
769 * defs.h (realloc): Move declaration from here.
770 * utils.c (realloc): To here.
771 * config/pa/xm-hppah.h (realloc): Delete declaration.
772 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
773 * symfile.c (add_filename_language): Ditto.
774 * event-loop.c (create_file_handler): Ditto.
775
81b8eb80
AC
7762001-03-19 Andrew Cagney <ac131313@redhat.com>
777
778 * defs.h (free): Move declaration from here.
779 * utils.c (free): To here.
780 (xfree): Document as the only call to free().
781 * config/pa/xm-hppah.h (free): Delete declaration.
782
8cca004a
KB
7832001-03-19 Kevin Buettner <kevinb@redhat.com>
784
785 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
786 this list.
787
cf4eee44
AC
7882001-03-19 Andrew Cagney <ac131313@redhat.com>
789
790 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
791 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
792 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
793
1c5b31ef
AC
7942001-03-19 Andrew Cagney <ac131313@redhat.com>
795
796 * TODO: List known problems with TUI.
797
3a0c66d4
AC
7982001-03-19 Andrew Cagney <ac131313@redhat.com>
799
800 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
801 gdb.hp).
802
ce359b09
AC
8032001-03-19 Andrew Cagney <ac131313@redhat.com>
804
805 * remote.c (remote_cisco_section_offsets): Do not cast result from
806 bfd_get_section_name.
807 (compare_sections_command): Ditto.
808 (remote_cisco_section_offsets): Make ``p'' a const pointer.
809 (compare_sections_command): Ditto for ``sectname''.
810
0b3f98d3
AC
8112001-03-19 Andrew Cagney <ac131313@redhat.com>
812
813 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
814 * valops.c (hand_function_call): Simplify computation of the
815 address of the pushed argument.
816
7451d027
AC
8172001-03-17 Andrew Cagney <ac131313@redhat.com>
818
819 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
820 Code copied from c-exp.y.
821
fb70ab0c
KB
8222001-03-18 Kevin Buettner <kevinb@redhat.com>
823
824 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
825 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
826 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
827 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
828 of the Solaris procfs testing section. Instead, group with...
829 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
830 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
831 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
832 * configure: Regenerate.
833 * config.in: Regenerate.
834
835 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
836 new configure macros to choose which (if any) code to
837 compile in. Added code to explicitly handle *BSD systems;
838 these systems were previously handled only through macro
839 redefinition. Also, due to the way the autoconf tests are set
840 up, this function will no longer return a non-zero value when
841 GDB is configured as a cross debugger. I.e, cross debuggers
842 will no longer be able to "accidentally" get the host system's
843 link map offsets.
844
8aa16b78
KB
8452001-03-18 Kevin Buettner <kevinb@redhat.com>
846
847 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
848 line to avoid build problem on NetBSD 1.4.
849
559e75c0
MC
8502001-03-17 Michael Chastain <chastain@redhat.com>
851
852 * win32-nat.c (child_attach): check args for NULL before passing
853 to strtoul. This fixes PR gdb/43.
854
fc338970
MK
8552001-03-17 Mark Kettenis <kettenis@gnu.org>
856
7daede3b
MK
857 * i387-nat.h: Doc Fix.
858
fc338970
MK
859 * i386-tdep.c: Fix formatting.
860 (i386_get_frame_setup, i386_follow_jump, codestream_read,
861 codestream_seek, codestream_fill, skip_trampoline_code,
862 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
863 prototypoes.
864
e3c6d36d
MK
8652001-03-17 Mark Kettenis <kettenis@gnu.org>
866
867 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
868 no longer used. Also remove associated FIXME.
869
4a5c6a1d
AC
8702001-03-16 Andrew Cagney <ac131313@redhat.com>
871
872 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
873 not generate macro wrappers for multi-arch functions or
874 predicates.
875 (class_is_info_p, class_is_predicate_p): Update.
876 (class_is_function_p, class_is_variable_p): Ditto.
877 (class_is_multiarch_p): New class function.
878
7256e1a5
C
8792001-03-16 J.T. Conklin <jtc@redback.com>
880
881 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
882 h8300_frame_args_address from frame_args_address.
883 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
884 from frame_locals_address.
885 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
886 from print_register_hook.
887 (h8300_frame_args_address): Declare.
888 (h8300_frame_find_saved_regs): Declare.
889 (h8300_frame_locals_address): Declare.
890 (h8300_frame_saved_pc): Declare.
891 (h8300_pop_frame): Declare.
892 (h8300_print_register_hook): Declare.
893 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
894 (h8300_frame_args_address): Renamed from frame_args_address.
895 (h8300_frame_locals_address): Renamed from frame_locals_address.
896 (h8300_pop_frame): Renamed from pop_frame.
897 (h8300_print_register_hook): Renamed from print_register_hook.
898
435b259c
KB
8992001-03-16 Kevin Buettner <kevinb@redhat.com>
900
901 * solib-svr4.c (bfd_lookup_symbol): Change type of
902 ``storage_needed'' from unsigned int to long in order to
903 match return type of bfd_get_symtab_upper_bound() and
904 bfd_get_dynamic_symtab_upper_bound().
905 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
906 REASONABLE_LIMIT hack which had been added to work around this
907 problem.
908
80117be2
KB
9092001-03-15 Kevin Buettner <kevinb@redhat.com>
910
911 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
912 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
913 to free() with calls to xfree().
914 (bfd_lookup_symbol): Eliminate use of PTR.
915 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
916
77cd5909
MH
9172001-03-15 Martin Hunt <hunt@redhat.com>
918
919 * linespec.c (decode_line_1): Remove trailing quote
920 when parsing double quotes.
921
f7f5a202
KB
9222001-03-15 Kevin Buettner <kevinb@redhat.com>
923
924 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
925 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
926 argument in the to_xfer_memory calls.
927
0d35ddba
AC
9282001-03-15 Andrew Cagney <ac131313@redhat.com>
929
930 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
931 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
932
043780a1
AC
9332001-03-15 Andrew Cagney <ac131313@redhat.com>
934
935 * wince.c (child_xfer_memory): Add attrib parameter.
936 * symm-nat.c (child_xfer_memory): Ditto.
937 * mac-nat.c (child_xfer_memory): Ditto.
938 * infttrace.c (child_xfer_memory): Ditto.
939 * procfs.c (procfs_xfer_memory): Ditto.
940 * lin-thread.c (thread_db_xfer_memory): Ditto.
941 * gnu-nat.c (gnu_xfer_memory): Ditto.
942
9b9c068d
AC
9432001-03-14 Andrew Cagney <ac131313@redhat.com>
944
945 * NEWS: Mention that Harris/CXUX m88k is obsolete.
946
f88e2c52
AC
9472001-03-13 Andrew Cagney <ac131313@redhat.com>
948
949 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
950 to regcache functions.
951 * config/m68k/tm-m68k.h: Ditto.
952 * config/i386/tm-i386v.h: Ditto.
953 * config/mcore/tm-mcore.h: Ditto.
954 * config/m88k/tm-m88k.h: Ditto.
955 * config/m68k/tm-news.h: Ditto.
956 * config/m68k/tm-linux.h: Ditto.
957 * config/m68k/tm-delta68.h: Ditto.
958 * config/m68k/nm-sun3.h: Ditto.
959 * config/m32r/tm-m32r.h: Ditto.
960 * config/i386/tm-symmetry.h: Ditto.
961 * config/i386/tm-sun386.h: Ditto.
962 * config/i386/tm-i386.h: Ditto.
963 * config/i386/nm-symmetry.h: Ditto.
964 * config/i386/nm-sun386.h: Ditto.
965 * config/i386/nm-ptx4.h: Ditto.
966 * config/i386/nm-i386mach.h: Ditto.
967 * config/h8500/tm-h8500.h: Ditto.
968 * config/h8300/tm-h8300.h: Ditto.
969 * config/fr30/tm-fr30.h: Ditto.
970 * config/d30v/tm-d30v.h: Ditto.
971 * config/arm/tm-arm.h: Ditto.
972 * config/arc/tm-arc.h: Ditto.
973 * config/alpha/tm-alpha.h: Ditto.
974 * config/a29k/tm-vx29k.h: Ditto.
975 * config/a29k/tm-a29k.h: Ditto.
976 * config/w65/tm-w65.h: Ditto.
977 * config/vax/tm-vax.h: Ditto.
978 * config/v850/tm-v850.h: Ditto.
979 * config/tic80/tm-tic80.h: Ditto.
980 * config/sparc/tm-sparclite.h: Ditto.
981 * config/sparc/tm-sparclet.h: Ditto.
982 * config/sparc/tm-sparc.h: Ditto.
983 * config/sparc/nm-sun4sol2.h: Ditto.
984 * config/sparc/nm-sun4os4.h: Ditto.
985 * config/sparc/nm-nbsd.h: Ditto.
986 * config/powerpc/nm-solaris.h: Ditto.
987 * config/pa/tm-hppao.h: Ditto.
988 * config/pa/tm-hppa.h: Ditto.
989 * config/pa/nm-hppab.h: Ditto.
990 * config/ns32k/tm-umax.h: Ditto.
991 * config/ns32k/tm-merlin.h: Ditto.
992 * config/nm-m3.h: Ditto.
993 * config/nm-gnu.h: Ditto.
994
0981ead9
AC
9952001-03-14 Andrew Cagney <ac131313@redhat.com>
996
997 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
998 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
999 Specify an m88k target. Include sample GAWK script to generate
1000 target list. Delete non-existant romp target.
1001 * TODO (GDB 5.1 - Cleanups): Update.
1002
91c1720e
KS
10032001-03-14 Keith Seitz <keiths@cygnus.com>
1004
1005 * linespec.c (decode_line_1): Skip argptr over a leading
1006 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
1007
3cc122b3
KB
10082001-03-14 Kevin Buettner <kevinb@redhat.com>
1009
1010 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
1011
5bb367b1
AC
10122001-03-13 Andrew Cagney <ac131313@redhat.com>
1013
1014 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
1015 * m3-nat.c: Ditto.
1016 * p-lang.h: Ditto.
1017 * printcmd.c (printf_command): Ditto.
1018 * ch-exp.c (match_integer_literal): Ditto.
1019 * scm-tags.h: Ditto.
1020 * ser-go32.c: Ditto.
1021 * hppa-tdep.c (unwind_command): Ditto.
1022 * defs.h (volatile): Delete macro definition. Assume __STDC__.
1023 * remote-adapt.c (volatile): Ditto.
1024 * remote-eb.c (volatile): Ditto.
1025 * remote-mm.c (volatile): Ditto.
1026 * defs.h (alloca): Assume __STDC__, declare returning void *.
1027
a728f042
AC
10282001-03-08 Andrew Cagney <ac131313@redhat.com>
1029
1030 * inferior.h (ARCH_NUM_REGS): Delete definition.
1031 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
1032 * regcache.c (registers_changed): Ditto.
1033 (registers_fetched): Ditto.
1034 * infptrace.c (fetch_inferior_registers): Ditto.
1035 (store_inferior_registers): Ditto.
1036 * infcmd.c (do_registers_info): Ditto.
1037 (registers_info): Ditto.
1038 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
1039 (old_store_inferior_registers): Ditto.
1040 * gdbserver/low-linux.c (register_addr): Ditto.
1041 * gdbserver/low-hppabsd.c (register_addr): Ditto.
1042 * core-aout.c: Don't include "inferior.h".
1043 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
1044 (register_addr): Ditto.
1045
f48ff60a
FN
10462001-03-13 Fernando Nasser <fnasser@redhat.com>
1047
1048 From Steven Johnson <sjohnson@neurizon.net>
1049 * cli/cli-script.c (define_command): Fix setting of post hooks.
1050
305d65ca
MK
10512001-03-13 Mark Kettenis <kettenis@gnu.org>
1052
1053 * i386-linux-tdep.c: Fix formatting and clarify comments.
1054 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
1055 where appropriate.
1056
bf62e5b4
AC
10572001-03-12 Andrew Cagney <ac131313@redhat.com>
1058
1059 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
1060 (proc_update_sc): Use gdb_assert instead of assert.
1061 (proc_abort): Ditto.
1062 (inf_set_step_thread): Ditto.
1063 (gnu_wait): Ditto.
1064 (S_exception_raise_request): Ditto.
1065 (gnu_terminal_init_inferior): Ditto.
1066
21479ded
KB
10672001-03-09 Kevin Buettner <kevinb@redhat.com>
1068
1069 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
1070 (solib-legacy.o): New makefile target.
1071 * solib-legacy.c: New file.
1072 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
1073 (default_svr4_fetch_link_map_offsets): Delete.
1074 (set_solib_svr4_fetch_link_map_offsets): Declare.
1075 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
1076 * solib-svr4.c (elf/common.h): Include.
1077 (link.h): Only include for SunOS shared library support.
1078 (_SYSCALL32): Don't define.
1079 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
1080 (default_svr4_fetch_link_map_offsets): Made static; added forward
1081 declaration.
1082 (fetch_link_map_offsets): New static global.
1083 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
1084 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
1085 of what used to be in this function now reside in
1086 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
1087 (open_symbol_file_object): Fix declaration in SunOS section
1088 of the code.
1089 (set_solib_svr4_fetch_link_map_offsets): New extern function.
1090 (init_fetch_link_map_offsets): New static function.
1091 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
1092 under multiarch control.
1093
1094 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
1095 list.
1096 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
1097 * config/arm/linux.mt (TDEPFILES): Likewise.
1098 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
1099 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
1100 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
1101 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
1102 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
1103 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
1104 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
1105 * config/i386/linux.mt (TDEPFILES): Likewise.
1106 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
1107 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
1108 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
1109 * config/i386/ptx4.mh (XDEPFILES): Likewise.
1110 * config/i386/sun386.mt (TDEPFILES): Likewise.
1111 * config/ia64/linux.mt (TDEPFILES): Likewise.
1112 * config/m68k/linux.mt (TDEPFILES): Likewise.
1113 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
1114 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1115 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
1116 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
1117 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
1118 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
1119 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1120 * config/powerpc/linux.mt (TDEPFILES): Likewise.
1121 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
1122 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
1123 * config/sh/linux.mt (TDEPFILES): Likewise.
1124 * config/sparc/linux.mt (TDEPFILES): Likewise.
1125 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1126 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
1127 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
1128 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
1129 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
1130
d7fa9de0
KB
11312001-03-09 Kevin Buettner <kevinb@redhat.com>
1132
1133 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
1134
f8241bd1
AC
11352001-03-09 Andrew Cagney <ac131313@redhat.com>
1136
1137 * MAINTAINERS (Write After Approval): Update Philip Blundell.
1138
e6b4b0c2
KS
11392001-03-09 Keith Seitz <keiths@cygnus.com>
1140
1141 * MAINTAINERS: Add myself to write after approval list.
1142
96836138
MK
11432001-03-09 Mark Kettenis <kettenis@gnu.org>
1144
1145 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
1146 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
1147
1b594327
AC
11482001-03-08 Andrew Cagney <ac131313@redhat.com>
1149
1150 * configure.host (m88*-harris-cxux*): Mark as obsolete.
1151 * configure.tgt: Ditto.
1152 * config/m88k/xm-cxux.h: Ditto.
1153 * config/m88k/tm-cxux.h: Ditto.
1154 * config/m88k/nm-cxux.h: Ditto.
1155 * config/m88k/cxux.mt: Ditto.
1156 * config/m88k/cxux.mh: Ditto.
1157
4a32a1e4
AC
11582001-03-08 Andrew Cagney <ac131313@redhat.com>
1159
1160 * Makefile.in: Delete rules for obsolete files.
1161
ec9a3449
DT
1162Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
1163
1164 * stack.c (parse_frame_specification): For one argument case,
1165 handle the situation where the argument is an integer, not an
1166 address -- arguably the most common case. This matters on
1167 targets where pointers and addresses are different.
1168
a50c34dc
AC
11692001-03-08 Andrew Cagney <ac131313@redhat.com>
1170
1171 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
1172 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
1173 general.
1174
cfc046cf
AC
11752001-03-07 Andrew Cagney <ac131313@redhat.com>
1176
1177 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
1178 with SID on Solaris 8.
1179
39424bef
MK
11802001-03-07 Mark Kettenis <kettenis@gnu.org>
1181
1182 * defs.h: Provide prototypes for floatformat_is_negative,
1183 floatformat_is_nan and floatformat_mantissa.
1184 * utils.c: Include "gdb_assert.h".
1185 (floatformat_is_negative): New function.
1186 (floatformat_is_nan): New function.
1187 (floatformat_mantissa): New function.
1188 * valprint.c: Include "floatformat.h".
1189 (print_floating): Get rid of the Linux-specific
1190 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
1191 help these new functions. Print NaN's in a format conforming to
1192 ISO C99.
1193
7a1bd56a
EZ
11942001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
1195
1196 * top.c (init_main): Make `set history file name' complete on file
1197 names.
1198
5565b556
C
11992001-03-06 J.T. Conklin <jtc@redback.com>
1200
21a12a30
C
1201 * Makefile.in (LINTFLAGS): Update to contain all of the macros
1202 which define include paths used when compiling.
1203
1204 * util.c (savestring, msavestring): Change type of length argument.
1205 * defs.h (savestring, msavestring): Update to match.
1206
5565b556
C
1207 * symtab.h (decode_line_1): Removed declaration.
1208
1209 * symfile.c (#include <assert.h>): Removed.
1210
1211 * arch-utils.c (#include <ctype.h>): Removed.
1212 * c-typeprint.c: Likewise.
1213 * dbxread.c: Likewise.
1214 * gdbtypes.c: Likewise.
1215 * target.c: Likewise.
1216 * os9kread.c: Likewise.
1217
1218 * c-valprint.c (#include "demangle.h"): Removed.
1219 * ch-typeprint.c: Likewise.
1220 * eval.c: Likewise.
1221 * f-typeprint.c: Likewise.
1222 * f-valprint.c: Likewise.
1223 * m2-typeprint.c: Likewise.
1224 * typeprint.c: Likewise.
1225 * p-typeprint.c: Likewise.
1226 * valarith.c: Likewise.
1227 * valprint.c: Likewise.
1228
1229 * m2-typeprint.c (#include "gdb_string.h"): Removed.
1230 * nlmread.c: Likewise.
1231
1232 * mdebugread.c (#include "gdb-stabs.h"): Removed.
1233 * minsyms.c: Likewise.
1234 * mipsread.c: Likewise.
1235 * nlmread.c: Likewise.
1236
1237 * m2-typeprint.c (#include "obstack.h"): Removed.
1238 * m2-valprint.c: Likewise.
1239
1240 * event-loop.c (#include <setjmp.h>): Removed.
1241
e8be95ae
SS
12422001-03-06 Stan Shebs <shebs@apple.com>
1243
1244 * MAINTAINERS: Remove self from specific maintenance domains
1245 (macos, gdbserver, documentation, testsuite).
1246
b6ba6518
KB
12472001-03-06 Kevin Buettner <kevinb@redhat.com>
1248
1249 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
1250 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
1251 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
1252 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
1253 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
1254 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
1255 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
1256 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
1257 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
1258 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
1259 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
1260 coff-solib.h, coffread.c, command.h, complaints.c,
1261 complaints.h, completer.c, completer.h,
1262 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
1263 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
1264 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
1265 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
1266 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
1267 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
1268 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
1269 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
1270 config/arm/nm-linux.h, config/arm/tm-arm.h,
1271 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
1272 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
1273 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
1274 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
1275 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
1276 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
1277 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
1278 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
1279 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
1280 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
1281 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
1282 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
1283 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
1284 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
1285 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
1286 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
1287 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
1288 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
1289 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
1290 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
1291 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
1292 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
1293 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
1294 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
1295 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
1296 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
1297 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
1298 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
1299 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
1300 config/i960/tm-i960.h, config/i960/tm-mon960.h,
1301 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
1302 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
1303 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
1304 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
1305 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
1306 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
1307 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
1308 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
1309 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
1310 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
1311 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
1312 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
1313 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
1314 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
1315 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
1316 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
1317 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
1318 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
1319 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
1320 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
1321 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
1322 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
1323 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
1324 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
1325 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
1326 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
1327 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
1328 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
1329 config/mips/nm-irix5.h, config/mips/nm-mips.h,
1330 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
1331 config/mips/tm-embed.h, config/mips/tm-embed64.h,
1332 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
1333 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
1334 config/mips/tm-mips.h, config/mips/tm-mips64.h,
1335 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
1336 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
1337 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
1338 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
1339 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
1340 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
1341 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
1342 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
1343 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
1344 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
1345 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
1346 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
1347 config/nm-sysv4.h, config/none/nm-none.h,
1348 config/none/tm-none.h, config/none/xm-none.h,
1349 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
1350 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
1351 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
1352 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
1353 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
1354 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
1355 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
1356 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
1357 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
1358 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
1359 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
1360 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
1361 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
1362 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
1363 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
1364 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
1365 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
1366 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
1367 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
1368 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
1369 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
1370 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
1371 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
1372 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
1373 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
1374 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
1375 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
1376 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
1377 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
1378 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
1379 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
1380 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
1381 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
1382 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
1383 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
1384 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
1385 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
1386 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
1387 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
1388 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
1389 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
1390 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
1391 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
1392 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
1393 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
1394 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
1395 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
1396 gdbserver/low-sim.c, gdbserver/low-sparc.c,
1397 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
1398 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
1399 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
1400 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
1401 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
1402 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
1403 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
1404 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
1405 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
1406 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
1407 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
1408 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
1409 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
1410 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
1411 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
1412 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
1413 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
1414 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
1415 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
1416 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
1417 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
1418 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
1419 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
1420 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
1421 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
1422 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
1423 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
1424 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
1425 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
1426 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
1427 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
1428 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
1429 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
1430 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
1431 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
1432 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
1433 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
1434 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
1435 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
1436 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
1437 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
1438 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
1439 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
1440 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
1441 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
1442 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
1443 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
1444 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
1445 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
1446 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
1447 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
1448 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
1449 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
1450 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
1451 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
1452 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
1453 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
1454 notices.
1455
596c9d4b
KB
14562001-03-05 Kevin Buettner <kevinb@redhat.com>
1457
1458 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
1459 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
1460 macros.
1461 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
1462 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
1463 (sys/fault.h, sys/select.h): Test for presence of these
1464 header files.
1465 (ia64-*-aix*): Define NEW_PROC_API for this host.
1466 * configure: Regenerate.
1467 * config.in: Regenerate.
1468
1469 * configure.host (ia64-*-aix*): New host.
1470 * configure.tgt (ia64-*-aix*): New target.
8a5c92d3 1471
eccbb20d
AC
14722001-03-05 Andrew Cagney <ac131313@redhat.com>
1473
1474 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
1475
9ff2efe5
CF
1476Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
1477
1478 * wince.c: Change realloc to xrealloc throughout.
61e2d1f3 1479 (handle_load_dll): Use void * rather than PTR in argument.
9ff2efe5 1480
58841d58
AC
14812001-03-04 Andrew Cagney <ac131313@redhat.com>
1482
1483 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
1484 * ocd.c (ocd_xfer_memory): Ditto.
1485 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
1486 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
1487 buildable with ,-Werror.
1488
1489 * Makefile.in (symfile_h): Define.
1490 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
1491 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
1492 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
1493 ,-Werror.
1494
1495 * dsrec.c (make_srec): Fix internal_error fmt arg.
1496 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
1497
3cad1ac9
KB
14982001-03-03 Kevin Buettner <kevinb@redhat.com>
1499
1500 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
1501 as an lvalue.
1502
b9fa2e73
AC
15032001-03-02 Andrew Cagney <ac131313@redhat.com>
1504
130c39e6
AC
1505 * MAINTAINERS (paper trail): Update.
1506
b9fa2e73
AC
1507 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
1508
c53efe6e
AC
15092001-03-02 Andrew Cagney <ac131313@redhat.com>
1510
1511 From 2001-03-01 Tom Rix <trix@redhat.com>:
1512 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
1513 parameter to mn10200_analyze_prologue.
1514
1515 * config/mn10200/tm-mn10200.h: Include "regcache.h".
1516 * MAINTAINERS: Document that mn10200-elf target is buildable.
1517
52b5c2eb
KB
15182001-03-02 Kevin Buettner <kevinb@redhat.com>
1519
1520 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
1521 from here...
1522 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
1523 (MONTEREY): Don't define.
1524 (AIX5): Define.
1525
2edb46b1
MH
15262001-03-02 Matt Hiller <hiller@redhat.com>
1527
1528 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
1529
92c71a3e
KB
15302001-03-02 Kevin Buettner <kevinb@redhat.com>
1531
82a2886f 1532 * sparc-nat.c (sparc-nat.c): Don't include self.
92c71a3e 1533
e2a4c6c1
C
15342001-03-01 J.T. Conklin <jtc@redback.com>
1535
3a644c8d
C
1536 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
1537 if __CYGWIN32__ is set from here.
1538 * config/i386/xm-cygwin.h: To here.
1539 * config/powerpc/xm-cygwin.h: To here.
1540
e2a4c6c1
C
1541 * i386-stub.c (handle_exception): Use 'T' response packet.
1542
4b33390a
MS
15432001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1544
1545 * m32r-tdep.c: Fix cut and paste error in comment.
1546
15472001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1548
1549 * symtab.c (print_msymbol_info): Print addresses by portable method
1550 longest_local_hex_string_custom. Allow for 64-bit addresses.
1551
ba41d549
C
15522001-03-01 J.T. Conklin <jtc@redback.com>
1553
1554 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
1555 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
1556 (MIN_OF_TYPE): Likewise.
1557
1558 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
1559
088d891f
AC
15602001-03-01 Andrew Cagney <ac131313@redhat.com>
1561
1562 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
1563 * os9kread.c (os9k_process_one_symbol): Add assert to detect
1564 ``loses if sizeof (char *) > sizeof (int)''.
1565
38266776
AC
15662001-03-01 Andrew Cagney <ac131313@redhat.com>
1567
1568 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
1569
2ad43c4f
AC
15702001-03-01 Andrew Cagney <ac131313@redhat.com>
1571
1572 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
1573 lists.
1574 (mi-main.o): Ditto.
1575
367e21d8
AC
15762001-03-01 Andrew Cagney <ac131313@redhat.com>
1577
1578 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
1579 dependency lists.
1580
d85310f7
MS
15812001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1582
c0d8fd9a
MS
1583 * printcmd.c (print_address_numeric): Update comments to refer
1584 to sizeof addr, not sizeof pointer.
1585 (x_command): Remove needless whitespace (shorten long line).
1586
d85310f7
MS
1587 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
1588 (read_memory_nobpt): Ditto.
1589 (ep_is_catchpoint): Ditto.
1590 (ep_is_shlib_catchpoint): Ditto.
1591 (ep_is_exception_catchpoint): Ditto.
1592 (describe_other_breakpoints): Ditto.
1593
97900206
AC
1594Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
1595
1596 * regcache.h (register_valid): Fix comment documenting valid
1597 states.
1598
4e052eda
AC
1599Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
1600
1601 From Steven Johnson:
1602 * regcache.h: New file.
1603
1604 * value.h (read_register_bytes, read_register_gen)
1605 (write_register_gen, write_register_bytes)
1606 (read_register, read_register_pid)
1607 (read_signed_register, read_signed_register_pid)
1608 (write_register, write_register_pid)
1609 (register_cached, set_register_cached)
1610 (register_changed, register_buffer)
1611 (registers_changed, supply_register): Move declaration from here.
1612 * regcache.h: To here.
1613 * gdbcore.h (registers_fetched): Ditto.
1614 * inferior.h (registers, registers_valid): Ditto.
1615
1616 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
1617 generic_target_write_pc, write_pc_pid, write_pc,
1618 generic_target_read_sp, read_sp, generic_target_write_sp,
1619 write_sp, generic_target_read_fp, read_fp,
1620 generic_target_write_fp, write_fp): Add note that these functions
1621 will be moved from this file.
1622
1623 * a29k-tdep.c: Include "regcache.h".
1624 * a68v-nat.c: Ditto.
1625 * abug-rom.c: Ditto.
1626 * alpha-nat.c: Ditto.
1627 * alpha-tdep.c: Ditto.
1628 * alphabsd-nat.c: Ditto.
1629 * arc-tdep.c: Ditto.
1630 * arm-linux-nat.c: Ditto.
1631 * arm-linux-tdep.c: Ditto.
1632 * arm-tdep.c: Ditto.
1633 * blockframe.c: Ditto.
1634 * core-aout.c: Ditto.
1635 * core-sol2.c: Ditto.
1636 * corelow.c: Ditto.
1637 * cpu32bug-rom.c: Ditto.
1638 * cxux-nat.c: Ditto.
1639 * d10v-tdep.c: Ditto.
1640 * d30v-tdep.c: Ditto.
1641 * dbug-rom.c: Ditto.
1642 * dink32-rom.c: Ditto.
1643 * dve3900-rom.c: Ditto.
1644 * findvar.c: Ditto.
1645 * fr30-tdep.c: Ditto.
1646 * frame.c: Ditto.
1647 * go32-nat.c: Ditto.
1648 * h8300-tdep.c: Ditto.
1649 * h8500-tdep.c: Ditto.
1650 * hp300ux-nat.c: Ditto.
1651 * hppa-tdep.c: Ditto.
1652 * hppab-nat.c: Ditto.
1653 * hppah-nat.c: Ditto.
1654 * hppam3-nat.c: Ditto.
1655 * hpux-thread.c: Ditto.
1656 * i386-linux-nat.c: Ditto.
1657 * i386-linux-tdep.c: Ditto.
1658 * i386-tdep.c: Ditto.
1659 * i386aix-nat.c: Ditto.
1660 * i386b-nat.c: Ditto.
1661 * i386bsd-nat.c: Ditto.
1662 * i386gnu-nat.c: Ditto.
1663 * i386ly-tdep.c: Ditto.
1664 * i386m3-nat.c: Ditto.
1665 * i386mach-nat.c: Ditto.
1666 * i386nbsd-nat.c: Ditto.
1667 * i386v4-nat.c: Ditto.
1668 * i387-nat.c: Ditto.
1669 * i387-tdep.c: Ditto.
1670 * i960-tdep.c: Ditto.
1671 * ia64-aix-nat.c: Ditto.
1672 * ia64-linux-nat.c: Ditto.
1673 * ia64-tdep.c: Ditto.
1674 * infptrace.c: Ditto.
1675 * infrun.c: Ditto.
1676 * irix4-nat.c: Ditto.
1677 * irix5-nat.c: Ditto.
1678 * lin-lwp.c: Ditto.
1679 * lin-thread.c: Ditto.
1680 * lynx-nat.c: Ditto.
1681 * m3-nat.c: Ditto.
1682 * m32r-rom.c: Ditto.
1683 * m32r-tdep.c: Ditto.
1684 * m68hc11-tdep.c: Ditto.
1685 * m68k-tdep.c: Ditto.
1686 * m68klinux-nat.c: Ditto.
1687 * m68knbsd-nat.c: Ditto.
1688 * m68knbsd-tdep.c: Ditto.
1689 * m88k-nat.c: Ditto.
1690 * m88k-tdep.c: Ditto.
1691 * mac-nat.c: Ditto.
1692 * mcore-rom.c: Ditto.
1693 * mcore-tdep.c: Ditto.
1694 * mi/mi-main.c: Ditto.
1695 * mips-nat.c: Ditto.
1696 * mips-tdep.c: Ditto.
1697 * mipsm3-nat.c: Ditto.
1698 * mipsv4-nat.c: Ditto.
1699 * mn10200-tdep.c: Ditto.
1700 * mn10300-tdep.c: Ditto.
1701 * monitor.c: Ditto.
1702 * ns32km3-nat.c: Ditto.
1703 * ns32knbsd-nat.c: Ditto.
1704 * ocd.c: Ditto.
1705 * pa64solib.c: Ditto.
1706 * ppc-bdm.c: Ditto.
1707 * ppc-linux-nat.c: Ditto.
1708 * ppc-linux-tdep.c: Ditto.
1709 * ppcbug-rom.c: Ditto.
1710 * ppcnbsd-nat.c: Ditto.
1711 * ptx4-nat.c: Ditto.
1712 * regcache.c: Ditto.
1713 * remote-adapt.c: Ditto.
1714 * remote-array.c: Ditto.
1715 * remote-bug.c: Ditto.
1716 * remote-e7000.c: Ditto.
1717 * remote-eb.c: Ditto.
1718 * remote-es.c: Ditto.
1719 * remote-est.c: Ditto.
1720 * remote-hms.c: Ditto.
1721 * remote-mips.c: Ditto.
1722 * remote-mm.c: Ditto.
1723 * remote-nindy.c: Ditto.
1724 * remote-os9k.c: Ditto.
1725 * remote-rdi.c: Ditto.
1726 * remote-rdp.c: Ditto.
1727 * remote-sds.c: Ditto.
1728 * remote-sim.c: Ditto.
1729 * remote-st.c: Ditto.
1730 * remote-udi.c: Ditto.
1731 * remote-utils.c: Ditto.
1732 * remote-vx.c: Ditto.
1733 * remote-vx29k.c: Ditto.
1734 * remote-vx68.c: Ditto.
1735 * remote-vx960.c: Ditto.
1736 * remote-vxmips.c: Ditto.
1737 * remote-vxsparc.c: Ditto.
1738 * remote.c: Ditto.
1739 * rom68k-rom.c: Ditto.
1740 * rs6000-nat.c: Ditto.
1741 * rs6000-tdep.c: Ditto.
1742 * sh-tdep.c: Ditto.
1743 * sh3-rom.c: Ditto.
1744 * sol-thread.c: Ditto.
1745 * solib-svr4.c: Ditto.
1746 * somsolib.c: Ditto.
1747 * sparc-nat.c: Ditto.
1748 * sparc-tdep.c: Ditto.
1749 * sparcl-tdep.c: Ditto.
1750 * sparclet-rom.c: Ditto.
1751 * sun3-nat.c: Ditto.
1752 * sun386-nat.c: Ditto.
1753 * symm-nat.c: Ditto.
1754 * target.c: Ditto.
1755 * thread-db.c: Ditto.
1756 * thread.c: Ditto.
1757 * tic80-tdep.c: Ditto.
1758 * tracepoint.c: Ditto.
1759 * ultra3-nat.c: Ditto.
1760 * umax-xdep.c: Ditto.
1761 * uw-thread.c: Ditto.
1762 * v850-tdep.c: Ditto.
1763 * v850ice.c: Ditto.
1764 * valops.c: Ditto.
1765 * w65-tdep.c: Ditto.
1766 * w89k-rom.c: Ditto.
1767 * win32-nat.c: Ditto.
1768 * wince.c: Ditto.
1769 * z8k-tdep.c: Ditto.
1770
07d48ebc
MH
17712001-02-28 Matt Hiller <hiller@redhat.com>
1772
1773 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
1774
2edb46b1
MH
17752001-02-27 Matt Hiller <hiller@redhat.com>
1776
1777 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
1778 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
1779 mn10300_stab_reg_to_regnum.
1780
993f3aa5
DT
1781Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
1782
1783 * symtab.c (search_symbols): Fix off by one error in test for
1784 error.
1785
86168def
AC
17862001-02-23 Andrew Cagney <ac131313@redhat.com>
1787
1788 * config/sparc/sp64linux.mt: New file.
1789 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
1790 * configure.host: Recognize sparc64-*-linux* as a linux host.
1791
1792 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
1793 * config/sparc/tm-sp64linux.h: New file.
1794
e1e9e218
KB
17952001-02-24 Kevin Buettner <kevinb@redhat.com>
1796
1797 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
1798 with call to internal_error().
1799 * dbxread.c (process_one_symbol): Likewise.
1800 * exec.c (build_section_table, xfer_memory): Likewise.
1801 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
1802 Likewise.
1803 * hpread.c (hpread_type_translate, hpread_read_array_type)
1804 (hpread_type_lookup): Likewise.
1805 * i386-tdep.c (gdb_print_insn_i386): Likewise.
1806 * i960-tdep.c (mem): Likewise
1807 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
1808 * infptrace.c (child_resume): Likewise.
1809 * infttrace.c (_initialize_infttrace): Likewise.
1810 * language.c (binop_result_type, add_language): Likewise.
1811 * lynx-nat.c (store_inferior_registers): Likewise.
1812 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
1813 * mdebugread.c (parse_partial_symbols): Likewise.
1814 * monitor.c (monitor_printf_noecho, monitor_printf)
1815 (monitor_dump_regs): Likewise.
1816 * ocd.c (stu_put_packet): Likewise.
1817 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
1818 * remote-bug.c (bug_open): Likewise.
1819 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
1820 * remote-es.c (es1800_read_bytes): Likewise.
1821 * remote-mips.c (common_breakpoint): Likewise.
1822 * remote-rdp.c (send_rdp): Likewise.
1823 * remote-sds.c (putmessage): Likewise.
1824 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
1825 Likewise.
1826 * sparcl-tdep.c (sparclite_download): Likewise.
1827 * symtab.c (lookup_partial_symbol): Likewise.
1828 * target.c (push_target, pop_target, initialize_targets): Likewise.
1829 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
1830 Likewise.
1831 * valprint.c (print_decimal, print_longest, print_longest)
1832 (strcat_longest): Likewise.
1833 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
1834 * xmodem.c (xmodem_send_packet): Likewise.
1835 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
1836 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
1837 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
1838 (STORE_RETURN_VALUE): Likewise.
1839 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
1840 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
1841 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
1842 Likewise.
1843
17fceda3
AC
18442001-02-23 Andrew Cagney <ac131313@redhat.com>
1845
2126d5fb
AC
1846 * CONTRIBUTE: Document how to cite a problem report.
1847 * TODO: Note need to replace CONTRIBUTE with generated file.
1848
17fceda3
AC
1849 * CONTRIBUTE: Mention that patches do not need to include the
1850 generated files gdbarch.h and gdbarch.c.
1851
60edd51d
AC
18522001-02-21 Andrew Cagney <ac131313@redhat.com>
1853
1854 * value.h (get_saved_register): Move from here.
1855 * frame.h: To here.
1856
d7fa2ae2
KB
18572001-02-21 Kevin Buettner <kevinb@redhat.com>
1858
1859 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
1860 (in_solib_dynsym_resolve_code): Add declaration.
1861 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
1862 in_solib_dynsym_resolve_code() rather than
1863 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
1864 which caused this macro to only be defined when
1865 SVR4_SHARED_LIBS is defined.
1866 * solib.c (in_solib_dynsym_resolve_code): New function.
1867 * solist.h (struct target_so_ops): Add new member
1868 in_dynsym_resolve_code.
1869 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
1870 in_svr4_dynsym_resolve_code. Also, made static.
1871 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
1872 member in aix5_so_ops.
1873 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
1874 in_svr4_dynsym_resolve_code. Also, added second version
1875 of this function which will be used when SVR4_SHARED_LIBS
1876 is not defined.
1877 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
1878 member in svr4_so_ops.
1879
1880 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
1881 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
1882 config/ia64/xm-aix.h: New files.
1883 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
1884 (ia64_aix_sigcontext_register_address): New declaration.
aacc1edd 1885 (ia64_gdbarch_init): Provide for initialization of
d7fa2ae2
KB
1886 sigcontext_register_address member of struct tdep when
1887 on target is detected to be running AIX.
1888 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
1889 this list.
1890
fbad0893
KB
18912001-02-20 Kevin Buettner <kevinb@redhat.com>
1892
1893 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
1894 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
1895 for thread support instead of linux-thread.o and lin-thread.o.
1896 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
1897 ATTACH_LWP): Define to use the following lin-lwp.c functions...
1898 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
1899 lin_lwp_attach_lwp): Declare.
1900
1adad886
AC
19012001-02-20 Andrew Cagney <ac131313@redhat.com>
1902
1903 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
1904 formatting.
1905
0579d647
KB
19062001-02-20 Kevin Buettner <kevinb@redhat.com>
1907
1908 * solib-aix5.c (solib-svr4.h): Remove include.
1909 (solib_break_names): Delete names which aren't actually
1910 used by AIX5.
1911 (bkpt_names): Remove.
1912 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
1913 to STREQ() with equivalent calls to strcmp().
1914 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
1915 aix5_solib_create_inferior_hook): Revise comments.
1916 (enable_break): Remove old ``bkpt_names'' code.
1917
d65fe839
AC
19182001-02-19 Andrew Cagney <ac131313@redhat.com>
1919
1920 * Makefile.in (SFILES): Add frame.c .
1921 (COMMON_OBS): Add frame.o .
1922 (frame.o): New target.
1923
1924 * frame.c (find_saved_register):
1925 (default_get_saved_register):
1926 (get_saved_register):
1927 (read_relative_register_raw_bytes_for_frame):
1928 (read_relative_register_raw_bytes): Moved to here.
1929 * regcache.c: From here.
1930
60cf7a85
KB
19312001-02-20 Kevin Buettner <kevinb@redhat.com>
1932
1933 * solib-aix5.c: New file.
1934
291b7e04
MH
19352001-02-20 Martin M. Hunt <hunt@redhat.com>
1936
a43ad351
MH
1937 * solib.c (info_sharedlibrary_command): Don't assume pointers
1938 are the same size of long, call longest_local_hex_string_custom().
1939
58bc91c9
MH
1940 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
1941 extract_signed_integer() should be called instead of
1942 extract_address().
1943
19442001-02-20 Martin M. Hunt <hunt@redhat.com>
1945
291b7e04
MH
1946 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
1947
d02ee681
AC
19482001-02-19 Andrew Cagney <ac131313@redhat.com>
1949
1950 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
1951 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
1952 then floating point registers are 8 bytes.
1953
a858089e
MS
19542001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
1955
1956 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
1957 accomodate 64-bit addresses.
1958
23cc649f
EZ
19592001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1960
1961 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
1962 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
1963 lookup_symbol, when trying to find a symbol with a mangled name,
1964 to avoid infinite recursion.
1965
0db23c95
AC
19662001-02-18 Andrew Cagney <ac131313@redhat.com>
1967
1968 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
1969
911413e6
JL
19702001-02-19 Jonathan Larmour <jlarmour@redhat.com>
1971
1972 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
1973 (save_prologue_cache): Ditto.
1974
8d1de4b7
EZ
19752001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1976
1977 From: innadadadavida@yahoo.com:
1978 * partial-stab.h (switch): Check that pst is not null
1979 before dereferencing it.
1980
3017564a
EZ
19812001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1982
1983 From Andrew Cagney <cagney@b1.cygnus.com>:
1984 * symfile.c (add_symbol_file_command): Always initialize
1985 my_cleanup using a NULL cleanup.
1986
fa58ee11
EZ
19872001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
1988
1989 * demangle.c (demangling_style_names): New variable.
1990 (_initialize_demangler): Fill demangling_style_names with the
1991 names of known demangling styles from libiberty_demanglers[]. Use
1992 add_set_enum_cmd instead of add_set_cmd, to get completion on
1993 demangling style names.
1994
1995 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
1996 file-name completion.
1997
1998 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
1999
2000 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
2001 `solib-absolute-prefix'.
2002
2003 * tracepoint.c (_initialize_tracepoint): Ditto for
2004 `save-tracepoints'.
2005
2006 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
2007
2008 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
2009 file-name completion.
2010
2011 * infcmd.c (_initialize_infcmd): Make the following commands use
2012 the file-name completer: `tty', `args', `path', `paths', and
2013 `run'.
2014
7830cf6f
EZ
20152001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
2016
89dea5aa
EZ
2017 * go32-nat.c: Include i387-nat.h.
2018 (fetch_register): New function, uses some of the guts of
2019 go32_fetch_registers and calls i387_supply_register.
2020 (go32_fetch_registers): Most of the code moved into
2021 fetch_register. Use i387_supply_fsave.
2022 (store_register): Use i387_fill_fsave instead of custom code.
2023 (go32_store_registers): Use i387_fill_fsave.
2024
2025 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
2026
2027 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
2028
7830cf6f
EZ
2029 * completer.c (gdb_completer_file_name_break_characters): Remove
2030 slash from file-name break characters.
2031 [__MSDOS__]: Special definition for DOS/Windows file names.
2032 (line_completion_function): When completing on file names, bump
2033 `p' to the first file-name constituent character of `word', before
2034 invoking the completer.
2035
f31e928c
MK
20362001-02-17 Mark Kettenis <kettenis@gnu.org>
2037
2038 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
2039 consistently for parameter names. Fix comments accordingly.
2040 (i387_supply_register): New function.
2041 (i387_supply_fsave): Implement using i387_supply_register.
2042 * i387-nat.h: Use regnum instead of regno consistently for
2043 parameter names. Fix comments accordingly.
2044 (i387_supply_register): New prototype.
2045
d696208f
MS
20462001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2047
2048 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
2049 instead of TARGET_PTR_BIT (to support Harvard architectures).
2050
971429b4
AC
20512001-02-16 Andrew Cagney <ac131313@redhat.com>
2052
2053 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
2054 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
2055 argument to parameter list and to call in order to conform to
2056 to_xfer_memory field of struct target_ops.
2057
9ca0e47c
MC
20582001-02-12 Michael Chastain <chastain@redhat.com>
2059
da7dd56f 2060 * somsolib.c (som_solib_add_solib_objfile): Do not use
9ca0e47c
MC
2061 section relocation feature of syms_from_objfile. Do my own
2062 section relocation, offsetting each section of the som by
2063 either text_addr - text_link_addr or data_start.
2064
7d65bd2d
AC
20652001-02-16 Andrew Cagney <ac131313@redhat.com>
2066
2067 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
2068
e33e9692
AC
20692001-02-16 Andrew Cagney <ac131313@redhat.com>
2070
2071 * MAINTAINERS (paper trail): Update.
2072
17dee195
MK
20732001-02-16 Mark Kettenis <kettenis@gnu.org>
2074
2075 * target.h (target_fetch_registers): Fix comment.
2076
0f6e1ba6
AC
20772001-02-15 Andrew Cagney <ac131313@redhat.com>
2078
2079 * f-exp.y: Include <ctype.h>.
2080 (parse_number): Ensure that ``i'' is always initialized.
2081
9a069618
JK
20822001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
2083
2084 * MAINTAINERS: Add myself to paper trail section.
2085
fc24370e
MS
20862001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2087
2088 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
2089 * configure, config.in: Regenerate.
2090 * corelow.c: Include <sys/file.h> if present.
2091
4b69c284
AC
20922001-02-14 Andrew Cagney <ac131313@redhat.com>
2093
2094 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
2095 declare when have SIGTTOU.
2096
7904f322
EZ
20972001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
2098
2099 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
2100
9e798668
JK
21012001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
2102
2103 * MAINTAINERS: Update my email address.
2104
65d5a54a
EZ
21052001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
2106
2107 * NEWS: Document that "info symbol" works with COFF debug info and
2108 its variants.
2109
2110 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
2111 symbols whose SYMBOL_BFD_SECTION is NULL.
2112
0cff82d9 21132001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
a8079a9b
PS
2114
2115 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
2116 * xcoffsolib.c (xcoff_solib_address): Renamed from
2117 pc_load_segment_name. Return NULL if address is not in a shared
2118 library. Cleanup shared library name construction, using xasprintf.
2119 Format shared library member names consistent with format in exec.c.
2120 (solib_info): Format shared library member names consistent with
2121 format in exec.c.
2122 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
2123 using xcoff_solib_address for PC_SOLIB definition.
2124 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
2125 needed.
2126
0cff82d9 21272001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4b2e4867
PS
2128
2129 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
2130 with xmalloc calls and cleanups.
2131
0cff82d9 21322001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
d737ece6
PS
2133
2134 * rs6000-nat.c (child_xfer_memory): Add missing parameter
2135 'struct mem_attrib *' required by 2001-01-23 change.
2136
c5bb1243
JK
21372001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
2138
2139 Updates to "make TAGS":
2140 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
2141 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
2142 tahoe-tdep.c.
2143 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
2144
c799ae7b
EZ
21452001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
2146
2147 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
2148
12685e01
AC
2149Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
2150
2151 From Dean Luick <luick@cray.com>:
2152 * defs.h (continuation): Remove unused global variable.
2153
7fcca85b
AC
2154Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
2155
2156 * configure.tgt: Remove references to convex, pyramid, altos and
2157 tahoe.
2158 * configure.host: Ditto.
2159 * MAINTAINERS: Ditto.
2160 * NEWS: Update.
2161
2162 * tahoe-tdep.c: Delete obsolete file.
2163 * pyr-xdep.c: Ditto.
2164 * pyr-tdep.c: Ditto.
2165 * convex-tdep.c: Ditto.
2166 * convex-xdep.c: Ditto.
2167 * config/tahoe/xm-tahoe.h: Ditto.
2168 * config/tahoe/tm-tahoe.h: Ditto.
2169 * config/tahoe/tahoe.mt: Ditto.
2170 * config/tahoe/tahoe.mh: Ditto.
2171 * config/pyr/xm-pyr.h: Ditto.
2172 * config/pyr/tm-pyr.h: Ditto.
2173 * config/pyr/pyramid.mt: Ditto.
2174 * config/pyr/pyramid.mh: Ditto.
2175 * config/m68k/xm-altos.h: Ditto.
2176 * config/m68k/tm-altos.h: Ditto.
2177 * config/m68k/altos.mt: Ditto.
2178 * config/m68k/altos.mh: Ditto.
2179 * config/convex/xm-convex.h: Ditto.
2180 * config/convex/tm-convex.h: Ditto.
2181 * config/convex/convex.mt: Ditto.
2182 * config/convex/convex.mh: Ditto.
2183 * config/convex/Convex.notes: Ditto.
2184 * config/arm/xm-arm.h: Ditto.
2185 * config/arm/nm-arm.h: Ditto.
2186 * config/arm/arm.mt: Ditto.
2187 * config/arm/arm.mh: Ditto.
2188 * arm-convert.s: Ditto.
2189 * arm-xdep.c: Ditto.
2190 * altos-xdep.c: Ditto.
2191
8e65ff28
AC
2192Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
2193
2194 * defs.h (internal_error, internal_verror): Add __FILE__ and
2195 __LINE__ parameter.
2196 * utils.c (internal_error, internal_verror): Update.
2197
2198 * v850-tdep.c: Update calls to internal_error.
2199 * utils.c: Ditto.
2200 * ui-out.c: Ditto.
2201 * ui-file.c: Ditto.
2202 * target.h: Ditto.
2203 * symtab.h: Ditto.
2204 * symm-nat.c: Ditto.
2205 * sparc-tdep.c: Ditto.
2206 * source.c: Ditto.
2207 * serial.c: Ditto.
2208 * rs6000-tdep.c: Ditto.
2209 * rs6000-nat.c: Ditto.
2210 * remote.c: Ditto.
2211 * remote-vx.c: Ditto.
2212 * remote-sim.c: Ditto.
2213 * remote-mips.c: Ditto.
2214 * regcache.c: Ditto.
2215 * objfiles.h: Ditto.
2216 * objfiles.c: Ditto.
2217 * mn10300-tdep.c: Ditto.
2218 * mips-tdep.c: Ditto.
2219 * maint.c: Ditto.
2220 * m68k-tdep.c: Ditto.
2221 * m3-nat.c: Ditto.
2222 * language.c: Ditto.
2223 * infptrace.c: Ditto.
2224 * inferior.h: Ditto.
2225 * infcmd.c: Ditto.
2226 * ia64-tdep.c: Ditto.
2227 * i386-tdep.c: Ditto.
2228 * i386-linux-nat.c: Ditto.
2229 * hppah-nat.c: Ditto.
2230 * go32-nat.c: Ditto.
2231 * findvar.c: Ditto.
2232 * f-lang.c: Ditto.
2233 * elfread.c: Ditto.
2234 * event-loop.c: Ditto.
2235 * dwarf2read.c: Ditto.
2236 * dsrec.c: Ditto.
2237 * d30v-tdep.c: Ditto.
2238 * d10v-tdep.c: Ditto.
2239 * cli/cli-setshow.c: Ditto.
2240 * cli/cli-script.c: Ditto.
2241 * ch-exp.c: Ditto.
2242 * breakpoint.c: Ditto.
2243 * ax-gdb.c: Ditto.
2244 * arch-utils.c: Ditto.
2245 * a29k-tdep.c: Ditto.
2246 * gdb_assert.h: Ditto.
2247 * gdbarch.sh: Ditto.
2248 * gdbarch.h, gdbarch.c: Re-generate.
2249
72290732
AC
22502001-02-07 Andrew Cagney <ac131313@redhat.com>
2251
2252 From Mark Kettenis <kettenis@gnu.org>:
2253 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
2254
a6da1910
AC
22552001-02-07 Andrew Cagney <ac131313@redhat.com>
2256
2257 * remote-sim.c (dump_mem): Cleanup printf format argument.
2258 * MAINTAINERS: Update, mn10300-elf now builds.
2259
153f9905
MK
22602001-02-07 Mark Kettenis <kettenis@gnu.org>
2261
2262 * event-top.c: Remove duplicate #include <signal.h>.
2263
f042532c
AC
22642001-02-06 Andrew Cagney <ac131313@redhat.com>
2265
2266 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
2267 allocated buffer.
2268 (save_inferior_pid): Restore the PID from that tempoary
2269 buffer. Delete the buffer.
2270 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
2271
58cfabe6
AC
22722001-02-06 Andrew Cagney <ac131313@redhat.com>
2273
2274 * MAINTAINERS: Add ``The Obvious Fix Rule''.
2275
ea8a41b8
AC
22762001-02-06 Andrew Cagney <ac131313@redhat.com>
2277
2278 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
2279
95160752
AC
22802001-02-06 Andrew Cagney <ac131313@cygnus.com>
2281
2282 * gdbarch.sh: Include "gdb_assert.h".
2283 (struct gdbarch): Change ``nr_data'' to unsigned.
2284 (alloc_gdbarch_data, free_gdbarch_data): New functions.
2285 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
2286 architecture vector.
2287 (struct gdbarch_data, struct gdbarch_data_registration): Move init
2288 method to gdbarch_data. Add free method, make index unsigned.
2289 (struct gdbarch_data_registry): Make nr unsigned.
2290 (register_gdbarch_data): Add free parameter. Store in
2291 gdbarch_data.
2292 (init_gdbarch_data): Use set_gdbarch_data.
2293 (set_gdbarch_data): New function.
2294
2295 * gdbarch.h, gdbarch.c: Re-generate.
2296
64122a8b
MS
22972001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
2298
2299 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
2300 fprintf_filtered with correct arguments.
2301
e6cbd02a
MS
23022001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
2303 Submitted by Paul Hilfinger (hilfingr@gnat.com)
2304 and Andrei Petrov (and@genesyslab.com).
2305 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
2306 must be allocated dynamically, since these are no longer constants.
2307 * infcmd.c: Ditto.
2308 * regcache.c: Ditto.
2309 * remote.c: Ditto.
2310 * sol-thread.c: Ditto.
2311 * valops.c: Ditto.
2312 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
2313 work-around for a missing Sun header file in solaris for sparc64.
2314
713f0374
PB
23152001-02-04 Philip Blundell <philb@gnu.org>
2316
2317 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
2318 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
2319 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
2320 GET_THREAD_SIGNALS): Define.
2321 * arm-linux-nat.c (fill_gregset): Correct type of argument.
2322 (supply_gregset): Likewise.
2323 (fill_fpregset): Likewise.
2324 (supply_fpregset): Likewise.
2325
4603e466
DT
2326Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
2327
2328 * valops.c (value_cast): If casting a scalar to a pointer, do not
2329 issue a message about truncation unless it exceeds the length of
2330 an address, not the length of a pointer. This is because what the
2331 user gives us is an address, not a pointer, and we will ultimately
2332 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
2333 to a pointer. This allows things like "print *(int *)0x01000234"
2334 to work without generating a misleading message on a target having
2335 two byte pointers and four byte addresses.
2336
554cb486
CF
23372001-02-05 Christopher Faylor <cgf@cygnus.com>
2338
2339 * win32-nat.c: Change PTR to void * throughout.
2340
042be3a9
C
23412001-02-05 J.T. Conklin <jtc@redback.com>
2342
2343 * signals.h: Removed.
2344 * event-top.c (#include <signal.h>): Changed from signals.h.
2345 * inflow.c: Likewise.
2346 * mac-xdep.c: Likewise.
2347 * ser-pipe.c: Likewise.
2348 * ser-tcp.c: Likewise.
2349 * standalone.c: Likewise.
2350 * top.c: Likewise.
2351 * utils.c: Likewise.
2352 * Makefile.in: Removed signals.h from dependencies.
2353
a4acd088
CF
23542001-02-05 Christopher Faylor <cgf@cygnus.com>
2355
2356 Change suggested by Dean Luick <luick@cray.com>
2357 * inferior.h (step_over_calls_kind): Remove trailing comma from
2358 last enum element.
2359 (step_over_calls): Declare as extern rather than global.
2360
3116c80a
EZ
23612001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2362
2363 * sh-tdep.c: Update copyright.
2364 (sh_extract_return_value): Rewrite.
2365 (sh3e_sh4_extract_return_value): New function.
2366 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
2367 version of the function for sh3e and sh4 CPUs.
2368
240be855
MC
23692001-02-05 Michael Chastain <chastain@redhat.com>
2370
2371 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
2372 to conform with interface change.
2373
a17b5c4e
EZ
23742001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
2375
32fe0950
EZ
2376 * config/djgpp/fnchange.lst: Tweak to make consistent with the
2377 new files.
2378
619cbaf7
EZ
2379 * config/djgpp/djconfig.sh: Use explicit absolute file name when
2380 invoking `find'.
2381
cd42d3a8
EZ
2382 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
2383 UART_FIFO_WORKS is defined. Otherwise use outportb.
2384 From Francisco Pastor <fpastor.etra-id@etra.es>
2385
a17b5c4e
EZ
2386 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
2387 with target.h's `to_xfer_memory' member.
2388
86ddecc5
C
23892001-02-02 J.T. Conklin <jtc@redback.com>
2390
2391 * ppc-bdm.c (#include <signal.h>): Removed.
2392 * remote-array.c: Likewise.
2393 * remote-bug.c: Likewise.
2394 * remote-e7000.c: Likewise.
2395 * remote-mips.c: Likewise.
2396 * remote-os9k.c: Likewise.
2397 * remote-st.c: Likewise.
2398 * remote-udi.c: Likewise.
2399 * remote-vx29k.c: Likewise.
2400 * remote-vx68.c: Likewise.
2401 * remote-vx960.c: Likewise.
2402 * remote-vxmips.c: Likewise.
2403 * remote-vxsparc.c: Likewise.
2404
338d7c5c
JM
24052001-02-02 John Moore <jmoore@redhat.com>
2406
2407 * remote-utils.h (sr_set_device): Changed free() to xfree() where
2408 appropriate. Also changed Copyright to include 2001.
2409 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
2410 * value.h (value_free): Likewise.
2411 * gdbarch.sh (gdbarch_free): Likewise.
2412 * gdbarch.c, gdbarch.h: Regenerated.
2413
2b5436af
JM
24142001-02-02 John Moore <jmoore@redhat.com>
2415
2416 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
338d7c5c 2417 xfree(). Also changed Copyright to include 2001.
2b5436af 2418
82467003
C
24192001-02-02 J.T. Conklin <jtc@redback.com>
2420
2421 * monitor.c (#include "gdb_wait.h"): Removed.
2422 * ocd.c: Likewise.
2423 * ppc-bdm.c: Likewise.
2424 * remote-adapt.c: Likewise.
2425 * remote-array.c: Likewise.
2426 * remote-bug.c: Likewise.
2427 * remote-e7000.c: Likewise.
2428 * remote-eb.c: Likewise.
2429 * remote-es.c: Likewise.
2430 * remote-mips.c: Likewise.
2431 * remote-mm.c: Likewise.
2432 * remote-nindy.c: Likewise.
2433 * remote-os9k.c: Likewise.
2434 * remote-rdi.c: Likewise.
2435 * remote-rdp.c: Likewise.
2436 * remote-sds.c: Likewise.
2437 * remote-sim.c: Likewise.
2438 * remote-st.c: Likewise.
2439 * remote-udi.c: Likewise.
2440 * remote-vx.c: Likewise.
2441 * remote-vx29k.c: Likewise.
2442 * remote-vx68.c: Likewise.
2443 * remote-vx960.c: Likewise.
2444 * remote-vxmips.c: Likewise.
2445 * remote-vxsparc.c: Likewise.
2446 * remote.c: Likewise.
2447 * ser-pipe.c: Likewise.
2448 * ser-unix.c: Likewise.
2449 * Makefile.in: Updated dependencies.
2450
27b82ed2
DS
24512001-01-31 David Smith <dsmith@redhat.com>
2452
2453 * event-loop.c: Change inclusion of string.h to gdb_string.h and
2454 updated the copyright notice.
2455 * ser-pipe.c: Ditto.
2456 * mi/mi-cmds.c: Ditto.
2457 * mi/mi-console.c: Ditto.
2458 * mi/mi-getopt.c: Ditto.
2459 * mi/mi-parse.c: Ditto.
2460
ab9cc815
DS
24612001-01-31 David Smith <dsmith@redhat.com>
2462
2463 * MAINTAINERS: Add David Smith to Write After Approval list.
2464
d1f4cff8
AC
2465Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
2466
2467 * cli/cli-utils.c (putchar_filtered): Move function from here.
2468 * utils.c (putchar_filtered): To here.
2469 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
2470 * defs.h (putchar_filtered): To here.
2471
74c1b268
AC
2472Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
2473
2474 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
2475 AC_FUNC_VFORK macro.
2476 * config.in, configure: Re-generate.
2477
2478 * gdb_vfork.h: New file.
2479 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
2480 * fork-child.c (fork_inferior): Ditto.
2481
4fcf66da
AC
2482Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
2483
2484 * defs.h (strsave): Delete declaration.
2485 * utils.c (strsave): Delete definition.
2486 * TODO (strsave): Update
2487
2488 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
2489 * sparcl-tdep.c (sparclite_open): Ditto.
2490 * mips-tdep.c (mips_set_processor_type_command): Ditto.
2491 (_initialize_mips_tdep): Ditto.
2492 * solib.c (solib_open): Ditto.
2493 * symfile.c (add_filename_language): Ditto.
2494 (set_ext_lang_command): Ditto.
2495 * source.c (init_source_path): Ditto.
2496 (mod_path): Ditto.
2497 * sh3-rom.c (sh3_open): Ditto.
2498 (sh3e_open): Ditto.
2499 * serial.c (serial_open): Ditto.
2500 * remote-mips.c (common_open): Ditto.
2501 * monitor.c (monitor_open): Ditto.
2502 * m32r-rom.c (m32r_upload_command): Ditto.
2503 * infcmd.c (path_command): Ditto.
2504 * f-exp.y (parse_number): Ditto.
2505 * breakpoint.c (create_longjmp_breakpoint): Ditto.
2506 (create_thread_event_breakpoint): Ditto.
2507 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
2508 (_initialize_arc_tdep): Ditto.
2509
e191e0ab
AC
2510Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
2511
2512 * cli/cli-script.c (define_command): Check for a bad hook value in
2513 switch statement.
2514
10214f55
C
25152001-01-30 J.T. Conklin <jtc@redback.com>
2516
2517 * configure/sh/embed.mt: New file.
2518 * configure/sh/linux.mt: New file.
2519 * configure/sh/sh.mt: Removed.
2520 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
2521 (sh-*-*): Removed.
2522
c9049fc9
MC
25232001-01-29 Michael Chastain <chastain@redhat.com>
2524
2525 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
2526 symbol comparisons in binary search.
2527
0cff82d9 25282001-01-27 Christopher Faylor <cgf@cygnus.com>
aea02b6b
CF
2529
2530 * win32-nat.c (child_xfer_memory): Add missing argument required by
2531 2001-01-23 change.
2532
e6e0bfab
MK
25332001-01-27 Mark Kettenis <kettenis@gnu.org>
2534
2535 * ui-out.c (do_list_end): New function.
2536 (make_cleanup_ui_out_list_end): New function.
2537 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
2538 * stack.c (print_frame) [UI_OUT]: Call
2539 make_cleanup_ui_out_list_end to make sure we mark the end of the
2540 list if we do a non-local exit. At the end of the function,
2541 instead of calling ui_out_list_end directly, let do_cleanups
2542 handle it.
2543
1adeb98a
FN
25442001-01-26 Fernando Nasser <fnasser@redhat.com>
2545
2546 Fix double parsing of filenames passed as command line arguments
2547 to GDB (causes weird handling of escape characters).
2548 Also, remove dependencies on the CLI from libgdb.
2549 * call-cmds.h: Remove declaration of exec_file_command().
2550 * gdbcore.h: Remove declaration of exec_file_command().
2551 Add declarations for exec_open() and exec_file_clear().
2552 * symfile.h: Add declarations for symbol_file_add_main() and
2553 symbol_file_clear().
2554 * exec.c (exec_open): New function. Implements to_open for exec
2555 targets.
2556 (exec_file_clear): New function. Makes GDB forget about a previously
2557 specified executable file.
2558 (exec_file_attach): Move parsing of arguments from here ...
2559 (exec_file_command): ... to here.
2560 (init_exec_ops): Use exec_open(), not exec_file_command() to
2561 implement to_open for exec targets.
2562 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
2563 with default values. Used when the file name has already been parsed.
2564 (symbol_file_clear): New function. Makes GDB forget about previously
2565 read symbols.
2566 (symbol_file_command): Call the above function instead of inline code.
2567 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
2568 "call-cmds.h".
2569 (captured_main): Call exec_file_attach() and symbol_file_add_main()
2570 instead of exec_file_command() and symbol_file_command().
2571 (captured_main): Add comment.
2572 * corefile.c: Include "symfile.h".
2573 (core_file_command): Call symbol_file_add_main() instead of
2574 symbol_file_command().
2575 (reopen_exec_file): Call exec_open() instead of exec_file_command().
2576 * infcmd.c: Include "symfile.h".
2577 (attach_command): Call symbol_file_add_main() instead of
2578 symbol_file_command().
2579 * infrun.c: Remove comment about the inclusion of "symfile.h",
2580 not any longer appropriate.
2581 (follow_exec): Call symbol_file_add_main() instead of
2582 symbol_file_command().
2583 * remote-es.c: Include "symfile.h".
2584 (es1800_load): Call symbol_file_add_main() instead of
2585 symbol_file_command().
2586 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
2587 not any longer appropriate.
2588 (vx-wait): Call symbol_file_add_main() instead of
2589 symbol_file_command().
2590 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
2591 instead of symbol_file_command().
2592 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
2593 symbol_file_add_main() instead of exec_file_command() and
2594 symbol_file_command().
2595 * Makefile.in: Update dependencies.
2596
5b616ba1
JH
25972001-01-26 Jeff Holcomb <jeffh@redhat.com>
2598
2599 * remote-udi.c (udi_open): Change strdup to xstrdup.
2600 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
2601 Update copyright message.
2602 * varobj.c (delete_variable_1): Likewise.
2603
2604 * gdb_string.h: Remove declaration of strdup. Update copyright
2605 message.
2606 * config/xm-mpw.h: Likewise.
2607 * config/i386/xm-i386mach.h: Likewise.
2608 * config/m68k/xm-apollo68b.h: Likewise.
2609 * config/m68k/xm-hp300bsd.h: Likewise.
2610 * config/rs6000/xm-rs6000.h: Likewise.
2611 * config/vax/xm-vaxult.h: Remove declaration of strdup.
2612 * config/vax/xm-vaxult2.h: Likewise.
2613
b91d87cf
JH
26142001-01-26 Jeff Holcomb <jeffh@redhat.com>
2615
2616 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
2617
873406a6
C
26182001-01-25 J.T. Conklin <jtc@redback.com>
2619
2620 * target.c (target_xfer_memory_partial): Return -1 on failure due
2621 to invalid access mode attribute.
2622
0613c401
CF
26232001-01-25 Christopher Faylor <cgf@cygnus.com>
2624
2625 * win32-nat.c (_initialize_core_win32): Prototype correctly.
2626
efd59e3f
MK
26272001-01-25 Mark Kettenis <kettenis@gnu.org>
2628
2629 * config/alpha/tm-fbsd.h: Update copyright.
2630 (USE_STRUCT_CONVENTION): Define in terms of
2631 alphabsd_use_struct_convention.
2632 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
2633 * alphafbsd-tdep.c: New file.
2634
388e1ff2
FN
26352001-01-24 Fernando Nasser <fnasser@redhat.com>
2636
2637 * top.c (print_gdb_version): Update Copyright year.
2638
f4d650ec
C
26392001-01-24 J.T. Conklin <jtc@redback.com>
2640
2641 * dcache.c (dcache_write_line): Fix typo.
2642
2643 * memattr.c (delete_mem_region): Replace free() with xfree().
2644 (mem_number): Add explicit type.
2645
2646 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
2647 (rw_common): Likewise.
2648
07091751
FN
26492001-01-24 Fernando Nasser <fnasser@redhat.com>
2650
2651 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
2652 for the inferior program arguments.
2653 (run_command, run_no_args_command, init_infcmd)): Use accessor
2654 functions to set the inferior program arguments.
2655 * inferior.h: Add definitions to the accessor functions above.
2656
090c42a4
JB
26572001-01-23 Jim Blandy <jimb@redhat.com>
2658
2659 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
2660 Implement these correctly, using make_cv_type.
2661
f29d9b6d 26622001-01-23 J.T. Conklin <jtc@redback.com>
29e57380
C
2663
2664 * exec.c (xfer_memory): Add attrib argument.
2665 * infptrace.c (child_xfer_memory): Likewise.
e5da8f38 2666 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
29e57380
C
2667 * monitor.c (monitor_xfer_memory): Likewise.
2668 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
2669 * remote-array.c (array_xfer_memory): Likewise.
2670 * remote-bug.c (bug_xfer_memory): Likewise.
2671 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
2672 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
2673 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
2674 * remote-mips.c (mips_xfer_memory): Likewise.
2675 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
2676 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
2677 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
2678 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
2679 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
2680 * remote-sds.c (sds_xfer_memory): Likewise.
2681 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
2682 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
2683 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
2684 * remote-vx.c (vx_xfer_memory): Likewise.
2685 * remote.c (remote_xfer_memory): Likewise.
2686 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
2687 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
e5da8f38 2688 * thread-db.c (thread_db_xfer_memory): Likewise.
29e57380
C
2689
2690 * target.h (#include "memattr.h"): Added.
2691 (target_ops.to_xfer_memory): Add attrib argument.
2692
2693 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
2694 * dcache.h (set_dcache_state): Removed declaration.
2695 * dcache.c (set_dcache_state): Removed definition
2696
2697 * dcache.c: Update module comment, as dcache is now enabled and
2698 disabled with memory region attributes instead of by the global
2699 variable "remotecache". Add comment describing the interaction
2700 between dcache and memory region attributes.
2701 (dcache_xfer_memory): Add comment describing benefits of moving
2702 cache writeback to a higher level.
2703 (dcache_struct): Removed cache_has_stuff field. This was used to
2704 record whether the cache had been accessed in order to invalidate
2705 it when it was disabled. However, this is not needed because the
2706 cache is write through and the code that enables, disables, and
2707 deletes memory regions invalidate the cache. Add comment which
2708 suggests that we could be more selective and only invalidate those
2709 cache lines containing data from those memory regions.
2710 (dcache_invalidate): Updated.
2711 (dcache_xfer_memory): Updated.
f29d9b6d 2712
29e57380
C
2713 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
2714 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
2715 perform a uncached transfer if dcache_enabled_p was clear. This
2716 function is now only called if caching is enabled for the memory
2717 region.
2718 (dcache_info): Always print cache info.
2719
2720 * target.c (do_xfer_memory): Add attrib argument.
2721 (target_xfer_memory, target_xfer_memory_partial): Break transfer
2722 into chunks defined by memory regions, pass region attributes to
2723 do_xfer_memory().
2724 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
2725
2726 * Makefile.in (SFILES): Add memattr.c.
2727 (COMMON_OBS): Add memattr.o.
2728 (dcache.o): Add target.h to dependencies.
2729 * memattr.c: New file.
2730 * memattr.h: Likewise.
2731
f29d9b6d
C
2732 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
2733 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
2734 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
2735 * gdbserver/low-sim.c (#include "defs.h"): Removed.
2736 (mygeneric_load): Rename from generic_load.
2737
2738 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
2739 (#include "defs.h"): Removed.
2740 (inferior_pid, perror_with_name): Remove declarations.
2741 * gdbserver/low-linux.c: Likewise.
2742 * gdbserver/low-nbsd.c: Likewise.
2743 * gdbserver/low-sparc.c: Likewise.
2744 * gdbserver/low-sun3.c: Likewise.
2745
2746 * i386-stub.c: Re-indent.
2747 * m68k-stub.c: Re-indent.
2748
58d5518e
ND
27492001-01-22 Nicholas Duffek <nsd@redhat.com>
2750
2751 * gdbarch.sh (PARM_BOUNDARY): Define.
2752 * gdbarch.c: Regenerate.
2753 * gdbarch.h: Regenerate.
2754
f6427ade
C
27552001-01-22 J.T. Conklin <jtc@redback.com>
2756
2757 * ns32k-tdep.c: #include "frame.h"
2758 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
2759 appears to have been inadvertantly removed sometime in May 1999.
2760
2761 * Revert 2000-11-09 changes where shared library objects were
2762 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
2763 we'd like to be able to debug dynamically linked executables,
2764 this makes it impossible to build a cross debugger on a many
2765 hosts.
2766
2767 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
2768 * config/i386/nbsdelf.mt: Likewise.
2769 * config/m68k/nbsd.mt: Likewise.
2770 * config/ns32k/nbsd.mt: Likewise.
2771 * config/powerpc/nbsd.mt: Likewise.
2772 * config/sparc/nbsd.mt: Likewise.
2773 * config/sparc/nbsdelf.mt: Likewise.
2774 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
2775 * config/i386/nbsdelf.mh: Likewise.
2776 * config/m68k/nbsd.mh: Likewise.
2777 * config/ns32k/nbsd.mh: Likewise.
2778 * config/powerpc/nbsd.mh: Likewise.
2779 * config/sparc/nbsd.mh: Likewise.
2780
8052a17a
JM
27812001-01-19 Jason Merrill <jason@redhat.com>
2782
2783 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
2784 (process_one_symbol): Likewise.
2785 * dwarfread.c (handle_producer): Likewise.
2786
21a6f6bb
AC
2787Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
2788
2789 * configure.in (build_warnings): Disable -Wuninitialized until GDB
2790 compiles with -Wuninitialized,-Werror.
2791 * configure: Regenerate.
2792
2793 * MAINTAINERS: Add list of buildable targets.
2794
494b7ec9
AC
2795Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
2796
2797 * defs.h (STRCMP): Delete macro.
2798
2799 * objfiles.c (objfile_relocate): Replace STRCMP with call to
2800 strcmp.
2801 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
2802 * symfile.c (compare_symbols): Ditto.
2803 * standalone.c (open): Ditto.
2804 * remote-es.c (verify_break): Ditto.
2805 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
2806
2807 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
2808
8038e1e2
AC
2809Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
2810
2811 * varobj.c (FREEIF): Delete macro.
2812 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
2813 call.
2814
ea8d0b28
NC
28152001-01-18 Nick Clifton <nickc@redhat.com>
2816
2817 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
2818 (arc_print_insn): No bfd available, so pass NULL to
2819 arc_get_disassembler.
2820
5dbd9048
JB
28212001-01-09 James Ingham <jingham@inghji.apple.com>
2822
2823 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
2824 a mangled symbol rather than recursing into lookup_symbol, since
2825 this will just re-unmangle the name & call lookup_symbol_aux -
2826 leading to an infinite recursion.
2827
28ae27b1
MK
28282001-01-18 Mark Kettenis <kettenis@gnu.org>
2829
2830 * infcmd.c (print_return_value): Restore another space lost by
2831 switch to UIOUT. ``$NN='' should be ``$NN =''.
2832
6ab3a9c9
AC
2833Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
2834
2835 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
2836 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
2837 definition in parenthesis.
2838
ad6525fc
AC
2839Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
2840
2841 From 2000-10-27 Mark Salter <msalter@redhat.com>:
2842 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
2843 packet.
2844 (remote_insert_hw_breakpoint): Ditto.
2845
6259c7e2
C
28462001-01-17 J.T. Conklin <jtc@redback.com>
2847
2848 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 2849 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
2850 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
2851 * m68knbsd-tdep.c: New file.
2852
2853 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
2854
2855 * m68knbsd-nat.c: #include gdbcore.h.
2856
abdcb2a5
AC
2857Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
2858
2859 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
2860
e7a8479f
MS
28612001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
2862
aaeb7efa
MS
2863 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
2864 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
2865 * source.c (openp): Fix typo in comment.
2866
7036d6ce
ND
28672001-01-12 Nicholas Duffek <nsd@redhat.com>
2868
2869 * blockframe.c (generic_get_saved_register): Spelling fix.
2870 * frame.h (FRAME_FP): Spelling fix.
2871
9549d9c1
AC
2872Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
2873
2874 * infcmd.c (print_return_value): Restore space lost by switch to
2875 UIOUT. ``$NN='' should be ``$NN =''.
2876
7302a204
ND
28772001-01-08 Nicholas Duffek <nsd@redhat.com>
2878
2879 * regcache.c (set_register_cached, register_buffer,
2880 real_register, pseudo_register fetch_register, store_register):
2881 New functions.
2882 (register_changed, read_relative_register_raw_bytes_for_frame,
2883 registers_changed, registers_fetched, read_register_bytes,
2884 read_register_gen, write_register_gen, read_register,
2885 read_signed_register, write_register, supply_register): Replace
2886 register_valid[] with register_cached() and
2887 set_register_cached().
2888 (read_register_bytes, read_register_gen, write_register_gen,
2889 read_register, read_signed_register, write_register,
2890 supply_register): Replace registers[] with register_buffer().
2891 (read_register_bytes, read_register_gen, read_register,
2892 read_signed_register): Call fetch_register().
2893 (write_register_gen, write_register): Call real_register() and
2894 store_register().
2895 (write_register_bytes): Call store_register().
2896 * value.h (set_register_cached, register_buffer): Prototype.
2897 * remote.c (remote_fetch_registers): Allocate regs[] with a
2898 run-time size. Replace register_valid[] with
2899 set_register_cached().
2900 (store_register_using_P, remote_store_registers): Replace
2901 registers[] with register_buffer().
2902
5ebd2499
ND
29032001-01-08 Nicholas Duffek <nsd@redhat.com>
2904
2905 * regcache.c: Change "write-back" comment to "write-through".
2906 Change "regno" to "regnum".
2907 (read_register, read_signed_register): Remove "raw" from return
2908 value description.
2909 (supply_register): Spelling fix.
2910 * value.h: Change "regno" to "regnum".
2911
1302fd5e
FN
29122001-01-08 Fernando Nasser <fnasser@redhat.com>
2913
2914 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
2915 to be installed.
2916
9dcb560c
MS
29172001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
2918
2919 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
2920
0e2fb98e
ND
29212001-01-04 Nicholas Duffek <nsd@redhat.com>
2922
2923 * valops.c (VALUE_SUBSTRING_START): Delete.
2924
12cf3f1b
ND
29252001-01-04 Nicholas Duffek <nsd@redhat.com>
2926
2927 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
2928 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
2929 (cli_utils_h): New variable.
2930 (cli/cli-utils.o): New rule.
2931 * cli/cli-utils.c: New file.
2932 * cli/cli-utils.h: New file.
2933
cc533b9d
ND
29342001-01-04 Nicholas Duffek <nsd@redhat.com>
2935
2936 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
2937 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
2938
ad2a4d09
C
29392001-01-03 J.T. Conklin <jtc@redback.com>
2940
2941 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
2942 comment.
2943
8140e7ac
MS
29442001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
2945
3116c80a
EZ
2946 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
2947 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
d19b71be 2948 non-float types.
779e876b 2949 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
2950 Update copyright notice.
2951
15f33b66 2952For older changes see ChangeLog-2000
c906108c
SS
2953\f
2954Local Variables:
2955mode: change-log
2956left-margin: 8
2957fill-column: 74
2958version-control: never
2959End:
This page took 0.286656 seconds and 4 git commands to generate.