summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mmix
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-08-13 22:38:31 +0930
committerAlan Modra <amodra@gmail.com>2021-08-13 22:44:36 +0930
commitb325429b2fcc53f5823d5b4a1974597c11b8dcf9 (patch)
treef3637956f9c08c3e1644d2e3a99f2c958b4f38a5 /ld/testsuite/ld-mmix
parent34a7af0facec33bc4fc327578b829c7e340fc2a8 (diff)
downloadbinutils-gdb-b325429b2fcc53f5823d5b4a1974597c11b8dcf9.tar.gz
ld script lower-case absolute and sizeof_headers
I think these happened by accident, so let's see what breaks if they are removed. * ldlex.l: Remove lower case "absolute" and "sizeof_headers" in non-mri mode. * ld.texi: Remove sizeof_headers index. * testsuite/ld-mmix/mmohdr1.ld: Use SIZEOF_HEADERS.
Diffstat (limited to 'ld/testsuite/ld-mmix')
-rw-r--r--ld/testsuite/ld-mmix/mmohdr1.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-mmix/mmohdr1.ld b/ld/testsuite/ld-mmix/mmohdr1.ld
index 716c3f42c5d..d4f2f13c51b 100644
--- a/ld/testsuite/ld-mmix/mmohdr1.ld
+++ b/ld/testsuite/ld-mmix/mmohdr1.ld
@@ -3,7 +3,7 @@ OUTPUT_FORMAT("mmo")
ENTRY(Main)
SECTIONS
{
- .text 0x100 + sizeof_headers :
+ .text 0x100 + SIZEOF_HEADERS :
{ *(.text); Main = _start; }
.MMIX.reg_contents :