Do not allow .globl to override .section
[binutils-gdb.git] / gdb / ChangeLog
1 2001-06-04 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
4 (mips_set_processor_type_command): Remove unused variable j.
5 (mips_breakpoint_from_pc): Declare breakpoint instruction
6 sequences as unsigned char, to avoid compiler warnings.
7
8 * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
9 instead of system-specific define's like _WIN32 and __MSDOS__.
10 Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
11 ROOTED_P.
12 (top-level): #include "filenames.h".
13
14 * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
15 instead of SLASH_CHAR, ROOTED_P and SLASH_P.
16 (top-level): #include "filenames.h".
17
18 * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
19 (SLASH_STRING): Define only for _WIN32.
20
21 * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
22 __MSDOS_.
23
24 * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
25 IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P. Replace
26 system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
27 (top-level): #include "filenames.h".
28
29 * go32-nat.c (go32_wait): Change the return value to ptid_t.
30
31 * config/djgpp/fnchange.lst: Add two new files in the
32 gdb/testsuite/gdb.c++/ directory to the remapped names.
33
34 * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
35
36 2001-06-01 Jim Blandy <jimb@redhat.com>
37
38 Expand the gdbarch per-architecture data vector as needed, rather
39 than requiring that all per-architecture data be registered before
40 the first gdbarch object is allocated.
41 * gdbarch.sh: Changes to effect the following:
42 * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
43 declarations and definitions.
44 (check_gdbarch_data): New function, and declaration.
45 (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
46 zero is good enough.
47 (free_gdbarch_data): Tolerate a null data pointer. Free only
48 those data items gdbarch->data actually has allocated.
49 (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
50 (gdbarch_update_p): No need to call init_gdbarch_data.
51
52 2001-06-01 Kevin Buettner <kevinb@redhat.com>
53
54 * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
55 on types that we wish to recurse on.
56 (slot_alignment_is_next_even): New function.
57 (ia64_push_arguments): Call slot_alignment_is_next_even() to
58 examine the type in order to decide if it's necessary to skip
59 an odd slot.
60
61 2001-06-01 Michael Snyder <msnyder@redhat.com>
62
63 * thread.c (delete_step_resume_breakpoint): New function.
64 Maintain internal consistency of the thread list while deleting
65 a step_resume_breakpoint.
66 * gdbthread.h (delete_step_resume_breakpoint): Export.
67 * breakpoint.c (bpstat_find_step_resume_breakpoint):
68 Make thread-aware: don't return a step_resume_breakpoint
69 for the wrong thread.
70 * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
71 instead of delete_breakpoint_current_contents.
72 (fetch_inferior_event): Ditto.
73 (handle_inferior_event): Call delete_step_resume_breakpoint
74 instead of delete_breakpoint.
75 * infrun.c (handle_inferior_event): After singlestepping over a
76 thread-specific breakpoint, use currently_stepping() to decide
77 whether to step or continue.
78
79 2001-06-01 Jim Blandy <jimb@redhat.com>
80
81 * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
82 these static --- there's no reason other files should use these.
83
84 * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
85 Fix memory leak.
86
87 * partial-stab.h: New complaint: function_outside_compilation_unit.
88 (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
89 complain, and don't try to set pst's start address.
90
91 2001-05-31 Kevin Buettner <kevinb@redhat.com>
92
93 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
94 match the location at which the kernel is placing the sigcontext
95 struct.
96
97 * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
98 (refine_prologue_limit): New function.
99 (examine_prologue): Further limit number of instructions
100 scanned by calling refine_prologue_limit(). Revise way in
101 which the end of prologue address is computed for frameless
102 functions.
103
104 2001-05-29 Christopher Faylor <cgf@redhat.com>
105
106 * partial-stab.h: Revert previous patch.
107
108 2001-05-29 Christopher Faylor <cgf@redhat.com>
109
110 * partial-stab.h: Consistently guard against pst being NULL.
111
112 2001-05-29 Alexandre Oliva <aoliva@redhat.com>
113
114 * symfile.c (compare_psymbols, compare_symbols): Declare using
115 PTR, as in the definition.
116 * minsyms.c (compare_minimal_symbols): Likewise.
117 * coffread.c (find_targ_sec): Likewise.
118 * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
119 * mipsread.c (alphacoff_locate_sections): Likewise.
120 * mdebugread.c (compare_blocks): Likewise.
121
122 2001-05-25 Nick Duffek <nsd@redhat.com>
123
124 * solib.c (update_solib_list): Move target_resize_to_sections()
125 into solib_map_sections() loop.
126 (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
127 bfd_get_arch_size() fails.
128
129 2001-05-25 Nick Duffek <nsd@redhat.com>
130
131 * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
132 solib-osf.o.
133 * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
134 with solib-osf.o and solib.o.
135 * config/alpha/alpha-osf2.mh: Likewise.
136 * config/alpha/alpha-osf3.mh: Likewise.
137 * solib-osf.c: New file, renamed and largely rewritten from
138 osfsolib.c.
139
140 2001-05-25 Michael Snyder <msnyder@redhat.com>
141
142 * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
143 to consume the SIGSTOP generated by PTRACE_ATTACH.
144 (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
145 try again to get the SIGSTOP event.
146 (lin_lwp_wait): Resume all threads when ignoring a signal.
147 This will insure that newly attached threads get resumed.
148 * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
149 * remote.c (remote_write_bytes): Update 'p' packet pointer.
150
151 2001-05-25 Jim Blandy <jimb@redhat.com>
152
153 * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
154 VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
155 useful value, then we should fix that instead.
156
157 2001-05-24 Nick Duffek <nsd@redhat.com>
158
159 * solist.h (struct so_list): Document the requirement that
160 current_sos initialize some fields to 0.
161
162 2001-05-24 Mark Kettenis <kettenis@gnu.org>
163
164 * gnu-nat.c: Include <ctype.h>.
165 (gnu_pid_to_exec_file): Add PID parameter.
166 (set_sig_thread_cmd): Use PIDGET on return value from
167 thread_id_to_pid.
168 (proc_string): Use MERGEPID to construct argument to
169 pid_to_thread_id.
170
171 2001-05-22 Kevin Buettner <kevinb@redhat.com>
172
173 * breakpoint.c (breakpoint_address_is_meaningful): New function.
174 (check_duplicates): Don't compare non-meaningful addresses.
175
176 2001-05-22 Michael Snyder <msnyder@redhat.com>
177
178 * thread-db.c: Allow for defunct zombie threads.
179 (attach_thread): Do not attempt to attach zombie thread.
180 (thread_db_thread_alive): Return false for defunct zombie thread.
181 (find_new_threads_callback): Don't add defunct zombie thread to list.
182
183 2001-05-22 Jim Blandy <jimb@redhat.com>
184
185 Add support for the GNU V3 C++ ABI.
186 (Includes changes by Dan Berlin.)
187
188 * gnu-v3-abi.c: New file.
189 * minsyms.c: #include "value.h" and "cp-abi.h".
190 (install_minimal_symbols): Check the minimal symbol table for
191 symbols that look mangled in the V3 style, and select the V3 ABI
192 if we find any.
193 * Makefile.in (SFILES): Add gnu-v3-abi.c.
194 (COMMON_OBS): Add gnu-v3-abi.o.
195 (gnu-v3-abi.o): Add new rule.
196 (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
197
198 2001-05-21 Jim Blandy <jimb@redhat.com>
199
200 * values.c (value_primitive_field): If we're extracting a base
201 class, then the type of the result should be the base class being
202 extracted, not the type of which it is a base class.
203
204 * value.h (struct value): Doc fix, and rearrange members to place
205 them near their explanations.
206
207 2001-05-21 Michael Snyder <msnyder@redhat.com>
208
209 * remote.c (remote_async_wait): Added new variable fieldsize.
210 Add fieldsize (return value of hex2bin) to string pointer p.
211
212 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
213
214 * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
215 (m68hc11_analyze_instruction): Update the pc correctly.
216 (m68hc11_guess_from_prologue): Take into account the stack correction
217 for the saving address.
218
219 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
220
221 Changes by Jim Ingham:
222
223 * values.c (value_change_enclosing_type): New function. If the
224 new enclosing type is larger than the old one, we need to allocate
225 more space.
226 * value.h: Add value_change_enclosing_type prototype.
227 * valops.c (value_cast): Use it.
228 (value_assign): Use it.
229 (value_addr): Use it.
230 (value_ind): Use it.
231 (value_full_object): Use it.
232
233 2001-05-07 Daniel Berlin <dan@cgsoftware.com>
234
235 * values.c (value_static_field): Handle static fields that have a
236 constant value.
237
238 2001-05-17 Michael Snyder <msnyder@redhat.com>
239
240 * blockframe.c (create_new_frame): Zero all the fields via memset,
241 rather than zeroing them one by one.
242
243 2001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
244
245 * top.c (user_args): Remove unused declaration.
246
247 2001-05-16 Michael Snyder <msnyder@redhat.com>
248
249 * infcmd.c (do_registers_info): Move alloca outside of loop.
250
251 2001-05-15 John S Kallal <jskallal@home.com>
252
253 * remote.c (remote_wait): Added new variable fieldsize.
254 Add fieldsize (return value of hex2bin) to string pointer p.
255
256 2001-05-15 Mark Kettenis <kettenis@gnu.org>
257
258 * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
259 info.bfd_arch_info.
260
261 2001-05-14 Kevin Buettner <kevinb@redhat.com>
262
263 * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
264 Adjust format strings for printing LWPs to account for the fact
265 that the type returned by GET_LWP() is now a long instead of an
266 int.
267
268 2001-05-14 Kevin Buettner <kevinb@redhat.com>
269
270 * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
271 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
272 (ptid_get_tid, ptid_equal): New function declarations.
273 * infrun.c (null_ptid, minus_one_ptid): New variables.
274 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
275 (ptid_get_tid, ptid_equal): New functions.
276 (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
277 inferior_ptid, and target_last_wait_ptid.
278
279 * defs.h (ptid_t): Redefine to be a struct rather than an int.
280 (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
281 (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
282 new ptid accessors and constructor.
283
284 * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
285 MKLID, MKTID, ISTID): Provide new definitions for these macros.
286 The old macros are retained, but disabled via #if 0 in order
287 to aid in future restructuring. See FIXME.
288
289 * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
290 * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
291 * infptrace.c (PIDGET, TIDGET): Likewise.
292 * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
293 * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
294 * proc-service.c (MERGEPID): Likewise.
295 * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
296 * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
297 * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
298 * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
299 Likewise.
300 * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
301 Likewise.
302
303 * lin-lwp.c (THREAD_FLAG): Delete macro definition.
304 (GET_LWP): Redefine in terms of ptid_get_lwp().
305 (GET_PID): Redefine in terms of ptid_get_pid().
306 (is_lwp): Redefine without the need for THREAD_FLAG.
307 (BUILD_LWP): Redefine in terms of ptid_build().
308 * lin-thread.c (THREAD_FLAG): Delete macro definition.
309 (GET_LWP): Redefine in terms of ptid_get_lwp().
310 (GET_PID): Redefine in terms of ptid_get_pid().
311 (GET_THREAD): Redefine in terms of ptid_get_tid().
312 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
313 (is_lwp, is_thread): Redefine.
314 (linux_child_wait, check_all_signal_numbers)
315 (linuxthreads_discard_global_state, attach_thread): Declare these
316 functions to squash warnings about missing declarations.
317 * sol-thread.c (THREAD_FLAG): Delete macro definition.
318 (GET_PID): Redefine in terms of ptid_get_pid().
319 (GET_LWP): Redefine in terms of ptid_get_lwp().
320 (GET_THREAD): Redefine in terms of ptid_get_tid().
321 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
322 (is_lwp, is_thread): Redefine.
323 * thread-db.c (THREAD_FLAG): Delete macro definition.
324 (GET_PID): Redefine in terms of ptid_get_pid().
325 (GET_LWP): Redefine in terms of ptid_get_lwp().
326 (GET_THREAD): Redefine in terms of ptid_get_tid().
327 (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
328 (is_lwp, is_thread): Redefine.
329
330 * corelow.c (add_to_thread_list, get_core_register_section):
331 Eliminate hacks needed to prevent regressions when inferior_ptid
332 wasn't wide enough to hold the core file thread id in the pid
333 component of inferior_ptid.
334
335 2001-05-14 Michael Snyder <msnyder@redhat.com>
336
337 * remote.c (hex2bin): Make first argument const.
338 Require explicit count, don't accept null-terminated str.
339 (remote_resume, remote_async_resume): White space fix-up.
340 (remote_write_bytes): Set nr_bytes to return value of bin2hex.
341
342 2001-05-13 Mark Kettenis <kettenis@gnu.org>
343
344 * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
345 basename (NAME). The FreeBSD basename returns a pointer to a
346 static buffer, even if it's simply returning a string identical to
347 its argument.
348 (lookup_partial_symtab): Likewise.
349
350 2001-05-14 Michael Snyder <msnyder@redhat.com>
351
352 * solib.c, solib.h: Add comment for function no_shared_libraries.
353
354 2001-05-14 Kevin Buettner <kevinb@redhat.com>
355
356 * solib.h (no_shared_libraries): Make declaration match definition
357 in solib.c.
358
359 2001-05-14 Andrew Cagney <ac131313@redhat.com>
360
361 * remote.c (remote_write_bytes): Set nr_bytes before returning it.
362 * solib.h (no_shared_libraries): Declare.
363
364 2001-05-12 Andrew Cagney <ac131313@redhat.com>
365
366 * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
367 (gdbarch_update_p): Rewrite logic filling in INFO struct. Use
368 user specified values when available.
369 * rs6000-tdep.c (rs6000_gdbarch_init): Update. Get the
370 architecture from info.bfd_arch_info.
371 * gdbarch.c, gdbarch.h: Regenerate.
372
373 2001-05-12 Fernando Nasser <fnasser@redhat.com>
374
375 * remote-e7000.c (e7000_open): Check for bad baud rate.
376 * remote-st.c (st2000_open): Ditto.
377
378 2001-05-11 Jim Blandy <jimb@redhat.com>
379
380 * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
381 and ui_out_tuple_end instead of ui_out_list_begin and
382 ui_out_list_end.
383
384 * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
385 dependencies. Reorder dependencies to match #includes in file,
386 for easier verification.
387
388 Fri May 11 13:32:50 2001 Andrew Cagney <cagney@b1.cygnus.com>
389
390 * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
391 make_cleanup_ui_out_list_end with ui_out_tuple_begin,
392 ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
393 * cli/cli-setshow.c: Ditto.
394 * printcmd.c: Ditto.
395 * stack.c: Ditto.
396
397 * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
398 * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
399 (ui_out_tuple_begin): New function.
400 (ui_out_tuple_end): New function.
401 (ui_out_tuple_begin_end): New function.
402 (make_cleanup_ui_out_list_begin_end): Replace
403 make_cleanup_ui_out_list_end function.
404 * ui-out.h (ui_out_list_begin): Update declaration.
405 (make_cleanup_ui_out_list_begin_end): Replace
406 make_cleanup_ui_out_list_end declaration.
407 (ui_out_tuple_begin, ui_out_tuple_end): Declare.
408 (ui_out_tuple_begin_end): Declare.
409
410 2001-05-11 Jim Blandy <jimb@redhat.com>
411
412 * gnu-v2-abi.c: Don't #include "gdb_regex.h". We don't use it.
413
414 2001-05-11 Andrew Cagney <ac131313@redhat.com>
415
416 From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
417 * config/pa/tm-hppa.h: Remove trigraph.
418 * hp-symtab-read.c (hpread_type_translate): Provide return value.
419 (hpread_read_struct_type): Remove trigraph. Add parameter in
420 `warning'.
421 (hpread_read_array_type): Provide return value.
422 (hpread_type_lookup): Avoid ambiguous `else'. Provide return
423 value.
424 * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
425 trigraph.
426
427 2001-05-11 Jim Blandy <jimb@redhat.com>
428
429 * mips-tdep.c (mips_store_return_value,
430 mips_extract_return_value): Pass arguments to
431 return_value_location in the proper order.
432
433 2001-05-11 Andrew Cagney <ac131313@redhat.com>
434
435 * Makefile.in (VERSION): Delete. Moved to file ``version.in''.
436 (version.c): Depends on file ``version.in''. Extract version
437 number from ``version.in'' file.
438 (clean mostlyclean): Update.
439 * version.in: New file.
440 * NEWS: Update.
441
442 2001-05-11 Kevin Buettner <kevinb@redhat.com>
443
444 * breakpoint.c (set_raw_breakpoint): Add new parameter
445 representing the breakpoint's type. Adjust all callers.
446 (create_longjmp_breakpoint, create_temp_exception_breakpoint)
447 (create_thread_event_breakpoint): Don't test for zero return
448 value from set_raw_breakpoint(). It can never be zero.
449 (create_exception_catchpoint, watch_command_1): Move logic
450 which calculates the breakpoint type prior to the call to
451 set_raw_breakpoint().
452
453 2001-05-11 Fernando Nasser <fnasser@redhat.com>
454
455 * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
456 (hardwire_setbaudrate): Set errno to EINVAL and return with error
457 if the conversion of the baud rate to code fails.
458
459 2001-05-10 Andrew Cagney <ac131313@redhat.com>
460
461 * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
462 * ui-out.c (struct ui_out_end_cleanup_data): Define.
463 (do_cleanup_end): New function. Replace do_list_end.
464 (make_cleanup_ui_out_end): New function.
465 (make_cleanup_ui_out_begin_end): New function.
466 (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
467
468 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
469
470 * MAINTAINERS: Declare xcoffread.c open to all maintainers,
471 and make Kevin Buettner (kevinb@redhat.com) the reference person.
472
473 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
474
475 * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
476
477 2001-05-10 Fernando Nasser <fnasser@redhat.com>
478
479 * MAINTAINERS: Add testsuite subdirectory co-maintainers.
480
481 Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com>
482
483 * Makefile.in (mi-main.o): Compile with -Werror.
484
485 2001-05-10 Michael Snyder <msnyder@redhat.com>
486
487 * remote.c (remote_open_1): Call no_shared_libraries, so that
488 symbols for shared libraries can be reloaded per session.
489 (remote_async_open_1): Ditto.
490 * remote.c (bin2hex, hex2bin): New functions. Factor out these
491 two conversions which are coded for repeatedly in this module.
492 (remote_threads_extra_info, remote_wait, remote_async_wait,
493 store_register_using_P, remote_store_registers, remote_write_bytes,
494 remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
495 of coding the conversions inline.
496 (fromhex): Not exported, change from extern to static.
497
498 2001-05-10 Andrew Cagney <ac131313@redhat.com>
499
500 * arch-utils.c (initialize_current_architecture): Delete obsolete
501 ``info architecture'' command.
502 (info_architecture): Delete function.
503
504 2001-05-10 Andrew Cagney <ac131313@redhat.com>
505
506 * TODO (5.1, 5.2): Update.
507
508 2001-05-09 Andrew Cagney <ac131313@redhat.com>
509
510 * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
511 stuff.
512
513 2001-05-10 Keith Seitz <keiths@cygnus.com>
514
515 * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
516 and gdbtk-stack.o.
517 (SUBDIR_GDBTK_SRCS): Ditto for the sources.
518 (gdbtk-bp.o): New rule.
519 (gdbtk-register.o): New rule.
520 (gdbtk-stack.o): New rule.
521 (gdbtk-cmds.o): Update dependencies.
522 (gdbtk.o): Ditto.
523 (gdbtk-hooks.o): Ditto.
524 (gdbtk-varobj.o): Ditto.
525
526 2001-05-10 Fernando Nasser <fnasser@redhat.com>
527
528 * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
529 variables, not just unregister them.
530
531 2001-05-10 Fernando Nasser <fnasser@redhat.com>
532
533 * varobj.c (c_number_of_children): Check for target type of void*,
534 not the target type name. Allow dereferencing char*.
535
536 2001-05-10 Fernando Nasser <fnasser@redhat.com>
537
538 * symfile.c (symbol_file_add_main_1): New static function.
539 Passes the flags arguments to symbol_file_add() and takes care
540 of any necessary reinitializations.
541 (symbol_file_command): Call symbol_file_add_main_1() instead of
542 symbol_file_add().
543 (symbol_file_add_main): Ditto.
544
545 2001-05-09 Kevin Buettner <kevinb@redhat.com>
546
547 * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
548 string change in 2001-05-03 changes.
549 (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
550 changes.
551
552 2001-05-09 Kevin Buettner <kevinb@redhat.com>
553
554 * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
555 component from inferior_ptid.
556 (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
557 ptid.
558
559 2001-05-09 Elena Zannoni <ezannoni@redhat.com>
560
561 * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
562 conditional for help with connections through parallel ports,
563 given that the actual code for downloading through a parallel port
564 is not conditionalized.
565
566 * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
567 unmaintaned, and probably on its way to obsolescence.
568
569 2001-05-09 Mark Kettenis <kettenis@gnu.org>
570
571 * i386-tdep.c (i386_frame_saved_pc): New function.
572 * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
573 i386_frame_saved_pc.
574 (i386_frame_saved_pc): New prototype.
575
576 * i386-tdep.c (i386_register_virtual_type): New function.
577 (i386_register_convertible): New function.
578 * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
579 of i386_register_virtual_type.
580 (REGISTER_CONVERTIBLE): Redefine in terms of
581 i386_register_convertible.
582 (i386_register_virtual_type, i386_register_convertible): New
583 prototypes.
584
585 2001-05-08 Jim Blandy <jimb@redhat.com>
586
587 * Makefile.in (mn10300-tdep.o): New rule.
588
589 * Makefile.in (gdb_string_h): Define. Use it throughout.
590 Some rules were already using this, even though it isn't defined.
591
592 * Makefile.in (obstack_h, target_h): Define; these are already
593 used elsewhere, but have been expanding to the empty string.
594 (memattr_h): Define; needed by target_h.
595
596 * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
597 static. (This was accidentally omitted from the earlier patch.)
598
599 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
600 (mn10300_gdbarch_init): Register it as the architecture's
601 dwarf2_reg_to_regnum method.
602
603 Correct and expand handling of `movm' instruction, and register
604 saves in general.
605 * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
606 MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
607 (enum movm_register_bits): New enum.
608 * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
609 bits, not hex literals. Handle the `other', `exreg0', and
610 `exother' bits. Correct handling of `exreg1': it saves r4, r5,
611 r6, and r7, not r2, r3, r4, and r5.
612 (saved_regs_size): New function.
613 (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
614 of computing the same thing inline, incorrectly.
615
616 * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
617 dummy_breakpoint_offset; it's zero.
618
619 * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
620 stuff out into mn10300_pop_frame_regular, and use
621 generic_pop_current_frame. This lets us share code, and also
622 makes this function's prototype match that expected by gdbarch.
623 Make this function static.
624 (mn10300_pop_frame_regular): New function.
625 (mn10300_gdbarch_init): Register mn10300_pop_frame as the
626 gdbarch's pop_frame method.
627 * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
628 (mn10300_pop_frame): Delete declaration.
629
630 * mn10300-tdep.c (mn10300_saved_pc_after_call,
631 mn10300_extract_return_value,
632 mn10300_extract_struct_value_address, mn10300_store_return_value,
633 mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
634 mn10300_frame_chain, mn10300_skip_prologue,
635 mn10300_push_arguments, mn10300_push_return_address,
636 mn10300_store_struct_return, mn10300_frame_saved_pc,
637 mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
638 Make these functions static; they should only be visible to the
639 outside world as gdbarch methods.
640
641 * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
642 unused declaration.
643
644 * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
645 in some rational order.
646
647 * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
648 generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
649
650 Use gdbarch for most target parameters for the MN10300, rather
651 than the tm-*.h file.
652 * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
653 REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
654 FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
655 SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
656 FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
657 EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
658 STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
659 FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
660 FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
661 CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
662 CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
663 TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
664 SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
665 REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
666 Delete definitions. We register gdbarch methods for these now.
667 (struct frame_info, struct type, struct value): Delete forward
668 declarations of these types; they're no longer necessary, since we
669 don't have function declarations here any more.
670 * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
671 some default gdbarch methods.
672 (mn10300_store_struct_return): Return void, as expected by
673 gdbarch.
674 (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
675 as expected by gdbarch.
676 (mn10300_frame_init_saved_regs): Provide dummy definition for
677 this, as required by gdbarch.
678 (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
679 by gdbarch. Register gdbarch methods or values for all the stuff
680 removed from tm-10300.h, listed above.
681
682 2001-05-08 Andrew Cagney <ac131313@redhat.com>
683
684 * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
685 cli_list_end.
686 (cli_ui_out_impl): Update.
687
688 * ui-out.c (default_begin, default_end): Replace
689 default_list_begin and default_list_end.
690 (default_ui_out_impl): Update.
691 (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
692 (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
693 ui_out_list_end.
694 (ui_out_list_begin, ui_out_list_end): New. Compatibility
695 functions.
696 (struct ui_out_level): Add field type.
697 (push_level, pop_level): Update. Add type parameter.
698
699 * ui-out.h (enum ui_out_type): Declare.
700 (ui_out_begin, ui_out_end): Declare.
701 (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
702 and list_end_ftype.
703 (struct ui_out_impl): Update.
704
705 2001-05-07 Andrew Cagney <ac131313@redhat.com>
706
707 * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
708 ``list_flag'' to ``depth''.
709 * ui-out.c (default_list_begin, default_list_end): Update.
710 (uo_list_begin, uo_list_end): Update.
711 (MAX_UI_OUT_LEVELS): Define.
712 (struct ui_out_level): Define.
713 (top-level): Include "gdb_assert.h".
714 (struct ui_out): Add fields ``level'' and ``levels''. Delete
715 fields ``list_flag'' and ``field_count''.
716 (ui_out_new): Update.
717 (verify_field_proper_position): Update.
718 (current_level, push_level, pop_level): New functions.
719 (ui_out_list_begin): Use push_level.
720 (ui_out_list_end): Use pop_level.
721 (ui_out_field_int): Use current_level.
722 (ui_out_field_skip): Ditto.
723 (ui_out_field_fmt): Ditto.
724
725 2001-05-08 Michael Snyder <msnyder@redhat.com>
726
727 * language.c (longest_local_hex_string_custom): Strlen test is
728 inverted -- reverse the sense of the test.
729
730 2001-05-08 Mark Kettenis <kettenis@gnu.org>
731
732 * config/i386/tm-i386v.h (struct frame_info, struct
733 frame_saved_regs): Remove declarations.
734 (i386_frame_num_args): Remove prototype.
735
736 2001-05-07 Andrew Cagney <ac131313@redhat.com>
737
738 * MAINTAINERS: I'm no longer actively maintaining the mn10300
739 target.
740
741 2001-05-04 Andrew Cagney <ac131313@redhat.com>
742
743 * main.c (captured_main): Delete #ifndef _WIN32 conditional for
744 WinGDB.
745
746 2001-05-06 Kevin Buettner <kevinb@redhat.com>
747
748 * inferior.h (save_inferior_ptid): Declare.
749 * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
750
751 * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
752 Delete these functions.
753 * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
754 * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
755 * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
756 Likewise.
757 * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
758 Likewise.
759 * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
760 * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
761
762 * somsolib.c (reset_inferior_ptid): Delete.
763 (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
764 build the cleanup struct.
765
766 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
767 a cleanup to save/restore inferior_ptid.
768
769 2001-05-06 Mark Kettenis <kettenis@gnu.org>
770
771 Implement attach/detach for multi-threaded programs on Linux.
772 * thread-db.c (keep_thread_db): Adjust comment.
773 (deactivate_target): Removed.
774 (thread_db_new_objfile): Don't call deactivate_target. Implement
775 guts of deactivate_target inline instead.
776 (attach_thread): Call ATTACH_LWP unconditionally if defined.
777 (thread_db_attach): New function.
778 (thread_db_detach): Don't call deactivate_target. Do necessary
779 cleanup inline instead. Set inferior_ptid to LWP corresponding to
780 the current user-level thread.
781 (thread_db_kill): Set inferior_ptid to LWP corresponding to the
782 current user-level thread.
783 (thread_db_create_inferior): Deactivate target vector if
784 KEEP_THREAD_DB is zero.
785 (thread_db_mourn_inferior): Don't call deactivate_target. Do
786 necessary cleanup inline instead.
787 (init_thread_db_ops): Initialize to_attach field to
788 thread_db_attach.
789 * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
790 (stop_wait_callback): Add prototype.
791 (init_lwp_list): Add comment about when to re-initialize the LWP
792 list.
793 (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
794 Avoid adding publicates to the LWP list. Only mark an LWP as
795 signalled if it doesn't correspond to a cloned process.
796 (lin_lwp_attach): Add initial process to the LWP list. Make sure
797 it's stopped and fake a SIGSTOP.
798 (detach_callback): New function.
799 (lin_lwp_detach): Implement.
800 (lin_lwp_create_inferior): Don't re-initialize LWP list here.
801 Call child_ops.to_create_inferior directly instead of via
802 target_beneath local.
803 (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
804 directly instead of via target_beneath local.
805
806 2001-05-06 Eli Zaretskii <eliz@is.elta.co.il>
807
808 * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
809 instead of non-portable search for `/'. Use FILENAME_CMP instead
810 of STREQ, to account for case-insensitive filesystems.
811 (top-level): #include "filenames.h".
812
813 2001-05-05 Jim Blandy <jimb@redhat.com>
814
815 * breakpoint.c (check_duplicates): Use the breakpoint's type, not
816 its address, to decide whether it's a watchpoint or not. Zero
817 is a valid code address.
818 (update_breakpoints_after_exec): Admonishing comments.
819 * breakpoint.h (struct breakpoint): Doc fixes.
820
821 * breakpoint.c (check_duplicates): Take a breakpoint object as an
822 argument, rather than an address and section. All callers changed.
823
824 2001-05-03 Kevin Buettner <kevinb@redhat.com>
825
826 * defs.h (ptid_t): New typedef.
827 (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
828
829 * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
830 blockframe.c, breakpoint.c, breakpoint.h,
831 config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
832 config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
833 config/mips/nm-irix4.h, config/mips/nm-irix5.h,
834 config/pa/nm-hppah.h, config/pa/tm-hppa.h,
835 config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
836 corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
837 dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
838 hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
839 hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
840 i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
841 infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
842 inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
843 linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
844 m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
845 mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
846 ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
847 regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
848 remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
849 remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
850 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
851 remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
852 solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
853 standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
854 target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
855 uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
856 (inferior_pid): Rename to inferior_ptid everywhere - even in
857 comments and obsolete ports. In cases where this variable
858 really is supposed to be used as a process id, use PIDGET() to
859 extract the process id component from inferior_ptid. The
860 other cases, either involving other variables whose types had
861 to be changed or functions whose signatures had to changed
862 are listed separately below.
863
864 * arm-linux-nat.c (get_thread_id): Change type of argument
865 representing a combined process/thread id from ``int'' to
866 ``ptid_t''. Also change parameter name to ptid.
867 * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
868 * corelow.c (core_file_thread_alive): Likewise.
869 * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
870 * defs.h (*target_wait_hook): Likewise.
871 * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
872 (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
873 * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
874 (gnu_resume): Likewise.
875 * go32-nat.c (go32_wait, go32_resume): Likewise.
876 * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
877 * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
878 * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
879 (hppa_pid_or_tid_to_str, child_post_startup_inferior)
880 (child_thread_alive): Likewise.
881 * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
882 (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
883 * i386-linux-nat.c (child_resume): Likewise.
884 * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
885 (store_debug_register, fetch_debug_register_pair)
886 (store_debug_register_pair, ia64_linux_insert_watchpoint)
887 (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
888 Likewise.
889 * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
890 * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
891 (generic_target_write_pc, ptrace_wait, child_resume)
892 (get_last_target_status): Likewise.
893 * infptrace.c (ptrace_wait, child_resume): Likewise.
894 * inftarg.c (child_wait, child_post_wait, child_thread_live)
895 (child_pid_to_str): Likewise.
896 * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
897 (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
898 * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
899 (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
900 (lin_lwp_pid_to_str): Likewise.
901 * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
902 (thread_db_resume, thread_db_wait): Likewise.
903 * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
904 (linuxthreads_resume, linuxthreads_wait): Likewise.
905 * lynx-nat.c (child_wait, child_thread_alive, child_resume)
906 (child_pid_to_str): Likewise.
907 * m3-nat.c (mach_really_wait, m3_resume): Likewise.
908 * mac-nat.c (child_wait, child_resume): Likewise.
909 * mips-tdep.c (mips_read_pc): Likewise.
910 * monitor.c (monitor_wait, monitor_resume): Likewise.
911 * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
912 * ppc-bdm.c (bdm_ppc_wait): Likewise.
913 * procfs.c (do_attach, procfs_wait, procfs_resume)
914 (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
915 (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
916 (procfs_find_LDT_entry): Likewise.
917 * regcache.c (read_register_pid, read_signed_register_pid)
918 (write_register_pid, generic_target_read_pc, read_pc_pid)
919 (generic_target_write_pc, write_pc_pid): Likewise.
920 * regcache.h (read_register_pid, read_signed_register_pid)
921 (write_register_pid): Likewise.
922 * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
923 * remote-array.c (array_wait, array_resume): Likewise.
924 * remote-bug.c (bug_wait, bug_resume): Likewise.
925 * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
926 * remote-eb.c (eb_wait, eb_resume): Likewise.
927 * remote-es.c (es1800_wait, es1800_resume): Likewise.
928 * remote-mips.c (mips_wait, mips_resume): Likewise.
929 * remote-mm.c (mm_wait, mm_resume): Likewise.
930 * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
931 * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
932 * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
933 * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
934 * remote-sds.c (sds_wait, sds_resume): Likewise.
935 * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
936 * remote-st.c (st2000_wait, st2000_resume): Likewise.
937 * remote-udi.c (udi_wait, udi_resume): Likewise.
938 * remote-vx.c (vx_wait, vx_resume): Likewise.
939 * remote.c (remote_current_thread, remote_resume, remote_wait)
940 (remote_async_resume, remote_async_wait, remote_cisco_wait)
941 (remote_thread_alive): Likewise.
942 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
943 (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
944 (solaris_pid_to_str): Likewise.
945 * symm-nat.c (child_wait, child_resume): Likewise.
946 * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
947 (debug_to_notice_signals, debug_to_thread_alive)
948 (normal_target_post_startup_inferior, normal_pid_to_str)
949 (debug_to_post_startup_inferior): Likewise.
950 * target.h (to_resume, to_wait, to_post_wait)
951 (to_post_startup_inferior, to_notice_signals, to_thread_alive)
952 (to_pid_to_str [all in struct target_ops]): Likewise.
953 (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
954 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
955 (attach_thread, detach_thread, thread_db_resume, check_event)
956 (thread_db_post_startup_inferior, thread_db_thread_alive)
957 (thread_db_pid_to_str): Likewise.
958 * thread.c (add_thread, delete_thread, find_thread_pid)
959 (pid_to_thread_id, in_thread_list, load_infrun_state)
960 (save_infrun_state, switch_to_thread, restore_current_thread)
961 (make_cleanup_restore_current_thread): Likewise.
962 * top.c (target_wait_hook): Likewise.
963 * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
964 (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
965 (uw_thread_pid_to_str): Likewise.
966 * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
967 * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
968 (cywin_pid_to_str): Likewise.
969 * wince.c (child_wait, child_resume, win32_child_thread_alive):
970 Likewise.
971 * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
972 * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
973 * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
974 * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
975 * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
976 * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
977 (procfs_set_watchpoint): Likewise.
978 * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
979 * config/i386/nm-ptx4.h (child_wait): Likewise.
980 * config/i386/nm-symmetry.h (child_wait): Likewise.
981 * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
982 * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
983 (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
984 (lin_lwp_attach_lwp): Likewise.
985 * config/mips/nm-irix4.h, config/mips/nm-irix5.h
986 (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
987 * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
988 (hppa_pid_or_tid_to_str): Likewise.
989 * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
990 * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
991 * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
992 (procfs_set_watchpoint): Likewise.
993
994 * gdbthread.h (thread_id_to_pid): Change return type which
995 represents a combined process/thread id from ``int'' to
996 ``ptid_t''.
997 * gnu-nat.c (gnu_wait): Likewise.
998 * go32-nat.c (go32_wait): Likewise.
999 * hpux-thread.c (hpux_thread_wait): Likewise.
1000 * inferior.h (procfs_first_available): Likewise.
1001 * inftarg.c (child_wait): Likewise.
1002 * infttrace.c (ptrace_wait): Likewise.
1003 * lin-lwp.c (lin_lwp_wait): Likewise.
1004 * lin-thread.c (thread_db_wait): Likewise.
1005 * linux-thread.c (linuxthreads_wait): Likewise.
1006 * lynx-nat.c (child_wait): Likewise.
1007 * m3-nat.c (mach_really_wait): Likewise.
1008 * mac-nat.c (child_wait): Likewise.
1009 * monitor.c (monitor_wait): Likewise.
1010 * ppc-bdm.c (bdm_ppc_wait): Likewise.
1011 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
1012 * remote-adapt.c (adapt_wait): Likewise.
1013 * remote-array.c (array_wait): Likewise.
1014 * remote-bug.c (bug_wait): Likewise.
1015 * remote-e7000.c (e7000_wait): Likewise.
1016 * remote-eb.c (eb_wait): Likewise.
1017 * remote-es.c (es1800_wait): Likewise.
1018 * remote-mips.c (mips_wait): Likewise.
1019 * remote-mm.c (mm_wait): Likewise.
1020 * remote-nindy.c (nindy_wait): Likewise.
1021 * remote-os9k (rombug_wait): Likewise.
1022 * remote-rdi.c (arm_rdi_wait): Likewise.
1023 * remote-rdp.c (remote_rdp_wait): Likewise.
1024 * remote-sds.c (sds_wait): Likewise.
1025 * remote-sim.c (gdbsim_wait): Likewise.
1026 * remote-st.c (st2000_wait): Likewise.
1027 * remote-udi.c (udi_wait): Likewise.
1028 * remote-vx.c (vx_wait): Likewise.
1029 * remote.c (remote_wait, remote_async_wait, remote_current_thread)
1030 (remote_cisco_wait): Likewise.
1031 * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
1032 Likewise.
1033 * symm-nat.c (child_wait): Likewise.
1034 * target.c (debug_to_wait): Likewise.
1035 * target.h (to_wait [in struct target_ops]): Likewise.
1036 * thread.c (thread_id_to_pid): Likewise.
1037 * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
1038 Likewise.
1039 * top.c (*target_wait_hook): Likewise.
1040 * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
1041 * v850ice.c (v850ice_wait): Likewise.
1042 * win32-nat.c (child_wait): Likewise.
1043 * wince.c (child_wait): Likewise.
1044 * config/nm-lynx.h (child_wait): Likewise.
1045 * config/i386/nm-ptx4.h (child_wait): Likewise.
1046 * config/i386/nm-symmetry.h (child_wait): Likewise.
1047
1048 * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
1049 to wait_ptid and change its type from ``int'' to ``ptid_t''.
1050 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
1051 but rename saved_inferior_pid to saved_inferior_ptid.
1052 * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
1053 save_pid to save_ptid.
1054 * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
1055 * hppah-nat.c (child_pid_to_exec): Likewise, but rename
1056 saved_inferior_pid to saved_inferior_ptid.
1057 * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
1058 * infrun.c (previous_inferior_pid [static global]): Likewise,
1059 but rename to previous_inferior_ptid.
1060 (resume): Likewise, but rename resume_pid to resume_ptid.
1061 (struct execution_control_state): Likewise, but rename
1062 pid to ptid, saved_inferior_pid to saved_inferior_ptid,
1063 and waiton_pid to waiton_ptid.
1064 (target_last_wait_pid): Likewise, but rename to
1065 target_last_wait_ptid.
1066 * infttrace.c (saved_real_pid): Likewise, but rename to
1067 saved_real_ptid.
1068 (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
1069 to saved_inferior_ptid.
1070 * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
1071 (trap_ptid): Likewise, but renamed from trap_pid.
1072 * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
1073 to gdb_ptid.
1074 * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
1075 (thread_db_wait): Likewise, but rename ret_pid to retptid.
1076 * procfs.c (procfs_wait): Likewise, for retval whose name
1077 doesn't change. Also, ``temp'' becomes two separate variables,
1078 one named temp_tid (an int) and the other temp_ptid.
1079 (procfs_notice_thread): Likewise (type change) for gdb_threadid
1080 whose name does not change.
1081 * regcache.c (registers_ptid): Likewise, but renamed from
1082 registers_pid.
1083 (read_register_pid, read_signed_register_pid, write_register_pid):
1084 Likewise, but rename save_pid to save_ptid.
1085 (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
1086 to saved_inferior_ptid.
1087 * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
1088 * sol-thread.c (struct ps_prochandle): Likewise.
1089 (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
1090 (sol_thread_wait): Likewise, for rtnval whose name does not
1091 change, and for save_pid which becomes save_ptid.
1092 (solaris_pid_to_str): Likewise for lwp whose name does not change.
1093 (sol_find_new_threads_callback): Likewise, for pid which becomes
1094 ptid.
1095 * target.h (target_resume, target_wait, target_post_wait)
1096 (target_post_startup_inferior, target_notice_signals)
1097 (target_thread_alive): Likewise.
1098 * thread.c (info_threads_command): Likewise, but rename
1099 current_pid to current_ptid.
1100 (struct current_thread_cleanup): Likewise, but rename field
1101 inferior_pid to inferior_ptid.
1102 * thread-db.c (find_new_threads_callback): Likewise, but rename
1103 pid to ptid.
1104 * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
1105 change.
1106 (lwp_to_tr): Likewise fo tid whose name remains unchanged.
1107 (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
1108 but rename pid to ptid.
1109 * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
1110 * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
1111 * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
1112 * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
1113 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
1114 * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
1115
1116 * arch-utils.c (generic_prepare_to_proceed): Test for the
1117 "zero" ptid by using ptid_equal() to test to see if variable
1118 in question is the same as null_ptid. This replaces a direct
1119 test against zero.
1120 * cxux-nat.c (add_shared_symbol_files): Likewise.
1121 * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
1122 * infcmd.c (run_command): Likewise.
1123 * inflow.c (kill_command): Likewise.
1124 * infttrace.c (call_ttrace): Likewise.
1125 * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
1126 * lin-thread.c (thread_db_kill): Likewise.
1127 * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
1128 * remote-es.c (es1800_kill): Likewise.
1129 * sol-thread.c (sol_thread_create_inferior): Likewise.
1130 * solib.c (locate_base): Likewise.
1131 * target.c (nosupport_runtime): Likewise.
1132 * thread-db.c (thread_db_wait): Likewise.
1133 * top.c (quit_confirm, quit_force): Likewise.
1134 * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
1135
1136 * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
1137 Use ptid_equal to compare value of process/thread ids instead of
1138 ``=='' and ``!='' operators.
1139 lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
1140 (stop_wait_callback, lin_lwp_wait): Likewise.
1141 * procfs.c (procfs_wait): Likewise.
1142 * regcache.c (read_register_bytes, read_register_gen)
1143 (write_register_gen, read_register, read_register_pid)
1144 (read_signed_register, read_signed_register_pid, write_register)
1145 (write_register_pid, supply_register): Likewise.
1146 * remote-vx.c (vx_resume): Likewise.
1147 * sol-thread.c (sol_thread_wait): Likewise.
1148 * symm-nat.c (kill_inferior): Likewise.
1149 * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
1150 (in_thread_list, info_threads_command, switch_to_thread)
1151 (restore_current_thread): Likewise.
1152 * uw-thread (libtread_stub): Likewise.
1153
1154 * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
1155
1156 * corelow.c (add_to_thread_list): Convert argument in add_thread()
1157 call to a ptid_t.
1158 * gnu-nat.c (inf_validate_procs): Likewise.
1159 * linux-thread.c (stop_thread, update_stop_threads): Likewise.
1160 * remote.c (record_currthread, remote_threads_info): Likewise.
1161 * win32-nat.c (child_add_thread): Likewise.
1162
1163 * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
1164 respectively, to save_inferior_ptid() and restore_inferior_ptid().
1165 Adjust implementations to operate on ``ptid_t'' instead of ``int''.
1166 * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
1167 * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
1168 * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
1169 * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
1170 * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
1171 * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
1172
1173 * infrun.c (RESUME_ALL): New macro representing the -1 ptid
1174 to be passed to target_resume() when all threads should resume.
1175 (resume): Set resume_ptid to RESUME_ALL rather than -1.
1176 (handle_inferior_event): Invoke target_resume() with RESUME_ALL
1177 instead of -1.
1178 * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
1179 a ptid_t in target_resume() call.
1180 * osfsolib.c (solib_create_inferior_hook): Likewise.
1181 * solib-svr4.c (solib_create_inferior_hook): Likewise.
1182
1183 * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
1184 PIDGET0. Define new PIDGET macro which uses PIDGET0, the only
1185 difference being that the 0xffff pattern will be interpreted
1186 as -1.
1187 * lin-thread.c (PIDGET, PIDGET0): Likewise.
1188 * thread-db.c (PIDGET, PIDGET0): Likewise.
1189 * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
1190 * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
1191 * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
1192 * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
1193
1194 * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
1195 mach_really_wait rather than mach_really__wait.
1196 * lin-thread.c (check_for_thread_event): Fix warning; make function
1197 actually return a value.
1198
1199 * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
1200 ``pid'' arguments from ``int'' to ``ptid_t''. Also renamed
1201 pid to ptid.
1202 * gdbarch.h, gdbarch.c: Regenerated.
1203
1204 2001-05-03 Jonathan Larmour <jlarmour@redhat.com>
1205
1206 * rdi-share/devsw.c: Include <time.h> for struct tm
1207
1208 2001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1209
1210 * config/djgpp/fnchange.lst: Add mappings for the new
1211 opcodes/openrisc-* files.
1212
1213 2001-05-01 Michael Snyder <msnyder@redhat.com>
1214
1215 * lin-lwp.c: Change printf to fprintf_unfiltered.
1216 * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
1217
1218 2001-05-01 Nicholas Duffek <nsd@redhat.com>
1219
1220 * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
1221 (rs6000_in_solib_return_trampoline): Declare.
1222 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
1223 function.
1224 (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
1225 * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
1226 check after the CSECT check rather than before it. Allocate
1227 separate symtabs for CSECTs whose names begin with '@'.
1228 (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
1229 Activate the misc_func_recorded mechanism for whose names begin
1230 with '@'.
1231
1232 2001-04-30 J.T. Conklin <jtc@redback.com>
1233
1234 * ppcnbsd-nat.c (fetch_inferior_registers)
1235 (store_inferior_registers, fetch_core_registers): Changed to use
1236 fpreg[] instead of r_regs[] to access floating point registers.
1237
1238 2001-04-30 Elena Zannoni <ezannoni@redhat.com>
1239
1240 * sh-tdep.c: Get rid of the function prototypes.
1241 (sh_sh4_build_float_register_type): Move earlier in file.
1242 (fv_reg_base_num): Ditto.
1243 (dr_reg_base_num): Ditto.
1244
1245 2001-04-30 Michael Snyder <msnyder@redhat.com>
1246
1247 * thread-db.c: Revert 2001-04-26 change for debugging output.
1248 * lin-lwp.c: Ditto.
1249 * lin-lwp.c: Add set/show debug lin-lwp command. Use this
1250 command to turn extra debugging output on / off.
1251
1252 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1253
1254 * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
1255 (top-level): #include filenames.h.
1256
1257 * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
1258 FILENAME_CMP, to DTRT on non-Posix platforms.
1259 (top-level): #include filenames.h.
1260
1261
1262 2001-04-27 Andrew Cagney <ac131313@redhat.com>
1263
1264 * gdbtypes.c (check_stub_method): Always initialize ``p''.
1265
1266 2001-04-27 Andrew Cagney <ac131313@redhat.com>
1267
1268 * configure.host: Delete romp host.
1269 * TODO: Update.
1270
1271 2001-04-27 Andrew Cagney <ac131313@redhat.com>
1272
1273 * TODO: Updates to 5.1. No more targets to obsolete.
1274
1275 2001-04-27 Don Howard <dhoward@redhat.com>
1276
1277 (Changes from Kevin Buettner, with minor update by Don Howard.)
1278
1279 * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
1280 typos in which hexadecimal constants were really intended to be
1281 binary constants.
1282 (i387_tag): Swap logic regarding zero vs non-zero exponents.
1283 * MAINTAINERS (Misc): Added myself to the write-after-approval
1284 list.
1285
1286 2001-04-26 Jim Blandy <jimb@redhat.com>
1287
1288 (Changes from Daniel Berlin, with revisions by Jim Blandy.)
1289
1290 Abstract out operations specific to particular C++ ABI's, and
1291 invoke them through a function table. This removes the C++ ABI
1292 dependencies scattered throughout the code, and allows us to
1293 cleanly add support for new C++ ABI's.
1294 * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
1295 * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
1296 jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
1297 #include "cp-abi.h". These files all use functions now declared
1298 there.
1299 * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
1300 Deleted. These services are now provided by functions declared in
1301 cp-abi.h.
1302 * value.h (value_rtti_type, value_virtual_fn_field): Same.
1303 * values.c (value_virtual_fn_field): Same, for this definition.
1304 * valops.c (value_rtti_type): Same.
1305 * c-typeprint.c (c_type_print_base): Use the functions from
1306 "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
1307 tests.
1308 * dbxread.c (record_minimal_symbol): Same.
1309 * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
1310 virtual_base_index_skip_primaries): Same.
1311 * jv-typeprint.c (java_type_print_base): Same.
1312 * linespec.c (find_methods, decode_line_1): Same.
1313 * symtab.c (gdb_mangle_name): Same.
1314 * Makefile.in (SFILES): Add the new .c files mentioned above.
1315 (cp_abi_h): New variable.
1316 (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
1317 (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
1318 (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
1319 jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
1320 dependency on $(cp_abi_h).
1321
1322 2001-04-26 Michael Snyder <msnyder@redhat.com>
1323
1324 * thread-db.c (_initialize_thread_db): Add set/show command
1325 "debug-linux-threads" for debugging output.
1326 * lin-lwp.c (various): Use global "debug_linux_threads to
1327 turn on extra debugging output.
1328 * lin-lwp.c: Minor cleanups in comments.
1329 * target.c (normal_pid_to_str): Get rid of an ancient hack.
1330 * remote.c (remote_pid_to_str): New function for remote target.
1331
1332 2001-04-24 Jim Blandy <jimb@redhat.com>
1333
1334 * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
1335 qualifier on C++ references; all references are innately const.
1336
1337 2001-04-20 Mark Kettenis <kettenis@gnu.org>
1338
1339 * event-top.h: Fix formatting.
1340
1341 2001-04-17 Andrew Cagney <ac131313@redhat.com>
1342
1343 * source.c (openp): Obsolete #ifdef MPW code.
1344 (open_source_file): Ditto.
1345 * event-top.c (display_gdb_prompt): Ditto.
1346 * utils.c (query): Ditto.
1347 (init_page_info): Ditto.
1348 (init_page_info): Delete #ifndef MPW.
1349 * top.c (gdb_readline): Ditto.
1350 * mac-xdep.c: Obsolete.
1351 * mac-gdb.r: Obsolete.
1352 * config/powerpc/xm-mpw.h: Obsolete.
1353 * config/xm-mpw.h: Obsolete.
1354 * mpw-make.sed: Obsolete.
1355 * mpw-config.in: Obsolete.
1356 * TODO: Update
1357 * NEWS: Update
1358
1359 2001-04-19 Mark Kettenis <kettenis@gnu.org>
1360
1361 * i386-tdep.c (i386_frameless_function_invocation): New function.
1362 * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
1363 in terms of i386_frameless_function_invocation. Adjust comment.
1364 (i386_frameless_function_invocation): New prototype.
1365
1366 2001-04-18 Martin M. Hunt <hunt@redhat.com>
1367
1368 * top.c (gdb_init): Don't call cli_out_new() to
1369 create global uiout if init_ui_hook is set. uiout will
1370 have to be initialized there.
1371
1372 2001-04-18 Andrew Cagney <ac131313@redhat.com>
1373
1374 * arch-utils.c: Include "regcache.h".
1375
1376 2001-04-18 Mark Kettenis <kettenis@gnu.org>
1377
1378 * i386-tdep.c (i386_saved_pc_after_call): New function.
1379 * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
1380 of i386_saved_pc_after_call.
1381 (i386_saved_pc_after_call): New prototype.
1382
1383 2001-04-17 Michael Snyder <msnyder@redhat.com>
1384
1385 * i386-nat.c: Fix typo in comment.
1386 * solib.c (no_shared_libraries): New function. Discard all symbols
1387 from shared libraries.
1388 (_initialize_solib): Add command "nosharedlibrary" as complement
1389 to the command "sharedlibrary". Unloads symbols for all solibs.
1390
1391 2001-04-16 Andrew Cagney <ac131313@redhat.com>
1392
1393 * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
1394 * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
1395 (m68*-est-*, m68*-sony-*, m68*-isi-*):
1396 * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
1397 * config/m68k/xm-news.h: Obsolete.
1398 * config/m68k/tm-news.h:
1399 * config/m68k/xm-news1000.h: Obsolete.
1400 * config/m68k/news.mh: Obsolete.
1401 * config/m68k/news.mt: Obsolete.
1402 * config/m68k/nm-news.h: Obsolete.
1403 * config/m68k/news1000.mh: Obsolete.
1404 * news-xdep.c: Obsolete.
1405 * Makefile.in (isi-xdep.o): Obsolete.
1406 (ALLDEPFILES): Delete isi-xdep.c.
1407 (tm-isi.h): Obsolete.
1408 * m68k-tdep.c (altos_skip_prologue): Update comments.
1409 (isi_skip_prologue): Obsolete.
1410 * isi-xdep.c: Obsolete.
1411 * config/m68k/xm-isi.h: Obsolete.
1412 * config/m68k/isi.mh: Obsolete.
1413 * config/m68k/tm-isi.h: Obsolete.
1414 * config/m68k/isi.mt: Obsolete.
1415
1416 * TODO: Update.
1417 * NEWS: Update.
1418
1419 2001-04-17 Michael Snyder <msnyder@redhat.com>
1420
1421 * remote.c (remote_open_1): On opening the remote target, activate
1422 the solib_create_inferior_hook, so that it can detect when the
1423 target loads shared libraries.
1424 (remote_async_open_1): Ditto.
1425
1426 2001-04-17 Michael Snyder <msnyder@redhat.com>
1427
1428 * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
1429 * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
1430 * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
1431 * testsuite/gdb.trace/infotrace.exp: Ditto.
1432 * testsuite/gdb.trace/passcount.exp: Ditto.
1433 * testsuite/gdb.trace/while-stepping.exp: Ditto.
1434
1435 2001-04-17 Michael Snyder <msnyder@redhat.com>
1436
1437 * thread-db.c (check_thread_signals): When looping over all
1438 signals, ignore signal zero.
1439 (disable_thread_signals): Ditto.
1440
1441 2001-04-17 Eirik Fuller <eirik@netapp.com>
1442
1443 * thread.c (do_captured_thread_select): Allow the argument to the
1444 thread command to be an expression rather than a literal integer.
1445
1446 2001-04-17 Mark Kettenis <kettenis@gnu.org>
1447
1448 * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
1449 read_memory_unsigned_integer instead of read_memory_integer.
1450
1451 2001-04-16 Kevin Buettner <kevinb@redhat.com>
1452
1453 * solib-aix5.c (map_index_vs_section_name_okay): New function.
1454 (aix5_relocate_main_executable): Don't use file offsets for
1455 determining corresponding sections and map file entries. Call
1456 map_index_vs_section_name_okay() to do this instead.
1457
1458 2001-04-16 Kevin Buettner <kevinb@redhat.com>
1459
1460 * procfs.c (open_with_retry): New function.
1461 (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
1462 (proc_get_LDT_entry): Call open_with_retry() instead of open().
1463
1464 2001-04-16 Kevin Buettner <kevinb@redhat.com>
1465
1466 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
1467 comparison against TRAP_HWBKPT constant yet again to account
1468 for the various values used by different kernel versions.
1469
1470 2001-04-16 Daniel Berlin <dan@cgsoftware.com>
1471
1472 * demangle.c (_initialize_demangler): Use xcalloc on the
1473 demangling_style_names, and make it a null terminated array of
1474 names, to avoid a crash.
1475
1476 2001-04-16 Mark Kettenis <kettenis@gnu.org>
1477
1478 * i386-tdep.c (i386_frame_chain): New function.
1479 * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
1480 i386_frame_chain.
1481 (i386_frame_chain): New prototype.
1482
1483 2001-04-14 J.T. Conklin <jtc@redback.com>
1484
1485 * target.h (target_ops): Removed to_core_file_to_sym_file vector
1486 function.
1487 * corelow.c (core_ops): Updated for above change.
1488 * gnu-nat.c (core_ops): Likewise.
1489 * inftarg.c (child_ops): Likewise.
1490 * monitor.c (monitor_ops): Likewise.
1491 * ppc-bdm.c (bdm_ppc_ops): Likewise.
1492 * remote-adapt.c (adapt_ops): Likewise.
1493 * remote-bug.c (bug_ops): Likewise.
1494 * remote-e7000.c (e7000_ops): Likewise.
1495 * remote-eb.c (eb_ops): Likewise.
1496 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
1497 * remote-mm.c (mm_ops): Likewise.
1498 * remote-nindy.c (nindy_ops): Likewise.
1499 * remote-nrom.c (nrom_ops): Likewise.
1500 * remote-os9k.c (rombug_ops): Likewise.
1501 * remote-rdp.c (remote_rdp_ops): Likewise.
1502 * remote-sim.c (gdbsim_ops): Likewise.
1503 * remote-st.c (st2000_ops): Likewise.
1504 * v850ice.c (v850ice_ops): Likewise.
1505 * target.c (cleanup_target): Likewise
1506 (update_current_target): Likewise.
1507 (setup_target_debug): Likewise
1508 (debug_to_core_file_to_sym_file): Removed.
1509
1510 * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
1511 sets symbol file from information obtained from the core file.
1512 * corelow.c (core_file_to_sym_file): Removed.
1513
1514 2001-04-13 Fernando Nasser <fnasser@redhat.com>
1515
1516 From Adam Mirowski <Adam.Mirowski@Sun.COM>
1517 Fixed Insight on Solaris. It was not possible to debug a process
1518 because of EINTR "errors".
1519 * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
1520 with EINTR, retry the call.
1521
1522 2001-04-12 Kevin Buettner <kevinb@redhat.com>
1523
1524 * solib-aix5.c (enum maptype): Delete.
1525 (struct lm_info): Add new member ``nmappings''. Make ``mapping''
1526 member a pointer instead of a statically sized array.
1527 (build_so_list_from_mapfile): Dynamically allocate ``mapping''
1528 array.
1529 (aix5_relocate_main_executable, aix5_relocate_section_addresses,
1530 aix5_find_global_pointer): Search for correct mapping to use
1531 based on file offset instead of knowledge of whether the section
1532 is read-only or read/write.
1533 (aix5_find_gate_addresses): Use the first mapping instead of
1534 the (now defunct) MT_READONLY mapping.
1535
1536 2001-04-12 Nicholas Duffek <nsd@redhat.com>
1537
1538 * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
1539 "@".
1540
1541 2001-04-12 Kevin Buettner <kevinb@redhat.com>
1542
1543 * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
1544
1545 2001-04-09 Andrew Cagney <ac131313@redhat.com>
1546
1547 Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
1548 * config/i386/sun386.mh: Obsolete.
1549 * config/i386/sun386.mt: Obsolete.
1550 * config/i386/xm-sun386.h: Obsolete.
1551 * config/i386/tm-sun386.h: Obsolete.
1552 * config/i386/nm-sun386.h: Obsolete.
1553 * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
1554 (sun386-nat.o): Target is obsolete.
1555 * sun386-nat.c: Obsolete.
1556 * configure.tgt (i[3456]86-*-sunos*): Obsolete.
1557 * configure.host (i[3456]86-*-sunos*): Obsolete.
1558 * NEWS: Update.
1559 * TODO: Update.
1560
1561 2001-04-10 J.T. Conklin <jtc@redback.com>
1562
1563 * maint.c: Fix typo in comment.
1564
1565 2001-04-09 Keith Seitz <keiths@cygnus.com>
1566
1567 * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
1568
1569 2001-04-08 Kevin Buettner <kevinb@redhat.com>
1570
1571 * fork-child.c (fork_inferior, clone_and_follow_inferior):
1572 Document fact that apparent call to vfork() might actually be
1573 a call to fork() instead.
1574 * ser-pipe.c (pipe_open): Likewise.
1575
1576 2001-04-08 Kevin Buettner <kevinb@redhat.com>
1577
1578 * printcmd.c (print_frame_args): Use a cleanup to invoke
1579 ui_out_list_end() so that the list count nesting flag will
1580 be decremented properly when an error occurs.
1581 * stack.c (print_frame): Likewise.
1582
1583 2001-04-06 J.T. Conklin <jtc@redback.com>
1584
1585 * dcache.c (dcache_write_line): Fixed bugs where cache line was
1586 not written to target correctly.
1587
1588 * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit
1589 void return value;
1590 * gdbserver/low-nbsd.c: Likewise.
1591 * gdbserver/low-sparc.c: Likewise.
1592 * gdbserver/low-sun3.c: Likewise.
1593
1594 2001-04-06 Geoffrey Keating <geoffk@redhat.com>
1595
1596 * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
1597 (PTRACE_DETACH): Don't define.
1598
1599 2001-04-06 David Smith <dsmith@redhat.com>
1600
1601 * arch-utils.c (default_prepare_to_proceed)
1602 (generic_prepare_to_proceed): Added new functions.
1603 * arch-utils.h: New function declarations for
1604 default_prepare_to_proceed() and generic_prepare_to_proceed().
1605 * gdbarch.sh: Added PREPARE_TO_PROCEED.
1606 * gdbarch.c: Regenerated.
1607 * gdbarch.h: Regenerated.
1608 * inferior.h: Added get_last_target_status() declaration.
1609 * infrun.c (get_last_target_status): Added new function.
1610 (handle_inferior_event): Saves last pid and waitstatus, which will
1611 get returned by get_last_target_status().
1612
1613 * hppa-tdep.c (prepare_to_proceed): Added comment stating that
1614 prepare_to_proceed() is potentially redundant since
1615 default_prepare_to_proceed() has been added.
1616 * linux-thread.c (prepare_to_proceed): Ditto.
1617 * lin-lwp.c (prepare_to_proceed): Ditto.
1618 * m3-nat.c (prepare_to_proceed): Ditto.
1619
1620 2001-04-05 Andrew Cagney <ac131313@redhat.com>
1621
1622 Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
1623 and powerpc-*-netware* target.
1624 * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
1625 Obsolete.
1626 * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
1627 (powerpcle-*-solaris*): Obsolete.
1628 * config/powerpc/tm-cygwin.h: Obsolete.
1629 * config/powerpc/cygwin.mt: Obsolete.
1630 * config/powerpc/xm-cygwin.h: Obsolete.
1631 * config/powerpc/cygwin.mh: Obsolete.
1632 * config/powerpc/nm-solaris.h: Obsolete.
1633 * config/powerpc/xm-solaris.h: Obsolete.
1634 * config/powerpc/tm-solaris.h: Obsolete.
1635 * config/powerpc/solaris.mt: Obsolete.
1636 * config/powerpc/tm-ppc-nw.h: Obsolete.
1637 * config/powerpc/ppc-nw.mt: Obsolete.
1638 * TODO: Update.
1639 * NEWS: Update.
1640
1641 2001-04-06 Fernando Nasser <fnasser@redhat.com>
1642
1643 * buildsym.c (record_line): Turn off unused addr bits.
1644
1645 2001-04-06 Fernando Nasser <fnasser@redhat.com>
1646
1647 From David Deephanphongs <deephan@telocity.com>
1648 * inferior.h: Fix declarations of get_inferior_args and
1649 set_inferior_args, which were missing the trailing 's'.
1650
1651 2001-04-05 Jeff Holcomb <jeffh@redhat.com>
1652
1653 * monitor.c (monitor_supply_register): Only report an error if we
1654 don't get a valid value.
1655
1656 2001-04-05 Eli Zaretskii <eliz@is.elta.co.il>
1657
1658 * README: Don't mention gdba.el.
1659
1660 2001-04-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1661
1662 From Jimmy Guo <guo@cup.hp.com>
1663 * top.c (init_main): set prompt if annotation_level>1,
1664 this is necessary when annotation_level is set to 2 via
1665 --annotate=2 command line option.
1666
1667 2001-04-04 Andrew Cagney <ac131313@redhat.com>
1668
1669 Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
1670 * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
1671 * configure.host (a29k-*-*): Obsolete.
1672 * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
1673 ultra3-xdep.c.
1674 (ultra3-nat.o, ultra3-xdep.o): Obsolete.
1675 * config/a29k/tm-ultra3.h: Obsolete.
1676 * config/a29k/ultra3.mt: Obsolete.
1677 * config/a29k/ultra3.mh: Obsolete.
1678 * config/a29k/nm-ultra3.h: Obsolete.
1679 * config/a29k/xm-ultra3.h: Obsolete.
1680 * ultra3-xdep.c: Obsolete.
1681 * ultra3-nat.c: Obsolete.
1682 * config/a29k/a29k-kern.mt: Obsolete.
1683 * NEWS: Update.
1684 * TODO: Update.
1685
1686 Wed Apr 4 21:48:42 2001 Christopher Faylor <cgf@cygnus.com>
1687
1688 * main.c: Remove windows.h use.
1689 (gdbtk_test): Use PATH_MAX for home var calculation.
1690 * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
1691 Win32 in colon test.
1692 * ser-tcp.c: Use modern __CYGWIN__ conditional.
1693 * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
1694 (openp): Ditto.
1695 * symfile.c (symfile_bfd_open): Ditto.
1696
1697 2001-04-04 Martin M. Hunt <hunt@redhat.com>
1698
1699 * main.c (captured_main): For GDBtk, don't use tui_fileopen().
1700 Handle all stream setup in gdbtk_init
1701
1702 2001-04-04 Mark Kettenis <kettenis@gnu.org>
1703
1704 * i386-tdep.c (i386_extract_return_value): Don't return the return
1705 value of a void function.
1706 (i386_store_return_value): Likewise.
1707
1708 2001-04-03 Andrew Cagney <ac131313@redhat.com>
1709
1710 Obsolete w65-*-* target.
1711 * configure.tgt (w65-*-*): Obsolete.
1712 * config/w65/w65.mt: Obsolete.
1713 * config/w65/tm-w65.h: Obsolete.
1714 * w65-tdep.c: Obsolete.
1715 * NEWS: Update. Fix TiC80 description.
1716 * TODO: Update.
1717
1718 2001-04-03 Andrew Cagney <ac131313@redhat.com>
1719
1720 Obsolete tic80-*-* target.
1721 * configure.tgt (tic80-*-*): Obsolete.
1722 * config/tic80/tic80.mt: Obsolete.
1723 * config/tic80/tm-tic80.h: Obsolete.
1724 * tic80-tdep.c: Obsolete.
1725 * TODO: Update
1726 * NEWS: Update.
1727
1728 2001-04-02 J.T. Conklin <jtc@redback.com>
1729
1730 * remote-mips.c (S_IROTH): Moved definition from here.
1731 * gdb_stat.h (S_IROTH): to here.
1732
1733 * remote.c (remote_protocol_e, remote_protocol_E): Define.
1734 (set_remote_protocol_e_packet_cmd)
1735 (set_remote_protocol_E_packet_cmd)
1736 (show_remote_protocol_e_packet_command)
1737 (show_remote_protocol_E_packet_command): New functions.
1738 (init_all_packet_configs): Initialize remote_protocol_e and
1739 remote_protocol_E.
1740 (remote_resume, remote_async_resume): Support e/E command
1741 packets.
1742 (show_remote_cmd): Show state of remote_protocol_e and
1743 remote_protocol_E.
1744 (_initialize_remote): Add "set remote step-over-range-packet"
1745 and "set remote step-over-range-w-signal-packet" to CLI.
1746
1747 2001-04-01 Andrew Cagney <ac131313@redhat.com>
1748
1749 Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
1750 ns32k-utek-*.
1751 * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
1752 (umax-xdep.o, ns32km3-nat.o): Obsolete.
1753 * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
1754 Obsolete.
1755 * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
1756 Obsolete.
1757 * config/ns32k/merlin.mh: Obsolete.
1758 * config/ns32k/merlin.mt: Obsolete.
1759 * config/ns32k/xm-merlin.h: Obsolete.
1760 * config/ns32k/tm-merlin.h: Obsolete.
1761 * config/ns32k/nm-umax.h: Obsolete.
1762 * config/ns32k/umax.mh: Obsolete.
1763 * config/ns32k/umax.mt: Obsolete.
1764 * config/ns32k/xm-umax.h: Obsolete.
1765 * umax-xdep.c: Obsolete.
1766 * config/ns32k/ns32km3.mh: Obsolete.
1767 * config/ns32k/ns32km3.mt: Obsolete.
1768 * config/ns32k/tm-ns32km3.h: Obsolete.
1769 * config/ns32k/xm-ns32km3.h: Obsolete.
1770 * ns32km3-nat.c: Obsolete.
1771 * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
1772 (merlin_frame_num_args): Ditto.
1773 * NEWS: Update.
1774 * TODO: Update.
1775
1776 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1777
1778 * config/djgpp/fnchange.lst: Tweak due to
1779 expect/example/chesslib.c.
1780
1781 2001-04-02 Kevin Buettner <kevinb@redhat.com>
1782
1783 * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
1784 unsigned int to unsigned long. Also, fix format string.
1785 (pop_frame): Fix PC_IN_CALL_DUMMY() call so that it doesn't
1786 use an undeclared variable. Also, delete declaration and
1787 initialization of ``fp'' because it is otherwise unused.
1788 * remote-bug.c (sleep): Delete declaration.
1789 (bug_store_register, bug_write_memory, bug_read_memory)
1790 (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
1791 format statements and cast certain sprintf() arguments to
1792 eliminate warnings.
1793 (bug_load): Likewise for call to printf_filtered().
1794 * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
1795 assignment to ``pc''. The necessary assignment is done in
1796 hand_function_call() after the invocation of FIX_CALL_DUMMY().
1797
1798 2001-03-20 Daniel Berlin <dberlin@redhat.com>
1799
1800 * symtab.c (completion_list_add_name): Remove duplicate string checks,
1801 readline already does this, and it's much faster at it, too.
1802
1803 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
1804
1805 * go32-nat.c: Minor tweaks, to pacify the ari script.
1806
1807 2001-04-01 Mark Kettenis <kettenis@gnu.org>
1808
1809 * i386-tdep.c (i386_extract_struct_value_address): New function.
1810 * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
1811 in terms of i386_extract_struct_value_address.
1812 (i386_extract_struct_value_address): New prototype.
1813
1814 * i386-linux-nat.c (i386_linux_dr_get): Change type of return
1815 value to `unsigned long'. Change type of `value' to `unsigned
1816 long'.
1817 (i386_linux_dr_set): Change type of second argument to `unsigned
1818 long'.
1819 (i386_linux_dr_set_control): Change type of first argument to
1820 `unsigned long'.
1821 (i386_linux_dr_get_status): Change type of return value to
1822 unsigned long.
1823 * config/i386/nm-linux.h (i386_linux_dr_set_control,
1824 i386_linux_dr_get_status): Adjust prototypes accordingly.
1825
1826 2001-03-31 Kevin Buettner <kevinb@redhat.com>
1827
1828 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
1829 TRAP_HWBKPT constant to match that in the kernel headers for
1830 Linux/IA-64.
1831
1832 2001-03-31 Mark Kettenis <kettenis@gnu.org>
1833
1834 * i386bsd-nat.c: Include "gdb_assert.h".
1835 [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
1836 already defined.
1837 [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
1838 i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
1839 i386bsd_dr_get_status): New functions.
1840 * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
1841 (I386_USE_GENERIC_WATCHPOINTS): Define.
1842 Include "i386/nm-i386.h".
1843 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
1844 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
1845 (i386bsd_dr_set_control, i386bsd_dr_set_addr,
1846 i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
1847 * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
1848 * configure.in: Cleanup a few comments. Check for PT_GETDBREGS
1849 ptrace request.
1850 * config.in, configure: Regenerate.
1851
1852 * i386-nat.c (i386_insert_aligned_watchpoint): Set address
1853 register before enabling it by setting the control register.
1854 (i386_remove_aligned_watchpoint): Reset address register after
1855 disabling it by setting the control register.
1856
1857 * i386-tdep.c (i386_extract_return_value): If the type of the
1858 return value is TYPE_STRUCT and the number of fields is one, call
1859 ourselves with TYPE set tp the type of the first field.
1860 (i386_store_return_value): Likewise.
1861 This fixes a problem with returning structs consisting of a single
1862 `float' or `double' on *BSD.
1863
1864 2001-03-30 Mark Kettenis <kettenis@gnu.org>
1865
1866 * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
1867 we're absolutely sure we're going to resume it.
1868
1869 * thread-db.c (check_event): Don't report an error if we encounter
1870 a thread creation event for a thread that's already in the thread
1871 list, since that may legitemately happen. Instead only call
1872 attach_thread if it's not already in the thread list.
1873
1874 2001-03-28 Andrew Cagney <ac131313@redhat.com>
1875
1876 * config/pa/xm-hppah.h (malloc): Really delete declaration
1877 (MALLOC_INCOMPATIBLE): Really delete macro.
1878 * cli/cli-cmds.c (apropos_command): Use xcalloc.
1879
1880 2001-03-28 Andrew Cagney <ac131313@redhat.com>
1881
1882 * configure.in (build_warnings): Add -Wuninitialized.
1883 * configure: Regenerate.
1884
1885 * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
1886 * sparc-tdep.c (sparc64_push_arguments): Add default case to
1887 switch.
1888 * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
1889 expression with if statement.
1890 * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
1891 ``stack_size''.
1892 * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
1893 (mips_dump_tdep): Fix setting of ef_mips_arch.
1894 * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
1895 * dsrec.c (make_srec): Always initialize ``binbuf''.
1896 * monitor.c (monitor_read_memory_single): Do not pass an
1897 uninitialized buffer to monitor_error. Make ``i'' more local.
1898
1899 2001-03-28 Andrew Cagney <ac131313@redhat.com>
1900
1901 * MAINTAINERS: Change ns32k target to ,-Werror.
1902
1903 * ns32k-tdep.c: Include "gdbcore.h"
1904 (flip_bytes): Change first argument to void*. Add forward
1905 declaration.
1906 (sign_extend): Add declaration.
1907 (merlin_frame_num_args): Add final else clause to if-else chain.
1908 (umax_frame_num_args): Ditto.
1909 * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
1910 (flip_bytes): Ditto.
1911
1912 2001-03-28 Mark Kettenis <kettenis@gnu.org>
1913
1914 * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
1915 config/i386/nm-linux.h (including comment).
1916 (i386_linux_frame_chain): New function implementing guts of the
1917 former FRAME_CHAIN macro, but using read_memory_unsigned_integer
1918 instead of read_memory_integer.
1919 (i386_linux_frame_saved_pc): Removed doc pointing to
1920 i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
1921 now lives in this file.
1922 * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
1923 i386-linux-tdep.c (including comment).
1924 (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
1925 (i386_linux_frame_chain): New prototype.
1926
1927 * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
1928 make it work again.
1929 (NUM_FREGS): Redefine to 0.
1930 (NUM_REGS): Redefine as NUM_GREGS.
1931 (i386_register_byte, i386_register_raw_size): Update from
1932 i386-tdep.c. Add comment about their origin.
1933 (regmap, register_u_addr): Take these from i386-linux-nat.c.
1934 (i386_register_u_addr): Removed.
1935
1936 * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
1937 fails instead of calling perror_with_name. This should fix
1938 debugging remote i386 targets with a native Linux/x86 GDB. Add
1939 FIXME for this hack.
1940
1941 2001-03-19 J.T. Conklin <jtc@redback.com>
1942
1943 * arch-utils.c (#include "gdbthread.h"): Removed.
1944 (#include "symfile.h"): Removed.
1945 (XMALLOC): Removed unused macro.
1946 * breakpoint.c (tbreak_command): Removed local declaration.
1947 (awatch_command, do_enable_breakpoint, set_breakpoint_count):
1948 Remove duplicate declarations.
1949 (bpstat_should_step, bpstat_have_active_hw_watchpoints)
1950 (remove_solib_event_breakpoints): Fix indentation botch.
1951 * c-typeprint.c (#include "command.h"): Removed.
1952 (#include "gdbcmd.h"): Removed.
1953 * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
1954 (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
1955 Removed duplicate declarations.
1956 * ch-typeprint.c (#include "command.h"): Removed.
1957 (#include "gdbcmd.h"): Removed.
1958 * corefile.c (#include "frame.h"): Removed
1959 (#include "symfile.h"): Removed.
1960 (#include "language.h"): Removed.
1961 * dbxread.c (#include "command.h"): Removed.
1962 * environ.c (#include "gdbcore.h"): Removed.
1963 * event-loop.c (#include "top.h"): Removed.
1964 * f-typeprint.c (#include "command.h"): Removed.
1965 (#include "gdbcmd.h"): Removed.
1966 (#include "language.h"): Removed.
1967 (#include "typeprint.h"): Removed.
1968 (#include "frame.h"): Removed.
1969 * gdbtypes.h (print_type_scalar): Removed declaration.
1970 * infcmd.c (#include "completer.h"): Removed.
1971 * language.c (#include "frame.h"): Removed.
1972 * m2-typeprint.c (#include "command.h"): Removed.
1973 (#include "gdbcmd.h"): Removed.
1974 (#include "language.h"): Removed.
1975 * m2-valprint.c (#include "valprint.h"): Removed.
1976 * p-typeprint.c (#include "command.h"): Removed.
1977 (#include "gdbcmd.h"): Removed.
1978 * p-valprint.c (#include "typeprint.h"): Removed.
1979 * parse.c (#include "linespec.h"): Removed.
1980 * regcache.c (#include "frame.h"): Removed.
1981 * remote.c (#include "frame.h"): Removed.
1982 (getpkt_sane): Make static.
1983 * source.c (#include "completer.h"): Removed.
1984 * stack.c (#include "symfile.h"): Removed.
1985 (#include "objfiles.h"): Removed.
1986 * symfile.c (#include "completer.h"): Removed.
1987 * tracepoint.c (#include "completer.h"): Removed.
1988 * values.c (#include "frame.h"): Removed.
1989 * varobj.c (#include "valprint.h"): Removed.
1990 * wrapper.c (#include "frame.h"): Removed.
1991
1992 * memattr.c (create_mem_region): Removed unused variable.
1993 * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
1994
1995 2001-03-27 Nick Clifton <nickc@redhat.com>
1996
1997 * remote-rdp.c (rdp_set_command_line): Add missing double quote.
1998
1999 2001-03-27 Kevin Buettner <kevinb@redhat.com>
2000
2001 * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
2002 of free().
2003
2004 2001-03-27 Eli Zaretskii <eliz@is.elta.co.il>
2005
2006 * TODO (Cleanups): Remove the item about converting docs to GFDL.
2007
2008 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2009
2010 * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
2011 type of ``bundle'' from unsigned char * to char *.
2012 (ia64_get_saved_register): Use alloca() to allocate register
2013 buffers.
2014
2015 * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
2016
2017 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2018
2019 * proc-utils.h (procfs_ctl_t): New typedef.
2020 * proc-api.c (write_with_trace): Change type of ``opcode'' from
2021 long to procfs_ctl_t. Don't assume that the target has defined
2022 BREAKPOINT. Handle case in which PCRESET is the same as PCUNSET.
2023 * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
2024 * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
2025 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
2026 (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
2027 Conditionally define as appropriate for AIX/non-AIX systems. Use
2028 these defines/typedefs as appropriate elsewhere in file.
2029 (struct procinfo): Change type of saved_sigset and saved_sighold
2030 from sigset_t to gdb_sigset_t. Make saved_exitset and
2031 saved_entryset pointer variables. Add two new fields, num_syscalls
2032 and syscall_names.
2033 (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
2034 (sysset_t_size, sysset_t_alloc): New functions.
2035 (load_syscalls, free_syscalls, find_syscall): New functions for
2036 platforms which define DYNAMIC_SYSCALLS.
2037 (create_procinfo): Call load_syscalls.
2038 (destroy_one_procinfo): Call free_syscalls.
2039 (GDBRESET): Don't define twice.
2040 (proc_modify_flag): Change type of operation code array `arg'
2041 from long to procfs_ctl_t.
2042 (proc_stop_process, proc_wait_for_stop, proc_run_process)
2043 (proc_set_traced_signals, proc_set_traced_faults)
2044 (proc_set_traced_sysentry, proc_set_traced_sysexit)
2045 (proc_set_held_signals, proc_clear_current_fault)
2046 (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
2047 (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
2048 (proc_set_traced_sysentry): Dynamically allocate variable sized
2049 struct gdb_proc_ctl_pcsentry. Also, free it at function exit.
2050 (proc_set_traced_sysexit): Dynamically allocate variable
2051 sized struct gdb_proc_ctl_pcsexit. Also, free it at
2052 function exit.
2053 (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
2054 for reading the sysset_t struct on AIX5.
2055 (procfs_debug_inferior): Don't assume that SYS_exit will be
2056 defined. Add new code for finding certain syscalls on AIX5.
2057 (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
2058 (syscall_is_lwp_create): New functions.
2059 (procfs_wait): Restructured code which checks for certain
2060 system calls to use the new syscall_is_... functions.
2061 (procfs_notice_signals): Account for the fact that saved_entryset
2062 and saved_exitset in struct procinfo are now pointers.
2063
2064 2001-03-26 Kevin Buettner <kevinb@redhat.com>
2065
2066 * symtab.c (find_pc_sect_line): Revise method used for finding
2067 the ending pc.
2068
2069 2001-03-26 Mark Kettenis <kettenis@gnu.org>
2070
2071 * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
2072 i386_linux_sigtramp_saved_sp): Make static.
2073 (i386_linux_frame_saved_pc): New function based on the old
2074 FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
2075 of read_memory_integer.
2076 * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
2077 (i386_linux_sigtramp_saved_pc): Remove prototype.
2078 (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
2079 (i386_linux_frame_saved_pc): New prototype.
2080
2081 2001-03-26 Andrew Cagney <ac131313@redhat.com>
2082
2083 * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
2084 * TODO (GDB 5.1 - Cleanups): Update.
2085
2086 2001-03-26 Andrew Cagney <ac131313@redhat.com>
2087
2088 * fork-child.c (clone_and_follow_inferior): Delete #ifdef
2089 HAVE_VFORK.
2090
2091 2001-03-26 Mark Kettenis <kettenis@gnu.org>
2092
2093 * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
2094
2095 * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
2096 functions.
2097 * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
2098 (STORE_STRUCT_RETURN): Redefine in terms of
2099 i386_store_struct_return.
2100 (i386_push_arguments, i386_store_struct_return): New prototypes.
2101 * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove. It's
2102 definition was identical to the definition in "i386/tm-i386.h" so
2103 the new definition should suffice too.
2104
2105 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
2106
2107 * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
2108 definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
2109
2110 * config/djgpp/djconfig.sh: Add copyright notice.
2111
2112 * ser-go32.c (rawclock): Remove prototype; include time.h instead.
2113 (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
2114 (top level) <string.h>: Include gdb_string.h instead.
2115 (dos_noop, dos_raw, dos_noflush_set_tty_state)
2116 (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
2117
2118 * go32-nat.c (go32_create_inferior): Move the declaration of
2119 `environ' to here from the top level.
2120 (top level) <_initialize_go32_nat>: Remove redundant prototype.
2121 <gdb_string.h>: Include it instead of string.h.
2122 (store_register): Call register_buffer instead of accessing
2123 registers[] directly.
2124 (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger)
2125 (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
2126 the function names at the start of the line.
2127 (go32_set_dr): Throw internal_error if the argument is not a valid
2128 debug register number.
2129 (go32_open, go32_close, go32_attach, go32_detach, go32_resume)
2130 (go32_wait, go32_xfer_memory, go32_files_info)
2131 (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
2132
2133 2001-03-25 Jim Blandy <jimb@redhat.com>
2134
2135 * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
2136
2137 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2138
2139 From Andrew Cagney <ac131313@redhat.com>
2140
2141 * coffread.c: Include "gdb_assert.h".
2142 (coff_symtab_read): Cast the integer s_sclass to a long before
2143 casting it to a pointer.
2144
2145 2001-03-25 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
2146
2147 From Andrew Cagney <ac131313@redhat.com>
2148
2149 * coffread.c (coff_symtab_read): Initialize
2150 ``fcn_first_line_addr''. Check that the ``.bf'' always preceeds
2151 the ``.ef'' info.
2152 * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
2153
2154 2001-03-23 Andrew Cagney <ac131313@redhat.com>
2155
2156 * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
2157 GDB_MULTI_ARCH_PARTIAL from two. SOFTWARE_SINGLE_STEP is not
2158 multi-arch.
2159
2160 * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
2161 * gdbarch.h, gdbarch.c: Re-generate.
2162
2163 * target.h (SOFTWARE_SINGLE_STEP_P)
2164 (SOFTWARE_SINGLE_STEP): Delete macro definitions.
2165
2166 2001-03-23 Andrew Cagney <ac131313@redhat.com>
2167
2168 * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
2169 * gdbarch.h, gdbarch.c: Regenerate.
2170
2171 * regcache.h (regcache_read, regcache_write): Declare.
2172 (registers, register_valid, register_buffer): Add note that these
2173 interfaces are deprecated.
2174
2175 * regcache.c: Include "gdb_assert.h".
2176 (legacy_write_register_gen): Rename write_register_gen.
2177 (legacy_read_register_gen): Rename read_register_gen.
2178 (regcache_read, regcache_write): New function.
2179 (read_register_gen, write_register_gen): New function.
2180 (write_register): Simplify. Use write_register_gen.
2181 (read_register): Ditto using read_register_gen.
2182 (read_signed_register): Ditto.
2183 (read_register_bytes): Ditto!!!!
2184 (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
2185 replaced by gdbarch_register_read.
2186
2187 * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
2188 deprecate.
2189
2190 2001-03-23 Jim Blandy <jimb@redhat.com>
2191
2192 Fix from Dan Berlin:
2193
2194 * stabsread.c (read_cpp_abbrev): Properly construct the names of
2195 virtual function table pointer fields.
2196
2197 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2198
2199 * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
2200 xmrealloc): Move existing declarations to the one place and
2201 re-order to be consistent.
2202 (xmcalloc, xmfree): Declare.
2203 (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
2204 declaration.
2205
2206 * utils.c (size_t): Delete #ifdef defining size_t.
2207 (mmalloc, mrealloc, mcalloc, mfree): Re-order.
2208 (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
2209 corresponding malloc, realloc, calloc.
2210 (mfree): Call free directly.
2211 (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
2212 (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
2213 function bodies to here.
2214 (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
2215
2216 2001-03-23 Andrew Cagney <ac131313@redhat.com>
2217
2218 * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
2219 ``shell_file'' static locals.
2220
2221 * jv-lang.c (java_link_class_type): Initialize ``field'' and
2222 ``method''.
2223
2224 * jv-valprint.c (java_value_print): Initialize ``next_element''.
2225
2226 2001-03-23 Mark Kettenis <kettenis@gnu.org>
2227
2228 * config/i386/nm-i386.h: Fix formatting and change reference to
2229 i386-tdep.c to i386-nat.c.
2230
2231 2001-03-23 David Smith <dsmith@redhat.com>
2232
2233 * configure.in: Corrected spelling errors.
2234 * configure: Regenerated.
2235
2236 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2237
2238 * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
2239
2240 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2241
2242 * Makefile.in (NTSSTART): Delete.
2243 (NTSOBS): Delete.
2244 (kdb): Delete target.
2245 * kdb-start.c, stuff.c: Mark as obsolete.
2246 * NEWS: Update.
2247
2248 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2249
2250 * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
2251 compiles using an ISO-C compiler.
2252 (MALLOC_INCOMPATIBLE): Ditto.
2253 * linespec.c (decode_line_1): Delete hack to work around
2254 HPPA_COMPILER_BUG.
2255
2256 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2257
2258 * exec.c (xfer_memory): Always initialize section.
2259 * infrun.c (normal_stop): Always initialize source_flag.
2260
2261 2001-03-22 Andrew Cagney <ac131313@redhat.com>
2262
2263 * TODO (Remote Protocol Support): Review. Add notes about ``!'',
2264 non-use of a continue address and typical use of ``q'' packet.
2265
2266 2001-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2267
2268 Make DJGPP use the new unified support for hardware
2269 breakpoints and watchpoints on x86 targets:
2270
2271 * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
2272 include nm-i386.h instead.
2273 (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
2274 (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
2275 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
2276 (target_stopped_data_address, target_insert_watchpoint)
2277 (target_remove_watchpoint, target_insert_hw_breakpoint)
2278 (target_remove_hw_breakpoint): Don't define.
2279 (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
2280 (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
2281 (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
2282 functions from go32-nat.c.
2283
2284 * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
2285
2286 * go32-nat.c <top level>: Remove prototypes for watchpoint-
2287 related functions. Remove definitions of watchpoint-related
2288 macros.
2289 (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
2290 private cleanup_dregs function.
2291 (cleanup_dregs, go32_insert_watchpoint)
2292 (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
2293 (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
2294 (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
2295 (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
2296 (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
2297
2298 2001-03-21 Kevin Buettner <kevinb@redhat.com>
2299
2300 * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
2301 than two instead of generating an error.
2302
2303 2001-03-21 Jim Blandy <jimb@redhat.com>
2304
2305 * cp-valprint.c: Reformat to bring into line with GNU coding
2306 standards.
2307
2308 2001-03-21 Mark Kettenis <kettenis@gnu.org>
2309
2310 Make Linux use the new unified support for hardware breakpoints
2311 and watchpoints on x86 targets.
2312 * i386-linux-nat.c: Doc fixes. Include "gdb_assert.h".
2313 [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
2314 (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
2315 appropriate value if not already defined.
2316 (register_u_addr): New function.
2317 (kernel_u_size): New function.
2318 (i386_linux_dr_get, i386_linux_dr_set): New functions.
2319 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
2320 i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
2321 * config/i386/nm-linux.h: Don't include "nm-i386v.h".
2322 (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
2323 (TARGET_HAS_HARDWARE_WATCHPOINTS,
2324 TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
2325 STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
2326 target_remove_watchpoint): Remove macros.
2327 (i386_stopped_by_watchpoint, i386_insert_watchpoint,
2328 i386_remove_watchpoint): Remove prototypes.
2329 (register_u_addr): New prototype.
2330 (REGISTER_U_ADDR): Define in terms of register_u_addr.
2331 (i386_linux_dr_set_control, i386_linux_dr_set_addr,
2332 i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
2333 (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
2334 I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
2335 * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
2336 i386-nat.o.
2337
2338 2001-03-21 Jim Blandy <jimb@redhat.com>
2339
2340 Fix from Dan Berlin:
2341
2342 * linespec.c (find_methods): Whitespace differences aren't
2343 significant in *un*mangled method names. Use strcmp_iw to compare
2344 them, not STREQ.
2345
2346 2001-03-21 Andrew Cagney <ac131313@redhat.com>
2347
2348 * gdbarch.sh: Allow a non- multi-arch target to override a
2349 predicate.
2350 * gdbarch.h: Regenerate.
2351
2352 2001-03-21 Andrew Cagney <ac131313@redhat.com>
2353
2354 * gdbarch.sh: Avoid use of ``!''.
2355
2356 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2357
2358 * target.h (enum target_signal): Move definition from here.
2359 * defs.h (enum target_signal): To here.
2360
2361 * config/arc/tm-arc.h (arc_software_single_step): Change type of
2362 first parameter to enum target_signal.
2363 * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
2364 * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
2365 * rs6000-tdep.c (rs6000_software_single_step): Update.
2366
2367 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2368
2369 * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
2370 already defined.
2371
2372 From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
2373 * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
2374 or a reference ('a') can be in a pseudo register.
2375 * infcmd.c (do_registers_info): Must take into account the pseudo
2376 registers to print their value.
2377 (registers_info): Likewise.
2378 * stack.c (frame_info): Likewise.
2379 * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
2380
2381 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
2382
2383 Unified support for hardware breakpoints and watchpoints on
2384 x86 targets:
2385
2386 * config/i386/nm-i386.h: New file.
2387
2388 * config/i386/nm-i386.h: (i386_cleanup_dregs)
2389 (i386_insert_watchpoint, i386_remove_watchpoint)
2390 (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
2391 (i386_stopped_data_address, i386_insert_hw_breakpoint)
2392 (i386_remove_hw_breakpoint): Declare prototypes.
2393 [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
2394 Define if not already defined.
2395 (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
2396 (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
2397 (target_insert_watchpoint, target_remove_watchpoint)
2398 (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
2399 to call the appropriate i386_* functions.
2400
2401 * i386-nat.c: New file.
2402
2403 * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
2404 (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
2405 (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
2406 (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
2407 (maint_show_dr): New variables.
2408 (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
2409 (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
2410 (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
2411 (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
2412 (i386_stopped_data_address, i386_stopped_by_hwbp)
2413 (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
2414 functions.
2415 (_initialize_i386_nat): New function.
2416 [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
2417 `show-debug-regs', sets maint_show_dr to non-zero value and
2418 activates debugging print-outs in functions which insert, remove,
2419 and test watchpoints and hardware breakpoints.
2420
2421 * Makefile.in (i386-nat.o): New target.
2422 (ALLDEPFILES): Add i386-nat.o.
2423
2424 2001-03-21 Mark Kettenis <kettenis@gnu.org>
2425
2426 * i386-tdep.c: Add back _initialize_i386_tdep prototype with
2427 appropriate comment.
2428
2429 2001-03-20 Kevin Buettner <kevinb@redhat.com>
2430
2431 * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
2432 thread-db.o, and lin-lwp.o for thread support instead of
2433 linux-thread.o and lin-thread.o.
2434 * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
2435 (ATTACH_LWP): Define to use the following lin-lwp.c functions...
2436 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
2437 (lin_lwp_attach_lwp): Declare.
2438
2439 2001-03-20 Jim Blandy <jimb@redhat.com>
2440
2441 Fix from Dan Berlin:
2442
2443 * Makefile.in: Clean up dependencies on ../include/demangle.h.
2444 (demangle_h): New variable.
2445 (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
2446
2447 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2448
2449 * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
2450 * breakpoint.c (bpstat_stop_status): Update.
2451 * infrun.c (handle_inferior_event): Ditto.
2452 * mips-tdep.c (mips_dump_tdep): Ditto.
2453 * infrun.c (resume): Ditto.
2454 * infptrace.c (child_resume): Ditto.
2455 * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2456 * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2457 * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2458 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2459 * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2460 * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2461 * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
2462
2463 2001-03-20 Andrew Cagney <ac131313@redhat.com>
2464
2465 * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
2466 with internal_error.
2467
2468 2001-03-20 Jim Blandy <jimb@redhat.com>
2469
2470 Fix from Dan Berlin:
2471
2472 * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
2473 than asking for sym_class's type; that's circuitous. Remove
2474 sym_class, since the last use of it is gone.
2475
2476 2001-03-20 Eli Zaretskii <eliz@is.elta.co.il>
2477
2478 * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
2479 Correct the order of calls to ui_out_field_string and
2480 ui_out_list_begin when bs->old_val is NULL.
2481
2482 2001-03-19 Kevin Buettner <kevinb@redhat.com>
2483
2484 * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
2485 * configure: Regenerate.
2486 * config.in: Regenerate.
2487 * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
2488
2489 2001-03-19 Kevin Buettner <kevinb@redhat.com>
2490
2491 * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
2492 same line to avoid problems with Unixware 7's make when building
2493 a cross debugger.
2494
2495 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2496
2497 * defs.h (malloc): Move declaration from here.
2498 * utils.c (malloc): To here.
2499 * config/pa/xm-hppah.h (malloc): Delete declaration.
2500
2501 * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
2502 * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
2503 (hpread_quick_traverse): Ditto.
2504 * infttrace.c (create_thread_info): Ditto.
2505 (kill_inferior): Ditto.
2506 * gnu-nat.c (make_inf): Ditto, and don't check return value.
2507 * procfs.c (proc_update_threads): Ditto.
2508 * valprint.c (print_decimal_chars): Ditto.
2509 * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
2510 malloc and sprintf.
2511 * remote-rdp.c (rdp_set_command_line): Ditto.
2512
2513 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2514
2515 * defs.h (realloc): Move declaration from here.
2516 * utils.c (realloc): To here.
2517 * config/pa/xm-hppah.h (realloc): Delete declaration.
2518 * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
2519 * symfile.c (add_filename_language): Ditto.
2520 * event-loop.c (create_file_handler): Ditto.
2521
2522 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2523
2524 * defs.h (free): Move declaration from here.
2525 * utils.c (free): To here.
2526 (xfree): Document as the only call to free().
2527 * config/pa/xm-hppah.h (free): Delete declaration.
2528
2529 2001-03-19 Kevin Buettner <kevinb@redhat.com>
2530
2531 * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
2532 this list.
2533
2534 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2535
2536 * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
2537 * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
2538 * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
2539
2540 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2541
2542 * TODO: List known problems with TUI.
2543
2544 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2545
2546 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
2547 gdb.hp).
2548
2549 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2550
2551 * remote.c (remote_cisco_section_offsets): Do not cast result from
2552 bfd_get_section_name.
2553 (compare_sections_command): Ditto.
2554 (remote_cisco_section_offsets): Make ``p'' a const pointer.
2555 (compare_sections_command): Ditto for ``sectname''.
2556
2557 2001-03-19 Andrew Cagney <ac131313@redhat.com>
2558
2559 From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
2560 * valops.c (hand_function_call): Simplify computation of the
2561 address of the pushed argument.
2562
2563 2001-03-17 Andrew Cagney <ac131313@redhat.com>
2564
2565 * p-exp.y (parse_number): Avoid shift overflow when ``long''.
2566 Code copied from c-exp.y.
2567
2568 2001-03-18 Kevin Buettner <kevinb@redhat.com>
2569
2570 * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
2571 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
2572 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
2573 * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
2574 of the Solaris procfs testing section. Instead, group with...
2575 (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
2576 (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
2577 (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
2578 * configure: Regenerate.
2579 * config.in: Regenerate.
2580
2581 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
2582 new configure macros to choose which (if any) code to
2583 compile in. Added code to explicitly handle *BSD systems;
2584 these systems were previously handled only through macro
2585 redefinition. Also, due to the way the autoconf tests are set
2586 up, this function will no longer return a non-zero value when
2587 GDB is configured as a cross debugger. I.e, cross debuggers
2588 will no longer be able to "accidentally" get the host system's
2589 link map offsets.
2590
2591 2001-03-18 Kevin Buettner <kevinb@redhat.com>
2592
2593 * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
2594 line to avoid build problem on NetBSD 1.4.
2595
2596 2001-03-17 Michael Chastain <chastain@redhat.com>
2597
2598 * win32-nat.c (child_attach): check args for NULL before passing
2599 to strtoul. This fixes PR gdb/43.
2600
2601 2001-03-17 Mark Kettenis <kettenis@gnu.org>
2602
2603 * i387-nat.h: Doc Fix.
2604
2605 * i386-tdep.c: Fix formatting.
2606 (i386_get_frame_setup, i386_follow_jump, codestream_read,
2607 codestream_seek, codestream_fill, skip_trampoline_code,
2608 gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
2609 prototypoes.
2610
2611 2001-03-17 Mark Kettenis <kettenis@gnu.org>
2612
2613 * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove. It's
2614 no longer used. Also remove associated FIXME.
2615
2616 2001-03-16 Andrew Cagney <ac131313@redhat.com>
2617
2618 * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch. Do
2619 not generate macro wrappers for multi-arch functions or
2620 predicates.
2621 (class_is_info_p, class_is_predicate_p): Update.
2622 (class_is_function_p, class_is_variable_p): Ditto.
2623 (class_is_multiarch_p): New class function.
2624
2625 2001-03-16 J.T. Conklin <jtc@redback.com>
2626
2627 * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
2628 h8300_frame_args_address from frame_args_address.
2629 (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
2630 from frame_locals_address.
2631 (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
2632 from print_register_hook.
2633 (h8300_frame_args_address): Declare.
2634 (h8300_frame_find_saved_regs): Declare.
2635 (h8300_frame_locals_address): Declare.
2636 (h8300_frame_saved_pc): Declare.
2637 (h8300_pop_frame): Declare.
2638 (h8300_print_register_hook): Declare.
2639 * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
2640 (h8300_frame_args_address): Renamed from frame_args_address.
2641 (h8300_frame_locals_address): Renamed from frame_locals_address.
2642 (h8300_pop_frame): Renamed from pop_frame.
2643 (h8300_print_register_hook): Renamed from print_register_hook.
2644
2645 2001-03-16 Kevin Buettner <kevinb@redhat.com>
2646
2647 * solib-svr4.c (bfd_lookup_symbol): Change type of
2648 ``storage_needed'' from unsigned int to long in order to
2649 match return type of bfd_get_symtab_upper_bound() and
2650 bfd_get_dynamic_symtab_upper_bound().
2651 * solib-aix5.c (bfd_lookup_symbol): Likewise. Also, eliminate
2652 REASONABLE_LIMIT hack which had been added to work around this
2653 problem.
2654
2655 2001-03-15 Kevin Buettner <kevinb@redhat.com>
2656
2657 * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
2658 (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
2659 to free() with calls to xfree().
2660 (bfd_lookup_symbol): Eliminate use of PTR.
2661 (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
2662
2663 2001-03-15 Martin Hunt <hunt@redhat.com>
2664
2665 * linespec.c (decode_line_1): Remove trailing quote
2666 when parsing double quotes.
2667
2668 2001-03-15 Kevin Buettner <kevinb@redhat.com>
2669
2670 * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
2671 (libthread_stub, libthread_init): Pass NULL for the mem_attrib
2672 argument in the to_xfer_memory calls.
2673
2674 2001-03-15 Andrew Cagney <ac131313@redhat.com>
2675
2676 * MAINTAINERS: Fix typo - w65 not w64. Still doesn't build.
2677 * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
2678
2679 2001-03-15 Andrew Cagney <ac131313@redhat.com>
2680
2681 * wince.c (child_xfer_memory): Add attrib parameter.
2682 * symm-nat.c (child_xfer_memory): Ditto.
2683 * mac-nat.c (child_xfer_memory): Ditto.
2684 * infttrace.c (child_xfer_memory): Ditto.
2685 * procfs.c (procfs_xfer_memory): Ditto.
2686 * lin-thread.c (thread_db_xfer_memory): Ditto.
2687 * gnu-nat.c (gnu_xfer_memory): Ditto.
2688
2689 2001-03-14 Andrew Cagney <ac131313@redhat.com>
2690
2691 * NEWS: Mention that Harris/CXUX m88k is obsolete.
2692
2693 2001-03-13 Andrew Cagney <ac131313@redhat.com>
2694
2695 * config/mips/tm-mips.h: Include "regcache.h" for macros refering
2696 to regcache functions.
2697 * config/m68k/tm-m68k.h: Ditto.
2698 * config/i386/tm-i386v.h: Ditto.
2699 * config/mcore/tm-mcore.h: Ditto.
2700 * config/m88k/tm-m88k.h: Ditto.
2701 * config/m68k/tm-news.h: Ditto.
2702 * config/m68k/tm-linux.h: Ditto.
2703 * config/m68k/tm-delta68.h: Ditto.
2704 * config/m68k/nm-sun3.h: Ditto.
2705 * config/m32r/tm-m32r.h: Ditto.
2706 * config/i386/tm-symmetry.h: Ditto.
2707 * config/i386/tm-sun386.h: Ditto.
2708 * config/i386/tm-i386.h: Ditto.
2709 * config/i386/nm-symmetry.h: Ditto.
2710 * config/i386/nm-sun386.h: Ditto.
2711 * config/i386/nm-ptx4.h: Ditto.
2712 * config/i386/nm-i386mach.h: Ditto.
2713 * config/h8500/tm-h8500.h: Ditto.
2714 * config/h8300/tm-h8300.h: Ditto.
2715 * config/fr30/tm-fr30.h: Ditto.
2716 * config/d30v/tm-d30v.h: Ditto.
2717 * config/arm/tm-arm.h: Ditto.
2718 * config/arc/tm-arc.h: Ditto.
2719 * config/alpha/tm-alpha.h: Ditto.
2720 * config/a29k/tm-vx29k.h: Ditto.
2721 * config/a29k/tm-a29k.h: Ditto.
2722 * config/w65/tm-w65.h: Ditto.
2723 * config/vax/tm-vax.h: Ditto.
2724 * config/v850/tm-v850.h: Ditto.
2725 * config/tic80/tm-tic80.h: Ditto.
2726 * config/sparc/tm-sparclite.h: Ditto.
2727 * config/sparc/tm-sparclet.h: Ditto.
2728 * config/sparc/tm-sparc.h: Ditto.
2729 * config/sparc/nm-sun4sol2.h: Ditto.
2730 * config/sparc/nm-sun4os4.h: Ditto.
2731 * config/sparc/nm-nbsd.h: Ditto.
2732 * config/powerpc/nm-solaris.h: Ditto.
2733 * config/pa/tm-hppao.h: Ditto.
2734 * config/pa/tm-hppa.h: Ditto.
2735 * config/pa/nm-hppab.h: Ditto.
2736 * config/ns32k/tm-umax.h: Ditto.
2737 * config/ns32k/tm-merlin.h: Ditto.
2738 * config/nm-m3.h: Ditto.
2739 * config/nm-gnu.h: Ditto.
2740
2741 2001-03-14 Andrew Cagney <ac131313@redhat.com>
2742
2743 * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
2744 broken. Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
2745 Specify an m88k target. Include sample GAWK script to generate
2746 target list. Delete non-existant romp target.
2747 * TODO (GDB 5.1 - Cleanups): Update.
2748
2749 2001-03-14 Keith Seitz <keiths@cygnus.com>
2750
2751 * linespec.c (decode_line_1): Skip argptr over a leading
2752 double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
2753
2754 2001-03-14 Kevin Buettner <kevinb@redhat.com>
2755
2756 * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
2757
2758 2001-03-13 Andrew Cagney <ac131313@redhat.com>
2759
2760 * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
2761 * m3-nat.c: Ditto.
2762 * p-lang.h: Ditto.
2763 * printcmd.c (printf_command): Ditto.
2764 * ch-exp.c (match_integer_literal): Ditto.
2765 * scm-tags.h: Ditto.
2766 * ser-go32.c: Ditto.
2767 * hppa-tdep.c (unwind_command): Ditto.
2768 * defs.h (volatile): Delete macro definition. Assume __STDC__.
2769 * remote-adapt.c (volatile): Ditto.
2770 * remote-eb.c (volatile): Ditto.
2771 * remote-mm.c (volatile): Ditto.
2772 * defs.h (alloca): Assume __STDC__, declare returning void *.
2773
2774 2001-03-08 Andrew Cagney <ac131313@redhat.com>
2775
2776 * inferior.h (ARCH_NUM_REGS): Delete definition.
2777 * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
2778 * regcache.c (registers_changed): Ditto.
2779 (registers_fetched): Ditto.
2780 * infptrace.c (fetch_inferior_registers): Ditto.
2781 (store_inferior_registers): Ditto.
2782 * infcmd.c (do_registers_info): Ditto.
2783 (registers_info): Ditto.
2784 * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
2785 (old_store_inferior_registers): Ditto.
2786 * gdbserver/low-linux.c (register_addr): Ditto.
2787 * gdbserver/low-hppabsd.c (register_addr): Ditto.
2788 * core-aout.c: Don't include "inferior.h".
2789 (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
2790 (register_addr): Ditto.
2791
2792 2001-03-13 Fernando Nasser <fnasser@redhat.com>
2793
2794 From Steven Johnson <sjohnson@neurizon.net>
2795 * cli/cli-script.c (define_command): Fix setting of post hooks.
2796
2797 2001-03-13 Mark Kettenis <kettenis@gnu.org>
2798
2799 * i386-linux-tdep.c: Fix formatting and clarify comments.
2800 (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
2801 where appropriate.
2802
2803 2001-03-12 Andrew Cagney <ac131313@redhat.com>
2804
2805 * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
2806 (proc_update_sc): Use gdb_assert instead of assert.
2807 (proc_abort): Ditto.
2808 (inf_set_step_thread): Ditto.
2809 (gnu_wait): Ditto.
2810 (S_exception_raise_request): Ditto.
2811 (gnu_terminal_init_inferior): Ditto.
2812
2813 2001-03-09 Kevin Buettner <kevinb@redhat.com>
2814
2815 * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
2816 (solib-legacy.o): New makefile target.
2817 * solib-legacy.c: New file.
2818 * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
2819 (default_svr4_fetch_link_map_offsets): Delete.
2820 (set_solib_svr4_fetch_link_map_offsets): Declare.
2821 (legacy_svr4_fetch_link_map_offsets_hook): Declare.
2822 * solib-svr4.c (elf/common.h): Include.
2823 (link.h): Only include for SunOS shared library support.
2824 (_SYSCALL32): Don't define.
2825 (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
2826 (default_svr4_fetch_link_map_offsets): Made static; added forward
2827 declaration.
2828 (fetch_link_map_offsets): New static global.
2829 (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
2830 (default_svr4_fetch_link_map_offsets): Rewritten. The guts
2831 of what used to be in this function now reside in
2832 legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
2833 (open_symbol_file_object): Fix declaration in SunOS section
2834 of the code.
2835 (set_solib_svr4_fetch_link_map_offsets): New extern function.
2836 (init_fetch_link_map_offsets): New static function.
2837 (_initialize_svr4_solib): Put static global fetch_link_map_offsets
2838 under multiarch control.
2839
2840 * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
2841 list.
2842 * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
2843 * config/arm/linux.mt (TDEPFILES): Likewise.
2844 * config/i386/fbsd.mh (NATDEPFILES): Likewise.
2845 * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
2846 * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
2847 * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
2848 * config/i386/i386sol2.mt (TDEPFILES): Likewise.
2849 * config/i386/i386v4.mh (NATDEPFILES): Likewise.
2850 * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
2851 * config/i386/linux.mt (TDEPFILES): Likewise.
2852 * config/i386/nbsd.mh (NATDEPFILES): Likewise.
2853 * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
2854 * config/i386/ncr3000.mt (TDEPFILES): Likewise.
2855 * config/i386/ptx4.mh (XDEPFILES): Likewise.
2856 * config/i386/sun386.mt (TDEPFILES): Likewise.
2857 * config/ia64/linux.mt (TDEPFILES): Likewise.
2858 * config/m68k/linux.mt (TDEPFILES): Likewise.
2859 * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
2860 * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
2861 * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
2862 * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
2863 * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
2864 * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
2865 * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
2866 * config/powerpc/linux.mt (TDEPFILES): Likewise.
2867 * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
2868 * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
2869 * config/sh/linux.mt (TDEPFILES): Likewise.
2870 * config/sparc/linux.mt (TDEPFILES): Likewise.
2871 * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
2872 * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
2873 * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
2874 * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
2875 * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
2876
2877 2001-03-09 Kevin Buettner <kevinb@redhat.com>
2878
2879 * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
2880
2881 2001-03-09 Andrew Cagney <ac131313@redhat.com>
2882
2883 * MAINTAINERS (Write After Approval): Update Philip Blundell.
2884
2885 2001-03-09 Keith Seitz <keiths@cygnus.com>
2886
2887 * MAINTAINERS: Add myself to write after approval list.
2888
2889 2001-03-09 Mark Kettenis <kettenis@gnu.org>
2890
2891 * i387-tdep.c (print_i387_status_word): Fix printing of Stack
2892 fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
2893
2894 2001-03-08 Andrew Cagney <ac131313@redhat.com>
2895
2896 * configure.host (m88*-harris-cxux*): Mark as obsolete.
2897 * configure.tgt: Ditto.
2898 * config/m88k/xm-cxux.h: Ditto.
2899 * config/m88k/tm-cxux.h: Ditto.
2900 * config/m88k/nm-cxux.h: Ditto.
2901 * config/m88k/cxux.mt: Ditto.
2902 * config/m88k/cxux.mh: Ditto.
2903
2904 2001-03-08 Andrew Cagney <ac131313@redhat.com>
2905
2906 * Makefile.in: Delete rules for obsolete files.
2907
2908 Thu Mar 8 15:43:40 2001 David Taylor <taylor@redhat.com>
2909
2910 * stack.c (parse_frame_specification): For one argument case,
2911 handle the situation where the argument is an integer, not an
2912 address -- arguably the most common case. This matters on
2913 targets where pointers and addresses are different.
2914
2915 2001-03-08 Andrew Cagney <ac131313@redhat.com>
2916
2917 * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard
2918 review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or
2919 general.
2920
2921 2001-03-07 Andrew Cagney <ac131313@redhat.com>
2922
2923 * TODO (GDB 5.1 Known Problems): Document problem of building GDB
2924 with SID on Solaris 8.
2925
2926 2001-03-07 Mark Kettenis <kettenis@gnu.org>
2927
2928 * defs.h: Provide prototypes for floatformat_is_negative,
2929 floatformat_is_nan and floatformat_mantissa.
2930 * utils.c: Include "gdb_assert.h".
2931 (floatformat_is_negative): New function.
2932 (floatformat_is_nan): New function.
2933 (floatformat_mantissa): New function.
2934 * valprint.c: Include "floatformat.h".
2935 (print_floating): Get rid of the Linux-specific
2936 TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
2937 help these new functions. Print NaN's in a format conforming to
2938 ISO C99.
2939
2940 2001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2941
2942 * top.c (init_main): Make `set history file name' complete on file
2943 names.
2944
2945 2001-03-06 J.T. Conklin <jtc@redback.com>
2946
2947 * Makefile.in (LINTFLAGS): Update to contain all of the macros
2948 which define include paths used when compiling.
2949
2950 * util.c (savestring, msavestring): Change type of length argument.
2951 * defs.h (savestring, msavestring): Update to match.
2952
2953 * symtab.h (decode_line_1): Removed declaration.
2954
2955 * symfile.c (#include <assert.h>): Removed.
2956
2957 * arch-utils.c (#include <ctype.h>): Removed.
2958 * c-typeprint.c: Likewise.
2959 * dbxread.c: Likewise.
2960 * gdbtypes.c: Likewise.
2961 * target.c: Likewise.
2962 * os9kread.c: Likewise.
2963
2964 * c-valprint.c (#include "demangle.h"): Removed.
2965 * ch-typeprint.c: Likewise.
2966 * eval.c: Likewise.
2967 * f-typeprint.c: Likewise.
2968 * f-valprint.c: Likewise.
2969 * m2-typeprint.c: Likewise.
2970 * typeprint.c: Likewise.
2971 * p-typeprint.c: Likewise.
2972 * valarith.c: Likewise.
2973 * valprint.c: Likewise.
2974
2975 * m2-typeprint.c (#include "gdb_string.h"): Removed.
2976 * nlmread.c: Likewise.
2977
2978 * mdebugread.c (#include "gdb-stabs.h"): Removed.
2979 * minsyms.c: Likewise.
2980 * mipsread.c: Likewise.
2981 * nlmread.c: Likewise.
2982
2983 * m2-typeprint.c (#include "obstack.h"): Removed.
2984 * m2-valprint.c: Likewise.
2985
2986 * event-loop.c (#include <setjmp.h>): Removed.
2987
2988 2001-03-06 Stan Shebs <shebs@apple.com>
2989
2990 * MAINTAINERS: Remove self from specific maintenance domains
2991 (macos, gdbserver, documentation, testsuite).
2992
2993 2001-03-06 Kevin Buettner <kevinb@redhat.com>
2994
2995 * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
2996 a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
2997 annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
2998 arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
2999 ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
3000 breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
3001 c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
3002 ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
3003 cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
3004 cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
3005 cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
3006 coff-solib.h, coffread.c, command.h, complaints.c,
3007 complaints.h, completer.c, completer.h,
3008 config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
3009 config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
3010 config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
3011 config/alpha/nm-linux.h, config/alpha/nm-osf.h,
3012 config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
3013 config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
3014 config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
3015 config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
3016 config/arm/nm-linux.h, config/arm/tm-arm.h,
3017 config/arm/tm-embed.h, config/d10v/tm-d10v.h,
3018 config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
3019 config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
3020 config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
3021 config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
3022 config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
3023 config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
3024 config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
3025 config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
3026 config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
3027 config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
3028 config/i386/tm-fbsd.h, config/i386/tm-i386.h,
3029 config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
3030 config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
3031 config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
3032 config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
3033 config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
3034 config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
3035 config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
3036 config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
3037 config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
3038 config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
3039 config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
3040 config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
3041 config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
3042 config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
3043 config/i386/xm-linux.h, config/i386/xm-nbsd.h,
3044 config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
3045 config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
3046 config/i960/tm-i960.h, config/i960/tm-mon960.h,
3047 config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
3048 config/ia64/nm-aix.h, config/ia64/nm-linux.h,
3049 config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
3050 config/ia64/tm-linux.h, config/ia64/xm-aix.h,
3051 config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
3052 config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
3053 config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
3054 config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
3055 config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
3056 config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
3057 config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
3058 config/m68k/tm-isi.h, config/m68k/tm-linux.h,
3059 config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
3060 config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
3061 config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
3062 config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
3063 config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
3064 config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
3065 config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
3066 config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
3067 config/m68k/xm-mpw.h, config/m68k/xm-news.h,
3068 config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
3069 config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
3070 config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
3071 config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
3072 config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
3073 config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
3074 config/mips/nm-irix3.h, config/mips/nm-irix4.h,
3075 config/mips/nm-irix5.h, config/mips/nm-mips.h,
3076 config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
3077 config/mips/tm-embed.h, config/mips/tm-embed64.h,
3078 config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
3079 config/mips/tm-irix3.h, config/mips/tm-irix5.h,
3080 config/mips/tm-mips.h, config/mips/tm-mips64.h,
3081 config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
3082 config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
3083 config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
3084 config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
3085 config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
3086 config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
3087 config/mips/xm-irix4.h, config/mips/xm-irix5.h,
3088 config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
3089 config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
3090 config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
3091 config/mn10300/tm-mn10300.h, config/nm-gnu.h,
3092 config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
3093 config/nm-sysv4.h, config/none/nm-none.h,
3094 config/none/tm-none.h, config/none/xm-none.h,
3095 config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
3096 config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
3097 config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
3098 config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
3099 config/pa/nm-hppab.h, config/pa/nm-hppah.h,
3100 config/pa/nm-hppao.h, config/pa/tm-hppa.h,
3101 config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
3102 config/pa/xm-hppab.h, config/pa/xm-hppah.h,
3103 config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
3104 config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
3105 config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
3106 config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
3107 config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
3108 config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
3109 config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
3110 config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
3111 config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
3112 config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
3113 config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
3114 config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
3115 config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
3116 config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
3117 config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
3118 config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
3119 config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
3120 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
3121 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
3122 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
3123 config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
3124 config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
3125 config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
3126 config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
3127 config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
3128 core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
3129 cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
3130 dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
3131 delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
3132 dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
3133 elfread.c, environ.c, environ.h, eval.c, event-loop.c,
3134 event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
3135 f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
3136 fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
3137 gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
3138 gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
3139 gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
3140 gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
3141 gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
3142 gdbserver/low-sim.c, gdbserver/low-sparc.c,
3143 gdbserver/low-sun3.c, gdbserver/remote-utils.c,
3144 gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
3145 gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
3146 gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
3147 hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
3148 hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
3149 hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
3150 i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
3151 i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
3152 i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
3153 inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
3154 irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
3155 jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
3156 kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
3157 linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
3158 m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
3159 m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
3160 m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
3161 mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
3162 mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
3163 mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
3164 mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
3165 monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
3166 nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
3167 ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
3168 op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
3169 pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
3170 ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
3171 ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
3172 proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
3173 rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
3174 regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
3175 remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
3176 remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
3177 remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
3178 remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
3179 remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
3180 remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
3181 rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
3182 scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
3183 ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
3184 sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
3185 solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
3186 source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
3187 sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
3188 standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
3189 symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
3190 symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
3191 tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
3192 typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
3193 ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
3194 valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
3195 vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
3196 vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
3197 vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
3198 wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
3199 xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
3200 notices.
3201
3202 2001-03-05 Kevin Buettner <kevinb@redhat.com>
3203
3204 * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
3205 HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
3206 macros.
3207 * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
3208 pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
3209 (sys/fault.h, sys/select.h): Test for presence of these
3210 header files.
3211 (ia64-*-aix*): Define NEW_PROC_API for this host.
3212 * configure: Regenerate.
3213 * config.in: Regenerate.
3214
3215 * configure.host (ia64-*-aix*): New host.
3216 * configure.tgt (ia64-*-aix*): New target.
3217
3218 2001-03-05 Andrew Cagney <ac131313@redhat.com>
3219
3220 * TODO (GDB 5.1 Known Problems): Document z8k as broken.
3221
3222 Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com>
3223
3224 * wince.c: Change realloc to xrealloc throughout.
3225 (handle_load_dll): Use void * rather than PTR in argument.
3226
3227 2001-03-04 Andrew Cagney <ac131313@redhat.com>
3228
3229 * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
3230 * ocd.c (ocd_xfer_memory): Ditto.
3231 * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
3232 * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
3233 buildable with ,-Werror.
3234
3235 * Makefile.in (symfile_h): Define.
3236 (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
3237 * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
3238 * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
3239 ,-Werror.
3240
3241 * dsrec.c (make_srec): Fix internal_error fmt arg.
3242 * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
3243
3244 2001-03-03 Kevin Buettner <kevinb@redhat.com>
3245
3246 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
3247 as an lvalue.
3248
3249 2001-03-02 Andrew Cagney <ac131313@redhat.com>
3250
3251 * MAINTAINERS (paper trail): Update.
3252
3253 * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
3254
3255 2001-03-02 Andrew Cagney <ac131313@redhat.com>
3256
3257 From 2001-03-01 Tom Rix <trix@redhat.com>:
3258 * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
3259 parameter to mn10200_analyze_prologue.
3260
3261 * config/mn10200/tm-mn10200.h: Include "regcache.h".
3262 * MAINTAINERS: Document that mn10200-elf target is buildable.
3263
3264 2001-03-02 Kevin Buettner <kevinb@redhat.com>
3265
3266 * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
3267 from here...
3268 * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
3269 (MONTEREY): Don't define.
3270 (AIX5): Define.
3271
3272 2001-03-02 Matt Hiller <hiller@redhat.com>
3273
3274 * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
3275
3276 2001-03-02 Kevin Buettner <kevinb@redhat.com>
3277
3278 * sparc-nat.c (sparc-nat.c): Don't include self.
3279
3280 2001-03-01 J.T. Conklin <jtc@redback.com>
3281
3282 * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
3283 if __CYGWIN32__ is set from here.
3284 * config/i386/xm-cygwin.h: To here.
3285 * config/powerpc/xm-cygwin.h: To here.
3286
3287 * i386-stub.c (handle_exception): Use 'T' response packet.
3288
3289 2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3290
3291 * m32r-tdep.c: Fix cut and paste error in comment.
3292
3293 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3294
3295 * symtab.c (print_msymbol_info): Print addresses by portable method
3296 longest_local_hex_string_custom. Allow for 64-bit addresses.
3297
3298 2001-03-01 J.T. Conklin <jtc@redback.com>
3299
3300 * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
3301 (MAX_OF_TYPE): Wrap macro definition in parenthesis.
3302 (MIN_OF_TYPE): Likewise.
3303
3304 * memattr.h (mem_access_mode): Removed extraneous trailing comma.
3305
3306 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3307
3308 * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
3309 * os9kread.c (os9k_process_one_symbol): Add assert to detect
3310 ``loses if sizeof (char *) > sizeof (int)''.
3311
3312 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3313
3314 * gdb_assert.h: Document pragmatics behind gdb_assert's case.
3315
3316 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3317
3318 * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
3319 lists.
3320 (mi-main.o): Ditto.
3321
3322 2001-03-01 Andrew Cagney <ac131313@redhat.com>
3323
3324 * Makefile.in (regcache_h): Define. Add $(regcache_h) to
3325 dependency lists.
3326
3327 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3328
3329 * printcmd.c (print_address_numeric): Update comments to refer
3330 to sizeof addr, not sizeof pointer.
3331 (x_command): Remove needless whitespace (shorten long line).
3332
3333 * breakpoint.c (print_one_breakpoint): Formatting clean-up.
3334 (read_memory_nobpt): Ditto.
3335 (ep_is_catchpoint): Ditto.
3336 (ep_is_shlib_catchpoint): Ditto.
3337 (ep_is_exception_catchpoint): Ditto.
3338 (describe_other_breakpoints): Ditto.
3339
3340 Wed Feb 28 20:37:36 2001 Andrew Cagney <ac131313@redhat.com>
3341
3342 * regcache.h (register_valid): Fix comment documenting valid
3343 states.
3344
3345 Tue Feb 27 23:56:23 2001 Andrew Cagney <ac131313@redhat.com>
3346
3347 From Steven Johnson:
3348 * regcache.h: New file.
3349
3350 * value.h (read_register_bytes, read_register_gen)
3351 (write_register_gen, write_register_bytes)
3352 (read_register, read_register_pid)
3353 (read_signed_register, read_signed_register_pid)
3354 (write_register, write_register_pid)
3355 (register_cached, set_register_cached)
3356 (register_changed, register_buffer)
3357 (registers_changed, supply_register): Move declaration from here.
3358 * regcache.h: To here.
3359 * gdbcore.h (registers_fetched): Ditto.
3360 * inferior.h (registers, registers_valid): Ditto.
3361
3362 * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
3363 generic_target_write_pc, write_pc_pid, write_pc,
3364 generic_target_read_sp, read_sp, generic_target_write_sp,
3365 write_sp, generic_target_read_fp, read_fp,
3366 generic_target_write_fp, write_fp): Add note that these functions
3367 will be moved from this file.
3368
3369 * a29k-tdep.c: Include "regcache.h".
3370 * a68v-nat.c: Ditto.
3371 * abug-rom.c: Ditto.
3372 * alpha-nat.c: Ditto.
3373 * alpha-tdep.c: Ditto.
3374 * alphabsd-nat.c: Ditto.
3375 * arc-tdep.c: Ditto.
3376 * arm-linux-nat.c: Ditto.
3377 * arm-linux-tdep.c: Ditto.
3378 * arm-tdep.c: Ditto.
3379 * blockframe.c: Ditto.
3380 * core-aout.c: Ditto.
3381 * core-sol2.c: Ditto.
3382 * corelow.c: Ditto.
3383 * cpu32bug-rom.c: Ditto.
3384 * cxux-nat.c: Ditto.
3385 * d10v-tdep.c: Ditto.
3386 * d30v-tdep.c: Ditto.
3387 * dbug-rom.c: Ditto.
3388 * dink32-rom.c: Ditto.
3389 * dve3900-rom.c: Ditto.
3390 * findvar.c: Ditto.
3391 * fr30-tdep.c: Ditto.
3392 * frame.c: Ditto.
3393 * go32-nat.c: Ditto.
3394 * h8300-tdep.c: Ditto.
3395 * h8500-tdep.c: Ditto.
3396 * hp300ux-nat.c: Ditto.
3397 * hppa-tdep.c: Ditto.
3398 * hppab-nat.c: Ditto.
3399 * hppah-nat.c: Ditto.
3400 * hppam3-nat.c: Ditto.
3401 * hpux-thread.c: Ditto.
3402 * i386-linux-nat.c: Ditto.
3403 * i386-linux-tdep.c: Ditto.
3404 * i386-tdep.c: Ditto.
3405 * i386aix-nat.c: Ditto.
3406 * i386b-nat.c: Ditto.
3407 * i386bsd-nat.c: Ditto.
3408 * i386gnu-nat.c: Ditto.
3409 * i386ly-tdep.c: Ditto.
3410 * i386m3-nat.c: Ditto.
3411 * i386mach-nat.c: Ditto.
3412 * i386nbsd-nat.c: Ditto.
3413 * i386v4-nat.c: Ditto.
3414 * i387-nat.c: Ditto.
3415 * i387-tdep.c: Ditto.
3416 * i960-tdep.c: Ditto.
3417 * ia64-aix-nat.c: Ditto.
3418 * ia64-linux-nat.c: Ditto.
3419 * ia64-tdep.c: Ditto.
3420 * infptrace.c: Ditto.
3421 * infrun.c: Ditto.
3422 * irix4-nat.c: Ditto.
3423 * irix5-nat.c: Ditto.
3424 * lin-lwp.c: Ditto.
3425 * lin-thread.c: Ditto.
3426 * lynx-nat.c: Ditto.
3427 * m3-nat.c: Ditto.
3428 * m32r-rom.c: Ditto.
3429 * m32r-tdep.c: Ditto.
3430 * m68hc11-tdep.c: Ditto.
3431 * m68k-tdep.c: Ditto.
3432 * m68klinux-nat.c: Ditto.
3433 * m68knbsd-nat.c: Ditto.
3434 * m68knbsd-tdep.c: Ditto.
3435 * m88k-nat.c: Ditto.
3436 * m88k-tdep.c: Ditto.
3437 * mac-nat.c: Ditto.
3438 * mcore-rom.c: Ditto.
3439 * mcore-tdep.c: Ditto.
3440 * mi/mi-main.c: Ditto.
3441 * mips-nat.c: Ditto.
3442 * mips-tdep.c: Ditto.
3443 * mipsm3-nat.c: Ditto.
3444 * mipsv4-nat.c: Ditto.
3445 * mn10200-tdep.c: Ditto.
3446 * mn10300-tdep.c: Ditto.
3447 * monitor.c: Ditto.
3448 * ns32km3-nat.c: Ditto.
3449 * ns32knbsd-nat.c: Ditto.
3450 * ocd.c: Ditto.
3451 * pa64solib.c: Ditto.
3452 * ppc-bdm.c: Ditto.
3453 * ppc-linux-nat.c: Ditto.
3454 * ppc-linux-tdep.c: Ditto.
3455 * ppcbug-rom.c: Ditto.
3456 * ppcnbsd-nat.c: Ditto.
3457 * ptx4-nat.c: Ditto.
3458 * regcache.c: Ditto.
3459 * remote-adapt.c: Ditto.
3460 * remote-array.c: Ditto.
3461 * remote-bug.c: Ditto.
3462 * remote-e7000.c: Ditto.
3463 * remote-eb.c: Ditto.
3464 * remote-es.c: Ditto.
3465 * remote-est.c: Ditto.
3466 * remote-hms.c: Ditto.
3467 * remote-mips.c: Ditto.
3468 * remote-mm.c: Ditto.
3469 * remote-nindy.c: Ditto.
3470 * remote-os9k.c: Ditto.
3471 * remote-rdi.c: Ditto.
3472 * remote-rdp.c: Ditto.
3473 * remote-sds.c: Ditto.
3474 * remote-sim.c: Ditto.
3475 * remote-st.c: Ditto.
3476 * remote-udi.c: Ditto.
3477 * remote-utils.c: Ditto.
3478 * remote-vx.c: Ditto.
3479 * remote-vx29k.c: Ditto.
3480 * remote-vx68.c: Ditto.
3481 * remote-vx960.c: Ditto.
3482 * remote-vxmips.c: Ditto.
3483 * remote-vxsparc.c: Ditto.
3484 * remote.c: Ditto.
3485 * rom68k-rom.c: Ditto.
3486 * rs6000-nat.c: Ditto.
3487 * rs6000-tdep.c: Ditto.
3488 * sh-tdep.c: Ditto.
3489 * sh3-rom.c: Ditto.
3490 * sol-thread.c: Ditto.
3491 * solib-svr4.c: Ditto.
3492 * somsolib.c: Ditto.
3493 * sparc-nat.c: Ditto.
3494 * sparc-tdep.c: Ditto.
3495 * sparcl-tdep.c: Ditto.
3496 * sparclet-rom.c: Ditto.
3497 * sun3-nat.c: Ditto.
3498 * sun386-nat.c: Ditto.
3499 * symm-nat.c: Ditto.
3500 * target.c: Ditto.
3501 * thread-db.c: Ditto.
3502 * thread.c: Ditto.
3503 * tic80-tdep.c: Ditto.
3504 * tracepoint.c: Ditto.
3505 * ultra3-nat.c: Ditto.
3506 * umax-xdep.c: Ditto.
3507 * uw-thread.c: Ditto.
3508 * v850-tdep.c: Ditto.
3509 * v850ice.c: Ditto.
3510 * valops.c: Ditto.
3511 * w65-tdep.c: Ditto.
3512 * w89k-rom.c: Ditto.
3513 * win32-nat.c: Ditto.
3514 * wince.c: Ditto.
3515 * z8k-tdep.c: Ditto.
3516
3517 2001-02-28 Matt Hiller <hiller@redhat.com>
3518
3519 * MAINTAINERS: Add Matt Hiller to Write After Approval list.
3520
3521 2001-02-27 Matt Hiller <hiller@redhat.com>
3522
3523 * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
3524 (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
3525 mn10300_stab_reg_to_regnum.
3526
3527 Tue Feb 27 16:56:13 2001 David Taylor <taylor@redhat.com>
3528
3529 * symtab.c (search_symbols): Fix off by one error in test for
3530 error.
3531
3532 2001-02-23 Andrew Cagney <ac131313@redhat.com>
3533
3534 * config/sparc/sp64linux.mt: New file.
3535 * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
3536 * configure.host: Recognize sparc64-*-linux* as a linux host.
3537
3538 From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
3539 * config/sparc/tm-sp64linux.h: New file.
3540
3541 2001-02-24 Kevin Buettner <kevinb@redhat.com>
3542
3543 * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
3544 with call to internal_error().
3545 * dbxread.c (process_one_symbol): Likewise.
3546 * exec.c (build_section_table, xfer_memory): Likewise.
3547 * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
3548 Likewise.
3549 * hpread.c (hpread_type_translate, hpread_read_array_type)
3550 (hpread_type_lookup): Likewise.
3551 * i386-tdep.c (gdb_print_insn_i386): Likewise.
3552 * i960-tdep.c (mem): Likewise
3553 * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
3554 * infptrace.c (child_resume): Likewise.
3555 * infttrace.c (_initialize_infttrace): Likewise.
3556 * language.c (binop_result_type, add_language): Likewise.
3557 * lynx-nat.c (store_inferior_registers): Likewise.
3558 * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
3559 * mdebugread.c (parse_partial_symbols): Likewise.
3560 * monitor.c (monitor_printf_noecho, monitor_printf)
3561 (monitor_dump_regs): Likewise.
3562 * ocd.c (stu_put_packet): Likewise.
3563 * printcmd.c (decode_format, print_scalar_formatted): Likewise.
3564 * remote-bug.c (bug_open): Likewise.
3565 * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
3566 * remote-es.c (es1800_read_bytes): Likewise.
3567 * remote-mips.c (common_breakpoint): Likewise.
3568 * remote-rdp.c (send_rdp): Likewise.
3569 * remote-sds.c (putmessage): Likewise.
3570 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
3571 Likewise.
3572 * sparcl-tdep.c (sparclite_download): Likewise.
3573 * symtab.c (lookup_partial_symbol): Likewise.
3574 * target.c (push_target, pop_target, initialize_targets): Likewise.
3575 * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
3576 Likewise.
3577 * valprint.c (print_decimal, print_longest, print_longest)
3578 (strcat_longest): Likewise.
3579 * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
3580 * xmodem.c (xmodem_send_packet): Likewise.
3581 * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
3582 * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
3583 * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
3584 (STORE_RETURN_VALUE): Likewise.
3585 * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
3586 * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
3587 * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
3588 Likewise.
3589
3590 2001-02-23 Andrew Cagney <ac131313@redhat.com>
3591
3592 * CONTRIBUTE: Document how to cite a problem report.
3593 * TODO: Note need to replace CONTRIBUTE with generated file.
3594
3595 * CONTRIBUTE: Mention that patches do not need to include the
3596 generated files gdbarch.h and gdbarch.c.
3597
3598 2001-02-21 Andrew Cagney <ac131313@redhat.com>
3599
3600 * value.h (get_saved_register): Move from here.
3601 * frame.h: To here.
3602
3603 2001-02-21 Kevin Buettner <kevinb@redhat.com>
3604
3605 * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
3606 (in_solib_dynsym_resolve_code): Add declaration.
3607 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
3608 in_solib_dynsym_resolve_code() rather than
3609 in_svr4_dynsym_resolve_code(). Also, removed the ifdefs
3610 which caused this macro to only be defined when
3611 SVR4_SHARED_LIBS is defined.
3612 * solib.c (in_solib_dynsym_resolve_code): New function.
3613 * solist.h (struct target_so_ops): Add new member
3614 in_dynsym_resolve_code.
3615 * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
3616 in_svr4_dynsym_resolve_code. Also, made static.
3617 (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
3618 member in aix5_so_ops.
3619 * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
3620 in_svr4_dynsym_resolve_code. Also, added second version
3621 of this function which will be used when SVR4_SHARED_LIBS
3622 is not defined.
3623 (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
3624 member in svr4_so_ops.
3625
3626 * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
3627 config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
3628 config/ia64/xm-aix.h: New files.
3629 * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
3630 (ia64_aix_sigcontext_register_address): New declaration.
3631 (ia64_gdbarch_init): Provide for initialization of
3632 sigcontext_register_address member of struct tdep when
3633 on target is detected to be running AIX.
3634 * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
3635 this list.
3636
3637 2001-02-20 Kevin Buettner <kevinb@redhat.com>
3638
3639 * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
3640 * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
3641 for thread support instead of linux-thread.o and lin-thread.o.
3642 * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
3643 ATTACH_LWP): Define to use the following lin-lwp.c functions...
3644 (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
3645 lin_lwp_attach_lwp): Declare.
3646
3647 2001-02-20 Andrew Cagney <ac131313@redhat.com>
3648
3649 * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
3650 formatting.
3651
3652 2001-02-20 Kevin Buettner <kevinb@redhat.com>
3653
3654 * solib-aix5.c (solib-svr4.h): Remove include.
3655 (solib_break_names): Delete names which aren't actually
3656 used by AIX5.
3657 (bkpt_names): Remove.
3658 (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
3659 to STREQ() with equivalent calls to strcmp().
3660 (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
3661 aix5_solib_create_inferior_hook): Revise comments.
3662 (enable_break): Remove old ``bkpt_names'' code.
3663
3664 2001-02-19 Andrew Cagney <ac131313@redhat.com>
3665
3666 * Makefile.in (SFILES): Add frame.c .
3667 (COMMON_OBS): Add frame.o .
3668 (frame.o): New target.
3669
3670 * frame.c (find_saved_register):
3671 (default_get_saved_register):
3672 (get_saved_register):
3673 (read_relative_register_raw_bytes_for_frame):
3674 (read_relative_register_raw_bytes): Moved to here.
3675 * regcache.c: From here.
3676
3677 2001-02-20 Kevin Buettner <kevinb@redhat.com>
3678
3679 * solib-aix5.c: New file.
3680
3681 2001-02-20 Martin M. Hunt <hunt@redhat.com>
3682
3683 * solib.c (info_sharedlibrary_command): Don't assume pointers
3684 are the same size of long, call longest_local_hex_string_custom().
3685
3686 * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
3687 extract_signed_integer() should be called instead of
3688 extract_address().
3689
3690 2001-02-20 Martin M. Hunt <hunt@redhat.com>
3691
3692 * MAINTAINERS: Add Martin Hunt to Write After Approval list.
3693
3694 2001-02-19 Andrew Cagney <ac131313@redhat.com>
3695
3696 Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
3697 * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
3698 then floating point registers are 8 bytes.
3699
3700 2001-02-19 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3701
3702 * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to
3703 accomodate 64-bit addresses.
3704
3705 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3706
3707 From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
3708 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
3709 lookup_symbol, when trying to find a symbol with a mangled name,
3710 to avoid infinite recursion.
3711
3712 2001-02-18 Andrew Cagney <ac131313@redhat.com>
3713
3714 * TODO (5.2): Mention G++ 3.0 ABI. General cleanups.
3715
3716 2001-02-19 Jonathan Larmour <jlarmour@redhat.com>
3717
3718 * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
3719 (save_prologue_cache): Ditto.
3720
3721 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3722
3723 From: innadadadavida@yahoo.com:
3724 * partial-stab.h (switch): Check that pst is not null
3725 before dereferencing it.
3726
3727 2001-02-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
3728
3729 From Andrew Cagney <cagney@b1.cygnus.com>:
3730 * symfile.c (add_symbol_file_command): Always initialize
3731 my_cleanup using a NULL cleanup.
3732
3733 2001-02-19 Eli Zaretskii <eliz@is.elta.co.il>
3734
3735 * demangle.c (demangling_style_names): New variable.
3736 (_initialize_demangler): Fill demangling_style_names with the
3737 names of known demangling styles from libiberty_demanglers[]. Use
3738 add_set_enum_cmd instead of add_set_cmd, to get completion on
3739 demangling style names.
3740
3741 * proc-api.c (_initialize_proc_api): Make `procfs-file' use
3742 file-name completion.
3743
3744 * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
3745
3746 * solib.c (_initialize_solib): Ditto for `solib-search-path' and
3747 `solib-absolute-prefix'.
3748
3749 * tracepoint.c (_initialize_tracepoint): Ditto for
3750 `save-tracepoints'.
3751
3752 * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
3753
3754 * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
3755 file-name completion.
3756
3757 * infcmd.c (_initialize_infcmd): Make the following commands use
3758 the file-name completer: `tty', `args', `path', `paths', and
3759 `run'.
3760
3761 2001-02-18 Eli Zaretskii <eliz@is.elta.co.il>
3762
3763 * go32-nat.c: Include i387-nat.h.
3764 (fetch_register): New function, uses some of the guts of
3765 go32_fetch_registers and calls i387_supply_register.
3766 (go32_fetch_registers): Most of the code moved into
3767 fetch_register. Use i387_supply_fsave.
3768 (store_register): Use i387_fill_fsave instead of custom code.
3769 (go32_store_registers): Use i387_fill_fsave.
3770
3771 * Makefile.in (go32-nat.o): Depend on i387-nat.h.
3772
3773 * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
3774
3775 * completer.c (gdb_completer_file_name_break_characters): Remove
3776 slash from file-name break characters.
3777 [__MSDOS__]: Special definition for DOS/Windows file names.
3778 (line_completion_function): When completing on file names, bump
3779 `p' to the first file-name constituent character of `word', before
3780 invoking the completer.
3781
3782 2001-02-17 Mark Kettenis <kettenis@gnu.org>
3783
3784 * i387-nat.c: Include "i387-nat.h". Use regnum instead of regno
3785 consistently for parameter names. Fix comments accordingly.
3786 (i387_supply_register): New function.
3787 (i387_supply_fsave): Implement using i387_supply_register.
3788 * i387-nat.h: Use regnum instead of regno consistently for
3789 parameter names. Fix comments accordingly.
3790 (i387_supply_register): New prototype.
3791
3792 2001-02-16 Michael Snyder <msnyder@mvstp600e.cygnus.com>
3793
3794 * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT
3795 instead of TARGET_PTR_BIT (to support Harvard architectures).
3796
3797 2001-02-16 Andrew Cagney <ac131313@redhat.com>
3798
3799 From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
3800 * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib
3801 argument to parameter list and to call in order to conform to
3802 to_xfer_memory field of struct target_ops.
3803
3804 2001-02-12 Michael Chastain <chastain@redhat.com>
3805
3806 * somsolib.c (som_solib_add_solib_objfile): Do not use
3807 section relocation feature of syms_from_objfile. Do my own
3808 section relocation, offsetting each section of the som by
3809 either text_addr - text_link_addr or data_start.
3810
3811 2001-02-16 Andrew Cagney <ac131313@redhat.com>
3812
3813 * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
3814
3815 2001-02-16 Andrew Cagney <ac131313@redhat.com>
3816
3817 * MAINTAINERS (paper trail): Update.
3818
3819 2001-02-16 Mark Kettenis <kettenis@gnu.org>
3820
3821 * target.h (target_fetch_registers): Fix comment.
3822
3823 2001-02-15 Andrew Cagney <ac131313@redhat.com>
3824
3825 * f-exp.y: Include <ctype.h>.
3826 (parse_number): Ensure that ``i'' is always initialized.
3827
3828 2001-02-14 Jim Kingdon <jkingdon@engr.sgi.com>
3829
3830 * MAINTAINERS: Add myself to paper trail section.
3831
3832 2001-02-14 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3833
3834 * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
3835 * configure, config.in: Regenerate.
3836 * corelow.c: Include <sys/file.h> if present.
3837
3838 2001-02-14 Andrew Cagney <ac131313@redhat.com>
3839
3840 * inflow.c (terminal_ours_1): Initialize ``osigtou''. Only
3841 declare when have SIGTTOU.
3842
3843 2001-02-14 Eli Zaretskii <eliz@is.elta.co.il>
3844
3845 * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
3846
3847 2001-02-12 Jim Kingdon <jkingdon@engr.sgi.com>
3848
3849 * MAINTAINERS: Update my email address.
3850
3851 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
3852
3853 * NEWS: Document that "info symbol" works with COFF debug info and
3854 its variants.
3855
3856 * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
3857 symbols whose SYMBOL_BFD_SECTION is NULL.
3858
3859 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3860
3861 Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
3862 * xcoffsolib.c (xcoff_solib_address): Renamed from
3863 pc_load_segment_name. Return NULL if address is not in a shared
3864 library. Cleanup shared library name construction, using xasprintf.
3865 Format shared library member names consistent with format in exec.c.
3866 (solib_info): Format shared library member names consistent with
3867 format in exec.c.
3868 * config/rs6000/nm-rs6000.h: Replace PC_LOAD_SEGMENT with PC_SOLIB,
3869 using xcoff_solib_address for PC_SOLIB definition.
3870 * stack.c (print_frame): Remove PC_LOAD_SEGMENT code, no longer
3871 needed.
3872
3873 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3874
3875 * mipsread.c (read_alphacoff_dynamic_symtab): Replace alloca calls
3876 with xmalloc calls and cleanups.
3877
3878 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
3879
3880 * rs6000-nat.c (child_xfer_memory): Add missing parameter
3881 'struct mem_attrib *' required by 2001-01-23 change.
3882
3883 2001-02-08 Jim Kingdon <jkingdon@engr.sgi.com>
3884
3885 Updates to "make TAGS":
3886 * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
3887 arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
3888 tahoe-tdep.c.
3889 (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
3890
3891 2001-02-08 Eli Zaretskii <eliz@is.elta.co.il>
3892
3893 * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
3894
3895 Wed Feb 7 22:39:26 2001 Andrew Cagney <cagney@redhat.com>
3896
3897 From Dean Luick <luick@cray.com>:
3898 * defs.h (continuation): Remove unused global variable.
3899
3900 Wed Feb 7 22:28:31 2001 Andrew Cagney <cagney@redhat.com>
3901
3902 * configure.tgt: Remove references to convex, pyramid, altos and
3903 tahoe.
3904 * configure.host: Ditto.
3905 * MAINTAINERS: Ditto.
3906 * NEWS: Update.
3907
3908 * tahoe-tdep.c: Delete obsolete file.
3909 * pyr-xdep.c: Ditto.
3910 * pyr-tdep.c: Ditto.
3911 * convex-tdep.c: Ditto.
3912 * convex-xdep.c: Ditto.
3913 * config/tahoe/xm-tahoe.h: Ditto.
3914 * config/tahoe/tm-tahoe.h: Ditto.
3915 * config/tahoe/tahoe.mt: Ditto.
3916 * config/tahoe/tahoe.mh: Ditto.
3917 * config/pyr/xm-pyr.h: Ditto.
3918 * config/pyr/tm-pyr.h: Ditto.
3919 * config/pyr/pyramid.mt: Ditto.
3920 * config/pyr/pyramid.mh: Ditto.
3921 * config/m68k/xm-altos.h: Ditto.
3922 * config/m68k/tm-altos.h: Ditto.
3923 * config/m68k/altos.mt: Ditto.
3924 * config/m68k/altos.mh: Ditto.
3925 * config/convex/xm-convex.h: Ditto.
3926 * config/convex/tm-convex.h: Ditto.
3927 * config/convex/convex.mt: Ditto.
3928 * config/convex/convex.mh: Ditto.
3929 * config/convex/Convex.notes: Ditto.
3930 * config/arm/xm-arm.h: Ditto.
3931 * config/arm/nm-arm.h: Ditto.
3932 * config/arm/arm.mt: Ditto.
3933 * config/arm/arm.mh: Ditto.
3934 * arm-convert.s: Ditto.
3935 * arm-xdep.c: Ditto.
3936 * altos-xdep.c: Ditto.
3937
3938 Wed Feb 7 19:41:21 2001 Andrew Cagney <cagney@redhat.com>
3939
3940 * defs.h (internal_error, internal_verror): Add __FILE__ and
3941 __LINE__ parameter.
3942 * utils.c (internal_error, internal_verror): Update.
3943
3944 * v850-tdep.c: Update calls to internal_error.
3945 * utils.c: Ditto.
3946 * ui-out.c: Ditto.
3947 * ui-file.c: Ditto.
3948 * target.h: Ditto.
3949 * symtab.h: Ditto.
3950 * symm-nat.c: Ditto.
3951 * sparc-tdep.c: Ditto.
3952 * source.c: Ditto.
3953 * serial.c: Ditto.
3954 * rs6000-tdep.c: Ditto.
3955 * rs6000-nat.c: Ditto.
3956 * remote.c: Ditto.
3957 * remote-vx.c: Ditto.
3958 * remote-sim.c: Ditto.
3959 * remote-mips.c: Ditto.
3960 * regcache.c: Ditto.
3961 * objfiles.h: Ditto.
3962 * objfiles.c: Ditto.
3963 * mn10300-tdep.c: Ditto.
3964 * mips-tdep.c: Ditto.
3965 * maint.c: Ditto.
3966 * m68k-tdep.c: Ditto.
3967 * m3-nat.c: Ditto.
3968 * language.c: Ditto.
3969 * infptrace.c: Ditto.
3970 * inferior.h: Ditto.
3971 * infcmd.c: Ditto.
3972 * ia64-tdep.c: Ditto.
3973 * i386-tdep.c: Ditto.
3974 * i386-linux-nat.c: Ditto.
3975 * hppah-nat.c: Ditto.
3976 * go32-nat.c: Ditto.
3977 * findvar.c: Ditto.
3978 * f-lang.c: Ditto.
3979 * elfread.c: Ditto.
3980 * event-loop.c: Ditto.
3981 * dwarf2read.c: Ditto.
3982 * dsrec.c: Ditto.
3983 * d30v-tdep.c: Ditto.
3984 * d10v-tdep.c: Ditto.
3985 * cli/cli-setshow.c: Ditto.
3986 * cli/cli-script.c: Ditto.
3987 * ch-exp.c: Ditto.
3988 * breakpoint.c: Ditto.
3989 * ax-gdb.c: Ditto.
3990 * arch-utils.c: Ditto.
3991 * a29k-tdep.c: Ditto.
3992 * gdb_assert.h: Ditto.
3993 * gdbarch.sh: Ditto.
3994 * gdbarch.h, gdbarch.c: Re-generate.
3995
3996 2001-02-07 Andrew Cagney <ac131313@redhat.com>
3997
3998 From Mark Kettenis <kettenis@gnu.org>:
3999 * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
4000
4001 2001-02-07 Andrew Cagney <ac131313@redhat.com>
4002
4003 * remote-sim.c (dump_mem): Cleanup printf format argument.
4004 * MAINTAINERS: Update, mn10300-elf now builds.
4005
4006 2001-02-07 Mark Kettenis <kettenis@gnu.org>
4007
4008 * event-top.c: Remove duplicate #include <signal.h>.
4009
4010 2001-02-06 Andrew Cagney <ac131313@redhat.com>
4011
4012 * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
4013 allocated buffer.
4014 (save_inferior_pid): Restore the PID from that tempoary
4015 buffer. Delete the buffer.
4016 * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
4017
4018 2001-02-06 Andrew Cagney <ac131313@redhat.com>
4019
4020 * MAINTAINERS: Add ``The Obvious Fix Rule''.
4021
4022 2001-02-06 Andrew Cagney <ac131313@redhat.com>
4023
4024 * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
4025
4026 2001-02-06 Andrew Cagney <ac131313@cygnus.com>
4027
4028 * gdbarch.sh: Include "gdb_assert.h".
4029 (struct gdbarch): Change ``nr_data'' to unsigned.
4030 (alloc_gdbarch_data, free_gdbarch_data): New functions.
4031 (gdbarch_free): Free the data-pointer vector. Use xfree to delete
4032 architecture vector.
4033 (struct gdbarch_data, struct gdbarch_data_registration): Move init
4034 method to gdbarch_data. Add free method, make index unsigned.
4035 (struct gdbarch_data_registry): Make nr unsigned.
4036 (register_gdbarch_data): Add free parameter. Store in
4037 gdbarch_data.
4038 (init_gdbarch_data): Use set_gdbarch_data.
4039 (set_gdbarch_data): New function.
4040
4041 * gdbarch.h, gdbarch.c: Re-generate.
4042
4043 2001-02-06 Michael Sokolov <msokolov@ivan.Harhan.ORG>
4044
4045 * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
4046 fprintf_filtered with correct arguments.
4047
4048 2001-02-06 Michael Snyder <msnyder@makita.cygnus.com>
4049 Submitted by Paul Hilfinger (hilfingr@gnat.com)
4050 and Andrei Petrov (and@genesyslab.com).
4051 * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
4052 must be allocated dynamically, since these are no longer constants.
4053 * infcmd.c: Ditto.
4054 * regcache.c: Ditto.
4055 * remote.c: Ditto.
4056 * sol-thread.c: Ditto.
4057 * valops.c: Ditto.
4058 * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
4059 work-around for a missing Sun header file in solaris for sparc64.
4060
4061 2001-02-04 Philip Blundell <philb@gnu.org>
4062
4063 * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
4064 thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
4065 * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
4066 GET_THREAD_SIGNALS): Define.
4067 * arm-linux-nat.c (fill_gregset): Correct type of argument.
4068 (supply_gregset): Likewise.
4069 (fill_fpregset): Likewise.
4070 (supply_fpregset): Likewise.
4071
4072 Tue Feb 6 11:58:57 2001 David Taylor <taylor@redhat.com>
4073
4074 * valops.c (value_cast): If casting a scalar to a pointer, do not
4075 issue a message about truncation unless it exceeds the length of
4076 an address, not the length of a pointer. This is because what the
4077 user gives us is an address, not a pointer, and we will ultimately
4078 convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
4079 to a pointer. This allows things like "print *(int *)0x01000234"
4080 to work without generating a misleading message on a target having
4081 two byte pointers and four byte addresses.
4082
4083 2001-02-05 Christopher Faylor <cgf@cygnus.com>
4084
4085 * win32-nat.c: Change PTR to void * throughout.
4086
4087 2001-02-05 J.T. Conklin <jtc@redback.com>
4088
4089 * signals.h: Removed.
4090 * event-top.c (#include <signal.h>): Changed from signals.h.
4091 * inflow.c: Likewise.
4092 * mac-xdep.c: Likewise.
4093 * ser-pipe.c: Likewise.
4094 * ser-tcp.c: Likewise.
4095 * standalone.c: Likewise.
4096 * top.c: Likewise.
4097 * utils.c: Likewise.
4098 * Makefile.in: Removed signals.h from dependencies.
4099
4100 2001-02-05 Christopher Faylor <cgf@cygnus.com>
4101
4102 Change suggested by Dean Luick <luick@cray.com>
4103 * inferior.h (step_over_calls_kind): Remove trailing comma from
4104 last enum element.
4105 (step_over_calls): Declare as extern rather than global.
4106
4107 2001-02-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
4108
4109 * sh-tdep.c: Update copyright.
4110 (sh_extract_return_value): Rewrite.
4111 (sh3e_sh4_extract_return_value): New function.
4112 (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
4113 version of the function for sh3e and sh4 CPUs.
4114
4115 2001-02-05 Michael Chastain <chastain@redhat.com>
4116
4117 * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
4118 to conform with interface change.
4119
4120 2001-02-04 Eli Zaretskii <eliz@is.elta.co.il>
4121
4122 * config/djgpp/fnchange.lst: Tweak to make consistent with the
4123 new files.
4124
4125 * config/djgpp/djconfig.sh: Use explicit absolute file name when
4126 invoking `find'.
4127
4128 * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
4129 UART_FIFO_WORKS is defined. Otherwise use outportb.
4130 From Francisco Pastor <fpastor.etra-id@etra.es>
4131
4132 * go32-nat.c (go32_xfer_memory): Make the argument list consistent
4133 with target.h's `to_xfer_memory' member.
4134
4135 2001-02-02 J.T. Conklin <jtc@redback.com>
4136
4137 * ppc-bdm.c (#include <signal.h>): Removed.
4138 * remote-array.c: Likewise.
4139 * remote-bug.c: Likewise.
4140 * remote-e7000.c: Likewise.
4141 * remote-mips.c: Likewise.
4142 * remote-os9k.c: Likewise.
4143 * remote-st.c: Likewise.
4144 * remote-udi.c: Likewise.
4145 * remote-vx29k.c: Likewise.
4146 * remote-vx68.c: Likewise.
4147 * remote-vx960.c: Likewise.
4148 * remote-vxmips.c: Likewise.
4149 * remote-vxsparc.c: Likewise.
4150
4151 2001-02-02 John Moore <jmoore@redhat.com>
4152
4153 * remote-utils.h (sr_set_device): Changed free() to xfree() where
4154 appropriate. Also changed Copyright to include 2001.
4155 * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
4156 * value.h (value_free): Likewise.
4157 * gdbarch.sh (gdbarch_free): Likewise.
4158 * gdbarch.c, gdbarch.h: Regenerated.
4159
4160 2001-02-02 John Moore <jmoore@redhat.com>
4161
4162 * cli/cli-cmds.c (apropos_command): Changed occurance of free() to
4163 xfree(). Also changed Copyright to include 2001.
4164
4165 2001-02-02 J.T. Conklin <jtc@redback.com>
4166
4167 * monitor.c (#include "gdb_wait.h"): Removed.
4168 * ocd.c: Likewise.
4169 * ppc-bdm.c: Likewise.
4170 * remote-adapt.c: Likewise.
4171 * remote-array.c: Likewise.
4172 * remote-bug.c: Likewise.
4173 * remote-e7000.c: Likewise.
4174 * remote-eb.c: Likewise.
4175 * remote-es.c: Likewise.
4176 * remote-mips.c: Likewise.
4177 * remote-mm.c: Likewise.
4178 * remote-nindy.c: Likewise.
4179 * remote-os9k.c: Likewise.
4180 * remote-rdi.c: Likewise.
4181 * remote-rdp.c: Likewise.
4182 * remote-sds.c: Likewise.
4183 * remote-sim.c: Likewise.
4184 * remote-st.c: Likewise.
4185 * remote-udi.c: Likewise.
4186 * remote-vx.c: Likewise.
4187 * remote-vx29k.c: Likewise.
4188 * remote-vx68.c: Likewise.
4189 * remote-vx960.c: Likewise.
4190 * remote-vxmips.c: Likewise.
4191 * remote-vxsparc.c: Likewise.
4192 * remote.c: Likewise.
4193 * ser-pipe.c: Likewise.
4194 * ser-unix.c: Likewise.
4195 * Makefile.in: Updated dependencies.
4196
4197 2001-01-31 David Smith <dsmith@redhat.com>
4198
4199 * event-loop.c: Change inclusion of string.h to gdb_string.h and
4200 updated the copyright notice.
4201 * ser-pipe.c: Ditto.
4202 * mi/mi-cmds.c: Ditto.
4203 * mi/mi-console.c: Ditto.
4204 * mi/mi-getopt.c: Ditto.
4205 * mi/mi-parse.c: Ditto.
4206
4207 2001-01-31 David Smith <dsmith@redhat.com>
4208
4209 * MAINTAINERS: Add David Smith to Write After Approval list.
4210
4211 Tue Jan 30 15:43:08 2001 Andrew Cagney <cagney@cygnus.com>
4212
4213 * cli/cli-utils.c (putchar_filtered): Move function from here.
4214 * utils.c (putchar_filtered): To here.
4215 * cli/cli-utils.h (putchar_filtered): Move declaration from here.
4216 * defs.h (putchar_filtered): To here.
4217
4218 Tue Jan 30 17:27:11 2001 Andrew Cagney <cagney@redhat.com>
4219
4220 * configure.in (AC_CHECK_FUNCS): Replace vfork test with
4221 AC_FUNC_VFORK macro.
4222 * config.in, configure: Re-generate.
4223
4224 * gdb_vfork.h: New file.
4225 * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
4226 * fork-child.c (fork_inferior): Ditto.
4227
4228 Tue Jan 30 17:09:07 2001 Andrew Cagney <cagney@redhat.com>
4229
4230 * defs.h (strsave): Delete declaration.
4231 * utils.c (strsave): Delete definition.
4232 * TODO (strsave): Update
4233
4234 * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
4235 * sparcl-tdep.c (sparclite_open): Ditto.
4236 * mips-tdep.c (mips_set_processor_type_command): Ditto.
4237 (_initialize_mips_tdep): Ditto.
4238 * solib.c (solib_open): Ditto.
4239 * symfile.c (add_filename_language): Ditto.
4240 (set_ext_lang_command): Ditto.
4241 * source.c (init_source_path): Ditto.
4242 (mod_path): Ditto.
4243 * sh3-rom.c (sh3_open): Ditto.
4244 (sh3e_open): Ditto.
4245 * serial.c (serial_open): Ditto.
4246 * remote-mips.c (common_open): Ditto.
4247 * monitor.c (monitor_open): Ditto.
4248 * m32r-rom.c (m32r_upload_command): Ditto.
4249 * infcmd.c (path_command): Ditto.
4250 * f-exp.y (parse_number): Ditto.
4251 * breakpoint.c (create_longjmp_breakpoint): Ditto.
4252 (create_thread_event_breakpoint): Ditto.
4253 * arc-tdep.c (arc_set_cpu_type_command): Ditto.
4254 (_initialize_arc_tdep): Ditto.
4255
4256 Tue Jan 30 15:14:26 2001 Andrew Cagney <cagney@skil>
4257
4258 * cli/cli-script.c (define_command): Check for a bad hook value in
4259 switch statement.
4260
4261 2001-01-30 J.T. Conklin <jtc@redback.com>
4262
4263 * configure/sh/embed.mt: New file.
4264 * configure/sh/linux.mt: New file.
4265 * configure/sh/sh.mt: Removed.
4266 * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
4267 (sh-*-*): Removed.
4268
4269 2001-01-29 Michael Chastain <chastain@redhat.com>
4270
4271 * symtab.c (block_lookup_symbol): Use 'namespace' parameter in
4272 symbol comparisons in binary search.
4273
4274 2001-01-27 Christopher Faylor <cgf@cygnus.com>
4275
4276 * win32-nat.c (child_xfer_memory): Add missing argument required by
4277 2001-01-23 change.
4278
4279 2001-01-27 Mark Kettenis <kettenis@gnu.org>
4280
4281 * ui-out.c (do_list_end): New function.
4282 (make_cleanup_ui_out_list_end): New function.
4283 * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
4284 * stack.c (print_frame) [UI_OUT]: Call
4285 make_cleanup_ui_out_list_end to make sure we mark the end of the
4286 list if we do a non-local exit. At the end of the function,
4287 instead of calling ui_out_list_end directly, let do_cleanups
4288 handle it.
4289
4290 2001-01-26 Fernando Nasser <fnasser@redhat.com>
4291
4292 Fix double parsing of filenames passed as command line arguments
4293 to GDB (causes weird handling of escape characters).
4294 Also, remove dependencies on the CLI from libgdb.
4295 * call-cmds.h: Remove declaration of exec_file_command().
4296 * gdbcore.h: Remove declaration of exec_file_command().
4297 Add declarations for exec_open() and exec_file_clear().
4298 * symfile.h: Add declarations for symbol_file_add_main() and
4299 symbol_file_clear().
4300 * exec.c (exec_open): New function. Implements to_open for exec
4301 targets.
4302 (exec_file_clear): New function. Makes GDB forget about a previously
4303 specified executable file.
4304 (exec_file_attach): Move parsing of arguments from here ...
4305 (exec_file_command): ... to here.
4306 (init_exec_ops): Use exec_open(), not exec_file_command() to
4307 implement to_open for exec targets.
4308 * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
4309 with default values. Used when the file name has already been parsed.
4310 (symbol_file_clear): New function. Makes GDB forget about previously
4311 read symbols.
4312 (symbol_file_command): Call the above function instead of inline code.
4313 * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
4314 "call-cmds.h".
4315 (captured_main): Call exec_file_attach() and symbol_file_add_main()
4316 instead of exec_file_command() and symbol_file_command().
4317 (captured_main): Add comment.
4318 * corefile.c: Include "symfile.h".
4319 (core_file_command): Call symbol_file_add_main() instead of
4320 symbol_file_command().
4321 (reopen_exec_file): Call exec_open() instead of exec_file_command().
4322 * infcmd.c: Include "symfile.h".
4323 (attach_command): Call symbol_file_add_main() instead of
4324 symbol_file_command().
4325 * infrun.c: Remove comment about the inclusion of "symfile.h",
4326 not any longer appropriate.
4327 (follow_exec): Call symbol_file_add_main() instead of
4328 symbol_file_command().
4329 * remote-es.c: Include "symfile.h".
4330 (es1800_load): Call symbol_file_add_main() instead of
4331 symbol_file_command().
4332 * remote-vx.c: Remove comment about the inclusion of "symfile.h",
4333 not any longer appropriate.
4334 (vx-wait): Call symbol_file_add_main() instead of
4335 symbol_file_command().
4336 * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
4337 instead of symbol_file_command().
4338 * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
4339 symbol_file_add_main() instead of exec_file_command() and
4340 symbol_file_command().
4341 * Makefile.in: Update dependencies.
4342
4343 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
4344
4345 * remote-udi.c (udi_open): Change strdup to xstrdup.
4346 * thread.c (thread_apply_all_command): Change strdup to xstrdup.
4347 Update copyright message.
4348 * varobj.c (delete_variable_1): Likewise.
4349
4350 * gdb_string.h: Remove declaration of strdup. Update copyright
4351 message.
4352 * config/xm-mpw.h: Likewise.
4353 * config/i386/xm-i386mach.h: Likewise.
4354 * config/m68k/xm-apollo68b.h: Likewise.
4355 * config/m68k/xm-hp300bsd.h: Likewise.
4356 * config/rs6000/xm-rs6000.h: Likewise.
4357 * config/vax/xm-vaxult.h: Remove declaration of strdup.
4358 * config/vax/xm-vaxult2.h: Likewise.
4359
4360 2001-01-26 Jeff Holcomb <jeffh@redhat.com>
4361
4362 * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
4363
4364 2001-01-25 J.T. Conklin <jtc@redback.com>
4365
4366 * target.c (target_xfer_memory_partial): Return -1 on failure due
4367 to invalid access mode attribute.
4368
4369 2001-01-25 Christopher Faylor <cgf@cygnus.com>
4370
4371 * win32-nat.c (_initialize_core_win32): Prototype correctly.
4372
4373 2001-01-25 Mark Kettenis <kettenis@gnu.org>
4374
4375 * config/alpha/tm-fbsd.h: Update copyright.
4376 (USE_STRUCT_CONVENTION): Define in terms of
4377 alphabsd_use_struct_convention.
4378 * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
4379 * alphafbsd-tdep.c: New file.
4380
4381 2001-01-24 Fernando Nasser <fnasser@redhat.com>
4382
4383 * top.c (print_gdb_version): Update Copyright year.
4384
4385 2001-01-24 J.T. Conklin <jtc@redback.com>
4386
4387 * dcache.c (dcache_write_line): Fix typo.
4388
4389 * memattr.c (delete_mem_region): Replace free() with xfree().
4390 (mem_number): Add explicit type.
4391
4392 * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
4393 (rw_common): Likewise.
4394
4395 2001-01-24 Fernando Nasser <fnasser@redhat.com>
4396
4397 * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
4398 for the inferior program arguments.
4399 (run_command, run_no_args_command, init_infcmd)): Use accessor
4400 functions to set the inferior program arguments.
4401 * inferior.h: Add definitions to the accessor functions above.
4402
4403 2001-01-23 Jim Blandy <jimb@redhat.com>
4404
4405 * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
4406 Implement these correctly, using make_cv_type.
4407
4408 2001-01-23 J.T. Conklin <jtc@redback.com>
4409
4410 * exec.c (xfer_memory): Add attrib argument.
4411 * infptrace.c (child_xfer_memory): Likewise.
4412 * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
4413 * monitor.c (monitor_xfer_memory): Likewise.
4414 * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
4415 * remote-array.c (array_xfer_memory): Likewise.
4416 * remote-bug.c (bug_xfer_memory): Likewise.
4417 * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
4418 * remote-eb.c (eb_xfer_inferior_memory): Likewise.
4419 * remote-es.c (es1800_xfer_inferior_memory): Likewise.
4420 * remote-mips.c (mips_xfer_memory): Likewise.
4421 * remote-mm.c (mm_xfer_inferior_memory): Likewise.
4422 * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
4423 * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
4424 * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
4425 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
4426 * remote-sds.c (sds_xfer_memory): Likewise.
4427 * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
4428 * remote-st.c (st2000_xfer_inferior_memory): Likewise.
4429 * remote-udi.c (udi_xfer_inferior_memory): Likewise.
4430 * remote-vx.c (vx_xfer_memory): Likewise.
4431 * remote.c (remote_xfer_memory): Likewise.
4432 * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
4433 * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
4434 * thread-db.c (thread_db_xfer_memory): Likewise.
4435
4436 * target.h (#include "memattr.h"): Added.
4437 (target_ops.to_xfer_memory): Add attrib argument.
4438
4439 * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
4440 * dcache.h (set_dcache_state): Removed declaration.
4441 * dcache.c (set_dcache_state): Removed definition
4442
4443 * dcache.c: Update module comment, as dcache is now enabled and
4444 disabled with memory region attributes instead of by the global
4445 variable "remotecache". Add comment describing the interaction
4446 between dcache and memory region attributes.
4447 (dcache_xfer_memory): Add comment describing benefits of moving
4448 cache writeback to a higher level.
4449 (dcache_struct): Removed cache_has_stuff field. This was used to
4450 record whether the cache had been accessed in order to invalidate
4451 it when it was disabled. However, this is not needed because the
4452 cache is write through and the code that enables, disables, and
4453 deletes memory regions invalidate the cache. Add comment which
4454 suggests that we could be more selective and only invalidate those
4455 cache lines containing data from those memory regions.
4456 (dcache_invalidate): Updated.
4457 (dcache_xfer_memory): Updated.
4458
4459 (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
4460 (dcache_xfer_memory): Removed code that called do_xfer_memory() to
4461 perform a uncached transfer if dcache_enabled_p was clear. This
4462 function is now only called if caching is enabled for the memory
4463 region.
4464 (dcache_info): Always print cache info.
4465
4466 * target.c (do_xfer_memory): Add attrib argument.
4467 (target_xfer_memory, target_xfer_memory_partial): Break transfer
4468 into chunks defined by memory regions, pass region attributes to
4469 do_xfer_memory().
4470 * dcache.c (dcache_read_line, dcache_write_line): Likewise.
4471
4472 * Makefile.in (SFILES): Add memattr.c.
4473 (COMMON_OBS): Add memattr.o.
4474 (dcache.o): Add target.h to dependencies.
4475 * memattr.c: New file.
4476 * memattr.h: Likewise.
4477
4478 * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
4479 * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
4480 * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
4481 * gdbserver/low-sim.c (#include "defs.h"): Removed.
4482 (mygeneric_load): Rename from generic_load.
4483
4484 * gdbserver/low-hppabsd.c (#include "server.h"): Added.
4485 (#include "defs.h"): Removed.
4486 (inferior_pid, perror_with_name): Remove declarations.
4487 * gdbserver/low-linux.c: Likewise.
4488 * gdbserver/low-nbsd.c: Likewise.
4489 * gdbserver/low-sparc.c: Likewise.
4490 * gdbserver/low-sun3.c: Likewise.
4491
4492 * i386-stub.c: Re-indent.
4493 * m68k-stub.c: Re-indent.
4494
4495 2001-01-22 Nicholas Duffek <nsd@redhat.com>
4496
4497 * gdbarch.sh (PARM_BOUNDARY): Define.
4498 * gdbarch.c: Regenerate.
4499 * gdbarch.h: Regenerate.
4500
4501 2001-01-22 J.T. Conklin <jtc@redback.com>
4502
4503 * ns32k-tdep.c: #include "frame.h"
4504 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
4505 appears to have been inadvertantly removed sometime in May 1999.
4506
4507 * Revert 2000-11-09 changes where shared library objects were
4508 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
4509 we'd like to be able to debug dynamically linked executables,
4510 this makes it impossible to build a cross debugger on a many
4511 hosts.
4512
4513 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
4514 * config/i386/nbsdelf.mt: Likewise.
4515 * config/m68k/nbsd.mt: Likewise.
4516 * config/ns32k/nbsd.mt: Likewise.
4517 * config/powerpc/nbsd.mt: Likewise.
4518 * config/sparc/nbsd.mt: Likewise.
4519 * config/sparc/nbsdelf.mt: Likewise.
4520 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
4521 * config/i386/nbsdelf.mh: Likewise.
4522 * config/m68k/nbsd.mh: Likewise.
4523 * config/ns32k/nbsd.mh: Likewise.
4524 * config/powerpc/nbsd.mh: Likewise.
4525 * config/sparc/nbsd.mh: Likewise.
4526
4527 2001-01-19 Jason Merrill <jason@redhat.com>
4528
4529 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
4530 (process_one_symbol): Likewise.
4531 * dwarfread.c (handle_producer): Likewise.
4532
4533 Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
4534
4535 * configure.in (build_warnings): Disable -Wuninitialized until GDB
4536 compiles with -Wuninitialized,-Werror.
4537 * configure: Regenerate.
4538
4539 * MAINTAINERS: Add list of buildable targets.
4540
4541 Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
4542
4543 * defs.h (STRCMP): Delete macro.
4544
4545 * objfiles.c (objfile_relocate): Replace STRCMP with call to
4546 strcmp.
4547 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
4548 * symfile.c (compare_symbols): Ditto.
4549 * standalone.c (open): Ditto.
4550 * remote-es.c (verify_break): Ditto.
4551 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
4552
4553 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
4554
4555 Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
4556
4557 * varobj.c (FREEIF): Delete macro.
4558 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
4559 call.
4560
4561 2001-01-18 Nick Clifton <nickc@redhat.com>
4562
4563 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
4564 (arc_print_insn): No bfd available, so pass NULL to
4565 arc_get_disassembler.
4566
4567 2001-01-09 James Ingham <jingham@inghji.apple.com>
4568
4569 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
4570 a mangled symbol rather than recursing into lookup_symbol, since
4571 this will just re-unmangle the name & call lookup_symbol_aux -
4572 leading to an infinite recursion.
4573
4574 2001-01-18 Mark Kettenis <kettenis@gnu.org>
4575
4576 * infcmd.c (print_return_value): Restore another space lost by
4577 switch to UIOUT. ``$NN='' should be ``$NN =''.
4578
4579 Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
4580
4581 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
4582 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
4583 definition in parenthesis.
4584
4585 Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
4586
4587 From 2000-10-27 Mark Salter <msalter@redhat.com>:
4588 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
4589 packet.
4590 (remote_insert_hw_breakpoint): Ditto.
4591
4592 2001-01-17 J.T. Conklin <jtc@redback.com>
4593
4594 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
4595 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
4596 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
4597 * m68knbsd-tdep.c: New file.
4598
4599 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
4600
4601 * m68knbsd-nat.c: #include gdbcore.h.
4602
4603 Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
4604
4605 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
4606
4607 2001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
4608
4609 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
4610 goes away -- just return false (ie. not stopped by watchpoint).
4611 * source.c (openp): Fix typo in comment.
4612
4613 2001-01-12 Nicholas Duffek <nsd@redhat.com>
4614
4615 * blockframe.c (generic_get_saved_register): Spelling fix.
4616 * frame.h (FRAME_FP): Spelling fix.
4617
4618 Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
4619
4620 * infcmd.c (print_return_value): Restore space lost by switch to
4621 UIOUT. ``$NN='' should be ``$NN =''.
4622
4623 2001-01-08 Nicholas Duffek <nsd@redhat.com>
4624
4625 * regcache.c (set_register_cached, register_buffer,
4626 real_register, pseudo_register fetch_register, store_register):
4627 New functions.
4628 (register_changed, read_relative_register_raw_bytes_for_frame,
4629 registers_changed, registers_fetched, read_register_bytes,
4630 read_register_gen, write_register_gen, read_register,
4631 read_signed_register, write_register, supply_register): Replace
4632 register_valid[] with register_cached() and
4633 set_register_cached().
4634 (read_register_bytes, read_register_gen, write_register_gen,
4635 read_register, read_signed_register, write_register,
4636 supply_register): Replace registers[] with register_buffer().
4637 (read_register_bytes, read_register_gen, read_register,
4638 read_signed_register): Call fetch_register().
4639 (write_register_gen, write_register): Call real_register() and
4640 store_register().
4641 (write_register_bytes): Call store_register().
4642 * value.h (set_register_cached, register_buffer): Prototype.
4643 * remote.c (remote_fetch_registers): Allocate regs[] with a
4644 run-time size. Replace register_valid[] with
4645 set_register_cached().
4646 (store_register_using_P, remote_store_registers): Replace
4647 registers[] with register_buffer().
4648
4649 2001-01-08 Nicholas Duffek <nsd@redhat.com>
4650
4651 * regcache.c: Change "write-back" comment to "write-through".
4652 Change "regno" to "regnum".
4653 (read_register, read_signed_register): Remove "raw" from return
4654 value description.
4655 (supply_register): Spelling fix.
4656 * value.h: Change "regno" to "regnum".
4657
4658 2001-01-08 Fernando Nasser <fnasser@redhat.com>
4659
4660 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
4661 to be installed.
4662
4663 2001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
4664
4665 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
4666
4667 2001-01-04 Nicholas Duffek <nsd@redhat.com>
4668
4669 * valops.c (VALUE_SUBSTRING_START): Delete.
4670
4671 2001-01-04 Nicholas Duffek <nsd@redhat.com>
4672
4673 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
4674 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
4675 (cli_utils_h): New variable.
4676 (cli/cli-utils.o): New rule.
4677 * cli/cli-utils.c: New file.
4678 * cli/cli-utils.h: New file.
4679
4680 2001-01-04 Nicholas Duffek <nsd@redhat.com>
4681
4682 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
4683 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
4684
4685 2001-01-03 J.T. Conklin <jtc@redback.com>
4686
4687 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
4688 comment.
4689
4690 2001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
4691
4692 * sh-tdep.c (sh_default_store_return_value): Allow for small return type.
4693 (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
4694 non-float types.
4695 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
4696 Update copyright notice.
4697
4698 For older changes see ChangeLog-2000
4699 \f
4700 Local Variables:
4701 mode: change-log
4702 left-margin: 8
4703 fill-column: 74
4704 version-control: never
4705 End: