2003-01-20 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
	FreeBSD sysctl() sections.
This commit is contained in:
Joel Sherrill
2003-01-20 20:07:31 +00:00
parent 87910b3324
commit 646e0008d2
4 changed files with 38 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2003-01-20 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
FreeBSD sysctl() sections.
2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
@@ -114,6 +114,17 @@ SECTIONS
{
*(.text)
*(.stub)
/*
* Special FreeBSD sysctl sections.
*/
. = ALIGN (16);
__start_set_sysctl_set = .;
*(set_sysctl_*);
__stop_set_sysctl_set = ABSOLUTE(.);
*(set_domain_*);
*(set_pseudo_*);
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
*(.gnu.linkonce.t*)
@@ -115,6 +115,17 @@ SECTIONS
{
*(.text)
*(.stub)
/*
* Special FreeBSD sysctl sections.
*/
. = ALIGN (16);
__start_set_sysctl_set = .;
*(set_sysctl_*);
__stop_set_sysctl_set = ABSOLUTE(.);
*(set_domain_*);
*(set_pseudo_*);
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
*(.gnu.linkonce.t*)
@@ -116,6 +116,17 @@ SECTIONS
{
*(.text)
*(.stub)
/*
* Special FreeBSD sysctl sections.
*/
. = ALIGN (16);
__start_set_sysctl_set = .;
*(set_sysctl_*);
__stop_set_sysctl_set = ABSOLUTE(.);
*(set_domain_*);
*(set_pseudo_*);
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
*(.gnu.linkonce.t*)