Subversion Repositories Kolibri OS

Rev

Rev 5197 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5197 Rev 6324
Line 1... Line 1...
1
/* Generic support for 32-bit ELF
1
/* Generic support for 32-bit ELF
2
   Copyright 1993, 1995, 1998, 1999, 2001, 2002, 2004, 2005, 2007
-
 
3
   Free Software Foundation, Inc.
2
   Copyright (C) 1993-2015 Free Software Foundation, Inc.
Line 4... Line 3...
4
 
3
 
Line 5... Line 4...
5
   This file is part of BFD, the Binary File Descriptor library.
4
   This file is part of BFD, the Binary File Descriptor library.
6
 
5
 
Line 85... Line 84...
85
  if (failed)
84
  if (failed)
86
    return FALSE;
85
    return FALSE;
87
  return bfd_elf_link_add_symbols (abfd, info);
86
  return bfd_elf_link_add_symbols (abfd, info);
88
}
87
}
Line 89... Line 88...
89
 
88
 
90
#define TARGET_LITTLE_SYM		bfd_elf32_little_generic_vec
89
#define TARGET_LITTLE_SYM		elf32_le_vec
91
#define TARGET_LITTLE_NAME		"elf32-little"
90
#define TARGET_LITTLE_NAME		"elf32-little"
92
#define TARGET_BIG_SYM			bfd_elf32_big_generic_vec
91
#define TARGET_BIG_SYM			elf32_be_vec
93
#define TARGET_BIG_NAME			"elf32-big"
92
#define TARGET_BIG_NAME			"elf32-big"
94
#define ELF_ARCH			bfd_arch_unknown
93
#define ELF_ARCH			bfd_arch_unknown
95
#define ELF_MACHINE_CODE		EM_NONE
94
#define ELF_MACHINE_CODE		EM_NONE
96
#define ELF_MAXPAGESIZE			0x1
95
#define ELF_MAXPAGESIZE			0x1