]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi: Fix usage of @tie{} command.
authorUros Bizjak <uros@gcc.gnu.org>
Sun, 29 Sep 2013 18:59:52 +0000 (20:59 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sun, 29 Sep 2013 18:59:52 +0000 (20:59 +0200)
* doc/invoke.texi: Fix usage of @tie{} command.

From-SVN: r203015

gcc/ChangeLog
gcc/doc/invoke.texi

index e208ae7dee35d8a46ba26e0cf27d31223eca3846..bb40908b13c42446958c4ea03fabdb8209117176 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-29  Uros Bizjak  <ubizjak@gmail.com>
+
+       * doc/invoke.texi: Fix usage of @tie{} command.
+
 2013-09-29  Eric Botcazou  <ebotcazou@adacore.com>
 
        * config/sparc/sync.md: Add peephole for consecutive memory barriers.
@@ -9,7 +13,8 @@
 
 2013-09-28  Jan Hubicka  <jh@suse.cz>
 
-       * x86-tune.def (X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL): Enable for generic.
+       * x86-tune.def (X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL): Enable for
+       generic.
        (X86_TUNE_SSE_UNALIGNED_STORE_OPTIMAL): Likewise.
        (X86_TUNE_FOUR_JUMP_LIMIT): Drop for generic and buldozer.
        (X86_TUNE_PAD_RETURNS): Drop for buldozer chips.
 
 2013-09-26  Richard Biener  <rguenther@suse.de>
 
-       * tree-into-ssa.c (rewrite_into_ssa): Make more SSA names
-       to anonymous.
+       * tree-into-ssa.c (rewrite_into_ssa): Make more SSA names to anonymous.
 
 2013-09-26  Richard Biener  <rguenther@suse.de>
 
 
 2013-09-26  Andrew MacLeod  <amacleod@redhat.com>
 
-       * tree-ssa-live.h (find_replaceable_exprs, dump_replaceable_exprs): Move
-       prototypes to...
+       * tree-ssa-live.h (find_replaceable_exprs, dump_replaceable_exprs):
+       Move prototypes to...
        * tree-ssa-ter.h: New File.  Move prototypes here.
        * tree-flow.h (stmt_is_replaceable_p): Remove prototype.
        * tree-outof-ssa.h: New. Rename ssaexpand.h, include tree-ssa-ter.h.
        * tree-outof-ssa.c (ssa_is_replaceable_p): New.  Refactor common bits
-       from is_replaceable_p. 
+       from is_replaceable_p.
        * tree-ssa-ter.c (is_replaceable_p, stmt_is_replaceable_p): Delete.
        (ter_is_replaceable_p): New.  Use new refactored ssa_is_replaceable_p.
        (process_replaceable): Use ter_is_replaceable_p.
 2013-09-25  Tom Tromey  <tromey@redhat.com>
 
        * Makefile.in (ALL_HOST_BACKEND_OBJS): Add lto-wrapper.o.
-       ($(ALL_HOST_OBJS)): Move order-only dependency to end
-       of file.
+       ($(ALL_HOST_OBJS)): Move order-only dependency to end of file.
 
 2013-09-25  Tom Tromey  <tromey@redhat.com>
 
 
        * config/sh/sh.md: Fix formatting.
 
-2013-09-24  Xinliang David Li <davidxl@google.com>
+2013-09-24  Xinliang David Li  <davidxl@google.com>
 
-       * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): 
-       Check max peel iterations parameter.
+       * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Check
+       max peel iterations parameter.
        * param.def: New parameter.
        * doc/invoke.texi: Document New parameter.
 
 
        PR middle-end/57134
        PR middle-end/57586
-       * stmt.c (expand_asm_operands): Call expand_expr with
-       EXPAND_MEMORY for output operands that disallow regs.  Don't
-       use EXPAND_WRITE on inout operands.
+       * stmt.c (expand_asm_operands): Call expand_expr with EXPAND_MEMORY
+       for output operands that disallow regs.  Don't use EXPAND_WRITE on
+       inout operands.
 
 2013-09-24  Richard Biener  <rguenther@suse.de>
 
        * tree-ssa-copy.c (fini_copy_prop): Likewise.
        * tree-vrp.c (value_range_type): Remove definition, now in
        tree-ssanames.h.
