2004-11-12 Ralf Corsepius <ralf.corsepius@rtems.org>

* asm.h: Add doxygen preamble.
This commit is contained in:
Ralf Corsepius
2004-11-21 08:25:23 +00:00
parent bcbfd2cfd1
commit b8ed8a9f52
39 changed files with 182 additions and 72 deletions

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/arm.h: Add doxygen preamble.

View File

@@ -1,4 +1,5 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
@@ -9,7 +10,9 @@
*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*
*/
/*
* COPYRIGHT:
*
* This file is based on similar code found in newlib available

View File

@@ -1,4 +1,5 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
@@ -9,7 +10,9 @@
*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*
*/
/*
* COPYRIGHT:
*
* This file is based on similar code found in newlib available

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/avr.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/c4x.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-11-19 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,11 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*/
/*
* Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and
* Bernd Becker (becker@faw.uni-ulm.de)
*

View File

@@ -1,11 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*/
/*
* Authors: Ralf Corsepius (corsepiu@faw.uni-ulm.de) and
* Bernd Becker (becker@faw.uni-ulm.de)
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,12 +1,14 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
* toolsets. It primarily addresses variations in the
* use of leading underscores on symbols and the requirement
* that register names be preceded by a %.
*
*
*/
/*
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*

View File

@@ -1,3 +1,7 @@
2004-11-21 Ralf Corsepius <ralf.corsepius@rtems.org>
* asm.h: Add doxygen preamble.
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.

View File

@@ -1,4 +1,5 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
@@ -8,7 +9,9 @@
*
* This file is a "just an incomplete stub" and provided for consistency
* with other ports, only.
*
*/
/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.

View File

@@ -1,4 +1,5 @@
/* asm.h
/**
* @file rtems/asm.h
*
* This include file attempts to address the problems
* caused by incompatible flavors of assemblers and
@@ -8,7 +9,9 @@
*
* This file is a "just an incomplete stub" and provided for consistency
* with other ports, only.
*
*/
/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.