blob: 9c63038297cafc4f2978b9260e31bc00d5556799 [file] [log] [blame]
---------------------------------------------------------------------
-- Chromium Patches. Autogenerated by find_patches.py, do not edit --
---------------------------------------------------------------------
------------------------------------------------------------------
commit 107604940bdc9787bc12fab8cdcc22ca6d53fdbb
Author: Dale Curtis <dalecurtis@chromium.org>
Date: Wed Oct 31 13:03:37 2018 -0700
Apply deterministic build patch.
This removes __DATE__ from a few places to ensure the build is always
the same. Patch originally authored by davidben at chromium.org
This is one of the initial commits preparing NASM for use in Chrome.
BUG=766721
Change-Id: I4217f9ffed1455b8f244b024dc10dbb8c5c0664d
Affects:
asm/nasm.c
disasm/ndisasm.c
include/ver.h
nasmlib/ver.c
------------------------------------------------------------------
commit e5417246fc34b430f241f055b8b9570f5d9ab2c3
Author: Dale Curtis <dalecurtis@chromium.org>
Date: Mon Nov 19 13:50:47 2018 -0800
Remove uses of time(NULL) for build determism.
Removes cases suggested on the bug.
BUG=766721
TEST=none
Affects:
output/outcoff.c
asm/nasm.c