| Index: bfd/libxcoff.h
|
| diff --git a/bfd/libxcoff.h b/bfd/libxcoff.h
|
| index 53a5e7218b69cefdf4600510f9ab0be58167cb5f..3f665247cfe9d9c54b1612857105c14d6cb6e2d7 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))) \
|
|
|