diff options
author | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-10 18:42:28 +0000 |
---|---|---|
committer | fche <fche@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-10 18:42:28 +0000 |
commit | 721cae82d644adb901d4f29b6de5e4fc034ca45f (patch) | |
tree | f1e9d593de06af753a78e3763ac0ae92abff57ec /libmudflap/ChangeLog | |
parent | a60f2dd76587f4122e5c58df77fb7769e05e23c7 (diff) | |
download | gcc-721cae82d644adb901d4f29b6de5e4fc034ca45f.tar.gz |
2006-11-10 Frank Ch. Eigler <fche@redhat.com>
PR libmudflap/28578
* mf-hooks1.c (__mf_0fn_malloc): Make the bootstrap buffers
static but not function scope static.
(free): Skip deallocation attempts for objects placed into
bootstrap buffers.
* testsuite/libmudflap.cth/pass59-frag.c: New test.
M libmudflap/mf-hooks1.c
M libmudflap/ChangeLog
A libmudflap/testsuite/libmudflap.cth/pass59-frag.c
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118662 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap/ChangeLog')
-rw-r--r-- | libmudflap/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index 206411667e4..5b9da8b7347 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,12 @@ +2006-11-10 Frank Ch. Eigler <fche@redhat.com> + + PR libmudflap/28578 + * mf-hooks1.c (__mf_0fn_malloc): Make the bootstrap buffers + static but not function scope static. + (free): Skip deallocation attempts for objects placed into + bootstrap buffers. + * testsuite/libmudflap.cth/pass59-frag.c: New test. + 2006-11-06 Frank Ch. Eigler <fche@redhat.com> From Herman ten Brugge <hermantenbrugge@home.nl>: |