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/ntosd-dm320/nsh/ld.script | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'nuttx/configs/ntosd-dm320/nsh') diff --git a/nuttx/configs/ntosd-dm320/nsh/ld.script b/nuttx/configs/ntosd-dm320/nsh/ld.script index e040e368c..c1a27e453 100644 --- a/nuttx/configs/ntosd-dm320/nsh/ld.script +++ b/nuttx/configs/ntosd-dm320/nsh/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ntosd-dm320/nsh/ld.script * - * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. + * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -52,7 +52,7 @@ SECTIONS _etext = ABSOLUTE(.); } - _eronly = ABSOLUTE(.); /* See below */ + _eronly = ABSOLUTE(.); . = ALIGN(4096); .data : { @@ -62,13 +62,14 @@ SECTIONS _edata = ABSOLUTE(.); } - .bss : { /* BSS */ + .bss : { _sbss = ABSOLUTE(.); *(.bss) *(COMMON) _ebss = ABSOLUTE(.); } - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } -- cgit v1.2.3