projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358bb59
)
* Makefile.in ($(SHLINK)): Just use ln -s, not ln -sf, since
author
Ian Lance Taylor
<ian@airs.com>
Fri, 7 Mar 1997 15:50:33 +0000
(15:50 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 7 Mar 1997 15:50:33 +0000
(15:50 +0000)
Solaris doesn't like the combined options, and the -f is
unnecessary.
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 92fb95308cff25569faba3821d933132bb0c1d8c..875a65dec8d54314c0d737de1c08446db7504279 100644
(file)
--- 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.