summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu')
-rw-r--r--cpukit/score/cpu/arm/ChangeLog4
-rw-r--r--cpukit/score/cpu/arm/asm.h7
-rw-r--r--cpukit/score/cpu/arm/rtems/asm.h7
-rw-r--r--cpukit/score/cpu/avr/ChangeLog4
-rw-r--r--cpukit/score/cpu/avr/asm.h8
-rw-r--r--cpukit/score/cpu/avr/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/c4x/ChangeLog4
-rw-r--r--cpukit/score/cpu/c4x/asm.h8
-rw-r--r--cpukit/score/cpu/c4x/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/h8300/ChangeLog4
-rw-r--r--cpukit/score/cpu/h8300/asm.h8
-rw-r--r--cpukit/score/cpu/h8300/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/i386/ChangeLog4
-rw-r--r--cpukit/score/cpu/i386/asm.h8
-rw-r--r--cpukit/score/cpu/i386/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/m68k/ChangeLog4
-rw-r--r--cpukit/score/cpu/m68k/asm.h8
-rw-r--r--cpukit/score/cpu/m68k/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/mips/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips/asm.h8
-rw-r--r--cpukit/score/cpu/mips/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog4
-rw-r--r--cpukit/score/cpu/no_cpu/asm.h8
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/or32/ChangeLog4
-rw-r--r--cpukit/score/cpu/or32/asm.h8
-rw-r--r--cpukit/score/cpu/or32/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog4
-rw-r--r--cpukit/score/cpu/powerpc/asm.h8
-rw-r--r--cpukit/score/cpu/powerpc/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/sh/ChangeLog4
-rw-r--r--cpukit/score/cpu/sh/asm.h7
-rw-r--r--cpukit/score/cpu/sh/rtems/asm.h7
-rw-r--r--cpukit/score/cpu/sparc/ChangeLog4
-rw-r--r--cpukit/score/cpu/sparc/asm.h8
-rw-r--r--cpukit/score/cpu/sparc/rtems/asm.h8
-rw-r--r--cpukit/score/cpu/unix/ChangeLog4
-rw-r--r--cpukit/score/cpu/unix/asm.h7
-rw-r--r--cpukit/score/cpu/unix/rtems/asm.h7
39 files changed, 182 insertions, 72 deletions
diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog
index b41bc41699..dbe570652d 100644
--- a/cpukit/score/cpu/arm/ChangeLog
+++ b/cpukit/score/cpu/arm/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/arm/asm.h b/cpukit/score/cpu/arm/asm.h
index 058697def3..d1440f33dd 100644
--- a/cpukit/score/cpu/arm/asm.h
+++ b/cpukit/score/cpu/arm/asm.h
@@ -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
diff --git a/cpukit/score/cpu/arm/rtems/asm.h b/cpukit/score/cpu/arm/rtems/asm.h
index 058697def3..d1440f33dd 100644
--- a/cpukit/score/cpu/arm/rtems/asm.h
+++ b/cpukit/score/cpu/arm/rtems/asm.h
@@ -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
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index 73e4633e6f..30784b6991 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/avr/asm.h b/cpukit/score/cpu/avr/asm.h
index 8eaac859e7..5b8261895f 100644
--- a/cpukit/score/cpu/avr/asm.h
+++ b/cpukit/score/cpu/avr/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/avr/rtems/asm.h b/cpukit/score/cpu/avr/rtems/asm.h
index 8eaac859e7..5b8261895f 100644
--- a/cpukit/score/cpu/avr/rtems/asm.h
+++ b/cpukit/score/cpu/avr/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog
index 02561547e2..83123c25d3 100644
--- a/cpukit/score/cpu/c4x/ChangeLog
+++ b/cpukit/score/cpu/c4x/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/c4x/asm.h b/cpukit/score/cpu/c4x/asm.h
index a63abf2784..8ae29a1c38 100644
--- a/cpukit/score/cpu/c4x/asm.h
+++ b/cpukit/score/cpu/c4x/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/c4x/rtems/asm.h b/cpukit/score/cpu/c4x/rtems/asm.h
index a63abf2784..8ae29a1c38 100644
--- a/cpukit/score/cpu/c4x/rtems/asm.h
+++ b/cpukit/score/cpu/c4x/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog
index 3a118599dd..b54798ada4 100644
--- a/cpukit/score/cpu/h8300/ChangeLog
+++ b/cpukit/score/cpu/h8300/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/h8300/asm.h b/cpukit/score/cpu/h8300/asm.h
index 1d5f565532..55de1417e6 100644
--- a/cpukit/score/cpu/h8300/asm.h
+++ b/cpukit/score/cpu/h8300/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/h8300/rtems/asm.h b/cpukit/score/cpu/h8300/rtems/asm.h
index 1d5f565532..55de1417e6 100644
--- a/cpukit/score/cpu/h8300/rtems/asm.h
+++ b/cpukit/score/cpu/h8300/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index faa227336e..cdfaaa21bc 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/i386/asm.h b/cpukit/score/cpu/i386/asm.h
index 1793c17015..e695f57119 100644
--- a/cpukit/score/cpu/i386/asm.h
+++ b/cpukit/score/cpu/i386/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/i386/rtems/asm.h b/cpukit/score/cpu/i386/rtems/asm.h
index 1793c17015..e695f57119 100644
--- a/cpukit/score/cpu/i386/rtems/asm.h
+++ b/cpukit/score/cpu/i386/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog
index 52051da12d..573c61be6e 100644
--- a/cpukit/score/cpu/m68k/ChangeLog
+++ b/cpukit/score/cpu/m68k/ChangeLog
@@ -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__))
diff --git a/cpukit/score/cpu/m68k/asm.h b/cpukit/score/cpu/m68k/asm.h
index d35b3595fa..76c434b8d9 100644
--- a/cpukit/score/cpu/m68k/asm.h
+++ b/cpukit/score/cpu/m68k/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/m68k/rtems/asm.h b/cpukit/score/cpu/m68k/rtems/asm.h
index d35b3595fa..76c434b8d9 100644
--- a/cpukit/score/cpu/m68k/rtems/asm.h
+++ b/cpukit/score/cpu/m68k/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index d084096648..ed980b04a2 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/mips/asm.h b/cpukit/score/cpu/mips/asm.h
index eb0c7c1efc..e72bd319ad 100644
--- a/cpukit/score/cpu/mips/asm.h
+++ b/cpukit/score/cpu/mips/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/mips/rtems/asm.h b/cpukit/score/cpu/mips/rtems/asm.h
index eb0c7c1efc..e72bd319ad 100644
--- a/cpukit/score/cpu/mips/rtems/asm.h
+++ b/cpukit/score/cpu/mips/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index 699ff5a43a..23576920a1 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/no_cpu/asm.h b/cpukit/score/cpu/no_cpu/asm.h
index c97b616c9e..5b0ae5a65e 100644
--- a/cpukit/score/cpu/no_cpu/asm.h
+++ b/cpukit/score/cpu/no_cpu/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/no_cpu/rtems/asm.h b/cpukit/score/cpu/no_cpu/rtems/asm.h
index c97b616c9e..5b0ae5a65e 100644
--- a/cpukit/score/cpu/no_cpu/rtems/asm.h
+++ b/cpukit/score/cpu/no_cpu/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/or32/ChangeLog b/cpukit/score/cpu/or32/ChangeLog
index b813db4015..f00a195a3a 100644
--- a/cpukit/score/cpu/or32/ChangeLog
+++ b/cpukit/score/cpu/or32/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/or32/asm.h b/cpukit/score/cpu/or32/asm.h
index be35ffdecd..1a3c05cfa4 100644
--- a/cpukit/score/cpu/or32/asm.h
+++ b/cpukit/score/cpu/or32/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/or32/rtems/asm.h b/cpukit/score/cpu/or32/rtems/asm.h
index be35ffdecd..1a3c05cfa4 100644
--- a/cpukit/score/cpu/or32/rtems/asm.h
+++ b/cpukit/score/cpu/or32/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index c4d6653de0..031007cc87 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/powerpc/asm.h b/cpukit/score/cpu/powerpc/asm.h
index 18144cad5e..6e94236cd5 100644
--- a/cpukit/score/cpu/powerpc/asm.h
+++ b/cpukit/score/cpu/powerpc/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/powerpc/rtems/asm.h b/cpukit/score/cpu/powerpc/rtems/asm.h
index 18144cad5e..6e94236cd5 100644
--- a/cpukit/score/cpu/powerpc/rtems/asm.h
+++ b/cpukit/score/cpu/powerpc/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog
index e417198513..2a32cd7a1e 100644
--- a/cpukit/score/cpu/sh/ChangeLog
+++ b/cpukit/score/cpu/sh/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/sh/asm.h b/cpukit/score/cpu/sh/asm.h
index 9a8a272d4c..62065c906f 100644
--- a/cpukit/score/cpu/sh/asm.h
+++ b/cpukit/score/cpu/sh/asm.h
@@ -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)
*
diff --git a/cpukit/score/cpu/sh/rtems/asm.h b/cpukit/score/cpu/sh/rtems/asm.h
index 9a8a272d4c..62065c906f 100644
--- a/cpukit/score/cpu/sh/rtems/asm.h
+++ b/cpukit/score/cpu/sh/rtems/asm.h
@@ -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)
*
diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog
index 3917189ca9..0957339d6c 100644
--- a/cpukit/score/cpu/sparc/ChangeLog
+++ b/cpukit/score/cpu/sparc/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/sparc/asm.h b/cpukit/score/cpu/sparc/asm.h
index 96ce49f03a..956037edca 100644
--- a/cpukit/score/cpu/sparc/asm.h
+++ b/cpukit/score/cpu/sparc/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/sparc/rtems/asm.h b/cpukit/score/cpu/sparc/rtems/asm.h
index 96ce49f03a..956037edca 100644
--- a/cpukit/score/cpu/sparc/rtems/asm.h
+++ b/cpukit/score/cpu/sparc/rtems/asm.h
@@ -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.
*
diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog
index d8bd410284..17839c3625 100644
--- a/cpukit/score/cpu/unix/ChangeLog
+++ b/cpukit/score/cpu/unix/ChangeLog
@@ -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.
diff --git a/cpukit/score/cpu/unix/asm.h b/cpukit/score/cpu/unix/asm.h
index 820e1ec050..c768fac6ac 100644
--- a/cpukit/score/cpu/unix/asm.h
+++ b/cpukit/score/cpu/unix/asm.h
@@ -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.
diff --git a/cpukit/score/cpu/unix/rtems/asm.h b/cpukit/score/cpu/unix/rtems/asm.h
index 820e1ec050..c768fac6ac 100644
--- a/cpukit/score/cpu/unix/rtems/asm.h
+++ b/cpukit/score/cpu/unix/rtems/asm.h
@@ -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.