Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 051ecb4

Browse files
README: mention XCOFF, call this version 1.0
Fixes #1
1 parent b0d6903 commit 051ecb4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# libbacktrace
22
A C library that may be linked into a C/C++ program to produce symbolic backtraces
33

4-
Initially written by Ian Lance Taylor <[email protected]>
4+
Initially written by Ian Lance Taylor <[email protected]>.
5+
6+
This is version 1.0.
7+
It is likely that this will always be version 1.0.
58

69
The libbacktrace library may be linked into a program or library and
710
used to produce symbolic backtraces.
@@ -20,7 +23,7 @@ will work.
2023
See the source file backtrace-supported.h.in for the macros that it
2124
defines.
2225

23-
As of September 2016, libbacktrace only supports ELF and PE/COFF
26+
As of January 2018, libbacktrace only supports ELF, PE/COFF, and XCOFF
2427
executables with DWARF debugging information.
2528
The library is written to make it straightforward to add support for
2629
other object file and debugging formats.

0 commit comments

Comments
 (0)