From: Steve Chamberlain Date: Tue, 14 Jul 1992 01:00:31 +0000 (+0000) Subject: * ldmain.c(main): prevent -r and -relax from being on at the same X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f7c7689713e0ee728ce9a4618c5f8b9485de353f;p=deliverable%2Fbinutils-gdb.git * ldmain.c(main): prevent -r and -relax from being on at the same time. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index c69424b97f..8a574aa909 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)