rl78.c: Various whitespace and comment tweaks.
commit6fcd3a1318360fd4c1dfe2f21308e97eeb2884eb
authorDJ Delorie <dj@redhat.com>
Fri, 20 Sep 2013 22:42:26 +0000 (20 18:42 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 20 Sep 2013 22:42:26 +0000 (20 18:42 -0400)
tree2e7945b8746f0470695be66abc48e948a64325c9
parent4a08db337677d9e9ad22213e47fee02e9f2a97f0
rl78.c: Various whitespace and comment tweaks.

* config/rl78/rl78.c: Various whitespace and comment tweaks.
(need_to_save): Save bank 0 on interrupts.
(characterize_address): Strip far address wrappers.
(rl78_as_legitimate_address): Likewise.
(transcode_memory_rtx): Likewise.
(rl78_peep_movhi_p): Disable this peephole after devirt.
(rl78_propogate_register_origins): Forget all origins when a
CLOBBER is seen.
* config/rl78/rl78-virt.md: Various whitespace tweaks.
* config/rl78/rl78-real.md: Various whitespace tweaks.  Additional
peephole2's.
* config/rl78/rl78.md (sel_rb): Disable for G10 just in case.
* config/rl78/rl78-expand.md (movqi): Check for subregs of consts.
* config/rl78/rl78.h (LINK_SPEC): Pass -gc-sections unless
relocating.
* config/rl78/constraints.md: Various whitespace and paren tweaks.

Co-Authored-By: Nick Clifton <nickc@redhat.com>
From-SVN: r202801
gcc/ChangeLog
gcc/config/rl78/constraints.md
gcc/config/rl78/rl78-expand.md
gcc/config/rl78/rl78-real.md
gcc/config/rl78/rl78-virt.md
gcc/config/rl78/rl78.c
gcc/config/rl78/rl78.h
gcc/config/rl78/rl78.md