diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-11 10:57:57 +0100 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-22 11:14:37 -0800 |
commit | 8998bae020d6dd2a03d833f5e37cbaa6e9f784ed (patch) | |
tree | 7eca2595158e79c3b821a9094fd5dc39bd18c106 | |
parent | 8a96f1736c5167e3eecc15d276d8a3c87db2f2b6 (diff) | |
download | uClibc-alpine-8998bae020d6dd2a03d833f5e37cbaa6e9f784ed.tar.bz2 uClibc-alpine-8998bae020d6dd2a03d833f5e37cbaa6e9f784ed.tar.xz |
correct documentation
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | include/elf.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/elf.h b/include/elf.h index 0da4bf7a7..b86aa52be 100644 --- a/include/elf.h +++ b/include/elf.h @@ -2180,10 +2180,10 @@ typedef Elf32_Addr Elf32_Conflict; #define R_PPC_DIAB_RELSDA_HA 185 /* like EMB_RELSDA, adjusted high 16 */ /* GNU relocs used in PIC code sequences. */ -#define R_PPC_REL16 249 /* word32 (sym-.) */ -#define R_PPC_REL16_LO 250 /* half16 (sym-.)@l */ -#define R_PPC_REL16_HI 251 /* half16 (sym-.)@h */ -#define R_PPC_REL16_HA 252 /* half16 (sym-.)@ha */ +#define R_PPC_REL16 249 /* word32 (sym+add-.) */ +#define R_PPC_REL16_LO 250 /* half16 (sym+add-.)@l */ +#define R_PPC_REL16_HI 251 /* half16 (sym+add-.)@h */ +#define R_PPC_REL16_HA 252 /* half16 (sym+add-.)@ha */ /* This is a phony reloc to handle any old fashioned TOC16 references that may still be in object files. */ |