2008-10-14 Steven Grunza <grunza@ulticom.com>

* cpu_asm.S: Use proper diredctive for h8300/sx.
This commit is contained in:
Joel Sherrill
2008-10-14 18:30:55 +00:00
parent 7df0d54172
commit f3893072e4
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2008-10-14 Steven Grunza <grunza@ulticom.com>
* cpu_asm.S: Use proper diredctive for h8300/sx.
2008-09-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Do not define boolean, single_precision,
+3
View File
@@ -28,6 +28,9 @@
#endif
#if defined(__H8300S__)
.h8300s
#endif
#if defined(__H8300SX__)
.h8300sx
#endif
.text