
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
19 lines
700 B
Plaintext
19 lines
700 B
Plaintext
#------------------------------------------------------------------------------
|
|
# $File: assembler,v 1.6 2013/12/11 14:14:20 christos Exp $
|
|
# make: file(1) magic for assembler source
|
|
#
|
|
0 regex \^[\040\t]{0,50}\\.asciiz assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\040\t]{0,50}\\.byte assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\040\t]{0,50}\\.even assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\040\t]{0,50}\\.globl assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\040\t]{0,50}\\.text assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\040\t]{0,50}\\.file assembler source text
|
|
!:mime text/x-asm
|
|
0 regex \^[\040\t]{0,50}\\.type assembler source text
|
|
!:mime text/x-asm
|