X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=f9fc360051cc80f3b8c46452088ee3039a1be47e;hb=cce4814f14a5f3ae48ac1202f48769cbfea53e51;hp=f214594f4614326404cde7a006a5ce9451d6d4f9;hpb=b1ac4c66ea21452293ef225d5e40d20a27b608a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index f214594f46..f9fc360051 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,34 @@ +2003-02-21 Nick Clifton + + * NEWS: Mention availability of test generator program. + +2003-02-21 Miles Bader + + * config/tc-v850.c (system_registers): Add v850e debug registers. + (system_register_name): Accept up to 27 (the last v850e sys register). + +2003-02-21 Bob Wilson + + * doc/as.texinfo: Define new COFF-ELF variable to conditionalize text + relevant to both COFF and ELF. Fix obvious typos and texinfo bugs. + Capitalize section headings consistently. Format index entries more + consistently. Unconditionalize text about whether text and data + sections are alterable. Use @ifnottex for alternatives to @tex output + so that HTML works. Clean up COFF vs. ELF descriptions of .section, + .size and .type directives. Be more polite about bad bug reports. + Move FDL into a separate file. + * doc/fdl.texi: New file. + +2003-02-21 Richard Sandiford + + * config/tc-mips.c (prev_reloc_op_frag): New variable. + (macro): Check it to decide whether a new frag is needed. + (my_getSmallExpression): Set it. + +2003-02-20 jmc + + * cgen.c: Fix typo: intial -> initial. + 2003-02-19 Jie Zhang * app.c (do_scrub_chars): Handle '||' in two states.