]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/getopt.c
re PR target/10338 ([3.3 regression?] [Cygwin -> tic4x | avr] cross target compilatio...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 15 Apr 2003 14:24:26 +0000 (14:24 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 15 Apr 2003 14:24:26 +0000 (14:24 +0000)
commit55adc7bd57e426ac615874ce723406e11f341388
tree170043e8287dcdc7018cc29388f0ec204afea8d7
parentd2b548397c30e07603fd2902f1c29929da468ce0
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: r65634
gcc/ChangeLog
gcc/fixinc/gnu-regex.c
libiberty/ChangeLog
libiberty/getopt.c
libiberty/regex.c