diff options
author | Thiemo Seufer <ths@networkno.de> | 2006-08-01 05:49:02 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2006-08-01 05:49:02 +0000 |
commit | 54f4ddb3c62a8d38699b757a57984034045ab958 (patch) | |
tree | d9230c3e4d1a47ba2ee2e8c8aa68df8a8c4bcdd1 /gas/ChangeLog | |
parent | ae55530d3d8531ed81f9e43560b2000364f83f02 (diff) | |
download | gdb-54f4ddb3c62a8d38699b757a57984034045ab958.zip gdb-54f4ddb3c62a8d38699b757a57984034045ab958.tar.gz gdb-54f4ddb3c62a8d38699b757a57984034045ab958.tar.bz2 |
* config/tc-mips.c (macro_build_lui): Fix comment formatting.
(md_apply_fix): Likewise. Unify handling of BFD_RELOC_RVA,
BFD_RELOC_32 and BFD_RELOC_16.
(s_align, s_cpload, s_cplocal, s_cprestore, s_mips_stab,
md_convert_frag, md_obj_end): Fix comment formatting.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 842d603..959a9e6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2006-08-01 Thiemo Seufer <ths@mips.com> + + * config/tc-mips.c (macro_build_lui): Fix comment formatting. + (md_apply_fix): Likewise. Unify handling of BFD_RELOC_RVA, + BFD_RELOC_32 and BFD_RELOC_16. + (s_align, s_cpload, s_cplocal, s_cprestore, s_mips_stab, + md_convert_frag, md_obj_end): Fix comment formatting. + 2006-07-31 Thiemo Seufer <ths@mips.com> * config/tc-mips.c (md_apply_fix, tc_gen_reloc): Remove special |