mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
11 lines
309 B
Diff
11 lines
309 B
Diff
|
--- ./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:
|