#include "coff/internal.h"
#include "libcoff.h"
-#define NAMES_HAVE_UNDERSCORE
-
#define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (2)
#define coff_relocate_section _bfd_coff_generic_relocate_section
#include "coffcode.h"
const bfd_target
-#ifdef TARGET_SYM
- TARGET_SYM =
-#else
tic80coff_vec =
-#endif
{
-#ifdef TARGET_NAME
- TARGET_NAME,
-#else
"coff-tic80", /* name */
-#endif
bfd_target_coff_flavour,
BFD_ENDIAN_LITTLE, /* data byte order is little (arch supports both) */
BFD_ENDIAN_LITTLE, /* header byte order is little */
HAS_SYMS | HAS_LOCALS | WP_TEXT | D_PAGED),
(SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
-#ifdef NAMES_HAVE_UNDERSCORE
- '_',
-#else
- 0, /* leading underscore */
-#endif
+ '_', /* leading underscore */
'/', /* ar_pad_char */
15, /* ar_max_namelen */
bfd_getl64, bfd_getl_signed_64, bfd_putl64,