Simon Atanasyan b635d04589 [Mips] Implement .{ctors,dtors}.<priority> sections ordering.
Arrange .ctors/.dtors sections in the following order:
  .ctors from crtbegin.o or crtbegin?.o
  .ctors from regular object files
  .ctors.* (sorted) from regular object files
  .ctors from crtend.o or crtend?.o

This order is specific for MIPS traget. For example, on X86
the .ctors.* sections are merged into the .init_array section.

llvm-svn: 209987
2014-06-01 06:28:42 +00:00
..
2014-05-05 18:56:04 +00:00
2014-04-03 21:06:23 +00:00
2014-01-27 03:09:26 +00:00
2014-04-03 21:06:23 +00:00
2014-03-28 05:17:59 +00:00