aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-01-15 22:50:07 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-01-15 22:50:07 +0000
commit4500a1128e38830917e37eacaa3ec7296559f550 (patch)
treed5a61a1697bd98eb6f0375b54cd20db7b4df1ab7 /bfd/bfd-in2.h
parentc682be533c8b4e42c5d63d3232f53c864e32d3cf (diff)
downloadgdb-4500a1128e38830917e37eacaa3ec7296559f550.zip
gdb-4500a1128e38830917e37eacaa3ec7296559f550.tar.gz
gdb-4500a1128e38830917e37eacaa3ec7296559f550.tar.bz2
Add new PPC relocations
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index df18497..f3d1633 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1633,6 +1633,22 @@ to compensate for the borrow when the low bits are added. */
BFD_RELOC_PPC_JMP_SLOT,
BFD_RELOC_PPC_RELATIVE,
BFD_RELOC_PPC_LOCAL24PC,
+ BFD_RELOC_PPC_EMB_NADDR32,
+ BFD_RELOC_PPC_EMB_NADDR16,
+ BFD_RELOC_PPC_EMB_NADDR16_LO,
+ BFD_RELOC_PPC_EMB_NADDR16_HI,
+ BFD_RELOC_PPC_EMB_NADDR16_HA,
+ BFD_RELOC_PPC_EMB_SDAI16,
+ BFD_RELOC_PPC_EMB_SDA2I16,
+ BFD_RELOC_PPC_EMB_SDA2REL,
+ BFD_RELOC_PPC_EMB_SDA21,
+ BFD_RELOC_PPC_EMB_MRKREF,
+ BFD_RELOC_PPC_EMB_RELSEC16,
+ BFD_RELOC_PPC_EMB_RELST_LO,
+ BFD_RELOC_PPC_EMB_RELST_HI,
+ BFD_RELOC_PPC_EMB_RELST_HA,
+ BFD_RELOC_PPC_EMB_BIT_FLD,
+ BFD_RELOC_PPC_EMB_RELSDA,
/* The type of reloc used to build a contructor table - at the moment
probably a 32 bit wide absolute relocation, but the target can choose.