+2016-06-21 Andreas Arnez <arnez@linux.vnet.ibm.com>
+
+ * linux-s390-low.c (s390_emit_eq_goto): Mark function static.
+ (s390_emit_ne_goto): Likewise.
+ (s390_emit_lt_goto): Likewise.
+ (s390_emit_le_goto): Likewise.
+ (s390_emit_gt_goto): Likewise.
+ (s390_emit_ge_goto): Likewise.
+ (s390x_emit_eq_goto): Likewise.
+ (s390x_emit_ne_goto): Likewise.
+ (s390x_emit_lt_goto): Likewise.
+ (s390x_emit_le_goto): Likewise.
+ (s390x_emit_gt_goto): Likewise.
+ (s390x_emit_ge_goto): Likewise.
+ (s390_emit_ops_impl): Mark variable static.
+ (s390x_emit_ops): Likewise.
+
2016-06-17 Yao Qi <yao.qi@linaro.org>
* linux-low.c (handle_extended_wait): Call
/* The "emit_eq_goto" emit_ops method for s390. */
-void
+static void
s390_emit_eq_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_ne_goto" emit_ops method for s390. */
-void
+static void
s390_emit_ne_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_lt_goto" emit_ops method for s390. */
-void
+static void
s390_emit_lt_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_le_goto" emit_ops method for s390. */
-void
+static void
s390_emit_le_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_gt_goto" emit_ops method for s390. */
-void
+static void
s390_emit_gt_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_ge_goto" emit_ops method for s390. */
-void
+static void
s390_emit_ge_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_ops" structure for s390. Named _impl to avoid name
collision with s390_emit_ops function. */
-struct emit_ops s390_emit_ops_impl =
+static struct emit_ops s390_emit_ops_impl =
{
s390_emit_prologue,
s390_emit_epilogue,
/* The "emit_eq_goto" emit_ops method for s390x. */
-void
+static void
s390x_emit_eq_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_ne_goto" emit_ops method for s390x. */
-void
+static void
s390x_emit_ne_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_lt_goto" emit_ops method for s390x. */
-void
+static void
s390x_emit_lt_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_le_goto" emit_ops method for s390x. */
-void
+static void
s390x_emit_le_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_gt_goto" emit_ops method for s390x. */
-void
+static void
s390x_emit_gt_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_ge_goto" emit_ops method for s390x. */
-void
+static void
s390x_emit_ge_goto (int *offset_p, int *size_p)
{
static const unsigned char buf[] = {
/* The "emit_ops" structure for s390x. */
-struct emit_ops s390x_emit_ops =
+static struct emit_ops s390x_emit_ops =
{
s390x_emit_prologue,
s390x_emit_epilogue,