mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/hexdump-odsyntax.c: Fix failure on SH2e where there is only single precision float.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libmisc/shell/hexdump-odsyntax.c: Fix failure on SH2e where there is
|
||||
only single precision float.
|
||||
|
||||
2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* libcsupport/src/getpagesize.c, posix/Makefile.am: Eliminate one copy
|
||||
|
||||
@@ -353,7 +353,7 @@ odformatfp(rtems_shell_hexdump_globals* globals, char fchar __unused, const char
|
||||
case sizeof(float):
|
||||
digits = FLT_DIG;
|
||||
break;
|
||||
#if !defined(__AVR__) && !defined(__h8300__)
|
||||
#if !defined(__AVR__) && !defined(__h8300__) && !defined(__SH2E__)
|
||||
case sizeof(double):
|
||||
digits = DBL_DIG;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user