gem5/src/python
Andreas Hansson 88abdc0fad SWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1
This patch fixes a compilation error that occurs with gcc >= 4.6.1,
caused by swig not including cstddef and not using the std:: namespace
prefix for ptrdiff_t. There is an old patch,
http://reviews.m5sim.org/r/913/ that no longer applies cleanly and
this might be re-iterating the same issue.

We work around the problem by always enforcing the inclusion of
cstddef in all swig interface declarations, and also by explicitly
using std::ptrdiff_t.
2012-02-29 04:26:58 -05:00
..
m5 SWIG: Ensure ptrdiff_t is a known type in gcc >= 4.6.1 2012-02-29 04:26:58 -05:00
swig Merge with main repository. 2012-01-07 02:10:34 -08:00
importer.py importer: fix error message 2010-12-21 08:02:40 -08:00
SConscript SimObject: add export_method* hooks to export C++ methods to Python 2011-10-20 13:09:10 -07:00