From dafd791f55378957259be581687a27a00db6563e Mon Sep 17 00:00:00 2001 From: amodra Date: Tue, 1 Mar 2005 01:56:26 +0000 Subject: [PATCH] * targets.h: Typo fix. * bfd-in2.h: Regenerate. --- bfd/ChangeLog | 3 +++ bfd/bfd-in2.h | 2 +- bfd/targets.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ee38ffc924..9bb0c9ec84 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2005-03-01 Alan Modra + * 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 diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 65a076d27d..1da3e69d22 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -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 *); diff --git a/bfd/targets.c b/bfd/targets.c index e1bfcc4d48..e2d5b651f4 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -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 *); -- 2.11.0