Dale Curtis | 417709d | 2018-11-19 15:46:52 -0800 | [diff] [blame] | 1 | --------------------------------------------------------------------- |
| 2 | -- Chromium Patches. Autogenerated by find_patches.py, do not edit -- |
| 3 | --------------------------------------------------------------------- |
| 4 | |
| 5 | |
| 6 | ------------------------------------------------------------------ |
| 7 | commit 107604940bdc9787bc12fab8cdcc22ca6d53fdbb |
| 8 | Author: Dale Curtis <dalecurtis@chromium.org> |
| 9 | Date: 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 | |
| 22 | Affects: |
| 23 | asm/nasm.c |
| 24 | disasm/ndisasm.c |
| 25 | include/ver.h |
| 26 | nasmlib/ver.c |
| 27 | |
Dale Curtis | 4ee6a69 | 2018-11-19 13:52:05 -0800 | [diff] [blame^] | 28 | ------------------------------------------------------------------ |
| 29 | commit e5417246fc34b430f241f055b8b9570f5d9ab2c3 |
| 30 | Author: Dale Curtis <dalecurtis@chromium.org> |
| 31 | Date: 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 | |
| 40 | Affects: |
| 41 | output/outcoff.c |
| 42 | asm/nasm.c |
| 43 | |