Module Name:    src
Committed By:   uebayasi
Date:           Thu Aug 20 07:13:07 UTC 2015

Modified Files:
        src/sys/arch/evbsh3/conf: sh.x shl.x
        src/sys/arch/mmeye/conf: sh.x

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbsh3/conf/sh.x \
    src/sys/arch/evbsh3/conf/shl.x
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mmeye/conf/sh.x

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbsh3/conf/sh.x
diff -u src/sys/arch/evbsh3/conf/sh.x:1.3 src/sys/arch/evbsh3/conf/sh.x:1.4
--- src/sys/arch/evbsh3/conf/sh.x:1.3	Tue Nov 20 12:56:26 2001
+++ src/sys/arch/evbsh3/conf/sh.x	Thu Aug 20 07:13:07 2015
@@ -16,7 +16,7 @@ SECTIONS
      _etext = . ;
   }  > ram
   .tors :
-  AT ( ROM + SIZEOF(.text))
+  AT (ROM + SIZEOF(.text))
   {
     ___ctors = . ;
     *(.ctors)
@@ -26,13 +26,13 @@ SECTIONS
     ___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)
Index: src/sys/arch/evbsh3/conf/shl.x
diff -u src/sys/arch/evbsh3/conf/shl.x:1.3 src/sys/arch/evbsh3/conf/shl.x:1.4
--- src/sys/arch/evbsh3/conf/shl.x:1.3	Tue Nov 20 12:56:26 2001
+++ src/sys/arch/evbsh3/conf/shl.x	Thu Aug 20 07:13:07 2015
@@ -16,7 +16,7 @@ SECTIONS
      _etext = . ;
   }  > ram
   .tors :
-  AT ( ROM + SIZEOF(.text))
+  AT (ROM + SIZEOF(.text))
   {
     ___ctors = . ;
     *(.ctors)
@@ -26,13 +26,13 @@ SECTIONS
     ___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)

Index: src/sys/arch/mmeye/conf/sh.x
diff -u src/sys/arch/mmeye/conf/sh.x:1.3 src/sys/arch/mmeye/conf/sh.x:1.4
--- src/sys/arch/mmeye/conf/sh.x:1.3	Tue Nov 20 12:56:33 2001
+++ src/sys/arch/mmeye/conf/sh.x	Thu Aug 20 07:13:07 2015
@@ -16,7 +16,7 @@ SECTIONS
      _etext = . ;
   }  > ram
   .tors :
-  AT ( ROM + SIZEOF(.text))
+  AT (ROM + SIZEOF(.text))
   {
     ___ctors = . ;
     *(.ctors)
@@ -26,13 +26,13 @@ SECTIONS
     ___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)

Reply via email to