diff options
author | Nick Clifton <nickc@redhat.com> | 1999-08-25 13:46:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-08-25 13:46:28 +0000 |
commit | 0f1ee8892239c700ecce2a4a1fec84ee3660a7bc (patch) | |
tree | 670eb050a04d138cb6cdeb243fb52c59bc94603b /ld/ChangeLog | |
parent | 8959586aab14570435e281513f310117fa6c59a8 (diff) | |
download | gdb-0f1ee8892239c700ecce2a4a1fec84ee3660a7bc.zip gdb-0f1ee8892239c700ecce2a4a1fec84ee3660a7bc.tar.gz gdb-0f1ee8892239c700ecce2a4a1fec84ee3660a7bc.tar.bz2 |
Patch from Philip Blundell <pb@nexus.co.uk>: Define __end__
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 f451e96..39595c8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +1999-08-25 Philip Blundell <pb@nexus.co.uk> + + * emulparams/armelf.sh (OTHER_BSS_SYMBOLS): Add __end__. + * emulparams/armelf_linux.sh: Likewise. + * emulparams/armelf_linux26.sh: Likewise. + 1999-08-24 Nick Clifton <nickc@cygnus.com> From a patch submitted by Roland McGrath <roland@baalperazim.frob.com> |