macho: Turn off OFMT_KEEP_ADDR

OFMT_KEEP_ADDR seems to not work properly. Now when we have proper
subsections, there is no need for that anymore.

This reverts commit 69ed82447a13a22e52a86a51a5657c7955a6767b.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
H. Peter Anvin 2018-06-01 18:14:16 -07:00
parent 98578071b9
commit 69f0551f6f

View File

@ -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,