[uClinux-dev] [PATCH 1/4] elf2flt.ld: cleanup spurious whitespace

2009-05-06 Thread Mike Frysinger
Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 elf2flt.ld |   11 +--
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/elf2flt.ld b/elf2flt.ld
index c319e71..7f043ef 100644
--- a/elf2flt.ld
+++ b/elf2flt.ld
@@ -48,9 +48,9 @@ W_RODAT   *(.gnu.linkonce.r*)
*(.got.plt)
*(.got)
FILL(0) ;
-   . = ALIGN(0x20) ; 
+   . = ALIGN(0x20) ;
LONG(-1)
-   . = ALIGN(0x20) ; 
+   . = ALIGN(0x20) ;
 R_RODAT*(.rodata)
 R_RODAT*(.rodata1)
 R_RODAT*(.rodata.*)
@@ -62,8 +62,8 @@ R_RODAT   *(.gnu.linkonce.r*)
 
/* Microblaze has .sdata and .sbss (small bss).  They must
   be contiguous, so please don't move any of this. JW */
-   _ssrw = . ; 
-   *(.sdata) 
+   _ssrw = . ;
+   *(.sdata)
*(.sdata.*)
*(.sbss)/* Don't move this! */
*(.gnu.linkonce.sb*)
@@ -130,14 +130,13 @@ SINGLE_LINK:  KEEP (*(SORT(.dtors.*)))
KEEP (*(.fini_array))
KEEP (*(SORT(.fini_array.*)))
PROVIDE (__fini_array_end = .);
-
}  flatmem
 
.eh_frame_hdr : { *(.eh_frame_hdr) }  flatmem
.eh_frame : { KEEP(*(.eh_frame)) }  flatmem
.gcc_except_table : { KEEP(*(.gcc_except_table)) } flatmem
 
-   . = ALIGN(0x10) ; 
+   . = ALIGN(0x10) ;
_edata = . ;
 
.bss : {
-- 
1.6.2.5

___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] [PATCH 1/4] elf2flt.ld: cleanup spurious whitespace

2009-05-06 Thread David McCullough
Jivin Mike Frysinger lays it down ...
 Signed-off-by: Mike Frysinger vap...@gentoo.org

Applied,

thanks,
Davidm

 ---
  elf2flt.ld |   11 +--
  1 files changed, 5 insertions(+), 6 deletions(-)
 
 diff --git a/elf2flt.ld b/elf2flt.ld
 index c319e71..7f043ef 100644
 --- a/elf2flt.ld
 +++ b/elf2flt.ld
 @@ -48,9 +48,9 @@ W_RODAT *(.gnu.linkonce.r*)
   *(.got.plt)
   *(.got)
   FILL(0) ;
 - . = ALIGN(0x20) ; 
 + . = ALIGN(0x20) ;
   LONG(-1)
 - . = ALIGN(0x20) ; 
 + . = ALIGN(0x20) ;
  R_RODAT  *(.rodata)
  R_RODAT  *(.rodata1)
  R_RODAT  *(.rodata.*)
 @@ -62,8 +62,8 @@ R_RODAT *(.gnu.linkonce.r*)
  
   /* Microblaze has .sdata and .sbss (small bss).  They must
  be contiguous, so please don't move any of this. JW */
 - _ssrw = . ; 
 - *(.sdata) 
 + _ssrw = . ;
 + *(.sdata)
   *(.sdata.*)
   *(.sbss)/* Don't move this! */
   *(.gnu.linkonce.sb*)
 @@ -130,14 +130,13 @@ SINGLE_LINK:KEEP (*(SORT(.dtors.*)))
   KEEP (*(.fini_array))
   KEEP (*(SORT(.fini_array.*)))
   PROVIDE (__fini_array_end = .);
 -
   }  flatmem
  
   .eh_frame_hdr : { *(.eh_frame_hdr) }  flatmem
   .eh_frame : { KEEP(*(.eh_frame)) }  flatmem
   .gcc_except_table : { KEEP(*(.gcc_except_table)) } flatmem
  
 - . = ALIGN(0x10) ; 
 + . = ALIGN(0x10) ;
   _edata = . ;
  
   .bss : {
 -- 
 1.6.2.5
 
 ___
 uClinux-dev mailing list
 uClinux-dev@uclinux.org
 http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
 This message was resent by uclinux-dev@uclinux.org
 To unsubscribe see:
 http://mailman.uclinux.org/mailman/options/uclinux-dev
 

-- 
David McCullough,  david_mccullo...@securecomputing.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.snapgear.comhttp://www.uCdot.org
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev