libsframe: add README and mention expectations

libsframe is not meant for consumption by tools external to GNU
Binutils.

libsframe/
	* Makefile.in: Regenerate.
	* libsframe/README: New file.
This commit is contained in:
Indu Bhagat
2026-01-05 11:53:13 -08:00
parent 6193dd2f7c
commit d451f10806
2 changed files with 7 additions and 1 deletions

View File

@@ -366,7 +366,7 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/../compile $(top_srcdir)/../config.guess \
$(top_srcdir)/../config.sub $(top_srcdir)/../depcomp \
$(top_srcdir)/../install-sh $(top_srcdir)/../ltmain.sh \
$(top_srcdir)/../missing $(top_srcdir)/../mkinstalldirs
$(top_srcdir)/../missing $(top_srcdir)/../mkinstalldirs README
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)

6
libsframe/README Normal file
View File

@@ -0,0 +1,6 @@
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.