bfd/
[binutils.git] / gas / config / obj-macho.h
blobd7e9bda61e5cb9b48efde6d8db7a71d757dc9eec
1 /* Mach-O object file format for gas, the assembler.
2 Copyright 2009 Free Software Foundation, Inc.
4 This file is part of GAS, the GNU Assembler.
6 GAS is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as
8 published by the Free Software Foundation; either version 3,
9 or (at your option) any later version.
11 GAS is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
14 the GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with GAS; see the file COPYING. If not, write to the Free
18 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
19 02110-1301, USA. */
21 /* Tag to validate Mach-O object file format processing */
22 #define OBJ_MACH_O 1
24 #include "targ-cpu.h"
26 #define OUTPUT_FLAVOR bfd_target_mach_o_flavour
28 extern const pseudo_typeS mach_o_pseudo_table[];
30 #ifndef obj_pop_insert
31 #define obj_pop_insert() pop_insert (mach_o_pseudo_table)
32 #endif
34 #define obj_sec_sym_ok_for_reloc(SEC) 1
36 #define obj_read_begin_hook() {;}
37 #define obj_symbol_new_hook(s) {;}
39 #define EMIT_SECTION_SYMBOLS 0