forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix typos. Remove trailing blanks. Fix coding style.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195151 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
gjl
committed
Jan 14, 2013
1 parent
b5e1d8c
commit 0dff955
Showing
15 changed files
with
1,036 additions
and
967 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,27 @@ | ||
2013-01-14 Georg-Johann Lay <[email protected]> | ||
|
||
* config/avr/avr-stdint.h: Remove trailing blanks. | ||
* config/avr/avr-log.h: Same. | ||
* config/avr/avr-arch.h: Same. | ||
* config/avr/avr-devices.c: Same. | ||
* config/avr/avr-dimode.md: Same. | ||
* config/avr/predicates.md: Same. | ||
* config/avr/avr-c.c: Same. And fix typo. | ||
|
||
* config/avr/avr-protos.h: Same. And: | ||
(function_arg_regno_p): Rename to avr_function_arg_regno_p. | ||
(init_cumulative_args): Rename to avr_init_cumulative_args. | ||
(expand_prologue): Rename to avr_expand_prologue. | ||
(expand_epilogue): Rename to avr_expand_epilogue. | ||
(adjust_insn_length): Rename to avr_adjust_insn_length. | ||
(notice_update_cc): Rename to avr_notice_update_cc. | ||
(final_prescan_insn): Rename to avr_final_prescan_insn. | ||
* config/avr/avr.c: Same. | ||
* config/avr/avr.h: Same. | ||
* config/avr/avr.md: Remove trailing blanks. | ||
(prologue): Use avr_expand_prologue. | ||
(epilogue, sibcall_epilogue): Use avr_expand_epilogue. | ||
|
||
2013-01-14 Richard Biener <[email protected]> | ||
|
||
* tree-cfg.c (verify_expr_location, verify_expr_location_1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.