diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-12 19:59:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-12 19:59:42 +0000 |
commit | 0e221eece2bf426cb9d4f8209318614afc1211ba (patch) | |
tree | c7eda5d1e5d38a36334e0f022e22b265b1701184 /gnu | |
parent | 3627aaf2f732e4ac60a119804db5eb0b85483150 (diff) | |
download | FreeBSD-src-0e221eece2bf426cb9d4f8209318614afc1211ba.zip FreeBSD-src-0e221eece2bf426cb9d4f8209318614afc1211ba.tar.gz |
Updated to a 10-April-2002 2.12 branch snapshot.
This fixes serious problems in ld's symbol handling.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.inc0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0 index 9856118..f9de70b 100644 --- a/gnu/usr.bin/binutils/Makefile.inc0 +++ b/gnu/usr.bin/binutils/Makefile.inc0 @@ -4,8 +4,8 @@ # use the normal "Makefile.inc" mechanism, because we need some of these # definitions before the sub-Makefile is processed. -VERSION= "2.12.0 [FreeBSD] 2002-03-20" -VERSION_DATE= 20020320 +VERSION= "2.12.0 [FreeBSD] 2002-04-10" +VERSION_DATE= 20020410 TARGET_ARCH?= ${MACHINE_ARCH} BINUTIL_ARCH= ${TARGET_ARCH} |