summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 15:14:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-09 15:14:57 +0000
commit545f7786678c749eaaf3e085e572629ce91484a8 (patch)
tree5ccfd47b02b3c8cb5aad42101ed61f7a38202fed /c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
parent2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-545f7786678c749eaaf3e085e572629ce91484a8.tar.bz2
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* ppc403/vectors/vectors.S: Remove XCOFF support.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
index 062505c1d1..455dd3a973 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
+++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S
@@ -29,10 +29,6 @@
* section called ".vectors", which will be loaded to an address
* between 0x????0000 and 0x????0100 (inclusive) via a link script.
*
- * The basic mechanism for XCOFF assemblers is to place it in the
- * normal text section, and arrange for this file to be located
- * at an appropriate position on the linker command line.
- *
* The variable 'PPC_VECTOR_FILE_BASE' must be defined to be the
* offset from 0x????0000 to the first location in the file. This
* will usually be 0x0000 or 0x0100.
@@ -107,8 +103,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)