darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -dead_strip and -no_dead_strip_inits_an...
authorDevang Patel <dpatel@apple.com>
Wed, 11 Aug 2004 21:26:12 +0000 (14:26 -0700)
committerDevang Patel <dpatel@gcc.gnu.org>
Wed, 11 Aug 2004 21:26:12 +0000 (14:26 -0700)
commit5079843a2094412a6b25a23c1eeae4296d0ed15a
tree701d5540297509ffda24aa6d7e4b38eb2c62cc66
parent876f13b0bef8cb388df2fc1781dc7575590fc6b5
darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -dead_strip and -no_dead_strip_inits_and_terms.

       * config/darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -dead_strip
       and -no_dead_strip_inits_and_terms.
       (LINK_SPEC): Same.
       * doc/invoke.texi (Darwin Options): Document -dead_strip and
       -no_dead_strip_inits_and_terms.

       * gcc.dg/darwin-ld-20040809-1.c: New test.
       * gcc.dg/darwin-ld-20040809-2.c: New test.

From-SVN: r85822
gcc/ChangeLog
gcc/config/darwin.h
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/darwin-ld-20040809-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/darwin-ld-20040809-2.c [new file with mode: 0644]