mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
PR 997
* frags.c (frag_offset_fixed_p): New function. * frags.h (frag_offset_fixed_p): Declare. * expr.c (expr): Use frag_offset_fixed_p when simplifying subtraction. (resolve_expression): Likewise.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/* frags.h - Header file for the frag concept.
|
||||
Copyright 1987, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
|
||||
2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GAS, the GNU Assembler.
|
||||
|
||||
@ -148,4 +148,6 @@ char *frag_var (relax_stateT type,
|
||||
offsetT offset,
|
||||
char *opcode);
|
||||
|
||||
bfd_boolean frag_offset_fixed_p (fragS *, fragS *, bfd_vma *);
|
||||
|
||||
#endif /* FRAGS_H */
|
||||
|
Reference in New Issue
Block a user