OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
23 years agoRest of the changes for Coldfire V4.
nickc [Tue, 6 Mar 2001 20:15:27 +0000 (20:15 +0000)]
Rest of the changes for Coldfire V4.

23 years agoest of the changes for Coldfire V4
nickc [Tue, 6 Mar 2001 20:13:31 +0000 (20:13 +0000)]
est of the changes for Coldfire V4

23 years agoRest of the changes for Coldfire V4
nickc [Tue, 6 Mar 2001 20:12:20 +0000 (20:12 +0000)]
Rest of the changes for Coldfire V4

23 years ago * MAINTAINERS: Remove self from specific maintenance domains
shebs [Tue, 6 Mar 2001 19:24:28 +0000 (19:24 +0000)]
* MAINTAINERS: Remove self from specific maintenance domains
(macos, gdbserver, documentation, testsuite).

23 years agomerge from gcc
dj [Tue, 6 Mar 2001 19:03:36 +0000 (19:03 +0000)]
merge from gcc

23 years agomerge from gcc
dj [Tue, 6 Mar 2001 18:27:14 +0000 (18:27 +0000)]
merge from gcc

23 years agomerge from gcc
dj [Tue, 6 Mar 2001 18:26:32 +0000 (18:26 +0000)]
merge from gcc

23 years ago* merge & robustness fix
fche [Tue, 6 Mar 2001 17:00:41 +0000 (17:00 +0000)]
* merge & robustness fix

2001-03-06  Frank Ch. Eigler  <fche@redhat.com>

* configrun-sid.in: Remove unused configuration variables.
Find sid executable relative to this script in install tree.
Roll back $gloss_specified change.

2001-02-23  John Healy  <jhealy@redhat.com>

* configrun-sid.in: Added $gloss_specified variable.
Added error reporting for sim run.

23 years ago * path.cc (suffix_scan::has): Change order of conditionals
corinna [Tue, 6 Mar 2001 13:05:55 +0000 (13:05 +0000)]
    * path.cc (suffix_scan::has): Change order of conditionals
        to allow checking for .lnk suffixes even if in_suffixes is empty.

23 years ago * autoload.c (cygwin_premain0): Add missing parameter.
corinna [Tue, 6 Mar 2001 12:05:45 +0000 (12:05 +0000)]
    * autoload.c (cygwin_premain0): Add missing parameter.
        * binmode.c (cygwin_premain0): Ditto.
        * textmode.c (cygwin_premain0): Ditto.

Patch contributed by Jason Tiller <jtiller@sjm.com> :
        * auto_load.cc: Add "GetKeyboardLayout" entry in the list of
        Win32 User32.DLL exports to provide.
        * fhandler.h (class fhandler_console): Add meta_mask private
        member to remember which keystroke modifiers should generate
        META.
        * fhandler_console.cc (fhandler_console::read): Modify code that
        tests a keystroke for a META-escaped key to use the 'meta_mask'
        variable.
        (fhandler_console::fhandler_console): Add definition for
        variable "meta_mask" used to determine if a keystroke should be
        preceded by META in the client console stream.  Set meta_mask
        based on whether or not user's keyboard language is English -
        non-English keyboards pass AltGr (right <ALT>) unmolested,
        whereas English keyboards now interpret left- and right-<ALT>
        as META.

23 years agoUpdate/correct copyright notices.
kevinb [Tue, 6 Mar 2001 08:21:05 +0000 (08:21 +0000)]
Update/correct copyright notices.

23 years agoMon Mar 5 21:48:54 2001 J"orn Rennecke <amylaar@redhat.com>
jjohnstn [Tue, 6 Mar 2001 01:04:42 +0000 (01:04 +0000)]
Mon Mar  5 21:48:54 2001  J"orn Rennecke <amylaar@redhat.com>

        * libc/include/sys/config.h (_READ_WRITE_RETURN_TYPE): Define.
        For RTEMS, define to be ssize_t.  Default to int if not defined.
        * libc/stdio/sscanf.c (eofread): Return _READ_WRITE_RETURN_TYPE.
        * libc/stdio/stdio.c (__sread, __swrite): Likewise.
        * libc/stdio/local.h (__sread, __swrite): Likewise.
        * libc/include/sys/reent.h (_read, _write): Likewise.
        * libc/include/sys/unistd.h (read, write, _read, _write): Likewise.
        * libc/syscalls/sysread.c (read): Likewise.
        * libc/syscalls/syswrite.c (write): Likewise.

23 years agoFix whitespace problem in my most recent entry.
kevinb [Tue, 6 Mar 2001 00:55:19 +0000 (00:55 +0000)]
Fix whitespace problem in my most recent entry.

23 years agoConfigury changes for AIX5/IA-64.
kevinb [Tue, 6 Mar 2001 00:52:30 +0000 (00:52 +0000)]
Configury changes for AIX5/IA-64.

