diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-05-27 21:40:22 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-05-27 21:40:22 +0000 |
commit | 3c07fb76e69e648d58d507fdb05cf8d461d87dcb (patch) | |
tree | ae68e0748ce471bd1581d19097069ee2846ae237 /gas/ChangeLog | |
parent | 2f0b56c07dc063037f82a003c2146af0afe9b378 (diff) | |
download | gdb-3c07fb76e69e648d58d507fdb05cf8d461d87dcb.zip gdb-3c07fb76e69e648d58d507fdb05cf8d461d87dcb.tar.gz gdb-3c07fb76e69e648d58d507fdb05cf8d461d87dcb.tar.bz2 |
* config/tc-mn10300.c (md_assemble): Copy size to real_size before
it is modified, and use the real_size to compute the frag address
for dwarf2 line info.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ae6b77e..8b7bd45 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2000-05-27 Alexandre Oliva <aoliva@cygnus.com> + + * config/tc-mn10300.c (md_assemble): Copy size to real_size before + it is modified, and use the real_size to compute the frag address + for dwarf2 line info. + 2000-05-27 Alan Modra <alan@linuxcare.com.au> * Makefile.am (DEP, DEP1, dep, dep-in, dep-am): Use a better sed |