diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-12 07:36:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-12 07:36:59 +0000 |
commit | 380d9419c99660cdfb1501be9a14630ad5e398cf (patch) | |
tree | a540ce98df0b4290162bd9ec57c307e94a39d225 /sim/arm/armvirt.c | |
parent | 75be928bd2cbcc431c59bb3b9f20a7c002fc2022 (diff) | |
download | gdb-380d9419c99660cdfb1501be9a14630ad5e398cf.zip gdb-380d9419c99660cdfb1501be9a14630ad5e398cf.tar.gz gdb-380d9419c99660cdfb1501be9a14630ad5e398cf.tar.bz2 |
Update the address of the FSF organization
Diffstat (limited to 'sim/arm/armvirt.c')
-rw-r--r-- | sim/arm/armvirt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/arm/armvirt.c b/sim/arm/armvirt.c index 23038a1..b8301f7 100644 --- a/sim/arm/armvirt.c +++ b/sim/arm/armvirt.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* This file contains a complete ARMulator memory model, modelling a "virtual memory" system. A much simpler model can be found in armfast.c, |