mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04: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 69ed82447a.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
98578071b9
commit
69f0551f6f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue