diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-07-31 19:24:55 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-07-31 19:24:55 +0000 |
commit | b83ef499432b842709f60062c5175fce67df3961 (patch) | |
tree | b5923ad41a169c8e7c5ae5b30ea3fee6a93418e1 /libshouldbeinlibc | |
parent | 09bac4a66f59414065ab56a1dd6aa12af3c1b758 (diff) |
*** empty log message ***
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. */ |