[BACK]Return to tc-sh.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils.old / dist / gas / config

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils.old/dist/gas/config/tc-sh.h between version 1.2 and 1.3

version 1.2, 2016/10/09 08:21:44 version 1.3, 2016/10/26 17:08:45
Line 1 
Line 1 
 /* This file is tc-sh.h  /* This file is tc-sh.h
    Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,     Copyright (C) 1993-2015 Free Software Foundation, Inc.
    2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc.  
   
    This file is part of GAS, the GNU Assembler.     This file is part of GAS, the GNU Assembler.
   
Line 233  extern bfd_boolean sh_fix_adjustable (st
Line 232  extern bfd_boolean sh_fix_adjustable (st
 int sh_parse_name (char const *, expressionS *,  int sh_parse_name (char const *, expressionS *,
                    enum expr_mode, char *);                     enum expr_mode, char *);
   
 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \  #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP, RELOC)     \
   sh_cons_fix_new ((FRAG), (OFF), (LEN), (EXP))    sh_cons_fix_new ((FRAG), (OFF), (LEN), (EXP), (RELOC))
 void sh_cons_fix_new (fragS *, int, int, expressionS *);  void sh_cons_fix_new (fragS *, int, int, expressionS *,
                         bfd_reloc_code_real_type);
   
 /* This is used to construct expressions out of @GOTOFF, @PLT and @GOT  /* This is used to construct expressions out of @GOTOFF, @PLT and @GOT
    symbols.  The relocation type is stored in X_md.  */     symbols.  The relocation type is stored in X_md.  */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb <webmaster@jp.NetBSD.org>