From: Felix Willgerodt Date: Thu, 14 Jul 2022 14:26:16 +0000 (+0200) Subject: gdb, i386: Update stale comment in i386-tdep.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b2fb35d5920fc27624823de92c30d346161058e;p=binutils-gdb.git gdb, i386: Update stale comment in i386-tdep.h. The comment seems no longer valid, the functions technically check for non-pseudo registers, like zmmh. Which is a valid use case. --- diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index 82de5faa988..371bce72369 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -353,7 +353,7 @@ enum record_i386_regnum /* Types for i386-specific registers. */ extern struct type *i387_ext_type (struct gdbarch *gdbarch); -/* Checks of different pseudo-registers. */ +/* Checks of different registers. */ extern int i386_byte_regnum_p (struct gdbarch *gdbarch, int regnum); extern int i386_word_regnum_p (struct gdbarch *gdbarch, int regnum); extern int i386_dword_regnum_p (struct gdbarch *gdbarch, int regnum);