[Bug 562226] Review Request: ccl - Free Common Lisp implementation

bugzilla at redhat.com bugzilla at redhat.com
Thu Feb 25 17:27:16 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=562226

--- Comment #3 from Jerry James <loganjerry at gmail.com> 2010-02-25 12:27:11 EST ---
Compile any C source with -g, and then do this to the executable:

readelf --debug-dump <name_of_executable> | grep -F DWARF

You should see one or more lines like this:

  DWARF Version:               2

The DWARF debug format is much more expressive than the old stabs format.  I
assume we'll move up to DWARF-3 at some point.  I don't know why we haven't
yet.  Perhaps some tools need to be ported to the new standard.

I don't have physical access to any PPC machines.  When I took over
maintainership of GCL about a year and a half ago, someone on -devel gave me an
account on his PPC machine so that I could debug some issues with it.  I seem
to have misplaced the login information, though.   Hmm.  I'll try to dig it up.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list