On Friday, March 11, 2011 17:04:47 Kevin Buettner wrote: > sim/common/ChangeLog: > > * gennltvals.sh: Search sys/_default_fcntl.h, in addition to > fcntl.h and sys/fcntl.h, for constants. > * nltvals.def: Regenerate. this also breaks cr16, but that might be more of cr16's fault than yours as the cr16 list in the def file might have been hand tweaked ... moved to bugzilla: http://sourceware.org/bugzilla/show_bug.cgi?id=12862 sim/cr16/simops.c: In function ‘OP_C_C’: sim/cr16/simops.c:5134:9: error: ‘TARGET_SYS_fork’ undeclared (first use in this function) sim/cr16/simops.c:5134:9: note: each undeclared identifier is reported only once for each function it appears in sim/cr16/simops.c:5275:9: error: ‘TARGET_SYS_execve’ undeclared (first use in this function) sim/cr16/simops.c:5290:9: error: ‘TARGET_SYS_pipe’ undeclared (first use in this function) sim/cr16/simops.c:5368:9: error: ‘TARGET_SYS_rename’ undeclared (first use in this function) sim/cr16/simops.c:5378:18: warning: assignment makes integer from pointer without a cast [enabled by default] sim/cr16/simops.c:5427:9: error: ‘TARGET_SYS_chown’ undeclared (first use in this function) -mike