mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 10:55:51 +08:00
Remove the tail spaces from all files except Documentation
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Brennan Ashton
parent
528dce4f7f
commit
2c5f653bfd
@@ -37,7 +37,7 @@
|
||||
* +--------------------+
|
||||
* | heap space |
|
||||
* | _ENDHEAP |
|
||||
* | stack space |
|
||||
* | stack space |
|
||||
* | __stack | top of stack
|
||||
* +--------------------+ <- high memory
|
||||
*/
|
||||
@@ -116,7 +116,7 @@ SECTIONS
|
||||
|
||||
*(.eh_frame)
|
||||
. = ALIGN (16);
|
||||
|
||||
|
||||
/* *(.gnu.linkonce.t*) */
|
||||
|
||||
/*
|
||||
@@ -147,7 +147,7 @@ SECTIONS
|
||||
. = ALIGN (16);
|
||||
_endtext = .;
|
||||
} >ram
|
||||
|
||||
|
||||
/*
|
||||
.dynamic : { *(.dynamic) } >ram
|
||||
.got : { *(.got) } >ram
|
||||
@@ -158,7 +158,7 @@ SECTIONS
|
||||
.dynstr : { *(.dynstr) } >ram
|
||||
.hash : { *(.hash) } >ram
|
||||
*/
|
||||
|
||||
|
||||
.data :
|
||||
{
|
||||
data_start = .;
|
||||
@@ -176,7 +176,7 @@ SECTIONS
|
||||
.shbss :
|
||||
{
|
||||
*(.shbss)
|
||||
}
|
||||
}
|
||||
.bss :
|
||||
{
|
||||
__bss_start = ALIGN(0x10);
|
||||
@@ -188,10 +188,9 @@ SECTIONS
|
||||
_end = ALIGN(0x10);
|
||||
__end = ALIGN(0x10);
|
||||
} > ram
|
||||
|
||||
|
||||
|
||||
.jcr . (NOLOAD) : { *(.jcr) }
|
||||
|
||||
|
||||
.stab . (NOLOAD) :
|
||||
{
|
||||
[ .stab ]
|
||||
@@ -200,6 +199,4 @@ SECTIONS
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* +--------------------+
|
||||
* | heap space |
|
||||
* | _ENDHEAP |
|
||||
* | stack space |
|
||||
* | stack space |
|
||||
* | __stack | top of stack
|
||||
* +--------------------+ <- high memory
|
||||
*/
|
||||
@@ -117,7 +117,7 @@ SECTIONS
|
||||
|
||||
*(.eh_frame)
|
||||
. = ALIGN (16);
|
||||
|
||||
|
||||
/* *(.gnu.linkonce.t*) */
|
||||
|
||||
/*
|
||||
@@ -148,7 +148,7 @@ SECTIONS
|
||||
. = ALIGN (16);
|
||||
_endtext = .;
|
||||
} >ram
|
||||
|
||||
|
||||
/*
|
||||
.dynamic : { *(.dynamic) } >ram
|
||||
.got : { *(.got) } >ram
|
||||
@@ -159,7 +159,7 @@ SECTIONS
|
||||
.dynstr : { *(.dynstr) } >ram
|
||||
.hash : { *(.hash) } >ram
|
||||
*/
|
||||
|
||||
|
||||
.data :
|
||||
{
|
||||
data_start = .;
|
||||
@@ -177,7 +177,7 @@ SECTIONS
|
||||
.shbss :
|
||||
{
|
||||
*(.shbss)
|
||||
}
|
||||
}
|
||||
.bss :
|
||||
{
|
||||
__bss_start = ALIGN(0x10);
|
||||
@@ -189,10 +189,9 @@ SECTIONS
|
||||
_end = ALIGN(0x10);
|
||||
__end = ALIGN(0x10);
|
||||
} > ram
|
||||
|
||||
|
||||
|
||||
.jcr . (NOLOAD) : { *(.jcr) }
|
||||
|
||||
|
||||
.stab . (NOLOAD) :
|
||||
{
|
||||
[ .stab ]
|
||||
@@ -201,6 +200,4 @@ SECTIONS
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* +--------------------+
|
||||
* | heap space |
|
||||
* | _ENDHEAP |
|
||||
* | stack space |
|
||||
* | stack space |
|
||||
* | __stack | top of stack
|
||||
* +--------------------+ <- high memory
|
||||
*/
|
||||
@@ -109,7 +109,7 @@ SECTIONS
|
||||
|
||||
*(.eh_frame)
|
||||
. = ALIGN (16);
|
||||
|
||||
|
||||
/* *(.gnu.linkonce.t*) */
|
||||
|
||||
/*
|
||||
@@ -140,7 +140,7 @@ SECTIONS
|
||||
. = ALIGN (16);
|
||||
_endtext = .;
|
||||
} >ram
|
||||
|
||||
|
||||
/*
|
||||
.dynamic : { *(.dynamic) } >ram
|
||||
.got : { *(.got) } >ram
|
||||
@@ -151,7 +151,7 @@ SECTIONS
|
||||
.dynstr : { *(.dynstr) } >ram
|
||||
.hash : { *(.hash) } >ram
|
||||
*/
|
||||
|
||||
|
||||
.data :
|
||||
{
|
||||
data_start = .;
|
||||
@@ -169,7 +169,7 @@ SECTIONS
|
||||
.shbss :
|
||||
{
|
||||
*(.shbss)
|
||||
}
|
||||
}
|
||||
.bss :
|
||||
{
|
||||
__bss_start = ALIGN(0x10);
|
||||
@@ -187,9 +187,9 @@ SECTIONS
|
||||
*(.noinit*)
|
||||
_enoinit = ABSOLUTE(.);
|
||||
} > ram
|
||||
|
||||
|
||||
.jcr . (NOLOAD) : { *(.jcr) }
|
||||
|
||||
|
||||
.stab . (NOLOAD) :
|
||||
{
|
||||
[ .stab ]
|
||||
@@ -198,5 +198,4 @@ SECTIONS
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user