]> sourceware.org Git - newlib-cygwin.git/log
newlib-cygwin.git
24 years agoIn bfd/:
Geoffrey Keating [Sat, 11 Mar 2000 02:16:25 +0000 (02:16 +0000)]
In bfd/:
* elf32-mips.c (mips_elf_next_relocation): Rename from
mips_elf_next_lo16_relocation, and generalize to look
for any relocation type.
(elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset.
(elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16.
(elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16.
(elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2.
(elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64.
(elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32.
(bfd_elf32_bfd_reloc_type_lookup): Add new relocs.
(mips_rtype_to_howto): Likewise.
(mips_elf_calculate_relocation): Handle new relocs.
(_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs
are paired.  The addend for R_MIPS_GNU_REL16_S2
is shifted right two bits.
In gas/:
* config/tc-mips.c (mips_ip): Don't put stuff in .rodata
when embedded-pic.

* config/tc-mips.c (SWITCH_TABLE): The ELF embedded-pic
  implementation doesn't have special handling for switch
  statements.
(macro_build): Allow for code in sections other than .text.
(macro): Likewise.
(mips_ip): Likewise.
(md_apply_fix): Do pc-relative relocation madness for MIPS ELF.
   Don't perform relocs if we will be outputting them.
(tc_gen_reloc): For ELF, just use fx_addnumber for pc-relative
  relocations.  Allow BFD_RELOC_16_PCREL_S2 relocs when
  embedded-pic.
In gas/testsuite/:
* gas/mips/empic.d: New file.
* gas/mips/empic.s: New file.
* gas/mips/mips16-e.d: New file.
* gas/mips/mips16-e.s: New file.
* gas/mips/mips16-f.d: New file.
* gas/mips/mips16-f.s: New file.
* gas/mips/mips.exp: Add empic, mips16-e.  Add mips16-f as an
expected failure.
In include/elf:
* mips.h: Add R_MIPS_GNU_REL_HI16, R_MIPS_GNU_REL_LO16,
  R_MIPS_GNU_REL16_S2, R_MIPS_PC64 and R_MIPS_PC32 relocation
  numbers.

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

* Makefile.in (all-gcc): Backed out the last change.

24 years agoFri Mar 10 16:09:20 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Fri, 10 Mar 2000 21:13:28 +0000 (21:13 +0000)]
Fri Mar 10 16:09:20 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/include/string.h: Include <sys/types.h>.

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

* Makefile.in (all-gcc): Run ld/ld-new if necessary.

24 years ago* sigproc.cc (wait_sig): Add addtional debugging output.
Christopher Faylor [Fri, 10 Mar 2000 18:04:20 +0000 (18:04 +0000)]
* sigproc.cc (wait_sig): Add addtional debugging output.

24 years ago* libc/stdio/putw.c (putw): Return 0 on success, to be compliant
Alexandre Oliva [Fri, 10 Mar 2000 17:57:32 +0000 (17:57 +0000)]
* libc/stdio/putw.c (putw): Return 0 on success, to be compliant
with XSH5, not SVID.

24 years agoThu Mar 9 17:20:41 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Thu, 9 Mar 2000 22:25:01 +0000 (22:25 +0000)]
Thu Mar  9 17:20:41 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/include/string.h: Changed last argument back to ssize_t
        to make it compatible with XPG4 definition which is
        defined in <unistd.h>.  There is a conflict in the SVID 3
        and XPG4 definitions and newlib will settle with XPG4.
        * libc/string/swab.c: Ditto.

24 years ago* environ.cc: Eliminate oldstack CYGWIN option.
Christopher Faylor [Thu, 9 Mar 2000 21:04:05 +0000 (21:04 +0000)]
* environ.cc: Eliminate oldstack CYGWIN option.
* exceptions.cc (sfta): Eliminate obsolete function.
(sgmb): Eliminate obsolete function.
(class stack_info): Remove MS method for walking the stack.
(stack_info::init): Just initialize required fields.
(stack_info::brute_force): Rename to stack_info::walk.
(handle_exceptions): Pass derived frame pointer to sig_send.
(interrupt_setup): Clear saved frame pointer here.
(interrupt_on_return): thestack is no longer a pointer.
(call_handler): Accept a flag to indicate when a signal was sent from other
than the main thread.  Use saved frame pointer for determining where to place
signal handler call.
(sig_handle): Accept "nonmain" argument.  Pass it to call_handler.
* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Change
debugging output slightly.
* (fhandler_tty_common::__release_output_mutex): Ditto.
(fhandler_tty_slave::read): Fix a comment, remove a goto.
* sigproc.cc (sig_send): Accept an optional frame pointer argument for use when
suspending the main process.  sigcomplete_main is an autoreset event now.  Save
frame pointer for non-main operation.
(wait_sig): Make sigcomplete_main an autoreset event.  Eliminate NOSIGQUEUE.
Pass rc to sig_handle to signify if this was a nonmain process.
* sigproc.h: Reflect change to sig_send argument.
* syscalls.cc (swab): Eliminate swab function since it is now available in
newlib.
* winsup.h (signal_dispatch): Change CONTEXT cx to DWORD ebp.

24 years agoWed Mar 8 17:11:41 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Wed, 8 Mar 2000 22:16:06 +0000 (22:16 +0000)]
Wed Mar  8 17:11:41 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/include/string.h: Changed last argument to size_t.
        * libc/string/swab.c: Changed last argument to size_t.

24 years ago* libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c.
Alexandre Oliva [Wed, 8 Mar 2000 04:01:49 +0000 (04:01 +0000)]
* libc/reent/Makefile.am (lib_a_SOURCES): Added unlinkr.c.
(CHEWOUT_FILES): Added unlinkr.def.
* libc/reent/Makefile.in: Rebuilt.
* libc/sys.tex: Include unlinkr.def.
* libc/reent/linkr.c (_unlink_r): Moved to...
* libc/reent/unlinkr.c: ... new file.

24 years ago* libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
Alexandre Oliva [Wed, 8 Mar 2000 03:46:01 +0000 (03:46 +0000)]
* libc/string/Makefile.am (lib_a_SOURCES): Added swab.c.
(CHEWOUT_FILES): Added swab.def.
* libc/string/Makefile.in: Rebuilt.
* libc/string/string.tex: Include swab.def.
* libc/include/string.h (swab): Declare.
* libc/string/swab.c: New file.

24 years ago* libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c.
Alexandre Oliva [Wed, 8 Mar 2000 03:42:25 +0000 (03:42 +0000)]
* libc/stdio/Makefile.am (lib_a_SOURCES): Added getw.c and putw.c.
(CHEWOUT_FILES): Added getw.def and putw.def.
* libc/stdio/Makefile.in: Rebuilt.
* libc/stdio/stdio.tex: Include getw.def and putw.def.
* libc/stdio/getw.c: New file.
* libc/stdio/putw.c: New file.

24 years ago* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it
Christopher Faylor [Tue, 7 Mar 2000 18:32:40 +0000 (18:32 +0000)]
* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it
didn't seem to affect the "bash hangs" problem.

24 years agoThroughout use strace class in place of individual functions and variables.
Christopher Faylor [Tue, 7 Mar 2000 05:33:09 +0000 (05:33 +0000)]
Throughout use strace class in place of individual functions and variables.
* cygwin.din: Eliminate _strace_wm.
* sigproc.cc (wait_sig): Temporarily add more debugging output.
* include/cygwin/version.h: Bump minor api to reflect export change.

24 years agoRemove extraneous CYGNUYS LOCAL markers.
Nick Clifton [Mon, 6 Mar 2000 18:09:38 +0000 (18:09 +0000)]
Remove extraneous CYGNUYS LOCAL markers.

24 years ago* exceptions.cc (call_handler): Streamline to use only one call to
Christopher Faylor [Sun, 5 Mar 2000 06:34:55 +0000 (06:34 +0000)]
* exceptions.cc (call_handler): Streamline to use only one call to
ResumeThread.
* sigproc.cc (sig_send): Use a muto around the ReleaseSemaphore.  Remove
priority setting since it didn't solve anything.

24 years ago* Makefile.in (taz): Set PACKAGE to TOOL when not defined.
Andrew Cagney [Fri, 3 Mar 2000 23:52:30 +0000 (23:52 +0000)]
* Makefile.in (taz): Set PACKAGE to TOOL when not defined.
(do-tar-bz2): Replace TOOL with PACKAGE.
(gdb.tar.bz2): Remove GDBTK from GDB package.
(gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
dejagnu.tar.bz2): New packages.

24 years agoApply patch for 100679
Nick Clifton [Thu, 2 Mar 2000 23:01:40 +0000 (23:01 +0000)]
Apply patch for 100679

24 years ago2000-03-01 H.J. Lu <hjl@gnu.org>
H.J. Lu [Wed, 1 Mar 2000 19:38:01 +0000 (19:38 +0000)]
2000-03-01  H.J. Lu  <hjl@gnu.org>

* bfdlink.h (bfd_link_callbacks): Add a boolean arg to
the undefined_symbol callback.

24 years ago* sigproc.cc (sig_send): Temporarily set priority to highest while sending a
Christopher Faylor [Tue, 29 Feb 2000 05:47:17 +0000 (05:47 +0000)]
* sigproc.cc (sig_send): Temporarily set priority to highest while sending a
signal.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Tue, 29 Feb 2000 03:16:14 +0000 (03:16 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
namespace pollution.
* include/rpcndr.h: Likewise.
* include/winnt.h: Likewise.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Tue, 29 Feb 2000 03:14:40 +0000 (03:14 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
* include/wtypes.h (PBLOB, LPBLOB): Define.
* include/winsock2.h: Much more complete version.
(FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Tue, 29 Feb 2000 03:13:40 +0000 (03:13 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
* include/winsock.h (FD_CLR): Add missing ')'.
(timercmp): Fix macro to handle all 6 comparison operators.
(AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
(AF_MAX): Update.
(PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Tue, 29 Feb 2000 03:11:06 +0000 (03:11 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
namespace pollution.
* include/rpcndr.h: Likewise.
* include/winnt.h: Likewise.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Tue, 29 Feb 2000 03:10:04 +0000 (03:10 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
(SHGetSpecialFolderPath{A,W}): Add prototypes.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Tue, 29 Feb 2000 03:08:37 +0000 (03:08 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* lib/ole32.def: Add missing exports.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
Mumit Khan [Tue, 29 Feb 2000 03:07:07 +0000 (03:07 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
* include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
(NT_TIB): Define.
* include/tlhelp32.h: New file.

24 years ago* include/rapi.h: New file.
Christopher Faylor [Mon, 28 Feb 2000 22:09:56 +0000 (22:09 +0000)]
* include/rapi.h: New file.
* lib/rapi.def: New file.

24 years agoDefone {MIPS|SH}_PE_MAGIC
Nick Clifton [Mon, 28 Feb 2000 18:57:53 +0000 (18:57 +0000)]
Defone {MIPS|SH}_PE_MAGIC

24 years ago* pinfo.cc (set_myself): Add build date to strace output.
Christopher Faylor [Mon, 28 Feb 2000 16:25:34 +0000 (16:25 +0000)]
* pinfo.cc (set_myself): Add build date to strace output.
* sigproc.cc (proc_subproc): Only clear wait event when not attending to a
signal.

24 years agoFix typo.
Christopher Faylor [Mon, 28 Feb 2000 06:23:10 +0000 (06:23 +0000)]
Fix typo.

24 years agoFix sysname.
Christopher Faylor [Mon, 28 Feb 2000 06:21:07 +0000 (06:21 +0000)]
Fix sysname.

24 years ago* configure.in: Remove --enable-strace-hhmmss option.
Christopher Faylor [Mon, 28 Feb 2000 05:10:23 +0000 (05:10 +0000)]
* configure.in: Remove --enable-strace-hhmmss option.
* configure: Regenerate.

24 years ago* strace.cc (handle_output_debug_string): Parse strace output to allow various
Christopher Faylor [Mon, 28 Feb 2000 05:08:05 +0000 (05:08 +0000)]
* strace.cc (handle_output_debug_string): Parse strace output to allow various
types of time output.

24 years ago* dcrt0.cc (set_os_type): Record OS name string.
Christopher Faylor [Mon, 28 Feb 2000 05:05:33 +0000 (05:05 +0000)]
* dcrt0.cc (set_os_type): Record OS name string.
(getprogname): Eliminate obsolete function.
(dll_crt0_1): Move initial strace initialization output to set_myself.
* exceptions.cc (interruptible): Add debugging output.
(interrupt_setup): New function.
(interrupt_now): Use interrupt_setup to set up common interrupt handler stuff.
(interrupt_on_return): Ditto.
(call_handler): Move signal_arrived arm and clear threads to region where
signalled thread is suspended or suffer races.
* pinfo.cc (set_myself): Output interesting information when strace is first
initialized.  Initialize progname here.
* sigproc.cc (sig_dispatch_pending): Modify to ensure that flush signal are
sent synchronously.
* strace.cc (strace_vsprintf): Move code into strace program.
* uname.cc (uname): Use 'osname' global to construct cygwin name + Windows type
+ version.

24 years ago2000-02-27 Andreas Jaeger <aj@suse.de>
Ian Lance Taylor [Mon, 28 Feb 2000 04:20:22 +0000 (04:20 +0000)]
2000-02-27  Andreas Jaeger  <aj@suse.de>

* configure.in: Add entry for mips*-*-linux*, move catch all
*-*-*linux* entry below this one.

24 years ago * ltconfig, ltmain.sh: Update to libtool 1.3.4.
Ian Lance Taylor [Sun, 27 Feb 2000 16:46:19 +0000 (16:46 +0000)]
* ltconfig, ltmain.sh: Update to libtool 1.3.4.

24 years agoBump minor version number
Christopher Faylor [Sat, 26 Feb 2000 01:14:49 +0000 (01:14 +0000)]
Bump minor version number

24 years agoChange fork/exec magic number.
Christopher Faylor [Sat, 26 Feb 2000 01:14:08 +0000 (01:14 +0000)]
Change fork/exec magic number.

24 years agoRemove unneeded include.
Christopher Faylor [Sat, 26 Feb 2000 01:13:02 +0000 (01:13 +0000)]
Remove unneeded include.

24 years ago* exceptions.cc (interruptible): Make a little more structured.
Christopher Faylor [Sat, 26 Feb 2000 01:11:54 +0000 (01:11 +0000)]
* exceptions.cc (interruptible): Make a little more structured.
(call_handler): Allow signals to be sent even if signalled thread is stopped.
Change order of signal_arrived arming/waiting threads clearing to eliminate a
race.
(reset_signal_arrived): New helper function.
* malloc.cc (malloc_init): Use mutos so that signal handler can keep track of
who owns the lock.
(__malloc_lock): Ditto.
(__malloc_unlock): Ditto.
* sync.h (new_muto): Actually use a muto for the "buffer".
* Makefile.in: Fix a dependency.

24 years ago* Makefile.in: fix "make check" support and cygrun.
DJ Delorie [Sat, 26 Feb 2000 01:06:48 +0000 (01:06 +0000)]
* Makefile.in: fix "make check" support and cygrun.

24 years agoFri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Fri, 25 Feb 2000 19:52:27 +0000 (19:52 +0000)]
Fri Feb 25 14:50:50 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/stdio/flags.c (__sflags): Added check that mode[1]
        is non-null before looking at mode[2].

24 years agoExtend the i386 gas testsuite to do some tests for intel_syntax. Fix all
Alan Modra [Fri, 25 Feb 2000 11:41:12 +0000 (11:41 +0000)]
Extend the i386 gas testsuite to do some tests for intel_syntax.  Fix all
the errors exposed by this addition.  These were intel mode
"fi... word ptr", "fi... dword ptr", "jmp Imm seg, Imm offset", "out dx,al".
The failure with intel "out dx,al" was also present in att "out al,dx".
Extend testsuite to catch this case too.

24 years agoRename 'flags' to 'signed_overflow_ok_p'
Nick Clifton [Thu, 24 Feb 2000 23:57:23 +0000 (23:57 +0000)]
Rename 'flags' to 'signed_overflow_ok_p'

24 years ago2000-02-24 Andrew Haley <aph@cygnus.com>
Andrew Haley [Thu, 24 Feb 2000 21:56:53 +0000 (21:56 +0000)]
2000-02-24  Andrew Haley  <aph@cygnus.com>

        * cgen.h (CGEN_INSN_MACH_HAS_P): New macro.
        (CGEN_CPU_TABLE): flags: new field.
        Add prototypes for new functions.

24 years agoAdd support for an OS of "wince"
Nick Clifton [Thu, 24 Feb 2000 21:20:57 +0000 (21:20 +0000)]
Add support for an OS of "wince"

24 years agoEliminate RCS stuff.
Christopher Faylor [Thu, 24 Feb 2000 20:59:30 +0000 (20:59 +0000)]
Eliminate RCS stuff.

24 years ago*** empty log message ***
Christopher Faylor [Thu, 24 Feb 2000 20:57:40 +0000 (20:57 +0000)]
*** empty log message ***

24 years ago* syscalls.c (_read): Clear errno before doing any read operation.
Christopher Faylor [Thu, 24 Feb 2000 20:57:03 +0000 (20:57 +0000)]
* syscalls.c (_read): Clear errno before doing any read operation.

24 years ago* exceptions.cc (call_handler): Use new muto linked list to look for all
Christopher Faylor [Thu, 24 Feb 2000 19:54:01 +0000 (19:54 +0000)]
* exceptions.cc (call_handler): Use new muto linked list to look for all
potential mutos owned by suspended thread.  Clear waiting threads while thread
is stopped.
(proc_subproc): Clarify debugging output.
* sync.h (class muto): Add 'next' field.
(new_muto): Keep linked list alive.

24 years agoAdd support for WinCE targeted toolchains.
Nick Clifton [Thu, 24 Feb 2000 19:49:18 +0000 (19:49 +0000)]
Add support for WinCE targeted toolchains.

24 years agoAdhere to w32api copyright conventions.
Christopher Faylor [Thu, 24 Feb 2000 18:04:23 +0000 (18:04 +0000)]
Adhere to w32api copyright conventions.

24 years agoThu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
Ranjith Kumaran [Thu, 24 Feb 2000 16:48:28 +0000 (16:48 +0000)]
Thu Feb 24 11:43:00 2000  Ran Cabell <rcabell@norfolk.infi.net>

        * libm/mathfp/sf_atan2.c: Fix atan2 typo for _DOUBLE_IS_32_BITS.
        * libm/mathfp/sf_atan.c: Ditto.

Thu Feb 24 11:39:00 2000  Joel Sherrill <joel@OARcorp.com>

        * libc/include/sys/stat.h: Add RTEMS prototype for lstat.

24 years agoForgot Changelog for last i386.h change.
Alan Modra [Thu, 24 Feb 2000 12:41:54 +0000 (12:41 +0000)]
Forgot Changelog for last i386.h change.

24 years agoCorrect intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be rid
Alan Modra [Thu, 24 Feb 2000 12:40:45 +0000 (12:40 +0000)]
Correct intel_syntax fsub* and fdiv* handling.  Oh, how I'd like to be rid
of UNIXWARE_COMPAT.

24 years agoFix final round of gcc warnings relating to unused parameters.
Christopher Faylor [Thu, 24 Feb 2000 06:45:32 +0000 (06:45 +0000)]
Fix final round of gcc warnings relating to unused parameters.
* debug.cc (iscygthread): New function.
* debug.h: Declare it.
* exceptions.cc (set_process_mask): Flush pending signals.
(handle_sigsuspend): No need to flush pending signals.
(call_handler): Refine previous tests of muto ownership.  Only clear wait()'s
when we have definitely responded to a signal.
* fhandler_console.cc (fhandler_console::read): Don't set EINTR if executing in
a "cygwin" thread.
* sigproc.cc (proc_subproc): Use second argument to control whether CLEARWAIT
actually sets "signalled" flag.
* sync.h (muto): Add 'unstable' method.

24 years ago* config.guess, config.sub: Updated to match config's 2000-02-15
Andrew Cagney [Thu, 24 Feb 2000 05:38:51 +0000 (05:38 +0000)]
* config.guess, config.sub: Updated to match config's 2000-02-15
version.

24 years agoFix final round of gcc warnings relating to unused parameters.
Christopher Faylor [Thu, 24 Feb 2000 03:53:22 +0000 (03:53 +0000)]
Fix final round of gcc warnings relating to unused parameters.

24 years agoRemove RCS cruft.
Christopher Faylor [Thu, 24 Feb 2000 03:03:04 +0000 (03:03 +0000)]
Remove RCS cruft.

24 years ago* hinfo.cc (hinfo::extend): Clean up debugging output.
Christopher Faylor [Thu, 24 Feb 2000 03:00:37 +0000 (03:00 +0000)]
* hinfo.cc (hinfo::extend): Clean up debugging output.

24 years ago* exceptions.cc (interruptible): Change method for determining if something is
Christopher Faylor [Thu, 24 Feb 2000 02:49:44 +0000 (02:49 +0000)]
* exceptions.cc (interruptible): Change method for determining if something is
interruptible.
(call_handler): Avoid suspending a thread if it owns a mutex.  Only set
signal_arrived if the thread was actually interrupted.
(events_init): Initialize module information needed by interruptible().
(sigdelayed): Don't call sig_dispatch_pending since it could screw up
* init.cc (dll_entry): Record module handle of main for use by interruptible().
(proc_subproc): Reorganize handling of terminated child so that the bulk of the
processing comes from the signal thread.
(wait_sig): Force processing of waiting threads if SIGCHLD is not processed.
* sync.cc (muto::release): Set tid == 0 after lock is released or signal
processor will be confused.

24 years agoAdd IBM 370 support.
Alan Modra [Wed, 23 Feb 2000 13:52:22 +0000 (13:52 +0000)]
Add IBM 370 support.

24 years agoRespond to more g++ warnings relating to initializing structures.
Christopher Faylor [Wed, 23 Feb 2000 04:07:13 +0000 (04:07 +0000)]
Respond to more g++ warnings relating to initializing structures.

24 years agoAdd support for sh-pe and arm-wince-pe targets.
Nick Clifton [Wed, 23 Feb 2000 01:26:59 +0000 (01:26 +0000)]
Add support for sh-pe and arm-wince-pe targets.

24 years ago * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannot
Chandra Chavva [Tue, 22 Feb 2000 20:52:14 +0000 (20:52 +0000)]
    * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannot
        be combined in parallel with ADD/SUBppp.

24 years agoUpdated comment.
Nick Clifton [Tue, 22 Feb 2000 19:59:40 +0000 (19:59 +0000)]
Updated comment.

24 years agoRemove use of ELF_ST_OTHER.
Nick Clifton [Tue, 22 Feb 2000 19:56:40 +0000 (19:56 +0000)]
Remove use of ELF_ST_OTHER.

24 years agoTue Feb 22 14:37:00 2000 Ran Cabell <rcabell@norfolk.infi.net>
Ranjith Kumaran [Tue, 22 Feb 2000 19:44:37 +0000 (19:44 +0000)]
Tue Feb 22 14:37:00 2000  Ran Cabell <rcabell@norfolk.infi.net>

        * libm/mathfp/sf_exp.c: Corrected _DOUBLE_IS_32_BITS to be
        _DOUBLE_IS_32BITS.

24 years agog2000-02-22 Andrew Haley <aph@cygnus.com>
Andrew Haley [Tue, 22 Feb 2000 19:01:25 +0000 (19:01 +0000)]
g2000-02-22  Andrew Haley  <aph@cygnus.com>

* mips.h: (OPCODE_IS_MEMBER): Add comment.

24 years agoChangeLog change only.
Andrew Haley [Tue, 22 Feb 2000 16:59:39 +0000 (16:59 +0000)]
ChangeLog change only.

24 years agomerge with include from egcs 2000-02-22
Ian Lance Taylor [Tue, 22 Feb 2000 16:40:36 +0000 (16:40 +0000)]
merge with include from egcs 2000-02-22

24 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
Ian Lance Taylor [Tue, 22 Feb 2000 16:18:13 +0000 (16:18 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.

24 years agoimport libiberty from egcs cygnus github/cygnus
Ian Lance Taylor [Tue, 22 Feb 2000 16:18:13 +0000 (16:18 +0000)]
import libiberty from egcs

24 years ago1999-12-30 Andrew Haley <aph@cygnus.com>
Andrew Haley [Tue, 22 Feb 2000 14:39:20 +0000 (14:39 +0000)]
1999-12-30  Andrew Haley  <aph@cygnus.com>

* mips.h (OPCODE_IS_MEMBER): Add gp32 arg.

24 years agoWhen SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing
Andrew Cagney [Tue, 22 Feb 2000 08:52:20 +0000 (08:52 +0000)]
When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing
instead of sim_trace() to run the program; include support for ``-o''
option (operating environment); when a signal occurs, only continue
execution when operating environment mode.
Update d10v.

24 years ago2000-02-22 H.J. Lu <hjl@gnu.org>
Ian Lance Taylor [Tue, 22 Feb 2000 07:34:57 +0000 (07:34 +0000)]
2000-02-22  H.J. Lu  <hjl@gnu.org>

* common.h (ELFOSABI_LINUX): Define.

24 years ago* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'
Christopher Faylor [Mon, 21 Feb 2000 23:38:57 +0000 (23:38 +0000)]
* fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'
parameter.

24 years agoMon Feb 21 11:43:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
Jeff Johnston [Mon, 21 Feb 2000 16:59:23 +0000 (16:59 +0000)]
Mon Feb 21 11:43:50 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/stdio/vfprintf.c (VFPRINTF): Added CHECK_INIT
        call prior to calling _VFPRINTF_R so reentrant data area is set.
        (_VFPRINTF_R): Removed now extraneous CHECK_INIT call.

24 years agoThis lot mainly cleans up `comparison between signed and unsigned' gcc
Alan Modra [Mon, 21 Feb 2000 12:01:26 +0000 (12:01 +0000)]
This lot mainly cleans up `comparison between signed and unsigned' gcc
warnings.  One usused var, and a macro parenthesis fix too.  Also check
input sections are elf when doing gc in elflink.h.

24 years agoRespond to a multitude of g++ warnings.
Christopher Faylor [Mon, 21 Feb 2000 05:20:38 +0000 (05:20 +0000)]
Respond to a multitude of g++ warnings.

24 years agoUpdate.
Christopher Faylor [Mon, 21 Feb 2000 05:18:36 +0000 (05:18 +0000)]
Update.

24 years agocygwin32 -> cygwin.
Christopher Faylor [Mon, 21 Feb 2000 03:25:29 +0000 (03:25 +0000)]
cygwin32 -> cygwin.

24 years agocygwin32 -> cygwin
Christopher Faylor [Mon, 21 Feb 2000 03:24:17 +0000 (03:24 +0000)]
cygwin32 -> cygwin

24 years agoUpdate.
Christopher Faylor [Mon, 21 Feb 2000 03:18:37 +0000 (03:18 +0000)]
Update.

24 years ago* environ.cc (getwinenv): Make __stdcall.
Christopher Faylor [Mon, 21 Feb 2000 03:13:24 +0000 (03:13 +0000)]
* environ.cc (getwinenv): Make __stdcall.
(winenv): Ditto.
* malloc.cc (strdup): New function.  Occludes newlib version.
(_strdup_r): Ditto.
* winsup.h: Reflect above __stdcall changes.

24 years agoGive Corinna some more files.
Christopher Faylor [Mon, 21 Feb 2000 01:56:50 +0000 (01:56 +0000)]
Give Corinna some more files.

24 years ago*** empty log message ***
Corinna Vinschen [Mon, 21 Feb 2000 00:31:55 +0000 (00:31 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Corinna Vinschen [Mon, 21 Feb 2000 00:20:20 +0000 (00:20 +0000)]
*** empty log message ***

24 years agoimport newlib-2000-02-17 snapshot
Christopher Faylor [Thu, 17 Feb 2000 19:39:52 +0000 (19:39 +0000)]
import newlib-2000-02-17 snapshot

24 years agoimport winsup-2000-02-17 snapshot
Christopher Faylor [Thu, 17 Feb 2000 19:38:33 +0000 (19:38 +0000)]
import winsup-2000-02-17 snapshot

24 years agoimport winsup-2000-02-17 snapshot
Christopher Faylor [Thu, 17 Feb 2000 19:38:31 +0000 (19:38 +0000)]
import winsup-2000-02-17 snapshot

24 years agobfd:
Joern Rennecke [Thu, 17 Feb 2000 00:33:35 +0000 (00:33 +0000)]
bfd:
Reinstate bits of sh4 support that got accidentally deleted.
Add sh-dsp support.

bfd:

* archures.c (bfd_mach_sh2, bfd_mach_sh_dsp): New macros.
(bfd_mach_sh3_dsp): Likewise.
(bfd_mach_sh4): Reinstate.
(bfd_default_scan): Recognize 7410, 7708, 7729 and 7750.
* bfd-in2.h: Regenerate.
* coff-sh.c (struct sh_opcode): flags is no longer short.
(USESAS, USESAS_REG, USESR8, SETSAS, SETSAS_REG): New macros.
(sh_opcode41, sh_opcode42): Integrate as sh_opcode41.
(sh_opcode01, sh_opcode02, sh_opcode40): Add sh-dsp opcodes.
(sh_opcode41, sh_opcode4, sh_opcode80): Likewise.
(sh_opcodes): No longer const.
(sh_dsp_opcodef0, sh_dsp_opcodef): New arrays.
(sh_insn_uses_reg): Check for USESAS and USESR8.
(sh_insn_sets_reg, sh_insns_conflict): Check for SETSAS.
(_bfd_sh_align_load_span): Return early for SH4.
Modify sh_opcodes lookup table for sh-dsp / sh3-dsp.
Take into account that field b of a parallel processing insn
could be mistaken for a separate insn.
* cpu-sh.c (arch_info_struct): New array elements for
sh2, sh-dsp and sh3-dsp.
Reinstate element for sh4.
(SH2_NEXT, SH_DSP_NEXT, SH3_DSP_NEXT): New macros.
(SH4_NEXT): Reinstate.
(SH3_NEXT, SH3E_NEXT): Adjust.
* elf-bfd.h (_sh_elf_set_mach_from_flags): Declare.
* elf32-sh.c (sh_elf_set_private_flags): New function.
(sh_elf_copy_private_data, sh_elf_set_mach_from_flags): Likewise.
(sh_elf_merge_private_data): New function.
(elf_backend_object_p, bfd_elf32_bfd_set_private_bfd_flags): Define.
(bfd_elf32_bfd_copy_private_bfd_data): Define.
(bfd_elf32_bfd_merge_private_bfd_data): Change to
sh_elf_merge_private_data.

gas:

* config/tc-sh.c ("elf/sh.h"): Include.
(sh_dsp, valid_arch, reg_x, reg_y, reg_efg): New static variables.
(md.begin): Initialize target_arch.
Only include opcodes in has table that match selected architecture.
(parse_reg): Recognize register names for sh-dsp.
(parse_at): Recognize post-modify addressing.
(get_operands): The leading space is now optional.
(get_specific): Remove FDREG_N support.  Add support for sh-dsp
arguments.  Update valid_arch.
(build_Mytes): Add support for SDT_REG_N.
(find_cooked_opcode): New function, broken out of md_assemble.
(assemble_ppi, sh_elf_final_processing): New functions.
(md_assemble): Use find_cooked_opcode and assemble_ppi.
(md_longopts, md_parse_option): New option: -dsp.
* config/tc-sh.h (elf_tc_final_processing): Define.
(sh_elf_final_processing): Declare.

include/elf:

* sh.h: (EF_SH_MACH_MASK, EF_SH_UNKNOWN, EF_SH1, EF_SH2): New macros.
(EF_SH3, EF_SH_HAS_DSP, EF_SH_DSP, EF_SH3_DSP): Likewise.
(EF_SH_HAS_FP, EF_SH3E, EF_SH4, EF_SH_MERGE_MACH): Likewise.

opcodes:

* sh-dis.c (print_movxy, print_insn_ddt, print_dsp_reg): New functions.
(print_insn_ppi): Likewise.
(print_insn_shx): Use info->mach to select appropriate insn set.
Add support for sh-dsp.  Remove FD_REG_N support.
* sh-opc.h (sh_nibble_type): Add new values for sh-dsp support.
(sh_arg_type): Likewise.  Remove FD_REG_N.
(sh_dsp_reg_nums): New enum.
(arch_sh1, arch_sh2, arch_sh3, arch_sh3e, arch_sh4): New macros.
(arch_sh_dsp, arch_sh3_dsp, arch_sh1_up, arch_sh2_up): Likewise.
(arch_sh3_up, arch_sh3e_up, arch_sh4_up, arch_sh_dsp_up): Likewise.
(arch_sh3_dsp_up): Likewise.
(sh_opcode_info): New field: arch.
(sh_table): Split up insn with FD_REG_N into ones with F_REG_N and
D_REG_N.  Fill in arch field.  Add sh-dsp insns.

24 years agoAdd prototypes for ARM register name functions.
Nick Clifton [Wed, 16 Feb 2000 18:20:10 +0000 (18:20 +0000)]
Add prototypes for ARM register name functions.

24 years agowait.h was replaced by gdb/gdb_wait.h.
Andrew Cagney [Thu, 10 Feb 2000 04:37:34 +0000 (04:37 +0000)]
wait.h was replaced by gdb/gdb_wait.h.

24 years ago(sim_resume): Clarify use of SIGGNAL.
Andrew Cagney [Wed, 9 Feb 2000 07:44:03 +0000 (07:44 +0000)]
(sim_resume): Clarify use of SIGGNAL.
(sim_stop_reason): Clarify meaning of sim_signalled.

24 years agoReinstate the following lost patches:
Jeff Law [Tue, 8 Feb 2000 06:39:54 +0000 (06:39 +0000)]
Reinstate the following lost patches:
Wed Dec 15 11:22:56 1999  Jeffrey A Law  (law@cygnus.com)

        * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant.
        (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN.

1999-11-04      Jimmy Guo       <guo@cup.hp.com>

        * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind
        fields, change location type to CORE_ADDR from int.
        (dntt_type_const): Name the 5th field location_type.

24 years ago2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)
Jason Molenda [Mon, 7 Feb 2000 02:22:31 +0000 (02:22 +0000)]
2000-02-06  Jason Molenda  (jsm@bugshack.cygnus.com)

* ChangeLog: Whitespace change to test logging.
* bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same.

24 years agoApply patches to support Insight by hand from insight-2000-02-04 snapshot.
Jason Molenda [Mon, 7 Feb 2000 00:34:34 +0000 (00:34 +0000)]
Apply patches to support Insight by hand from insight-2000-02-04 snapshot.

24 years agoApply H>J's patch to propogate changes made by Thomas de Lellis to arm.h
Nick Clifton [Thu, 3 Feb 2000 19:20:37 +0000 (19:20 +0000)]
Apply H>J's patch to propogate changes made by Thomas de Lellis to arm.h

This page took 0.069579 seconds and 5 git commands to generate.