Subversion Repositories Kolibri OS

Rev

Rev 5191 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* AVR ELF support for BFD.
1
/* AVR ELF support for BFD.
2
   Copyright 1999, 2000, 2004, 2006, 2010, 2012
-
 
3
   Free Software Foundation, Inc.
2
   Copyright (C) 1999-2015 Free Software Foundation, Inc.
4
   Contributed by Denis Chertykov 
3
   Contributed by Denis Chertykov 
Line 5... Line 4...
5
 
4
 
Line 6... Line 5...
6
   This file is part of BFD, the Binary File Descriptor library.
5
   This file is part of BFD, the Binary File Descriptor library.
Line 39... Line 38...
39
#define E_AVR_MACH_AVR35   35
38
#define E_AVR_MACH_AVR35   35
40
#define E_AVR_MACH_AVR4     4
39
#define E_AVR_MACH_AVR4     4
41
#define E_AVR_MACH_AVR5     5
40
#define E_AVR_MACH_AVR5     5
42
#define E_AVR_MACH_AVR51   51
41
#define E_AVR_MACH_AVR51   51
43
#define E_AVR_MACH_AVR6     6 
42
#define E_AVR_MACH_AVR6     6 
-
 
43
#define E_AVR_MACH_AVRTINY 100
44
#define E_AVR_MACH_XMEGA1 101
44
#define E_AVR_MACH_XMEGA1  101
45
#define E_AVR_MACH_XMEGA2 102
45
#define E_AVR_MACH_XMEGA2  102
46
#define E_AVR_MACH_XMEGA3 103
46
#define E_AVR_MACH_XMEGA3  103
47
#define E_AVR_MACH_XMEGA4 104
47
#define E_AVR_MACH_XMEGA4  104
48
#define E_AVR_MACH_XMEGA5 105
48
#define E_AVR_MACH_XMEGA5  105
Line 79... Line 79...
79
     RELOC_NUMBER (R_AVR_HI8_LDI_GS,	       25)
79
     RELOC_NUMBER (R_AVR_HI8_LDI_GS,	       25)
80
     RELOC_NUMBER (R_AVR_8, 		       26)
80
     RELOC_NUMBER (R_AVR_8, 		       26)
81
     RELOC_NUMBER (R_AVR_8_LO8,                27)
81
     RELOC_NUMBER (R_AVR_8_LO8,                27)
82
     RELOC_NUMBER (R_AVR_8_HI8,                28)
82
     RELOC_NUMBER (R_AVR_8_HI8,                28)
83
     RELOC_NUMBER (R_AVR_8_HLO8,               29)
83
     RELOC_NUMBER (R_AVR_8_HLO8,               29)
-
 
84
     RELOC_NUMBER (R_AVR_DIFF8,                30)
-
 
85
     RELOC_NUMBER (R_AVR_DIFF16,               31)
-
 
86
     RELOC_NUMBER (R_AVR_DIFF32,               32)
-
 
87
     RELOC_NUMBER (R_AVR_LDS_STS_16,           33)
-
 
88
     RELOC_NUMBER (R_AVR_PORT6,                34)
-
 
89
     RELOC_NUMBER (R_AVR_PORT5,                35)
-
 
90
     RELOC_NUMBER (R_AVR_32_PCREL,             36)
84
END_RELOC_NUMBERS (R_AVR_max)
91
END_RELOC_NUMBERS (R_AVR_max)
Line 85... Line 92...
85
 
92