OSDN Git Service

Add mingw32 support.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 1998 21:30:39 +0000 (21:30 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jan 1998 21:30:39 +0000 (21:30 +0000)
commit113f026687f3eca824ba7d87ad6ceaf27d4f463a
tree3fb1bcc713bf0b50a9443986aa474ff823b51ca8
parent3fd975cfea9517665009a0b1d474c2d8e7de3fff
    Add mingw32 support.
        * pexecute.c (pexecute): New function for mingw32. Supports pipes.
        (pwait): New function for mingw32.
        * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
        * config/mt-mingw32: New file.
        * xmalloc.c (first_break): Not used for mingw32.
        (xmalloc_set_program_name): Don't use sbrk on mingw32.
        (xmalloc): Likewise.
        (xrealloc): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17395 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/config.table
libiberty/config/mt-mingw32 [new file with mode: 0644]
libiberty/pexecute.c
libiberty/xmalloc.c