23 years agoReverted revision 1.2.
chastain [Mon, 5 Mar 2001 23:40:47 +0000 (23:40 +0000)]
Reverted revision 1.2.

23 years agoRevert revisions 1.81, 1.82, 1.83, 1.84, and 1.85.
chastain [Mon, 5 Mar 2001 23:37:38 +0000 (23:37 +0000)]
Revert revisions 1.81, 1.82, 1.83, 1.84, and 1.85.

23 years agoRevert revision 1.2.
chastain [Mon, 5 Mar 2001 23:33:17 +0000 (23:33 +0000)]
Revert revision 1.2.

23 years agoRevert revision 1.2.
chastain [Mon, 5 Mar 2001 23:29:38 +0000 (23:29 +0000)]
Revert revision 1.2.

23 years ago* TODO (GDB 5.1 Known Problems): Document z8k as broken.
cagney [Mon, 5 Mar 2001 22:22:56 +0000 (22:22 +0000)]
* TODO (GDB 5.1 Known Problems): Document z8k as broken.

23 years ago * include/a.out.h: Add copyright hint.
corinna [Mon, 5 Mar 2001 21:29:20 +0000 (21:29 +0000)]
    * include/a.out.h: Add copyright hint.
        * include/fcntl.h: Ditto.
        * include/lastlog.h: Ditto.
        * include/memory.h: Ditto.
        * include/mntent.h: Ditto.
        * include/paths.h: Ditto.
        * include/poll.h: Ditto.
        * include/syslog.h: Ditto.
        * include/termio.h: Ditto.
        * include/tzfile.h: Ditto.
        * include/arpa/inet.h: Ditto.
        * include/asm/byteorder.h: Ditto.
        * include/asm/socket.h: Ditto.
        * include/asm/types.h: Ditto.
        * include/cygwin/if.h: Ditto.
        * include/cygwin/mtio.h: Ditto.
        * include/cygwin/rdevio.h: Ditto.
        * include/cygwin/socket.h: Ditto.
        * include/net/if.h: Ditto.
        * include/netinet/in.h: Ditto.
        * include/netinet/in_systm.h: Ditto.
        * include/netinet/ip.h: Ditto.
        * include/netinet/ip_icmp.h: Ditto.
        * include/netinet/tcp.h: Ditto.
        * include/sys/cdefs.h: Ditto.
        * include/sys/cygwin.h: Ditto.
        * include/sys/ioctl.h: Ditto.
        * include/sys/mman.h: Ditto.
        * include/sys/mount.h: Ditto.
        * include/sys/mtio.h: Ditto.
        * include/sys/procfs.h: Ditto.
        * include/sys/resource.h: Ditto.
        * include/sys/smallprint.h: Ditto.
        * include/sys/socket.h: Ditto.
        * include/sys/strace.h: Ditto.
        * include/sys/syslog.h: Ditto.
        * include/sys/sysmacros.h: Ditto.
        * include/sys/termio.h: Ditto.
        * include/sys/termios.h: Ditto.
        * include/sys/uio.h: Ditto.
        * include/sys/un.h: Ditto.
        * include/sys/utsname.h: Ditto.
        * include/sys/vfs.h: Ditto.
        * include/sys/wait.h: Ditto.
        * regexp/regerror.c: Ditto.
        * regexp/regexp.h: Ditto.
        * regexp/regmagic.h: Ditto.

23 years ago2001-03-05 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Mon, 5 Mar 2001 21:07:17 +0000 (21:07 +0000)]
2001-03-05  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/time/mktime.c: Add L suffix to _SEC_IN_xxxx constants.

23 years ago* build fix
fche [Mon, 5 Mar 2001 19:50:30 +0000 (19:50 +0000)]
* build fix

2001-03-05  Frank Ch. Eigler  <fche@redhat.com>

        On advice from Momchil Velikov <velco@fadata.bg>:
* configure.in: Test for compiler support of __builtin_expect.
* sidconfig.h: Define LIKELY/UNLIKEY depending on this test.
* configure, sidconfutil.in: Regenerated.

23 years agomerge from gcc
dj [Mon, 5 Mar 2001 19:42:04 +0000 (19:42 +0000)]
merge from gcc

23 years ago * getfacl.c: Add copyright hint.
corinna [Mon, 5 Mar 2001 17:55:23 +0000 (17:55 +0000)]
    * getfacl.c: Add copyright hint.
        * setfacl.c: Ditto.
        * strace.cc: Ditto.

23 years agoclarify my recent entry.
cgf [Mon, 5 Mar 2001 17:03:03 +0000 (17:03 +0000)]
clarify my recent entry.

