gcc/libgcc/config/c6x/libgcc-eabi.ver

104 lines
2.1 KiB
Plaintext
Raw Normal View History

# Copyright (C) 2011-2016 Free Software Foundation, Inc.
invoke.texi (C6X Options): New section. gcc/ * doc/invoke.texi (C6X Options): New section. * doc/md.texi (TI C6X family): New section. * config.gcc: Handle tic6x, in particular tic6x-*-elf and tic6x-*-uclinux. * longlong.h (add_ssaaaa, __umulsidi3, umul_ppmm, count_leading_zeros, count_trailing_zeros, UMUL_TIME, UDIV_TIME): Provide C6X definitions. * config/c6x/c6x.md: New file. * config/c6x/constraints.md: New file. * config/c6x/predicates.md: New file. * config/c6x/c6x-sched.md.in: New file. * config/c6x/c6x-sched.md: New file. * config/c6x/gensched.sh: New file. * config/c6x/c6x-mult.md.in: New file. * config/c6x/genmult.sh: New file. * config/c6x/c6x-mult.md: New file. * config/c6x/sync.md: New file. * config/c6x/c6x-protos.h: New file. * config/c6x/sfp-machine.h: New file. * config/c6x/c6x.c: New file. * config/c6x/c6x.h: New file. * config/c6x/crti.s: New file. * config/c6x/crtn.s: New file. * config/c6x/lib1funcs.asm: New file. * config/c6x/c6x-modes.def: New file. * config/c6x/genopt.sh: New file. * config/c6x/c6x.opt: New file. * config/c6x/c6x-tables.opt: New file. * config/c6x/c6x-opts.h: New file. * config/c6x/c6x-isas.def: New file. * config/c6x/elf.h: New file. * config/c6x/elf-common.h: New file. * config/c6x/uclinux-elf.h: New file. * config/c6x/t-c6x: New file. * config/c6x/t-c6x-elf: New file. * config/c6x/t-c6x-uclinux: New file. * config/c6x/t-c6x-softfp: New file. * config/c6x/gtd.c: New file. * config/c6x/gtf.c: New file. * config/c6x/ltd.c: New file. * config/c6x/ltf.c: New file. * config/c6x/ged.c: New file. * config/c6x/gef.c: New file. * config/c6x/led.c: New file. * config/c6x/lef.c: New file. * config/c6x/eqd.c: New file. * config/c6x/eqf.c: New file. * config/c6x/libgcc-c6xeabi.ver: New file. contrib/ * gcc_update: Add C6X generated files. * contrib/config-list.mk: Add c6x-elf and c6x-uclinux. libgcc/ * config.host: Handle tic6x-*-*. * config/c6x/c6x-abi.h: New file. From-SVN: r176308
2011-07-15 11:36:40 +02:00
#
# This file is part of GCC.
#
# GCC is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GCC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
GCC_4.7.0 {
__c6xabi_strasgi
__c6xabi_call_stub
__c6xabi_mpyll
__c6xabi_negll
__c6xabi_llshru
__c6xabi_llshl
__c6xabi_llshr
__c6xabi_fixfu
__c6xabi_fixdu
__c6xabi_fixflli
__c6xabi_fixdlli
__c6xabi_fixfull
__c6xabi_fixdull
__c6xabi_fltllif
__c6xabi_fltllid
__c6xabi_fltullf
__c6xabi_fltulld
__c6xabi_divlli
__c6xabi_remlli
__c6xabi_divull
__c6xabi_remull
__c6xabi_divremull
__c6xabi_gef
__c6xabi_gtf
__c6xabi_lef
__c6xabi_ltf
__c6xabi_eqf
__c6xabi_ged
__c6xabi_gtd
__c6xabi_led
__c6xabi_ltd
__c6xabi_eqd
__c6xabi_addf
__c6xabi_divf
__c6xabi_neqf
__c6xabi_cmpf
__c6xabi_mpyf
__c6xabi_negf
__c6xabi_subf
__c6xabi_unordf
__c6xabi_fixfi
__c6xabi_fltif
__c6xabi_fltuf
__c6xabi_addd
__c6xabi_divd
__c6xabi_neqd
__c6xabi_cmpd
__c6xabi_mpyd
__c6xabi_negd
__c6xabi_subd
__c6xabi_unordd
__c6xabi_fixdi
__c6xabi_fltid
__c6xabi_fltud
__c6xabi_cvtfd
__c6xabi_cvtdf
__c6xabi_mulcf
__c6xabi_mulcd
__c6xabi_divcf
__c6xabi_divcd
__gnu_ltsf2
__gnu_ltdf2
__gnu_gesf2
__gnu_gedf2
__gnu_gtsf2
__gnu_gtdf2
__gnu_eqsf2
__gnu_eqdf2
# Exception-Handling
_Unwind_Complete
_Unwind_VRS_Get
_Unwind_VRS_Set
_Unwind_VRS_Pop
__c6xabi_unwind_cpp_pr0
__c6xabi_unwind_cpp_pr1
__c6xabi_unwind_cpp_pr2
__c6xabi_unwind_cpp_pr3
__c6xabi_unwind_cpp_pr4
# The libstdc++ exception-handling personality routine uses this
# GNU-specific entry point.
__gnu_unwind_frame
}