Skip to content

Commit

Permalink
README: mention XCOFF, call this version 1.0
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
ianlancetaylor committed Jan 25, 2018
1 parent b0d6903 commit 051ecb4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# libbacktrace
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
used to produce symbolic backtraces.
Expand All @@ -20,7 +23,7 @@ will work.
See the source file backtrace-supported.h.in for the macros that it
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.
The library is written to make it straightforward to add support for
other object file and debugging formats.
Expand Down

0 comments on commit 051ecb4

Please sign in to comment.