public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alexander von Gluck IV <kallisti5@unixzen.com>
To: binutils@sourceware.org
Cc: David Karoly <karolyd577@gmail.com>
Subject: [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm
Date: Tue, 11 Jan 2022 11:08:45 -0600	[thread overview]
Message-ID: <20220111170845.471446-2-kallisti5@unixzen.com> (raw)
In-Reply-To: <20220111170845.471446-1-kallisti5@unixzen.com>

From: David Karoly <karolyd577@gmail.com>

---
 ld/emulparams/armelf_haiku.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/emulparams/armelf_haiku.sh b/ld/emulparams/armelf_haiku.sh
index c42060f6b0c..413c06c9d15 100644
--- a/ld/emulparams/armelf_haiku.sh
+++ b/ld/emulparams/armelf_haiku.sh
@@ -3,8 +3,8 @@ SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-littlearm"
 BIG_OUTPUT_FORMAT="elf32-bigarm"
 LITTLE_OUTPUT_FORMAT="elf32-littlearm"
-MAXPAGESIZE=0x8000
-COMMONPAGESIZE=0x1000
+MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
+COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
 TEMPLATE_NAME=elf
 EXTRA_EM_FILE=armelf
 GENERATE_SHLIB_SCRIPT=yes
-- 
2.34.1


  reply	other threads:[~2022-01-11 17:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11 17:08 [PATCH 1/2] haiku/arm: Fix targ_emul typo Alexander von Gluck IV
2022-01-11 17:08 ` Alexander von Gluck IV [this message]
2022-01-22 14:22   ` [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm Nick Clifton
2022-01-22 14:22 ` [PATCH 1/2] haiku/arm: Fix targ_emul typo Nick Clifton

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=20220111170845.471446-2-kallisti5@unixzen.com \
    --to=kallisti5@unixzen.com \
    --cc=binutils@sourceware.org \
    --cc=karolyd577@gmail.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).