image_offset takes values from section vma then increments when
filling out section data. Avoid signed integer overflow.
* vms-alpha.c (struct vms_private_data_struct): Make image_offset
unsigned.
/* Content reading. */
asection *image_section; /* section for image_ptr */
- file_ptr image_offset; /* Offset for image_ptr. */
+ ufile_ptr image_offset; /* Offset for image_ptr. */
struct module *modules; /* list of all compilation units */