mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-19 11:33:45 -04:00
Recognize names of some new core note types in ebl_core_note_type_name
Signed-off-by: Petr Machata <pmachata@redhat.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2013-09-26 Petr Machata <pmachata@redhat.com>
|
||||
|
||||
* eblcorenotetypename.c: Handle NT_ARM_TLS, NT_ARM_HW_BREAK,
|
||||
NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
|
||||
|
||||
2013-09-25 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
* eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Return note type name.
|
||||
Copyright (C) 2002, 2007, 2008, 2012 Red Hat, Inc.
|
||||
Copyright (C) 2002, 2007, 2008, 2012, 2013 Red Hat, Inc.
|
||||
This file is part of elfutils.
|
||||
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
|
||||
|
||||
@@ -91,6 +91,11 @@ ebl_core_note_type_name (ebl, type, buf, len)
|
||||
KNOWNSTYPE (S390_LAST_BREAK);
|
||||
KNOWNSTYPE (S390_SYSTEM_CALL);
|
||||
KNOWNSTYPE (ARM_VFP);
|
||||
KNOWNSTYPE (ARM_TLS);
|
||||
KNOWNSTYPE (ARM_HW_BREAK);
|
||||
KNOWNSTYPE (ARM_HW_WATCH);
|
||||
KNOWNSTYPE (SIGINFO);
|
||||
KNOWNSTYPE (FILE);
|
||||
#undef KNOWNSTYPE
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user