summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-31 14:28:03 +0100
committerBruno Haible <bruno@clisp.org>2021-01-31 14:28:03 +0100
commit8aea50f4dbe02dcb286d3e89fd3a66c0d1e307bf (patch)
tree982b40c487240f127626cd018fbd6d8a1b0e788d
parent7b9b52a92f711b76d3a191d67255fb5d7fabc443 (diff)
downloadgnulib-8aea50f4dbe02dcb286d3e89fd3a66c0d1e307bf.tar.gz
relocatable-prog-wrapper: Tweak today's patch.
* build-aux/install-reloc (func_create_wrapper): Clean up free.o.
-rw-r--r--ChangeLog5
-rwxr-xr-xbuild-aux/install-reloc1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 412674ea8e..717e51b16f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2021-01-31 Bruno Haible <bruno@clisp.org>
+ relocatable-prog-wrapper: Tweak today's patch.
+ * build-aux/install-reloc (func_create_wrapper): Clean up free.o.
+
+2021-01-31 Bruno Haible <bruno@clisp.org>
+
fmaf: Document QEMU bug.
* doc/posix-functions/fmaf.texi: Add note about QEMU bug.
diff --git a/build-aux/install-reloc b/build-aux/install-reloc
index e74f02d946..f77b0d1f6d 100755
--- a/build-aux/install-reloc
+++ b/build-aux/install-reloc
@@ -269,6 +269,7 @@ func_create_wrapper ()
scratch_buffer_set_array_size.o \
malloc.o \
realloc.o \
+ free.o \
mempcpy.o \
rawmemchr.o \
malloca.o \