* opcodes.scm (read-cpu.opc): Read .opc files from subdir/cpu.
+2001-07-06 Ben Elliston <bje@redhat.com>
+
+ * opcodes.scm (read-cpu.opc): Read .opc files from subdir/cpu.
+
2001-07-05 Ben Elliston <bje@redhat.com>
* README: Update.
; it up into manageable chunks.
(define (read-cpu.opc srcdir cpu delim)
- (let ((file (string-append srcdir "/" (current-arch-name) ".opc"))
+ (let ((file (string-append srcdir "/cpu/" (current-arch-name) ".opc"))
(start-delim (string-append "/* -- " delim))
(end-delim "/* -- "))
(if (file-exists? file)