applied binutils-20050713 patch

This commit is contained in:
Jens Maus
2006-03-15 23:47:57 +00:00
parent ec42187c38
commit ee7d707911
4 changed files with 4 additions and 15 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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;
+1 -12
View File
@@ -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});}