* section.c (SEC_DEBUGGING): New section flag.
authorIan Lance Taylor <ian@airs.com>
Thu, 23 Sep 1993 15:14:12 +0000 (15:14 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 23 Sep 1993 15:14:12 +0000 (15:14 +0000)
commitd6e5f9500061c1be7be5395af4d59963c2a26b0a
tree52e48a275cdb3d2f4b97b1ee301338258131987e
parent0c28fe8dd4fb7b6814d477a57db0de05011a62ff
* section.c (SEC_DEBUGGING): New section flag.
* elfcode.h (bfd_section_from_shdr): If section is SHT_PROGBITS,
and the name starts with .debug, .line or .stab, set
SEC_DEBUGGING.
* elf32-target.h (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Added
SEC_DEBUGGING to section_flags.
* elf64-target.h (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Added
SEC_DEBUGGING and SEC_CODE to section_flags.
* bfd-in2.h: Updated.
bfd/ChangeLog
bfd/elf32-target.h
bfd/elf64-target.h
bfd/elfcode.h