summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-04-30 03:33:23 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-04-30 03:33:23 +0000
commitf2618f8252fd77391cbaefabce371dc9f96413e9 (patch)
tree13fe25c597cd6cadba7dfd920be4d82a02335f81
parentaad0977925596c3e9baeb9c0d4d8a117911a06b5 (diff)
downloadppe42-binutils-f2618f8252fd77391cbaefabce371dc9f96413e9.tar.gz
ppe42-binutils-f2618f8252fd77391cbaefabce371dc9f96413e9.zip
* scripttempl/pe.sc (.endjunk): Define __end__.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/scripttempl/pe.sc4
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ea30915e2f..9b58f9d658 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+Mon Apr 29 20:31:06 1996 Doug Evans <dje@canuck.cygnus.com>
+
+ * scripttempl/pe.sc (.endjunk): Define __end__.
+
Mon Apr 29 17:05:13 1996 Ian Lance Taylor <ian@cygnus.com>
* ldlang.c (longest_section_name): Remove.
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc
index 712c2c4584..bd9f27eee1 100644
--- a/ld/scripttempl/pe.sc
+++ b/ld/scripttempl/pe.sc
@@ -48,7 +48,7 @@ SECTIONS
- .edata BLOCK(__section_alignment__) : {
+ .edata BLOCK(__section_alignment__) : {
*(.edata) ;
}
@@ -97,7 +97,9 @@ SECTIONS
.endjunk BLOCK(__section_alignment__) :
{
+ /* end is deprecated, don't use it */
${RELOCATING+ end = .};
+ ${RELOCATING+ __end__ = .};
}
.stab BLOCK(__section_alignment__) ${RELOCATING+(NOLOAD)} :
OpenPOWER on IntegriCloud