Re: [PATCH 1/7] kernel: call constructors

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Peter Oberparleiter
Date: Monday, May 19, 2008 - 11:45 pm

Andrew Morton wrote:

In that case, no constructors would be called and as a result the gcov
debugfs directory would be empty. This should be easily fixable as the
case arises though. I've re-checked arch/*/vmlinux* and all of those
linker scripts seem to include asm-generic/vmlinux.lds.h at most via
one indirection.


Includes asm-generic/vmlinux.lds.h either via vmlinux-sun3.lds or
vmlinux-std.lds.


Includes asm-generic/vmlinux.lds.h either via vmlinux_32.lds.S or
vmlinux_64.lds.S.


Includes asm-generic/vmlinux.lds.h either via uml.lds.S or dyn.lds.S.


Regards,
  Peter
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/7] kernel: call constructors, Peter Oberparleiter, (Mon May 19, 1:43 am)
Re: [PATCH 1/7] kernel: call constructors, Andrew Morton, (Mon May 19, 3:06 pm)
Re: [PATCH 1/7] kernel: call constructors, Peter Oberparleiter, (Mon May 19, 11:45 pm)