This commit improves the script used to generate the patches from the
upstream git repo. Basically, it removes even more cruft that was
being added by 'git format-patch', making the output really simple and
deterministic (determinism which was a problem before).
Aside from the metadata, nothing else has been changed and therefore
it doesn't justify a new Fedora GDB release.
- chmod +x on the generate-*.sh script.s
- Remove references to gdb-8.0.1 from 'sources' and '.gitignore'.
- Regenerate first line of the patches (remove commit hash).
- Fix empty Source line.
- Add sparc specific workarounds to toolchain badness:
- disable mmap in bdf/ via --without-mmap configure option.
- add patch to not build mmap support on sparc for gdb/.
- gdb code is NOT at fault, but we need a working gdb while we sort out
the toolchain and rebuild all packages. this workaround is NOT for upstream
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>