aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-03-18 11:22:46 +0000
committerNick Clifton <nickc@redhat.com>2010-03-18 11:22:46 +0000
commitb43420e6cdbc2b1ae000f4671470d208ac7241a9 (patch)
tree461a0ff104afd4e004535bc1f70ce12c0ed688f1 /gas/doc
parent17299ac7f6d12ac5286a490e43c0cdb75abc0f21 (diff)
downloadgdb-b43420e6cdbc2b1ae000f4671470d208ac7241a9.zip
gdb-b43420e6cdbc2b1ae000f4671470d208ac7241a9.tar.gz
gdb-b43420e6cdbc2b1ae000f4671470d208ac7241a9.tar.bz2
bfd/
2010-03-15 Wei Guozhi <carrot@google.com> PR gas/11323 * bfd-in2.h (enum bfd_reloc_code_real): New BFD_RELOC_GOT_PREL type. * elf32-arm.c (elf32_arm_reloc_map): BFD_RELOC_GOT_PREL to R_ARM_GOT_PREL map. * libbfd.h (bfd_reloc_code_real_names): BFD_RELOC_GOT_PREL name. * reloc.c (comments): Document the new relocation. gas/ 2010-03-15 Wei Guozhi <carrot@google.com> PR gas/11323 * config/tc-arm.c (reloc_names): New relocation names. (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL. (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL. * doc/c-arm.texi (ARM-Relocations): Document the new relocation. gas/testsuite 2010-03-15 Wei Guozhi <carrot@google.com> PR gas/11323 * gas/arm/got_prel.s: New test case. * gas/arm/got_prel.d: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-arm.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 11d7215..60a4557 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -452,7 +452,8 @@ The following relocations are supported:
@code{TLSGD},
@code{TLSLDM},
@code{TLSLDO},
-@code{GOTTPOFF}
+@code{GOTTPOFF},
+@code{GOT_PREL}
and
@code{TPOFF}.