Add the __eprol hidden symbol. Forgotten part of the common CSU handling

commit as found by Nicolas Joly.
This commit is contained in:
joerg 2010-09-29 14:54:00 +00:00
parent 0bf49d4fec
commit a6fcc8233b
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@
#
# Each of these can also have corresponding .rel.* and .rela.* sections.
test -z "$TEXT_START_SYMBOLS" && TEXT_START_SYMBOLS="PROVIDE_HIDDEN (__eprol = .);"
test -z "$ENTRY" && ENTRY=_start
test -z "${BIG_OUTPUT_FORMAT}" && BIG_OUTPUT_FORMAT=${OUTPUT_FORMAT}
test -z "${LITTLE_OUTPUT_FORMAT}" && LITTLE_OUTPUT_FORMAT=${OUTPUT_FORMAT}