aboutsummaryrefslogtreecommitdiff
path: root/gas/config/te-nacl.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2012-01-23 21:42:04 +0000
committerRoland McGrath <roland@gnu.org>2012-01-23 21:42:04 +0000
commit8d63c93e6db16f997f4b65146ee7570ced965af1 (patch)
tree8f230ccb6de813d4adbca834bb0dd7554ee3301a /gas/config/te-nacl.h
parente360902bf689e9adf4297e79df59ee92cd35ddc0 (diff)
downloadgdb-8d63c93e6db16f997f4b65146ee7570ced965af1.zip
gdb-8d63c93e6db16f997f4b65146ee7570ced965af1.tar.gz
gdb-8d63c93e6db16f997f4b65146ee7570ced965af1.tar.bz2
* configure.tgt (i386-*-nacl*): Match it.
* config/te-nacl.h: New file. * config/tc-i386.h [TE_NACL] (ELF_TARGET_FORMAT): Define for this case. * config/tc-i386.c [TE_NACL] (i386_comment_chars, PREFIX_SEPARATOR): Use TE_GNU et al case for TE_NACL too.
Diffstat (limited to 'gas/config/te-nacl.h')
-rw-r--r--gas/config/te-nacl.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/gas/config/te-nacl.h b/gas/config/te-nacl.h
new file mode 100644
index 0000000..6550756
--- /dev/null
+++ b/gas/config/te-nacl.h
@@ -0,0 +1,23 @@
+/* Copyright 2012 Free Software Foundation, Inc.
+
+ This file is part of GAS, the GNU Assembler.
+
+ GAS is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 3,
+ or (at your option) any later version.
+
+ GAS is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
+ the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with GAS; see the file COPYING. If not, write to the Free
+ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA. */
+
+#define TE_NACL
+#define LOCAL_LABELS_FB 1
+
+#include "obj-format.h"