* targets.c (bfd_target): Make ar_max_namelen an unsigned char.
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 4fd71e6ce2aaa7a187a16d700c294090844b9a84..368f820f200a73d5221ff9c4ea29cdf6e1c63558 100644 (file)
@@ -5581,7 +5581,11 @@ typedef struct bfd_target
   char ar_pad_char;
 
   /* The maximum number of characters in an archive header.  */
-  unsigned short ar_max_namelen;
+  unsigned char ar_max_namelen;
+
+  /* How well this target matches, used to select between various
+     possible targets when more than one target matches.  */
+  unsigned char match_priority;
 
   /* Entries for byte swapping for data. These are different from the
      other entry points, since they don't take a BFD as the first argument.
This page took 0.02677 seconds and 4 git commands to generate.