* frags.c (frag_offset_fixed_p): Constify args.

* frags.h (frag_offset_fixed_p): Ditto.
This commit is contained in:
Alan Modra
2006-04-18 09:58:26 +00:00
parent 23d9d9dee5
commit 6cbe03fb0f
3 changed files with 6 additions and 3 deletions

View File

@ -148,6 +148,6 @@ char *frag_var (relax_stateT type,
offsetT offset,
char *opcode);
bfd_boolean frag_offset_fixed_p (fragS *, fragS *, bfd_vma *);
bfd_boolean frag_offset_fixed_p (const fragS *, const fragS *, bfd_vma *);
#endif /* FRAGS_H */