sim: ppc: netbsd: Sync errno codes with NetBSD 9.99.49
[deliverable/binutils-gdb.git] / sim / ppc / emul_netbsd.c
index 9b80fc25dc812ab4317de3a7481b34a31199cc07..bcc821e7a8aa110d050f0369c2f7a1ffc4a5d005 100644 (file)
@@ -1373,7 +1373,24 @@ static char *(netbsd_error_names[]) = {
   /* 79 */ "EFTYPE",
   /* 80 */ "EAUTH",
   /* 81 */ "ENEEDAUTH",
-  /* 81 */ "ELAST",
+  /* 82 */ "EIDRM",
+  /* 83 */ "ENOMSG",
+  /* 84 */ "EOVERFLOW",
+  /* 85 */ "EILSEQ",
+  /* 86 */ "ENOTSUP",
+  /* 87 */ "ECANCELED",
+  /* 88 */ "EBADMSG",
+  /* 89 */ "ENODATA",
+  /* 90 */ "ENOSR",
+  /* 91 */ "ENOSTR",
+  /* 92 */ "ETIME",
+  /* 93 */ "ENOATTR",
+  /* 94 */ "EMULTIHOP",
+  /* 95 */ "ENOLINK",
+  /* 96 */ "EPROTO",
+  /* 97 */ "EOWNERDEAD",
+  /* 98 */ "ENOTRECOVERABLE",
+  /* 98 */ "ELAST",
 };
 
 static char *(netbsd_signal_names[]) = {
This page took 0.032907 seconds and 4 git commands to generate.