diff options
author | Nick Clifton <nickc@redhat.com> | 2009-02-06 12:51:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-02-06 12:51:52 +0000 |
commit | 8dc2430f5067b632a4dbc9a56ef03edb335ef4e5 (patch) | |
tree | 99cd00932eaf40eb0615578b02ee67487e7d196d /gas/ChangeLog | |
parent | fc450c338a7fa73fc84fe37213b9df19b70b6cc2 (diff) | |
download | gdb-8dc2430f5067b632a4dbc9a56ef03edb335ef4e5.zip gdb-8dc2430f5067b632a4dbc9a56ef03edb335ef4e5.tar.gz gdb-8dc2430f5067b632a4dbc9a56ef03edb335ef4e5.tar.bz2 |
PR 9814
* config/tc-arm.c (MODE_RECORDED): New define.
(output_inst): Record the thumb_mode in the current frag.
(arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
(arm_init_frag): Only set the tc_frag_data field if it has not
already been set.
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 da6cc39..94c615b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2009-02-06 Nick Clifton <nickc@redhat.com> + + PR 9814 + * config/tc-arm.c (MODE_RECORDED): New define. + (output_inst): Record the thumb_mode in the current frag. + (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data. + (arm_init_frag): Only set the tc_frag_data field if it has not + already been set. + 2009-02-04 H.J. Lu <hongjiu.lu@intel.com> AVX Programming Reference (January, 2009) |