diff options
author | Alan Modra <amodra@gmail.com> | 2003-11-06 02:57:08 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-11-06 02:57:08 +0000 |
commit | 9162364a39c489bfc8de5024db2af3956a27ad06 (patch) | |
tree | d6ab8be5641c0fc63d50cb3a00cca2d0dfd52f1b /include/elf/ppc.h | |
parent | 7be0c536371055e9b15403d88f6149bbd656df37 (diff) | |
download | gdb-9162364a39c489bfc8de5024db2af3956a27ad06.zip gdb-9162364a39c489bfc8de5024db2af3956a27ad06.tar.gz gdb-9162364a39c489bfc8de5024db2af3956a27ad06.tar.bz2 |
* ppc.h (R_PPC_RELAX32PC): Define.
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r-- | include/elf/ppc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h index 54914e3..b510f44 100644 --- a/include/elf/ppc.h +++ b/include/elf/ppc.h @@ -120,9 +120,10 @@ START_RELOC_NUMBERS (elf_ppc_reloc_type) RELOC_NUMBER (R_PPC_EMB_BIT_FLD, 115) RELOC_NUMBER (R_PPC_EMB_RELSDA, 116) -/* Fake relocation for branch stubs. This will keep them +/* Fake relocations for branch stubs. This will keep them together. */ #define R_PPC_RELAX32 251 +#define R_PPC_RELAX32PC 252 /* These are GNU extensions to enable C++ vtable garbage collection. */ RELOC_NUMBER (R_PPC_GNU_VTINHERIT, 253) |