Remove .c header files from rs6000-aix-nat.c file
authorAditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>
Tue, 21 Mar 2023 07:22:18 +0000 (02:22 -0500)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 21 Mar 2023 07:54:50 +0000 (08:54 +0100)
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.

gdb/rs6000-aix-nat.c

index 1eb61a0637b60237789416a2bc65ba3d35a1e879..f496ecca65e5ea475f83352d644e98a13764af14 100644 (file)
 /* Header files for alti-vec reg.  */
 #include <sys/context.h>
 
-#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.  */