mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
2000-07-19 H.J. Lu <hjl@gnu.org>
* elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2000-07-19 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* elf.c (_bfd_elf_print_private_bfd_data): Fix DT_CHECKSUM.
|
||||||
|
|
||||||
2000-07-19 H.J. Lu <hjl@gnu.org>
|
2000-07-19 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
|
* elf.c (_bfd_elf_print_private_bfd_data): Handle DT_BIND_NOW,
|
||||||
|
@ -666,6 +666,7 @@ _bfd_elf_print_private_bfd_data (abfd, farg)
|
|||||||
case DT_FLAGS: name = "FLAGS"; break;
|
case DT_FLAGS: name = "FLAGS"; break;
|
||||||
case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break;
|
case DT_PREINIT_ARRAY: name = "PREINIT_ARRAY"; break;
|
||||||
case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break;
|
case DT_PREINIT_ARRAYSZ: name = "PREINIT_ARRAYSZ"; break;
|
||||||
|
case DT_CHECKSUM: name = "CHECKSUM"; break;
|
||||||
case DT_PLTPADSZ: name = "PLTPADSZ"; break;
|
case DT_PLTPADSZ: name = "PLTPADSZ"; break;
|
||||||
case DT_MOVEENT: name = "MOVEENT"; break;
|
case DT_MOVEENT: name = "MOVEENT"; break;
|
||||||
case DT_MOVESZ: name = "MOVESZ"; 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_AUXILIARY: name = "AUXILIARY"; stringp = true; break;
|
||||||
case DT_USED: name = "USED"; break;
|
case DT_USED: name = "USED"; break;
|
||||||
case DT_FILTER: name = "FILTER"; stringp = true; break;
|
case DT_FILTER: name = "FILTER"; stringp = true; break;
|
||||||
#if DT_CHECKSUM != 0
|
|
||||||
case DT_CHECKSUM: name = "CHECKSUM"; break;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf (f, " %-11s ", name);
|
fprintf (f, " %-11s ", name);
|
||||||
|
Reference in New Issue
Block a user