aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf64-target.h
AgeCommit message (Collapse)AuthorFilesLines
1993-09-23 * section.c (SEC_DEBUGGING): New section flag.Ian Lance Taylor1-2/+2
* 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.
1993-09-07 * libbfd-in.h: Removed swapping routines declarations.Ian Lance Taylor1-12/+12
* bfd-in.h: Added swapping routine declarations, and renamed them from _do_* to bfd_*. * libbfd.c: Renamed swapping routines from _do_* to _bfd_*. * Changed all callers. * libbfd.h, bfd-in2.h: Rebuilt.
1993-07-26(elfXX_bed): Initialize maxpagesize from ELF_MAXPAGESIZE.Ken Raeburn1-0/+9
(ELF_MAXPAGESIZE): Default to 1.
1993-06-30new generic elf64 stuffKen Raeburn1-0/+233