]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Darwin] Update darwin_binds_local_p.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Oct 2019 20:15:38 +0000 (20:15 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Oct 2019 20:15:38 +0000 (20:15 +0000)
commitb31d28cfa3be3b28e643bd228adb7d961a8108e7
treec5181ab9317038e609f53230e1f52ebd7c1c07e7
parent769a2825943057f1bc87b8dcd47e5dc4dca585a9
[Darwin] Update darwin_binds_local_p.

The use of default_binds_local_p had got out of sync with the varasm
changes, this restores the call to be direct.  In practice, we add some
further tests to determine local binding - but this callback is used for
the initial assessments made by default_encode_section_info().

gcc/ChangeLog:

2019-10-15  Iain Sandoe  <iain@sandoe.co.uk>

* config/darwin.c (darwin_binds_local_p): Update to call
default_binds_local_p_3 () directly. amend comments.

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