diff options
author | Nick Clifton <nickc@redhat.com> | 1998-05-20 00:03:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-05-20 00:03:01 +0000 |
commit | 5519850deae6adfa887a776ea31e51b3b9192ec0 (patch) | |
tree | 22d2baf69a44f6d0e5bdcf9fbcedadc5a979177c | |
parent | f99354d0c0787edfbeb0ab9517a407df86a29c3c (diff) | |
download | gdb-5519850deae6adfa887a776ea31e51b3b9192ec0.zip gdb-5519850deae6adfa887a776ea31e51b3b9192ec0.tar.gz gdb-5519850deae6adfa887a776ea31e51b3b9192ec0.tar.bz2 |
Fix for PR15642 - apply label alignment adjustment to all labels at the given address.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b320f95..d1dd119 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Tue May 19 16:59:44 1998 Nick Clifton <nickc@cygnus.com> + + * config/tc-d30v.c (d30v_align): Apply address adjustment to all + symbols at the given address, not just the last one specified. + Tue May 19 08:25:19 1998 Catherine Moore <clm@cygnus.com> * config/tc-sparc.c (sparc_handle_align): Use number_to_chars_bigendian |