Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/sparc/stand/ofwboot Pullup rev 1.7-1-8 (reques...



details:   https://anonhg.NetBSD.org/src/rev/c603229c4de0
branches:  netbsd-1-6
changeset: 531320:c603229c4de0
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu May 06 04:33:58 2004 +0000

description:
Pullup rev 1.7-1-8 (requested by martin in ticket #1684)

Allow hyphen in kernel names.
When calculating the allocated symbol table size, round up the section
sizes with ELF_ALIGN(). PR#13429 PR#18691 PR#25429

diffstat:

 sys/arch/sparc/stand/ofwboot/version |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r aa3fddda2de9 -r c603229c4de0 sys/arch/sparc/stand/ofwboot/version
--- a/sys/arch/sparc/stand/ofwboot/version      Sat Apr 24 22:14:39 2004 +0000
+++ b/sys/arch/sparc/stand/ofwboot/version      Thu May 06 04:33:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.6 2001/08/30 23:00:20 eeh Exp $
+$NetBSD: version,v 1.6.16.1 2004/05/06 04:33:58 jmc Exp $
 
 NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE.  The format of this
 file is important - make sure the entries are appended on end, last item
@@ -9,3 +9,5 @@
 1.3:   Support verbose/quiet boot.
 1.4:   Align end of BSS on 4MB boundary
 1.5:   Fix previous.
+1.6:   Allow hyphen in kernel names
+1.7:   Fix size calculation for symbol table



Home | Main Index | Thread Index | Old Index