Re: ORIGIN Grammar Typo in Some Documentation

2023-04-12 Thread Nick Clifton
Hi Matt, Hello, just reporting that lines 492-494 of ld/ld.texi contain examples of MEMORY ORIGIN of the form: ORIGIN : offset Where the grammar is: origin_spec: ORIGIN '=' mustbe_exp Oops! Seems like hoops to raise a pull request, someone else can take the glory. Glory

ORIGIN Grammar Typo in Some Documentation

2023-04-06 Thread segaloco
Hello, just reporting that lines 492-494 of ld/ld.texi contain examples of MEMORY ORIGIN of the form: ORIGIN : offset Where the grammar is: origin_spec: ORIGIN '=' mustbe_exp { region->origin_exp = $3; } ; Seems like hoops