Make bfd_byte an int8_t, flagword a uint32_t
[binutils-gdb.git] / bfd / coff-go32.c
index 3139ce07ac7fadeb22238602bf4ac31455c61934..501f88fb62ba6854ad393a91b7e46d8ea82fcb54 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Intel 386 COFF files (DJGPP variant).
-   Copyright (C) 1990-2021 Free Software Foundation, Inc.
+   Copyright (C) 1990-2023 Free Software Foundation, Inc.
    Written by DJ Delorie.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -80,6 +80,9 @@ _bfd_go32_mkobject (bfd * abfd)
 
   coff_data (abfd)->go32 = true;
 
+  bfd_coff_long_section_names (abfd)
+    = coff_backend_info (abfd)->_bfd_coff_long_section_names;
+
   return true;
 }