diff options
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/elf.c b/bfd/elf.c index 5484564fe18..d146ab9a8f7 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -666,6 +666,7 @@ _bfd_elf_print_private_bfd_data (abfd, farg) case DT_FLAGS: name = "FLAGS"; break; case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break; case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break; + case DT_CHECKSUM: name = "CHECKSUM"; break; case DT_PLTPADSZ: name = "PLTPADSZ"; break; case DT_MOVEENT: name = "MOVEENT"; break; case DT_MOVESZ: name = "MOVESZ"; break; @@ -690,9 +691,6 @@ _bfd_elf_print_private_bfd_data (abfd, farg) case DT_AUXILIARY: name = "AUXILIARY"; stringp = true; break; case DT_USED: name = "USED"; break; case DT_FILTER: name = "FILTER"; stringp = true; break; -#if DT_CHECKSUM != 0 - case DT_CHECKSUM: name = "CHECKSUM"; break; -#endif } fprintf (f, " %-11s ", name); |