gdb, i386: Update stale comment in i386-tdep.h.
authorFelix Willgerodt <felix.willgerodt@intel.com>
Thu, 14 Jul 2022 14:26:16 +0000 (16:26 +0200)
committerFelix Willgerodt <felix.willgerodt@intel.com>
Wed, 25 Jan 2023 12:40:07 +0000 (13:40 +0100)
The comment seems no longer valid, the functions technically check for
non-pseudo registers, like zmmh.  Which is a valid use case.

gdb/i386-tdep.h

index 82de5faa988d14735b7463d4dbc6068e8135bb2d..371bce723695920364eeef9d1f7edb2b664f7415 100644 (file)
@@ -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);