Pascal P-Code binaries are now big-endian

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@639 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-02-06 15:44:29 +00:00
parent 7c2c705595
commit f12d0f98a1

View File

@ -984,6 +984,7 @@ nuttx-0.3.8 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
(4) fseek() flushes read/write data when before moving the file pointer (4) fseek() flushes read/write data when before moving the file pointer
(5) When read data is flushed, reposition the file pointer to account for (5) When read data is flushed, reposition the file pointer to account for
buffered, but unreand data buffered, but unreand data
* Pascal P-Code files are now standardized to big-endian for portability
pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>