binutils-gdb/libsframe
Indu Bhagat b91671f3f9 libsframe: add library versioning
lisbframe was first released with Bintuils 2.40.  As the library
evolves, some changes will break the ABI.  Add library versioning for
users to manage these changes.

For the next release of the library (libsframe.so.1), incompatible ABI
changes are planned. These will include:
 - Deprecation of some APIs, like sframe_get_funcdesc_with_addr (), and
 - Change in the contract of some APIs (e.g., return type, behavior).

In libtool-version, set the current to 1 to prepare for the upcoming
release.  Reset revision and age to 0.

Add libtool-version file to EXTRA_DIST.

libsframe/
	* Makefile.am: Use libtool versioning.
	* Makefile.in: Regenerated.
	* libtool-version: New file.
2023-06-27 12:01:56 -07:00
..
doc sframe/doc: minor improvements for readability 2023-05-25 23:44:15 -07:00
testsuite libsframe: testsuite: add sframe_find_fre tests for pltN entries 2023-06-09 11:24:25 -07:00
aclocal.m4
config.h.in
configure libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
configure.ac libsframe: Use AM_SILENT_RULES macro in configure.ac 2023-01-19 12:40:44 -08:00
libtool-version libsframe: add library versioning 2023-06-27 12:01:56 -07:00
Makefile.am libsframe: add library versioning 2023-06-27 12:01:56 -07:00
Makefile.in libsframe: add library versioning 2023-06-27 12:01:56 -07:00
sframe-dump.c libsframe: fix cosmetic issues and typos 2023-06-06 10:50:07 -07:00
sframe-error.c Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
sframe-impl.h libsframe: avoid unnecessary type casts 2023-06-05 14:17:15 -07:00
sframe.c libsframe: fix sframe_find_fre for pltN entries 2023-06-09 11:14:05 -07:00