README: mention XCOFF, call this version 1.0

Fixes #1
This commit is contained in:
Ian Lance Taylor
2018-01-24 18:36:47 -08:00
parent b0d690331d
commit 051ecb46f8

View File

@@ -1,7 +1,10 @@
# libbacktrace # libbacktrace
A C library that may be linked into a C/C++ program to produce symbolic backtraces A C library that may be linked into a C/C++ program to produce symbolic backtraces
Initially written by Ian Lance Taylor <iant@golang.org> Initially written by Ian Lance Taylor <iant@golang.org>.
This is version 1.0.
It is likely that this will always be version 1.0.
The libbacktrace library may be linked into a program or library and The libbacktrace library may be linked into a program or library and
used to produce symbolic backtraces. used to produce symbolic backtraces.
@@ -20,7 +23,7 @@ will work.
See the source file backtrace-supported.h.in for the macros that it See the source file backtrace-supported.h.in for the macros that it
defines. defines.
As of September 2016, libbacktrace only supports ELF and PE/COFF As of January 2018, libbacktrace only supports ELF, PE/COFF, and XCOFF
executables with DWARF debugging information. executables with DWARF debugging information.
The library is written to make it straightforward to add support for The library is written to make it straightforward to add support for
other object file and debugging formats. other object file and debugging formats.