URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [cgen/] [cgen-gas.scm] - Rev 17
Go to most recent revision | Compare with Previous | Blame | View Log
; CPU description file generator for the GAS testsuite. ; Copyright (C) 2000, 2001, 2009 Red Hat, Inc. ; This file is part of CGEN. ; This is invoked to build several .s files and a "build script", ; which generates the .d files and .exp DejaGNU test case. ; Load the various support routines. "/read.scm""/desc.scm""/desc-cpu.scm""/opcodes.scm""/opc-asmdis.scm""/opc-ibld.scm""/opc-itab.scm""/opc-opinst.scm""/gas-test.scm""-B""file""generate build script in <file>""-E""file""generate allinsn.exp in <file>"; Kept global so it's available to the other .scm files. "."; Scan argv for -s srcdir. ; We can't process any other args until we find the cgen source dir. ; The result is srcdir. ; We assume "-s" isn't the argument to another option. Unwise, yes. ; Alternatives are to require it to be the first argument or at least preceed ; any option with a "-s" argument, or to put knowledge of the common argument ; set and common argument parsing code in every top level file. "`-s srcdir' not present, can't load cgen""-s""missing srcdir arg to `-s'"; Main routine, parses options and calls generators. ; Find and set srcdir, then load all Scheme code. ; Drop the first argument, it is the script name (i.e. argv[0]). "gas-test"
Go to most recent revision | Compare with Previous | Blame | View Log