diff options
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index 7b37d57..98cbd3d 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -169,7 +169,7 @@ struct xcoff_tdata /* Used by the XCOFF backend linker. */ asection **csects; - unsigned long *debug_indices; + long *debug_indices; unsigned int import_file_id; }; |