OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
24 years ago * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
phdm [Thu, 30 Mar 2000 23:32:29 +0000 (23:32 +0000)]
* gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
  values that can be represented exactly.
* gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
above change, and to not check against the directory part of the source
file name.
(step into print_long_arg_list): Likewise.
(print print_small_structs from print_long_arg_list): Likewise.
(print print_long_arg_list): Likewise.

24 years ago * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
devans [Thu, 30 Mar 2000 22:16:39 +0000 (22:16 +0000)]
* elf32-m32r.c (m32r_elf_generic_reloc): new function.  All
HOWTO references to bfd_elf_generic_reloc, that have
partial_inplace == true, now use the new function.  The function
is based on the recent rewrite of m32r_elf_lo16_reloc(), and
extends its fixes to the R_M32R_{16,24,32} relocs.
The new logic in m32r_elf_lo16_reloc() has been removed, and
it instead calls the new routine to obtain that functionality.

24 years ago2000-03-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
fnasser [Thu, 30 Mar 2000 22:14:24 +0000 (22:14 +0000)]
2000-03-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>

* variables.tcl (edit): Remove call to close, which caused editing
of variables to fail.
Note: I don't know why we would need to do this here as it seems
that the "delete entry" operation will do that.
Perhaps this was to account to some old widget bug.
But we cannot call close here because it calls UnEdit,
which unsets some of the edit state.
        (open): Make sure to abort any ongoing edit.  This was causing problems
when someone tried to expand an structure while editing its pointer.

24 years ago2000-03-30 Dave Brolley <brolley@redhat.com>
brolley [Thu, 30 Mar 2000 20:51:27 +0000 (20:51 +0000)]
2000-03-30  Dave Brolley  <brolley@redhat.com>

* configure: Regenerated.

24 years ago2000-03-30 Dave Brolley <brolley@redhat.com>
brolley [Thu, 30 Mar 2000 20:50:53 +0000 (20:50 +0000)]
2000-03-30  Dave Brolley  <brolley@redhat.com>

* configure: Regenerated.

24 years ago2000-03-30 Dave Brolley <brolley@redhat.com>
brolley [Thu, 30 Mar 2000 20:50:33 +0000 (20:50 +0000)]
2000-03-30  Dave Brolley  <brolley@redhat.com>

* configure: Regenerated.

24 years ago2000-03-30 Dave Brolley <brolley@redhat.com>
brolley [Thu, 30 Mar 2000 20:49:27 +0000 (20:49 +0000)]
2000-03-30  Dave Brolley  <brolley@redhat.com>

* aclocal.m4 (cgen): Use guile to run cgen.

24 years ago2000-03-23 Dave Brolley <brolley@redhat.com>
brolley [Thu, 30 Mar 2000 20:21:37 +0000 (20:21 +0000)]
2000-03-23  Dave Brolley  <brolley@redhat.com>

* cgen-fpu.h: Rename extsfdf to fextsfdf. Rename truncdfsf to
ftruncdfsf.
* cgen-accfp.c (fextsfdf): New function.
(ftruncdfsf): New function.
(cgen_init_accurate_fpu): Initialize fextsfdf and ftruncdfsf.

24 years ago2000-03-30 Fernando Nasser <fnasser@cygnus.com>
fnasser [Thu, 30 Mar 2000 20:15:35 +0000 (20:15 +0000)]
2000-03-30  Fernando Nasser  <fnasser@cygnus.com>

* wrapper.c (gdb_value_subscript, wrap_value_subscript): New functions.
Safe version of value_subscript.
* varobj.c (): Use gdb_value_subscript() to get an array element value.

24 years ago2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>
msnyder [Thu, 30 Mar 2000 19:52:35 +0000 (19:52 +0000)]
2000-03-30  Michael Snyder  <msnyder@cleaver.cygnus.com>

* ui-file.c: Include "gdb_string.h"
* cli-out.c: Include gdb_string.h to avoid compiler warnings.
* wrapper.[ch] (struct gdb_wrapper_arguments): Change fields into
unions, since they are all used to hold both pointers and ints
at various times.  Casting pointer to int and vice versa gives
warnings (and is not safe) if they are not the same size.

24 years agoCapitalize sentences.
msnyder [Thu, 30 Mar 2000 19:12:08 +0000 (19:12 +0000)]
Capitalize sentences.

