diff options
author | Timothy Wall <twall@alum.mit.edu> | 2001-11-13 14:22:53 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2001-11-13 14:22:53 +0000 |
commit | 6e9179034707f18294ae1cbebcc7e9714a46951d (patch) | |
tree | 85f85a20b4ea7e4ff949b0703aae7c42bc8ed6b7 /gas/ChangeLog | |
parent | 1a78a35acfb696d2262b7c2d707b9e6421c99aaa (diff) | |
download | gdb-6e9179034707f18294ae1cbebcc7e9714a46951d.zip gdb-6e9179034707f18294ae1cbebcc7e9714a46951d.tar.gz gdb-6e9179034707f18294ae1cbebcc7e9714a46951d.tar.bz2 |
Fix tic54x testsuite failures and Lmem disassembly bugs.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fe13be3..adf6e1a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2001-11-11 Timothy Wall <twall@alum.mit.edu> + + * write.c (relax_segment): Convert symbol address into an octet + offset prior to adding to the frag address, which is an octet + offset. Add comments to that effect. + * config/tc-tic54x.c: Fix bugs causing tests to fail. + * config/tc-tic54x.h: Ditch PARAMS macro. + 2001-11-13 Alan Modra <amodra@bigpond.net.au> * config/obj-elf.c (obj_elf_version): Ensure terminating NUL is |