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: pr17512 cause linking failure when cross linking libgfortran on arm-none-linux-gnueabihf


Hi Jiong,

with the following error
   "ld/ld-new: cannot size stub section: Invalid operation|

because "sz > (bfd_size_type) bfd_get_size (abfd)"

it's trigger from

elf32-arm.c(cortex_a8_erratum_scan)

  else if (! bfd_malloc_and_get_section (input_bfd, section, &contents))
         return TRUE;

Can you send me a test case to reproduce this problem please ?

Cheers
  Nick



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