aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-04-15 14:29:55 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-04-15 14:29:55 +0000
commit0756c9417f20f85ccdb2ea07ee11c0fd32cabf5c (patch)
treeee4866360083a09e97b4246d12a30a48539dce6f /libiberty/ChangeLog
parent7d1982acdedfd7b46e8f245b70137c0c61533873 (diff)
downloadgcc-0756c9417f20f85ccdb2ea07ee11c0fd32cabf5c.zip
gcc-0756c9417f20f85ccdb2ea07ee11c0fd32cabf5c.tar.gz
gcc-0756c9417f20f85ccdb2ea07ee11c0fd32cabf5c.tar.bz2
re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target compilation error)
gcc: PR target/10338 PR bootstrap/10198 PR bootstrap/10140 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy. libiberty: PR target/10338 PR bootstrap/10198 PR bootstrap/10140 * getopt.c (exchange, _getopt_initialize): Use mempcpy not __mempcpy. * regex.c (regerror): Likewise. From-SVN: r65635
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index e9b2453..86db3de 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,12 @@
+2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ PR target/10338
+ PR bootstrap/10198
+ PR bootstrap/10140
+ * getopt.c (exchange, _getopt_initialize): Use mempcpy not
+ __mempcpy.
+ * regex.c (regerror): Likewise.
+
2003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (HAVE_UINTPTR_T): Always define.