23 years ago* wince.c: Change realloc to xrealloc throughout.
cgf [Mon, 5 Mar 2001 16:59:54 +0000 (16:59 +0000)]
* wince.c: Change realloc to xrealloc throughout.
(handle_load_dll): Use void * rather than PTR.

23 years ago* ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
cagney [Mon, 5 Mar 2001 16:38:07 +0000 (16:38 +0000)]
* ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.
* ocd.c (ocd_xfer_memory): Ditto.
* ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops.
* MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as
buildable with ,-Werror.

* Makefile.in (symfile_h): Define.
(mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h).
* mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h".
* MAINTAINERS: Document mcore-elf and mcore-pe as buildable with
,-Werror.

* dsrec.c (make_srec): Fix internal_error fmt arg.
* MAINTAINERS: Document i960-coff as buildable with ,-Werror.

23 years agoFixes for NetBSD 1.5. NetBSD has been renumbering/renaming its
cagney [Mon, 5 Mar 2001 16:22:44 +0000 (16:22 +0000)]
Fixes for NetBSD 1.5.  NetBSD has been renumbering/renaming its
SYS_* interfaces.

23 years ago2001-03-05 Dave Brolley <brolley
brolley [Mon, 5 Mar 2001 16:05:37 +0000 (16:05 +0000)]
2001-03-05  Dave Brolley  <brolley

        arch.c: Regenerate.
        arch.h: Regenerate.
        cpu.c: Regenerate.
        cpu.h: Regenerate.
        cpuall.h: Regenerate.
        cpux.c: Regenerate.
        cpux.h: Regenerate.
        decode.c: Regenerate.
        decode.h: Regenerate.
        decodex.c: Regenerate.
        decodex.h: Regenerate.
        model.c: Regenerate.
        modelx.c: Regenerate.
        sem-switch.c: Regenerate.
        sem.c: Regenerate.
        semx-switch.c: Regenerate.

23 years agoCorrect filenames from last commit.
brolley [Mon, 5 Mar 2001 16:01:29 +0000 (16:01 +0000)]
Correct filenames from last commit.

23 years ago2001-03-05 Dave Brolley <brolley@
brolley [Mon, 5 Mar 2001 16:00:16 +0000 (16:00 +0000)]
2001-03-05  Dave Brolley  <brolley@

        * arch.c: Regenerate.
        * arch.h: Regenerate.
        * cpu.c: Regenerate.
        * cpu.h: Regenerate.
        * cpuall.h: Regenerate.
        * decode.c: Regenerate.
        * decode.h: Regenerate.
        * model.c: Regenerate.
        * sem-switch.c: Regenerate.
        * sem.c: Regenerate.

23 years ago2001-03-05 Dave Brolley <brolley@redhat.co
brolley [Mon, 5 Mar 2001 15:55:00 +0000 (15:55 +0000)]
2001-03-05  Dave Brolley  <brolley@redhat.co

        * opcodes/fr30-asm.c: Regenerate.
        * opcodes/fr30-desc.c: Regenerate.
        * opcodes/fr30-desc.h: Regenerate.
        * opcodes/fr30-dis.c: Regenerate.
        * opcodes/fr30-ibld.c: Regenerate.
        * opcodes/fr30-opc.c: Regenerate.
        * opcodes/fr30-opc.h: Regenerate.
        * opcodes/m32r-asm.c: Regenerate.
        * opcodes/m32r-desc.c: Regenerate.
        * opcodes/m32r-desc.h: Regenerate.
        * opcodes/m32r-dis.c: Regenerate.
        * opcodes/m32r-ibld.c: Regenerate.
        * opcodes/m32r-opc.c: Regenerate.
        * opcodes/m32r-opc.h: Regenerate.
        * opcodes/m32r-opinst.c: Regenerate.

23 years ago2001-03-05 Dave Brolley <brolley@redhat.com>
brolley [Mon, 5 Mar 2001 15:43:38 +0000 (15:43 +0000)]
2001-03-05  Dave Brolley  <brolley@redhat.com>

        * sim-decode.scm (-gen-extract-case): Generate declaration of "insn"
        if the number of ifields is greater than zero.

