forked from rpms/glibc
		
	2.3.4-11
This commit is contained in:
		
							parent
							
								
									28d2eaadf8
								
							
						
					
					
						commit
						1fec258384
					
				| @ -3516,3 +3516,29 @@ | |||||||
|   |   | ||||||
|  # else |  # else | ||||||
|   |   | ||||||
|  | --- libc/sysdeps/i386/dl-machine.h.jj	2005-02-16 20:16:33.000000000 -0500
 | ||||||
|  | +++ libc/sysdeps/i386/dl-machine.h	2005-03-04 16:50:32.313591897 -0500
 | ||||||
|  | @@ -301,9 +301,7 @@ elf_machine_plt_value (struct link_map *
 | ||||||
|  |   | ||||||
|  |  /* The i386 never uses Elf32_Rela relocations for the dynamic linker. | ||||||
|  |     Prelinked libraries may use Elf32_Rela though.  */ | ||||||
|  | -#ifdef RTLD_BOOTSTRAP
 | ||||||
|  | -# define ELF_MACHINE_NO_RELA 1
 | ||||||
|  | -#endif
 | ||||||
|  | +#define ELF_MACHINE_NO_RELA (defined RTLD_BOOTSTRAP)
 | ||||||
|  |   | ||||||
|  |  #ifdef RESOLVE_MAP | ||||||
|  |   | ||||||
|  | --- libc/sysdeps/arm/dl-machine.h.jj	2005-03-01 15:34:40.000000000 -0500
 | ||||||
|  | +++ libc/sysdeps/arm/dl-machine.h	2005-03-04 16:50:43.913473979 -0500
 | ||||||
|  | @@ -353,9 +353,7 @@ elf_machine_plt_value (struct link_map *
 | ||||||
|  |   | ||||||
|  |  /* ARM never uses Elf32_Rela relocations for the dynamic linker. | ||||||
|  |     Prelinked libraries may use Elf32_Rela though.  */ | ||||||
|  | -#ifdef RTLD_BOOTSTRAP
 | ||||||
|  | -# define ELF_MACHINE_NO_RELA 1
 | ||||||
|  | -#endif
 | ||||||
|  | +#define ELF_MACHINE_NO_RELA (defined RTLD_BOOTSTRAP)
 | ||||||
|  |   | ||||||
|  |  #ifdef RESOLVE | ||||||
|  |   | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user