diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:52:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-07 16:52:31 +0000 |
commit | d67b5d6d0e27dc2a4be9f14d463954fd83631243 (patch) | |
tree | 273d53ce9cdaf179a4f97a7a53ecf33df2df4043 /gas | |
parent | a5bfe8c9f66c1ebb26b76b31d4d77e2cbdf0aa29 (diff) | |
download | gdb-d67b5d6d0e27dc2a4be9f14d463954fd83631243.zip gdb-d67b5d6d0e27dc2a4be9f14d463954fd83631243.tar.gz gdb-d67b5d6d0e27dc2a4be9f14d463954fd83631243.tar.bz2 |
fixed another comment formatting problem.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-sh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index 768690f..5f089b2 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -1232,6 +1232,7 @@ build_relax (opcode, op) } /* Insert ldrs & ldre with fancy relocations that relaxation can recognize. */ + static char * insert_loop_bounds (output, operand) char *output; @@ -1280,7 +1281,7 @@ insert_loop_bounds (output, operand) return frag_more (2); } -/* Now we know what sort of opcodes it is, lets build the bytes. */ +/* Now we know what sort of opcodes it is, let's build the bytes. */ static void build_Mytes (opcode, operand) |