Deleted Added
full compact
ppc.h (218822) ppc.h (275718)
1/* PPC ELF support for BFD.
2 Copyright 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2005
3 Free Software Foundation, Inc.
4
5 By Michael Meissner, Cygnus Support, <meissner@cygnus.com>, from information
6 in the System V Application Binary Interface, PowerPC Processor Supplement
7 and the PowerPC Embedded Application Binary Interface (eabi).
8

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

95 RELOC_NUMBER (R_PPC_GOT_TPREL16, 87)
96 RELOC_NUMBER (R_PPC_GOT_TPREL16_LO, 88)
97 RELOC_NUMBER (R_PPC_GOT_TPREL16_HI, 89)
98 RELOC_NUMBER (R_PPC_GOT_TPREL16_HA, 90)
99 RELOC_NUMBER (R_PPC_GOT_DTPREL16, 91)
100 RELOC_NUMBER (R_PPC_GOT_DTPREL16_LO, 92)
101 RELOC_NUMBER (R_PPC_GOT_DTPREL16_HI, 93)
102 RELOC_NUMBER (R_PPC_GOT_DTPREL16_HA, 94)
1/* PPC ELF support for BFD.
2 Copyright 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2005
3 Free Software Foundation, Inc.
4
5 By Michael Meissner, Cygnus Support, <meissner@cygnus.com>, from information
6 in the System V Application Binary Interface, PowerPC Processor Supplement
7 and the PowerPC Embedded Application Binary Interface (eabi).
8

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

95 RELOC_NUMBER (R_PPC_GOT_TPREL16, 87)
96 RELOC_NUMBER (R_PPC_GOT_TPREL16_LO, 88)
97 RELOC_NUMBER (R_PPC_GOT_TPREL16_HI, 89)
98 RELOC_NUMBER (R_PPC_GOT_TPREL16_HA, 90)
99 RELOC_NUMBER (R_PPC_GOT_DTPREL16, 91)
100 RELOC_NUMBER (R_PPC_GOT_DTPREL16_LO, 92)
101 RELOC_NUMBER (R_PPC_GOT_DTPREL16_HI, 93)
102 RELOC_NUMBER (R_PPC_GOT_DTPREL16_HA, 94)
103 RELOC_NUMBER (R_PPC_TLSGD, 95)
104 RELOC_NUMBER (R_PPC_TLSLD, 96)
103
104/* The remaining relocs are from the Embedded ELF ABI, and are not
105 in the SVR4 ELF ABI. */
106 RELOC_NUMBER (R_PPC_EMB_NADDR32, 101)
107 RELOC_NUMBER (R_PPC_EMB_NADDR16, 102)
108 RELOC_NUMBER (R_PPC_EMB_NADDR16_LO, 103)
109 RELOC_NUMBER (R_PPC_EMB_NADDR16_HI, 104)
110 RELOC_NUMBER (R_PPC_EMB_NADDR16_HA, 105)

--- 75 unchanged lines hidden ---
105
106/* The remaining relocs are from the Embedded ELF ABI, and are not
107 in the SVR4 ELF ABI. */
108 RELOC_NUMBER (R_PPC_EMB_NADDR32, 101)
109 RELOC_NUMBER (R_PPC_EMB_NADDR16, 102)
110 RELOC_NUMBER (R_PPC_EMB_NADDR16_LO, 103)
111 RELOC_NUMBER (R_PPC_EMB_NADDR16_HI, 104)
112 RELOC_NUMBER (R_PPC_EMB_NADDR16_HA, 105)

--- 75 unchanged lines hidden ---