-       (vrp_finalize): Call set_range_info to update value range of
-       SSA_NAMEs.
+       (vrp_finalize): Call set_range_info to update value range of SSA_NAMEs.
        * tree.h (SSA_NAME_PTR_INFO): Macro changed to access via union.
        (SSA_NAME_RANGE_INFO): New macro.
 
 
        PR tree-optimization/58464
        * tree-ssa-pre.c (phi_trans_lookup): Remove.
-       (phi_trans_add): Change to add conditionally on being not
-       present.
+       (phi_trans_add): Change to add conditionally on being not present.
        (phi_translate_1): Remove recursion detection here.
        (phi_translate): Pre-seed the cache with NULL to catch
        recursion here in a more generic way.
        Revert r202780:
        2013-09-20  Renlin Li  <renlin.li@arm.com>
 
-       * config/aarch64/aarch64.c (aarch64_expand_prologue): Use plus_constant.
+       * config/aarch64/aarch64.c (aarch64_expand_prologue): Use
+       plus_constant.
        (aarch64_expand_epilogue): Likewise.
        (aarch64_legitimize_reload_address): Likewise.
 
        and __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4.
 
 2013-09-20  DJ Delorie  <dj@redhat.com>
-            Nick Clifton  <nickc@redhat.com>
+           Nick Clifton  <nickc@redhat.com>
 
        * config/rl78/rl78.c: Various whitespace and comment tweaks.
        (need_to_save): Save bank 0 on interrupts.
 
 2013-09-20  Basile Starynkevitch  <basile@starynkevitch.net>
 
-       * plugin.c (parse_plugin_arg_opt): Accept equal sign inside 
-          plugin argument.
+       * plugin.c (parse_plugin_arg_opt): Accept equal sign inside
+       plugin argument.
 
 2013-09-20  Basile Starynkevitch  <basile@starynkevitch.net>
 
-       * gengtype.c (file_rules): Added rule for *.cc files.
-       (get_output_file_with_visibility): Give fatal message when no
-       rules found.
+       * gengtype.c (file_rules): Added rule for *.cc files.
+       (get_output_file_with_visibility): Give fatal message when no
+       rules found.
 
 2013-09-20  Renlin Li  <renlin.li@arm.com>
 
        * i386-c.c (ix86_target_macros_internal): Unify generic64 and 32.
        (ix86_target_macros_internal): Likewise.
        * driver-i386.c (host_detect_local_cpu): Likewise.
-       * i386.c (generic64_memcpy, generic64_memset, generic64_cost): Rename to ..
+       * i386.c (generic64_memcpy, generic64_memset, generic64_cost): Rename
+       to ..
        (generic_memcpy, generic_memset, generic_cost): This one.
        (generic32_memcpy, generic32_memset, generic32_cost): Remove.
        (m_GENERIC32, m_GENERIC64): Remove.
 
 2013-09-18  Bin Cheng  <bin.cheng@arm.com>
 
-       * config/arm/arm.c (thumb1_reorg): Search for flag setting insn
-       before branch in same basic block.  Check both src and dest of
-       the move insn.
+       * config/arm/arm.c (thumb1_reorg): Search for flag setting insn before
+       branch in same basic block.  Check both src and dest of the move insn.
 
 2013-09-17  Nick Clifton  <nickc@redhat.com>
 
        tree-ssa-threadupdate.c
        (thread_across_edge): Don't check PHI argument equality when
        threading through joiner block here.
-       
+
 2013-09-17  Andrew MacLeod <amacleod@redhat.com>
 
        * tree-flow.h (ssa_undefined_value_p): Remove prototype.
        * tree-ssa.c (ssa_undefined_value_p): Move pass independent parts here.
-       (warn_uninit, warn_uninitialized_vars, execute_early_warn_uninitialized,
-       make_pass_early_warn_uninitialized): Move to tree-ssa-uninit.c.
+       (warn_uninit, warn_uninitialized_vars,
+       execute_early_warn_uninitialized, make_pass_early_warn_uninitialized):
+       Move to tree-ssa-uninit.c.
        * tree-ssa-uninit.c (ssa_undefined_value_p): Move to tree-ssa.c
