diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-01 19:30:27 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-01 19:30:27 -0400 |
commit | 772cf983a761f3409c3c61ad087a79de21b4c5ef (patch) | |
tree | 754c0f58dde9e3bdabd01920721df055410c204e | |
parent | 26b66701975456acc4e58ff50f464a5feef65423 (diff) | |
download | gcc-772cf983a761f3409c3c61ad087a79de21b4c5ef.zip gcc-772cf983a761f3409c3c61ad087a79de21b4c5ef.tar.gz gcc-772cf983a761f3409c3c61ad087a79de21b4c5ef.tar.bz2 |
Added start of comment.
From-SVN: r9867
-rw-r--r-- | gcc/config/m88k/dolphin.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/dolphin.ld b/gcc/config/m88k/dolphin.ld index 4425d59..28d648d 100644 --- a/gcc/config/m88k/dolphin.ld +++ b/gcc/config/m88k/dolphin.ld @@ -18,7 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -This file does the following: +/* This file does the following: - Sets VIRTUAL addr of .text to 0x400200 Sets FILE addr of .text to 0x200 (BLOCK directive) |