libgcc-glibc.ver 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Copyright (C) 2004-2022 Free Software Foundation, Inc.
  2. #
  3. # This file is part of GCC.
  4. #
  5. # GCC is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 3, or (at your option)
  8. # any later version.
  9. #
  10. # GCC is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with GCC; see the file COPYING3. If not see
  17. # <http://www.gnu.org/licenses/>.
  18. GCC_3.4 {
  19. # frv abi symbol names
  20. __ftod
  21. __ftoi
  22. __ftoui
  23. __dtoi
  24. __ftoui
  25. __dtoui
  26. __ftoll
  27. __dtoll
  28. __ftoull
  29. __dtoull
  30. __itof
  31. __lltof
  32. __dtof
  33. __itod
  34. __lltof
  35. __lltod
  36. __addd
  37. __subd
  38. __muld
  39. __divd
  40. __addf
  41. __subf
  42. __mulf
  43. __divf
  44. __sllll
  45. __srlll
  46. __srall
  47. __addll
  48. __subll
  49. __mulll
  50. __umulll
  51. __divll
  52. __udivll
  53. __modll
  54. __umodll
  55. __cmpll
  56. __cmpf
  57. __cmpd
  58. __andll
  59. __orll
  60. __xorll
  61. __notll
  62. __cmov
  63. __cmovd
  64. __cmovh
  65. __cmovw
  66. __modi
  67. __uitod
  68. __uitof
  69. __ulltod
  70. __ulltof
  71. __umodi
  72. }