newlib-cygwin/libgloss/microblaze
Neal Frager b59c922f7c libgloss: microblaze: fix read and _write declarations
This patch resolves the following build error which occurs with gcc 14.1.0:
../../.././libgloss/microblaze/linux-outbyte.c: In function 'outbyte':
../../.././libgloss/microblaze/linux-outbyte.c:3:9: error: implicit declaration of function '_write' [-Wimplicit-function-declaration]
    3 |         _write(1, &c, 1);

Signed-off-by: Neal Frager <neal.frager@amd.com>
2024-05-14 14:28:02 -04:00
..
_exception_handler.S * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
_hw_exception_handler.S libgloss: microblaze: adjust handlers to be weak. 2018-05-03 15:16:13 -04:00
_interrupt_handler.S libgloss: microblaze: adjust handlers to be weak. 2018-05-03 15:16:13 -04:00
_program_clean.S
_program_init.S
crt0.S
crt1.S
crt2.S
crt3.S
crt4.S
crtinit.S
elf-gloss-linux.ld * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
elf-gloss-linux.specs * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-crt0.S * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-inbyte.c libgloss: microblaze: fix read and _write declarations 2024-05-14 14:28:02 -04:00
linux-outbyte.c libgloss: microblaze: fix read and _write declarations 2024-05-14 14:28:02 -04:00
linux-syscalls-wrap.c * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-syscalls.h * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-syscalls.S * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
Makefile.inc libgloss: merge microblaze into top-level Makefile 2024-01-19 22:23:48 -05:00
pgcrtinit.S
sbrk.c
sim-crtinit.S
sim-pgcrtinit.S
timer.c
xil_malloc.c
xil_printf.c * microblaze/Makefile.in: Add GENOBJS and target_makefile_frag. 2013-07-16 07:55:45 +00:00
xil_sbrk.c
xilinx.ld