gcc/libgcc/config/frv
Jeff Law 870b63fe71 [committed] Fix frv build after C99 changes
Two issues prevent the frv-elf port from building after the C99 changes.  First
the trampoline code emitted into libgcc has calls to exit, but no prototype.
Adding a trivial prototype for exit() into the macro fixes that little goof.

Second, frvbegin.c has a call to atexit, so a quick prototype is added into
frvbegin.c to fix that problem.

That's enough to get the compiler building again.

gcc/
	* config/frv/frv.h (TRANSFER_FROM_TRAMPOLINE): Add prototype for exit.

libgcc/
	* config/frv/frvbegin.c (atexit): Add prototype.
2023-12-02 21:54:36 -07:00
..
cmovd.c
cmovh.c
cmovw.c
elf-lib.h
frv-abi.h
frvbegin.c
frvend.c
lib1funcs.S
libgcc-glibc.ver
modi.c
t-frv
t-linux
uitod.c
uitof.c
ulltod.c
ulltof.c
umodi.c