diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-05-04 16:14:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-05-04 16:14:00 +0000 |
commit | 269ec825af59656f93b73638f46a3ac0f48bf93c (patch) | |
tree | 4e579550c606aa26364b0219fed127928158fa80 /ld | |
parent | 083038a72afe2ddc2b803204f033b83fcfb235a6 (diff) | |
download | gdb-269ec825af59656f93b73638f46a3ac0f48bf93c.zip gdb-269ec825af59656f93b73638f46a3ac0f48bf93c.tar.gz gdb-269ec825af59656f93b73638f46a3ac0f48bf93c.tar.bz2 |
For PR 4906.
* ldlang.c (lang_size_sections): If dot moves because of an
assignment, don't try to insert a pad into the absolute output
section, just change the address of the default memory region
instead.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e04c86a..c0057dc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +Wed May 4 11:59:40 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ldlang.c (lang_size_sections): If dot moves because of an + assignment, don't try to insert a pad into the absolute output + section, just change the address of the default memory region + instead. + + * Makefile.in (mostlyclean): Remove cdtest.tmp, cdtest-ur, + cdtest-ur.out, and cdtest-ur.tmp. + Wed Apr 27 16:03:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * scripttempl/sa29200.sc: Align all sections to four byte |