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