aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2007-02-02 23:09:50 +0000
committerBob Wilson <bob.wilson@acm.org>2007-02-02 23:09:50 +0000
commit61376837da3f7dab95ae8c63391af67f281c9144 (patch)
treeb16a89e591c1627f04f0c60877a2739cdb48d5b9 /gas/ChangeLog
parent95a98c01179050562eea90303c44e9904e022184 (diff)
downloadfsf-binutils-gdb-61376837da3f7dab95ae8c63391af67f281c9144.zip
fsf-binutils-gdb-61376837da3f7dab95ae8c63391af67f281c9144.tar.gz
fsf-binutils-gdb-61376837da3f7dab95ae8c63391af67f281c9144.tar.bz2
* config/xtensa-relax.h (struct build_instr): Delete id field.
* config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL and LABEL tokens. (append_literal_op, append_label_op): Remove litnum/labnum arguments; set op_data fields to zero. (parse_id_constant): Delete. (build_transition): Remove code to handle numbered literals and labels.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6315038..74f02dc 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,15 @@
2007-02-02 Bob Wilson <bob.wilson@acm.org>
+ * config/xtensa-relax.h (struct build_instr): Delete id field.
+ * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
+ and LABEL tokens.
+ (append_literal_op, append_label_op): Remove litnum/labnum arguments;
+ set op_data fields to zero.
+ (parse_id_constant): Delete.
+ (build_transition): Remove code to handle numbered literals and labels.
+
+2007-02-02 Bob Wilson <bob.wilson@acm.org>
+
* config/xtensa-relax.c (build_transition): Remove code after as_fatal.
(build_transition_table): Likewise.