diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:40:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:40:42 -0700 |
commit | 3739860c11a9cfcdaa4d5d204ea3536784de7bb3 (patch) | |
tree | 8d2bb6bc306f152fada587521629e926815a8499 /gas/config/tc-xstormy16.c | |
parent | 1b7868733d45220e63b72a1814f30e090f761821 (diff) | |
download | gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.zip gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.tar.gz gdb-3739860c11a9cfcdaa4d5d204ea3536784de7bb3.tar.bz2 |
Remove trailing spaces in gas
Diffstat (limited to 'gas/config/tc-xstormy16.c')
-rw-r--r-- | gas/config/tc-xstormy16.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-xstormy16.c b/gas/config/tc-xstormy16.c index 4cdb0ee..981dc95 100644 --- a/gas/config/tc-xstormy16.c +++ b/gas/config/tc-xstormy16.c @@ -204,9 +204,9 @@ xstormy16_cons_fix_new (fragS *f, /* This can happen when gcc is generating debug output. For example it can create a stab with the address of a function: - + .stabs "foo:F(0,21)",36,0,0,@fptr(foo) - + Since this does not involve switching code pages, we just allow the reloc to be generated without any @fptr behaviour. */ @@ -337,7 +337,7 @@ md_pcrel_from_section (fixS * fixP, segT sec) || xstormy16_force_relocation (fixP)) /* The symbol is undefined, or it is defined but not in this section, - or the relocation will be relative to this symbol not the section symbol. + or the relocation will be relative to this symbol not the section symbol. Let the linker figure it out. */ return 0; |