Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbsh3/conf Indent.
details: https://anonhg.NetBSD.org/src/rev/10d0963b5044
branches: trunk
changeset: 340015:10d0963b5044
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Thu Aug 20 09:46:03 2015 +0000
description:
Indent.
diffstat:
sys/arch/evbsh3/conf/sh.x | 10 +++++-----
sys/arch/evbsh3/conf/sh.x.ICE | 10 +++++-----
sys/arch/evbsh3/conf/sh.x.RAM | 10 +++++-----
sys/arch/evbsh3/conf/sh.x.ROM | 10 +++++-----
sys/arch/evbsh3/conf/shl.x | 10 +++++-----
sys/arch/evbsh3/conf/shl.x.ICE | 10 +++++-----
sys/arch/evbsh3/conf/shl.x.RAM | 10 +++++-----
sys/arch/evbsh3/conf/shl.x.ROM | 10 +++++-----
8 files changed, 40 insertions(+), 40 deletions(-)
diffs (276 lines):
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/sh.x
--- a/sys/arch/evbsh3/conf/sh.x Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/sh.x Thu Aug 20 09:46:03 2015 +0000
@@ -13,7 +13,7 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
} > ram
.tors :
AT (ROM + SIZEOF(.text))
@@ -29,19 +29,19 @@
AT (ROM + SIZEOF(.text) + SIZEOF(.tors))
{
*(.data)
- _edata = . ;
+ _edata = . ;
} > ram
.bss :
AT (ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
} > ram
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
} > ram
.stab 0 (NOLOAD) :
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/sh.x.ICE
--- a/sys/arch/evbsh3/conf/sh.x.ICE Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/sh.x.ICE Thu Aug 20 09:46:03 2015 +0000
@@ -10,7 +10,7 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
} > ram
.tors :
{
@@ -24,18 +24,18 @@
.data :
{
*(.data)
- _edata = . ;
+ _edata = . ;
} > ram
.bss :
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
} > ram
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
} > ram
.stab 0 (NOLOAD) :
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/sh.x.RAM
--- a/sys/arch/evbsh3/conf/sh.x.RAM Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/sh.x.RAM Thu Aug 20 09:46:03 2015 +0000
@@ -10,7 +10,7 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
} > ram
.tors :
{
@@ -24,18 +24,18 @@
.data :
{
*(.data)
- _edata = . ;
+ _edata = . ;
} > ram
.bss :
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
} > ram
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
} > ram
.stab 0 (NOLOAD) :
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/sh.x.ROM
--- a/sys/arch/evbsh3/conf/sh.x.ROM Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/sh.x.ROM Thu Aug 20 09:46:03 2015 +0000
@@ -10,23 +10,23 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
}
.data :
{
*(.data)
- _edata = . ;
+ _edata = . ;
}
.bss 0x8c010000 :
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
}
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
}
}
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/shl.x
--- a/sys/arch/evbsh3/conf/shl.x Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/shl.x Thu Aug 20 09:46:03 2015 +0000
@@ -13,7 +13,7 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
} > ram
.tors :
AT (ROM + SIZEOF(.text))
@@ -29,19 +29,19 @@
AT (ROM + SIZEOF(.text) + SIZEOF(.tors))
{
*(.data)
- _edata = . ;
+ _edata = . ;
} > ram
.bss :
AT (ROM + SIZEOF(.text) + SIZEOF(.tors) + SIZEOF(.data))
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
} > ram
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
} > ram
.stab 0 (NOLOAD) :
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/shl.x.ICE
--- a/sys/arch/evbsh3/conf/shl.x.ICE Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/shl.x.ICE Thu Aug 20 09:46:03 2015 +0000
@@ -10,7 +10,7 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
} > ram
.tors :
{
@@ -24,18 +24,18 @@
.data :
{
*(.data)
- _edata = . ;
+ _edata = . ;
} > ram
.bss :
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
} > ram
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
} > ram
.stab 0 (NOLOAD) :
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/shl.x.RAM
--- a/sys/arch/evbsh3/conf/shl.x.RAM Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/shl.x.RAM Thu Aug 20 09:46:03 2015 +0000
@@ -10,7 +10,7 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
} > ram
.tors :
{
@@ -24,18 +24,18 @@
.data :
{
*(.data)
- _edata = . ;
+ _edata = . ;
} > ram
.bss :
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
} > ram
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
} > ram
.stab 0 (NOLOAD) :
diff -r 8e4c318e5638 -r 10d0963b5044 sys/arch/evbsh3/conf/shl.x.ROM
--- a/sys/arch/evbsh3/conf/shl.x.ROM Thu Aug 20 09:45:45 2015 +0000
+++ b/sys/arch/evbsh3/conf/shl.x.ROM Thu Aug 20 09:46:03 2015 +0000
@@ -10,23 +10,23 @@
{
*(.text)
*(.strings)
- _etext = . ;
+ _etext = . ;
}
.data :
{
*(.data)
- _edata = . ;
+ _edata = . ;
}
.bss 0x8c010000 :
{
- _bss_start = . ;
+ _bss_start = . ;
*(.bss)
*(COMMON)
- _end = . ;
+ _end = . ;
}
.stack :
{
- _stack = . ;
+ _stack = . ;
*(.stack)
}
}
Home |
Main Index |
Thread Index |
Old Index