197403Sobrien/* tc-pdp11.h -- Header file for tc-pdp11.c.
297403Sobrien   Copyright (C) 2001-2020 Free Software Foundation, Inc.
3169691Skan
497403Sobrien   This file is part of GAS, the GNU Assembler.
597403Sobrien
697403Sobrien   GAS is free software; you can redistribute it and/or modify
797403Sobrien   it under the terms of the GNU General Public License as published by
897403Sobrien   the Free Software Foundation; either version 3, or (at your option)
997403Sobrien   any later version.
1097403Sobrien
1197403Sobrien   GAS is distributed in the hope that it will be useful,
1297403Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1397403Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1497403Sobrien   GNU General Public License for more details.
1597403Sobrien
1697403Sobrien   You should have received a copy of the GNU General Public License
1797403Sobrien   along with GAS; see the file COPYING.  If not, write to the Free
1897403Sobrien   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19169691Skan   02110-1301, USA.  */
2097403Sobrien
2197403Sobrien#define TC_PDP11 1
2297403Sobrien
2397403Sobrien#define TARGET_FORMAT "a.out-pdp11"
2497403Sobrien#define TARGET_ARCH bfd_arch_pdp11
2597403Sobrien#define TARGET_BYTES_BIG_ENDIAN 0
2697403Sobrien
2797403Sobrien#define LEX_TILDE (LEX_BEGIN_NAME | LEX_NAME)
2897403Sobrien
2997403Sobrien#define md_operand(x)
3097403Sobrien
31169691Skanlong md_chars_to_number (unsigned char *, int);
3297403Sobrien
3397403Sobrien/* end of tc-pdp11.h */
3497403Sobrien