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: Get rid of more bfd bloat


> Gets rid of most of the cases where ELF targets #include a C file just
> to make minor target variations.  The one case left is elf32-sh64.c
> which includes elf32-sh.c.

sh-linux and sh64-linux (at least) are broken following this patch: they
are now generating .rel relocations where they used generate .rela
sections.
It looks rather like the ifndef USE_REL etc. in elfxx-target.h
doesn't do the right thing if you include that file more than once.

Steve.


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com


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