put back the notyet around the note section; the bfd fix is non-trivial.
This commit is contained in:
parent
07d103c820
commit
983359fdd3
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: newvers.sh,v 1.38 2004/05/22 22:07:33 christos Exp $
|
||||
# $NetBSD: newvers.sh,v 1.39 2004/05/23 21:11:01 christos Exp $
|
||||
#
|
||||
# Copyright (c) 1984, 1986, 1990, 1993
|
||||
# The Regents of the University of California. All rights reserved.
|
||||
|
@ -79,6 +79,7 @@ const char copyright[] =
|
|||
${copyright}
|
||||
"\n";
|
||||
|
||||
#ifdef notyet
|
||||
/*
|
||||
* NetBSD identity note.
|
||||
*/
|
||||
|
@ -93,6 +94,7 @@ __asm(
|
|||
"\t.long\t" _S(__NetBSD_Version__) "\n"
|
||||
"\t.p2align\t2\n"
|
||||
);
|
||||
#endif
|
||||
|
||||
_EOF
|
||||
echo $(expr ${v} + 1) > version
|
||||
|
|
Loading…
Reference in New Issue