diff options
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index fd82c2d..cc20a87 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -5180,6 +5180,16 @@ ENUMX BFD_RELOC_LM32_RELATIVE ENUMDOC Lattice Mico32 relocations. + +ENUM + BFD_RELOC_MACH_O_SECTDIFF +ENUMDOC + Difference between two section addreses. Must be followed by a + BFD_RELOC_MACH_O_PAIR. +ENUM + BFD_RELOC_MACH_O_PAIR +ENUMDOC + Mach-O generic relocations. ENDSENUM BFD_RELOC_UNUSED |