[binutils-gdb] Remove .c header files from rs6000-aix-nat.c file

Ulrich Weigand uweigand@sourceware.org
Tue Mar 21 07:55:06 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fec61519220148421595a21173f74401416d8d54

commit fec61519220148421595a21173f74401416d8d54
Author: Aditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>
Date:   Tue Mar 21 02:22:18 2023 -0500

    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:
---
 gdb/rs6000-aix-nat.c | 5 -----
 1 file changed, 5 deletions(-)

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 <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.  */


More information about the Gdb-cvs mailing list