From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Taru Varshney" Subject: New : Please ignore earlier message: Need help to understand a #pragma statment. Date: Thu, 3 Aug 2006 19:42:40 +0530 Message-ID: <20060803132450.13DFDCC081@pf2.intervideo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org Hi all, I'm trying to load bootloader on DM320's Flash memory. Flash writer is working fine. But it's somebody else's code. I'm not able to understand what the folowing #pragma line in the flash Writer code is doing: #include "BOOT320.h" #pragma DATA_SECTION (ucBOOT320Code,".bin"). ucBOOT320Code is an 1D array defined & initialised with specific values in BOOT320.h Can anybody help me to understand the above line containing #pragma ?? Thanks in Advance, Taru