OSDN Git Service

(main): Don't turn off auto_export because of -g.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jun 1995 02:21:06 +0000 (02:21 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Jun 1995 02:21:06 +0000 (02:21 +0000)
commit661ab6cfe581cdf55bea0d3cba6246443a4c95a2
tree6a01f9d1e2a430d56e4201ca85eea66749383b2d
parent0da887ad8be2c43cffaa0c5978c3f573e333cdc5
(main): Don't turn off auto_export because of -g.
(main): Ignore the argument to -o.
(main): Place o_file after an initial .o (like crt0.o).
If we have LD_INIT_SWITCH, use init and fini functions for
executables, too.  Specify the unique function names.
(write_c_file_stat): Fix the case of destructors but no constructors.
Don't include the generic-named functions for executables.
(write_c_file): If we have LD_INIT_SWITCH, always use write_c_file_stat.
(main): Also add _GLOBAL__D? to export list.

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