24 years ago2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>
msnyder [Thu, 30 Mar 2000 18:54:28 +0000 (18:54 +0000)]
2000-03-30  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * defs.h (struct continuation_arg): make 'data' a union, to avoid
        casting problems when int and pointer are not the  same size.
        * event-top.c (command_handler): use data as a union.
        (command_line_handler_continuation): ditto.
        * infcmd.c (step_1_continuation): use data as a union.  Re-indent.
        (step_once): ditto.  (finish_command_continuation): ditto.
        (finish_command): ditto.
        * breakpoint.c (until_break_command): use data as a union.
        (until_break_command_continuation): ditto.
        * utils.c (add_intermediate_continuation): fix typo in comment.

24 years ago2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>
khan [Thu, 30 Mar 2000 06:10:11 +0000 (06:10 +0000)]
2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>

* include/winbase.h (CreateHardLink{A,W}): Add prototypes.
* include/winerror.h (ERROR_TOO_MANY_LINKS): Add macro.
* include/winnt.h (SEC_*): Add macros.
* lib/th32.def: Use Kernel32.dll instead of TH32.DLL.

24 years ago2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>
khan [Thu, 30 Mar 2000 06:08:58 +0000 (06:08 +0000)]
2000-03-30  Mumit Khan  <khan@xraylith.wisc.edu>

* include/ole.h: Workaround for C++ parser bug.
* include/rpcdcep.h: Likewise.
* include/winsock.h: Likewise.

24 years agogdbarch cleanups.
cagney [Thu, 30 Mar 2000 05:32:23 +0000 (05:32 +0000)]
gdbarch cleanups.

24 years agoSimplify constructors and initializers for select_record.
cgf [Thu, 30 Mar 2000 04:23:11 +0000 (04:23 +0000)]
Simplify constructors and initializers for select_record.

24 years ago* fhandler.h (select_record): Explicitly zero elements of this class.
cgf [Thu, 30 Mar 2000 03:51:30 +0000 (03:51 +0000)]
* fhandler.h (select_record): Explicitly zero elements of this class.
(select_stuff): Ditto.
* select.cc (cygwin_select): Eliminate memset zero of sel.

24 years agoDidn't realize this auto-generated gdb-events.c. Since it does, i applied the gdb...
dberlin [Thu, 30 Mar 2000 03:10:58 +0000 (03:10 +0000)]
Didn't realize this auto-generated gdb-events.c. Since it does, i applied the gdb-events.c fix for deprecation back to here.

24 years agodemangled symbol lookup fixes
dberlin [Thu, 30 Mar 2000 03:03:23 +0000 (03:03 +0000)]
demangled symbol lookup fixes

