Skip to content

Commit

Permalink
Linker script is modified to fix a gcc-4.7 regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
BERTRAND Joël committed Jun 23, 2013
1 parent 4c30e4c commit e03b6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/pal/src/generic/ctors.ldi
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
/* global static initializers */
__ctors_GLOBAL__ = .;
*(SORT(.ctors.1*))
*(.init_array)
*(SORT(.init_array.*))
*(SORT(.ctors.*))
*(.ctors)
QUAD(0)

0 comments on commit e03b6ec

Please sign in to comment.