From 08ea70204dd193ec8cd8a1e8926c485e56959152 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 30 Jun 2012 00:27:31 +0000 Subject: * frags.h (frag_offset_fixed_p): Update prototype. * frags.c (frag_offset_fixed_p): Change type of "offset" to offsetT. * expr.c (expr, resolve_expression): Likewise for frag_off var. --- gas/frags.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gas/frags.h') diff --git a/gas/frags.h b/gas/frags.h index a1fabfb..f5846be 100644 --- a/gas/frags.h +++ b/gas/frags.h @@ -1,6 +1,7 @@ /* frags.h - Header file for the frag concept. Copyright 1987, 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2010, 2011, 2012 + Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -154,6 +155,6 @@ char *frag_var (relax_stateT type, offsetT offset, char *opcode); -bfd_boolean frag_offset_fixed_p (const fragS *, const fragS *, bfd_vma *); +bfd_boolean frag_offset_fixed_p (const fragS *, const fragS *, offsetT *); #endif /* FRAGS_H */ -- cgit v1.1