diff options
author | Paul Brook <paul@codesourcery.com> | 2004-09-30 17:03:53 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-09-30 17:03:53 +0000 |
commit | eeac373afe5b54b040354ac7680c46ae7934aae0 (patch) | |
tree | adbdf8e087159395d58867078a6a7d44060b0e72 /ld/ld.texinfo | |
parent | 56157dbefc9f44aa294e92b773224141aeef6237 (diff) | |
download | gdb-eeac373afe5b54b040354ac7680c46ae7934aae0.zip gdb-eeac373afe5b54b040354ac7680c46ae7934aae0.tar.gz gdb-eeac373afe5b54b040354ac7680c46ae7934aae0.tar.bz2 |
bfd/
* elf32-arm.h (bfd_elf32_arm_set_target_relocs): Handle "abs"
target2 relocation type.
ld/
* ld.texinfo: Document --target2=abs.
* emulparms/armsymbian.sh (TARGET2_TYPE): Set.
ld/testsuite/
* ld-arm/arm-elf.exp: Add test for --target2=abs.
* ld-arm/arm-target2-abs.d: New file.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 8acc3c4..047933a 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -4922,7 +4922,9 @@ The @samp{--target2=type} switch overrides the default definition of the meanings, and target defaults are as follows: @table @samp @item rel -@samp{R_ARM_REL32} (arm*-*-symbianelf, arm*-*-elf, arm*-*-eabi) +@samp{R_ARM_REL32} (arm*-*-elf, arm*-*-eabi) +@item abs +@samp{R_ARM_ABS32} (arm*-*-symbianelf) @item got-rel @samp{R_ARM_GOT_PREL} (arm*-*-linux, arm*-*-*bsd) @end table |