From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Subject: Re: [PATCH v2 31/76] ARC: Build system: Makefiles, Kconfig, Linker script Date: Fri, 18 Jan 2013 20:08:11 +0100 Message-ID: <20130118190811.GA14441@merkur.ravnborg.org> References: <1358511930-7424-1-git-send-email-vgupta@synopsys.com> <1358511930-7424-32-git-send-email-vgupta@synopsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from smtp.snhosting.dk ([87.238.248.203]:46221 "EHLO smtp.domainteam.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915Ab3ARTIN (ORCPT ); Fri, 18 Jan 2013 14:08:13 -0500 Content-Disposition: inline In-Reply-To: <1358511930-7424-32-git-send-email-vgupta@synopsys.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Vineet Gupta Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, arnd@arndb.de > 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