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] Updated RDOS support


On Fri, Jan 18, 2013 at 10:39:27PM +0100, Leif Ekblad wrote:
> With the ld-section patches in-place, here is the new patch for rdos:
> 
> Change log:
> * bfd/config.bfd: Removed unsupported models for rdos.
> * ld/configure.tgt: Changed rdos target emulation to use a new file
> * ld/emulparams/elf64rdos.sh: Added new emulation file for target rdos.
> * ld/Makefile.am: Added target emulation file to makefile.
> * ld/Makefile.in: Regenerated with autoconf from ld/Makefile.am
> 
> Tested with target rdos.

Your ld/Makefile.am addition results in no eelf64rdos.c, and a mess in
eelf64tilegx.c if building all targets with make -j.

This hunk
+ eelf64rdos.c: $(srcdir)/emulparams/elf64rdos.sh \
+   $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ 	${GENSCRIPTS} elf64tilegx "$(tdir_elf64rdos)"

committed with s/elf64tilegx/elf64rdos/

-- 
Alan Modra
Australia Development Lab, IBM


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