bd52d17906
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.
12 lines
204 B
C
12 lines
204 B
C
/* Test Darwin linker option -all_load. */
|
|
/* Developed by Devang Patel <dpatel@apple.com>. */
|
|
|
|
/* { dg-options "-all_load" } */
|
|
/* { dg-do link { target *-*-darwin* } } */
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|
|
|