OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [cgen/] [cgen-intrinsics.scm] - Blame information for rev 6

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 jlechner
; GCC "intrinsics" file entry point.
2
;
3
; This is invoked to build support files for registering intrinsic
4
; functions within gcc. this code has a fair bit of target-specific
5
; code in it. it's not a general-purpose module yet.
6
;
7
; Copyright (C) 2000, 2009 Red Hat, Inc.
8
; This file is part of CGEN.
9
;
10
; This is a standalone script, we don't load anything until we parse the
11
; -s argument (keeps reliance off of environment variables, etc.).
12
 
13
; Fix up Scheme to be what we use (guile is always in flux).
14
 
15
"."; Scan argv for -s srcdir.
16
; We can't process any other args until we find the cgen source dir.
17
; The result is srcdir.
18
 
19
; Alternatives are to require it to be the first argument or at least preceed
20
; any option with a "-s" argument, or to put knowledge of the common argument
21
; set and common argument parsing code in every top level file.
22
 
23
; Find and set srcdir, then load all Scheme code.
24
 
25
"intrinsics"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.