From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11198 invoked by alias); 4 Feb 2011 16:26:38 -0000 Received: (qmail 11163 invoked by uid 22791); 4 Feb 2011 16:26:37 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Feb 2011 16:26:31 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id p14GQSUd015113 for ; Fri, 4 Feb 2011 08:26:28 -0800 Received: from pzk2 (pzk2.prod.google.com [10.243.19.130]) by wpaz37.hot.corp.google.com with ESMTP id p14GQQcw019340 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Fri, 4 Feb 2011 08:26:27 -0800 Received: by pzk2 with SMTP id 2so564631pzk.18 for ; Fri, 04 Feb 2011 08:26:26 -0800 (PST) Received: by 10.142.223.20 with SMTP id v20mr2253068wfg.402.1296836786202; Fri, 04 Feb 2011 08:26:26 -0800 (PST) Received: from coign.google.com (dhcp-172-22-122-204.mtv.corp.google.com [172.22.122.204]) by mx.google.com with ESMTPS id e14sm1186311wfg.8.2011.02.04.08.26.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 04 Feb 2011 08:26:25 -0800 (PST) From: Ian Lance Taylor To: keshav yadav Cc: mips-gnu-discuss@codesourcery.com, gcc-help@gcc.gnu.org Subject: Re: page size change on MIPS References: <4D3DCB5A.6060107@caviumnetworks.com> <20110131130820.GB26217@linux-mips.org> Date: Fri, 04 Feb 2011 16:50:00 -0000 In-Reply-To: (keshav yadav's message of "Fri, 4 Feb 2011 11:32:40 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00101.txt.bz2 keshav yadav writes: > I observe one different behavior when we have page size set to 4KB or > 16KB in kernel busybox receive argc[0] argument correct, but > when page size set to 64KB I am getting argv[0] as empty. So what may > be issue. I am using codesourcercy toolchain. I have no idea what the problem but I know that it is extremely unlikely to have anything to do with gcc. Ian