From: Ian Lance Taylor Date: Fri, 7 Mar 1997 15:50:33 +0000 (+0000) Subject: * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4104dff66f56bd1f51eadd4fe6c013cdfa850639;p=binutils-gdb.git * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since Solaris doesn't like the combined options, and the -f is unnecessary. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 92fb95308cf..875a65dec8d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Fri Mar 7 10:37:30 1997 Ian Lance Taylor + * Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since + Solaris doesn't like the combined options, and the -f is + unnecessary. + * elf32-mips.c (mips_elf_relocate_section): Correct R_MIPS16_26 handling when little endian.