mirror of git://gcc.gnu.org/git/gcc.git
* config/alpha/x-vms (USE_COLLECT2): Set to empty.
From-SVN: r48817
This commit is contained in:
parent
f0df802972
commit
d2a3725675
|
@ -3,6 +3,8 @@ Sun Jan 13 07:23:01 2002 Douglas B Rupp <rupp@gnat.com>
|
||||||
* Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
|
* Makefile.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
|
||||||
* mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
|
* mklibgcc.in (LIB2FUNCS): Split into LIB2FUNCS_1 and LIB2FUNCS_2.
|
||||||
|
|
||||||
|
* config/alpha/x-vms (USE_COLLECT2): Set to empty.
|
||||||
|
|
||||||
Sun Jan 13 06:55:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
Sun Jan 13 06:55:31 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||||
|
|
||||||
* dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
|
* dwarf2out.c (mem_loc_descriptor, case ADDRESSOF): New case.
|
||||||
|
|
|
@ -17,3 +17,6 @@ decc.exe : vms-cc.o
|
||||||
# These extra parts can only be compiled on a VMS host and are only needed
|
# These extra parts can only be compiled on a VMS host and are only needed
|
||||||
# on a VMS target. The rules are in t-vms.
|
# on a VMS target. The rules are in t-vms.
|
||||||
VMS_EXTRA_PARTS=vcrt0.o pcrt0.o
|
VMS_EXTRA_PARTS=vcrt0.o pcrt0.o
|
||||||
|
|
||||||
|
# Doesn't work on VMS
|
||||||
|
USE_COLLECT2=
|
||||||
|
|
Loading…
Reference in New Issue