From 9c1133e120e70d002abf9632bef4933ba598bd1f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 20 Jan 2003 19:57:14 +0000 Subject: mkChangeLogList [-n] --- c/src/lib/libbsp/m68k/dmv152/startup/linkcmds | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/dmv152/startup/linkcmds') diff --git a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds index bdada52dca..fd7930bee3 100644 --- a/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds +++ b/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds @@ -2,7 +2,7 @@ * This file contains directives for the GNU linker which are specific * to the DY-4 DMV152/SVME153 boards. * - * COPYRIGHT (c) 1989-1999. + * COPYRIGHT (c) 1989-2003. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -66,6 +66,16 @@ SECTIONS *(.fini) *crtn.o(.fini) + /* + * Special FreeBSD sysctl sections. + */ + . = ALIGN (16); + __start_set_sysctl_set = .; + *(set_sysctl_*); + __stop_set_sysctl_set = ABSOLUTE(.); + *(set_domain_*); + *(set_pseudo_*); + /* * C++ constructors/destructors * -- cgit v1.2.3