Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AIX 64 shared library support and emulation layer for binutils | Nick Clifton | 2002-03-18 | 2 | -58/+55 |
| | |||||
* | * ltmain.sh (relink_command): Fix typo in previous change. | Alexandre Oliva | 2002-03-16 | 2 | -1/+5 |
| | |||||
* | [ gas/ChangeLog ] | Chris Demetriou | 2002-03-16 | 2 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * config/tc-mips.c (mips_set_options): New "ase_mips3d" member. (mips_opts): Initialize "ase_mips3d" member. (file_ase_mips3d): New variable. (CPU_HAS_MIPS3D): New macro. (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d based on command line options and configuration defaults. (macro_build, mips_ip): Accept MIPS-3D instructions if mips_opts.ase_mips3d is set. (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option): Add support for "-mips3d" and "-no-mips3d" options. (OPTION_ELF_BASE): Move to accomodate new options. (s_mipsset): Support ".set mips3d" and ".set nomips3d". (mips_elf_final_processing): Add a comment indicating that a MIPS-3D ASE ELF header flag should be set, when one exists. * doc/as.texinfo: Document -mips3d and -no-mips3d options. * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set nomips3d" directives. [ gas/testsuite/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * gas/mips/mips64-mips3d.s: New file. * gas/mips/mips64-mips3d.d: Likewise. * gas/mips/mips.exp: Run new "mips64-mips3d" test. [ include/opcode/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * mips.h (INSN_MIPS3D): New definition used to mark MIPS-3D instructions. (OPCODE_IS_MEMBER): Adjust comments to indicate that ASE bit masks may be passed along with the ISA bitmask. [ opcodes/ChangeLog ] 2002-03-15 Chris G. Demetriou <cgd@broadcom.com> * mips-dis.c (mips_isa_type): Add MIPS3D instructions to the ISA bit masks for bfd_mach_mips_sb1 and bfd_mach_mipsisa64. Add comments for bfd_mach_mipsisa32 and bfd_mach_mipsisa64 that indicate that they should dissassemble all applicable MIPS-specified ASEs. * mips-opc.c: Add support for MIPS-3D instructions. (M3D): New definition. * mips-opc.c: Update copyright years. | ||||
* | * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it. | Alexandre Oliva | 2002-03-15 | 2 | -2/+14 |
| | | | | | (relink_command): Added --tag flags. (mode=install): If relinking fails; error out. | ||||
* | * cygserver.cc: Include stdlib.h for exit declaration. | Christopher Faylor | 2002-03-15 | 5 | -0/+9 |
| | | | | * threaded_queue.cc: Ditto. | ||||
* | * pinfo.cc (pinfo::init): Use PID_ALLPIDS flag to control when a redirected | Christopher Faylor | 2002-03-15 | 4 | -6/+13 |
| | | | | | | block should be marked as nonexistent. (winpids::add): Use PID_ALLPIDS when looking for all pids. * cygwin.h (PID_ALLPIDS): New enum element. | ||||
* | 2002-03-15 Corinna Vinschen <corinna@vinschen.de> | Corinna Vinschen | 2002-03-15 | 2 | -16/+54 |
| | | | | | | | | | | * mkgroup.c (main): When generating group 513, check for computer's primary domain instead of current user's domain. 2002-03-14 Corinna Vinschen <corinna@vinschen.de> * mkgroup.c (main): When generating group 513, check for domain SID if computer name isn't mapped to a SID. | ||||
* | * glob.c (stat32_to_STAT): New function. | Corinna Vinschen | 2002-03-15 | 3 | -4/+68 |
| | | | | | | | | (g_lstat): Call user space functions always with 32 bit struct stat as a workaround. (g_stat): Ditto. * include/glob.h (struct glob): Don't prototype function pointers when compiling Cygwin. | ||||
* | * pinfo.cc (pinfo::init): Properly handle execed process stub when PID_NOREDIR | Christopher Faylor | 2002-03-14 | 2 | -0/+10 |
| | | | | is specified. | ||||
* | Fix ChangeLog | Christopher Faylor | 2002-03-14 | 1 | -2/+2 |
| | |||||
* | * poll.cc: Remove variable open_fds, rearrange and add code | Corinna Vinschen | 2002-03-14 | 2 | -45/+42 |
| | | | | to fix settings of revents. | ||||
* | * libc/machine/mips/strlen.c (strlen) [__mips16]: Fix off-by-two | Alexandre Oliva | 2002-03-14 | 2 | -2/+7 |
| | | | | error. | ||||
* | * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails. | Corinna Vinschen | 2002-03-13 | 2 | -4/+38 |
| | | | | | | (list::erase): New method with no argument. Erase latest record added. (mmap64): Fail if map_map() fails. | ||||
* | * include/richedit.h (RICHEDIT_CLASS): UNICODE it. | Danny Smith | 2002-03-13 | 4 | -3/+14 |
| | | | | | | * include/shlobj.h (IContextMenu2): Put methods in right order. * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for CINTERFACE before defining. | ||||
* | whitespace cleanup, update copyright | Christopher Faylor | 2002-03-13 | 21 | -237/+235 |
| | |||||
* | * Makefile.in (NOTPARALLEL): New. Use it instead of explicit | Richard Henderson | 2002-03-13 | 2 | -70/+81 |
| | | | | | | .NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check. | ||||
* | 2002-03-12 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-03-12 | 2 | -11/+15 |
| | | | | | * libc/sys/go32/access.c: Change license to relaxed license used in identical file throughout newlib/libgloss. | ||||
* | 2002-03-12 Richard Earnshaw <rearnsha@arm.com> | Jeff Johnston | 2002-03-12 | 5 | -3/+60 |
| | | | | | | | * libc/sys/arm/access.c: New file. * libc/sys/arm/Makefile.am (lib_a_SOURCES): Add access.c. * libc/sys/arm/Makefile.in: Regenerate. * libc/sys/arm/syscalls.c (_stat): New function. | ||||
* | * sysconf.cc (sysconf): Fix condition. | Corinna Vinschen | 2002-03-12 | 2 | -1/+5 |
| | |||||
* | remove erroneous part of comment | Christopher Faylor | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | * Makefile.in (.NOTPARALLEL): Add fake tag. | Richard Henderson | 2002-03-12 | 2 | -0/+9 |
| | |||||
* | Fix my last ChangeLog entry. | Danny Smith | 2002-03-11 | 1 | -25/+139 |
| | |||||
* | * mmap.cc (msync): Check area given by addr and len for being a | Corinna Vinschen | 2002-03-11 | 2 | -4/+14 |
| | | | | contigeous mmap'd region. | ||||
* | * kill.cc (usage): Move to top of file. | Christopher Faylor | 2002-03-11 | 2 | -40/+42 |
| | | | | | (getsig): Ditto. (forcekill): Ditto. | ||||
* | * fork.cc (fork_child): Call fixup_mmaps_after_fork() before | Corinna Vinschen | 2002-03-11 | 4 | -5/+39 |
| | | | | | | | | | closing parent process handle. Call fixup_mmaps_after_fork() with parent process handle as parameter. * mmap.cc (mmap_record::access): New method. (fixup_mmaps_after_fork): Take process handle as parameter. In case of FILE_MAP_COPY access, copy valid memory regions to child. * pinfo.h (fixup_mmaps_after_fork): Change prototype accordingly. | ||||
* | Add MIPS specific string/memory functions | Michael Meissner | 2002-03-11 | 8 | -6/+694 |
| | |||||
* | gdb/: | Daniel Jacobowitz | 2002-03-11 | 3 | -0/+248 |
| | | | | | | | | | | | | | 2002-03-10 Daniel Jacobowitz <drow@mvista.com> * Makefile.in (defs_h): Add $(INCLUDE_DIR)/gdb/signals.h. * defs.h: Include "gdb/signals.h". (enum target_signal): Move to $(INCLUDE_DIR)/gdb/signals.h. include/gdb: 2002-03-10 Daniel Jacobowitz <drow@mvista.com> * signals.h: New file, split from gdb/defs.h. | ||||
* | * include/accctrl.h, aclapi.h, basetsd.h, basetyps.h, cderr.h, | Danny Smith | 2002-03-09 | 140 | -5/+562 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cguid.h, commctrl.h, commdlg.h, cpl.h, cplext.h, custcntl.h, dbt.h, dde.h, ddeml.h, dlgs.h, excpt.h, httpext.h, imagehlp.h, imm.h, initguid.h, intshcut.h, ipexport.h, iphlpapi.h, ipifcons.h, iprtrmib.h, iptypes.h, isguids.h, largeint.h, lm.h, lmaccess.h, lmalert.h, lmapibuf.h, lmat.h, lmaudit.h, lmbrowsr.h, lmchdev.h, lmconfig.h, lmcons.h, lmerr.h, lmerrlog.h, lmmsg.h, lmremutl.h, lmrepl.h, lmserver.h, lmshare.h, lmsname.h, lmstats.h, lmsvc.h, lmuse.h, lmuseflg.h, lmwksta.h, lzexpand.h, mapi.h, mciavi.h, mcx.h, mmsystem.h, mswsock.h, nb30.h, nddeapi.h, nspapi.h, ntdef.h, ntsecapi.h, ntsecpkg.h, oaidl.h, objbase.h, objfwd.h, objidl.h, odbcinst.h, ole.h, ole2.h, ole2ver.h, oleauto.h, olectl.h, olectlid.h, oledlg.h, oleidl.h, pbt.h, prsht.h, psapi.h, rapi.h, ras.h, raserror.h, rassapi.h, regstr.h, richedit.h, richole.h, rpc.h, rpcdce.h, rpcdce2.h, rpcdcep.h, rpcndr.h, rpcnsi.h, rpcnsip.h, rpcnterr.h, rpcproxy.h, schannel.h, schnlsp.h, scrnsave.h, security.h, setupapi.h, shellapi.h, shlguid.h, shlobj.h, sql.h, sqlext.h, sqltypes.h, sqlucode.h, sspi.h, subauth.h, tlhelp32.h, unknwn.h, userenv.h, w32api.h, winbase.h, wincon.h, wincrypt.h, windef.h, windows.h, windowsx.h, winerror.h, wingdi.h, wininet.h, winioctl.h, winnetwk.h, winnls.h, winnt.h, winperf.h, winreg.h, winresrc.h, winsock.h, winsock2.h, winspool.h, winsvc.h, winuser.h, winver.h, ws2tcpip.h, wsnetbs.h, wtypes.h, zmouse.h: Add #pragma GCC system_header if __GNUC__ >= 3. * include/mapi.h: Change header guard name to _MAPI_H for consistency. | ||||
* | * include/accctrl.h (_ACCCTRL_H): Correct typo. | Danny Smith | 2002-03-08 | 3 | -9/+18 |
| | | | | | | | Remove unnecessary inclusion of <wtypes.h> * ChangeLog: Fix omission of name in recent entries. * include/initguid.h (DEFINE_GUID): Add GUID_EXT to define. | ||||
* | 2002-03-07 H.J. Lu (hjl@gnu.org) | H.J. Lu | 2002-03-07 | 2 | -0/+7 |
| | | | | * configure.in: Enable gprof for mips*-*-linux*. | ||||
* | * autoload.cc (NetGetDCName): Add symbol. | Corinna Vinschen | 2002-03-07 | 3 | -7/+16 |
| | | | | | | | (NetServerEnum): Remove symbol. * security.cc (get_lsa_srv_inf): Call NetGetDCName() instead of NetServerEnum() since it's faster. Don't call it at all if machine is not a domain member. | ||||
* | * cygcheck.cc: Reformat. | Christopher Faylor | 2002-03-07 | 2 | -37/+43 |
| | |||||
* | * cygcheck.cc (longopts): Use correct short option for --version. | Christopher Faylor | 2002-03-07 | 2 | -1/+5 |
| | |||||
* | * cygpath.cc: Reformat. | Christopher Faylor | 2002-03-07 | 2 | -144/+186 |
| | | | | | | * cygpath.cc (print_version): New function. (main): Accommodate new version function. Initialize 'o' to prevent warning. * cygcheck.cc (main): Eliminate non-GNU formatting glitch. | ||||
* | * path.cc (normalize_posix_path): Avoid runs of '.'s > 2. | Christopher Faylor | 2002-03-07 | 2 | -1/+9 |
| | |||||
* | 2002-03-06 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2002-03-06 | 3 | -2/+8 |
| | | | | | | * libc/machine/i386/Makefile.am: Add $(oext) for setjmp object so it works for shared library or statici library. * libc/machine/i386/Makefile.in: Regenerated. | ||||
* | * include/mswsock.h: Group winsock2 dependants | Danny Smith | 2002-03-06 | 3 | -9/+23 |
| | | | | | | together and protect with #ifdef _WINSOCK2_H. * lib/test.c: Only test ws2tcpip.h if winsock2.h has been included. | ||||
* | * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.S | Joern Rennecke | 2002-03-06 | 7 | -150/+502 |
| | | | | | | | | | | and strcpy.S. * Makefile.in: Regenerate. * asm.h (_ENTRY): Set SH5 alignment to 8 bytes. (SHHI, SHLO): Define. * memcpy.S: Add code for SH5. * memset.S: Likewise. * strcpy.S: Likewise. | ||||
* | Remove floatformat_arm_ext. | Andrew Cagney | 2002-03-06 | 2 | -1/+4 |
| | |||||
* | * include/mswsock.h (TP_*): Add new defines. | Danny Smith | 2002-03-05 | 2 | -0/+57 |
| | | | | | | | | | (TRANSMIT_PACKETS_ELEMENT): Define new structure. (WSAMSG): Likewise. (WSACMSGHDR): Likewise. (DisconnectEx): Add new prototype. (WSARecvMsg): Likewise. (WSA_CMSG_*) Add empty macros, guarded by #if 0. | ||||
* | * errno.cc: Change EPERM associated text to "Operation not permitted" | Christopher Faylor | 2002-03-05 | 2 | -2/+10 |
| | | | | throughout. | ||||
* | Update copyright. | Christopher Faylor | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | * fhandler_socket.cc (fhandler_socket::close): Respond to signals while | Christopher Faylor | 2002-03-05 | 2 | -6/+20 |
| | | | | | looping, waiting for socket to close. Superstitiously clear last error when WSAEWOULDBLOCK. | ||||
* | 2002-03-05 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-03-05 | 5 | -5/+26 |
| | | | | | | | | * cygserver_transport_pipes.cc (transport_layer_pipes::transport_layer_pipes): Always init - until static members work correctly. * shm.cc (shmget): Initialize the security descriptor - thanks Corinna! * include/sys/ipc.h: Make the ipc control constants partitioned off from the sem control constants. | ||||
* | * include/sys/termios.h: Define _POSIX_VDISABLE. Define CCEQ macro. | Corinna Vinschen | 2002-03-05 | 3 | -13/+29 |
| | | | | | | * fhandler_termios.cc: Include <sys/termios.h>. (line_edit): Recognize disabled c_cc[] chars. Ignore VDISCARD when not in ICANON mode. | ||||
* | * pdp11.h: Add format codes for float instruction formats. | Alan Modra | 2002-03-05 | 2 | -2/+13 |
| | |||||
* | bump copyright | Christopher Faylor | 2002-03-05 | 1 | -1/+1 |
| | |||||
* | * syscalls.cc (truncate64): Use ftruncate64 directly to not lose | Corinna Vinschen | 2002-03-04 | 2 | -1/+6 |
| | | | | upper 32 bits. | ||||
* | 2002-03-04 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-03-04 | 3 | -0/+79 |
| | | | | | * cygserver_shm.cc (delete_shmnode): New function. (client_request_shm::serve): Use it. | ||||
* | 2002-03-04 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-03-04 | 4 | -2/+76 |
| | | | | | * cygserver_shm.cc (client_request_shm::serve): Implement SHM_DETACH. * shm.cc (shmdt): Implement. |