diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-06-18 22:44:20 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-06-18 22:44:20 +0000 |
commit | 38bd8d09ffe9e298c29172609b358c34cfd7e11b (patch) | |
tree | e039928ad43fe500786d05e483c762399922b626 /gas/ChangeLog | |
parent | 6aed2dbcba548376cdc0b98231fb9b174f9ca978 (diff) | |
download | gdb-38bd8d09ffe9e298c29172609b358c34cfd7e11b.zip gdb-38bd8d09ffe9e298c29172609b358c34cfd7e11b.tar.gz gdb-38bd8d09ffe9e298c29172609b358c34cfd7e11b.tar.bz2 |
gas:
* config/tc-tic6x.h (tic6x_segment_info_type): Add field
func_units_used.
* config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used.
(md_assemble): Clear func_units_used for new execute packet.
Check for duplicate functional units and update func_units_used
for instructions using a functional unit.
gas/testsuite:
* gas/tic6x/resource-func-unit-1.d,
gas/tic6x/resource-func-unit-1.l,
gas/tic6x/resource-func-unit-1.s,
gas/tic6x/resource-func-unit-2.d,
gas/tic6x/resource-func-unit-2.l,
gas/tic6x/resource-func-unit-2.s: New.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1bce7a4..83ed094 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2010-06-18 Joseph Myers <joseph@codesourcery.com> + + * config/tc-tic6x.h (tic6x_segment_info_type): Add field + func_units_used. + * config/tc-tic6x.c (tic6x_cons_align: Clear func_units_used. + (md_assemble): Clear func_units_used for new execute packet. + Check for duplicate functional units and update func_units_used + for instructions using a functional unit. + 2010-06-15 Joseph Myers <joseph@codesourcery.com> * config/tc-tic6x.c: Include elf/tic6x.h. |