This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCHv3 4/7] arc: Remove EF_ARC_CPU_GENERIC constant.
- From: Nick Clifton <nickc at redhat dot com>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>, Claudiu Zissulescu <Claudiu dot Zissulescu at synopsys dot com>
- Cc: "binutils at sourceware dot org" <binutils at sourceware dot org>, "Cupertino dot Miranda at synopsys dot com" <Cupertino dot Miranda at synopsys dot com>, "noamca at mellanox dot com" <noamca at mellanox dot com>, Andreas Schwab <schwab at suse dot de>
- Date: Fri, 18 Mar 2016 09:59:49 +0000
- Subject: Re: [PATCHv3 4/7] arc: Remove EF_ARC_CPU_GENERIC constant.
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1456947552 dot git dot andrew dot burgess at embecosm dot com> <cover dot 1458082098 dot git dot andrew dot burgess at embecosm dot com> <a85375674957f65a8a8b9ea36b6708103a1dc39b dot 1458082098 dot git dot andrew dot burgess at embecosm dot com> <098ECE41A0A6114BB2A07F1EC238DE896617B6F1 at DE02WEMBXB dot internal dot synopsys dot com> <20160316111543 dot GN14100 at embecosm dot com> <098ECE41A0A6114BB2A07F1EC238DE896617B727 at DE02WEMBXB dot internal dot synopsys dot com> <20160316212421 dot GQ14100 at embecosm dot com>
Hi Andrew,
> bfd/ChangeLog:
>
> * elf32-arc.c (arc_elf_print_private_bfd_data): Remove use of
> EF_ARC_CPU_GENERIC.
> (arc_elf_final_write_processing): Don't bother setting cpu field
> in e_flags, this will have been set elsewhere.
>
> binutils/ChangeLog:
>
> * readelf.c (get_machine_flags): Move arc processing into...
> (decode_ARC_machine_flags): ... new function. Remove use of
> EF_ARC_CPU_GENERIC, change default case from "generic arc" to
> "unknown arc". Merged ABI printing between two machine types.
>
> gas/ChangeLog:
>
> * config/tc-arc.c (arc_select_cpu): Remove use of
> EF_ARC_CPU_GENERIC.
>
> include/ChangeLog:
>
> * elf/arc.h (EF_ARC_CPU_GENERIC): Delete. Update related comment.
Approved - please apply.
Cheers
Nick