Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-24 * libc/sys/h8300hms/crt0.S (_start): Fix register sizes in callRichard Sandiford
to atexit().
2003-06-10 * libc/sys/h8300hms/setarch.h: New file.Richard Sandiford
* libc/sys/h8300hms/close.S, libc/sys/h8300hms/fstat.S, libc/sys/h8300hms/lseek.S, libc/sys/h8300hms/open.S, libc/sys/h8300hms/read.S, libc/sys/h8300hms/stat.S, libc/sys/h8300hms/write.S, libc/sys/h8300hms/crt0.S: Use it.
2003-05-282003-05-28 Dhananjay Deshpande <dhananjayd@kpitcummins.com>Jeff Johnston
* newlib/libc/machine/h8300/memcpy.S: Use .h8300hn and .h8300sn for normal mode * newlib/libc/machine/h8300/memset.S: Likewise * newlib/lib/machine/h8300/reg_memcpy.S: Likewise * newlib/lib/machine/h8300/reg_memset.S: Likewise * newlib/lib/machine/h8300/setjmp.S: Likewise * newlib/lib/machine/h8300/strcmp.S: Likewise * newlib/lib/sys/h8300hms/crt0.S: Likewise
2003-03-182003-03-18 D.Venkatasubramanian <dvenkat@noida.hcltech.com>Jeff Johnston
* libc/include/sys/h8300hms/crt0.S[__SIMULATOR__]: Add commandline support. * configure.host (h8300*-*-*): Added comment regarding -D__SIMULATOR__ flag to support simulator only extensions.
2003-01-312003-01-31 Michael Snyder <msnyder@redhat.com>Jeff Johnston
* libc/sys/h8300hms/crt0.S (_start): Change local label from .loop to .Loop, so that ld and gdb will ignore it.
2001-09-072001-09-07 Jeff Law <law@redhat.com>Jeff Johnston
* libc/sys/h8300hms/crt0.S: For H8/300H and H8/S, load address of __fini with "mov.l" instead of "mov.w".
2001-09-042001-09-04 Jason Merrill <jason_merrill@redhat.com>Jeff Johnston
* libc/sys/h8300hms/crt0.S: Support ELF initialization.
2000-08-312000-08-30 Kazu Hirata <kazu@hxi.com>Jeff Johnston
* libc/sys/h8300hms/crt0.S: Optimize for both speed and code size.
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor