From: Indu Bhagat Date: Mon, 5 Jan 2026 19:53:13 +0000 (-0800) Subject: libsframe: add README and mention expectations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d451f10806db59b1fe0a42df1ba437fd0f975b6d;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/libsframe/Makefile.in b/libsframe/Makefile.in index 660b3e38116..cb6895d1dcb 100644 --- a/libsframe/Makefile.in +++ b/libsframe/Makefile.in @@ -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) diff --git a/libsframe/README b/libsframe/README new file mode 100644 index 00000000000..6f81f093438 --- /dev/null +++ b/libsframe/README @@ -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.