Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com> | Jeff Johnston | 2000-02-25 | 2 | -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 all | Alan Modra | 2000-02-25 | 2 | -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 Clifton | 2000-02-24 | 2 | -9/+8 |
| | |||||
* | 2000-02-24 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2000-02-24 | 2 | -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 Clifton | 2000-02-24 | 2 | -0/+7 |
| | |||||
* | Eliminate RCS stuff. | Christopher Faylor | 2000-02-24 | 1 | -6/+0 |
| | |||||
* | *** empty log message *** | Christopher Faylor | 2000-02-24 | 1 | -1/+1 |
| | |||||
* | * syscalls.c (_read): Clear errno before doing any read operation. | Christopher Faylor | 2000-02-24 | 2 | -0/+5 |
| | |||||
* | * exceptions.cc (call_handler): Use new muto linked list to look for all | Christopher Faylor | 2000-02-24 | 5 | -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 Clifton | 2000-02-24 | 5 | -2/+300 |
| | |||||
* | Adhere to w32api copyright conventions. | Christopher Faylor | 2000-02-24 | 1 | -35/+22 |
| | |||||
* | Thu Feb 24 11:43:00 2000 Ran Cabell <rcabell@norfolk.infi.net> | Ranjith Kumaran | 2000-02-24 | 4 | -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 Modra | 2000-02-24 | 1 | -0/+4 |
| | |||||
* | Correct intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be rid | Alan Modra | 2000-02-24 | 1 | -4/+9 |
| | | | | of UNIXWARE_COMPAT. | ||||
* | Fix final round of gcc warnings relating to unused parameters. | Christopher Faylor | 2000-02-24 | 9 | -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-15 | Andrew Cagney | 2000-02-24 | 3 | -191/+393 |
| | | | | version. | ||||
* | Fix final round of gcc warnings relating to unused parameters. | Christopher Faylor | 2000-02-24 | 4 | -9/+13 |
| | |||||
* | Remove RCS cruft. | Christopher Faylor | 2000-02-24 | 1 | -6/+0 |
| | |||||
* | * hinfo.cc (hinfo::extend): Clean up debugging output. | Christopher Faylor | 2000-02-24 | 2 | -3/+5 |
| | |||||
* | * exceptions.cc (interruptible): Change method for determining if something is | Christopher Faylor | 2000-02-24 | 17 | -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 Modra | 2000-02-23 | 11 | -2/+341 |
| | |||||
* | Respond to more g++ warnings relating to initializing structures. | Christopher Faylor | 2000-02-23 | 9 | -19/+22 |
| | |||||
* | Add support for sh-pe and arm-wince-pe targets. | Nick Clifton | 2000-02-23 | 4 | -0/+36 |
| | |||||
* | * opcode/d30v.h (FLAG_NOT_WITH_ADDSUBppp): Redefined as operation cannot | Chandra Chavva | 2000-02-22 | 2 | -1/+8 |
| | | | | be combined in parallel with ADD/SUBppp. | ||||
* | Updated comment. | Nick Clifton | 2000-02-22 | 1 | -1/+1 |
| | |||||
* | Remove use of ELF_ST_OTHER. | Nick Clifton | 2000-02-22 | 2 | -3/+8 |
| | |||||
* | Tue Feb 22 14:37:00 2000 Ran Cabell <rcabell@norfolk.infi.net> | Ranjith Kumaran | 2000-02-22 | 2 | -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 Haley | 2000-02-22 | 2 | -1/+8 |
| | | | | * mips.h: (OPCODE_IS_MEMBER): Add comment. | ||||
* | ChangeLog change only. | Andrew Haley | 2000-02-22 | 1 | -1/+3 |
| | |||||
* | merge with include from egcs 2000-02-22 | Ian Lance Taylor | 2000-02-22 | 2 | -7/+112 |
| | |||||
* | This commit was generated by cvs2svn to track changes on a CVS vendor | Ian Lance Taylor | 2000-02-22 | 5 | -30/+165 |
|\ | | | | | branch. | ||||
| * | import libiberty from egcs | Ian Lance Taylor | 2000-02-22 | 7 | -90/+301 |
| | | |||||
* | | 1999-12-30 Andrew Haley <aph@cygnus.com> | Andrew Haley | 2000-02-22 | 2 | -2/+10 |
| | | | | | | | | * mips.h (OPCODE_IS_MEMBER): Add gp32 arg. | ||||
* | | When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing | Andrew Cagney | 2000-02-22 | 2 | -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 Taylor | 2000-02-22 | 2 | -1/+7 |
| | | | | | | | | * common.h (ELFOSABI_LINUX): Define. | ||||
* | | * fhandler.cc (set_inheritance): Revert previous patch which got rid of 'name' | Christopher Faylor | 2000-02-21 | 2 | -1/+6 |
| | | | | | | | | parameter. | ||||
* | | Mon Feb 21 11:43:50 2000 Jeff Johnston <jjohnstn@cygnus.com> | Jeff Johnston | 2000-02-21 | 2 | -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' gcc | Alan Modra | 2000-02-21 | 2 | -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 Faylor | 2000-02-21 | 30 | -109/+106 |
| | | |||||
* | | Update. | Christopher Faylor | 2000-02-21 | 2 | -7/+20 |
| | | |||||
* | | cygwin32 -> cygwin. | Christopher Faylor | 2000-02-21 | 1 | -0/+4 |
| | | |||||
* | | cygwin32 -> cygwin | Christopher Faylor | 2000-02-21 | 1 | -1/+1 |
| | | |||||
* | | Update. | Christopher Faylor | 2000-02-21 | 2 | -0/+42 |
| | | |||||
* | | * environ.cc (getwinenv): Make __stdcall. | Christopher Faylor | 2000-02-21 | 4 | -17/+41 |
| | | | | | | | | | | | | | | (winenv): Ditto. * malloc.cc (strdup): New function. Occludes newlib version. (_strdup_r): Ditto. * winsup.h: Reflect above __stdcall changes. | ||||
* | | Give Corinna some more files. | Christopher Faylor | 2000-02-21 | 1 | -2/+7 |
| | | |||||
* | | *** empty log message *** | Corinna Vinschen | 2000-02-21 | 2 | -0/+9 |
| | | |||||
* | | *** empty log message *** | Corinna Vinschen | 2000-02-21 | 1 | -0/+2 |
| | | |||||
* | | import newlib-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 1520 | -0/+282219 |
| | | |||||
* | | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 582 | -0/+146593 |
| | | |||||
* | | import winsup-2000-02-17 snapshot | Christopher Faylor | 2000-02-17 | 31 | -0/+6439 |
| | |