]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.c: Include integrate.h to silence warning.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Sat, 11 Aug 2001 21:27:05 +0000 (21:27 +0000)
committerFranz Sirl <sirl@gcc.gnu.org>
Sat, 11 Aug 2001 21:27:05 +0000 (21:27 +0000)
2001-08-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
* config/rs6000/rs6000.c: Include integrate.h to silence warning.
(rs6000_elf_section_type_flags): Actually return a value.

From-SVN: r44812

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 70e5228bd2b4bf3952614e609112926c1c77f8b9..28ff4d9ffa0e4918ac891189a58a0c54aeb17ac1 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * config/rs6000/rs6000.c: Include integrate.h to silence warning.
+       (rs6000_elf_section_type_flags): Actually return a value.
+
 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
  
        * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux: 
index 96ac5c7dc83804d58da831e04a891e01c67ee59e..783f8e16aad72eca344f05bcd885459d0069d090 100644 (file)
@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA.  */
 #include "function.h"
 #include "output.h"
 #include "basic-block.h"
+#include "integrate.h"
 #include "toplev.h"
 #include "ggc.h"
 #include "hashtab.h"
@@ -8705,6 +8706,8 @@ rs6000_elf_section_type_flags (decl, name, reloc)
 
   /* Solaris doesn't like @nobits, and gas can handle .sbss without it.  */
   flags &= ~SECTION_BSS;
+
+  return flags;
 }
 #endif