From: Jinke Fan Date: Wed, 15 May 2019 09:34:57 +0000 (+0800) Subject: gdb/djgpp: Add Hygon Dhyana processor support X-Git-Tag: binutils-2_33~143 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3960cb7a1bf14016b6b16d35205cdcb9dfc43c27;p=external%2Fbinutils.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41d02a6..3d9c3ce 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)