rename floatformat_ia64_quad_{big, little} to floatformat_ieee_quad_{big, little}
authorTiezhu Yang <yangtiezhu@loongson.cn>
Sat, 19 Mar 2022 17:33:40 +0000 (13:33 -0400)
committerJeff Law <jeffreyalaw@gmail.com>
Sat, 19 Mar 2022 17:33:40 +0000 (13:33 -0400)
commitb2dff6b2d9d6179e810724e91b539c79c7a7ac33
tree64a5ac33baa85af41e5c6682a5dca73293acacbe
parentb60bc913cca7439d29a7ec9e9a7f448d8841b43c
rename floatformat_ia64_quad_{big, little} to floatformat_ieee_quad_{big, little}

I submitted a GDB patch [1] to rename floatformats_ia64_quad to
floatformats_ieee_quad to reflect the reality, and then we can
clean up the related code.

As GDB Global Maintainer Tom Tromey said [2]:

  These files are maintained in gcc and then imported into the
  binutils-gdb repository, so any changes to them will have to
  be proposed there first.

this GCC patch is preparation for the GDB patch, no functionality
change.

[1] https://sourceware.org/pipermail/gdb-patches/2022-March/186452.html
[2] https://sourceware.org/pipermail/gdb-patches/2022-March/186569.html

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
include/
* floatformat.h (floatformat_ieee_quad_big): Renamed from
floatformat_ia64_quad_big.
(floatformat_ieee_quad_little): Similarly.

libiberty/
* floatformat.c (floatformat_ieee_quad_big): Renamed from
floatformat_ia64_quad_big.
(floatformat_ieee_quad_little): Similarly.
include/floatformat.h
libiberty/floatformat.c