2003-06-13 Joel Sherrill <joel@OARcorp.com>

* console/console.c, startup/linkcmds: Removed warnings.
This commit is contained in:
Joel Sherrill
2003-06-13 13:22:02 +00:00
parent a7a950d7fd
commit 455e1a8619
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-06-13 Joel Sherrill <joel@OARcorp.com>
* console/console.c, startup/linkcmds: Removed warnings.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -92,6 +92,7 @@ console_poll_write(int minor, const char *buf, int len)
rc = __trap34(SYS_write, 1, (char *)buf, len);
return 0;
}
return -1;
}
/* console_set_attributes --

View File

@@ -90,7 +90,7 @@ SECTIONS
*(set_sysc*); /* set_sysctl_* but name is truncated by SH-coff */
___stop_set_sysctl_set = ABSOLUTE(.);
*(set_doma*); /* set_domain_* but name is truncated by SH-coff */
*(set_pseudo_*);
*(set_pseu*); /* set_pseudo_* but name is truncated by SH-coff */
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)