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/bfd-in.h | |
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/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index c775a0b..07f2fae 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -294,7 +294,7 @@ typedef struct bfd_section *sec_ptr; (((sec)->rawsize ? (sec)->rawsize : (sec)->size) \ / bfd_octets_per_byte (bfd)) -/* Return TRUE if section has been discarded. */ +/* Return TRUE if input section SEC has been discarded. */ #define elf_discarded_section(sec) \ (!bfd_is_abs_section (sec) \ && bfd_is_abs_section ((sec)->output_section) \ |