Changeset b8ed8a9f in rtems
- Timestamp:
- Nov 21, 2004, 8:25:23 AM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- af413e95
- Parents:
- bcbfd2cf
- Location:
- cpukit/score/cpu
- Files:
-
- 39 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/arm/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/arm/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 10 11 * NOTE: The spacing in the use of these macros 11 12 * is critical to them working as advertised. 12 * 13 */ 14 15 /* 13 16 * COPYRIGHT: 14 17 * -
cpukit/score/cpu/arm/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 10 11 * NOTE: The spacing in the use of these macros 11 12 * is critical to them working as advertised. 12 * 13 */ 14 15 /* 13 16 * COPYRIGHT: 14 17 * -
cpukit/score/cpu/avr/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/avr/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/avr/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/c4x/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/c4x/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/c4x/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/h8300/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/h8300/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/h8300/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/i386/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/i386/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/i386/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/m68k/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-11-19 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/m68k/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/m68k/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/mips/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/mips/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/mips/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/no_cpu/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/no_cpu/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/no_cpu/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/or32/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/or32/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/or32/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/powerpc/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/powerpc/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/powerpc/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/sh/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/sh/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 */ 10 11 /* 9 12 * Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and 10 13 * Bernd Becker (becker@faw.uni-ulm.de) -
cpukit/score/cpu/sh/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 */ 10 11 /* 9 12 * Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and 10 13 * Bernd Becker (becker@faw.uni-ulm.de) -
cpukit/score/cpu/sparc/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/sparc/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/sparc/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 6 7 * use of leading underscores on symbols and the requirement 7 8 * that register names be preceded by a %. 8 * 9 * 9 */ 10 11 /* 10 12 * NOTE: The spacing in the use of these macros 11 13 * is critical to them working as advertised. -
cpukit/score/cpu/unix/ChangeLog
rbcbfd2cf rb8ed8a9f 1 2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * asm.h: Add doxygen preamble. 4 1 5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
cpukit/score/cpu/unix/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 9 10 * This file is a "just an incomplete stub" and provided for consistency 10 11 * with other ports, only. 11 * 12 */ 13 14 /* 12 15 * The license and distribution terms for this file may be 13 16 * found in the file LICENSE in this distribution or at -
cpukit/score/cpu/unix/rtems/asm.h
rbcbfd2cf rb8ed8a9f 1 /* asm.h 1 /** 2 * @file rtems/asm.h 2 3 * 3 4 * This include file attempts to address the problems … … 9 10 * This file is a "just an incomplete stub" and provided for consistency 10 11 * with other ports, only. 11 * 12 */ 13 14 /* 12 15 * The license and distribution terms for this file may be 13 16 * found in the file LICENSE in this distribution or at
Note: See TracChangeset
for help on using the changeset viewer.