mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
Bump portrevision in kcov, which depends on elfutils ABI. Discussed with: asomers, mat Approved by: jrm Differential Revision: https://reviews.freebsd.org/D24614
10 lines
268 B
C
10 lines
268 B
C
--- src/readelf.c.orig 2020-03-30 12:17:45 UTC
|
|
+++ src/readelf.c
|
|
@@ -10744,6 +10744,7 @@ print_debug_exception_table (Dwfl_Module *dwflmod __at
|
|
default:
|
|
dsize = 0;
|
|
error (1, 0, gettext ("invalid TType encoding"));
|
|
+ abort();
|
|
}
|
|
|
|
if (max_ar_filter
|