From 051ecb46f84de6469f67f1731086a2961a4d2661 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 24 Jan 2018 18:36:47 -0800 Subject: [PATCH] README: mention XCOFF, call this version 1.0 Fixes #1 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbe1d48..da6d966 100644 --- a/README.md +++ b/README.md @@ -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 +Initially written by Ian Lance Taylor . + +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. @@ -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.