aboutsummaryrefslogtreecommitdiff
path: root/gas/config/te-hp300.h
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-05-05 12:41:52 +0000
committerKen Raeburn <raeburn@cygnus>1993-05-05 12:41:52 +0000
commitc77809b5928879bb6a541c5a0fb76ceac91a05d9 (patch)
treeae680728f6b9882d27b87527a61ef79ae35b8619 /gas/config/te-hp300.h
parent199d3bb81b1db71e5b19df869135683dc772fc5e (diff)
downloadgdb-c77809b5928879bb6a541c5a0fb76ceac91a05d9.zip
gdb-c77809b5928879bb6a541c5a0fb76ceac91a05d9.tar.gz
gdb-c77809b5928879bb6a541c5a0fb76ceac91a05d9.tar.bz2
hp300 hpux configuration
Diffstat (limited to 'gas/config/te-hp300.h')
-rw-r--r--gas/config/te-hp300.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/gas/config/te-hp300.h b/gas/config/te-hp300.h
new file mode 100644
index 0000000..dcf0125
--- /dev/null
+++ b/gas/config/te-hp300.h
@@ -0,0 +1,40 @@
+/* te-hp300.h -- hpux 9000/300 target environment declarations.
+ Copyright (C) 1987, 1990, 1991, 1992 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 2, 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, 675 Mass Ave, Cambridge, MA 02139, USA. */
+
+#define TE_HP300 1
+
+#define LOCAL_LABELS_DOLLAR
+#define LOCAL_LABELS_FB
+
+/* Could also be :
+ #define S_LOCAL_NAME(s) (S_GET_NAME(s)[0] == '.' &&
+ S_GET_NAME(s)[1] == 'L' ||
+ S_GET_NAME(s)[1] == '.')
+ */
+
+#include "obj-format.h"
+
+/*
+ * Local Variables:
+ * comment-column: 0
+ * fill-column: 131
+ * End:
+ */
+
+/* end of te-hp300.h */