diff options
Diffstat (limited to 'bfd/targets.c')
-rw-r--r-- | bfd/targets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/targets.c b/bfd/targets.c index 0ce77a9..c3212a9 100644 --- a/bfd/targets.c +++ b/bfd/targets.c @@ -477,7 +477,7 @@ to find an alternative output format that is suitable. . {* Data for use by back-end routines, which isn't . generic enough to belong in this structure. *} -. void *backend_data; +. const void *backend_data; . .} bfd_target; . |