]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(zlib): update zlib source files
authorDaniel Boulby <daniel.boulby@arm.com>
Wed, 5 Oct 2022 10:05:22 +0000 (11:05 +0100)
committerDaniel Boulby <daniel.boulby@arm.com>
Mon, 24 Oct 2022 15:49:32 +0000 (16:49 +0100)
commita194255d75ed9e2ef56bd6e14349a3e7d86af934
tree2e5d5f6116e6221fd1c006b787ff9f82f608eb01
parent98a43d9f6c22498d9e1a6e7ace1bc6d23ac58d5a
feat(zlib): update zlib source files

Upgrade the zlib source files to the ones present in the version 1.2.13
of zlib [1]. Since 1.2.11 the use of Arm crc32 instructions has been
introduced so update the files to make use of this.

[1] https://github.com/madler/zlib/tree/v1.2.13

Change-Id: Ideef78c56f05ae7daec390d00dcaa8f66b18729e
Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>
12 files changed:
Makefile
lib/zlib/crc32.c
lib/zlib/crc32.h
lib/zlib/inffast.c
lib/zlib/inflate.c
lib/zlib/inflate.h
lib/zlib/inftrees.c
lib/zlib/inftrees.h
lib/zlib/zconf.h
lib/zlib/zlib.h
lib/zlib/zutil.c
lib/zlib/zutil.h