diff options
author | Fred Fish <fnf@specifix.com> | 1997-03-08 16:23:57 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-03-08 16:23:57 +0000 |
commit | 98ee67d8deea42baba2e956935702f3357a8a69a (patch) | |
tree | a022f81948f7808191d33a4651af6cd41e7e2bee /ld | |
parent | a8d38bc586ccd09b38591eeccd787d7b0c057743 (diff) | |
download | gdb-98ee67d8deea42baba2e956935702f3357a8a69a.zip gdb-98ee67d8deea42baba2e956935702f3357a8a69a.tar.gz gdb-98ee67d8deea42baba2e956935702f3357a8a69a.tar.bz2 |
* scripttempl/tic80coff.sc (ENTRY): Entry symbol is __start
rather than _start.
(__edata): Define this rather than "edata".
(__end): Define this rather than "end".
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0ef2077..8f64bc3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,4 +1,11 @@ start-sanitize-tic80 +Fri Mar 7 18:40:12 1997 Fred Fish <fnf@cygnus.com> + + * scripttempl/tic80coff.sc (ENTRY): Entry symbol is __start + rather than _start. + (__edata): Define this rather than "edata". + (__end): Define this rather than "end". + Tue Mar 4 17:18:35 1997 Michael Meissner <meissner@cygnus.com> * configure.tgt (tic80-*-*): Allow dropping of -coff. |