This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc/collect2.c patch


These patches allow -frepo to work with the DJGPP port. They are 
essentially the same as the patches I submitted earlier before the 
paperwork cleared, except to adjust for the changes made to 
collect2.c in the meantime.

Changelog for gcc/collect2.c
Include prototypes for pexecute and pwait.
(collect_wait): Use pwait instead of wait.
(collect_execute): Just use pexecute. Remove conditionalized 
code.
(main) [DJGPP]: Set flags so system() behaves more Unix-like.

Changelog for gcc/Makefile.in:
(collect2.o): Add pexecute.o to dependancies and to link command.

--- 
Mark Elbrecht snowball3@usa.net
http://members.xoom.com/snowball3/
The following section of this message contains a file attachment
prepared for transmission using the Internet MIME message format.
If you are using Pegasus Mail, or any another MIME-compliant system,
you should be able to save it or view it from within your mailer.
If you cannot, please ask your system administrator for assistance.

   ---- File information -----------
     File:  collect.dif
     Date:  14 Dec 1998, 19:06
     Size:  5687 bytes.
     Type:  Unknown

collect.dif


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]