diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-03-03 23:23:41 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-03-03 23:23:41 +0000 |
commit | 77cba8a32b4cec9c12249fa59391242c039a1842 (patch) | |
tree | d45203ee16e0e37165d0e50b0bbd552fe3c98cb8 /bfd/ChangeLog | |
parent | 332fbd6f66ba68a2452e153e830b6d5c6560e066 (diff) | |
download | gdb-77cba8a32b4cec9c12249fa59391242c039a1842.zip gdb-77cba8a32b4cec9c12249fa59391242c039a1842.tar.gz gdb-77cba8a32b4cec9c12249fa59391242c039a1842.tar.bz2 |
bfd/
* xtensa-isa.c (xtensa_isa_num_pipe_stages): Make max_stage static and
only compute its value once.
gas/
* config/tc-xtensa.c (xtensa_num_pipe_stages): New.
(md_begin): Initialize it.
(resources_conflict): Use it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 883d2e5..6490fcf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2008-03-03 Bob Wilson <bob.wilson@acm.org> + + * xtensa-isa.c (xtensa_isa_num_pipe_stages): Make max_stage static and + only compute its value once. + 2008-03-03 Alan Modra <amodra@bigpond.net.au> * elf32-spu.c (struct got_entry): Add "addend" field. |