FreeBSD Bugzilla – Attachment 193451 Details for
Bug 228290
[patch] elfdump -n does not recognise notes sections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to elfdump to recognise .note.tag sections.
elfdump-note-tag.patch (text/plain), 419 bytes, created by
martin
on 2018-05-16 11:46:56 UTC
(
hide
)
Description:
Patch to elfdump to recognise .note.tag sections.
Filename:
MIME Type:
Creator:
martin
Created:
2018-05-16 11:46:56 UTC
Size:
419 bytes
patch
obsolete
>--- /usr/src/usr.bin/elfdump/elfdump.c 2017-09-29 01:21:21.000000000 +0100 >+++ /usr/src/usr.bin/elfdump/elfdump.c 2018-05-16 11:52:50.807404000 +0100 >@@ -639,7 +639,7 @@ > case SHT_NOTE: > name = elf_get_word(e, v, SH_NAME); > if (flags & ED_NOTE && >- strcmp(shstrtab + name, ".note.ABI-tag") == 0) >+ strcmp(shstrtab + name, ".note.tag") == 0) > elf_print_note(e, v); > break; > case SHT_DYNSYM:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228290
: 193451 |
194204