2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>

* vectors/vectors.S: Remove XCOFF support.
This commit is contained in:
Ralf Corsepius
2005-02-09 15:17:23 +00:00
parent 545f778667
commit 58f0d35fce
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove XCOFF support.
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.

View File

@@ -110,8 +110,6 @@
/* Go to the right section */
#if PPC_ASM == PPC_ASM_ELF
.section .vectors,"awx",@progbits
#elif PPC_ASM == PPC_ASM_XCOFF
.csect .text[PR]
#endif
PUBLIC_VAR (__vectors)

View File

@@ -1,3 +1,7 @@
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove XCOFF support.
2005-01-28 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b.* section.

View File

@@ -58,8 +58,6 @@
/* Go to the right section */
#if PPC_ASM == PPC_ASM_ELF
.section .vectors,"awx",@progbits
#elif PPC_ASM == PPC_ASM_XCOFF
.csect .text[PR]
#endif
PUBLIC_VAR (__vectors)