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] rl78: fix relax type logic


On Tuesday, August 26 2014, DJ Delorie wrote:

> Committed.
>
> 	* elf32-rl78.c (rl78_elf_relax_section): Disambiguate test for
> 	relaxation type.

Hi DJ,

I'm seeing:

../../binutils-gdb-pr17235/bfd/elf32-rl78.c: In function ârl78_elf_relax_sectionâ:
../../binutils-gdb-pr17235/bfd/elf32-rl78.c:2202:29: error: âRL78_RELAXA_MASKâ undeclared (first use in this function)
       if ((irel->r_addend & RL78_RELAXA_MASK) == RL78_RELAXA_BRA)
                             ^

grepping for RL78_RELAXA_MASK shows only places where it is used, not
declared.  Maybe there's a following commit coming?  :-)

-- 
Sergio
GPG key ID: 0x65FC5E36
Please send encrypted e-mail if possible
http://sergiodj.net/


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