aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-11-14 04:45:54 +0000
committerStan Shebs <shebs@codesourcery.com>1995-11-14 04:45:54 +0000
commit51bc513e4ef53ebf2580eafcac5757950d3b23ff (patch)
tree10aade24a3ca28ad61ea66a413195486ea70b041 /gas/config
parent13a0f5955f5eea1befbfb928b9fe296d9ee2dee9 (diff)
downloadfsf-binutils-gdb-51bc513e4ef53ebf2580eafcac5757950d3b23ff.zip
fsf-binutils-gdb-51bc513e4ef53ebf2580eafcac5757950d3b23ff.tar.gz
fsf-binutils-gdb-51bc513e4ef53ebf2580eafcac5757950d3b23ff.tar.bz2
* configure.in (ppc-*-macos*, ppc-*-mpw*): New configurations.
* configure: Update. * mpw-make.sed: Reorder commands to make sed happier. * config/te-macos.h: New file. * config/tc-ppc.h (TARGET_FORMAT): Set correctly for PowerMac.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/te-macos.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/config/te-macos.h b/gas/config/te-macos.h
new file mode 100644
index 0000000..5f48dc4
--- /dev/null
+++ b/gas/config/te-macos.h
@@ -0,0 +1,11 @@
+/* This file is te-macos.h. */
+
+#define TE_POWERMAC 1
+
+/* Added these, because if we don't know what we're targetting we may
+ need an assembler version of libgcc, and that will use local
+ labels. */
+#define LOCAL_LABELS_DOLLAR 1
+#define LOCAL_LABELS_FB 1
+
+#include "obj-format.h"