This is the mail archive of the gdb-patches@sourceware.cygnus.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]

[PATCH] Configury changes for IA-64


I've just committed the changes below.

Note:  The observant among you will notice that I've diffed revision
1.1 and revision 1.3 for configure.host.  This is because in revision
1.2, I inadvertently merged in all of the differences between the copy
of configure.host that I used for my IA-64 work and sourceware.  (And
these diffs were far more substantial than just the addition of the
ia64-*-linux* entry.) I realized this when I made diffs after my 1.2
commit.  So 1.3 puts things right; it restores everything that I
inadvertently changed, but leaves in place my new ia64-*-linux entry. 
If you do a diff between 1.1 and 1.3, you'll see what I wanted to
commit in the first place.  I apologize for any confusion that this
may cause.

	* configure.host, configure.tgt (ia64-*-linux*): New entry.

Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.1
retrieving revision 1.3
diff -u -p -r1.1 -r1.3
--- configure.host	1999/04/16 01:33:58	1.1
+++ configure.host	2000/03/21 05:43:30	1.3
@@ -77,6 +77,9 @@ i[3456]86-*-unixware*)	gdb_host=i386v4 ;
 i[3456]86-*-sysv*)	gdb_host=i386v ;;
 i[3456]86-*-isc*)	gdb_host=i386v32 ;;
 i[3456]86-*-cygwin*)	gdb_host=cygwin ;;
+
+ia64-*-linux*)		gdb_host=linux ;;
+
 m680[01]0-sun-sunos3*)	gdb_host=sun2os3 ;;
 m680[01]0-sun-sunos4*)	gdb_host=sun2os4 ;;
 m68030-sony-*)		gdb_host=news1000 ;;
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- configure.tgt	2000/02/24 03:31:45	1.4
+++ configure.tgt	2000/03/21 05:26:31	1.5
@@ -126,6 +126,8 @@ i960-*-elf*)		gdb_target=mon960 ;;
 i960-*-nindy*)		gdb_target=nindy960 ;;
 i960-*-vxworks*)	gdb_target=vxworks960 ;;
 
+ia64-*-linux*)		gdb_target=linux ;;
+
 m32r-*-elf*)		gdb_target=m32r ;;
 
 m68000-*-sunos3*)	gdb_target=sun2os3 ;;


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