mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2004-11-19 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__)) instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
2004-11-19 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* rtems/score/m68k.h: Use (defined(__mc68020__) && !defined(__mcpu32__))
|
||||
instead of defined(__mc68020__) to reflect GCC-3.4's expectations.
|
||||
|
||||
2004-11-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* rtems/score/cpu.h: Add doxygen preamble.
|
||||
* rtems/score/m68k.h: Add doxygen preamble.
|
||||
|
||||
@@ -91,7 +91,7 @@ extern "C" {
|
||||
* but less efficient CPU32 rules are used for the CPU32+.
|
||||
*/
|
||||
|
||||
#if defined(__mc68020__)
|
||||
#if (defined(__mc68020__) && !defined(__mcpu32__))
|
||||
|
||||
#define CPU_MODEL_NAME "m68020"
|
||||
#define M68K_HAS_VBR 1
|
||||
|
||||
Reference in New Issue
Block a user