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]

obselete testcase removal for darwin


This remove a testcase we don't need anymore because we've gotten rid
of the linker flag.

Checked into mainline and 4.2.


2007-01-19  Mike Stump  <mrs@apple.com>

	* gcc.dg/darwin-ld-6.c: Remove, tests a linker flag that is going
	away.

Index: gcc.dg/darwin-ld-6.c
===================================================================
--- gcc.dg/darwin-ld-6.c        (revision 120936)
+++ gcc.dg/darwin-ld-6.c        (working copy)
@@ -1,11 +0,0 @@
-/* Test Darwin linker option -nofixprebinding.  */
-/* Developed by Devang Patel <dpatel@apple.com>.  */
-
-/* { dg-options "-nofixprebinding" } */
-/* { dg-do link { target *-*-darwin* } } */
-
-int main()
-{
-  return 0;
-}
-


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