diff options
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index 2d1f6a5..6c10b6e 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -100,7 +100,7 @@ $ struct sec *section; Pointer to how to perform the required relocation -$ struct reloc_howto_struct *howto; +$ CONST struct reloc_howto_struct *howto; $} arelent; *--- |