Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand Remove commented out ALIGN() operation.
details: https://anonhg.NetBSD.org/src/rev/c1d3ff17e219
branches: trunk
changeset: 1006522:c1d3ff17e219
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Jan 18 06:03:02 2020 +0000
description:
Remove commented out ALIGN() operation.
It looks unnecessary and has never been used.
diffstat:
sys/arch/x68k/stand/boot/boot.ldscript | 1 -
sys/arch/x68k/stand/boot_ufs/boot_ufs.ldscript | 1 -
sys/arch/x68k/stand/boot_ustar/boot_ustar.ldscript | 1 -
sys/arch/x68k/stand/xxboot/xxboot.ldscript | 1 -
4 files changed, 0 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r a61b32797706 -r c1d3ff17e219 sys/arch/x68k/stand/boot/boot.ldscript
--- a/sys/arch/x68k/stand/boot/boot.ldscript Sat Jan 18 06:00:04 2020 +0000
+++ b/sys/arch/x68k/stand/boot/boot.ldscript Sat Jan 18 06:03:02 2020 +0000
@@ -28,7 +28,6 @@
etext = .;
_etext = .;
}
-/* . = ALIGN(0x2000); */
.data :
{
/* The first three sections are for SunOS dynamic linking. */
diff -r a61b32797706 -r c1d3ff17e219 sys/arch/x68k/stand/boot_ufs/boot_ufs.ldscript
--- a/sys/arch/x68k/stand/boot_ufs/boot_ufs.ldscript Sat Jan 18 06:00:04 2020 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/boot_ufs.ldscript Sat Jan 18 06:03:02 2020 +0000
@@ -23,7 +23,6 @@
etext = .;
_etext = .;
}
-/* . = ALIGN(0x2000); */
.data :
{
/* The first three sections are for SunOS dynamic linking. */
diff -r a61b32797706 -r c1d3ff17e219 sys/arch/x68k/stand/boot_ustar/boot_ustar.ldscript
--- a/sys/arch/x68k/stand/boot_ustar/boot_ustar.ldscript Sat Jan 18 06:00:04 2020 +0000
+++ b/sys/arch/x68k/stand/boot_ustar/boot_ustar.ldscript Sat Jan 18 06:03:02 2020 +0000
@@ -23,7 +23,6 @@
etext = .;
_etext = .;
}
-/* . = ALIGN(0x2000); */
.data :
{
/* The first three sections are for SunOS dynamic linking. */
diff -r a61b32797706 -r c1d3ff17e219 sys/arch/x68k/stand/xxboot/xxboot.ldscript
--- a/sys/arch/x68k/stand/xxboot/xxboot.ldscript Sat Jan 18 06:00:04 2020 +0000
+++ b/sys/arch/x68k/stand/xxboot/xxboot.ldscript Sat Jan 18 06:03:02 2020 +0000
@@ -23,7 +23,6 @@
etext = .;
_etext = .;
}
-/* . = ALIGN(0x2000); */
.data :
{
/* The first three sections are for SunOS dynamic linking. */
Home |
Main Index |
Thread Index |
Old Index