[ARM/FDPIC v6 05/24] [ARM] FDPIC: Fix __do_global_dtors_aux and frame_dummy generation
authorChristophe Lyon <christophe.lyon@st.com>
Tue, 10 Sep 2019 07:43:37 +0000 (09:43 +0200)
committerChristophe Lyon <clyon@gcc.gnu.org>
Tue, 10 Sep 2019 07:43:37 +0000 (09:43 +0200)
commit11189793b6ef60645d5d1126d0bd9d0dd83e6583
tree47a986c1c0d6df624cd7646fffe016b335a2f0cf
parent8b63716e87e138e7e2a01309367da9c720e07949
[ARM/FDPIC v6 05/24] [ARM] FDPIC: Fix __do_global_dtors_aux and frame_dummy generation

In FDPIC, we need to make sure __do_global_dtors_aux and frame_dummy
are referenced by their address, not by pointers to the function
descriptors.

2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
Mickaël Guêné <mickael.guene@st.com>

libgcc/
* libgcc/crtstuff.c: Add support for FDPIC.

Co-Authored-By: Mickaël Guêné <mickael.guene@st.com>
From-SVN: r275567
libgcc/ChangeLog
libgcc/crtstuff.c