* targets.h: Typo fix.

* bfd-in2.h: Regenerate.
This commit is contained in:
Alan Modra 2005-03-01 01:56:27 +00:00
parent 44f2f9d2a3
commit a67a7b8bf5
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2005-03-01 Alan Modra <amodra@bigpond.net.au>
* targets.h: Typo fix.
* bfd-in2.h: Regenerate.
* bout.c (b_out_write_object_contents): Don't use sizeof on host
structs to size on-disk structures.
(b_out_set_section_contents): Size the external struct, not the

View File

@ -4370,7 +4370,7 @@ typedef struct bfd_target
unsigned short ar_max_namelen;
/* Entries for byte swapping for data. These are different from the
other entry points, since they don't take a BFD asthe first argument.
other entry points, since they don't take a BFD as the first argument.
Certain other handlers could do the same. */
bfd_uint64_t (*bfd_getx64) (const void *);
bfd_int64_t (*bfd_getx_signed_64) (const void *);

View File

@ -209,7 +209,7 @@ DESCRIPTION
. unsigned short ar_max_namelen;
.
. {* Entries for byte swapping for data. These are different from the
. other entry points, since they don't take a BFD asthe first argument.
. other entry points, since they don't take a BFD as the first argument.
. Certain other handlers could do the same. *}
. bfd_uint64_t (*bfd_getx64) (const void *);
. bfd_int64_t (*bfd_getx_signed_64) (const void *);