diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 22:24:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 22:24:51 +0000 |
commit | ed52ae90a3ef61112ed603954ed247e96c5e2733 (patch) | |
tree | 26c7837413542129a58d2af069722749fc2c2764 /gcc/config/m88k | |
parent | 5bef586fae39801ceadfacf69e05a02c7dbe9859 (diff) | |
download | gcc-ed52ae90a3ef61112ed603954ed247e96c5e2733.tar.gz |
dummy import to prevent merge lossage
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r-- | gcc/config/m88k/dgux.ld | 2 | ||||
-rw-r--r-- | gcc/config/m88k/luna.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/m88k/dgux.ld b/gcc/config/m88k/dgux.ld index 26848959c65..cc5dc0fec2a 100644 --- a/gcc/config/m88k/dgux.ld +++ b/gcc/config/m88k/dgux.ld @@ -22,7 +22,7 @@ 64kb can be mapped out, thus catching references through null pointers. We actually start at 0x10200 (for efficiency). Ideally, we want the page offset of a given word of the .text (output) - section to be the same as it's page offset in the actual (output) + section to be the same as its page offset in the actual (output) linked core file so that paging of the .text section is efficient. In order to do this we allow for up to 0x200 bytes of header stuff in the output (linked) object file. diff --git a/gcc/config/m88k/luna.h b/gcc/config/m88k/luna.h index 677afcdae56..ab6dbded109 100644 --- a/gcc/config/m88k/luna.h +++ b/gcc/config/m88k/luna.h @@ -1,7 +1,7 @@ /* Definitions of target machine for GNU compiler. Motorola m88100 running Omron Luna/88k. - Copyright (C) 1991 Free Software Foundation, Inc. - Contributed by Jeffery Friedl (jfriedl@omron.co.jp) + Copyright (C) 1991, 1997 Free Software Foundation, Inc. + Contributed by Jeffrey Friedl (jfriedl@omron.co.jp) This file is part of GNU CC. |