summaryrefslogtreecommitdiff
path: root/bfd/reloc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-03-26 08:34:23 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-03-26 08:34:23 +0000
commit11ec5a12177001ced1161cb8ed73a08a5965a5e1 (patch)
tree00a67cf2659cd78370dedca5c4fd9c1bbe4b5089 /bfd/reloc.c
parent072d9676daf9da08052962e640e21ef12c6a178e (diff)
downloadbinutils-redhat-11ec5a12177001ced1161cb8ed73a08a5965a5e1.tar.gz
* elf32-ppc.c (ppc_elf_howto_raw <R_PPC_EMB_RELSDA>): Not pc-relative.
* bfd-in.h (elf_discarded_section): Clarify comment. * reloc.c (struct reloc_howto_struct <pc_relative>): Likewise. * bfd-in2.h: Regenerate.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r--bfd/reloc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c
index ae8f0b3570..a8476295d2 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -305,10 +305,7 @@ CODE_FRAGMENT
. when doing overflow checking. *}
. unsigned int bitsize;
.
-. {* Notes that the relocation is relative to the location in the
-. data section of the addend. The relocation function will
-. subtract from the relocation value the address of the location
-. being relocated. *}
+. {* The relocation is relative to the field being relocated. *}
. bfd_boolean pc_relative;
.
. {* The bit position of the reloc value in the destination.