summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@linux.intel.com>2011-06-06 14:12:45 +0100
committerMatt Fleming <matt.fleming@linux.intel.com>2011-06-07 15:59:58 +0100
commit558de6072a2fae89a27d10119b3ea49a4741db16 (patch)
treee7d6bec62b3f64098d0e9aed2fb448c08994eebe /.gitignore
parentef3cb76bffc52b40b9a013f5b16835e062a5db4b (diff)
downloadsyslinux-558de6072a2fae89a27d10119b3ea49a4741db16.tar.gz
ldlinux: Use DT_NEEDED for module dependencies
The ELF file format uses DT_NEEDED entries in the dynamic section to name any shared library dependencies. Instead of rolling our own dependency logic via the modules.dep file and elf_gen_dep.sh script use the DT_NEEDED entries. Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 05f0d145..98ea19f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,4 +50,3 @@
*GPATH
*GRTAGS
*GTAGS
-modules.dep