objcopy.c (S_ISLNK): Define as 0 if there is no S_IFLNK.

This commit is contained in:
David MacKenzie 1993-11-02 21:35:21 +00:00
parent 1cecf3b26a
commit d6f8ba7eb5

View file

@ -1,5 +1,11 @@
Tue Nov 2 13:29:59 1993 David J. Mackenzie (djm@rtl.cygnus.com)
* objcopy.c (S_ISLNK): Define as 0 if there's no S_IFLNK.
Fri Oct 29 16:02:34 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* binutils.texi: Move objcopy docs into alphabetical order.
* objdump.c: Use xmalloc instead of malloc.
Fri Oct 29 11:11:14 1993 Stan Shebs (shebs@rtl.cygnus.com)