This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Missing gthr-gnat.c in LIB2ADDEH on ia64


This fixes an old bug where gthr-gnat.c wasn't added to LIB2ADDEH on
ia64.  Committed as obvious.

Andreas.

2003-10-29  Andreas Schwab  <schwab@suse.de>

	* config/ia64/t-ia64 (LIB2ADDEH): Add $(srcdir)/gthr-gnat.c.

--- gcc/config/ia64/t-ia64.~1.20.~	2003-10-27 11:39:43.000000000 +0100
+++ gcc/config/ia64/t-ia64	2003-10-29 17:18:03.000000000 +0100
@@ -41,7 +41,7 @@ crtfastmath.o: $(srcdir)/config/ia64/crt
 		$(srcdir)/config/ia64/crtfastmath.c
 
 LIB2ADDEH = $(srcdir)/config/ia64/unwind-ia64.c $(srcdir)/unwind-sjlj.c \
-  $(srcdir)/unwind-c.c
+  $(srcdir)/unwind-c.c $(srcdir)/gthr-gnat.c
 
 ia64-c.o: $(srcdir)/config/ia64/ia64-c.c $(CONFIG_H) $(SYSTEM_H) \
     coretypes.h $(TM_H) $(TREE_H) $(CPPLIB_H) $(C_COMMON_H) c-pragma.h toplev.h

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]