diff options
| author | Roland McGrath <[email protected]> | 2008-12-03 03:41:58 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-12-03 03:41:58 +0000 |
| commit | a845f68bf43f90e0670ed6b33154f2aff98ad46b (patch) | |
| tree | 3bc6809479ef0de95b106f0f8616ca8cb0c02cc2 /libebl | |
| parent | a4c9d281616090c46ffc4fc3234d64e915008e1a (diff) | |
src/
2008-12-02 Roland McGrath <[email protected]>
* readelf.c (count_dwflmod, process_file): Don't presume encoding of
nonzero OFFSET argument to dwfl_getmodules.
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: |
