Deleted Added
full compact
x86-64.h (77298) x86-64.h (89857)
1/* x86_64 ELF support for BFD.
2 Copyright (C) 2000 Free Software Foundation, Inc.
3 Contributed by Jan Hubicka <jh@suse.cz>
4
5 This file is part of BFD, the Binary File Descriptor library.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by

--- 27 unchanged lines hidden (view full) ---

36 RELOC_NUMBER (R_X86_64_GOTPCREL, 9) /* 32 bit signed pc relative
37 offset to GOT */
38 RELOC_NUMBER (R_X86_64_32, 10) /* Direct 32 bit zero extended */
39 RELOC_NUMBER (R_X86_64_32S, 11) /* Direct 32 bit sign extended */
40 RELOC_NUMBER (R_X86_64_16, 12) /* Direct 16 bit zero extended */
41 RELOC_NUMBER (R_X86_64_PC16, 13) /* 16 bit sign extended pc relative*/
42 RELOC_NUMBER (R_X86_64_8, 14) /* Direct 8 bit sign extended */
43 RELOC_NUMBER (R_X86_64_PC8, 15) /* 8 bit sign extended pc relative*/
1/* x86_64 ELF support for BFD.
2 Copyright (C) 2000 Free Software Foundation, Inc.
3 Contributed by Jan Hubicka <jh@suse.cz>
4
5 This file is part of BFD, the Binary File Descriptor library.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by

--- 27 unchanged lines hidden (view full) ---

36 RELOC_NUMBER (R_X86_64_GOTPCREL, 9) /* 32 bit signed pc relative
37 offset to GOT */
38 RELOC_NUMBER (R_X86_64_32, 10) /* Direct 32 bit zero extended */
39 RELOC_NUMBER (R_X86_64_32S, 11) /* Direct 32 bit sign extended */
40 RELOC_NUMBER (R_X86_64_16, 12) /* Direct 16 bit zero extended */
41 RELOC_NUMBER (R_X86_64_PC16, 13) /* 16 bit sign extended pc relative*/
42 RELOC_NUMBER (R_X86_64_8, 14) /* Direct 8 bit sign extended */
43 RELOC_NUMBER (R_X86_64_PC8, 15) /* 8 bit sign extended pc relative*/
44 RELOC_NUMBER (R_X86_64_GNU_VTINHERIT, 250) /* GNU C++ hack */
45 RELOC_NUMBER (R_X86_64_GNU_VTENTRY, 251) /* GNU C++ hack */
44END_RELOC_NUMBERS (R_X86_64_max)
45
46#endif
46END_RELOC_NUMBERS (R_X86_64_max)
47
48#endif