OSDN Git Service

* collect2.c (main): Only generate import or export file and add
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 18:14:31 +0000 (18:14 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 18:14:31 +0000 (18:14 +0000)
commit4e2fa0bf462ce72570a1bb3cbba7cc40ca49b822
tree669d7bf654cc7206632c3db3b386beae1a3aa553
parent5128a3111fc77771864dcf70c872d7ac7bf835e4
    * collect2.c (main): Only generate import or export file and add
        to link arguments if non-empty.  Use xmalloc not alloca.
        (write_{export,import}_file): Delete.
        (write_aix_file): New function.
        (locatelib): Use xmalloc not malloc.
        (GCC_OK_SYMBOL): Do not check type if aix64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27106 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/collect2.c