diff options
author | K. Richard Pixley <rich@cygnus> | 1992-07-18 04:12:48 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-07-18 04:12:48 +0000 |
commit | ebe30eae412aeba5a4f8c26b813764eb671fc30b (patch) | |
tree | c9b43a8cc81110da35c33630076e1cf9262a9400 /gas | |
parent | d1289d7234576b2b9685625f208c407a2085033a (diff) | |
download | gdb-ebe30eae412aeba5a4f8c26b813764eb671fc30b.zip gdb-ebe30eae412aeba5a4f8c26b813764eb671fc30b.tar.gz gdb-ebe30eae412aeba5a4f8c26b813764eb671fc30b.tar.bz2 |
removed rcsids
Diffstat (limited to 'gas')
-rw-r--r-- | gas/Makefile.dos | 2 | ||||
-rw-r--r-- | gas/config/ho-go32.h | 2 | ||||
-rw-r--r-- | gas/config/tc-a29k.h | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/gas/Makefile.dos b/gas/Makefile.dos index d2ed398..1d9541c 100644 --- a/gas/Makefile.dos +++ b/gas/Makefile.dos @@ -34,8 +34,6 @@ VPATH = . #along with GNU GAS; see the file COPYING. If not, write to #the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# $Id$ - # The targets for external use include: # all, doc, proto, install, uninstall, includes, TAGS, # clean, cleanconfig, realclean, stage1, stage2, stage3, stage4. diff --git a/gas/config/ho-go32.h b/gas/config/ho-go32.h index 0fe1cff..d6ac336 100644 --- a/gas/config/ho-go32.h +++ b/gas/config/ho-go32.h @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ */ - #define HO_I386 1 extern void free(); diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h index d710a70..80a4a1a 100644 --- a/gas/config/tc-a29k.h +++ b/gas/config/tc-a29k.h @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id$ */ - #define TC_A29K #define tc_headers_hook(a) ; /* not used */ |