-       (has_undefined_value_p): New.  Pass dependant parts of 
+       (has_undefined_value_p): New.  Pass dependant parts of
        ssa_undefined_value_p.
        (uninit_undefined_value_p): Use has_undefined_value_p.
-       (warn_uninit, warn_uninitialized_vars, execute_early_warn_uninitialized,
-       make_pass_early_warn_uninitialized): Move from tree-ssa.c
-       * tree-ssa.h: Adjust prototypes
+       (warn_uninit, warn_uninitialized_vars,
+       execute_early_warn_uninitialized, make_pass_early_warn_uninitialized):
+       Move from tree-ssa.c.
+       * tree-ssa.h: Adjust prototypes.
 
 2013-09-17  Jan Hubicka  <jh@suse.cz>
 
 2013-09-17  Alan Modra  <amodra@gmail.com>
 
        PR target/57589
-       * config/rs6000/driver-rs6000.c (elf_platform): Revert 2013-06-11 patch.
+       * config/rs6000/driver-rs6000.c (elf_platform): Revert 2013-06-11
+       patch.
 
 2013-09-16  DJ Delorie  <dj@redhat.com>
 
        (tree_vectorize): Ditto.
        (pass_vectorize::gate): Call new function.
        (pass_vectorize::execute): Ditto.
-       opts.c: O3 default setting change.
+       opts.c: O3 default setting change.
        (finish_options): Check new flag.
        * doc/invoke.texi: Document new flags.
        * common.opt: New flags.
 
 2013-09-16  Diego Novillo  <dnovillo@google.com>
 
-       * tree-core.h: Add missing comment lines from refactoring
-       of tree.h.
+       * tree-core.h: Add missing comment lines from refactoring of tree.h.
 
 2013-09-16  Jan Hubicka  <jh@suse.cz>
 
        * gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept
-       abstract functions; for static functions check the presence
-       of body.
+       abstract functions; for static functions check the presence of body.
 
 2013-09-16  James Greenhalgh  <james.greenhalgh@arm.com>
 
 2013-09-04  Dodji Seketeli  <dodji@redhat.com>
 
        * tree.h (DECL_BUILT_IN, DECL_IS_BUILTIN): Add more comments
-       explaining their differences.
+       explaining their differences.
 
 2013-09-04  Sandeep Kumar Singh<Sandeep.Singh2@kpitcummins.com>
 
 
 2013-08-21  Kirill Yukhin  <kirill.yukhin@intel.com>
 
-        * config/i386/sse.md (V16): Rename to...
-        (VMOVE): this.
-        (mov<mode>): Update iterator name.
-        (*mov<mode>_internal): Ditto.
-        (push<mode>1): Ditto.
-        (movmisalign<mode>): Ditto.
+       * config/i386/sse.md (V16): Rename to...
+       (VMOVE): this.
+       (mov<mode>): Update iterator name.
+       (*mov<mode>_internal): Ditto.
+       (push<mode>1): Ditto.
+       (movmisalign<mode>): Ditto.
 
 2013-08-20  Jan Hubicka  <jh@suse.cz>
 
index d301278b13f3557b5b222d53e5ba46a2581f1763..6036f9225e560efac59e6ab3b00544dc39970bf9 100644 (file)
@@ -12047,7 +12047,7 @@ generic or @code{__flash} is used, then @code{RAMPZ} is set
 as needed before the operation.
 
 @item
-If the device supports RAM larger than 64@tie{KiB} and the compiler
+If the device supports RAM larger than 64@tie{}KiB and the compiler
 needs to change @code{RAMPZ} to accomplish an operation, @code{RAMPZ}
 is reset to zero after the operation.
 
@@ -12057,7 +12057,7 @@ prologue/epilogue saves/restores that SFR and initializes it with
 zero in case the ISR code might (implicitly) use it.
 
 @item
-RAM larger than 64@tie{KiB} is not supported by GCC for AVR targets.
+RAM larger than 64@tie{}KiB is not supported by GCC for AVR targets.
 If you use inline assembler to read from locations outside the
 16-bit address range and change one of the @code{RAMP} registers,
 you must reset it to zero after the access.