diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-07 15:50:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-07 15:50:33 +0000 |
commit | 4104dff66f56bd1f51eadd4fe6c013cdfa850639 (patch) | |
tree | ab6b67ccf49950640421fe4001ce87fd2f987ec2 /bfd | |
parent | 358bb592ee861a990270e0030878ed96ffa20f37 (diff) | |
download | gdb-4104dff66f56bd1f51eadd4fe6c013cdfa850639.zip gdb-4104dff66f56bd1f51eadd4fe6c013cdfa850639.tar.gz gdb-4104dff66f56bd1f51eadd4fe6c013cdfa850639.tar.bz2 |
* Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
Solaris doesn't like the combined options, and the -f is
unnecessary.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 92fb953..875a65d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Fri Mar 7 10:37:30 1997 Ian Lance Taylor <ian@cygnus.com> + * 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. |