diff options
| author | Ulrich Drepper <[email protected]> | 2005-08-03 00:02:56 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-08-03 00:02:56 +0000 |
| commit | 41de488a0ad6679e816dbab960351e5f62ab8ead (patch) | |
| tree | d4387847c11e48ccc8fa55ace24bcd2a595d0d84 /libelf/Makefile.am | |
| parent | c911c9efe553d9af2d4fb0d420d8b614983e16ac (diff) | |
Add several more elflint tests:
- check whether dynamic section matches PT_DYNAMIC program header entry
- make sure text relocation flag is used correctly
libelf needed one extension for this.
Diffstat (limited to 'libelf/Makefile.am')
| -rw-r--r-- | libelf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libelf/Makefile.am b/libelf/Makefile.am index cf581902..d9caac65 100644 --- a/libelf/Makefile.am +++ b/libelf/Makefile.am @@ -79,7 +79,8 @@ libelf_a_SOURCES = elf_version.c elf_hash.c elf_error.c elf_fill.c \ gelf_rawchunk.c gelf_freechunk.c \ libelf_crc32.c libelf_next_prime.c \ elf_clone.c \ - gelf_getlib.c gelf_update_lib.c + gelf_getlib.c gelf_update_lib.c \ + elf32_offscn.c elf64_offscn.c gelf_offscn.c if !MUDFLAP libelf_pic_a_SOURCES = |