23 years ago* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
cgf [Mon, 5 Mar 2001 06:28:23 +0000 (06:28 +0000)]
* dlopen.c (dlopen): Return NULL when name is NULL (suggested by
chrisiasci@aol.com).
* cygwin.din: Add a new, internally used export - _check_for_executable.
* dcrt0.cc (dll_crt0_1): Set _check_for_executable for older binaries.  Pass
user_data to premain functions.
* fhandler.cc (fhandler_disk_file::open): Only check for executable if the
linked program is intereested in the executable bit.
(fhandler_disk_file::check_execable_p): Delete.
* fhandler.h (executable_states): New enumeration of various states of
executable bit caring.
(fhandler_base::set_execable_p): New method.
* fhandler_termios.cc (fhandler_termios::line_edit): Flag when a signal has
been sent to the tty.  Return -1 when this is so.
* fhandler_console.cc (fhandler_console::read): Return -1 when signal sending
character encountered.
* path.cc (path_conv::check): Record when path refers to a disk device.  Move
executable extension check here.
(check_sysfile): Accomodate new EXEC path states.
(has_suffix): Remove.
(next_suffix): Remove.
(class suffix_scan): New clas.
(suffix_scan::has): New method.
(suffix_scan:next): New method.
(symlink_info::check): Use suffix_scan method to control for scanning for
suffixes.
* path.h (path_conv::exec_state): New method.
* perprocess.h: Make "C" friendly.
* include/cygwin/version.h: Define CYGWIN_VERSION_CHECK_FOR_S_IEXEC.  Bump
CYGWIN_VERSION_API_MINOR.
* include/sys/cygwin.h: Change premain declarations.
* winsup.h: Move __cplusplus test to after builtin defines.

23 years ago* libc/include/sys/stat.h: Use special defines for executable stat bits when
cgf [Mon, 5 Mar 2001 05:13:05 +0000 (05:13 +0000)]
* libc/include/sys/stat.h: Use special defines for executable stat bits when
compiling for Cygwin.
* libc/include/sys/unistd.h: Use special define for X_OK when compiling for
Cygwin.

23 years ago* emultempl/m68kelf.em (m68k_elf_after_allocation): Call
amodra [Mon, 5 Mar 2001 05:02:00 +0000 (05:02 +0000)]
* emultempl/m68kelf.em (m68k_elf_after_allocation): Call
after_allocation_default, not gld..._before_allocation.

23 years agoObvious fix: in an entry for 1997-02-01, expand wildcard to explicit
chastain [Sun, 4 Mar 2001 22:23:30 +0000 (22:23 +0000)]
Obvious fix: in an entry for 1997-02-01, expand wildcard to explicit
list of files actually modified.

23 years agoObvioux fix: in an entry for 1997-06-29, expand wildcard to explicit
chastain [Sun, 4 Mar 2001 22:08:49 +0000 (22:08 +0000)]
Obvioux fix: in an entry for 1997-06-29, expand wildcard to explicit
list of files actually modified.

23 years agoObvious fix: in an entry for 1997-09-10, expand wildcard to explicit
chastain [Sun, 4 Mar 2001 21:41:15 +0000 (21:41 +0000)]
Obvious fix: in an entry for 1997-09-10, expand wildcard to explicit
list of files actually modified.

23 years agoObvious fix. Add missing ChangeLog entry for gdb.c++/ovldbreak.exp
chastain [Sun, 4 Mar 2001 21:23:05 +0000 (21:23 +0000)]
Obvious fix.  Add missing ChangeLog entry for gdb.c++/ovldbreak.exp
change on 2001-01-28.  Embarrassing!

23 years agoObvious fix: in an entry for 2001-02-11, change "gdb.base/cplusfuncs.exp"
chastain [Sun, 4 Mar 2001 21:15:17 +0000 (21:15 +0000)]
Obvious fix: in an entry for 2001-02-11, change "gdb.base/cplusfuncs.exp"
to "gdb.c++/cplusfuncs.exp".

23 years agoObvious fix: in an entry for 1997-02-23, expand wildcard to explicit
chastain [Sun, 4 Mar 2001 20:26:44 +0000 (20:26 +0000)]
Obvious fix: in an entry for 1997-02-23, expand wildcard to explicit
list of files actually modified.

23 years agoObvious fix: in entries for 1998-02-10 and 1998-02-06,
chastain [Sun, 4 Mar 2001 18:52:48 +0000 (18:52 +0000)]
Obvious fix: in entries for 1998-02-10 and 1998-02-06,
change "m68k/tm-delta68.h" to "config/m68k/tm-delta68.h".

23 years agoObvious fix: in an entry for 1997-02-11, change "m32r/tm-m32r.h" to
chastain [Sun, 4 Mar 2001 18:44:42 +0000 (18:44 +0000)]
Obvious fix: in an entry for 1997-02-11, change "m32r/tm-m32r.h" to
"config/m32r/tm-m32r.h".

23 years ago* fhandler.h (class fhandler_tty_common): New mutex and event to
duda [Sun, 4 Mar 2001 15:34:25 +0000 (15:34 +0000)]
* fhandler.h (class fhandler_tty_common): New mutex and event to
syncronize input on master tty with slave tty.
* fhandler_tty.cc (fhandler_pty_master::accept_input): Use them to
syncronize with slave.
* fhandler_tty.cc (fhandler_tty_slave::read): Use input mutex and
event to syncronize with master. Do not limit amount of data read
from master to vmin value. Interrupt on signal and return already
read data, if any.
* fhandler_tty.cc (fhandler_tty_slave::open): Handle input mutex and
event.
* fhandler_tty.cc (fhandler_tty_common::close): Ditto.
* fhandler_tty.cc (fhandler_tty_common::set_close_on_exec): Ditto.
* fhandler_tty.cc (fhandler_tty_common::fixup_after_fork): Ditto.
* fhandler_tty.cc (fhandler_tty_common::dup): Ditto.
* tty.h (tty::open_input_mutex): New function.
* tty.cc (tty::common_init): Create input mutex and event.

