public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
To: libc-alpha@sourceware.org
Cc: Joseph Myers <joseph@codesourcery.com>,
	"Maciej W . Rozycki" <macro@wdc.com>,
	Carlos O'Donell <carlos@redhat.com>,
	Dragan Mladjenovic <dragan.mladjenovic@rt-rk.com>,
	Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
Subject: [PATCH] [MIPS] Raise highest supported EI_ABIVERSION value
Date: Fri, 09 Aug 2019 14:26:00 -0000	[thread overview]
Message-ID: <1565360776-31536-1-git-send-email-mihailo.stojanovic@rt-rk.com> (raw)

Hello everyone,

As suggested by Joseph here [1], this bumps the highest valid ABIVERSION
value for ABSOLUTE ABI, which was, I suppose, overlooked by Maciej in
[2].

Cheers,
Mihailo

[1] https://sourceware.org/ml/libc-alpha/2019-07/msg00548.html
[2] https://sourceware.org/ml/libc-alpha/2018-07/msg00131.html

    * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increment highest valid
      ABIVERSION value.
---
 sysdeps/unix/sysv/linux/mips/ldsodefs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/mips/ldsodefs.h b/sysdeps/unix/sysv/linux/mips/ldsodefs.h
index 8dde855..28257f8 100644
--- a/sysdeps/unix/sysv/linux/mips/ldsodefs.h
+++ b/sysdeps/unix/sysv/linux/mips/ldsodefs.h
@@ -34,7 +34,7 @@ extern void _dl_static_init (struct link_map *map);
 #undef VALID_ELF_ABIVERSION
 #define VALID_ELF_ABIVERSION(osabi,ver)			\
   (ver == 0						\
-   || (osabi == ELFOSABI_SYSV && ver < 4)		\
+   || (osabi == ELFOSABI_SYSV && ver < 5)		\
    || (osabi == ELFOSABI_GNU && ver < LIBC_ABI_MAX))
 
 #endif /* ldsodefs.h */
-- 
2.7.4

             reply	other threads:[~2019-08-09 14:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-09 14:26 Mihailo Stojanovic [this message]
2019-08-09 14:29 ` Joseph Myers
2019-08-13  9:22   ` Mihailo Stojanović
2019-08-13 15:35     ` Joseph Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565360776-31536-1-git-send-email-mihailo.stojanovic@rt-rk.com \
    --to=mihailo.stojanovic@rt-rk.com \
    --cc=carlos@redhat.com \
    --cc=dragan.mladjenovic@rt-rk.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    --cc=macro@wdc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).