This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] objcopy: Factor out some of the option parsing code.


Andrew Burgess <andrew.burgess@embecosm.com> writes:
> diff --git a/binutils/objcopy.c b/binutils/objcopy.c
> index 8320793..eb26320 100644
> --- a/binutils/objcopy.c
> +++ b/binutils/objcopy.c
> @@ -3546,6 +3546,79 @@ convert_efi_target (char *efi)
>      }
>  }
>  
> +/* Allocate and return a pointer to a struct section_add, initialising the

Nit: "initializing".  (binutils uses US spelling.)

OK with that change, thanks.  I think this should go in independently
of patch 2, since it's a clean-up in its own right.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]