23 years ago * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
kevinb [Sat, 3 Mar 2001 08:31:20 +0000 (08:31 +0000)]
* solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSET
as an lvalue.

23 years agoDon't use ANOFFSET as an lvalue.
kevinb [Sat, 3 Mar 2001 08:24:05 +0000 (08:24 +0000)]
Don't use ANOFFSET as an lvalue.

23 years ago*** empty log message ***
cgf [Sat, 3 Mar 2001 03:56:34 +0000 (03:56 +0000)]
*** empty log message ***

23 years ago* MAINTAINERS (paper trail): Update.
cagney [Sat, 3 Mar 2001 03:34:27 +0000 (03:34 +0000)]
* MAINTAINERS (paper trail): Update.

23 years agoChange convention to ``Fix PR gdb/NNNN''
cagney [Sat, 3 Mar 2001 03:23:50 +0000 (03:23 +0000)]
Change convention to ``Fix PR gdb/NNNN''

23 years agoFrom 2001-03-01 Tom Rix <trix@redhat.com>:
cagney [Sat, 3 Mar 2001 01:38:49 +0000 (01:38 +0000)]
From 2001-03-01 Tom Rix <trix@redhat.com>:
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
parameter to mn10200_analyze_prologue.
* config/mn10200/tm-mn10200.h: Include "regcache.h".
* MAINTAINERS: Document that mn10200-elf target is buildable.

23 years agoMove GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h
kevinb [Sat, 3 Mar 2001 00:08:26 +0000 (00:08 +0000)]
Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h
to config/ia64/nm-aix.h.

23 years ago2001-03-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 2 Mar 2001 23:16:33 +0000 (23:16 +0000)]
2001-03-02  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/string/strtok.c: Add #undef of __STRICT_ANSI__ so prototype
        of strtok_r is always defined.

23 years ago2001-03-02 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Fri, 2 Mar 2001 23:13:04 +0000 (23:13 +0000)]
2001-03-02  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/include/machine/ansi.h: New dummy header file.

23 years ago2001-03-02 Dave Brolley <brolley@redhat.com>
brolley [Fri, 2 Mar 2001 22:50:36 +0000 (22:50 +0000)]
2001-03-02  Dave Brolley  <brolley@redhat.com>

* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than
m32r_do_align.

23 years ago2001-03-02 Dave Brolley <brolley@redhat.com>
brolley [Fri, 2 Mar 2001 22:49:57 +0000 (22:49 +0000)]
2001-03-02  Dave Brolley  <brolley@redhat.com>

* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than
m32r_do_align.

23 years ago2001-03-02 Matt Hiller <hiller@redhat.com>
hiller [Fri, 2 Mar 2001 22:41:05 +0000 (22:41 +0000)]
2001-03-02  Matt Hiller  <hiller@redhat.com>

* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.

23 years agoRevise earlier comment regarding sparc-nat.c to be more meaningful.
kevinb [Fri, 2 Mar 2001 20:04:21 +0000 (20:04 +0000)]
Revise earlier comment regarding sparc-nat.c to be more meaningful.

23 years agoPrint warnings if NaNs are found and the target CPU does not support them
nickc [Fri, 2 Mar 2001 18:43:13 +0000 (18:43 +0000)]
Print warnings if NaNs are found and the target CPU does not support them

23 years agoFix typo in which sparc-nat.c was changed to include itself.
kevinb [Fri, 2 Mar 2001 17:01:48 +0000 (17:01 +0000)]
Fix typo in which sparc-nat.c was changed to include itself.

23 years ago * dir.cc (readdir): Fix creating path in symlink check.
corinna [Fri, 2 Mar 2001 12:33:50 +0000 (12:33 +0000)]
    * dir.cc (readdir): Fix creating path in symlink check.

