From 36b629aa8d334aab147dcfcf76d17f4033f35cac Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 12 Apr 2011 23:27:07 +0000 Subject: Remove warning 'sh_link not set for section ARM.exidx' for a few builds git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3496 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/olimex-lpc2378/nsh/ld.script | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/olimex-lpc2378/nsh/ld.script') diff --git a/nuttx/configs/olimex-lpc2378/nsh/ld.script b/nuttx/configs/olimex-lpc2378/nsh/ld.script index 34d6b958d..cf8ba46bd 100755 --- a/nuttx/configs/olimex-lpc2378/nsh/ld.script +++ b/nuttx/configs/olimex-lpc2378/nsh/ld.script @@ -6,7 +6,7 @@ * * This is part of the NuttX RTOS and based on the LPC2148 port: * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2010, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -87,12 +87,11 @@ SECTIONS *(.ARM.extab*) } > RAM + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } > RAM - + __exidx_end = ABSOLUTE(.); /* .bss section which is initialized by 0 */ /* This section will be filled with zero by startup code */ -- cgit v1.2.3