include/opcode/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / generate.sh
1 #! /bin/sh
2
3 m4 -DELF32 test1elf.asm >test1elf32.s
4 m4 -DELF64 test1elf.asm >test1elf64.s
5 m4 -DXCOFF32 test1xcoff.asm >test1xcoff32.s
6 #m4 -DXCOFF64 test1xcoff.asm >test1xcoff64.s
This page took 0.031073 seconds and 4 git commands to generate.