* gdb.threads/bp_in_thread.exp: New testcase.
[deliverable/binutils-gdb.git] / gas / config / tc-tic30.h
index 2fb9cb6f31cbac856e1ce15d98389ba8b6e82af3..522892183f3d03726f0ad1f597b357410b623b2e 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-tic30.h -- Header file for tc-tic30.c
-   Copyright (C) 1998 Free Software Foundation.
+   Copyright 1998, 2000 Free Software Foundation, Inc.
    Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au)
 
    This file is part of GAS, the GNU Assembler.
@@ -31,6 +31,8 @@
 #define TARGET_ARCH            bfd_arch_tic30
 #define TARGET_BYTES_BIG_ENDIAN        1
 
+#define WORKING_DOT_WORD
+
 char *output_invalid PARAMS ((int c));
 
 #define END_OF_INSN '\0'
@@ -43,11 +45,13 @@ char *output_invalid PARAMS ((int c));
 /* Define this to 1 if you want the debug output to be on stdout,
    otherwise stderr will be used.  If stderr is used, there will be a
    better synchronisation with the as_bad outputs, but you can't
-   capture the output. */
+   capture the output.  */
 #define USE_STDOUT 0
 
 #define tc_unrecognized_line tic30_unrecognized_line
 
 extern int tic30_unrecognized_line PARAMS ((int));
 
+#define tc_aout_pre_write_hook {}
+
 #endif
This page took 0.023103 seconds and 4 git commands to generate.