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] gold: Maintain sparc ELF header bits properly


> It really would have been nice if I could just call down into the
> default implementations after I did the sparc specific bits, but
> it's not possible to just simply say:
>
> ?this->do_make_elf_object_implementation(...)

Sure it is:

    Target::do_make_elf_object(name, input_file, offset, ehdr);

or even:

    this->Target::do_make_elf_object(name, input_file, offset, ehdr);

-cary


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