Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/306df56a8d69
branches:  trunk
changeset: 340003:306df56a8d69
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Aug 20 07:13:07 2015 +0000

description:
Whitespace.

diffstat:

 sys/arch/evbsh3/conf/sh.x  |  6 +++---
 sys/arch/evbsh3/conf/shl.x |  6 +++---
 sys/arch/mmeye/conf/sh.x   |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (84 lines):

diff -r ee86aa5e3404 -r 306df56a8d69 sys/arch/evbsh3/conf/sh.x
--- a/sys/arch/evbsh3/conf/sh.x Thu Aug 20 07:10:02 2015 +0000
+++ b/sys/arch/evbsh3/conf/sh.x Thu Aug 20 07:13:07 2015 +0000
@@ -16,7 +16,7 @@
      _etext = . ;
   }  > ram
   .tors :
-  AT ( ROM + SIZEOF(.text))
+  AT (ROM + SIZEOF(.text))
   {
     ___ctors = . ;
     *(.ctors)
@@ -26,13 +26,13 @@
     ___dtors_end = . ;
   } > ram
   .data :
-  AT ( ROM + SIZEOF(.text) + SIZEOF(.tors))
+  AT (ROM + SIZEOF(.text) + SIZEOF(.tors))
   {
     *(.data)
      _edata = . ;
   }  > ram
   .bss :
-  AT ( ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
+  AT (ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
   {
      _bss_start = . ;
     *(.bss)
diff -r ee86aa5e3404 -r 306df56a8d69 sys/arch/evbsh3/conf/shl.x
--- a/sys/arch/evbsh3/conf/shl.x        Thu Aug 20 07:10:02 2015 +0000
+++ b/sys/arch/evbsh3/conf/shl.x        Thu Aug 20 07:13:07 2015 +0000
@@ -16,7 +16,7 @@
      _etext = . ;
   }  > ram
   .tors :
-  AT ( ROM + SIZEOF(.text))
+  AT (ROM + SIZEOF(.text))
   {
     ___ctors = . ;
     *(.ctors)
@@ -26,13 +26,13 @@
     ___dtors_end = . ;
   } > ram
   .data :
-  AT ( ROM + SIZEOF(.text) + SIZEOF(.tors))
+  AT (ROM + SIZEOF(.text) + SIZEOF(.tors))
   {
     *(.data)
      _edata = . ;
   }  > ram
   .bss :
-  AT ( ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
+  AT (ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
   {
      _bss_start = . ;
     *(.bss)
diff -r ee86aa5e3404 -r 306df56a8d69 sys/arch/mmeye/conf/sh.x
--- a/sys/arch/mmeye/conf/sh.x  Thu Aug 20 07:10:02 2015 +0000
+++ b/sys/arch/mmeye/conf/sh.x  Thu Aug 20 07:13:07 2015 +0000
@@ -16,7 +16,7 @@
      _etext = . ;
   }  > ram
   .tors :
-  AT ( ROM + SIZEOF(.text))
+  AT (ROM + SIZEOF(.text))
   {
     ___ctors = . ;
     *(.ctors)
@@ -26,13 +26,13 @@
     ___dtors_end = . ;
   } > ram
   .data :
-  AT ( ROM + SIZEOF(.text) + SIZEOF(.tors))
+  AT (ROM + SIZEOF(.text) + SIZEOF(.tors))
   {
     *(.data)
      _edata = . ;
   }  > ram
   .bss :
-  AT ( ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
+  AT (ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
   {
      _bss_start = . ;
     *(.bss)



Home | Main Index | Thread Index | Old Index