* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.
* sigproc.cc: Eliminate unused variable.
This commit is contained in:
		
							parent
							
								
									968bdf96b1
								
							
						
					
					
						commit
						955bf2ee96
					
				| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
2004-02-14  Christopher Faylor  <cgf@redhat.com>
 | 
			
		||||
 | 
			
		||||
	* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.
 | 
			
		||||
 | 
			
		||||
	* sigproc.cc: Eliminate unused variable.
 | 
			
		||||
 | 
			
		||||
2004-02-14  Corinna Vinschen  <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
	* getopt.c: Replace with latest NetBSD version 1.16.  Keep Cygwin
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -256,6 +256,7 @@ regexec_CFLAGS=-fomit-frame-pointer
 | 
			
		|||
regfree_CFLAGS=-fomit-frame-pointer
 | 
			
		||||
shared_CFLAGS:=-fomit-frame-pointer
 | 
			
		||||
smallprint_CFLAGS:=-fomit-frame-pointer
 | 
			
		||||
syscalls_CFLAGS:=-fomit-frame-pointer
 | 
			
		||||
sysconf_CFLAGS:=-fomit-frame-pointer
 | 
			
		||||
uinfo_CFLAGS:=-fomit-frame-pointer
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -89,7 +89,6 @@ HANDLE NO_COPY signal_arrived;		// Event signaled when a signal has
 | 
			
		|||
 | 
			
		||||
Static DWORD proc_loop_wait = 1000;	// Wait for subprocesses to exit
 | 
			
		||||
 | 
			
		||||
Static HANDLE sendsig_tome;
 | 
			
		||||
HANDLE NO_COPY sigCONT;			// Used to "STOP" a process
 | 
			
		||||
Static cygthread *hwait_sig;		// Handle of wait_sig thread
 | 
			
		||||
Static cygthread *hwait_subproc;	// Handle of sig_subproc thread
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue