forked from Imagelibrary/rtems
2005-02-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* vectors/vectors.S: Remove XCOFF support.
This commit is contained in:
@@ -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>
|
2005-01-18 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
|
* Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
|
||||||
|
|||||||
@@ -110,8 +110,6 @@
|
|||||||
/* Go to the right section */
|
/* Go to the right section */
|
||||||
#if PPC_ASM == PPC_ASM_ELF
|
#if PPC_ASM == PPC_ASM_ELF
|
||||||
.section .vectors,"awx",@progbits
|
.section .vectors,"awx",@progbits
|
||||||
#elif PPC_ASM == PPC_ASM_XCOFF
|
|
||||||
.csect .text[PR]
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PUBLIC_VAR (__vectors)
|
PUBLIC_VAR (__vectors)
|
||||||
|
|||||||
@@ -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>
|
2005-01-28 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||||
|
|||||||
@@ -58,8 +58,6 @@
|
|||||||
/* Go to the right section */
|
/* Go to the right section */
|
||||||
#if PPC_ASM == PPC_ASM_ELF
|
#if PPC_ASM == PPC_ASM_ELF
|
||||||
.section .vectors,"awx",@progbits
|
.section .vectors,"awx",@progbits
|
||||||
#elif PPC_ASM == PPC_ASM_XCOFF
|
|
||||||
.csect .text[PR]
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PUBLIC_VAR (__vectors)
|
PUBLIC_VAR (__vectors)
|
||||||
|
|||||||
Reference in New Issue
Block a user