diff options
author | Doug Evans <dje@google.com> | 1998-11-05 23:53:05 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-11-05 23:53:05 +0000 |
commit | f3dc77c2433574f65f892e0946aeb0f3fd5205c1 (patch) | |
tree | 895b2a12d7eca1b0d16dc5b630e7696bd7e42339 /gas | |
parent | 3d2014825444cda4bc2b4750ee880c51bdd68926 (diff) | |
download | gdb-f3dc77c2433574f65f892e0946aeb0f3fd5205c1.zip gdb-f3dc77c2433574f65f892e0946aeb0f3fd5205c1.tar.gz gdb-f3dc77c2433574f65f892e0946aeb0f3fd5205c1.tar.bz2 |
sanitize fr30 port for now
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 2 | ||||
-rw-r--r-- | gas/config/.Sanitize | 3 | ||||
-rw-r--r-- | gas/config/tc-fr30.c | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6d09320..2269379 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,4 @@ +start-sanitize-fr30 Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com> * configure.in: Add fr30-*-*. @@ -8,6 +9,7 @@ Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com> * doc/Makefile.in: Regenerated. * po/gas.pot: Regenerated. +end-sanitize-fr30 Mon Nov 2 20:54:16 1998 Doug Evans <devans@canuck.cygnus.com> * config/tc-m32r.c (assemble_two_insns): Ensure both insns diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 8015844..f237e87 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -92,7 +92,6 @@ tc-d10v.c tc-d10v.h tc-d30v.c tc-d30v.h -tc-fr30.c tc-generic.c tc-generic.h tc-h8300.c @@ -175,7 +174,7 @@ vms-conf.h Things-to-lose: - +tc-fr30.c # The lines between the "Do-last:" line and the end of the file # are executed as a /bin/sh shell script after everything else is diff --git a/gas/config/tc-fr30.c b/gas/config/tc-fr30.c index 8acbff2..3addea9 100644 --- a/gas/config/tc-fr30.c +++ b/gas/config/tc-fr30.c @@ -1,5 +1,5 @@ -/* tc-fr30.c -- Assembler for the Mitsubishi FR30. - Copyright (C) 1996, 1997, 1998 Free Software Foundation. +/* tc-fr30.c -- Assembler for the Fujitsu FR30. + Copyright (C) 1998 Free Software Foundation. This file is part of GAS, the GNU Assembler. |