diff options
author | Alan Modra <amodra@gmail.com> | 2021-08-13 22:38:31 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-08-13 22:44:36 +0930 |
commit | b325429b2fcc53f5823d5b4a1974597c11b8dcf9 (patch) | |
tree | f3637956f9c08c3e1644d2e3a99f2c958b4f38a5 /ld/ld.texi | |
parent | 34a7af0facec33bc4fc327578b829c7e340fc2a8 (diff) | |
download | gdb-b325429b2fcc53f5823d5b4a1974597c11b8dcf9.zip gdb-b325429b2fcc53f5823d5b4a1974597c11b8dcf9.tar.gz gdb-b325429b2fcc53f5823d5b4a1974597c11b8dcf9.tar.bz2 |
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/ld.texi')
-rw-r--r-- | ld/ld.texi | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7044,7 +7044,6 @@ SECTIONS@{ @dots{} @end smallexample @item SIZEOF_HEADERS -@itemx sizeof_headers @kindex SIZEOF_HEADERS @cindex header size Return the size in bytes of the output file's headers. This is |