mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-04 05:21:30 +00:00
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:
@@ -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
6
libsframe/README
Normal 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.
|
||||
Reference in New Issue
Block a user