23 years ago * cygwinenv.sgml: Add text for `winsymlinks' option.
corinna [Fri, 2 Mar 2001 12:05:31 +0000 (12:05 +0000)]
    * cygwinenv.sgml: Add text for `winsymlinks' option.
        * how-api.texinfo: Add text to explain new symlinks==shortcuts
        and the CYGWIN setting `(no)winsymlinks'.
        * how-using.texinfo: Add text that Cygwin now treats shortcuts
        as symlinks.

23 years ago * dir.cc (readdir): Fix shortcut==symlink condition.
corinna [Fri, 2 Mar 2001 11:41:09 +0000 (11:41 +0000)]
    * dir.cc (readdir): Fix shortcut==symlink condition.
        * environ.cc: Add extern decl for `allow_winsymlinks'.
        (struct parse_thing): Add entry for `[no]winsymlinks'.
        * path.cc (symlink): Change to be able to create both,
        symlink==shortcut and symlink==systemfile, dependent of
        the setting of `allow_winsymlinks'.
        * security.cc (cygwin_logon_user): Add debug output.
        * shortcut.c: Add defines from path.h.
        (has_exec_chars): Copy from path.h.
        (check_shortcut): Check for executable file condition if not a
        shortcut.

23 years ago* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
jtc [Fri, 2 Mar 2001 02:54:08 +0000 (02:54 +0000)]
* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
if __CYGWIN32__ is set from here.
* config/i386/xm-cygwin.h: To here.
* config/powerpc/xm-cygwin.h: To here.

23 years agomerge from gcc
dj [Fri, 2 Mar 2001 02:12:03 +0000 (02:12 +0000)]
merge from gcc

23 years ago* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process if
cgf [Fri, 2 Mar 2001 02:09:40 +0000 (02:09 +0000)]
* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process if
started by non-cygwin parent.

23 years ago* select.cc (peek_console): Don't report read_ready on mouse events unless we
cgf [Fri, 2 Mar 2001 01:55:21 +0000 (01:55 +0000)]
* select.cc (peek_console): Don't report read_ready on mouse events unless we
are looking for mouse events.
* fhandler.h (fhandler_console::mouse_aware): New method.

23 years ago* i386-stub.c (handle_exception): Use 'T' response packet.
jtc [Thu, 1 Mar 2001 22:45:41 +0000 (22:45 +0000)]
* i386-stub.c (handle_exception): Use 'T' response packet.

23 years ago[fix my email address in changelog entries]
msnyder [Thu, 1 Mar 2001 22:18:45 +0000 (22:18 +0000)]
[fix my email address in changelog entries]

23 years ago2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
msnyder [Thu, 1 Mar 2001 22:10:04 +0000 (22:10 +0000)]
2001-03-01  Michael Snyder  <msnyder@mvstp600e.cygnus.com>

* m32r-tdep.c: Fix cut and paste error in comment.

23 years ago* gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
jtc [Thu, 1 Mar 2001 21:56:35 +0000 (21:56 +0000)]
* gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
(MAX_OF_TYPE): Wrap macro definition in parenthesis.
(MIN_OF_TYPE): Likewise.

* memattr.h (mem_access_mode): Removed extraneous trailing comma.

23 years ago2001-03-01 Earnie Boyd <earnie@users.sourceforge.net
earnie [Thu, 1 Mar 2001 20:32:34 +0000 (20:32 +0000)]
2001-03-01  Earnie Boyd  <earnie@users.sourceforge.net

* Makefile.in: (snapshot): Add target.
* lib/Makefile.in: (install-headers): Use installdir variable.
(installdir): Set value based on target-alias.

23 years ago * README.GDBTK: Minor spelling, grammar, and formatting fixes.
nsd [Thu, 1 Mar 2001 20:11:27 +0000 (20:11 +0000)]
* README.GDBTK: Minor spelling, grammar, and formatting fixes.

23 years agoCleanup of managedwin.ith and managedwin.itb
kseitz [Thu, 1 Mar 2001 20:00:12 +0000 (20:00 +0000)]
Cleanup of managedwin.ith and managedwin.itb

* library/managedwin.ith: Move all implementations into
managedwin.itb.
(public variable nosize): Delete.
(freeze_me, thaw_me, make_icon_window): Prepend with
underscore to remind people these are not public
methods/procs.
(protected variable Top, screenwidth, screenheight): Ditto
for these variables.
(protected common manage_active, mainwindow): Delete.
(enable): Delete.
(reconfig): Add empty body.
* library/managedwin.itb: Move all implementations from
header here.
Update all references to renamed variables/methods/procs.
(destructor, restart, shutdown, _open, find) Let
Itcl tell us which ManagedWins we have lying around.
(enable): Delete.
(reconfig): It's empty. Moved empty body to header.

23 years ago*** empty log message ***
hiller [Thu, 1 Mar 2001 19:39:30 +0000 (19:39 +0000)]
*** empty log message ***

23 years ago* branch probability hinting
fche [Thu, 1 Mar 2001 19:15:30 +0000 (19:15 +0000)]
* branch probability hinting

[cgen/ChangeLog]
2001-03-01  Frank Ch. Eigler  <fche@redhat.com>

* sid.cpu (-op-gen-set-trace[-parallel], -create-virtual-insns!):
Emit LIKELY/UNLIKELY branch probability hints.
* sid-decode.cpu (-gen-record-args): Ditto.

