patches/gcc/3.2.3/README-sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 21:30:27 2008 +0000 (2008-10-14)
changeset 935 e175e3538310
permissions -rw-r--r--
Introduce the notion of a 'sample comment'.

- presence of the sample's reported.by file is now mandatory.
- when saving a sample, reporter name & URL are queried, to avoid operator forget about creating the reported.by file.
- when saving a sample, one can store a few-liner comment.
- when recalling a sample, the reporter name, URL and comment (if present) are printed.
- update the powerpc-e500v2-linux-gnuspe sample to include Nate's comment (from his original mail).
- update all samples that were missing the reported.by file.

/trunk/scripts/saveSample.sh | 46 35 11 0 ++++++++++++++++++------
/trunk/scripts/showSamples.sh | 12 6 6 0 +++---
/trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by | 15 15 0 0 ++++++++
/trunk/samples/samples.mk | 22 17 5 0 +++++++++--
4 files changed, 73 insertions(+), 22 deletions(-)
yann@1
     1
http://mirror.sh-linux.org/rpm-2003/SRPMS/gcc-3.2.3-3.src.rpm contains the following patches:
yann@1
     2
yann@1
     3
gcc-20030210-sh-linux-1.patch
yann@1
     4
gcc-3.2.3-libffi-1.patch
yann@1
     5
gcc-3.2.3-sh-linux-dwarf2-1.patch (*not* applied by the spec file, it's in there by accident)
yann@1
     6
yann@1
     7
gcc-3.2.3-libffi-1.patch was needed just to build, I think.
yann@1
     8
yann@1
     9
After that was applied, sh4 gcc seemed to compile fine, but c++ programs
yann@1
    10
failed to execute because libstdc++.so.5 was built without version
yann@1
    11
info.  This was caused directly by libstdc++-v3/configure setting
yann@1
    12
SYMVER_MAP=config/linker-map.dummy because it sees that 
yann@1
    13
no libgcc_s.so was generated; configure says
yann@1
    14
  checking for shared libgcc... no.
yann@1
    15
yann@1
    16
Applying gcc-20030210-sh-linux-1.patch in hopes it makes those problems go away.