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]

[rfa] version.in, gdb_6_1-branch


Here's a patch for version.in on gdb_6_1-branch.
This file somehow got whacked to zero-length on 2004-05-08.

I suspect this was a one-time problem related to the move
of sources.redhat.com and that a one-time manual patch
will be sufficient.

I tested this on native i686-pc-linux-gnu by building gdb and
observing the version number on startup.

gdb HEAD has a different problem with version.in.
I haven't looked into that yet.

Okay to commit this to gdb_6_1-branch?

Michael C

2004-05-14  Michael Chastain  <mec.gnu@mindspring.com>

	Fix PR build/1648.
	* version.in: Fix corrupted zero-length file.

Index: version.in
===================================================================
RCS file: /cvs/src/src/gdb/version.in,v
retrieving revision 1.990.2.80
diff -c -3 -p -r1.990.2.80 version.in
*** version.in	8 May 2004 07:00:04 -0000	1.990.2.80
--- version.in	14 May 2004 16:43:04 -0000
***************
*** 0 ****
--- 1 ----
+ 6.1.0.90_2004-05-14-cvs


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