aboutsummaryrefslogtreecommitdiff
path: root/libgloss/nios2/io.h
AgeCommit message (Collapse)AuthorFilesLines
2019-09-04Adjust nios2 and m68k semihosting for sys/stat.h changes.Sandra Loosemore1-3/+3
Commit 72ff9acad2ab54e80a19ddaec0106065c817e3f6 caused st_atime, st_ctime, and st_mtime to be defined as macros. This collided with use of these identifiers as field names in struct gdb_stat (which represents the GDB RSP encoding of struct stat) in libgloss semihosting support for nios2 and m68k. This patch renames the affected fields of struct gdb_stat. Signed-off-by: Sandra Loosemore <sandra@codesourcery.com>
2018-08-08Add BSP and semihosting library for nios2-generic-nommu QEMU emulation.Sandra Loosemore1-0/+154