mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
applied binutils-20050713 patch
This commit is contained in:
Vendored
+1
-1
@@ -2831,7 +2831,7 @@ bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\
|
||||
bfd_version_string="\"${VERSION}\""
|
||||
if test x${is_release} = x; then
|
||||
bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h`
|
||||
bfd_version_string="\"${VERSION} ${bfd_version_date} (Amiga OS build 20041204)\""
|
||||
bfd_version_string="\"${VERSION} ${bfd_version_date} (Amiga OS build 20050713)\""
|
||||
fi
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ changequote([,])dnl
|
||||
bfd_version_string="\"${VERSION}\""
|
||||
if test x${is_release} = x; then
|
||||
bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h`
|
||||
bfd_version_string="\"${VERSION} ${bfd_version_date} (Amiga OS build 20041204)\""
|
||||
bfd_version_string="\"${VERSION} ${bfd_version_date} (Amiga OS build 20050713)\""
|
||||
fi
|
||||
AC_SUBST(bfd_version)
|
||||
AC_SUBST(bfd_version_string)
|
||||
|
||||
+1
-1
@@ -5301,7 +5301,7 @@ ppc_elf_relocate_section (output_bfd, info, input_bfd, input_section,
|
||||
addend = addend - data_section->vma;
|
||||
|
||||
if (r_type == R_PPC_AMIGAOS_BREL_HA)
|
||||
addend -= ((relocation + addend) & 0x8000) << 1;
|
||||
addend += ((relocation + addend) & 0x8000) << 1;
|
||||
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -302,12 +302,7 @@ cat <<EOF
|
||||
${RELOCATING+${CREATE_SHLIB-PROVIDE (__fini_array_start = .);}}
|
||||
.fini_array ${RELOCATING-0} : { *(.fini_array) }
|
||||
${RELOCATING+${CREATE_SHLIB-PROVIDE (__fini_array_end = .);}}
|
||||
.dstart :
|
||||
{
|
||||
LONG(0);
|
||||
${RELOCATING+PROVIDE (__data_start = .);}
|
||||
}
|
||||
${RELOCATING+. = ALIGN(${ALIGNMENT});}
|
||||
|
||||
.data ${RELOCATING-0} :
|
||||
{
|
||||
${RELOCATING+PROVIDE (_DATA_BASE_ = .);}
|
||||
@@ -349,12 +344,6 @@ cat <<EOF
|
||||
_end. Align after .bss to ensure correct alignment even if the
|
||||
.bss section disappears because there are no input sections. */
|
||||
${RELOCATING+. = ALIGN(${ALIGNMENT});}
|
||||
}
|
||||
.dend :
|
||||
{
|
||||
*(.dend)
|
||||
${RELOCATING+PROVIDE (__data_end = .);}
|
||||
${RELOCATING+. = ALIGN(${ALIGNMENT});}
|
||||
}
|
||||
${OTHER_BSS_SECTIONS}
|
||||
${RELOCATING+. = ALIGN(${ALIGNMENT});}
|
||||
|
||||
Reference in New Issue
Block a user