mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Update to latest upstream version, 0.168. 0.168 removes the eu-ld utility and adds the eu-elfcompress utility. Requested by: emaste@, kib@ Approved by: bapt@ Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9240
10 lines
252 B
C
10 lines
252 B
C
--- src/readelf.c.orig 2016-12-28 09:32:01 UTC
|
|
+++ src/readelf.c
|
|
@@ -8037,6 +8037,7 @@ print_debug_exception_table (Dwfl_Module
|
|
default:
|
|
dsize = 0;
|
|
error (1, 0, gettext ("invalid TType encoding"));
|
|
+ abort();
|
|
}
|
|
|
|
if (max_ar_filter
|