This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Add x86-64 target to MAINTAINERS, broken


FYI,

I've committed the attached.  I get the error:

In file included from /home/scratch/GDB/src/gdb/x86-64-tdep.c:30:
/home/scratch/GDB/src/gdb/x86-64-tdep.h:27: sys/reg.h: No such file or 
directory
gmake[1]: *** [x86-64-tdep.o] Error 1
gmake[1]: Leaving directory 
`/home/scratch/GDB/X-x86_64-unknown-linux-gnu/gdb'
gmake: *** [all-gdb] Error 2

when trying to build an x86_64-linux-gnu target.

enjoy,
Andrew
2002-02-26  Andrew Cagney  <ac131313@redhat.com>

	* MAINTAINERS: Add x86-64 target.

Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.151
diff -u -r1.151 MAINTAINERS
--- MAINTAINERS	2002/02/23 21:44:56	1.151
+++ MAINTAINERS	2002/02/27 02:41:28
@@ -170,6 +170,9 @@
 
 	w65		Deleted.
 
+	x86-64		(--target=x86_64-linux-gnu broken)
+			Maintenance only
+
 	xstormy16	--target=xstormy16-elf ,-Werror
 			Corinna Vinschen	vinschen@redhat.com
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]