Mail Archives: djgpp-workers/2003/01/04/19:35:36
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1126" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV>
<DIV>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:-</DIV></DIV>
<DIV> </DIV>
<DIV>"BFDSymify Version 1.2, 2002-02-24 (BFD version 2.11.90)"</DIV>
<DIV> </DIV>
<DIV>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.</DIV>
<DIV> </DIV>
<DIV>The code fragment is:-</DIV>
<DIV> if (argc < 2)<BR> {<BR> =20
fprintf(stderr,<BR> =
=20
"BFDSymify Version 1.2, 2002-02-24 (BFD version 2.11.90)\n");<BR></DIV>
<DIV> </DIV>
<DIV>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.</DIV>
<DIV> </DIV>
<DIV>Andrew</DIV></FONT></DIV></BODY></HTML>
------=_NextPart_000_0012_01C2B4AB.82C8CC00--
- Raw text -