Make asection->id and asection->index unsigned
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 82bf269948df2c52685198b6bfac6801d4f44188..f73abf0ba92607fe917366d8942cd89451bf6712 100644 (file)
@@ -1209,10 +1209,10 @@ typedef struct bfd_section
   const char *name;
 
   /* A unique sequence number.  */
-  int id;
+  unsigned int id;
 
   /* Which section in the bfd; 0..n-1 as sections are created in a bfd.  */
-  int index;
+  unsigned int index;
 
   /* The next section in the list belonging to the BFD, or NULL.  */
   struct bfd_section *next;
This page took 0.025506 seconds and 4 git commands to generate.