aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>2023-03-21 02:22:18 -0500
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2023-03-21 08:54:50 +0100
commitfec61519220148421595a21173f74401416d8d54 (patch)
treeffa16f04e10d6685647a93acf91aae65fa29a2eb /gdb
parent003c8d67e7980f56d05a91f6535b1a336e6571b1 (diff)
downloadgdb-fec61519220148421595a21173f74401416d8d54.zip
gdb-fec61519220148421595a21173f74401416d8d54.tar.gz
gdb-fec61519220148421595a21173f74401416d8d54.tar.bz2
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/rs6000-aix-nat.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/rs6000-aix-nat.c b/gdb/rs6000-aix-nat.c
index 1eb61a0..f496ecc 100644
--- a/gdb/rs6000-aix-nat.c
+++ b/gdb/rs6000-aix-nat.c
@@ -61,11 +61,6 @@
/* 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. */