Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/conf align the unwind section on an 8-byte bo...



details:   https://anonhg.NetBSD.org/src/rev/f05ec09efe27
branches:  trunk
changeset: 580615:f05ec09efe27
user:      chs <chs%NetBSD.org@localhost>
date:      Sun May 01 19:01:48 2005 +0000

description:
align the unwind section on an 8-byte boundary.

diffstat:

 sys/arch/hp700/conf/ld.script |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e1514cbc10b6 -r f05ec09efe27 sys/arch/hp700/conf/ld.script
--- a/sys/arch/hp700/conf/ld.script     Sun May 01 19:00:29 2005 +0000
+++ b/sys/arch/hp700/conf/ld.script     Sun May 01 19:01:48 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ld.script,v 1.6 2004/10/30 18:38:38 thorpej Exp $      */
+/*     $NetBSD: ld.script,v 1.7 2005/05/01 19:01:48 chs Exp $  */
 
 /*     $OpenBSD: ld.script,v 1.7 1999/12/17 07:02:38 mickey Exp $      */
 
@@ -20,6 +20,7 @@
                *(.stub)
                /* .gnu.warning sections are handled specially by elf32.em.  */
                *(.gnu.warning)
+               . = ALIGN(8);
                __unwind_start = .;
                *(.PARISC.unwind)
                __unwind_end = .;



Home | Main Index | Thread Index | Old Index