mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.
[ruby-dev:21072] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									1038c25a09
								
							
						
					
					
						commit
						08719ea238
					
				
					 2 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -8,6 +8,11 @@ Sat Aug  2 14:53:55 2003  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		|||
 | 
			
		||||
	* ext/openssl/extconf.rb: use pkg_config.
 | 
			
		||||
 | 
			
		||||
Sat Aug  2 13:45:17 2003  Yukihiro Matsumoto  <matz@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.
 | 
			
		||||
	  [ruby-dev:21072]
 | 
			
		||||
 | 
			
		||||
Sat Aug  2 14:02:39 2003  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* variable.c (classname): find regular class name if not set.
 | 
			
		||||
| 
						 | 
				
			
			@ -18,6 +23,9 @@ Sat Aug  2 03:30:25 2003  Yukihiro Matsumoto  <matz@ruby-lang.org>
 | 
			
		|||
	* class.c (rb_obj_singleton_methods): should not go up to
 | 
			
		||||
	  ancestors unless the recursive flag is set. [ruby-list:38007]
 | 
			
		||||
 | 
			
		||||
	* eval.c (rb_yield_0): expand [] to nil if avalue is set.
 | 
			
		||||
	   [ruby-dev:21058]
 | 
			
		||||
 | 
			
		||||
	* hash.c (env_each_key): use env_keys to avoid environment modify
 | 
			
		||||
	  on the fly.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1
									
								
								gc.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								gc.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -32,6 +32,7 @@
 | 
			
		|||
 | 
			
		||||
#ifdef __ia64__
 | 
			
		||||
#include <ucontext.h>
 | 
			
		||||
#pragma weak __libc_ia64_register_backing_store_base
 | 
			
		||||
extern unsigned long __libc_ia64_register_backing_store_base;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue