From 5bf28e0d6437ef99dd17bf657a593369fd73f8d9 Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 23 Oct 2012 21:28:04 -0700 Subject: [PATCH] punctuation fix --- release32/index.mdwn | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/release32/index.mdwn b/release32/index.mdwn index cef98ba..75f5258 100644 --- a/release32/index.mdwn +++ b/release32/index.mdwn @@ -122,8 +122,7 @@ Base compilers were updated to generate both SysV and GNU hashes for every dynam * Dynamic linker (RTLD) Added support for preinit, init, and fini arrays, DT_RUNPATH, -z nodefaultlib flag, and dflopen. Updated ELF filter implementation and added two new directives to libmap.conf, along with general bug fixes from FreeBSD * Support exception handling on statically linked binaries * Imported terminfo and deprecated termcap. DragonFly is the only BSD using terminfo for its terminal database. Termcap is still installed, but terminfo has a higher priority and is accessed first. -* LDVER support added -If the environment variable LDVER is set as "ld.gold" then the gold linker will be used over the default ld.bfd linker, similar to compiler-focused CCVER. Invalid values are ignored. +* LDVER support added. If the environment variable LDVER is set as "ld.gold" then the gold linker will be used over the default ld.bfd linker, similar to compiler-focused CCVER. Invalid values are ignored. * cut - synced with FreeBSD * realpath - missing posix functionality added (From FreeBSD) * TUI mode added to kgdb, fixed on gdb -- 1.7.7.2