<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/contrib/binutils/include/elf/common.h, branch stable/10</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F10'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2015-02-23T18:38:41Z</updated>
<entry>
<title>MFC 274817,274878,276801,276840,278976:</title>
<updated>2015-02-23T18:38:41Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2015-02-23T18:38:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=beeb3a0d3e86d4f60cca787eb59114b6f5634509'/>
<id>urn:sha1:beeb3a0d3e86d4f60cca787eb59114b6f5634509</id>
<content type='text'>
Improve support for XSAVE with debuggers.
- Dump an NT_X86_XSTATE note if XSAVE is in use. This note is designed
  to match what Linux does in that 1) it dumps the entire XSAVE area
  including the fxsave state, and 2) it stashes a copy of the current
  xsave mask in the unused padding between the fxsave state and the
  xstate header at the same location used by Linux.
- Teach readelf() to recognize NT_X86_XSTATE notes.
- Change PT_GET/SETXSTATE to take the entire XSAVE state instead of
  only the extra portion. This avoids having to always make two
  ptrace() calls to get or set the full XSAVE state.
- Add a PT_GET_XSTATE_INFO which returns the length of the current
  XSTATE save area (so the size of the buffer needed for PT_GETXSTATE)
  and the current XSAVE mask (%xcr0).
</content>
</entry>
<entry>
<title>Add an elf note on ARM to store the MACHINE_ARCH an executable was built</title>
<updated>2013-09-26T07:53:18Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2013-09-26T07:53:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=27b7672219e459d95f0904f994c355387758ac5b'/>
<id>urn:sha1:27b7672219e459d95f0904f994c355387758ac5b</id>
<content type='text'>
for. This is useful for software needing to know which architecture a
binary is built for as arm and armv6 have slight differences meaning only
some binaries build for one will work as expected on the other. It is
expected pkgng will be able to make use of this to simplify the logic to
determine which package ABI to use.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Improve readelf notes output for Linux ELF files</title>
<updated>2013-09-13T18:21:31Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-09-13T18:21:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=377fc97958c7485e16e14550370404d250b2ad19'/>
<id>urn:sha1:377fc97958c7485e16e14550370404d250b2ad19</id>
<content type='text'>
Add four ELF note constants:
- NT_FILE and NT_SIGINFO (core file notes output by recent Linux kernels)
- NT_GNU_ABI_TAG (was incorrectly reported as NT_VERSION)
- NT_GNU_BUILD_ID (used for locating standalone debug files)

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>Handle FreeBSD-specific ELF notes</title>
<updated>2013-07-18T17:25:50Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-07-18T17:25:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c158e13f7df8fb74ab673312037e2a8e38e8c684'/>
<id>urn:sha1:c158e13f7df8fb74ab673312037e2a8e38e8c684</id>
<content type='text'>
Add a function to return the specific type, when the note's Name field is
'FreeBSD'.

r249558 added FreeBSD-specific ELF note types that reuse type numbers of
existing generic / Linux types.  This caused 'readelf -n' to produce
incorrect output on FreeBSD core files.

Sponsored by:	DARPA, AFRL
MFC after:	3 days
</content>
</entry>
<entry>
<title>Fix the value of NT_FREEBSD_TAG to be the same as ABI_NOTRTYPE in lib/csu.</title>
<updated>2013-04-18T02:20:58Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2013-04-18T02:20:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b00bf67dd2f5b2ec9a0a365533a2e324a9919e03'/>
<id>urn:sha1:b00bf67dd2f5b2ec9a0a365533a2e324a9919e03</id>
<content type='text'>
Add NT_FREEBSD_NOINIT_TAG for the value of CRT_NOINIT_NOTETYPE.
Check for both of these when detecting a FreeBSD binary in gdb.
</content>
</entry>
<entry>
<title>Extend GDB to check the value in the .note.tag section along with the</title>
<updated>2013-02-04T06:59:33Z</updated>
<author>
<name>Andrew Turner</name>
<email>andrew@FreeBSD.org</email>
</author>
<published>2013-02-04T06:59:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=42fe3ad9b14b047239c20f456e5c063f3afedb03'/>
<id>urn:sha1:42fe3ad9b14b047239c20f456e5c063f3afedb03</id>
<content type='text'>
.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.
</content>
</entry>
<entry>
<title>Sync: merge r215464 through r215708 from ^/head.</title>
<updated>2010-11-22T20:52:18Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-11-22T20:52:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a35d3535ee28d2b9eda4e9b0eeedf8bf31f95ca3'/>
<id>urn:sha1:a35d3535ee28d2b9eda4e9b0eeedf8bf31f95ca3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the ability for GDB to printout the thread name along with other</title>
<updated>2010-11-22T14:42:13Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2010-11-22T14:42:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f08176ee8b672feebd8a12572b43dddcb88046e'/>
<id>urn:sha1:7f08176ee8b672feebd8a12572b43dddcb88046e</id>
<content type='text'>
thread specific informations.

In order to do that, and in order to avoid KBI breakage with existing
infrastructure the following semantic is implemented:
- For live programs, a new member to the PT_LWPINFO is added (pl_tdname)
- For cores, a new ELF note is added (NT_THRMISC) that can be used for
  storing thread specific, miscellaneous, informations. Right now it is
  just popluated with a thread name.

GDB, then, retrieves the correct informations from the corefile via the
BFD interface, as it groks the ELF notes and create appropriate
pseudo-sections.

Sponsored by:	Sandvine Incorporated
Tested by:	gianni
Discussed with:	dim, kan, kib
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which brings</title>
<updated>2010-11-01T19:35:33Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-11-01T19:35:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc'/>
<id>urn:sha1:97d40d3d4a4398b698e344a9f4af8a0e8a4ac3fc</id>
<content type='text'>
us up to version 2.17.50.20070703, at the last GPLv2 commit.

Amongst others, this added upstream support for some FreeBSD-specific
things that we previously had to manually hack in, such as the OSABI
label support, and so on.

There are also quite a number of new files, some for cpu's (e.g. SPU)
that we may or may not be interested in, but those can be cleaned up
later on, if needed.
</content>
</entry>
<entry>
<title>Merge ^vendor/binutils/dist@214082 into contrib/binutils.</title>
<updated>2010-10-21T19:11:14Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2010-10-21T19:11:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dfd2f2d4bbb5f23cd14bca63b73779ffbac5c0f5'/>
<id>urn:sha1:dfd2f2d4bbb5f23cd14bca63b73779ffbac5c0f5</id>
<content type='text'>
</content>
</entry>
</feed>
