diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-04 23:29:33 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-04 23:29:33 +0000 |
commit | aa34a7c3c1ace898a37733c7eac0923f6e3e8759 (patch) | |
tree | c94f6d0d2d73fe1848e654a57e86a615e315d5ca /ld/ChangeLog | |
parent | 58216160ef6573acb817676795cadab967afea2d (diff) | |
download | gdb-aa34a7c3c1ace898a37733c7eac0923f6e3e8759.zip gdb-aa34a7c3c1ace898a37733c7eac0923f6e3e8759.tar.gz gdb-aa34a7c3c1ace898a37733c7eac0923f6e3e8759.tar.bz2 |
* ldlex.l: Put pack -noinhibit-exec and -sort-common
* ldlang.c (print_data_statement): print the right address.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e1d7a2d..6b3bd54 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +Tue Feb 4 15:28:01 1992 Steve Chamberlain (sac at rtl.cygnus.com) + + * ldlex.l: Put pack -noinhibit-exec and -sort-common + * ldlang.c (print_data_statement): print the right address. + +Thu Jan 30 17:51:53 1992 Per Bothner (bothner at cygnus.com) + + * Makefile.in: The rule for testing ld by re-linking itself + via an intermediate -r link was moved to the ld1 rule + instead of the ld2 rule. This allows ld2 and ld3 to be identical, + which allows the bootstrap rule to work. + * ldctor.c (find_constructors): Don't create a constructor + list if it is already defined (as would happen if ld is + invoked by collect). + Wed Jan 29 08:35:39 1992 Steve Chamberlain (sac at rtl.cygnus.com) * config/mh-sparc.h: now uses libgcc.a |