aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/epiphany_4x4.sc
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-08-02 12:06:23 +0100
committerSam James <sam@gentoo.org>2023-08-02 12:06:23 +0100
commitb5c37946cce4b41af0436529b139fa3d23e61f73 (patch)
tree02129ebadb74e7d3f2430cf8221799ce186600e3 /ld/scripttempl/epiphany_4x4.sc
parent675b9d612cc59446e84e2c6d89b45500cb603a8d (diff)
downloadgdb-b5c37946cce4b41af0436529b139fa3d23e61f73.zip
gdb-b5c37946cce4b41af0436529b139fa3d23e61f73.tar.gz
gdb-b5c37946cce4b41af0436529b139fa3d23e61f73.tar.bz2
Revert "2.41 Release sources"
This reverts commit 675b9d612cc59446e84e2c6d89b45500cb603a8d. See https://sourceware.org/pipermail/binutils/2023-August/128761.html.
Diffstat (limited to 'ld/scripttempl/epiphany_4x4.sc')
-rw-r--r--ld/scripttempl/epiphany_4x4.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/epiphany_4x4.sc b/ld/scripttempl/epiphany_4x4.sc
index 0f4e74f..ee253af 100644
--- a/ld/scripttempl/epiphany_4x4.sc
+++ b/ld/scripttempl/epiphany_4x4.sc
@@ -578,7 +578,7 @@ cat <<EOF
/* Align ___bss_start and _end to a multiple of 8 so that we can use strd
to clear bss. N.B., without adding any extra alignment, we would have
to clear the bss byte by byte. */
- ${RELOCATING+. = ALIGN(8);}
+ ${RELOCATING+. = ALIGN(MAX(8,ALIGNOF(NEXT_SECTION)));}
${RELOCATING+___bss_start = .;}
${RELOCATING+${OTHER_BSS_SYMBOLS}}
${SBSS}