aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-01-05 00:19:54 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-01-05 00:19:54 +0000
commit603113d053acff38e631541eaf7e4fe7b42e4243 (patch)
tree48a69855e7f00dff07ab6e505e1027f10c4f70c3 /libiberty
parent8e38c10cb10d90ffd974ab9e51b82e6b8b9d8167 (diff)
downloadgcc-603113d053acff38e631541eaf7e4fe7b42e4243.zip
gcc-603113d053acff38e631541eaf7e4fe7b42e4243.tar.gz
gcc-603113d053acff38e631541eaf7e4fe7b42e4243.tar.bz2
Daily bump.
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index e150feb..414adc5 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,17 @@
+2023-01-04 Florian Weimer <fweimer@redhat.com>
+
+ Backported from master:
+ 2022-10-18 Florian Weimer <fweimer@redhat.com>
+
+ * acinclude.m4 (ac_cv_func_strncmp_works): Add missing
+ int return type and parameter list to the definition of main.
+ Include <stdlib.h> and <string.h> for prototypes.
+ (ac_cv_c_stack_direction): Add missing
+ int return type and parameter list to the definitions of
+ main, find_stack_direction. Include <stdlib.h> for exit
+ prototype.
+ * configure: Regenerate.
+
2022-04-21 Release Manager
* GCC 11.3.0 released.