aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-01-12 14:11:45 +0000
committerNick Clifton <nickc@redhat.com>1999-01-12 14:11:45 +0000
commit0c14d9537c53831ee68dd6210faa88d251d7875a (patch)
tree7871395fa1e2fd20244d2d6a3a007d8d293b025e
parente79b7f1e018d5e1e2f1523ebd35d536bf4a1c520 (diff)
downloadgdb-0c14d9537c53831ee68dd6210faa88d251d7875a.zip
gdb-0c14d9537c53831ee68dd6210faa88d251d7875a.tar.gz
gdb-0c14d9537c53831ee68dd6210faa88d251d7875a.tar.bz2
Remove .stack section, replace with __stack symbol.
-rw-r--r--ld/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ce41657..ea41104 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -6,7 +6,8 @@
* configure.tgt: Replace fr30 with elf32fr30.
* emulparams/elf32fr30.sh: New file: Replaces fr30.sh, and uses
- generic elf.sc script.
+ generic elf.sc script. Also replaces the .stack section with a
+ user definable symbol __stack.
1999-01-11 Nick Clifton <nickc@cygnus.com>