mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Remove $Id$ and RCSID() usage.
These are useless now that we're using git.
This commit is contained in:
parent
502eebd339
commit
94ab1135a3
279 changed files with 34 additions and 467 deletions
2
HACKING
2
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
SUBDIRS = po .
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
#
|
||||
# Ultra-flat Makefile for DJGPP (also works for Cygwin).
|
||||
# Does NOT depend on or use configure.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
#
|
||||
# Ultra-flat Makefile "prototype" for non-Unix platforms.
|
||||
# Does NOT depend on or use configure.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
# $Id$
|
||||
use POSIX qw(strftime);
|
||||
|
||||
$|++;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
# $Id$
|
||||
|
||||
#
|
||||
# autoconf setup
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
EXTRA_DIST += frontends/yasm/Makefile.inc
|
||||
EXTRA_DIST += frontends/tasm/Makefile.inc
|
||||
EXTRA_DIST += frontends/vsyasm/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
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
*/
|
||||
#include <util.h>
|
||||
#include <ctype.h>
|
||||
/*@unused@*/ RCSID("$Id: tasm-options.c 1197 2005-01-24 06:44:25Z peter $");
|
||||
|
||||
#include "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 <berk@madfire.net>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id: tasm.c 1523 2006-05-06 16:11:56Z peter $");
|
||||
|
||||
#include <ctype.h>
|
||||
#include <libyasm/compat-queue.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id: Makefile.inc 1463 2006-04-05 05:39:23Z peter $
|
||||
|
||||
bin_PROGRAMS += vsyasm
|
||||
|
||||
vsyasm_SOURCES = frontends/vsyasm/vsyasm.c
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <ctype.h>
|
||||
#include <libyasm/compat-queue.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
bin_PROGRAMS += yasm
|
||||
dist_man_MANS += yasm.1
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
*/
|
||||
#include <util.h>
|
||||
#include <ctype.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "yasm-options.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
* Generic Options Support Header File
|
||||
*
|
||||
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
* Semi-portable (Windows and Unix) plugin loading
|
||||
*
|
||||
* Copyright (C) 2008 Peter Johnson
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <ctype.h>
|
||||
#include <libyasm/compat-queue.h>
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<refentry id="yasm">
|
||||
|
||||
<refentryinfo>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Generate array-of-const-string from text file.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm.h
|
||||
* \brief YASM library primary header file.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2003-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
libyasm_a_SOURCES += libyasm/assocdat.c
|
||||
libyasm_a_SOURCES += libyasm/bitvect.c
|
||||
libyasm_a_SOURCES += libyasm/bc-align.c
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/arch.h
|
||||
* \brief YASM architecture interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2002-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "coretype.h"
|
||||
#include "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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#include "util.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
#include "coretype.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id$ */
|
||||
|
||||
#ifndef YASM_BITVECT_H
|
||||
#define YASM_BITVECT_H
|
||||
/*****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/bytecode.h
|
||||
* \brief YASM bytecode interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id: module.in 2080 2008-04-30 04:40:29Z peter $");
|
||||
|
||||
#include <libyasm.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
* <sys/queue.h> implementation for systems that don't have it.
|
||||
*
|
||||
* Copyright (c) 1991, 1993
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/dbgfmt.h
|
||||
* \brief YASM debug format interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2002-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdarg.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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
/* Need either unistd.h or direct.h to prototype getcwd() and mkdir() */
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/file.h
|
||||
* \brief YASM file helpers.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <ctype.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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Generate module.c from module.in and Makefile.am or Makefile.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <ctype.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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/insn.h
|
||||
* \brief YASM mnenomic instruction.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2002-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/intnum.h
|
||||
* \brief YASM integer number interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $Id$ */
|
||||
#ifndef YASM_INTTREE_H
|
||||
#define YASM_INTTREE_H
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "coretype.h"
|
||||
#include "hamt.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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/listfmt.h
|
||||
* \brief YASM list format interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2004-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
this file is only about 3k of object code. */
|
||||
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "md5.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
/* See md5.c for explanation and copyright information. */
|
||||
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef YASM_MD5_H
|
||||
#define YASM_MD5_H
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
* YASM module loader header file
|
||||
*
|
||||
* Copyright (C) 2002-2007 Peter Johnson
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <libyasm.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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/parser.h
|
||||
* \brief YASM parser module interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
/* Modified for use with yasm by Peter Johnson. */
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/preproc.h
|
||||
* \brief YASM preprocessor module interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/section.h
|
||||
* \brief YASM section interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -30,8 +30,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
|
||||
#ifndef USE_OUR_OWN_STRCASECMP
|
||||
#undef yasm__strcasecmp
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
*/
|
||||
#define NO_STRING_INLINES
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <limits.h>
|
||||
#include <ctype.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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
TESTS += bitvect_test
|
||||
TESTS += floatnum_test
|
||||
TESTS += leb128_test
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2006-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2005-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#! /bin/sh
|
||||
# $Id$
|
||||
${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" ""
|
||||
exit $?
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2006-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
*
|
||||
* Copyright (C) 2006-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/valparam.h
|
||||
* \brief YASM value/parameter interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2001-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include "libyasm-stdint.h"
|
||||
#include "coretype.h"
|
||||
|
|
|
|||
|
|
@ -2,10 +2,6 @@
|
|||
* \file libyasm/value.h
|
||||
* \brief YASM value interface.
|
||||
*
|
||||
* \rcs
|
||||
* $Id$
|
||||
* \endrcs
|
||||
*
|
||||
* \license
|
||||
* Copyright (C) 2006-2007 Peter Johnson
|
||||
*
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
#include "coretype.h"
|
||||
#include "errwarn.h"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
#include "util.h"
|
||||
RCSID("$Id$");
|
||||
|
||||
#include "coretype.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
EXTRA_DIST += modules/arch/Makefile.inc
|
||||
EXTRA_DIST += modules/listfmts/Makefile.inc
|
||||
EXTRA_DIST += modules/parsers/Makefile.inc
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
# $Id$
|
||||
|
||||
EXTRA_DIST += modules/arch/x86/Makefile.inc
|
||||
EXTRA_DIST += 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
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <libyasm.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$
|
||||
/*
|
||||
* LC-3b Architecture header file
|
||||
*
|
||||
* Copyright (C) 2003-2007 Peter Johnson
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
/*@unused@*/ RCSID("$Id$");
|
||||
|
||||
#include <libyasm.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
#include <util.h>
|
||||
RCSID("$Id$");
|
||||
|
||||
#include <libyasm.h>
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue