diff options
author | Alan Modra <amodra@gmail.com> | 2010-03-26 08:34:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-03-26 08:34:24 +0000 |
commit | ddfd679590d5e2555cc7a5d80696d82b1839016a (patch) | |
tree | 9be1c11b0f3b9cd20c93766b48443bd5dbfb670b /bfd/reloc.c | |
parent | cd64ee318352dd4f4a7a88029d5ac41152f91a21 (diff) | |
download | gdb-ddfd679590d5e2555cc7a5d80696d82b1839016a.zip gdb-ddfd679590d5e2555cc7a5d80696d82b1839016a.tar.gz gdb-ddfd679590d5e2555cc7a5d80696d82b1839016a.tar.bz2 |
* 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.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index ae8f0b3..a847629 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. |