From: Aditya Vidyadhar Kamath Date: Tue, 21 Mar 2023 07:22:18 +0000 (-0500) Subject: Remove .c header files from rs6000-aix-nat.c file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fec61519220148421595a21173f74401416d8d54;p=binutils-gdb.git Remove .c header files from rs6000-aix-nat.c file Since the tdesc_powerpc_vsx32, tdesc_powerpc_vsx64, tdesc_powerpc_altivec32 and tdesc_powerpc_altivec64 definitions are moved to ppc-tdep.h we no longer need to import these .c files. --- diff --git a/gdb/rs6000-aix-nat.c b/gdb/rs6000-aix-nat.c index 1eb61a0637b..f496ecca65e 100644 --- a/gdb/rs6000-aix-nat.c +++ b/gdb/rs6000-aix-nat.c @@ -61,11 +61,6 @@ /* Header files for alti-vec reg. */ #include -#include "features/rs6000/powerpc-vsx64.c" -#include "features/rs6000/powerpc-vsx32.c" -#include "features/rs6000/powerpc-altivec32.c" -#include "features/rs6000/powerpc-altivec64.c" - /* On AIX4.3+, sys/ldr.h provides different versions of struct ld_info for debugging 32-bit and 64-bit processes. Define a typedef and macros for accessing fields in the appropriate structures. */