tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: libelf
On Fri, Jan 15, 2010 at 07:21:41PM +0000, David Holland wrote:
> and build libfoo so it provides these entry points:
>
> struct thing *__thing_create_11(void);
> void __thing_frob_11(struct thing *, int code);
^^^ that was meant to be "long"
> void __thing_destroy_11(struct thing *);
>
> struct compat10_thing *thing_create(void);
> void thing_frob(struct __compat10_thing *, int code);
> void thing_destroy(struct __compat10_thing *);
Without such a change there's no need for compat entry points at all.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index