From 06471862cafefb4fae9466b7b3d9d2a39e8a25a8 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 18 Feb 1994 19:57:35 +0000 Subject: [PATCH] First attempt at i386-mach3 support. 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 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 gas/config/te-mach.h diff --git a/gas/config/te-mach.h b/gas/config/te-mach.h new file mode 100644 index 00000000000..b7547f8c81e --- /dev/null +++ b/gas/config/te-mach.h @@ -0,0 +1,2 @@ +#define TE_Mach +#include "obj-format.h" -- 2.30.2