Message-ID: <004b01c2b452$53a2a080$0100a8c0@acp42g> From: "Andrew Cottrell" To: Subject: bfdsymify enhancement for next release Date: Sun, 5 Jan 2003 11:13:44 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C2B4AB.82C8CC00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Reply-To: djgpp-workers AT delorie DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C2B4AB.82C8CC00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable In re-building GDB 5.3 I checked the build and output at each stage and = when I got to build bfdsymify I thought I had made a mistake as the date = and version it output was veryv ery old, but it was what I built 20 = minutes ago. The following was the relevant output:- "BFDSymify Version 1.2, 2002-02-24 (BFD version 2.11.90)" This is hard coded in the bfdsymify.c as follows, which is missleading = and now probably incorrect as the BFD version would not be higher than = this. The code fragment is:- if (argc < 2) { fprintf(stderr, "BFDSymify Version 1.2, 2002-02-24 (BFD version 2.11.90)\n"); When the next GDB release is packages if someone remembers could this = line be updated or the code changed so it gets the info from the GDB = libraries so that it is always up to date. Andrew ------=_NextPart_000_0012_01C2B4AB.82C8CC00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
In re-building GDB 5.3 I checked the build and output at each stage = and=20 when I got to build bfdsymify I thought I had made a mistake as the date = and=20 version it output was veryv ery old, but it was what I built 20 minutes = ago. The=20 following was the relevant output:-
 
"BFDSymify Version 1.2, 2002-02-24 (BFD version 2.11.90)"
 
This is hard coded in the bfdsymify.c as follows, which is = missleading and=20 now probably incorrect as the BFD version would not be higher than = this.
 
The code fragment is:-
 if (argc < 2)
 {
  =20 fprintf(stderr,
         =  =20 "BFDSymify Version 1.2, 2002-02-24 (BFD version 2.11.90)\n");
 
When the next GDB release is packages if someone remembers could = this line=20 be updated or the code changed so it gets the info from the GDB = libraries so=20 that it is always up to date.
 
Andrew
------=_NextPart_000_0012_01C2B4AB.82C8CC00--