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: {Patch] }Treat avr as elf target in nm.exp


Hi Senthil,

> 2016-04-23  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
> 
> 	* binutils-all/nm.exp: Add avr to elf
> 	target list.


>   if {   [is_elf_format]
> +     || [istarget avr-unknown-none]

I think that this should be:

        || [istarget avr-*-*]

since you cannot be sure that the user has configured the toolchain as avr-unknown-none.

Approved with that change.

Cheers
  Nick


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