mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-25 18:10:23 +08:00
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:
parent
98578071b9
commit
69f0551f6f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user