mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
* frags.c (frag_offset_fixed_p): Constify args.
* frags.h (frag_offset_fixed_p): Ditto.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user