CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/10/02 11:19:29
Modified files:
devel/valgrind : Makefile
devel/valgrind/patches: patch-coregrind_m_main_c
Added files:
devel/valgrind/patches: patch-VEX_priv_guest_amd64_helpers_c
patch-VEX_priv_guest_amd64_toIR_c
patch-VEX_priv_host_amd64_defs_c
patch-VEX_priv_host_amd64_defs_h
patch-VEX_priv_host_amd64_isel_c
patch-VEX_priv_ir_defs_c
patch-VEX_pub_libvex_ir_h
patch-coregrind_link_tool_exe_openbsd_in
patch-coregrind_m_aspacemgr_aspacemgr-common_c
patch-coregrind_m_aspacemgr_aspacemgr-linux_c
patch-coregrind_m_debuglog_c
patch-coregrind_m_libcproc_c
patch-coregrind_m_scheduler_scheduler_c
patch-coregrind_m_transtab_c
patch-coregrind_pub_core_aspacemgr_h
patch-coregrind_pub_core_transtab_h
patch-include_vki_vki-openbsd_h
patch-memcheck_mc_translate_c
Log message:
Unbreak valgrind memcheck on amd64
Masato Asou <asou A-T soum D-O-T co D-O-T jp> corrected the following two
problems:
- FS register can be used.
- Fixed a problem that strip command rewrites offset and align of
memcheck ELF file.
Many thanks to Masato Asou for the great work!
"Can't be worse than we have now." and OK sthen@ and OK kmos@