mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
gdb: rename floatformats_ia64_quad to floatformats_ieee_quad
It is better to rename floatformats_ia64_quad to floatformats_ieee_quad to reflect the reality, and then we can clean up the related code. As Tom Tromey said [1]: 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. the related changes have been merged into gcc master now [2], it is time to do it for gdb. [1] https://sourceware.org/pipermail/gdb-patches/2022-March/186569.html [2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=b2dff6b2d9d6 Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
This commit is contained in:
@ -8243,7 +8243,7 @@ i386_floatformat_for_type (struct gdbarch *gdbarch,
|
||||
|| strcmp (name, "real(kind=16)") == 0
|
||||
|| strcmp (name, "real*16") == 0
|
||||
|| strcmp (name, "REAL*16") == 0)
|
||||
return floatformats_ia64_quad;
|
||||
return floatformats_ieee_quad;
|
||||
|
||||
return default_floatformat_for_type (gdbarch, name, len);
|
||||
}
|
||||
|
Reference in New Issue
Block a user