mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-28 02:09:04 +08:00
2003-06-13 Joel Sherrill <joel@OARcorp.com>
* console/console.c, startup/linkcmds: Removed warnings.
This commit is contained in:
@@ -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>
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|||||||
@@ -92,6 +92,7 @@ console_poll_write(int minor, const char *buf, int len)
|
|||||||
rc = __trap34(SYS_write, 1, (char *)buf, len);
|
rc = __trap34(SYS_write, 1, (char *)buf, len);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* console_set_attributes --
|
/* console_set_attributes --
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ SECTIONS
|
|||||||
*(set_sysc*); /* set_sysctl_* but name is truncated by SH-coff */
|
*(set_sysc*); /* set_sysctl_* but name is truncated by SH-coff */
|
||||||
___stop_set_sysctl_set = ABSOLUTE(.);
|
___stop_set_sysctl_set = ABSOLUTE(.);
|
||||||
*(set_doma*); /* set_domain_* but name is truncated by SH-coff */
|
*(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 sections are handled specially by elf32.em. */
|
||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
|
|||||||
Reference in New Issue
Block a user