From 545f7786678c749eaaf3e085e572629ce91484a8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Feb 2005 15:14:57 +0000 Subject: 2005-02-09 Ralf Corsepius * ppc403/vectors/vectors.S: Remove XCOFF support. --- c/src/lib/libcpu/powerpc/ChangeLog | 4 ++++ c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.S | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'c/src/lib/libcpu/powerpc') diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 33862d8011..3da5c1f67b 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-09 Ralf Corsepius + + * ppc403/vectors/vectors.S: Remove XCOFF support. + 2005-02-09 Ralf Corsepius * rtems/powerpc/cache.h, rtems/powerpc/debugmod.h: 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) -- cgit v1.2.3