diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-06-23 16:26:13 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-06-23 16:26:13 +0000 |
commit | a8dbcb85731e85c916eeef3511dc151de0939af9 (patch) | |
tree | 5bcfac1be8c5549b5ad829e76490066681a9f5bb /gas/ChangeLog | |
parent | d58c2e3acdba2aadf3a47d741236fa02d7bb04ff (diff) | |
download | gdb-a8dbcb85731e85c916eeef3511dc151de0939af9.zip gdb-a8dbcb85731e85c916eeef3511dc151de0939af9.tar.gz gdb-a8dbcb85731e85c916eeef3511dc151de0939af9.tar.bz2 |
* config/tc-mips.h (TC_SEGMENT_INFO_TYPE): Declare per-segment
label_list.
* config/tc-mips.c (label_list): Define per-segment label_list.
(mips_clear_insn_labels, mips_move_labels, mips16_mark_labels,
append_insn, s_align, s_cons, s_float_cons, s_gpword, s_gpdword,
mips_from_file_after_relocs, mips_define_label): Use per-segment
label_list.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d361a29..7c5c344 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2006-06-23 Thiemo Seufer <ths@mips.com> + David Ung <davidu@mips.com> + + * config/tc-mips.h (TC_SEGMENT_INFO_TYPE): Declare per-segment + label_list. + * config/tc-mips.c (label_list): Define per-segment label_list. + (mips_clear_insn_labels, mips_move_labels, mips16_mark_labels, + append_insn, s_align, s_cons, s_float_cons, s_gpword, s_gpdword, + mips_from_file_after_relocs, mips_define_label): Use per-segment + label_list. + 2006-06-22 Thiemo Seufer <ths@mips.com> * config/tc-mips.c (ISA_SUPPORTS_MIPS16E): New macro. |