public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove .c header files from rs6000-aix-nat.c file
@ 2023-03-21  7:55 Ulrich Weigand
  0 siblings, 0 replies; only message in thread
From: Ulrich Weigand @ 2023-03-21  7:55 UTC (permalink / raw)
  To: gdb-cvs

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-21  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21  7:55 [binutils-gdb] Remove .c header files from rs6000-aix-nat.c file Ulrich Weigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).