diff options
author | Alan Modra <amodra@gmail.com> | 2009-09-09 11:59:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-09-09 11:59:14 +0000 |
commit | 596d6d9145d7b285b1bd1afde953bb49d3cdbeff (patch) | |
tree | a2ee31b36c7eb98a756e3fa1117cb779180557d3 /ld/scripttempl/ppcpe.sc | |
parent | 9384f2ffd0864b49f201c3fd887492acba3c0c55 (diff) | |
download | gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.zip gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.tar.gz gdb-596d6d9145d7b285b1bd1afde953bb49d3cdbeff.tar.bz2 |
Only provide ENTRY on final link.
Diffstat (limited to 'ld/scripttempl/ppcpe.sc')
-rw-r--r-- | ld/scripttempl/ppcpe.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/ppcpe.sc b/ld/scripttempl/ppcpe.sc index 83e2609..182fbe5 100644 --- a/ld/scripttempl/ppcpe.sc +++ b/ld/scripttempl/ppcpe.sc @@ -22,7 +22,7 @@ ${LIB_SEARCH_DIRS} "-u mainCRTStartup" to make sure it gets included in the link. */ -ENTRY(mainCRTStartup) +${RELOCATING+ENTRY (mainCRTStartup)} SECTIONS { |