Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/ld/scripttempl Add the __eprol h...
details: https://anonhg.NetBSD.org/src/rev/9dce2b602820
branches: trunk
changeset: 757865:9dce2b602820
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Sep 29 14:54:00 2010 +0000
description:
Add the __eprol hidden symbol. Forgotten part of the common CSU handling
commit as found by Nicolas Joly.
diffstat:
external/gpl3/binutils/dist/ld/scripttempl/elf.sc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 9f4e975bf25b -r 9dce2b602820 external/gpl3/binutils/dist/ld/scripttempl/elf.sc
--- a/external/gpl3/binutils/dist/ld/scripttempl/elf.sc Wed Sep 29 14:34:07 2010 +0000
+++ b/external/gpl3/binutils/dist/ld/scripttempl/elf.sc Wed Sep 29 14:54:00 2010 +0000
@@ -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}
Home |
Main Index |
Thread Index |
Old Index