2005-01-27 04:39:55 +03:00
|
|
|
#
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of Indiana University.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 The Trustees of the University of Tennessee.
|
|
|
|
# All rights reserved.
|
|
|
|
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Database for mapping architecture and assembly format to prebuilt
|
|
|
|
# assembly files.
|
|
|
|
#
|
|
|
|
# FORMAT:
|
|
|
|
# ARCHITECTURE ASSEMBLY FORMAT BASE FILENAME
|
|
|
|
#
|
2005-01-31 07:16:54 +03:00
|
|
|
# Assembly Format field:
|
|
|
|
# config_file-text-global-label_suffix-gsym-lsym-type-size-align_log-ppc_r_reg-64_bit
|
2005-01-27 04:39:55 +03:00
|
|
|
|
2005-02-15 01:07:08 +03:00
|
|
|
AMD64 default-.text-.globl-:--.L-@-1-0-1-1 amd64-linux
|
|
|
|
IA32 default-.text-.globl-:--.L-@-1-0-1-1 ia32-linux
|
2005-01-31 07:16:54 +03:00
|
|
|
POWERPC32 default-.text-.globl-:-_-L--0-1-1-0 powerpc32-osx
|
|
|
|
POWERPC32 default-.text-.globl-:-_-L--0-1-1-1 powerpc32-64-osx
|
|
|
|
POWERPC32 default-.text-.globl-:--.L-@-1-1-0-0 powerpc32-linux
|
2005-02-10 03:06:54 +03:00
|
|
|
POWERPC32 aix-.csect .text[PR]-.globl-:-.-L--0-1-0-0 powerpc32-aix
|
2005-01-31 07:16:54 +03:00
|
|
|
POWERPC64 default-.text-.globl-:-_-L--0-1-1-1 powerpc64-osx
|
2005-02-08 22:27:32 +03:00
|
|
|
POWERPC64 aix-.csect .text[PR]-.globl-:-.-L--0-1-0-1 powerpc64-aix
|
2005-02-15 01:07:08 +03:00
|
|
|
SPARC32 default-.text-.globl-:--.L-#-1-0-1-0 sparc32-solaris
|
|
|
|
SPARC64 default-.text-.globl-:--.L-#-1-0-1-1 sparc64-solaris
|