diff options
Diffstat (limited to 'bfd/libxcoff.h')
-rw-r--r-- | bfd/libxcoff.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/libxcoff.h b/bfd/libxcoff.h index 53a5e72..3f66524 100644 --- a/bfd/libxcoff.h +++ b/bfd/libxcoff.h @@ -77,7 +77,7 @@ struct xcoff_backend_data_rec (bfd *, union internal_auxent *, const char *); /* Line number and relocation overflow. - XCOFF32 overflows to another section when the line number or the + XCOFF32 overflows to another section when the line number or the relocation count exceeds 0xffff. XCOFF64 does not overflow. */ bfd_boolean (*_xcoff_is_lineno_count_overflow) (bfd *, bfd_vma); bfd_boolean (*_xcoff_is_reloc_count_overflow) (bfd *, bfd_vma); @@ -87,11 +87,11 @@ struct xcoff_backend_data_rec XCOFF64 is offset in .loader header. */ bfd_vma (*_xcoff_loader_symbol_offset) (bfd *, struct internal_ldhdr *); bfd_vma (*_xcoff_loader_reloc_offset) (bfd *, struct internal_ldhdr *); - - /* Global linkage. The first word of global linkage code must be be + + /* Global linkage. The first word of global linkage code must be be modified by filling in the correct TOC offset. */ unsigned long *_xcoff_glink_code; - + /* Size of the global link code in bytes of the xcoff_glink_code table. */ unsigned long _xcoff_glink_size; @@ -185,7 +185,7 @@ struct xcoff_backend_data_rec #define bfd_xcoff_glink_code(a, b) ((xcoff_backend (a)->_xcoff_glink_code[(b)])) #define bfd_xcoff_glink_code_size(a) ((xcoff_backend (a)->_xcoff_glink_size)) -/* Check for the magic number U803XTOCMAGIC or U64_TOCMAGIC for 64 bit +/* Check for the magic number U803XTOCMAGIC or U64_TOCMAGIC for 64 bit targets. */ #define bfd_xcoff_is_xcoff64(a) \ ( (0x01EF == (bfd_xcoff_magic_number (a))) \ |