X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-d10v.h;h=1ef1a1b5967d771dfee7cd6a96ffbea92a57c509;hb=feb4bea70a297eb6316d1b0685bbbb8095b7fb29;hp=39f37044ed29d83e9fda211812a6902834383ea0;hpb=800f6ec8e25806362f05460ed0e8804b60a59960;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-d10v.h b/gas/config/tc-d10v.h index 39f37044ed..1ef1a1b596 100644 --- a/gas/config/tc-d10v.h +++ b/gas/config/tc-d10v.h @@ -1,6 +1,5 @@ /* tc-d10v.h -- Header file for tc-d10v.c. - Copyright 1996, 1997, 1998, 2000, 2001, 2002, 2003, 2005, 2007, 2009 - Free Software Foundation, Inc. + Copyright (C) 1996-2016 Free Software Foundation, Inc. Written by Martin Hunt, Cygnus Support. This file is part of GAS, the GNU Assembler. @@ -22,7 +21,7 @@ #define TC_D10V -#define TARGET_BYTES_BIG_ENDIAN 0 +#define TARGET_BYTES_BIG_ENDIAN 1 /* The target BFD architecture. */ #define TARGET_ARCH bfd_arch_d10v @@ -47,7 +46,6 @@ long md_pcrel_from_section (struct fix *, segT); int d10v_cleanup (void); void d10v_frob_label (symbolS *); -#define md_after_pass_hook() d10v_cleanup () #define md_cleanup() d10v_cleanup () #define md_do_align(a,b,c,d,e) d10v_cleanup () #define tc_frob_label(sym) d10v_frob_label (sym)