-$IdPath$
+$Id$
If you are contributing code to the YASM project or trying to compile YASM
from a CVS checkout, please read this first.
-# $IdPath$
+# $Id$
SUBDIRS = libltdl m4 po .
-# $IdPath$
+# $Id$
#
# Ultra-flat Makefile for DJGPP (also works for Cygwin).
# Does NOT depend on or use configure.
-# $IdPath$
+# $Id$
#
# Ultra-flat Makefile "prototype" for non-Unix platforms.
# Does NOT depend on or use configure.
-# $IdPath$
+# $Id$
#
# Ultra-flat Makefile for MINGW (cross-compile for Win32).
# Does NOT depend on or use configure.
-/* $IdPath$ */\r
+/* $Id$ */\r
\r
/* */\r
/* #undef ENABLE_NLS */\r
-/* $IdPath$ */
+/* $Id$ */
/* */
/* #undef ENABLE_NLS */
#!/usr/bin/perl
-# $IdPath$
+# $Id$
use POSIX qw(strftime);
$|++;
-/* $IdPath$ */\r
+/* $Id$ */\r
\r
/* */\r
/* #undef ENABLE_NLS */\r
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include <libyasm.h>
#!/bin/sh
-# $IdPath: yasm/autogen.sh,v 1.9 2003/03/13 04:03:59 peter Exp $
+# $Id$
# Run this to set up the build system: configure, makefiles, etc.
# (based on the version in enlightenment's cvs)
-# $IdPath$
+# $Id$
CHECKFILES = check/check.c
CHECKFILES += check/check_run.c
# Process this file with autoconf to produce a configure script.
-# $IdPath$
+# $Id$
#
# autoconf setup
-# $IdPath$
+# $Id$
EXTRA_DIST += frontends/yasm/Makefile.inc
-# $IdPath$
+# $Id$
bin_PROGRAMS += yasm
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include <libyasm/compat-queue.h>
#include <libyasm.h>
-/* $IdPath$
+/* $Id$
* YASM module loader header file
*
* Copyright (C) 2002 Peter Johnson
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath: yasm/frontends/yasm/yasm-options.c,v 1.13 2003/04/01 19:53:30 mu Exp $");
+/*@unused@*/ RCSID("$Id$");
#include "yasm-options.h"
-/* $IdPath$
+/* $Id$
* Generic Options Support Header File
*
* Copyright (c) 2001 Stanislav Karchebny <berk@madfire.net>
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include <libyasm/compat-queue.h>
#include <libyasm/bitvect.h>
* \brief YASM library primary header file.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
-# $IdPath$
+# $Id$
lib_LTLIBRARIES += libyasm.la
#define YASM_LIB_INTERNAL
#define YASM_ARCH_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
* \brief YASM architecture interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "assocdat.h"
* \brief YASM associated data storage (libyasm internal use)
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
-/* $IdPath$
+/* $Id$
* Bytecode internal structures header file
*
* Copyright (C) 2001 Peter Johnson
#define YASM_LIB_INTERNAL
#include "util.h"
-RCSID("$IdPath$");
+RCSID("$Id$");
#include "coretype.h"
-/* $IdPath$ */
+/* $Id$ */
#ifndef YASM_BITVECT_H
#define YASM_BITVECT_H
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "file.h"
* \brief YASM bytecode interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
-/* $IdPath$
+/* $Id$
* <sys/queue.h> implementation for systems that don't have it.
*
* Copyright (c) 1991, 1993
* \brief YASM core types and utility functions.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
* \brief YASM debug format interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
* \brief YASM error and warning reporting interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
-/* $IdPath$
+/* $Id$
* Expressions internal structures header file
*
* Copyright (C) 2001 Peter Johnson
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "bitvect.h"
* \brief YASM expression interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "file.h"
* \brief YASM big and little endian file interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
* \brief YASM floating point (IEEE) interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "hamt.h"
* \brief Hash Array Mapped Trie (HAMT) functions.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include <ctype.h>
#include <limits.h>
* \brief YASM integer number interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "hamt.h"
* \brief YASM virtual line mapping management interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)merge.c 8.2 (Berkeley) 2/14/94";
#define YASM_LIB_INTERNAL
#define YASM_ARCH_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "valparam.h"
* \brief YASM object format module interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
* \brief YASM optimizer module interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
* \brief YASM parser module interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
* \brief YASM preprocessor module interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "valparam.h"
* \brief YASM section interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#ifndef USE_OUR_OWN_STRCASECMP
#define YASM_LIB_INTERNAL
#define NO_STRING_INLINES
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#if defined(LIBC_SCCS) && !defined(lint)
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#ifdef STDC_HEADERS
# include <limits.h>
* \brief YASM symbol table interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
-# $IdPath$
+# $Id$
TESTS += bitvect_test
TESTS += floatnum_test
-/* $IdPath$
+/* $Id$
*
* Copyright (C) 2001 Peter Johnson
*
-/* $IdPath$
+/* $Id$
*
* Copyright (C) 2001 Peter Johnson
*
-/* $IdPath$
+/* $Id$
*
* Copyright (C) 2001 Peter Johnson
*
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh libyasm_test libyasm/tests "libyasm" "-f bin" ""
exit $?
-/* $IdPath$
+/* $Id$
*
* Copyright (C) 2001 Peter Johnson
*
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#include "coretype.h"
#include "valparam.h"
* \brief YASM value/parameter interface.
*
* \rcs
- * $IdPath$
+ * $Id$
* \endrcs
*
* \license
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-RCSID("$IdPath$");
+RCSID("$Id$");
#include "coretype.h"
#include "errwarn.h"
*/
#define YASM_LIB_INTERNAL
#include "util.h"
-RCSID("$IdPath: yasm/libyasm/xstrdup.c,v 1.13 2003/03/15 05:07:48 peter Exp $");
+RCSID("$Id$");
#include "coretype.h"
-# $IdPath$
+# $Id$
EXTRA_DIST += modules/arch/Makefile.inc
EXTRA_DIST += modules/parsers/Makefile.inc
-# $IdPath$
+# $Id$
EXTRA_DIST += modules/arch/x86/Makefile.inc
EXTRA_DIST += modules/arch/lc3b/Makefile.inc
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += arch_lc3b.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
-/* $IdPath$
+/* $Id$
* LC-3b Architecture header file
*
* Copyright (C) 2003 Peter Johnson
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-# $IdPath$
+# $Id$
TESTS += modules/arch/lc3b/tests/lc3b_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh lc3b_test modules/arch/lc3b/tests "lc3b arch" "-a lc3b -f bin" ""
exit $?
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += arch_x86.la
-# $IdPath$
+# $Id$
TESTS += modules/arch/x86/tests/x86_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin" ""
exit $?
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
-/* $IdPath$
+/* $Id$
* x86 Architecture header file
*
* Copyright (C) 2001 Peter Johnson
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_EXPR_INTERNAL
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-# $IdPath$
+# $Id$
EXTRA_DIST += modules/dbgfmts/null/Makefile.inc
EXTRA_DIST += modules/dbgfmts/stabs/Makefile.inc
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += dbgfmt_null.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += dbgfmt_stabs.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-# $IdPath$
+# $Id$
EXTRA_DIST += modules/objfmts/dbg/Makefile.inc
EXTRA_DIST += modules/objfmts/bin/Makefile.inc
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += objfmt_bin.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-# $IdPath$
+# $Id$
TESTS += modules/objfmts/bin/tests/bin_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh bin_test modules/objfmts/bin/tests "bin objfmt" "-f bin" ""
exit $?
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += objfmt_coff.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-# $IdPath$
+# $Id$
TESTS += modules/objfmts/coff/tests/coff_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh coff_test modules/objfmts/coff/tests "coff objfmt" "-f coff" ".o"
exit $?
;.file "x86id.c"
;#APP
- ;.ident "$IdPath$"
+ ;.ident "$Id$"
;#NO_APP
extern yasm_internal_error_
extern yasm_expr_copy
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += objfmt_dbg.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += objfmt_elf.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
/* Notes
*
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_EXPR_INTERNAL
-/* $IdPath$
+/* $Id$
* ELF object format helpers
*
* Copyright (C) 2003 Michael Urman
-# $IdPath$
+# $Id$
TESTS += modules/objfmts/elf/tests/elf_test.sh
-# $IdPath$
+# $Id$
TESTS += modules/objfmts/elf/tests/amd64/elf_amd64_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh elf_amd64_test modules/objfmts/elf/tests/amd64 "elf-amd64 objfmt" "-m amd64 -f elf" ".o"
exit $?
;.file "x86id.c"
;#APP
- ;.ident "$IdPath$"
+ ;.ident "$Id$"
;#NO_APP
extern yasm_internal_error_
extern yasm_expr_copy
#! /bin/sh
-# $IdPath$
+# $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 $?
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += objfmt_win32.la
-# $IdPath$
+# $Id$
TESTS += modules/objfmts/win32/tests/win32_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh win32_test modules/objfmts/win32/tests "win32 objfmt" "-f win32" ".obj"
exit $?
-# $IdPath$
+# $Id$
EXTRA_DIST += modules/optimizers/basic/Makefile.inc
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += optimizer_basic.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_BC_INTERNAL
-# $IdPath$
+# $Id$
EXTRA_DIST += modules/parsers/nasm/Makefile.inc
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += parser_nasm.la
*/
%{
#include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
#define YASM_LIB_INTERNAL
#define YASM_EXPR_INTERNAL
-/* $IdPath$
+/* $Id$
* Variable name redefinitions for NASM-compatible parser
*
* Copyright (C) 2001 Peter Johnson
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
-/* $IdPath$
+/* $Id$
* NASM-compatible parser header file
*
* Copyright (C) 2002 Peter Johnson
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-RCSID("$IdPath$");
+RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
-# $IdPath$
+# $Id$
TESTS += modules/parsers/nasm/tests/nasm_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests "nasm-compat parser" "-f bin" ""
exit $?
-# $IdPath$
+# $Id$
TESTS += modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh nasm_test modules/parsers/nasm/tests/worphan "nasm-compat parser" "-Worphan-labels -f bin" ""
exit $?
-# $IdPath$
+# $Id$
EXTRA_DIST += modules/preprocs/nasm/Makefile.inc
EXTRA_DIST += modules/preprocs/raw/Makefile.inc
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += preproc_nasm.la
-/* $IdPath$
+/* $Id$
*
* C version of NASM's macros.pl
*
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
-# $IdPath$
+# $Id$
TESTS += modules/preprocs/nasm/tests/nasmpp_test.sh
#! /bin/sh
-# $IdPath$
+# $Id$
${srcdir}/out_test.sh nasmpp_test modules/preprocs/nasm/tests "nasm preproc" "-f bin" ""
exit $?
-# $IdPath$
+# $Id$
pkglib_LTLIBRARIES += preproc_raw.la
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <util.h>
-/*@unused@*/ RCSID("$IdPath$");
+/*@unused@*/ RCSID("$Id$");
#define YASM_LIB_INTERNAL
#include <libyasm.h>
#! /bin/sh
-# $IdPath$
+# $Id$
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
*c*,-n*) ECHO_N= ECHO_C='
# To update, try "find . -name \*.c | xargs grep -c _\( | grep -v :0 | sort"
# Copyright (c) 2001 Peter Johnson
#
-# $IdPath$
+# $Id$
frontends/yasm/yasm-options.c
frontends/yasm/yasm.c
-/* $IdPath$
+/* $Id$
*
* Simple hexidecimal dump, two hex digits per line.
*
-# $IdPath$
+# $Id$
EXTRA_DIST += tools/re2c/Makefile.inc
-# $IdPath$
+# $Id$
# These utility programs have to be built for BUILD host in cross-build.
# This makes things rather non-standard automake
-/* $IdPath$
+/* $Id$
*
* Clean up re2c output to avoid compiler warnings.
*
-/* $IdPath$
+/* $Id$
* YASM utility functions.
*
* Includes standard headers and defines prototypes for replacement functions