mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
mach-o: handle lasz load dylib command.
bfd/ * mach-o.c (bfd_mach_o_read_dylib): Handle lazy load dylib. (bfd_mach_o_read_command): Ditto. binutils/ * od-macho.c (dump_load_command): Handle lazy load dylib.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2014-03-17 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* od-macho.c (dump_load_command): Handle lazy load dylib.
|
||||
|
||||
2014-03-14 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* objcopy.c (copy_object): Check fwrite return code.
|
||||
|
@ -938,6 +938,7 @@ dump_load_command (bfd *abfd, bfd_mach_o_load_command *cmd,
|
||||
}
|
||||
break;
|
||||
case BFD_MACH_O_LC_LOAD_DYLIB:
|
||||
case BFD_MACH_O_LC_LAZY_LOAD_DYLIB:
|
||||
case BFD_MACH_O_LC_LOAD_WEAK_DYLIB:
|
||||
case BFD_MACH_O_LC_REEXPORT_DYLIB:
|
||||
case BFD_MACH_O_LC_ID_DYLIB:
|
||||
|
Reference in New Issue
Block a user