hooks.h (hook_uint_uintp_false): Rename to...
authorUros Bizjak <ubizjak@gmail.com>
Fri, 23 Sep 2016 10:05:29 +0000 (12:05 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 23 Sep 2016 10:05:29 +0000 (12:05 +0200)
* hooks.h (hook_uint_uintp_false): Rename to...
(hook_bool_uint_uintp_false): ... this.
* hooks.c (hook_uint_uintp_false): Rename to...
(hook_bool_uint_uintp_false): ... this.
* target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
instead of hook_uint_uintp_false.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r240417

gcc/ChangeLog
gcc/hooks.c
gcc/hooks.h
gcc/target.def

index 451f0a4ddba8b168e1a20a35972280292b41537b..63c6464ce9844165b24e7f336a21b9444d41ae59 100644 (file)
@@ -1,3 +1,13 @@
+2016-09-23  Uros Bizjak  <ubizjak@gmail.com>
+           Jakub Jelinek  <jakub@redhat.com>
+
+       * hooks.h (hook_uint_uintp_false): Rename to...
+       (hook_bool_uint_uintp_false): ... this.
+       * hooks.c (hook_uint_uintp_false): Rename to...
+       (hook_bool_uint_uintp_false): ... this.
+       * target.def (elf_flags_numeric): Use hook_bool_uint_uintp_false
+       instead of hook_uint_uintp_false.
+
 2016-09-23  Matthew Wahab  <matthew.wahab@arm.com>
 
        * config/arm/arm-builtins.c (arm_init_neon_builtin): New.
index 1e925645c3173f8d97e104b9b2f480fca2ede438..0d18ef699dccaa83bcf170f9e440219cd9a93a2b 100644 (file)
@@ -486,8 +486,7 @@ hook_void_gcc_optionsp (struct gcc_options *opts ATTRIBUTE_UNUSED)
    returns false.  */
 
 bool
-hook_uint_uintp_false (unsigned int, unsigned int *)
+hook_bool_uint_uintp_false (unsigned int, unsigned int *)
 {
   return false;
 }
-
index 8b433cff99b9af25d898281ddceab8d91f51d1cd..0cdfc81ca42e4aa713c518b556eee18334bdb568 100644 (file)
@@ -76,7 +76,7 @@ extern void hook_void_tree (tree);
 extern void hook_void_tree_treeptr (tree, tree *);
 extern void hook_void_int_int (int, int);
 extern void hook_void_gcc_optionsp (struct gcc_options *);
-extern bool hook_uint_uintp_false (unsigned int, unsigned int *);
+extern bool hook_bool_uint_uintp_false (unsigned int, unsigned int *);
 
 extern int hook_int_uint_mode_1 (unsigned int, machine_mode);
 extern int hook_int_const_tree_0 (const_tree);
index ac693318adaaa230ea300f10bc37282881d9da6f..e7e2bb59c1286b5175477acc742dd78c4cd2171c 100644 (file)
@@ -446,7 +446,7 @@ instead of the normal sequence of letter codes.  If the hook is not\n\
 defined, or if it returns false, then @var{num} will be ignored and the\n\
 traditional letter sequence will be emitted.",
  bool, (unsigned int flags, unsigned int *num),
- hook_uint_uintp_false)
+ hook_bool_uint_uintp_false)
 
 /* Return preferred text (sub)section for function DECL.
    Main purpose of this function is to separate cold, normal and hot