]> git.ipfire.org Git - thirdparty/gcc.git/commit
cobol, driver: Remove platform-specific options [PR119414].
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 24 Mar 2025 09:12:47 +0000 (09:12 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 6 Apr 2025 09:27:42 +0000 (10:27 +0100)
commit54932496a8b36a3991f7e533cc3a47ae41148b3e
treeea0d1248d6f7b0c3017ce26ba3cd7777ec857278
parent13c9b353895fef8d5b1593b7527df41487c512d1
cobol, driver: Remove platform-specific options [PR119414].

As discussed in the PR, the options had been added during development
to handle specific cases, they are no longer needed (and if they should
become necessary, we will need to guard them such that individual
platforms get the correct handling).

PR cobol/119414

gcc/cobol/ChangeLog:

* gcobolspec.cc (append_rdynamic,
append_allow_multiple_definition, append_fpic): Remove.
(lang_specific_driver): Remove platform-specific command
line option handling.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/cobol/gcobolspec.cc