s/char */const char */
[deliverable/binutils-gdb.git] / bfd / bfd-in.h
index bb79a15adfec9d2327e2c1242d6d87b744e95dd5..ca2c748b6615b4ccde0cea7b7cc7f57bbba56922 100644 (file)
@@ -298,7 +298,7 @@ typedef struct lineno_cache_entry {
   unsigned int line_number;    /* Linenumber from start of function*/
   union {
     struct symbol_cache_entry *sym; /* Function name */
-    unsigned long offset;      /* Offset into section */
+    bfd_vma offset;        /* Offset into section */
   } u;
 } alent;
 \f
This page took 0.023215 seconds and 4 git commands to generate.