blob: a0cd83b9bdccb1f3db892f3cdcab45a4770f60d4 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./src/readelf.c.orig 2019-12-15 21:49:19.000000000 -0600
+++ ./src/readelf.c 2019-12-20 13:14:15.377556623 -0600
@@ -1638,6 +1638,7 @@
/* Things we can determine before we seek */
switch (xph_type) {
case PT_DYNAMIC:
+ linking_style = "dynamically";
doread = 1;
break;
case PT_NOTE:
|