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]

[PATCH ARC] Change default mach


Hi all,

The default arch (bfd_mach_arc_arcv2) has higher index value and code in arc_elf_merge_private_bfd_data would make it always the used arch for any output object.
The patch allows the output object arch to be of the same type as the first incoming object file.
Looking forward for your review.

Best regards,
Cupertino

bfd/ChangeLog:

Cupertino Miranda <Cupertino.Miranda@synopsys.com>
	* cpu-arc.c: Changed default archure from bfd_mach_arc_arcv2 
	to bfd_mach_arc_arc600

Attachment: arc.patch
Description: arc.patch


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