* mmalloc question
@ 2005-06-30 14:39 Steve Ellcey
2005-06-30 21:46 ` Mark Kettenis
0 siblings, 1 reply; 2+ messages in thread
From: Steve Ellcey @ 2005-06-30 14:39 UTC (permalink / raw)
To: gdb
I have been looking at removing the uses of BFD_NEED_DECLARATION from
the source tree and replacing it with the standard AC_CHECK_DECL. This
is possible now that we have moved up from autoconf 2.14. Eventually, I
would like to remove the definition of BFD_NEED_DECLARATION from the
src/bfd subdirectory.
gdb uses BFD_NEED_DECLARATION in two subdirectories, in src/gdb, which
should be easy to fix and in src/mmalloc. Now mmalloc says it is no
longer maintained and it hasn't been updated since 2003. My question
is: does mmalloc need to be updated if I want to get rid of
BFD_NEED_DECLARATION or can it be left alone with the knowledge that
after the BFD_NEED_DECLARATION definition is removed from the src/bfd it
will no longer build? The top-level configure still seems to allow for
mmalloc to be built, but when I ran 'make all-mmalloc' it didn't
actually try to build anything, it just returned after doing nothing.
Steve Ellcey
sje@cup.hp.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: mmalloc question
2005-06-30 14:39 mmalloc question Steve Ellcey
@ 2005-06-30 21:46 ` Mark Kettenis
0 siblings, 0 replies; 2+ messages in thread
From: Mark Kettenis @ 2005-06-30 21:46 UTC (permalink / raw)
To: sje; +Cc: gdb
Date: Thu, 30 Jun 2005 07:38:24 -0700 (PDT)
From: Steve Ellcey <sje@cup.hp.com>
I have been looking at removing the uses of BFD_NEED_DECLARATION from
the source tree and replacing it with the standard AC_CHECK_DECL. This
is possible now that we have moved up from autoconf 2.14. Eventually, I
would like to remove the definition of BFD_NEED_DECLARATION from the
src/bfd subdirectory.
Great!
gdb uses BFD_NEED_DECLARATION in two subdirectories, in src/gdb, which
should be easy to fix and in src/mmalloc. Now mmalloc says it is no
longer maintained and it hasn't been updated since 2003. My question
is: does mmalloc need to be updated if I want to get rid of
BFD_NEED_DECLARATION or can it be left alone with the knowledge that
after the BFD_NEED_DECLARATION definition is removed from the src/bfd it
will no longer build? The top-level configure still seems to allow for
mmalloc to be built, but when I ran 'make all-mmalloc' it didn't
actually try to build anything, it just returned after doing nothing.
As far as GDB is concerned, mmalloc is gone, and I'm not aware of any
other project using it. So don't worry about it. I'm perfectly happy
with letting it rot.
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-06-30 21:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-30 14:39 mmalloc question Steve Ellcey
2005-06-30 21:46 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox