Home | History | Annotate | Download | only in ld-elfcomm
      1 static
      2 #if     __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3)
      3   __attribute__((__used__))
      4 #endif  /* __GNUC__ */
      5   char dummy1 = 'X';
      6 char foo1 [] = "Aligned at odd byte.";
      7 char foo2 [4];
      8