2002-11-01 Joel Sherrill <joel@OARcorp.com>

* startup/gdb-support.c, startup/linkcmds: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-01 21:52:29 +00:00
parent faab731609
commit b45c7f2435
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/gdb-support.c, startup/linkcmds: Removed warnings.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -18,6 +18,8 @@
#include <rtems/libio.h>
#include <stdio.h>
#include <string.h>
/*

View File

@@ -33,6 +33,7 @@ SECTIONS
eprol = .;
*(.text)
*(.text.*)
*(.eh_frame)
*(.gnu.linkonce.t*)
*(.mips16.fn.*)
*(.mips16.call.*)