24 years ago * configure.in: -linux-gnu*, not -linux-gnu.
jason [Thu, 30 Mar 2000 02:19:55 +0000 (02:19 +0000)]
    * configure.in: -linux-gnu*, not -linux-gnu.

        * configure (gcc_version): When setting, narrow search to
        lines containing `version_string'.

24 years agoFix SUB_SEGMENT_ALIGN macor for BFD_ASSEMBLER
nickc [Wed, 29 Mar 2000 22:57:56 +0000 (22:57 +0000)]
Fix SUB_SEGMENT_ALIGN macor for BFD_ASSEMBLER

24 years ago* lib/target.exp (prune_warnings): Discard not-implemented
aoliva [Wed, 29 Mar 2000 19:21:49 +0000 (19:21 +0000)]
* lib/target.exp (prune_warnings): Discard not-implemented
warnings from libgloss/libnosys non-functional functions.

24 years agoAdd "bal" instruction pattern.
nickc [Wed, 29 Mar 2000 18:25:37 +0000 (18:25 +0000)]
Add "bal" instruction pattern.
Add test of assembling "bal" instruction

24 years agoDisassemble 0xde.. to "bal" [branch always] instead of "undefined".
nickc [Wed, 29 Mar 2000 18:23:57 +0000 (18:23 +0000)]
Disassemble 0xde.. to "bal" [branch always] instead of "undefined".

24 years agoFix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.
cagney [Wed, 29 Mar 2000 08:28:59 +0000 (08:28 +0000)]
Fix thread-extra-info name.  qfThreadExtraInfo ->qThreadExtraInfo.

24 years ago2000-03-28 J.T. Conklin <jtc@redback.com>
jtc [Wed, 29 Mar 2000 04:16:57 +0000 (04:16 +0000)]
2000-03-28  J.T. Conklin  <jtc@redback.com>

        * gdb.texinfo: Clarify which remote debug protocol commands are
        required and which are optional.

24 years ago2000-03-29 J.T. Conklin <jtc@redback.com>
jtc [Wed, 29 Mar 2000 04:03:56 +0000 (04:03 +0000)]
2000-03-29  J.T. Conklin  <jtc@redback.com>

        * i386nbsd-nat.c (fetch_core_registers): Make static.

        * m68knbsd-nat.c (fetch_core_registers): Make static.
        (m68knbsd_core_fns, _initialize_m68knbsd_nat): Added.

24 years agoRevert movement of @chapter and @node tags from separate files to
cagney [Wed, 29 Mar 2000 03:55:17 +0000 (03:55 +0000)]
Revert movement of @chapter and @node tags from separate files to
gdb.texinfo.

24 years agoUpdate GDB 5 status.
cagney [Wed, 29 Mar 2000 03:51:18 +0000 (03:51 +0000)]
Update GDB 5 status.

24 years ago2000-03-28 James Ingham <jingham@leda.cygnus.com>
jingham [Wed, 29 Mar 2000 03:18:16 +0000 (03:18 +0000)]
2000-03-28  James Ingham  <jingham@leda.cygnus.com>

* managedwin.itb (ManagedWin::startup): Open the SrcWin, this does
two things, 1) Makes sure that there IS a SrcWin, and 2) brings
the first such window to the foreground...

24 years agoFix various GCC warnings.
cagney [Wed, 29 Mar 2000 00:51:17 +0000 (00:51 +0000)]
Fix various GCC warnings.

24 years ago*** empty log message ***
jimb [Tue, 28 Mar 2000 23:18:52 +0000 (23:18 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
jimb [Tue, 28 Mar 2000 23:04:43 +0000 (23:04 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
jimb [Tue, 28 Mar 2000 23:04:33 +0000 (23:04 +0000)]
*** empty log message ***

24 years agoHandle the fact that there are holes in the register numbering.
jimb [Tue, 28 Mar 2000 23:04:13 +0000 (23:04 +0000)]
Handle the fact that there are holes in the register numbering.
* regwin.itb (RegWin::init_reg_display_vars): Ask gdb_regnames to
provide the register numbers, too; don't just assume that the Nth
element is register N.

24 years agoHandle the fact that there are holes in the register numbering.
jimb [Tue, 28 Mar 2000 23:04:02 +0000 (23:04 +0000)]
Handle the fact that there are holes in the register numbering.
* gdbtk-cmds.c (gdb_regnames): If given the -numbers option,
return the register numbers along with their names.
(get_register_name): Record both the register name and number, if
requested.

24 years ago2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
msnyder [Tue, 28 Mar 2000 22:30:19 +0000 (22:30 +0000)]
2000-03-28  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>

        breakpoint.c, breakpoint.h (remove_hw_watchpoints):  New function.
        infrun.c (resume):  Remove hardware watchpoints before stepping
        when CANNOT_STEP_HW_WATCHPOINTS is nonzero.

24 years ago* Makefile.in: Use default rules when compiling cygrun.o.
cgf [Tue, 28 Mar 2000 21:49:16 +0000 (21:49 +0000)]
* Makefile.in: Use default rules when compiling cygrun.o.
* dcrt0.cc (host_dependent_constants::init): Limit non-NT platforms to 32K
chunks when copying regions during a fork.
* path.cc (symlink_check_one): Add temporary debugging output.  Simplify
PATH_EXEC test.
* syscalls.cc (stat_suffixes): Null terminate this list.

24 years ago2000-03-28 Michael Snyder <msnyder@cleaver.cygnus.com>
msnyder [Tue, 28 Mar 2000 21:19:04 +0000 (21:19 +0000)]
2000-03-28  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * Makefile.in: anchor tui-file.h dependency to $srcdir.

24 years ago2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
msnyder [Tue, 28 Mar 2000 19:29:56 +0000 (19:29 +0000)]
2000-03-28  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>

        * breakpoint.c (insert_breakpoints, do_enable_breakpoint):
        Reselect the saved frame silently after frame selection for
        watchpoint evaluation.
        (insert_breakpoints):  Add missing space in `Hardware watchpoint
        deleted' message.  Do not reinsert hardware watchpoint if it is
        already marked for deletion at next stop.

24 years ago2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
msnyder [Tue, 28 Mar 2000 19:02:47 +0000 (19:02 +0000)]
2000-03-28  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>

        * procfs.c (proc_set_watchpoint):  Declare addr parameter as
        CORE_ADDR, to match call from procfs_set_watchpoint.

24 years ago* partial-stab.h: Add one more check against corrupted or irregular stabs
cgf [Tue, 28 Mar 2000 17:44:53 +0000 (17:44 +0000)]
* partial-stab.h: Add one more check against corrupted or irregular stabs
entry.

