summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-20 19:57:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-20 19:57:14 +0000
commit9c1133e120e70d002abf9632bef4933ba598bd1f (patch)
treedd727814630c3d3d5bca5b6b8243bd88ec647de6 /c/src/lib/libbsp/m68k/dmv152/startup/linkcmds
parent2003-01-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9c1133e120e70d002abf9632bef4933ba598bd1f.tar.bz2
mkChangeLogList [-n]
Diffstat (limited to 'c/src/lib/libbsp/m68k/dmv152/startup/linkcmds')
-rw-r--r--c/src/lib/libbsp/m68k/dmv152/startup/linkcmds12
1 files changed, 11 insertions, 1 deletions
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
@@ -67,6 +67,16 @@ SECTIONS
*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
*
* gcc uses crtbegin.o to find the start of the constructors