`CORE_ADDRESS' as it might contain target addresses.
+2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
+
+ * coffread.c (struct coff_symbol): Change c_value type from `long' to
+ `CORE_ADDRESS' as it might contain target addresses.
+
2010-09-10 Pierre Muller <muller@ics.u-strasbg.fr>
* alpha-mdebug-tdep.c (find_proc_desc): Use SYMBOL_VALUE_BYTES macro
char *c_name;
int c_symnum; /* symbol number of this entry */
int c_naux; /* 0 if syment only, 1 if syment + auxent, etc */
- long c_value;
+ CORE_ADDR c_value;
int c_sclass;
int c_secnum;
unsigned int c_type;