From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mx.groups.io with SMTP id smtpd.web12.28390.1655455309139489740 for ; Fri, 17 Jun 2022 01:41:49 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=kcJmwCRo; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: n.jayaprakash@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655455309; x=1686991309; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=d7eHmuwccY77UygnEL9esXNWZsdFbZnZkunnxS8warY=; b=kcJmwCRoXHKDZ30EJVirrwCQYB1KhFn19Sq2XzLgXrDgY4dJXQRvqXLg ysmUjE8DYupfpq2fp5tF++HAO3IoY3Xw+OIANOKUut5TSyxXpgn2bfDRL 93dxdzg5hzsWH5hSksu8XqeCNG++AS/EohYYmNEzAbdVVXpsUIaE5rAgq YwCYAWIu2xnO+oQxftM1Fv7cgNmgL5sPokQ2p5dILdSELPCO92wgq7o2g Vv+bj1IP4R5uAK3Y/MHV1x3PW7kg6GqT0UQWRD5dckRBCYicuxI7KmugX JDA54Ee1cDSsCR9TScaHV3w+pCcXFtrH+WGRvBNa1xw0lsL4gOm7qzK9j Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10380"; a="343414393" X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="343414393" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2022 01:41:48 -0700 X-IronPort-AV: E=Sophos;i="5.92,306,1650956400"; d="scan'208";a="641951973" Received: from njayapra-mobl1.gar.corp.intel.com ([10.215.203.157]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2022 01:41:47 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Subject: [edk2-libc Patch 0/1] Changes to StdLib to facilitate gcc 32 bit builds Date: Fri, 17 Jun 2022 14:11:34 +0530 Message-Id: <20220617084135.415-1-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.33.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch contains the changes required for StdLib to facilitate the gcc 32 bit builds. Jayaprakash Nevara (1): edk2-libc/StdLib : Changes to Std LibC to facilitate 32 bit GCC builds StdLib/LibC/CRT/Gcc.c | 7 +++++++ StdLib/LibC/LibC.inf | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) -- 2.33.0.windows.1