Home
last modified time | relevance | path

Searched refs:TARGET_UTSNAME (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Dtraps.c151 #define TARGET_UTSNAME "#7 Thu Jan 1 00:00:00 MET 2009" macro
1555 TARGET_UTSNAME, in cris_break_13_handler()
2969 SI to_write = oldlen < (SI) sizeof (TARGET_UTSNAME) in cris_break_13_handler()
2970 ? oldlen : (SI) sizeof (TARGET_UTSNAME); in cris_break_13_handler()
2973 sizeof (TARGET_UTSNAME)); in cris_break_13_handler()
2976 TARGET_UTSNAME, oldval, in cris_break_13_handler()
DChangeLog-2021840 * traps.c (TARGET_UTSNAME): Update to 2009-01-01.
841 (TARGET_EPOCH): Update to match TARGET_UTSNAME. Correct comment.