]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
elf32_checksum.c: Removed unused ebl_debugscn_p define and confusing comment.
authorMark Wielaard <mjw@redhat.com>
Tue, 14 Aug 2012 14:48:50 +0000 (16:48 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 14 Aug 2012 14:48:50 +0000 (16:48 +0200)
Signed-off-by: Mark Wielaard <mjw@redhat.com>
libelf/ChangeLog
libelf/elf32_checksum.c

index 18ada8554b786739ee3efe0d20ee00d6ca3378aa..5ac70f57adbeba000ae0e71eb47ee86eaa71c212 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-14  Mark Wielaard  <mjw@redhat.com>
+
+       * elf32_checksum.c (ebl_debugscn_p): Removed unused define and
+       confusing outdated comment.
+
 2012-08-01  Petr Machata  <pmachata@redhat.com>
 
        * elf_getarsym (read_number_entries): New function.
index 7c53b17bc9ab2ed8a2813ebaaf041a23522532da..4c5985630c0ad802dfa5e053a8a27748a31c9bdc 100644 (file)
 #endif
 
 
-/* The SECTION_STRIP_P macro wants to call into libebl which we cannot
-   do and do not have to do here.  Provide a dummy replacement.  */
-#define ebl_debugscn_p(ebl, name) true
-
-
 #define process_block(crc, data) \
   __libelf_crc32 (crc, data->d_buf, data->d_size)