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