diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-15 22:43:26 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-16 18:57:23 +0200 |
commit | dd7a49ac1158de431ad5dc9089c49f737a8123a6 (patch) | |
tree | d24a6904bcff619453b6e45a5764a24d738bd745 /recipes/glibc/glibc-2.4/glibc-crunch-eabi-unwind.patch | |
parent | d13ce772836be08375f0c50a1b290594e4cfed2f (diff) |
glibc: remove old/obsolete versions
as mentioned before on the OE ML.
removing some old versions which are not pinned by any distro
and are fairly old:
glibc-initial_2.3.2+cvs20040726.bb
glibc-initial_2.3.6.bb
glibc-initial_2.4.bb
glibc-initial_2.7.bb
glibc_2.3.2+cvs20040726.bb
glibc_2.3.3+cvs20041128.bb
glibc_2.3.3+cvs20050221.bb
glibc_2.3.3+cvs20050420.bb
glibc_2.3.6.bb
glibc_2.4.bb
glibc_2.7.bb
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Graham Gower <graham.gower@gmail.com>
Diffstat (limited to 'recipes/glibc/glibc-2.4/glibc-crunch-eabi-unwind.patch')
-rw-r--r-- | recipes/glibc/glibc-2.4/glibc-crunch-eabi-unwind.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/glibc/glibc-2.4/glibc-crunch-eabi-unwind.patch b/recipes/glibc/glibc-2.4/glibc-crunch-eabi-unwind.patch deleted file mode 100644 index d91d4fd356..0000000000 --- a/recipes/glibc/glibc-2.4/glibc-crunch-eabi-unwind.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- glibc-2.7/ports/sysdeps/unix/sysv/linux/arm/eabi/nptl/unwind.h 2008-04-04 15:57:19.000000000 +1000 -+++ glibc-2.7/ports/sysdeps/unix/sysv/linux/arm/eabi/nptl/unwind.h 2008-04-04 16:00:41.000000000 +1000 -@@ -138,7 +138,8 @@ - _UVRSC_VFP = 1, /* vfp */ - _UVRSC_FPA = 2, /* fpa */ - _UVRSC_WMMXD = 3, /* Intel WMMX data register */ -- _UVRSC_WMMXC = 4 /* Intel WMMX control register */ -+ _UVRSC_WMMXC = 4, /* Intel WMMX control register */ -+ _UVRSC_CRUNCH = 5 /* Maverick crunch register */ - } - _Unwind_VRS_RegClass; - |