58494e24cd
* acpi: acpipld: downgrade the severity for PLD on the not connected port * configure.ac: fix the autoreconf AC_PROG_LEX warning * configure.ac: fix the autoreconf AC_PROG_LIBTOOL warning * lib: fwts_version.h - update to V24.07.00 * debian: update changelog * auto-packager: mkpackage.sh: remove mantic * acpi: acpipld: modify the test description to aviod misunderstanding * fwts-test: add regression tests for S3PT * acpi: s3pt: add tests for ACPI S3PT table * aspm: Only require ASPM for devices with an actual link * fwts-test: cedt: sync up with adding raw data dump * fwts-test: cedt: fix the wrong value of ENIW * acpi: cedt: add raw data dump for interleave target list * libfwtsiasl: fix parallel build with GNU Make >= 4.4 * tpmevlog: Ensure EV_SEPARATOR recorded for PCRs 0-7 * efi_runtime: don't build dkms module for those kernels with efi_test * auto-packer: mkpackage.sh: add oracular * lib: fwts_log_html: fix the invalid printf format string * autopackager: mkpackage.sh: remove lunar OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=170
12 lines
469 B
Diff
12 lines
469 B
Diff
--- fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:34 1.1
|
|
+++ fwts-20.11.00/src/acpica/source/compiler/aslutils.c 2020/11/27 16:29:50
|
|
@@ -596,7 +596,7 @@
|
|
/* Compiler name and version number */
|
|
|
|
FlPrintFile (FileId, "%s version %X [%s]\n\n",
|
|
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
|
|
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
|
|
}
|
|
|
|
/* Summary of main input and output files */
|