summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--output/outmacho.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outmacho.c b/output/outmacho.c
index e2c3e5eb..ed1366b3 100644
--- a/output/outmacho.c
+++ b/output/outmacho.c
@@ -2356,7 +2356,7 @@ const struct ofmt of_macho32 = {
"NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (i386) object files",
"macho32",
".o",
- OFMT_KEEP_ADDR,
+ 0,
32,
macho32_df_arr,
&macho32_df_dwarf,
@@ -2423,7 +2423,7 @@ const struct ofmt of_macho64 = {
"NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (x86_64) object files",
"macho64",
".o",
- OFMT_KEEP_ADDR,
+ 0,
64,
macho64_df_arr,
&macho64_df_dwarf,