diff options
author | Nick Clifton <nickc@redhat.com> | 1997-10-23 21:34:51 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-10-23 21:34:51 +0000 |
commit | c439ad7503540f2a4b5e66819b325f943031089a (patch) | |
tree | b7ea98808d248b36cfeb1b7cf2bdf45f2d8c5435 /ld/ChangeLog | |
parent | d87ad0dc2f1de29d71e88e2a2f9667b38144c8ad (diff) | |
download | gdb-c439ad7503540f2a4b5e66819b325f943031089a.zip gdb-c439ad7503540f2a4b5e66819b325f943031089a.tar.gz gdb-c439ad7503540f2a4b5e66819b325f943031089a.tar.bz2 |
Rename '_stack' to '__stack'
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
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 ... |