mirror of git://sourceware.org/git/glibc.git
				
				
				
			x86: Rename readelflib.c
Rename linux/i386/readelflib.c to linux/x86/readelflib.c and remove x86_64/readelflib.c.
This commit is contained in:
		
							parent
							
								
									f4f3b09111
								
							
						
					
					
						commit
						088e962537
					
				|  | @ -44,7 +44,7 @@ process_elf_file (const char *file_name, const char *lib, int *flag, | |||
| 	/* X32 libraries are always libc.so.6+.  */ | ||||
| 	file_flag = FLAG_X8664_LIBX32|FLAG_ELF_LIBC6; | ||||
|       break; | ||||
| #ifndef SKIP_EM_IA_64 | ||||
| #ifndef __x86_64__ | ||||
|     case EM_IA_64: | ||||
|       if (elf_header->e_ident[EI_CLASS] == ELFCLASS64) | ||||
| 	{ | ||||
|  | @ -59,7 +59,7 @@ process_elf_file (const char *file_name, const char *lib, int *flag, | |||
| 	break; | ||||
|       /* Fall through.  */ | ||||
|     default: | ||||
| #ifndef SKIP_EM_IA_64 | ||||
| #ifndef __x86_64__ | ||||
| failed: | ||||
| #endif | ||||
|       error (0, 0, _("%s is for unknown machine %d.\n"), | ||||
|  | @ -1,2 +0,0 @@ | |||
| #define SKIP_EM_IA_64 | ||||
| #include <sysdeps/unix/sysv/linux/i386/readelflib.c> | ||||
		Loading…
	
		Reference in New Issue