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 | |