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: ELF backend


Hi Alexander,

I write ELF support for my target but none of backend functions is not
called (elf_backend_object_p, elf_backend_relocate_section, ...). What
could be the problem?

Most likely problem - you are not #include'ing elf32-target.h (or elf64-target.h if yours is a 64-bit target) *after* defining the elf backend functions.


Cheers
  Nick



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