diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-02-18 19:57:35 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-02-18 19:57:35 +0000 |
commit | 06471862cafefb4fae9466b7b3d9d2a39e8a25a8 (patch) | |
tree | 84fb8d824bb25fa26fcb70ef2bbb71979b8f8242 /gas | |
parent | 741f4d6676868508190f1a60d2e6d4519b91b6fc (diff) | |
download | gdb-06471862cafefb4fae9466b7b3d9d2a39e8a25a8.zip gdb-06471862cafefb4fae9466b7b3d9d2a39e8a25a8.tar.gz gdb-06471862cafefb4fae9466b7b3d9d2a39e8a25a8.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/te-mach.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/te-mach.h b/gas/config/te-mach.h new file mode 100644 index 0000000..b7547f8 --- /dev/null +++ b/gas/config/te-mach.h @@ -0,0 +1,2 @@ +#define TE_Mach +#include "obj-format.h" |