History log of /openbsd-current/gnu/usr.bin/gcc/gcc/collect2.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.6 24-Jan-2014 guenther

Catch SIGPIPE to clean up temp files

ok deraadt@


# 1.5 03-Dec-2013 guenther

Backport from gcc4 (mostly): make collect2 preserve ld's stdout and
stderr separately so that redirections of gcc's stdout/stderr act as
expected.

ok and testing miod@


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.4 05-Feb-2005 espie

-dynamic-linker ld.so is NOT a normal object file. Fixes issues in trying
to build a gcc3 sparc.
(reviewed and accepted upstream)


# 1.3 25-Dec-2004 espie

solve remaining conflicts


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE
# 1.2 18-Feb-2004 miod

Be sure to pass a third argument to open() when used with O_CREAT.
ok espie@


# 1.1 29-Nov-2003 espie

branches: 1.1.1;
Initial revision