blob: 9c63038297cafc4f2978b9260e31bc00d5556799 [file] [log] [blame]
Dale Curtis417709d2018-11-19 15:46:52 -08001---------------------------------------------------------------------
2-- Chromium Patches. Autogenerated by find_patches.py, do not edit --
3---------------------------------------------------------------------
4
5
6------------------------------------------------------------------
7commit 107604940bdc9787bc12fab8cdcc22ca6d53fdbb
8Author: Dale Curtis <dalecurtis@chromium.org>
9Date: Wed Oct 31 13:03:37 2018 -0700
10
11 Apply deterministic build patch.
12
13 This removes __DATE__ from a few places to ensure the build is always
14 the same. Patch originally authored by davidben at chromium.org
15
16 This is one of the initial commits preparing NASM for use in Chrome.
17
18 BUG=766721
19
20 Change-Id: I4217f9ffed1455b8f244b024dc10dbb8c5c0664d
21
22Affects:
23 asm/nasm.c
24 disasm/ndisasm.c
25 include/ver.h
26 nasmlib/ver.c
27
Dale Curtis4ee6a692018-11-19 13:52:05 -080028------------------------------------------------------------------
29commit e5417246fc34b430f241f055b8b9570f5d9ab2c3
30Author: Dale Curtis <dalecurtis@chromium.org>
31Date: Mon Nov 19 13:50:47 2018 -0800
32
33 Remove uses of time(NULL) for build determism.
34
35 Removes cases suggested on the bug.
36
37 BUG=766721
38 TEST=none
39
40Affects:
41 output/outcoff.c
42 asm/nasm.c
43