aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-10-23 21:34:51 +0000
committerNick Clifton <nickc@redhat.com>1997-10-23 21:34:51 +0000
commitc439ad7503540f2a4b5e66819b325f943031089a (patch)
treeb7ea98808d248b36cfeb1b7cf2bdf45f2d8c5435 /ld
parentd87ad0dc2f1de29d71e88e2a2f9667b38144c8ad (diff)
downloadgdb-c439ad7503540f2a4b5e66819b325f943031089a.zip
gdb-c439ad7503540f2a4b5e66819b325f943031089a.tar.gz
gdb-c439ad7503540f2a4b5e66819b325f943031089a.tar.bz2
Rename '_stack' to '__stack'
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 61258e9..0969323 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+Thu Oct 23 14:38:18 1997 Nick Clifton <nickc@cygnus.com>
+
+ * scripttempl/v850.sc: Rename linker symbol '_stack' to '__stack'
+ to avoid conflicts with C code which is defining a variable called
+ 'stack'.
+
Thu Oct 23 00:57:45 1997 Richard Henderson <rth@dot.cygnus.com>
* Makefile.in (ALL_EMULATIONS): Move eelf64_sparc.o ...