This is the mail archive of the binutils@sources.redhat.com 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: bfd/elf-m10300.c: odd code


On May  5, 2004, DJ Delorie <dj@redhat.com> wrote:

> 			  && hash->root.root.u.def.section == section
> 			  && ELF_ST_TYPE (isym->st_info) == STT_FUNC)

> 1. isym is "left dangling" after the first loop, yet used in the
>    second loop.

Yeah, that's a bug :-(

We should take the symbol type from hash, not isym.  Not sure how to
get to it though.  Thanks for tracking it down.

-- 
Alexandre Oliva             http://www.ic.unicamp.br/~oliva/
Red Hat Compiler Engineer   aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist  oliva@{lsd.ic.unicamp.br, gnu.org}


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