diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:41 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:02:09 +1030 |
commit | 2b0f37619f797bf640b2d45acb615817dd202954 (patch) | |
tree | 6d8b69a3c431bd8a8bb67762938da0fd7947f5bf /gas/config/tc-nds32.c | |
parent | 222c2bf0a293fab3d08c22359d64433faea7bb89 (diff) | |
download | gdb-2b0f37619f797bf640b2d45acb615817dd202954.zip gdb-2b0f37619f797bf640b2d45acb615817dd202954.tar.gz gdb-2b0f37619f797bf640b2d45acb615817dd202954.tar.bz2 |
Fix spelling in comments in C source files (gas)
* as.h: Fix spelling in comments.
* config/obj-ecoff.c: Fix spelling in comments.
* config/obj-macho.c: Fix spelling in comments.
* config/tc-aarch64.c: Fix spelling in comments.
* config/tc-arc.c: Fix spelling in comments.
* config/tc-arm.c: Fix spelling in comments.
* config/tc-avr.c: Fix spelling in comments.
* config/tc-cr16.c: Fix spelling in comments.
* config/tc-epiphany.c: Fix spelling in comments.
* config/tc-frv.c: Fix spelling in comments.
* config/tc-hppa.c: Fix spelling in comments.
* config/tc-hppa.h: Fix spelling in comments.
* config/tc-i370.c: Fix spelling in comments.
* config/tc-m68hc11.c: Fix spelling in comments.
* config/tc-m68k.c: Fix spelling in comments.
* config/tc-mcore.c: Fix spelling in comments.
* config/tc-mep.c: Fix spelling in comments.
* config/tc-metag.c: Fix spelling in comments.
* config/tc-mips.c: Fix spelling in comments.
* config/tc-mn10200.c: Fix spelling in comments.
* config/tc-mn10300.c: Fix spelling in comments.
* config/tc-nds32.c: Fix spelling in comments.
* config/tc-nios2.c: Fix spelling in comments.
* config/tc-ns32k.c: Fix spelling in comments.
* config/tc-pdp11.c: Fix spelling in comments.
* config/tc-ppc.c: Fix spelling in comments.
* config/tc-riscv.c: Fix spelling in comments.
* config/tc-rx.c: Fix spelling in comments.
* config/tc-score.c: Fix spelling in comments.
* config/tc-score7.c: Fix spelling in comments.
* config/tc-sparc.c: Fix spelling in comments.
* config/tc-tic54x.c: Fix spelling in comments.
* config/tc-vax.c: Fix spelling in comments.
* config/tc-xgate.h: Fix spelling in comments.
* config/tc-xtensa.c: Fix spelling in comments.
* config/tc-z80.c: Fix spelling in comments.
* dwarf2dbg.c: Fix spelling in comments.
* input-file.h: Fix spelling in comments.
* itbl-ops.c: Fix spelling in comments.
* read.c: Fix spelling in comments.
* stabs.c: Fix spelling in comments.
* symbols.c: Fix spelling in comments.
* write.c: Fix spelling in comments.
* testsuite/gas/all/itbl-test.c: Fix spelling in comments.
* testsuite/gas/tic4x/opclasses.h: Fix spelling in comments.
Diffstat (limited to 'gas/config/tc-nds32.c')
-rw-r--r-- | gas/config/tc-nds32.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-nds32.c b/gas/config/tc-nds32.c index de59f46..8696724 100644 --- a/gas/config/tc-nds32.c +++ b/gas/config/tc-nds32.c @@ -91,7 +91,7 @@ static int enable_relax_relocs = 1; static int enable_relax_ex9 = 0; /* The value will be used in RELAX_ENTRY. */ static int enable_relax_ifc = 0; -/* Save option -O for perfomance. */ +/* Save option -O for performance. */ static int optimize = 0; /* Save option -Os for code size. */ static int optimize_for_space = 0; @@ -5233,7 +5233,7 @@ md_assemble (char *str) if (!nds32_check_insn_available (insn, str)) return; - /* Make sure the begining of text being 2-byte align. */ + /* Make sure the beginning of text being 2-byte align. */ nds32_adjust_label (1); fld = insn.field; /* Try to allocate the max size to guarantee relaxable same branch @@ -6440,7 +6440,7 @@ elf_nds32_final_processing (void) elf_elfheader (stdoutput)->e_flags |= nds32_elf_flags; } -/* Implement md_apply_fix. Apply the fix-up or tranform the fix-up for +/* Implement md_apply_fix. Apply the fix-up or transform the fix-up for later relocation generation. */ void @@ -6463,7 +6463,7 @@ nds32_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED) fixP->fx_addnumber = value; fixP->tc_fix_data = NULL; - /* Tranform specific relocations here for later relocation generation. + /* Transform specific relocations here for later relocation generation. Tag data here for ex9 relaxtion and tag tls data for linker. */ switch (fixP->fx_r_type) { |