Fix overflow detection in the Z80 assembler.
[binutils-gdb.git] / gas / config / obj-macho.h
index 0ac8df4174a8e4d2083f64db8772c95b7951331f..65474f3769c3f2b98f50351eede9051787bad109 100644 (file)
@@ -1,5 +1,5 @@
 /* Mach-O object file format for gas, the assembler.
-   Copyright 2009, 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2009-2021 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -84,9 +84,12 @@ struct obj_mach_o_frag_data
   /* Symbol that corresponds to the subsection.  */
   symbolS *subsection;
 };
-  
+
 #define OBJ_FRAG_TYPE struct obj_mach_o_frag_data
 
+#define md_pre_output_hook obj_mach_o_pre_output_hook()
+extern void obj_mach_o_pre_output_hook(void);
+
 #define md_pre_relax_hook obj_mach_o_pre_relax_hook()
 extern void obj_mach_o_pre_relax_hook (void);