gcc/libgcc/config/pru/libgcc-eabi.ver
Dimitar Dimitrov ae7deb4b85 Initial TI PRU libgcc port
libgcc/ChangeLog:

2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>

	* config.host: Add PRU target.
	* config/pru/asri.c: New file.
	* config/pru/eqd.c: New file.
	* config/pru/eqf.c: New file.
	* config/pru/ged.c: New file.
	* config/pru/gef.c: New file.
	* config/pru/gtd.c: New file.
	* config/pru/gtf.c: New file.
	* config/pru/led.c: New file.
	* config/pru/lef.c: New file.
	* config/pru/lib2bitcountHI.c: New file.
	* config/pru/lib2divHI.c: New file.
	* config/pru/lib2divQI.c: New file.
	* config/pru/lib2divSI.c: New file.
	* config/pru/libgcc-eabi.ver: New file.
	* config/pru/ltd.c: New file.
	* config/pru/ltf.c: New file.
	* config/pru/mpyll.S: New file.
	* config/pru/pru-abi.h: New file.
	* config/pru/pru-asm.h: New file.
	* config/pru/pru-divmod.h: New file.
	* config/pru/sfp-machine.h: New file.
	* config/pru/t-pru: New file.

From-SVN: r272204
2019-06-12 19:28:51 +00:00

89 lines
1.8 KiB
Plaintext

# Copyright (C) 2017-2019 Free Software Foundation, Inc.
#
# 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_9.0.0 {
__pruabi_asri
__pruabi_asrll
__pruabi_mpyll
__pruabi_negll
__pruabi_lslll
__pruabi_lsrll
__pruabi_fixfu
__pruabi_fixdu
__pruabi_fixflli
__pruabi_fixdlli
__pruabi_fixfull
__pruabi_fixdull
__pruabi_fltllif
__pruabi_fltllid
__pruabi_fltullf
__pruabi_fltulld
__pruabi_divlli
__pruabi_remlli
__pruabi_divull
__pruabi_remull
__pruabi_divremull
__pruabi_gef
__pruabi_gtf
__pruabi_lef
__pruabi_ltf
__pruabi_eqf
__pruabi_ged
__pruabi_gtd
__pruabi_led
__pruabi_ltd
__pruabi_eqd
__pruabi_addf
__pruabi_divf
__pruabi_neqf
__pruabi_cmpf
__pruabi_mpyf
__pruabi_negf
__pruabi_subf
__pruabi_unordf
__pruabi_fixfi
__pruabi_fltif
__pruabi_fltuf
__pruabi_addd
__pruabi_divd
__pruabi_neqd
__pruabi_cmpd
__pruabi_mpyd
__pruabi_negd
__pruabi_subd
__pruabi_unordd
__pruabi_fixdi
__pruabi_fltid
__pruabi_fltud
__pruabi_cvtfd
__pruabi_cvtdf
__pruabi_mulcf
__pruabi_mulcd
__pruabi_divcf
__pruabi_divcd
__gnu_ltsf2
__gnu_ltdf2
__gnu_gesf2
__gnu_gedf2
__gnu_gtsf2
__gnu_gtdf2
__gnu_eqsf2
__gnu_eqdf2
}