Warn but dont fail the build on STABS debuginfo (RhBug:725378, others)
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 7 Mar 2012 11:47:09 +0000 (13:47 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 7 Mar 2012 11:47:09 +0000 (13:47 +0200)
commit1684b696111cca7a3b96bf22f8168baab2a2c5e6
tree5b04a29df98de62ab505aa30a962a6ac7b51dc48
parentfb3afcbff7dd4e7a79869f3cd835f533527792c6
Warn but dont fail the build on STABS debuginfo (RhBug:725378, others)

- debugedit doesn't support STABS but there are some crazy cases
  like PPC Linux kernel which contains both STABS and DWARF debuginfo
  sections, manually added. A better fix would be erroring out
  if we didn't find any usable debuginfo and warning otherwise but
  this at least folks get their kernels built.
tools/debugedit.c