Commit b2e2ea67 by Uros Bizjak

ChangeLog: Fix whitespace.

	* ChangeLog: Fix whitespace.
	* testsuite/ChangeLog: Fix test names.

From-SVN: r170612
parent 97efdf21
...@@ -32,8 +32,7 @@ ...@@ -32,8 +32,7 @@
* config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE, * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
FUNCTION_VALUE_REGNO_P): Remove. FUNCTION_VALUE_REGNO_P): Remove.
* config/stormy16/stormy16-protos.h (xstormy16_function_value): * config/stormy16/stormy16-protos.h (xstormy16_function_value): Remove.
Remove.
* config/stormy16/stormy16.c (xstormy16_function_value): Make static. * config/stormy16/stormy16.c (xstormy16_function_value): Make static.
Add 'outgoing' argument. Add 'outgoing' argument.
(xstormy16_libcall_value, xstormy16_function_value_regno_p): New (xstormy16_libcall_value, xstormy16_function_value_regno_p): New
...@@ -46,8 +45,7 @@ ...@@ -46,8 +45,7 @@
PR debug/28047 PR debug/28047
* dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp. * dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
(lookup_filename): Likewise. (lookup_filename): Likewise.
* final.c (remap_debug_filename): Use filename_ncmp instead of * final.c (remap_debug_filename): Use filename_ncmp instead of strncmp.
strncmp.
2011-02-28 Bernd Schmidt <bernds@codesourcery.com> 2011-02-28 Bernd Schmidt <bernds@codesourcery.com>
Jakub Jelinek <jakub@redhat.com> Jakub Jelinek <jakub@redhat.com>
...@@ -57,8 +55,7 @@ ...@@ -57,8 +55,7 @@
(assign_stack_local_1): Change last argument type to int. (assign_stack_local_1): Change last argument type to int.
* function.c (assign_stack_local_1): Replace reduce_alignment_ok * function.c (assign_stack_local_1): Replace reduce_alignment_ok
argument with kind. If bit ASLK_RECORD_PAD is not set in it, argument with kind. If bit ASLK_RECORD_PAD is not set in it,
don't record padding space into frame_space_list nor don't record padding space into frame_space_list nor use those areas.
use those areas.
(assign_stack_local): Adjust caller. (assign_stack_local): Adjust caller.
(assign_stack_temp_for_type): Call assign_stack_local_1 instead (assign_stack_temp_for_type): Call assign_stack_local_1 instead
of assign_stack_local, pass 0 as last argument. of assign_stack_local, pass 0 as last argument.
...@@ -82,8 +79,7 @@ ...@@ -82,8 +79,7 @@
* configure: Regenerated. * configure: Regenerated.
* config.in: Regenerated. * config.in: Regenerated.
* varasm.c (default_function_section): Return NULL * varasm.c (default_function_section): Return NULL
if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit section name.
section name.
2011-02-28 Martin Jambor <mjambor@suse.cz> 2011-02-28 Martin Jambor <mjambor@suse.cz>
...@@ -138,7 +134,7 @@ ...@@ -138,7 +134,7 @@
FreeBSD 6 and later. Generally use cpu generic. FreeBSD 6 and later. Generally use cpu generic.
2011-02-25 Gerald Pfeifer <gerald@pfeifer.com> 2011-02-25 Gerald Pfeifer <gerald@pfeifer.com>
* doc/cpp.texi: Update copyright years. * doc/cpp.texi: Update copyright years.
2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org> 2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
...@@ -153,8 +149,7 @@ ...@@ -153,8 +149,7 @@
* config/lm32/lm32.md (ashlsi3): Remove unused variable. * config/lm32/lm32.md (ashlsi3): Remove unused variable.
* config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New. * config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
(lm32_block_move_inline): Add type cast to remove warning. (lm32_block_move_inline): Add type cast to remove warning.
(lm32_expand_prologue): Generate fp in a way compatible with (lm32_expand_prologue): Generate fp in a way compatible with dwarf2out.
dwarf2out.
(gen_int_relational): Move declarations to start of function. (gen_int_relational): Move declarations to start of function.
2011-02-25 Eric Botcazou <ebotcazou@adacore.com> 2011-02-25 Eric Botcazou <ebotcazou@adacore.com>
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
* objc.dg/gnu-api-2-sel.m: Test that sel_getTypedSelector return * objc.dg/gnu-api-2-sel.m: Test that sel_getTypedSelector return
NULL in case of a selector with conflicting types. NULL in case of a selector with conflicting types.
* obj-c++.dg/gnu-api-2-sel.mm: Same change. * obj-c++.dg/gnu-api-2-sel.mm: Same change.
2011-02-28 Kazu Hirata <kazu@codesourcery.com> 2011-02-28 Kazu Hirata <kazu@codesourcery.com>
* gcc.target/arm/vfp-ldmdbd.c, gcc.target/arm/vfp-ldmdbs.c, * gcc.target/arm/vfp-ldmdbd.c, gcc.target/arm/vfp-ldmdbs.c,
...@@ -316,12 +316,10 @@ ...@@ -316,12 +316,10 @@
* g++.dg/ext/is_empty.C: Ditto. * g++.dg/ext/is_empty.C: Ditto.
* g++.dg/ext/is_enum.C: Ditto. * g++.dg/ext/is_enum.C: Ditto.
* g++.dg/ext/has_nothrow_constructor_odr.C: Ditto. * g++.dg/ext/has_nothrow_constructor_odr.C: Ditto.
* g++.dg/ext/.C: Ditto.
* g++.dg/ext/.C: Ditto.
* gnat.dg/opt11.adb: Ditto. * gnat.dg/opt11.adb: Ditto.
* obj-c++.dg/pr45735.mm: Ditto. * obj-c++.dg/pr45735.mm: Ditto.
* obj-c++.dg/pr24393.mm: Ditto. * obj-c++.dg/pr24393.mm: Ditto.
* obj-c++.dg/exceptions-2.cc: Ditto. * obj-c++.dg/exceptions-2.mm: Ditto.
* objc.dg/pr45735.m: Ditto. * objc.dg/pr45735.m: Ditto.
* objc.dg/pr24393.m: Ditto. * objc.dg/pr24393.m: Ditto.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment