summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2000-02-27 Andreas Jaeger <aj@suse.de>Ian Lance Taylor2000-02-282-4/+14
| | | | | * configure.in: Add entry for mips*-*-linux*, move catch all *-*-*linux* entry below this one.
* * ltconfig, ltmain.sh: Update to libtool 1.3.4.Ian Lance Taylor2000-02-273-529/+1039
|
* Bump minor version numberChristopher Faylor2000-02-261-1/+2
|
* Change fork/exec magic number.Christopher Faylor2000-02-261-1/+1
|
* Remove unneeded include.Christopher Faylor2000-02-261-1/+0
|
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-2611-47/+78
| | | | | | | | | | | | | (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.
* * Makefile.in: fix "make check" support and cygrun.DJ Delorie2000-02-262-2/+6
|
* Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2000-02-252-3/+8
| | | | | * libc/stdio/flags.c (__sflags): Added check that mode[1] is non-null before looking at mode[2].
* Extend the i386 gas testsuite to do some tests for intel_syntax. Fix allAlan Modra2000-02-252-2/+7
| | | | | | | 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.
* Rename 'flags' to 'signed_overflow_ok_p'Nick Clifton2000-02-242-9/+8
|
* 2000-02-24 Andrew Haley <aph@cygnus.com>Andrew Haley2000-02-242-1/+27
| | | | | | * cgen.h (CGEN_INSN_MACH_HAS_P): New macro. (CGEN_CPU_TABLE): flags: new field. Add prototypes for new functions.
* Add support for an OS of "wince"Nick Clifton2000-02-242-0/+7
|
* Eliminate RCS stuff.Christopher Faylor2000-02-241-6/+0
|
* *** empty log message ***Christopher Faylor2000-02-241-1/+1
|
* * syscalls.c (_read): Clear errno before doing any read operation.Christopher Faylor2000-02-242-0/+5
|
* * exceptions.cc (call_handler): Use new muto linked list to look for allChristopher Faylor2000-02-245-12/+36
| | | | | | | | 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.
* Add support for WinCE targeted toolchains.Nick Clifton2000-02-245-2/+300
|
* Adhere to w32api copyright conventions.Christopher Faylor2000-02-241-35/+22
|
* Thu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net>Ranjith Kumaran2000-02-244-3/+13
| | | | | | | | | * 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.
* Forgot Changelog for last i386.h change.Alan Modra2000-02-241-0/+4
|
* Correct intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be ridAlan Modra2000-02-241-4/+9
| | | | of UNIXWARE_COMPAT.
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-249-26/+65
| | | | | | | | | | | | | | * 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.
* * config.guess, config.sub: Updated to match config's 2000-02-15Andrew Cagney2000-02-243-191/+393
| | | | version.
* Fix final round of gcc warnings relating to unused parameters.Christopher Faylor2000-02-244-9/+13
|
* Remove RCS cruft.Christopher Faylor2000-02-241-6/+0
|
* * hinfo.cc (hinfo::extend): Clean up debugging output.Christopher Faylor2000-02-242-3/+5
|
* * exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor2000-02-2417-85/+153
| | | | | | | | | | | | | | 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.
* Add IBM 370 support.Alan Modra2000-02-2311-2/+341
|
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-239-19/+22
|
* Add support for sh-pe and arm-wince-pe targets.Nick Clifton2000-02-234-0/+36
|
* * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannotChandra Chavva2000-02-222-1/+8
| | | | be combined in parallel with ADD/SUBppp.
* Updated comment.Nick Clifton2000-02-221-1/+1
|
* Remove use of ELF_ST_OTHER.Nick Clifton2000-02-222-3/+8
|
* Tue Feb 22 14:37:00 2000 Ran Cabell <rcabell@norfolk.infi.net>Ranjith Kumaran2000-02-222-2/+7
| | | | | * libm/mathfp/sf_exp.c: Corrected _DOUBLE_IS_32_BITS to be _DOUBLE_IS_32BITS.
* g2000-02-22 Andrew Haley <aph@cygnus.com>Andrew Haley2000-02-222-1/+8
| | | | * mips.h: (OPCODE_IS_MEMBER): Add comment.
* ChangeLog change only.Andrew Haley2000-02-221-1/+3
|
* merge with include from egcs 2000-02-22Ian Lance Taylor2000-02-222-7/+112
|
* This commit was generated by cvs2svn to track changes on a CVS vendorIan Lance Taylor2000-02-225-30/+165
|\ | | | | branch.
| * import libiberty from egcsIan Lance Taylor2000-02-227-90/+301
| |
* | 1999-12-30 Andrew Haley <aph@cygnus.com>Andrew Haley2000-02-222-2/+10
| | | | | | | | * mips.h (OPCODE_IS_MEMBER): Add gp32 arg.
* | When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracingAndrew Cagney2000-02-222-3/+20
| | | | | | | | | | | | | | 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.
* | 2000-02-22 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2000-02-222-1/+7
| | | | | | | | * common.h (ELFOSABI_LINUX): Define.
* | * fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name'Christopher Faylor2000-02-212-1/+6
| | | | | | | | parameter.
* | Mon Feb 21 11:43:50 2000 Jeff Johnston <jjohnstn@cygnus.com>Jeff Johnston2000-02-212-2/+7
| | | | | | | | | | | | * 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.
* | This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-212-4/+11
| | | | | | | | | | warnings. One usused var, and a macro parenthesis fix too. Also check input sections are elf when doing gc in elflink.h.
* | Respond to a multitude of g++ warnings.Christopher Faylor2000-02-2130-109/+106
| |
* | Update.Christopher Faylor2000-02-212-7/+20
| |
* | cygwin32 -> cygwin.Christopher Faylor2000-02-211-0/+4
| |
* | cygwin32 -> cygwinChristopher Faylor2000-02-211-1/+1
| |
* | Update.Christopher Faylor2000-02-212-0/+42
| |