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: [PATCHv3 2/7] arc/gas: default mach is arc700, initialised in md_begin


Hi Andrew,

> binutils/ChangeLog:
> 
> 	* testsuite/binutils-all/objdump.exp (cpus_expected): Add ARC700
> 	to the architecture list.
> 
> gas/ChangeLog:
> 
> 	* config/tc-arc.c (arc_target): Delay initialisation until
> 	arc_select_cpu.
> 	(arc_target_name): Likewise.
> 	(arc_features): Likewise.
> 	(arc_mach_type): Likewise.
> 	(cpu_types): Remove "all" entry.
> 	(arc_select_cpu): New function, most of the content is from...
> 	(md_parse_option): ... here.  Call new arc_select_cpu.
> 	(md_begin): Call arc_select_cpu if needed, default is now arc700.
> 
> include/ChangeLog:
> 
> 	* opcode/arc.h (ARC_OPCODE_BASE): Delete.
> 
> opcodes/ChangeLog:
> 
> 	* arc-opc.c (BASE): Delete.

Approved - please apply.

(Note - to save space in emails, it is customary to omit the patch(es)
to ChangeLog entries.  The text should already be in the body of the email
so there is no need to repeat the changes in the patch itself.  Also,
given the pace at which the sources change, it is often impossible to
apply a patch to a ChangeLog entry without manual intervention).

Cheers
  Nick


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