Nick Clifton
9eda4ad4e3
Import StrongARM and XScale target_configdirs from FSF GCC version.
2002-01-23 16:40:51 +00:00
Graydon Hoare
4412296fd8
[ include/opcode/ChangeLog ]
...
2002-01-22 Graydon Hoare <graydon@redhat.com>
* cgen.h (CGEN_MAYBE_MULTI_IFLD): New structure.
(CGEN_OPERAND): Add CGEN_MAYBE_MULTI_IFLD field.
[ opcodes/ChangeLog ]
2002-01-22 Graydon Hoare <graydon@redhat.com>
* fr30-asm.c: Regenerate.
* fr30-desc.c: Likewise.
* fr30-desc.h: Likewise.
* fr30-dis.c: Likewise.
* fr30-ibld.c: Likewise.
* fr30-opc.c: Likewise.
* fr30-opc.h: Likewise.
* m32r-asm.c: Likewise.
* m32r-desc.c: Likewise.
* m32r-desc.h: Likewise.
* m32r-dis.c: Likewise.
* m32r-ibld.c: Likewise.
* m32r-opc.c: Likewise.
* m32r-opc.h: Likewise.
* m32r-opinst.c: Likewise.
* openrisc-asm.c: Likewise.
* openrisc-desc.c: Likewise.
* openrisc-desc.h: Likewise.
* openrisc-dis.c: Likewise.
* openrisc-ibld.c: Likewise.
* openrisc-opc.c: Likewise.
* openrisc-opc.h: Likewise.
* xstormy16-desc.c: Likewise.
[ cgen/ChangeLog ]
2002-01-22 Graydon Hoare <graydon@redhat.com>
* desc-cpu.scm (ifld-number-cache): Add.
(ifld-number): Add.
(gen-maybe-multi-ifld-of-op): Add.
(gen-maybe-multi-ifld): Add.
(gen-multi-ifield-nodes): Add.
(cgen-desc.c): Add call to gen-multi-ifield-nodes.
2002-01-22 21:45:33 +00:00
Christopher Faylor
aed69a5b0d
* cygmagic: Suppress error output when figuring out if sum takes an option.
2002-01-22 03:48:16 +00:00
Christopher Faylor
2c2473bcac
* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
...
when overriden by command line.
2002-01-22 03:22:55 +00:00
Christopher Faylor
ad466e2f75
* Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.
...
* cygcheck.cc (cygwin_info): Intitialize variable to quiet g++ warning.
(dump_sysinfo): Make variables unsigned to quiet g++ warnings.
* strace.cc (version_string): Rename from SCCSid.
(add_child): Remove unused variable.
(version): Use version_string. Avoid use of fprintf.
2002-01-22 03:17:59 +00:00
Christopher Faylor
f3647dd7e6
* cygmagic: Attempt to figure out if sum takes an option.
2002-01-22 03:02:00 +00:00
Christopher Faylor
51076b7360
* Makefile.in (libpthread.a): Pass the assembler also.
...
(libm.a): Ditto.
(libc.a): Ditto.
* speclib: Specify the assembler to dlltool.
2002-01-22 01:40:11 +00:00
Christopher Faylor
2290b86637
* Makefile.in: Use CXX instead of CC to compile C++ sources.
2002-01-21 21:35:55 +00:00
Christopher Faylor
0ac2abea6c
* include/cygwin/version.h: Bump DLL minor number.
2002-01-21 20:55:59 +00:00
Corinna Vinschen
28982aa871
Fix ChangeLog entry.
2002-01-21 20:52:33 +00:00
Corinna Vinschen
ac11ec8845
* grp.cc (getgrent): Don't return default gid entry when ntsec is on.
...
* syscalls.cc (setegid): Don't set primary group in process token.
2002-01-21 20:51:30 +00:00
Christopher Faylor
1c6577408e
Add newline at EOF.
2002-01-21 17:47:53 +00:00
Christopher Faylor
8ef47135dd
* speclib: Don't use /dev/null as DLL name. Just default to what's already in
...
.def file.
* exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which
caused SIGCHLD to be ignored.
2002-01-21 17:42:08 +00:00
Alan Modra
3ba05c0f92
comment typo fixes
2002-01-21 14:03:26 +00:00
Christopher Faylor
07cc1f1fd8
* include/cygwin/version.h: Bump DLL minor number.
2002-01-21 03:36:16 +00:00
Christopher Faylor
385437d4c5
* syscalls.cc (regfree): Make dll_export.
2002-01-21 03:15:24 +00:00
Christopher Faylor
d7c16d8da3
* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when
...
detecting if we should actually handle CTRL-C.
2002-01-20 23:13:03 +00:00
Robert Collins
186f78be19
2002-01-21 Robert Collins <rbtcollins@hotmail.com>
...
* include/winnt.h: Add missing MEM_ defines, and convert existing to
hex for readability.
2002-01-20 15:20:02 +00:00
Christopher Faylor
216109a824
* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only
...
available in libstdc++-v3.
2002-01-20 03:39:36 +00:00
Christopher Faylor
9e73b3397b
* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't
...
want it.
(sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough
information.
2002-01-19 23:57:45 +00:00
Christopher Faylor
5946622e72
* include/cygwin/version.h: Bump DLL minor number.
2002-01-19 23:06:28 +00:00
Christopher Faylor
994fe87b6e
* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.
...
* sigproc.cc (proc_exists): Change existence criteria.
* sync.h (new_muto): Add volatile to definition to avoid gcc optimization
problems.
2002-01-19 18:15:23 +00:00
Corinna Vinschen
df3af7731e
* include/cygwin/version.h: Bump API minor version to 51.
2002-01-19 16:17:59 +00:00
Corinna Vinschen
7d6be0d616
* cygwin.din: Add recvmsg and sendmsg.
...
* net.cc: Add cygwin_recvmsg and cygwin_sendmsg.
* /usr/include/sys/socket.h: Add recvmsg and sendmsg.
2002-01-19 16:11:00 +00:00
Corinna Vinschen
2d3dab2ea5
* security.cc (create_token): Close processes token handle as soon
...
as it's not used anymore.
2002-01-19 16:06:11 +00:00
Christopher Faylor
13baedeb74
* libc/include/time.h: Add prototype for strptime for Cygwin.
2002-01-18 16:25:50 +00:00
Christopher Faylor
e47cd9cd5f
* cygcheck.cc (already_did): Avoid default constructors, which may require
...
exception support.
2002-01-18 02:57:10 +00:00
Nick Clifton
ebf139fbb8
Fix bug when len == 1 and dst was not word aligned.
2002-01-17 17:02:08 +00:00
Corinna Vinschen
3cdacffcb2
* cygpath.cc (main): Add options to show Desktop and Start
...
Menu's Programs directory for current user or all users.
Move bulk of DPWS options outside the getopt case statement.
* utils.sgml: Update cygpath section for ADPWS options.
2002-01-17 16:54:01 +00:00
Nick Clifton
b2db0ebcfe
_sbrk(): Return -1 rather than aborting if too much memory is requested.
2002-01-17 16:39:53 +00:00
Corinna Vinschen
104c3be681
* Makefile.in: Add fnmatch.o to DLL_OFILES.
...
* cygwin.din: Add fnmatch export symbol.
* fnmatch.c: New file.
* include/fnmatch.h: Ditto.
* include/cygwin/version.h: Bump API minor version to 50.
2002-01-17 10:39:37 +00:00
H.J. Lu
09fd448102
2002-01-16 H.J. Lu (hjl@gnu.org)
...
* config.guess: Import from master sources, rev 1.225.
* config.sub: Import from master sources, rev 1.238.
* MAINTAINERS: Updated notes on config.guess and config.sub.
2002-01-16 23:20:25 +00:00
Richard Earnshaw
a5db8fd97d
* coff/arm.h (F_VFP_FLOAT): Define.
...
* elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.
2002-01-16 11:35:18 +00:00
Alan Modra
ccb74f4c74
* ppc.h (DT_PPC64_GLINK): Define.
2002-01-16 05:48:56 +00:00
Corinna Vinschen
9a7e156253
* path.cc (fchdir): Call chdir with full windows path.
2002-01-15 20:29:09 +00:00
Mark Salter
a240c5e773
*** empty log message ***
2002-01-15 14:21:10 +00:00
Mark Salter
f5312760f3
Remove default interrupt routines.
2002-01-15 14:20:37 +00:00
Mark Salter
19612220a3
Provide interrupt routine symbols which forward interrupts to user application vectors.
2002-01-15 14:19:49 +00:00
Corinna Vinschen
7b5c105b61
* cygpath.cc (doit): Empty file ignored using option -i.
2002-01-15 14:07:42 +00:00
Mark Salter
f062174ba5
*** empty log message ***
2002-01-15 13:37:33 +00:00
Mark Salter
f2314e38c2
Rename stub app to eva_stub.elf and add it to install list.
2002-01-15 13:36:54 +00:00
Corinna Vinschen
7041c7aba0
* mkpasswd.c (print_win_error): Add a new function.
...
(enum_users): Use print_win_error.
(enum_local_groups): Ditto.
(main): Ditto.
2002-01-15 13:10:45 +00:00
Corinna Vinschen
7837ec4bda
* include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
...
(FILE_ATTRIBUTE_DEVICE): Add define.
2002-01-14 23:30:14 +00:00
Corinna Vinschen
7eddac1bc5
* dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"
...
for file attributes throughout.
* fhandler.cc: Ditto.
* fhandler_disk_file.cc: Ditto.
* path.cc: Ditto.
* path.h: Ditto.
* syscalls.cc: Ditto.
* times.cc (utimes): Use path_conv::isdir() instead of explicit
GetFileAttributes() call.
2002-01-14 20:39:59 +00:00
Corinna Vinschen
55409319de
* include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
2002-01-14 20:15:32 +00:00
Christopher Faylor
33ad2bf9d1
Add copyright stuff
2002-01-13 20:03:03 +00:00
Christopher Faylor
5daa0835e3
* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OK
...
more powerful.
2002-01-13 16:55:32 +00:00
Christopher Faylor
0d9cc95e90
* overview.sgml: Fix Red Hat cygwin contract link.
...
* what.texinfo: Ditto.
2002-01-12 21:36:44 +00:00
Jeff Johnston
798c015d11
2002-01-11 Jeff Johnston <jjohnstn@redhat.com>
...
* libc/stdio/vfscanf.c (__svfscanf_r): Change loop that
reads blanks from the input file to break if EOF reached
rather than end processing.
2002-01-11 22:06:09 +00:00
Robert Collins
175f01bc17
2002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>
...
* include/ntsecapi.h: Fixed missing void parameter type in some prototypes.
* include/objbase.h: Ditto.
* include/rapi.h: Ditto.
* include/rpc.h: Ditto.
* include/rpcdce.h: Ditto.
* include/rpcdcep.h: Ditto.
* include/rpcndr.h: Ditto.
* include/rpcnsip.h: Ditto.
* include/rpcproxy.h: Ditto.
* include/windef.h: Ditto.
2002-01-11 10:23:20 +00:00