This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: selective.exp xfails


On Mon, Feb 18, 2002 at 08:48:01AM +0100, Andreas Jaeger wrote:
> 
> Where is garbage collection enabled?  How can I check whether a target
> really supports garbage collection?

You'd expect to find at least these:

#define elf_backend_can_gc_sections 1
#define elf_backend_gc_mark_hook	      <target>_gc_mark_hook
#define elf_backend_gc_sweep_hook	      <target>_gc_sweep_hook

and that the gc_mark_hook and gc_sweep_hook were functional.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]