First attempt at i386-mach3 support.
authorKen Raeburn <raeburn@cygnus>
Fri, 18 Feb 1994 19:57:35 +0000 (19:57 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 18 Feb 1994 19:57:35 +0000 (19:57 +0000)
te-mach.h: New file.
obj-aout.c (obj_aout_frob_file): New function.
obj-aout.h (obj_aout_frob_file): Declare it.
(frob_file): New macro.
tc-i386.c (md_apply_fix_1) [TE_Mach]: Don't adjust pcrel32 relocations.
tc-i386.h (TARGET_FORMAT) [TE_Mach]: Use a.out-mach3.

gas/config/te-mach.h [new file with mode: 0644]

diff --git a/gas/config/te-mach.h b/gas/config/te-mach.h
new file mode 100644 (file)
index 0000000..b7547f8
--- /dev/null
@@ -0,0 +1,2 @@
+#define TE_Mach
+#include "obj-format.h"
This page took 0.032658 seconds and 4 git commands to generate.