X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libctf%2Fctf-error.c;h=c457aa0a29fc6aee565fd5e8cd9d910c5456bf88;hb=f80cb3b46ae19c6a7c39916916374410f5cc37bc;hp=93ffc6acc09c470c8a172a0fb2893ad02ed97c15;hpb=eabb7154df3e97e9d808a8673953cc1ce708f3d4;p=deliverable%2Fbinutils-gdb.git diff --git a/libctf/ctf-error.c b/libctf/ctf-error.c index 93ffc6acc0..c457aa0a29 100644 --- a/libctf/ctf-error.c +++ b/libctf/ctf-error.c @@ -1,5 +1,5 @@ /* Error table. - Copyright (C) 2019 Free Software Foundation, Inc. + Copyright (C) 2019-2020 Free Software Foundation, Inc. This file is part of libctf. @@ -70,7 +70,8 @@ static const char *const _ctf_errlist[] = { "Unknown section number in dump", /* ECTF_DUMPSECTUNKNOWN */ "Section changed in middle of dump", /* ECTF_DUMPSECTCHANGED */ "Feature not yet implemented", /* ECTF_NOTYET */ - "Internal error in link" /* ECTF_INTERNAL */ + "Internal error in link", /* ECTF_INTERNAL */ + "Type not representable in CTF" /* ECTF_NONREPRESENTABLE */ }; static const int _ctf_nerr = sizeof (_ctf_errlist) / sizeof (_ctf_errlist[0]);