]> git.ipfire.org Git - thirdparty/gcc.git/commit
Allow target to override gnu-user.h crti and crtn
authoramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Nov 2018 10:25:24 +0000 (10:25 +0000)
committeramodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 18 Nov 2018 10:25:24 +0000 (10:25 +0000)
commit181f65b22ca224f83f1734b4d1908e0d7ea57dcc
treeea82708e4d7de364142384ebb902b98ff7286a75
parentf0c1665869905baa84dc5d5ea93854fc83bb930a
Allow target to override gnu-user.h crti and crtn

Also give target access to the gnu-user.h LINK_GCC_C_SEQUENCE_SPEC.

* config/gnu-user.h (GNU_USER_TARGET_CRTI): Define.
(GNU_USER_TARGET_STARTFILE_SPEC): Use it here.
(GNU_USER_TARGET_CRTN): Define.
(GNU_USER_TARGET_ENDFILE_SPEC): Use it here.
(GNU_USER_TARGET_LINK_GCC_C_SEQUENCE_SPEC): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@266250 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/gnu-user.h