Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/stand/fixcoff Make sure .data/.bss ends/star...
details: https://anonhg.NetBSD.org/src/rev/629cc453adac
branches: trunk
changeset: 335068:629cc453adac
user: matt <matt%NetBSD.org@localhost>
date: Tue Dec 23 19:03:25 2014 +0000
description:
Make sure .data/.bss ends/starts on a 4 byte boundary.
diffstat:
sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r ed900ae1eddb -r 629cc453adac sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x
--- a/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x Tue Dec 23 18:56:15 2014 +0000
+++ b/sys/arch/macppc/stand/fixcoff/elf32_powerpc_merge.x Tue Dec 23 19:03:25 2014 +0000
@@ -50,6 +50,7 @@
*(.dynamic)
CONSTRUCTORS
}
+ . = ALIGN(4);
_edata = .;
PROVIDE (edata = .);
__bss_start = .;
Home |
Main Index |
Thread Index |
Old Index