mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-04 08:31:30 +00:00
libsframe is not meant for consumption by tools external to GNU Binutils. libsframe/ * Makefile.in: Regenerate. * libsframe/README: New file.
7 lines
359 B
Plaintext
7 lines
359 B
Plaintext
libsframe is a support library for the GNU Binutils collection (currently used
|
|
by GNU ld, objdump, etc.) to read and write SFrame section data.
|
|
|
|
Note: This library is currently intended for internal use by GNU Binutils only.
|
|
Strict guarantees for ABI compatibility are not provided, and external projects
|
|
should not rely on the stability of these interfaces.
|