diff --git a/HACKING b/HACKING index 3980f560..0c565b87 100644 --- a/HACKING +++ b/HACKING @@ -1,5 +1,3 @@ -$Id$ - If you are contributing code to the YASM project or trying to compile YASM from a CVS checkout, please read this first. diff --git a/Makefile.am b/Makefile.am index 95dae006..f3ed7d41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,3 @@ -# $Id$ - SUBDIRS = po . ACLOCAL_AMFLAGS = -I m4 diff --git a/Mkfiles/Makefile.dj b/Mkfiles/Makefile.dj index 419bed86..8881b544 100644 --- a/Mkfiles/Makefile.dj +++ b/Mkfiles/Makefile.dj @@ -1,5 +1,3 @@ -# $Id$ -# # Ultra-flat Makefile for DJGPP (also works for Cygwin). # Does NOT depend on or use configure. # diff --git a/Mkfiles/Makefile.flat b/Mkfiles/Makefile.flat index b979176d..3e190d73 100644 --- a/Mkfiles/Makefile.flat +++ b/Mkfiles/Makefile.flat @@ -1,5 +1,3 @@ -# $Id$ -# # Ultra-flat Makefile "prototype" for non-Unix platforms. # Does NOT depend on or use configure. # diff --git a/Mkfiles/dj/config.h b/Mkfiles/dj/config.h index 1d45e76b..46e3167e 100644 --- a/Mkfiles/dj/config.h +++ b/Mkfiles/dj/config.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) #define yasm__abspath(path) yasm__abspath_win(path) #define yasm__combpath(from, to) yasm__combpath_win(from, to) diff --git a/Mkfiles/nightly-build.pl b/Mkfiles/nightly-build.pl index 1ac17a29..0a029d92 100644 --- a/Mkfiles/nightly-build.pl +++ b/Mkfiles/nightly-build.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Id$ use POSIX qw(strftime); $|++; diff --git a/Mkfiles/vc10/config.h b/Mkfiles/vc10/config.h index 28aa8d10..aba46abe 100644 --- a/Mkfiles/vc10/config.h +++ b/Mkfiles/vc10/config.h @@ -1,5 +1,3 @@ -/* $Id: config.h 1137 2004-09-04 01:24:57Z peter $ */ - #define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) #define yasm__abspath(path) yasm__abspath_win(path) #define yasm__combpath(from, to) yasm__combpath_win(from, to) diff --git a/Mkfiles/vc9/config.h b/Mkfiles/vc9/config.h index 28aa8d10..aba46abe 100644 --- a/Mkfiles/vc9/config.h +++ b/Mkfiles/vc9/config.h @@ -1,5 +1,3 @@ -/* $Id: config.h 1137 2004-09-04 01:24:57Z peter $ */ - #define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) #define yasm__abspath(path) yasm__abspath_win(path) #define yasm__combpath(from, to) yasm__combpath_win(from, to) diff --git a/autogen.sh b/autogen.sh index 9f9c45b2..b91fc286 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,4 @@ #!/bin/sh -# $Id$ # Run this to set up the build system: configure, makefiles, etc. # (based on the version in enlightenment's cvs) diff --git a/configure.ac b/configure.ac index ae9dcf06..4dc92f41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ # Process this file with autoconf to produce a configure script. -# $Id$ # # autoconf setup diff --git a/frontends/Makefile.inc b/frontends/Makefile.inc index 72140c3f..295639e8 100644 --- a/frontends/Makefile.inc +++ b/frontends/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += frontends/yasm/Makefile.inc EXTRA_DIST += frontends/tasm/Makefile.inc EXTRA_DIST += frontends/vsyasm/Makefile.inc diff --git a/frontends/tasm/Makefile.inc b/frontends/tasm/Makefile.inc index 22370df8..9826e1b9 100644 --- a/frontends/tasm/Makefile.inc +++ b/frontends/tasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id: Makefile.inc 1463 2006-04-05 05:39:23Z peter $ - bin_PROGRAMS += ytasm ytasm_SOURCES = frontends/tasm/tasm.c diff --git a/frontends/tasm/tasm-options.c b/frontends/tasm/tasm-options.c index 2f8f46dd..7c23c468 100644 --- a/frontends/tasm/tasm-options.c +++ b/frontends/tasm/tasm-options.c @@ -29,7 +29,6 @@ */ #include #include -/*@unused@*/ RCSID("$Id: tasm-options.c 1197 2005-01-24 06:44:25Z peter $"); #include "tasm-options.h" diff --git a/frontends/tasm/tasm-options.h b/frontends/tasm/tasm-options.h index 6f2e7419..082409fc 100644 --- a/frontends/tasm/tasm-options.h +++ b/frontends/tasm/tasm-options.h @@ -1,4 +1,4 @@ -/* $Id: tasm-options.h 1137 2004-09-04 01:24:57Z peter $ +/* * Generic Options Support Header File * * Copyright (c) 2001 Stanislav Karchebny diff --git a/frontends/tasm/tasm.c b/frontends/tasm/tasm.c index 400e1baf..6efac28f 100644 --- a/frontends/tasm/tasm.c +++ b/frontends/tasm/tasm.c @@ -26,7 +26,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id: tasm.c 1523 2006-05-06 16:11:56Z peter $"); #include #include diff --git a/frontends/vsyasm/Makefile.inc b/frontends/vsyasm/Makefile.inc index 1adcca8d..df8d9cf7 100644 --- a/frontends/vsyasm/Makefile.inc +++ b/frontends/vsyasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id: Makefile.inc 1463 2006-04-05 05:39:23Z peter $ - bin_PROGRAMS += vsyasm vsyasm_SOURCES = frontends/vsyasm/vsyasm.c diff --git a/frontends/vsyasm/vsyasm.c b/frontends/vsyasm/vsyasm.c index 8c966703..115e34e6 100644 --- a/frontends/vsyasm/vsyasm.c +++ b/frontends/vsyasm/vsyasm.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include #include diff --git a/frontends/yasm/Makefile.inc b/frontends/yasm/Makefile.inc index 1e0a8362..ff73f952 100644 --- a/frontends/yasm/Makefile.inc +++ b/frontends/yasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - bin_PROGRAMS += yasm dist_man_MANS += yasm.1 diff --git a/frontends/yasm/yasm-options.c b/frontends/yasm/yasm-options.c index 48c8c56d..eff6ba9a 100644 --- a/frontends/yasm/yasm-options.c +++ b/frontends/yasm/yasm-options.c @@ -29,7 +29,6 @@ */ #include #include -/*@unused@*/ RCSID("$Id$"); #include "yasm-options.h" diff --git a/frontends/yasm/yasm-options.h b/frontends/yasm/yasm-options.h index d78bec30..63c4fbea 100644 --- a/frontends/yasm/yasm-options.h +++ b/frontends/yasm/yasm-options.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * Generic Options Support Header File * * Copyright (c) 2001 Stanislav Karchebny diff --git a/frontends/yasm/yasm-plugin.c b/frontends/yasm/yasm-plugin.c index a04c42bf..c64edc32 100644 --- a/frontends/yasm/yasm-plugin.c +++ b/frontends/yasm/yasm-plugin.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/frontends/yasm/yasm-plugin.h b/frontends/yasm/yasm-plugin.h index edee2537..efb1bf51 100644 --- a/frontends/yasm/yasm-plugin.h +++ b/frontends/yasm/yasm-plugin.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * Semi-portable (Windows and Unix) plugin loading * * Copyright (C) 2008 Peter Johnson diff --git a/frontends/yasm/yasm.c b/frontends/yasm/yasm.c index ca049756..4c61e77e 100644 --- a/frontends/yasm/yasm.c +++ b/frontends/yasm/yasm.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include #include diff --git a/frontends/yasm/yasm.xml b/frontends/yasm/yasm.xml index fde13492..0f074628 100644 --- a/frontends/yasm/yasm.xml +++ b/frontends/yasm/yasm.xml @@ -2,8 +2,6 @@ - - diff --git a/genstring.c b/genstring.c index 51b76810..a66e2f56 100644 --- a/genstring.c +++ b/genstring.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Generate array-of-const-string from text file. * diff --git a/libyasm.h b/libyasm.h index 6d7778e9..f52c133b 100644 --- a/libyasm.h +++ b/libyasm.h @@ -2,10 +2,6 @@ * \file libyasm.h * \brief YASM library primary header file. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2003-2007 Peter Johnson * diff --git a/libyasm/Makefile.inc b/libyasm/Makefile.inc index 482af05a..042dd390 100644 --- a/libyasm/Makefile.inc +++ b/libyasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += libyasm/assocdat.c libyasm_a_SOURCES += libyasm/bitvect.c libyasm_a_SOURCES += libyasm/bc-align.c diff --git a/libyasm/arch.h b/libyasm/arch.h index eed31765..3da9f9fc 100644 --- a/libyasm/arch.h +++ b/libyasm/arch.h @@ -2,10 +2,6 @@ * \file libyasm/arch.h * \brief YASM architecture interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2002-2007 Peter Johnson * diff --git a/libyasm/assocdat.c b/libyasm/assocdat.c index 8364d6c3..cdcda62b 100644 --- a/libyasm/assocdat.c +++ b/libyasm/assocdat.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "coretype.h" #include "assocdat.h" diff --git a/libyasm/assocdat.h b/libyasm/assocdat.h index d18e1ebf..cf423867 100644 --- a/libyasm/assocdat.h +++ b/libyasm/assocdat.h @@ -2,10 +2,6 @@ * \file assocdat.h * \brief YASM associated data storage (libyasm internal use) * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2003-2007 Peter Johnson * diff --git a/libyasm/bc-align.c b/libyasm/bc-align.c index 763140d7..2a47882e 100644 --- a/libyasm/bc-align.c +++ b/libyasm/bc-align.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/bc-data.c b/libyasm/bc-data.c index 7fe40913..ebbdd6f9 100644 --- a/libyasm/bc-data.c +++ b/libyasm/bc-data.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/bc-incbin.c b/libyasm/bc-incbin.c index 23146015..a8fec7d6 100644 --- a/libyasm/bc-incbin.c +++ b/libyasm/bc-incbin.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/bc-org.c b/libyasm/bc-org.c index cb2d82b8..7ef96c84 100644 --- a/libyasm/bc-org.c +++ b/libyasm/bc-org.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/bc-reserve.c b/libyasm/bc-reserve.c index 09196faa..197175b4 100644 --- a/libyasm/bc-reserve.c +++ b/libyasm/bc-reserve.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/bitvect.c b/libyasm/bitvect.c index 57ad6133..dfb08252 100644 --- a/libyasm/bitvect.c +++ b/libyasm/bitvect.c @@ -1,5 +1,4 @@ #include "util.h" -RCSID("$Id$"); #include "coretype.h" diff --git a/libyasm/bitvect.h b/libyasm/bitvect.h index dc77d4fa..3aee3a53 100644 --- a/libyasm/bitvect.h +++ b/libyasm/bitvect.h @@ -1,5 +1,3 @@ -/* $Id$ */ - #ifndef YASM_BITVECT_H #define YASM_BITVECT_H /*****************************************************************************/ diff --git a/libyasm/bytecode.c b/libyasm/bytecode.c index 50a4fa0f..f864bae0 100644 --- a/libyasm/bytecode.c +++ b/libyasm/bytecode.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/bytecode.h b/libyasm/bytecode.h index 2b664271..4e8a801f 100644 --- a/libyasm/bytecode.h +++ b/libyasm/bytecode.h @@ -2,10 +2,6 @@ * \file libyasm/bytecode.h * \brief YASM bytecode interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/cmake-module.c b/libyasm/cmake-module.c index 85309946..2ee39ca8 100644 --- a/libyasm/cmake-module.c +++ b/libyasm/cmake-module.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id: module.in 2080 2008-04-30 04:40:29Z peter $"); #include diff --git a/libyasm/compat-queue.h b/libyasm/compat-queue.h index e9077be9..da9eff46 100644 --- a/libyasm/compat-queue.h +++ b/libyasm/compat-queue.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * implementation for systems that don't have it. * * Copyright (c) 1991, 1993 diff --git a/libyasm/coretype.h b/libyasm/coretype.h index a78c28f2..624e3c44 100644 --- a/libyasm/coretype.h +++ b/libyasm/coretype.h @@ -2,10 +2,6 @@ * \file libyasm/coretype.h * \brief YASM core types and utility functions. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/dbgfmt.h b/libyasm/dbgfmt.h index aa0690bd..8e038bbf 100644 --- a/libyasm/dbgfmt.h +++ b/libyasm/dbgfmt.h @@ -2,10 +2,6 @@ * \file libyasm/dbgfmt.h * \brief YASM debug format interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2002-2007 Peter Johnson * diff --git a/libyasm/errwarn.c b/libyasm/errwarn.c index fa136005..d51a0deb 100644 --- a/libyasm/errwarn.c +++ b/libyasm/errwarn.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include #include diff --git a/libyasm/errwarn.h b/libyasm/errwarn.h index 2cc7fb1a..ede2f287 100644 --- a/libyasm/errwarn.h +++ b/libyasm/errwarn.h @@ -2,10 +2,6 @@ * \file libyasm/errwarn.h * \brief YASM error and warning reporting interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/expr.c b/libyasm/expr.c index 0c777403..c2c868ed 100644 --- a/libyasm/expr.c +++ b/libyasm/expr.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/expr.h b/libyasm/expr.h index ee43fca6..2b06cd3a 100644 --- a/libyasm/expr.h +++ b/libyasm/expr.h @@ -2,10 +2,6 @@ * \file libyasm/expr.h * \brief YASM expression interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Michael Urman, Peter Johnson * diff --git a/libyasm/file.c b/libyasm/file.c index 53e61bf8..fc7dab6c 100644 --- a/libyasm/file.c +++ b/libyasm/file.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); /* Need either unistd.h or direct.h to prototype getcwd() and mkdir() */ #ifdef HAVE_UNISTD_H diff --git a/libyasm/file.h b/libyasm/file.h index d99785dd..1e9b87b0 100644 --- a/libyasm/file.h +++ b/libyasm/file.h @@ -2,10 +2,6 @@ * \file libyasm/file.h * \brief YASM file helpers. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/floatnum.c b/libyasm/floatnum.c index a7cfcb7e..ab67c2b2 100644 --- a/libyasm/floatnum.c +++ b/libyasm/floatnum.c @@ -27,7 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include diff --git a/libyasm/floatnum.h b/libyasm/floatnum.h index 8fa3d1d5..d2c70420 100644 --- a/libyasm/floatnum.h +++ b/libyasm/floatnum.h @@ -2,10 +2,6 @@ * \file libyasm/floatnum.h * \brief YASM floating point (IEEE) interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/genmodule.c b/libyasm/genmodule.c index 4ae31083..867d93a5 100644 --- a/libyasm/genmodule.c +++ b/libyasm/genmodule.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Generate module.c from module.in and Makefile.am or Makefile. * diff --git a/libyasm/hamt.c b/libyasm/hamt.c index 33ab83bb..59b75921 100644 --- a/libyasm/hamt.c +++ b/libyasm/hamt.c @@ -30,7 +30,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include diff --git a/libyasm/hamt.h b/libyasm/hamt.h index c54172b7..1ce9b775 100644 --- a/libyasm/hamt.h +++ b/libyasm/hamt.h @@ -2,10 +2,6 @@ * \file libyasm/hamt.h * \brief Hash Array Mapped Trie (HAMT) functions. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/insn.c b/libyasm/insn.c index c4c26867..8f7a4c19 100644 --- a/libyasm/insn.c +++ b/libyasm/insn.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/insn.h b/libyasm/insn.h index 99bcb841..d2d175d0 100644 --- a/libyasm/insn.h +++ b/libyasm/insn.h @@ -2,10 +2,6 @@ * \file libyasm/insn.h * \brief YASM mnenomic instruction. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2002-2007 Peter Johnson * diff --git a/libyasm/intnum.c b/libyasm/intnum.c index 625349c6..6feba334 100644 --- a/libyasm/intnum.c +++ b/libyasm/intnum.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include #include diff --git a/libyasm/intnum.h b/libyasm/intnum.h index 132e8b00..bec832cf 100644 --- a/libyasm/intnum.h +++ b/libyasm/intnum.h @@ -2,10 +2,6 @@ * \file libyasm/intnum.h * \brief YASM integer number interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/inttree.c b/libyasm/inttree.c index a7739fb1..2ae10e9b 100644 --- a/libyasm/inttree.c +++ b/libyasm/inttree.c @@ -1,5 +1,4 @@ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include #include diff --git a/libyasm/inttree.h b/libyasm/inttree.h index de037e44..f7a76515 100644 --- a/libyasm/inttree.h +++ b/libyasm/inttree.h @@ -1,4 +1,3 @@ -/* $Id$ */ #ifndef YASM_INTTREE_H #define YASM_INTTREE_H diff --git a/libyasm/linemap.c b/libyasm/linemap.c index abee7482..42201d3c 100644 --- a/libyasm/linemap.c +++ b/libyasm/linemap.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "coretype.h" #include "hamt.h" diff --git a/libyasm/linemap.h b/libyasm/linemap.h index e916c6d0..1c5aa462 100644 --- a/libyasm/linemap.h +++ b/libyasm/linemap.h @@ -2,10 +2,6 @@ * \file libyasm/linemap.h * \brief YASM virtual line mapping interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2002-2007 Peter Johnson * diff --git a/libyasm/listfmt.h b/libyasm/listfmt.h index bfdfac46..945f28e5 100644 --- a/libyasm/listfmt.h +++ b/libyasm/listfmt.h @@ -2,10 +2,6 @@ * \file libyasm/listfmt.h * \brief YASM list format interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2004-2007 Peter Johnson * diff --git a/libyasm/md5.c b/libyasm/md5.c index e02bcf2c..86fb9c30 100644 --- a/libyasm/md5.c +++ b/libyasm/md5.c @@ -29,7 +29,6 @@ this file is only about 3k of object code. */ #include -/*@unused@*/ RCSID("$Id$"); #include "md5.h" diff --git a/libyasm/md5.h b/libyasm/md5.h index 7226f1dc..7872fda7 100644 --- a/libyasm/md5.h +++ b/libyasm/md5.h @@ -1,9 +1,5 @@ /* See md5.c for explanation and copyright information. */ -/* - * $Id$ - */ - #ifndef YASM_MD5_H #define YASM_MD5_H diff --git a/libyasm/mergesort.c b/libyasm/mergesort.c index a5b33da4..3eeaa827 100644 --- a/libyasm/mergesort.c +++ b/libyasm/mergesort.c @@ -32,7 +32,6 @@ * SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94"; diff --git a/libyasm/module.h b/libyasm/module.h index ce2e14b7..220017de 100644 --- a/libyasm/module.h +++ b/libyasm/module.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * YASM module loader header file * * Copyright (C) 2002-2007 Peter Johnson diff --git a/libyasm/module.in b/libyasm/module.in index ff1e399b..a18778b6 100644 --- a/libyasm/module.in +++ b/libyasm/module.in @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/libyasm/objfmt.h b/libyasm/objfmt.h index 6abba74d..840296a5 100644 --- a/libyasm/objfmt.h +++ b/libyasm/objfmt.h @@ -2,10 +2,6 @@ * \file libyasm/objfmt.h * \brief YASM object format module interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/parser.h b/libyasm/parser.h index 26c347be..93d4d332 100644 --- a/libyasm/parser.h +++ b/libyasm/parser.h @@ -2,10 +2,6 @@ * \file libyasm/parser.h * \brief YASM parser module interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/phash.c b/libyasm/phash.c index 21a8ad1c..cef8c781 100644 --- a/libyasm/phash.c +++ b/libyasm/phash.c @@ -1,6 +1,5 @@ /* Modified for use with yasm by Peter Johnson. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); /* -------------------------------------------------------------------- diff --git a/libyasm/phash.h b/libyasm/phash.h index f446eeab..2273a5df 100644 --- a/libyasm/phash.h +++ b/libyasm/phash.h @@ -1,6 +1,4 @@ -/* Modified for use with yasm by Peter Johnson. - * $Id$ - */ +/* Modified for use with yasm by Peter Johnson. */ /* ------------------------------------------------------------------------------ By Bob Jenkins, September 1996. diff --git a/libyasm/preproc.h b/libyasm/preproc.h index 0b8c54ff..751b19e4 100644 --- a/libyasm/preproc.h +++ b/libyasm/preproc.h @@ -2,10 +2,6 @@ * \file libyasm/preproc.h * \brief YASM preprocessor module interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/section.c b/libyasm/section.c index bb796308..9242fb01 100644 --- a/libyasm/section.c +++ b/libyasm/section.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include diff --git a/libyasm/section.h b/libyasm/section.h index 3b3942a9..2c7faa4d 100644 --- a/libyasm/section.h +++ b/libyasm/section.h @@ -2,10 +2,6 @@ * \file libyasm/section.h * \brief YASM section interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/strcasecmp.c b/libyasm/strcasecmp.c index 69d87113..a87bd88b 100644 --- a/libyasm/strcasecmp.c +++ b/libyasm/strcasecmp.c @@ -30,8 +30,6 @@ * SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); - #ifndef USE_OUR_OWN_STRCASECMP #undef yasm__strcasecmp diff --git a/libyasm/strsep.c b/libyasm/strsep.c index 7f538797..0fecd475 100644 --- a/libyasm/strsep.c +++ b/libyasm/strsep.c @@ -30,7 +30,6 @@ */ #define NO_STRING_INLINES #include "util.h" -/*@unused@*/ RCSID("$Id$"); #if defined(LIBC_SCCS) && !defined(lint) diff --git a/libyasm/symrec.c b/libyasm/symrec.c index 6ebfc1c6..694f0c67 100644 --- a/libyasm/symrec.c +++ b/libyasm/symrec.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include #include diff --git a/libyasm/symrec.h b/libyasm/symrec.h index 0eac87bf..62071589 100644 --- a/libyasm/symrec.h +++ b/libyasm/symrec.h @@ -2,10 +2,6 @@ * \file libyasm/symrec.h * \brief YASM symbol table interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Michael Urman, Peter Johnson * diff --git a/libyasm/tests/Makefile.inc b/libyasm/tests/Makefile.inc index 13460c01..9c038a14 100644 --- a/libyasm/tests/Makefile.inc +++ b/libyasm/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += bitvect_test TESTS += floatnum_test TESTS += leb128_test diff --git a/libyasm/tests/bitvect_test.c b/libyasm/tests/bitvect_test.c index ea8f561e..f7b34130 100644 --- a/libyasm/tests/bitvect_test.c +++ b/libyasm/tests/bitvect_test.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/tests/combpath_test.c b/libyasm/tests/combpath_test.c index 35a5b454..90f2e241 100644 --- a/libyasm/tests/combpath_test.c +++ b/libyasm/tests/combpath_test.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (C) 2006-2007 Peter Johnson * diff --git a/libyasm/tests/floatnum_test.c b/libyasm/tests/floatnum_test.c index b0526ea5..30b8d6ce 100644 --- a/libyasm/tests/floatnum_test.c +++ b/libyasm/tests/floatnum_test.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/tests/leb128_test.c b/libyasm/tests/leb128_test.c index aca537b4..87fc8d91 100644 --- a/libyasm/tests/leb128_test.c +++ b/libyasm/tests/leb128_test.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (C) 2005-2007 Peter Johnson * diff --git a/libyasm/tests/libyasm_test.sh b/libyasm/tests/libyasm_test.sh index 02457315..37f8717f 100755 --- a/libyasm/tests/libyasm_test.sh +++ b/libyasm/tests/libyasm_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" "" exit $? diff --git a/libyasm/tests/splitpath_test.c b/libyasm/tests/splitpath_test.c index 74792636..7f873a47 100644 --- a/libyasm/tests/splitpath_test.c +++ b/libyasm/tests/splitpath_test.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (C) 2006-2007 Peter Johnson * diff --git a/libyasm/tests/uncstring_test.c b/libyasm/tests/uncstring_test.c index 819c06f5..73037642 100644 --- a/libyasm/tests/uncstring_test.c +++ b/libyasm/tests/uncstring_test.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Copyright (C) 2006-2007 Peter Johnson * diff --git a/libyasm/valparam.c b/libyasm/valparam.c index 648dfaea..88e41a7c 100644 --- a/libyasm/valparam.c +++ b/libyasm/valparam.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/valparam.h b/libyasm/valparam.h index 3a7e8df6..d7343d49 100644 --- a/libyasm/valparam.h +++ b/libyasm/valparam.h @@ -2,10 +2,6 @@ * \file libyasm/valparam.h * \brief YASM value/parameter interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2001-2007 Peter Johnson * diff --git a/libyasm/value.c b/libyasm/value.c index e85d54b2..3ab73c1c 100644 --- a/libyasm/value.c +++ b/libyasm/value.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -/*@unused@*/ RCSID("$Id$"); #include "libyasm-stdint.h" #include "coretype.h" diff --git a/libyasm/value.h b/libyasm/value.h index 3d51ebaf..4dc294bc 100644 --- a/libyasm/value.h +++ b/libyasm/value.h @@ -2,10 +2,6 @@ * \file libyasm/value.h * \brief YASM value interface. * - * \rcs - * $Id$ - * \endrcs - * * \license * Copyright (C) 2006-2007 Peter Johnson * diff --git a/libyasm/xmalloc.c b/libyasm/xmalloc.c index 30b30f43..81b608c0 100644 --- a/libyasm/xmalloc.c +++ b/libyasm/xmalloc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include "util.h" -RCSID("$Id$"); #include "coretype.h" #include "errwarn.h" diff --git a/libyasm/xstrdup.c b/libyasm/xstrdup.c index b0bbdfd3..b187704f 100644 --- a/libyasm/xstrdup.c +++ b/libyasm/xstrdup.c @@ -29,7 +29,6 @@ * SUCH DAMAGE. */ #include "util.h" -RCSID("$Id$"); #include "coretype.h" diff --git a/modules/Makefile.inc b/modules/Makefile.inc index 3ff8fd31..c220a84c 100644 --- a/modules/Makefile.inc +++ b/modules/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/arch/Makefile.inc EXTRA_DIST += modules/listfmts/Makefile.inc EXTRA_DIST += modules/parsers/Makefile.inc diff --git a/modules/arch/Makefile.inc b/modules/arch/Makefile.inc index be5f2c55..5c5d9d15 100644 --- a/modules/arch/Makefile.inc +++ b/modules/arch/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/arch/x86/Makefile.inc EXTRA_DIST += modules/arch/lc3b/Makefile.inc diff --git a/modules/arch/lc3b/Makefile.inc b/modules/arch/lc3b/Makefile.inc index 13cc33b8..fc30583d 100644 --- a/modules/arch/lc3b/Makefile.inc +++ b/modules/arch/lc3b/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/arch/lc3b/lc3barch.c libyasm_a_SOURCES += modules/arch/lc3b/lc3barch.h libyasm_a_SOURCES += modules/arch/lc3b/lc3bbc.c diff --git a/modules/arch/lc3b/lc3barch.c b/modules/arch/lc3b/lc3barch.c index 84f188a8..05145286 100644 --- a/modules/arch/lc3b/lc3barch.c +++ b/modules/arch/lc3b/lc3barch.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/arch/lc3b/lc3barch.h b/modules/arch/lc3b/lc3barch.h index 4de0c45d..9ded8cbe 100644 --- a/modules/arch/lc3b/lc3barch.h +++ b/modules/arch/lc3b/lc3barch.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * LC-3b Architecture header file * * Copyright (C) 2003-2007 Peter Johnson diff --git a/modules/arch/lc3b/lc3bbc.c b/modules/arch/lc3b/lc3bbc.c index 51029cdb..d077c7c5 100644 --- a/modules/arch/lc3b/lc3bbc.c +++ b/modules/arch/lc3b/lc3bbc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/arch/lc3b/lc3bid.re b/modules/arch/lc3b/lc3bid.re index de8a2bdf..2b3cf7a3 100644 --- a/modules/arch/lc3b/lc3bid.re +++ b/modules/arch/lc3b/lc3bid.re @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -RCSID("$Id$"); #include diff --git a/modules/arch/lc3b/tests/Makefile.inc b/modules/arch/lc3b/tests/Makefile.inc index 43b861ee..1ca39a3d 100644 --- a/modules/arch/lc3b/tests/Makefile.inc +++ b/modules/arch/lc3b/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/arch/lc3b/tests/lc3b_test.sh EXTRA_DIST += modules/arch/lc3b/tests/lc3b_test.sh diff --git a/modules/arch/lc3b/tests/lc3b_test.sh b/modules/arch/lc3b/tests/lc3b_test.sh index 30ca95df..5c115817 100755 --- a/modules/arch/lc3b/tests/lc3b_test.sh +++ b/modules/arch/lc3b/tests/lc3b_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh lc3b_test modules/arch/lc3b/tests "lc3b arch" "-a lc3b -f bin" "" exit $? diff --git a/modules/arch/x86/Makefile.inc b/modules/arch/x86/Makefile.inc index ef5e581d..e7b162e3 100644 --- a/modules/arch/x86/Makefile.inc +++ b/modules/arch/x86/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/arch/x86/x86arch.c libyasm_a_SOURCES += modules/arch/x86/x86arch.h libyasm_a_SOURCES += modules/arch/x86/x86bc.c diff --git a/modules/arch/x86/gen_x86_insn.py b/modules/arch/x86/gen_x86_insn.py index fdfe31d7..4de9d6cd 100755 --- a/modules/arch/x86/gen_x86_insn.py +++ b/modules/arch/x86/gen_x86_insn.py @@ -28,13 +28,8 @@ from sys import stdout, version_info -rcstag = "$Id$" -try: - scriptname = rcstag.split()[1] - scriptrev = rcstag.split()[2] -except IndexError: - scriptname = "gen_x86_insn.py" - scriptrev = "HEAD" +scriptname = "gen_x86_insn.py" +scriptrev = "HEAD" ordered_cpus = [ "086", "186", "286", "386", "486", "586", "686", "K6", "Athlon", "P3", diff --git a/modules/arch/x86/tests/Makefile.inc b/modules/arch/x86/tests/Makefile.inc index 07b13a80..c633e6c1 100644 --- a/modules/arch/x86/tests/Makefile.inc +++ b/modules/arch/x86/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/arch/x86/tests/x86_test.sh EXTRA_DIST += modules/arch/x86/tests/x86_test.sh diff --git a/modules/arch/x86/tests/gas32/Makefile.inc b/modules/arch/x86/tests/gas32/Makefile.inc index 5fc0afbf..2f58c668 100644 --- a/modules/arch/x86/tests/gas32/Makefile.inc +++ b/modules/arch/x86/tests/gas32/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/arch/x86/tests/gas32/x86_gas32_test.sh EXTRA_DIST += modules/arch/x86/tests/gas32/x86_gas32_test.sh diff --git a/modules/arch/x86/tests/gas32/x86_gas32_test.sh b/modules/arch/x86/tests/gas32/x86_gas32_test.sh index af84899e..b1d6c03c 100755 --- a/modules/arch/x86/tests/gas32/x86_gas32_test.sh +++ b/modules/arch/x86/tests/gas32/x86_gas32_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh x86_gas32_test modules/arch/x86/tests/gas32 "x86 gas format" "-f elf32 -p gas" ".o" exit $? diff --git a/modules/arch/x86/tests/gas64/Makefile.inc b/modules/arch/x86/tests/gas64/Makefile.inc index cfda8a56..00baf626 100644 --- a/modules/arch/x86/tests/gas64/Makefile.inc +++ b/modules/arch/x86/tests/gas64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/arch/x86/tests/gas64/x86_gas64_test.sh EXTRA_DIST += modules/arch/x86/tests/gas64/x86_gas64_test.sh diff --git a/modules/arch/x86/tests/gas64/x86_gas64_test.sh b/modules/arch/x86/tests/gas64/x86_gas64_test.sh index 3379775c..b5b2cdf3 100755 --- a/modules/arch/x86/tests/gas64/x86_gas64_test.sh +++ b/modules/arch/x86/tests/gas64/x86_gas64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh x86_gas64_test modules/arch/x86/tests/gas64 "amd64 gas format" "-f elf -m amd64 -p gas" ".o" exit $? diff --git a/modules/arch/x86/tests/x86_test.sh b/modules/arch/x86/tests/x86_test.sh index d2e6e373..a4fd2e37 100755 --- a/modules/arch/x86/tests/x86_test.sh +++ b/modules/arch/x86/tests/x86_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin" "" exit $? diff --git a/modules/arch/x86/x86arch.c b/modules/arch/x86/x86arch.c index 95b7e385..833e94cd 100644 --- a/modules/arch/x86/x86arch.c +++ b/modules/arch/x86/x86arch.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/arch/x86/x86arch.h b/modules/arch/x86/x86arch.h index c46ea5b8..0c387f70 100644 --- a/modules/arch/x86/x86arch.h +++ b/modules/arch/x86/x86arch.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * x86 Architecture header file * * Copyright (C) 2001-2007 Peter Johnson diff --git a/modules/arch/x86/x86bc.c b/modules/arch/x86/x86bc.c index 8666943e..1670df78 100644 --- a/modules/arch/x86/x86bc.c +++ b/modules/arch/x86/x86bc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/arch/x86/x86cpu.gperf b/modules/arch/x86/x86cpu.gperf index 8939d636..669a588b 100644 --- a/modules/arch/x86/x86cpu.gperf +++ b/modules/arch/x86/x86cpu.gperf @@ -25,7 +25,6 @@ # POSSIBILITY OF SUCH DAMAGE. %{ #include -RCSID("$Id$"); #include #include diff --git a/modules/arch/x86/x86expr.c b/modules/arch/x86/x86expr.c index cacf827a..85feb785 100644 --- a/modules/arch/x86/x86expr.c +++ b/modules/arch/x86/x86expr.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/arch/x86/x86id.c b/modules/arch/x86/x86id.c index 0e8a5be9..3f645b8e 100644 --- a/modules/arch/x86/x86id.c +++ b/modules/arch/x86/x86id.c @@ -26,7 +26,6 @@ */ #include #include -RCSID("$Id$"); #include #include diff --git a/modules/arch/x86/x86regtmod.gperf b/modules/arch/x86/x86regtmod.gperf index 5d6a3d22..64ee7d9d 100644 --- a/modules/arch/x86/x86regtmod.gperf +++ b/modules/arch/x86/x86regtmod.gperf @@ -25,7 +25,6 @@ # POSSIBILITY OF SUCH DAMAGE. %{ #include -RCSID("$Id$"); #include #include diff --git a/modules/arch/yasm_arch.xml b/modules/arch/yasm_arch.xml index 6ca9c9fd..a5e53ef6 100644 --- a/modules/arch/yasm_arch.xml +++ b/modules/arch/yasm_arch.xml @@ -2,8 +2,6 @@ - - diff --git a/modules/dbgfmts/Makefile.inc b/modules/dbgfmts/Makefile.inc index 7a5cf35a..8da62104 100644 --- a/modules/dbgfmts/Makefile.inc +++ b/modules/dbgfmts/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/dbgfmts/codeview/Makefile.inc EXTRA_DIST += modules/dbgfmts/dwarf2/Makefile.inc EXTRA_DIST += modules/dbgfmts/null/Makefile.inc diff --git a/modules/dbgfmts/codeview/Makefile.inc b/modules/dbgfmts/codeview/Makefile.inc index 1a11f729..19f2db65 100644 --- a/modules/dbgfmts/codeview/Makefile.inc +++ b/modules/dbgfmts/codeview/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/dbgfmts/codeview/cv-dbgfmt.h libyasm_a_SOURCES += modules/dbgfmts/codeview/cv-dbgfmt.c libyasm_a_SOURCES += modules/dbgfmts/codeview/cv-symline.c diff --git a/modules/dbgfmts/codeview/cv-dbgfmt.c b/modules/dbgfmts/codeview/cv-dbgfmt.c index 65ce493e..9b06fe34 100644 --- a/modules/dbgfmts/codeview/cv-dbgfmt.c +++ b/modules/dbgfmts/codeview/cv-dbgfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/codeview/cv-dbgfmt.h b/modules/dbgfmts/codeview/cv-dbgfmt.h index 5f415d7b..134b0b88 100644 --- a/modules/dbgfmts/codeview/cv-dbgfmt.h +++ b/modules/dbgfmts/codeview/cv-dbgfmt.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * CodeView debugging formats implementation for Yasm * * Copyright (C) 2006-2007 Peter Johnson diff --git a/modules/dbgfmts/codeview/cv-symline.c b/modules/dbgfmts/codeview/cv-symline.c index 8a797295..2b71302a 100644 --- a/modules/dbgfmts/codeview/cv-symline.c +++ b/modules/dbgfmts/codeview/cv-symline.c @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/codeview/cv-type.c b/modules/dbgfmts/codeview/cv-type.c index 79516257..2a52f184 100644 --- a/modules/dbgfmts/codeview/cv-type.c +++ b/modules/dbgfmts/codeview/cv-type.c @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/dwarf2/Makefile.inc b/modules/dbgfmts/dwarf2/Makefile.inc index 602ae641..606b699e 100644 --- a/modules/dbgfmts/dwarf2/Makefile.inc +++ b/modules/dbgfmts/dwarf2/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h libyasm_a_SOURCES += modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c libyasm_a_SOURCES += modules/dbgfmts/dwarf2/dwarf2-line.c diff --git a/modules/dbgfmts/dwarf2/dwarf2-aranges.c b/modules/dbgfmts/dwarf2/dwarf2-aranges.c index 0ab0dc58..f398b7fa 100644 --- a/modules/dbgfmts/dwarf2/dwarf2-aranges.c +++ b/modules/dbgfmts/dwarf2/dwarf2-aranges.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c index 85c5e508..5b66f8a7 100644 --- a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c +++ b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h index d939c1d4..03752345 100644 --- a/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h +++ b/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * DWARF2 debugging format * * Copyright (C) 2006-2007 Peter Johnson diff --git a/modules/dbgfmts/dwarf2/dwarf2-info.c b/modules/dbgfmts/dwarf2/dwarf2-info.c index 72657504..7dbe43a9 100644 --- a/modules/dbgfmts/dwarf2/dwarf2-info.c +++ b/modules/dbgfmts/dwarf2/dwarf2-info.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/dwarf2/dwarf2-line.c b/modules/dbgfmts/dwarf2/dwarf2-line.c index a1b0fe51..151dc198 100644 --- a/modules/dbgfmts/dwarf2/dwarf2-line.c +++ b/modules/dbgfmts/dwarf2/dwarf2-line.c @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/dwarf2/tests/Makefile.inc b/modules/dbgfmts/dwarf2/tests/Makefile.inc index 5ae1d93a..e1dc1d4e 100644 --- a/modules/dbgfmts/dwarf2/tests/Makefile.inc +++ b/modules/dbgfmts/dwarf2/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc EXTRA_DIST += modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc EXTRA_DIST += modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc diff --git a/modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc b/modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc index 66076da2..88ca78c6 100644 --- a/modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc +++ b/modules/dbgfmts/dwarf2/tests/gen64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh EXTRA_DIST += modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh diff --git a/modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh b/modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh index 07d1a1d7..dae5f429 100755 --- a/modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh +++ b/modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh dwarf2_gen64_test modules/dbgfmts/dwarf2/tests/gen64 "dwarf2 dbgfmt gen64" "-f elf64 -g dwarf2" ".o" exit $? diff --git a/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc b/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc index 4c3fabc9..be69cbf8 100644 --- a/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc +++ b/modules/dbgfmts/dwarf2/tests/pass32/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh EXTRA_DIST += modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh diff --git a/modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh b/modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh index ba89b781..8b159a37 100755 --- a/modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh +++ b/modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh dwarf2_pass32_test modules/dbgfmts/dwarf2/tests/pass32 "dwarf2 dbgfmt pass32" "-f elf -p gas -g dwarf2" ".o" exit $? diff --git a/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc b/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc index 2ca475d5..e9760145 100644 --- a/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc +++ b/modules/dbgfmts/dwarf2/tests/pass64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh EXTRA_DIST += modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh diff --git a/modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh b/modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh index f4dddfe8..a377327c 100755 --- a/modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh +++ b/modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh dwarf2_pass64_test modules/dbgfmts/dwarf2/tests/pass64 "dwarf2 dbgfmt pass64" "-f elf64 -p gas -g dwarf2" ".o" exit $? diff --git a/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc b/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc index 32027367..e1d9c4d9 100644 --- a/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc +++ b/modules/dbgfmts/dwarf2/tests/passwin64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh EXTRA_DIST += modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh diff --git a/modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh b/modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh index e892d33e..336ceab9 100755 --- a/modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh +++ b/modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh dwarf2_passwin64_test modules/dbgfmts/dwarf2/tests/passwin64 "dwarf2 dbgfmt passwin64" "-f win64 -p gas -g dwarf2" ".o" exit $? diff --git a/modules/dbgfmts/null/Makefile.inc b/modules/dbgfmts/null/Makefile.inc index 6582d744..94f7cdbe 100644 --- a/modules/dbgfmts/null/Makefile.inc +++ b/modules/dbgfmts/null/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/dbgfmts/null/null-dbgfmt.c YASM_MODULES += dbgfmt_null diff --git a/modules/dbgfmts/null/null-dbgfmt.c b/modules/dbgfmts/null/null-dbgfmt.c index 1cf5f642..d2d1bed5 100644 --- a/modules/dbgfmts/null/null-dbgfmt.c +++ b/modules/dbgfmts/null/null-dbgfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/stabs/Makefile.inc b/modules/dbgfmts/stabs/Makefile.inc index f5ba1422..745c0dec 100644 --- a/modules/dbgfmts/stabs/Makefile.inc +++ b/modules/dbgfmts/stabs/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/dbgfmts/stabs/stabs-dbgfmt.c YASM_MODULES += dbgfmt_stabs diff --git a/modules/dbgfmts/stabs/stabs-dbgfmt.c b/modules/dbgfmts/stabs/stabs-dbgfmt.c index a4ad2894..c8cf9b39 100644 --- a/modules/dbgfmts/stabs/stabs-dbgfmt.c +++ b/modules/dbgfmts/stabs/stabs-dbgfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/dbgfmts/stabs/tests/Makefile.inc b/modules/dbgfmts/stabs/tests/Makefile.inc index 9563d9c5..6f789eb8 100644 --- a/modules/dbgfmts/stabs/tests/Makefile.inc +++ b/modules/dbgfmts/stabs/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/dbgfmts/stabs/tests/stabs_test.sh TESTS += modules/dbgfmts/stabs/tests/stabs_test.sh diff --git a/modules/dbgfmts/stabs/tests/stabs_test.sh b/modules/dbgfmts/stabs/tests/stabs_test.sh index 64f24f33..e04b9522 100755 --- a/modules/dbgfmts/stabs/tests/stabs_test.sh +++ b/modules/dbgfmts/stabs/tests/stabs_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ # copied from yasm/modules/objfmts/coff/tests/coff_test.sh ; s/coff/stabs/g ${srcdir}/out_test.sh stabs_test modules/dbgfmts/stabs/tests "stabs dbgfmt" "-f elf -g stabs" ".o" exit $? diff --git a/modules/dbgfmts/yasm_dbgfmts.xml b/modules/dbgfmts/yasm_dbgfmts.xml index 5b15925f..7cd38a49 100644 --- a/modules/dbgfmts/yasm_dbgfmts.xml +++ b/modules/dbgfmts/yasm_dbgfmts.xml @@ -2,8 +2,6 @@ - - diff --git a/modules/listfmts/Makefile.inc b/modules/listfmts/Makefile.inc index 2621412e..77fb2ec5 100644 --- a/modules/listfmts/Makefile.inc +++ b/modules/listfmts/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/listfmts/nasm/Makefile.inc include modules/listfmts/nasm/Makefile.inc diff --git a/modules/listfmts/nasm/Makefile.inc b/modules/listfmts/nasm/Makefile.inc index 7df9badc..6f00499e 100644 --- a/modules/listfmts/nasm/Makefile.inc +++ b/modules/listfmts/nasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/listfmts/nasm/nasm-listfmt.c YASM_MODULES += listfmt_nasm diff --git a/modules/listfmts/nasm/nasm-listfmt.c b/modules/listfmts/nasm/nasm-listfmt.c index ef5adde1..1dfc5b62 100644 --- a/modules/listfmts/nasm/nasm-listfmt.c +++ b/modules/listfmts/nasm/nasm-listfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/objfmts/Makefile.inc b/modules/objfmts/Makefile.inc index f927a09c..a76359a4 100644 --- a/modules/objfmts/Makefile.inc +++ b/modules/objfmts/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/objfmts/dbg/Makefile.inc EXTRA_DIST += modules/objfmts/bin/Makefile.inc EXTRA_DIST += modules/objfmts/elf/Makefile.inc diff --git a/modules/objfmts/bin/Makefile.inc b/modules/objfmts/bin/Makefile.inc index a7539fe8..ae23cfe7 100644 --- a/modules/objfmts/bin/Makefile.inc +++ b/modules/objfmts/bin/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/objfmts/bin/bin-objfmt.c YASM_MODULES += objfmt_bin objfmt_dosexe diff --git a/modules/objfmts/bin/bin-objfmt.c b/modules/objfmts/bin/bin-objfmt.c index 8d3abf8c..5f422245 100644 --- a/modules/objfmts/bin/bin-objfmt.c +++ b/modules/objfmts/bin/bin-objfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #ifdef HAVE_UNISTD_H #include diff --git a/modules/objfmts/bin/tests/Makefile.inc b/modules/objfmts/bin/tests/Makefile.inc index 92b85ff6..e29ed72f 100644 --- a/modules/objfmts/bin/tests/Makefile.inc +++ b/modules/objfmts/bin/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/bin/tests/bin_test.sh EXTRA_DIST += modules/objfmts/bin/tests/bin_test.sh diff --git a/modules/objfmts/bin/tests/bin_test.sh b/modules/objfmts/bin/tests/bin_test.sh index 49f4897c..9ab7e41a 100755 --- a/modules/objfmts/bin/tests/bin_test.sh +++ b/modules/objfmts/bin/tests/bin_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh bin_test modules/objfmts/bin/tests "bin objfmt" "-f bin" "" exit $? diff --git a/modules/objfmts/bin/tests/multisect/Makefile.inc b/modules/objfmts/bin/tests/multisect/Makefile.inc index 93c1423b..dcb7d62a 100644 --- a/modules/objfmts/bin/tests/multisect/Makefile.inc +++ b/modules/objfmts/bin/tests/multisect/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/bin/tests/multisect/bin_multi_test.sh EXTRA_DIST += modules/objfmts/bin/tests/multisect/bin_multi_test.sh diff --git a/modules/objfmts/bin/tests/multisect/bin_multi_test.sh b/modules/objfmts/bin/tests/multisect/bin_multi_test.sh index acf6ae7c..aa3f616c 100755 --- a/modules/objfmts/bin/tests/multisect/bin_multi_test.sh +++ b/modules/objfmts/bin/tests/multisect/bin_multi_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ YASM_TEST_SUITE=1 export YASM_TEST_SUITE diff --git a/modules/objfmts/coff/Makefile.inc b/modules/objfmts/coff/Makefile.inc index e9e8576d..9564fed3 100644 --- a/modules/objfmts/coff/Makefile.inc +++ b/modules/objfmts/coff/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/objfmts/coff/coff-objfmt.c libyasm_a_SOURCES += modules/objfmts/coff/coff-objfmt.h libyasm_a_SOURCES += modules/objfmts/coff/win64-except.c diff --git a/modules/objfmts/coff/coff-objfmt.c b/modules/objfmts/coff/coff-objfmt.c index 0591884e..4278fa6d 100644 --- a/modules/objfmts/coff/coff-objfmt.c +++ b/modules/objfmts/coff/coff-objfmt.c @@ -26,7 +26,6 @@ */ #include #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/objfmts/coff/coff-objfmt.h b/modules/objfmts/coff/coff-objfmt.h index 1360eade..10d88a09 100644 --- a/modules/objfmts/coff/coff-objfmt.h +++ b/modules/objfmts/coff/coff-objfmt.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * COFF (DJGPP) object format * * Copyright (C) 2007 Peter Johnson diff --git a/modules/objfmts/coff/tests/Makefile.inc b/modules/objfmts/coff/tests/Makefile.inc index 869d0f87..aafdfbf2 100644 --- a/modules/objfmts/coff/tests/Makefile.inc +++ b/modules/objfmts/coff/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/coff/tests/coff_test.sh EXTRA_DIST += modules/objfmts/coff/tests/coff_test.sh diff --git a/modules/objfmts/coff/tests/coff_test.sh b/modules/objfmts/coff/tests/coff_test.sh index 42f82a76..eec61beb 100755 --- a/modules/objfmts/coff/tests/coff_test.sh +++ b/modules/objfmts/coff/tests/coff_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh coff_test modules/objfmts/coff/tests "coff objfmt" "-f coff" ".o" exit $? diff --git a/modules/objfmts/coff/win64-except.c b/modules/objfmts/coff/win64-except.c index 71d6228b..8c8ecbbc 100644 --- a/modules/objfmts/coff/win64-except.c +++ b/modules/objfmts/coff/win64-except.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/objfmts/dbg/Makefile.inc b/modules/objfmts/dbg/Makefile.inc index 4ccfb570..cfc9b75b 100644 --- a/modules/objfmts/dbg/Makefile.inc +++ b/modules/objfmts/dbg/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/objfmts/dbg/dbg-objfmt.c YASM_MODULES += objfmt_dbg diff --git a/modules/objfmts/dbg/dbg-objfmt.c b/modules/objfmts/dbg/dbg-objfmt.c index a6017f09..bdf403c7 100644 --- a/modules/objfmts/dbg/dbg-objfmt.c +++ b/modules/objfmts/dbg/dbg-objfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/objfmts/elf/Makefile.inc b/modules/objfmts/elf/Makefile.inc index 7e37b5ba..659f867e 100644 --- a/modules/objfmts/elf/Makefile.inc +++ b/modules/objfmts/elf/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/objfmts/elf/elf.c libyasm_a_SOURCES += modules/objfmts/elf/elf.h libyasm_a_SOURCES += modules/objfmts/elf/elf-objfmt.c diff --git a/modules/objfmts/elf/elf-machine.h b/modules/objfmts/elf/elf-machine.h index 51a4ca78..ea6cb4ec 100644 --- a/modules/objfmts/elf/elf-machine.h +++ b/modules/objfmts/elf/elf-machine.h @@ -1,4 +1,4 @@ -/* $Id:$ +/* * ELF object machine specific format helpers * * Copyright (C) 2004-2007 Michael Urman diff --git a/modules/objfmts/elf/elf-objfmt.c b/modules/objfmts/elf/elf-objfmt.c index 04bc7baa..1cf725f0 100644 --- a/modules/objfmts/elf/elf-objfmt.c +++ b/modules/objfmts/elf/elf-objfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); /* Notes * diff --git a/modules/objfmts/elf/elf-x86-amd64.c b/modules/objfmts/elf/elf-x86-amd64.c index 16d70f9a..3ba376af 100644 --- a/modules/objfmts/elf/elf-x86-amd64.c +++ b/modules/objfmts/elf/elf-x86-amd64.c @@ -26,7 +26,6 @@ */ #include -/*@unused@*/ RCSID("$Id$"); #include #define YASM_OBJFMT_ELF_INTERNAL diff --git a/modules/objfmts/elf/elf-x86-x86.c b/modules/objfmts/elf/elf-x86-x86.c index 6e523a6d..d79ec6ea 100644 --- a/modules/objfmts/elf/elf-x86-x86.c +++ b/modules/objfmts/elf/elf-x86-x86.c @@ -26,7 +26,6 @@ */ #include -/*@unused@*/ RCSID("$Id$"); #include #define YASM_OBJFMT_ELF_INTERNAL diff --git a/modules/objfmts/elf/elf.c b/modules/objfmts/elf/elf.c index acd83d4e..b9157812 100644 --- a/modules/objfmts/elf/elf.c +++ b/modules/objfmts/elf/elf.c @@ -26,7 +26,6 @@ */ #include -/*@unused@*/ RCSID("$Id$"); #include #define YASM_OBJFMT_ELF_INTERNAL diff --git a/modules/objfmts/elf/elf.h b/modules/objfmts/elf/elf.h index 84fe83a3..fce629ae 100644 --- a/modules/objfmts/elf/elf.h +++ b/modules/objfmts/elf/elf.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * ELF object format helpers * * Copyright (C) 2003-2007 Michael Urman diff --git a/modules/objfmts/elf/tests/Makefile.inc b/modules/objfmts/elf/tests/Makefile.inc index 6ed13e72..e6d421c0 100644 --- a/modules/objfmts/elf/tests/Makefile.inc +++ b/modules/objfmts/elf/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/elf/tests/elf_test.sh EXTRA_DIST += modules/objfmts/elf/tests/elf_test.sh diff --git a/modules/objfmts/elf/tests/amd64/Makefile.inc b/modules/objfmts/elf/tests/amd64/Makefile.inc index 7d10d9c1..deb54bc0 100644 --- a/modules/objfmts/elf/tests/amd64/Makefile.inc +++ b/modules/objfmts/elf/tests/amd64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/elf/tests/amd64/elf_amd64_test.sh EXTRA_DIST += modules/objfmts/elf/tests/amd64/elf_amd64_test.sh diff --git a/modules/objfmts/elf/tests/amd64/elf_amd64_test.sh b/modules/objfmts/elf/tests/amd64/elf_amd64_test.sh index 239443da..1f48a32a 100755 --- a/modules/objfmts/elf/tests/amd64/elf_amd64_test.sh +++ b/modules/objfmts/elf/tests/amd64/elf_amd64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh elf_amd64_test modules/objfmts/elf/tests/amd64 "elf-amd64 objfmt" "-m amd64 -f elf" ".o" exit $? diff --git a/modules/objfmts/elf/tests/elf_test.sh b/modules/objfmts/elf/tests/elf_test.sh index 420eab36..ed3766ec 100755 --- a/modules/objfmts/elf/tests/elf_test.sh +++ b/modules/objfmts/elf/tests/elf_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ # copied from yasm/modules/objfmts/coff/tests/coff_test.sh ; s/coff/elf/g ${srcdir}/out_test.sh elf_test modules/objfmts/elf/tests "elf objfmt" "-f elf" ".o" exit $? diff --git a/modules/objfmts/elf/tests/gas32/Makefile.inc b/modules/objfmts/elf/tests/gas32/Makefile.inc index 506e3bc5..883c2143 100644 --- a/modules/objfmts/elf/tests/gas32/Makefile.inc +++ b/modules/objfmts/elf/tests/gas32/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/elf/tests/gas32/elf_gas32_test.sh EXTRA_DIST += modules/objfmts/elf/tests/gas32/elf_gas32_test.sh diff --git a/modules/objfmts/elf/tests/gas32/elf_gas32_test.sh b/modules/objfmts/elf/tests/gas32/elf_gas32_test.sh index ca0df39a..4d346911 100755 --- a/modules/objfmts/elf/tests/gas32/elf_gas32_test.sh +++ b/modules/objfmts/elf/tests/gas32/elf_gas32_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh elf_gas32_test modules/objfmts/elf/tests/gas32 "GAS elf-x86 objfmt" "-f elf32 -p gas" ".o" exit $? diff --git a/modules/objfmts/elf/tests/gas64/Makefile.inc b/modules/objfmts/elf/tests/gas64/Makefile.inc index 8cedf046..382744d1 100644 --- a/modules/objfmts/elf/tests/gas64/Makefile.inc +++ b/modules/objfmts/elf/tests/gas64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id: Makefile.inc 1168 2004-10-31 01:07:52Z peter $ - TESTS += modules/objfmts/elf/tests/gas64/elf_gas64_test.sh EXTRA_DIST += modules/objfmts/elf/tests/gas64/elf_gas64_test.sh diff --git a/modules/objfmts/elf/tests/gas64/elf_gas64_test.sh b/modules/objfmts/elf/tests/gas64/elf_gas64_test.sh index de90bc13..6696ba7e 100755 --- a/modules/objfmts/elf/tests/gas64/elf_gas64_test.sh +++ b/modules/objfmts/elf/tests/gas64/elf_gas64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id: elf_amd64_test.sh 1137 2004-09-04 01:24:57Z peter $ ${srcdir}/out_test.sh elf_gas64_test modules/objfmts/elf/tests/gas64 "GAS elf-amd64 objfmt" "-f elf64 -p gas" ".o" exit $? diff --git a/modules/objfmts/macho/Makefile.inc b/modules/objfmts/macho/Makefile.inc index be9f4bcb..39eff297 100644 --- a/modules/objfmts/macho/Makefile.inc +++ b/modules/objfmts/macho/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/objfmts/macho/macho-objfmt.c YASM_MODULES += objfmt_macho objfmt_macho32 objfmt_macho64 diff --git a/modules/objfmts/macho/macho-objfmt.c b/modules/objfmts/macho/macho-objfmt.c index c80e315a..89b0be47 100644 --- a/modules/objfmts/macho/macho-objfmt.c +++ b/modules/objfmts/macho/macho-objfmt.c @@ -91,7 +91,6 @@ */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/objfmts/macho/tests/Makefile.inc b/modules/objfmts/macho/tests/Makefile.inc index bff27f5b..e8b4dc1f 100644 --- a/modules/objfmts/macho/tests/Makefile.inc +++ b/modules/objfmts/macho/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/objfmts/macho/tests/gas32/Makefile.inc EXTRA_DIST += modules/objfmts/macho/tests/gas64/Makefile.inc EXTRA_DIST += modules/objfmts/macho/tests/nasm32/Makefile.inc diff --git a/modules/objfmts/macho/tests/gas32/Makefile.inc b/modules/objfmts/macho/tests/gas32/Makefile.inc index ac36c09c..a02b3b3e 100644 --- a/modules/objfmts/macho/tests/gas32/Makefile.inc +++ b/modules/objfmts/macho/tests/gas32/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/macho/tests/gas32/gas_macho32_test.sh EXTRA_DIST += modules/objfmts/macho/tests/gas32/gas_macho32_test.sh diff --git a/modules/objfmts/macho/tests/gas32/gas_macho32_test.sh b/modules/objfmts/macho/tests/gas32/gas_macho32_test.sh index 48f871d4..45a1e104 100755 --- a/modules/objfmts/macho/tests/gas32/gas_macho32_test.sh +++ b/modules/objfmts/macho/tests/gas32/gas_macho32_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/gas32 "GAS 32-bit macho objfmt" "-f macho32 -p gas" ".o" exit $? diff --git a/modules/objfmts/macho/tests/gas64/Makefile.inc b/modules/objfmts/macho/tests/gas64/Makefile.inc index 24398843..ec99a219 100644 --- a/modules/objfmts/macho/tests/gas64/Makefile.inc +++ b/modules/objfmts/macho/tests/gas64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/macho/tests/gas64/gas_macho64_test.sh EXTRA_DIST += modules/objfmts/macho/tests/gas64/gas_macho64_test.sh diff --git a/modules/objfmts/macho/tests/gas64/gas_macho64_test.sh b/modules/objfmts/macho/tests/gas64/gas_macho64_test.sh index 577bf83f..d3ead46c 100755 --- a/modules/objfmts/macho/tests/gas64/gas_macho64_test.sh +++ b/modules/objfmts/macho/tests/gas64/gas_macho64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/gas64 "GAS 64-bit macho objfmt" "-f macho64 -p gas" ".o" exit $? diff --git a/modules/objfmts/macho/tests/nasm32/Makefile.inc b/modules/objfmts/macho/tests/nasm32/Makefile.inc index d93e7ecf..2bb2d986 100644 --- a/modules/objfmts/macho/tests/nasm32/Makefile.inc +++ b/modules/objfmts/macho/tests/nasm32/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/macho/tests/nasm32/macho32_test.sh EXTRA_DIST += modules/objfmts/macho/tests/nasm32/macho32_test.sh diff --git a/modules/objfmts/macho/tests/nasm32/macho32_test.sh b/modules/objfmts/macho/tests/nasm32/macho32_test.sh index 64d9c4a3..e5fdcc95 100755 --- a/modules/objfmts/macho/tests/nasm32/macho32_test.sh +++ b/modules/objfmts/macho/tests/nasm32/macho32_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/nasm32 "32-bit macho objfmt" "-f macho32" ".o" exit $? diff --git a/modules/objfmts/macho/tests/nasm64/Makefile.inc b/modules/objfmts/macho/tests/nasm64/Makefile.inc index 502edca0..93ec45e9 100644 --- a/modules/objfmts/macho/tests/nasm64/Makefile.inc +++ b/modules/objfmts/macho/tests/nasm64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/macho/tests/nasm64/macho64_test.sh EXTRA_DIST += modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.asm diff --git a/modules/objfmts/macho/tests/nasm64/macho64_test.sh b/modules/objfmts/macho/tests/nasm64/macho64_test.sh index 30e23248..f7c0bfbb 100755 --- a/modules/objfmts/macho/tests/nasm64/macho64_test.sh +++ b/modules/objfmts/macho/tests/nasm64/macho64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh macho_test modules/objfmts/macho/tests/nasm64 "64-bit macho objfmt" "-f macho64" ".o" exit $? diff --git a/modules/objfmts/rdf/Makefile.inc b/modules/objfmts/rdf/Makefile.inc index ef33dffb..f5e01e15 100644 --- a/modules/objfmts/rdf/Makefile.inc +++ b/modules/objfmts/rdf/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/objfmts/rdf/rdf-objfmt.c YASM_MODULES += objfmt_rdf diff --git a/modules/objfmts/rdf/rdf-objfmt.c b/modules/objfmts/rdf/rdf-objfmt.c index 69ce08b5..d081fc54 100644 --- a/modules/objfmts/rdf/rdf-objfmt.c +++ b/modules/objfmts/rdf/rdf-objfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/objfmts/rdf/tests/Makefile.inc b/modules/objfmts/rdf/tests/Makefile.inc index 39f6aab3..c547e8fd 100644 --- a/modules/objfmts/rdf/tests/Makefile.inc +++ b/modules/objfmts/rdf/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/rdf/tests/rdf_test.sh EXTRA_DIST += modules/objfmts/rdf/tests/rdf_test.sh diff --git a/modules/objfmts/rdf/tests/rdf_test.sh b/modules/objfmts/rdf/tests/rdf_test.sh index 9161c378..46584395 100755 --- a/modules/objfmts/rdf/tests/rdf_test.sh +++ b/modules/objfmts/rdf/tests/rdf_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh rdf_test modules/objfmts/rdf/tests "rdf objfmt" "-f rdf" ".rdf" exit $? diff --git a/modules/objfmts/win32/Makefile.inc b/modules/objfmts/win32/Makefile.inc index ce4964fe..5b3b1626 100644 --- a/modules/objfmts/win32/Makefile.inc +++ b/modules/objfmts/win32/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - # Assume objfmt_coff is included YASM_MODULES += objfmt_win32 diff --git a/modules/objfmts/win32/tests/Makefile.inc b/modules/objfmts/win32/tests/Makefile.inc index b2b6800c..3f2ab943 100644 --- a/modules/objfmts/win32/tests/Makefile.inc +++ b/modules/objfmts/win32/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/win32/tests/win32_test.sh EXTRA_DIST += modules/objfmts/win32/tests/export.asm diff --git a/modules/objfmts/win32/tests/gas/Makefile.inc b/modules/objfmts/win32/tests/gas/Makefile.inc index b2948acf..f492cbac 100644 --- a/modules/objfmts/win32/tests/gas/Makefile.inc +++ b/modules/objfmts/win32/tests/gas/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/win32/tests/gas/win32_gas_test.sh EXTRA_DIST += modules/objfmts/win32/tests/gas/win32_gas_test.sh diff --git a/modules/objfmts/win32/tests/gas/win32_gas_test.sh b/modules/objfmts/win32/tests/gas/win32_gas_test.sh index ed5e3c32..4a1bbe98 100755 --- a/modules/objfmts/win32/tests/gas/win32_gas_test.sh +++ b/modules/objfmts/win32/tests/gas/win32_gas_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh win32_gas_test modules/objfmts/win32/tests/gas "win32 objfmt" "-f win32 -p gas" ".obj" exit $? diff --git a/modules/objfmts/win32/tests/win32_test.sh b/modules/objfmts/win32/tests/win32_test.sh index cd2ab008..6ffb349d 100755 --- a/modules/objfmts/win32/tests/win32_test.sh +++ b/modules/objfmts/win32/tests/win32_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh win32_test modules/objfmts/win32/tests "win32 objfmt" "-f win32" ".obj" exit $? diff --git a/modules/objfmts/win64/Makefile.inc b/modules/objfmts/win64/Makefile.inc index 72dcd716..545c847e 100644 --- a/modules/objfmts/win64/Makefile.inc +++ b/modules/objfmts/win64/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - # Assume objfmt_coff is included YASM_MODULES += objfmt_win64 objfmt_x64 diff --git a/modules/objfmts/win64/tests/Makefile.inc b/modules/objfmts/win64/tests/Makefile.inc index ed104766..d1096268 100644 --- a/modules/objfmts/win64/tests/Makefile.inc +++ b/modules/objfmts/win64/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/win64/tests/win64_test.sh EXTRA_DIST += modules/objfmts/win64/tests/win64_test.sh diff --git a/modules/objfmts/win64/tests/gas/Makefile.inc b/modules/objfmts/win64/tests/gas/Makefile.inc index 0d16bd12..0faeec78 100644 --- a/modules/objfmts/win64/tests/gas/Makefile.inc +++ b/modules/objfmts/win64/tests/gas/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/win64/tests/gas/win64_gas_test.sh EXTRA_DIST += modules/objfmts/win64/tests/gas/win64_gas_test.sh diff --git a/modules/objfmts/win64/tests/gas/win64_gas_test.sh b/modules/objfmts/win64/tests/gas/win64_gas_test.sh index 55753839..efc76882 100755 --- a/modules/objfmts/win64/tests/gas/win64_gas_test.sh +++ b/modules/objfmts/win64/tests/gas/win64_gas_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh win64_gas_test modules/objfmts/win64/tests/gas "win64 objfmt" "-f win64 -p gas -r nasm" ".obj" exit $? diff --git a/modules/objfmts/win64/tests/win64_test.sh b/modules/objfmts/win64/tests/win64_test.sh index bf7f2d3c..4616900f 100755 --- a/modules/objfmts/win64/tests/win64_test.sh +++ b/modules/objfmts/win64/tests/win64_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh win64_test modules/objfmts/win64/tests "win64 objfmt" "-f win64" ".obj" exit $? diff --git a/modules/objfmts/xdf/Makefile.inc b/modules/objfmts/xdf/Makefile.inc index 955ef218..ffdc68b8 100644 --- a/modules/objfmts/xdf/Makefile.inc +++ b/modules/objfmts/xdf/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/objfmts/xdf/xdf-objfmt.c YASM_MODULES += objfmt_xdf diff --git a/modules/objfmts/xdf/tests/Makefile.inc b/modules/objfmts/xdf/tests/Makefile.inc index 7bd402dc..c39ba301 100644 --- a/modules/objfmts/xdf/tests/Makefile.inc +++ b/modules/objfmts/xdf/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/objfmts/xdf/tests/xdf_test.sh EXTRA_DIST += modules/objfmts/xdf/tests/xdf_test.sh diff --git a/modules/objfmts/xdf/tests/xdf_test.sh b/modules/objfmts/xdf/tests/xdf_test.sh index 11640fa8..ee9d5d5f 100755 --- a/modules/objfmts/xdf/tests/xdf_test.sh +++ b/modules/objfmts/xdf/tests/xdf_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh xdf_test modules/objfmts/xdf/tests "xdf objfmt" "-f xdf" ".xdf" exit $? diff --git a/modules/objfmts/xdf/xdf-objfmt.c b/modules/objfmts/xdf/xdf-objfmt.c index c96786b1..aac6e777 100644 --- a/modules/objfmts/xdf/xdf-objfmt.c +++ b/modules/objfmts/xdf/xdf-objfmt.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/objfmts/yasm_objfmts.xml b/modules/objfmts/yasm_objfmts.xml index 3a70fedc..13811a07 100644 --- a/modules/objfmts/yasm_objfmts.xml +++ b/modules/objfmts/yasm_objfmts.xml @@ -2,8 +2,6 @@ - - diff --git a/modules/parsers/Makefile.inc b/modules/parsers/Makefile.inc index 5daba560..b432fa9e 100644 --- a/modules/parsers/Makefile.inc +++ b/modules/parsers/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/parsers/gas/Makefile.inc EXTRA_DIST += modules/parsers/nasm/Makefile.inc diff --git a/modules/parsers/gas/Makefile.inc b/modules/parsers/gas/Makefile.inc index ebc36576..a0264cc6 100644 --- a/modules/parsers/gas/Makefile.inc +++ b/modules/parsers/gas/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/parsers/gas/gas-parser.c libyasm_a_SOURCES += modules/parsers/gas/gas-parser.h libyasm_a_SOURCES += modules/parsers/gas/gas-parse.c diff --git a/modules/parsers/gas/gas-parse-intel.c b/modules/parsers/gas/gas-parse-intel.c index ca54d2ed..9d412fc7 100644 --- a/modules/parsers/gas/gas-parse-intel.c +++ b/modules/parsers/gas/gas-parse-intel.c @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -RCSID("$Id$"); #include diff --git a/modules/parsers/gas/gas-parse.c b/modules/parsers/gas/gas-parse.c index 8ab7a41b..56fb8541 100644 --- a/modules/parsers/gas/gas-parse.c +++ b/modules/parsers/gas/gas-parse.c @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -RCSID("$Id$"); #include diff --git a/modules/parsers/gas/gas-parser.c b/modules/parsers/gas/gas-parser.c index 948341d9..088bcdad 100644 --- a/modules/parsers/gas/gas-parser.c +++ b/modules/parsers/gas/gas-parser.c @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/parsers/gas/gas-parser.h b/modules/parsers/gas/gas-parser.h index 2b1d311a..99659e96 100644 --- a/modules/parsers/gas/gas-parser.h +++ b/modules/parsers/gas/gas-parser.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * GAS-compatible parser header file * * Copyright (C) 2005-2007 Peter Johnson diff --git a/modules/parsers/gas/gas-token.re b/modules/parsers/gas/gas-token.re index f2212af5..1a8673db 100644 --- a/modules/parsers/gas/gas-token.re +++ b/modules/parsers/gas/gas-token.re @@ -28,7 +28,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -RCSID("$Id$"); #include diff --git a/modules/parsers/gas/tests/Makefile.inc b/modules/parsers/gas/tests/Makefile.inc index aee3c461..c288adcf 100644 --- a/modules/parsers/gas/tests/Makefile.inc +++ b/modules/parsers/gas/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/parsers/gas/tests/gas_test.sh EXTRA_DIST += modules/parsers/gas/tests/gas_test.sh diff --git a/modules/parsers/gas/tests/bin/Makefile.inc b/modules/parsers/gas/tests/bin/Makefile.inc index bc8f6174..5428d144 100644 --- a/modules/parsers/gas/tests/bin/Makefile.inc +++ b/modules/parsers/gas/tests/bin/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/parsers/gas/tests/bin/gas_bin_test.sh EXTRA_DIST += modules/parsers/gas/tests/bin/gas_bin_test.sh diff --git a/modules/parsers/gas/tests/bin/gas_bin_test.sh b/modules/parsers/gas/tests/bin/gas_bin_test.sh index f0c83e9f..aa35a4e7 100755 --- a/modules/parsers/gas/tests/bin/gas_bin_test.sh +++ b/modules/parsers/gas/tests/bin/gas_bin_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh gas_bin_test modules/parsers/gas/tests/bin "gas-compat parser bin output" "-f bin -p gas" "" exit $? diff --git a/modules/parsers/gas/tests/gas_test.sh b/modules/parsers/gas/tests/gas_test.sh index bce85d3c..f39d4d17 100755 --- a/modules/parsers/gas/tests/gas_test.sh +++ b/modules/parsers/gas/tests/gas_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh gas_test modules/parsers/gas/tests "gas-compat parser" "-f elf -p gas" ".o" exit $? diff --git a/modules/parsers/nasm/Makefile.inc b/modules/parsers/nasm/Makefile.inc index feda7e84..ed58bb63 100644 --- a/modules/parsers/nasm/Makefile.inc +++ b/modules/parsers/nasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser.c libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser.h libyasm_a_SOURCES += modules/parsers/nasm/nasm-parser-struct.h diff --git a/modules/parsers/nasm/nasm-parse.c b/modules/parsers/nasm/nasm-parse.c index 8cbbe531..44d3b5d7 100644 --- a/modules/parsers/nasm/nasm-parse.c +++ b/modules/parsers/nasm/nasm-parse.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -RCSID("$Id$"); #include diff --git a/modules/parsers/nasm/nasm-parser-struct.h b/modules/parsers/nasm/nasm-parser-struct.h index 60b098a5..b9223510 100644 --- a/modules/parsers/nasm/nasm-parser-struct.h +++ b/modules/parsers/nasm/nasm-parser-struct.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * NASM-compatible parser struct header file * * Copyright (C) 2002-2007 Peter Johnson diff --git a/modules/parsers/nasm/nasm-parser.c b/modules/parsers/nasm/nasm-parser.c index 11be0b6e..bd166929 100644 --- a/modules/parsers/nasm/nasm-parser.c +++ b/modules/parsers/nasm/nasm-parser.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/parsers/nasm/nasm-parser.h b/modules/parsers/nasm/nasm-parser.h index 257429b8..dc19cfb5 100644 --- a/modules/parsers/nasm/nasm-parser.h +++ b/modules/parsers/nasm/nasm-parser.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * NASM-compatible parser header file * * Copyright (C) 2002-2007 Peter Johnson diff --git a/modules/parsers/nasm/nasm-token.re b/modules/parsers/nasm/nasm-token.re index f057bb17..dba7137e 100644 --- a/modules/parsers/nasm/nasm-token.re +++ b/modules/parsers/nasm/nasm-token.re @@ -27,7 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -RCSID("$Id$"); #include diff --git a/modules/parsers/nasm/tests/Makefile.inc b/modules/parsers/nasm/tests/Makefile.inc index ddf5910b..e8293d2a 100644 --- a/modules/parsers/nasm/tests/Makefile.inc +++ b/modules/parsers/nasm/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/parsers/nasm/tests/nasm_test.sh EXTRA_DIST += modules/parsers/nasm/tests/nasm_test.sh diff --git a/modules/parsers/nasm/tests/nasm_test.sh b/modules/parsers/nasm/tests/nasm_test.sh index dc26d21f..0ff39b6e 100755 --- a/modules/parsers/nasm/tests/nasm_test.sh +++ b/modules/parsers/nasm/tests/nasm_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests "nasm-compat parser" "-f bin" "" exit $? diff --git a/modules/parsers/nasm/tests/worphan/Makefile.inc b/modules/parsers/nasm/tests/worphan/Makefile.inc index 7495f8e8..f55b93d3 100644 --- a/modules/parsers/nasm/tests/worphan/Makefile.inc +++ b/modules/parsers/nasm/tests/worphan/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh EXTRA_DIST += modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh diff --git a/modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh b/modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh index bc772c6b..ebb6bcd2 100755 --- a/modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh +++ b/modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests/worphan "nasm-compat parser" "-Worphan-labels -f bin" "" exit $? diff --git a/modules/parsers/tasm/Makefile.inc b/modules/parsers/tasm/Makefile.inc index e7589585..bf49f71e 100644 --- a/modules/parsers/tasm/Makefile.inc +++ b/modules/parsers/tasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id: Makefile.inc 2082 2008-05-09 06:46:02Z peter $ - EXTRA_DIST += modules/parsers/tasm/tests/Makefile.inc include modules/parsers/tasm/tests/Makefile.inc diff --git a/modules/parsers/tasm/tests/Makefile.inc b/modules/parsers/tasm/tests/Makefile.inc index 1af4dea0..d37e1e63 100644 --- a/modules/parsers/tasm/tests/Makefile.inc +++ b/modules/parsers/tasm/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id: Makefile.inc 2063 2008-04-12 08:30:22Z peter $ - TESTS += modules/parsers/tasm/tests/tasm_test.sh EXTRA_DIST += modules/parsers/tasm/tests/tasm_test.sh diff --git a/modules/parsers/tasm/tests/exe/Makefile.inc b/modules/parsers/tasm/tests/exe/Makefile.inc index faed7f57..117012cc 100644 --- a/modules/parsers/tasm/tests/exe/Makefile.inc +++ b/modules/parsers/tasm/tests/exe/Makefile.inc @@ -1,5 +1,3 @@ -# $Id: Makefile.inc 2063 2008-04-12 08:30:22Z peter $ - TESTS += modules/parsers/tasm/tests/exe/tasm_exe_test.sh EXTRA_DIST += modules/parsers/tasm/tests/exe/tasm_exe_test.sh diff --git a/modules/parsers/tasm/tests/exe/tasm_exe_test.sh b/modules/parsers/tasm/tests/exe/tasm_exe_test.sh index 47645e3e..15fdd553 100755 --- a/modules/parsers/tasm/tests/exe/tasm_exe_test.sh +++ b/modules/parsers/tasm/tests/exe/tasm_exe_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id: tasm_test.sh 1137 2004-09-04 01:24:57Z peter $ ${srcdir}/out_test.sh tasm_test modules/parsers/tasm/tests/exe "tasm-compat parser" "-f dosexe -p tasm" "" exit $? diff --git a/modules/parsers/tasm/tests/tasm_test.sh b/modules/parsers/tasm/tests/tasm_test.sh index 531e03e8..35ef7360 100755 --- a/modules/parsers/tasm/tests/tasm_test.sh +++ b/modules/parsers/tasm/tests/tasm_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id: tasm_test.sh 1137 2004-09-04 01:24:57Z peter $ ${srcdir}/out_test.sh tasm_test modules/parsers/tasm/tests "tasm-compat parser" "-f bin -p tasm" "" exit $? diff --git a/modules/parsers/yasm_parsers.xml b/modules/parsers/yasm_parsers.xml index d0756ac9..28aa2e29 100644 --- a/modules/parsers/yasm_parsers.xml +++ b/modules/parsers/yasm_parsers.xml @@ -2,8 +2,6 @@ - - diff --git a/modules/preprocs/Makefile.inc b/modules/preprocs/Makefile.inc index fedcf75b..acf06838 100644 --- a/modules/preprocs/Makefile.inc +++ b/modules/preprocs/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/preprocs/tasm/Makefile.inc EXTRA_DIST += modules/preprocs/nasm/Makefile.inc EXTRA_DIST += modules/preprocs/raw/Makefile.inc diff --git a/modules/preprocs/gas/Makefile.inc b/modules/preprocs/gas/Makefile.inc index cbef0d22..a7289a94 100644 --- a/modules/preprocs/gas/Makefile.inc +++ b/modules/preprocs/gas/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/preprocs/gas/gas-preproc.c libyasm_a_SOURCES += modules/preprocs/gas/gas-eval.h libyasm_a_SOURCES += modules/preprocs/gas/gas-eval.c diff --git a/modules/preprocs/gas/gas-preproc.c b/modules/preprocs/gas/gas-preproc.c index 8f47ec8f..96dec822 100644 --- a/modules/preprocs/gas/gas-preproc.c +++ b/modules/preprocs/gas/gas-preproc.c @@ -26,7 +26,6 @@ */ #include #include -/*@unused@*/ RCSID("$Id$"); #include #include "modules/preprocs/gas/gas-eval.h" diff --git a/modules/preprocs/gas/tests/Makefile.inc b/modules/preprocs/gas/tests/Makefile.inc index c2a07c2e..c5e628a0 100644 --- a/modules/preprocs/gas/tests/Makefile.inc +++ b/modules/preprocs/gas/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - #TESTS += modules/preprocs/gas/tests/rawpp_test.sh #EXTRA_DIST += modules/preprocs/gas/tests/rawpp_test.sh diff --git a/modules/preprocs/nasm/Makefile.inc b/modules/preprocs/nasm/Makefile.inc index 922b887c..ef29d479 100644 --- a/modules/preprocs/nasm/Makefile.inc +++ b/modules/preprocs/nasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/preprocs/nasm/nasm-preproc.c libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.h libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.c diff --git a/modules/preprocs/nasm/genversion.c b/modules/preprocs/nasm/genversion.c index ac977685..a0b884b9 100644 --- a/modules/preprocs/nasm/genversion.c +++ b/modules/preprocs/nasm/genversion.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Generate version.mac * diff --git a/modules/preprocs/nasm/nasm-preproc.c b/modules/preprocs/nasm/nasm-preproc.c index 011831b4..0b364b1f 100644 --- a/modules/preprocs/nasm/nasm-preproc.c +++ b/modules/preprocs/nasm/nasm-preproc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/preprocs/nasm/tests/Makefile.inc b/modules/preprocs/nasm/tests/Makefile.inc index 8167d08e..2d624eb5 100644 --- a/modules/preprocs/nasm/tests/Makefile.inc +++ b/modules/preprocs/nasm/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/preprocs/nasm/tests/nasmpp_test.sh EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp_test.sh diff --git a/modules/preprocs/nasm/tests/nasmpp_test.sh b/modules/preprocs/nasm/tests/nasmpp_test.sh index e8e07081..c55c4204 100755 --- a/modules/preprocs/nasm/tests/nasmpp_test.sh +++ b/modules/preprocs/nasm/tests/nasmpp_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh nasmpp_test modules/preprocs/nasm/tests "nasm preproc" "-f bin" "" exit $? diff --git a/modules/preprocs/raw/Makefile.inc b/modules/preprocs/raw/Makefile.inc index aff8353d..5756ca91 100644 --- a/modules/preprocs/raw/Makefile.inc +++ b/modules/preprocs/raw/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/preprocs/raw/raw-preproc.c YASM_MODULES += preproc_raw diff --git a/modules/preprocs/raw/raw-preproc.c b/modules/preprocs/raw/raw-preproc.c index a441ad47..15fd7836 100644 --- a/modules/preprocs/raw/raw-preproc.c +++ b/modules/preprocs/raw/raw-preproc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/preprocs/raw/tests/Makefile.inc b/modules/preprocs/raw/tests/Makefile.inc index bfb35cab..82923d51 100644 --- a/modules/preprocs/raw/tests/Makefile.inc +++ b/modules/preprocs/raw/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/preprocs/raw/tests/rawpp_test.sh EXTRA_DIST += modules/preprocs/raw/tests/rawpp_test.sh diff --git a/modules/preprocs/raw/tests/rawpp_test.sh b/modules/preprocs/raw/tests/rawpp_test.sh index d57a529b..40339545 100755 --- a/modules/preprocs/raw/tests/rawpp_test.sh +++ b/modules/preprocs/raw/tests/rawpp_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh rawpp_test modules/preprocs/raw/tests "raw preproc" "-f bin -r raw" "" exit $? diff --git a/modules/preprocs/tasm/Makefile.inc b/modules/preprocs/tasm/Makefile.inc index 588a3e8f..a9468351 100644 --- a/modules/preprocs/tasm/Makefile.inc +++ b/modules/preprocs/tasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += modules/preprocs/tasm/tests/Makefile.inc include modules/preprocs/tasm/tests/Makefile.inc diff --git a/modules/preprocs/tasm/tests/Makefile.inc b/modules/preprocs/tasm/tests/Makefile.inc index e2e0beca..e2d56c19 100644 --- a/modules/preprocs/tasm/tests/Makefile.inc +++ b/modules/preprocs/tasm/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - TESTS += modules/preprocs/tasm/tests/tasmpp_test.sh EXTRA_DIST += modules/preprocs/tasm/tests/tasmpp_test.sh diff --git a/modules/preprocs/tasm/tests/tasmpp_test.sh b/modules/preprocs/tasm/tests/tasmpp_test.sh index e3155b52..622e5a07 100755 --- a/modules/preprocs/tasm/tests/tasmpp_test.sh +++ b/modules/preprocs/tasm/tests/tasmpp_test.sh @@ -1,4 +1,3 @@ #! /bin/sh -# $Id$ ${srcdir}/out_test.sh tasmpp_test modules/preprocs/tasm/tests "tasm preproc" "-f bin -p tasm" "" exit $? diff --git a/modules/preprocs/yapp/Makefile.inc b/modules/preprocs/yapp/Makefile.inc index e1659032..137fe2fb 100644 --- a/modules/preprocs/yapp/Makefile.inc +++ b/modules/preprocs/yapp/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - libyasm_a_SOURCES += modules/preprocs/yapp/yapp-preproc.c libyasm_a_SOURCES += modules/preprocs/yapp/yapp-preproc.h libyasm_a_SOURCES += modules/preprocs/yapp/yapp-token.h diff --git a/modules/preprocs/yapp/tests/Makefile.inc b/modules/preprocs/yapp/tests/Makefile.inc index 7dd1285f..4ac216dc 100644 --- a/modules/preprocs/yapp/tests/Makefile.inc +++ b/modules/preprocs/yapp/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $IdPath$ - TESTS += modules/preprocs/yapp/tests/yapp_test.sh EXTRA_DIST += modules/preprocs/yapp/tests/Makefile.inc diff --git a/modules/preprocs/yapp/tests/yapp_test.sh b/modules/preprocs/yapp/tests/yapp_test.sh index 4753b69d..146d5ae6 100755 --- a/modules/preprocs/yapp/tests/yapp_test.sh +++ b/modules/preprocs/yapp/tests/yapp_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' diff --git a/modules/preprocs/yapp/yapp-preproc.c b/modules/preprocs/yapp/yapp-preproc.c index 0c774049..ec91256e 100644 --- a/modules/preprocs/yapp/yapp-preproc.c +++ b/modules/preprocs/yapp/yapp-preproc.c @@ -25,7 +25,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -/*@unused@*/ RCSID("$Id$"); #include diff --git a/modules/preprocs/yapp/yapp-preproc.h b/modules/preprocs/yapp/yapp-preproc.h index 52f44b23..38065ab6 100644 --- a/modules/preprocs/yapp/yapp-preproc.h +++ b/modules/preprocs/yapp/yapp-preproc.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * YAPP preprocessor (mimics NASM's preprocessor) header file * * Copyright (C) 2001 Michael Urman diff --git a/modules/preprocs/yapp/yapp-token.l b/modules/preprocs/yapp/yapp-token.l index 38a4c184..d1390777 100644 --- a/modules/preprocs/yapp/yapp-token.l +++ b/modules/preprocs/yapp/yapp-token.l @@ -26,7 +26,6 @@ */ %{ #include -/*@unused@*/ RCSID("$Id$"); #define YASM_LIB_INTERNAL #include diff --git a/out_test.sh b/out_test.sh index 2c9ad65d..b9698e50 100755 --- a/out_test.sh +++ b/out_test.sh @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ YASM_TEST_SUITE=1 export YASM_TEST_SUITE diff --git a/po/POTFILES.in b/po/POTFILES.in index bdea54fd..dc17f974 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,8 +1,6 @@ # List of source files containing translatable strings. # To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort" # Copyright (c) 2001 Peter Johnson -# -# $Id$ frontends/yasm/yasm-options.c frontends/yasm/yasm.c diff --git a/test_hd.c b/test_hd.c index 05b53e53..8ae5cabe 100644 --- a/test_hd.c +++ b/test_hd.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Simple hexidecimal dump, two hex digits per line. * diff --git a/tools/Makefile.inc b/tools/Makefile.inc index 0dd462c6..dbc67fcb 100644 --- a/tools/Makefile.inc +++ b/tools/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += tools/re2c/Makefile.inc EXTRA_DIST += tools/genmacro/Makefile.inc EXTRA_DIST += tools/genperf/Makefile.inc diff --git a/tools/genmacro/Makefile.inc b/tools/genmacro/Makefile.inc index c81edd14..722f95da 100644 --- a/tools/genmacro/Makefile.inc +++ b/tools/genmacro/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - # These utility programs have to be built for BUILD host in cross-build. # This makes things rather non-standard automake diff --git a/tools/genmacro/genmacro.c b/tools/genmacro/genmacro.c index d3f4200a..8e702b86 100644 --- a/tools/genmacro/genmacro.c +++ b/tools/genmacro/genmacro.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * C version of NASM's macros.pl * diff --git a/tools/genperf/Makefile.inc b/tools/genperf/Makefile.inc index d9f24afa..135da6b9 100644 --- a/tools/genperf/Makefile.inc +++ b/tools/genperf/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - # These utility programs have to be built for BUILD host in cross-build. # This makes things rather non-standard automake diff --git a/tools/genperf/genperf.c b/tools/genperf/genperf.c index c05a4cc0..c3cfa766 100644 --- a/tools/genperf/genperf.c +++ b/tools/genperf/genperf.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * * Generate Minimal Perfect Hash (genperf) * diff --git a/tools/genperf/perfect.c b/tools/genperf/perfect.c index 579d3606..af6b4612 100644 --- a/tools/genperf/perfect.c +++ b/tools/genperf/perfect.c @@ -1,6 +1,4 @@ -/* Modified for use with yasm by Peter Johnson. - * $Id$ - */ +/* Modified for use with yasm by Peter Johnson. */ /* ------------------------------------------------------------------------------ perfect.c: code to generate code for a hash for perfect hashing. diff --git a/tools/python-yasm/Makefile.inc b/tools/python-yasm/Makefile.inc index e4559964..fce135b4 100644 --- a/tools/python-yasm/Makefile.inc +++ b/tools/python-yasm/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - PYBINDING_DEPS = tools/python-yasm/bytecode.pxi PYBINDING_DEPS += tools/python-yasm/errwarn.pxi PYBINDING_DEPS += tools/python-yasm/expr.pxi diff --git a/tools/python-yasm/tests/Makefile.inc b/tools/python-yasm/tests/Makefile.inc index 50c499d8..c6df22c5 100644 --- a/tools/python-yasm/tests/Makefile.inc +++ b/tools/python-yasm/tests/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - EXTRA_DIST += tools/python-yasm/tests/python_test.sh EXTRA_DIST += tools/python-yasm/tests/__init__.py EXTRA_DIST += tools/python-yasm/tests/test_bytecode.py diff --git a/tools/python-yasm/tests/__init__.py b/tools/python-yasm/tests/__init__.py index 6d608f28..f5afb30c 100644 --- a/tools/python-yasm/tests/__init__.py +++ b/tools/python-yasm/tests/__init__.py @@ -1,6 +1,5 @@ # Test wrapper from Quod Libet # http://www.sacredchao.net/quodlibet/ -# $Id$ import unittest, sys suites = [] add = registerCase = suites.append diff --git a/tools/python-yasm/tests/python_test.sh b/tools/python-yasm/tests/python_test.sh index 1f3896d6..18e7a69e 100755 --- a/tools/python-yasm/tests/python_test.sh +++ b/tools/python-yasm/tests/python_test.sh @@ -1,7 +1,6 @@ #!/bin/sh # Based on _sanity.sh from Quod Libet # http://www.sacredchao.net/quodlibet/ -# $Id$ set -e diff --git a/tools/python-yasm/tests/test_bytecode.py b/tools/python-yasm/tests/test_bytecode.py index fb6c2a2b..eb0e96db 100644 --- a/tools/python-yasm/tests/test_bytecode.py +++ b/tools/python-yasm/tests/test_bytecode.py @@ -1,4 +1,3 @@ -# $Id$ from tests import TestCase, add from yasm import Bytecode, Expression diff --git a/tools/python-yasm/tests/test_expr.py b/tools/python-yasm/tests/test_expr.py index 1fb930d0..97b021c3 100644 --- a/tools/python-yasm/tests/test_expr.py +++ b/tools/python-yasm/tests/test_expr.py @@ -1,4 +1,3 @@ -# $Id$ from tests import TestCase, add from yasm import Expression import operator diff --git a/tools/python-yasm/tests/test_intnum.py b/tools/python-yasm/tests/test_intnum.py index 65e09efc..a2220180 100644 --- a/tools/python-yasm/tests/test_intnum.py +++ b/tools/python-yasm/tests/test_intnum.py @@ -1,4 +1,3 @@ -# $Id$ from tests import TestCase, add from yasm import IntNum diff --git a/tools/python-yasm/tests/test_symrec.py b/tools/python-yasm/tests/test_symrec.py index a228eebd..a575b194 100644 --- a/tools/python-yasm/tests/test_symrec.py +++ b/tools/python-yasm/tests/test_symrec.py @@ -1,4 +1,3 @@ -# $Id$ from tests import TestCase, add from yasm import SymbolTable, Expression, YasmError diff --git a/tools/re2c/Makefile.inc b/tools/re2c/Makefile.inc index ceff9087..edb89a5d 100644 --- a/tools/re2c/Makefile.inc +++ b/tools/re2c/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ - # These utility programs have to be built for BUILD host in cross-build. # This makes things rather non-standard automake diff --git a/tools/xdf/xdf.h b/tools/xdf/xdf.h index 6d5e3e79..e2150d25 100644 --- a/tools/xdf/xdf.h +++ b/tools/xdf/xdf.h @@ -1,6 +1,5 @@ /* XDF - Extended Dynamic Object Format */ /* Version 2.0 */ -/* $Id$ */ /* FILE HEADER */ /* SECTION HEADERS [] */ diff --git a/tools/xdf/xdfdump.c b/tools/xdf/xdfdump.c index b61bf92a..8d3df212 100644 --- a/tools/xdf/xdfdump.c +++ b/tools/xdf/xdfdump.c @@ -1,4 +1,4 @@ -/* $Id$ +/* * Extended Dynamic Object format dumper * * Copyright (C) 2004-2007 Peter Johnson diff --git a/util.h b/util.h index 132cba1e..634aa328 100644 --- a/util.h +++ b/util.h @@ -1,4 +1,4 @@ -/* $Id$ +/* * YASM utility functions. * * Includes standard headers and defines prototypes for replacement functions @@ -119,18 +119,6 @@ #include -#ifdef HAVE_SYS_CDEFS_H -# include -#endif - -#ifdef __RCSID -# define RCSID(s) __RCSID(s) -#elif defined(__GNUC__) && defined(__ELF__) -# define RCSID(s) __asm__(".ident\t\"" s "\"") -#else -# define RCSID(s) static const char rcsid[] = s -#endif - #ifdef WITH_DMALLOC # include # define yasm__xstrdup(str) xstrdup(str)