]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Extend GDB to check the value in the .note.tag section along with the
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 4 Feb 2013 06:59:33 +0000 (06:59 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 4 Feb 2013 06:59:33 +0000 (06:59 +0000)
commit42fe3ad9b14b047239c20f456e5c063f3afedb03
tree60ccaff387c494efe154206146c456941abd1870
parente8cbe54bc470be4daa9e644cc1f2a0f4bf1424c3
Extend GDB to check the value in the .note.tag section along with the
.note.ABI-tag section.

This helps on ARM EABI where the OS/ABI field is zero. It would be better
to use the NOTES program header however this would require a more invasive
change.
contrib/binutils/include/elf/common.h
contrib/gdb/gdb/osabi.c