r275567 - in /trunk/libgcc: ChangeLog crtstuff.c
clyon@gcc.gnu.org
clyon@gcc.gnu.org
Tue Sep 10 07:43:00 GMT 2019
Author: clyon
Date: Tue Sep 10 07:43:37 2019
New Revision: 275567
URL: https://gcc.gnu.org/viewcvs?rev=275567&root=gcc&view=rev
Log:
[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.
Modified:
trunk/libgcc/ChangeLog
trunk/libgcc/crtstuff.c
More information about the Gcc-cvs
mailing list