summaryrefslogtreecommitdiff
path: root/opcodes/cgen.sh
Commit message (Collapse)AuthorAgeFilesLines
* * cgen.sh: Handle multiple simultaneous runs for parallel makes.Doug Evans2009-06-141-42/+45
|
* Change source files over to GPLv3.Nick Clifton2007-07-051-8/+8
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
|
* update copyright datesAlan Modra2005-03-031-1/+1
|
* cgen/ChangeLog:Jim Blandy2005-02-081-2/+2
| | | | | | | | | | | | | | | | | | 2005-02-07 Jim Blandy <jimb@redhat.com> * cgen-opc.scm: Don't load fixup.scm here. (See corresponding changes in the opcodes directory.) opcodes/ChangeLog: 2005-02-07 Jim Blandy <jimb@redhat.com> * Makefile.am (CGEN): Load guile.scm before calling the main application script. * Makefile.in: Regenerated. * cgen.sh: Be prepared for the 'cgen' argument to contain spaces. Simply pass the cgen-opc.scm path to ${cgen} as its first argument; ${cgen} itself now contains the '-s', or whatever is appropriate for the Scheme being used.
* 2003-09-08 Dave Brolley <brolley@redhat.com>Dave Brolley2003-09-081-5/+16
| | | | | | | | | | | | On behalf of Doug Evans <dje@sebabeach.org> * Makefile.am (run-cgen): Pass new args archfile and opcfile to cgen.sh. (stamp-ip2k,stamp-m32r,stamp-fr30,stamp-frv,stamp-openrisc, stamp-iq2000,stamp-xstormy16): Pass paths of .cpu and .opc files to cgen.sh. (stamp-frv): Delete hardcoded path spec workaround. * Makefile.in: Regenerate. * cgen.sh: New args archfile and opcfile. Pass on to cgen.
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-0/+20
|
* 2000-08-04 Ben Elliston <bje@redhat.com>Ben Elliston2000-08-041-0/+134
* cgen-dis.in, cgen-asm.in, cgen-ibld.in: New files. * cgen.sh: Likewise.