24 years ago * gdb.texinfo: Update dates, bump to Eighth Edition (note
shebs [Tue, 28 Mar 2000 16:46:24 +0000 (16:46 +0000)]
* gdb.texinfo: Update dates, bump to Eighth Edition (note
expectation of additional changes before release), update
ISBN, add copy of top-level menu for @ifhtml, remove explicit
node links, rephrase and/or shorten lines to fix formatting
problem in both regular and @smallbook formats.
* annotate.texi: Shorten lines in example, use smallexample
consistently everywhere.
* Makefile.in: Add comment about texinfo 4.0 html generation.
(SFILES_INCLUDED): Add annotate.texi.

24 years ago * gnu-regex.c (regerror): Function renamed from `__regerror'.
phdm [Tue, 28 Mar 2000 12:13:15 +0000 (12:13 +0000)]
* gnu-regex.c (regerror): Function renamed from `__regerror'.

24 years agoFrom Jonathan L. Fix ser-unix.c timing out when there was no timeout.
cagney [Tue, 28 Mar 2000 08:24:27 +0000 (08:24 +0000)]
From Jonathan L.  Fix ser-unix.c timing out when there was no timeout.

24 years agoThe set debug changes
dberlin [Tue, 28 Mar 2000 02:25:13 +0000 (02:25 +0000)]
The set debug changes

24 years agoBump copyright to 2000.
cagney [Tue, 28 Mar 2000 02:03:53 +0000 (02:03 +0000)]
Bump copyright to 2000.

24 years agoReintroduce the code that saves away window state, and restores it
jingham [Tue, 28 Mar 2000 01:59:39 +0000 (01:59 +0000)]
Reintroduce the code that saves away window state, and restores it
when you restart gdbtk.

2000-03-27  James Ingham  <jingham@leda.cygnus.com>

* interface.tcl (gdbtk_quit): Let the window manager store away
the list of active windows before quitting.
(gdbtk_tcl_preloop): Open all the windows that were active in the
former session.
* prefs.tcl (pref_set_defaults): Set the default value of the
"gdb/window/active" pref.  Stores the list of active windows.
* managedwin.itb (ManagedWin::pickle): New method - store away
instructions to recreate this window.
(ManagedWin::shutdown): New Method - run through the active windows
pickling them all.
(ManagedWin::startup): Restore all the saved active windows.
* managedwin.ith: Declare pickle, shutdown & startup.
* tclIndex: regenerate.

24 years agocatch out of range string offset in corrupt stab entry
nickc [Tue, 28 Mar 2000 01:11:27 +0000 (01:11 +0000)]
catch out of range string offset in corrupt stab entry

24 years agoAdd Glen McCready
cagney [Tue, 28 Mar 2000 00:17:13 +0000 (00:17 +0000)]
Add Glen McCready

24 years agoFix typo in description of GETREGS.
cagney [Tue, 28 Mar 2000 00:03:57 +0000 (00:03 +0000)]
Fix typo in description of GETREGS.

24 years agoDefault LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes per
amodra [Mon, 27 Mar 2000 23:47:08 +0000 (23:47 +0000)]
Default LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes per
line is 4.  Fix tests for LISTING_WORD_SIZE==1.

24 years agoFix value of SHORT_A1.
nickc [Mon, 27 Mar 2000 20:17:02 +0000 (20:17 +0000)]
Fix value of SHORT_A1.
Move SHORT_AR to end of list of short instructions.

24 years ago2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
ezannoni [Mon, 27 Mar 2000 17:44:32 +0000 (17:44 +0000)]
2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

fix typo.

24 years ago2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
ezannoni [Mon, 27 Mar 2000 17:34:48 +0000 (17:34 +0000)]
2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>

* gdb.base/printcmds.c: Terminate char array ctable2 with 0.

24 years ago * Makefile.am (CFILES): Add avr-dis.c.
ian [Mon, 27 Mar 2000 16:34:34 +0000 (16:34 +0000)]
* Makefile.am (CFILES): Add avr-dis.c.
(ALL_MACHINES): Add avr-dis.lo.

24 years ago * config/tc-sh.c (md_show_usage): Use backslash before newline in
ian [Mon, 27 Mar 2000 16:17:07 +0000 (16:17 +0000)]
* config/tc-sh.c (md_show_usage): Use backslash before newline in
string literal.

24 years agoAdd GDB 5.0 release criteria.
cagney [Mon, 27 Mar 2000 10:24:58 +0000 (10:24 +0000)]
Add GDB 5.0 release criteria.

24 years agoATMEL AVR microcontroller support.
amodra [Mon, 27 Mar 2000 08:39:12 +0000 (08:39 +0000)]
ATMEL AVR microcontroller support.

24 years agoMove default definition of HAVE_PTRACE_GETREGS to acconfig.h.
cagney [Mon, 27 Mar 2000 07:31:37 +0000 (07:31 +0000)]
Move default definition of HAVE_PTRACE_GETREGS to acconfig.h.

24 years agoCreate destdirs before installing GDB (don't assume parent directory
cagney [Mon, 27 Mar 2000 06:51:30 +0000 (06:51 +0000)]
Create destdirs before installing GDB (don't assume parent directory
did it for us).

24 years agoRe-fix ln -s gdbtk code. Mark ready for deletion post 5.0.
cagney [Mon, 27 Mar 2000 06:42:08 +0000 (06:42 +0000)]
Re-fix ln -s gdbtk code.  Mark ready for deletion post 5.0.

24 years agoRevert white space changes.
cagney [Mon, 27 Mar 2000 05:29:23 +0000 (05:29 +0000)]
Revert white space changes.

24 years agoUpdate list of folk that need accounts.
cagney [Mon, 27 Mar 2000 00:24:49 +0000 (00:24 +0000)]
Update list of folk that need accounts.

24 years agoMake J.T. NetBSD maintainer.
cagney [Sun, 26 Mar 2000 23:54:53 +0000 (23:54 +0000)]
Make J.T. NetBSD maintainer.

24 years ago2000-03-27 Mark Kettenis <kettenis@gnu.org>
kettenis [Sun, 26 Mar 2000 22:10:59 +0000 (22:10 +0000)]
2000-03-27  Mark Kettenis  <kettenis@gnu.org>

* config/i386/tm-i386.h: Fix typo.  It is TARGET_LONG_DOUBLE_BIT
instead of TARGET_LONG_DOUBLE_BITS.
* config/i386/tm-i386mk.h: Likewise.

24 years ago2000-03-26 Mark Kettenis <kettenis@gnu.org>
kettenis [Sun, 26 Mar 2000 21:21:50 +0000 (21:21 +0000)]
2000-03-26  Mark Kettenis  <kettenis@gnu.org>

Provide `long double' support for most i386 targets.
* config/i386/tm-i386.h (TARGET_LONG_DOUBLE_FORMAT): Define as
&floatformat_i387_ext.
(TARGET_LONG_DOUBLE_BITS): Define as 96.
(REGISTER_VIRTUAL_TYPE): Change type for FPU registers to
`builtin_type_long_double'.
(REGISTER_CONVERT_TO_VIRTUAL): Call
i386_register_convert_to_virtual.
(REGISTER_CONVERT_TO_RAW): Call i386_register_convert_to_raw.
(i387_to_double, double_to_i387): Remove prototypes.
(i386_extract_return_value): Change prototype to match definition
in i386-tdep.c.
* config/i386/tm-i386mk.h (TARGET_LONG_DOUBLE_FORMAT): #undef.
(TARGET_LONG_DOUBLE_BITS): #undef.
* config/i386/tm-linux.h (TARGET_LONG_DOUBLE_BIT): Remove.
[HAVE_LONG_DOUBLE && HOST_I386] (LD_I387): Remove.
(i387_extract_floating, i387_store_floating): Remove prototypes.
(TARGET_EXTRACT_FLOATING, TARGET_STORE_FLOATING): Remove.
(REGISTER_CONVERT_TO_VIRTUAL, REGOISTER_CONVERT_TO_RAW): Remove.
(REGISTER_VIRTUAL_TYPE): Remove.
* i386-tdep.c (i386_register_convert_to_virtual): New function.
(i386_register_convert_to_raw): New function.
* i387-tdep.c [LD_I387] (i387_extract_floating): Remove.
(i387_store_floating): Remove.

24 years ago* include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.
cgf [Sun, 26 Mar 2000 19:24:11 +0000 (19:24 +0000)]
* include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.

24 years agoAdd macro handling extensions and line substitution support.
twall [Sun, 26 Mar 2000 14:47:33 +0000 (14:47 +0000)]
Add macro handling extensions and line substitution support.

24 years agoMostly cosmetic. Fixes to comments. Don't start as_bad and as_warn
amodra [Sun, 26 Mar 2000 14:13:01 +0000 (14:13 +0000)]
Mostly cosmetic.  Fixes to comments.  Don't start as_bad and as_warn
messages with capital.  Don't malign Unixware, malign SysV386 instead.

24 years ago1999-09-29 Mark Kettenis <kettenis@gnu.org>
pb [Sun, 26 Mar 2000 12:31:16 +0000 (12:31 +0000)]
1999-09-29  Mark Kettenis  <kettenis@gnu.org>

        * hertz.h [MACH] (hertz): Remove macro.  The
        <machine/mach_param.h> include doesn't exist on al Mach based
        systems, and the definition of hertz breaks compilation of hertz.c
        anyway.

24 years ago* path.cc (symlink_check_one): Recognize symlink settings from the mount table.
cgf [Sun, 26 Mar 2000 01:54:21 +0000 (01:54 +0000)]
* path.cc (symlink_check_one): Recognize symlink settings from the mount table.
* path.h: Make PATH_SYMLINK an alias for MOUNT_SYMLINK.
* syscalls.cc (stat_worker): Use extension search mechanism in path_conv to
look for .exe rather than trying to special case it here.
* mount.h: Make MOUNT_SYMLINK a real option.

24 years ago2000-03-09 Tim Waugh <twaugh@redhat.com>
pb [Sat, 25 Mar 2000 19:52:37 +0000 (19:52 +0000)]
2000-03-09  Tim Waugh  <twaugh@redhat.com>

* strings.1: Correct '-bytes' to '--bytes'.

24 years ago* ppc-instructions (Disabled_Exponent_Underflow): Increment
geoffk [Sat, 25 Mar 2000 18:45:41 +0000 (18:45 +0000)]
* ppc-instructions (Disabled_Exponent_Underflow): Increment
the exponent when denormalizing.

24 years agoFix maintenance deprecate crash, add testcase
dberlin [Sat, 25 Mar 2000 15:32:18 +0000 (15:32 +0000)]
Fix maintenance deprecate crash, add testcase

24 years agoRe-re indent. indent|indent|indent stable.
cagney [Sat, 25 Mar 2000 08:10:10 +0000 (08:10 +0000)]
Re-re indent.  indent|indent|indent stable.

24 years agoRe-indent.
cagney [Sat, 25 Mar 2000 08:05:47 +0000 (08:05 +0000)]
Re-indent.

24 years agoRemove quoted leading space.
cagney [Sat, 25 Mar 2000 07:58:54 +0000 (07:58 +0000)]
Remove quoted leading space.

24 years ago* environ.cc: Add TMPDIR to the list of environment variables which are
cgf [Sat, 25 Mar 2000 05:25:27 +0000 (05:25 +0000)]
* environ.cc: Add TMPDIR to the list of environment variables which are
converted to POSIX format.
* sigproc.cc (proc_terminate): Don't attempt to delete when a muto pointer is
NULL.

24 years ago* config/mips/tm-wince.h: Fix typo which caused include of tm-mips.h to be
cgf [Sat, 25 Mar 2000 03:37:35 +0000 (03:37 +0000)]
* config/mips/tm-wince.h: Fix typo which caused include of tm-mips.h to be
inoperative.

24 years ago* win32-nat.c: Back out special frame walking code. It was broken.
cgf [Sat, 25 Mar 2000 02:26:21 +0000 (02:26 +0000)]
* win32-nat.c: Back out special frame walking code.  It was broken.
(handle_exception): Correctly identify an illegal instruction.
* config/tm-cygwin.h: Eliminate special frame handling.  Just use normal i386
handling.

24 years ago * partition.h: New file.
cgf [Sat, 25 Mar 2000 02:15:38 +0000 (02:15 +0000)]
    * partition.h: New file.

24 years ago * partition.c: New file.
cgf [Sat, 25 Mar 2000 02:14:57 +0000 (02:14 +0000)]
    * partition.c: New file.

24 years ago* more compatibility with v850 hardware
fche [Sat, 25 Mar 2000 00:17:21 +0000 (00:17 +0000)]
* more compatibility with v850 hardware
2000-03-24  Frank Ch. Eigler  <fche@redhat.com>

* v850.igen (ilgop): New insn pattern for four-byte breakpoints.

24 years ago2000-03-23 Michael Snyder <msnyder@cleaver.cygnus.com>
msnyder [Fri, 24 Mar 2000 23:49:10 +0000 (23:49 +0000)]
2000-03-23  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * solib.c (open_symbol_file_object): to sneak an int argument
        past catch_errors, instead of casting it to a pointer, simply
        pass it by address.

24 years ago2000-03-24 J.T. Conklin <jtc@redback.com>
jtc [Fri, 24 Mar 2000 23:06:57 +0000 (23:06 +0000)]
2000-03-24  J.T. Conklin  <jtc@redback.com>

        * i386/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
        * i386nbsd-nat.c (i386nbsd_use_struct_convention): New function.
        (fetch_core_registers): Read fp registers.
        (i386nbsd_core_fns, _initialize_i386nbsd_nat): Added.

24 years ago * gdb.base/break.exp: Add new test for setting breakpoints on
jlarmour [Fri, 24 Mar 2000 21:35:42 +0000 (21:35 +0000)]
    * gdb.base/break.exp: Add new test for setting breakpoints on
        optimized code so we can test breakpoints work even when function
        prologues may be optimized away

24 years ago * arm-tdep.c (thumb_skip_prologue): Take function end addr argument
jlarmour [Fri, 24 Mar 2000 21:33:35 +0000 (21:33 +0000)]
    * arm-tdep.c (thumb_skip_prologue): Take function end addr argument
        so that we can stop searching for the prologue past the function end
        (arm_skip_prologue): Call thumb_skip_prologue with function end addr

24 years agomerge from gcc
jason [Fri, 24 Mar 2000 21:31:21 +0000 (21:31 +0000)]
merge from gcc

24 years agoDon't do compile time comparison of TARGET_PTR_BIT and TARGET_INT_BIT.
kevinb [Fri, 24 Mar 2000 21:07:17 +0000 (21:07 +0000)]
Don't do compile time comparison of TARGET_PTR_BIT and TARGET_INT_BIT.

24 years ago2000-03-24 H.J. Lu <hjl@gnu.org>
hjl [Fri, 24 Mar 2000 20:50:30 +0000 (20:50 +0000)]
2000-03-24  H.J. Lu  <hjl@gnu.org>

* elf64-alpha.c (elf64_alpha_merge_ind_symbols): Add prototype.
(elf64_alpha_find_reloc_at_ofs): Likewise.

24 years agoFri Mar 24 15:34:00 2000 Jeff Johnston <jjohnstn@cygnus.com>
jjohnstn [Fri, 24 Mar 2000 20:42:10 +0000 (20:42 +0000)]
Fri Mar 24 15:34:00 2000  Jeff Johnston  <jjohnstn@cygnus.com>

        * acinclude.m4: Changed release to 1.8.2.
        * aclocal.m4 configure doc/aclocal.m4 doc/configure
          libc/aclocal.m4 libc/configure libc/machine/aclocal.m4
          libc/machine/configure libc/machine/a29k/aclocal.m4
          libc/machine/a29k/configure libc/machine/arm/aclocal.m4
          libc/machine/arm/configure libc/machine/d10v/aclocal.m4
          libc/machine/d10v/configure libc/machine/d30v/aclocal.m4
          libc/machine/d30v/configure libc/machine/fr30/aclocal.m4
          libc/machine/fr30/configure libc/machine/h8300/aclocal.m4
          libc/machine/h8300/configure libc/machine/h8500/aclocal.m4
          libc/machine/h8500/configure libc/machine/hppa/aclocal.m4
          libc/machine/hppa/configure libc/machine/i386/aclocal.m4
          libc/machine/i386/configure libc/machine/i960/aclocal.m4
          libc/machine/i960/configure libc/machine/m32r/aclocal.m4
          libc/machine/m32r/configure libc/machine/m68k/aclocal.m4
          libc/machine/m68k/configure libc/machine/m88k/aclocal.m4
          libc/machine/m88k/configure libc/machine/mips/aclocal.m4
          libc/machine/mips/configure libc/machine/mn10200/aclocal.m4
          libc/machine/mn10200/configure libc/machine/mn10300/aclocal.m4
          libc/machine/mn10300/configure libc/machine/necv70/aclocal.m4
          libc/machine/necv70/configure libc/machine/powerpc/aclocal.m4
          libc/machine/powerpc/configure libc/machine/sh/aclocal.m4
          libc/machine/sh/configure libc/machine/sparc/aclocal.m4
          libc/machine/sparc/configure libc/machine/tic80/aclocal.m4
          libc/machine/tic80/configure libc/machine/v850/aclocal.m4
          libc/machine/v850/configure libc/machine/w65/aclocal.m4
          libc/machine/w65/configure libc/machine/z8k/aclocal.m4
          libc/machine/z8k/configure libc/sys/aclocal.m4
          libc/sys/aclocal.m4 libc/sys/configure
          libc/sys/a29khif/aclocal.m4 libc/sys/a29khif/configure
          libc/sys/arm/aclocal.m4 libc/sys/arm/configure
          libc/sys/cygwin/aclocal.m4 libc/sys/cygwin/configure
          libc/sys/d10v/aclocal.m4 libc/sys/d10v/configure
          libc/sys/decstation/aclocal.m4 libc/sys/decstation/configure
          libc/sys/go32/aclocal.m4 libc/sys/go32/configure
          libc/sys/h8300hms/aclocal.m4 libc/sys/h8300hms/configure
          libc/sys/h8500hms/aclocal.m4 libc/sys/h8500hms/configure
          libc/sys/m88kbug/aclocal.m4 libc/sys/m88kbug/configure
          libc/sys/netware/aclocal.m4 libc/sys/netware/configure
          libc/sys/rtems/aclocal.m4 libc/sys/rtems/configure
          libc/sys/sh/aclocal.m4 libc/sys/sh/configure
          libc/sys/sparc64/aclocal.m4 libc/sys/sparc64/configure
          libc/sys/sun4/aclocal.m4 libc/sys/sun4/configure
          libc/sys/sysmec/aclocal.m4 libc/sys/sysmec/configure
          libc/sys/sysnec810/aclocal.m4 libc/sys/sysnec810/configure
          libc/sys/sysnecv850/aclocal.m4 libc/sys/sysnecv850/configure
          libc/sys/sysvi386/aclocal.m4 libc/sys/sysvi386/configure
          libc/sys/sysvnecv70/aclocal.m4 libc/sys/sysvnecv70/configure
          libc/sys/tic80/aclocal.m4 libc/sys/tic80/configure
          libc/sys/w65/aclocal.m4 libc/sys/w65/configure
          libc/sys/z8ksim/aclocal.m4 libc/sys/z8ksim/configure
          libm/aclocal.m4 libm/configure: Regenerated.

24 years agoFix compile time warning messages.
nickc [Fri, 24 Mar 2000 18:17:16 +0000 (18:17 +0000)]
Fix compile time warning messages.
Add "cc" to list of registers clobbered bu do_AgelSWI

24 years ago Fix copyright dates in last change.
phdm [Fri, 24 Mar 2000 17:55:13 +0000 (17:55 +0000)]
Fix copyright dates in last change.

24 years ago * m68k-tdep.c (P_LINKL_FP, P_LINKW_FP): Macros renamed from P_LINK_L
phdm [Fri, 24 Mar 2000 11:12:11 +0000 (11:12 +0000)]
* m68k-tdep.c (P_LINKL_FP, P_LINKW_FP): Macros renamed from P_LINK_L
and P_LINK_W.
(P_PEA_FP, P_MOVL_SP_FP): New macros.
(P_MOVL, P_LEAL, P_MOVML): Macros renamed from P_MOV_L, P_LEA_L and
P_MOVM_L.
(altos_skip_prologue, isi_skip_prologue): Use P_* macros, not octal
  constants.
(delta68_in_sigtramp): New function.
(delta68_frame_args_address, delta68_frame_saved_pc): Ditto.
(m68k_skip_prologue): Use P_* macros, not hex constants.
(m68k_find_saved_regs): Do not expect a fixed sequence of register save
instructions, but accept them in any order; use P_* macros, not octal
or hex constants; recognize also `fmovemx to (fp + displacement)' and
  `moveml to (fp + displacement)'.
* m68/tm-delta68.h (IN_SIGTRAMP): New macro.
(FRAME_SAVED_PC, FRAME_ARGS_ADDRESS): Ditto.

24 years agoFix texinfo-3.12 problems:
cagney [Fri, 24 Mar 2000 07:30:06 +0000 (07:30 +0000)]
Fix texinfo-3.12 problems:
* annotate.texi (Annotations): When GDBN omit @chapter and @node entry.
* gdb.texinfo: Check for @ifinfo instead of @ifnottex.
(rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local @chapter
and @node entries.
* gdb.texinfo: Link all top-level nodes.
* inc-hist.texinfo: When GDBN omit the chapter/node.
* rluser.texinfo (Command Line Editing): Ditto.

24 years agoCreate $(infodir) before trying to install info files.
cagney [Fri, 24 Mar 2000 07:27:24 +0000 (07:27 +0000)]
Create $(infodir) before trying to install info files.

24 years agoAdd Fernando to testsuite maintainers.
cagney [Fri, 24 Mar 2000 02:48:20 +0000 (02:48 +0000)]
Add Fernando to testsuite maintainers.

24 years agoFIx regression
dberlin [Fri, 24 Mar 2000 01:51:13 +0000 (01:51 +0000)]
FIx regression

24 years ago2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
msnyder [Fri, 24 Mar 2000 00:05:38 +0000 (00:05 +0000)]
2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>

        * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.