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

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

From-SVN: r120984
This commit is contained in:
Mike Stump 2007-01-20 00:13:53 +00:00 committed by Mike Stump
parent c9fa8bd45b
commit 591df276bf
2 changed files with 5 additions and 11 deletions

View file

@ -1,3 +1,8 @@
2007-01-19 Mike Stump <mrs@apple.com>
* gcc.dg/darwin-ld-6.c: Remove, tests a linker flag that is going
away.
2007-01-19 Roger Sayle <roger@eyesopen.com>
* gcc.dg/pr30172-1.c: Specify the -fno-signed-zeros command line

View file

@ -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;
}