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: Contributing FreeBSD/aarch64 support


On 8 February 2015 at 23:12, Andrew Pinski <pinskia@gmail.com> wrote:
>
> Also if you need
> -Wno-uninitialized, it might make sense to figure out better patches
> for those places where unitialized warnings happen.

This one is fixed with:
-  struct bfd_link_hash_entry ehdr_start_save = ehdr_start_save;
+  struct bfd_link_hash_entry ehdr_start_save;

I've updated the changes at
https://github.com/emaste/binutils-gdb/commits/freebsd-aarch64

Thanks,
Ed


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