diff options
Diffstat (limited to 'libebl')
| -rw-r--r-- | libebl/ChangeLog | 4 | ||||
| -rw-r--r-- | libebl/eblcorenotetypename.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index 57ac2c8c..51b3b705 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,7 @@ +2008-08-01 Roland McGrath <[email protected]> + + * eblcorenotetypename.c: Handle NT_386_IOPERM. + 2008-07-28 Roland McGrath <[email protected]> * eblauxvinfo.c (AUXV_TYPES): Add EXECFN. diff --git a/libebl/eblcorenotetypename.c b/libebl/eblcorenotetypename.c index d01932fc..9376cf57 100644 --- a/libebl/eblcorenotetypename.c +++ b/libebl/eblcorenotetypename.c @@ -56,7 +56,6 @@ #include <stdio.h> #include <libeblP.h> - const char * ebl_core_note_type_name (ebl, type, buf, len) Ebl *ebl; @@ -101,6 +100,7 @@ ebl_core_note_type_name (ebl, type, buf, len) KNOWNSTYPE (PPC_VMX); KNOWNSTYPE (PPC_SPE); KNOWNSTYPE (386_TLS); + KNOWNSTYPE (386_IOPERM); #undef KNOWNSTYPE default: |
