acadia-newlib/libgloss/v850
Mike Frysinger 754f8def0d libgloss: merge stub arch configure scripts up a level
For about half the ports, we don't need a subdir configure script.
They're using the config/default.m[ht] rules, and they aren't doing
any unique configure tests, so they exist just to pass top-level
settings down to create the arch Makefile.  We can just as easily
do that from the top-level Mkaefile directly and skip configure.

Most of the remaining configure scripts could be migrated up to
the top-level too, but that would require care in each subdir.
So let's be lazy and put that off to another day.
2022-01-26 04:32:54 -05:00
..
sys * v850/sys/syscall.h (SYS_rename): Define. 2011-03-21 22:09:34 +00:00
Makefile.in libgloss: merge stub arch configure scripts up a level 2022-01-26 04:32:54 -05:00
_exit.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
access.c 2012-03-09 Jeff Johnston <jjohnstn@redhat.com> 2012-03-09 20:28:57 +00:00
chmod.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
chown.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
close.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
creat.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
crt0.S Add comment in the v850's crt0.S file noting that separate LMA and VMA addresses for data sections are not currently supported. 2016-05-26 12:08:47 +01:00
crt1.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
execv.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
execve.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
fork.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
fstat.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
getpid.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
gettime.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
isatty.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
kill.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
link.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
lseek.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
open.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
pipe.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
read.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
sbrk.c * libc/sys/sysnecv850/sbrk.c (_sbrk): Change heap_start to be an 2012-10-02 22:55:10 +00:00
sim.ld * v850/sim.ld: Add a .note.renesas section. 2015-03-05 11:26:59 +00:00
stat.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
time.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
times.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
trap.S 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
unlink.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
utime.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
wait.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00
write.c 2010-07-23 Naveen.H.S <naveenh1@kpitcummins.com> 2010-07-23 17:52:37 +00:00