diff options
author | Miles Bader <miles@gnu.org> | 1996-03-26 22:47:47 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-03-26 22:47:47 +0000 |
commit | 73553adca435370d40e092d6617ab60f59820c8f (patch) | |
tree | b5a1f0d43d0d0b5855ce9ededea89604946010ee | |
parent | d292d43af6cf009a406996b52c96a98988233495 (diff) |
Add a weak reference to _start, so we don't have to recompile all users of
this library.
-rw-r--r-- | libshouldbeinlibc/wire.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libshouldbeinlibc/wire.c b/libshouldbeinlibc/wire.c index faf53132..a9435244 100644 --- a/libshouldbeinlibc/wire.c +++ b/libshouldbeinlibc/wire.c @@ -149,5 +149,4 @@ wire_task_self () mach_port_deallocate (mach_task_self (), device); } - - +asm (".weak _start"); /* XXX hack to avoid recompilation. */ |