This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc_update broken because of r149070
- From: Steven Bosscher <stevenb dot gcc at gmail dot com>
- To: Tom Tromey <tromey at redhat dot com>, GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Tue, 30 Jun 2009 19:26:02 +0200
- Subject: gcc_update broken because of r149070
Hi Tom, all,
Since this commit by Tom of include/elf/ I can't update svn in a
combined tree anymore
(http://gcc.gnu.org/viewcvs/trunk/include/elf/dwarf2.h?revision=149070&view=markup).
What I have, is a combined tree as described in
http://gcc.gnu.org/simtest-howto.html.
I usually just run gcc_update in the combined tree (lazy, etc...).
But this doesn't work anymore because:
stevenb@asset:~/devel/cross/combined$ ./contrib/gcc_update && svn status
Updating SVN tree
svn: Failed to add directory 'include/elf': an unversioned directory
of the same name already exists
Adjusting file timestamps
SVN update of full tree failed.
The existing include/elf is the one from src/ with these files:
stevenb@asset:~/devel/cross/combined$ ls include/elf/
alpha.h cr16c.h dwarf2.h i386.h m32c.h mn10200.h
ppc64.h v850.h
arc.h cr16.h dwarf.h i860.h m32r.h mn10300.h
ppc.h vax.h
arm.h cris.h external.h i960.h m68hc11.h moxie.h
reloc-macros.h vxworks.h
avr.h crx.h fr30.h ia64.h m68k.h msp430.h
s390.h x86-64.h
bfin.h CVS frv.h internal.h mcore.h mt.h
score.h xc16x.h
ChangeLog d10v.h h8.h ip2k.h mep.h openrisc.h
sh.h xstormy16.h
ChangeLog-9103 d30v.h hppa.h iq2000.h mips.h or32.h
sparc.h xtensa.h
common.h dlx.h i370.h lm32.h mmix.h pj.h spu.h
The new directory in GCC SVN, that Tom added, only has dwarf2.h
(http://gcc.gnu.org/viewcvs/trunk/include/elf/).
What to do, oh what to do...
Ciao!
Steven