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]

comparison of 'where' in cache.c


Anybody know what the intention of this code from bfd_cache_lookup_worker in cache.c:357 is:

     if (abfd->where != (unsigned long) abfd->where)
       return NULL;

As it currently stands, it doesn't seem to do anything at all.

-Jeff


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