public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] haiku/arm: Fix targ_emul typo
@ 2022-01-11 17:08 Alexander von Gluck IV
  2022-01-11 17:08 ` [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm Alexander von Gluck IV
  2022-01-22 14:22 ` [PATCH 1/2] haiku/arm: Fix targ_emul typo Nick Clifton
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander von Gluck IV @ 2022-01-11 17:08 UTC (permalink / raw)
  To: binutils

---
 ld/configure.tgt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ld/configure.tgt b/ld/configure.tgt
index 2a4650c3409..c7acf3f11ff 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -202,7 +202,7 @@ arm*-*-conix*)		targ_emul=armelf
 arm*-*-fuchsia*)	targ_emul=armelf_fuchsia
 			targ_extra_emuls="armelfb_fuchsia armelf armelfb"
 			;;
-arm*-*-haiku*)		arg_emul=armelf_haiku
+arm*-*-haiku*)		targ_emul=armelf_haiku
 			targ_extra_emuls=armelf
 			;;
 avr-*-*)		targ_emul=avr2
-- 
2.34.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm
  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
  2022-01-22 14:22   ` Nick Clifton
  2022-01-22 14:22 ` [PATCH 1/2] haiku/arm: Fix targ_emul typo Nick Clifton
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander von Gluck IV @ 2022-01-11 17:08 UTC (permalink / raw)
  To: binutils; +Cc: David Karoly

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] haiku/arm: Fix targ_emul typo
  2022-01-11 17:08 [PATCH 1/2] haiku/arm: Fix targ_emul typo Alexander von Gluck IV
  2022-01-11 17:08 ` [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm Alexander von Gluck IV
@ 2022-01-22 14:22 ` Nick Clifton
  1 sibling, 0 replies; 4+ messages in thread
From: Nick Clifton @ 2022-01-22 14:22 UTC (permalink / raw)
  To: Alexander von Gluck IV, binutils

Hi Alexander,

> ---
>   ld/configure.tgt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Applied.  (Mainline and the 2.38 branch).

Cheers
   Nick


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm
  2022-01-11 17:08 ` [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm Alexander von Gluck IV
@ 2022-01-22 14:22   ` Nick Clifton
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Clifton @ 2022-01-22 14:22 UTC (permalink / raw)
  To: Alexander von Gluck IV, binutils; +Cc: David Karoly

Hi Alexander,

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

Approved and applied (mainline and 2.38 branch)

Cheers
   Nick


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-22 14:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 17:08 [PATCH 1/2] haiku/arm: Fix targ_emul typo Alexander von Gluck IV
2022-01-11 17:08 ` [PATCH 2/2] binutils/ld: adjust default page sizes for haiku arm Alexander von Gluck IV
2022-01-22 14:22   ` Nick Clifton
2022-01-22 14:22 ` [PATCH 1/2] haiku/arm: Fix targ_emul typo Nick Clifton

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).