From 016a517288f59d573fd584d9a67578dade85700b Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 28 Feb 2016 16:21:14 +0000 Subject: Remove a MorphOS patch we don't care about and was confusing git --- .../0001-Changes-for-various-Amiga-targets.p | 454 --------------------- 1 file changed, 454 deletions(-) diff --git a/ppc-amigaos/recipes/patches/binutils/0001-Changes-for-various-Amiga-targets.p b/ppc-amigaos/recipes/patches/binutils/0001-Changes-for-various-Amiga-targets.p index f86346b..bcaf3d2 100644 --- a/ppc-amigaos/recipes/patches/binutils/0001-Changes-for-various-Amiga-targets.p +++ b/ppc-amigaos/recipes/patches/binutils/0001-Changes-for-various-Amiga-targets.p @@ -26895,460 +26895,6 @@ index 3fc1352e19184c0319302e809cccf7cc861ec8d7..b8248cd4966e34e95c8b262e515ace18 + .libnix___LIB_LIST__ ${RELOCATING-0} : { *(.libnix___LIB_LIST__) } } EOF -diff --git a/ld/scripttempl/elfi370.sc b/ld/scripttempl/morphos.sc -similarity index 88% -copy from ld/scripttempl/elfi370.sc -copy to ld/scripttempl/morphos.sc -index a845b2980105fa8504b5bf8a83aeb6fc086caa6e..469a8f5f2cad237c9317faf5d23db7f2b7a63eee 100644 ---- ld/scripttempl/elfi370.sc -+++ ld/scripttempl/morphos.sc -@@ -1,17 +1,14 @@ - # --# This is just a raw copy of elfppc.sc and has not been otherwise modified --# - # Unusual variables checked by this code: --# NOP - four byte opcode for no-op (defaults to 0) -+# NOP - two byte opcode for no-op (defaults to 0) - # DATA_ADDR - if end-of-text-plus-one-page isn't right for data start - # OTHER_READONLY_SECTIONS - other than .text .init .rodata ... - # (e.g., .PARISC.milli) - # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ... - # (e.g., .PARISC.global) --# ATTRS_SECTIONS - at the end - # OTHER_SECTIONS - at the end - # EXECUTABLE_SYMBOLS - symbols that must be defined for an - # executable (e.g., _DYNAMIC_LINK) - # TEXT_START_SYMBOLS - symbols that appear at the start of the - # .text section. - # DATA_START_SYMBOLS - symbols that appear at the start of the -@@ -19,37 +16,35 @@ - # OTHER_BSS_SYMBOLS - symbols that appear at the start of the - # .bss section besides __bss_start. - # - # When adding sections, do note that the names of some sections are used - # when specifying the start address of the next. - # --test -z "$ENTRY" && ENTRY=_start - test -z "${BIG_OUTPUT_FORMAT}" && BIG_OUTPUT_FORMAT=${OUTPUT_FORMAT} - test -z "${LITTLE_OUTPUT_FORMAT}" && LITTLE_OUTPUT_FORMAT=${OUTPUT_FORMAT} --test -z "$ATTRS_SECTIONS" && ATTRS_SECTIONS=".gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }" - test "$LD_FLAG" = "N" && DATA_ADDR=. - SBSS2=".sbss2 ${RELOCATING-0} : { *(.sbss2) }" - SDATA2=".sdata2 ${RELOCATING-0} : { *(.sdata2) }" - INTERP=".interp ${RELOCATING-0} : { *(.interp) }" - PLT=".plt ${RELOCATING-0} : { *(.plt) }" - cat <