diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2bdf4bce0fb..0fc90a14825 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | 2012-08-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 1 | 2012-08-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 2 | ||
| 3 | * unexmacosx.c (copy_data_segment): Copy initialized data in | 3 | * unexmacosx.c (copy_data_segment): Copy initialized data in |
| 4 | statically linked libraries from input file rather than memory. | 4 | statically linked libraries from input file rather than memory. |
| 5 | 5 | ||
| 6 | 2012-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 7 | |||
| 8 | * unexmacosx.c (print_load_command_name): Add cases LC_MAIN, | 6 | * unexmacosx.c (print_load_command_name): Add cases LC_MAIN, |
| 9 | LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS. | 7 | LC_SOURCE_VERSION, and LC_DYLIB_CODE_SIGN_DRS. |
| 10 | (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data. | 8 | (dump_it) [LC_DYLIB_CODE_SIGN_DRS]: Call copy_linkedit_data. |