aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-07-14 01:00:31 +0000
committerSteve Chamberlain <sac@cygnus>1992-07-14 01:00:31 +0000
commitf7c7689713e0ee728ce9a4618c5f8b9485de353f (patch)
tree9970b95f296699bf952bafd5e085a37d394a7ea4 /ld
parenta933d598b65d34c7ff3c875bec41702209326388 (diff)
downloadfsf-binutils-gdb-f7c7689713e0ee728ce9a4618c5f8b9485de353f.zip
fsf-binutils-gdb-f7c7689713e0ee728ce9a4618c5f8b9485de353f.tar.gz
fsf-binutils-gdb-f7c7689713e0ee728ce9a4618c5f8b9485de353f.tar.bz2
* ldmain.c(main): prevent -r and -relax from being on at the same
time.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c69424b..8a574aa 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,11 +1,13 @@
+Mon Jul 13 17:33:00 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ * ldmain.c(main): prevent -r and -relax from being on at the same
+ time.
+
Wed Jul 1 17:51:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* ldmain.c (Q_enter_global_ref), ldindr.c (add_indirect): fix for
aliasing problems
-Tue Jun 30 20:25:28 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
-
- * Makefile.in: Add program_suffix (parallel to program_prefix)
Thu Jun 18 09:38:56 1992 Steve Chamberlain (sac@thepub.cygnus.com)