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/ea3131/usbserial/defconfig | 2 +- nuttx/configs/ea3131/usbserial/ld.script | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'nuttx/configs/ea3131/usbserial') diff --git a/nuttx/configs/ea3131/usbserial/defconfig b/nuttx/configs/ea3131/usbserial/defconfig index f5df53002..fcf8d0d03 100755 --- a/nuttx/configs/ea3131/usbserial/defconfig +++ b/nuttx/configs/ea3131/usbserial/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/ea3131/usbserial/defconfig # -# 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 diff --git a/nuttx/configs/ea3131/usbserial/ld.script b/nuttx/configs/ea3131/usbserial/ld.script index 7ce7bf21c..1bdc7d9fc 100755 --- a/nuttx/configs/ea3131/usbserial/ld.script +++ b/nuttx/configs/ea3131/usbserial/ld.script @@ -1,7 +1,7 @@ /**************************************************************************** * configs/ea3131/usbserial/ld.script * - * 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 @@ -78,11 +78,11 @@ SECTIONS *(.ARM.extab*) } >isram + __exidx_start = ABSOLUTE(.); .ARM.exidx : { - __exidx_start = ABSOLUTE(.); *(.ARM.exidx*) - __exidx_end = ABSOLUTE(.); } > isram + __exidx_end = ABSOLUTE(.); .bss : { _sbss = ABSOLUTE(.); @@ -91,7 +91,8 @@ SECTIONS *(COMMON) _ebss = ABSOLUTE(.); } > isram - /* Stabs debugging sections. */ + + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } .stab.excl 0 : { *(.stab.excl) } -- cgit v1.2.3