From: Piotr Drąg Date: Sun, 21 Feb 2021 13:54:46 +0000 (+0100) Subject: Update POTFILES.in X-Git-Tag: elfutils-0.184~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7abde7958037014531b1d331f7ba023ab47c2a0;p=thirdparty%2Felfutils.git Update POTFILES.in https://sourceware.org/bugzilla/show_bug.cgi?id=27450 Signed-off-by: Piotr Drąg --- diff --git a/po/ChangeLog b/po/ChangeLog index 740ca87e0..a0b616aa0 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2021-02-21 Piotr Drąg + + * POTFILES.in: Add libcpu/i386_lex.l, libcpu/i386_parse.y, + src/elfclassify.c and debuginfod/debuginfod-find.c. + 2021-02-05 Mark Wielaard * *.po: Update for 0.183. diff --git a/po/POTFILES.in b/po/POTFILES.in index 4eac6d09a..65a6cfeb0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -8,6 +8,8 @@ lib/xmalloc.c # Library sources libasm/asm_error.c +libcpu/i386_lex.l +libcpu/i386_parse.y libdw/dwarf_error.c libdwfl/argp-std.c libdwfl/libdwflP.h @@ -29,6 +31,7 @@ src/addr2line.c src/ar.c src/arlib-argp.c src/arlib.c +src/elfclassify.c src/elfcmp.c src/elfcompress.c src/elflint.c @@ -43,6 +46,9 @@ src/strings.c src/strip.c src/unstrip.c +# debuginfod sources +debuginfod/debuginfod-find.c + # Tests tests/backtrace.c tests/dwflmodtest.c