* mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
[external/binutils.git] / gdb / ChangeLog
1 2001-11-25  Jim Blandy  <jimb@redhat.com>
2
3         * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
4
5 2001-11-27  Jim Blandy  <jimb@redhat.com>
6
7         * s390-tdep.c: Get frame chains and saved pc values properly from
8         dummy frames.
9         (s390_frame_saved_pc_nofix): if `*fi' is a dummy frame, get the
10         saved PC from the dummy frame's registers.
11         (s390_frame_chain): Same for the saved SP.
12         (s390_gdbarch_init): Register `generic_save_dummy_frame_tos' as
13         the `SAVE_DUMMY_FRAME_TOS' method, so the dummy frame's `top' gets
14         set correctly.
15
16         * s390-tdep.c (s390_frame_chain): Remember that the SP's element
17         of the frame's saved_regs array is special.
18
19         * s390-tdep.c (register_names): Call the general-purpose registers
20         `r0' -- `r15', and the floating-point registers `f0' -- `f15', to
21         match the assembly language.
22
23 2001-11-26 Pierre Muller  <muller@ics.u-strasbg.fr>
24
25         * config/i386/tm-cygwin.h: Define HAVE_SSE_REGS if
26         HAVE_CONTEXT_EXTENDED_REGISTERS is defined.
27         * win32-nat.c: Define CONTEXT_DEBUGGER_DR that will also include
28         extended registers if HAVE_SSE_REGS is defined.
29         (mappings array): Add offset of extended registers.
30         (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
31
32 2001-11-26  Tom Tromey  <tromey@redhat.com>
33
34         * NEWS: Updated.
35         * event-loop.c (start_event_loop): Call
36         after_char_processing_hook.
37         * event-top.h (after_char_processing_hook): Declare.
38         * event-top.c (rl_callback_read_char_wrapper): Call
39         after_char_processing_hook.
40         (after_char_processing_hook): New global.
41         * top.c (operate_saved_history): New global.
42         (gdb_rl_operate_and_get_next): New function.
43         (init_main): Add the operate-and-get-next defun.
44         (gdb_rl_operate_and_get_next_completion): New function.
45
46 2001-11-26  Tom Tromey  <tromey@redhat.com>
47
48         * NEWS: Update for --args.
49         * infcmd.c (construct_inferior_arguments): Moved from ...
50         * fork-child.c: ... here.
51
52 2001-11-26  Jim Blandy  <jimb@redhat.com>
53
54         * symtab.c (find_pc_sect_line): Revert change of 2001-11-13; add
55         comment explaining that hand-written assembly code can have line
56         number info but no debug info for an enclosing function.
57
58 2001-11-26  Jakub Jelinek  <jakub@redhat.com>
59
60         * sparc-nat.c (fetch_inferior_registers): Don't rely
61         on CORE_ADDR being 32-bit.
62         (store_inferior_registers): Likewise.
63
64 2001-11-25  Eli Zaretskii  <eliz@is.elta.co.il>
65
66         * config/djgpp/config.sed: Fix an error in etc/ at "make install"
67         time on non-LFN systems where standards*.inf* expands to nothing.
68
69         * go32-nat.c (save_npx): Avoid a warning from GCC 3.x.
70
71 2001-11-24  Pierre Muller  <muller@ics.u-strasbg.fr>
72             Christopher Faylor  <cgf@redhat.com>
73
74         * win32-nat.c (struct so_stuff): Add objfile *objfile field needed to
75         be able to remove the DLL when unloaded.  Remove unused last field.
76         (handle_unload_dll): New function to handle unloading of DLL.
77         (solib_symbols_add): Change return type to struct objfile *.
78         (get_child_debug_event): Call handle_unload_dll function.
79
80 2001-11-24  Christopher Faylor  <cgf@redhat.com>
81
82         * win32-nat.c (_initialize_check_for_gdb_ini): New function.
83         * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__.
84         (GDBINIT_FILENAME): Remove.
85
86 2001-11-23  Mark Kettenis  <kettenis@gnu.org>
87
88         Add x86 OpenBSD native configuration.
89         * config/i386/obsd.mt, config/i386/tm-obsd.h, config/i386/obsd.mh,
90         config/i386/nm-obsd.h: New files.
91         * configure.host (i[3456]86-*-openbsd*): New host.
92         * configure.tgt (i[3456]86-*-openbsd*): New target.
93         * NEWS: Update.
94
95 2001-11-21  GDB Administrator  <gdbadmin@sourceware.cygnus.com>
96
97         * GDB 5.1 was released.
98         
99 2001-11-21  Tom Tromey  <tromey@redhat.com>
100
101         Fix for PR gdb/209, PR gdb/156:
102         * gdbarch.c, gdbarch.h: Rebuilt.
103         * gdbarch.sh: Added `construct_inferior_arguments'.
104         * cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
105         Typo fix.
106         * cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
107         * infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
108         (inferior_argc, inferior_argv): New globals.
109         (notice_args_set): New function.
110         (set_inferior_args): Clear inferior_argc and inferior_argv.
111         (set_inferior_args_vector): New function.
112         (get_inferior_args): Handle inferior argument vector.
113         (run_command): Use get_inferior_args().
114         (notice_args_read): New function.
115         (_initialize_infcmd): Don't call set_inferior_args.
116         * command.h: Typo fix.
117         (cmd_list_element): Added pre_show_hook.
118         * main.c (captured_main): Added --args option.
119         (print_gdb_help): Document --args.
120         * inferior.h (construct_inferior_arguments): Declare.
121         (set_inferior_args_vector): Likewise.
122         * fork-child.c (construct_inferior_arguments): New function.
123
124 2001-11-21  Kevin Buettner  <kevinb@redhat.com>
125
126         * lin-lwp.c (lin_lwp_attach_lwp): Make sure SIGCHLD is in set of
127         blocked signals.
128
129         * lin-lwp.c (lin_lwp_attach_lwp): Mark main thread as stopped.
130
131 2001-11-20  Jim Blandy  <jimb@redhat.com>
132
133         * target.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT): Delete
134         default definition; this is never used.
135
136 2001-11-20  Keith Seitz  <keiths@redhat.com>
137
138         * varobj.c (c_value_of_child): Release memory for "name" when
139         finshed using it.
140         (c_type_of_child): Likewise.
141         (cplus_value_of_child): Isolate the use of name_of_child to
142         one case that needs it.
143         Release memory for "name" when finished using it.
144
145 2001-11-20  Keith Seitz  <keiths@redhat.com>
146
147         * top.c (gdb_init): Call init_ui_hook before initializing
148         the default UI.
149
150 2001-11-19  Elena Zannoni  <ezannoni@redhat.com>
151
152         * config/powerpc/nm-linux.h (ppc_register_u_addr): Add extern 
153         declaration.
154
155 2001-11-19  Elena Zannoni  <ezannoni@redhat.com>
156
157         * ppc-linux-nat.c (COPY_REG): Use regcache_collect instead of
158         accessing registers[].
159         (fill_fpregset): Ditto.
160
161 2001-11-19  Elena Zannoni  <ezannoni@redhat.com>
162
163         * infptrace.c (fetch_register): Dynamically allocate buffer for
164         register.
165         (store_register): Use regcache_collect, instead of accessing the
166         register buffer directly.
167
168 2001-11-19  Daniel Jacobowitz  <drow@mvista.com>
169
170         * mips-tdep.c (find_proc_desc): Add cur_frame argument.  Pass
171         cur_frame to heuristic_proc_desc.
172         (heuristic_proc_desc): Add cur_frame argument.  Do not read SP
173         if cur_frame == 0.
174         (after_prologue): Pass cur_frame == 0 to find_proc_desc.
175         (mips_frame_chain): Pass cur_frame == 1 to find_proc_desc.
176         (mips_init_extra_frame_info): Likewise.
177
178 2001-11-19  Andrew Cagney  <ac131313@redhat.com>
179
180         * defs.h (return_to_top_level): Comment.
181
182 Mon Nov 19 14:58:52 2001  Andrew Cagney  <cagney@redhat.com>
183
184         * remote.c (remote_open_1, remote_async_open_1): Use ISO C string
185         concatenation for error parameter.
186         (remote_cisco_open): Ditto.
187
188 2001-11-19  Keith Seitz  <keiths@redhat.com>
189
190         * varobj.c (c_value_of_child): Use the wrapper function,
191         gdb_value_struct_elt.
192         (cplus_value_of_child): Likewise.
193
194 2001-11-18  Andrew Cagney  <ac131313@redhat.com>
195
196         * i386-tdep.c (i386_gdbarch_init): Initialize num_regs.
197         * config/i386/tm-i386.h (NUM_REGS): Delete.
198
199 2001-11-18  Kevin Buettner  <kevinb@redhat.com>
200
201         * i386-linux-nat.c (fill_gregset): Fix botched regcache_collect()
202         conversion for I386_LINUX_ORIG_EAX_REGNUM.
203
204 2001-11-18  Andrew Cagney  <ac131313@redhat.com>
205
206         * config/i386/embed.mt (TM_FILE): Set to tm-i386.h.
207         * config/i386/tm-embed.h: Delete.
208
209 2001-11-17  Andrew Cagney  <ac131313@redhat.com>
210
211         * Makefile.in (distclean): Explicitly delete Makefile et.al. in
212         gdbserver sub directory.
213
214 2001-11-17  Andrew Cagney  <ac131313@redhat.com>
215
216         * README: Mention need for alloca().  Mention problems with
217         alpha-dec-osf4.0e.  Clarify that comments refer to GDB 5.1.
218
219 2001-11-17  Kevin Buettner  <kevinb@redhat.com>
220
221         * i386-linux-nat.c (fill_gregset): Use regcache_collect() instead
222         of accessing registers[] directly.
223
224 2001-11-17  Kevin Buettner  <kevinb@redhat.com>
225
226         * i386-linux-nat.c (fill_gregset): Don't invoke read_register_gen()
227         when fetching ORIG_EAX.
228
229 2001-11-17  Daniel Jacobowitz  <drow@mvista.com>
230
231         * arm-linux-nat.c: Don't include <asm/ptrace.h>.
232         (fetch_register): Use elf_gregset_t instead of struct pt_regs.
233         (fetch_regs): Likewise.
234         (store_register): Likewise.
235         (store_regs): Likewise.
236
237 2001-11-17  Daniel Jacobowitz  <drow@mvista.com>
238
239         * sparc-linux-nat.c (fill_gregset): Replace read_register_gen
240         with regcache_collect.
241         (fill_fpregset): Likewise.
242
243 2001-11-17  Daniel Jacobowitz  <drow@mvista.com>
244
245         * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,
246         and sparc-linux-nat.c to ALLDEPFILES.  Add dependencies.
247         * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES.
248         * sparc-linux-nat.c: New file, from Mark Kettenis.
249
250 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
251
252         * dwarf2read.c (dwarf_str_buffer): New.
253         (struct dwarf2_pinfo): Add dwarf_str_buffer and dwarf_str_size.
254         (DWARF_STR_BUFFER, DWARF_STR_SIZE): Define.
255         (dwarf2_has_info): Clear dwarf_str_offset.
256         (dwarf2_build_psymtabs): Read .debug_str section if present.
257         (dwarf2_build_psymtabs_hard): Save DWARF_STR_BUFFER and
258         DWARF_STR_SIZE.
259         (psymtab_to_symtab_1): Restore DWARF_STR_BUFFER and DWARF_STR_SIZE.
260         (read_attribute): Handle DW_FORM_strp.
261         (read_n_bytes, read_string): Remove HOST_CHAR_BIT != 8
262         handling code.
263         (read_indirect_string): New.
264         (dump_die): Handle DW_FORM_strp.
265
266 2001-11-16  Jim Blandy  <jimb@redhat.com>
267
268         * s390-tdep.c: Tweak argument-passing to match GCC bugs.
269         (is_float_singleton, is_struct_like, is_float_like): New
270         functions, that isolate the weirdness.
271         (is_double_or_float, is_simple_arg, pass_by_copy_ref,
272         is_double_arg): Use is_struct_like and is_float_like, rather than
273         testing the type codes ourselves.
274         (s390_push_arguments): When passing args on the stack, align each
275         on to a four-byte boundary, regardless of what the type itself
276         needs.
277
278 2001-11-16  Ben Harris  <bjh21@netbsd.org>
279
280         * Makefile.in (os9kread.o): Replace $< with autoconf-approved
281         $(srcdir)/....
282         (procfs.o): Ditto.
283         (z8k-tdep.o): Ditto.
284
285 2001-11-16  Ben Harris  <bjh21@netbsd.org>
286
287         * MAINTAINERS (write-after-approval): Add self.
288
289 2001-11-15  Jim Blandy  <jimb@redhat.com>
290
291         * s390-tdep.c (is_simple_arg): Structs and unions exactly eight
292         bytes long should be handled as DOUBLE_ARGs; don't recognize them
293         as SIMPLE_ARGs.
294
295 2001-11-12  Andrew Cagney  <ac131313@redhat.com>
296
297         * remote.c (struct packet_reg): Declare.
298         (struct remote_state): Add fields sizeof_g_packet and g_packet.
299         (init_remote_state): Initialize sizeof_g_packet and g_packet.
300         (free_remote_state): Free g_packet.
301         (packet_reg_from_pnum, packet_reg_by_regnum): New functions.
302         (remote_wait): Use above instead of gdbarch methods
303         REGISTER_RAW_SIZE and REGISTER_BYTES.
304         (remote_async_wait): Ditto.
305         (remote_fetch_registers, remote_store_registers): Ditto.
306         (store_register_using_P): Ditto.
307         
308 2001-11-15  Andrew Cagney  <ac131313@redhat.com>
309
310         * remote.c (_initialize_remote): Don't multi-arch swap tty_input.
311         Second attempt.
312
313 2001-11-15  Andrew Cagney  <ac131313@redhat.com>
314
315         * utils.c (phex_nz): For default case, set str to phex_nz return
316         value.
317         (phex): Ditto.
318
319 2001-11-15  Andrew Cagney  <ac131313@redhat.com>
320
321         * TODO (register_buffer): Delete.
322         * regcache.c (register_buffer): Make static.
323         (regcache_collect): New function.
324         * regcache.h (register_buffer): Delete declaration.
325         (regcache_collect): Declare.
326         * remote.c (store_register_using_P): Rewrite using
327         regcache_collect.
328         (remote_store_registers): Ditto.
329         * go32-nat.c (store_register): Ditto.
330
331 2001-11-14  Andrew Cagney  <ac131313@redhat.com>
332
333         * remote.c (struct remote_state): Declare.
334         (get_remote_state): New function.
335         (init_remote_state): New function.
336         (remote_gdbarch_data_handle): New global.
337         (build_remote_packet_sizes): Delete function, moved to
338         init_remote_state.
339         (register_remote_packet_sizes): Delete function.
340         (actual_register_packet_size, remote_packet_size): Moved to
341         ``struct remote_state''.
342         (PBUFSIZE): Delete. Replaced by rs->remote_packet_size.
343         (free_remote_state): New function.
344         (get_memory_packet_size, get_memory_read_packet_size)
345         (set_thread, remote_unpack_thread_info_response)
346         (remote_get_threadinfo, parse_threadlist_response)
347         (remote_get_threadlist, remote_current_thread)
348         (remote_threads_info, remote_threads_extra_info)
349         (extended_remote_restart, get_offsets)
350         (get_offsets, remote_check_symbols, remote_open_1)
351         (remote_async_open_1, remote_detach, remote_async_detach)
352         (remote_resume, remote_async_resume, remote_wait)
353         (remote_async_wait, remote_fetch_registers)
354         (store_register_using_P, remote_store_registers)
355         (check_binary_download, putpkt_binary)
356         (remote_insert_breakpoint, remote_remove_breakpoint)
357         (remote_insert_watchpoint, remote_remove_watchpoint)
358         (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint)
359         (compare_sections_command, remote_query)
360         (remote_rcmd, remote_rcmd, packet_command)
361         (remote_info_process): Update.
362
363 2001-11-14  Andrew Cagney  <ac131313@redhat.com>
364
365         * remote.c: Include "gdb_assert.h".
366         (tty_input): Wire buffer to 400 bytes.
367         (readsocket): Check tty_input doesn't overflow.
368         (build_remote_gdbarch_data, _initialize_remote): Don't multi-arch
369         tty_input.
370
371 2001-11-14  Michael Snyder  <msnyder@redhat.com>
372
373         * d10v-tdep.c (d10v_pointer_to_address): Use new type flag
374         TYPE_FLAG_CODE_SPACE to recognize a pointer that has been cast
375         into the instruction address space.
376         * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
377
378 2001-11-14  Michael Snyder  <msnyder@redhat.com>
379         Add address space identifiers to expression language for types.
380         * c-exp.y (space_identifier, cv_with_space_id, 
381         const_or_volatile_or_space_identifier_noopt, 
382         const_or_volatile_or_space_identifier): New terminals.
383         (ptype): Accept const_or_volatile_or_space_identifier.
384         (typebase): Accept const_or_volatile_or_space_identifier.
385         * c-typeprint.c (c_type_print_cv_qualifier): Rename to
386         c_type_print_modifier.  Handle address space modified types.
387         * gdbtypes.h (TYPE_FLAG_CODE_SPACE, TYPE_FLAG_DATA_SPACE):
388         New type flags.
389         (struct type): Add new field as_type for addr-space qualified types.
390         (TYPE_AS_TYPE): New macro, retrieves the chain of types that are
391         identical to this one except for address-space qualification.
392         * gdbtypes.c (alloc_type): Initialize new field 'as_type'.
393         (address_space_name_to_int): New function.
394         (address_space_int_to_name): New function.
395         (make_type_with_address_space): New function.
396         (make_cv_type): Handle as_type field of new struct type object.
397         * parse.c (check_type_stack_depth): New function.
398         (push_type_address_space): New function.
399         (follow_types): Handle types with address-space qualifier.
400         * parser-defs.h (enum type_pieces): Add enum tp_space_identifier.
401
402 2001-11-14  Jim Blandy  <jimb@redhat.com>
403
404         * s390-tdep.c (s390_pop_frame_regular): On the S/390, the frame
405         pointer and the SP are often the same, so we can't pop the frame
406         by setting the SP to the FP; we need to get the old SP from
407         saved_regs.
408
409         * s390-tdep.c (s390_extract_return_value): Returned `float' values
410         can simply be copied bitwise from the registers into the value
411         object's buffer.
412
413         * s390-tdep.c (s390_get_frame_info): Initialize SP's element of
414         the frame's saved_regs array correctly.
415
416         * symfile.c (simple_read_overlay_table): Make sure we can find
417         both `_novlys' and `_ovly_table' before we try anything else;
418         print a helpful error message.
419         (simple_overlay_update): No need to print error message here.
420
421 2001-11-14  Michael Snyder  <msnyder@redhat.com>
422
423         * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
424
425 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
426
427         * arm-tdep.c (arm_register_type): New function.
428         (arm_register_convertible): Delete.
429         (arm_register_convert_to_virtual): Delete.
430         (arm_register_convert_to_raw): Delete.
431         * config/arm/tm-arm.h (REGISTER_CONVERTIBLE): Delete.
432         (REGISTER_CONVERT_TO_VIRTUAL): Delete.
433         (REGISTER_CONVERT_TO_RAW): Delete.
434         (REGISTER_VIRTUAL_TYPE): Redefine as call to arm_register_type.
435         (arm_register_type): Declare.
436         
437 2001-11-13  Elena Zannoni  <ezannoni@redhat.com>
438
439         From Andrew Cagney <cagney@redhat.com>:
440         * gdbtypes.h (builtin_type_int128, builtin_type_uint128): Declare.
441         * gdbtypes.c (_initialize_gdbtypes, build_gdbtypes): Initialize
442         new builtin types.  
443
444 2001-11-13  Jim Blandy  <jimb@redhat.com>
445
446         * s390-tdep.c: Rewrite inferior function call code.  This may
447         break zSeries support; that should be fixed soon.
448         #include "gdb_assert.h".
449         (is_integer_like, is_pointer_like, is_simple_arg,
450         pass_by_copy_ref, extend_simple_arg, is_double_arg, round_up,
451         round_down, alignment_of): New functions.
452         (s390_push_arguments): Rewritten to handle passing large arguments
453         by value, and to make more readable.
454
455         * s390-tdep.c (s390_pop_frame): Call generic_pop_current_frame, to
456         interact correctly with generic dummy frames.
457         (s390_pop_frame_regular): Move the guts of the frame-popping code
458         to here, to be called by generic_pop_current_frame.  Use the
459         frame's saved_regs array; this works for `return' as well as
460         inferior function calls.
461
462         * s390-tdep.c (s390_gdbarch_init): Register the function
463         `standard_coerce_float_to_double', since GCC for the S/390 follows
464         the standard rules for passing floats.
465
466         * valops.c (default_coerce_float_to_double,
467         standard_coerce_float_to_double): Doc fixes.
468
469         Patch from Peter Schauer:
470         
471         * symtab.c (find_pc_sect_line): If we can't find the function
472         containing PC, we certainly won't have line number information for
473         that location, so return zero immediately.
474
475 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
476
477         * config/i960/tm-nindy960.h (REGISTER_CONVERTIBLE)
478         (REGISTER_CONVERT_TO_RAW, REGISTER_CONVERT_TO_VIRTUAL): Delete
479         undef.
480         * i960-tdep.c (i960_register_type): New function.
481         * config/i960/tm-i960.h (REGISTER_CONVERTIBLE): Delete.
482         (REGISTER_CONVERT_TO_VIRTUAL): Delete.
483         (REGISTER_CONVERT_TO_RAW): Delete.
484         (REGISTER_VIRTUAL_TYPE): Update.  Call i960_register_type.
485
486 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
487
488         * m88k-tdep.c (m88k_register_type): New function.
489         * config/m88k/tm-m88k.h (REGISTER_CONVERTIBLE): Delete.
490         (REGISTER_CONVERT_TO_VIRTUAL): Delete.
491         (REGISTER_CONVERT_TO_RAW): Delete.
492         (m88k_register_type): Declare.
493         (REGISTER_VIRTUAL_TYPE): Update.  Call m88k_register_type.
494
495 2001-11-11  Mark Kettenis  <kettenis@elgar.my.domain>
496
497         * i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
498         * i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h".
499         * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed.
500         (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
501
502 2001-11-12  Jim Blandy  <jimb@redhat.com>
503
504         Patch from Andreas Schwab <schwab@suse.de>:
505         * eval.c (evaluate_subexp_standard): Fix memory leak: use alloca
506         instead of xmalloc.
507
508 2001-11-12  Jim Blandy  <jimb@redhat.com>
509
510         * corefile.c (write_memory_unsigned_integer,
511         write_memory_signed_integer): New functions.
512         (write_memory): Move to be with other write_memory_* functions.
513         * gdbcore.h (write_memory_unsigned_integer,
514         write_memory_signed_integer): New declarations.
515
516 2001-11-11  Geoffrey Keating  <geoffk@redhat.com>
517
518         * dwarf2read.c (dwarf_decode_lines): Properly deal with
519         unknown standard opcodes.
520
521 2001-11-11  Andrew Cagney  <ac131313@redhat.com>
522
523         * README (alpha-dec-osf5.1): Mention -DUSE_LDR_ROUTINES.
524         (sparcv9-sun-solars2.8): Mention problem with 64 bit GCC 3.0.x.
525         (i586-sco-sysv5uw7.1.1): Mention problem with threads.
526
527 2001-11-11  Andrew Cagney  <ac131313@redhat.com>
528
529         From Mark Kettenis  <kettenis@gnu.org>:
530         * breakpoint.c (breakpoint_re_set_one): Don't discard SHLIB
531         breakpoints when they fail.
532
533 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
534
535         * printcmd.c, valprint.c, language.c, linespec.c, infcmd.c,
536         gnu-nat.c, findvar.c, expprint.c, typeprint.c, stack.c, top.c:
537         Replace value_ptr with struct value.
538
539 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
540
541         * c-valprint.c, ch-lang.c, ch-valprint.c, cp-valprint.c,
542         p-valprint.c, scm-exp.c, scm-lang.c, scm-valprint.c: Replace
543         value_ptr with struct value.
544         
545 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
546
547         * eval.c: Replace most occurances of value_ptr with struct value.
548
549 2001-11-09  Jim Blandy  <jimb@redhat.com>
550
551         * s390-tdep.c: Don't use a call dummy.
552         (s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
553         (s390_push_return_address): Put the address of the inferior call
554         breakpoint in r14.
555         (s390_gdbarch_init):
556         - Provide trivial definition of s390_call_dummy_words; register it
557           with the gdbarch appropriately.
558         - Delete S390x_call_dummy_words.
559         - Gather inferior-call-related settings into a group.
560         - Use generic dummy frames.
561         - Put the inferior call breakpoint at the entry point.
562         - Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
563           generic_push_dummy_frame, generic_fix_call_dummy.
564         - There is a call dummy breakpoint offset; it's zero.
565
566         * s390-tdep.c: (s390_push_arguments): Write a back chain pointer
567         into the dummy frame, to help us get backtraces.
568
569         * values.c (value_as_address): If VAL is a function or method,
570         just return its address; don't let COERCE_ARRAY convert its
571         address to a pointer, and then have unpack_long convert it back to
572         an address.
573
574 2001-11-06 Pierre Muller  <muller@ics.u-strasbg.fr>
575
576         * p-lang.c (is_pascal_string_type): New function to determine if a 
577         type is a string type.
578         * p-lang.h: Add prototype for is_pascal_string_type.
579         * p-valprint.c (pascal_val_print) : Use is_pascal_string_type function 
580         to display strings nicely.
581
582 2001-11-06 Pierre Muller  <muller@ics.u-strasbg.fr>
583
584         * p-exp.y (yylex): Only change case of expression if symbol is found.
585         Also check for GPC standard name form.
586
587 2001-11-08  Andrew Cagney  <ac131313@redhat.com>
588
589         * gdb_indent.sh: New file.
590
591 2001-11-08  Jim Blandy  <jimb@redhat.com>
592
593         * s390-tdep.c (s390_get_frame_info): Initialize got_load_addr and
594         got_load_len, to placate compiler.
595
596 2001-11-08  Mark Kettenis  <kettenis@gnu.org>
597
598         * i386-tdep.c (i386_gdbarch_init): Fix typo.
599
600 2001-11-08  Jim Blandy  <jimb@redhat.com>
601
602         * s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
603         file_frame_chain_valid.
604
605         * s390-tdep.c (s390_get_frame_info): If the prologue loads r12
606         from the constant pool, but doesn't add in the constant pool's
607         address to it, then this function probably isn't using r12 as a
608         GOT pointer, and that load probably wasn't part of the prologue.
609
610         * s390-tdep.c (s390_gdbarch_init): Use the default
611         prepare_to_proceed function established by config/nm-linux.h;
612         don't try to set it to linuxthreads_prepare_to_proceed.
613
614 Wed Nov  7 20:38:14 2001  Andrew Cagney  <cagney@redhat.com>
615
616         * i386-tdep.c: Include "i386-tdep.h".
617         (XMALLOC): Define.
618         (i386_gdbarch_init): New function.
619         (_initialize_i386_tdep): Register bfd_arch_i386.
620         * config/i386/tm-i386.h (GDB_MULTI_ARCH): Define as
621         GDB_MULTI_ARCH_PARTIAL.
622         * i386-tdep.h: When partially multi-arch, conditionally define
623         all macros.
624
625 Wed Nov  7 20:45:32 2001  Andrew Cagney  <cagney@redhat.com>
626
627         * i386-tdep.c (set_disassembly_flavor): Delete function.
628         (set_disassembly_flavor_sfunc): Delete function.
629
630 2001-11-07  Elena Zannoni  <ezannoni@redhat.com>
631
632         * dbxread.c (set_namestring): New function, replacing the
633         SET_NAMESTRING macro.
634         (SET_NAMESTRING, CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE,
635         CUR_SYMBOL_STRX, DBXREAD_ONLY, START_PSYMTAB, END_PSYMTAB): Delete
636         definitions.
637         (read_dbx_symtab): Don't include partial-stab.h any more. Don't
638         reuse code in partial-stab.h, include the code directly, instead.
639
640         * Makefile.in (dbxread.o): Remove dependency on partial-stab.h.
641         (HFILES_NO_SRCDIR): Remove partial-stab.h.
642
643         * partial-stab.h: Remove file.
644         
645 2001-11-07  Andrew Cagney  <ac131313@redhat.com>
646
647         * gdbarch.sh: For multi-arch functions, check there is a
648         predefault and use it as the static default.
649         * gdbarch.c: Re-generate.
650
651 2001-11-08  Mark Kettenis  <kettenis@gnu.org>
652
653         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): Define in
654         terms of NUM_GREGS, NUM_FREGS and NUM_SSE_REGS instead of
655         hardcoding the register number.
656
657 2001-11-07  Andrew Cagney  <ac131313@redhat.com>
658
659         * gdbarch.sh (USE_STRUCT_CONVENTION): Default to
660         generic_use_struct_convention.
661         * gdbarch.h, gdbarch.c: Regenerate.
662         * values.c (USE_STRUCT_CONVENTION): Delete definition, moved to
663         gdbarch.h.
664
665 2001-11-06  Andrew Cagney  <ac131313@redhat.com>
666
667         * gdbarch.sh (PC_IN_CALL_DUMMY): Require a value.
668         * gdbarch.c: Regenerate.
669
670 2001-11-06  Fred Fish  <fnf@redhat.com>
671
672         * complaints.c (info_verbose): Remove unneeded decl, is in defs.h.
673         * dbxread.c: Ditto
674         * dwarf2read.c: Ditto.
675         * dwarfread.c: Ditto.
676         * exec.c: Ditto.
677         * hpread.c: Ditto.
678         * hpread.h: Ditto.
679         * mdebugread.c: Ditto.
680         * os9kread.c: Ditto.
681         * stack.c: Ditto.
682         * symfile.c: Ditto.
683         * tracepoint.c: Ditto.
684
685 2001-11-06  Andrew Cagney  <ac131313@redhat.com>
686
687         * MAINTAINERS: Update Andrew Cagney's responsibilities.  Mention
688         David Taylor and Nick Duffek in past maintainers.
689         
690 2001-11-06  Elena Zannoni  <ezannoni@redhat.com>
691
692         * mdebugread.c (CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB,
693         END_PSYMTAB, SET_NAMESTRING, HANDLE_RBRAC): Delete definitions.
694         (parse_partial_symbols): Don't include partial-stab.h any
695         more. Don't reuse code in partial-stab.h, include the code
696         directly, instead. Simplify code from partial-stab.h eliminating
697         ifdef DBXREAD_ONLY code.
698
699         * Makefile.in (mdebugread.o): Remove dependency on partial-stab.h.
700
701 2001-11-06  Jim Blandy  <jimb@redhat.com>
702
703         * s390-nat.c: #include "regcache.h", to get declaration for
704         `supply_register'.  (The last change already added the dependency
705         of s390-nat.o on regcache.h.  Oops.)
706
707         * Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
708         (s390-tdep.o, s390-nat.o): New rules.
709
710         * s390-nat.c (s390_register_u_addr): Pass proper arguments to
711         internal_error.
712
713 2001-11-06  Andrew Cagney  <ac131313@redhat.com>
714
715         * gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
716         * gdbarch.c: Regenerate.
717
718 2001-11-06  Andrew Cagney  <ac131313@redhat.com>
719
720         * blockframe.c (get_prev_frame): Replace #ifdef
721         INIT_EXTRA_FRAME_INFO with run-time test.
722
723 2001-11-05  Andrew Cagney  <ac131313@redhat.com>
724
725         * gdbarch.sh (push_return_address): Change to a function with
726         predicate.
727         * gdbarch.h, gdbarch.c: Re-generate.
728         * valops.c (hand_function_call): Replace #ifdef
729         PUSH_RETURN_ADDRESS with run-time test of PUSH_RETURN_ADDRESS_P.
730         
731 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
732
733         * arch-utils.c (generic_in_function_epilogue_p): New function.
734         * arch-utils.h (generic_in_function_epilogue_p): Declare extern.
735         * breakpoint.c (watchpoint_check): Add test whether the pc is   
736         currently in the epilogue of a function.
737         * gdbarch.c: Autogenerated from gdbarch.sh.
738         * gdbarch.h: Ditto.
739         * gdbarch.sh (function_list): Add `in_function_epilogue_p' definition.
740
741 2001-11-05  Jim Blandy  <jimb@redhat.com>
742
743         * config/s390/s390.mh (NATDEPFILES): Don't split this across
744         several lines with backslashes; the `sed' command in
745         configure.in's AC_OUTPUT clause that comments out the NATDEPFILES
746         assignment doesn't handle lines extended with backslashes.
747
748         * configure.in (AC_OUTPUT): Handle assignments to NATDEPFILES
749         using `+=' as well as `='.
750         * configure: Regenerated.
751         
752 2001-11-05  Andrew Cagney  <ac131313@redhat.com>
753
754         * gdbarch.sh (init_extra_frame_info): Change to a function with
755         predicate.
756         * gdbarch.h, gdbarch.c: Re-generate.    
757         * blockframe.c (create_new_frame): Replace #ifdef
758         INIT_EXTRA_FRAME_INFO with run-time test of
759         INIT_EXTRA_FRAME_INFO_P.
760
761 2001-11-05  Andrew Cagney  <ac131313@redhat.com>
762
763         * gdbarch.sh (verify_gdbarch): Use a mem_file to accumulate all
764         error messages.  Print in a single batch.
765         * gdbarch.c: Re-generate.
766
767 2001-11-04  Mark Kettenis  <kettenis@gnu.org>
768
769         * i386-linux-nat.c (GETREGS_SUPPLIES, supply_gregset,
770         fill_gregset): Add support for "orig_eax" register.
771
772         Add support for "orig_eax" pseudo register on Linux/x86.
773         * i386-linux-tdep.c: Include "inferior.h".
774         (i386_linux_register_name, i386_linux_register_byte,
775         i386_linux_register_raw_size): New functions.
776         (i386_linux_write_pc): New function.
777         * config/i386/tm-linux.h (I386_LINUX_ORIG_EAX_REGNUM): New define.
778         (NUM_REGS, MAX_NUM_REGS, REGISTER_BYTES, REGISTER_NAME,
779         REGISTER_BYTE, REGISTER_RAW_SIZE): Define to deal with additional
780         register.
781         (i386_linux_register_name, i386_linux_register_byte,
782         i386_linux_register_raw_size): New prototypes.
783         (TARGET_WRITE_PC): New define.
784         (i386_linux_write_pc): New prototype.
785
786         * i386-tdep.c (i386_register_offset): Renamed from
787         i386_register_byte.  Made static.
788         (i386_register_size): Renamed from i386_register_raw_size.  Made
789         static.
790         (i386_register_virtual_size): Removed.
791         (i386_register_byte, i386_register_raw_size,
792         i386_register_virtual_size): New functions.
793         (_initialize_i386_tdep): Initialize i386_register_offset instead
794         of i386_register_byte.  Remove code to initialize
795         i386_register_virtual_size.
796         * config/i386/tm-i386.h (REGISTER_BYTE): Redefine to use
797         i386_register_byte function.
798         (REGISTER_RAW_SIZE): Redefine to use i386_register_raw_size
799         function.
800         (REGISTER_VIRTUAL_SIZE): Redefine to use
801         i386_register_virtual_size function.
802         (i386_register_byte, i386_register_raw_size,
803         i386_register_virtual_size): New functions.
804
805         * Makefile.in (ALLDEPFILES): Add i387-nat.c.
806         (i387-nat.o): Add dependencies.
807
808 2001-11-02  Andrew Cagney  <ac131313@redhat.com>
809
810         * README: Mention problem with alpha-dec-osf5.1.
811
812 2001-11-02  Andrew Cagney  <ac131313@redhat.com>
813
814         * utils.c (internal_verror): Restore calls to abort().
815         Fix PR gdb/219.
816         
817 2001-11-02  Michael Chastain  <mec@shout.net>
818
819         * MAINTAINERS: Update my entry.
820
821 2001-11-01  Michael Snyder  <msnyder@redhat.com>
822
823         * symtab.c (operator_chars): Allow '*' and '[' to be quoted in
824         operator names, to avoid regexp expansion.
825         (search_symbols): Alloca buffer is too small, may get clobbered.
826
827 2001-11-01  Fred Fish  <fnf@redhat.com>
828
829         * coff-solib.c (coff_solib_add): Add new readsyms arg.
830         * irix5-nat.c (solib_add): Ditto.
831         * osfsolib.c (solib_add): Ditto.
832         * pa64solib.c (pa64_solib_add): Ditto.
833         * pa64solib.c (add_to_solist): Ditto.
834         * pa64solib.c (read_dld_descriptor): Ditto.
835         * solib.c (solib_add): Ditto.
836         * somsolib.c (som_solib_add): Ditto.
837         * win32-nat.c (child_solib_add): Ditto.
838         * xcoffsolib.c (solib_add): Ditto.
839
840         * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype.
841         * pa64solib.c (add_to_solist): Ditto.
842         * pa64solib.c (read_dld_descriptor): Ditto.
843         * pa64solib.h (pa64_solib_add): Ditto.
844         * solib.h (solib_add): Ditto.
845         * somsolib.h (som_solib_add): Ditto.
846         * config/i386/tm-cygwin.h (child_solib_add): Ditto.
847
848         * coff-solib.c (coff_solib_add):  If readsyms is zero don't read
849         symbols but do any other needed work for shared libs.
850         * irix5-nat.c: Ditto.
851         * osfsolib.c (solib_add): Ditto.
852         * solib.c (solib_add): Ditto.
853         * win32-nat.c (child_solib_add): Ditto.
854         * xcoffsolib.c (solib_add): Ditto.
855
856         * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to
857         solib_add to force reading of shared library symbols.
858         * osfsolib.c (sharedlibrary_command;): Ditto.
859         * pa64solib.c (pa64_solib_sharedlibrary_command): Ditto.
860         * solib.c (sharedlibrary_command): Ditto.
861         * somsolib.c (som_solib_sharedlibrary_command): Ditto.
862         * xcoffsolib.c (sharedlibrary_command): Ditto.
863
864         * coff-solib.c (coff_solib_create_inferior_hook): Call solib_add
865         unconditionally with auto_solib_add.
866         * irix5-nat.c (solib_create_inferior_hook): Ditto.
867         * osfsolib.c (solib_create_inferior_hook): Ditto.
868         * solib.c (solib_create_inferior_hook): Ditto.
869         * solib-osf.c (osf_solib_create_inferior_hook): Ditto.
870         * solib-svr4.c (enable_break): Ditto.
871         * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto.
872
873         * corelow.c (solib_add_stub): Add auto_solib_add to args passed
874         via SOLIB_ADD.
875         * sol-thread.c (sol_thread_attach): Ditto.
876         * config/rs6000/nm-rs6000.h (SOLIB_ADD): Ditto.
877
878         * infcmd.c (attach_command): Remove auto_solib_add decl.
879         Call SOLIB_ADD directly with auto_solib_add.
880         * infrun.c (handle_inferior_event): Ditto.
881
882         * coff-solib.h (SOLIB_ADD): Add readsyms arg.
883         * pa64solib.h (SOLIB_ADD): Ditto.
884         * solib.h (SOLIB_ADD): Ditto.
885         * somsolib.h (SOLIB_ADD): Ditto.
886         * config/i386/tm-cygwin.h (SOLIB_ADD): Ditto.
887
888         * fork-child.c (clone_and_follow_inferior): Remove unused
889         auto_solib_add decl.
890
891         * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms.
892         (read_dld_descriptor): Ditto.
893         (pa64_solib_add): Call read_dld_descriptor with readsyms.
894         (pa64_solib_in_dynamic_linker): Ditto.
895
896         * corelow.c (symfile.h): Need this for auto_solib_add declaration.
897         * sol-thread.c (symfile.h): Ditto.
898
899 2001-10-31  Andrew Cagney  <ac131313@redhat.com>
900
901         * s390-nat.c (s390_remove_watchpoint): Use xfree.
902         (s390_insert_watchpoint): Use xmalloc.
903
904 2001-10-31  Andrew Cagney  <ac131313@redhat.com>
905
906         * varobj.c: Replace value_ptr with ``struct value *''.
907
908 2001-10-31  Andrew Cagney  <ac131313@redhat.com>
909
910         * varobj.c: Re-indent.
911
912 2001-10-31  Andrew Cagney  <ac131313@redhat.com>
913
914         * x86-64-tdep.c (value_push, x86_64_push_arguments): Replace
915         ``value_ptr'' with ``struct value *''.
916         * s390-tdep.c (s390_push_arguments): Ditto.
917
918 2001-10-30  Andrew Cagney  <ac131313@redhat.com>
919
920         * ppc-tdep.h: Add #ifndef wrapper.  Replace value_ptr with
921         ``struct value *''.
922         (struct frame_info, struct value): Add opaque declarations.
923         
924 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
925
926         * arch-utils.c (generic_in_solib_call_trampoline): New function.
927         * arch-utils.h (generic_in_solib_call_trampoline): Extern declaration.  
928         * gdbarch.c: Regenerated from gdbarch.sh.
929         * gdbarch.h: Ditto.
930         * gdbarch.sh (function_list): Add `IN_SOLIB_CALL_TRAMPOLINE' definition.
931         * infrun.c (IN_SOLIB_CALL_TRAMPOLINE): Remove macro.
932
933 2001-10-31  Andrew Cagney  <ac131313@redhat.com>
934
935         From DJ Barrow.
936         * s390-tdep.c: (s390_gdbarch_init): Don't initialize
937         find_solib_trampoline_target.
938
939 2001-10-31  Andrew Cagney  <ac131313@redhat.com>
940
941         * remote-vx.c (net_wait): Fix typo from PIDGET change.
942
943 2001-10-31  Mark Kettenis  <kettenis@gnu.org>
944
945         * config/i386/tm-i386.h (REGISTER_NAMES): Remove.
946         (REGISTER_NAME): New define.
947         (i386_register_name): New prototype.
948         * i386-tdep.c (i386_register_names): New variable.
949         (i386_register_name): New function.
950         * config/i386/tm-i386os9k.h, config/i386/tm-ptx.h,
951         config/i386/tm-symmetry.h: Undefine REGISTER_NAME instead of
952         REGISTER_NAMES.
953
954 2001-10-31  Christopher Faylor  <cgf@redhat.com>
955
956         * win32-nat.c (register_loaded_dll): Attempt to ensure that the case of
957         the loaded DLL matches the on-disk case since the debugging API does
958         not seem to ensure this.  Calculate max name length here.
959         (handle_load_dll): Move max name length calculation to
960         register_loaded_dll.
961
962 2001-10-31  Daniel Jacobowitz  <drow@mvista.com>
963
964         * arm-linux-nat.c: Include <asm/ptrace.h> explicitly.
965
966 2001-10-30  Keith Seitz  <keiths@redhat.com>
967
968         * wrapper.h (gdb_value_struct_elt): New function.
969         * wrapper.c (gdb_value_struct_elt): Ditto.
970         (do_captured_value_struct_elt): Ditto.
971
972 2001-10-30  Andrew Cagney  <ac131313@redhat.com>
973
974         * README, NEWS: Update for 5.1.
975
976 2001-10-30  Andrew Cagney  <ac131313@redhat.com>
977
978         * configure.in (WERROR_CFLAGS): Use AC_TRY_COMPILE to test the
979         -W... flags.
980         * configure: Re-generate.
981
982 2001-10-30  Fred Fish  <fnf@redhat.com>
983
984         * somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes.
985         * pa64solib.c (add_to_solist): Ditto.
986         * win32-nat.c (_initialize_inftarg): Remove unnecessary
987         initialization of auto_solib_add, it defaults to 1.
988
989 2001-10-27  Fred Fish  <fnf@redhat.com>
990
991         * symfile.c (auto_solib_add): Update comment to note that
992         this variable is now just used as a boolean to control shlib
993         autoloading, and clarify when it is used.
994         * symfile.h (auto_solib_add): Ditto.
995
996         * symfile.c (auto_solib_limit): New variable that holds the
997         autoloading threshold instead of overloading auto_solib_add.
998         * symfile.h (auto_solib_limit): Ditto.
999
1000         * irix5-nat.c (_initialize_solib): Change auto-solib-add
1001         variable from var_zinteger to var_boolean and update help.
1002         * osfsolib.c (_initialize_solib): Ditto.
1003         * pa64solib.c (_initialize_pa64_solib): Ditto.
1004         * solib.c (_initialize_solib): Ditto.
1005         * somsolib.c (_initialize_som_solib): Ditto.
1006         * xcoffsolib.c (_initialize_solib): Ditto.
1007
1008         * pa64solib.c (pa64_solib_total_st_size): Update comment to
1009         note that the new auto_solib_limit variable is used instead
1010         of overloading auto_solib_add variable.
1011         (_initialize_pa64_solib): Ditto.
1012         * somsolib.c (som_solib_total_st_size): Ditto.
1013         (_initialize_som_solib): Ditto.
1014
1015         * pa64solib.c (_initialize_pa64_solib): Add new set/show
1016         commands for auto-solib-limit variable.
1017         * somsolib.c (_initialize_som_solib): Ditto
1018
1019         * pa64solib.c (add_to_solist): Check that auto_solib_add is
1020         set and use auto_solib_limit as the threshold size instead
1021         of auto_solib_add.
1022         * somsolib.c (som_solib_add): Ditto, and also change warning
1023         text about size threshold exceeded.
1024
1025 2001-10-21  Mark Kettenis  <kettenis@gnu.org>
1026
1027         * config/i386/tm-i386v.h: Don't include "regcache.h".
1028         (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE, FRAME_CHAIN,
1029         FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, FRAME_NUM_ARGS):
1030         Remove macros.  The versions from "tm-i386.h" should work fine
1031         (and in most cases even better).
1032
1033 2001-10-30  Mark Kettenis  <kettenis@gnu.org>
1034
1035         * i386-tdep.c (i386_extract_return_value): Use
1036         convert_typed_floating to extract floating-point value from
1037         register buffer.
1038         (i386_store_return_value): Use convert_typed_floating to store
1039         floating-point return balue in register buffer
1040         (i386_register_virtual_type): Change type of floating-point
1041         registers to builtin_type_i387_ext.
1042         (i386_register_convert_to_virtual): Use convert_typed_floating to
1043         do the conversion.
1044         (i386_register_convert_to_raw): Likewise.
1045
1046 2001-10-29  Mark Kettenis  <kettenis@gnu.org>
1047
1048         * doublest.h (convert_typed_floating): New prototype.
1049         * doublest.c (convert_typed_floating): New function.
1050
1051 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
1052
1053         * doublest.c: Improve comments a bit.
1054         (floatformat_from_length): New function.
1055         (NAN): Define to 0.0 if not already defined.
1056         (extract_floating): Rewrite to use floatformat_from_length.  Warn
1057         instead of error if LEN doesn't match a known floating-point type,
1058         and return NaN (or 0.0 if NaN isn't available) in that case.
1059         (store_floating): Likewise, but zero out the target byte-stream if
1060         LEN doesn't match a known floating-point type.
1061         (extract_typed_floating): Reformat a bit.
1062         (store_typed_floating): Reformat a bit.  Add comment about zeroing
1063         out padding in the target buffer.
1064         * doublest.h (extract_floating, store_floating): Fix comment about
1065         deprecation of these functions.  Add parameter names to prototypes.
1066
1067 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
1068
1069         * i387-tdep.c (print_i387_value): Use extract_typed_floating to
1070         convert RAW to a DOUBLEST instead of extract_floating.
1071
1072         * gdbtypes.c (_initialize_gdbtypes): Set floating-point type for
1073         builtin_type_i387_ext to floatformat_i387_ext.
1074
1075 2001-10-24  Daniel Jacobowitz  <drow@mvista.com>
1076
1077         * arm-linux-nat.c (fill_gregset): Do not check register_valid[].
1078         (fill_fpregset): Likewise.
1079
1080 2001-10-26  Orjan Friberg  <orjanf@axis.com>
1081
1082         * cris-tdep.c (constraint): Loop through the whole cris_spec_regs
1083         struct, not just the NUM_SPECREGS first entries.
1084         (bdap_prefix): Read PC before autoincrement.
1085
1086 2001-10-24  Corinna Vinschen  <vinschen@redhat.com>
1087
1088         * win32-nat.c (DebugSetProcessKillOnExit): New static function
1089         pointer to Windows' DebugSetProcessKillOnExit() function.
1090         (DebugActiveProcessStop): Ditto for DebugActiveProcessStop().
1091         (has_detach_ability): New function.
1092         (child_attach): If system has detach ability, enable it.
1093         (child_detach): If system has detach ability, actually  
1094         detach from process.
1095         Change tty output to Linux format.
1096
1097 2001-10-23  Jim Blandy  <jimb@redhat.com>
1098
1099         Isolate STABS readers' use of the `textlow' and `texthigh' fields
1100         of `struct partial_symtab' to only a few locations.  This change
1101         is not supposed to affect the way the values are computed, only
1102         where they live.
1103
1104         * dbxread.c (struct symloc): Add `textlow' and `texthigh' fields
1105         to the reader-specific structure.
1106         * mdebugread.c (struct symloc): Same.
1107         * dbxread.c (TEXTLOW, TEXTHIGH): New accessor macros.
1108         * mdebugread.c (TEXTLOW, TEXTHIGH): Same.
1109         * dbxread.c (dbx_symfile_read): After we've built all our partial
1110         symbol tables, set each partial symtab's `textlow' and `texthigh'
1111         fields from our reader-specific structure.
1112         * mdebugread.c (mdebug_build_psymtabs): Same.
1113         * dbxread.c (start_psymtab): Initialize the reader-specific
1114         structure's `textlow' and `texthigh' from the new psymtab's.
1115         * mdebugread.c (parse_partial_symbols, new_psymtab): Same.
1116         * dbxread.c (read_dbx_symtab, end_psymtab, read_ofile_symtab): Use
1117         the reader-specific `textlow' and `texthigh', not the generic
1118         psymtab fields.
1119         * mdebugread.c (parse_lines, parse_partial_symbols,
1120         psymtab_to_symtab_1): Same.
1121         * partial-stab.h: Same.
1122
1123 Tue Oct 23 18:59:42 2001  Andrew Cagney  <cagney@redhat.com>
1124
1125         * hp-psymtab-read.c, hppah-nat.c, hppa-tdep.c: Fix -Wformat
1126         problems.
1127
1128 Tue Oct 23 14:16:10 2001  Andrew Cagney  <cagney@redhat.com>
1129
1130         * somsolib.c (som_solib_add): Use core_addr_to_host_pointer.
1131         (som_solib_desire_dynamic_linker_symbols): Compare integers with
1132         zero not NULL.
1133         * hp-psymtab-read.c (hpread_call_pxdb): Make parameter constant.
1134
1135 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
1136
1137         * top.c (print_gdb_version): Do not print ``(MI_OUT)''.  MI
1138         interface is always enabled.
1139
1140 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
1141
1142         * Makefile.in: Replace top.h with $(top_h). Replace expression.h
1143         with $(expression_h).  Replace command.h with $(command_h).
1144         (language_h): Define.  Replace language.h with $(language_h).
1145         Replace call-cmds.h with $(call_cmds_h).  Replace varobj.h with
1146         $(varobj_h).
1147         (wrapper_h, valprint_h, objfiles_h, complaints_h): Ditto.
1148         (serial_h, hpread_h, buildsym_h, stabsread_h): Ditto.
1149         (xcoffsolib_h, gdb_stabs_h, linespec_h): Ditto.
1150         (bcache_h, gdb_events_h, monitor_h): Ditto.
1151         (ser_unix_h, source_h): Ditto.
1152         (varobj_h): Update list.
1153
1154         * call-cmds.h: Add CALL_CMDS_H macro wrapper.
1155         * solist.h: Add SOLIST_H macro wrapper.
1156         * monitor.h: Add MONITOR_H macro wrapper.
1157         * typeprint.h: Add TYPEPRINT_H macro wrapper.
1158         * xcoffsolib.h: Add XCOFFSOLIB_H macro wrapper.
1159         * valprint.h: Add VALPRINT_H macro wrapper.
1160         * top.h: Add TOP_H macro wrapper.
1161         
1162 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
1163
1164         * config/a29k/tm-vx29k.h, i386-tdep.c: Include "value.h".
1165         * arm-tdep.c, exec.c, ia64-tdep.c, infrun.c: Ditto.
1166         * ppc-linux-tdep.c, remote-es.c, remote.c: Ditto.
1167         * rs6000-tdep.c, s390-tdep.c, x86-64-tdep.c: Ditto.
1168         * Makefile.in (arm-tdep.o, exec.o, i386-tdep.o, ia64-tdep.o)
1169         (infrun.o, ppc-linux-tdep.o, remote.o, rs6000-tdep.o)
1170         (x86-64-tdep.o): Update dependencies.
1171         * gdbarch.sh [!GDB_MULTI_ARCH]: Include "value.h".
1172         * gdbarch.h, gdbarch.c: Re-generate.
1173
1174 2001-10-21  Mark Kettenis  <kettenis@gnu.org>
1175
1176         * infptrace.c (child_xfer_memory): Fix a few coding standards
1177         violations.
1178
1179 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
1180
1181         * config/djgpp/README: Fix a typo and tweak for GDB 5.1.
1182
1183 2001-10-20  Andrew Cagney  <ac131313@redhat.com>
1184
1185         * jv-lang.h: Add #ifndef JV_LANG_H wrapper.
1186         (struct value): Add opaque declaration.  Replace value_ptr with
1187         ``struct value *''.
1188         * jv-valprint.c, jv-lang.c: Replace value_ptr with equivalent
1189         struct.
1190
1191         * wrapper.h (struct value): Add opaque declaration.  Replace
1192         value_ptr with ``struct value *''.
1193         * wrapper.c: Replace value_ptr with ``struct value *''.
1194         * breakpoint.h, breakpoint.c: Ditto.
1195         * cp-abi.h, hpacc-abi.c, gnu-v2-abi.c, cp-abi.c: Ditto.
1196
1197 2001-10-20  Andrew Cagney  <ac131313@redhat.com>
1198
1199         * alpha-nat.c: Include <alpha/coreregs.h> instead of
1200         <machine/reg.h>.
1201         (fetch_osf_core_registers): Define core_reg_mapping in a way that
1202         works on OSF5 as well as previous OSF versions.
1203
1204 2001-10-20  Christopher Faylor  <cgf@redhat.com>
1205
1206         * win32-nat.c (handle_load_dll): Avoid strlwr'ing loaded DLLs or cygwin
1207         may not be able to read them in certain situations.
1208
1209 2001-10-18  Andrew Cagney  <ac131313@redhat.com>
1210
1211         * config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
1212         * config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
1213
1214 2001-10-18  Andrew Cagney  <ac131313@redhat.com>
1215
1216         * README: Mention problems with HP/UX.
1217
1218 2001-10-16  Andrew Cagney  <ac131313@redhat.com>
1219
1220         Based on code by John Moore <jmore@redhat.com>:
1221         
1222         * utils.c (core_addr_to_string): New function for conversion of
1223         CORE_ADDR to string.
1224         (string_to_core_addr): New function to convert from string to
1225         CORE_ADDR.
1226         * defs.h: Added extern statements for the above.
1227
1228 2001-10-17  Jason Molenda  (jason-cl@molenda.com)
1229
1230         * symtab.c (lookup_block_symbol):  Break out of linear search
1231         if we're past the range of possible matches.
1232
1233 2001-10-16  Christopher Faylor  <cgf@redhat.com>
1234
1235         * win32-nat.c (safe_symbol_file_add_stub): Improve logic for avoiding
1236         load of already loaded DLL.
1237         (register_loaded_dll): Convert loaded DLL name to "posix" format or it
1238         will confuse subsequent opening of the filename due to dos paths.
1239         (dll_symbol_command): Pass from_tty parameter to safe_symbol_file_add.
1240
1241 2001-10-15  Elena Zannoni  <ezannoni@redhat.com>
1242
1243         * symtab.c (lookup_block_symbol): Update comment.
1244
1245 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
1246
1247         * value.h (value_as_address): Rename value_as_pointer.
1248         * eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c,
1249         jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c,
1250         values.c: Update.
1251
1252 202001-10-15  Jim Ingham  <jingham@inghji.apple.com>
1253
1254         * valarith.c (value_sub): Don't pass a raw type to
1255         value_from_pointer, it has to go through check_typedef first.
1256
1257 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
1258
1259         * gdbarch.sh (fallbackdefault): Set to one when predefault is
1260         empty.
1261         * gdbarch.h: Regenerate.
1262
1263 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
1264
1265         * mips-tdep.c (mips_integer_to_address): New function.
1266         (mips_gdbarch_init): Initialize pointer_to_address,
1267         address_to_pointer and integer_to_address.
1268
1269         * config/mips/tm-mips.h (POINTER_TO_ADDRESS): Delete
1270         (ADDRESS_TO_POINTER): Delete.
1271
1272         * d10v-tdep.c (d10v_integer_to_address): New function.
1273         (d10v_gdbarch_init): Initialize integer_to_address.
1274
1275         * values.c (value_as_pointer): Use INTEGER_TO_ADDRESS when
1276         available.
1277
1278         * gdbarch.sh (INTEGER_TO_ADDRESS): New predicate and function.
1279         * gdbarch.h, gdbarch.c: Regenerate.
1280
1281 2001-10-14  Mark Kettenis  <kettenis@gnu.org>
1282
1283         * config/s390/nm-linux.h: Don't include <signal.h>.
1284         (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1285         GET_THREAD_SIGNAL): Remove.
1286
1287         * config/nm-linux.h (struct objfile): Remove forward declaration.
1288         (linuxthreads_new_objfile): Remove prototype.
1289         (linuxthreads_pid_to_str): Remove prototype.
1290         (PREPARE_TO_PROCEED): Redefine in terms of
1291         lin_lwp_prepare_to_proceed.
1292         (struct target_waitstatus): Forward declaration.
1293         (child_wait): New prototype.
1294         (CHILD_WAIT): Define.
1295         (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1296         GET_THREAD_SIGNAL): Moved here from arch-specific files.
1297         * config/alpha/nm-linux.h, config/arm/nm-linux.h,
1298         config/ia64/nm-linux.h, config/mips/nm-linux.h,
1299         config/powerpc/nm-linux.h: Don't include <signal.h>.
1300         (lin_lwp_attach_lwp, ATTACH_LWP, lin_thread_get_thread_signals,
1301         GET_THREAD_SIGNAL): Remove.
1302         * config/i386/nm-linux.h: Likewise.
1303         (struct target_waitstatus, child_wait, CHILD_WAIT): Remove.
1304         * config/m68k/linux.mh, config/sparc/linux.mh (NATDEPFILES):
1305         Remove linux-thread.o.  Add proc-service.o, thread-db.o and
1306         lin-lwp.o.
1307         (LOADLIBES): New variable.
1308
1309         * sparc-nat.c (fetch_core_registers): Remove redundant prototype.
1310
1311         * proc-service.c (BUILD_LWP): Redefine in terms of ptid_build.
1312
1313         Fix attaching to cloned processes.  This fixes PR gdb/61.
1314         * lin-lwp.c (struct lwp_info): Add new member `cloned'.
1315         (is_cloned) Removed.
1316         (lin_lwp_attach_lwp): Don't call stop_wait_callback.  Instead call
1317         waitpid explicitly.  Mark the LWP as cloned if waitpid fails and
1318         retry with __WCLONE flag.
1319         (lin_lwp_attach): Likewise.  Warn if attaching to a cloned process.
1320         (detach_callback): Replace use of is_cloned with explicit check on
1321         LWP id and process id.
1322         (stop_wait_callback): Replace use of is_cloned with check if LWP
1323         is marked as cloned.
1324         [CHILD_WAIT] (child_wait): New function.
1325         (lin_lwp_wait): Replace use of is_cloned with check if LWP is
1326         marked as cloned.  Mark newly detected LWPs as cloned if detected
1327         by waitpid with __WCLONE flag.
1328         (kill_wait_callback): Replace use of is_cloned with check if LWP
1329         is marked as cloned.
1330         * config/i386/nm-linux.h (struct target_waitstatus): Add forward
1331         declaration.
1332         (child_wait): Add prototype.
1333         (CHILD_WAIT): Define.
1334
1335 2001-10-13  Andrew Cagney  <ac131313@redhat.com>
1336
1337         S/390 31 & 64 bit target and GNU/Linux native support.
1338         Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM.
1339         * s390-nat.c, s390-tdep.c: New file.
1340         * config/s390/nm-linux.h, config/s390/s390.mh: New file.
1341         * config/s390/s390.mt, config/s390/s390x.mt: New file.
1342         * config/s390/tm-linux.h, config/s390/tm-s390.h: New file.
1343         * config/s390/xm-linux.h: New file.
1344         * NEWS: Update.
1345         * MAINTAINERS: Update.
1346
1347 2001-10-13  Andrew Cagney  <ac131313@redhat.com>
1348
1349         From 2001-07-09 D.J. Barrow <djbarrow@de.ibm.com>:
1350         * gdbarch.sh: Fixed CALL_DUMMY_BREAKPOINT_OFFSET to check
1351         CALL_DUMMY_BREAKPOINT_OFFSET_P.
1352         * gdbarch.c: Regenerate.
1353         
1354 2001-10-13  Mark Kettenis  <kettenis@gnu.org>
1355
1356         * thread-db.c: Fix a few formatting mistakes.
1357
1358 2001-10-12  Christopher Faylor  <cgf@redhat.com>
1359
1360         * win32-nat.c (safe_symbol_file_add_stub): Properly initialize linked
1361         list pointer to beginning rather than one beyond beginning.
1362
1363 2001-10-12  Daniel Jacobowitz  <drow@mvista.com>
1364
1365         * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro.
1366
1367         * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS.
1368         (make_symbol_completion_list): Likewise.
1369         (make_symbol_overload_list): Likewise.
1370         * buildsym.c (finish_block): Likewise.
1371         * breakpoint.c (get_catch_sals):  Likewise.
1372         * mdebugread.c (mylookup_symbol): Likewise.
1373         * objfiles.c (objfile_relocate): Likewise.
1374         * printcmd.c (print_frame_args): Likewise.
1375         * stack.c (print_block_frame_locals): Likewise.
1376         (print_block_frame_labels): Likewise.
1377         (print_frame_arg_vars): Likewise.
1378         * symmisc.c (dump_symtab): Likewise.
1379         * tracepoint.c (add_local_symbols): Likewise.
1380         (scope_info): Likewise.
1381
1382 2001-10-12  Daniel Jacobowitz  <drow@mvista.com>
1383
1384         * minsyms.c (msymbol_hash): Use better hash function.
1385         (msymbol_hash_iw): Likewise.  Terminate loop at '(' properly.
1386
1387         * objfiles.h: Increase MINIMAL_SYMBOL_HASH_SIZE to match modern
1388         binaries.
1389
1390 2001-10-12  Daniel Jacobowitz  <drow@mvista.com>
1391
1392         * printcmd.c (print_frame_args):  Move symbol iteration explicitly
1393         inside the func != NULL block.
1394
1395 2001-10-12  Fernando Nasser  <fnasser@redhat.com>
1396
1397         * MAINTAINERS (Misc): Add Ian Roxborough as tcl/, tk/ and itcl/
1398         maintainer.
1399
1400 2001-10-12  Pierre Muller  <muller@ics.u-strasbg.fr>
1401
1402         * config/i386/tm-cygwin.h: Include tm-i386.h instead of tm-i386v.h.
1403         This fixes errors in "long long" handling for 'finish' and 'return'
1404         commands.
1405
1406 2001-10-12  Christopher Faylor  <cgf@redhat.com>
1407
1408         * win32-nat.c (safe_symbol_file_add_stub): Avoid adding a shared
1409         library if it has already been loaded.
1410         (safe_symbol_file_add_cleanup): Don't mess with stderr or we won't see
1411         any error messages.
1412         (safe_symbol_file_add): Ditto.
1413         (solib_symbols_add): Make static.  Accept 'from_tty' parameter.  Pass
1414         it to safe_symbol_file_add.
1415         (core_dll_symbols_add): Accomodate extra solib_symbols_add parameter.
1416         (child_solib_add): Ditto.
1417
1418         * win32-nat.c (handle_exception): Don't print "first chance"
1419         exceptions.
1420         (get_child_debug_event): Continue from exceptions if !handle_exception.
1421
1422 2001-10-11  Tom Tromey  <tromey@redhat.com>
1423
1424         * symtab.c (lookup_symtab): Removed.
1425         (lookup_symtab_1): Renamed to lookup_symtab.
1426
1427 2001-10-10  Christopher Faylor  <cgf@redhat.com>
1428
1429         * win32-nat.c (get_child_debug_event): Close file handles created after
1430         process creation and DLL load.
1431         (child_create_inferior): Close unneeded process/thread handle after
1432         thread creation.
1433
1434 2001-10-10  Jim Blandy  <jimb@redhat.com>
1435
1436         * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes.
1437
1438 2001-10-10  Keith Seitz  <keiths@redhat.com>
1439
1440         * varobj.c (cplus_value_of_child): Deal with a failure
1441         to dereference a pointer object.
1442
1443 2001-10-08  J. Brobecker <brobecker@gnat.com>
1444
1445         * hpux-thread.c: rewrite find_active_thread() and find_tcb()
1446         to use ptid_t, instead of overloading the thread and the pid
1447         into the same 32-bit value. Make associated necessary adaptations.
1448         Also remove unused variable cached_active_thread.
1449
1450 2001-10-08  Nicholas Duffek  <nsd@redhat.com>
1451
1452         * MAINTAINERS (powerpc, SCO/Unixware, Solaris/x86): Remove my
1453         entries.
1454
1455 2001-10-06  Mark Kettenis  <kettenis@beast.freebsd.org>
1456
1457         * config/alpha/tm-fbsd.h (FRAME_CHAIN_VALID): Define.
1458
1459 2001-10-04  Tom Tromey  <tromey@redhat.com>
1460
1461         * main.c (enable_external_editor): Don't declare.
1462         (captured_main): Don't set enable_external_editor.
1463
1464 2001-10-02  Kevin Buettner  <kevinb@redhat.com>
1465
1466         * Makefile.in (ALLDEPFILES): Add solib-svr4.c and solib-sunos.c
1467         to this list.
1468         (solib-sunos.o): Add dependencies.
1469         (solib-svr4.o): Revise dependencies.
1470         * solib-svr4.c: Remove SunOS shared library support.
1471         * solib-sunos.c: New file, created from solib-svr4.c, which still
1472         contains SunOS shared library support, but no SVR4 support.
1473
1474         * config/i386/nbsd.mh (NATDEPFILES): Remove solib-svr4.o and
1475         solib-legacy.o from this list.  Add solib-sunos.o.
1476         * config/i386/sun386.mt (TDEPFILES): Likewise.
1477         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
1478         * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
1479         * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
1480         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
1481         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
1482         * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
1483
1484 2001-10-01  Elena Zannoni <ezannoni@redhat.com>
1485
1486         * Makefile.in (mipsread.o): Remove old dependency on partial-stab.h.
1487
1488 2001-10-01  Elena Zannoni <ezannoni@redhat.com>
1489
1490         * xcoffread.c (N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, N_COMM, N_FN,
1491         N_EXT, N_INDR, N_SETA, N_SETT, N_SETD, N_SETB, N_SETV,
1492         CUR_SYMBOL_TYPE, CUR_SYMBOL_VALUE, START_PSYMTAB, END_PSYMTAB,
1493         SET_NAMESTRING): Delete definitions.
1494         Don't include language.h any more.
1495         Don't include partial-stab.h any more.
1496         (scan_xcoff_symtab): Don't jump through hoops to reuse code in
1497         partial-stab.h, include the code directly, instead.
1498
1499         * Makefile.in (xcoffread.o): Remove dependency on partial-stab.h.
1500
1501 2001-10-01  Andrew Cagney  <ac131313@redhat.com>
1502
1503         * infcmd.c (do_registers_info): Delete code dumping large
1504         registers.  Handled by val_print.
1505
1506 2001-09-30  Andrew Cagney  <ac131313@redhat.com>
1507
1508         * gdbarch.sh (gdbarch_alloc): Name the new architecture
1509         ``current_gdbarch'' so that it, and not the identically named
1510         global is refered to by macros.
1511         * gdbarch.c: Regenerate.
1512
1513 2001-09-29  Andrew Cagney  <ac131313@redhat.com>
1514
1515         * cli/cli-decode.c (add_set_boolean_cmd): Define.
1516         * cli/cli-decode.h (add_set_boolean_cmd): Declare.
1517         * command.h (add_set_boolean_cmd): Ditto.
1518         * remote.c (_initialize_remote): Use add_set_boolean_cmd for "set
1519         remotebreak"
1520
1521 2001-09-29  Andrew Cagney  <ac131313@redhat.com>
1522
1523         * gdbarch.sh (gdbarch_dump): Sort output.
1524         * gdbarch.c: Regenerate.
1525
1526 2001-09-29  Andrew Cagney  <ac131313@redhat.com>
1527
1528         * rs6000-tdep.c (rs6000_gdbarch_init): Don't use the previous
1529         architecture to infer the wordsize.  Previous architecture may not
1530         be a PowerPC.
1531
1532 2001-09-27  J. Brobecker <brobecker@gnat.com>
1533
1534         * infttrace.c (kill_inferior): Issue a TT_PROC_EXIT request rather
1535         than a TT_PROC_STOP request to kill the inferior and its child
1536         processes. Otherwise, the inferior is not killed on HPUX 11.0.
1537         Removed the code that detaches the child processes since we just
1538         killed them.
1539
1540 2001-09-26  Andrew Cagney  <ac131313@redhat.com>
1541
1542         * serial.c (serial_set_cmdlist, serial_show_cmdlist): New
1543         variables.
1544         (serial_set_cmd, serial_show_cmd): New functions.
1545         (_initialize_serial): Add "set/show serial" command.
1546
1547 2001-09-26  Andrew Cagney  <ac131313@redhat.com>
1548
1549         * CONTRIBUTE: Update.
1550
1551 2001-09-26  Kevin Buettner  <kevinb@redhat.com>
1552
1553         * solib-svr4.h (set_solib_svr4_fetch_link_map_offsets): Add
1554         argument ``gdbarch''.
1555         * solib-svr4.c (SVR4_FETCH_LINK_MAP_OFFSETS): Change default value.
1556         (default_svr4_fetch_link_map_offsets): Rename to
1557         legacy_fetch_link_map_offsets().
1558         (svr4_fetch_link_map_offsets): New function.
1559         (fetch_link_map_offsets, fetch_link_map_offsets_init): Deleted.
1560         (fetch_link_map_offsets_gdbarch_data): New static global.
1561         (set_solib_svr4_fetch_link_map_offsets): Add argument ``gdbarch''.
1562         Revise to invoke set_gdbarch_data().
1563         (init_fetch_link_map_offsets): Change return type and add an
1564         argument so that it may be used as a gdbarch_data initializer.
1565         (_initialize_svr4_solib): Eliminate use of gdbarch swap mechanism.
1566         Use gdbarch data mechanism instead.
1567
1568 2001-09-25  Jiri Smid  <smid@suse.cz>
1569
1570         * x86-64-linux-tdep.c (LINUX_SIGINFO_SIZE): Add.
1571         (x86_64_linux_sigcontext_addr): Replace `sizeof (struct siginfo)'
1572         by LINUX_SIGINFO_SIZE.
1573
1574 2001-09-24  Andrew Cagney  <ac131313@redhat.com>
1575
1576         * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1577         variables.
1578         (maintenance_set_profile_cmd): New function.
1579         (maintenance_show_cmd, maintenance_set_cmd): New functions.
1580         (_initialize_maint_cmds): Add "maintenance set" and "maintenance
1581         show" and, commented out, "maintenance set/show profile" commands.
1582
1583 2001-09-24  Andrew Cagney  <ac131313@redhat.com>
1584
1585         * findvar.c (read_var_value): For LOC_INDIRECT and LOC_REF_ARG
1586         convert the pointer into a CORE_ADDRs.
1587
1588 2001-09-24  Andrew Cagney  <ac131313@redhat.com>
1589
1590         * doublest.h (store_floating, extract_floating): Add comment
1591         indicating these functions are deprecated.
1592         (extract_typed_floating, store_typed_floating): Declare.
1593         * doublest.c: Include "gdbtypes.h".
1594         (extract_typed_floating, store_typed_floating): Define.
1595
1596         * stabsread.c (define_symbol): Use store_typed_floating.
1597         * valarith.c (value_binop): Ditto.
1598         * values.c (unpack_long): Use extract_typed_floating.
1599         (unpack_double): Ditto.
1600
1601 2001-09-24  Orjan Friberg  <orjanf@axis.com>
1602
1603         * cris-tdep.c (reg_mode_add_sub_cmp_and_or_move_op): Fetch operand1
1604         from correct register.
1605
1606 2001-09-22  Mark Kettenis  <kettenis@gnu.org>
1607
1608         * x86-64-linux-tdep.c (STRUCT_OFFSET): Removed.
1609
1610 2001-09-21  Jiri Smid   <smid@suse.cz>
1611
1612         * config/i386/x86-64linux.mh: New file.
1613         * config/i386/x86-64linux.mt: New file.
1614         * config/i386/nm-x86_64.h: New file.
1615         * x86-64-linux-tdep.c: New file.
1616         * x86-64-linux-nat.c: New file.
1617         * x86-64-tdep.c: New file.
1618         * x86-64-tdep.h: New file.
1619         * i386-tdep.h: New file.
1620         * i387-nat.c: Include i386-tdep.h when multiarch.
1621         * i387-tdep.c: Ditto.
1622         * config/djgpp/fnchange.lst: Add entries for x86_64-linux-tdep.c
1623         and x86_64-linux-nat.c
1624         * Makefile.in: Add x86_64-linux-tdep.o, x86_64-tdep.o,
1625         x86_64-linux-tdep.o, x86_64-nat.o, update dependencies.
1626
1627 2001-09-21  Jiri Smid   <smid@suse.cz>
1628
1629         * MAINTAINERS: Add myself to the write-after-approval list.
1630         * i386-nat.c (TARGET_HAS_DR_LEN_8, DR_LEN_8): Declare.
1631         (i386_length_and_rw_bits, i386_handle_nonaligned_watchpoint,
1632         i386_insert_watchpoint, i386_remove_watchpoint):  Add support for
1633         8-byte wide watchpoints.
1634         (i386_show_dr): Debug message format string change.
1635
1636 2001-09-21  Michael Snyder  <msnyder@redhat.com>
1637
1638         * c-exp.y (typebase): Accept (signed long long) as a type expr.
1639
1640 2001-09-20  Michael Snyder  <msnyder@redhat.com>
1641         Changes by Daniel Berlin  <dan@cgsoftware.com>, to support
1642         better parsing of const and volatile type expressions.
1643         * c-exp.y (const_and_volatile, const_or_volatile_noopt, 
1644         const_or_volatile): New non-terminals.
1645         (ptype): Use new rule for const_or_volatile.
1646         (typebase): Use new rule for const_or_volatile_noopt.
1647         * parser-defs.h (enum type_pieces): New values tp_const, tp_volatile.
1648         * parse.c (follow_types): Handle tp_const and tp_volatile on the
1649         type stack: call make_cv_type to create new const/volatile type.
1650
1651 2001-09-20  Kevin Buettner  <kevinb@redhat.com>
1652
1653         * solib-svr4.c (fetch_link_map_offsets): Add comment.
1654         (fetch_link_map_offsets_init): New static global.
1655         (set_solib_svr4_fetch_link_map_offsets, init_fetch_link_map_offsets):
1656         Revise implementation to use ``fetch_link_map_offsets_init''
1657         instead of ``fetch_link_map_offsets''.
1658
1659 2001-09-20  Alan Modra  <amodra@bigpond.net.au>
1660
1661         * coffread.c: Replace all occurrences of bfd_read with bfd_bread.
1662         * dbxread.c: Likewise.
1663         * dwarf2read.c: Likewise.
1664         * dwarfread.c: Likewise.
1665         * somread.c: Likewise.
1666         * ultra3-nat.c: Likewise.
1667         * xcoffread.c: Likewise.
1668
1669 2001-09-19  Andrew Cagney  <ac131313@redhat.com>
1670
1671         * cris-tdep.c (cris_get_signed_offset): Change return type to an
1672         explicitly signed char.
1673
1674         * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update
1675         function signature to match recent tracepoint.c:encode_actions
1676         changes.
1677         * mcore-tdep.c (mcore_virtual_frame_pointer): Ditto.
1678
1679 2001-09-18  Andrew Cagney  <ac131313@redhat.com>
1680
1681         * thread.c (do_captured_thread_select): Add uiout parameter.
1682         (do_captured_list_thread_ids): Ditto.
1683         * breakpoint.c (do_captured_breakpoint_query): Ditto.
1684
1685         * breakpoint.c (gdb_breakpoint_query): Update.  Use
1686         catch_exceptions.
1687         * thread.c (gdb_list_thread_ids): Ditto.
1688         (gdb_thread_select): Ditto.
1689         (thread_command): Pass uiout to gdb_thread_select.
1690
1691         * gdb.h (gdb_breakpoint_query): Add parameter ui_out.
1692         (gdb_thread_select, gdb_list_thread_ids): Ditto.
1693
1694 2001-09-13  Kevin Buettner  <kevinb@redhat.com>
1695
1696         From Ilya Golubev <gin@mo.msk.ru>:
1697         * solib.c (clear_solib): Call `remove_target_sections' to fix
1698         stale pointers in `struct target_ops'.
1699         * irix5-nat.c (clear_solib): Likewise.
1700         * osfsolib.c (clear_solib): Likewise.
1701
1702 2001-09-13  Jim Blandy  <jimb@redhat.com>
1703
1704         * monitor.c (monitor_load): Don't delete symtab users, or reset
1705         inferior_ptid.
1706         
1707         * monitor.c (monitor_load): Fix indentation.
1708
1709 2001-09-11  Jim Blandy  <jimb@redhat.com>
1710
1711         * printcmd.c (print_scalar_formatted): Compare the length of the
1712         value against the lengths of the target's floating-point types,
1713         not the host's.  Add support for `long double'.
1714
1715         * printcmd.c (print_scalar_formatted): Fix indentation.
1716
1717 2001-09-10  Jim Blandy  <jimb@redhat.com>
1718
1719         * rom68k-rom.c (init_rom68k_cmds): Set the flag indicating that
1720         programs running on the board can produce output.
1721
1722 2001-09-10  Jason Molenda  (jmolenda@apple.com)
1723
1724         * NEWS: "ANS/ISO C" -> "ISO C".
1725         * MAINTAINERS (write-after-approval):  Update my entry.
1726
1727 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
1728
1729         * config/xm-aix4.h (MEM_FNS_DECLARED): Removed.
1730
1731         * config/arm/xm-linux.h, config/ia64/xm-linux.h,
1732         config/m68k/xm-linux.h, config/mips/xm-linux.h,
1733         config/powerpc/xm-linux.h, config/sparc/xm-linux.h: Remove
1734         redundant inclusion of <unistd.h>.
1735
1736         * gdbtypes.h (struct block): Add forward declaration.
1737
1738 2001-09-07  Andrew Cagney  <ac131313@redhat.com>
1739
1740         * defs.h (enum return_reason): Renumber so that all values are
1741         negative.
1742         (RETURN_MASK): Negate reason.
1743         (catch_exception_ftype): Declare.
1744         (catch_exceptions): Declare.
1745         * top.c (catcher): New function, based on catch_errors.  Add in
1746         parameter func_uiout and out parameters func_val, func_caught and
1747         func_cleanup.  Change type of func to catch_exceptions_ftype.
1748         Save/restore uiout.
1749         (struct catch_errors_args): Define.
1750         (do_catch_errors): New function.
1751         (catch_errors): Rewrite, use do_catch_errors and catcher.
1752         (catch_exceptions): New function, use catcher.
1753
1754 2001-09-07  Jim Blandy  <jimb@redhat.com>
1755
1756         Correctly parse register values provided by the monitor.
1757         * rom68k-rom.c: #include "value.h".
1758         (is_hex_digit, hex_digit_value, is_whitespace,
1759         rom68k_supply_one_register): New static functions.
1760         (rom68k_supply_register): Call rom68k_supply_one_register, instead
1761         of monitor_supply_register; the latter was incorrectly parsing 
1762         the values.
1763         * Makefile.in (rom68k-rom.o): Note that this now #includes value.h.
1764
1765 2001-09-07  Mark Kettenis  <kettenis@gnu.org>
1766
1767         * config/rs6000/xm-rs6000.h (setpgrp): Remove macro.  GDB defaults
1768         to using setpgid if available now.
1769
1770 2001-09-06  Keith Seitz  <keiths@redhat.com>
1771
1772         From Ian Roxborough  <irox@redhat.com>
1773         * configure.in: Use ITCL_LIB_FULL_PATH and
1774         ITK_LIB_FULL_PATH to set Itcl and Itk dependancies
1775         for gdb.
1776         * configure: Regenerated.
1777
1778 2001-09-06  Kevin Buettner  <kevinb@redhat.com>
1779         
1780         * dbxread.c (process_one_symbol): Don't use error result from
1781         find_stab_function_addr().
1782         * partial-stab.h (case 'F'): Likewise.
1783
1784         * partial-stab.h (case 'f'): Make SOFUN_ADDRESS_MAYBE_MISSING
1785         code match that used for case 'F'.  This fixes the divergence
1786         that was introduced by my 1999-09-14 changes to partial-stab.h.
1787
1788 2001-09-05  Elena Zannoni  <ezannoni@redhat.com>
1789
1790         * gdbarch.sh: Move include of dis-asm.h so it is generated earlier
1791         in gdbarch.h.
1792         (TARGET_PRINT_INSN): Multiarch.
1793         * gdbarch.h: Regenerate.
1794         * gdbarch.c: Regenerate.
1795
1796         * arch-utils.c (legacy_print_insn): New function.
1797         * arch-utils.h (legacy_print_insn): Export.
1798
1799         * cris-tdep.c (cris_delayed_get_disassembler): Use
1800         TARGET_PRINT_INSN, instead of tm_print_insn.
1801         * d10v-tdep.c (print_insn): Ditto.
1802         * d30v-tdep.c (print_insn): Ditto.
1803         * m32r-tdep.c (dump_insn): Ditto.
1804         * v850-tdep.c (v850_scan_prologue): Ditto.
1805         * mcore-tdep.c (mcore_dump_insn): Ditto.
1806         * sh-tdep.c (sh_gdbarch_init): Set print_insn gdbarch field.
1807
1808 2001-09-05  Jim Blandy  <jimb@redhat.com>
1809
1810         * gdbtypes.h (struct type): Doc fix.
1811
1812 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
1813
1814         From Daniel Jacobowitz  <drow@mvista.com>       
1815         * dbxread.c (free_header_files): Make global.
1816         (init_header_files): Likewise.
1817         * stabsread.h (free_header_files): Add prototype.
1818         (init_header_files): Likewise.
1819         * mdebugread.c (mdebug_build_psymtabs): Initialize
1820         properly before using the stabs debug reader.
1821
1822 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
1823
1824         From Daniel Jacobowitz  <drow@mvista.com>       
1825         * dbxread.c (dbx_symfile_read): Only reinitialize
1826         the psymbol list if mainline or if both static
1827         and global lists are empty.
1828         * dwarf2read.c (dwarf2_build_psymtabs): Likewise.
1829         * dwarfread.c (dwarf_build_psymtabs): Likewise.
1830         * xcoffread.c (xcoff_initial_scan): Likewise.
1831         * os9kread.c (os9k_symfile_read): Likewise.
1832         
1833 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
1834
1835         From Daniel Jacobowitz  <drow@mvista.com>       
1836         * mdebugread.c (psymtab_to_symtab_1): Handle N_SO stabs without
1837         a name specially.
1838
1839 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
1840
1841         Make GDB use libiberty regex implementation.
1842         * gdb_regex.h: Normalize protection against multiple inclusion.
1843         Include "xregex.h" instead of "gnu-regex.h".
1844         * cli/cli-cmds.c: Include "gdb_regex.h" instead of "gnu-regex.h".
1845         * cli/cli-decode.c: Likewise.
1846         * Makefile.in (REGEX): Remove.
1847         (GDB_CFLAGS): Remove reference to gnu-regex.h in comment.
1848         (ADD_FILES, ADD_DEPS): Remove $(REGEX).
1849         (POSSLIBS): Remove.
1850         (TAGFILES_NO_SRCDIR): Remove $(POSSLIBS).
1851         (irix5-nat.o, solib.o, solib-svr4.o, source.o, symtab.o,
1852         xcoffsolib.o, cli-decode.o, cli-cmd.o): Replace gnu-regex.h with
1853         gdb_regex.h in list of dependencies.
1854         (gnu-regex.o): Remove rule.
1855         * gnu-regex.c, gnu-regex.h: Remove files.
1856
1857 2001-08-31  Jason Molenda  (jmolenda@apple.com)
1858
1859         * c-valprint.c (c_val_print):  Second call to check_typedef ()
1860         is no longer necessary.
1861
1862 2001-08-31  Kevin Buettner  <kevinb@redhat.com>
1863
1864         * ia64-tdep.c (examine_prologue): Don't let a branch unit nop
1865         terminate the prologue scan.
1866
1867 2001-08-30  Jim Blandy  <jimb@redhat.com>
1868
1869         * symfile.c (sections_overlap): New function.
1870         (map_overlay_command): Call sections_overlap, instead of using
1871         incorrect logic to recognize overlapping sections.
1872
1873         * symfile.c (load_command): Invalidate the overlay cache.
1874
1875 2001-08-30  Mark Kettenis  <kettenis@gnu.org>
1876
1877         * config/i386/xm-i386.h (HOST_BYTE_ORDER): Removed.
1878
1879 2001-08-29  Kevin Buettner  <kevinb@redhat.com>
1880
1881         From 2001-08-07  Daniel Jacobowitz  <drow@mvista.com>:
1882         * solib-svr4.c (enable_break): Check the inferior link map
1883         before assuming the inferior PC is at the start of the dynamic
1884         loader.
1885
1886 2001-08-28  Andrew Cagney  <cagney@toribio.toronto.redhat.com>
1887
1888         * frame.h (struct frame_info): Fix documentation on fields
1889         saved_regs, next and prev.
1890
1891 2001-08-23  Mark Kettenis  <kettenis@gnu.org>
1892
1893         * event-top.c (async_stop_sig) [HAVE_SIGPROCMASK]: Some
1894         gratuitious whitespace changes.
1895         [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is defined.
1896         * top.c: Remove redundant logic to define HAVE_SIGSETMASK.
1897         (sigsetmask) Don't define macro.
1898         (stop_sig) [HAVE_SIGPROCMASK]: Add bit of code snatched from
1899         async_stop_sig from event-top.c.
1900         [!HAVE_SIGPROCMASK]: Call sigsetmask if HAVE_SIGSETMASK is
1901         defined.
1902         * configure.in (AC_CHECK_FUNCS): Put functions in alphabetical
1903         order.  Add sigsetmask.
1904         (AC_FUNC_VFORK, AC_FUNC_ALLOCA): Reorder such that they're in
1905         alphabetical order.
1906         * config/xm-aix4.h, config/alpha/xm-alphalinux.h,
1907         config/i386/xm-cygwin.h, config/rs6000/xm-rs6000.h
1908         (HAVE_SIGSETMASK): Remove.
1909         * aclocal.m4, config.in, configure: Regenerated.
1910
1911 2001-08-26  Andrew Cagney  <ac131313@redhat.com>
1912
1913         From 2001-06-29 Andrew Cagney  <ac131313@redhat.com>:
1914         * config/powerpc/nbsd.mh (XM_FILE): Delete.
1915
1916 2001-08-21  Andrew Cagney  <ac131313@redhat.com>
1917
1918         * doublest.h (HOST_FLOAT_FORMAT): Delete macro.
1919         (HOST_DOUBLE_FORMAT): Delete macro.
1920
1921 2001-08-24  Mark Kettenis  <kettenis@gnu.org>
1922
1923         * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h,
1924         config/i386/xm-i386aix.h, config/m68k/xm-dpx2.h: Remove redundant
1925         inclusion of <limits.h>.
1926
1927 2001-08-24  Andrew Cagney  <ac131313@redhat.com>
1928
1929         * regcache.c (read_register_bytes): When REGISTER_NAME indicates
1930         that a register should be ignored, supply a value for the register
1931         from the raw registers[] buffer.
1932
1933 2001-08-24  Andrew Cagney  <ac131313@redhat.com>
1934
1935         * go32-nat.c (go32_create_inferior): Use xfree instead of free.
1936         * config/djgpp/fnchange.lst: Add entries for i386bsd-tdep.c and
1937         i386bsd-nat.c.
1938
1939 2001-08-21  Andrew Cagney  <ac131313@redhat.com>
1940
1941         * gdbtypes.h (builtin_type_ieee_single_big)
1942         (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
1943         (builtin_type_ieee_double_little)
1944         (builtin_type_ieee_double_littlebyte_bigword)
1945         (builtin_type_i387_ext, builtin_type_m68881_ext)
1946         (builtin_type_i960_ext, builtin_type_m88110_ext)
1947         (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
1948         (builtin_type_arm_ext_littlebyte_bigword)
1949         (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
1950         (builtin_type_ia64_quad_big)
1951         (builtin_type_ia64_quad_little): Declare.
1952         * gdbtypes.c (builtin_type_ieee_single_big)
1953         (builtin_type_ieee_single_little, builtin_type_ieee_double_big)
1954         (builtin_type_ieee_double_little)
1955         (builtin_type_ieee_double_littlebyte_bigword)
1956         (builtin_type_i387_ext, builtin_type_m68881_ext)
1957         (builtin_type_i960_ext, builtin_type_m88110_ext)
1958         (builtin_type_m88110_harris_ext, builtin_type_arm_ext_big)
1959         (builtin_type_arm_ext_littlebyte_bigword)
1960         (builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
1961         (builtin_type_ia64_quad_big)
1962         (builtin_type_ia64_quad_little): Define.
1963         (_initialize_gdbtypes): Initialize builtin floatformat types.
1964         
1965 2001-08-23  Mark Kettenis  <kettenis@gnu.org>
1966
1967         * tracepoint.c (read_actions): Add FIXME for code depending on
1968         STOP_SIGNAL.
1969
1970 2001-08-23  Martin M. Hunt  <hunt@redhat.com>
1971
1972         * remote-mips.c (pmon_load_fast): Add ui_load_progress_hook
1973         to download loop.
1974         (mips_load_srec): Ditto.
1975
1976 2001-08-22  Andrew Cagney  <ac131313@redhat.com>
1977
1978         * gdbtypes.c (build_gdbtypes): Initialize TYPE_FLOATFORMAT field
1979         of builtin_type_float, builtin_type_double and
1980         builtin_type_long_double.
1981         (recursive_dump_type): Print the floatformat name.
1982         * gdbtypes.h (struct type): Add type_specific field floatformat.
1983         (TYPE_FLOATFORMAT): Define
1984
1985 2001-08-21  Keith Seitz  <keiths@redhat.com>
1986
1987         * printcmd.c (print_insn): Use the given stream for
1988         output.
1989
1990 2001-07-24  Andrew Cagney  <ac131313@redhat.com>
1991
1992         * arm-tdep.c (convert_from_extended, convert_to_extended): Delete
1993         assembler version of function.
1994         (convert_from_extended, convert_to_extended): Rewrite. Use
1995         floatformat_to_doublest, floatformat_from_doublest,
1996         floatformat_arm_ext_big, floatformat_arm_ext_littlebyte_bigword.
1997         (arm_push_arguments): Use extract_floating and store_floating to
1998         perform floating point conversions.
1999         (SWAP_TARGET_AND_HOST): Delete macro.
2000         * arm-linux-tdep.c (arm_linux_push_arguments): Use
2001         extract_floating and store_floating to perform floating point
2002         conversions.
2003
2004 2001-08-20  Andrew Cagney  <ac131313@redhat.com>
2005
2006         * gdbtypes.h (struct type): Clarify meaning of field ``length''.
2007
2008 2001-08-17  Keith Seitz  <keiths@redhat.com>
2009
2010         * varobj.c (varobj_update): Change first parameter to
2011         pointer to struct varobj*. This function can delete
2012         varobjs, so we need to give callers the new varobj
2013         when this happens.
2014         (value_of_root): Update "var", too, if "var_handle"
2015         changes.
2016         * varobj.h (varobj_update): Likewise.
2017
2018 2001-08-17  Keith Seitz  <keiths@redhat.com>
2019
2020         * Makefile.in (varobj_h): Define.
2021         (mi-cmd-var.o): Depends on varobj_h.
2022         (gdbtk-varobj.o): Change varobj.h to $(varobj_h).
2023
2024 2001-08-16  Keith Seitz  <keiths@redhat.com>
2025
2026         * configure.in (GDBTK_SRC_DIR): We must have autoconf
2027         give us the absolute path to the source directory.
2028         * configure: Regenerated.
2029         * Makefile.in (GDBTK_SRC_DIR): Add variable so that
2030         autoconf can substitue it in for us.
2031         (gdbtk.o): Pass in GDBTK_SRC_DIR instead of srcdir. We
2032         really do need an absolute pathname.
2033
2034 2001-08-15  Keith Seitz  <keiths@redhat.com>
2035
2036         * Makefile.in (GDBTK_VERSION): Set a version number.
2037         (GDBTK_LIBRARY): New variable to point to location where
2038         gdbtk will install its tcl library. Changed all refereneces
2039         to $(datadir)/insight1.0 to $(GDBTK_LIBRARY).
2040         (SUBDIR_GDBTK_ALL): Remove "all-gdbtk". No longer needed.
2041         (SUBDIR_GDBTK_CLEAN): Remove "clean-gdbtk". No longer needed.
2042         (all-gdbtk): Remove.
2043         (install-gdbtk): Remove.
2044         (gdbtk.o): Pass srcdir to file when compiling.
2045
2046 2001-08-15  Ian Roxborough  <irox@redhat.com>
2047
2048         * Makefile.in: Changed all references to the install directory
2049         "gdbtcl" to read "insight1.0".
2050
2051 2001-08-15  Corinna Vinschen  <vinschen@redhat.com>
2052
2053         * arch-utils.c (generic_skip_trampoline_code): New function.
2054         * arch-utils.h (generic_skip_trampoline_code): Declare external.
2055         * gdbarch.c: Regeberated from gdbarch.sh.
2056         * gdbarch.h: Ditto.
2057         * gdbarch.sh (SKIP_TRAMPOLINE_CODE): Multi-arch.
2058         * infrun.c: Remove default setting of SKIP_TRAMPOLINE_CODE macro.
2059
2060 2001-08-14  Daniel Jacobowitz  <drow@mvista.com>
2061             H.J. Lu  (hjl@gnu.org)
2062
2063         * partial-stab.h: valu should be a CORE_ADDR.
2064
2065 2001-08-14  H.J. Lu  (hjl@gnu.org)
2066
2067         * dbxread.c (SWAP_SYMBOL): Removed.
2068         (INTERNALIZE_SYMBOL): Check sign extended vma.
2069
2070 2001-08-13  Christopher Faylor  <cgf@cygnus.com>
2071
2072         * top.c (SIGSETJMP): Protect env argument with parentheses.
2073         (SIGLONGJMP): Protect env argument with parentheses.
2074
2075 2001-08-11  Andrew Cagney  <ac131313@redhat.com>
2076
2077         * config/mn10300/mn10300.mt (TM_FILE): Delete.
2078         * configure.tgt: Add mn10300 to list of mulit-arch targets.
2079         * config/mn10300/tm-mn10300.h: Delete file. Move contents ...
2080         * mn10300-tdep.c: To here.
2081
2082 2001-08-11  Andrew Cagney  <ac131313@redhat.com>
2083
2084         * config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_VIRTUAL): Make
2085         val a DOUBLEST.  Use floatformat_to_doublest.
2086         (REGISTER_CONVERT_TO_RAW): Ditto.  Use foatformat_from_doublest.
2087         * config/m88k/tm-m88k.h (REGISTER_CONVERT_TO_VIRTUAL): Ditto.
2088         (REGISTER_CONVERT_TO_RAW): Ditto.
2089
2090 2001-08-11  Andrew Cagney  <ac131313@redhat.com>
2091
2092         * config/mn10300/tm-mn10300.h (PC_REGNUM, SP_REGNUM): Delete.
2093         * mn10300-tdep.c (mn10300_gdbarch_init): Initialize pc_regnum and
2094         sp_regnum.
2095
2096 2001-08-11  Andrew Cagney  <ac131313@redhat.com>
2097
2098         * doublest.c (convert_doublest_to_floatformat): Rename
2099         floatformat_from_doublest.  Make static.
2100         (convert_floatformat_to_doublest): Rename floatformat_to_doublest.
2101         Make static.
2102         (floatformat_to_doublest): New function.
2103         (floatformat_from_doublest): New function.
2104         (host_float_format, host_double_format, host_long_double_format):
2105         New static variables.
2106         (store_floating, extract_floating): Always use
2107         floatformat_to_doublest and floatformat_from_doublest.
2108         * doublest.h (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2109
2110 2001-08-11  Andrew Cagney  <ac131313@redhat.com>
2111
2112         * config/mn10300/tm-mn10300.h (INIT_FRAME_PC): Delete.
2113         * mn10300-tdep.c (mn10300_gdbarch_init): Initialize init_frame_pc.
2114
2115 2001-08-07  Andrew Cagney  <ac131313@redhat.com>
2116
2117         * target.h (TARGET_VIRTUAL_FRAME_POINTER): Delete, multi-arched.
2118         * gdbarch.sh (TARGET_VIRTUAL_FRAME_POINTER): Add.
2119         * gdbarch.h, gdbarch.c: Regenerate.
2120
2121         * arch-utils.h (legacy_virtual_frame_pointer): Declare.
2122         * arch-utils.c: Include "gdb_assert.h".
2123         (legacy_virtual_frame_pointer): Define.
2124         * Makefile.in (arch-utils.o): Depends on gdb_assert.h.
2125
2126         * tracepoint.c (encode_actions): Make frame_reg an int.  Make
2127         frame_offset a LONGEST.
2128         * ax-gdb.c (gen_frame_args_address): Ditto.
2129         (gen_frame_locals_address): Ditto.
2130         * mn10300-tdep.c (mn10300_gdbarch_init): Initialize
2131         virtual_frame_pointer.
2132         (mn10300_virtual_frame_pointer): Make static.  Update parameter
2133         list to match function signature.
2134         * config/mn10300/tm-mn10300.h (TARGET_VIRTUAL_FRAME_POINTER): Delete.
2135
2136 2001-08-10  Keith Seitz  <keiths@redhat.com>
2137
2138         * gdb-events.sh: Add architecture_changed event.
2139         * gdbarch.sh: Include gdb-event.h.
2140         (gdbarch_update_p): Notify UIs when architecture changes.
2141         * gdb-events.h: Regenerated.
2142         * gdb-events.c: Regenerated.
2143         * gdbarch.c: Regenerated.
2144
2145 2001-08-10  Michael Snyder  <msnyder@redhat.com>
2146
2147         * regcache.c (legacy_write_register_gen): Don't 'optimize out'
2148         a write_register to a pseudo-reg.  Target_store_pseudo_register
2149         needs to get called, because these regs may be computed and may
2150         have side-effects.
2151
2152 2001-08-10  Keith Seitz  <keiths@redhat.com>
2153
2154         * gdb-events.sh: Deal with event notifications with no
2155         arguments.
2156
2157 2001-08-10  Orjan Friberg  <orjanf@axis.com>
2158
2159         * remote.c (read_frame): Correct off-by-one error in condition.
2160
2161 2001-08-08  Don Howard  <dhoward@redhat.com>
2162
2163         * stabsread.c (read_type): Add support for const and volatile
2164         modifiers.
2165
2166 2001-08-02  Daniel Jacobowitz  <drow@mvista.com>
2167
2168         * core-regset.c (fetch_core_registers):  Remove HAVE_GREGSET_T
2169         and HAVE_FPREGSET_T checks.  Use gdb_gregset_t and gdb_fpregset_t.
2170
2171 2001-08-02  Keith Seitz  <keiths@redhat.com>
2172
2173         * defs.h (SLASH_STRING): If not defined, set
2174         to "/", regardless of _WIN32, __CYGWIN__, or
2175         whatnot.
2176
2177 2001-08-02  Mark Kettenis  <kettenis@gnu.org>
2178
2179         * cli/cli-decode.h: Include "gdb_regex.h" instead of
2180         "gnu-regex.h".
2181
2182         * NEWS: Update.
2183
2184 2001-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
2185
2186         * config/i386/xm-go32.h: Include xm-i386.h.
2187         (HOST_BYTE_ORDER, HOST_LONG_DOUBLE_FORMAT): Remove definitions.
2188
2189 2001-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
2190
2191         The following changes avoid polluting global namespace with the
2192         `enable' and `disable' identifiers, because some platforms define
2193         in their system headers symbols with global scope that go by those
2194         names.
2195
2196         * breakpoint.h (enum enable_state): Rename from `enum enable'.
2197         Also rename all the enum members to have the "bp_" prefix.
2198         (struct breakpoint): Rename the `enable' member to `enable_state'.
2199         (enum bpdisp): Rename all members to have the "disp_" prefix.
2200
2201         * breakpoint.c: All users of `enum enable' and `enum bpdisp'
2202         changed.
2203         (args_for_catchpoint_enable): Rename the `enable' member to
2204         `enable_p'.  All users changed.
2205
2206         * tracepoint.h (enum enable): Remove.
2207         (struct tracepoint): The member `enabled' is now `int enabled_p'.
2208
2209         * tracepoint.c: All users of the `enabled' member changed.
2210
2211         * printcmd.c (struct display): The `status' member is now an int.
2212
2213         * memattr.h (struct mem_region): Rename the `status' member to
2214         `enabled_p'.
2215         (enum enable): Remove.
2216
2217         * memattr.c: Change all users of the `status' member of struct
2218         mem_region to use `enabled_p' instead.
2219
2220         * infcmd.c (run_stack_dummy): Use disp_del instead of del.
2221
2222         * go32-nat.c: Remove the kludgey work-around for conflicts between
2223         <dos.h> and "breakpoint.h".
2224
2225 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
2226
2227         * MAINTAINERS: Add myself to the write-after-approval list.
2228         * ser-tcp.c (tcp_open): Use `localhost' as default host if no
2229         hostname is given.
2230
2231 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
2232
2233         * doublest.h (store_floating, floatformat_to_doublest): Make IN
2234         paramter a const void pointer.
2235         (floatformat_from_doublest): Make IN const, Make OUT a void
2236         pointer.
2237         * doublest.c (floatformat_to_doublest): Update.
2238         (floatformat_from_doublest): Update.
2239         (extract_floating): Update.
2240
2241 2001-07-31  Andrew Cagney  <ac131313@redhat.com>
2242
2243         * defs.h (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2244         (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2245         (HOST_LONG_DOUBLE_FORMAT, DOUBLEST)
2246         (floatformat_to_doublest, floatformat_from_doublest)
2247         (floatformat_is_negative, floatformat_is_nan)
2248         (floatformat_mantissa, store_floating)
2249         (extract_floating): Move declaration from here.
2250         * doublest.h: To here.  New file.
2251         * utils.c (get_field, floatformat_to_doublest, put_field)
2252         (ldfrexp, floatformat_from_doublest, floatformat_is_negative)
2253         (floatformat_is_nan, floatformat_mantissa)
2254         (FLOATFORMAT_CHAR_BIT): Move from here.
2255         * doublest.c: To here.  New file.
2256         * findvar.c (store_floating, extract_floating): Move from here.
2257         * doublest.c: To here.
2258         * Makefile.in (SFILES): Add doublest.c.
2259         (COMMON_OBS): Add doublest.o.
2260         (doublest.o): Specify dependencies.
2261         (doublest_h): Define.
2262
2263         * config/m88k/tm-m88k.h: Include "doublest.h".
2264         * config/i960/tm-i960.h: Ditto.
2265         * config/i386/tm-symmetry.h: Ditto.
2266         * rs6000-tdep.c, valarith.c: Ditto.
2267         * valprint.c, stabsread.c, sh-tdep.c: Ditto.
2268         * ia64-tdep.c, i387-tdep.c, i386-tdep.c: Ditto.
2269         * values.c, arm-tdep.c, arm-linux-tdep.c: Ditto.
2270         * alpha-tdep.c, ax.h, expression.h: Ditto.
2271         * sh-tdep.c, parse.c, top.c, value.h: Ditto.
2272         
2273         * Makefile.in (arm-tdep.o): Add $(doublest_h).
2274         (i386-tdep.o, i387-tdep.o, ia64-tdep.o): Ditto.
2275         (rs6000-tdep.o, stabsread.o, valarith.o): Ditto.
2276         (values.o, valprint.o, arm-linux-tdep.o): Ditto.
2277         (alpha-tdep.o, ax_h, parse.o, top.o, value_h): Ditto.
2278         (parser_defs_h): Ditto.
2279         (expression_h): Add $(doublest_h) and $(symtab_h).
2280
2281 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
2282
2283         * Makefile.in: Sort header definitions.
2284         (parser_defs_h, dis_asm_h, annotate_h, gdbthread_h): Define.
2285         Replace parser-defs.h with $(parser_defs_h).  Replace $(dis-asm_h)
2286         and $(dis-asm.h) with $(dis_asm_h).  Replace annotate.h with
2287         $(annotate_h).  Replace target.h with $(target_h).  Replace
2288         gdbthread.h with $(gdb_thread_h).  Replace symfile.h with $(symfile_h).
2289
2290 2001-07-31  Mark Kettenis  <kettenis@gnu.org>
2291
2292         * config/i386/xm-i386.h: New file.
2293         * config/i386/xm-fbsd.h: Removed.
2294         * config/i386/xm-linux.h: Removed.
2295         * config/i386/fbsd.mh: Reorganize a bit.
2296         (XM_FILE): Set to xm-i386.h instead of xm-fbsd.h.
2297         * config/i386/linux.mh (XM_FILE): Set to xm-i386.h insread of
2298         xm-linux.h.
2299
2300 2001-07-30  Jim Blandy  <jimb@redhat.com>
2301
2302         * dwarf2read.c (dwarf2_build_psymtabs_hard): Doc fix.
2303
2304 2001-07-27  Daniel Jacobowitz  <drow@mvista.com>
2305
2306         * configure.in: Only invoke AC_FUNC_SETPGRP if not cross-compiling.
2307         Check for SETPGRP_VOID separately if cross-compiling and ISO C
2308         headers are available.
2309
2310 2001-07-30  Mark Kettenis  <kettenis@gnu.org>
2311
2312         * config/i386/tm-i386sol2.h (STAB_REG_TO_REGNUM): Redefine to call
2313         i386_dwarf_reg_to_regnum.
2314
2315         * i386-tdep.c (i386_register_convert_to_virtual): Replace
2316         assertion with a warning if we're asked to convert towards a
2317         non-floating-point type.  Zero out the the buffer where the data
2318         is supposed to be stored in that case.
2319
2320 2001-07-29  Eli Zaretskii  <eliz@is.elta.co.il>
2321
2322         * config/djgpp/djconfig.sh: Unset CDPATH.
2323
2324         * go32-nat.c (get_cr3): Temporary disable support for page tables
2325         in UMBs, as it is incomplete.
2326
2327         Support for stepping through longjmp in DJGPP programs:
2328
2329         * config/i386/tm-go32.h (JB_ELEMENT_SIZE, JB_PC): New macros.
2330         (GET_LONGJMP_TARGET): Define to call get_longjmp_target.
2331         (get_longjmp_target): Add prototype.
2332
2333 2001-07-28  Andrew Cagney  <ac131313@redhat.com>
2334
2335         Fix some PID/TPID fallout for HP/UX.
2336         From 2001-07-22 Rodney Brown <rbrown64@csc.com.au>:
2337         * infttrace.c (ptrace_wait): Match external declaration,
2338         and match target_post_wait declaration.
2339
2340 2001-07-28  Andrew Cagney  <ac131313@redhat.com>
2341
2342         * MAINTAINERS: Add Orjan Friberg as cris target maintainer.
2343         (cris): Set --enable-gdb-build-warnings flag to -w.
2344
2345 2001-07-28  Andrew Cagney  <ac131313@redhat.com>
2346
2347         From 2001-07-23 Andreas Schwab <schwab@suse.de>:
2348         * config/m68k/tm-m68k.h (TARGET_LONG_DOUBLE_FORMAT): Define.
2349         (TARGET_LONG_DOUBLE_BIT): Define.
2350         (REGISTER_VIRTUAL_SIZE): Return 12 for floating point registers.
2351         (MAX_REGISTER_VIRTUAL_SIZE): Increase to 12.
2352         (REGISTER_VIRTUAL_TYPE): Return builtin_type_long_double for
2353         floating point registers.
2354         (REGISTER_CONVERTIBLE, REGISTER_CONVERT_TO_VIRTUAL)
2355         (REGISTER_CONVERT_TO_RAW): Remove.
2356         * config/m68k/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define.
2357
2358 2001-07-26  Andrew Cagney  <ac131313@redhat.com>
2359
2360         * thread.c, breakpoint.c: Include "gdb.h".
2361         * Makefile.in (gdb_h): Define.
2362         (HFILES_NO_SRCDIR): Add gdb.h.
2363         (mi-cmd-break.o, mi-main.o, thread.o)
2364         (breakpoint.o): Add dependency on $(gdb_h).
2365
2366         * defs.h (enum gdb_rc, gdb_breakpoint_query)
2367         (gdb_breakpoint, gdb_thread_select)
2368         (gdb_list_thread_ids): Move declaration from here ...
2369         * gdb.h: To here.  New file.
2370
2371 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2372
2373         * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o.
2374         (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c
2375         (SFILES): Likewise.
2376         (tui-out.o): Define dependencies.
2377         (tui-hooks.o): Likewise.
2378
2379 2001-07-28  Andrew Cagney  <ac131313@redhat.com>
2380
2381         * MAINTAINERS: Update e-mail address of active @cygnus.com
2382         maintainers to @redhat.com.
2383
2384 2001-07-28  Andrew Cagney  <ac131313@redhat.com>
2385
2386         * README (Known bugs): Delete section.
2387         (Kernel debugging): Delete section.
2388         (Languages other than C): Delete section.
2389         (Host/target specific installation notes) New section.
2390
2391 2001-07-28  Mark Kettenis  <kettenis@gnu.org>
2392
2393         * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM,
2394         DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines.
2395         (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New
2396         prototypes.
2397         * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h,
2398         config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call
2399         i386_dwarf_reg_to_regnum.
2400         * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum):
2401         New functions.
2402
2403         * i386-tdep.c: Include "gdb_assert.h"
2404         (i386_register_convert_to_virtual): Fix such that it can handle
2405         conversion to any floating-point type.  Assert that we are dealing
2406         with a floating-point first.
2407         (i386_register_convert_to_raw): Assert that TYPE is a
2408         floating-point type with length 12.
2409
2410 2001-07-27  John R. Moore  <jmoore@redhat.com>
2411
2412         * configure.in: Added dependency of gdb on tcl/tk libraries.
2413         * Makefile.in: Likewise.
2414         * configure: Regenerated with the above using autoconf.
2415
2416 2001-07-26  Elena Zannoni  <ezannoni@redhat.com>
2417
2418         * sh-tdep.c (sh_gdbarch_init): Use SH_DEFAULT_NUM_REGS instead of
2419         NUM_REGS.
2420         (SH_DEFAULT_NUM_REGS): Define.
2421
2422 2001-07-26  Eli Zaretskii  <eliz@is.elta.co.il>
2423
2424         * go32-nat.c (read_memory_region): Make sure the segment limit was
2425         indeed set, to work around a Windows 2000 bug.
2426
2427 2001-07-25  Daniel Jacobowitz  <drow@mvista.com>
2428
2429         * infptrace.c (child_xfer_memory): Add cast to CORE_ADDR.
2430         * infttrace.c (child_xfer_memory): Likewise.
2431         * symm-nat.c (child_xfer_memory): Likewise.
2432         * gdbserver/low-hppabsd.c (read_inferior_memory): Likewise.
2433         (write_inferior_memory): Likewise.
2434         * gdbserver/low-linux.c (read_inferior_memory): Likewise.
2435         (write_inferior_memory): Likewise.
2436         * gdbserver/low-lynx.c (read_inferior_memory): Likewise.
2437         (write_inferior_memory): Likewise.
2438         * gdbserver/low-nbsd.c (read_inferior_memory): Likewise.
2439         (write_inferior_memory): Likewise.
2440         * gdbserver/low-sparc.c (read_inferior_memory): Likewise.
2441         (write_inferior_memory): Likewise.
2442         * gdbserver/low-sun3.c (read_inferior_memory): Likewise.
2443         (write_inferior_memory): Likewise.
2444
2445 2001-07-25  Eli Zaretskii  <eliz@is.elta.co.il>
2446
2447         * README: Mention how to make gdb.pdf.
2448
2449         * NEWS: Update.
2450
2451 2001-07-24  Stephen P. Smith <ischis2@home.com>
2452
2453         * MAINTAINERS (Stephen P. Smith): Added to write after approval 
2454         list.
2455
2456 2001-07-23  Andrew Cagney  <ac131313@redhat.com>
2457
2458         * mips-tdep.c (mips_push_arguments): Add comment explaining
2459         problem with LE o32 GCC.
2460
2461 2001-07-23  Elena Zannoni  <ezannoni@redhat.com>
2462
2463         * config/powerpc/aix.mh (MH_LDFLAGS): Don't set these, the Gnu linker
2464         doesn't understand them.
2465
2466 2001-07-23  Elena Zannoni  <ezannoni@redhat.com>
2467
2468         * memattr.c (mem_info_command): Reformat output to look more like
2469         'info break' output.
2470         (_initialize_mem): Improve help.
2471
2472 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
2473
2474         * configure.in (AC_CHECK_FUNCS): Add setpggrp.
2475         (AC_FUNC_SETPGRP): Add.
2476         * aclocal.m4, configure, config.in: Regenerated.
2477         * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and
2478         SETPGRP_ARGS.  Always use setpgid if it is available, fall back on
2479         setpgrp if it isn't.  Use SETPGRP_VOID (defined by autoconf) to
2480         distinguish between the two setpgrp flavours.
2481         * config/xm-sysv4.h, config/arm/xm-linux.h,
2482         config/i386/xm-i386aix.h, config/i386/xm-sco.h,
2483         config/i386/xm-linux.h, config/i386/xm-ptx.h,
2484         config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
2485         config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h,
2486         config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove.
2487         * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
2488
2489 2001-07-23  Eli Zaretskii  <eliz@is.elta.co.il>
2490
2491         * go32-nat.c (read_memory_region): Set the granularity bit of the
2492         allocated segment according to its size, and adjust the limit to
2493         be page-aligned if the segment is page-granular.
2494
2495         * (get_cr3, get_pde, get_pte, display_ptable_entry, go32_pde) 
2496         (display_page_table, go32_pte, go32_pte_for_address): New functions.
2497         (_initialize_go32_nat): Initialize and document them.
2498
2499 2001-07-22  Mark Kettenis  <kettenis@gnu.org>
2500
2501         * i386gnu-nat.c: Include "i387-nat.h".
2502         (struct env387): Removed.
2503         (reg_offset): Fix comment.
2504         (fetch_fpregs): Use FCTRL_REGNUM and FOP_REGNUM instead of
2505         FIRST_FPU_CONTROL_REGNUM and LAST_FPU_CONTROL_REGNUM.  Rewrite to
2506         use i387_supply_fsave.
2507         (gnu_fetch_registers): Remove spurious whitespace.
2508         (convert_to_env387): Remove.
2509         (store_fpregs): Add argument regno.  Use i387_fill_fsave instead
2510         of convert_to_env387.
2511         (gnu_store_registers): Remove spurious whitespace.  Pass REGNO to
2512         store_fpregs.
2513         * config/i386/i386gnu.mt (TDEPFILES): Add i387-tdep.o.
2514         * config/i386/i386gnu.mh (XDEPFILES): Remove i387-tdep.o.
2515         (NATDEPFILES): Add i387-nat.o.
2516
2517 2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2518
2519         * Makefile.in (ALLDEPFILES): Add m68hc11-tdep.c.
2520         (m68hc11-tdep.o): Define dependencies.
2521
2522 2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2523
2524         * m68hc11-tdep.c (m68hc11_gdbarch_init): Define int at 16-bits.
2525
2526 2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2527
2528         * utils.c (init_page_info): Use tui_get_command_dimension.
2529         * printcmd.c (disassemble_command): Simplify tui specific code,
2530         use tui_is_window_visible, tui_show_assembly.
2531
2532 2001-07-21  Mark Kettenis  <kettenis@gnu.org>
2533
2534         * i386bsd-nat.c: Do not include <sys/sysctl.h>.
2535         (_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific
2536         code to ...
2537         * i386fbsd-nat.c: ... here.  New file.
2538         * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o.
2539         * config/i386/nm-fbsd.h (CHILD_RESUME): Define.
2540         * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c.
2541         (i386fbsd-nat.o): Add dependencies.
2542         
2543 2001-07-19  Daniel Jacobowitz  <drow@mvista.com>
2544
2545         * signals.c: New file.
2546         * Makefile.in: Add signals.o.
2547         * target.c (struct signals, target_signal_to_name)
2548         (target_signal_from_name, target_signal_from_host)
2549         (do_target_signal_to_host, target_signal_to_host_p)
2550         (target_signal_to_host, target_signal_from_command): Move to
2551         signals.c.
2552         (initialize_targets): Move check of struct signals to...
2553         * signals.c (_initialize_signals): Here.
2554
2555 2001-07-19  Andrew Cagney  <ac131313@redhat.com>
2556
2557         * MAINTAINERS: Add Michael Chastain as C++ testsuite maintainer.
2558
2559 2001-07-19  Andrew Cagney  <ac131313@redhat.com>
2560
2561         From Stephen Smith:
2562         * configure.tgt (i*86-*-pe*): New target.
2563
2564 2001-07-19  Andrew Cagney  <ac131313@redhat.com>
2565
2566         From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
2567         * infttrace.c (child_thread_alive): Fix gdb_tid typo.
2568         * somsolib.c (no_shared_libraries): Provide stub.
2569         * xcoffsolib.c (no_shared_libraries): Provide stub.
2570
2571 2001-07-18  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2572
2573         * Makefile.in (COMMON_OBS): Remove tui-file.o.
2574         (SUBDIR_TUI_OBS): Add it here.
2575         (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here.
2576         (main.o): Remove dependency with tui-file.h.
2577
2578 2001-07-17  Elena Zannoni  <ezannoni@redhat.com>
2579
2580         * Makefile.in (tui-file.o): Update dependencies.
2581
2582 2001-07-17  Elena Zannoni  <ezannoni@redhat.com>
2583
2584         * top.c (catch_errors): Convert PTR to void * in parameters list.
2585         (quit_cover): Ditto.
2586
2587 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2588
2589         * source.c (find_source_lines): Remove tui test, must be replaced
2590         by appropriate warning hook.
2591         (print_source_lines): Remove tui hacks, must be replaced by cli.
2592         (forward_search_command): Remove tui hacks, can be replaced by
2593         appropriate calls to identify_source_line when tui scrolls.
2594         (reverse_search_command): Likewise.
2595
2596 2001-07-16  Nick Duffek  <nsd@redhat.com>
2597
2598         * remote.c (init_remote_ops, init_remote_cisco_ops,
2599         init_remote_async_ops): Set to_pid_to_str and
2600         to_extra_thread_info correctly and in the same order as declared
2601         in target.h.
2602
2603 2001-07-16  Andrew Cagney  <ac131313@redhat.com>
2604
2605         * remote.c: Revert below.  Included more than intended.
2606
2607 2001-07-16  Nick Duffek  <nsd@redhat.com>
2608
2609         * remote.c (init_remote_ops, init_remote_cisco_ops,
2610         init_remote_async_ops): Set to_pid_to_str and
2611         to_extra_thread_info correctly and in the same order as declared
2612         in target.h.
2613
2614 2001-07-16  Nick Duffek  <nsd@redhat.com>
2615
2616         * findvar.c (read_var_value): Apply value_as_pointer() to
2617         addresses retrieved from the target for LOC_BASEREG and
2618         LOC_BASEREG_ARG variables.
2619
2620 2001-07-16  Orjan Friberg  <orjanf@axis.com>
2621
2622         * NEWS: New target CRIS.
2623
2624 2001-07-16  Elena Zannoni  <ezannoni@redhat.com>
2625
2626         * top.c (show_commands): Remove extern decl of history_get, it's
2627         already in readline/history.h.
2628         
2629 2001-07-16  Elena Zannoni  <ezannoni@redhat.com>
2630
2631         * top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
2632         execute_user_command, do_setshow_command, get_prompt, init_proc,
2633         serial_log_command): Remove extern declarations.  Include
2634         cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
2635         * gdbcmd.h (execute_user_command): Remove declaration, it's already
2636         in cli/cli-script.h.
2637         * command.h (do_setshow_command): Remove declaration, it's already
2638         in cli/cli-setshow.h.
2639         * infrun.c: Include "cli/cli-script.h" for execute_user_command.
2640         * Makefile.in (infrun.o): Update dependencies.
2641         (top.o): Ditto.
2642         * cli/cli-setshow.h: Add comment for do_setshow_command.
2643
2644 2001-07-16  Eli Zaretskii  <eliz@is.elta.co.il>
2645
2646         * cli/cli-cmds.c (shell_escape) [GLOBAL_CURDIR]: Condition the
2647         call to chdir on this symbol rather than on __DJGPP__.
2648         (CANT_FORK) [__MSDOS__]: Move from here...
2649         * defs.h (CANT_FORK) [__MSDOS__]: ...to here.
2650         (GLOBAL_CURDIR) [__MSDOS__]: Define.
2651
2652 2001-07-16  Orjan Friberg  <orjanf@axis.com>
2653
2654         * configure.tgt: Recognise the CRIS architecture.
2655         * config/cris/cris.mt: New file for CRIS target.
2656         * cris-tdep.c: New file for CRIS target.
2657         
2658 2001-07-15  Elena Zannoni  <ezannoni@redhat.com>
2659
2660         * top.c (quit_cover, float_handler): Move definition up before use.
2661         (gdb_init): Move to end of file, to avoid calls to not yet defined
2662         functions.  
2663         Delete prototypes.
2664         
2665 2001-07-14  Andrew Cagney  <ac131313@redhat.com>
2666
2667         * serial.h (SERIAL_ASYNC): Delete.
2668         (DEPRECATED_SERIAL_FD): Delete.
2669         (SERIAL_DEBUG): Delete.
2670         (SERIAL_DEBUG_P): Delete.
2671         (SERIAL_DRAIN_OUTPUT): Delete.
2672         (SERIAL_FLUSH_OUTPUT): Delete.
2673         (SERIAL_FLUSH_INPUT): Delete.
2674         (SERIAL_SEND_BREAK): Delete.
2675         (SERIAL_RAW): Delete.
2676         (SERIAL_GET_TTY_STATE): Delete.
2677         (SERIAL_SET_TTY_STATE): Delete.
2678         (SERIAL_PRINT_TTY_STATE): Delete.
2679         (SERIAL_NOFLUSH_SET_TTY_STATE): Delete.
2680         (SERIAL_SETBAUDRATE): Delete.
2681         (SERIAL_SETSTOPBITS): Delete.
2682         (SERIAL_CAN_ASYNC_P): Delete.
2683         (SERIAL_IS_ASYNC_P): Delete.
2684         (SERIAL_UN_FDOPEN): Delete.
2685         (SERIAL_READCHAR): Delete.
2686         (SERIAL_CLOSE): Delete.
2687         (SERIAL_FDOPEN): Delete.
2688         (SERIAL_OPEN): Delete.
2689         * ser-unix.c: Update.
2690         * sparclet-rom.c: Update.
2691         * remote-bug.c: Update.
2692         * dsrec.c: Update.
2693         * xmodem.c: Update.
2694         * nindy-share/ttyflush.c: Update.
2695         * nindy-share/Onindy.c: Update.
2696         * utils.c: Update.
2697         * serial.c: Update.
2698         * remote-nindy.c: Update.
2699         * inflow.c: Update.
2700         * sparcl-tdep.c: Update.
2701         * sh3-rom.c: Update.
2702         * remote.c: Update.
2703         * remote-utils.c: Update.
2704         * remote-st.c: Update.
2705         * remote-sds.c: Update.
2706         * remote-rdp.c: Update.
2707         * remote-os9k.c: Update.
2708         * remote-nrom.c: Update.
2709         * remote-mips.c: Update.
2710         * remote-es.c: Update.
2711         * remote-e7000.c: Update.
2712         * remote-array.c: Update.
2713         * ocd.c: Update.
2714         * nindy-share/nindy.c: Update.
2715         * monitor.c: Update.
2716         
2717 2001-07-14  Andrew Cagney  <ac131313@redhat.com>
2718
2719         * mn10200-tdep.c: Replace value_ptr with ``struct value *''.
2720         * mcore-tdep.c: Ditto.
2721         * sparc-tdep.c: Ditto.
2722         * sh-tdep.c: Ditto.
2723         * rs6000-tdep.c: Ditto.
2724         * ppc-linux-tdep.c: Ditto.
2725         * m68hc11-tdep.c: Ditto.
2726         * ia64-tdep.c: Ditto.
2727         * i386-tdep.c: Ditto.
2728         * arm-linux-tdep.c: Ditto.
2729         * hppa-tdep.c: Ditto.
2730         * h8500-tdep.c: Ditto.
2731         * fr30-tdep.c: Ditto.
2732         * arm-tdep.c: Ditto.
2733         * alpha-tdep.c: Ditto.
2734         * d30v-tdep.c: Ditto.
2735         * d10v-tdep.c: Ditto.
2736         * m32r-tdep.c: Ditto.
2737         * mips-tdep.c: Ditto.
2738         * v850-tdep.c: Ditto.
2739
2740 2001-07-15  Elena Zannoni  <ezannoni@redhat.com>
2741  
2742         * top.c (readline_line_completion_function, noop_completer): Move
2743         from here...  
2744         * completer.c (readline_line_completion_function, noop_completer):
2745         ...to here.
2746         * gdbcmd.h (readline_line_completion_function, noop_completer):
2747         Move declarations from here...  
2748         * completer.h (readline_line_completion_function, noop_completer):
2749         ...to here.
2750         * corefile.c: Include completer.h.
2751         * source.c: Ditto.
2752         * symfile.c: Ditto.
2753         * Makefile.in: Update dependencies.
2754
2755 2001-07-15  Eli Zaretskii  <eliz@is.elta.co.il>
2756
2757         * go32-nat.c (go32_create_inferior): Support command lines longer
2758         than 126 characters.
2759
2760 2001-07-14  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2761
2762         * NEWS: New target 68HC11/68HC12.
2763
2764 2001-07-14  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2765
2766         * utils.c (query): Remove tui hacks; tui must use the query_hook.
2767         * top.c (command_loop): Remove tui insert_mode hacks; don't call
2768         tuiCleanUp because this must be made with atexit by tui.
2769         * symfile.c (symbol_file_command): Remove call to TUIDO
2770         * stack.c (show_and_print_stack_frame_stub): Remove tui check;
2771         not necessary when using the selected frame hooks.
2772         (print_stack_frame_stub): Likewise.
2773         (print_frame_info_base): Likewise.
2774         (print_frame_info): Likewise.
2775         (up_silently_command): Likewise.
2776         (down_silently_command): Likewise.
2777         (show_stack_frame): Likewise for TUIDO.
2778         (select_frame): Likewise.
2779         (select_and_print_frame): Likewise.
2780         (stack_publish_stopped_with_no_frame): Remove.
2781         (select_and_maybe_print_frame): Remove.
2782         * main.c (captured_main): Remove tui_fileopen and tuiInit; tui
2783         must use the initialize ui hook.
2784         * infrun.c (normal_stop): Remove call to TUIDO; tui must use the
2785         selected frame hooks.
2786         * event-top.c (command_handler): Remove tui insert_mode hack.
2787         * defs.h: Remove TUIDO; Only include tui.h.
2788         * breakpoint.c (mention): Remove calls to TUIDO.
2789         (delete_breakpoint): Remove tui hacks; tui must install
2790         the breakpoint hooks.
2791
2792 2001-07-14  Mark Kettenis  <kettenis@gnu.org>
2793
2794         * config/i386/xm-linux.h (KERNEL_U_ADDR): Move from here...
2795         * config/i386/nm-linux.h: ...to here.  Change comments about user
2796         area/struct a bit.
2797
2798         * config/i386/xm-linux.h (HAVE_TERMIOS): Really remove.
2799
2800         * Makefile.in (ALLDEPFILES): Add i386bsd-nat.c and i386bsd-tdep.c
2801         (i386bsd-tdep.o, i386bsd-nat.o): New targets.
2802
2803 2001-07-13  Elena Zannoni  <ezannoni@redhat.com>
2804
2805         * remote-e7000.c (fetch_regs_from_dump): If register set is null,
2806         generate an internal error.
2807         (e7000_fetch_registers): Initialize variable 'wanted'.
2808         (e7000_wait): Initialize variable 'wanted_nopc'.
2809         (e7000_store_register): Fix sprintf compiler warnings.
2810         (sub2_from_pc): Ditto.
2811         (e7000_open): Close the descriptor, not the name.
2812         (e7000_load): Fix compiler warnings.
2813         (sub2_from_pc): Ditto.
2814         * Makefile.in (remote-e7000.o): Can now compile with -Werror.
2815
2816 2001-07-13  Mark Kettenis  <kettenis@gnu.org>
2817
2818         * i386bsd-nat.c: Include <signal.h>, <stddef.h> and
2819         <sys/sysctl.h>.
2820         (store_inferior_registers): Wrap long line.
2821         (i386bsd_dr_get_status): Fix typo in comment.
2822         (_initialize_i386bsd_nat): New function.  * i386bsd-tdep.c: New
2823         file.  * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
2824         (i386bsd_in_sigtramp): New prototype.
2825         (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
2826         (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
2827         (external) variables.
2828         (SIGCONTEXT_PC_OFFSET): Removed.
2829         (FRAME_SAVED_PC): New define.
2830         (i386bsd_frame_saved_pc): New function.  * config/i386/fbsd.mt
2831         (TDEPFILES): Add i386bsd-tdep.o.
2832
2833 2001-07-12  Daniel Jacobowitz  <drow@mvista.com>
2834
2835         * mips-linux-tdep.c (_initialize_mips_linux_tdep):  Use ISO C
2836         definition.
2837
2838 2001-07-13  Mark Kettenis  <kettenis@gnu.org>
2839
2840         * lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
2841         are no registered LWPs yet.
2842
2843 2001-07-12  Daniel Jacobowitz  <drow@mvista.com>
2844
2845         * config/i386/nm-linux.h (CANNOT_FETCH_REGISTER): Call the right
2846         function.
2847         (CANNOT_STORE_REGISTER): Likewise.
2848
2849 2001-07-12  Keith Seitz  <keiths@redhat.com>
2850
2851         * remote-rdp.c: Include "serial.h"
2852
2853 2001-07-12  Daniel Jacobowitz  <drow@mvista.com>
2854
2855         * gdbserver/remote-utils.c (remote_open):  Set VMIN to 1
2856         in HAVE_TERMIO/HAVE_TERMIOS cases.
2857
2858 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
2859
2860         * lin-lwp.c (stop_wait_callback): Add support for flushing
2861         signals.  Use that in favour of the old code to get rid of
2862         superfluous SIGINTs.
2863         (lin_lwp_wait): Use the new support in stop_wait_callback to
2864         flush all but one SIGINT.
2865
2866         * i386-tdep.c (i386_extract_return_value): Undo 2001-07-11 changes
2867         to comment.
2868         (i386_store_return_value): Improve comments about storing
2869         floating-point return values.
2870
2871         * config/arm/xm-linux.h, config/i386/xm-linux.h,
2872         config/m68k/xm-linux.h, config/powerpc/xm-linux.h,
2873         config/sparc/xm-linux.h, config/ia64/xm-linux.h (HAVE_TERMIOS):
2874         Removed.  Taken care of by autoconf and terminal.h.
2875
2876 2001-07-12  Daniel Jacobowitz  <drow@mvista.com>
2877
2878         * mips-tdep.c (mips_type_needs_double_align): New function.
2879         (mips_push_arguments): Align o32 structs to even argument
2880         registers if necessary.
2881
2882 2001-07-11  Daniel Jacobowitz  <drow@mvista.com>
2883
2884         * config/djgpp/fnchange.lst: Add entries for
2885         mips-linux-nat.c and mips-linux-tdep.c.
2886
2887 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
2888
2889         * config/powerpc/xm-linux.h: Fix corrupted file.
2890
2891         * configure.in: Add check for sigsetjmp.
2892         * config/m68k/xm-linux.h (HAVE_SIGSETJMP): Removed.
2893         * config/xm-sysv4.h (HAVE_SIGSETJMP): Removed.
2894         * configure, config.in: Regenerated.
2895
2896 2001-07-11  Elena Zannoni  <ezannoni@redhat.com>
2897
2898         * config/sh/tm-sh.h (struct gdbarch_tdep): Add
2899         FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
2900         PR_REGNUM fields.
2901
2902         * sh-tdep.c (sh_skip_prologue_hard_way): Rename from
2903         skip_prologue_hard_way().
2904         (skip_prologue_hard_way): Make it a function pointer.
2905         (sh_print_register): Use function pointer do_pseudo_register,
2906         instead of sh_do_pseudo_register.
2907         (sh_do_registers_info): Ditto.
2908         (sh_gdbarch_init): Initialize do_pseudo_register.
2909         (IS_MOV_TO_R14): Rename from IS_MOV_R14.
2910         (skip_prologue_hard_way): Update.
2911         (sh_gdbarch_init): Move setting of frame_chain,
2912         get_saved_register, init_extra_frame_info, push_arguments,
2913         extract_return_value, pop_frame, store_struct_return,
2914         extract_struct_value_address, use_struct_convention,
2915         init_extra_frame_info to before target specific settings.
2916         (sh_gdbarch_init): Initialize new tdep fields
2917         FLOAT_ARGLAST_REGNUM, RETURN_REGNUM, ARG0_REGNUM, ARGLAST_REGNUM,
2918         PR_REGNUM.
2919         (sh_push_arguments): Use new gdbarch_tdep fields
2920         {ARG0,ARGLAST}_REGNUM.
2921         (sh_saved_pc_after_call, sh_nofp_frame_init_saved_regs,
2922         sh_init_extra_frame_info, sh_push_return_address,
2923         sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
2924         sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): Update to use
2925         gdbarch_tdep->PR_REGNUM.
2926         (dr_reg_base_num, fv_reg_base_num): Move to earlier in the file.
2927         
2928 2001-07-11  Daniel Jacobowitz  <drow@mvista.com>
2929
2930         * config/mips/tm-linux.h: Include "tm-linux.h" instead of copying
2931         from it.  Move definitions of REALTIME_LO and REALTIME_HI above
2932         include.
2933
2934 2001-07-11  Daniel Jacobowitz  <drow@mvista.com>
2935
2936         * MAINTAINERS: List myself for MIPS/Linux
2937         port.
2938
2939 2001-07-11  Daniel Jacobowitz  <drow@mvista.com>
2940
2941         * gdbserver/remote-utils.c (remote_open): Only
2942         check for F_SETOWN if we had F_SETFL and FASYNC.
2943
2944 2001-07-11  Daniel Jacobowitz  <drow@mvista.com>
2945
2946         From Michael Fedrowitz  <michael.fedrowitz@informatik.uni-ulm.de>:
2947
2948         * config/m68k/linux.mh: Remove core-regset.o.
2949         * m68klinux-nat.c: Fix comment.
2950         (supply_gregset): Change argument to elf_gregset_t *.
2951         (supply_fpregset): Change argument to elf_fpregset_t *.
2952         (fetch_core_registers): New function.
2953         (linux_elf_core_fns): Define.
2954         (_initialize_m68k_linux_nat): New function.
2955
2956 2001-07-11  Andrew Cagney  <ac131313@redhat.com>
2957
2958         * configure.tgt: Mark d10v as pure multi-arch.
2959         * config/d10v/tm-d10v.h: Delete file.
2960         * config/d10v/d10v.mt (TM_FILE): Delete.
2961
2962 2001-07-10  Andrew Cagney  <ac131313@redhat.com>
2963
2964         * serial.h (typedef serial_t): Delete. Replace all references to
2965         serial_t with `struct serial *'.
2966         * serial.c: Update.
2967         * nindy-share/ttyflush.c: Update.
2968         * nindy-share/ttyflush.c: Update.
2969         * nindy-share/Onindy.c: Update.
2970         * nindy-share/nindy.c: Update.
2971         * remote-rdp.c: Update.
2972         * remote-sds.c: Update.
2973         * remote-st.c: Update.
2974         * remote-nindy.c: Update.
2975         * remote-mips.c: Update.
2976         * remote-e7000.c: Update.
2977         * remote-os9k.c: Update.
2978         * remote-nrom.c: Update.
2979         * remote-es.c: Update.
2980         * remote-array.c: Update.
2981         * ocd.c: Update.
2982         * mon960-rom.c: Update.
2983         * dsrec.c: Update.
2984         * inflow.c: Update.
2985         * ser-e7kpc.c: Update.
2986         * sparclet-rom.c: Update.
2987         * srec.h: Update.
2988         * ser-tcp.c: Update.
2989         * ser-go32.c: Update.
2990         * sparcl-tdep.c: Update.
2991         * w89k-rom.c: Update.
2992         * utils.c: Update.
2993         * sh3-rom.c: Update.
2994         * remote.c: Update.
2995         * ser-pipe.c: Update.
2996         * ser-unix.c: Update.
2997         * ser-unix.h: Update.
2998         * xmodem.c: Update.
2999         * xmodem.h: Update.
3000
3001 2001-07-11  J.T. Conklin  <jtc@redback.com>
3002
3003         From Greg McGary <greg@mcgary.org>:
3004         * gdbserver/remote-utils.c (remote_open): Set gdbserver as "owner"
3005         of SIGIO.
3006         (input_interrupt): Don't block on read, in case we got redundant
3007         SIGIO.  Don't gripe about redundant SIGIO.
3008         * gdbserver/low-hppabsd.c (mywait): Use waitpid().  Enable SIGIO
3009         handler while waiting.
3010         * gdbserver/low-linux.c (mywait): Likewise.
3011         * gdbserver/low-nbsd.c (mywait): Likewise.
3012         * gdbserver/low-sparc.c (mywait): Likewise.
3013
3014 2001-07-11  Keith Seitz  <keiths@redhat.com>
3015
3016         * infrun.c (print_stop_reason): Add missing uiout field
3017         "reason" for SIGNAL_RECEIVED case.
3018
3019 2001-07-11  Mark Kettenis  <kettenis@gnu.org>
3020
3021         * config/alpha/nm-linux.h (TARGET_ELF64, PSIGNAL_IN_SIGNAL_H):
3022         Remove unused macro's.
3023
3024         * config/powerpc/nm-linux.h (NO_SYS_REG_H): Remove, it's no longer
3025         used.
3026
3027 2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
3028
3029         * go32-nat.c (info_dos_cmdlist): New variable.
3030         (go32_info_dos_command): New function.
3031         (_initialize_go32_nat): Convert all DOS-specific commands into
3032         subcommands of "info dos".  Suggested by Andrew Cagney
3033         <ac131313@redhat.com>.
3034
3035 2001-07-11  Mark Kettenis  <kettenis@gnu.org>
3036
3037         * config/nm-linux.h: Fix comments.
3038
3039         * thread-db.c (enable_thread_event_reporting): Correct warning
3040         message about getting thread death breakpoint.
3041         Reported by John S Kallal <jskallal@home.com>.
3042
3043         * i386-tdep.c (i386_extract_return_value): "Fix" comment.
3044         (i386_store_return_value): Frob FPU status and tag word to make
3045         sure the return value is the only value on the FPU stack.
3046
3047         * config/tm-linux.h: Do not include <signal.h>.  Instead provide
3048         reasonable defaults for REALTIME_LO and REALTIME_HI if they're not
3049         already defined.
3050         * config/nm-linux.h: Include <signal.h>.
3051         [__SIGRTMIN] (REALTIME_LO, REALTIME_HI): Define to __SIGRTMIN and
3052         (__SIGRTMAX + 1) respectively.
3053
3054 2001-07-10  Andrew Cagney  <ac131313@redhat.com>
3055
3056         * mcore-rom.c: Include "serial.h".
3057         * Makefile.in (mcore-rom.o): Depends on "serial.h".
3058
3059 2001-07-10  Andrew Cagney  <ac131313@redhat.com>
3060
3061         * Makefile.in (remote-bug.o): Depends on serial.h.
3062         * remote-bug.c: Include "serial.h".
3063         * MAINTAINERS: Mark m88k target as buildable.
3064         * TODO: Update.
3065
3066 2001-07-10  Jim Blandy  <jimb@redhat.com>
3067
3068         Clean up the D10V port so that GDB and the target program no
3069         longer disagree on how big pointers are.
3070         * findvar.c (value_from_register): Remove special case code for D10V.
3071         * printcmd.c (print_frame_args): Same.
3072         * valops.c (value_at, value_fetch_lazy): Same.
3073         * values.c (unpack_long): Same.
3074         * gdbarch.sh: Changes to effect the following:
3075         * gdbarch.h (GDB_TARGET_IS_D10V, D10V_MAKE_DADDR,
3076         gdbarch_d10v_make_daddr_ftype, gdbarch_d10v_make_daddr,
3077         set_gdbarch_d10v_make_daddr, D10V_MAKE_IADDR,
3078         gdbarch_d10v_make_iaddr_ftype, gdbarch_d10v_make_iaddr,
3079         set_gdbarch_d10v_make_iaddr, D10V_DADDR_P,
3080         gdbarch_d10v_daddr_p_ftype, gdbarch_d10v_daddr_p,
3081         set_gdbarch_d10v_daddr_p, D10V_IADDR_P,
3082         gdbarch_d10v_iaddr_p_ftype, gdbarch_d10v_iaddr_p,
3083         set_gdbarch_d10v_iaddr_p, D10V_CONVERT_DADDR_TO_RAW,
3084         gdbarch_d10v_convert_daddr_to_raw_ftype,
3085         gdbarch_d10v_convert_daddr_to_raw,
3086         set_gdbarch_d10v_convert_daddr_to_raw, D10V_CONVERT_IADDR_TO_RAW,
3087         gdbarch_d10v_convert_iaddr_to_raw_ftype,
3088         gdbarch_d10v_convert_iaddr_to_raw,
3089         set_gdbarch_d10v_convert_iaddr_to_raw): Delete declarations.
3090         * gdbarch.c: Delete the corresponding definitions.
3091         (struct gdbarch): Delete members d10v_make_daddr,
3092         d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3093         d10v_convert_daddr_to_raw, and d10v_convert_iaddr_to_raw.
3094         (startup_gdbarch): Remove initializers for the above.
3095         (verify_gdbarch, gdbarch_dump): Don't verify or dump them any
3096         more.
3097         * d10v-tdep.c (d10v_register_virtual_type): Rather that
3098         claiming the stack pointer and PC are 32 bits long (which they
3099         aren't), say that the stack pointer is an int16_t, and the
3100         program counter is a function pointer.  This allows the rest
3101         of GDB to make the appropriate conversions between the code
3102         pointer format and real addresses.
3103         (d10v_register_convertible, d10v_register_convert_to_virtual,
3104         d10v_register_convert_to_raw): Delete function; no registers
3105         are convertible now, so we use
3106         generic_register_convertible_not instead.
3107         (d10v_address_to_pointer, d10v_pointer_to_address): New gdbarch
3108         methods.
3109         (d10v_push_arguments, d10v_extract_return_value): Remove special
3110         cases for code and data pointers.
3111         (d10v_gdbarch_init): Set gdbarch_ptr_bit to 16, so that GDB and
3112         the target agree on how large pointers are.  Say that addresses
3113         are 32 bits long.  Register the address_to_pointer and
3114         pointer_to_address conversion functions.  Since no registers are
3115         convertible now, register generic_register_convertible_not as the
3116         gdbarch_register_convertible method instead of
3117         d10v_register_convertible.  Remove registrations for
3118         d10v_register_convert_to_virtual,
3119         d10v_register_convert_to_raw, gdbarch_d10v_make_daddr,
3120         gdbarch_d10v_make_iaddr, gdbarch_d10v_daddr_p,
3121         gdbarch_d10v_iaddr_p, gdbarch_d10v_convert_daddr_to_raw, and
3122         gdbarch_d10v_convert_iaddr_to_raw.
3123         
3124         * printcmd.c (print_scalar_formatted): If we are printing an
3125         address, remember that TARGET_ADDR_BIT is not always equal to
3126         TARGET_PTR_BIT.
3127
3128         * valops.c (value_cast): When casting a pointer to an integer,
3129         don't convert it to an address.
3130
3131 2001-07-10  Andrew Cagney  <ac131313@redhat.com>
3132
3133         * remote-utils.h (struct serial): Declare as opaque.  Remove
3134         include of "serial.h".
3135         * Makefile.in (remote_utils_h): Update.
3136
3137         * monitor.h (struct serial): Declare as opaque.  Remove include of
3138         "serial.h".
3139         (struct monitor_ops): Replace serial_t with `struct serial *'.
3140         * monitor.c (monitor_desc): Ditto.
3141
3142 2001-07-10  Daniel Jacobowitz  <drow@mvista.com>
3143
3144         * mips-linux-tdep.c: New file.
3145         * mips-linux-nat.c: New file.
3146         * config/mips/linux.mh: New file.
3147         * config/mips/linux.mt: New file.
3148         * config/mips/xm-linux.h: New file.
3149         * config/mips/nm-linux.h: New file.
3150         * config/mips/tm-linux.h: New file.
3151         * configure.host: Recognize mips*-*-linux*.
3152         * configure.tgt: Likewise.
3153         * NEWS: Mention mips*-*-linux* port.
3154
3155 2001-07-09  Andrew Cagney  <ac131313@redhat.com>
3156
3157         * serial.h (struct serial): Rename `struct _serial_t'.
3158         * serial.c (XMALLOC): Define.
3159         (serial_open): Update. Use XMALLOC.
3160         (serial_fdopen): Ditto.
3161
3162 2001-07-07  Andrew Cagney  <ac131313@redhat.com>
3163
3164         * gdbtypes.h (builtin_type_void_data_ptr): Rename
3165         builtin_type_ptr.
3166         * gdbtypes.c (builtin_type_void_data_ptr): Update.
3167         (build_gdbtypes): Update.
3168         (_initialize_gdbtypes): Update.
3169         * values.c (value_as_pointer): Update.
3170         * utils.c (host_pointer_to_address): Update.
3171         (address_to_host_pointer): Update.
3172
3173 2001-07-08  Andrew Cagney  <ac131313@redhat.com>
3174
3175         * remote-udi.c (udi_wait): Make type, instead of name, of first
3176         parameter a ptid_t.
3177
3178 2001-07-07  Andrew Cagney  <ac131313@redhat.com>
3179
3180         * ser-mac.c: Make obsolete.
3181         * Makefile.in (ser-mac.o): Ditto.
3182
3183 2001-07-08  Eli Zaretskii  <eliz@is.elta.co.il>
3184
3185         * go32-nat.c (go32_get_windows_version, print_mem, go32_sysinfo)
3186         (read_memory_region, get_descriptor, display_descriptor)
3187         (go32_sldt, go32_sgdt, go32_sidt): New functions.
3188         (top-level): Include ctype.h, utsname.h, dos.h, and go32.h.  Ifdef
3189         away `disable' from dos.h, since breakpoint.h defines an enum
3190         member of the same name, and GCC 2.7.2 barfs.
3191         (_initialize_go32_nat): Provide new commands dos-sysinfo, dos-ldt,
3192         dos-gdt, and dos-idt, all of them in the "info" class
3193
3194 2001-07-07  Kevin Buettner  <kevinb@redhat.com>
3195
3196         * procfs.c (create_procinfo): Allocate space for saved_entryset
3197         and saved_exitset.
3198         (destroy_one_procinfo): Free space allocated to saved_entryset
3199         and saved_exitset.
3200
3201 2001-07-07  Andrew Cagney  <ac131313@redhat.com>
3202
3203         * TODO (5.1): Update.
3204
3205 2001-07-07  Andrew Cagney  <ac131313@redhat.com>
3206
3207         * symtab.c (main_name): New function.
3208         (set_main_name): New function.
3209         * symtab.h: Declare.
3210         * TODO: Update
3211
3212         From 2000-03-05 Anthony Green <green@redhat.com>:
3213         * dbxread.c (process_one_symbol): Handle the N_MAIN stab by
3214         setting main_name.
3215         * blockframe.c (inside_main_func): Use main_name instead of
3216         "main".
3217         * symtab.c (find_main_psymtab): Ditto.
3218         * source.c (select_source_symtab): Ditto.
3219         * nlmread.c (nlm_symfile_read): Ditto.
3220         * rs6000-tdep.c (skip_prologue): Ditto.
3221
3222 2001-07-07  Andrew Cagney  <ac131313@redhat.com>
3223
3224         * TODO: Convert most items into PRs.
3225
3226 2001-07-07  Mark Kettenis  <kettenis@gnu.org>
3227
3228         * lin-lwp.c (status_to_str): New function.
3229         (lin_lwp_wait): Use it to print debug messages where appropriate.
3230
3231 2001-07-06  Michael Chastain  <chastain@redhat.com>
3232
3233         * i387-tdep.c (print_i387_value): Fix pointer glitch.
3234
3235 2001-07-07  Mark Kettenis  <kettenis@gnu.org>
3236
3237         * lin-lwp.c (count_events_callback): Fix formatting.  Turn check
3238         commented with "paranoia" into gdb_assert.
3239         (select_event_lwp_callback): Likewise.
3240         (cancel_breakpoints_callback): Bail out early if LP is the event
3241         LWP.  Add comment about backup up breakpoints.  Fix formatting and
3242         debug message.
3243         (select_event_lwp): Make solely repsonsible for switching event
3244         LWP.  Fix formatting and remove bogus "ERROR" debug message.
3245         Don't backup breakpoints from here.
3246         (lin_lwp_wait): Don't touch LP->status, let select_event_lwp
3247         handle that.  Only call select_event_lwp if we're not waiting for
3248         a specific LWP, i.e. when PID == -1.  Backup breakpoints from here.
3249
3250 2001-07-06  Michael Snyder  <msnyder@redhat.com>
3251
3252         * procfs.c (procfs_resume): Silence noisy warning.
3253
3254 2001-06-12  Michael Snyder  <msnyder@redhat.com>
3255
3256         * lin-lwp.c: Prevent thread starvation by using a monte carlo 
3257         method to choose which of several event threads to handle next.
3258
3259         (stop_wait_callback): Defer pushback of breakpoint events until
3260         later; add SIGTRAP events to the queue of unhandled events.
3261         Keep calling waitpid until SIGSTOP retrieved.  If more than one
3262         non-SIGSTOP event is retrieved, push them back onto the process
3263         queue using kill.
3264         (count_events_callback, select_singlestep_lwp_callback, 
3265         select_event_lwp_callback, cancel_breakpoints_callback, 
3266         select_event_lwp): New functions.  Implement monte carlo method 
3267         for selecting which of several SIGTRAP threads to handle next.  
3268         Push back the breakpoint event for all threads other than the 
3269         selected one.
3270         (lin_lwp_wait): Call select_event_lwp to decide which of several
3271         sigtrapped lwps to handle next.
3272         (resume_callback): Disable code that attempts to handle
3273         step_resume breakpoints.  Let core gdb handle this.
3274         
3275 2001-07-06  Jim Blandy  <jimb@redhat.com>
3276
3277         * gdbtypes.h (builtin_type_void_func_ptr): New builtin type.
3278         * gdbtypes.c (builtin_type_void_func_ptr): Define the variable.
3279         (build_gdbtypes): Initialize it.
3280         (_initialize_gdbtypes): Swap it.
3281
3282 2001-07-04  Daniel Jacobowitz  <drow@mvista.com>
3283
3284         * mips-tdep.c (mips32_op): Correct offset.
3285         (itype_op): Likewise.
3286         (itype_rs): Fix formatting.
3287         (itype_immediate): Fix formatting.
3288         (jtype_op): Correct offset.
3289         (jtype_target): Fix formatting.
3290         (rtype_op): Correct offset.
3291         (rtype_rs): Fix formatting.
3292         (rtype_rt): Likewise.
3293         (rtype_rd): Likewise.
3294         (rtype_shamt): Likewise.
3295         (rtype_funct): Likewise.
3296
3297         (mips32_next_pc):  Fix formatting and comments.  Recognize
3298         coprocessor 1 branches.  Check the correct field for BLT family
3299         branches.  Use itype_rt instead of itype_rs for the second register
3300         of a BNE or BNEL branch.  Move (unreachable) default case.
3301
3302 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
3303
3304         * ui-out.h (struct ui_out_impl): Add field is_mi_like_p.
3305         (ui_out_is_mi_like_p): Declare.
3306         * ui-out.c (ui_out_is_mi_like_p): Define.
3307         (default_ui_out_impl): Initialize is_mi_like_p to zero.
3308         * cli-out.c (cli_ui_out_impl): Ditto.
3309         * breakpoint.c (print_it_typical): Use ui_out_is_mi_like_p.
3310         (watchpoint_check, print_one_breakpoint, mention): Ditto.
3311         * infrun.c (print_stop_reason, normal_stop): Ditto.
3312
3313 2001-07-05  Daniel Jacobowitz  <drow@mvista.com>
3314
3315         * mips-tdep.c (mips_software_single_step): New function.
3316         * config/mips/tm-mips.h: Add prototype for
3317         mips_software_single_step.
3318
3319 2001-07-05  Daniel Jacobowitz  <drow@mvista.com>
3320
3321         * ppc-linux-nat.c (supply_gregset): Use elf_greg_t instead
3322         of greg_t.
3323         (fill_gregset): Likewise.
3324
3325 2001-07-05  Andrew Cagney  <ac131313@redhat.com>
3326
3327         * objfiles.c (open_mapped_file): Use lbasename instead of
3328         basename.
3329
3330 2001-07-05  Jim Blandy  <jimb@redhat.com>
3331
3332         * d10v-tdep.c (d10v_frame_chain, d10v_frame_init_saved_regs,
3333         show_regs, d10v_read_pc, d10v_write_pc, d10v_read_sp,
3334         d10v_write_sp, d10v_write_fp, d10v_read_fp,
3335         d10v_push_return_address): Call the functions d10v_make_daddr,
3336         d10v_make_iaddr, d10v_convert_iaddr_to_raw, and
3337         d10v_convert_daddr_to_raw, not the global macros D10V_MAKE_DADDR,
3338         D10V_MAKE_IADDR, D10V_CONVERT_IADDR_TO_RAW, and
3339         D10V_CONVERT_DADDR_TO_RAW.
3340
3341         * dwarf2read (dwarf2_build_psymtabs_hard): Doc fix.
3342
3343 2001-07-05  Mark Kettenis  <kettenis@gnu.org>
3344
3345         * config/i386/xm-go32.h (HOST_I386): Removed.
3346         * config/i386/xm-linux.h (HOST_I386): Removed.
3347
3348 2001-07-04  Mark Kettenis  <kettenis@gnu.org>
3349
3350         * i387-tdep.c (print_i387_value): Add extra space after final full
3351         stop in comment.
3352
3353 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
3354
3355         * TODO (5.1): Update.  Doco changes committed.
3356
3357 2001-06-29  Andrew Cagney  <ac131313@redhat.com>
3358
3359         * config/arm/tm-arm.h: Include "floatformat.h".
3360
3361 2001-06-29  Andrew Cagney  <ac131313@redhat.com>
3362
3363         * i387-tdep.c: Include "gdb_assert.h".
3364         (print_i387_value): Use extract_floating to extract the FP value
3365         from a zero padded local buffer.
3366
3367 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3368
3369         * TODO: Delete all thread items.  The thread code was overhauled.
3370
3371 2001-07-04  Elena Zannoni  <ezannoni@redhat.com>
3372
3373         * memattr.c (create_mem_region): Move n to next memory region,
3374         to avoid infinite loop.
3375
3376         * memattr.h: Add copyright statement.
3377         * memattr.c: Ditto.
3378
3379 2001-07-04  Jim Blandy  <jimb@redhat.com>
3380
3381         * dwarf2read.c (struct partial_die_info): New member: has_pc_info.
3382         (read_partial_die): Delete fourth argument; we return this info in
3383         the struct partial_die_info object itself now.
3384         (dwarf2_build_psymtabs_hard, scan_partial_symbols): Use the
3385         has_pc_info field of the partial die struct, rather than passing a
3386         variable by reference to read_partial_die.
3387
3388         * dwarf2read.c (dwarf2_build_psymtabs_hard): Remove extraneous
3389         code in loop condition.
3390
3391 2001-07-03  Michael Snyder  <msnyder@redhat.com>
3392
3393         * thread_db (find_new_threads_callback, thread_db_thread_alive, 
3394         attach_thread): Update comments.
3395
3396 2001-06-29  Ken Whaley  <ken@believe.com>
3397
3398         * thread-db.c (attach_thread): Check for TD_THR_ZOMBIE in addition
3399         to TD_THR_UNKNOWN when looking for defunct zombie threads.
3400         (thread_db_thread_alive): Ditto.
3401         (find_new_threads_callback): Ditto.
3402
3403 2001-07-02  Daniel Jacobowitz  <drow@mvista.com>
3404
3405         * MAINTAINERS: Add myself to the write-after-approval list.
3406
3407 2001-07-02  Daniel Jacobowitz  <drow@mvista.com>
3408
3409         * solib-svr4.c: Include "elf/mips.h".
3410         (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
3411
3412 2001-07-02  Jim Blandy  <jimb@redhat.com>
3413
3414         * dwarf2read.c (read_comp_unit, sibling_die, dump_die,
3415         dump_die_list, store_in_ref_table, follow_die_ref): Make these
3416         static; they're private functions.
3417
3418 2001-07-01  Mark Elbrecht <snowball@bigfoot.com>
3419
3420         * coffread.c (coff_symfile_read): Parse DWARF2 info if present.
3421
3422 2001-06-28  Elena Zannoni  <ezannoni@redhat.com>
3423
3424         * TODO: Add import of readline 4.2 as a gdb 5.2 task.
3425
3426 2001-06-29  Andrew Cagney  <ac131313@redhat.com>
3427
3428         * config/djgpp/fnchange.lst: Sort.
3429
3430 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3431
3432         * config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
3433         mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.
3434
3435 2001-06-29  Andreas Jaeger  <aj@suse.de>
3436
3437         * MAINTAINERS: Add myself to the write-after-approval list.
3438
3439 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3440
3441         * remote-array.c (SWAP_TARGET_AND_HOST): Delete macro.
3442         (get_hex_word): Don't use HOST_BYTE_ORDER.
3443         (array_fetch_registers): Add variable ``reg''.  Use
3444         store_unsigned_integer to byte-swap the register.  Delete unused
3445         local ``regs''.
3446
3447 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3448
3449         * MAINTAINERS: Add Per Bothner to Java maintainers.
3450
3451 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3452
3453         * rdi-share/unixcomm.c (SERIAL_PREFIX): Always provide a default.
3454         * rdi-share/hostchan.h (__unix): Hack, provide a default value.
3455         * rdi-share/host.h (__unix): Hack, define when __NetBSD__.
3456         * TODO: Update.
3457         * MAINTAINERS: Update.  arm-elf builds.
3458
3459 2001-06-28  Jim Blandy  <jimb@redhat.com>
3460
3461         * d10v-tdep.c (d10v_ts2_dmap_register): Doc fix.
3462
3463         * d10v-tdep.c (d10v_frame_chain_valid, d10v_use_struct_convention,
3464         d10v_breakpoint_from_pc, d10v_register_byte,
3465         d10v_register_raw_size, d10v_register_virtual_size,
3466         d10v_register_virtual_type, d10v_register_convertible,
3467         d10v_register_convert_to_virtual, d10v_register_convert_to_raw,
3468         d10v_make_daddr, d10v_make_iaddr, d10v_daddr_p, d10v_iaddr_p,
3469         d10v_convert_iaddr_to_raw, d10v_convert_daddr_to_raw,
3470         d10v_store_struct_return, d10v_store_return_value,
3471         d10v_extract_struct_value_address, d10v_frame_saved_pc,
3472         d10v_saved_pc_after_call, d10v_pop_frame, d10v_skip_prologue,
3473         d10v_frame_chain, d10v_frame_init_saved_regs,
3474         d10v_init_extra_frame_info, d10v_read_pc, d10v_write_pc,
3475         d10v_read_sp, d10v_write_sp, d10v_write_fp, d10v_read_fp,
3476         d10v_push_return_address, d10v_push_arguments,
3477         d10v_extract_return_value): Make these functions static.
3478
3479 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3480
3481         From Fernando Nasser:
3482         * infrun.c (handle_inferior_event): Handle "nexti" inside function
3483         prologues.
3484         
3485 2001-06-28  Michael Snyder  <msnyder@redhat.com>
3486
3487         * infrun.c (handle_inferior_event): Replace prev_pc test in all
3488         calls to bpstat_stop_status (removed in 1999-09-24).  This test
3489         helps distinguish stepping over a breakpoint trap from stepping
3490         thru a jump to the instruction after a breakpoint trap.
3491         (handle_inferior_event): Don't bother writing the PC if
3492         DECR_PC_AFTER_BREAK is zero (optimization).
3493         * breakpoint.c (bpstat_stop_status): Add comment explaining the
3494         purpose and usage of the "not_a_breakpoint" argument in computing
3495         the breakpoint address.
3496
3497 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3498
3499         From 2000-12-03 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
3500         * monitor.c (setmem_resp_delim_pattern): New regexp pattern.
3501         (setreg_resp_delim_pattern): Likewise.
3502         (setmem_resp_delim_fastmap): New buffer.
3503         (setreg_resp_delim_fastmap): Likewise.
3504         (monitor_open): Initialize above regexp if they are defined.
3505         (monitor_write_memory): Use regexp to check the result of write.
3506         (monitor_store_register): Likewise to check result of register set.
3507
3508 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3509
3510         From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
3511         * coff-solib.c: Include symfile.h and objfiles.h to make
3512         OBJF_SHARED visible.
3513
3514 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3515
3516         * configure.in (--enable-gdbmi): Enable by default.
3517         * configure: Regenerate.
3518         * TODO: Update.
3519         * NEWS: Update
3520
3521 2001-06-28  Joel Brobecker  <brobecker@act-europe.fr>
3522
3523         * solib-osf.c (osf_in_dynsym_resolve_code): Add a comment
3524         explaining the consequences of always returning zero. No code
3525         change.
3526
3527 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
3528
3529         From 2001-06-08 Daniel Jacobowitz <djacobowitz@mvista.com>:
3530         * defs.h (enum target_signal): Add TARGET_SIGNAL_REALTIME_65
3531         to TARGET_SIGNAL_REALTIME_127.
3532         * target.c (struct signals): Add SIG63 to SIG127.
3533         (target_signal_from_host): Handle up to 127 signals.
3534         (do_target_signal_to_host): Likewise.
3535         
3536 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
3537
3538         * remote-sds.c (sds_start_remote): Change type of ``c'' to int
3539         from possibly unsigned char.
3540
3541 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
3542
3543         * ser-ocd.c: Delete file.
3544         * Makefile.in (ALLDEPFILES): Remove ser-ocd.c
3545         (ser-ocd.o): Delete target.
3546         * TODO: Update.
3547         * NEWS: Update.
3548
3549 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
3550
3551         * MAINTAINERS (Write After Approval): Sort.
3552         (Past Maintainers): Daniel Berlin stepped down as C++ maintainer.
3553
3554 2001-06-26  Andrew Cagney  <ac131313@redhat.com>
3555
3556         * breakpoint.c (breakpoint_1): Always output the breakpoint
3557         headings.  Leave it to ui-out to decide which
3558
3559 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
3560
3561         * stack.c (print_frame): For ui_out, output a list of arguments.
3562
3563 2001-06-25  Kevin Buettner  <kevinb@redhat.com>
3564
3565         * MAINTAINERS (paper trail): Update.
3566
3567 2001-06-25  Michael Snyder  <msnyder@redhat.com>
3568
3569         * infrun.c: Eliminate the "thread_step_needed" state variable, 
3570         and replace it with a relatively simple test in resume.
3571         (resume): Replace thread_step_needed logic with a test for
3572         stepping, breakpoint_here_p and breakpoints_inserted.
3573         Move CANNOT_STEP_BREAKPOINT logic to after thread_step logic.
3574         (proceed): Discard thread_step_needed logic.
3575         (wait_for_inferior, fetch_inferior_event, handle_inferior_event):
3576         Discard thread_step_needed logic.
3577
3578 2001-06-24  Fernando Nasser  <fnasser@redhat.com>
3579
3580         * remote-rdi.c (arm_rdi_wait): Fix return type in prototype.
3581         * rdi-share/host.h: Add missing parenthesis in conditional.
3582
3583 2001-06-22  J.T. Conklin  <jtc@redback.com>
3584
3585         * configure.in: include nlist.h when checking for member som_addr
3586         in struct so_map.
3587         * configure: regenerate.
3588
3589 2001-06-21  Keith Seitz  <keiths@redhat.com>
3590
3591         * cli-out.c (cli_out_new): Initialize new structure member
3592         "suppress_output".
3593
3594 2001-06-20  Andrew Cagney  <ac131313@redhat.com>
3595
3596         * ui-out.h (ui_out_table_header): Add parameter ``col_name''.
3597         (table_header_ftype): Ditto.
3598         * cli-out.c (cli_table_header): Update.
3599         * ui-out.c (ui_out_table_header): Update.
3600         (uo_table_header): Update.
3601         (default_table_header): Update.
3602         (append_header_to_list): Update.
3603         (struct ui_out_header): Add field ``col_name''.
3604         (append_header_to_list): Use xstrdup.  Initialize col_name.
3605         * breakpoint.c (breakpoint_1): Pass COL_NAME to
3606         ui_out_table_header.
3607
3608 2001-06-19  Andrew Cagney  <ac131313@redhat.com>
3609
3610         * cli-out.c: Include "gdb_assert.h'.
3611         (struct ui_out_data): Add field ``suppress_output.
3612         (cli_table_begin): When NR_ROWS is zero, suppress_output.
3613         (cli_table_end): Clear suppress_output.
3614         (cli_table_body): Check suppress_output.
3615         (cli_table_header, cli_begin): Ditto.
3616         (cli_end, cli_field_int, cli_field_skip): Ditto.
3617         (cli_field_string, cli_field_fmt, cli_spaces): Ditto.
3618         (cli_text, cli_message, cli_wrap_hint): Ditto.
3619         * breakpoint.c (breakpoint_1): Close the ui_out table before
3620         printing the breakpoint not found message.
3621
3622 2001-06-18  Andrew Cagney  <ac131313@redhat.com>
3623
3624         * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.
3625         (default_table_begin): Ditto.
3626         (uo_table_begin): Ditto.
3627         * cli-out.c (cli_table_begin): Ditto.
3628         * ui-out.h (ui_out_table_begin): Update
3629         (table_begin_ftype): Update.
3630         * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to
3631         ui_out_table_begin.
3632
3633 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
3634
3635         * breakpoint.c (breakpoint_1): Restructure.  Compute the
3636         nr_printable_breakpoints.  Move the header output to before the
3637         main print breakpoints loop.
3638         (user_settable_breakpoint): New function.
3639
3640 2001-06-18  Andrew Cagney  <ac131313@redhat.com>
3641
3642         * infrun.c, breakpoint.c: Use strncmp as the "mi" test.  Allow,
3643         "mi", "mi0" and "mi1".
3644
3645 2001-06-17  Andrew Cagney  <ac131313@redhat.com>
3646
3647         * gdbarch.sh: Generate an error when conflicting macro
3648         definitions.  Generate an error when both pure multi-arch and
3649         "tm.h".
3650         * gdbarch.h, gdbarch.c: Regenerate.
3651         * defs.h (GDB_MULTI_ARCH_TM): Rewrite definition.
3652         
3653 2001-06-17  Andrew Cagney  <ac131313@redhat.com>
3654
3655         * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Down grade to
3656         GDB_MULTI_ARCH_PARTIAL from two.
3657
3658 2001-06-17  Fernando Nasser  <fnasser@redhat.com>
3659
3660         From 2001-06-15  Eirik Fuller  <eirik@hackrat.com>
3661         * cli/cli-script.c (free_command_lines): Reset list pointer.
3662
3663 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
3664
3665         * arch-utils.c (init_frame_pc_default): New function
3666         * arch-utils.h (init_frame_pc_default): Declare.
3667         * gdbarch.sh (INIT_FRAME_PC): Default to init_frame_pc_default and
3668         not init_frame_pc_noop.
3669         * gdbarch.h, gdbarch.c: Re-generate.
3670         * blockframe.c (INIT_FRAME_PC): Delete macro definition.
3671         * mips-tdep.c (mips_gdbarch_init): Set init_frame_pc to
3672         init_frame_pc_noop.
3673
3674 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
3675
3676         * gdbarch.c: Regenerate.  Out-of-sync with gdbarch.sh.
3677
3678 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
3679
3680         * gdbarch.sh (CANNOT_FETCH_REGISTER): Multi-arch.
3681         (CANNOT_STORE_REGISTER): Ditto.
3682         * infptrace.c (CANNOT_FETCH_REGISTER): Delete definition.
3683         (CANNOT_STORE_REGISTER): Ditto.
3684         * regcache.c (CANNOT_STORE_REGISTER): Ditto.
3685         * lynx-nat.c (CANNOT_STORE_REGISTER): Ditto.
3686         * arch-utils.h (cannot_register_not): Define.
3687         * arch-utils.c (cannot_register_not): Declare.
3688         
3689 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
3690
3691         * gdbarch.sh: Clarify pre/post default
3692         (INIT_FRAME_PC_FIRST, INIT_FRAME_PC): Multiarch.
3693         * blockframe.c (get_prev_frame): Remove #ifdef from around
3694         INIT_FRAME_PC_FIRST call.
3695         * arch-utils.c (init_frame_pc_noop): Define.
3696         * arch-utils.h (init_frame_pc_noop): Declare.
3697         * config/mips/tm-mips.h (INIT_FRAME_PC_FIRST): Delete.
3698         (INIT_FRAME_PC, mips_init_frame_pc_first): Ditto.
3699         * mips-tdep.c (mips_init_frame_pc_first): Make static.
3700         (mips_gdbarch_init): Initialize init_frame_pc_first.
3701         (mips_dump_tdep): Update.
3702
3703 2001-06-15  Michael Snyder  <msnyder@redhat.com>
3704
3705         * infrun.c (context_switch): New function.  Abstract the operation
3706         of saving and restoring infrun's state when switching threads.
3707         (handle_inferior_event): Normalize the handling of the 'thread hop'
3708         event (when the wrong thread hits a thread-specific breakpoint, 
3709         and we need to solo-step that thread past the breakpoint).
3710         Call keep_going, instead of target_resume.  Handle the subsequent
3711         singlestep-trap as a normal event instead of just resuming.
3712
3713 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
3714
3715         * arch-utils.c (core_addr_identity): New function.  Rename
3716         default_convert_from_func_ptr_addr.
3717         * gdbarch.sh (CONVERT_FROM_FUNC_PTR_ADDR): Update.
3718         (ADDR_BITS_REMOVE): Define.  Default to core_addr_identity.
3719         * defs.h (ADDR_BITS_REMOVE): Delete macro definition.
3720         * config/mips/tm-mips.h (ADDR_BITS_REMOVE): Delete definition.
3721         * mips-tdep.c (mips_addr_bits_remove): Make static.
3722         (mips_gdbarch_init): Initialize addr_bits_remove.
3723
3724 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
3725
3726         From 2001-02-26  D.J. Barrow <djbarrow@de.ibm.com>:
3727         * configure.tgt: Add S/390 31 & 64 bit target configuration.
3728         * configure.host: Ditto for host.
3729
3730 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
3731
3732         * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS_P): Delete definition.
3733         (EXTRACT_STRUCT_VALUE_ADDRESS): Change to a function with
3734         predicate.
3735         * gdbarch.h, gdbarch.c: Regenerate.
3736         * values.c (value_being_returned): Change the reference to
3737         EXTRACT_STRUCT_VALUE_ADDRESS_P to a function call.
3738
3739 2001-06-15  Joel Brobecker <brobecker@act-europe.fr>
3740
3741         * MAINTAINERS: Add Paul Hilfinger and Joel Brobecker to the
3742         Write After Approval list.
3743
3744 2001-06-14  Michael Snyder  <msnyder@redhat.com>
3745
3746         * remote.c (show_remote_protocol_qSymbol_packet_cmd, 
3747         set_remote_protocol_qSymbol_packet_cmd): New functions.
3748         (init_all_packet_configs, show_remote_cmd): Add qSymbol packet.
3749         (remote_check_symbols): New function.  Implement qSymbol packet, 
3750         allowing target to request symbol lookup service from gdb.
3751         (remote_open_1, remote_async_open_1): Call remote_check_symbols,
3752         allowing symbol lookup from exec_bfd on connection to target.
3753         (remote_new_objfile): New function.  Catch new objfile notifications
3754         from shared library module, and call remote_check_symbols.
3755         (_initialize_remote): Hook remote_new_objfile into the shared
3756         library notification chain.  Add "set remote symbol-lookup" command.
3757
3758 2001-06-14  Keith Seitz  <keiths@redhat.com>
3759
3760         * tracepoint.c (trace_command): We now have tracepoint
3761         events. Get rid of those ugly hooks.
3762         (tracepoint_operation): Likewise.
3763         (trace_pass_command): Likewise.
3764
3765 2001-06-13  Michael Snyder  <msnyder@redhat.com>
3766
3767         * gdbthread.h (struct thread_info): Add new fields: 
3768         current_line, current_symtab, step_sp, for saved infrun state.
3769         * thread.c (save_infrun_state, load_infrun_state): Save and
3770         restore current_line, current_symtab, and step_sp.
3771         (add_thread): Rather than adding assignments to initialize
3772         the new fields, just use memset (tp, 0, sizeof (*tp).
3773         This way future new fields will not be overlooked.
3774         * infrun.c (handle_inferior_event): Save and restore save_sp,
3775         current_line, and current_symtab when switching threads.
3776
3777 2001-06-13  Elena Zannoni  <ezannoni@redhat.com>
3778
3779         * MAINTAINERS: Add Andrew Cagney as co-maintainer of
3780         testsuite/gdb.mi.
3781
3782 2001-06-11  Andrew Cagney  <ac131313@redhat.com>
3783
3784         * symtab.c (lookup_symtab_1): Replace basename with lbasename.
3785         (lookup_partial_symtab, file_matches): Ditto.
3786         (make_source_files_completion_list): Ditto.
3787         (make_file_symbol_completion_list): Ditto.  Make local char*
3788         variable ``tail'' constant.
3789         (make_source_files_completion_list): Ditto with ``base_name''.
3790         * source.c (open_source_file): Use lbasename. Make ``p'' const
3791         char *.
3792
3793 2001-06-13  Eli Zaretskii  <eliz@is.elta.co.il>
3794
3795         * config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
3796         (SLASH_STRING): Remove unused definitions.
3797         * config/i386/xm-cygwin.h: Likewise.
3798
3799 2001-06-12  Andrew Cagney  <ac131313@redhat.com>
3800
3801         * ui-out.c (ui_out_list_begin): Add parameter ``id''.
3802         (make_cleanup_ui_out_list_begin_end): Ditto.  Open the list.
3803         * ui-out.h: Update declarations.
3804
3805 Mon Jun 11 17:26:43 2001  Andrew Cagney  <cagney@b1.cygnus.com>
3806
3807         * source.c (openp): Make parameters ``path'' and ``string''
3808         constant.
3809         (openp): Use alloca to safely duplicate ``string''. Make local
3810         variables ``p'' and ``p1'' constant. Delete char* casts.
3811         * defs.h: Update.
3812
3813         * symtab.c (lookup_symtab_1): Make parameter ``name'' constant.
3814         (lookup_symtab, lookup_partial_symtab): Ditto.
3815         * symtab.h (lookup_symtab, lookup_partial_symtab): Update.
3816
3817 2001-06-11  Andrew Cagney  <ac131313@redhat.com>
3818
3819         * ui-out.h (ui_out_table_begin): Make char* parameters constant.
3820         (ui_out_table_header, ui_out_field_int): Ditto.
3821         (ui_out_field_core_addr, ui_out_field_string): Ditto.
3822         (ui_out_field_stream, ui_out_field_fmt): Ditto.
3823         (ui_out_field_skip, ui_out_text, ui_out_message): Ditto.
3824         * ui-out.c (ui_out_table_begin, ui_out_table_header): Update.
3825         (ui_out_field_core_addr, ui_out_field_stream): Update.
3826         (ui_out_field_string, ui_out_field_fmt): Update.
3827         (ui_out_text, ui_out_message): Update.
3828         (append_header_to_list): Make char* parameters constant.
3829         (uo_table_header, uo_table_begin): Ditto.
3830         (uo_field_int, uo_field_skip): Ditto.
3831         (uo_field_string, uo_field_fmt): Ditto.
3832         (uo_text, uo_message): Ditto.
3833
3834 2001-06-11  Eli Zaretskii  <eliz@is.elta.co.il>
3835
3836         * completer.c (gdb_completer_loc_break_characters): New variable.
3837         (line_completion_function): If we are completing on locations,
3838         back up the start of word pointer past all characters which can
3839         appear in a location spec.
3840         (location_completer): New function.
3841
3842         * completer.h: Add prototype for location_completer.
3843
3844         * symtab.c (make_source_files_completion_list)
3845         (add_filename_to_list, not_interesting_fname): New functions.
3846         (filename_seen): New function, body extracted from
3847         output_source_filename.
3848         (output_source_filename): Call filename_seen to check if the file
3849         was already printed.
3850         (make_symbol_completion_list): If TEXT includes a
3851         double-quoted string, return an empty list, not NULL.
3852         (make_file_symbol_completion_list): New function, similar to
3853         make_symbol_completion_list but with an additional argument
3854         SRCFILE.
3855
3856         * symtab.h (make_file_symbol_completion_list)
3857         (make_source_files_completion_list): Add prototypes.
3858
3859         * breakpoint.c (_initialize_breakpoint): Make location_completer
3860         be the completion function for all commands which set breakpoints
3861         and watchpoints.
3862         (top-level): #include "completer.h".
3863
3864         * tracepoint.c (_initialize_tracepoint): Make location_completer
3865         be the completion function for the "trace" command.
3866         (top-level): #include "completer.h".
3867
3868         * printcmd.c (_initialize_printcmd): Make location_completer be
3869         the completion function for the "print", "inspect", "call", and
3870         "disassemble" commands.
3871         (top-level): #include "completer.h".
3872
3873         * infcmd.c (_initialize_infcmd): Make location_completer be the
3874         completion function for the "go", "jump", and "until" commands.
3875         (top-level): #include "completer.h".
3876
3877 2001-06-10 Christopher Faylor <cgf@redhat.com>
3878
3879         * gnu-regex.c: Eliminate obsolete check for _MSC_VER.
3880         * utils.c (notice_quit): Remove dummy function only used for _MSC_VER.
3881         * values.c (unpack_double): Remove obsolete check for _MSC_VER.
3882         * defs.h: Ditto.
3883         * m32r-rom.c: Ditto.
3884         * p-exp.y: Ditto.
3885         * ser-e7kpc.c: Ditto.  Define WIN32_LEAN_AND_MEAN under _WIN32, for
3886         faster compilation.
3887         (get_ds_base): Remove _MSC_VER version of this function.
3888         * nindy-share/ttyflush.c: Ditto.
3889         * rdi-share/host.h: Ditto.
3890         * ser-go32.c (dos_readchar): Remove call to obsolete function.
3891         * remote-sim.c (gdb_os_poll_quit): Ditto.
3892         * remote-e7000.c (expect): Remove obsolete #if 0'ed code.
3893
3894         * main.c (captured_main): Eliminate special Cygwin checks.
3895         * ser-tcp.c: Remove unneeded __CYGWIN__ guard against system include.
3896
3897 2001-06-09  Andrew Cagney  <ac131313@redhat.com>
3898
3899         * Makefile.in (gdbcmd_h): Add ui_out_h.
3900         (breakpoint.o, infcmd.o, main.o, printcmd.o, stack.o): Ditto.
3901         (thread.o, top.o): Ditto.
3902
3903         * ui-out.h (table_begin_ftype): Make string parameters constant.
3904         (table_header_ftype): Ditto.
3905         (field_int_ftype): Ditto.
3906         (field_skip_ftype): Ditto.
3907         (field_string_ftype): Ditto.
3908         (field_fmt_ftype): Ditto.
3909         (text_ftype): Ditto.
3910         (message_ftype): Ditto.
3911         * cli-out.c (cli_table_begin): Ditto.
3912         (cli_table_header): Ditto.
3913         (cli_field_int): Ditto.
3914         (cli_field_skip): Ditto.
3915         (cli_field_string): Ditto.
3916         (cli_field_fmt): Ditto.
3917         (cli_text): Ditto.
3918         (cli_message): Ditto.
3919         (out_field_fmt): Ditto.
3920         * ui-out.c (default_table_begin): Ditto.
3921         (default_table_header): Ditto.
3922         (default_field_int): Ditto.
3923         (default_field_skip): Ditto.
3924         (default_field_string): Ditto.
3925         (default_field_fmt): Ditto.
3926         (default_text): Ditto.
3927         (default_message): Ditto.
3928
3929 2001-06-08  Michael Snyder  <msnyder@redhat.com>
3930
3931         * breakpoint.c (delete_breakpoint): Pass mark_inserted to 
3932         remove_breakpoint, so that the subsequent test for
3933         bpt->inserted will succeed, and duplicates will be fixed up.
3934
3935 2001-06-08  Per Bothner  <per@bothner.com>
3936
3937         * dwarf2read.c (set_cu_language):  Handle DW_LANG_Java.
3938
3939 2001-06-07  Keith Seitz  <keiths@redhat.com>
3940
3941         * tracepoint.c (tracepoint_opertation): Add ui event
3942         notifications.
3943         (trace_pass_command): Ditto.
3944         
3945 2001-06-07  Andrew Cagney  <ac131313@redhat.com>
3946
3947         * MAINTAINERS (Write After Approval): Note the entry criteria.
3948         (HP/PA): Jeff Law stepped down
3949
3950 2001-06-07  Jim Blandy  <jimb@redhat.com>
3951
3952         * gdbarch.sh: Make sure that '[' doesn't interpret interesting
3953         variable values as operators.
3954
3955 2001-06-07  Keith Seitz  <keiths@redhat.com>
3956
3957         * gdb-events.sh: Fix quote escaping which was obsoleted
3958         by last patch.
3959
3960 2001-06-07  Keith Seitz  <keiths@redhat.com>
3961
3962         * gdb-events.sh: Make if statements and tests
3963         a little more portable.
3964         Don't use shell's echo command to put strings containing
3965         escaped characeters into a file -- different flavors of /bin/sh
3966         require differnt levels of escaping. Use cat <<EOF instead.
3967         Our internal field separator is a colon. Change all
3968         commands which assume it is a space.
3969
3970 2001-06-06  Mark Kettenis  <kettenis@gnu.org>
3971
3972         * lin-lwp.c (struct lwp_info): Add member `resumed'.
3973         (iterate_over_lwps): Make sure we can handle CALLBACK deleting the
3974         LWP it's called for.
3975         (lin_lwp_attach): Mark LWP as resumed to make sure the fake
3976         SIGSTOP is reported.
3977         (resume_clear_callback): New function.
3978         (resume_set_callback): New function.
3979         (lin_lwp_resume): Mark all LWP's that we're going to resume as
3980         resumed, and unmark all others.
3981         (status_callback): Only report a pending wait status if we pretend
3982         that LP has been resumed.
3983         (resumed_callback): New function.
3984         (lin_lwp_wait): Add assertions to check that LWP's are properly
3985         marked as resumed.  Partially revert 2001-05-25 patch by Michael
3986         Snyder: do not resume all threads.  Add comment explaining the
3987         problems associated with this bit of code.
3988
3989 2001-06-07  Keith Seitz  <keiths@redhat.com>
3990
3991         * MAINTAINTERS: Syd Polk is stepping down from
3992         maintaining libgui. I am replacing him.
3993
3994 2001-06-07  Eli Zaretskii  <elis@is.elta.co.il>
3995
3996         * config/mips/tm-irix6.h: New file.
3997
3998         * config/mips/irix6.mh: New file.
3999
4000         * config/mips/irix6.mt: New file.
4001
4002         * config/mips/xm-irix6.h: New file.
4003
4004         * config/mips/nm-irix6.h: New file.
4005
4006         * mips-tdep.c (mips_gdbarch_init) <MIPS_ABI_N32>: Set up the
4007         disassembler info in tm_print_insn_info as appropriate for the N32
4008         ABI.  Force N32 ABI to be the default if the CPU is R8000 or
4009         R10000.
4010
4011         * configure.tgt (mips*-sgi-irix6*): Map to irix6.
4012
4013         * configure.host (mips*-sgi-irix6*): Ditto.
4014
4015 2001-06-07  Andrew Cagney  <ac131313@redhat.com>
4016
4017         * gnu-v3-abi.c: Include "gdb_assert.h".
4018         (build_gdb_vtable_type): Replace abort() with gdb_assert().
4019
4020 2001-06-06  Jim Blandy  <jimb@redhat.com>
4021
4022         * cp-abi.h: Rearrange code to put documentation comments above the
4023         functions we export.  The actual function table itself simply
4024         refers to those functions.  Minor doc fixes.
4025
4026         * gdbarch.sh: Changes to effect the following:
4027         * gdbarch.c (initialize_non_multiarch): New function.
4028         * gdbarch.h (initialize_non_multiarch): New declaration.
4029         * arch-utils.c (initialize_current_architecture): For
4030         non-multiarch configurations, call initialize_non_multiarch.
4031
4032 2001-06-06  Andrew Cagney  <ac131313@redhat.com>
4033
4034         * symfile.c (compare_psymbols): Replace PTR with void*. Delete
4035         declaration.
4036         (compare_symbols): Ditto.
4037
4038 2001-06-06  Jonathan Larmour  <jlarmour@redhat.com>
4039
4040         * arch-utils.c (generic_prepare_to_proceed): Allow for having
4041         stopped due to a Ctrl-C as well as breakpoints.
4042
4043         * hppa-tdep.c (hppa_prepare_to_proceed): Add FIXME as this may not
4044         support thread switches after Ctrl-C.
4045         * lin-lwp.c (lin_lwp_prepare_to_proceed): Ditto.
4046         * linux-thread.c (linuxthreads_prepare_to_proceed): Ditto.
4047         * m3-nat.c (mach3_prepare_to_proceed): Ditto.
4048
4049 2001-06-06  Jim Blandy  <jimb@redhat.com>
4050
4051         * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
4052         per-architecture data should be registered at initialization time,
4053         before any gdbarch objects get used, so the generality is
4054         unnecessary.
4055
4056 2001-06-06  Keith Seitz  <keiths@redhat.com>
4057
4058         * gdb-events.sh (function_list): Add tracepoint_create,
4059         tracepoint_delete, and tracepoint_modify events.
4060         * gdb-events.c: Regenerated.
4061         * gdb-events.h: Regenerated.
4062
4063 2001-06-06  Keith Seitz  <keiths@redhat.com>
4064
4065         * gdb-events.sh: Update copyrights.
4066         Change free to xfree.
4067         * gdb-events.c: Regenerated.
4068         * gdb-events.h: Regenerated.
4069
4070 2001-06-06  Eli Zaretskii  <eliz@is.elta.co.il>
4071
4072         * source.c (mod_path, openp): Use #ifdef HAVE_DOS_BASED_FILE_SYSTEM
4073         instead of #if HAVE_DOS_BASED_FILE_SYSTEM.
4074         * completer.c: Ditto.
4075         * cli/cli-cmds.c (cd_command): Ditto.
4076
4077 2001-06-04  Eli Zaretskii  <eliz@is.elta.co.il>
4078
4079         * mips-tdep.c (show_mipsfpu_command): Remove unused variable msg.
4080         (mips_set_processor_type_command): Remove unused variable j.
4081         (mips_breakpoint_from_pc): Declare breakpoint instruction
4082         sequences as unsigned char, to avoid compiler warnings.
4083
4084         * source.c (mod_path, openp): Use HAVE_DOS_BASED_FILE_SYSTEM
4085         instead of system-specific define's like _WIN32 and __MSDOS__.
4086         Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH instead of SLASH_P and
4087         ROOTED_P.
4088         (top-level): #include "filenames.h".
4089
4090         * solib.c (solib_open): Use IS_DIR_SEPARATOR and IS_ABSOLUTE_PATH
4091         instead of SLASH_CHAR, ROOTED_P and SLASH_P.
4092         (top-level): #include "filenames.h".
4093
4094         * defs.h (SLASH_P, SLASH_CHAR, ROOTED_P): Remove definitions.
4095         (SLASH_STRING): Define only for _WIN32.
4096
4097         * completer.c: Use HAVE_DOS_BASED_FILE_SYSTEM instead of
4098         __MSDOS_.
4099
4100         * cli/cli-cmds.c (cd_command): Use IS_DIR_SEPARATOR and
4101         IS_ABSOLUTE_PATH instead of SLASH_P and ROOTED_P.  Replace
4102         system-specific ifdefs with HAVE_DOS_BASED_FILE_SYSTEM.
4103         (top-level): #include "filenames.h".
4104
4105         * go32-nat.c (go32_wait): Change the return value to ptid_t.
4106
4107         * config/djgpp/fnchange.lst: Add two new files in the
4108         gdb/testsuite/gdb.c++/ directory to the remapped names.
4109
4110         * config/djgpp/djconfig.sh (lt_cv_sys_max_cmd_len): Set to 12KB.
4111
4112 2001-06-01  Jim Blandy  <jimb@redhat.com>
4113
4114         Expand the gdbarch per-architecture data vector as needed, rather
4115         than requiring that all per-architecture data be registered before
4116         the first gdbarch object is allocated.
4117         * gdbarch.sh: Changes to effect the following:
4118         * gdbarch.c (alloc_gdbarch_data, init_gdbarch_data): Delete
4119         declarations and definitions.
4120         (check_gdbarch_data): New function, and declaration.
4121         (gdbarch_alloc): Don't call alloc_gdbarch_data; leaving the fields
4122         zero is good enough.
4123         (free_gdbarch_data): Tolerate a null data pointer.  Free only
4124         those data items gdbarch->data actually has allocated.
4125         (set_gdbarch_data, gdbarch_data): Call check_gdbarch_data.
4126         (gdbarch_update_p): No need to call init_gdbarch_data.
4127
4128 2001-06-01  Kevin Buettner  <kevinb@redhat.com>
4129
4130         * ia64-tdep.c (is_float_or_hfa_type_recurse): Call check_typedef()
4131         on types that we wish to recurse on.
4132         (slot_alignment_is_next_even): New function.
4133         (ia64_push_arguments): Call slot_alignment_is_next_even() to
4134         examine the type in order to decide if it's necessary to skip
4135         an odd slot.
4136
4137 2001-06-01  Michael Snyder  <msnyder@redhat.com>
4138
4139         * thread.c (delete_step_resume_breakpoint): New function.
4140         Maintain internal consistency of the thread list while deleting
4141         a step_resume_breakpoint.
4142         * gdbthread.h (delete_step_resume_breakpoint): Export.
4143         * breakpoint.c (bpstat_find_step_resume_breakpoint):
4144         Make thread-aware: don't return a step_resume_breakpoint 
4145         for the wrong thread.
4146         * infrun.c (wait_for_inferior): Call delete_step_resume_breakpoint
4147         instead of delete_breakpoint_current_contents.
4148         (fetch_inferior_event): Ditto.
4149         (handle_inferior_event): Call delete_step_resume_breakpoint
4150         instead of delete_breakpoint.
4151         * infrun.c (handle_inferior_event): After singlestepping over a
4152         thread-specific breakpoint, use currently_stepping() to decide
4153         whether to step or continue.
4154
4155 2001-06-01  Jim Blandy  <jimb@redhat.com>
4156
4157         * gnu-v3-abi.c (gnu_v3_abi_ops, vtable_type_gdbarch_data): Make
4158         these static --- there's no reason other files should use these.
4159
4160         * partial-stab.h (case N_FUN: case 'f':, case N_FUN: case 'F':)
4161         Fix memory leak.
4162
4163         * partial-stab.h: New complaint: function_outside_compilation_unit.
4164         (case N_FUN: case 'f':, case N_FUN: case 'F':): If pst is zero,
4165         complain, and don't try to set pst's start address.
4166
4167 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
4168
4169         * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET):  Revise to
4170         match the location at which the kernel is placing the sigcontext
4171         struct.
4172
4173         * ia64-tdep.c (max_skip_non_prologue_insns): New static global.
4174         (refine_prologue_limit): New function.
4175         (examine_prologue):  Further limit number of instructions
4176         scanned by calling refine_prologue_limit().  Revise way in
4177         which the end of prologue address is computed for frameless
4178         functions.
4179
4180 2001-05-29  Christopher Faylor  <cgf@redhat.com>
4181
4182         * partial-stab.h: Revert previous patch.
4183
4184 2001-05-29  Christopher Faylor  <cgf@redhat.com>
4185
4186         * partial-stab.h: Consistently guard against pst being NULL.
4187
4188 2001-05-29  Alexandre Oliva  <aoliva@redhat.com>
4189
4190         * symfile.c (compare_psymbols, compare_symbols): Declare using
4191         PTR, as in the definition.
4192         * minsyms.c (compare_minimal_symbols): Likewise.
4193         * coffread.c (find_targ_sec): Likewise.
4194         * elfread.c (free_elfinfo, elf_locate_sections): Likewise.
4195         * mipsread.c (alphacoff_locate_sections): Likewise.
4196         * mdebugread.c (compare_blocks): Likewise.
4197
4198 2001-05-25  Nick Duffek  <nsd@redhat.com>
4199
4200         * solib.c (update_solib_list): Move target_resize_to_sections()
4201         into solib_map_sections() loop.
4202         (info_sharedlibrary_command): Try bfd_arch_bits_per_address() if
4203         bfd_get_arch_size() fails.
4204
4205 2001-05-25  Nick Duffek  <nsd@redhat.com>
4206
4207         * Makefile.in (osfsolib.c, osfsolib.o): Rename to solib-osf.c and
4208         solib-osf.o.
4209         * config/alpha/alpha-osf1.mh (NATDEPFILES): Replace osfsolib.o
4210         with solib-osf.o and solib.o.
4211         * config/alpha/alpha-osf2.mh: Likewise.
4212         * config/alpha/alpha-osf3.mh: Likewise.
4213         * solib-osf.c: New file, renamed and largely rewritten from
4214         osfsolib.c.
4215
4216 2001-05-25  Michael Snyder  <msnyder@redhat.com>
4217
4218         * lin-lwp.c (lin_lwp_attach_lwp): Call stop_wait_callback,
4219         to consume the SIGSTOP generated by PTRACE_ATTACH.
4220         (stop_wait_callback): If a SIGTRAP or a SIGINT event is consumed,
4221         try again to get the SIGSTOP event.
4222         (lin_lwp_wait): Resume all threads when ignoring a signal.
4223         This will insure that newly attached threads get resumed.
4224         * lin-lwp.c (stop_wait_callback): Discard redundant SIGINT events.
4225         * remote.c (remote_write_bytes): Update 'p' packet pointer.
4226
4227 2001-05-25  Jim Blandy  <jimb@redhat.com>
4228
4229         * gnu-v2-abi.c (gnuv2_virtual_fn_field): There's no need to clear
4230         VALUE_POINTED_TO_OFFSET here; if value_cast doesn't return a
4231         useful value, then we should fix that instead.
4232
4233 2001-05-24  Nick Duffek  <nsd@redhat.com>
4234
4235         * solist.h (struct so_list): Document the requirement that
4236         current_sos initialize some fields to 0.
4237
4238 2001-05-24  Mark Kettenis  <kettenis@gnu.org>
4239
4240         * gnu-nat.c: Include <ctype.h>.
4241         (gnu_pid_to_exec_file): Add PID parameter.
4242         (set_sig_thread_cmd): Use PIDGET on return value from
4243         thread_id_to_pid.
4244         (proc_string): Use MERGEPID to construct argument to
4245         pid_to_thread_id.
4246
4247 2001-05-22  Kevin Buettner  <kevinb@redhat.com>
4248
4249         * breakpoint.c (breakpoint_address_is_meaningful): New function.
4250         (check_duplicates): Don't compare non-meaningful addresses.
4251
4252 2001-05-22  Michael Snyder  <msnyder@redhat.com>
4253
4254         * thread-db.c: Allow for defunct zombie threads.        
4255         (attach_thread): Do not attempt to attach zombie thread.
4256         (thread_db_thread_alive): Return false for defunct zombie thread.
4257         (find_new_threads_callback): Don't add defunct zombie thread to list.
4258
4259 2001-05-22  Jim Blandy  <jimb@redhat.com>
4260
4261         Add support for the GNU V3 C++ ABI.
4262         (Includes changes by Dan Berlin.)
4263
4264         * gnu-v3-abi.c: New file.
4265         * minsyms.c: #include "value.h" and "cp-abi.h".
4266         (install_minimal_symbols): Check the minimal symbol table for
4267         symbols that look mangled in the V3 style, and select the V3 ABI
4268         if we find any.
4269         * Makefile.in (SFILES): Add gnu-v3-abi.c.
4270         (COMMON_OBS): Add gnu-v3-abi.o.
4271         (gnu-v3-abi.o): Add new rule.
4272         (minsyms.o): Depend on $(cp_abi_h) and $(value_h).
4273
4274 2001-05-21  Jim Blandy  <jimb@redhat.com>
4275
4276         * values.c (value_primitive_field): If we're extracting a base
4277         class, then the type of the result should be the base class being
4278         extracted, not the type of which it is a base class.
4279
4280         * value.h (struct value): Doc fix, and rearrange members to place
4281         them near their explanations.
4282
4283 2001-05-21  Michael Snyder  <msnyder@redhat.com>
4284
4285         * remote.c (remote_async_wait): Added new variable fieldsize.
4286         Add fieldsize (return value of hex2bin) to string pointer p.
4287
4288 2001-05-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
4289
4290         * m68hc11-tdep.c (m68hc11_pop_frame): Fix stack pointer computation.
4291         (m68hc11_analyze_instruction): Update the pc correctly.
4292         (m68hc11_guess_from_prologue): Take into account the stack correction
4293         for the saving address.
4294
4295 2001-05-07  Daniel Berlin  <dan@cgsoftware.com>
4296
4297         Changes by Jim Ingham:
4298         
4299         * values.c (value_change_enclosing_type): New function.  If the
4300         new enclosing type is larger than the old one, we need to allocate
4301         more space.
4302         * value.h: Add value_change_enclosing_type prototype.
4303         * valops.c (value_cast): Use it.
4304         (value_assign): Use it.
4305         (value_addr): Use it.
4306         (value_ind): Use it.
4307         (value_full_object): Use it.
4308         
4309 2001-05-07  Daniel Berlin  <dan@cgsoftware.com>
4310
4311         * values.c (value_static_field): Handle static fields that have a
4312         constant value.
4313
4314 2001-05-17  Michael Snyder  <msnyder@redhat.com>
4315
4316         * blockframe.c (create_new_frame): Zero all the fields via memset,
4317         rather than zeroing them one by one.
4318
4319 2001-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
4320
4321         * top.c (user_args): Remove unused declaration.
4322
4323 2001-05-16  Michael Snyder  <msnyder@redhat.com>
4324
4325         * infcmd.c (do_registers_info): Move alloca outside of loop.
4326
4327 2001-05-15  John S Kallal  <jskallal@home.com>
4328
4329         * remote.c (remote_wait): Added new variable fieldsize.
4330         Add fieldsize (return value of hex2bin) to string pointer p.
4331
4332 2001-05-15  Mark Kettenis  <kettenis@gnu.org>
4333
4334         * sparc-tdep.c (sparc_gdbarch_init): Get the architecture from
4335         info.bfd_arch_info.
4336
4337 2001-05-14  Kevin Buettner  <kevinb@redhat.com>
4338
4339         * lin-lwp.c (detach_callback, lin_lwp_wait, lin_lwp_pid_to_str):
4340         Adjust format strings for printing LWPs to account for the fact
4341         that the type returned by GET_LWP() is now a long instead of an
4342         int.
4343
4344 2001-05-14  Kevin Buettner  <kevinb@redhat.com>
4345
4346         * inferior.h (null_ptid, minus_one_ptid): New variable declarations.
4347         (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4348         (ptid_get_tid, ptid_equal): New function declarations.
4349         * infrun.c (null_ptid, minus_one_ptid): New variables.
4350         (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_lwp)
4351         (ptid_get_tid, ptid_equal): New functions.
4352         (_initialize_infrun): Initialize null_ptid, minus_one_ptid,
4353         inferior_ptid, and target_last_wait_ptid.
4354
4355         * defs.h (ptid_t): Redefine to be a struct rather than an int.
4356         (pid_to_ptid, null_ptid, ptid_equal): Delete these macros.
4357         (PIDGET, TIDGET, MERGEPID): Redefine these macros using the
4358         new ptid accessors and constructor.
4359
4360         * config/i386/tm-i386v42mp.h (PIDGET, TIDGET, LIDGET, MERGEPID,
4361         MKLID, MKTID, ISTID): Provide new definitions for these macros.
4362         The old macros are retained, but disabled via #if 0 in order
4363         to aid in future restructuring.  See FIXME.
4364
4365         * arm-linux-nat.c (PIDGET, TIDGET): Delete macro definitions.
4366         * i386-linux-nat.c (PIDGET, TIDGET): Likewise.
4367         * infptrace.c (PIDGET, TIDGET): Likewise.
4368         * lin-lwp.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4369         * lin-thread.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4370         * proc-service.c (MERGEPID): Likewise.
4371         * procfs.c (PIDGET, TIDGET, MERGEPID): Likewise.
4372         * thread-db.c (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4373         * config/nm-linux.h (PIDGET0, PIDGET, TIDGET, MERGEPID): Likewise.
4374         * config/i386/tm-i386sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4375         Likewise.
4376         * config/sparc/tm-sun4sol2.h (PIDGET0, PIDGET, TIDGET, MERGEPID):
4377         Likewise.
4378
4379         * lin-lwp.c (THREAD_FLAG): Delete macro definition.
4380         (GET_LWP): Redefine in terms of ptid_get_lwp().
4381         (GET_PID): Redefine in terms of ptid_get_pid().
4382         (is_lwp): Redefine without the need for THREAD_FLAG.
4383         (BUILD_LWP): Redefine in terms of ptid_build().
4384         * lin-thread.c (THREAD_FLAG): Delete macro definition.
4385         (GET_LWP): Redefine in terms of ptid_get_lwp().
4386         (GET_PID): Redefine in terms of ptid_get_pid().
4387         (GET_THREAD): Redefine in terms of ptid_get_tid().
4388         (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4389         (is_lwp, is_thread): Redefine.
4390         (linux_child_wait, check_all_signal_numbers)
4391         (linuxthreads_discard_global_state, attach_thread): Declare these
4392         functions to squash warnings about missing declarations.
4393         * sol-thread.c (THREAD_FLAG): Delete macro definition.
4394         (GET_PID): Redefine in terms of ptid_get_pid().
4395         (GET_LWP): Redefine in terms of ptid_get_lwp().
4396         (GET_THREAD): Redefine in terms of ptid_get_tid().
4397         (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4398         (is_lwp, is_thread): Redefine.
4399         * thread-db.c (THREAD_FLAG): Delete macro definition.
4400         (GET_PID): Redefine in terms of ptid_get_pid().
4401         (GET_LWP): Redefine in terms of ptid_get_lwp().
4402         (GET_THREAD): Redefine in terms of ptid_get_tid().
4403         (BUILD_THREAD, BUILD_LWP): Redefine in terms of ptid_build().
4404         (is_lwp, is_thread): Redefine.
4405
4406         * corelow.c (add_to_thread_list, get_core_register_section):
4407         Eliminate hacks needed to prevent regressions when inferior_ptid
4408         wasn't wide enough to hold the core file thread id in the pid
4409         component of inferior_ptid.
4410
4411 2001-05-14  Michael Snyder  <msnyder@redhat.com>
4412
4413         * remote.c (hex2bin):   Make first argument const.
4414         Require explicit count, don't accept null-terminated str.
4415         (remote_resume, remote_async_resume): White space fix-up.
4416         (remote_write_bytes): Set nr_bytes to return value of bin2hex.
4417
4418 2001-05-13  Mark Kettenis  <kettenis@gnu.org>
4419
4420         * symtab.c (lookup_symtab_1): Use lbasename (NAME) instead of
4421         basename (NAME).  The FreeBSD basename returns a pointer to a
4422         static buffer, even if it's simply returning a string identical to
4423         its argument.
4424         (lookup_partial_symtab): Likewise.
4425
4426 2001-05-14  Michael Snyder  <msnyder@redhat.com>
4427
4428         * solib.c, solib.h: Add comment for function no_shared_libraries.
4429         
4430 2001-05-14  Kevin Buettner  <kevinb@redhat.com>
4431
4432         * solib.h (no_shared_libraries): Make declaration match definition
4433         in solib.c.
4434
4435 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
4436
4437         * remote.c (remote_write_bytes): Set nr_bytes before returning it.
4438         * solib.h (no_shared_libraries): Declare.
4439
4440 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
4441
4442         * gdbarch.sh (struct gdbarch_info): Delete field bfd_architecture.
4443         (gdbarch_update_p): Rewrite logic filling in INFO struct.  Use
4444         user specified values when available.
4445         * rs6000-tdep.c (rs6000_gdbarch_init): Update.  Get the
4446         architecture from info.bfd_arch_info.
4447         * gdbarch.c, gdbarch.h: Regenerate.
4448
4449 2001-05-12  Fernando Nasser  <fnasser@redhat.com>
4450
4451         * remote-e7000.c (e7000_open): Check for bad baud rate.
4452         * remote-st.c (st2000_open): Ditto.
4453
4454 2001-05-11  Jim Blandy  <jimb@redhat.com>
4455
4456         * thread.c (do_captured_list_thread_ids): Use ui_out_tuple_begin
4457         and ui_out_tuple_end instead of ui_out_list_begin and
4458         ui_out_list_end.
4459
4460         * Makefile.in (gnu-v2-abi.o): Add $(demangle_h) to list of
4461         dependencies.  Reorder dependencies to match #includes in file,
4462         for easier verification.
4463         
4464 Fri May 11 13:32:50 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4465
4466         * breakpoint.c: Replace ui_out_list_begin, ui_out_list_end and
4467         make_cleanup_ui_out_list_end with ui_out_tuple_begin,
4468         ui_out_tuple_end and make_cleanup_ui_out_tuple_begin_end.
4469         * cli/cli-setshow.c: Ditto.
4470         * printcmd.c: Ditto.
4471         * stack.c: Ditto.
4472
4473         * ui-out.h (enum ui_out_type): Fix tipo - tupple -> tuple.
4474         * ui-out.c (ui_out_list_begin): Delete ``lstid'' parameter.
4475         (ui_out_tuple_begin): New function.
4476         (ui_out_tuple_end): New function.
4477         (ui_out_tuple_begin_end): New function.
4478         (make_cleanup_ui_out_list_begin_end): Replace
4479         make_cleanup_ui_out_list_end function.
4480         * ui-out.h (ui_out_list_begin): Update declaration.
4481         (make_cleanup_ui_out_list_begin_end): Replace
4482         make_cleanup_ui_out_list_end declaration.
4483         (ui_out_tuple_begin, ui_out_tuple_end): Declare.
4484         (ui_out_tuple_begin_end): Declare.
4485
4486 2001-05-11  Jim Blandy  <jimb@redhat.com>
4487
4488         * gnu-v2-abi.c: Don't #include "gdb_regex.h".  We don't use it.
4489
4490 2001-05-11  Andrew Cagney  <ac131313@redhat.com>
4491
4492         From 2001-03-26 Rodney Brown <RodneyBrown@mynd.com>
4493         * config/pa/tm-hppa.h: Remove trigraph.
4494         * hp-symtab-read.c (hpread_type_translate): Provide return value.
4495         (hpread_read_struct_type): Remove trigraph. Add parameter in
4496         `warning'.
4497         (hpread_read_array_type): Provide return value.
4498         (hpread_type_lookup): Avoid ambiguous `else'. Provide return
4499         value.
4500         * hppa-tdep.c (initialize_hp_cxx_exception_support): Remove
4501         trigraph.
4502
4503 2001-05-11  Jim Blandy  <jimb@redhat.com>
4504
4505         * mips-tdep.c (mips_store_return_value,
4506         mips_extract_return_value): Pass arguments to
4507         return_value_location in the proper order.
4508
4509 2001-05-11  Andrew Cagney  <ac131313@redhat.com>
4510
4511         * Makefile.in (VERSION): Delete.  Moved to file ``version.in''.
4512         (version.c): Depends on file ``version.in''.  Extract version
4513         number from ``version.in'' file.
4514         (clean mostlyclean): Update.
4515         * version.in: New file.
4516         * NEWS: Update.
4517         
4518 2001-05-11  Kevin Buettner  <kevinb@redhat.com>
4519
4520         * breakpoint.c (set_raw_breakpoint): Add new parameter
4521         representing the breakpoint's type.  Adjust all callers.
4522         (create_longjmp_breakpoint, create_temp_exception_breakpoint)
4523         (create_thread_event_breakpoint): Don't test for zero return
4524         value from set_raw_breakpoint().  It can never be zero.
4525         (create_exception_catchpoint, watch_command_1): Move logic
4526         which calculates the breakpoint type prior to the call to
4527         set_raw_breakpoint().
4528
4529 2001-05-11  Fernando Nasser  <fnasser@redhat.com>
4530
4531         * ser-unix.c (rate_to_code): Issue warning if baud rate is invalid.
4532         (hardwire_setbaudrate): Set errno to EINVAL and return with error
4533         if the conversion of the baud rate to code fails.
4534
4535 2001-05-10  Andrew Cagney  <ac131313@redhat.com>
4536
4537         * ui-out.h (make_cleanup_ui_out_begin_end): Declare.
4538         * ui-out.c (struct ui_out_end_cleanup_data): Define.
4539         (do_cleanup_end): New function.  Replace do_list_end.
4540         (make_cleanup_ui_out_end): New function.
4541         (make_cleanup_ui_out_begin_end): New function.
4542         (make_cleanup_ui_out_list_end): Use make_cleanup_ui_out_end.
4543
4544 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
4545
4546         * MAINTAINERS: Declare xcoffread.c open to all maintainers,
4547         and make Kevin Buettner (kevinb@redhat.com) the reference person.
4548
4549 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
4550
4551         * proc-api.c (ioctl_with_trace): Fix uninitialized variable.
4552
4553 2001-05-10  Fernando Nasser  <fnasser@redhat.com>
4554
4555         * MAINTAINERS: Add testsuite subdirectory co-maintainers.
4556
4557 Thu May 10 16:26:47 2001  Andrew Cagney  <cagney@b1.cygnus.com>
4558
4559         * Makefile.in (mi-main.o): Compile with -Werror.
4560
4561 2001-05-10  Michael Snyder  <msnyder@redhat.com>
4562
4563         * remote.c (remote_open_1): Call no_shared_libraries, so that
4564         symbols for shared libraries can be reloaded per session.
4565         (remote_async_open_1): Ditto.
4566         * remote.c (bin2hex, hex2bin): New functions.  Factor out these
4567         two conversions which are coded for repeatedly in this module.
4568         (remote_threads_extra_info, remote_wait, remote_async_wait, 
4569         store_register_using_P, remote_store_registers, remote_write_bytes,
4570         remote_read_bytes, remote_rcmd): Use bin2hex and hex2bin instead
4571         of coding the conversions inline.
4572         (fromhex): Not exported, change from extern to static.
4573
4574 2001-05-10  Andrew Cagney  <ac131313@redhat.com>
4575
4576         * arch-utils.c (initialize_current_architecture): Delete obsolete
4577         ``info architecture'' command.
4578         (info_architecture): Delete function.
4579
4580 2001-05-10  Andrew Cagney  <ac131313@redhat.com>
4581
4582         * TODO (5.1, 5.2): Update.
4583
4584 2001-05-09  Andrew Cagney  <ac131313@redhat.com>
4585
4586         * MAINTAINERS: Jim Ingham is no longer maintaining Arm related
4587         stuff.
4588
4589 2001-05-10  Keith Seitz  <keiths@cygnus.com>
4590
4591         * Makefile.in (SUBDIR_GDBTK_OBS): Add gdbtk-bp.o, gdbtk-register.o
4592         and gdbtk-stack.o.
4593         (SUBDIR_GDBTK_SRCS): Ditto for the sources.
4594         (gdbtk-bp.o): New rule.
4595         (gdbtk-register.o): New rule.
4596         (gdbtk-stack.o): New rule.
4597         (gdbtk-cmds.o): Update dependencies.
4598         (gdbtk.o): Ditto.
4599         (gdbtk-hooks.o): Ditto.
4600         (gdbtk-varobj.o): Ditto.
4601
4602 2001-05-10  Fernando Nasser  <fnasser@redhat.com>
4603
4604         * varobj.c (c_number_of_children): Fix memory leak. Delete unwanted old
4605         variables, not just unregister them.
4606
4607 2001-05-10  Fernando Nasser  <fnasser@redhat.com>
4608
4609         * varobj.c (c_number_of_children): Check for target type of void*,
4610         not the target type name.  Allow dereferencing char*.
4611
4612 2001-05-10  Fernando Nasser  <fnasser@redhat.com>
4613
4614         * symfile.c (symbol_file_add_main_1): New static function. 
4615         Passes the flags arguments to  symbol_file_add() and takes care
4616         of any necessary reinitializations.
4617         (symbol_file_command): Call symbol_file_add_main_1() instead of
4618         symbol_file_add().  
4619         (symbol_file_add_main): Ditto.
4620
4621 2001-05-09  Kevin Buettner  <kevinb@redhat.com>
4622
4623         * lin-lwp.c (lin_lwp_pid_to_str): Revert inadvertent format
4624         string change in 2001-05-03 changes.
4625         (lin_lwp_wait): Revert GET_LWP coercion introduced in 2001-05-03
4626         changes.
4627
4628 2001-05-09  Kevin Buettner  <kevinb@redhat.com>
4629
4630         * lin-lwp.c (lin_lwp_attach): Use PIDGET() to fetch the pid
4631         component from inferior_ptid.
4632         (lin_lwp_detach): Use pid_to_ptid() to convert from a pid to a
4633         ptid.
4634
4635 2001-05-09  Elena Zannoni  <ezannoni@redhat.com>
4636
4637         * sh3-rom.c (_initialize_sh3_rom): Get rid of specific _WINDOWS
4638         conditional for help with connections through parallel ports,
4639         given that the actual code for downloading through a parallel port
4640         is not conditionalized.
4641
4642         * sh-tdep.c: Remove WIN32_WCE conditional. The wince sh target is
4643         unmaintaned, and probably on its way to obsolescence.
4644         
4645 2001-05-09  Mark Kettenis  <kettenis@gnu.org>
4646
4647         * i386-tdep.c (i386_frame_saved_pc): New function.
4648         * config/i386/tm-i386.h (FRAME_SAVED_PC): Redefine in terms of
4649         i386_frame_saved_pc.
4650         (i386_frame_saved_pc): New prototype.
4651
4652         * i386-tdep.c (i386_register_virtual_type): New function.
4653         (i386_register_convertible): New function.
4654         * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE): Redefine in terms
4655         of i386_register_virtual_type.
4656         (REGISTER_CONVERTIBLE): Redefine in terms of
4657         i386_register_convertible.
4658         (i386_register_virtual_type, i386_register_convertible): New
4659         prototypes.
4660
4661 2001-05-08  Jim Blandy  <jimb@redhat.com>
4662
4663         * Makefile.in (mn10300-tdep.o): New rule.
4664
4665         * Makefile.in (gdb_string_h): Define.  Use it throughout.
4666         Some rules were already using this, even though it isn't defined.
4667
4668         * Makefile.in (obstack_h, target_h): Define; these are already
4669         used elsewhere, but have been expanding to the empty string.
4670         (memattr_h): Define; needed by target_h.
4671
4672         * mn10300-tdep.c (mn10300_extract_return_value): Mark this as
4673         static.  (This was accidentally omitted from the earlier patch.)
4674         
4675         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): New function.
4676         (mn10300_gdbarch_init): Register it as the architecture's
4677         dwarf2_reg_to_regnum method.
4678
4679         Correct and expand handling of `movm' instruction, and register
4680         saves in general.
4681         * config/mn10300/tm-mn10300.h (D0_REGNUM, A0_REGNUM, MDRQ_REGNUM,
4682         MCRH_REGNUM, MCRL_REGNUM, MCVF_REGNUM): New definitions.
4683         (enum movm_register_bits): New enum.
4684         * mn10300-tdep.c (set_movm_offsets): Use symbolic names for the
4685         bits, not hex literals.  Handle the `other', `exreg0', and
4686         `exother' bits.  Correct handling of `exreg1': it saves r4, r5,
4687         r6, and r7, not r2, r3, r4, and r5.
4688         (saved_regs_size): New function.
4689         (mn10300_frame_chain, mn10300_frame_saved_pc): Use it, instead
4690         of computing the same thing inline, incorrectly.
4691
4692         * mn10300-tdep.c (mn10300_gdbarch_init): We do have a
4693         dummy_breakpoint_offset; it's zero.
4694
4695         * mn10300-tdep.c (mn10300_pop_frame): Split the mn10300-specific
4696         stuff out into mn10300_pop_frame_regular, and use
4697         generic_pop_current_frame.  This lets us share code, and also
4698         makes this function's prototype match that expected by gdbarch.
4699         Make this function static.
4700         (mn10300_pop_frame_regular): New function.
4701         (mn10300_gdbarch_init): Register mn10300_pop_frame as the
4702         gdbarch's pop_frame method.
4703         * config/mn10300/tm-mn10300.h (POP_FRAME): Delete definition.
4704         (mn10300_pop_frame): Delete declaration.
4705
4706         * mn10300-tdep.c (mn10300_saved_pc_after_call,
4707         mn10300_extract_return_value,
4708         mn10300_extract_struct_value_address, mn10300_store_return_value,
4709         mn10300_use_struct_convention, mn10300_breakpoint_from_pc,
4710         mn10300_frame_chain, mn10300_skip_prologue,
4711         mn10300_push_arguments, mn10300_push_return_address,
4712         mn10300_store_struct_return, mn10300_frame_saved_pc,
4713         mn10300_init_extra_frame_info, mn10300_frame_init_saved_regs):
4714         Make these functions static; they should only be visible to the
4715         outside world as gdbarch methods.
4716
4717         * config/mn10300/tm-mn10300.h (mn10300_find_callers_reg): Delete
4718         unused declaration.
4719         
4720         * mn10300-tdep.c (mn10300_gdbarch_init): Put the gdbarch methods
4721         in some rational order.
4722
4723         * mn10300-tdep.c (mn10300_gdbarch_init): Rather than using
4724         generic_pc_in_call_dummy, use pc_in_call_dummy_at_entry_point.
4725
4726         Use gdbarch for most target parameters for the MN10300, rather
4727         than the tm-*.h file.
4728         * config/mn10300/tm-mn10300.h (MAX_REGISTER_VIRTUAL_SIZE,
4729         REGISTER_BYTES, FP_REGNUM, BREAKPOINT_FROM_PC,
4730         FUNCTION_START_OFFSET, DECR_PC_AFTER_BREAK, INNER_THAN,
4731         SAVED_PC_AFTER_CALL, INIT_EXTRA_FRAME_INFO, FRAME_INIT_SAVED_REGS,
4732         FRAME_CHAIN, FRAME_CHAIN_VALID, FRAME_SAVED_PC,
4733         EXTRACT_RETURN_VALUE, EXTRACT_STRUCT_VALUE_ADDRESS,
4734         STORE_RETURN_VALUE, STORE_STRUCT_RETURN, SKIP_PROLOGUE,
4735         FRAME_ARGS_SKIP, FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS,
4736         FRAME_NUM_ARGS, POP_FRAME, USE_GENERIC_DUMMY_FRAMES, CALL_DUMMY,
4737         CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
4738         CALL_DUMMY_LOCATION, FIX_CALL_DUMMY, CALL_DUMMY_ADDRESS,
4739         TARGET_READ_FP, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
4740         SAVE_DUMMY_FRAME_TOS, PUSH_ARGUMENTS, PC_IN_CALL_DUMMY,
4741         REG_STRUCT_HAS_ADDR, USE_STRUCT_CONVENTION, GET_SAVED_REGISTER):
4742         Delete definitions.  We register gdbarch methods for these now.
4743         (struct frame_info, struct type, struct value): Delete forward
4744         declarations of these types; they're no longer necessary, since we
4745         don't have function declarations here any more.
4746         * mn10300-tdep.c: #include "arch-utils.h", to get declarations for
4747         some default gdbarch methods.
4748         (mn10300_store_struct_return): Return void, as expected by
4749         gdbarch.
4750         (mn10300_init_extra_frame_info): Take initial `fromleaf' argument,
4751         as expected by gdbarch.
4752         (mn10300_frame_init_saved_regs): Provide dummy definition for
4753         this, as required by gdbarch.
4754         (mn10300_gdbarch_init): Add mn10300_call_dummy_words, as expected
4755         by gdbarch.  Register gdbarch methods or values for all the stuff
4756         removed from tm-10300.h, listed above.
4757
4758 2001-05-08  Andrew Cagney  <ac131313@redhat.com>
4759
4760         * cli-out.c (cli_begin, cli_end): Replace cli_list_begin and
4761         cli_list_end.
4762         (cli_ui_out_impl): Update.
4763
4764         * ui-out.c (default_begin, default_end): Replace
4765         default_list_begin and default_list_end.
4766         (default_ui_out_impl): Update.
4767         (uo_begin, uo_end): Replace ou_list_begin and uo_list_end.
4768         (ui_out_begin, ui_out_end): Replace ui_out_list_begin and
4769         ui_out_list_end.
4770         (ui_out_list_begin, ui_out_list_end): New.  Compatibility
4771         functions.
4772         (struct ui_out_level): Add field type.
4773         (push_level, pop_level): Update.  Add type parameter.
4774
4775         * ui-out.h (enum ui_out_type): Declare.
4776         (ui_out_begin, ui_out_end): Declare.
4777         (ui_out_begin_ftype, ui_out_end_ftype): Replace list_begin_ftype
4778         and list_end_ftype.
4779         (struct ui_out_impl): Update.
4780
4781 2001-05-07  Andrew Cagney  <ac131313@redhat.com>
4782
4783         * ui-out.h (list_begin_ftype, list_end_ftype): Rename argument
4784         ``list_flag'' to ``depth''.
4785         * ui-out.c (default_list_begin, default_list_end): Update.
4786         (uo_list_begin, uo_list_end): Update.
4787         (MAX_UI_OUT_LEVELS): Define.
4788         (struct ui_out_level): Define.
4789         (top-level): Include "gdb_assert.h".
4790         (struct ui_out): Add fields ``level'' and ``levels''.  Delete
4791         fields ``list_flag'' and ``field_count''.
4792         (ui_out_new): Update.
4793         (verify_field_proper_position): Update.
4794         (current_level, push_level, pop_level): New functions.
4795         (ui_out_list_begin): Use push_level.
4796         (ui_out_list_end): Use pop_level.
4797         (ui_out_field_int): Use current_level.
4798         (ui_out_field_skip): Ditto.
4799         (ui_out_field_fmt): Ditto.
4800
4801 2001-05-08  Michael Snyder  <msnyder@redhat.com>
4802
4803         * language.c (longest_local_hex_string_custom): Strlen test is 
4804         inverted -- reverse the sense of the test.
4805
4806 2001-05-08  Mark Kettenis  <kettenis@gnu.org>
4807
4808         * config/i386/tm-i386v.h (struct frame_info, struct
4809         frame_saved_regs):  Remove declarations.
4810         (i386_frame_num_args): Remove prototype.
4811
4812 2001-05-07  Andrew Cagney  <ac131313@redhat.com>
4813
4814         * MAINTAINERS: I'm no longer actively maintaining the mn10300
4815         target.
4816
4817 2001-05-04  Andrew Cagney  <ac131313@redhat.com>
4818  
4819         * main.c (captured_main): Delete #ifndef _WIN32 conditional for
4820         WinGDB.
4821  
4822 2001-05-06  Kevin Buettner  <kevinb@redhat.com>
4823
4824         * inferior.h (save_inferior_ptid): Declare.
4825         * infrun.c (save_inferior_ptid, restore_inferior_ptid): Define.
4826
4827         * hpux-thread.c (save_inferior_ptid, restore_inferior_ptid):
4828         Delete these functions.
4829         * lin-lwp.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4830         * lin-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4831         * linux-thread.c (save_inferior_ptid, restore_inferior_ptid):
4832         Likewise.
4833         * proc-service.c (save_inferior_ptid, restore_inferior_ptid):
4834         Likewise.
4835         * sol-thread.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4836         * thread-db.c (save_inferior_ptid, restore_inferior_ptid): Likewise.
4837
4838         * somsolib.c (reset_inferior_ptid): Delete.
4839         (som_solib_remove_inferior_hook): Use save_inferior_ptid() to
4840         build the cleanup struct.
4841
4842         * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
4843         a cleanup to save/restore inferior_ptid.
4844
4845 2001-05-06  Mark Kettenis  <kettenis@gnu.org>
4846
4847         Implement attach/detach for multi-threaded programs on Linux.
4848         * thread-db.c (keep_thread_db): Adjust comment.
4849         (deactivate_target): Removed.
4850         (thread_db_new_objfile): Don't call deactivate_target.  Implement
4851         guts of deactivate_target inline instead.
4852         (attach_thread): Call ATTACH_LWP unconditionally if defined.
4853         (thread_db_attach): New function.
4854         (thread_db_detach): Don't call deactivate_target.  Do necessary
4855         cleanup inline instead.  Set inferior_ptid to LWP corresponding to
4856         the current user-level thread.
4857         (thread_db_kill): Set inferior_ptid to LWP corresponding to the
4858         current user-level thread.
4859         (thread_db_create_inferior): Deactivate target vector if
4860         KEEP_THREAD_DB is zero.
4861         (thread_db_mourn_inferior): Don't call deactivate_target.  Do
4862         necessary cleanup inline instead.
4863         (init_thread_db_ops): Initialize to_attach field to
4864         thread_db_attach.
4865         * lin-lwp.c (lin_lwp_mourn_inferior): Remove prototype.
4866         (stop_wait_callback): Add prototype.
4867         (init_lwp_list): Add comment about when to re-initialize the LWP
4868         list.
4869         (lin_lwp_attach_lwp): Only call ptrace for cloned processes.
4870         Avoid adding publicates to the LWP list.  Only mark an LWP as
4871         signalled if it doesn't correspond to a cloned process.
4872         (lin_lwp_attach): Add initial process to the LWP list.  Make sure
4873         it's stopped and fake a SIGSTOP.
4874         (detach_callback): New function.
4875         (lin_lwp_detach): Implement.
4876         (lin_lwp_create_inferior): Don't re-initialize LWP list here.
4877         Call child_ops.to_create_inferior directly instead of via
4878         target_beneath local.
4879         (lin_lwp_mourn_inferior): Call child_ops.to_mourn_inferior
4880         directly instead of via target_beneath local.
4881
4882 2001-05-06  Eli Zaretskii  <eliz@is.elta.co.il>
4883
4884         * symtab.c (lookup_symtab_1, lookup_partial_symtab): Use basename
4885         instead of non-portable search for `/'.  Use FILENAME_CMP instead
4886         of STREQ, to account for case-insensitive filesystems.
4887         (top-level): #include "filenames.h".
4888
4889 2001-05-05  Jim Blandy  <jimb@redhat.com>
4890
4891         * breakpoint.c (check_duplicates): Use the breakpoint's type, not
4892         its address, to decide whether it's a watchpoint or not.  Zero
4893         is a valid code address.
4894         (update_breakpoints_after_exec): Admonishing comments.
4895         * breakpoint.h (struct breakpoint): Doc fixes.
4896
4897         * breakpoint.c (check_duplicates): Take a breakpoint object as an
4898         argument, rather than an address and section.  All callers changed.
4899
4900 2001-05-03  Kevin Buettner  <kevinb@redhat.com>
4901
4902         * defs.h (ptid_t): New typedef.
4903         (pid_to_ptid, null_ptid, minus_one_ptid, ptid_equal): New macros.
4904
4905         * a68v-nat.c, alphabsd-nat.c, arch-utils.c, arm-linux-nat.c,
4906         blockframe.c, breakpoint.c, breakpoint.h,
4907         config/i386/nm-i386sol2.h, config/i386/tm-i386sco5.h,
4908         config/ia64/nm-linux.h, config/m68k/nm-hp300bsd.h,
4909         config/mips/nm-irix4.h, config/mips/nm-irix5.h,
4910         config/pa/nm-hppah.h, config/pa/tm-hppa.h,
4911         config/rs6000/nm-rs6000.h, config/sparc/nm-sun4sol2.h,
4912         corelow.c, cxux-nat.c, d10v-tdep.c, dink32-rom.c,
4913         dve3900-rom.c, fork-child.c, frame.c, gnu-nat.c, go32-nat.c,
4914         hp300ux-nat.c, hppa-tdep.c, hppab-nat.c, hppah-nat.c,
4915         hpux-thread.c, i386-linux-nat.c, i386aix-nat.c, i386b-nat.c,
4916         i386bsd-nat.c, i386gnu-nat.c, i386mach-nat.c, i386nbsd-nat.c,
4917         infcmd.c, inferior.h, inflow.c, infptrace.c, infrun.c,
4918         inftarg.c, infttrace.c, lin-lwp.c, lin-thread.c,
4919         linux-thread.c, lynx-nat.c, m3-nat.c, m32r-rom.c,
4920         m68knbsd-nat.c, m88k-nat.c, mac-nat.c, mips-nat.c,
4921         mon960-rom.c, monitor.c, ns32knbsd-nat.c, ocd.c, ppc-bdm.c,
4922         ppcnbsd-nat.c, proc-service.c, procfs.c, ptx4-nat.c,
4923         regcache.c, remote-adapt.c, remote-array.c, remote-bug.c,
4924         remote-e7000.c, remote-es.c, remote-mips.c, remote-mm.c,
4925         remote-nindy.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
4926         remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
4927         remote-vx.c, remote.c, rs6000-nat.c, sol-thread.c,
4928         solib-aix5.c, solib-svr4.c, somsolib.c, sparc-nat.c,
4929         standalone.c, sun3-nat.c, sun386-nat.c, symm-nat.c, target.c,
4930         target.h, thread-db.c, thread.c, top.c, ultra3-nat.c,
4931         uw-thread.c, v850ice.c, win32-nat.c, wince.c, xcoffsolib.c
4932         (inferior_pid):  Rename to inferior_ptid everywhere - even in
4933         comments and obsolete ports.  In cases where this variable
4934         really is supposed to be used as a process id, use PIDGET() to
4935         extract the process id component from inferior_ptid.  The
4936         other cases, either involving other variables whose types had
4937         to be changed or functions whose signatures had to changed
4938         are listed separately below.
4939
4940         * arm-linux-nat.c (get_thread_id): Change type of argument
4941         representing a combined process/thread id from ``int'' to
4942         ``ptid_t''.  Also change parameter name to ptid.
4943         * breakpoint.h, breakpoint.c (breakpoint_thread_match): Likewise.
4944         * corelow.c (core_file_thread_alive): Likewise.
4945         * d10v-tdep.c (d10v_read_pc, d10v_write_pc): Likewise.
4946         * defs.h (*target_wait_hook): Likewise.
4947         * gdbthread.h (thread_info, delete_thread, pid_to_thread_id)
4948         (find_thread_pid, save_infrun_state, load_infrun_state): Likewise.
4949         * gnu-nat.c (gnu_thread_alive, gnu_pid_to_str, gnu_wait)
4950         (gnu_resume): Likewise.
4951         * go32-nat.c (go32_wait, go32_resume): Likewise.
4952         * h8500-tdep.c (h8500_read_pc, h8500_write_pc): Likewise.
4953         * hppa-tdep.c (target_read_pc, target_write_pc): Likewise.
4954         * hppah-nat.c (child_pid_to_str, hppa_tid_to_str,
4955         (hppa_pid_or_tid_to_str, child_post_startup_inferior)
4956         (child_thread_alive): Likewise.
4957         * hpux-thread.c (hpux_thread_notice_signals, hpux_thread_alive)
4958         (hpux_pid_to_str, hpux_thread_wait, hpux_thread_resume): Likewise.
4959         * i386-linux-nat.c (child_resume): Likewise.
4960         * ia64-linux-nat.c (enable_watchpoints_in_psr, fetch_debug_register)
4961         (store_debug_register, fetch_debug_register_pair)
4962         (store_debug_register_pair, ia64_linux_insert_watchpoint)
4963         (ia64_linux_remove_watchpoint, ia64_linux_stopped_by_watchpoint):
4964         Likewise.
4965         * ia64-tdep.c (ia64_read_pc, ia64_write_pc): Likewise.
4966         * inferior.h (read_pc_pid, generic_target_read_pc, write_pc_pid)
4967         (generic_target_write_pc, ptrace_wait, child_resume)
4968         (get_last_target_status): Likewise.
4969         * infptrace.c (ptrace_wait, child_resume): Likewise.
4970         * inftarg.c (child_wait, child_post_wait, child_thread_live)
4971         (child_pid_to_str): Likewise.
4972         * infttrace.c (ptrace_wait, child_thread_alive, child_resume)
4973         (hppa_pid_or_tid_to_str, child_post_startup_inferior): Likewise.
4974         * lin-lwp.c (add_lwp, delete_lwp, find_lwp_pid, lin_lwp_attach_lwp)
4975         (lin_lwp_resume, lin_lwp_wait, lin_lwp_thread_alive)
4976         (lin_lwp_pid_to_str): Likewise.
4977         * lin-thread.c (thread_db_alive, thread_db_pid_to_str)
4978         (thread_db_resume, thread_db_wait): Likewise.
4979         * linux-thread.c (linuxthreads_thread_alive, linuxthreads_pid_to_str)
4980         (linuxthreads_resume, linuxthreads_wait): Likewise.
4981         * lynx-nat.c (child_wait, child_thread_alive, child_resume)
4982         (child_pid_to_str): Likewise.
4983         * m3-nat.c (mach_really_wait, m3_resume): Likewise.
4984         * mac-nat.c (child_wait, child_resume): Likewise.
4985         * mips-tdep.c (mips_read_pc): Likewise.
4986         * monitor.c (monitor_wait, monitor_resume): Likewise.
4987         * ocd.c, ocd.h (ocd_thread_alive, ocd_resume): Likewise.
4988         * ppc-bdm.c (bdm_ppc_wait): Likewise.
4989         * procfs.c (do_attach, procfs_wait, procfs_resume)
4990         (procfs_notice_signals, procfs_thread_alive, procfs_pid_to_str)
4991         (procfs_set_watchpoint, procfs_stopped_by_watchpoint)
4992         (procfs_find_LDT_entry): Likewise.
4993         * regcache.c (read_register_pid, read_signed_register_pid)
4994         (write_register_pid, generic_target_read_pc, read_pc_pid)
4995         (generic_target_write_pc, write_pc_pid): Likewise.
4996         * regcache.h (read_register_pid, read_signed_register_pid)
4997         (write_register_pid): Likewise.
4998         * remote-adapt.c (adapt_wait, adapt_resume): Likewise.
4999         * remote-array.c (array_wait, array_resume): Likewise.
5000         * remote-bug.c (bug_wait, bug_resume): Likewise.
5001         * remote-e7000.c (e7000_wait, e7000_resume): Likewise.
5002         * remote-eb.c (eb_wait, eb_resume): Likewise.
5003         * remote-es.c (es1800_wait, es1800_resume): Likewise.
5004         * remote-mips.c (mips_wait, mips_resume): Likewise.
5005         * remote-mm.c (mm_wait, mm_resume): Likewise.
5006         * remote-nindy.c (nindy_wait, nindy_resume): Likewise.
5007         * remote-os9k.c (rombug_wait, rombug_resume): Likewise.
5008         * remote-rdi.c (arm_rdi_wait, arm_rdi_resume): Likewise.
5009         * remote-rdp.c (remote_rdp_resume, remote_rdp_wait): Likewise.
5010         * remote-sds.c (sds_wait, sds_resume): Likewise.
5011         * remote-sim.c (gdbsim_wait, gdbsim_resume): Likewise.
5012         * remote-st.c (st2000_wait, st2000_resume): Likewise.
5013         * remote-udi.c (udi_wait, udi_resume): Likewise.
5014         * remote-vx.c (vx_wait, vx_resume): Likewise.
5015         * remote.c (remote_current_thread, remote_resume, remote_wait)
5016         (remote_async_resume, remote_async_wait, remote_cisco_wait)
5017         (remote_thread_alive): Likewise.
5018         * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_resume)
5019         (sol_thread_wait, sol_thread_notice_signals, sol_thread_alive)
5020         (solaris_pid_to_str): Likewise.
5021         * symm-nat.c (child_wait, child_resume): Likewise.
5022         * target.c (debug_to_resume, debug_to_wait, debug_to_post_wait)
5023         (debug_to_notice_signals, debug_to_thread_alive)
5024         (normal_target_post_startup_inferior, normal_pid_to_str)
5025         (debug_to_post_startup_inferior): Likewise.
5026         * target.h (to_resume, to_wait, to_post_wait)
5027         (to_post_startup_inferior, to_notice_signals, to_thread_alive)
5028         (to_pid_to_str [all in struct target_ops]): Likewise.
5029         (child_post_wait, child_thread_alive, normal_pid_to_str): Likewise.
5030         * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait)
5031         (attach_thread, detach_thread, thread_db_resume, check_event)
5032         (thread_db_post_startup_inferior, thread_db_thread_alive)
5033         (thread_db_pid_to_str): Likewise.
5034         * thread.c (add_thread, delete_thread, find_thread_pid)
5035         (pid_to_thread_id, in_thread_list, load_infrun_state)
5036         (save_infrun_state, switch_to_thread, restore_current_thread)
5037         (make_cleanup_restore_current_thread): Likewise.
5038         * top.c (target_wait_hook): Likewise.
5039         * uw-thread.c (dbgpid, thr_to_lwp, lwp_to_thr, add_thread_uw)
5040         (uw_thread_resume, libtrhead_stub, uw_thread_wait, uw_thread_alive)
5041         (uw_thread_pid_to_str): Likewise.
5042         * v850ice.c (v850ice_wait, v850ice_resume): Likewise.
5043         * win32-nat.c (child_wait, child_resume, win32_child_thread_alive)
5044         (cywin_pid_to_str): Likewise.
5045         * wince.c (child_wait, child_resume, win32_child_thread_alive):
5046         Likewise.
5047         * config/nm-linux.h (linuxthreads_pid_to_str): Likewise.
5048         * config/nm-lynx.h (child_wait, lynx_pid_to_str): Likewise.
5049         * config/alpha/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5050         * config/arm/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5051         * config/h8500/tm-h8500.h (h8500_read_pc, h8500_write_pc): Likewise.
5052         * config/i386/nm-i386sol2.h (procfs_stopped_by_watchpoint)
5053         (procfs_set_watchpoint): Likewise.
5054         * config/i386/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5055         * config/i386/nm-ptx4.h (child_wait): Likewise.
5056         * config/i386/nm-symmetry.h (child_wait): Likewise.
5057         * config/i386/tm-cygwin.h (cygwin_pid_to_str): Likewise.
5058         * config/ia64/nm-linux.h (ia64_linux_stopped_by_watchpoint)
5059         (ia64_linux_insert_watchpoint, ia64_linux_remove_watchpoint)
5060         (lin_lwp_attach_lwp): Likewise.
5061         * config/mips/nm-irix4.h, config/mips/nm-irix5.h
5062         (procfs_stopped_by_watchpoint, procfs_set_watchpoint): Likewise.
5063         * config/pa/nm-hppah.h (child_pid_to_str, hppa_tid_to_str)
5064         (hppa_pid_or_tid_to_str): Likewise.
5065         * config/pa/tm-hppa.h (target_read_pc, target_write_pc): Likewise.
5066         * config/powerpc/nm-linux.h (lin_lwp_attach_lwp): Likewise.
5067         * config/sparc/nm-sun4sol2.h (procfs_stopped_by_watchpoint)
5068         (procfs_set_watchpoint): Likewise.
5069
5070         * gdbthread.h (thread_id_to_pid): Change return type which
5071         represents a combined process/thread id from ``int'' to
5072         ``ptid_t''.
5073         * gnu-nat.c (gnu_wait): Likewise.
5074         * go32-nat.c (go32_wait): Likewise.
5075         * hpux-thread.c (hpux_thread_wait): Likewise.
5076         * inferior.h (procfs_first_available): Likewise.
5077         * inftarg.c (child_wait): Likewise.
5078         * infttrace.c (ptrace_wait): Likewise.
5079         * lin-lwp.c (lin_lwp_wait): Likewise.
5080         * lin-thread.c (thread_db_wait): Likewise.
5081         * linux-thread.c (linuxthreads_wait): Likewise.
5082         * lynx-nat.c (child_wait): Likewise.
5083         * m3-nat.c (mach_really_wait): Likewise.
5084         * mac-nat.c (child_wait): Likewise.
5085         * monitor.c (monitor_wait): Likewise.
5086         * ppc-bdm.c (bdm_ppc_wait): Likewise.
5087         * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
5088         * remote-adapt.c (adapt_wait): Likewise.
5089         * remote-array.c (array_wait): Likewise.
5090         * remote-bug.c (bug_wait): Likewise.
5091         * remote-e7000.c (e7000_wait): Likewise.
5092         * remote-eb.c (eb_wait): Likewise.
5093         * remote-es.c (es1800_wait): Likewise.
5094         * remote-mips.c (mips_wait): Likewise.
5095         * remote-mm.c (mm_wait): Likewise.
5096         * remote-nindy.c (nindy_wait): Likewise.
5097         * remote-os9k (rombug_wait): Likewise.
5098         * remote-rdi.c (arm_rdi_wait): Likewise.
5099         * remote-rdp.c (remote_rdp_wait): Likewise.
5100         * remote-sds.c (sds_wait): Likewise.
5101         * remote-sim.c (gdbsim_wait): Likewise.
5102         * remote-st.c (st2000_wait): Likewise.
5103         * remote-udi.c (udi_wait): Likewise.
5104         * remote-vx.c (vx_wait): Likewise.
5105         * remote.c (remote_wait, remote_async_wait, remote_current_thread)
5106         (remote_cisco_wait): Likewise.
5107         * sol-thread.c (thread_to_lwp, lwp_to_thread, sol_thread_wait):
5108         Likewise.
5109         * symm-nat.c (child_wait): Likewise.
5110         * target.c (debug_to_wait): Likewise.
5111         * target.h (to_wait [in struct target_ops]): Likewise.
5112         * thread.c (thread_id_to_pid): Likewise.
5113         * thread-db.c (thread_from_lwp, lwp_from_thread, thread_db_wait):
5114         Likewise.
5115         * top.c (*target_wait_hook): Likewise.
5116         * uw-thread.c (lwp_to_thr, uw_thread_wait): Likewise.
5117         * v850ice.c (v850ice_wait): Likewise.
5118         * win32-nat.c (child_wait): Likewise.
5119         * wince.c (child_wait): Likewise.
5120         * config/nm-lynx.h (child_wait): Likewise.
5121         * config/i386/nm-ptx4.h (child_wait): Likewise.
5122         * config/i386/nm-symmetry.h (child_wait): Likewise.
5123
5124         * arch-utils.c (generic_prepare_to_proceed): Rename wait_pid
5125         to wait_ptid and change its type from ``int'' to ``ptid_t''.
5126         * breakpoint.c (reattach_breakpoints, detach_breakpoints): Likewise,
5127         but rename saved_inferior_pid to saved_inferior_ptid.
5128         * d10v-tdep.c (d10v_read_pc, d10_write_pc): Likewise, but rename
5129         save_pid to save_ptid.
5130         * gdbthread.h (struct thread_info): Likewise, but rename pid to ptid.
5131         * hppah-nat.c (child_pid_to_exec): Likewise, but rename
5132         saved_inferior_pid to saved_inferior_ptid.
5133         * hpux-thread.c (main_ptid): Likewise, but rename from main_pid.
5134         * infrun.c (previous_inferior_pid [static global]): Likewise,
5135         but rename to previous_inferior_ptid.
5136         (resume): Likewise, but rename resume_pid to resume_ptid.
5137         (struct execution_control_state): Likewise, but rename
5138         pid to ptid, saved_inferior_pid to saved_inferior_ptid,
5139         and waiton_pid to waiton_ptid.
5140         (target_last_wait_pid): Likewise, but rename to
5141         target_last_wait_ptid.
5142         * infttrace.c (saved_real_pid): Likewise, but rename to
5143         saved_real_ptid.
5144         (child_pid_to_exec_file): Likewise, but rename saved_inferior_pid
5145         to saved_inferior_ptid.
5146         * lin-lwp.c (struct lwp_info): Likewise, but rename pid to ptid.
5147         (trap_ptid): Likewise, but renamed from trap_pid.
5148         * lin-thread.c (handle_new_thread): Likewise, but rename gdb_pid
5149         to gdb_ptid.
5150         * linux-thread.c (detach_thread): Likewise, but rename pid to ptid.
5151         (thread_db_wait): Likewise, but rename ret_pid to retptid.
5152         * procfs.c (procfs_wait): Likewise, for retval whose name
5153         doesn't change.  Also, ``temp'' becomes two separate variables,
5154         one named temp_tid (an int) and the other temp_ptid.
5155         (procfs_notice_thread): Likewise (type change) for gdb_threadid
5156         whose name does not change.
5157         * regcache.c (registers_ptid): Likewise, but renamed from
5158         registers_pid.
5159         (read_register_pid, read_signed_register_pid, write_register_pid):
5160         Likewise, but rename save_pid to save_ptid.
5161         (read_pc_pid, write_pc_pid): Likewise, but rename saved_inferior_pid
5162         to saved_inferior_ptid.
5163         * remote.c (remote_newthread_step): Likewise, but rename pid to ptid.
5164         * sol-thread.c (struct ps_prochandle): Likewise.
5165         (sol_thread_resume): Likewise, for save_pid which becomes save_ptid.
5166         (sol_thread_wait): Likewise, for rtnval whose name does not
5167         change, and for save_pid which becomes save_ptid.
5168         (solaris_pid_to_str): Likewise for lwp whose name does not change.
5169         (sol_find_new_threads_callback): Likewise, for pid which becomes
5170         ptid.
5171         * target.h (target_resume, target_wait, target_post_wait)
5172         (target_post_startup_inferior, target_notice_signals)
5173         (target_thread_alive): Likewise.
5174         * thread.c (info_threads_command): Likewise, but rename
5175         current_pid to current_ptid.
5176         (struct current_thread_cleanup): Likewise, but rename field
5177         inferior_pid to inferior_ptid.
5178         * thread-db.c (find_new_threads_callback): Likewise, but rename
5179         pid to ptid.
5180         * uw-thread.c (thr_to_lwp): Likewise for lid whose name does not
5181         change.
5182         (lwp_to_tr): Likewise fo tid whose name remains unchanged.
5183         (thr_infpid, lwp_infpid, notice_thread, libthread_stub): Likewise,
5184         but rename pid to ptid.
5185         * config/alpha/nm-linux.h (ATTACH_LWP): Likewise.
5186         * config/arm/nm-linux.h (ATTACH_LWP): Likewise.
5187         * config/i386/nm-linux.h (ATTACH_LWP): Likewise.
5188         * config/ia64/nm-linux.h (ATTACH_LWP): Likewise.
5189         * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
5190         * config/powerpc/nm-linux.h (ATTACH_LWP): Likewise.
5191
5192         * arch-utils.c (generic_prepare_to_proceed):  Test for the
5193         "zero" ptid by using ptid_equal() to test to see if variable
5194         in question is the same as null_ptid.  This replaces a direct
5195         test against zero.
5196         * cxux-nat.c (add_shared_symbol_files): Likewise.
5197         * i386aix-nat.c, i386b-nat.c (i386_float_info): Likewise.
5198         * infcmd.c (run_command): Likewise.
5199         * inflow.c (kill_command): Likewise.
5200         * infttrace.c (call_ttrace): Likewise.
5201         * lin-lwp.c (lin_lwp_prepare_to_proceed): Likewise.
5202         * lin-thread.c (thread_db_kill): Likewise.
5203         * procfs.c (procfs_kill_inferior, procfs_mourn_inferior): Likewise.
5204         * remote-es.c (es1800_kill): Likewise.
5205         * sol-thread.c (sol_thread_create_inferior): Likewise.
5206         * solib.c (locate_base): Likewise.
5207         * target.c (nosupport_runtime): Likewise.
5208         * thread-db.c (thread_db_wait): Likewise.
5209         * top.c (quit_confirm, quit_force): Likewise.
5210         * uw-thread (lwp_infpid, uw_thread_resume): Likewise.
5211
5212         * infrun.c (handle_inferior_event, stop_stepping, normal_stop):
5213         Use ptid_equal to compare value of process/thread ids instead of
5214         ``=='' and ``!='' operators.
5215         lin-lwp.c (delete_lwp, lin_lwp_prepare_to_proceed)
5216         (stop_wait_callback, lin_lwp_wait): Likewise.
5217         * procfs.c (procfs_wait): Likewise.
5218         * regcache.c (read_register_bytes, read_register_gen)
5219         (write_register_gen, read_register, read_register_pid)
5220         (read_signed_register, read_signed_register_pid, write_register)
5221         (write_register_pid, supply_register): Likewise.
5222         * remote-vx.c (vx_resume): Likewise.
5223         * sol-thread.c (sol_thread_wait): Likewise.
5224         * symm-nat.c (kill_inferior): Likewise.
5225         * thread.c (delete_thread, find_thread_pid, pid_to_thread_id)
5226         (in_thread_list, info_threads_command, switch_to_thread)
5227         (restore_current_thread): Likewise.
5228         * uw-thread (libtread_stub): Likewise.
5229
5230         * arm-linux-nat.c (GET_THREAD_ID): Change PID to PTID.
5231
5232         * corelow.c (add_to_thread_list): Convert argument in add_thread()
5233         call to a ptid_t.
5234         * gnu-nat.c (inf_validate_procs): Likewise.
5235         * linux-thread.c (stop_thread, update_stop_threads): Likewise.
5236         * remote.c (record_currthread, remote_threads_info): Likewise.
5237         * win32-nat.c (child_add_thread): Likewise.
5238
5239         * hpux-thread.c (save_inferior_pid, restore_inferior_pid): Rename,
5240         respectively, to save_inferior_ptid() and restore_inferior_ptid().
5241         Adjust implementations to operate on ``ptid_t'' instead of ``int''.
5242         * lin-lwp.c (save_inferior_pid, restore_inferior_pid): Likewise.
5243         * lin-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5244         * linux-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5245         * proc-service.c (save_inferior_pid, restore_inferior_pid): Likewise.
5246         * sol-thread.c (save_inferior_pid, restore_inferior_pid): Likewise.
5247         * thread-db.c (save_inferior_pid, restore_inferior_pid): Likewise.
5248
5249         * infrun.c (RESUME_ALL): New macro representing the -1 ptid
5250         to be passed to target_resume() when all threads should resume.
5251         (resume): Set resume_ptid to RESUME_ALL rather than -1.
5252         (handle_inferior_event): Invoke target_resume() with RESUME_ALL
5253         instead of -1.
5254         * irix5-nat.c (solib_create_inferior_hook): Convert -1 to
5255         a ptid_t in target_resume() call.
5256         * osfsolib.c (solib_create_inferior_hook): Likewise.
5257         * solib-svr4.c (solib_create_inferior_hook): Likewise.
5258
5259         * lin-lwp.c (PIDGET, PIDGET0): Rename original PIDGET macro to
5260         PIDGET0.  Define new PIDGET macro which uses PIDGET0, the only
5261         difference being that the 0xffff pattern will be interpreted
5262         as -1.
5263         * lin-thread.c (PIDGET, PIDGET0): Likewise.
5264         * thread-db.c (PIDGET, PIDGET0): Likewise.
5265         * config/nm-linux.h (PIDGET, PIDGET0): Likewise.
5266         * config/i386/tm-i386sol2.h (PIDGET, PIDGET0): Likewise.
5267         * config/i386/tm-i386v42mp.h (PIDGET, PIDGET0): Likewise.
5268         * config/sparc/tm-sun4sol2.h (PIDGET, PIDGET0): Likewise.
5269
5270         * m3-nat.c (init_m3_ops): Fix typo; initialize to_wait field to
5271         mach_really_wait rather than mach_really__wait.
5272         * lin-thread.c (check_for_thread_event): Fix warning; make function
5273         actually return a value.
5274
5275         * gdbarch.sh (TARGET_READ_PC, TARGET_WRITE_PC): Change type of
5276         ``pid'' arguments from ``int'' to ``ptid_t''.  Also renamed
5277         pid to ptid.
5278         * gdbarch.h, gdbarch.c: Regenerated.
5279
5280 2001-05-03  Jonathan Larmour  <jlarmour@redhat.com>
5281
5282         * rdi-share/devsw.c: Include <time.h> for struct tm
5283
5284 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
5285
5286         * config/djgpp/fnchange.lst: Add mappings for the new
5287         opcodes/openrisc-* files.
5288
5289 2001-05-01  Michael Snyder  <msnyder@redhat.com>
5290
5291         * lin-lwp.c: Change printf to fprintf_unfiltered.
5292         * Makefile.in: Add rules for thread-db.o, lin-lwp.o, proc-service.o.
5293
5294 2001-05-01  Nicholas Duffek  <nsd@redhat.com>
5295
5296         * config/rs6000/tm-rs6000.h (IN_SOLIB_RETURN_TRAMPOLINE): Define.
5297         (rs6000_in_solib_return_trampoline): Declare.
5298         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): New
5299         function.
5300         (rs6000_skip_trampoline_code): Skip bigtoc fixup code.
5301         * xcoffread.c (read_xcoff_symtab): Perform the ISFCN function
5302         check after the CSECT check rather than before it.  Allocate
5303         separate symtabs for CSECTs whose names begin with '@'.
5304         (scan_xcoff_symtab): Don't ignore symbols beginning with '@'.
5305         Activate the misc_func_recorded mechanism for whose names begin
5306         with '@'.
5307
5308 2001-04-30  J.T. Conklin  <jtc@redback.com>
5309
5310         * ppcnbsd-nat.c (fetch_inferior_registers)
5311         (store_inferior_registers, fetch_core_registers): Changed to use
5312         fpreg[] instead of r_regs[] to access floating point registers.
5313
5314 2001-04-30  Elena Zannoni  <ezannoni@redhat.com>
5315
5316         * sh-tdep.c: Get rid of the function prototypes.
5317         (sh_sh4_build_float_register_type): Move earlier in file.
5318         (fv_reg_base_num): Ditto.
5319         (dr_reg_base_num): Ditto.
5320
5321 2001-04-30  Michael Snyder  <msnyder@redhat.com>
5322
5323         * thread-db.c: Revert 2001-04-26 change for debugging output.
5324         * lin-lwp.c: Ditto.
5325         * lin-lwp.c: Add set/show debug lin-lwp command.  Use this
5326         command to turn extra debugging output on / off.
5327
5328 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
5329
5330         * buildsym.c (start_subfile): Use FILENAME_CMP instead of STREQ.
5331         (top-level): #include filenames.h.
5332
5333         * dwarf2read.c (dwarf2_start_subfile): Use IS_ABSOLUTE_PATH and
5334         FILENAME_CMP, to DTRT on non-Posix platforms.
5335         (top-level): #include filenames.h.
5336
5337
5338 2001-04-27  Andrew Cagney  <ac131313@redhat.com>
5339
5340         * gdbtypes.c (check_stub_method): Always initialize ``p''.
5341
5342 2001-04-27  Andrew Cagney  <ac131313@redhat.com>
5343
5344         * configure.host: Delete romp host.
5345         * TODO: Update.
5346
5347 2001-04-27  Andrew Cagney  <ac131313@redhat.com>
5348
5349         * TODO: Updates to 5.1.  No more targets to obsolete.
5350
5351 2001-04-27  Don Howard  <dhoward@redhat.com>
5352
5353         (Changes from Kevin Buettner, with minor update by Don Howard.)
5354         
5355         * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix
5356         typos in which hexadecimal constants were really intended to be
5357         binary constants.
5358         (i387_tag): Swap logic regarding zero vs non-zero exponents.
5359         * MAINTAINERS (Misc): Added myself to the write-after-approval
5360         list.
5361
5362 2001-04-26  Jim Blandy  <jimb@redhat.com>
5363
5364         (Changes from Daniel Berlin, with revisions by Jim Blandy.)
5365         
5366         Abstract out operations specific to particular C++ ABI's, and
5367         invoke them through a function table.  This removes the C++ ABI
5368         dependencies scattered throughout the code, and allows us to
5369         cleanly add support for new C++ ABI's.
5370         * cp-abi.h, cp-abi.h, gnu-v2-abi.c, hpacc-abi.c: New files.
5371         * c-typeprint.c, c-valprint.c, dbxread.c, eval.c, gdbtypes.c,
5372         jv-typeprint.c, linespec.c, symtab.c, typeprint.c, valops.c:
5373         #include "cp-abi.h".  These files all use functions now declared
5374         there.
5375         * symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P):
5376         Deleted.  These services are now provided by functions declared in
5377         cp-abi.h.
5378         * value.h (value_rtti_type, value_virtual_fn_field): Same.
5379         * values.c (value_virtual_fn_field): Same, for this definition.
5380         * valops.c (value_rtti_type): Same.     
5381         * c-typeprint.c (c_type_print_base): Use the functions from
5382         "cp-abi.h", instead of the old macros, or hard-coded ABI-specific
5383         tests.
5384         * dbxread.c (record_minimal_symbol): Same.
5385         * gdbtypes.c (get_destructor_fn_field, virtual_base_index,
5386         virtual_base_index_skip_primaries): Same.
5387         * jv-typeprint.c (java_type_print_base): Same.
5388         * linespec.c (find_methods, decode_line_1): Same.
5389         * symtab.c (gdb_mangle_name): Same.
5390         * Makefile.in (SFILES): Add the new .c files mentioned above.
5391         (cp_abi_h): New variable.
5392         (COMMON_OBS): Add gnu-v2-abi.o, hpacc-abi.o, and cp-abi.o.
5393         (cp-abi.o, gnu-v2-abi.o, hpacc-abi.o): New targets.
5394         (c-typeprint.o, c-valprint.o, dbxread.o, eval.o, gdbtypes.o,
5395         jv-typeprint.o, symtab.o, linespec.o, typeprint.o, valops.o): Add
5396         dependency on $(cp_abi_h).
5397
5398 2001-04-26  Michael Snyder  <msnyder@redhat.com>
5399
5400         * thread-db.c (_initialize_thread_db): Add set/show command
5401         "debug-linux-threads" for debugging output.
5402         * lin-lwp.c (various): Use global "debug_linux_threads to 
5403         turn on extra debugging output.
5404         * lin-lwp.c: Minor cleanups in comments.
5405         * target.c (normal_pid_to_str): Get rid of an ancient hack.
5406         * remote.c (remote_pid_to_str): New function for remote target.
5407
5408 2001-04-24  Jim Blandy  <jimb@redhat.com>
5409
5410         * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
5411         qualifier on C++ references; all references are innately const.
5412
5413 2001-04-20  Mark Kettenis  <kettenis@gnu.org>
5414
5415         * event-top.h: Fix formatting.
5416
5417 2001-04-17  Andrew Cagney  <ac131313@redhat.com>
5418
5419         * source.c (openp): Obsolete #ifdef MPW code.
5420         (open_source_file): Ditto.
5421         * event-top.c (display_gdb_prompt): Ditto.
5422         * utils.c (query): Ditto.
5423         (init_page_info): Ditto.
5424         (init_page_info): Delete #ifndef MPW.
5425         * top.c (gdb_readline): Ditto.
5426         * mac-xdep.c: Obsolete.
5427         * mac-gdb.r: Obsolete.
5428         * config/powerpc/xm-mpw.h: Obsolete.
5429         * config/xm-mpw.h: Obsolete.
5430         * mpw-make.sed: Obsolete.
5431         * mpw-config.in: Obsolete.
5432         * TODO: Update
5433         * NEWS: Update
5434
5435 2001-04-19  Mark Kettenis  <kettenis@gnu.org>
5436
5437         * i386-tdep.c (i386_frameless_function_invocation): New function.
5438         * config/i386/tm-i386.h (FRAMELESS_FUNCTION_INVOCATION): Redefine
5439         in terms of i386_frameless_function_invocation.  Adjust comment.
5440         (i386_frameless_function_invocation): New prototype.
5441
5442 2001-04-18  Martin M. Hunt  <hunt@redhat.com>
5443
5444         * top.c (gdb_init): Don't call cli_out_new() to
5445         create global uiout if init_ui_hook is set.  uiout will
5446         have to be initialized there.
5447
5448 2001-04-18  Andrew Cagney  <ac131313@redhat.com>
5449
5450         * arch-utils.c: Include "regcache.h".
5451
5452 2001-04-18  Mark Kettenis  <kettenis@gnu.org>
5453
5454         * i386-tdep.c (i386_saved_pc_after_call): New function.
5455         * config/i386/tm-i386.h (SAVED_PC_AFTER_CALL): Redefine in terms
5456         of i386_saved_pc_after_call.
5457         (i386_saved_pc_after_call): New prototype.
5458
5459 2001-04-17  Michael Snyder  <msnyder@redhat.com>
5460
5461         * i386-nat.c: Fix typo in comment.
5462         * solib.c (no_shared_libraries): New function.  Discard all symbols
5463         from shared libraries.
5464         (_initialize_solib): Add command "nosharedlibrary" as complement
5465         to the command "sharedlibrary".  Unloads symbols for all solibs.
5466
5467 2001-04-16  Andrew Cagney  <ac131313@redhat.com>
5468
5469         * configure.host (m68030-sony-*, m68*-isi-*, m68*-sony-*):
5470         * configure.tgt (m68*-rom68k-*, m68*-*bug-*, m68*-monitor-*)
5471         (m68*-est-*, m68*-sony-*, m68*-isi-*):
5472         * Makefile.in (xm-news1000.h, tm-news.h, xm-news.h): Obsolete..
5473         * config/m68k/xm-news.h: Obsolete.
5474         * config/m68k/tm-news.h: 
5475         * config/m68k/xm-news1000.h: Obsolete.
5476         * config/m68k/news.mh: Obsolete.
5477         * config/m68k/news.mt: Obsolete.
5478         * config/m68k/nm-news.h: Obsolete.
5479         * config/m68k/news1000.mh: Obsolete.
5480         * news-xdep.c: Obsolete.
5481         * Makefile.in (isi-xdep.o): Obsolete.
5482         (ALLDEPFILES): Delete isi-xdep.c.
5483         (tm-isi.h): Obsolete.
5484         * m68k-tdep.c (altos_skip_prologue): Update comments.
5485         (isi_skip_prologue): Obsolete.
5486         * isi-xdep.c: Obsolete.
5487         * config/m68k/xm-isi.h: Obsolete.
5488         * config/m68k/isi.mh: Obsolete.
5489         * config/m68k/tm-isi.h: Obsolete.
5490         * config/m68k/isi.mt: Obsolete.
5491
5492         * TODO: Update.
5493         * NEWS: Update.
5494
5495 2001-04-17  Michael Snyder  <msnyder@redhat.com>
5496         
5497         * remote.c (remote_open_1): On opening the remote target, activate
5498         the solib_create_inferior_hook, so that it can detect when the
5499         target loads shared libraries.
5500         (remote_async_open_1): Ditto.
5501
5502 2001-04-17  Michael Snyder  <msnyder@redhat.com>
5503         
5504         * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses.
5505         * tracepoint.c (tracepoints_info): Handle 64-bit addresses.
5506         * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses.
5507         * testsuite/gdb.trace/infotrace.exp: Ditto.
5508         * testsuite/gdb.trace/passcount.exp: Ditto.
5509         * testsuite/gdb.trace/while-stepping.exp: Ditto.
5510
5511 2001-04-17  Michael Snyder  <msnyder@redhat.com>
5512
5513         * thread-db.c (check_thread_signals): When looping over all
5514         signals, ignore signal zero.
5515         (disable_thread_signals): Ditto.
5516
5517 2001-04-17  Eirik Fuller <eirik@netapp.com>
5518
5519         * thread.c (do_captured_thread_select): Allow the argument to the
5520         thread command to be an expression rather than a literal integer.
5521
5522 2001-04-17  Mark Kettenis  <kettenis@gnu.org>
5523
5524         * i386-linux-tdep.c (i386_linux_saved_pc_after_call): Use
5525         read_memory_unsigned_integer instead of read_memory_integer.
5526
5527 2001-04-16  Kevin Buettner  <kevinb@redhat.com>
5528
5529         * solib-aix5.c (map_index_vs_section_name_okay): New function.
5530         (aix5_relocate_main_executable): Don't use file offsets for
5531         determining corresponding sections and map file entries.  Call
5532         map_index_vs_section_name_okay() to do this instead.
5533
5534 2001-04-16  Kevin Buettner  <kevinb@redhat.com>
5535
5536         * procfs.c (open_with_retry): New function.
5537         (open_procinfo_files, load_syscalls, proc_iterate_over_mappings)
5538         (proc_get_LDT_entry): Call open_with_retry() instead of open().
5539
5540 2001-04-16  Kevin Buettner  <kevinb@redhat.com>
5541
5542         * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Adjust
5543         comparison against TRAP_HWBKPT constant yet again to account
5544         for the various values used by different kernel versions.
5545
5546 2001-04-16  Daniel Berlin  <dan@cgsoftware.com>
5547
5548         * demangle.c (_initialize_demangler): Use xcalloc on the
5549         demangling_style_names, and make it a null terminated array of
5550         names, to avoid a crash.
5551
5552 2001-04-16  Mark Kettenis  <kettenis@gnu.org>
5553
5554         * i386-tdep.c (i386_frame_chain): New function.
5555         * config/i386/tm-i386.h (FRAME_CHAIN): Redefine in terms of
5556         i386_frame_chain.
5557         (i386_frame_chain): New prototype.
5558
5559 2001-04-14  J.T. Conklin  <jtc@redback.com>
5560         
5561         * target.h (target_ops): Removed to_core_file_to_sym_file vector
5562         function.
5563         * corelow.c (core_ops): Updated for above change.
5564         * gnu-nat.c (core_ops): Likewise.
5565         * inftarg.c (child_ops): Likewise.
5566         * monitor.c (monitor_ops): Likewise.
5567         * ppc-bdm.c (bdm_ppc_ops): Likewise.
5568         * remote-adapt.c (adapt_ops): Likewise.
5569         * remote-bug.c (bug_ops): Likewise.
5570         * remote-e7000.c (e7000_ops): Likewise.
5571         * remote-eb.c (eb_ops): Likewise.
5572         * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
5573         * remote-mm.c (mm_ops): Likewise.
5574         * remote-nindy.c (nindy_ops): Likewise.
5575         * remote-nrom.c (nrom_ops): Likewise.
5576         * remote-os9k.c (rombug_ops): Likewise.
5577         * remote-rdp.c (remote_rdp_ops): Likewise.
5578         * remote-sim.c (gdbsim_ops): Likewise.
5579         * remote-st.c (st2000_ops): Likewise.
5580         * v850ice.c (v850ice_ops): Likewise.
5581         * target.c (cleanup_target): Likewise
5582         (update_current_target): Likewise.
5583         (setup_target_debug): Likewise
5584         (debug_to_core_file_to_sym_file): Removed.
5585
5586         * corefile.c (core_file_command) [HPUXHPPA]: Removed code that
5587         sets symbol file from information obtained from the core file.
5588         * corelow.c (core_file_to_sym_file): Removed.
5589         
5590 2001-04-13  Fernando Nasser  <fnasser@redhat.com>
5591
5592         From  Adam Mirowski  <Adam.Mirowski@Sun.COM>
5593         Fixed Insight on Solaris. It was not possible to debug a process
5594         because of EINTR "errors".
5595         * procfs.c: (procfs_wait): if proc_wait_for_stop() fails
5596         with EINTR, retry the call.
5597
5598 2001-04-12  Kevin Buettner  <kevinb@redhat.com>
5599
5600         * solib-aix5.c (enum maptype): Delete.
5601         (struct lm_info): Add new member ``nmappings''.  Make ``mapping''
5602         member a pointer instead of a statically sized array.
5603         (build_so_list_from_mapfile): Dynamically allocate ``mapping''
5604         array.
5605         (aix5_relocate_main_executable, aix5_relocate_section_addresses,
5606         aix5_find_global_pointer): Search for correct mapping to use
5607         based on file offset instead of knowledge of whether the section
5608         is read-only or read/write.
5609         (aix5_find_gate_addresses): Use the first mapping instead of
5610         the (now defunct) MT_READONLY mapping.
5611
5612 2001-04-12  Nicholas Duffek  <nsd@redhat.com>
5613
5614         * xcoffread.c (scan_xcoff_symtab): Ignore symbols beginning with
5615         "@".
5616
5617 2001-04-12  Kevin Buettner  <kevinb@redhat.com>
5618
5619         * config/i386/fbsd.mh (NATDEPFILES): Add i386-nat.o.
5620
5621 2001-04-09  Andrew Cagney  <ac131313@redhat.com>
5622
5623         Obsolete i[3456]86-*-sunos* (aka Sun386) host and target.
5624         * config/i386/sun386.mh: Obsolete.
5625         * config/i386/sun386.mt: Obsolete.
5626         * config/i386/xm-sun386.h: Obsolete.
5627         * config/i386/tm-sun386.h: Obsolete.
5628         * config/i386/nm-sun386.h: Obsolete.
5629         * Makefile.in (ALLDEPFILES): Delete sun386-nat.c.
5630         (sun386-nat.o): Target is obsolete.
5631         * sun386-nat.c: Obsolete.
5632         * configure.tgt (i[3456]86-*-sunos*): Obsolete.
5633         * configure.host (i[3456]86-*-sunos*): Obsolete.
5634         * NEWS: Update.
5635         * TODO: Update.
5636
5637 2001-04-10  J.T. Conklin  <jtc@redback.com>
5638
5639         * maint.c: Fix typo in comment.
5640
5641 2001-04-09  Keith Seitz  <keiths@cygnus.com>
5642
5643         * MAINTAINERS: Swap with Syd Polk as a gdbtk maintainer.
5644
5645 2001-04-08  Kevin Buettner  <kevinb@redhat.com>
5646
5647         * fork-child.c (fork_inferior, clone_and_follow_inferior): 
5648         Document fact that apparent call to vfork() might actually be
5649         a call to fork() instead.
5650         * ser-pipe.c (pipe_open): Likewise.
5651
5652 2001-04-08  Kevin Buettner  <kevinb@redhat.com>
5653
5654         * printcmd.c (print_frame_args): Use a cleanup to invoke
5655         ui_out_list_end() so that the list count nesting flag will
5656         be decremented properly when an error occurs.
5657         * stack.c (print_frame): Likewise.
5658
5659 2001-04-06  J.T. Conklin  <jtc@redback.com>
5660
5661         * dcache.c (dcache_write_line): Fixed bugs where cache line was
5662         not written to target correctly.
5663
5664         * gdbserver/low-hppabsd.c (read_inferior_memory): Add explicit 
5665         void return value;
5666         * gdbserver/low-nbsd.c: Likewise.
5667         * gdbserver/low-sparc.c: Likewise.
5668         * gdbserver/low-sun3.c: Likewise.
5669
5670 2001-04-06  Geoffrey Keating  <geoffk@redhat.com>
5671
5672         * config/rs6000/nm-rs6000.h (PTRACE_ATTACH): Don't define.
5673         (PTRACE_DETACH): Don't define.
5674
5675 2001-04-06  David Smith  <dsmith@redhat.com>
5676
5677         * arch-utils.c (default_prepare_to_proceed)
5678         (generic_prepare_to_proceed): Added new functions.
5679         * arch-utils.h: New function declarations for
5680         default_prepare_to_proceed() and generic_prepare_to_proceed().
5681         * gdbarch.sh: Added PREPARE_TO_PROCEED.
5682         * gdbarch.c: Regenerated.
5683         * gdbarch.h: Regenerated.
5684         * inferior.h: Added get_last_target_status() declaration.
5685         * infrun.c (get_last_target_status): Added new function.
5686         (handle_inferior_event): Saves last pid and waitstatus, which will
5687         get returned by get_last_target_status(). 
5688
5689         * hppa-tdep.c (prepare_to_proceed):  Added comment stating that
5690         prepare_to_proceed() is potentially redundant since
5691         default_prepare_to_proceed() has been added.
5692         * linux-thread.c (prepare_to_proceed): Ditto.
5693         * lin-lwp.c (prepare_to_proceed): Ditto.
5694         * m3-nat.c (prepare_to_proceed): Ditto.
5695         
5696 2001-04-05  Andrew Cagney  <ac131313@redhat.com>
5697
5698         Obsolete powerpcle-*-cygwin* and powerpcle-*-solaris* platforms
5699         and powerpc-*-netware* target.
5700         * configure.host (powerpcle-*-cygwin*, powerpcle-*-solaris*):
5701         Obsolete.
5702         * configure.tgt (powerpc-*-netware*, powerpcle-*-cygwin*)
5703         (powerpcle-*-solaris*): Obsolete.
5704         * config/powerpc/tm-cygwin.h: Obsolete.
5705         * config/powerpc/cygwin.mt: Obsolete.
5706         * config/powerpc/xm-cygwin.h: Obsolete.
5707         * config/powerpc/cygwin.mh: Obsolete.
5708         * config/powerpc/nm-solaris.h: Obsolete.
5709         * config/powerpc/xm-solaris.h: Obsolete.
5710         * config/powerpc/tm-solaris.h: Obsolete.
5711         * config/powerpc/solaris.mt: Obsolete.
5712         * config/powerpc/tm-ppc-nw.h: Obsolete.
5713         * config/powerpc/ppc-nw.mt: Obsolete.
5714         * TODO: Update.
5715         * NEWS: Update.
5716
5717 2001-04-06  Fernando Nasser  <fnasser@redhat.com>
5718
5719         * buildsym.c (record_line): Turn off unused addr bits.
5720
5721 2001-04-06  Fernando Nasser  <fnasser@redhat.com>
5722
5723         From David Deephanphongs <deephan@telocity.com>
5724         * inferior.h:   Fix declarations of get_inferior_args and 
5725         set_inferior_args, which were missing the trailing 's'.
5726
5727 2001-04-05  Jeff Holcomb  <jeffh@redhat.com>
5728
5729         * monitor.c (monitor_supply_register): Only report an error if we
5730         don't get a valid value.
5731
5732 2001-04-05  Eli Zaretskii  <eliz@is.elta.co.il>
5733
5734         * README: Don't mention gdba.el.
5735
5736 2001-04-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
5737
5738         From  Jimmy Guo  <guo@cup.hp.com>
5739         * top.c (init_main): set prompt if annotation_level>1,
5740         this is necessary when annotation_level is set to 2 via
5741         --annotate=2 command line option.
5742
5743 2001-04-04  Andrew Cagney  <ac131313@redhat.com>
5744
5745         Obsolete a29k-*-* host and a29k-*-sym1* and a29k-*-kern* targets.
5746         * configure.tgt (a29k-*-sym1*, a29k-*-kern*): Obsolete.
5747         * configure.host (a29k-*-*): Obsolete.
5748         * Makefile.in (ALLDEPFILES): Remove ultra3-nat.c and
5749         ultra3-xdep.c.
5750         (ultra3-nat.o, ultra3-xdep.o): Obsolete.
5751         * config/a29k/tm-ultra3.h: Obsolete.
5752         * config/a29k/ultra3.mt: Obsolete.
5753         * config/a29k/ultra3.mh: Obsolete.
5754         * config/a29k/nm-ultra3.h: Obsolete.
5755         * config/a29k/xm-ultra3.h: Obsolete.
5756         * ultra3-xdep.c: Obsolete.
5757         * ultra3-nat.c: Obsolete.
5758         * config/a29k/a29k-kern.mt: Obsolete.
5759         * NEWS: Update.
5760         * TODO: Update.
5761
5762 Wed Apr  4 21:48:42 2001  Christopher Faylor <cgf@cygnus.com>
5763
5764         * main.c: Remove windows.h use.
5765         (gdbtk_test): Use PATH_MAX for home var calculation.
5766         * remote-e7000.c (e7000_parse_device): Accomodate Cygwin as well as
5767         Win32 in colon test.
5768         * ser-tcp.c: Use modern __CYGWIN__ conditional.
5769         * source.c (mod_path): Add __CYGWIN__ conditional to WIN32 test.
5770         (openp): Ditto.
5771         * symfile.c (symfile_bfd_open): Ditto.
5772
5773 2001-04-04  Martin M. Hunt  <hunt@redhat.com>
5774
5775         * main.c (captured_main): For GDBtk, don't use tui_fileopen().
5776         Handle all stream setup in gdbtk_init
5777
5778 2001-04-04  Mark Kettenis  <kettenis@gnu.org>
5779
5780         * i386-tdep.c (i386_extract_return_value): Don't return the return
5781         value of a void function.
5782         (i386_store_return_value): Likewise.
5783
5784 2001-04-03  Andrew Cagney  <ac131313@redhat.com>
5785
5786         Obsolete w65-*-* target.
5787         * configure.tgt (w65-*-*): Obsolete.
5788         * config/w65/w65.mt: Obsolete.
5789         * config/w65/tm-w65.h: Obsolete.
5790         * w65-tdep.c: Obsolete.
5791         * NEWS: Update.  Fix TiC80 description.
5792         * TODO: Update.
5793
5794 2001-04-03  Andrew Cagney  <ac131313@redhat.com>
5795
5796         Obsolete tic80-*-* target.
5797         * configure.tgt (tic80-*-*): Obsolete.
5798         * config/tic80/tic80.mt: Obsolete.
5799         * config/tic80/tm-tic80.h: Obsolete.
5800         * tic80-tdep.c: Obsolete.
5801         * TODO: Update
5802         * NEWS: Update.
5803
5804 2001-04-02  J.T. Conklin  <jtc@redback.com>
5805
5806         * remote-mips.c (S_IROTH): Moved definition from here.
5807         * gdb_stat.h (S_IROTH): to here.
5808
5809         * remote.c (remote_protocol_e, remote_protocol_E): Define.
5810         (set_remote_protocol_e_packet_cmd)
5811         (set_remote_protocol_E_packet_cmd)
5812         (show_remote_protocol_e_packet_command)
5813         (show_remote_protocol_E_packet_command): New functions.
5814         (init_all_packet_configs): Initialize remote_protocol_e and
5815         remote_protocol_E.
5816         (remote_resume, remote_async_resume): Support e/E command
5817         packets.
5818         (show_remote_cmd): Show state of remote_protocol_e and 
5819         remote_protocol_E.
5820         (_initialize_remote): Add "set remote step-over-range-packet" 
5821         and "set remote step-over-range-w-signal-packet" to CLI.
5822
5823 2001-04-01  Andrew Cagney  <ac131313@redhat.com>
5824
5825         Obsolete ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv* and
5826         ns32k-utek-*.
5827         * Makefile.in (ALLDEPFILES): Delete umax-xdep.c and ns32km3-nat.c.
5828         (umax-xdep.o, ns32km3-nat.o): Obsolete.
5829         * configure.tgt (ns32k-*-mach3*, ns32k-utek-sysv*, ns32k-utek-*):
5830         Obsolete.
5831         * configure.host (ns32k-*-mach3*, ns32k-umax-*, ns32k-utek-sysv*):
5832         Obsolete.
5833         * config/ns32k/merlin.mh: Obsolete.
5834         * config/ns32k/merlin.mt: Obsolete.
5835         * config/ns32k/xm-merlin.h: Obsolete.
5836         * config/ns32k/tm-merlin.h: Obsolete.
5837         * config/ns32k/nm-umax.h: Obsolete.
5838         * config/ns32k/umax.mh: Obsolete.
5839         * config/ns32k/umax.mt: Obsolete.
5840         * config/ns32k/xm-umax.h: Obsolete.
5841         * umax-xdep.c: Obsolete.
5842         * config/ns32k/ns32km3.mh: Obsolete.
5843         * config/ns32k/ns32km3.mt: Obsolete.
5844         * config/ns32k/tm-ns32km3.h: Obsolete.
5845         * config/ns32k/xm-ns32km3.h: Obsolete.
5846         * ns32km3-nat.c: Obsolete.
5847         * ns32k-tdep.c (merlin_skip_prologue): Obsolete.
5848         (merlin_frame_num_args): Ditto.
5849         * NEWS: Update.
5850         * TODO: Update.
5851
5852 2001-04-02  Eli Zaretskii  <eliz@is.elta.co.il>
5853
5854         * config/djgpp/fnchange.lst: Tweak due to
5855         expect/example/chesslib.c.
5856
5857 2001-04-02  Kevin Buettner  <kevinb@redhat.com>
5858
5859         * m88k-tdep.c (examine_prologue): Change type of ``insn'' from
5860         unsigned int to unsigned long.  Also, fix format string.
5861         (pop_frame):  Fix PC_IN_CALL_DUMMY() call so that it doesn't
5862         use an undeclared variable.  Also, delete declaration and
5863         initialization of ``fp'' because it is otherwise unused.
5864         * remote-bug.c (sleep): Delete declaration.
5865         (bug_store_register, bug_write_memory, bug_read_memory)
5866         (bug_insert_breakpoint, bug_remove_breakpoint): Fix sprintf()
5867         format statements and cast certain sprintf() arguments to
5868         eliminate warnings.
5869         (bug_load): Likewise for call to printf_filtered().
5870         * config/m88k/tm-m88k.h (FIX_CALL_DUMMY): Eliminate
5871         assignment to ``pc''.  The necessary assignment is done in
5872         hand_function_call() after the invocation of FIX_CALL_DUMMY().
5873
5874 2001-03-20  Daniel Berlin  <dberlin@redhat.com>
5875         
5876         * symtab.c (completion_list_add_name): Remove duplicate string checks,
5877         readline already does this, and it's much faster at it, too.
5878
5879 2001-04-01  Eli Zaretskii  <eliz@is.elta.co.il>
5880
5881         * go32-nat.c: Minor tweaks, to pacify the ari script.
5882
5883 2001-04-01  Mark Kettenis  <kettenis@gnu.org>
5884
5885         * i386-tdep.c (i386_extract_struct_value_address): New function.
5886         * config/i386/tm-i386.h (EXTRACT_STRUCT_VALUE_ADDRESS): Redefine
5887         in terms of i386_extract_struct_value_address.
5888         (i386_extract_struct_value_address): New prototype.
5889
5890         * i386-linux-nat.c (i386_linux_dr_get): Change type of return
5891         value to `unsigned long'.  Change type of `value' to `unsigned
5892         long'.
5893         (i386_linux_dr_set): Change type of second argument to `unsigned
5894         long'.
5895         (i386_linux_dr_set_control): Change type of first argument to
5896         `unsigned long'.
5897         (i386_linux_dr_get_status): Change type of return value to
5898         unsigned long.
5899         * config/i386/nm-linux.h (i386_linux_dr_set_control,
5900         i386_linux_dr_get_status): Adjust prototypes accordingly. 
5901
5902 2001-03-31  Kevin Buettner  <kevinb@redhat.com>
5903
5904         * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
5905         TRAP_HWBKPT constant to match that in the kernel headers for
5906         Linux/IA-64.
5907
5908 2001-03-31  Mark Kettenis  <kettenis@gnu.org>
5909
5910         * i386bsd-nat.c: Include "gdb_assert.h".
5911         [HAVE_PT_GETDBREGS] (DBREG_DRX): Define if not
5912         already defined.
5913         [HAVE_PT_GETDBREGS] (i386bsd_dr_set, i386bsd_dr_set_control,
5914         i386bsd_dr_set_addr, i386bsd_dr_reset_addr,
5915         i386bsd_dr_get_status): New functions.
5916         * config/i386/nm-fbsd.h [HAVE_PT_GETDBREGS]
5917         (I386_USE_GENERIC_WATCHPOINTS): Define.
5918         Include "i386/nm-i386.h".
5919         (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
5920         I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
5921         (i386bsd_dr_set_control, i386bsd_dr_set_addr,
5922         i386bsd_dr_reset_addr, i386bsd_dr_get_status): New prototypes.
5923         * acconfig.h (HAVE_PT_GETDBREGS): New configure macro.
5924         * configure.in: Cleanup a few comments.  Check for PT_GETDBREGS
5925         ptrace request.
5926         * config.in, configure: Regenerate.
5927
5928         * i386-nat.c (i386_insert_aligned_watchpoint): Set address
5929         register before enabling it by setting the control register.
5930         (i386_remove_aligned_watchpoint): Reset address register after
5931         disabling it by setting the control register.
5932
5933         * i386-tdep.c (i386_extract_return_value): If the type of the
5934         return value is TYPE_STRUCT and the number of fields is one, call
5935         ourselves with TYPE set tp the type of the first field.
5936         (i386_store_return_value): Likewise.
5937         This fixes a problem with returning structs consisting of a single
5938         `float' or `double' on *BSD.
5939
5940 2001-03-30  Mark Kettenis  <kettenis@gnu.org>
5941
5942         * lin-lwp.c (lin_lwp_resume): Don't mark LWP as not stopped until
5943         we're absolutely sure we're going to resume it.
5944
5945         * thread-db.c (check_event): Don't report an error if we encounter
5946         a thread creation event for a thread that's already in the thread
5947         list, since that may legitemately happen.  Instead only call
5948         attach_thread if it's not already in the thread list.
5949
5950 2001-03-28  Andrew Cagney  <ac131313@redhat.com>
5951
5952         * config/pa/xm-hppah.h (malloc): Really delete declaration
5953         (MALLOC_INCOMPATIBLE): Really delete macro.
5954         * cli/cli-cmds.c (apropos_command): Use xcalloc.
5955
5956 2001-03-28  Andrew Cagney  <ac131313@redhat.com>
5957
5958         * configure.in (build_warnings): Add -Wuninitialized.
5959         * configure: Regenerate.
5960
5961         * v850-tdep.c (v850_scan_prologue): Initialize ``insn2''.
5962         * sparc-tdep.c (sparc64_push_arguments): Add default case to
5963         switch.
5964         * sh-tdep.c (sh_do_fp_register): Replace ``?:'' printf format
5965         expression with if statement.
5966         * mn10200-tdep.c (mn10200_analyze_prologue): Initialize
5967         ``stack_size''.
5968         * mips-tdep.c (show_mipsfpu_command): Add default case to switch.
5969         (mips_dump_tdep): Fix setting of ef_mips_arch.
5970         * mcore-tdep.c (mcore_analyze_prologue): Initialize ``fp_regnum''.
5971         * dsrec.c (make_srec): Always initialize ``binbuf''.
5972         * monitor.c (monitor_read_memory_single): Do not pass an
5973         uninitialized buffer to monitor_error. Make ``i'' more local.
5974
5975 2001-03-28  Andrew Cagney  <ac131313@redhat.com>
5976
5977         * MAINTAINERS: Change ns32k target to ,-Werror.
5978
5979         * ns32k-tdep.c: Include "gdbcore.h"
5980         (flip_bytes): Change first argument to void*. Add forward
5981         declaration.
5982         (sign_extend): Add declaration.
5983         (merlin_frame_num_args): Add final else clause to if-else chain.
5984         (umax_frame_num_args): Ditto.
5985         * config/ns32k/tm-umax.h (ns32k_localcount): Declare.
5986         (flip_bytes): Ditto.
5987
5988 2001-03-28  Mark Kettenis  <kettenis@gnu.org>
5989
5990         * i386-linux-tdep.c (FRAMELESS_SIGNAL): Moved here from
5991         config/i386/nm-linux.h (including comment).
5992         (i386_linux_frame_chain): New function implementing guts of the
5993         former FRAME_CHAIN macro, but using read_memory_unsigned_integer
5994         instead of read_memory_integer.
5995         (i386_linux_frame_saved_pc): Removed doc pointing to
5996         i386/tm-linux.h for an explanation of FRAMELESS_SIGNAL since that
5997         now lives in this file.
5998         * config/i386/tm-linux.h (FRAMELESS_SIGNAL): Moved to
5999         i386-linux-tdep.c (including comment).
6000         (FRAME_CHAIN): Redefined in terms of i386_linux_frame_chain.
6001         (i386_linux_frame_chain): New prototype.
6002
6003         * gdbserver/low-linux.c [I386_GNULINUX_TARGET]: Cleanup code and
6004         make it work again.
6005         (NUM_FREGS): Redefine to 0.
6006         (NUM_REGS): Redefine as NUM_GREGS.
6007         (i386_register_byte, i386_register_raw_size): Update from
6008         i386-tdep.c.  Add comment about their origin.
6009         (regmap, register_u_addr): Take these from i386-linux-nat.c.
6010         (i386_register_u_addr): Removed.
6011
6012         * i386-linux-nat.c (i386_linux_dr_get): Return 0 if ptrace call
6013         fails instead of calling perror_with_name.  This should fix
6014         debugging remote i386 targets with a native Linux/x86 GDB.  Add
6015         FIXME for this hack.
6016
6017 2001-03-19  J.T. Conklin  <jtc@redback.com>
6018
6019         * arch-utils.c (#include "gdbthread.h"): Removed.
6020         (#include "symfile.h"): Removed. 
6021         (XMALLOC): Removed unused macro.
6022         * breakpoint.c (tbreak_command): Removed local declaration.
6023         (awatch_command, do_enable_breakpoint, set_breakpoint_count):
6024         Remove duplicate declarations.
6025         (bpstat_should_step, bpstat_have_active_hw_watchpoints)
6026         (remove_solib_event_breakpoints): Fix indentation botch.
6027         * c-typeprint.c (#include "command.h"): Removed.
6028         (#include "gdbcmd.h"): Removed.
6029         * ch-exp.c (ch_terminal_match_float_literal, parse_expr)
6030         (parse_primval, parse_untyped_expr, parse_opt_untyped_expr):
6031         Removed duplicate declarations.
6032         * ch-typeprint.c (#include "command.h"): Removed.
6033         (#include "gdbcmd.h"): Removed.
6034         * corefile.c (#include "frame.h"): Removed
6035         (#include "symfile.h"): Removed.
6036         (#include "language.h"): Removed.
6037         * dbxread.c (#include "command.h"): Removed.
6038         * environ.c (#include "gdbcore.h"): Removed.
6039         * event-loop.c (#include "top.h"): Removed.
6040         * f-typeprint.c (#include "command.h"): Removed.
6041         (#include "gdbcmd.h"): Removed.
6042         (#include "language.h"): Removed.
6043         (#include "typeprint.h"): Removed.
6044         (#include "frame.h"): Removed.
6045         * gdbtypes.h (print_type_scalar): Removed declaration.
6046         * infcmd.c (#include "completer.h"): Removed.
6047         * language.c (#include "frame.h"): Removed.
6048         * m2-typeprint.c (#include "command.h"): Removed.
6049         (#include "gdbcmd.h"): Removed.
6050         (#include "language.h"): Removed.
6051         * m2-valprint.c (#include "valprint.h"): Removed.
6052         * p-typeprint.c (#include "command.h"): Removed.
6053         (#include "gdbcmd.h"): Removed.
6054         * p-valprint.c (#include "typeprint.h"): Removed.
6055         * parse.c (#include "linespec.h"): Removed.
6056         * regcache.c (#include "frame.h"): Removed.
6057         * remote.c (#include "frame.h"): Removed.
6058         (getpkt_sane): Make static.
6059         * source.c (#include "completer.h"): Removed.
6060         * stack.c (#include "symfile.h"): Removed.
6061         (#include "objfiles.h"): Removed.
6062         * symfile.c (#include "completer.h"): Removed.
6063         * tracepoint.c (#include "completer.h"): Removed.
6064         * values.c (#include "frame.h"): Removed.
6065         * varobj.c (#include "valprint.h"): Removed.
6066         * wrapper.c (#include "frame.h"): Removed.
6067         
6068         * memattr.c (create_mem_region): Removed unused variable.
6069         * remote-nrom.c: Removed spurious semicolon after init_nrom_ops.
6070
6071 2001-03-27  Nick Clifton  <nickc@redhat.com>
6072
6073         * remote-rdp.c (rdp_set_command_line): Add missing double quote.
6074
6075 2001-03-27  Kevin Buettner  <kevinb@redhat.com>
6076
6077         * solib-aix5.c (build_so_lib_from_mapfile): Use xfree() instead
6078         of free().
6079
6080 2001-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
6081
6082         * TODO (Cleanups): Remove the item about converting docs to GFDL.
6083
6084 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
6085
6086         * ia64-tdep.c (slotN_contents, replace_slotN_contents): Change
6087         type of ``bundle'' from unsigned char * to char *.
6088         (ia64_get_saved_register): Use alloca() to allocate register
6089         buffers.
6090
6091         * solib-aix5.c (build_so_lib_from_mapfile): Fix xasprintf() usage.
6092
6093 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
6094
6095         * proc-utils.h (procfs_ctl_t): New typedef.
6096         * proc-api.c (write_with_trace): Change type of ``opcode'' from
6097         long to procfs_ctl_t.  Don't assume that the target has defined
6098         BREAKPOINT.  Handle case in which PCRESET is the same as PCUNSET.
6099         * proc-events.c (sys/syscall.h, sys/fault.h): Include conditionally.
6100         * procfs.c (sys/fault.h, sys/syscall.h): Include conditionally.
6101         (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)
6102         (gdb_praddsysset, gdb_prdelsysset, gdb_pr_issyssetmember):
6103         Conditionally define as appropriate for AIX/non-AIX systems.  Use
6104         these defines/typedefs as appropriate elsewhere in file.
6105         (struct procinfo): Change type of saved_sigset and saved_sighold
6106         from sigset_t to gdb_sigset_t.  Make saved_exitset and
6107         saved_entryset pointer variables.  Add two new fields, num_syscalls
6108         and syscall_names.
6109         (DYNAMIC_SYSCALLS): Define when HAVE_PRSYSENT_T is defined.
6110         (sysset_t_size, sysset_t_alloc): New functions.
6111         (load_syscalls, free_syscalls, find_syscall): New functions for
6112         platforms which define DYNAMIC_SYSCALLS.
6113         (create_procinfo): Call load_syscalls.
6114         (destroy_one_procinfo): Call free_syscalls.
6115         (GDBRESET): Don't define twice.
6116         (proc_modify_flag): Change type of operation code array `arg'
6117         from long to procfs_ctl_t.
6118         (proc_stop_process, proc_wait_for_stop, proc_run_process)
6119         (proc_set_traced_signals, proc_set_traced_faults)
6120         (proc_set_traced_sysentry, proc_set_traced_sysexit)
6121         (proc_set_held_signals, proc_clear_current_fault)
6122         (proc_set_current_signal, proc_clear_current_signal, proc_set_gregs)
6123         (proc_set_fpregs, proc_kill, proc_set_watchpoint): Likewise for `cmd'.
6124         (proc_set_traced_sysentry): Dynamically allocate variable sized
6125         struct gdb_proc_ctl_pcsentry.  Also, free it at function exit.
6126         (proc_set_traced_sysexit): Dynamically allocate variable
6127         sized struct gdb_proc_ctl_pcsexit.  Also, free it at
6128         function exit.
6129         (proc_get_traced_sysentry, proc_get_traced_sysexit): Add new code
6130         for reading the sysset_t struct on AIX5.
6131         (procfs_debug_inferior): Don't assume that SYS_exit will be
6132         defined.  Add new code for finding certain syscalls on AIX5.
6133         (syscall_is_lwp_exit, syscall_is_exit, syscall_is_exec)
6134         (syscall_is_lwp_create): New functions.
6135         (procfs_wait): Restructured code which checks for certain
6136         system calls to use the new syscall_is_... functions.
6137         (procfs_notice_signals): Account for the fact that saved_entryset
6138         and saved_exitset in struct procinfo are now pointers.
6139
6140 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
6141
6142         * symtab.c (find_pc_sect_line): Revise method used for finding
6143         the ending pc.
6144
6145 2001-03-26  Mark Kettenis  <kettenis@gnu.org>
6146
6147         * i386-linux-tdep.c (i386_linux_sigtramp_saved_pc,
6148         i386_linux_sigtramp_saved_sp): Make static.
6149         (i386_linux_frame_saved_pc): New function based on the old
6150         FRAME_SAVED_PC macro, but use read_memory_unsigned_integer instead
6151         of read_memory_integer.
6152         * config/i386/tm-linux.h (sigtramp_saved_pc): Remove definition.
6153         (i386_linux_sigtramp_saved_pc): Remove prototype.
6154         (FRAME_SAVED_PC): Redefine in terms of i386_linux_frame_saved_pc.
6155         (i386_linux_frame_saved_pc): New prototype.
6156
6157 2001-03-26  Andrew Cagney  <ac131313@redhat.com>
6158
6159         * MAINTAINERS: Document m88k as a ``Known problem in 5.1''.
6160         * TODO (GDB 5.1 - Cleanups): Update.
6161
6162 2001-03-26  Andrew Cagney  <ac131313@redhat.com>
6163
6164         * fork-child.c (clone_and_follow_inferior): Delete #ifdef
6165         HAVE_VFORK.
6166
6167 2001-03-26  Mark Kettenis  <kettenis@gnu.org>
6168
6169         * config/i386/tm-symmetry.h (PUSH_ARGUMENTS): #undef.
6170
6171         * i386-tdep.c (i386_push_arguments, i386_store_struct_return): New
6172         functions.
6173         * config/i386/tm-i386.h (PUSH_ARGUMENTS): New macro.
6174         (STORE_STRUCT_RETURN): Redefine in terms of
6175         i386_store_struct_return.
6176         (i386_push_arguments, i386_store_struct_return): New prototypes.
6177         * config/i386/tm-i386v.h (STORE_STRUCT_RETURN): Remove.  It's
6178         definition was identical to the definition in "i386/tm-i386.h" so
6179         the new definition should suffice too.
6180
6181 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
6182
6183         * event-loop.c (toplevel) [!HAVE_POLL] [NO_FD_SET]: Remove unused
6184         definitions for SELECT, NBBY, FD_SETSIZE, NFDBITS, and MASK_SIZE.
6185
6186         * config/djgpp/djconfig.sh: Add copyright notice.
6187
6188         * ser-go32.c (rawclock): Remove prototype; include time.h instead.
6189         (ISR, dos_hookirq, isr_t): Convert K&R definition to ANSI C.
6190         (top level) <string.h>: Include gdb_string.h instead.
6191         (dos_noop, dos_raw, dos_noflush_set_tty_state) 
6192         (dos_print_tty_state, dos_info): Remove ATTRIBUTE_UNUSED.
6193
6194         * go32-nat.c (go32_create_inferior): Move the declaration of
6195         `environ' to here from the top level.
6196         (top level) <_initialize_go32_nat>: Remove redundant prototype.
6197         <gdb_string.h>: Include it instead of string.h.
6198         (store_register): Call register_buffer instead of accessing
6199         registers[] directly.
6200         (redir_cmdline_delete, redir_cmdline_parse, redir_to_debugger) 
6201         (redir_to_debugger, redir_debug_init) [__DJGPP_MINOR__ < 3]: Put
6202         the function names at the start of the line.
6203         (go32_set_dr): Throw internal_error if the argument is not a valid
6204         debug register number.
6205         (go32_open, go32_close, go32_attach, go32_detach, go32_resume) 
6206         (go32_wait, go32_xfer_memory, go32_files_info) 
6207         (go32_terminal_info): Remove ATTRIBUTE_UNUSED.
6208
6209 2001-03-25  Jim Blandy  <jimb@redhat.com>
6210
6211         * mips-tdep.c (mips_gdbarch_init): Tweak indentation.
6212
6213 2001-03-25  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
6214
6215         From  Andrew Cagney  <ac131313@redhat.com>
6216
6217         * coffread.c: Include "gdb_assert.h".
6218         (coff_symtab_read): Cast the integer s_sclass to a long before
6219         casting it to a pointer.
6220
6221 2001-03-25  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
6222
6223         From  Andrew Cagney  <ac131313@redhat.com>
6224         
6225         * coffread.c (coff_symtab_read): Initialize
6226         ``fcn_first_line_addr''.  Check that the ``.bf'' always preceeds
6227         the ``.ef'' info.
6228         * dbxread.c (find_text_range): Initialize ``start'' and ``end''.
6229
6230 2001-03-23  Andrew Cagney  <ac131313@redhat.com>
6231
6232         * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Down grade to
6233         GDB_MULTI_ARCH_PARTIAL from two.  SOFTWARE_SINGLE_STEP is not
6234         multi-arch.
6235
6236         * gdbarch.sh (SOFTWARE_SINGLE_STEP): Add.
6237         * gdbarch.h, gdbarch.c: Re-generate.
6238
6239         * target.h (SOFTWARE_SINGLE_STEP_P)
6240         (SOFTWARE_SINGLE_STEP): Delete macro definitions.
6241
6242 2001-03-23  Andrew Cagney  <ac131313@redhat.com>
6243
6244         * gdbarch.sh (gdbarch_register_read, gdbarch_register_write): Add.
6245         * gdbarch.h, gdbarch.c: Regenerate.
6246         
6247         * regcache.h (regcache_read, regcache_write): Declare.
6248         (registers, register_valid, register_buffer): Add note that these
6249         interfaces are deprecated.
6250         
6251         * regcache.c: Include "gdb_assert.h".
6252         (legacy_write_register_gen): Rename write_register_gen.
6253         (legacy_read_register_gen): Rename read_register_gen.
6254         (regcache_read, regcache_write): New function.
6255         (read_register_gen, write_register_gen): New function.
6256         (write_register): Simplify.  Use write_register_gen.
6257         (read_register): Ditto using read_register_gen.
6258         (read_signed_register): Ditto.
6259         (read_register_bytes): Ditto!!!!
6260         (supply_register): Add note that CLEANUP_REGISTER_VALUE is being
6261         replaced by gdbarch_register_read.
6262
6263         * TODO (GDB 5.2 - Cleanups): Add list of gdbarch methods to
6264         deprecate.
6265
6266 2001-03-23  Jim Blandy  <jimb@redhat.com>
6267
6268         Fix from Dan Berlin:
6269
6270         * stabsread.c (read_cpp_abbrev): Properly construct the names of
6271         virtual function table pointer fields.
6272
6273 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6274
6275         * defs.h (xfree, mcalloc, mmalloc, mrealloc, mfree, xmmalloc,
6276         xmrealloc): Move existing declarations to the one place and
6277         re-order to be consistent.
6278         (xmcalloc, xmfree): Declare.
6279         (xmmalloc, xmrealoc): Assume ISO-C - use size_t and void* in
6280         declaration.
6281         
6282         * utils.c (size_t): Delete #ifdef defining size_t.
6283         (mmalloc, mrealloc, mcalloc, mfree): Re-order.
6284         (mmalloc, mrealloc, mcalloc): Document as only calls in GDB
6285         corresponding malloc, realloc, calloc.
6286         (mfree): Call free directly.
6287         (xmmalloc, xmrealloc): Clean up. Assume ISO-C.
6288         (xmcalloc, xmfree): New functions. Copy old xcalloc and xfree
6289         function bodies to here.
6290         (xcalloc, xfree): Call xmcalloc and xmfree respectfully.
6291         
6292 2001-03-23  Andrew Cagney  <ac131313@redhat.com>
6293
6294         * fork-child.c (fork_inferior): Make ``argv'', ``exec_file'' and
6295         ``shell_file'' static locals.
6296
6297         * jv-lang.c (java_link_class_type): Initialize ``field'' and
6298         ``method''.
6299         
6300         * jv-valprint.c (java_value_print): Initialize ``next_element''.
6301
6302 2001-03-23  Mark Kettenis  <kettenis@gnu.org>
6303
6304         * config/i386/nm-i386.h: Fix formatting and change reference to
6305         i386-tdep.c to i386-nat.c.
6306
6307 2001-03-23  David Smith  <dsmith@redhat.com>
6308
6309         * configure.in: Corrected spelling errors.
6310         * configure: Regenerated.
6311
6312 2001-03-22  Andrew Cagney  <ac131313@redhat.com>
6313
6314         * TODO (GDB 5.1 - Cleanups): Add more targets to obsolete.
6315
6316 2001-03-22  Andrew Cagney  <ac131313@redhat.com>
6317
6318         * Makefile.in (NTSSTART): Delete.
6319         (NTSOBS): Delete.
6320         (kdb): Delete target.
6321         * kdb-start.c, stuff.c: Mark as obsolete.
6322         * NEWS: Update.
6323
6324 2001-03-22  Andrew Cagney  <ac131313@redhat.com>
6325
6326         * config/pa/xm-hppah.h (HPPA_COMPILER_BUG): Delete. GDB only
6327         compiles using an ISO-C compiler.
6328         (MALLOC_INCOMPATIBLE): Ditto.
6329         * linespec.c (decode_line_1): Delete hack to work around
6330         HPPA_COMPILER_BUG.
6331
6332 2001-03-22  Andrew Cagney  <ac131313@redhat.com>
6333
6334         * exec.c (xfer_memory): Always initialize section.
6335         * infrun.c (normal_stop): Always initialize source_flag.
6336
6337 2001-03-22  Andrew Cagney  <ac131313@redhat.com>
6338
6339         * TODO (Remote Protocol Support): Review.  Add notes about ``!'',
6340         non-use of a continue address and typical use of ``q'' packet.
6341
6342 2001-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
6343
6344         Make DJGPP use the new unified support for hardware
6345         breakpoints and watchpoints on x86 targets:
6346
6347         * config/i386/nm-go32.h <top level>: Don't include nm-i386v.h,
6348         include nm-i386.h instead.
6349         (TARGET_HAS_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT)
6350         (TARGET_CAN_USE_HARDWARE_WATCHPOINT, STOPPED_BY_WATCHPOINT)
6351         (TARGET_REGION_OK_FOR_HW_WATCHPOINT, DECR_PC_AFTER_HW_BREAK)
6352         (target_stopped_data_address, target_insert_watchpoint)
6353         (target_remove_watchpoint, target_insert_hw_breakpoint)
6354         (target_remove_hw_breakpoint): Don't define.
6355         (I386_USE_GENERIC_WATCHPOINTS, I386_DR_LOW_SET_CONTROL)
6356         (I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR)
6357         (I386_DR_LOW_GET_STATUS): Define to call appropriate go32_*
6358         functions from go32-nat.c.
6359
6360         * config/i386/go32.mh (NATDEPFILES): Add i386-nat.o.
6361
6362         * go32-nat.c <top level>: Remove prototypes for watchpoint-
6363         related functions.  Remove definitions of watchpoint-related
6364         macros.
6365         (go32_mourn_inferior): Call i386_cleanup_dregs instead of the
6366         private cleanup_dregs function.
6367         (cleanup_dregs, go32_insert_watchpoint)
6368         (go32_insert_aligned_watchpoint, go32_handle_nonaligned_watchpoint)
6369         (go32_remove_watchpoint, go32_remove_aligned_watchpoint)
6370         (go32_region_ok_for_watchpoint, go32_stopped_by_watchpoint)
6371         (go32_remove_hw_breakpoint, go32_insert_hw_breakpoint): Remove.
6372         (go32_set_dr, go32_set_dr7, go32_get_dr6): New functions.
6373
6374 2001-03-21  Kevin Buettner  <kevinb@redhat.com>
6375
6376         * ia64-tdep.c (fetch_instruction): Warn about slot numbers greater
6377         than two instead of generating an error.
6378         
6379 2001-03-21  Jim Blandy  <jimb@redhat.com>
6380
6381         * cp-valprint.c: Reformat to bring into line with GNU coding
6382         standards.
6383
6384 2001-03-21  Mark Kettenis  <kettenis@gnu.org>
6385
6386         Make Linux use the new unified support for hardware breakpoints
6387         and watchpoints on x86 targets.
6388         * i386-linux-nat.c: Doc fixes.  Include "gdb_assert.h".
6389         [HAVE_SYS_DEBUGREG_H]: Include <sys/debugreg.h>.
6390         (DR_FIRSTADDR, DR_LASTADDR, DR_STATUS, DR_CONTROL): Define to
6391         appropriate value if not already defined.
6392         (register_u_addr): New function.
6393         (kernel_u_size): New function.
6394         (i386_linux_dr_get, i386_linux_dr_set): New functions.
6395         (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6396         i386_linux_reset_addr, i386_linux_dr_get_status): New functions.
6397         * config/i386/nm-linux.h: Don't include "nm-i386v.h".
6398         (I386_USE_GENERIC_WATCHPOINTS): Define and include "nm-i386.h".
6399         (TARGET_HAS_HARDWARE_WATCHPOINTS,
6400         TARGET_CAN_USE_HARDWARE_WATCHPOINTS, HAVE_CONTINUABLE_WATCHPOINT,
6401         STOPPED_BY_WATCHPOINT, target_insert_watchpoint,
6402         target_remove_watchpoint): Remove macros.
6403         (i386_stopped_by_watchpoint, i386_insert_watchpoint,
6404         i386_remove_watchpoint): Remove prototypes.
6405         (register_u_addr): New prototype.
6406         (REGISTER_U_ADDR): Define in terms of register_u_addr.
6407         (i386_linux_dr_set_control, i386_linux_dr_set_addr,
6408         i386_linux_reset_addr, i386_linux_dr_get_status): New prototypes.
6409         (I386_DR_LOW_SET_CONTROL, I386_DR_LOW_SET_ADDR,
6410         I386_DR_LOW_RESET_ADDR, I386_DR_LOW_GET_STATUS): New macros.
6411         * config/i386/linux.mh (NATDEPFILES): Replace i386v-nat.o with
6412         i386-nat.o.
6413
6414 2001-03-21  Jim Blandy  <jimb@redhat.com>
6415
6416         Fix from Dan Berlin:
6417
6418         * linespec.c (find_methods): Whitespace differences aren't
6419         significant in *un*mangled method names.  Use strcmp_iw to compare
6420         them, not STREQ.
6421
6422 2001-03-21  Andrew Cagney  <ac131313@redhat.com>
6423
6424         * gdbarch.sh: Allow a non- multi-arch target to override a
6425         predicate.
6426         * gdbarch.h: Regenerate.
6427
6428 2001-03-21  Andrew Cagney  <ac131313@redhat.com>
6429
6430         * gdbarch.sh: Avoid use of ``!''.
6431
6432 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
6433
6434         * target.h (enum target_signal): Move definition from here.
6435         * defs.h (enum target_signal): To here.
6436
6437         * config/arc/tm-arc.h (arc_software_single_step): Change type of
6438         first parameter to enum target_signal.
6439         * config/rs6000/tm-rs6000.h (rs6000_software_single_step): Ditto.
6440         * config/sparc/tm-sparc.h (sparc_software_single_step): Ditto.
6441         * rs6000-tdep.c (rs6000_software_single_step): Update.
6442         
6443 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
6444
6445         * frame.h (SIZEOF_FRAME_SAVED_REGS): Report an error if macro
6446         already defined.
6447         
6448         From 2000-08-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>:
6449         * stabsread.c (define_symbol): A parameter ('R'), a local ('r'),
6450         or a reference ('a') can be in a pseudo register.
6451         * infcmd.c (do_registers_info): Must take into account the pseudo
6452         registers to print their value.
6453         (registers_info): Likewise.
6454         * stack.c (frame_info): Likewise.
6455         * frame.h (SIZEOF_FRAME_SAVED_REGS): Save the pseudo registers.
6456
6457 2001-03-21  Eli Zaretskii  <eliz@is.elta.co.il>
6458
6459         Unified support for hardware breakpoints and watchpoints on
6460         x86 targets:
6461
6462         * config/i386/nm-i386.h: New file.
6463
6464         * config/i386/nm-i386.h: (i386_cleanup_dregs)
6465         (i386_insert_watchpoint, i386_remove_watchpoint)
6466         (i386_region_ok_for_watchpoint, i386_stopped_by_hwbp)
6467         (i386_stopped_data_address, i386_insert_hw_breakpoint)
6468         (i386_remove_hw_breakpoint): Declare prototypes.
6469         [I386_USE_GENERIC_WATCHPOINTS] (TARGET_CAN_USE_HARDWARE_WATCHPOINT):
6470         Define if not already defined.
6471         (TARGET_REGION_OK_FOR_HW_WATCHPOINT, HAVE_CONTINUABLE_WATCHPOINT)
6472         (STOPPED_BY_WATCHPOINT, target_stopped_data_address)
6473         (target_insert_watchpoint, target_remove_watchpoint)
6474         (target_insert_hw_breakpoint, target_remove_hw_breakpoint): Define
6475         to call the appropriate i386_* functions.
6476
6477         * i386-nat.c: New file.
6478
6479         * i386-nat.c (I386_DR_CONTROL_MASK, I386_DR_LOCAL_ENABLE)
6480         (I386_DR_GLOBAL_ENABLE, I386_DR_DISABLE, I386_DR_SET_RW_LEN)
6481         (I386_DR_GET_RW_LEN, I386_DR_WATCH_HIT): New macros.
6482         (dr_mirror, dr_status_mirror, dr_control_mirror, dr_ref_count)
6483         (maint_show_dr): New variables.
6484         (i386_cleanup_dregs, i386_show_dr, i386_length_and_rw_bits)
6485         (i386_insert_aligned_watchpoint, i386_remove_aligned_watchpoint)
6486         (i386_handle_nonaligned_watchpoint, i386_insert_watchpoint)
6487         (i386_remove_watchpoint, i386_region_ok_for_watchpoint)
6488         (i386_stopped_data_address, i386_stopped_by_hwbp)
6489         (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): New
6490         functions.
6491         (_initialize_i386_nat): New function.
6492         [I386_USE_GENERIC_WATCHPOINTS]: Add new maint command
6493         `show-debug-regs', sets maint_show_dr to non-zero value and
6494         activates debugging print-outs in functions which insert, remove,
6495         and test watchpoints and hardware breakpoints.
6496
6497         * Makefile.in (i386-nat.o): New target.
6498         (ALLDEPFILES): Add i386-nat.o.
6499
6500 2001-03-21  Mark Kettenis  <kettenis@gnu.org>
6501
6502         * i386-tdep.c: Add back _initialize_i386_tdep prototype with
6503         appropriate comment.
6504
6505 2001-03-20  Kevin Buettner  <kevinb@redhat.com>
6506
6507         * config/alpha/alpha-linux.mh (NATDEPFILES): Use proc-service.o,
6508         thread-db.o, and lin-lwp.o for thread support instead of
6509         linux-thread.o and lin-thread.o.
6510         * config/alpha/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS)
6511         (ATTACH_LWP): Define to use the following lin-lwp.c functions...
6512         (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals)
6513         (lin_lwp_attach_lwp): Declare.
6514
6515 2001-03-20  Jim Blandy  <jimb@redhat.com>
6516
6517         Fix from Dan Berlin:
6518         
6519         * Makefile.in: Clean up dependencies on ../include/demangle.h.
6520         (demangle_h): New variable.
6521         (jv-typeprint.o, jv-valprint.o, linespec.o): Use it.
6522
6523 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
6524
6525         * target.h (SOFTWARE_SINGLE_STEP_P): Add empty parameter list.
6526         * breakpoint.c (bpstat_stop_status): Update.
6527         * infrun.c (handle_inferior_event): Ditto.
6528         * mips-tdep.c (mips_dump_tdep): Ditto.
6529         * infrun.c (resume): Ditto.
6530         * infptrace.c (child_resume): Ditto.
6531         * config/mips/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6532         * config/sh/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6533         * config/sparc/tm-sparc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6534         * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6535         * config/arm/tm-wince.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6536         * config/arc/tm-arc.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6537         * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto.
6538
6539 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
6540
6541         * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Replace abort
6542         with internal_error.
6543
6544 2001-03-20  Jim Blandy  <jimb@redhat.com>
6545
6546         Fix from Dan Berlin:
6547         
6548         * linespec.c (find_methods): Just call CHECK_TYPEDEF on t, rather
6549         than asking for sym_class's type; that's circuitous.  Remove
6550         sym_class, since the last use of it is gone.
6551
6552 2001-03-20  Eli Zaretskii  <eliz@is.elta.co.il>
6553
6554         * breakpoint.c (print_it_typical) <bp_access_watchpoint> [UI_OUT]:
6555         Correct the order of calls to ui_out_field_string and
6556         ui_out_list_begin when bs->old_val is NULL.
6557
6558 2001-03-19  Kevin Buettner  <kevinb@redhat.com>
6559
6560         * configure.in (AC_CHECK_HEADERS): Check for existence of nlist.h.
6561         * configure: Regenerate.
6562         * config.in: Regenerate.
6563         * solib-legacy.c (nlist.h): Include if HAVE_NLIST_H is defined.
6564
6565 2001-03-19  Kevin Buettner  <kevinb@redhat.com>
6566
6567         * config/i386/i386v42mp.mh (NATDEPFILES): List all files on
6568         same line to avoid problems with Unixware 7's make when building
6569         a cross debugger.
6570
6571 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6572
6573         * defs.h (malloc): Move declaration from here.
6574         * utils.c (malloc): To here.
6575         * config/pa/xm-hppah.h (malloc): Delete declaration.
6576
6577         * gnu-nat.c (make_proc): Use xmalloc instead of malloc.
6578         * hp-psymtab-read.c (hpread_call_pxdb): Ditto.
6579         (hpread_quick_traverse): Ditto.
6580         * infttrace.c (create_thread_info): Ditto.
6581         (kill_inferior): Ditto.
6582         * gnu-nat.c (make_inf): Ditto, and don't check return value.
6583         * procfs.c (proc_update_threads): Ditto.
6584         * valprint.c (print_decimal_chars): Ditto.
6585         * gdbtypes.c (cfront_mangle_name): Use xasprintf instead of
6586         malloc and sprintf.
6587         * remote-rdp.c (rdp_set_command_line): Ditto.
6588
6589 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6590
6591         * defs.h (realloc): Move declaration from here.
6592         * utils.c (realloc): To here.
6593         * config/pa/xm-hppah.h (realloc): Delete declaration.
6594         * lin-thread.c (insert_thread): Use xrealloc instead of realloc.
6595         * symfile.c (add_filename_language): Ditto.
6596         * event-loop.c (create_file_handler): Ditto.
6597
6598 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6599
6600         * defs.h (free): Move declaration from here.
6601         * utils.c (free): To here.
6602         (xfree): Document as the only call to free().
6603         * config/pa/xm-hppah.h (free): Delete declaration.
6604
6605 2001-03-19  Kevin Buettner  <kevinb@redhat.com>
6606
6607         * config/ia64/linux.mh (NATDEPFILES): Add proc-service.o to
6608         this list.
6609
6610 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6611
6612         * eval.c (evaluate_subexp): Remove #ifdef __STDC__ and ``inline''.
6613         * config/mips/xm-mips.h (offsetof): Define when !GNUC not !STDC.
6614         * cli/cli-cmds.c (init_cli_cmds): Remove #ifdef __STDC__
6615
6616 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6617
6618         * TODO: List known problems with TUI.
6619
6620 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6621
6622         * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
6623         gdb.hp).
6624
6625 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6626
6627         * remote.c (remote_cisco_section_offsets): Do not cast result from
6628         bfd_get_section_name.
6629         (compare_sections_command): Ditto.
6630         (remote_cisco_section_offsets): Make ``p'' a const pointer.
6631         (compare_sections_command): Ditto for ``sectname''.
6632
6633 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
6634
6635         From Mon Nov 20 13:59:29 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6636         * valops.c (hand_function_call): Simplify computation of the
6637         address of the pushed argument.
6638  
6639 2001-03-17  Andrew Cagney  <ac131313@redhat.com>
6640
6641         * p-exp.y (parse_number): Avoid shift overflow when ``long''.
6642         Code copied from c-exp.y.
6643
6644 2001-03-18  Kevin Buettner  <kevinb@redhat.com>
6645
6646         * acconfig.h (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
6647         (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
6648         (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New configure macros.
6649         * configure.in (HAVE_STRUCT_LINK_MAP32): Move this test out
6650         of the Solaris procfs testing section.  Instead, group with...
6651         (HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
6652         (HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
6653         (HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS): New <link.h> tests.
6654         * configure: Regenerate.
6655         * config.in: Regenerate.
6656
6657         * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Use
6658         new configure macros to choose which (if any) code to
6659         compile in.  Added code to explicitly handle *BSD systems;
6660         these systems were previously handled only through macro
6661         redefinition.  Also, due to the way the autoconf tests are set
6662         up, this function will no longer return a non-zero value when
6663         GDB is configured as a cross debugger.  I.e, cross debuggers
6664         will no longer be able to "accidentally" get the host system's
6665         link map offsets.
6666
6667 2001-03-18  Kevin Buettner  <kevinb@redhat.com>
6668
6669         * config/i386/nbsd.mh (NATDEPFILES): List all files on the same
6670         line to avoid build problem on NetBSD 1.4.
6671
6672 2001-03-17  Michael Chastain  <chastain@redhat.com>
6673
6674         * win32-nat.c (child_attach): check args for NULL before passing
6675         to strtoul.  This fixes PR gdb/43.
6676
6677 2001-03-17  Mark Kettenis  <kettenis@gnu.org>
6678
6679         * i387-nat.h: Doc Fix.
6680
6681         * i386-tdep.c: Fix formatting.
6682         (i386_get_frame_setup, i386_follow_jump, codestream_read,
6683         codestream_seek, codestream_fill, skip_trampoline_code,
6684         gdb_print_insn_i386, _initialize_i386_tdep): Remove redundant
6685         prototypoes.
6686
6687 2001-03-17  Mark Kettenis  <kettenis@gnu.org>
6688
6689         * config/i386/tm-linux.h (TARGET_ANALYZE_FLOATING): Remove.  It's
6690         no longer used.  Also remove associated FIXME.
6691
6692 2001-03-16  Andrew Cagney  <ac131313@redhat.com>
6693
6694         * gdbarch.sh: Add classes ``m'' and ``M'' for pure multi-arch.  Do
6695         not generate macro wrappers for multi-arch functions or
6696         predicates.
6697         (class_is_info_p, class_is_predicate_p): Update.
6698         (class_is_function_p, class_is_variable_p): Ditto.
6699         (class_is_multiarch_p): New class function.
6700
6701 2001-03-16  J.T. Conklin  <jtc@redback.com>
6702
6703         * config/h8300/tm-h8300.h (FRAME_ARGS_ADDRESS): Changed to use
6704         h8300_frame_args_address from frame_args_address.
6705         (FRAME_LOCALS_ADDRESS): Changed to use h8300_frame_locals_address
6706         from frame_locals_address.
6707         (PRINT_REGISTER_HOOK): Changed to use h8300_print_register_hook
6708         from print_register_hook.
6709         (h8300_frame_args_address): Declare.
6710         (h8300_frame_find_saved_regs): Declare.
6711         (h8300_frame_locals_address): Declare.
6712         (h8300_frame_saved_pc): Declare.
6713         (h8300_pop_frame): Declare.
6714         (h8300_print_register_hook): Declare.
6715         * h8300-tdep.c (h8300_frame_find_saved_regs): Removed declaration.
6716         (h8300_frame_args_address): Renamed from frame_args_address.
6717         (h8300_frame_locals_address): Renamed from frame_locals_address.
6718         (h8300_pop_frame): Renamed from pop_frame.
6719         (h8300_print_register_hook): Renamed from print_register_hook.
6720
6721 2001-03-16  Kevin Buettner  <kevinb@redhat.com>
6722
6723         * solib-svr4.c (bfd_lookup_symbol):  Change type of
6724         ``storage_needed'' from unsigned int to long in order to
6725         match return type of bfd_get_symtab_upper_bound() and
6726         bfd_get_dynamic_symtab_upper_bound().
6727         * solib-aix5.c (bfd_lookup_symbol): Likewise.  Also, eliminate
6728         REASONABLE_LIMIT hack which had been added to work around this
6729         problem.
6730
6731 2001-03-15  Kevin Buettner  <kevinb@redhat.com>
6732
6733         * solib-aix5.c (bfd_lookup_symbol, build_so_list_from_mapfile)
6734         (aix5_relocate_main_executable, aix5_clear_solib): Replace calls
6735         to free() with calls to xfree().
6736         (bfd_lookup_symbol): Eliminate use of PTR.
6737         (build_so_list_from_mapfile): Use xasprintf() instead of sprintf().
6738
6739 2001-03-15  Martin Hunt  <hunt@redhat.com>
6740
6741         * linespec.c (decode_line_1): Remove trailing quote
6742         when parsing double quotes.
6743
6744 2001-03-15  Kevin Buettner  <kevinb@redhat.com>
6745
6746         * uw-thread.c (read_thr_debug, read_map, read_lwp, thread_iter)
6747         (libthread_stub, libthread_init): Pass NULL for the mem_attrib
6748         argument in the to_xfer_memory calls.
6749
6750 2001-03-15  Andrew Cagney  <ac131313@redhat.com>
6751
6752         * MAINTAINERS: Fix typo - w65 not w64.  Still doesn't build.
6753         * TODO (GDB 5.1 - Cleanups): Add status of targets being obsoleted.
6754
6755 2001-03-15  Andrew Cagney  <ac131313@redhat.com>
6756
6757         * wince.c (child_xfer_memory): Add attrib parameter.
6758         * symm-nat.c (child_xfer_memory): Ditto.
6759         * mac-nat.c (child_xfer_memory): Ditto.
6760         * infttrace.c (child_xfer_memory): Ditto.
6761         * procfs.c (procfs_xfer_memory): Ditto.
6762         * lin-thread.c (thread_db_xfer_memory): Ditto.
6763         * gnu-nat.c (gnu_xfer_memory): Ditto.
6764
6765 2001-03-14  Andrew Cagney  <ac131313@redhat.com>
6766
6767         * NEWS: Mention that Harris/CXUX m88k is obsolete.
6768
6769 2001-03-13  Andrew Cagney  <ac131313@redhat.com>
6770
6771         * config/mips/tm-mips.h: Include "regcache.h" for macros refering
6772         to regcache functions.
6773         * config/m68k/tm-m68k.h: Ditto.
6774         * config/i386/tm-i386v.h: Ditto.
6775         * config/mcore/tm-mcore.h: Ditto.
6776         * config/m88k/tm-m88k.h: Ditto.
6777         * config/m68k/tm-news.h: Ditto.
6778         * config/m68k/tm-linux.h: Ditto.
6779         * config/m68k/tm-delta68.h: Ditto.
6780         * config/m68k/nm-sun3.h: Ditto.
6781         * config/m32r/tm-m32r.h: Ditto.
6782         * config/i386/tm-symmetry.h: Ditto.
6783         * config/i386/tm-sun386.h: Ditto.
6784         * config/i386/tm-i386.h: Ditto.
6785         * config/i386/nm-symmetry.h: Ditto.
6786         * config/i386/nm-sun386.h: Ditto.
6787         * config/i386/nm-ptx4.h: Ditto.
6788         * config/i386/nm-i386mach.h: Ditto.
6789         * config/h8500/tm-h8500.h: Ditto.
6790         * config/h8300/tm-h8300.h: Ditto.
6791         * config/fr30/tm-fr30.h: Ditto.
6792         * config/d30v/tm-d30v.h: Ditto.
6793         * config/arm/tm-arm.h: Ditto.
6794         * config/arc/tm-arc.h: Ditto.
6795         * config/alpha/tm-alpha.h: Ditto.
6796         * config/a29k/tm-vx29k.h: Ditto.
6797         * config/a29k/tm-a29k.h: Ditto.
6798         * config/w65/tm-w65.h: Ditto.
6799         * config/vax/tm-vax.h: Ditto.
6800         * config/v850/tm-v850.h: Ditto.
6801         * config/tic80/tm-tic80.h: Ditto.
6802         * config/sparc/tm-sparclite.h: Ditto.
6803         * config/sparc/tm-sparclet.h: Ditto.
6804         * config/sparc/tm-sparc.h: Ditto.
6805         * config/sparc/nm-sun4sol2.h: Ditto.
6806         * config/sparc/nm-sun4os4.h: Ditto.
6807         * config/sparc/nm-nbsd.h: Ditto.
6808         * config/powerpc/nm-solaris.h: Ditto.
6809         * config/pa/tm-hppao.h: Ditto.
6810         * config/pa/tm-hppa.h: Ditto.
6811         * config/pa/nm-hppab.h: Ditto.
6812         * config/ns32k/tm-umax.h: Ditto.
6813         * config/ns32k/tm-merlin.h: Ditto.
6814         * config/nm-m3.h: Ditto.
6815         * config/nm-gnu.h: Ditto.
6816
6817 2001-03-14  Andrew Cagney  <ac131313@redhat.com>
6818
6819         * MAINTAINERS: Update list of targets. Mark arm-* and v850-elf as
6820         broken.  Mark sh-*, ia64-linux and ns32k-netbsd as buildable.
6821         Specify an m88k target.  Include sample GAWK script to generate
6822         target list.  Delete non-existant romp target.
6823         * TODO (GDB 5.1 - Cleanups): Update.
6824
6825 2001-03-14  Keith Seitz  <keiths@cygnus.com>
6826
6827         * linespec.c (decode_line_1): Skip argptr over a leading
6828         double quote. Prevents alloc of 0 bytes and memcpy of -1 bytes.
6829
6830 2001-03-14  Kevin Buettner  <kevinb@redhat.com>
6831
6832         * config/djgpp/fnchange.lst (ia64-aix-nat.c): Add entry.
6833
6834 2001-03-13  Andrew Cagney  <ac131313@redhat.com>
6835
6836         * ui-out.h: Remove #if __STDC__, assume an ISO-C compiler.
6837         * m3-nat.c: Ditto.
6838         * p-lang.h: Ditto.
6839         * printcmd.c (printf_command): Ditto.
6840         * ch-exp.c (match_integer_literal): Ditto.
6841         * scm-tags.h: Ditto.
6842         * ser-go32.c: Ditto.
6843         * hppa-tdep.c (unwind_command): Ditto.
6844         * defs.h (volatile): Delete macro definition.  Assume __STDC__.
6845         * remote-adapt.c (volatile): Ditto.
6846         * remote-eb.c (volatile): Ditto.
6847         * remote-mm.c (volatile): Ditto.
6848         * defs.h (alloca): Assume __STDC__, declare returning void *.
6849
6850 2001-03-08  Andrew Cagney  <ac131313@redhat.com>
6851
6852         * inferior.h (ARCH_NUM_REGS): Delete definition.
6853         * stack.c (frame_info): Use NUM_REGS, not ARCH_NUM_REGS.
6854         * regcache.c (registers_changed): Ditto.
6855         (registers_fetched): Ditto.
6856         * infptrace.c (fetch_inferior_registers): Ditto.
6857         (store_inferior_registers): Ditto.
6858         * infcmd.c (do_registers_info): Ditto.
6859         (registers_info): Ditto.
6860         * i386-linux-nat.c (old_fetch_inferior_registers): Ditto.
6861         (old_store_inferior_registers): Ditto.
6862         * gdbserver/low-linux.c (register_addr): Ditto.
6863         * gdbserver/low-hppabsd.c (register_addr): Ditto.
6864         * core-aout.c: Don't include "inferior.h".
6865         (fetch_core_registers): Use NUM_REGS not ARCH_NUM_REGS.
6866         (register_addr): Ditto.
6867
6868 2001-03-13  Fernando Nasser  <fnasser@redhat.com>
6869
6870         From Steven Johnson <sjohnson@neurizon.net>
6871         * cli/cli-script.c (define_command): Fix setting of post hooks.
6872
6873 2001-03-13  Mark Kettenis  <kettenis@gnu.org>
6874
6875         * i386-linux-tdep.c: Fix formatting and clarify comments.
6876         (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
6877         where appropriate.
6878
6879 2001-03-12  Andrew Cagney  <ac131313@redhat.com>
6880
6881         * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
6882         (proc_update_sc): Use gdb_assert instead of assert.
6883         (proc_abort): Ditto.
6884         (inf_set_step_thread): Ditto.
6885         (gnu_wait): Ditto.
6886         (S_exception_raise_request): Ditto.
6887         (gnu_terminal_init_inferior): Ditto.
6888
6889 2001-03-09  Kevin Buettner  <kevinb@redhat.com>
6890
6891         * Makefile.in (solib-svr4.o): Depend on solib-svr4.c, not solib.c.
6892         (solib-legacy.o): New makefile target.
6893         * solib-legacy.c: New file.
6894         * solib-svr4.h (SVR4_FETCH_LINK_MAP_OFFSETS): Delete.
6895         (default_svr4_fetch_link_map_offsets): Delete.
6896         (set_solib_svr4_fetch_link_map_offsets): Declare.
6897         (legacy_svr4_fetch_link_map_offsets_hook): Declare.
6898         * solib-svr4.c (elf/common.h): Include.
6899         (link.h): Only include for SunOS shared library support.
6900         (_SYSCALL32): Don't define.
6901         (SVR4_FETCH_LINK_MAP_OFFSETS): Define.
6902         (default_svr4_fetch_link_map_offsets): Made static; added forward
6903         declaration.
6904         (fetch_link_map_offsets): New static global.
6905         (legacy_svr4_fetch_link_map_offsets_hook): New global variable.
6906         (default_svr4_fetch_link_map_offsets):  Rewritten.  The guts
6907         of what used to be in this function now reside in
6908         legacy_svr4_fetch_link_map_offsets() in solib-legacy.c.
6909         (open_symbol_file_object): Fix declaration in SunOS section
6910         of the code.
6911         (set_solib_svr4_fetch_link_map_offsets): New extern function.
6912         (init_fetch_link_map_offsets): New static function.
6913         (_initialize_svr4_solib): Put static global fetch_link_map_offsets
6914         under multiarch control.
6915
6916         * config/alpha/alpha-linux.mt (TDEPFILES): Add solib-legacy.o to
6917         list.
6918         * config/alpha/fbsd.mh (NATDEPFILES): Likewise.
6919         * config/arm/linux.mt (TDEPFILES): Likewise.
6920         * config/i386/fbsd.mh (NATDEPFILES): Likewise.
6921         * config/i386/i386dgux.mh (NATDEPFILES): Likewise.
6922         * config/i386/i386gnu.mh (NATDEPFILES): Likewise.
6923         * config/i386/i386sco5.mh (NATDEPFILES): Likewise.
6924         * config/i386/i386sol2.mt (TDEPFILES): Likewise.
6925         * config/i386/i386v4.mh (NATDEPFILES): Likewise.
6926         * config/i386/i386v42mp.mh (NATDEPFILES): Likewise.
6927         * config/i386/linux.mt (TDEPFILES): Likewise.
6928         * config/i386/nbsd.mh (NATDEPFILES): Likewise.
6929         * config/i386/nbsdelf.mh (NATDEPFILES): Likewise.
6930         * config/i386/ncr3000.mt (TDEPFILES): Likewise.
6931         * config/i386/ptx4.mh (XDEPFILES): Likewise.
6932         * config/i386/sun386.mt (TDEPFILES): Likewise.
6933         * config/ia64/linux.mt (TDEPFILES): Likewise.
6934         * config/m68k/linux.mt (TDEPFILES): Likewise.
6935         * config/m68k/m68kv4.mh (NATDEPFILES): Likewise.
6936         * config/m68k/nbsd.mh (NATDEPFILES): Likewise.
6937         * config/m68k/sun2os4.mt (TDEPFILES): Likewise.
6938         * config/m68k/sun3os4.mt (TDEPFILES): Likewise.
6939         * config/m88k/delta88v4.mh (NATDEPFILES): Likewise.
6940         * config/mips/mipsv4.mh (NATDEPFILES): Likewise.
6941         * config/ns32k/nbsd.mh (NATDEPFILES): Likewise.
6942         * config/powerpc/linux.mt (TDEPFILES): Likewise.
6943         * config/powerpc/nbsd.mh (NATDEPFILES): Likewise.
6944         * config/powerpc/solaris.mh (NATDEPFILES): Likewise.
6945         * config/sh/linux.mt (TDEPFILES): Likewise.
6946         * config/sparc/linux.mt (TDEPFILES): Likewise.
6947         * config/sparc/nbsd.mh (NATDEPFILES): Likewise.
6948         * config/sparc/nbsdelf.mh (NATDEPFILES): Likewise.
6949         * config/sparc/sp64linux.mt (TDEPFILES): Likewise.
6950         * config/sparc/sun4os4.mt (TDEPFILES): Likewise.
6951         * config/sparc/sun4sol2.mh (NATDEPFILES): Likewise.
6952
6953 2001-03-09  Kevin Buettner  <kevinb@redhat.com>
6954
6955         * utils.c (xmrealloc, xcalloc): Return NULL for zero-sized requests.
6956
6957 2001-03-09  Andrew Cagney  <ac131313@redhat.com>
6958
6959         * MAINTAINERS (Write After Approval): Update Philip Blundell.
6960
6961 2001-03-09  Keith Seitz  <keiths@cygnus.com>
6962
6963         * MAINTAINERS: Add myself to write after approval list.
6964
6965 2001-03-09  Mark Kettenis  <kettenis@gnu.org>
6966
6967         * i387-tdep.c (print_i387_status_word): Fix printing of Stack
6968         fault flag.  It is bit 6 of the x87 FPU status word, not bit 7.
6969
6970 2001-03-08  Andrew Cagney  <ac131313@redhat.com>
6971
6972         * configure.host (m88*-harris-cxux*): Mark as obsolete.
6973         * configure.tgt: Ditto.
6974         * config/m88k/xm-cxux.h: Ditto.
6975         * config/m88k/tm-cxux.h: Ditto.
6976         * config/m88k/nm-cxux.h: Ditto.
6977         * config/m88k/cxux.mt: Ditto.
6978         * config/m88k/cxux.mh: Ditto.
6979
6980 2001-03-08  Andrew Cagney  <ac131313@redhat.com>
6981
6982         * Makefile.in: Delete rules for obsolete files.
6983
6984 Thu Mar  8 15:43:40 2001  David Taylor  <taylor@redhat.com>
6985
6986         * stack.c (parse_frame_specification): For one argument case,
6987         handle the situation where the argument is an integer, not an
6988         address -- arguably the most common case.  This matters on
6989         targets where pointers and addresses are different.
6990
6991 2001-03-08  Andrew Cagney  <ac131313@redhat.com>
6992
6993         * TODO: Revise 5.1 list.  Delete PARAMS task.  Add coding standard
6994         review.  Clarify GNU/LINUX/sparc.  Move other tasks to 5.2 or
6995         general.
6996
6997 2001-03-07  Andrew Cagney  <ac131313@redhat.com>
6998
6999         * TODO (GDB 5.1 Known Problems): Document problem of building GDB
7000         with SID on Solaris 8.
7001
7002 2001-03-07  Mark Kettenis  <kettenis@gnu.org>
7003
7004         * defs.h: Provide prototypes for floatformat_is_negative,
7005         floatformat_is_nan and floatformat_mantissa.
7006         * utils.c: Include "gdb_assert.h".
7007         (floatformat_is_negative): New function.
7008         (floatformat_is_nan): New function.
7009         (floatformat_mantissa): New function.
7010         * valprint.c: Include "floatformat.h".
7011         (print_floating): Get rid of the Linux-specific
7012         TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the
7013         help these new functions.  Print NaN's in a format conforming to
7014         ISO C99.
7015
7016 2001-03-07  Eli Zaretskii  <eliz@is.elta.co.il>
7017
7018         * top.c (init_main): Make `set history file name' complete on file
7019         names.
7020
7021 2001-03-06  J.T. Conklin  <jtc@redback.com>
7022
7023         * Makefile.in (LINTFLAGS): Update to contain all of the macros
7024         which define include paths used when compiling.
7025
7026         * util.c (savestring, msavestring): Change type of length argument.
7027         * defs.h (savestring, msavestring): Update to match.
7028
7029         * symtab.h (decode_line_1): Removed declaration.
7030
7031         * symfile.c (#include <assert.h>): Removed.
7032
7033         * arch-utils.c (#include <ctype.h>): Removed.
7034         * c-typeprint.c: Likewise.
7035         * dbxread.c: Likewise.
7036         * gdbtypes.c: Likewise.
7037         * target.c: Likewise.
7038         * os9kread.c: Likewise.
7039
7040         * c-valprint.c (#include "demangle.h"): Removed.
7041         * ch-typeprint.c: Likewise.
7042         * eval.c: Likewise.
7043         * f-typeprint.c: Likewise.
7044         * f-valprint.c: Likewise.
7045         * m2-typeprint.c: Likewise.
7046         * typeprint.c: Likewise.
7047         * p-typeprint.c: Likewise.
7048         * valarith.c: Likewise.
7049         * valprint.c: Likewise.
7050
7051         * m2-typeprint.c (#include "gdb_string.h"): Removed.
7052         * nlmread.c: Likewise.
7053
7054         * mdebugread.c (#include "gdb-stabs.h"): Removed.
7055         * minsyms.c: Likewise.
7056         * mipsread.c: Likewise.
7057         * nlmread.c: Likewise.
7058
7059         * m2-typeprint.c (#include "obstack.h"): Removed.
7060         * m2-valprint.c: Likewise.
7061
7062         * event-loop.c (#include <setjmp.h>): Removed.
7063
7064 2001-03-06  Stan Shebs  <shebs@apple.com>
7065
7066         * MAINTAINERS: Remove self from specific maintenance domains
7067         (macos, gdbserver, documentation, testsuite).
7068
7069 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
7070
7071         * 29k-share/udi/udip2soc.c, Makefile.in, a29k-tdep.c,
7072         a68v-nat.c, abug-rom.c, aclocal.m4, alpha-nat.c, alpha-tdep.c,
7073         annotate.c, annotate.h, arc-tdep.c, arch-utils.c,
7074         arch-utils.h, arm-tdep.c, ax-gdb.c, ax-gdb.h, ax-general.c,
7075         ax.h, bcache.c, bcache.h, blockframe.c, breakpoint.c,
7076         breakpoint.h, buildsym.c, buildsym.h, c-exp.y, c-lang.c,
7077         c-lang.h, c-typeprint.c, c-valprint.c, call-cmds.h, ch-exp.c,
7078         ch-lang.c, ch-lang.h, ch-typeprint.c, ch-valprint.c,
7079         cli/cli-cmds.h, cli/cli-decode.c, cli/cli-decode.h,
7080         cli/cli-script.c, cli/cli-script.h, cli/cli-setshow.h,
7081         cli/cli-utils.h, cli-out.c, cli-out.h, coff-solib.c,
7082         coff-solib.h, coffread.c, command.h, complaints.c,
7083         complaints.h, completer.c, completer.h,
7084         config/a29k/nm-ultra3.h, config/a29k/tm-a29k.h,
7085         config/a29k/tm-ultra3.h, config/a29k/tm-vx29k.h,
7086         config/a29k/xm-ultra3.h, config/alpha/nm-fbsd.h,
7087         config/alpha/nm-linux.h, config/alpha/nm-osf.h,
7088         config/alpha/nm-osf2.h, config/alpha/nm-osf3.h,
7089         config/alpha/tm-alpha.h, config/alpha/tm-alphalinux.h,
7090         config/alpha/xm-alphalinux.h, config/alpha/xm-alphaosf.h,
7091         config/alpha/xm-fbsd.h, config/arc/tm-arc.h,
7092         config/arm/nm-linux.h, config/arm/tm-arm.h,
7093         config/arm/tm-embed.h, config/d10v/tm-d10v.h,
7094         config/d30v/tm-d30v.h, config/fr30/tm-fr30.h,
7095         config/h8300/tm-h8300.h, config/h8500/tm-h8500.h,
7096         config/i386/nm-fbsd.h, config/i386/nm-gnu.h,
7097         config/i386/nm-i386bsd.h, config/i386/nm-i386mach.h,
7098         config/i386/nm-i386sco.h, config/i386/nm-i386sol2.h,
7099         config/i386/nm-i386v.h, config/i386/nm-i386v4.h,
7100         config/i386/nm-i386v42mp.h, config/i386/nm-linux.h,
7101         config/i386/nm-nbsd.h, config/i386/nm-nbsdelf.h,
7102         config/i386/nm-ptx4.h, config/i386/nm-sun386.h,
7103         config/i386/nm-symmetry.h, config/i386/tm-cygwin.h,
7104         config/i386/tm-fbsd.h, config/i386/tm-i386.h,
7105         config/i386/tm-i386aix.h, config/i386/tm-i386bsd.h,
7106         config/i386/tm-i386gnu.h, config/i386/tm-i386lynx.h,
7107         config/i386/tm-i386m3.h, config/i386/tm-i386mk.h,
7108         config/i386/tm-i386nw.h, config/i386/tm-i386os9k.h,
7109         config/i386/tm-i386sco5.h, config/i386/tm-i386sol2.h,
7110         config/i386/tm-i386v.h, config/i386/tm-i386v4.h,
7111         config/i386/tm-i386v42mp.h, config/i386/tm-linux.h,
7112         config/i386/tm-nbsd.h, config/i386/tm-ptx.h,
7113         config/i386/tm-ptx4.h, config/i386/tm-sun386.h,
7114         config/i386/tm-symmetry.h, config/i386/tm-vxworks.h,
7115         config/i386/xm-fbsd.h, config/i386/xm-i386bsd.h,
7116         config/i386/xm-i386gnu.h, config/i386/xm-i386m3.h,
7117         config/i386/xm-i386mach.h, config/i386/xm-i386mk.h,
7118         config/i386/xm-i386sco.h, config/i386/xm-i386v4.h,
7119         config/i386/xm-linux.h, config/i386/xm-nbsd.h,
7120         config/i386/xm-ptx.h, config/i386/xm-ptx4.h,
7121         config/i386/xm-sun386.h, config/i386/xm-symmetry.h,
7122         config/i960/tm-i960.h, config/i960/tm-mon960.h,
7123         config/i960/tm-nindy960.h, config/i960/tm-vx960.h,
7124         config/ia64/nm-aix.h, config/ia64/nm-linux.h,
7125         config/ia64/tm-aix.h, config/ia64/tm-ia64.h,
7126         config/ia64/tm-linux.h, config/ia64/xm-aix.h,
7127         config/ia64/xm-linux.h, config/m68k/nm-apollo68b.h,
7128         config/m68k/nm-delta68.h, config/m68k/nm-dpx2.h,
7129         config/m68k/nm-hp300bsd.h, config/m68k/nm-hp300hpux.h,
7130         config/m68k/nm-linux.h, config/m68k/nm-sun3.h,
7131         config/m68k/tm-apollo68b.h, config/m68k/tm-cisco.h,
7132         config/m68k/tm-dpx2.h, config/m68k/tm-es1800.h,
7133         config/m68k/tm-hp300bsd.h, config/m68k/tm-hp300hpux.h,
7134         config/m68k/tm-isi.h, config/m68k/tm-linux.h,
7135         config/m68k/tm-m68k.h, config/m68k/tm-m68kv4.h,
7136         config/m68k/tm-mac.h, config/m68k/tm-monitor.h,
7137         config/m68k/tm-nbsd.h, config/m68k/tm-news.h,
7138         config/m68k/tm-os68k.h, config/m68k/tm-sun3.h,
7139         config/m68k/tm-vx68.h, config/m68k/xm-3b1.h,
7140         config/m68k/xm-apollo68b.h, config/m68k/xm-dpx2.h,
7141         config/m68k/xm-hp300bsd.h, config/m68k/xm-hp300hpux.h,
7142         config/m68k/xm-linux.h, config/m68k/xm-m68kv4.h,
7143         config/m68k/xm-mpw.h, config/m68k/xm-news.h,
7144         config/m68k/xm-sun2.h, config/m68k/xm-sun3.h,
7145         config/m68k/xm-sun3os4.h, config/m88k/nm-delta88v4.h,
7146         config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h,
7147         config/m88k/tm-m88k.h, config/m88k/xm-cxux.h,
7148         config/m88k/xm-delta88.h, config/m88k/xm-delta88v4.h,
7149         config/m88k/xm-dgux.h, config/mcore/tm-mcore.h,
7150         config/mips/nm-irix3.h, config/mips/nm-irix4.h,
7151         config/mips/nm-irix5.h, config/mips/nm-mips.h,
7152         config/mips/nm-news-mips.h, config/mips/tm-bigmips.h,
7153         config/mips/tm-embed.h, config/mips/tm-embed64.h,
7154         config/mips/tm-embedl.h, config/mips/tm-embedl64.h,
7155         config/mips/tm-irix3.h, config/mips/tm-irix5.h,
7156         config/mips/tm-mips.h, config/mips/tm-mips64.h,
7157         config/mips/tm-mipsm3.h, config/mips/tm-mipsv4.h,
7158         config/mips/tm-tx39.h, config/mips/tm-tx39l.h,
7159         config/mips/tm-vr4100.h, config/mips/tm-vr4300.h,
7160         config/mips/tm-vr4300el.h, config/mips/tm-vr4xxx.h,
7161         config/mips/tm-vr4xxxel.h, config/mips/tm-vr5000.h,
7162         config/mips/tm-vr5000el.h, config/mips/xm-irix3.h,
7163         config/mips/xm-irix4.h, config/mips/xm-irix5.h,
7164         config/mips/xm-mips.h, config/mips/xm-mipsm3.h,
7165         config/mips/xm-mipsv4.h, config/mips/xm-news-mips.h,
7166         config/mips/xm-riscos.h, config/mn10200/tm-mn10200.h,
7167         config/mn10300/tm-mn10300.h, config/nm-gnu.h,
7168         config/nm-linux.h, config/nm-lynx.h, config/nm-m3.h,
7169         config/nm-sysv4.h, config/none/nm-none.h,
7170         config/none/tm-none.h, config/none/xm-none.h,
7171         config/ns32k/nm-nbsd.h, config/ns32k/nm-umax.h,
7172         config/ns32k/tm-merlin.h, config/ns32k/tm-nbsd.h,
7173         config/ns32k/tm-ns32km3.h, config/ns32k/tm-umax.h,
7174         config/ns32k/xm-merlin.h, config/ns32k/xm-ns32km3.h,
7175         config/pa/nm-hppab.h, config/pa/nm-hppah.h,
7176         config/pa/nm-hppao.h, config/pa/tm-hppa.h,
7177         config/pa/tm-hppa64.h, config/pa/tm-hppah.h,
7178         config/pa/xm-hppab.h, config/pa/xm-hppah.h,
7179         config/powerpc/nm-aix.h, config/powerpc/nm-linux.h,
7180         config/powerpc/nm-macos.h, config/powerpc/nm-nbsd.h,
7181         config/powerpc/tm-cygwin.h, config/powerpc/tm-linux.h,
7182         config/powerpc/tm-macos.h, config/powerpc/tm-ppc-aix.h,
7183         config/powerpc/tm-ppc-eabi.h, config/powerpc/tm-ppc-nw.h,
7184         config/powerpc/tm-ppcle-eabi.h, config/powerpc/tm-solaris.h,
7185         config/powerpc/xm-aix.h, config/powerpc/xm-linux.h,
7186         config/powerpc/xm-mpw.h, config/rs6000/nm-rs6000.h,
7187         config/rs6000/tm-rs6000.h, config/rs6000/tm-rs6000ly.h,
7188         config/rs6000/xm-aix4.h, config/rs6000/xm-rs6000.h,
7189         config/sh/tm-linux.h, config/sh/tm-sh.h, config/sh/tm-wince.h,
7190         config/sparc/nm-linux.h, config/sparc/nm-nbsd.h,
7191         config/sparc/nm-nbsdelf.h, config/sparc/nm-sparclynx.h,
7192         config/sparc/nm-sun4os4.h, config/sparc/nm-sun4sol2.h,
7193         config/sparc/tm-linux.h, config/sparc/tm-sp64.h,
7194         config/sparc/tm-sp64sim.h, config/sparc/tm-sparc.h,
7195         config/sparc/tm-sparclet.h, config/sparc/tm-sparclite.h,
7196         config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
7197         config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
7198         config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
7199         config/tic80/tm-tic80.h, config/tm-linux.h, config/tm-lynx.h,
7200         config/tm-sysv4.h, config/v850/tm-v850.h, config/vax/tm-vax.h,
7201         config/w65/tm-w65.h, config/xm-aix4.h, config/xm-lynx.h,
7202         config/xm-mpw.h, config/xm-nbsd.h, config/xm-sysv4.h,
7203         config/z8k/tm-z8k.h, configure.in, core-aout.c, core-regset.c,
7204         core-sol2.c, corefile.c, corelow.c, cp-valprint.c,
7205         cpu32bug-rom.c, cxux-nat.c, d10v-tdep.c, d30v-tdep.c,
7206         dbug-rom.c, dbxread.c, dcache.c, dcache.h, defs.h,
7207         delta68-nat.c, demangle.c, dink32-rom.c, dpx2-nat.c, dsrec.c,
7208         dstread.c, dve3900-rom.c, dwarf2read.c, dwarfread.c,
7209         elfread.c, environ.c, environ.h, eval.c, event-loop.c,
7210         event-loop.h, event-top.c, exec.c, expprint.c, f-exp.y,
7211         f-lang.c, f-lang.h, f-typeprint.c, f-valprint.c, findvar.c,
7212         fork-child.c, fr30-tdep.c, frame.c, frame.h, gdb-events.c,
7213         gdb-events.h, gdb-events.sh, gdb-stabs.h, gdb.1, gdb_string.h,
7214         gdb_thread_db.h, gdbcmd.h, gdbcore.h, gdbserver/Makefile.in,
7215         gdbserver/gdbreplay.c, gdbserver/gdbserver.1,
7216         gdbserver/low-hppabsd.c, gdbserver/low-linux.c,
7217         gdbserver/low-lynx.c, gdbserver/low-nbsd.c,
7218         gdbserver/low-sim.c, gdbserver/low-sparc.c,
7219         gdbserver/low-sun3.c, gdbserver/remote-utils.c,
7220         gdbserver/server.c, gdbserver/server.h, gdbserver/utils.c,
7221         gdbthread.h, gdbtypes.c, gdbtypes.h, gnu-nat.c, gnu-nat.h,
7222         gnu-regex.c, gnu-regex.h, h8300-tdep.c, h8500-tdep.c,
7223         hp-psymtab-read.c, hp-symtab-read.c, hp300ux-nat.c,
7224         hppa-tdep.c, hppab-nat.c, hppah-nat.c, hppam3-nat.c, hpread.c,
7225         hpread.h, hpux-thread.c, i386-tdep.c, i386aix-nat.c,
7226         i386b-nat.c, i386gnu-nat.c, i386ly-tdep.c, i386m3-nat.c,
7227         i386mach-nat.c, i386nbsd-nat.c, i386nbsd-tdep.c, i386v-nat.c,
7228         i386v4-nat.c, i387-tdep.c, i960-tdep.c, infcmd.c, inferior.h,
7229         inflow.c, infptrace.c, infrun.c, inftarg.c, infttrace.c,
7230         irix4-nat.c, irix5-nat.c, isi-xdep.c, jv-exp.y, jv-lang.c,
7231         jv-lang.h, jv-typeprint.c, jv-valprint.c, kdb-start.c,
7232         kod-cisco.c, kod.c, language.c, language.h, lin-thread.c,
7233         linespec.c, linespec.h, linux-thread.c, lynx-nat.c, m2-exp.y,
7234         m2-lang.c, m2-lang.h, m2-typeprint.c, m2-valprint.c, m3-nat.c,
7235         m32r-rom.c, m32r-tdep.c, m68k-tdep.c, m68klinux-nat.c,
7236         m68knbsd-nat.c, m88k-nat.c, m88k-tdep.c, mac-nat.c,
7237         mac-xdep.c, main.c, maint.c, mcore-rom.c, mcore-tdep.c,
7238         mdebugread.c, mem-break.c, minimon.h, minsyms.c, mips-nat.c,
7239         mips-tdep.c, mipsm3-nat.c, mipsread.c, mipsv4-nat.c,
7240         mn10200-tdep.c, mn10300-tdep.c, mon960-rom.c, monitor.c,
7241         monitor.h, news-xdep.c, nindy-share/env.h, nindy-tdep.c,
7242         nlm/Makefile.in, nlmread.c, ns32k-tdep.c, ns32km3-nat.c,
7243         ns32knbsd-nat.c, objfiles.c, objfiles.h, ocd.c, ocd.h,
7244         op50-rom.c, os9kread.c, osfsolib.c, p-exp.y, pa64solib.c,
7245         pa64solib.h, parse.c, parser-defs.h, partial-stab.h,
7246         ppc-bdm.c, ppc-linux-nat.c, ppc-linux-tdep.c, ppcbug-rom.c,
7247         ppcnbsd-nat.c, printcmd.c, proc-api.c, proc-events.c,
7248         proc-flags.c, proc-utils.h, proc-why.c, procfs.c, ptx4-nat.c,
7249         rdi-share/Makefile.in, rdi-share/aclocal.m4, regcache.c,
7250         regcache.h, remote-adapt.c, remote-array.c, remote-bug.c,
7251         remote-e7000.c, remote-eb.c, remote-es.c, remote-est.c,
7252         remote-hms.c, remote-mips.c, remote-mm.c, remote-nindy.c,
7253         remote-nrom.c, remote-os9k.c, remote-rdi.c, remote-rdp.c,
7254         remote-sds.c, remote-sim.c, remote-st.c, remote-udi.c,
7255         remote-utils.c, remote-utils.h, remote-vx.c, remote.c,
7256         remote.h, reply_mig_hack.awk, rom68k-rom.c, rs6000-nat.c,
7257         rs6000-tdep.c, scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h,
7258         scm-valprint.c, ser-e7kpc.c, ser-mac.c, ser-ocd.c, ser-pipe.c,
7259         ser-tcp.c, ser-unix.c, serial.c, serial.h, sh-tdep.c,
7260         sh3-rom.c, sol-thread.c, solib-aix5.c, solib-svr4.c, solib.c,
7261         solib.h, solist.h, somread.c, somsolib.c, somsolib.h,
7262         source.c, sparc-nat.c, sparc-tdep.c, sparcl-tdep.c,
7263         sparclet-rom.c, srec.h, stabsread.c, stabsread.h, stack.c,
7264         standalone.c, stop-gdb.c, stuff.c, sun3-nat.c, sun386-nat.c,
7265         symfile.c, symfile.h, symm-nat.c, symm-tdep.c, symmisc.c,
7266         symtab.c, symtab.h, target.c, target.h, terminal.h, thread.c,
7267         tic80-tdep.c, top.c, top.h, tracepoint.c, tracepoint.h,
7268         typeprint.c, ui-file.c, ui-file.h, ui-out.h, ultra3-nat.c,
7269         ultra3-xdep.c, umax-xdep.c, utils.c, v850-tdep.c, v850ice.c,
7270         valarith.c, valops.c, valprint.c, value.h, values.c, varobj.h,
7271         vax-tdep.c, version.h, vx-share/vxWorks.h, vx-share/xdr_ld.c,
7272         vx-share/xdr_ptrace.c, vx-share/xdr_ptrace.h,
7273         vx-share/xdr_rdb.c, w65-tdep.c, w89k-rom.c, win32-nat.c,
7274         wrapper.c, wrapper.h, xcoffread.c, xcoffsolib.c, xcoffsolib.h,
7275         xmodem.c, xmodem.h, z8k-tdep.c: Update/correct copyright
7276         notices.
7277
7278 2001-03-05  Kevin Buettner  <kevinb@redhat.com>
7279
7280         * acconfig.h (HAVE_PRSYSENT_T, HAVE_PR_SIGSET_T,
7281         HAVE_PR_SIGACTION64_T, HAVE_PR_SIGINFO64_T): New configure
7282         macros.
7283         * configure.in (prsysent_t, pr_sigset_t, pr_sigaction64_t,
7284         pr_siginfo64_t): Test for these typedefs in <sys/procfs.h>.
7285         (sys/fault.h, sys/select.h): Test for presence of these
7286         header files.
7287         (ia64-*-aix*): Define NEW_PROC_API for this host.
7288         * configure: Regenerate.
7289         * config.in: Regenerate.
7290
7291         * configure.host (ia64-*-aix*): New host.
7292         * configure.tgt (ia64-*-aix*): New target.
7293
7294 2001-03-05  Andrew Cagney  <ac131313@redhat.com>
7295
7296         * TODO (GDB 5.1 Known Problems): Document z8k as broken.
7297
7298 Mon Mar  5 11:56:09 2001  Christopher Faylor <cgf@cygnus.com>
7299
7300         * wince.c: Change realloc to xrealloc throughout.
7301         (handle_load_dll): Use void * rather than PTR in argument.
7302
7303 2001-03-04  Andrew Cagney  <ac131313@redhat.com>
7304
7305         * ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
7306         * ocd.c (ocd_xfer_memory): Ditto.
7307         * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
7308         * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
7309         buildable with ,-Werror.
7310
7311         * Makefile.in (symfile_h): Define.
7312         (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
7313         * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
7314         * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
7315         ,-Werror.
7316
7317         * dsrec.c (make_srec): Fix internal_error fmt arg.
7318         * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
7319
7320 2001-03-03  Kevin Buettner  <kevinb@redhat.com>
7321
7322         * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
7323         as an lvalue.
7324
7325 2001-03-02  Andrew Cagney  <ac131313@redhat.com>
7326
7327         * MAINTAINERS (paper trail): Update.
7328
7329         * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
7330
7331 2001-03-02  Andrew Cagney  <ac131313@redhat.com>
7332
7333         From 2001-03-01 Tom Rix <trix@redhat.com>:
7334         * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
7335         parameter to mn10200_analyze_prologue.
7336
7337         * config/mn10200/tm-mn10200.h: Include "regcache.h".
7338         * MAINTAINERS: Document that mn10200-elf target is buildable.
7339
7340 2001-03-02  Kevin Buettner  <kevinb@redhat.com>
7341
7342         * config/ia64/xm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): Move defines
7343         from here...
7344         * config/ia64/nm-aix.h (GDB_GREGSET_T, GDB_FPREGSET_T): ...to here.
7345         (MONTEREY): Don't define.
7346         (AIX5): Define.
7347
7348 2001-03-02  Matt Hiller  <hiller@redhat.com>
7349
7350         * config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
7351
7352 2001-03-02  Kevin Buettner  <kevinb@redhat.com>
7353
7354         * sparc-nat.c (sparc-nat.c): Don't include self.
7355
7356 2001-03-01  J.T. Conklin  <jtc@redback.com>
7357
7358         * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
7359         if __CYGWIN32__ is set from here.
7360         * config/i386/xm-cygwin.h: To here.
7361         * config/powerpc/xm-cygwin.h: To here.
7362
7363         * i386-stub.c (handle_exception): Use 'T' response packet.
7364
7365 2001-03-01  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
7366
7367         * m32r-tdep.c: Fix cut and paste error in comment.
7368
7369 2001-02-28  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
7370
7371         * symtab.c (print_msymbol_info): Print addresses by portable method
7372         longest_local_hex_string_custom.  Allow for 64-bit addresses.
7373
7374 2001-03-01  J.T. Conklin  <jtc@redback.com>
7375
7376         * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
7377         (MAX_OF_TYPE): Wrap macro definition in parenthesis.
7378         (MIN_OF_TYPE): Likewise.
7379         
7380         * memattr.h (mem_access_mode): Removed extraneous trailing comma.
7381
7382 2001-03-01  Andrew Cagney  <ac131313@redhat.com>
7383
7384         * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
7385         * os9kread.c (os9k_process_one_symbol): Add assert to detect
7386         ``loses if sizeof (char *) > sizeof (int)''.
7387
7388 2001-03-01  Andrew Cagney  <ac131313@redhat.com>
7389
7390         * gdb_assert.h: Document pragmatics behind gdb_assert's case.
7391
7392 2001-03-01  Andrew Cagney  <ac131313@redhat.com>
7393
7394         * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
7395         lists.
7396         (mi-main.o): Ditto.
7397
7398 2001-03-01  Andrew Cagney  <ac131313@redhat.com>
7399
7400         * Makefile.in (regcache_h): Define. Add $(regcache_h) to
7401         dependency lists.
7402
7403 2001-02-28  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
7404
7405         * printcmd.c (print_address_numeric): Update comments to refer
7406         to sizeof addr, not sizeof pointer.
7407         (x_command): Remove needless whitespace (shorten long line).
7408         
7409         * breakpoint.c (print_one_breakpoint): Formatting clean-up.
7410         (read_memory_nobpt): Ditto.
7411         (ep_is_catchpoint): Ditto.
7412         (ep_is_shlib_catchpoint): Ditto.
7413         (ep_is_exception_catchpoint): Ditto.
7414         (describe_other_breakpoints): Ditto.
7415
7416 Wed Feb 28 20:37:36 2001  Andrew Cagney  <ac131313@redhat.com>
7417
7418         * regcache.h (register_valid): Fix comment documenting valid
7419         states.
7420
7421 Tue Feb 27 23:56:23 2001  Andrew Cagney  <ac131313@redhat.com>
7422
7423         From Steven Johnson:
7424         * regcache.h: New file.
7425         
7426         * value.h (read_register_bytes, read_register_gen)
7427         (write_register_gen, write_register_bytes)
7428         (read_register, read_register_pid)
7429         (read_signed_register, read_signed_register_pid)
7430         (write_register, write_register_pid)
7431         (register_cached, set_register_cached)
7432         (register_changed, register_buffer)
7433         (registers_changed, supply_register): Move declaration from here.
7434         * regcache.h: To here.
7435         * gdbcore.h (registers_fetched): Ditto.
7436         * inferior.h (registers, registers_valid): Ditto.
7437
7438         * regcache.c (generic_target_read_pc, read_pc_pid, read_pc,
7439         generic_target_write_pc, write_pc_pid, write_pc,
7440         generic_target_read_sp, read_sp, generic_target_write_sp,
7441         write_sp, generic_target_read_fp, read_fp,
7442         generic_target_write_fp, write_fp): Add note that these functions
7443         will be moved from this file.
7444         
7445         * a29k-tdep.c: Include "regcache.h".
7446         * a68v-nat.c: Ditto.
7447         * abug-rom.c: Ditto.
7448         * alpha-nat.c: Ditto.
7449         * alpha-tdep.c: Ditto.
7450         * alphabsd-nat.c: Ditto.
7451         * arc-tdep.c: Ditto.
7452         * arm-linux-nat.c: Ditto.
7453         * arm-linux-tdep.c: Ditto.
7454         * arm-tdep.c: Ditto.
7455         * blockframe.c: Ditto.
7456         * core-aout.c: Ditto.
7457         * core-sol2.c: Ditto.
7458         * corelow.c: Ditto.
7459         * cpu32bug-rom.c: Ditto.
7460         * cxux-nat.c: Ditto.
7461         * d10v-tdep.c: Ditto.
7462         * d30v-tdep.c: Ditto.
7463         * dbug-rom.c: Ditto.
7464         * dink32-rom.c: Ditto.
7465         * dve3900-rom.c: Ditto.
7466         * findvar.c: Ditto.
7467         * fr30-tdep.c: Ditto.
7468         * frame.c: Ditto.
7469         * go32-nat.c: Ditto.
7470         * h8300-tdep.c: Ditto.
7471         * h8500-tdep.c: Ditto.
7472         * hp300ux-nat.c: Ditto.
7473         * hppa-tdep.c: Ditto.
7474         * hppab-nat.c: Ditto.
7475         * hppah-nat.c: Ditto.
7476         * hppam3-nat.c: Ditto.
7477         * hpux-thread.c: Ditto.
7478         * i386-linux-nat.c: Ditto.
7479         * i386-linux-tdep.c: Ditto.
7480         * i386-tdep.c: Ditto.
7481         * i386aix-nat.c: Ditto.
7482         * i386b-nat.c: Ditto.
7483         * i386bsd-nat.c: Ditto.
7484         * i386gnu-nat.c: Ditto.
7485         * i386ly-tdep.c: Ditto.
7486         * i386m3-nat.c: Ditto.
7487         * i386mach-nat.c: Ditto.
7488         * i386nbsd-nat.c: Ditto.
7489         * i386v4-nat.c: Ditto.
7490         * i387-nat.c: Ditto.
7491         * i387-tdep.c: Ditto.
7492         * i960-tdep.c: Ditto.
7493         * ia64-aix-nat.c: Ditto.
7494         * ia64-linux-nat.c: Ditto.
7495         * ia64-tdep.c: Ditto.
7496         * infptrace.c: Ditto.
7497         * infrun.c: Ditto.
7498         * irix4-nat.c: Ditto.
7499         * irix5-nat.c: Ditto.
7500         * lin-lwp.c: Ditto.
7501         * lin-thread.c: Ditto.
7502         * lynx-nat.c: Ditto.
7503         * m3-nat.c: Ditto.
7504         * m32r-rom.c: Ditto.
7505         * m32r-tdep.c: Ditto.
7506         * m68hc11-tdep.c: Ditto.
7507         * m68k-tdep.c: Ditto.
7508         * m68klinux-nat.c: Ditto.
7509         * m68knbsd-nat.c: Ditto.
7510         * m68knbsd-tdep.c: Ditto.
7511         * m88k-nat.c: Ditto.
7512         * m88k-tdep.c: Ditto.
7513         * mac-nat.c: Ditto.
7514         * mcore-rom.c: Ditto.
7515         * mcore-tdep.c: Ditto.
7516         * mi/mi-main.c: Ditto.
7517         * mips-nat.c: Ditto.
7518         * mips-tdep.c: Ditto.
7519         * mipsm3-nat.c: Ditto.
7520         * mipsv4-nat.c: Ditto.
7521         * mn10200-tdep.c: Ditto.
7522         * mn10300-tdep.c: Ditto.
7523         * monitor.c: Ditto.
7524         * ns32km3-nat.c: Ditto.
7525         * ns32knbsd-nat.c: Ditto.
7526         * ocd.c: Ditto.
7527         * pa64solib.c: Ditto.
7528         * ppc-bdm.c: Ditto.
7529         * ppc-linux-nat.c: Ditto.
7530         * ppc-linux-tdep.c: Ditto.
7531         * ppcbug-rom.c: Ditto.
7532         * ppcnbsd-nat.c: Ditto.
7533         * ptx4-nat.c: Ditto.
7534         * regcache.c: Ditto.
7535         * remote-adapt.c: Ditto.
7536         * remote-array.c: Ditto.
7537         * remote-bug.c: Ditto.
7538         * remote-e7000.c: Ditto.
7539         * remote-eb.c: Ditto.
7540         * remote-es.c: Ditto.
7541         * remote-est.c: Ditto.
7542         * remote-hms.c: Ditto.
7543         * remote-mips.c: Ditto.
7544         * remote-mm.c: Ditto.
7545         * remote-nindy.c: Ditto.
7546         * remote-os9k.c: Ditto.
7547         * remote-rdi.c: Ditto.
7548         * remote-rdp.c: Ditto.
7549         * remote-sds.c: Ditto.
7550         * remote-sim.c: Ditto.
7551         * remote-st.c: Ditto.
7552         * remote-udi.c: Ditto.
7553         * remote-utils.c: Ditto.
7554         * remote-vx.c: Ditto.
7555         * remote-vx29k.c: Ditto.
7556         * remote-vx68.c: Ditto.
7557         * remote-vx960.c: Ditto.
7558         * remote-vxmips.c: Ditto.
7559         * remote-vxsparc.c: Ditto.
7560         * remote.c: Ditto.
7561         * rom68k-rom.c: Ditto.
7562         * rs6000-nat.c: Ditto.
7563         * rs6000-tdep.c: Ditto.
7564         * sh-tdep.c: Ditto.
7565         * sh3-rom.c: Ditto.
7566         * sol-thread.c: Ditto.
7567         * solib-svr4.c: Ditto.
7568         * somsolib.c: Ditto.
7569         * sparc-nat.c: Ditto.
7570         * sparc-tdep.c: Ditto.
7571         * sparcl-tdep.c: Ditto.
7572         * sparclet-rom.c: Ditto.
7573         * sun3-nat.c: Ditto.
7574         * sun386-nat.c: Ditto.
7575         * symm-nat.c: Ditto.
7576         * target.c: Ditto.
7577         * thread-db.c: Ditto.
7578         * thread.c: Ditto.
7579         * tic80-tdep.c: Ditto.
7580         * tracepoint.c: Ditto.
7581         * ultra3-nat.c: Ditto.
7582         * umax-xdep.c: Ditto.
7583         * uw-thread.c: Ditto.
7584         * v850-tdep.c: Ditto.
7585         * v850ice.c: Ditto.
7586         * valops.c: Ditto.
7587         * w65-tdep.c: Ditto.
7588         * w89k-rom.c: Ditto.
7589         * win32-nat.c: Ditto.
7590         * wince.c: Ditto.
7591         * z8k-tdep.c: Ditto.
7592
7593 2001-02-28  Matt Hiller  <hiller@redhat.com>    
7594         
7595         * MAINTAINERS: Add Matt Hiller to Write After Approval list.
7596
7597 2001-02-27  Matt Hiller  <hiller@redhat.com>
7598
7599         * mn10300-tdep.c (mn10300_stab_reg_to_regnum): New function.
7600         (mn10300_gdbarch_init): Set appropriate elements of gdbarch to
7601         mn10300_stab_reg_to_regnum.
7602
7603 Tue Feb 27 16:56:13 2001  David Taylor  <taylor@redhat.com>
7604
7605         * symtab.c (search_symbols): Fix off by one error in test for
7606         error.
7607
7608 2001-02-23  Andrew Cagney  <ac131313@redhat.com>
7609
7610         * config/sparc/sp64linux.mt: New file.
7611         * configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
7612         * configure.host: Recognize sparc64-*-linux* as a linux host.
7613
7614         From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
7615         * config/sparc/tm-sp64linux.h: New file.
7616         
7617 2001-02-24  Kevin Buettner  <kevinb@redhat.com>
7618
7619         * buildsym.c (push_subfile, pop_subfile): Replace call to abort()
7620         with call to internal_error().
7621         * dbxread.c (process_one_symbol): Likewise.
7622         * exec.c (build_section_table, xfer_memory): Likewise.
7623         * h8500-tdep.c (h8500_register_size, h8500_register_virtual_type):
7624         Likewise.
7625         * hpread.c (hpread_type_translate, hpread_read_array_type)
7626         (hpread_type_lookup): Likewise.
7627         * i386-tdep.c (gdb_print_insn_i386): Likewise.
7628         * i960-tdep.c (mem): Likewise
7629         * inflow.c (set_sigio_trap, clear_sigio_trap): Likewise.
7630         * infptrace.c (child_resume): Likewise.
7631         * infttrace.c (_initialize_infttrace): Likewise.
7632         * language.c (binop_result_type, add_language): Likewise.
7633         * lynx-nat.c (store_inferior_registers): Likewise.
7634         * m3-nat.c (port_chain_insert, m3_trace_me): Likewise.
7635         * mdebugread.c (parse_partial_symbols): Likewise.
7636         * monitor.c (monitor_printf_noecho, monitor_printf)
7637         (monitor_dump_regs): Likewise.
7638         * ocd.c (stu_put_packet): Likewise.
7639         * printcmd.c (decode_format, print_scalar_formatted): Likewise.
7640         * remote-bug.c (bug_open): Likewise.
7641         * remote-e7000.c (fetch_regs_from_dump, e7000_wait): Likewise.
7642         * remote-es.c (es1800_read_bytes): Likewise.
7643         * remote-mips.c (common_breakpoint): Likewise.
7644         * remote-rdp.c (send_rdp): Likewise.
7645         * remote-sds.c (putmessage): Likewise.
7646         * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
7647         Likewise.
7648         * sparcl-tdep.c (sparclite_download): Likewise.
7649         * symtab.c (lookup_partial_symbol): Likewise.
7650         * target.c (push_target, pop_target, initialize_targets): Likewise.
7651         * utils.c (internal_verror, malloc_botch, wrap_here, decimal2str):
7652         Likewise.
7653         * valprint.c (print_decimal, print_longest, print_longest)
7654         (strcat_longest): Likewise.
7655         * w65-tdep.c (init_frame_pc, w65_push_dummy_frame): Likewise.
7656         * xmodem.c (xmodem_send_packet): Likewise.
7657         * z8k-tdep.c (init_frame_pc, z8k_push_dummy_frame): Likewise.
7658         * config/h8500/tm-h8500.h (STORE_STRUCT_RETURN): Likewise.
7659         * config/mn10200/tm-mn10200.h (EXTRACT_RETURN_VALUE)
7660         (STORE_RETURN_VALUE): Likewise.
7661         * config/ns32k/nm-umax.h (REGISTER_U_ADDR): Likewise.
7662         * config/ns32k/xm-merlin.h (REGISTER_U_ADDR): Likewise.
7663         * config/z8k/tm-z8k.h (STORE_STRUCT_RETURN, STORE_RETURN_VALUE):
7664         Likewise.
7665
7666 2001-02-23  Andrew Cagney  <ac131313@redhat.com>
7667
7668         * CONTRIBUTE: Document how to cite a problem report.
7669         * TODO: Note need to replace CONTRIBUTE with generated file.
7670
7671         * CONTRIBUTE: Mention that patches do not need to include the
7672         generated files gdbarch.h and gdbarch.c.
7673         
7674 2001-02-21  Andrew Cagney  <ac131313@redhat.com>
7675
7676         * value.h (get_saved_register): Move from here.
7677         * frame.h: To here.
7678
7679 2001-02-21  Kevin Buettner  <kevinb@redhat.com>
7680
7681         * solib.h (in_svr4_dynsym_resolve_code): Delete declaration.
7682         (in_solib_dynsym_resolve_code): Add declaration.
7683         (IN_SOLIB_DYNSYM_RESOLVE_CODE): Changed define to invoke
7684         in_solib_dynsym_resolve_code() rather than
7685         in_svr4_dynsym_resolve_code().  Also, removed the ifdefs
7686         which caused this macro to only be defined when
7687         SVR4_SHARED_LIBS is defined.
7688         * solib.c (in_solib_dynsym_resolve_code): New function.
7689         * solist.h (struct target_so_ops): Add new member
7690         in_dynsym_resolve_code.
7691         * solib-aix5.c (aix5_in_dynsym_resolve_code): Renamed from
7692         in_svr4_dynsym_resolve_code.  Also, made static.
7693         (_initialize_aix5_solib): Initialize in_dynsym_resolve_code
7694         member in aix5_so_ops.
7695         * solib-svr4.c (svr4_in_dynsym_resolve_code): Renamed from
7696         in_svr4_dynsym_resolve_code.  Also, added second version
7697         of this function which will be used when SVR4_SHARED_LIBS
7698         is not defined.
7699         (_initialize_svr4_solib): Initialize in_dynsym_resolve_code
7700         member in svr4_so_ops.
7701
7702         * ia64-aix-nat.c, ia64-aix-tdep.c, config/ia64/aix.mh,
7703         config/ia64/aix.mt, config/ia64/nm-aix.h, config/ia64/tm-aix.h,
7704         config/ia64/xm-aix.h: New files.
7705         * ia64-tdep.c (_initialize_ia64_tdep): Remove declaration.
7706         (ia64_aix_sigcontext_register_address): New declaration.
7707         (ia64_gdbarch_init): Provide for initialization of 
7708         sigcontext_register_address member of struct tdep when
7709         on target is detected to be running AIX.
7710         * config/ia64/linux.mt (TDEPFILES): Add ia64-aix-tdep.o to
7711         this list.
7712
7713 2001-02-20  Kevin Buettner  <kevinb@redhat.com>
7714
7715         * ia64-tdep.c (ia64_frameless_function_invocation): Implement.
7716         * config/ia64/linux.mh (NATDEPFILES): Use thread-db.o and lin-lwp.o
7717         for thread support instead of linux-thread.o and lin-thread.o.
7718         * config/ia64/nm-linux.h (PREPARE_TO_PROCEED, GET_THREAD_SIGNALS,
7719         ATTACH_LWP): Define to use the following lin-lwp.c functions...
7720         (lin_lwp_prepare_to_proceed, lin_thread_get_thread_signals,
7721         lin_lwp_attach_lwp): Declare.
7722
7723 2001-02-20  Andrew Cagney  <ac131313@redhat.com>
7724
7725         * mips-tdep.c (do_fp_register_row, do_fp_register_row): Fix printf
7726         formatting.
7727
7728 2001-02-20  Kevin Buettner  <kevinb@redhat.com>
7729
7730         * solib-aix5.c (solib-svr4.h): Remove include.
7731         (solib_break_names): Delete names which aren't actually
7732         used by AIX5.
7733         (bkpt_names): Remove.
7734         (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls
7735         to STREQ() with equivalent calls to strcmp().
7736         (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol,
7737         aix5_solib_create_inferior_hook): Revise comments.
7738         (enable_break): Remove old ``bkpt_names'' code.
7739
7740 2001-02-19  Andrew Cagney  <ac131313@redhat.com>
7741
7742         * Makefile.in (SFILES): Add frame.c .
7743         (COMMON_OBS): Add frame.o .
7744         (frame.o): New target.
7745
7746         * frame.c (find_saved_register): 
7747         (default_get_saved_register): 
7748         (get_saved_register): 
7749         (read_relative_register_raw_bytes_for_frame): 
7750         (read_relative_register_raw_bytes): Moved to here.
7751         * regcache.c: From here.
7752
7753 2001-02-20  Kevin Buettner  <kevinb@redhat.com>
7754
7755         * solib-aix5.c: New file.
7756
7757 2001-02-20  Martin M. Hunt  <hunt@redhat.com>
7758
7759         * solib.c (info_sharedlibrary_command): Don't assume pointers
7760         are the same size of long, call longest_local_hex_string_custom().
7761
7762         * solib-svr4.c (LM_ADDR): LM_ADDR is a signed offset, so
7763         extract_signed_integer() should be called instead of
7764         extract_address().
7765
7766 2001-02-20  Martin M. Hunt  <hunt@redhat.com>   
7767         
7768         * MAINTAINERS: Add Martin Hunt to Write After Approval list.
7769
7770 2001-02-19  Andrew Cagney  <ac131313@redhat.com>
7771
7772         Frm 2001-02-09 Jim Kingdon <jkingdon@engr.sgi.com>:
7773         * mips-tdep.c (mips_register_raw_size): If FP_REGISTER_DOUBLE,
7774         then floating point registers are 8 bytes.
7775
7776 2001-02-19  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
7777
7778         * parse.c (write_exp_msymbol): Make the type CORE_ADDR, to 
7779         accomodate 64-bit addresses.
7780
7781 2001-02-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7782
7783         From Peter Schauer <Peter.Schauer@regent.e-technik.tu-muenchen.de>
7784         * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux, not
7785         lookup_symbol, when trying to find a symbol with a mangled name,
7786         to avoid infinite recursion.
7787
7788 2001-02-18  Andrew Cagney  <ac131313@redhat.com>
7789
7790         * TODO (5.2): Mention G++ 3.0 ABI.  General cleanups.
7791
7792 2001-02-19  Jonathan Larmour  <jlarmour@redhat.com>
7793
7794         * arm-tdep.c (check_prologue_cache): Fix off by 1 error.
7795         (save_prologue_cache): Ditto.
7796
7797 2001-02-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7798
7799         From: innadadadavida@yahoo.com:
7800         * partial-stab.h (switch): Check that pst is not null
7801         before dereferencing it.
7802
7803 2001-02-19  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
7804
7805         From Andrew Cagney  <cagney@b1.cygnus.com>:
7806         * symfile.c (add_symbol_file_command): Always initialize
7807         my_cleanup using a NULL cleanup.
7808
7809 2001-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
7810
7811         * demangle.c (demangling_style_names): New variable.
7812         (_initialize_demangler): Fill demangling_style_names with the
7813         names of known demangling styles from libiberty_demanglers[].  Use
7814         add_set_enum_cmd instead of add_set_cmd, to get completion on
7815         demangling style names.
7816
7817         * proc-api.c (_initialize_proc_api): Make `procfs-file' use
7818         file-name completion.
7819
7820         * remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.
7821
7822         * solib.c (_initialize_solib): Ditto for `solib-search-path' and
7823         `solib-absolute-prefix'.
7824
7825         * tracepoint.c (_initialize_tracepoint): Ditto for
7826         `save-tracepoints'.
7827
7828         * win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.
7829
7830         * cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
7831         file-name completion.
7832
7833         * infcmd.c (_initialize_infcmd): Make the following commands use
7834         the file-name completer: `tty', `args', `path', `paths', and
7835         `run'.
7836
7837 2001-02-18  Eli Zaretskii  <eliz@is.elta.co.il>
7838
7839         * go32-nat.c: Include i387-nat.h.
7840         (fetch_register): New function, uses some of the guts of
7841         go32_fetch_registers and calls i387_supply_register.
7842         (go32_fetch_registers): Most of the code moved into
7843         fetch_register.  Use i387_supply_fsave.
7844         (store_register): Use i387_fill_fsave instead of custom code.
7845         (go32_store_registers): Use i387_fill_fsave.
7846
7847         * Makefile.in (go32-nat.o): Depend on i387-nat.h.
7848
7849         * config/i386/go32.mh (NATDEPFILES): Add i387-nat.o.
7850
7851         * completer.c (gdb_completer_file_name_break_characters): Remove
7852         slash from file-name break characters.
7853         [__MSDOS__]: Special definition for DOS/Windows file names.
7854         (line_completion_function): When completing on file names, bump
7855         `p' to the first file-name constituent character of `word', before
7856         invoking the completer.
7857
7858 2001-02-17  Mark Kettenis  <kettenis@gnu.org>
7859
7860         * i387-nat.c: Include "i387-nat.h".  Use regnum instead of regno
7861         consistently for parameter names.  Fix comments accordingly.
7862         (i387_supply_register): New function.
7863         (i387_supply_fsave): Implement using i387_supply_register.
7864         * i387-nat.h: Use regnum instead of regno consistently for
7865         parameter names.  Fix comments accordingly.
7866         (i387_supply_register): New prototype.
7867
7868 2001-02-16  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
7869
7870         * remote.c (build_remote_gdbarch_data): Use new TARGET_ADDR_BIT 
7871         instead of TARGET_PTR_BIT (to support Harvard architectures).
7872
7873 2001-02-16  Andrew Cagney  <ac131313@redhat.com>
7874
7875         From 2001-02-11 Paul Hilfinger <hilfingr@lisbon.int.act-europe.fr>
7876         * hpux-thread.c (hpux_thread_xfer_memory): Add mem_attrib 
7877         argument to parameter list and to call in order to conform to 
7878         to_xfer_memory field of struct target_ops.
7879
7880 2001-02-12  Michael Chastain  <chastain@redhat.com>
7881
7882         * somsolib.c (som_solib_add_solib_objfile): Do not use
7883         section relocation feature of syms_from_objfile.  Do my own
7884         section relocation, offsetting each section of the som by
7885         either text_addr - text_link_addr or data_start.
7886
7887 2001-02-16  Andrew Cagney  <ac131313@redhat.com>
7888
7889         * TODO (5.1): Move ``Hardware watchpint problems'' out of 5.1.
7890
7891 2001-02-16  Andrew Cagney  <ac131313@redhat.com>
7892
7893         * MAINTAINERS (paper trail): Update.
7894
7895 2001-02-16  Mark Kettenis  <kettenis@gnu.org>
7896
7897         * target.h (target_fetch_registers): Fix comment.
7898
7899 2001-02-15  Andrew Cagney  <ac131313@redhat.com>
7900
7901         * f-exp.y: Include <ctype.h>.
7902         (parse_number): Ensure that ``i'' is always initialized.
7903
7904 2001-02-14  Jim Kingdon  <jkingdon@engr.sgi.com>
7905
7906         * MAINTAINERS: Add myself to paper trail section.
7907
7908 2001-02-14  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7909
7910         * configure.in (AC_CHECK_HEADERS): Add sys/file.h.
7911         * configure, config.in: Regenerate.
7912         * corelow.c: Include <sys/file.h> if present.
7913
7914 2001-02-14  Andrew Cagney  <ac131313@redhat.com>
7915
7916         * inflow.c (terminal_ours_1): Initialize ``osigtou''.  Only
7917         declare when have SIGTTOU.
7918
7919 2001-02-14  Eli Zaretskii  <eliz@is.elta.co.il>
7920
7921         * config/djgpp/fnchange.lst: Add entries for gdb/gdbtk/*/ChangeLog-*.
7922
7923 2001-02-12  Jim Kingdon  <jkingdon@engr.sgi.com>
7924
7925         * MAINTAINERS: Update my email address.
7926
7927 2001-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
7928
7929         * NEWS: Document that "info symbol" works with COFF debug info and
7930         its variants.
7931
7932         * minsyms.c (lookup_minimal_symbol_by_pc_section): Don't skip
7933         symbols whose SYMBOL_BFD_SECTION is NULL.
7934
7935 2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7936
7937         Get rid of AIX specific PC_LOAD_SEGMENT, replace with PC_SOLIB.
7938         * xcoffsolib.c (xcoff_solib_address):  Renamed from
7939         pc_load_segment_name.  Return NULL if address is not in a shared
7940         library.  Cleanup shared library name construction, using xasprintf.
7941         Format shared library member names consistent with format in exec.c.
7942         (solib_info):  Format shared library member names consistent with
7943         format in exec.c.
7944         * config/rs6000/nm-rs6000.h:  Replace PC_LOAD_SEGMENT with PC_SOLIB,
7945         using xcoff_solib_address for PC_SOLIB definition.
7946         * stack.c (print_frame):  Remove PC_LOAD_SEGMENT code, no longer
7947         needed.
7948
7949 2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7950
7951         * mipsread.c (read_alphacoff_dynamic_symtab):  Replace alloca calls
7952         with xmalloc calls and cleanups.
7953
7954 2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
7955
7956         * rs6000-nat.c (child_xfer_memory):  Add missing parameter
7957         'struct mem_attrib *' required by 2001-01-23 change.
7958
7959 2001-02-08  Jim Kingdon  <jkingdon@engr.sgi.com>
7960
7961         Updates to "make TAGS":
7962         * Makefile.in (ALLDEPFILES): Remove altos-xdep.c arm-convert.s
7963         arm-xdep.c convex-tdep.c convex-xdep.c pyr-tdep.c pyr-xdep.c
7964         tahoe-tdep.c.
7965         (TAGFILES_NO_SRCDIR): Add $(SUBDIR_CLI_SRCS).
7966
7967 2001-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
7968
7969         * config/djgpp/fnchange.lst: Remove extraneous "too many dots".
7970
7971 Wed Feb  7 22:39:26 2001  Andrew Cagney  <cagney@redhat.com>
7972
7973         From Dean Luick <luick@cray.com>:
7974         * defs.h (continuation): Remove unused global variable.
7975
7976 Wed Feb  7 22:28:31 2001  Andrew Cagney  <cagney@redhat.com>
7977
7978         * configure.tgt: Remove references to convex, pyramid, altos and
7979         tahoe.
7980         * configure.host: Ditto.
7981         * MAINTAINERS: Ditto.
7982         * NEWS: Update.
7983
7984         * tahoe-tdep.c: Delete obsolete file.
7985         * pyr-xdep.c: Ditto.
7986         * pyr-tdep.c: Ditto.
7987         * convex-tdep.c: Ditto.
7988         * convex-xdep.c: Ditto.
7989         * config/tahoe/xm-tahoe.h: Ditto.
7990         * config/tahoe/tm-tahoe.h: Ditto.
7991         * config/tahoe/tahoe.mt: Ditto.
7992         * config/tahoe/tahoe.mh: Ditto.
7993         * config/pyr/xm-pyr.h: Ditto.
7994         * config/pyr/tm-pyr.h: Ditto.
7995         * config/pyr/pyramid.mt: Ditto.
7996         * config/pyr/pyramid.mh: Ditto.
7997         * config/m68k/xm-altos.h: Ditto.
7998         * config/m68k/tm-altos.h: Ditto.
7999         * config/m68k/altos.mt: Ditto.
8000         * config/m68k/altos.mh: Ditto.
8001         * config/convex/xm-convex.h: Ditto.
8002         * config/convex/tm-convex.h: Ditto.
8003         * config/convex/convex.mt: Ditto.
8004         * config/convex/convex.mh: Ditto.
8005         * config/convex/Convex.notes: Ditto.
8006         * config/arm/xm-arm.h: Ditto.
8007         * config/arm/nm-arm.h: Ditto.
8008         * config/arm/arm.mt: Ditto.
8009         * config/arm/arm.mh: Ditto.
8010         * arm-convert.s: Ditto.
8011         * arm-xdep.c: Ditto.
8012         * altos-xdep.c: Ditto.
8013
8014 Wed Feb  7 19:41:21 2001  Andrew Cagney  <cagney@redhat.com>
8015
8016         * defs.h (internal_error, internal_verror): Add __FILE__ and
8017         __LINE__ parameter.
8018         * utils.c (internal_error, internal_verror): Update.
8019
8020         * v850-tdep.c: Update calls to internal_error.
8021         * utils.c: Ditto.
8022         * ui-out.c: Ditto.
8023         * ui-file.c: Ditto.
8024         * target.h: Ditto.
8025         * symtab.h: Ditto.
8026         * symm-nat.c: Ditto.
8027         * sparc-tdep.c: Ditto.
8028         * source.c: Ditto.
8029         * serial.c: Ditto.
8030         * rs6000-tdep.c: Ditto.
8031         * rs6000-nat.c: Ditto.
8032         * remote.c: Ditto.
8033         * remote-vx.c: Ditto.
8034         * remote-sim.c: Ditto.
8035         * remote-mips.c: Ditto.
8036         * regcache.c: Ditto.
8037         * objfiles.h: Ditto.
8038         * objfiles.c: Ditto.
8039         * mn10300-tdep.c: Ditto.
8040         * mips-tdep.c: Ditto.
8041         * maint.c: Ditto.
8042         * m68k-tdep.c: Ditto.
8043         * m3-nat.c: Ditto.
8044         * language.c: Ditto.
8045         * infptrace.c: Ditto.
8046         * inferior.h: Ditto.
8047         * infcmd.c: Ditto.
8048         * ia64-tdep.c: Ditto.
8049         * i386-tdep.c: Ditto.
8050         * i386-linux-nat.c: Ditto.
8051         * hppah-nat.c: Ditto.
8052         * go32-nat.c: Ditto.
8053         * findvar.c: Ditto.
8054         * f-lang.c: Ditto.
8055         * elfread.c: Ditto.
8056         * event-loop.c: Ditto.
8057         * dwarf2read.c: Ditto.
8058         * dsrec.c: Ditto.
8059         * d30v-tdep.c: Ditto.
8060         * d10v-tdep.c: Ditto.
8061         * cli/cli-setshow.c: Ditto.
8062         * cli/cli-script.c: Ditto.
8063         * ch-exp.c: Ditto.
8064         * breakpoint.c: Ditto.
8065         * ax-gdb.c: Ditto.
8066         * arch-utils.c: Ditto.
8067         * a29k-tdep.c: Ditto.
8068         * gdb_assert.h: Ditto.
8069         * gdbarch.sh: Ditto.
8070         * gdbarch.h, gdbarch.c: Re-generate.
8071         
8072 2001-02-07  Andrew Cagney  <ac131313@redhat.com>
8073
8074         From Mark Kettenis <kettenis@gnu.org>:
8075         * event-top.h [!STOP_SIGNAL]: #include <signal.h>.
8076
8077 2001-02-07  Andrew Cagney  <ac131313@redhat.com>
8078
8079         * remote-sim.c (dump_mem): Cleanup printf format argument.
8080         * MAINTAINERS: Update, mn10300-elf now builds.
8081
8082 2001-02-07  Mark Kettenis  <kettenis@gnu.org>
8083
8084         * event-top.c: Remove duplicate #include <signal.h>.
8085
8086 2001-02-06  Andrew Cagney  <ac131313@redhat.com>
8087
8088         * sol-thread.c (restore_inferior_pid): Save the PID in a freshly
8089         allocated buffer.
8090         (save_inferior_pid): Restore the PID from that tempoary
8091         buffer. Delete the buffer.
8092         * utils.c (make_cleanup_close, do_close_cleanup): Ditto for FD.
8093
8094 2001-02-06  Andrew Cagney  <ac131313@redhat.com>
8095
8096         * MAINTAINERS: Add ``The Obvious Fix Rule''.
8097
8098 2001-02-06  Andrew Cagney  <ac131313@redhat.com>
8099
8100         * MAINTAINERS: Add Michael Snyder to Solaris/SPARC list.
8101
8102 2001-02-06  Andrew Cagney  <ac131313@cygnus.com>
8103
8104         * gdbarch.sh: Include "gdb_assert.h".
8105         (struct gdbarch): Change ``nr_data'' to unsigned.
8106         (alloc_gdbarch_data, free_gdbarch_data): New functions.
8107         (gdbarch_free): Free the data-pointer vector.  Use xfree to delete
8108         architecture vector.
8109         (struct gdbarch_data, struct gdbarch_data_registration): Move init
8110         method to gdbarch_data.  Add free method, make index unsigned.
8111         (struct gdbarch_data_registry): Make nr unsigned.
8112         (register_gdbarch_data): Add free parameter. Store in
8113         gdbarch_data.
8114         (init_gdbarch_data): Use set_gdbarch_data.
8115         (set_gdbarch_data): New function.
8116         
8117         * gdbarch.h, gdbarch.c: Re-generate.
8118         
8119 2001-02-06  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
8120
8121         * ser-unix.c (hardware_print_tty_state) [HAVE_SGTTY]: Call
8122         fprintf_filtered with correct arguments.
8123
8124 2001-02-06  Michael Snyder  <msnyder@makita.cygnus.com>
8125         Submitted by Paul Hilfinger (hilfingr@gnat.com) 
8126         and Andrei Petrov (and@genesyslab.com).
8127         * findvar.c: Buffers of size MAX_REGISTER_RAW_SIZE or REGISTER_BYTES
8128         must be allocated dynamically, since these are no longer constants.
8129         * infcmd.c: Ditto.
8130         * regcache.c: Ditto.
8131         * remote.c: Ditto.
8132         * sol-thread.c: Ditto.
8133         * valops.c: Ditto.
8134         * config/sparc/sun4sol2.mh (MH_CFLAGS): Add -I/usr/include/v9, as a
8135         work-around for a missing Sun header file in solaris for sparc64.
8136
8137 2001-02-04  Philip Blundell  <philb@gnu.org>
8138
8139         * config/arm/linux.mh (NATDEPFILES): Add proc-service.o,
8140         thread-db.o, lin-lwp.o; remove lin-thread.o, linux-thread.o.
8141         * config/arm/nm-linux.h (PREPARE_TO_PROCEED, ATTACH_LWP,
8142         GET_THREAD_SIGNALS): Define.
8143         * arm-linux-nat.c (fill_gregset): Correct type of argument.
8144         (supply_gregset): Likewise.
8145         (fill_fpregset): Likewise.
8146         (supply_fpregset): Likewise.
8147
8148 Tue Feb  6 11:58:57 2001  David Taylor  <taylor@redhat.com>
8149
8150         * valops.c (value_cast): If casting a scalar to a pointer, do not
8151         issue a message about truncation unless it exceeds the length of
8152         an address, not the length of a pointer.  This is because what the
8153         user gives us is an address, not a pointer, and we will ultimately
8154         convert it (via ADDRESS_TO_POINTER) to a pointer, not truncate it
8155         to a pointer.  This allows things like "print *(int *)0x01000234"
8156         to work without generating a misleading message on a target having
8157         two byte pointers and four byte addresses.
8158
8159 2001-02-05  Christopher Faylor  <cgf@cygnus.com>
8160
8161         * win32-nat.c: Change PTR to void * throughout.
8162
8163 2001-02-05  J.T. Conklin  <jtc@redback.com>
8164
8165         * signals.h: Removed.
8166         * event-top.c (#include <signal.h>): Changed from signals.h.
8167         * inflow.c: Likewise.
8168         * mac-xdep.c: Likewise.
8169         * ser-pipe.c: Likewise.
8170         * ser-tcp.c: Likewise.
8171         * standalone.c: Likewise.
8172         * top.c: Likewise.
8173         * utils.c: Likewise.
8174         * Makefile.in: Removed signals.h from dependencies.
8175
8176 2001-02-05  Christopher Faylor  <cgf@cygnus.com>
8177
8178         Change suggested by Dean Luick <luick@cray.com>
8179         * inferior.h (step_over_calls_kind): Remove trailing comma from
8180         last enum element.
8181         (step_over_calls): Declare as extern rather than global.
8182
8183 2001-02-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
8184
8185         * sh-tdep.c: Update copyright.
8186         (sh_extract_return_value): Rewrite.
8187         (sh3e_sh4_extract_return_value): New function.
8188         (sh_gdbarch_init): Initialize gdbarch_extract-return_value to new
8189         version of the function for sh3e and sh4 CPUs.
8190
8191 2001-02-05  Michael Chastain  <chastain@redhat.com>
8192
8193         * hppah-nat.c (child_xfer_memory): Add parameter 'struct mem_attrib *'
8194         to conform with interface change.
8195
8196 2001-02-04  Eli Zaretskii  <eliz@is.elta.co.il>
8197
8198         * config/djgpp/fnchange.lst: Tweak to make consistent with the
8199         new files.
8200
8201         * config/djgpp/djconfig.sh: Use explicit absolute file name when
8202         invoking `find'.
8203
8204         * ser-go32.c (dos_write) [UART_FIFO_WORKS]: Use outportsb only if
8205         UART_FIFO_WORKS is defined.  Otherwise use outportb.
8206         From Francisco Pastor <fpastor.etra-id@etra.es>
8207
8208         * go32-nat.c (go32_xfer_memory): Make the argument list consistent
8209         with target.h's `to_xfer_memory' member.
8210
8211 2001-02-02  J.T. Conklin  <jtc@redback.com>
8212
8213         * ppc-bdm.c (#include <signal.h>): Removed.
8214         * remote-array.c: Likewise.
8215         * remote-bug.c: Likewise.
8216         * remote-e7000.c: Likewise.
8217         * remote-mips.c: Likewise.
8218         * remote-os9k.c: Likewise.
8219         * remote-st.c: Likewise.
8220         * remote-udi.c: Likewise.
8221         * remote-vx29k.c: Likewise.
8222         * remote-vx68.c: Likewise.
8223         * remote-vx960.c: Likewise.
8224         * remote-vxmips.c: Likewise.
8225         * remote-vxsparc.c: Likewise.
8226
8227 2001-02-02  John Moore  <jmoore@redhat.com>
8228
8229         * remote-utils.h (sr_set_device): Changed free() to xfree() where 
8230         appropriate.  Also changed Copyright to include 2001.
8231         * symtab.h (obstack_chunk_free, SYMBOL_INIT_DEMANGLED_NAME): Likewise.
8232         * value.h (value_free): Likewise.
8233         * gdbarch.sh (gdbarch_free): Likewise.
8234         * gdbarch.c, gdbarch.h: Regenerated.
8235
8236 2001-02-02  John Moore  <jmoore@redhat.com>
8237
8238         * cli/cli-cmds.c (apropos_command): Changed occurance of free() to 
8239         xfree().  Also changed Copyright to include 2001.
8240
8241 2001-02-02  J.T. Conklin  <jtc@redback.com>
8242
8243         * monitor.c (#include "gdb_wait.h"): Removed.
8244         * ocd.c: Likewise.
8245         * ppc-bdm.c: Likewise.
8246         * remote-adapt.c: Likewise.
8247         * remote-array.c: Likewise.
8248         * remote-bug.c: Likewise.
8249         * remote-e7000.c: Likewise.
8250         * remote-eb.c: Likewise.
8251         * remote-es.c: Likewise.
8252         * remote-mips.c: Likewise.
8253         * remote-mm.c: Likewise.
8254         * remote-nindy.c: Likewise.
8255         * remote-os9k.c: Likewise.
8256         * remote-rdi.c: Likewise.
8257         * remote-rdp.c: Likewise.
8258         * remote-sds.c: Likewise.
8259         * remote-sim.c: Likewise.
8260         * remote-st.c: Likewise.
8261         * remote-udi.c: Likewise.
8262         * remote-vx.c: Likewise.
8263         * remote-vx29k.c: Likewise.
8264         * remote-vx68.c: Likewise.
8265         * remote-vx960.c: Likewise.
8266         * remote-vxmips.c: Likewise.
8267         * remote-vxsparc.c: Likewise.
8268         * remote.c: Likewise.
8269         * ser-pipe.c: Likewise.
8270         * ser-unix.c: Likewise.
8271         * Makefile.in: Updated dependencies.
8272
8273 2001-01-31  David Smith  <dsmith@redhat.com>
8274
8275         * event-loop.c: Change inclusion of string.h to gdb_string.h and
8276         updated the copyright notice.
8277         * ser-pipe.c: Ditto.
8278         * mi/mi-cmds.c: Ditto.
8279         * mi/mi-console.c: Ditto.
8280         * mi/mi-getopt.c: Ditto.
8281         * mi/mi-parse.c: Ditto.
8282
8283 2001-01-31  David Smith  <dsmith@redhat.com>
8284
8285         * MAINTAINERS: Add David Smith to Write After Approval list.
8286
8287 Tue Jan 30 15:43:08 2001  Andrew Cagney  <cagney@cygnus.com>
8288
8289         * cli/cli-utils.c (putchar_filtered): Move function from here.
8290         * utils.c (putchar_filtered): To here.
8291         * cli/cli-utils.h (putchar_filtered): Move declaration from here.
8292         * defs.h (putchar_filtered): To here.
8293         
8294 Tue Jan 30 17:27:11 2001  Andrew Cagney  <cagney@redhat.com>
8295
8296         * configure.in (AC_CHECK_FUNCS): Replace vfork test with
8297         AC_FUNC_VFORK macro.
8298         * config.in, configure: Re-generate.
8299
8300         * gdb_vfork.h: New file.
8301         * ser-pipe.c (pipe_open): Update. Include "gdb_vfork.h".
8302         * fork-child.c (fork_inferior): Ditto.
8303         
8304 Tue Jan 30 17:09:07 2001  Andrew Cagney  <cagney@redhat.com>
8305
8306         * defs.h (strsave): Delete declaration.
8307         * utils.c (strsave): Delete definition.
8308         * TODO (strsave): Update
8309
8310         * mac-xdep.c (tilde_expand): Replace strsave with xstrdup.
8311         * sparcl-tdep.c (sparclite_open): Ditto.
8312         * mips-tdep.c (mips_set_processor_type_command):  Ditto.
8313         (_initialize_mips_tdep):  Ditto.
8314         * solib.c (solib_open):  Ditto.
8315         * symfile.c (add_filename_language):  Ditto.
8316         (set_ext_lang_command):  Ditto.
8317         * source.c (init_source_path):  Ditto.
8318         (mod_path):  Ditto.
8319         * sh3-rom.c (sh3_open):  Ditto.
8320         (sh3e_open):  Ditto.
8321         * serial.c (serial_open):  Ditto.
8322         * remote-mips.c (common_open):  Ditto.
8323         * monitor.c (monitor_open):  Ditto.
8324         * m32r-rom.c (m32r_upload_command):  Ditto.
8325         * infcmd.c (path_command):  Ditto.
8326         * f-exp.y (parse_number):  Ditto.
8327         * breakpoint.c (create_longjmp_breakpoint):  Ditto.
8328         (create_thread_event_breakpoint):  Ditto.
8329         * arc-tdep.c (arc_set_cpu_type_command):  Ditto.
8330         (_initialize_arc_tdep):  Ditto.
8331
8332 Tue Jan 30 15:14:26 2001  Andrew Cagney  <cagney@skil>
8333
8334         * cli/cli-script.c (define_command): Check for a bad hook value in
8335         switch statement.
8336
8337 2001-01-30  J.T. Conklin  <jtc@redback.com>
8338
8339         * configure/sh/embed.mt: New file.
8340         * configure/sh/linux.mt: New file.
8341         * configure/sh/sh.mt: Removed.
8342         * configure.tgt (sh-*-hms,sh-*-coff*,sh-*-elf*,sh-*-linux): New targets.
8343         (sh-*-*): Removed.
8344
8345 2001-01-29  Michael Chastain  <chastain@redhat.com>
8346
8347         * symtab.c (lookup_block_symbol): Use 'namespace' parameter in
8348         symbol comparisons in binary search.
8349
8350 2001-01-27  Christopher Faylor  <cgf@cygnus.com>
8351
8352         * win32-nat.c (child_xfer_memory): Add missing argument required by
8353         2001-01-23 change.
8354
8355 2001-01-27  Mark Kettenis  <kettenis@gnu.org>
8356
8357         * ui-out.c (do_list_end): New function.
8358         (make_cleanup_ui_out_list_end): New function.
8359         * ui-out.h: Provide prototype for make_cleanup_ui_out_list_end.
8360         * stack.c (print_frame) [UI_OUT]: Call
8361         make_cleanup_ui_out_list_end to make sure we mark the end of the
8362         list if we do a non-local exit.  At the end of the function,
8363         instead of calling ui_out_list_end directly, let do_cleanups
8364         handle it.
8365
8366 2001-01-26  Fernando Nasser  <fnasser@redhat.com>
8367
8368         Fix double parsing of filenames passed as command line arguments
8369         to GDB (causes weird handling of escape characters).
8370         Also, remove dependencies on the CLI from libgdb.
8371         * call-cmds.h: Remove declaration of exec_file_command().
8372         * gdbcore.h: Remove declaration of exec_file_command().
8373         Add declarations for exec_open() and exec_file_clear().
8374         * symfile.h: Add declarations for symbol_file_add_main() and
8375         symbol_file_clear().
8376         * exec.c (exec_open): New function. Implements to_open for exec
8377         targets.
8378         (exec_file_clear): New function. Makes GDB forget about a previously
8379         specified executable file.
8380         (exec_file_attach): Move parsing of arguments from here ...
8381         (exec_file_command): ... to here.
8382         (init_exec_ops): Use exec_open(), not exec_file_command() to
8383         implement to_open for exec targets.
8384         * symfile.c (symbol_file_add_main): New function. Call symbol_file_add()
8385         with default values.  Used when the file name has already been parsed.
8386         (symbol_file_clear): New function. Makes GDB forget about previously
8387         read symbols.
8388         (symbol_file_command): Call the above function instead of inline code.
8389         * main.c: Include "symfile.h" and "gdbcore.h" instead of the deprecated
8390         "call-cmds.h".
8391         (captured_main): Call exec_file_attach() and symbol_file_add_main()
8392         instead of exec_file_command() and symbol_file_command().
8393         (captured_main): Add comment.
8394         * corefile.c: Include "symfile.h".
8395         (core_file_command): Call symbol_file_add_main() instead of
8396         symbol_file_command().
8397         (reopen_exec_file): Call exec_open() instead of exec_file_command().
8398         * infcmd.c: Include "symfile.h".
8399         (attach_command): Call symbol_file_add_main() instead of 
8400         symbol_file_command().
8401         * infrun.c: Remove comment about the inclusion of "symfile.h",
8402         not any longer appropriate.
8403         (follow_exec): Call symbol_file_add_main() instead of 
8404         symbol_file_command().
8405         * remote-es.c: Include "symfile.h".
8406         (es1800_load): Call symbol_file_add_main() instead of 
8407         symbol_file_command().
8408         * remote-vx.c: Remove comment about the inclusion of "symfile.h",
8409         not any longer appropriate.
8410         (vx-wait): Call symbol_file_add_main() instead of 
8411         symbol_file_command().
8412         * solib-svr4.c (open_symbol_file_object): Call symbol_file_add_main()
8413         instead of symbol_file_command().
8414         * v850ice.c (ice_file): Call exec_open(), exec_file_attach() and
8415         symbol_file_add_main() instead of exec_file_command() and
8416         symbol_file_command().
8417         * Makefile.in: Update dependencies.
8418
8419 2001-01-26  Jeff Holcomb  <jeffh@redhat.com>
8420
8421         * remote-udi.c (udi_open): Change strdup to xstrdup.
8422         * thread.c (thread_apply_all_command): Change strdup to xstrdup.
8423         Update copyright message.
8424         * varobj.c (delete_variable_1): Likewise.
8425
8426         * gdb_string.h: Remove declaration of strdup.  Update copyright
8427         message.
8428         * config/xm-mpw.h: Likewise.
8429         * config/i386/xm-i386mach.h: Likewise.
8430         * config/m68k/xm-apollo68b.h: Likewise.
8431         * config/m68k/xm-hp300bsd.h: Likewise.
8432         * config/rs6000/xm-rs6000.h: Likewise.
8433         * config/vax/xm-vaxult.h: Remove declaration of strdup.
8434         * config/vax/xm-vaxult2.h: Likewise.
8435
8436 2001-01-26  Jeff Holcomb  <jeffh@redhat.com>
8437
8438         * MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
8439
8440 2001-01-25  J.T. Conklin  <jtc@redback.com>
8441
8442         * target.c (target_xfer_memory_partial): Return -1 on failure due
8443         to invalid access mode attribute.
8444
8445 2001-01-25  Christopher Faylor  <cgf@cygnus.com>
8446
8447         * win32-nat.c (_initialize_core_win32): Prototype correctly.
8448
8449 2001-01-25  Mark Kettenis  <kettenis@gnu.org>
8450
8451         * config/alpha/tm-fbsd.h: Update copyright.
8452         (USE_STRUCT_CONVENTION): Define in terms of
8453         alphabsd_use_struct_convention.
8454         * config/alpha/fbsd.mt (TDEPFILES): Add alphafbsd-tdep.c.
8455         * alphafbsd-tdep.c: New file.
8456
8457 2001-01-24  Fernando Nasser  <fnasser@redhat.com>
8458
8459         * top.c (print_gdb_version): Update Copyright year.
8460
8461 2001-01-24  J.T. Conklin  <jtc@redback.com>
8462
8463         * dcache.c (dcache_write_line): Fix typo.
8464
8465         * memattr.c (delete_mem_region): Replace free() with xfree().
8466         (mem_number): Add explicit type.
8467
8468         * sol-thread.c (sol_thread_xfer_memory): Add attrib argument.
8469         (rw_common): Likewise.
8470
8471 2001-01-24  Fernando Nasser  <fnasser@redhat.com>
8472
8473         * infcmd.c (get_inferior_args, set_inferior_args): Accessor functions
8474         for the inferior program arguments.
8475         (run_command, run_no_args_command, init_infcmd)): Use accessor
8476         functions to set the inferior program arguments.
8477         * inferior.h: Add definitions to the accessor functions above.
8478
8479 2001-01-23  Jim Blandy  <jimb@redhat.com>
8480
8481         * dwarf2read.c (read_tag_const_type, read_tag_volatile_type):
8482         Implement these correctly, using make_cv_type.
8483
8484 2001-01-23  J.T. Conklin  <jtc@redback.com>
8485
8486         * exec.c (xfer_memory): Add attrib argument.
8487         * infptrace.c (child_xfer_memory): Likewise.
8488         * lin-lwp.c (lin_lwp_xfer_memory): Likewise.
8489         * monitor.c (monitor_xfer_memory): Likewise.
8490         * remote-adapt.c (adapt_xfer_inferior_memory): Likewise.
8491         * remote-array.c (array_xfer_memory): Likewise.
8492         * remote-bug.c (bug_xfer_memory): Likewise.
8493         * remote-e7000.c (e7000_xfer_inferior_memory): Likewise.
8494         * remote-eb.c (eb_xfer_inferior_memory): Likewise.
8495         * remote-es.c (es1800_xfer_inferior_memory): Likewise.
8496         * remote-mips.c (mips_xfer_memory): Likewise.
8497         * remote-mm.c (mm_xfer_inferior_memory): Likewise.
8498         * remote-nindy.c (nindy_xfer_inferior_memory): Likewise.
8499         * remote-os9k.c (rombug_xfer_inferior_memory): Likewise.
8500         * remote-rdi.c (arm_rdi_xfer_memory): Likewise.
8501         * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise.
8502         * remote-sds.c (sds_xfer_memory): Likewise.
8503         * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise.
8504         * remote-st.c (st2000_xfer_inferior_memory): Likewise.
8505         * remote-udi.c (udi_xfer_inferior_memory): Likewise.
8506         * remote-vx.c (vx_xfer_memory): Likewise.
8507         * remote.c (remote_xfer_memory): Likewise.
8508         * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise.
8509         * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise.
8510         * thread-db.c (thread_db_xfer_memory): Likewise.
8511
8512         * target.h (#include "memattr.h"): Added.
8513         (target_ops.to_xfer_memory): Add attrib argument.
8514
8515         * wince.c (_initialize_inftarg): Removed call to set_dcache_state.
8516         * dcache.h (set_dcache_state): Removed declaration.
8517         * dcache.c (set_dcache_state): Removed definition
8518         
8519         * dcache.c: Update module comment, as dcache is now enabled and
8520         disabled with memory region attributes instead of by the global
8521         variable "remotecache".  Add comment describing the interaction
8522         between dcache and memory region attributes.
8523         (dcache_xfer_memory): Add comment describing benefits of moving
8524         cache writeback to a higher level.
8525         (dcache_struct): Removed cache_has_stuff field.  This was used to
8526         record whether the cache had been accessed in order to invalidate
8527         it when it was disabled.  However, this is not needed because the
8528         cache is write through and the code that enables, disables, and
8529         deletes memory regions invalidate the cache.  Add comment which
8530         suggests that we could be more selective and only invalidate those
8531         cache lines containing data from those memory regions.
8532         (dcache_invalidate): Updated.
8533         (dcache_xfer_memory): Updated.
8534         
8535         (dcache_alloc): Don't abort() if dcache_enabled_p is clear.
8536         (dcache_xfer_memory): Removed code that called do_xfer_memory() to
8537         perform a uncached transfer if dcache_enabled_p was clear.  This
8538         function is now only called if caching is enabled for the memory
8539         region.
8540         (dcache_info): Always print cache info.
8541
8542         * target.c (do_xfer_memory): Add attrib argument.
8543         (target_xfer_memory, target_xfer_memory_partial): Break transfer
8544         into chunks defined by memory regions, pass region attributes to
8545         do_xfer_memory().
8546         * dcache.c (dcache_read_line, dcache_write_line): Likewise.
8547
8548         * Makefile.in (SFILES): Add memattr.c.
8549         (COMMON_OBS): Add memattr.o.
8550         (dcache.o): Add target.h to dependencies.
8551         * memattr.c: New file.
8552         * memattr.h: Likewise.
8553
8554         * config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.
8555         * config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise.
8556         * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise.
8557         * gdbserver/low-sim.c (#include "defs.h"): Removed.
8558         (mygeneric_load): Rename from generic_load.
8559         
8560         * gdbserver/low-hppabsd.c (#include "server.h"): Added.
8561         (#include "defs.h"): Removed.
8562         (inferior_pid, perror_with_name): Remove declarations.
8563         * gdbserver/low-linux.c: Likewise.
8564         * gdbserver/low-nbsd.c: Likewise.
8565         * gdbserver/low-sparc.c: Likewise.
8566         * gdbserver/low-sun3.c: Likewise.
8567
8568         * i386-stub.c: Re-indent.
8569         * m68k-stub.c: Re-indent.
8570
8571 2001-01-22  Nicholas Duffek  <nsd@redhat.com>
8572
8573         * gdbarch.sh (PARM_BOUNDARY): Define.
8574         * gdbarch.c: Regenerate.
8575         * gdbarch.h: Regenerate.
8576
8577 2001-01-22  J.T. Conklin  <jtc@redback.com>
8578
8579         * ns32k-tdep.c: #include "frame.h"
8580         * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore.  It
8581         appears to have been inadvertantly removed sometime in May 1999.
8582
8583         * Revert 2000-11-09 changes where shared library objects were
8584         moved from NATDEPFILES to TDEPFILES on NetBSD targets.  While
8585         we'd like to be able to debug dynamically linked executables,
8586         this makes it impossible to build a cross debugger on a many
8587         hosts.
8588
8589         * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
8590         * config/i386/nbsdelf.mt: Likewise.
8591         * config/m68k/nbsd.mt: Likewise.
8592         * config/ns32k/nbsd.mt: Likewise.
8593         * config/powerpc/nbsd.mt: Likewise.
8594         * config/sparc/nbsd.mt: Likewise.
8595         * config/sparc/nbsdelf.mt: Likewise.
8596         * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
8597         * config/i386/nbsdelf.mh: Likewise. 
8598         * config/m68k/nbsd.mh: Likewise.
8599         * config/ns32k/nbsd.mh: Likewise.
8600         * config/powerpc/nbsd.mh: Likewise.
8601         * config/sparc/nbsd.mh: Likewise.
8602
8603 2001-01-19  Jason Merrill  <jason@redhat.com>
8604
8605         * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
8606         (process_one_symbol): Likewise.
8607         * dwarfread.c (handle_producer): Likewise.
8608
8609 Thu Jan 18 12:08:57 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8610
8611         * configure.in (build_warnings): Disable -Wuninitialized until GDB
8612         compiles with -Wuninitialized,-Werror.
8613         * configure: Regenerate.
8614
8615         * MAINTAINERS: Add list of buildable targets.
8616
8617 Thu Jan 18 12:48:04 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8618
8619         * defs.h (STRCMP): Delete macro.
8620
8621         * objfiles.c (objfile_relocate): Replace STRCMP with call to
8622         strcmp.
8623         * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
8624         * symfile.c (compare_symbols):  Ditto.
8625         * standalone.c (open):  Ditto.
8626         * remote-es.c (verify_break):  Ditto.
8627         * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
8628
8629         * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
8630
8631 Thu Jan 18 12:25:06 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8632
8633         * varobj.c (FREEIF): Delete macro.
8634         (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
8635         call.
8636
8637 2001-01-18  Nick Clifton  <nickc@redhat.com>
8638
8639         * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
8640         (arc_print_insn): No bfd available, so pass NULL to
8641         arc_get_disassembler.
8642
8643 2001-01-09  James Ingham  <jingham@inghji.apple.com>
8644
8645          * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
8646          a mangled symbol rather than recursing into lookup_symbol, since
8647          this will just re-unmangle the name & call lookup_symbol_aux -
8648          leading to an infinite recursion.
8649
8650 2001-01-18  Mark Kettenis  <kettenis@gnu.org>
8651
8652         * infcmd.c (print_return_value): Restore another space lost by
8653         switch to UIOUT. ``$NN='' should be ``$NN =''.
8654
8655 Fri Jan 19 02:31:40 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8656
8657         * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
8658         * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
8659         definition in parenthesis.
8660
8661 Fri Jan 19 02:13:40 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8662
8663         From 2000-10-27 Mark Salter <msalter@redhat.com>:
8664         * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
8665         packet.
8666         (remote_insert_hw_breakpoint): Ditto.
8667
8668 2001-01-17  J.T. Conklin  <jtc@redback.com>
8669
8670         * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
8671         (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
8672         * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
8673         * m68knbsd-tdep.c: New file.
8674
8675         * i386nbsd-tdep.c: Remove #if 0'd out #includes.
8676
8677         * m68knbsd-nat.c: #include gdbcore.h.
8678
8679 Wed Jan 17 09:41:58 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8680
8681         * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
8682
8683 2001-01-16  Michael Snyder  <msnyder@cleaver.cygnus.com>
8684
8685         * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
8686         goes away -- just return false (ie. not stopped by watchpoint).
8687         * source.c (openp): Fix typo in comment.
8688
8689 2001-01-12  Nicholas Duffek  <nsd@redhat.com>
8690
8691         * blockframe.c (generic_get_saved_register): Spelling fix.
8692         * frame.h (FRAME_FP): Spelling fix.
8693
8694 Fri Jan 12 18:29:46 2001  Andrew Cagney  <cagney@b1.cygnus.com>
8695
8696         * infcmd.c (print_return_value): Restore space lost by switch to
8697         UIOUT. ``$NN='' should be ``$NN =''.
8698         
8699 2001-01-08  Nicholas Duffek  <nsd@redhat.com>
8700
8701         * regcache.c (set_register_cached, register_buffer,
8702         real_register, pseudo_register fetch_register, store_register):
8703         New functions.
8704         (register_changed, read_relative_register_raw_bytes_for_frame,
8705         registers_changed, registers_fetched, read_register_bytes,
8706         read_register_gen, write_register_gen, read_register,
8707         read_signed_register, write_register, supply_register): Replace
8708         register_valid[] with register_cached() and
8709         set_register_cached().
8710         (read_register_bytes, read_register_gen, write_register_gen,
8711         read_register, read_signed_register, write_register,
8712         supply_register): Replace registers[] with register_buffer().
8713         (read_register_bytes, read_register_gen, read_register,
8714         read_signed_register): Call fetch_register().
8715         (write_register_gen, write_register): Call real_register() and
8716         store_register().
8717         (write_register_bytes): Call store_register().
8718         * value.h (set_register_cached, register_buffer): Prototype.
8719         * remote.c (remote_fetch_registers): Allocate regs[] with a
8720         run-time size.  Replace register_valid[] with
8721         set_register_cached().
8722         (store_register_using_P, remote_store_registers): Replace
8723         registers[] with register_buffer().
8724
8725 2001-01-08  Nicholas Duffek  <nsd@redhat.com>
8726
8727         * regcache.c: Change "write-back" comment to "write-through".
8728         Change "regno" to "regnum".
8729         (read_register, read_signed_register): Remove "raw" from return
8730         value description.
8731         (supply_register): Spelling fix.
8732         * value.h: Change "regno" to "regnum".
8733
8734 2001-01-08  Fernando Nasser  <fnasser@redhat.com>
8735
8736         * Makefile.in (install-gdbtk): Add .itcl files to the list of files
8737         to be installed.
8738
8739 2001-01-04  Michael Snyder  <msnyder@mvstp600e.cygnus.com>
8740
8741         * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
8742
8743 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
8744
8745         * valops.c (VALUE_SUBSTRING_START): Delete.
8746
8747 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
8748
8749         * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
8750         (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
8751         (cli_utils_h): New variable.
8752         (cli/cli-utils.o): New rule.
8753         * cli/cli-utils.c: New file.
8754         * cli/cli-utils.h: New file.
8755
8756 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
8757
8758         * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
8759         REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
8760
8761 2001-01-03  J.T. Conklin  <jtc@redback.com>
8762
8763         * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
8764         comment.
8765
8766 2001-01-02  Michael Snyder  <msnyder@cleaver.cygnus.com>
8767
8768         * sh-tdep.c (sh_default_store_return_value):  Allow for small return type.
8769         (sh3e_sh4_store_return_value): Call sh_default_store_return_value for
8770         non-float types.
8771         * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
8772         Update copyright notice.
8773         
8774 For older changes see ChangeLog-2000
8775 \f
8776 Local Variables:
8777 mode: change-log
8778 left-margin: 8
8779 fill-column: 74
8780 version-control: never
8781 End: