Source: python2.7
Version: 2.7.1-9
Hi,
please update the symbols file of python2.7 for m68k too,
like for 3.2 – I have attached the patch again.
bye,
//mirabilos
--
If Harry Potter gets a splitting headache in his scar
when he’s near Tom Riddle (aka Voldemort),
does Tom get pain in the arse when Harry is near him?
-- me, wondering why it’s not Jerry Potter………
diff -u python2.7-2.7.1/debian/libpython.symbols.in
python2.7-2.7.1/debian/libpython.symbols.in
--- python2.7-2.7.1/debian/libpython.symbols.in
+++ python2.7-2.7.1/debian/libpython.symbols.in
@@ -1165,13 +1165,13 @@
_Py_ctype_tolower@Base @VER@
_Py_ctype_toupper@Base @VER@
_Py_delbitset@Base @VER@
- _Py_dg_dtoa@Base @VER@
- _Py_dg_freedtoa@Base @VER@
- _Py_dg_strtod@Base @VER@
+ (arch=!m68k)_Py_dg_dtoa@Base @VER@
+ (arch=!m68k)_Py_dg_freedtoa@Base @VER@
+ (arch=!m68k)_Py_dg_strtod@Base @VER@
_Py_double_round@Base @VER@
(optional)_Py_expm1@Base @VER@
_Py_findlabel@Base @VER@
- (arch=i386 lpia)_Py_force_double@Base @VER@
+ (arch=i386 lpia m68k)_Py_force_double@Base @VER@
(arch=amd64 i386 lpia)_Py_get_387controlword@Base @VER@
_Py_hgidentifier@Base 2.7.1
_Py_hgversion@Base 2.7.1
diff -u python2.7-2.7.1/debian/changelog python2.7-2.7.1/debian/changelog
--- python2.7-2.7.1/debian/changelog
+++ python2.7-2.7.1/debian/changelog
@@ -1,3 +1,17 @@
+python2.7 (2.7.1-8+m68k.1) unreleased; urgency=low
+
+ * Update libpython symbols file for m68k:
+ - _Py_force_double@Base is used on all architectures whose FPU
+ has the same precision issue as i8087 (internal precision is
+ higher than the precision used by C code / the ABI).
+ - _Py_dg_{dtoa,freedtoa,strtod}@Base are used only on architectures
+ which either do not have the precision issue or where assembly
+ code to change the FPU precision exists (there is none for m68k,
+ it would be possible to write but some implementations' FPU do
+ not support it, so fallback code is used instead).
+
+ -- Thorsten Glaser <t...@mirbsd.de> Sun, 01 May 2011 15:55:27 +0000
+
python2.7 (2.7.1-8) unstable; urgency=low
* Keep the ssl.PROTOCOL_SSLv2 module constant , just raise an exception