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]

Re: [patch] preliminary support for hppa-linux


> > 	* hppa-linux-nat.c: New file.
> > 	* hppa-linux-tdep.c: New file.
> 
> These two need an entry in gdb/config/djgpp/fnchange.lst to prevent
> the file names from clashing after the 8+3 file-name butchery.

Like this? -randolph

2004-04-03  Randolph Chung  <tausq@debian.org>

	* config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
	hppa-linux-nat.c .

diff -uNrp gdb-cvs/gdb/config/djgpp/fnchange.lst gdb-work/gdb/config/djgpp/fnchange.lst
--- gdb-cvs/gdb/config/djgpp/fnchange.lst	2004-02-28 10:01:48.000000000 -0800
+++ gdb-work/gdb/config/djgpp/fnchange.lst	2004-04-03 22:09:29.583959264 -0800
@@ -232,6 +232,8 @@
 @V@/gdb/testsuite/gdb.mi/mi2-var-display.exp @V@/gdb/testsuite/gdb.mi/mi2vardisplay.exp
 @V@/gdb/amd64-linux-tdep.c @V@/gdb/amd64-ltdep.c
 @V@/gdb/amd64-linux-nat.c @V@/gdb/amd64-lnat.c
+@V@/gdb/hppa-linux-tdep.c @V@/gdb/palnxtdep.c
+@V@/gdb/hppa-linux-nat.c @V@/gdb/palnxnat.c
 @V@/include/ChangeLog-9103 @V@/include/ChangeLog.9103
 @V@/include/coff/ChangeLog-9103 @V@/include/coff/ChangeLog.9103
 @V@/include/elf/ChangeLog-9103 @V@/include/elf/ChangeLog.9103

-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/


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