• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionad853edcca512a39b1f7055eb98140750e7001e9 (tree)
Time2022-12-07 20:39:04
AuthorYoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

WIP: ldemul RX pic.

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

Change Summary

Incremental Difference

--- a/ld/emulparams/elf32rx_linux.sh
+++ b/ld/emulparams/elf32rx_linux.sh
@@ -10,6 +10,8 @@ TEMPLATE_NAME=elf
1010 EXTRA_EM_FILE=rxlinux
1111 ELFSIZE=32
1212 MAXPAGESIZE=256
13+GENERATE_SHLIB_SCRIPT=yes
14+GENERATE_PIE_SCRIPT=yes
1315
1416 STACK_ADDR="(DEFINED(__stack) ? __stack : 0xbffffffc)"
1517 STACK_SENTINEL="LONG(0xdeaddead)"