From 16c579d5fbb7ac62bf2f6f105d56d46e7409f74e Mon Sep 17 00:00:00 2001 From: John Ogness Date: Mon, 28 Jan 2019 19:42:15 +0106 Subject: linking: move text docs out of Makefile example The text docs are general references showing how to build, link, and verify dynamic libraries and executables. They are not specific to any build system. Signed-off-by: John Ogness --- schulung_tools/linking/hello/objdump.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 schulung_tools/linking/hello/objdump.txt (limited to 'schulung_tools/linking/hello/objdump.txt') diff --git a/schulung_tools/linking/hello/objdump.txt b/schulung_tools/linking/hello/objdump.txt deleted file mode 100644 index 9c77720..0000000 --- a/schulung_tools/linking/hello/objdump.txt +++ /dev/null @@ -1,11 +0,0 @@ -# identify dependencies -objdump -x some_elf_file | grep NEEDED - -# identify SONAME used by dynamic loader -objdump -x some_lib | grep SONAME - -# identify runtime library search paths -objdump -x some_elf_file | grep PATH - -# identify path of dynamic loader (search for "interp") -objdump -s some_elf_file | less -- cgit v1.2.3