]> git.ipfire.org Git - thirdparty/gcc.git/commit
* Integrate tlink patch from jason@cygnus.com
authorJeffrey A Law <law@cygnus.com>
Mon, 11 Aug 1997 20:23:53 +0000 (20:23 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 11 Aug 1997 20:23:53 +0000 (14:23 -0600)
commitaa32d8415861b4a41e0b3f38654bc425cb7cb64d
treefd4878ed0cdfb269f8e71f6bb4319c96a290414b
parent9ae8ffe751384e446477c47f8cf670d3a1e92fe9
* Integrate tlink patch from jason@cygnus.com
        * gcc.c (SWITCH_TAKES_ARG): Add 'V', 'B' and 'b'.
        (process_command): Increment n_switches for them.  Don't discard
        their args.  Validate them.
        (main): Escape " marks when creating COLLECT_GCC_OPTIONS.
        From Rohan Lenard.
        (process_command): Set include_prefixes from COMPILER_PATH.
        (main): Set COLLECT_GCC_OPTIONS sooner.
        * confiugre.in: Link ../ld/ld.new to collect-ld rather than real-ld.
        * tlink.c, hash.c, hash.h: New files.
        * Makefile.in (USE_COLLECT2): Always use collect2.
        (collect2): Depend on and link in hash.o and tlink.o.
        (tlink.o, hash.o): Add dependencies.

tlink patches from Jason.

From-SVN: r14769
gcc/ChangeLog
gcc/Makefile.in
gcc/collect2.c
gcc/configure
gcc/configure.in
gcc/gcc.c
gcc/hash.c [new file with mode: 0644]
gcc/hash.h [new file with mode: 0644]
gcc/tlink.c [new file with mode: 0644]