Commit d0101753 by Franz Sirl Committed by Franz Sirl

rs6000.c: Include integrate.h to silence warning.

	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
parent 994fe660
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> 2001-08-11 Ulrich Weigand <uweigand@de.ibm.com>
* s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux: * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux:
......
...@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */
#include "function.h" #include "function.h"
#include "output.h" #include "output.h"
#include "basic-block.h" #include "basic-block.h"
#include "integrate.h"
#include "toplev.h" #include "toplev.h"
#include "ggc.h" #include "ggc.h"
#include "hashtab.h" #include "hashtab.h"
...@@ -8705,6 +8706,8 @@ rs6000_elf_section_type_flags (decl, name, reloc) ...@@ -8705,6 +8706,8 @@ rs6000_elf_section_type_flags (decl, name, reloc)
/* Solaris doesn't like @nobits, and gas can handle .sbss without it. */ /* Solaris doesn't like @nobits, and gas can handle .sbss without it. */
flags &= ~SECTION_BSS; flags &= ~SECTION_BSS;
return flags;
} }
#endif #endif
......
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