]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog: Fix whitespace.
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 2 Oct 2012 13:28:40 +0000 (15:28 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 2 Oct 2012 13:28:40 +0000 (15:28 +0200)
* gcc/ChangeLog: Fix whitespace.
* libbacktrace/ChangeLog: Ditto.

From-SVN: r191982

gcc/ChangeLog
libbacktrace/ChangeLog

index 96da759b09933a27e209d2029da145db48bd9e6e..a40549f356fee2e7fd0a9e873d4052fde4c3181e 100644 (file)
@@ -15,8 +15,8 @@
 2012-10-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
 
        * config/rs6000/rs6000.c (toplevel): Include dumpfile.h.
-       (rs6000_density_test): Rework to accomidate 09-30 change by Sharad
-       Singhai.
+       (rs6000_density_test): Rework to accomidate 09-30 change by
+       Sharad Singhai.
 
        * config/rs6000/t-rs6000 (rs6000.o): Add dumpfile.h dependency.
 
@@ -68,7 +68,8 @@
 
        PR target/50457
        * config/sh/sh.opt (matomic-model): New option.
-       (msoft-atomic): Mark as deprecated and alias to matomic-model=soft-gusa.
+       (msoft-atomic): Mark as deprecated and alias to
+       matomic-model=soft-gusa.
        (mhard-atomic): Delete.
        * config/sh/predicates.md (gbr_displacement): New predicate.
        * config/sh/sh-protos.h (sh_atomic_model): New struct.
        atomic_<fetchop_name>_fetch<mode>_soft, atomic_nand_fetch<mode>_soft,
        atomic_test_and_set_soft): Append _gusa to the insn names and use
        TARGET_ATOMIC_SOFT_GUSA as condition.
-       (atomic_compare_and_swap<mode>_soft_tcb, atomic_exchange<mode>_soft_tcb,
+       (atomic_compare_and_swap<mode>_soft_tcb,
+       atomic_exchange<mode>_soft_tcb,
        atomic_fetch_<fetchop_name><mode>_soft_tcb,
        atomic_fetch_nand<mode>_soft_tcb,
        atomic_<fetchop_name>_fetch<mode>_soft_tcb,
        (dump_finish): Ditto.
        (dump_begin): Ditto.
        (dump_enabled_p): Return true if either of the dump types is enabled.
-       (dump_initialized_p): Return true if either type of dump is initialized.
+       (dump_initialized_p): Return true if either type of dump is
+       initialized.
        (dump_end): Do not close standard streams.
        (dump_enable_all): Handle filenames for regular dumps.
        (dump_switch_p_1): Handle command-line dump filenames.
        * target.def (mode_dependent_address_p): Add addr_space_t parameter.
        * targhooks.h (default_mode_dependent_address_p): Ditto.
        * targhooks.c (default_mode_dependent_address_p): Ditto.
-       * expr.c (convert_move): Pass address space to mode_dependent_address_p.
+       * expr.c (convert_move): Pass address space to
+       mode_dependent_address_p.
        * combine.c (combine_simplify_rtx): Ditto.
        (make_extraction): Ditto.
        (simplify_shift_const_1): Ditto.
index 986db499b7a8f174137596a9d30f8d7e1c1faac2..eca80147a1c114c47f324f7722281ed8ac653f8e 100644 (file)
@@ -1,9 +1,9 @@
 2012-10-02  Uros Bizjak  <ubizjak@gmail.com>
 
-        PR other/54761
-        * configure.ac (EXTRA_FLAGS): New.
+       PR other/54761
+       * configure.ac (EXTRA_FLAGS): New.
        * Makefile.am (AM_FLAGS): Add $(EXTRA_FLAGS).
-        * configure, Makefile.in: Regenerate.
+       * configure, Makefile.in: Regenerate.
 
 2012-09-29  Ian Lance Taylor  <iant@google.com>