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: [gold][PATCH] Add chdr_size, Chdr, Chdr_write and Chdr_data


> This patch adds chdr_size, Chdr, Chdr_write and Chdr_data.  OK for
> master?
>
>
> H.J.
> ---
>         * elfcpp.h (Elf_sizes): Add chdr_size.
>         (Chdr): New.
>         (Chdr_write): Likewise.
>         * elfcpp_internal.h (Chdr_data): Likewise.

> +  void
> +  put_ch_tye(typename Elf_types<size>::Elf_WXword v)
> +  { this->p_->ch_type = Convert<size, big_endian>::convert_host(v); }

s/put_ch_tye/put_ch_type/

OK with that fix. Thanks!

-cary


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