diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-27 08:49:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-27 08:49:42 +0000 |
commit | 38b87a1b807c1caeee3e66f67fa94d89962bbfb4 (patch) | |
tree | 462965a4b79e234fa8a4305750d7a39ec9a01ba5 /gas/ChangeLog | |
parent | 9f22353f5ba698d6ca4a42697b47f973607c814a (diff) | |
download | gdb-38b87a1b807c1caeee3e66f67fa94d89962bbfb4.zip gdb-38b87a1b807c1caeee3e66f67fa94d89962bbfb4.tar.gz gdb-38b87a1b807c1caeee3e66f67fa94d89962bbfb4.tar.bz2 |
Do not set finalize_syms until after the segments have been sized.
Some backends may still need to access the syms's frags in order to
adjust relaxed frags.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 936969d..291f436 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2001-06-27 Nick Clifton <nickc@cambridge.redhat.com> + * write.c (write_object_file): Do not set finalize_syms until + after the segments have been sized. Some backends may still + need to access the syms's frags in order to adjust relaxed + frags. + * config/tc-arm.c (do_ldst): Use MVN to build simple inverted constants. |