[sid/include/ChangeLog]
2001-03-01  Frank Ch. Eigler  <fche@redhat.com>

* sidconfig.h (LIKELY, UNLIKELY): New conditional cover macros
for gcc's __builtin_expect branch probability hinting function.
* sidbusutil.h (passthrough_bus, mux_password_bus, harvard_bus):
Add some branch probability hints.
* sidcpuutil.h (step_pin_handler, stop_after_insns_p,
{read,write}_{insn,data}_memory): Ditto.
* sidpinutil.h (callback_pin::driven): Remove unnecessary assert
from critical path.

[eg. sid/component/mapper/ChangeLog]
2001-03-01  Frank Ch. Eigler  <fche@redhat.com>

* compMapper.cxx ({read,write}_strideoffset_any): Added b.p. hints.
(write_any, read_any, locate): Ditto.

[sid/component/cgen-cpu/ChangeLog]
2001-03-01  Frank Ch. Eigler  <fche@redhat.com>

* cgen-engine.h (set_pbb_engine, chain, get_next_vpc, pbb_find,
pbb_find_or_alloc, pbb_before, pbb_after): Add branch probability
hints.

[eg. sid/component/cgen-cpu/arm7t/ChangeLog]
2001-03-01  Frank Ch. Eigler  <fche@redhat.com>

* arm-decode.cxx, -sem.cxx, -semsw.cxx: Regenerated w/ b.p. hints.
* thumb-decode.cxx, -sem.cxx, -semsw.cxx: Ditto.

23 years ago2001-02-28 Matt Hiller <hiller@redhat.com>
hiller [Thu, 1 Mar 2001 19:13:26 +0000 (19:13 +0000)]
2001-02-28  Matt Hiller  <hiller@redhat.com>

* testsuite/ld-scripts/crossref.exp: Initialize flags to
[big_or_little_endian].
* testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
in ld invocations.
* testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
-eb, EL and el.
(is_endian_output_format): New function.
(default_ld_link): Set flags to [big_or_little_endian] only if ld
is being invoked such that the output format being used is of
known endianness.
(default_ld_simple_link): Ditto.

23 years ago* bad monkey, no banana
fche [Thu, 1 Mar 2001 19:10:25 +0000 (19:10 +0000)]
* bad monkey, no banana

2001-03-01  Frank Ch. Eigler  <fche@redhat.com>

* lib/monkey.exp (monkey_test): Disabled this class of tests
temporarily.

23 years agoAdd s390 target
nickc [Thu, 1 Mar 2001 18:48:14 +0000 (18:48 +0000)]
Add s390 target

23 years ago* Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
cagney [Thu, 1 Mar 2001 18:19:26 +0000 (18:19 +0000)]
* Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
* os9kread.c (os9k_process_one_symbol): Add assert to detect
``loses if sizeof (char *) > sizeof (int)''.

23 years agoDocument pragmatics of why gdb_assert() is lowercase.
cagney [Thu, 1 Mar 2001 17:30:05 +0000 (17:30 +0000)]
Document pragmatics of why gdb_assert() is lowercase.

23 years ago* Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
cagney [Thu, 1 Mar 2001 16:13:18 +0000 (16:13 +0000)]
* Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
lists.
(mi-main.o): Ditto.

23 years ago* Makefile.in (regcache_h): Define. Add $(regcache_h) to
cagney [Thu, 1 Mar 2001 15:49:12 +0000 (15:49 +0000)]
* Makefile.in (regcache_h): Define. Add $(regcache_h) to
dependency lists.

23 years ago * library/managedwin.itb (ManagedWin::shutdown): Save each
nsd [Thu, 1 Mar 2001 12:43:58 +0000 (12:43 +0000)]
* library/managedwin.itb (ManagedWin::shutdown): Save each
managed window's geometry as a preference.
* library/managedwin.ith (ManagedWin::destructor): Don't save
managed windows' geometries as preferences.

23 years ago * library/srctextwin.itb (SrcTextWin::location): Clear previous
nsd [Thu, 1 Mar 2001 12:36:46 +0000 (12:36 +0000)]
* library/srctextwin.itb (SrcTextWin::location): Clear previous
pane's cursor after switching panes.

23 years ago * library/srctextwin.itb (config_win): Give focus to $win.
nsd [Thu, 1 Mar 2001 12:30:41 +0000 (12:30 +0000)]
* library/srctextwin.itb (config_win): Give focus to $win.

23 years ago2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
msnyder [Thu, 1 Mar 2001 03:56:44 +0000 (03:56 +0000)]
2001-02-28  Michael Snyder  <msnyder@mvstp600e.cygnus.com>

* printcmd.c (print_address_numeric): Update comments to refer
to sizeof addr, not sizeof pointer.
(x_command): Remove needless whitespace (shorten long line).

