SH64/GAS: Fix a -Wwrite-strings build failure
[deliverable/binutils-gdb.git] / gas / config / tc-d10v.h
index 39f37044ed29d83e9fda211812a6902834383ea0..1ef1a1b5967d771dfee7cd6a96ffbea92a57c509 100644 (file)
@@ -1,6 +1,5 @@
 /* tc-d10v.h -- Header file for tc-d10v.c.
 /* 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.
    Written by Martin Hunt, Cygnus Support.
 
    This file is part of GAS, the GNU Assembler.
@@ -22,7 +21,7 @@
 
 #define TC_D10V
 
 
 #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
 
 /* 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 *);
 
 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)
 #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)
This page took 0.023267 seconds and 4 git commands to generate.