diff options
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r-- | libshouldbeinlibc/ChangeLog | 5 | ||||
-rw-r--r-- | libshouldbeinlibc/wire.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libshouldbeinlibc/ChangeLog b/libshouldbeinlibc/ChangeLog index 4872995b..ab2b938f 100644 --- a/libshouldbeinlibc/ChangeLog +++ b/libshouldbeinlibc/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 31 15:24:09 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * wire.c (_start): No longer declared as weak, now that everything + is getting recompiled anyway. + Fri Jul 26 20:57:53 1996 Miles Bader <miles@gnu.ai.mit.edu> * timefmt.c (fmt_past_time): Always use WIDTH+1 as strftime's limit. diff --git a/libshouldbeinlibc/wire.c b/libshouldbeinlibc/wire.c index 16b8319c..7be04dee 100644 --- a/libshouldbeinlibc/wire.c +++ b/libshouldbeinlibc/wire.c @@ -157,4 +157,3 @@ wire_task_self () mach_port_deallocate (mach_task_self (), device); } -asm (".weak _start"); /* XXX hack to avoid recompilation. */ |