> arch/arc/include/asm/vmlinux.lds.h | 12 ++ I see no reason for this file? > --- /dev/null > +++ b/arch/arc/include/asm/vmlinux.lds.h > @@ -0,0 +1,12 @@ > +/* > + * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + */ > + > +#ifndef __ASM_VMLINUX_LDS_H__ > +#define __ASM_VMLINUX_LDS_H__ > + > +#endif It is empty. Only sh provide one today (which is not empty). Sam -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html