mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-11-03 20:53:13 +03:00 
			
		
		
		
	This patch fixes dlfcn/tststatic5 for PowerPC where pagesize variable was not properly initialized in certain cases. This patch is based on other architecture code.
		
			
				
	
	
		
			16 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			229 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
ld {
 | 
						|
  GLIBC_PRIVATE {
 | 
						|
  # used for loading by static libraries
 | 
						|
    _dl_var_init;
 | 
						|
  }
 | 
						|
}
 | 
						|
libc {
 | 
						|
  GLIBC_PRIVATE {
 | 
						|
    __vdso_get_tbfreq;
 | 
						|
    __vdso_clock_gettime;
 | 
						|
    __vdso_clock_getres;
 | 
						|
    __vdso_getcpu;
 | 
						|
    __vdso_time;
 | 
						|
  }
 | 
						|
}
 |