From 3960cb7a1bf14016b6b16d35205cdcb9dfc43c27 Mon Sep 17 00:00:00 2001 From: Jinke Fan Date: Wed, 15 May 2019 17:34:57 +0800 Subject: [PATCH] gdb/djgpp: Add Hygon Dhyana processor support Chengdu Haiguang IC Design Co., Ltd (Hygon) is a Joint Venture between AMD and Haiguang Information Technology Co.,Ltd., which aims at providing high performance x86 processors for the China server market. Its first generation processor codename is Dhyana, which originates from AMD technology and shares most of the architecture with AMD's family 17h, but with different CPU Vendor ID("HygonGenuine")/Family series number(Family 18h). gdb/ChangeLog: 2019-08-21 Jinke Fan * go32-nat.c (go32_sysinfo): Add hygon_p. --- gdb/ChangeLog | 4 ++++ gdb/go32-nat.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41d02a6b49..3d9c3ce1b1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2019-08-21 Jinke Fan + + * go32-nat.c (go32_sysinfo): Add hygon_p. + 2019-08-20 Tom Tromey * tui/tui-regs.h (struct tui_data_window)