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
This commit is contained in:
patacongo
2011-04-12 23:27:07 +00:00
parent 7efbac313c
commit 993cb7d700
29 changed files with 161 additions and 138 deletions
+5 -4
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ntosd-dm320/nettest/ld.script
*
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* 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) }
+5 -4
View File
@@ -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 <spudmonkey@racsa.co.cr>
*
* 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) }
+5 -4
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ntosd-dm320/ostest/ld.script
*
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* 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) }
+5 -4
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ntosd-dm320/poll/ld.script
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
* Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* 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) }
+5 -4
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ntosd-dm320/thttpd/ld.script
*
* Copyright (C) 2009 Gregory Nutt. All rights reserved.
* Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* 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) }
+5 -4
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ntosd-dm320/udp/ld.script
*
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* 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) }
+5 -4
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* configs/ntosd-dm320/uip/ld.script
*
* Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* 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) }