ChangeLog rotation
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 76355a3b9537b398d8dc210102a2c0c2514ca710..32d15129ab5ceeae17bfd1929a39106301bf9739 100644 (file)
@@ -359,6 +359,10 @@ struct bfd_link_info
   /* TRUE if section groups should be resolved.  */
   unsigned int resolve_section_groups: 1;
 
+  /* Set if output file is big-endian, or if that is unknown, from
+     the command line or first input file endianness.  */
+  unsigned int big_endian : 1;
+
   /* Which symbols to strip.  */
   ENUM_BITFIELD (bfd_link_strip) strip : 2;
 
This page took 0.025804 seconds and 4 git commands to generate.