23 years ago2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
msnyder [Thu, 1 Mar 2001 03:50:17 +0000 (03:50 +0000)]
2001-02-28  Michael Snyder  <msnyder@mvstp600e.cygnus.com>

* breakpoint.c (print_one_breakpoint): Formatting clean-up.
(read_memory_nobpt): Ditto.
(ep_is_catchpoint): Ditto.
(ep_is_shlib_catchpoint): Ditto.
(ep_is_exception_catchpoint): Ditto.
(describe_other_breakpoints): Ditto.

23 years ago* regcache.h (register_valid): Fix comment documenting valid
cagney [Thu, 1 Mar 2001 01:51:54 +0000 (01:51 +0000)]
* regcache.h (register_valid): Fix comment documenting valid
states.

23 years ago* generic/gdbtk-cmds.c: Include recently created "regcache.h"
cagney [Thu, 1 Mar 2001 01:48:33 +0000 (01:48 +0000)]
* generic/gdbtk-cmds.c: Include recently created "regcache.h"

23 years agoCreate new file regcache.h. Update all uses.
cagney [Thu, 1 Mar 2001 01:39:20 +0000 (01:39 +0000)]
Create new file regcache.h.  Update all uses.

23 years ago* bug fix / cleanup
fche [Thu, 1 Mar 2001 00:44:03 +0000 (00:44 +0000)]
* bug fix / cleanup

2001-02-28  Frank Ch. Eigler  <fche@redhat.com>

* Makefile.am (NEARBY_LIBS): Enumerate component libraries for
static linking.
(sid_LDFLAGS): Correct export-symbols-regex param to
include tcl bridge component.  Use $(NEARBY_LIBS).
* Makefile.in: Regenerated.

23 years agoFix the year on the following lines:
chastain [Thu, 1 Mar 2001 00:39:56 +0000 (00:39 +0000)]
Fix the year on the following lines:

  ! 2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
  ! 2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
  ! 2001-02-10  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
  ! 2001-01-27  Christopher Faylor  <cgf@cygnus.com>

23 years agonew defines for Coldfire V4.
nickc [Wed, 28 Feb 2001 23:47:10 +0000 (23:47 +0000)]
new defines for Coldfire V4.

23 years ago2001-02-28 Matt Hiller <hiller@redhat.com>
hiller [Wed, 28 Feb 2001 21:51:25 +0000 (21:51 +0000)]
2001-02-28  Matt Hiller  <hiller@redhat.com>

* MAINTAINERS: Add Matt Hiller to Write After Approval list.

23 years agoRemove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.
nickc [Wed, 28 Feb 2001 19:40:12 +0000 (19:40 +0000)]
Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.

23 years ago2001-02-28 Will Cohen <wcohen@redhat.com>
jjohnstn [Wed, 28 Feb 2001 18:41:57 +0000 (18:41 +0000)]
2001-02-28  Will Cohen  <wcohen@redhat.com>

        * src/libgloss/m68k/Makefile.in: Updated copyright and
         added rules to build simulator related libraries.
        (SIM_SCRIPTS): New variable.
        (SIM_LDFLAGS): New variable.
        (SIM_BSP): New variable.
        (SIM_CRT0): New variable.
        (SIM_OBJS): New variable.
        (SIM_TEST): New variable.
        (SIM_INSTALL): new variable.
        * src/libgloss/m68k/sim-abort.c: New file.
        * src/libgloss/m68k/sim-crt0.S: New file.
        * src/libgloss/m68k/sim-errno.c: New file.
        * src/libgloss/m68k/sim-funcs.c: New file.
        * src/libgloss/m68k/sim-inbyte.c: New file.
        * src/libgloss/m68k/sim-print.c: New file.
        * src/libgloss/m68k/sim-sbrk.c: New file.
        * src/libgloss/m68k/sim.ld: New file.
        * src/libgloss/m68k/simulator.S: New file.

23 years ago * uinfo.cc: Eliminate `#include <wchar.h>'.
corinna [Wed, 28 Feb 2001 14:14:03 +0000 (14:14 +0000)]
    * uinfo.cc: Eliminate `#include <wchar.h>'.

23 years ago2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>
aj [Wed, 28 Feb 2001 12:49:40 +0000 (12:49 +0000)]
2001-02-28  Andreas Jaeger  <aj@suse.de>, Bo Thorsen  <bo@suse.de>

* config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed
anymore since we use bfd_elf_generic_reloc now.
(md_apply_fix3): Only apply hack for partial_inplace if not using RELA.

23 years ago2001-02-28 Andreas Jaeger <aj@suse.de>
aj [Wed, 28 Feb 2001 12:32:10 +0000 (12:32 +0000)]
2001-02-28  Andreas Jaeger  <aj@suse.de>

* elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
to addend.